From 4a975af61d6e599b4a50542f33be1c0cbeaedc96 Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Thu, 13 Jan 2022 13:14:47 +0100 Subject: [PATCH 1/2] mozcpp: Drop no longer needed C++ modification --- src/languages/language_cpp.rs | 670 +- tree-sitter-mozcpp/grammar.js | 21 - tree-sitter-mozcpp/src/grammar.json | 62 +- tree-sitter-mozcpp/src/node-types.json | 35 +- tree-sitter-mozcpp/src/parser.c | 654120 +++++++++++----------- 5 files changed, 328682 insertions(+), 326226 deletions(-) diff --git a/src/languages/language_cpp.rs b/src/languages/language_cpp.rs index 1dc7ae67a..2d945bf31 100644 --- a/src/languages/language_cpp.rs +++ b/src/languages/language_cpp.rs @@ -159,336 +159,340 @@ pub enum Cpp { Catch = 154, CoAwait = 155, New = 156, - OperatorName = 157, - This = 158, - Nullptr = 159, - LiteralSuffix = 160, - AloneMacro = 161, - AloneMacroCallToken1 = 162, - CACHETRYINSPECT = 163, - CACHETRYUNWRAP = 164, - FORWARD = 165, - FORWARDSETATTRIBUTE = 166, - IDBTRYINSPECT = 167, - IDBTRYUNWRAP = 168, - LSTRYINSPECT = 169, - LSTRYUNWRAP = 170, - SDBTRYINSPECT = 171, - SDBTRYUNWRAP = 172, - PSGET = 173, - PSGETANDSET = 174, - PSGETLOCKLESS = 175, - QMTRYINSPECT = 176, - QMNOTEONLYTRYUNWRAP = 177, - QMTRYUNWRAP = 178, - QMWARNONLYTRYUNWRAP = 179, - MOZDECLUSEGUARDOBJECTNOTIFIER = 180, - MOZALLOCATOR = 181, - MOZALLOWTEMPORARY = 182, - MOZALWAYSINLINE = 183, - MOZALWAYSINLINEEVENDEBUG = 184, - MOZASANBLACKLIST = 185, - MOZCANRUNSCRIPT = 186, - MOZCANRUNSCRIPTBOUNDARY = 187, - MOZCANRUNSCRIPTFORDEFINITION = 188, - MOZCOLD = 189, - MOZFALLTHROUGH = 190, - MOZFORMATPRINTF = 191, - MOZHAVEANALYZERNORETURN = 192, - MOZHAVEASANBLACKLIST = 193, - MOZHAVENEVERINLINE = 194, - MOZHAVENORETURN = 195, - MOZHAVENORETURNPTR = 196, - MOZHAVENOSANITIZEATTR = 197, - MOZHAVESIGNEDOVERFLOWSANITIZEATTR = 198, - MOZHAVEUNSIGNEDOVERFLOWSANITIZEATTR = 199, - MOZHEAPALLOCATOR = 200, - MOZHEAPCLASS = 201, - MOZIMPLICIT = 202, - MOZINHERITTYPEANNOTATIONSFROMTEMPLATEARGS = 203, - MOZINITOUTSIDECTOR = 204, - MOZISCLASSINIT = 205, - MOZISREFPTR = 206, - MOZISSMARTPTRTOREFCOUNTED = 207, - MOZMAYBEUNUSED = 208, - MOZMAYCALLAFTERMUSTRETURN = 209, - MOZMUSTOVERRIDE = 210, - MOZMUSTRETURNFROMCALLERIFTHISISARG = 211, - MOZMUSTUSE = 212, - MOZMUSTUSETYPE = 213, - MOZNEEDSMEMMOVABLEMEMBERS = 214, - MOZNEEDSMEMMOVABLETYPE = 215, - MOZNEEDSNOVTABLETYPE = 216, - MOZNEVERINLINE = 217, - MOZNEVERINLINEDEBUG = 218, - MOZNONHEAPCLASS = 219, - MOZNONNULL = 220, - MOZNONNULLRETURN = 221, - MOZNONAUTOABLE = 222, - MOZNONMEMMOVABLE = 223, - MOZNONOWNINGREF = 224, - MOZNONPARAM = 225, - MOZNONTEMPORARYCLASS = 226, - MOZNORETURN = 227, - MOZNORETURNPTR = 228, - MOZNOADDREFRELEASEONRETURN = 229, - MOZNOARITHMETICEXPRINARGUMENT = 230, - MOZNODANGLINGONTEMPORARIES = 231, - MOZNOSANITIZESIGNEDOVERFLOW = 232, - MOZNOSANITIZEUNSIGNEDOVERFLOW = 233, - MOZONLYUSEDTOAVOIDSTATICCONSTRUCTORS = 234, - MOZOWNINGREF = 235, - MOZPOPDISABLENONTRIVIALUNIONWARNINGS = 236, - MOZPRETENDNORETURNFORSTATICANALYSIS = 237, - MOZPUSHDISABLENONTRIVIALUNIONWARNINGS = 238, - MOZRAII = 239, - MOZREQUIREDBASEMETHOD = 240, - MOZSTACKCLASS = 241, - MOZSTATICCLASS = 242, - MOZSTATICLOCALCLASS = 243, - MOZTEMPORARYCLASS = 244, - MOZTRIVIALCTORDTOR = 245, - MOZTSANBLACKLIST = 246, - MOZUNSAFEREF = 247, - MOZXPCOMABI = 248, - JSPUBLICAPI = 249, - RawStringLiteral = 250, - TranslationUnit = 251, - PreprocInclude = 252, - PreprocDef = 253, - PreprocFunctionDef = 254, - PreprocParams = 255, - PreprocCall = 256, - PreprocIf = 257, - PreprocIfdef = 258, - PreprocElse = 259, - PreprocElif = 260, - PreprocIf2 = 261, - PreprocIfdef2 = 262, - PreprocElse2 = 263, - PreprocElif2 = 264, - PreprocExpression = 265, - ParenthesizedExpression = 266, - PreprocDefined = 267, - UnaryExpression = 268, - CallExpression = 269, - ArgumentList = 270, - BinaryExpression = 271, - FunctionDefinition = 272, - Declaration = 273, - TypeDefinition = 274, - DeclarationModifiers = 275, - DeclarationSpecifiers = 276, - LinkageSpecification = 277, - AttributeSpecifier = 278, - Attribute = 279, - AttributeDeclaration = 280, - MsDeclspecModifier = 281, - MsBasedModifier = 282, - MsCallModifier = 283, - MsUnalignedPtrModifier = 284, - MsPointerModifier = 285, - DeclarationList = 286, - Declarator = 287, - FieldDeclarator = 288, - TypeDeclarator = 289, - AbstractDeclarator = 290, - ParenthesizedDeclarator = 291, - ParenthesizedDeclarator2 = 292, - ParenthesizedDeclarator3 = 293, - AbstractParenthesizedDeclarator = 294, - AttributedDeclarator = 295, - AttributedDeclarator2 = 296, - AttributedDeclarator3 = 297, - PointerDeclarator = 298, - PointerDeclarator2 = 299, - PointerDeclarator3 = 300, - AbstractPointerDeclarator = 301, - FunctionDeclarator = 302, - FunctionDeclarator2 = 303, - FunctionDeclarator3 = 304, - AbstractFunctionDeclarator = 305, - ArrayDeclarator = 306, - ArrayDeclarator2 = 307, - ArrayDeclarator3 = 308, - AbstractArrayDeclarator = 309, - InitDeclarator = 310, - CompoundStatement = 311, - StorageClassSpecifier = 312, - TypeQualifier = 313, - TypeSpecifier = 314, - SizedTypeSpecifier = 315, - EnumSpecifier = 316, - EnumeratorList = 317, - StructSpecifier = 318, - UnionSpecifier = 319, - FieldDeclarationList = 320, - FieldDeclarationListItem = 321, - FieldDeclaration = 322, - BitfieldClause = 323, - Enumerator = 324, - ParameterList = 325, - ParameterDeclaration = 326, - AttributedStatement = 327, - AttributedStatement2 = 328, - LabeledStatement = 329, - ExpressionStatement = 330, - IfStatement = 331, - SwitchStatement = 332, - CaseStatement = 333, - WhileStatement = 334, - DoStatement = 335, - ForStatement = 336, - ReturnStatement = 337, - BreakStatement = 338, - ContinueStatement = 339, - GotoStatement = 340, - Expression = 341, - CommaExpression = 342, - ConditionalExpression = 343, - AssignmentExpression = 344, - PointerExpression = 345, - UnaryExpression2 = 346, - BinaryExpression2 = 347, - UpdateExpression = 348, - CastExpression = 349, - TypeDescriptor = 350, - SizeofExpression = 351, - SubscriptExpression = 352, - CallExpression2 = 353, - ArgumentList2 = 354, - FieldExpression = 355, - CompoundLiteralExpression = 356, - ParenthesizedExpression2 = 357, - InitializerList = 358, - InitializerPair = 359, - SubscriptDesignator = 360, - FieldDesignator = 361, - CharLiteral = 362, - ConcatenatedString = 363, - StringLiteral = 364, - EmptyDeclaration = 365, - Decltype = 366, - ClassSpecifier = 367, - ClassName = 368, - VirtualSpecifier = 369, - VirtualFunctionSpecifier = 370, - ExplicitFunctionSpecifier = 371, - BaseClassClause = 372, - EnumBaseClause = 373, - DependentType = 374, - TemplateDeclaration = 375, - TemplateInstantiation = 376, - TemplateParameterList = 377, - TypeParameterDeclaration = 378, - VariadicTypeParameterDeclaration = 379, - OptionalTypeParameterDeclaration = 380, - TemplateTemplateParameterDeclaration = 381, - OptionalParameterDeclaration = 382, - VariadicParameterDeclaration = 383, - VariadicDeclarator = 384, - ReferenceDeclarator = 385, - OperatorCast = 386, - FieldInitializerList = 387, - FieldInitializer = 388, - FunctionDefinition2 = 389, - ConstructorSpecifiers = 390, - FunctionDefinition3 = 391, - Declaration2 = 392, - FunctionDefinition4 = 393, - Declaration3 = 394, - DefaultMethodClause = 395, - DeleteMethodClause = 396, - FriendDeclaration = 397, - AccessSpecifier = 398, - ReferenceDeclarator2 = 399, - ReferenceDeclarator3 = 400, - AbstractReferenceDeclarator = 401, - StructuredBindingDeclarator = 402, - RefQualifier = 403, - TrailingReturnType = 404, - Noexcept = 405, - ThrowSpecifier = 406, - TemplateType = 407, - TemplateMethod = 408, - TemplateFunction = 409, - TemplateArgumentList = 410, - NamespaceDefinition = 411, - NamespaceDefinitionName = 412, - UsingDeclaration = 413, - AliasDeclaration = 414, - StaticAssertDeclaration = 415, - ConditionClause = 416, - Declaration4 = 417, - ForRangeLoop = 418, - CoReturnStatement = 419, - CoYieldStatement = 420, - ThrowStatement = 421, - TryStatement = 422, - CatchClause = 423, - CoAwaitExpression = 424, - NewExpression = 425, - NewDeclarator = 426, - DeleteExpression = 427, - LambdaExpression = 428, - LambdaCaptureSpecifier = 429, - LambdaDefaultCapture = 430, - ParameterPackExpansion = 431, - ParameterPackExpansion2 = 432, - DestructorName = 433, - DependentName = 434, - DependentName2 = 435, - DependentName3 = 436, - ScopeResolution = 437, - QualifiedIdentifier = 438, - QualifiedIdentifier2 = 439, - QualifiedIdentifier3 = 440, - QualifiedIdentifier4 = 441, - UserDefinedLiteral = 442, - AloneMacroCall = 443, - CallMacroWithDeclFirstArg = 444, - MacroStatement = 445, - MacroAnnotation = 446, - TranslationUnitRepeat1 = 447, - PreprocParamsRepeat1 = 448, - PreprocIfInFieldDeclarationListRepeat1 = 449, - PreprocArgumentListRepeat1 = 450, - DeclarationRepeat1 = 451, - TypeDefinitionRepeat1 = 452, - TypeDefinitionRepeat2 = 453, - DeclarationSpecifiersRepeat1 = 454, - AttributeDeclarationRepeat1 = 455, - AttributedDeclaratorRepeat1 = 456, - PointerDeclaratorRepeat1 = 457, - FunctionDeclaratorRepeat1 = 458, - FunctionDeclaratorRepeat2 = 459, - AbstractFunctionDeclaratorRepeat1 = 460, - SizedTypeSpecifierRepeat1 = 461, - EnumeratorListRepeat1 = 462, - FieldDeclarationRepeat1 = 463, - ParameterListRepeat1 = 464, - CaseStatementRepeat1 = 465, - ArgumentListRepeat1 = 466, - InitializerListRepeat1 = 467, - InitializerPairRepeat1 = 468, - ConcatenatedStringRepeat1 = 469, - StringLiteralRepeat1 = 470, - ClassSpecifierRepeat1 = 471, - BaseClassClauseRepeat1 = 472, - TemplateParameterListRepeat1 = 473, - FieldInitializerListRepeat1 = 474, - OperatorCastDefinitionRepeat1 = 475, - StructuredBindingDeclaratorRepeat1 = 476, - ThrowSpecifierRepeat1 = 477, - TemplateArgumentListRepeat1 = 478, - TryStatementRepeat1 = 479, - LambdaCaptureSpecifierRepeat1 = 480, - AloneMacroCallRepeat1 = 481, - FieldIdentifier = 482, - NamespaceIdentifier = 483, - StatementIdentifier = 484, - TypeIdentifier = 485, - Error = 486, + DASHGTSTAR = 157, + LPARENRPAREN = 158, + LBRACKRBRACK = 159, + DQUOTEDQUOTE = 160, + This = 161, + Nullptr = 162, + LiteralSuffix = 163, + AloneMacro = 164, + AloneMacroCallToken1 = 165, + CACHETRYINSPECT = 166, + CACHETRYUNWRAP = 167, + FORWARD = 168, + FORWARDSETATTRIBUTE = 169, + IDBTRYINSPECT = 170, + IDBTRYUNWRAP = 171, + LSTRYINSPECT = 172, + LSTRYUNWRAP = 173, + SDBTRYINSPECT = 174, + SDBTRYUNWRAP = 175, + PSGET = 176, + PSGETANDSET = 177, + PSGETLOCKLESS = 178, + QMTRYINSPECT = 179, + QMNOTEONLYTRYUNWRAP = 180, + QMTRYUNWRAP = 181, + QMWARNONLYTRYUNWRAP = 182, + MOZDECLUSEGUARDOBJECTNOTIFIER = 183, + MOZALLOCATOR = 184, + MOZALLOWTEMPORARY = 185, + MOZALWAYSINLINE = 186, + MOZALWAYSINLINEEVENDEBUG = 187, + MOZASANBLACKLIST = 188, + MOZCANRUNSCRIPT = 189, + MOZCANRUNSCRIPTBOUNDARY = 190, + MOZCANRUNSCRIPTFORDEFINITION = 191, + MOZCOLD = 192, + MOZFALLTHROUGH = 193, + MOZFORMATPRINTF = 194, + MOZHAVEANALYZERNORETURN = 195, + MOZHAVEASANBLACKLIST = 196, + MOZHAVENEVERINLINE = 197, + MOZHAVENORETURN = 198, + MOZHAVENORETURNPTR = 199, + MOZHAVENOSANITIZEATTR = 200, + MOZHAVESIGNEDOVERFLOWSANITIZEATTR = 201, + MOZHAVEUNSIGNEDOVERFLOWSANITIZEATTR = 202, + MOZHEAPALLOCATOR = 203, + MOZHEAPCLASS = 204, + MOZIMPLICIT = 205, + MOZINHERITTYPEANNOTATIONSFROMTEMPLATEARGS = 206, + MOZINITOUTSIDECTOR = 207, + MOZISCLASSINIT = 208, + MOZISREFPTR = 209, + MOZISSMARTPTRTOREFCOUNTED = 210, + MOZMAYBEUNUSED = 211, + MOZMAYCALLAFTERMUSTRETURN = 212, + MOZMUSTOVERRIDE = 213, + MOZMUSTRETURNFROMCALLERIFTHISISARG = 214, + MOZMUSTUSE = 215, + MOZMUSTUSETYPE = 216, + MOZNEEDSMEMMOVABLEMEMBERS = 217, + MOZNEEDSMEMMOVABLETYPE = 218, + MOZNEEDSNOVTABLETYPE = 219, + MOZNEVERINLINE = 220, + MOZNEVERINLINEDEBUG = 221, + MOZNONHEAPCLASS = 222, + MOZNONNULL = 223, + MOZNONNULLRETURN = 224, + MOZNONAUTOABLE = 225, + MOZNONMEMMOVABLE = 226, + MOZNONOWNINGREF = 227, + MOZNONPARAM = 228, + MOZNONTEMPORARYCLASS = 229, + MOZNORETURN = 230, + MOZNORETURNPTR = 231, + MOZNOADDREFRELEASEONRETURN = 232, + MOZNOARITHMETICEXPRINARGUMENT = 233, + MOZNODANGLINGONTEMPORARIES = 234, + MOZNOSANITIZESIGNEDOVERFLOW = 235, + MOZNOSANITIZEUNSIGNEDOVERFLOW = 236, + MOZONLYUSEDTOAVOIDSTATICCONSTRUCTORS = 237, + MOZOWNINGREF = 238, + MOZPOPDISABLENONTRIVIALUNIONWARNINGS = 239, + MOZPRETENDNORETURNFORSTATICANALYSIS = 240, + MOZPUSHDISABLENONTRIVIALUNIONWARNINGS = 241, + MOZRAII = 242, + MOZREQUIREDBASEMETHOD = 243, + MOZSTACKCLASS = 244, + MOZSTATICCLASS = 245, + MOZSTATICLOCALCLASS = 246, + MOZTEMPORARYCLASS = 247, + MOZTRIVIALCTORDTOR = 248, + MOZTSANBLACKLIST = 249, + MOZUNSAFEREF = 250, + MOZXPCOMABI = 251, + JSPUBLICAPI = 252, + RawStringLiteral = 253, + TranslationUnit = 254, + PreprocInclude = 255, + PreprocDef = 256, + PreprocFunctionDef = 257, + PreprocParams = 258, + PreprocCall = 259, + PreprocIf = 260, + PreprocIfdef = 261, + PreprocElse = 262, + PreprocElif = 263, + PreprocIf2 = 264, + PreprocIfdef2 = 265, + PreprocElse2 = 266, + PreprocElif2 = 267, + PreprocExpression = 268, + ParenthesizedExpression = 269, + PreprocDefined = 270, + UnaryExpression = 271, + CallExpression = 272, + ArgumentList = 273, + BinaryExpression = 274, + FunctionDefinition = 275, + Declaration = 276, + TypeDefinition = 277, + DeclarationModifiers = 278, + DeclarationSpecifiers = 279, + LinkageSpecification = 280, + AttributeSpecifier = 281, + Attribute = 282, + AttributeDeclaration = 283, + MsDeclspecModifier = 284, + MsBasedModifier = 285, + MsCallModifier = 286, + MsUnalignedPtrModifier = 287, + MsPointerModifier = 288, + DeclarationList = 289, + Declarator = 290, + FieldDeclarator = 291, + TypeDeclarator = 292, + AbstractDeclarator = 293, + ParenthesizedDeclarator = 294, + ParenthesizedDeclarator2 = 295, + ParenthesizedDeclarator3 = 296, + AbstractParenthesizedDeclarator = 297, + AttributedDeclarator = 298, + AttributedDeclarator2 = 299, + AttributedDeclarator3 = 300, + PointerDeclarator = 301, + PointerDeclarator2 = 302, + PointerDeclarator3 = 303, + AbstractPointerDeclarator = 304, + FunctionDeclarator = 305, + FunctionDeclarator2 = 306, + FunctionDeclarator3 = 307, + AbstractFunctionDeclarator = 308, + ArrayDeclarator = 309, + ArrayDeclarator2 = 310, + ArrayDeclarator3 = 311, + AbstractArrayDeclarator = 312, + InitDeclarator = 313, + CompoundStatement = 314, + StorageClassSpecifier = 315, + TypeQualifier = 316, + TypeSpecifier = 317, + SizedTypeSpecifier = 318, + EnumSpecifier = 319, + EnumeratorList = 320, + StructSpecifier = 321, + UnionSpecifier = 322, + FieldDeclarationList = 323, + FieldDeclarationListItem = 324, + FieldDeclaration = 325, + BitfieldClause = 326, + Enumerator = 327, + 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, } impl From for &'static str { @@ -652,7 +656,10 @@ impl From for &'static str { Cpp::Catch => "catch", Cpp::CoAwait => "co_await", Cpp::New => "new", - Cpp::OperatorName => "operator_name", + Cpp::DASHGTSTAR => "->*", + Cpp::LPARENRPAREN => "()", + Cpp::LBRACKRBRACK => "[]", + Cpp::DQUOTEDQUOTE => "\"\"", Cpp::This => "this", Cpp::Nullptr => "nullptr", Cpp::LiteralSuffix => "literal_suffix", @@ -945,6 +952,7 @@ impl From for &'static str { Cpp::QualifiedIdentifier2 => "qualified_identifier", Cpp::QualifiedIdentifier3 => "qualified_identifier", Cpp::QualifiedIdentifier4 => "qualified_identifier", + Cpp::OperatorName => "operator_name", Cpp::UserDefinedLiteral => "user_defined_literal", Cpp::AloneMacroCall => "alone_macro_call", Cpp::CallMacroWithDeclFirstArg => "_call_macro_with_decl_first_arg", diff --git a/tree-sitter-mozcpp/grammar.js b/tree-sitter-mozcpp/grammar.js index 7575459ce..a85b055c2 100644 --- a/tree-sitter-mozcpp/grammar.js +++ b/tree-sitter-mozcpp/grammar.js @@ -16,27 +16,6 @@ module.exports = grammar(CPP, { $.macro_statement, ), - operator_name: $ => token(seq( - 'operator', - /\s*/, - choice( - '+', '-', '*', '/', '%', - '^', '&', '|', '~', - '!', '=', '<', '>', - '+=', '-=', '*=', '/=', '%=', '^=', '&=', '|=', - '<<', '>>', '>>=', '<<=', - '==', '!=', '<=', '>=', - '&&', '||', - '++', '--', - ',', - '->*', - '->', - '()', '[]', - 'new', 'delete', - 'new[]', 'delete[]', - ) - )), - alone_macro: $ => /[_A-Z][_A-Z0-9]+\s*\n/, alone_macro_call: $ => seq( /[_A-Z][_A-Z0-9]+/, diff --git a/tree-sitter-mozcpp/src/grammar.json b/tree-sitter-mozcpp/src/grammar.json index 2f94416ef..cb6679727 100644 --- a/tree-sitter-mozcpp/src/grammar.json +++ b/tree-sitter-mozcpp/src/grammar.json @@ -11225,7 +11225,8 @@ ] }, "operator_name": { - "type": "TOKEN", + "type": "PREC", + "value": 1, "content": { "type": "SEQ", "members": [ @@ -11233,13 +11234,13 @@ "type": "STRING", "value": "operator" }, - { - "type": "PATTERN", - "value": "\\s*" - }, { "type": "CHOICE", "members": [ + { + "type": "STRING", + "value": "co_await" + }, { "type": "STRING", "value": "+" @@ -11393,20 +11394,47 @@ "value": "[]" }, { - "type": "STRING", - "value": "new" - }, - { - "type": "STRING", - "value": "delete" - }, - { - "type": "STRING", - "value": "new[]" + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "new" + }, + { + "type": "STRING", + "value": "delete" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "[]" + }, + { + "type": "BLANK" + } + ] + } + ] }, { - "type": "STRING", - "value": "delete[]" + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "\"\"" + }, + { + "type": "SYMBOL", + "name": "identifier" + } + ] } ] } diff --git a/tree-sitter-mozcpp/src/node-types.json b/tree-sitter-mozcpp/src/node-types.json index 43cbde24e..c7664c2f4 100644 --- a/tree-sitter-mozcpp/src/node-types.json +++ b/tree-sitter-mozcpp/src/node-types.json @@ -3265,6 +3265,21 @@ ] } }, + { + "type": "operator_name", + "named": true, + "fields": {}, + "children": { + "multiple": false, + "required": false, + "types": [ + { + "type": "identifier", + "named": true + } + ] + } + }, { "type": "optional_parameter_declaration", "named": true, @@ -5530,6 +5545,10 @@ "type": "\"", "named": false }, + { + "type": "\"\"", + "named": false + }, { "type": "#define", "named": false @@ -5590,6 +5609,10 @@ "type": "(", "named": false }, + { + "type": "()", + "named": false + }, { "type": ")", "named": false @@ -5634,6 +5657,10 @@ "type": "->", "named": false }, + { + "type": "->*", + "named": false + }, { "type": ".", "named": false @@ -6078,6 +6105,10 @@ "type": "[[", "named": false }, + { + "type": "[]", + "named": false + }, { "type": "]", "named": false @@ -6326,10 +6357,6 @@ "type": "operator", "named": false }, - { - "type": "operator_name", - "named": true - }, { "type": "override", "named": false diff --git a/tree-sitter-mozcpp/src/parser.c b/tree-sitter-mozcpp/src/parser.c index 885daa2bd..7650e2656 100644 --- a/tree-sitter-mozcpp/src/parser.c +++ b/tree-sitter-mozcpp/src/parser.c @@ -14,11 +14,11 @@ #endif #define LANGUAGE_VERSION 13 -#define STATE_COUNT 5074 -#define LARGE_STATE_COUNT 1955 -#define SYMBOL_COUNT 482 +#define STATE_COUNT 5241 +#define LARGE_STATE_COUNT 1941 +#define SYMBOL_COUNT 486 #define ALIAS_COUNT 4 -#define TOKEN_COUNT 251 +#define TOKEN_COUNT 254 #define EXTERNAL_TOKEN_COUNT 1 #define FIELD_COUNT 34 #define MAX_ALIAS_SEQUENCE_LENGTH 9 @@ -181,335 +181,339 @@ enum { anon_sym_catch = 154, anon_sym_co_await = 155, anon_sym_new = 156, - sym_operator_name = 157, - sym_this = 158, - sym_nullptr = 159, - sym_literal_suffix = 160, - sym_alone_macro = 161, - aux_sym_alone_macro_call_token1 = 162, - anon_sym_CACHE_TRY_INSPECT = 163, - anon_sym_CACHE_TRY_UNWRAP = 164, - anon_sym_FORWARD = 165, - anon_sym_FORWARD_SET_ATTRIBUTE = 166, - anon_sym_IDB_TRY_INSPECT = 167, - anon_sym_IDB_TRY_UNWRAP = 168, - anon_sym_LS_TRY_INSPECT = 169, - anon_sym_LS_TRY_UNWRAP = 170, - anon_sym_SDB_TRY_INSPECT = 171, - anon_sym_SDB_TRY_UNWRAP = 172, - anon_sym_PS_GET = 173, - anon_sym_PS_GET_AND_SET = 174, - anon_sym_PS_GET_LOCKLESS = 175, - anon_sym_QM_TRY_INSPECT = 176, - anon_sym_QM_NOTEONLY_TRY_UNWRAP = 177, - anon_sym_QM_TRY_UNWRAP = 178, - anon_sym_QM_WARNONLY_TRY_UNWRAP = 179, - anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER = 180, - anon_sym_MOZ_ALLOCATOR = 181, - anon_sym_MOZ_ALLOW_TEMPORARY = 182, - anon_sym_MOZ_ALWAYS_INLINE = 183, - anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG = 184, - anon_sym_MOZ_ASAN_BLACKLIST = 185, - anon_sym_MOZ_CAN_RUN_SCRIPT = 186, - anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY = 187, - anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION = 188, - anon_sym_MOZ_COLD = 189, - anon_sym_MOZ_FALLTHROUGH = 190, - anon_sym_MOZ_FORMAT_PRINTF = 191, - anon_sym_MOZ_HAVE_ANALYZER_NORETURN = 192, - anon_sym_MOZ_HAVE_ASAN_BLACKLIST = 193, - anon_sym_MOZ_HAVE_NEVER_INLINE = 194, - anon_sym_MOZ_HAVE_NORETURN = 195, - anon_sym_MOZ_HAVE_NORETURN_PTR = 196, - anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR = 197, - anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR = 198, - anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR = 199, - anon_sym_MOZ_HEAP_ALLOCATOR = 200, - anon_sym_MOZ_HEAP_CLASS = 201, - anon_sym_MOZ_IMPLICIT = 202, - anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS = 203, - anon_sym_MOZ_INIT_OUTSIDE_CTOR = 204, - anon_sym_MOZ_IS_CLASS_INIT = 205, - anon_sym_MOZ_IS_REFPTR = 206, - anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED = 207, - anon_sym_MOZ_MAYBE_UNUSED = 208, - anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN = 209, - anon_sym_MOZ_MUST_OVERRIDE = 210, - anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG = 211, - anon_sym_MOZ_MUST_USE = 212, - anon_sym_MOZ_MUST_USE_TYPE = 213, - anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS = 214, - anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE = 215, - anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE = 216, - anon_sym_MOZ_NEVER_INLINE = 217, - anon_sym_MOZ_NEVER_INLINE_DEBUG = 218, - anon_sym_MOZ_NONHEAP_CLASS = 219, - anon_sym_MOZ_NONNULL = 220, - anon_sym_MOZ_NONNULL_RETURN = 221, - anon_sym_MOZ_NON_AUTOABLE = 222, - anon_sym_MOZ_NON_MEMMOVABLE = 223, - anon_sym_MOZ_NON_OWNING_REF = 224, - anon_sym_MOZ_NON_PARAM = 225, - anon_sym_MOZ_NON_TEMPORARY_CLASS = 226, - anon_sym_MOZ_NORETURN = 227, - anon_sym_MOZ_NORETURN_PTR = 228, - anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN = 229, - anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT = 230, - anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES = 231, - anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW = 232, - anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW = 233, - anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS = 234, - anon_sym_MOZ_OWNING_REF = 235, - anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS = 236, - anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS = 237, - anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS = 238, - anon_sym_MOZ_RAII = 239, - anon_sym_MOZ_REQUIRED_BASE_METHOD = 240, - anon_sym_MOZ_STACK_CLASS = 241, - anon_sym_MOZ_STATIC_CLASS = 242, - anon_sym_MOZ_STATIC_LOCAL_CLASS = 243, - anon_sym_MOZ_TEMPORARY_CLASS = 244, - anon_sym_MOZ_TRIVIAL_CTOR_DTOR = 245, - anon_sym_MOZ_TSAN_BLACKLIST = 246, - anon_sym_MOZ_UNSAFE_REF = 247, - anon_sym_MOZ_XPCOM_ABI = 248, - anon_sym_JS_PUBLIC_API = 249, - sym_raw_string_literal = 250, - sym_translation_unit = 251, - sym_preproc_include = 252, - sym_preproc_def = 253, - sym_preproc_function_def = 254, - sym_preproc_params = 255, - sym_preproc_call = 256, - sym_preproc_if = 257, - sym_preproc_ifdef = 258, - sym_preproc_else = 259, - sym_preproc_elif = 260, - sym_preproc_if_in_field_declaration_list = 261, - sym_preproc_ifdef_in_field_declaration_list = 262, - sym_preproc_else_in_field_declaration_list = 263, - sym_preproc_elif_in_field_declaration_list = 264, - sym__preproc_expression = 265, - sym_preproc_parenthesized_expression = 266, - sym_preproc_defined = 267, - sym_preproc_unary_expression = 268, - sym_preproc_call_expression = 269, - sym_preproc_argument_list = 270, - sym_preproc_binary_expression = 271, - sym_function_definition = 272, - sym_declaration = 273, - sym_type_definition = 274, - sym__declaration_modifiers = 275, - sym__declaration_specifiers = 276, - sym_linkage_specification = 277, - sym_attribute_specifier = 278, - sym_attribute = 279, - sym_attribute_declaration = 280, - sym_ms_declspec_modifier = 281, - sym_ms_based_modifier = 282, - sym_ms_call_modifier = 283, - sym_ms_unaligned_ptr_modifier = 284, - sym_ms_pointer_modifier = 285, - sym_declaration_list = 286, - sym__declarator = 287, - sym__field_declarator = 288, - sym__type_declarator = 289, - sym__abstract_declarator = 290, - sym_parenthesized_declarator = 291, - sym_parenthesized_field_declarator = 292, - sym_parenthesized_type_declarator = 293, - sym_abstract_parenthesized_declarator = 294, - sym_attributed_declarator = 295, - sym_attributed_field_declarator = 296, - sym_attributed_type_declarator = 297, - sym_pointer_declarator = 298, - sym_pointer_field_declarator = 299, - sym_pointer_type_declarator = 300, - sym_abstract_pointer_declarator = 301, - sym_function_declarator = 302, - sym_function_field_declarator = 303, - sym_function_type_declarator = 304, - sym_abstract_function_declarator = 305, - sym_array_declarator = 306, - sym_array_field_declarator = 307, - sym_array_type_declarator = 308, - sym_abstract_array_declarator = 309, - sym_init_declarator = 310, - sym_compound_statement = 311, - sym_storage_class_specifier = 312, - sym_type_qualifier = 313, - sym__type_specifier = 314, - sym_sized_type_specifier = 315, - sym_enum_specifier = 316, - sym_enumerator_list = 317, - sym_struct_specifier = 318, - sym_union_specifier = 319, - sym_field_declaration_list = 320, - sym__field_declaration_list_item = 321, - sym_field_declaration = 322, - sym_bitfield_clause = 323, - sym_enumerator = 324, - sym_parameter_list = 325, - sym_parameter_declaration = 326, - sym_attributed_statement = 327, - sym_attributed_non_case_statement = 328, - sym_labeled_statement = 329, - sym_expression_statement = 330, - sym_if_statement = 331, - sym_switch_statement = 332, - sym_case_statement = 333, - sym_while_statement = 334, - sym_do_statement = 335, - sym_for_statement = 336, - sym_return_statement = 337, - sym_break_statement = 338, - sym_continue_statement = 339, - sym_goto_statement = 340, - sym__expression = 341, - sym_comma_expression = 342, - sym_conditional_expression = 343, - sym_assignment_expression = 344, - sym_pointer_expression = 345, - sym_unary_expression = 346, - sym_binary_expression = 347, - sym_update_expression = 348, - sym_cast_expression = 349, - sym_type_descriptor = 350, - sym_sizeof_expression = 351, - sym_subscript_expression = 352, - sym_call_expression = 353, - sym_argument_list = 354, - sym_field_expression = 355, - sym_compound_literal_expression = 356, - sym_parenthesized_expression = 357, - sym_initializer_list = 358, - sym_initializer_pair = 359, - sym_subscript_designator = 360, - sym_field_designator = 361, - sym_char_literal = 362, - sym_concatenated_string = 363, - sym_string_literal = 364, - sym__empty_declaration = 365, - sym_decltype = 366, - sym_class_specifier = 367, - sym__class_name = 368, - sym_virtual_specifier = 369, - sym_virtual_function_specifier = 370, - sym_explicit_function_specifier = 371, - sym_base_class_clause = 372, - sym__enum_base_clause = 373, - sym_dependent_type = 374, - sym_template_declaration = 375, - sym_template_instantiation = 376, - sym_template_parameter_list = 377, - sym_type_parameter_declaration = 378, - sym_variadic_type_parameter_declaration = 379, - sym_optional_type_parameter_declaration = 380, - sym_template_template_parameter_declaration = 381, - sym_optional_parameter_declaration = 382, - sym_variadic_parameter_declaration = 383, - sym_variadic_declarator = 384, - sym_variadic_reference_declarator = 385, - sym_operator_cast = 386, - sym_field_initializer_list = 387, - sym_field_initializer = 388, - sym_inline_method_definition = 389, - sym__constructor_specifiers = 390, - sym_operator_cast_definition = 391, - sym_operator_cast_declaration = 392, - sym_constructor_or_destructor_definition = 393, - sym_constructor_or_destructor_declaration = 394, - sym_default_method_clause = 395, - sym_delete_method_clause = 396, - sym_friend_declaration = 397, - sym_access_specifier = 398, - sym_reference_declarator = 399, - sym_reference_field_declarator = 400, - sym_abstract_reference_declarator = 401, - sym_structured_binding_declarator = 402, - sym_ref_qualifier = 403, - sym_trailing_return_type = 404, - sym_noexcept = 405, - sym_throw_specifier = 406, - sym_template_type = 407, - sym_template_method = 408, - sym_template_function = 409, - sym_template_argument_list = 410, - sym_namespace_definition = 411, - sym_namespace_definition_name = 412, - sym_using_declaration = 413, - sym_alias_declaration = 414, - sym_static_assert_declaration = 415, - sym_condition_clause = 416, - sym_condition_declaration = 417, - sym_for_range_loop = 418, - sym_co_return_statement = 419, - sym_co_yield_statement = 420, - sym_throw_statement = 421, - sym_try_statement = 422, - sym_catch_clause = 423, - sym_co_await_expression = 424, - sym_new_expression = 425, - sym_new_declarator = 426, - sym_delete_expression = 427, - sym_lambda_expression = 428, - sym_lambda_capture_specifier = 429, - sym_lambda_default_capture = 430, - sym_parameter_pack_expansion = 431, - sym_type_parameter_pack_expansion = 432, - sym_destructor_name = 433, - sym_dependent_identifier = 434, - sym_dependent_field_identifier = 435, - sym_dependent_type_identifier = 436, - sym__scope_resolution = 437, - sym_qualified_field_identifier = 438, - sym_qualified_identifier = 439, - sym_qualified_type_identifier = 440, - sym_qualified_operator_cast_identifier = 441, - sym_user_defined_literal = 442, - sym_alone_macro_call = 443, - sym__call_macro_with_decl_first_arg = 444, - sym_macro_statement = 445, - sym_macro_annotation = 446, - aux_sym_translation_unit_repeat1 = 447, - aux_sym_preproc_params_repeat1 = 448, - aux_sym_preproc_if_in_field_declaration_list_repeat1 = 449, - aux_sym_preproc_argument_list_repeat1 = 450, - aux_sym_declaration_repeat1 = 451, - aux_sym_type_definition_repeat1 = 452, - aux_sym_type_definition_repeat2 = 453, - aux_sym__declaration_specifiers_repeat1 = 454, - aux_sym_attribute_declaration_repeat1 = 455, - aux_sym_attributed_declarator_repeat1 = 456, - aux_sym_pointer_declarator_repeat1 = 457, - aux_sym_function_declarator_repeat1 = 458, - aux_sym_function_declarator_repeat2 = 459, - aux_sym_abstract_function_declarator_repeat1 = 460, - aux_sym_sized_type_specifier_repeat1 = 461, - aux_sym_enumerator_list_repeat1 = 462, - aux_sym_field_declaration_repeat1 = 463, - aux_sym_parameter_list_repeat1 = 464, - aux_sym_case_statement_repeat1 = 465, - aux_sym_argument_list_repeat1 = 466, - aux_sym_initializer_list_repeat1 = 467, - aux_sym_initializer_pair_repeat1 = 468, - aux_sym_concatenated_string_repeat1 = 469, - aux_sym_string_literal_repeat1 = 470, - aux_sym_class_specifier_repeat1 = 471, - aux_sym_base_class_clause_repeat1 = 472, - aux_sym_template_parameter_list_repeat1 = 473, - aux_sym_field_initializer_list_repeat1 = 474, - aux_sym_operator_cast_definition_repeat1 = 475, - aux_sym_structured_binding_declarator_repeat1 = 476, - aux_sym_throw_specifier_repeat1 = 477, - aux_sym_template_argument_list_repeat1 = 478, - aux_sym_try_statement_repeat1 = 479, - aux_sym_lambda_capture_specifier_repeat1 = 480, - aux_sym_alone_macro_call_repeat1 = 481, - alias_sym_field_identifier = 482, - alias_sym_namespace_identifier = 483, - alias_sym_statement_identifier = 484, - alias_sym_type_identifier = 485, + anon_sym_DASH_GT_STAR = 157, + anon_sym_LPAREN_RPAREN = 158, + anon_sym_LBRACK_RBRACK = 159, + anon_sym_DQUOTE_DQUOTE = 160, + sym_this = 161, + sym_nullptr = 162, + sym_literal_suffix = 163, + sym_alone_macro = 164, + aux_sym_alone_macro_call_token1 = 165, + anon_sym_CACHE_TRY_INSPECT = 166, + anon_sym_CACHE_TRY_UNWRAP = 167, + anon_sym_FORWARD = 168, + anon_sym_FORWARD_SET_ATTRIBUTE = 169, + anon_sym_IDB_TRY_INSPECT = 170, + anon_sym_IDB_TRY_UNWRAP = 171, + anon_sym_LS_TRY_INSPECT = 172, + anon_sym_LS_TRY_UNWRAP = 173, + anon_sym_SDB_TRY_INSPECT = 174, + anon_sym_SDB_TRY_UNWRAP = 175, + anon_sym_PS_GET = 176, + anon_sym_PS_GET_AND_SET = 177, + anon_sym_PS_GET_LOCKLESS = 178, + anon_sym_QM_TRY_INSPECT = 179, + anon_sym_QM_NOTEONLY_TRY_UNWRAP = 180, + anon_sym_QM_TRY_UNWRAP = 181, + anon_sym_QM_WARNONLY_TRY_UNWRAP = 182, + anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER = 183, + anon_sym_MOZ_ALLOCATOR = 184, + anon_sym_MOZ_ALLOW_TEMPORARY = 185, + anon_sym_MOZ_ALWAYS_INLINE = 186, + anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG = 187, + anon_sym_MOZ_ASAN_BLACKLIST = 188, + anon_sym_MOZ_CAN_RUN_SCRIPT = 189, + anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY = 190, + anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION = 191, + anon_sym_MOZ_COLD = 192, + anon_sym_MOZ_FALLTHROUGH = 193, + anon_sym_MOZ_FORMAT_PRINTF = 194, + anon_sym_MOZ_HAVE_ANALYZER_NORETURN = 195, + anon_sym_MOZ_HAVE_ASAN_BLACKLIST = 196, + anon_sym_MOZ_HAVE_NEVER_INLINE = 197, + anon_sym_MOZ_HAVE_NORETURN = 198, + anon_sym_MOZ_HAVE_NORETURN_PTR = 199, + anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR = 200, + anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR = 201, + anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR = 202, + anon_sym_MOZ_HEAP_ALLOCATOR = 203, + anon_sym_MOZ_HEAP_CLASS = 204, + anon_sym_MOZ_IMPLICIT = 205, + anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS = 206, + anon_sym_MOZ_INIT_OUTSIDE_CTOR = 207, + anon_sym_MOZ_IS_CLASS_INIT = 208, + anon_sym_MOZ_IS_REFPTR = 209, + anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED = 210, + anon_sym_MOZ_MAYBE_UNUSED = 211, + anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN = 212, + anon_sym_MOZ_MUST_OVERRIDE = 213, + anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG = 214, + anon_sym_MOZ_MUST_USE = 215, + anon_sym_MOZ_MUST_USE_TYPE = 216, + anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS = 217, + anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE = 218, + anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE = 219, + anon_sym_MOZ_NEVER_INLINE = 220, + anon_sym_MOZ_NEVER_INLINE_DEBUG = 221, + anon_sym_MOZ_NONHEAP_CLASS = 222, + anon_sym_MOZ_NONNULL = 223, + anon_sym_MOZ_NONNULL_RETURN = 224, + anon_sym_MOZ_NON_AUTOABLE = 225, + anon_sym_MOZ_NON_MEMMOVABLE = 226, + anon_sym_MOZ_NON_OWNING_REF = 227, + anon_sym_MOZ_NON_PARAM = 228, + anon_sym_MOZ_NON_TEMPORARY_CLASS = 229, + anon_sym_MOZ_NORETURN = 230, + anon_sym_MOZ_NORETURN_PTR = 231, + anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN = 232, + anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT = 233, + anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES = 234, + anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW = 235, + anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW = 236, + anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS = 237, + anon_sym_MOZ_OWNING_REF = 238, + anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS = 239, + anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS = 240, + anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS = 241, + anon_sym_MOZ_RAII = 242, + anon_sym_MOZ_REQUIRED_BASE_METHOD = 243, + anon_sym_MOZ_STACK_CLASS = 244, + anon_sym_MOZ_STATIC_CLASS = 245, + anon_sym_MOZ_STATIC_LOCAL_CLASS = 246, + anon_sym_MOZ_TEMPORARY_CLASS = 247, + anon_sym_MOZ_TRIVIAL_CTOR_DTOR = 248, + anon_sym_MOZ_TSAN_BLACKLIST = 249, + anon_sym_MOZ_UNSAFE_REF = 250, + anon_sym_MOZ_XPCOM_ABI = 251, + anon_sym_JS_PUBLIC_API = 252, + sym_raw_string_literal = 253, + sym_translation_unit = 254, + sym_preproc_include = 255, + sym_preproc_def = 256, + sym_preproc_function_def = 257, + sym_preproc_params = 258, + sym_preproc_call = 259, + sym_preproc_if = 260, + sym_preproc_ifdef = 261, + sym_preproc_else = 262, + sym_preproc_elif = 263, + sym_preproc_if_in_field_declaration_list = 264, + sym_preproc_ifdef_in_field_declaration_list = 265, + sym_preproc_else_in_field_declaration_list = 266, + sym_preproc_elif_in_field_declaration_list = 267, + sym__preproc_expression = 268, + sym_preproc_parenthesized_expression = 269, + sym_preproc_defined = 270, + sym_preproc_unary_expression = 271, + sym_preproc_call_expression = 272, + sym_preproc_argument_list = 273, + sym_preproc_binary_expression = 274, + sym_function_definition = 275, + sym_declaration = 276, + sym_type_definition = 277, + sym__declaration_modifiers = 278, + sym__declaration_specifiers = 279, + sym_linkage_specification = 280, + sym_attribute_specifier = 281, + sym_attribute = 282, + sym_attribute_declaration = 283, + sym_ms_declspec_modifier = 284, + sym_ms_based_modifier = 285, + sym_ms_call_modifier = 286, + sym_ms_unaligned_ptr_modifier = 287, + sym_ms_pointer_modifier = 288, + sym_declaration_list = 289, + sym__declarator = 290, + sym__field_declarator = 291, + sym__type_declarator = 292, + sym__abstract_declarator = 293, + sym_parenthesized_declarator = 294, + sym_parenthesized_field_declarator = 295, + sym_parenthesized_type_declarator = 296, + sym_abstract_parenthesized_declarator = 297, + sym_attributed_declarator = 298, + sym_attributed_field_declarator = 299, + sym_attributed_type_declarator = 300, + sym_pointer_declarator = 301, + sym_pointer_field_declarator = 302, + sym_pointer_type_declarator = 303, + sym_abstract_pointer_declarator = 304, + sym_function_declarator = 305, + sym_function_field_declarator = 306, + sym_function_type_declarator = 307, + sym_abstract_function_declarator = 308, + sym_array_declarator = 309, + sym_array_field_declarator = 310, + sym_array_type_declarator = 311, + sym_abstract_array_declarator = 312, + sym_init_declarator = 313, + sym_compound_statement = 314, + sym_storage_class_specifier = 315, + sym_type_qualifier = 316, + sym__type_specifier = 317, + sym_sized_type_specifier = 318, + sym_enum_specifier = 319, + sym_enumerator_list = 320, + sym_struct_specifier = 321, + sym_union_specifier = 322, + sym_field_declaration_list = 323, + sym__field_declaration_list_item = 324, + sym_field_declaration = 325, + sym_bitfield_clause = 326, + sym_enumerator = 327, + 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, }; static const char * const ts_symbol_names[] = { @@ -670,7 +674,10 @@ static const char * const ts_symbol_names[] = { [anon_sym_catch] = "catch", [anon_sym_co_await] = "co_await", [anon_sym_new] = "new", - [sym_operator_name] = "operator_name", + [anon_sym_DASH_GT_STAR] = "->*", + [anon_sym_LPAREN_RPAREN] = "()", + [anon_sym_LBRACK_RBRACK] = "[]", + [anon_sym_DQUOTE_DQUOTE] = "\"\"", [sym_this] = "this", [sym_nullptr] = "nullptr", [sym_literal_suffix] = "literal_suffix", @@ -955,6 +962,7 @@ static const char * const ts_symbol_names[] = { [sym_qualified_identifier] = "qualified_identifier", [sym_qualified_type_identifier] = "qualified_identifier", [sym_qualified_operator_cast_identifier] = "qualified_identifier", + [sym_operator_name] = "operator_name", [sym_user_defined_literal] = "user_defined_literal", [sym_alone_macro_call] = "alone_macro_call", [sym__call_macro_with_decl_first_arg] = "_call_macro_with_decl_first_arg", @@ -1159,7 +1167,10 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym_catch] = anon_sym_catch, [anon_sym_co_await] = anon_sym_co_await, [anon_sym_new] = anon_sym_new, - [sym_operator_name] = sym_operator_name, + [anon_sym_DASH_GT_STAR] = anon_sym_DASH_GT_STAR, + [anon_sym_LPAREN_RPAREN] = anon_sym_LPAREN_RPAREN, + [anon_sym_LBRACK_RBRACK] = anon_sym_LBRACK_RBRACK, + [anon_sym_DQUOTE_DQUOTE] = anon_sym_DQUOTE_DQUOTE, [sym_this] = sym_this, [sym_nullptr] = sym_nullptr, [sym_literal_suffix] = sym_literal_suffix, @@ -1444,6 +1455,7 @@ static const TSSymbol ts_symbol_map[] = { [sym_qualified_identifier] = sym_qualified_identifier, [sym_qualified_type_identifier] = sym_qualified_identifier, [sym_qualified_operator_cast_identifier] = sym_qualified_identifier, + [sym_operator_name] = sym_operator_name, [sym_user_defined_literal] = sym_user_defined_literal, [sym_alone_macro_call] = sym_alone_macro_call, [sym__call_macro_with_decl_first_arg] = sym__call_macro_with_decl_first_arg, @@ -2119,9 +2131,21 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [sym_operator_name] = { + [anon_sym_DASH_GT_STAR] = { .visible = true, - .named = true, + .named = false, + }, + [anon_sym_LPAREN_RPAREN] = { + .visible = true, + .named = false, + }, + [anon_sym_LBRACK_RBRACK] = { + .visible = true, + .named = false, + }, + [anon_sym_DQUOTE_DQUOTE] = { + .visible = true, + .named = false, }, [sym_this] = { .visible = true, @@ -3265,6 +3289,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym_operator_name] = { + .visible = true, + .named = true, + }, [sym_user_defined_literal] = { .visible = true, .named = true, @@ -4167,90 +4195,89 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { eof = lexer->eof(lexer); switch (state) { case 0: - if (eof) ADVANCE(216); - if (lookahead == '!') ADVANCE(272); - if (lookahead == '"') ADVANCE(387); - if (lookahead == '#') ADVANCE(176); - if (lookahead == '%') ADVANCE(292); - if (lookahead == '&') ADVANCE(301); - if (lookahead == '\'') ADVANCE(378); - if (lookahead == '(') ADVANCE(221); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(288); - if (lookahead == '+') ADVANCE(283); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(275); - if (lookahead == '.') ADVANCE(356); - if (lookahead == '/') ADVANCE(290); - if (lookahead == '0') ADVANCE(363); - if (lookahead == ':') ADVANCE(341); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '<') ADVANCE(309); - if (lookahead == '=') ADVANCE(325); - if (lookahead == '>') ADVANCE(1001); - if (lookahead == '?') ADVANCE(342); - if (lookahead == 'A') ADVANCE(834); - if (lookahead == 'B') ADVANCE(814); - if (lookahead == 'C') ADVANCE(691); - if (lookahead == 'D') ADVANCE(894); - if (lookahead == 'F') ADVANCE(665); - if (lookahead == 'H') ADVANCE(660); - if (lookahead == 'I') ADVANCE(790); - if (lookahead == 'L') ADVANCE(635); - if (lookahead == 'P') ADVANCE(683); - if (lookahead == 'Q') ADVANCE(895); - if (lookahead == 'S') ADVANCE(696); - if (lookahead == 'T') ADVANCE(684); - if (lookahead == 'U') ADVANCE(638); - if (lookahead == 'V') ADVANCE(821); - if (lookahead == 'W') ADVANCE(694); - if (lookahead == '[') ADVANCE(322); - if (lookahead == '\\') SKIP(211) - if (lookahead == ']') ADVANCE(323); - if (lookahead == '^') ADVANCE(298); - if (lookahead == 'b') ADVANCE(967); - if (lookahead == 'c') ADVANCE(943); - if (lookahead == 'd') ADVANCE(962); - if (lookahead == 'f') ADVANCE(913); - if (lookahead == 'i') ADVANCE(959); - if (lookahead == 'm') ADVANCE(914); - if (lookahead == 'o') ADVANCE(969); - if (lookahead == 'p') ADVANCE(982); - if (lookahead == 's') ADVANCE(945); - if (lookahead == 't') ADVANCE(973); - if (lookahead == 'u') ADVANCE(642); - if (lookahead == 'v') ADVANCE(965); - if (lookahead == 'w') ADVANCE(925); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '|') ADVANCE(295); - if (lookahead == '}') ADVANCE(320); - if (lookahead == '~') ADVANCE(273); + if (eof) ADVANCE(206); + if (lookahead == '!') ADVANCE(262); + if (lookahead == '"') ADVANCE(381); + if (lookahead == '#') ADVANCE(173); + if (lookahead == '%') ADVANCE(284); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '\'') ADVANCE(372); + if (lookahead == '(') ADVANCE(211); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(280); + if (lookahead == '+') ADVANCE(275); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(265); + if (lookahead == '.') ADVANCE(350); + if (lookahead == '/') ADVANCE(282); + if (lookahead == '0') ADVANCE(357); + if (lookahead == ':') ADVANCE(335); + if (lookahead == ';') ADVANCE(307); + if (lookahead == '<') ADVANCE(301); + if (lookahead == '=') ADVANCE(319); + if (lookahead == '>') ADVANCE(979); + if (lookahead == '?') ADVANCE(336); + if (lookahead == 'A') ADVANCE(827); + if (lookahead == 'B') ADVANCE(807); + if (lookahead == 'C') ADVANCE(684); + if (lookahead == 'D') ADVANCE(887); + if (lookahead == 'F') ADVANCE(658); + if (lookahead == 'H') ADVANCE(653); + if (lookahead == 'I') ADVANCE(783); + if (lookahead == 'L') ADVANCE(628); + if (lookahead == 'P') ADVANCE(676); + if (lookahead == 'Q') ADVANCE(888); + if (lookahead == 'S') ADVANCE(689); + if (lookahead == 'T') ADVANCE(677); + if (lookahead == 'U') ADVANCE(631); + if (lookahead == 'V') ADVANCE(814); + if (lookahead == 'W') ADVANCE(687); + if (lookahead == '[') ADVANCE(315); + if (lookahead == '\\') SKIP(201) + if (lookahead == ']') ADVANCE(317); + if (lookahead == '^') ADVANCE(290); + if (lookahead == 'b') ADVANCE(952); + if (lookahead == 'c') ADVANCE(929); + if (lookahead == 'd') ADVANCE(947); + if (lookahead == 'f') ADVANCE(905); + if (lookahead == 'i') ADVANCE(944); + if (lookahead == 'm') ADVANCE(906); + if (lookahead == 'p') ADVANCE(963); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 't') ADVANCE(955); + if (lookahead == 'u') ADVANCE(635); + if (lookahead == 'v') ADVANCE(950); + if (lookahead == 'w') ADVANCE(916); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '|') ADVANCE(287); + if (lookahead == '}') ADVANCE(312); + if (lookahead == '~') ADVANCE(263); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') SKIP(214) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(365); + lookahead == ' ') SKIP(204) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(359); if (('E' <= lookahead && lookahead <= '_') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 1: - if (lookahead == '\n') ADVANCE(1017); + if (lookahead == '\n') ADVANCE(989); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); END_STATE(); case 2: - if (lookahead == '\n') SKIP(109) + if (lookahead == '\n') SKIP(108) END_STATE(); case 3: - if (lookahead == '\n') SKIP(109) + if (lookahead == '\n') SKIP(108) if (lookahead == '\r') SKIP(2) END_STATE(); case 4: - if (lookahead == '\n') SKIP(110) + if (lookahead == '\n') SKIP(109) END_STATE(); case 5: - if (lookahead == '\n') SKIP(110) + if (lookahead == '\n') SKIP(109) if (lookahead == '\r') SKIP(4) END_STATE(); case 6: @@ -4268,66 +4295,66 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\r') SKIP(8) END_STATE(); case 10: - if (lookahead == '\n') SKIP(126) + if (lookahead == '\n') SKIP(124) END_STATE(); case 11: - if (lookahead == '\n') SKIP(126) + if (lookahead == '\n') SKIP(124) if (lookahead == '\r') SKIP(10) END_STATE(); case 12: - if (lookahead == '\n') SKIP(113) + if (lookahead == '\n') SKIP(112) END_STATE(); case 13: - if (lookahead == '\n') SKIP(113) + if (lookahead == '\n') SKIP(112) if (lookahead == '\r') SKIP(12) END_STATE(); case 14: - if (lookahead == '\n') SKIP(150) + if (lookahead == '\n') SKIP(106) END_STATE(); case 15: - if (lookahead == '\n') SKIP(150) + if (lookahead == '\n') SKIP(106) if (lookahead == '\r') SKIP(14) END_STATE(); case 16: - if (lookahead == '\n') SKIP(127) + if (lookahead == '\n') SKIP(126) END_STATE(); case 17: - if (lookahead == '\n') SKIP(127) + if (lookahead == '\n') SKIP(126) if (lookahead == '\r') SKIP(16) END_STATE(); case 18: - if (lookahead == '\n') SKIP(112) + if (lookahead == '\n') SKIP(111) END_STATE(); case 19: - if (lookahead == '\n') SKIP(112) + if (lookahead == '\n') SKIP(111) if (lookahead == '\r') SKIP(18) END_STATE(); case 20: - if (lookahead == '\n') SKIP(114) + if (lookahead == '\n') SKIP(113) END_STATE(); case 21: - if (lookahead == '\n') SKIP(114) + if (lookahead == '\n') SKIP(113) if (lookahead == '\r') SKIP(20) END_STATE(); case 22: - if (lookahead == '\n') SKIP(104) + if (lookahead == '\n') SKIP(102) END_STATE(); case 23: - if (lookahead == '\n') SKIP(104) + if (lookahead == '\n') SKIP(102) if (lookahead == '\r') SKIP(22) END_STATE(); case 24: - if (lookahead == '\n') SKIP(105) + if (lookahead == '\n') SKIP(103) END_STATE(); case 25: - if (lookahead == '\n') SKIP(105) + if (lookahead == '\n') SKIP(103) if (lookahead == '\r') SKIP(24) END_STATE(); case 26: - if (lookahead == '\n') SKIP(144) + if (lookahead == '\n') SKIP(143) END_STATE(); case 27: - if (lookahead == '\n') SKIP(144) + if (lookahead == '\n') SKIP(143) if (lookahead == '\r') SKIP(26) END_STATE(); case 28: @@ -4338,10144 +4365,9909 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\r') SKIP(28) END_STATE(); case 30: - if (lookahead == '\n') SKIP(152) + if (lookahead == '\n') SKIP(150) END_STATE(); case 31: - if (lookahead == '\n') SKIP(152) + if (lookahead == '\n') SKIP(150) if (lookahead == '\r') SKIP(30) END_STATE(); case 32: - if (lookahead == '\n') SKIP(149) + if (lookahead == '\n') SKIP(151) END_STATE(); case 33: - if (lookahead == '\n') SKIP(149) + if (lookahead == '\n') SKIP(151) if (lookahead == '\r') SKIP(32) END_STATE(); case 34: - if (lookahead == '\n') SKIP(153) + if (lookahead == '\n') SKIP(127) END_STATE(); case 35: - if (lookahead == '\n') SKIP(153) + if (lookahead == '\n') SKIP(127) if (lookahead == '\r') SKIP(34) END_STATE(); case 36: - if (lookahead == '\n') SKIP(154) + if (lookahead == '\n') SKIP(128) END_STATE(); case 37: - if (lookahead == '\n') SKIP(154) + if (lookahead == '\n') SKIP(128) if (lookahead == '\r') SKIP(36) END_STATE(); case 38: - if (lookahead == '\n') SKIP(155) + if (lookahead == '\n') SKIP(131) END_STATE(); case 39: - if (lookahead == '\n') SKIP(155) + if (lookahead == '\n') SKIP(131) if (lookahead == '\r') SKIP(38) END_STATE(); case 40: - if (lookahead == '\n') SKIP(135) + if (lookahead == '\n') SKIP(133) END_STATE(); case 41: - if (lookahead == '\n') SKIP(135) + if (lookahead == '\n') SKIP(133) if (lookahead == '\r') SKIP(40) END_STATE(); case 42: - if (lookahead == '\n') SKIP(128) + if (lookahead == '\n') SKIP(117) END_STATE(); case 43: - if (lookahead == '\n') SKIP(128) + if (lookahead == '\n') SKIP(117) if (lookahead == '\r') SKIP(42) END_STATE(); case 44: - if (lookahead == '\n') SKIP(151) + if (lookahead == '\n') SKIP(130) END_STATE(); case 45: - if (lookahead == '\n') SKIP(151) + if (lookahead == '\n') SKIP(130) if (lookahead == '\r') SKIP(44) END_STATE(); case 46: - if (lookahead == '\n') SKIP(130) + if (lookahead == '\n') SKIP(107) END_STATE(); case 47: - if (lookahead == '\n') SKIP(130) + if (lookahead == '\n') SKIP(107) if (lookahead == '\r') SKIP(46) END_STATE(); case 48: - if (lookahead == '\n') SKIP(132) + if (lookahead == '\n') SKIP(141) END_STATE(); case 49: - if (lookahead == '\n') SKIP(132) + if (lookahead == '\n') SKIP(141) if (lookahead == '\r') SKIP(48) END_STATE(); case 50: - if (lookahead == '\n') SKIP(129) + if (lookahead == '\n') SKIP(134) END_STATE(); case 51: - if (lookahead == '\n') SKIP(129) + if (lookahead == '\n') SKIP(134) if (lookahead == '\r') SKIP(50) END_STATE(); case 52: - if (lookahead == '\n') SKIP(134) + if (lookahead == '\n') SKIP(114) END_STATE(); case 53: - if (lookahead == '\n') SKIP(134) + if (lookahead == '\n') SKIP(114) if (lookahead == '\r') SKIP(52) END_STATE(); case 54: - if (lookahead == '\n') SKIP(117) + if (lookahead == '\n') SKIP(56) END_STATE(); case 55: - if (lookahead == '\n') SKIP(117) + if (lookahead == '\n') SKIP(56) if (lookahead == '\r') SKIP(54) END_STATE(); case 56: - if (lookahead == '\n') SKIP(142) + if (lookahead == '\n') ADVANCE(208); + if (lookahead == '!') ADVANCE(165); + if (lookahead == '%') ADVANCE(283); + if (lookahead == '&') ADVANCE(292); + if (lookahead == '(') ADVANCE(260); + if (lookahead == '*') ADVANCE(279); + if (lookahead == '+') ADVANCE(273); + if (lookahead == '-') ADVANCE(264); + if (lookahead == '/') ADVANCE(281); + if (lookahead == '<') ADVANCE(302); + if (lookahead == '=') ADVANCE(166); + if (lookahead == '>') ADVANCE(296); + if (lookahead == '\\') SKIP(55) + if (lookahead == '^') ADVANCE(289); + if (lookahead == '|') ADVANCE(288); + if (lookahead == '\t' || + lookahead == '\r' || + lookahead == ' ') SKIP(56) END_STATE(); case 57: - if (lookahead == '\n') SKIP(142) - if (lookahead == '\r') SKIP(56) + if (lookahead == '\n') SKIP(152) END_STATE(); case 58: - if (lookahead == '\n') SKIP(60) + if (lookahead == '\n') SKIP(152) + if (lookahead == '\r') SKIP(57) END_STATE(); case 59: - if (lookahead == '\n') SKIP(60) - if (lookahead == '\r') SKIP(58) + if (lookahead == '\n') SKIP(153) END_STATE(); case 60: - if (lookahead == '\n') ADVANCE(218); - if (lookahead == '!') ADVANCE(168); - if (lookahead == '%') ADVANCE(291); - if (lookahead == '&') ADVANCE(300); - if (lookahead == '(') ADVANCE(270); - if (lookahead == '*') ADVANCE(287); - if (lookahead == '+') ADVANCE(281); - if (lookahead == '-') ADVANCE(274); - if (lookahead == '/') ADVANCE(289); - if (lookahead == '<') ADVANCE(310); - if (lookahead == '=') ADVANCE(169); - if (lookahead == '>') ADVANCE(304); - if (lookahead == '\\') SKIP(59) - if (lookahead == '^') ADVANCE(297); - if (lookahead == '|') ADVANCE(296); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') SKIP(60) + if (lookahead == '\n') SKIP(153) + if (lookahead == '\r') SKIP(59) END_STATE(); case 61: - if (lookahead == '\n') SKIP(115) + if (lookahead == '\n') SKIP(144) END_STATE(); case 62: - if (lookahead == '\n') SKIP(115) + if (lookahead == '\n') SKIP(144) if (lookahead == '\r') SKIP(61) END_STATE(); case 63: - if (lookahead == '\n') SKIP(145) + if (lookahead == '\n') ADVANCE(209); + if (lookahead == '(') ADVANCE(211); + if (lookahead == '/') ADVANCE(253); + if (lookahead == '\\') ADVANCE(251); + if (lookahead == '\t' || + lookahead == '\r' || + lookahead == ' ') ADVANCE(250); + if (lookahead != 0) ADVANCE(254); END_STATE(); case 64: - if (lookahead == '\n') SKIP(145) - if (lookahead == '\r') SKIP(63) + if (lookahead == '\n') ADVANCE(209); + if (lookahead == '/') ADVANCE(253); + if (lookahead == '\\') ADVANCE(251); + if (lookahead == '\t' || + lookahead == '\r' || + lookahead == ' ') ADVANCE(250); + if (lookahead != 0) ADVANCE(254); END_STATE(); case 65: - if (lookahead == '\n') ADVANCE(219); - if (lookahead == '(') ADVANCE(221); - if (lookahead == '/') ADVANCE(263); - if (lookahead == '\\') ADVANCE(261); + if (lookahead == '\n') SKIP(145) + if (lookahead == '"') ADVANCE(381); + if (lookahead == '/') ADVANCE(382); + if (lookahead == '\\') ADVANCE(66); if (lookahead == '\t' || lookahead == '\r' || - lookahead == ' ') ADVANCE(260); - if (lookahead != 0) ADVANCE(264); + lookahead == ' ') ADVANCE(385); + if (lookahead != 0) ADVANCE(386); END_STATE(); case 66: - if (lookahead == '\n') ADVANCE(219); - if (lookahead == '/') ADVANCE(263); - if (lookahead == '\\') ADVANCE(261); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(260); - if (lookahead != 0) ADVANCE(264); + 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(146) - if (lookahead == '"') ADVANCE(387); - if (lookahead == '/') ADVANCE(388); - if (lookahead == '\\') ADVANCE(68); + if (lookahead == '\n') SKIP(163) + if (lookahead == '/') ADVANCE(375); + if (lookahead == '\\') ADVANCE(374); if (lookahead == '\t' || lookahead == '\r' || - lookahead == ' ') ADVANCE(391); - if (lookahead != 0) ADVANCE(392); + lookahead == ' ') ADVANCE(376); + if (lookahead != 0 && + lookahead != '\'') ADVANCE(373); END_STATE(); case 68: - if (lookahead == '\n') ADVANCE(394); - if (lookahead == '\r') ADVANCE(393); - if (lookahead == 'U') ADVANCE(207); - if (lookahead == 'u') ADVANCE(203); - if (lookahead == 'x') ADVANCE(201); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(396); - if (lookahead != 0) ADVANCE(393); + if (lookahead == '\n') SKIP(110) END_STATE(); case 69: - if (lookahead == '\n') SKIP(166) - if (lookahead == '/') ADVANCE(381); - if (lookahead == '\\') ADVANCE(380); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(382); - if (lookahead != 0 && - lookahead != '\'') ADVANCE(379); + if (lookahead == '\n') SKIP(110) + if (lookahead == '\r') SKIP(68) END_STATE(); case 70: - if (lookahead == '\n') SKIP(156) + if (lookahead == '\n') SKIP(135) END_STATE(); case 71: - if (lookahead == '\n') SKIP(156) + if (lookahead == '\n') SKIP(135) if (lookahead == '\r') SKIP(70) END_STATE(); case 72: - if (lookahead == '\n') SKIP(111) + if (lookahead == '\n') SKIP(104) END_STATE(); case 73: - if (lookahead == '\n') SKIP(111) + if (lookahead == '\n') SKIP(104) if (lookahead == '\r') SKIP(72) END_STATE(); case 74: - if (lookahead == '\n') SKIP(136) + if (lookahead == '\n') SKIP(105) END_STATE(); case 75: - if (lookahead == '\n') SKIP(136) + if (lookahead == '\n') SKIP(105) if (lookahead == '\r') SKIP(74) END_STATE(); case 76: - if (lookahead == '\n') SKIP(106) + if (lookahead == '\n') SKIP(149) END_STATE(); case 77: - if (lookahead == '\n') SKIP(106) + if (lookahead == '\n') SKIP(149) if (lookahead == '\r') SKIP(76) END_STATE(); case 78: - if (lookahead == '\n') SKIP(107) + if (lookahead == '\n') SKIP(129) END_STATE(); case 79: - if (lookahead == '\n') SKIP(107) + if (lookahead == '\n') SKIP(129) if (lookahead == '\r') SKIP(78) END_STATE(); case 80: - if (lookahead == '\n') SKIP(139) + if (lookahead == '\n') SKIP(116) END_STATE(); case 81: - if (lookahead == '\n') SKIP(139) + if (lookahead == '\n') SKIP(116) if (lookahead == '\r') SKIP(80) END_STATE(); case 82: - if (lookahead == '\n') SKIP(118) + if (lookahead == '\n') SKIP(137) END_STATE(); case 83: - if (lookahead == '\n') SKIP(118) + if (lookahead == '\n') SKIP(137) if (lookahead == '\r') SKIP(82) END_STATE(); case 84: - if (lookahead == '\n') SKIP(131) + if (lookahead == '\n') SKIP(132) END_STATE(); case 85: - if (lookahead == '\n') SKIP(131) + if (lookahead == '\n') SKIP(132) if (lookahead == '\r') SKIP(84) END_STATE(); case 86: - if (lookahead == '\n') SKIP(138) + if (lookahead == '\n') SKIP(119) END_STATE(); case 87: - if (lookahead == '\n') SKIP(138) + if (lookahead == '\n') SKIP(119) if (lookahead == '\r') SKIP(86) END_STATE(); case 88: - if (lookahead == '\n') SKIP(133) + if (lookahead == '\n') SKIP(123) END_STATE(); case 89: - if (lookahead == '\n') SKIP(133) + if (lookahead == '\n') SKIP(123) if (lookahead == '\r') SKIP(88) END_STATE(); case 90: - if (lookahead == '\n') SKIP(120) + if (lookahead == '\n') SKIP(139) END_STATE(); case 91: - if (lookahead == '\n') SKIP(120) + if (lookahead == '\n') SKIP(139) if (lookahead == '\r') SKIP(90) END_STATE(); case 92: - if (lookahead == '\n') SKIP(122) + if (lookahead == '\n') SKIP(138) END_STATE(); case 93: - if (lookahead == '\n') SKIP(122) + if (lookahead == '\n') SKIP(138) if (lookahead == '\r') SKIP(92) END_STATE(); case 94: - if (lookahead == '\n') SKIP(124) + if (lookahead == '\n') SKIP(142) END_STATE(); case 95: - if (lookahead == '\n') SKIP(124) + if (lookahead == '\n') SKIP(142) if (lookahead == '\r') SKIP(94) END_STATE(); case 96: - if (lookahead == '\n') SKIP(141) + if (lookahead == '\n') SKIP(121) END_STATE(); case 97: - if (lookahead == '\n') SKIP(141) + if (lookahead == '\n') SKIP(121) if (lookahead == '\r') SKIP(96) END_STATE(); case 98: - if (lookahead == '\n') SKIP(140) + if (lookahead == '\n') SKIP(136) END_STATE(); case 99: - if (lookahead == '\n') SKIP(140) + if (lookahead == '\n') SKIP(136) if (lookahead == '\r') SKIP(98) END_STATE(); case 100: - if (lookahead == '\n') SKIP(143) + if (lookahead == '\n') SKIP(140) END_STATE(); case 101: - if (lookahead == '\n') SKIP(143) + if (lookahead == '\n') SKIP(140) if (lookahead == '\r') SKIP(100) END_STATE(); case 102: - if (lookahead == '\n') SKIP(137) + if (lookahead == '!') ADVANCE(262); + if (lookahead == '"') ADVANCE(381); + if (lookahead == '%') ADVANCE(284); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '\'') ADVANCE(372); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(280); + if (lookahead == '+') ADVANCE(275); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(266); + if (lookahead == '.') ADVANCE(350); + if (lookahead == '/') ADVANCE(282); + if (lookahead == '0') ADVANCE(357); + if (lookahead == ':') ADVANCE(335); + if (lookahead == ';') ADVANCE(307); + if (lookahead == '<') ADVANCE(301); + if (lookahead == '=') ADVANCE(319); + if (lookahead == '>') ADVANCE(297); + if (lookahead == '?') ADVANCE(336); + if (lookahead == 'A') ADVANCE(827); + if (lookahead == 'B') ADVANCE(807); + if (lookahead == 'C') ADVANCE(684); + if (lookahead == 'D') ADVANCE(887); + if (lookahead == 'F') ADVANCE(658); + if (lookahead == 'H') ADVANCE(653); + if (lookahead == 'I') ADVANCE(783); + if (lookahead == 'L') ADVANCE(628); + if (lookahead == 'P') ADVANCE(676); + if (lookahead == 'Q') ADVANCE(888); + if (lookahead == 'S') ADVANCE(689); + if (lookahead == 'T') ADVANCE(677); + if (lookahead == 'U') ADVANCE(631); + if (lookahead == 'V') ADVANCE(814); + if (lookahead == 'W') ADVANCE(687); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(23) + if (lookahead == ']') ADVANCE(317); + if (lookahead == '^') ADVANCE(290); + if (lookahead == 'b') ADVANCE(952); + if (lookahead == 'c') ADVANCE(929); + if (lookahead == 'd') ADVANCE(947); + if (lookahead == 'f') ADVANCE(905); + if (lookahead == 'i') ADVANCE(944); + if (lookahead == 'm') ADVANCE(906); + if (lookahead == 'p') ADVANCE(963); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 't') ADVANCE(955); + if (lookahead == 'u') ADVANCE(635); + if (lookahead == 'v') ADVANCE(950); + if (lookahead == 'w') ADVANCE(916); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '|') ADVANCE(287); + if (lookahead == '}') ADVANCE(312); + if (lookahead == '~') ADVANCE(263); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(102) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(359); + if (('E' <= lookahead && lookahead <= '_') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 103: - if (lookahead == '\n') SKIP(137) - if (lookahead == '\r') SKIP(102) + if (lookahead == '!') ADVANCE(262); + if (lookahead == '"') ADVANCE(381); + if (lookahead == '%') ADVANCE(284); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '\'') ADVANCE(372); + if (lookahead == '(') ADVANCE(260); + if (lookahead == '*') ADVANCE(280); + if (lookahead == '+') ADVANCE(275); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(266); + if (lookahead == '.') ADVANCE(350); + if (lookahead == '/') ADVANCE(282); + if (lookahead == '0') ADVANCE(357); + if (lookahead == ':') ADVANCE(164); + if (lookahead == '<') ADVANCE(301); + if (lookahead == '=') ADVANCE(319); + if (lookahead == '>') ADVANCE(979); + if (lookahead == '?') ADVANCE(336); + if (lookahead == 'A') ADVANCE(827); + if (lookahead == 'B') ADVANCE(807); + if (lookahead == 'C') ADVANCE(684); + if (lookahead == 'D') ADVANCE(887); + if (lookahead == 'F') ADVANCE(658); + if (lookahead == 'H') ADVANCE(653); + if (lookahead == 'I') ADVANCE(783); + if (lookahead == 'L') ADVANCE(628); + if (lookahead == 'P') ADVANCE(676); + if (lookahead == 'Q') ADVANCE(888); + if (lookahead == 'S') ADVANCE(689); + if (lookahead == 'T') ADVANCE(677); + if (lookahead == 'U') ADVANCE(631); + if (lookahead == 'V') ADVANCE(814); + if (lookahead == 'W') ADVANCE(687); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(25) + if (lookahead == '^') ADVANCE(290); + if (lookahead == 'b') ADVANCE(952); + if (lookahead == 'c') ADVANCE(929); + if (lookahead == 'd') ADVANCE(947); + if (lookahead == 'f') ADVANCE(905); + if (lookahead == 'i') ADVANCE(944); + if (lookahead == 'm') ADVANCE(906); + if (lookahead == 'p') ADVANCE(963); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 't') ADVANCE(955); + if (lookahead == 'u') ADVANCE(635); + if (lookahead == 'v') ADVANCE(950); + if (lookahead == 'w') ADVANCE(916); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '|') ADVANCE(287); + if (lookahead == '~') ADVANCE(263); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(103) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(359); + if (('E' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 104: - if (lookahead == '!') ADVANCE(272); - if (lookahead == '"') ADVANCE(387); - if (lookahead == '%') ADVANCE(292); - if (lookahead == '&') ADVANCE(301); - if (lookahead == '\'') ADVANCE(378); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(288); - if (lookahead == '+') ADVANCE(283); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(275); - if (lookahead == '.') ADVANCE(356); - if (lookahead == '/') ADVANCE(290); - if (lookahead == '0') ADVANCE(363); - if (lookahead == ':') ADVANCE(341); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '<') ADVANCE(309); - if (lookahead == '=') ADVANCE(325); - if (lookahead == '>') ADVANCE(305); - if (lookahead == '?') ADVANCE(342); - if (lookahead == 'A') ADVANCE(834); - if (lookahead == 'B') ADVANCE(814); - if (lookahead == 'C') ADVANCE(691); - if (lookahead == 'D') ADVANCE(894); - if (lookahead == 'F') ADVANCE(665); - if (lookahead == 'H') ADVANCE(660); - if (lookahead == 'I') ADVANCE(790); - if (lookahead == 'L') ADVANCE(635); - if (lookahead == 'P') ADVANCE(683); - if (lookahead == 'Q') ADVANCE(895); - if (lookahead == 'S') ADVANCE(696); - if (lookahead == 'T') ADVANCE(684); - if (lookahead == 'U') ADVANCE(638); - if (lookahead == 'V') ADVANCE(821); - if (lookahead == 'W') ADVANCE(694); - if (lookahead == '[') ADVANCE(321); - if (lookahead == '\\') SKIP(23) - if (lookahead == ']') ADVANCE(323); - if (lookahead == '^') ADVANCE(298); - if (lookahead == 'b') ADVANCE(967); - if (lookahead == 'c') ADVANCE(943); - if (lookahead == 'd') ADVANCE(962); - if (lookahead == 'f') ADVANCE(913); - if (lookahead == 'i') ADVANCE(959); - if (lookahead == 'm') ADVANCE(914); - if (lookahead == 'p') ADVANCE(982); - if (lookahead == 's') ADVANCE(945); - if (lookahead == 't') ADVANCE(973); - if (lookahead == 'u') ADVANCE(642); - if (lookahead == 'v') ADVANCE(965); - if (lookahead == 'w') ADVANCE(925); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '|') ADVANCE(295); - if (lookahead == '}') ADVANCE(320); - if (lookahead == '~') ADVANCE(273); + if (lookahead == '!') ADVANCE(262); + if (lookahead == '"') ADVANCE(381); + if (lookahead == '%') ADVANCE(283); + if (lookahead == '&') ADVANCE(292); + if (lookahead == '\'') ADVANCE(372); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(279); + if (lookahead == '+') ADVANCE(276); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(267); + if (lookahead == '.') ADVANCE(350); + if (lookahead == '/') ADVANCE(281); + if (lookahead == '0') ADVANCE(357); + if (lookahead == ':') ADVANCE(335); + 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); + if (lookahead == 'D') ADVANCE(887); + if (lookahead == 'F') ADVANCE(658); + if (lookahead == 'H') ADVANCE(653); + if (lookahead == 'I') ADVANCE(783); + if (lookahead == 'L') ADVANCE(628); + if (lookahead == 'P') ADVANCE(676); + if (lookahead == 'Q') ADVANCE(888); + if (lookahead == 'S') ADVANCE(689); + if (lookahead == 'T') ADVANCE(677); + if (lookahead == 'U') ADVANCE(631); + if (lookahead == 'V') ADVANCE(814); + if (lookahead == 'W') ADVANCE(687); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(73) + if (lookahead == ']') ADVANCE(317); + if (lookahead == '^') ADVANCE(289); + if (lookahead == 'b') ADVANCE(952); + if (lookahead == 'c') ADVANCE(929); + if (lookahead == 'd') ADVANCE(947); + if (lookahead == 'f') ADVANCE(905); + if (lookahead == 'i') ADVANCE(944); + if (lookahead == 'm') ADVANCE(906); + if (lookahead == 'p') ADVANCE(963); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 't') ADVANCE(955); + if (lookahead == 'u') ADVANCE(635); + if (lookahead == 'v') ADVANCE(950); + if (lookahead == 'w') ADVANCE(916); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '|') ADVANCE(288); + if (lookahead == '}') ADVANCE(312); + if (lookahead == '~') ADVANCE(263); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(104) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(365); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(359); if (('E' <= lookahead && lookahead <= '_') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 105: - if (lookahead == '!') ADVANCE(272); - if (lookahead == '"') ADVANCE(387); - if (lookahead == '%') ADVANCE(292); - if (lookahead == '&') ADVANCE(301); - if (lookahead == '\'') ADVANCE(378); - if (lookahead == '(') ADVANCE(270); - if (lookahead == '*') ADVANCE(288); - if (lookahead == '+') ADVANCE(283); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(275); - if (lookahead == '.') ADVANCE(356); - if (lookahead == '/') ADVANCE(290); - if (lookahead == '0') ADVANCE(363); - if (lookahead == ':') ADVANCE(167); - if (lookahead == '<') ADVANCE(309); - if (lookahead == '=') ADVANCE(325); - if (lookahead == '>') ADVANCE(1001); - if (lookahead == '?') ADVANCE(342); - if (lookahead == 'A') ADVANCE(834); - if (lookahead == 'B') ADVANCE(814); - if (lookahead == 'C') ADVANCE(691); - if (lookahead == 'D') ADVANCE(894); - if (lookahead == 'F') ADVANCE(665); - if (lookahead == 'H') ADVANCE(660); - if (lookahead == 'I') ADVANCE(790); - if (lookahead == 'L') ADVANCE(635); - if (lookahead == 'P') ADVANCE(683); - if (lookahead == 'Q') ADVANCE(895); - if (lookahead == 'S') ADVANCE(696); - if (lookahead == 'T') ADVANCE(684); - if (lookahead == 'U') ADVANCE(638); - if (lookahead == 'V') ADVANCE(821); - if (lookahead == 'W') ADVANCE(694); - if (lookahead == '[') ADVANCE(321); - if (lookahead == '\\') SKIP(25) - if (lookahead == '^') ADVANCE(298); - if (lookahead == 'b') ADVANCE(967); - if (lookahead == 'c') ADVANCE(943); - if (lookahead == 'd') ADVANCE(962); - if (lookahead == 'f') ADVANCE(913); - if (lookahead == 'i') ADVANCE(959); - if (lookahead == 'm') ADVANCE(914); - if (lookahead == 'p') ADVANCE(982); - if (lookahead == 's') ADVANCE(945); - if (lookahead == 't') ADVANCE(973); - if (lookahead == 'u') ADVANCE(642); - if (lookahead == 'v') ADVANCE(965); - if (lookahead == 'w') ADVANCE(925); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '|') ADVANCE(295); - if (lookahead == '~') ADVANCE(273); + if (lookahead == '!') ADVANCE(262); + if (lookahead == '"') ADVANCE(381); + if (lookahead == '%') ADVANCE(283); + if (lookahead == '&') ADVANCE(292); + if (lookahead == '\'') ADVANCE(372); + if (lookahead == '(') ADVANCE(260); + if (lookahead == '*') ADVANCE(279); + if (lookahead == '+') ADVANCE(276); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(267); + if (lookahead == '.') ADVANCE(350); + if (lookahead == '/') ADVANCE(281); + if (lookahead == '0') ADVANCE(357); + if (lookahead == ':') ADVANCE(164); + if (lookahead == '<') ADVANCE(302); + if (lookahead == '=') ADVANCE(166); + if (lookahead == '>') ADVANCE(979); + if (lookahead == '?') ADVANCE(336); + if (lookahead == 'A') ADVANCE(827); + if (lookahead == 'B') ADVANCE(807); + if (lookahead == 'C') ADVANCE(684); + if (lookahead == 'D') ADVANCE(887); + if (lookahead == 'F') ADVANCE(658); + if (lookahead == 'H') ADVANCE(653); + if (lookahead == 'I') ADVANCE(783); + if (lookahead == 'L') ADVANCE(628); + if (lookahead == 'P') ADVANCE(676); + if (lookahead == 'Q') ADVANCE(888); + if (lookahead == 'S') ADVANCE(689); + if (lookahead == 'T') ADVANCE(677); + if (lookahead == 'U') ADVANCE(631); + if (lookahead == 'V') ADVANCE(814); + if (lookahead == 'W') ADVANCE(687); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(75) + if (lookahead == '^') ADVANCE(289); + if (lookahead == 'b') ADVANCE(952); + if (lookahead == 'c') ADVANCE(929); + if (lookahead == 'd') ADVANCE(947); + if (lookahead == 'f') ADVANCE(905); + if (lookahead == 'i') ADVANCE(944); + if (lookahead == 'm') ADVANCE(906); + if (lookahead == 'p') ADVANCE(963); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 't') ADVANCE(955); + if (lookahead == 'u') ADVANCE(635); + if (lookahead == 'v') ADVANCE(950); + if (lookahead == 'w') ADVANCE(916); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '|') ADVANCE(288); + if (lookahead == '~') ADVANCE(263); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(105) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(365); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(359); if (('E' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 106: - if (lookahead == '!') ADVANCE(272); - if (lookahead == '"') ADVANCE(387); - if (lookahead == '%') ADVANCE(291); - if (lookahead == '&') ADVANCE(300); - if (lookahead == '\'') ADVANCE(378); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(287); - if (lookahead == '+') ADVANCE(284); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(276); - if (lookahead == '.') ADVANCE(356); - if (lookahead == '/') ADVANCE(289); - if (lookahead == '0') ADVANCE(363); - if (lookahead == ':') ADVANCE(341); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '<') ADVANCE(310); - if (lookahead == '=') ADVANCE(169); - if (lookahead == '>') ADVANCE(304); - if (lookahead == '?') ADVANCE(342); - if (lookahead == 'A') ADVANCE(834); - if (lookahead == 'B') ADVANCE(814); - if (lookahead == 'C') ADVANCE(691); - if (lookahead == 'D') ADVANCE(894); - if (lookahead == 'F') ADVANCE(665); - if (lookahead == 'H') ADVANCE(660); - if (lookahead == 'I') ADVANCE(790); - if (lookahead == 'L') ADVANCE(635); - if (lookahead == 'P') ADVANCE(683); - if (lookahead == 'Q') ADVANCE(895); - if (lookahead == 'S') ADVANCE(696); - if (lookahead == 'T') ADVANCE(684); - if (lookahead == 'U') ADVANCE(638); - if (lookahead == 'V') ADVANCE(821); - if (lookahead == 'W') ADVANCE(694); - if (lookahead == '[') ADVANCE(321); - if (lookahead == '\\') SKIP(77) - if (lookahead == ']') ADVANCE(323); - if (lookahead == '^') ADVANCE(297); - if (lookahead == 'b') ADVANCE(967); - if (lookahead == 'c') ADVANCE(943); - if (lookahead == 'd') ADVANCE(962); - if (lookahead == 'f') ADVANCE(913); - if (lookahead == 'i') ADVANCE(959); - if (lookahead == 'm') ADVANCE(914); - if (lookahead == 'p') ADVANCE(982); - if (lookahead == 's') ADVANCE(945); - if (lookahead == 't') ADVANCE(973); - if (lookahead == 'u') ADVANCE(642); - if (lookahead == 'v') ADVANCE(965); - if (lookahead == 'w') ADVANCE(925); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '|') ADVANCE(296); - if (lookahead == '}') ADVANCE(320); - if (lookahead == '~') ADVANCE(273); + if (lookahead == '!') ADVANCE(262); + if (lookahead == '"') ADVANCE(146); + if (lookahead == '%') ADVANCE(284); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '(') ADVANCE(154); + if (lookahead == '*') ADVANCE(280); + if (lookahead == '+') ADVANCE(277); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(269); + if (lookahead == '/') ADVANCE(282); + if (lookahead == ':') ADVANCE(164); + if (lookahead == '<') ADVANCE(301); + if (lookahead == '=') ADVANCE(319); + if (lookahead == '>') ADVANCE(297); + if (lookahead == 'A') ADVANCE(827); + if (lookahead == 'B') ADVANCE(807); + if (lookahead == 'C') ADVANCE(684); + if (lookahead == 'D') ADVANCE(887); + if (lookahead == 'F') ADVANCE(772); + if (lookahead == 'H') ADVANCE(653); + if (lookahead == 'I') ADVANCE(783); + if (lookahead == 'L') ADVANCE(662); + if (lookahead == 'P') ADVANCE(676); + if (lookahead == 'Q') ADVANCE(888); + if (lookahead == 'S') ADVANCE(689); + if (lookahead == 'T') ADVANCE(679); + if (lookahead == 'U') ADVANCE(685); + if (lookahead == 'V') ADVANCE(814); + if (lookahead == 'W') ADVANCE(687); + if (lookahead == '[') ADVANCE(170); + if (lookahead == '\\') SKIP(15) + if (lookahead == '^') ADVANCE(290); + if (lookahead == 'b') ADVANCE(952); + if (lookahead == 'c') ADVANCE(929); + if (lookahead == 'd') ADVANCE(947); + if (lookahead == 'f') ADVANCE(942); + if (lookahead == 'i') ADVANCE(944); + if (lookahead == 'm') ADVANCE(906); + if (lookahead == 'p') ADVANCE(963); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 'u') ADVANCE(937); + if (lookahead == 'v') ADVANCE(950); + if (lookahead == 'w') ADVANCE(916); + if (lookahead == '|') ADVANCE(287); + if (lookahead == '~') ADVANCE(263); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(106) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(365); - if (('E' <= lookahead && lookahead <= '_') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('E' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 107: - if (lookahead == '!') ADVANCE(272); - if (lookahead == '"') ADVANCE(387); - if (lookahead == '%') ADVANCE(291); - if (lookahead == '&') ADVANCE(300); - if (lookahead == '\'') ADVANCE(378); - if (lookahead == '(') ADVANCE(270); - if (lookahead == '*') ADVANCE(287); - if (lookahead == '+') ADVANCE(284); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(276); - if (lookahead == '.') ADVANCE(356); - if (lookahead == '/') ADVANCE(289); - if (lookahead == '0') ADVANCE(363); - if (lookahead == ':') ADVANCE(167); - if (lookahead == '<') ADVANCE(310); - if (lookahead == '=') ADVANCE(169); - if (lookahead == '>') ADVANCE(1001); - if (lookahead == '?') ADVANCE(342); - if (lookahead == 'A') ADVANCE(834); - if (lookahead == 'B') ADVANCE(814); - if (lookahead == 'C') ADVANCE(691); - if (lookahead == 'D') ADVANCE(894); - if (lookahead == 'F') ADVANCE(665); - if (lookahead == 'H') ADVANCE(660); - if (lookahead == 'I') ADVANCE(790); - if (lookahead == 'L') ADVANCE(635); - if (lookahead == 'P') ADVANCE(683); - if (lookahead == 'Q') ADVANCE(895); - if (lookahead == 'S') ADVANCE(696); - if (lookahead == 'T') ADVANCE(684); - if (lookahead == 'U') ADVANCE(638); - if (lookahead == 'V') ADVANCE(821); - if (lookahead == 'W') ADVANCE(694); - if (lookahead == '[') ADVANCE(321); - if (lookahead == '\\') SKIP(79) - if (lookahead == '^') ADVANCE(297); - if (lookahead == 'b') ADVANCE(967); - if (lookahead == 'c') ADVANCE(943); - if (lookahead == 'd') ADVANCE(962); - if (lookahead == 'f') ADVANCE(913); - if (lookahead == 'i') ADVANCE(959); - if (lookahead == 'm') ADVANCE(914); - if (lookahead == 'p') ADVANCE(982); - if (lookahead == 's') ADVANCE(945); - if (lookahead == 't') ADVANCE(973); - if (lookahead == 'u') ADVANCE(642); - if (lookahead == 'v') ADVANCE(965); - if (lookahead == 'w') ADVANCE(925); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '|') ADVANCE(296); - if (lookahead == '~') ADVANCE(273); + if (lookahead == '!') ADVANCE(262); + if (lookahead == '"') ADVANCE(146); + if (lookahead == '%') ADVANCE(284); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '(') ADVANCE(154); + if (lookahead == '*') ADVANCE(280); + if (lookahead == '+') ADVANCE(277); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(269); + if (lookahead == '/') ADVANCE(282); + if (lookahead == '<') ADVANCE(301); + if (lookahead == '=') ADVANCE(319); + if (lookahead == '>') ADVANCE(297); + if (lookahead == '[') ADVANCE(171); + if (lookahead == '\\') SKIP(47) + if (lookahead == '^') ADVANCE(290); + if (lookahead == '|') ADVANCE(287); + if (lookahead == '~') ADVANCE(263); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(107) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(365); - if (('E' <= lookahead && lookahead <= 'Z') || + if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 108: - if (lookahead == '!') ADVANCE(1005); - if (lookahead == '%') ADVANCE(1005); - if (lookahead == '&') ADVANCE(1008); - if (lookahead == '(') ADVANCE(157); - if (lookahead == '*') ADVANCE(1005); - if (lookahead == '+') ADVANCE(1009); - if (lookahead == ',' || - lookahead == '~') ADVANCE(1002); - if (lookahead == '-') ADVANCE(1010); - if (lookahead == '/') ADVANCE(1005); - if (lookahead == '<') ADVANCE(1004); - if (lookahead == '=') ADVANCE(1005); - if (lookahead == '>') ADVANCE(1006); - if (lookahead == '[') ADVANCE(174); - if (lookahead == '^') ADVANCE(1005); - if (lookahead == 'd') ADVANCE(183); - if (lookahead == 'n') ADVANCE(184); - if (lookahead == '|') ADVANCE(1011); + if (lookahead == '!') ADVANCE(261); + if (lookahead == '"') ADVANCE(381); + if (lookahead == '#') ADVANCE(173); + if (lookahead == '&') ADVANCE(292); + if (lookahead == '\'') ADVANCE(372); + if (lookahead == '(') ADVANCE(260); + if (lookahead == '*') ADVANCE(279); + if (lookahead == '+') ADVANCE(276); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(268); + if (lookahead == '.') ADVANCE(185); + if (lookahead == '/') ADVANCE(155); + if (lookahead == '0') ADVANCE(357); + if (lookahead == ':') ADVANCE(164); + if (lookahead == ';') ADVANCE(307); + if (lookahead == 'A') ADVANCE(829); + if (lookahead == 'B') ADVANCE(806); + if (lookahead == 'C') ADVANCE(694); + if (lookahead == 'D') ADVANCE(886); + if (lookahead == 'F') ADVANCE(661); + if (lookahead == 'H') ADVANCE(657); + if (lookahead == 'I') ADVANCE(786); + if (lookahead == 'L') ADVANCE(627); + if (lookahead == 'P') ADVANCE(681); + if (lookahead == 'Q') ADVANCE(889); + if (lookahead == 'S') ADVANCE(696); + if (lookahead == 'T') ADVANCE(682); + if (lookahead == 'U') ADVANCE(632); + if (lookahead == 'V') ADVANCE(818); + if (lookahead == 'W') ADVANCE(695); + if (lookahead == '[') ADVANCE(314); + if (lookahead == '\\') SKIP(3) + if (lookahead == 'b') ADVANCE(952); + if (lookahead == 'c') ADVANCE(929); + if (lookahead == 'd') ADVANCE(947); + if (lookahead == 'f') ADVANCE(905); + if (lookahead == 'i') ADVANCE(944); + if (lookahead == 'm') ADVANCE(906); + if (lookahead == 'p') ADVANCE(963); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 't') ADVANCE(955); + if (lookahead == 'u') ADVANCE(635); + if (lookahead == 'v') ADVANCE(950); + if (lookahead == 'w') ADVANCE(916); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '~') ADVANCE(263); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(108); + lookahead == ' ') SKIP(108) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(359); + if (('E' <= lookahead && lookahead <= 'Z') || + lookahead == '_') ADVANCE(971); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 109: - if (lookahead == '!') ADVANCE(271); - if (lookahead == '"') ADVANCE(387); - if (lookahead == '#') ADVANCE(176); - if (lookahead == '&') ADVANCE(300); - if (lookahead == '\'') ADVANCE(378); - if (lookahead == '(') ADVANCE(270); - if (lookahead == '*') ADVANCE(287); - if (lookahead == '+') ADVANCE(284); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(277); - if (lookahead == '.') ADVANCE(195); - if (lookahead == '/') ADVANCE(158); - if (lookahead == '0') ADVANCE(363); - if (lookahead == ':') ADVANCE(167); - if (lookahead == ';') ADVANCE(315); - if (lookahead == 'A') ADVANCE(836); - if (lookahead == 'B') ADVANCE(813); - if (lookahead == 'C') ADVANCE(701); - if (lookahead == 'D') ADVANCE(893); - if (lookahead == 'F') ADVANCE(668); - if (lookahead == 'H') ADVANCE(664); - if (lookahead == 'I') ADVANCE(793); - if (lookahead == 'L') ADVANCE(634); - if (lookahead == 'P') ADVANCE(688); - if (lookahead == 'Q') ADVANCE(896); - if (lookahead == 'S') ADVANCE(703); - if (lookahead == 'T') ADVANCE(689); - if (lookahead == 'U') ADVANCE(639); - if (lookahead == 'V') ADVANCE(825); - if (lookahead == 'W') ADVANCE(702); - if (lookahead == '[') ADVANCE(322); - if (lookahead == '\\') SKIP(3) - if (lookahead == 'b') ADVANCE(967); - if (lookahead == 'c') ADVANCE(943); - if (lookahead == 'd') ADVANCE(962); - if (lookahead == 'f') ADVANCE(913); - if (lookahead == 'i') ADVANCE(959); - if (lookahead == 'm') ADVANCE(914); - if (lookahead == 'o') ADVANCE(969); - if (lookahead == 'p') ADVANCE(982); - if (lookahead == 's') ADVANCE(945); - if (lookahead == 't') ADVANCE(973); - if (lookahead == 'u') ADVANCE(642); - if (lookahead == 'v') ADVANCE(965); - if (lookahead == 'w') ADVANCE(925); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '~') ADVANCE(273); + if (lookahead == '!') ADVANCE(261); + if (lookahead == '"') ADVANCE(381); + if (lookahead == '#') ADVANCE(180); + if (lookahead == '&') ADVANCE(291); + if (lookahead == '\'') ADVANCE(372); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(279); + if (lookahead == '+') ADVANCE(276); + if (lookahead == '-') ADVANCE(268); + if (lookahead == '.') ADVANCE(161); + if (lookahead == '/') ADVANCE(155); + if (lookahead == '0') ADVANCE(357); + if (lookahead == ':') ADVANCE(164); + if (lookahead == ';') ADVANCE(307); + if (lookahead == 'A') ADVANCE(827); + if (lookahead == 'B') ADVANCE(807); + if (lookahead == 'C') ADVANCE(684); + if (lookahead == 'D') ADVANCE(887); + if (lookahead == 'F') ADVANCE(658); + if (lookahead == 'H') ADVANCE(653); + if (lookahead == 'I') ADVANCE(783); + if (lookahead == 'L') ADVANCE(628); + if (lookahead == 'P') ADVANCE(676); + if (lookahead == 'Q') ADVANCE(888); + if (lookahead == 'S') ADVANCE(689); + if (lookahead == 'T') ADVANCE(677); + if (lookahead == 'U') ADVANCE(631); + if (lookahead == 'V') ADVANCE(814); + if (lookahead == 'W') ADVANCE(687); + if (lookahead == '[') ADVANCE(314); + if (lookahead == '\\') SKIP(5) + if (lookahead == 'b') ADVANCE(952); + if (lookahead == 'c') ADVANCE(929); + if (lookahead == 'd') ADVANCE(947); + if (lookahead == 'f') ADVANCE(905); + if (lookahead == 'i') ADVANCE(944); + if (lookahead == 'm') ADVANCE(906); + if (lookahead == 'p') ADVANCE(963); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 't') ADVANCE(955); + if (lookahead == 'u') ADVANCE(635); + if (lookahead == 'v') ADVANCE(950); + if (lookahead == 'w') ADVANCE(916); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '~') ADVANCE(263); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(109) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(365); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(359); if (('E' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(993); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 110: - if (lookahead == '!') ADVANCE(271); - if (lookahead == '"') ADVANCE(387); - if (lookahead == '#') ADVANCE(187); - if (lookahead == '&') ADVANCE(299); - if (lookahead == '\'') ADVANCE(378); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(287); - if (lookahead == '+') ADVANCE(284); - if (lookahead == '-') ADVANCE(277); - if (lookahead == '.') ADVANCE(164); - if (lookahead == '/') ADVANCE(158); - if (lookahead == '0') ADVANCE(363); - if (lookahead == ':') ADVANCE(167); - if (lookahead == ';') ADVANCE(315); - if (lookahead == 'A') ADVANCE(834); - if (lookahead == 'B') ADVANCE(814); - if (lookahead == 'C') ADVANCE(691); - if (lookahead == 'D') ADVANCE(894); - if (lookahead == 'F') ADVANCE(665); - if (lookahead == 'H') ADVANCE(660); - if (lookahead == 'I') ADVANCE(790); - if (lookahead == 'L') ADVANCE(635); - if (lookahead == 'P') ADVANCE(683); - if (lookahead == 'Q') ADVANCE(895); + if (lookahead == '!') ADVANCE(261); + if (lookahead == '"') ADVANCE(381); + if (lookahead == '#') ADVANCE(175); + if (lookahead == '&') ADVANCE(292); + if (lookahead == '\'') ADVANCE(372); + if (lookahead == '(') ADVANCE(260); + if (lookahead == '*') ADVANCE(279); + if (lookahead == '+') ADVANCE(276); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(268); + if (lookahead == '.') ADVANCE(185); + if (lookahead == '/') ADVANCE(155); + if (lookahead == '0') ADVANCE(357); + if (lookahead == ':') ADVANCE(164); + if (lookahead == ';') ADVANCE(307); + if (lookahead == 'A') ADVANCE(829); + if (lookahead == 'B') ADVANCE(806); + if (lookahead == 'C') ADVANCE(694); + if (lookahead == 'D') ADVANCE(886); + if (lookahead == 'F') ADVANCE(661); + if (lookahead == 'H') ADVANCE(657); + if (lookahead == 'I') ADVANCE(786); + if (lookahead == 'L') ADVANCE(627); + if (lookahead == 'P') ADVANCE(681); + if (lookahead == 'Q') ADVANCE(889); if (lookahead == 'S') ADVANCE(696); - if (lookahead == 'T') ADVANCE(684); - if (lookahead == 'U') ADVANCE(638); - if (lookahead == 'V') ADVANCE(821); - if (lookahead == 'W') ADVANCE(694); - if (lookahead == '[') ADVANCE(322); - if (lookahead == '\\') SKIP(5) - if (lookahead == 'b') ADVANCE(967); - if (lookahead == 'c') ADVANCE(943); - if (lookahead == 'd') ADVANCE(962); - if (lookahead == 'f') ADVANCE(913); - if (lookahead == 'i') ADVANCE(959); - if (lookahead == 'm') ADVANCE(914); - if (lookahead == 'p') ADVANCE(982); - if (lookahead == 's') ADVANCE(945); - if (lookahead == 't') ADVANCE(973); - if (lookahead == 'u') ADVANCE(642); - if (lookahead == 'v') ADVANCE(965); - if (lookahead == 'w') ADVANCE(925); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '~') ADVANCE(273); + if (lookahead == 'T') ADVANCE(682); + if (lookahead == 'U') ADVANCE(632); + if (lookahead == 'V') ADVANCE(818); + if (lookahead == 'W') ADVANCE(695); + if (lookahead == '[') ADVANCE(314); + if (lookahead == '\\') SKIP(69) + if (lookahead == 'b') ADVANCE(952); + if (lookahead == 'c') ADVANCE(929); + if (lookahead == 'd') ADVANCE(947); + if (lookahead == 'f') ADVANCE(905); + if (lookahead == 'i') ADVANCE(944); + if (lookahead == 'm') ADVANCE(906); + if (lookahead == 'p') ADVANCE(963); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 't') ADVANCE(955); + if (lookahead == 'u') ADVANCE(635); + if (lookahead == 'v') ADVANCE(950); + if (lookahead == 'w') ADVANCE(916); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '~') ADVANCE(263); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(110) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(365); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(359); if (('E' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + lookahead == '_') ADVANCE(971); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 111: - if (lookahead == '!') ADVANCE(271); - if (lookahead == '"') ADVANCE(387); - if (lookahead == '#') ADVANCE(178); - if (lookahead == '&') ADVANCE(300); - if (lookahead == '\'') ADVANCE(378); - if (lookahead == '(') ADVANCE(270); - if (lookahead == '*') ADVANCE(287); - if (lookahead == '+') ADVANCE(284); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(277); - if (lookahead == '.') ADVANCE(195); - if (lookahead == '/') ADVANCE(158); - if (lookahead == '0') ADVANCE(363); - if (lookahead == ':') ADVANCE(167); - if (lookahead == ';') ADVANCE(315); - if (lookahead == 'A') ADVANCE(836); - if (lookahead == 'B') ADVANCE(813); - if (lookahead == 'C') ADVANCE(701); - if (lookahead == 'D') ADVANCE(893); - if (lookahead == 'F') ADVANCE(668); - if (lookahead == 'H') ADVANCE(664); - if (lookahead == 'I') ADVANCE(793); - if (lookahead == 'L') ADVANCE(634); - if (lookahead == 'P') ADVANCE(688); - if (lookahead == 'Q') ADVANCE(896); - if (lookahead == 'S') ADVANCE(703); - if (lookahead == 'T') ADVANCE(689); - if (lookahead == 'U') ADVANCE(639); - if (lookahead == 'V') ADVANCE(825); - if (lookahead == 'W') ADVANCE(702); - if (lookahead == '[') ADVANCE(322); - if (lookahead == '\\') SKIP(73) - if (lookahead == 'b') ADVANCE(967); - if (lookahead == 'c') ADVANCE(943); - if (lookahead == 'd') ADVANCE(962); - if (lookahead == 'f') ADVANCE(913); - if (lookahead == 'i') ADVANCE(959); - if (lookahead == 'm') ADVANCE(914); - if (lookahead == 'o') ADVANCE(969); - if (lookahead == 'p') ADVANCE(982); - if (lookahead == 's') ADVANCE(945); - if (lookahead == 't') ADVANCE(973); - if (lookahead == 'u') ADVANCE(642); - if (lookahead == 'v') ADVANCE(965); - if (lookahead == 'w') ADVANCE(925); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '~') ADVANCE(273); + if (lookahead == '!') ADVANCE(261); + if (lookahead == '"') ADVANCE(381); + if (lookahead == '&') ADVANCE(292); + if (lookahead == '\'') ADVANCE(372); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(279); + if (lookahead == '+') ADVANCE(276); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(268); + if (lookahead == '.') ADVANCE(350); + if (lookahead == '/') ADVANCE(155); + if (lookahead == '0') ADVANCE(357); + if (lookahead == ':') ADVANCE(164); + if (lookahead == ';') ADVANCE(307); + if (lookahead == '<') ADVANCE(300); + if (lookahead == '=') ADVANCE(318); + if (lookahead == '>') ADVANCE(979); + if (lookahead == 'A') ADVANCE(827); + if (lookahead == 'B') ADVANCE(807); + if (lookahead == 'C') ADVANCE(684); + if (lookahead == 'D') ADVANCE(887); + if (lookahead == 'F') ADVANCE(658); + if (lookahead == 'H') ADVANCE(653); + if (lookahead == 'I') ADVANCE(783); + if (lookahead == 'L') ADVANCE(628); + if (lookahead == 'P') ADVANCE(676); + if (lookahead == 'Q') ADVANCE(888); + if (lookahead == 'S') ADVANCE(689); + if (lookahead == 'T') ADVANCE(677); + if (lookahead == 'U') ADVANCE(631); + if (lookahead == 'V') ADVANCE(814); + if (lookahead == 'W') ADVANCE(687); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(19) + if (lookahead == 'b') ADVANCE(952); + if (lookahead == 'c') ADVANCE(929); + if (lookahead == 'd') ADVANCE(947); + if (lookahead == 'f') ADVANCE(905); + if (lookahead == 'i') ADVANCE(944); + if (lookahead == 'm') ADVANCE(906); + if (lookahead == 'p') ADVANCE(963); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 't') ADVANCE(955); + if (lookahead == 'u') ADVANCE(635); + if (lookahead == 'v') ADVANCE(950); + if (lookahead == 'w') ADVANCE(916); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '~') ADVANCE(263); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(111) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(365); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(359); if (('E' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(993); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 112: - if (lookahead == '!') ADVANCE(271); - if (lookahead == '"') ADVANCE(387); - if (lookahead == '&') ADVANCE(300); - if (lookahead == '\'') ADVANCE(378); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(287); - if (lookahead == '+') ADVANCE(284); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(277); - if (lookahead == '.') ADVANCE(356); - if (lookahead == '/') ADVANCE(158); - if (lookahead == '0') ADVANCE(363); - if (lookahead == ':') ADVANCE(167); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '=') ADVANCE(324); - if (lookahead == '>') ADVANCE(1001); - if (lookahead == 'A') ADVANCE(834); - if (lookahead == 'B') ADVANCE(814); - if (lookahead == 'C') ADVANCE(691); - if (lookahead == 'D') ADVANCE(894); - if (lookahead == 'F') ADVANCE(665); - if (lookahead == 'H') ADVANCE(660); - if (lookahead == 'I') ADVANCE(790); - if (lookahead == 'L') ADVANCE(635); - if (lookahead == 'P') ADVANCE(683); - if (lookahead == 'Q') ADVANCE(895); - if (lookahead == 'S') ADVANCE(696); - if (lookahead == 'T') ADVANCE(684); - if (lookahead == 'U') ADVANCE(638); - if (lookahead == 'V') ADVANCE(821); - if (lookahead == 'W') ADVANCE(694); - if (lookahead == '[') ADVANCE(321); - if (lookahead == '\\') SKIP(19) - if (lookahead == 'b') ADVANCE(967); - if (lookahead == 'c') ADVANCE(943); - if (lookahead == 'd') ADVANCE(962); - if (lookahead == 'f') ADVANCE(913); - if (lookahead == 'i') ADVANCE(959); - if (lookahead == 'm') ADVANCE(914); - if (lookahead == 'o') ADVANCE(969); - if (lookahead == 'p') ADVANCE(982); - if (lookahead == 's') ADVANCE(945); - if (lookahead == 't') ADVANCE(973); - if (lookahead == 'u') ADVANCE(642); - if (lookahead == 'v') ADVANCE(965); - if (lookahead == 'w') ADVANCE(925); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '~') ADVANCE(273); + if (lookahead == '!') ADVANCE(261); + if (lookahead == '"') ADVANCE(381); + if (lookahead == '&') ADVANCE(292); + if (lookahead == '\'') ADVANCE(372); + if (lookahead == '(') ADVANCE(260); + if (lookahead == '*') ADVANCE(279); + if (lookahead == '+') ADVANCE(276); + if (lookahead == '-') ADVANCE(268); + if (lookahead == '.') ADVANCE(185); + if (lookahead == '/') ADVANCE(155); + if (lookahead == '0') ADVANCE(357); + if (lookahead == ':') ADVANCE(164); + if (lookahead == ';') ADVANCE(307); + if (lookahead == 'A') ADVANCE(827); + if (lookahead == 'B') ADVANCE(807); + if (lookahead == 'C') ADVANCE(684); + if (lookahead == 'D') ADVANCE(887); + if (lookahead == 'F') ADVANCE(658); + if (lookahead == 'H') ADVANCE(653); + if (lookahead == 'I') ADVANCE(783); + if (lookahead == 'L') ADVANCE(628); + if (lookahead == 'P') ADVANCE(676); + if (lookahead == 'Q') ADVANCE(888); + if (lookahead == 'S') ADVANCE(689); + if (lookahead == 'T') ADVANCE(677); + if (lookahead == 'U') ADVANCE(631); + if (lookahead == 'V') ADVANCE(814); + if (lookahead == 'W') ADVANCE(687); + if (lookahead == '[') ADVANCE(314); + if (lookahead == '\\') SKIP(13) + if (lookahead == 'b') ADVANCE(952); + if (lookahead == 'c') ADVANCE(929); + if (lookahead == 'd') ADVANCE(947); + if (lookahead == 'f') ADVANCE(905); + if (lookahead == 'i') ADVANCE(944); + if (lookahead == 'm') ADVANCE(906); + if (lookahead == 'p') ADVANCE(963); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 't') ADVANCE(955); + if (lookahead == 'u') ADVANCE(635); + if (lookahead == 'v') ADVANCE(950); + if (lookahead == 'w') ADVANCE(916); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '~') ADVANCE(263); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(112) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(365); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(359); if (('E' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 113: - if (lookahead == '!') ADVANCE(271); - if (lookahead == '"') ADVANCE(387); - if (lookahead == '&') ADVANCE(300); - if (lookahead == '\'') ADVANCE(378); - if (lookahead == '(') ADVANCE(270); - if (lookahead == '*') ADVANCE(287); - if (lookahead == '+') ADVANCE(284); - if (lookahead == '-') ADVANCE(277); - if (lookahead == '.') ADVANCE(195); - if (lookahead == '/') ADVANCE(158); - if (lookahead == '0') ADVANCE(363); - if (lookahead == ':') ADVANCE(167); - if (lookahead == ';') ADVANCE(315); - if (lookahead == 'A') ADVANCE(834); - if (lookahead == 'B') ADVANCE(814); - if (lookahead == 'C') ADVANCE(691); - if (lookahead == 'D') ADVANCE(894); - if (lookahead == 'F') ADVANCE(665); - if (lookahead == 'H') ADVANCE(660); - if (lookahead == 'I') ADVANCE(790); - if (lookahead == 'L') ADVANCE(635); - if (lookahead == 'P') ADVANCE(683); - if (lookahead == 'Q') ADVANCE(895); - if (lookahead == 'S') ADVANCE(696); - if (lookahead == 'T') ADVANCE(684); - if (lookahead == 'U') ADVANCE(638); - if (lookahead == 'V') ADVANCE(821); - if (lookahead == 'W') ADVANCE(694); - if (lookahead == '[') ADVANCE(322); - if (lookahead == '\\') SKIP(13) - if (lookahead == 'b') ADVANCE(967); - if (lookahead == 'c') ADVANCE(943); - if (lookahead == 'd') ADVANCE(962); - if (lookahead == 'f') ADVANCE(913); - if (lookahead == 'i') ADVANCE(959); - if (lookahead == 'm') ADVANCE(914); - if (lookahead == 'o') ADVANCE(969); - if (lookahead == 'p') ADVANCE(982); - if (lookahead == 's') ADVANCE(945); - if (lookahead == 't') ADVANCE(973); - if (lookahead == 'u') ADVANCE(642); - if (lookahead == 'v') ADVANCE(965); - if (lookahead == 'w') ADVANCE(925); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '~') ADVANCE(273); + if (lookahead == '!') ADVANCE(261); + if (lookahead == '"') ADVANCE(381); + if (lookahead == '&') ADVANCE(291); + if (lookahead == '\'') ADVANCE(372); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(279); + if (lookahead == '+') ADVANCE(276); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(268); + if (lookahead == '.') ADVANCE(350); + if (lookahead == '/') ADVANCE(155); + if (lookahead == '0') ADVANCE(357); + if (lookahead == ':') ADVANCE(164); + if (lookahead == ';') ADVANCE(307); + if (lookahead == '=') ADVANCE(318); + if (lookahead == '>') ADVANCE(979); + if (lookahead == 'A') ADVANCE(827); + if (lookahead == 'B') ADVANCE(807); + if (lookahead == 'C') ADVANCE(684); + if (lookahead == 'D') ADVANCE(887); + if (lookahead == 'F') ADVANCE(658); + if (lookahead == 'H') ADVANCE(653); + if (lookahead == 'I') ADVANCE(783); + if (lookahead == 'L') ADVANCE(628); + if (lookahead == 'P') ADVANCE(676); + if (lookahead == 'Q') ADVANCE(888); + if (lookahead == 'S') ADVANCE(689); + if (lookahead == 'T') ADVANCE(677); + if (lookahead == 'U') ADVANCE(631); + if (lookahead == 'V') ADVANCE(814); + if (lookahead == 'W') ADVANCE(687); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(21) + if (lookahead == ']') ADVANCE(317); + if (lookahead == 'b') ADVANCE(952); + if (lookahead == 'c') ADVANCE(929); + if (lookahead == 'd') ADVANCE(947); + if (lookahead == 'f') ADVANCE(905); + if (lookahead == 'i') ADVANCE(944); + if (lookahead == 'm') ADVANCE(906); + if (lookahead == 'p') ADVANCE(963); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 't') ADVANCE(955); + if (lookahead == 'u') ADVANCE(635); + if (lookahead == 'v') ADVANCE(950); + if (lookahead == 'w') ADVANCE(916); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '}') ADVANCE(312); + if (lookahead == '~') ADVANCE(263); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(113) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(365); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(359); if (('E' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 114: - if (lookahead == '!') ADVANCE(271); - if (lookahead == '"') ADVANCE(387); - if (lookahead == '&') ADVANCE(299); - if (lookahead == '\'') ADVANCE(378); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(287); - if (lookahead == '+') ADVANCE(284); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(277); - if (lookahead == '.') ADVANCE(356); - if (lookahead == '/') ADVANCE(158); - if (lookahead == '0') ADVANCE(363); - if (lookahead == ':') ADVANCE(167); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '=') ADVANCE(324); - if (lookahead == '>') ADVANCE(1001); - if (lookahead == 'A') ADVANCE(834); - if (lookahead == 'B') ADVANCE(814); - if (lookahead == 'C') ADVANCE(691); - if (lookahead == 'D') ADVANCE(894); - if (lookahead == 'F') ADVANCE(665); - if (lookahead == 'H') ADVANCE(660); - if (lookahead == 'I') ADVANCE(790); - if (lookahead == 'L') ADVANCE(635); - if (lookahead == 'P') ADVANCE(683); - if (lookahead == 'Q') ADVANCE(895); - if (lookahead == 'S') ADVANCE(696); - if (lookahead == 'T') ADVANCE(684); - if (lookahead == 'U') ADVANCE(638); - if (lookahead == 'V') ADVANCE(821); - if (lookahead == 'W') ADVANCE(694); - if (lookahead == '[') ADVANCE(321); - if (lookahead == '\\') SKIP(21) - if (lookahead == ']') ADVANCE(323); - if (lookahead == 'b') ADVANCE(967); - if (lookahead == 'c') ADVANCE(943); - if (lookahead == 'd') ADVANCE(962); - if (lookahead == 'f') ADVANCE(913); - if (lookahead == 'i') ADVANCE(959); - if (lookahead == 'm') ADVANCE(914); - if (lookahead == 'p') ADVANCE(982); - if (lookahead == 's') ADVANCE(945); - if (lookahead == 't') ADVANCE(973); + if (lookahead == '!') ADVANCE(261); + if (lookahead == '\'') ADVANCE(372); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '+') ADVANCE(278); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(272); + if (lookahead == '.') ADVANCE(185); + if (lookahead == '/') ADVANCE(155); + if (lookahead == '0') ADVANCE(357); + 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 == 'u') ADVANCE(642); - if (lookahead == 'v') ADVANCE(965); - if (lookahead == 'w') ADVANCE(925); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '}') ADVANCE(320); - if (lookahead == '~') ADVANCE(273); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '~') ADVANCE(263); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(114) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(365); - if (('E' <= lookahead && lookahead <= 'Z') || + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(359); + if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 115: - if (lookahead == '!') ADVANCE(271); - if (lookahead == '\'') ADVANCE(378); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '+') ADVANCE(286); - if (lookahead == '-') ADVANCE(280); - if (lookahead == '.') ADVANCE(195); - if (lookahead == '/') ADVANCE(158); - if (lookahead == '0') ADVANCE(363); - if (lookahead == 'L') ADVANCE(647); - if (lookahead == 'U') ADVANCE(648); - if (lookahead == '\\') SKIP(62) - if (lookahead == 'u') ADVANCE(649); - if (lookahead == '~') ADVANCE(273); + if (lookahead == '!') ADVANCE(165); + if (lookahead == '"') ADVANCE(381); + if (lookahead == '%') ADVANCE(284); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(280); + if (lookahead == '+') ADVANCE(277); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(270); + if (lookahead == '.') ADVANCE(349); + if (lookahead == '/') ADVANCE(282); + if (lookahead == ':') ADVANCE(334); + if (lookahead == ';') ADVANCE(307); + if (lookahead == '<') ADVANCE(301); + if (lookahead == '=') ADVANCE(319); + if (lookahead == '>') ADVANCE(297); + if (lookahead == '?') ADVANCE(336); + if (lookahead == 'L') ADVANCE(984); + if (lookahead == 'U') ADVANCE(985); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(81) + if (lookahead == ']') ADVANCE(317); + if (lookahead == '^') ADVANCE(290); + if (lookahead == 'u') ADVANCE(986); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '|') ADVANCE(287); + if (lookahead == '}') ADVANCE(312); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') SKIP(115) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(365); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + lookahead == ' ') SKIP(116) + if (('A' <= lookahead && lookahead <= '_') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(988); END_STATE(); case 116: - if (lookahead == '!') ADVANCE(168); - if (lookahead == '"') ADVANCE(387); - if (lookahead == '%') ADVANCE(292); - if (lookahead == '&') ADVANCE(301); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(288); - if (lookahead == '+') ADVANCE(285); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(278); - if (lookahead == '.') ADVANCE(355); - if (lookahead == '/') ADVANCE(290); - if (lookahead == ':') ADVANCE(340); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '<') ADVANCE(309); - if (lookahead == '=') ADVANCE(325); - if (lookahead == '>') ADVANCE(305); - if (lookahead == '?') ADVANCE(342); - if (lookahead == 'L') ADVANCE(1012); - if (lookahead == 'U') ADVANCE(1013); - if (lookahead == '[') ADVANCE(321); - if (lookahead == '\\') SKIP(83) - if (lookahead == ']') ADVANCE(323); - if (lookahead == '^') ADVANCE(298); - if (lookahead == 'u') ADVANCE(1014); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '|') ADVANCE(295); - if (lookahead == '}') ADVANCE(320); + if (lookahead == '!') ADVANCE(165); + if (lookahead == '"') ADVANCE(381); + if (lookahead == '%') ADVANCE(284); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(280); + if (lookahead == '+') ADVANCE(277); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(270); + if (lookahead == '.') ADVANCE(349); + if (lookahead == '/') ADVANCE(282); + if (lookahead == ':') ADVANCE(334); + if (lookahead == ';') ADVANCE(307); + if (lookahead == '<') ADVANCE(301); + if (lookahead == '=') ADVANCE(319); + if (lookahead == '>') ADVANCE(297); + if (lookahead == '?') ADVANCE(336); + if (lookahead == 'L') ADVANCE(630); + if (lookahead == 'U') ADVANCE(634); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(81) + if (lookahead == ']') ADVANCE(317); + if (lookahead == '^') ADVANCE(290); + if (lookahead == 'u') ADVANCE(637); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '|') ADVANCE(287); + if (lookahead == '}') ADVANCE(312); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') SKIP(118) + lookahead == ' ') SKIP(116) if (('A' <= lookahead && lookahead <= '_') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1016); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 117: - if (lookahead == '!') ADVANCE(168); - if (lookahead == '"') ADVANCE(387); - if (lookahead == '%') ADVANCE(292); - if (lookahead == '&') ADVANCE(301); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(288); - if (lookahead == '+') ADVANCE(285); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(278); - if (lookahead == '.') ADVANCE(355); - if (lookahead == '/') ADVANCE(290); - if (lookahead == ':') ADVANCE(340); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '<') ADVANCE(309); - if (lookahead == '=') ADVANCE(325); - if (lookahead == '>') ADVANCE(305); - if (lookahead == '?') ADVANCE(342); - if (lookahead == 'L') ADVANCE(637); - if (lookahead == 'U') ADVANCE(641); - if (lookahead == '[') ADVANCE(322); - if (lookahead == '\\') SKIP(55) - if (lookahead == '^') ADVANCE(298); - if (lookahead == 'u') ADVANCE(644); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '|') ADVANCE(295); - if (lookahead == '}') ADVANCE(320); + if (lookahead == '!') ADVANCE(165); + if (lookahead == '"') ADVANCE(381); + if (lookahead == '%') ADVANCE(284); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(280); + if (lookahead == '+') ADVANCE(277); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(270); + if (lookahead == '.') ADVANCE(349); + if (lookahead == '/') ADVANCE(282); + if (lookahead == ':') ADVANCE(334); + if (lookahead == ';') ADVANCE(307); + if (lookahead == '<') ADVANCE(301); + if (lookahead == '=') ADVANCE(319); + if (lookahead == '>') ADVANCE(297); + if (lookahead == '?') ADVANCE(336); + if (lookahead == 'L') ADVANCE(630); + if (lookahead == 'U') ADVANCE(634); + if (lookahead == '[') ADVANCE(316); + if (lookahead == '\\') SKIP(43) + if (lookahead == ']') ADVANCE(317); + if (lookahead == '^') ADVANCE(290); + if (lookahead == 'u') ADVANCE(637); + if (lookahead == '|') ADVANCE(287); + if (lookahead == '}') ADVANCE(312); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(117) - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('A' <= lookahead && lookahead <= '_') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 118: - if (lookahead == '!') ADVANCE(168); - if (lookahead == '"') ADVANCE(387); - if (lookahead == '%') ADVANCE(292); - if (lookahead == '&') ADVANCE(301); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(288); - if (lookahead == '+') ADVANCE(285); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(278); - if (lookahead == '.') ADVANCE(355); - if (lookahead == '/') ADVANCE(290); - if (lookahead == ':') ADVANCE(340); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '<') ADVANCE(309); - if (lookahead == '=') ADVANCE(325); - if (lookahead == '>') ADVANCE(305); - if (lookahead == '?') ADVANCE(342); - if (lookahead == 'L') ADVANCE(637); - if (lookahead == 'U') ADVANCE(641); - if (lookahead == '[') ADVANCE(321); - if (lookahead == '\\') SKIP(83) - if (lookahead == ']') ADVANCE(323); - if (lookahead == '^') ADVANCE(298); - if (lookahead == 'u') ADVANCE(644); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '|') ADVANCE(295); - if (lookahead == '}') ADVANCE(320); + if (lookahead == '!') ADVANCE(165); + if (lookahead == '"') ADVANCE(381); + if (lookahead == '%') ADVANCE(284); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '(') ADVANCE(260); + if (lookahead == '*') ADVANCE(280); + if (lookahead == '+') ADVANCE(277); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(270); + if (lookahead == '.') ADVANCE(349); + if (lookahead == '/') ADVANCE(282); + if (lookahead == ':') ADVANCE(334); + if (lookahead == '<') ADVANCE(301); + if (lookahead == '=') ADVANCE(319); + if (lookahead == '>') ADVANCE(979); + if (lookahead == '?') ADVANCE(336); + if (lookahead == 'L') ADVANCE(984); + if (lookahead == 'U') ADVANCE(985); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(87) + if (lookahead == '^') ADVANCE(290); + if (lookahead == 'u') ADVANCE(986); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '|') ADVANCE(287); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') SKIP(118) - if (('A' <= lookahead && lookahead <= '_') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + lookahead == ' ') SKIP(119) + if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(988); END_STATE(); case 119: - if (lookahead == '!') ADVANCE(168); - if (lookahead == '"') ADVANCE(387); - if (lookahead == '%') ADVANCE(292); - if (lookahead == '&') ADVANCE(301); - if (lookahead == '(') ADVANCE(270); - if (lookahead == '*') ADVANCE(288); - if (lookahead == '+') ADVANCE(285); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(278); - if (lookahead == '.') ADVANCE(355); - if (lookahead == '/') ADVANCE(290); - if (lookahead == ':') ADVANCE(340); - if (lookahead == '<') ADVANCE(309); - if (lookahead == '=') ADVANCE(325); - if (lookahead == '>') ADVANCE(1001); - if (lookahead == '?') ADVANCE(342); - if (lookahead == 'L') ADVANCE(1012); - if (lookahead == 'U') ADVANCE(1013); - if (lookahead == '[') ADVANCE(321); - if (lookahead == '\\') SKIP(91) - if (lookahead == '^') ADVANCE(298); - if (lookahead == 'u') ADVANCE(1014); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '|') ADVANCE(295); + if (lookahead == '!') ADVANCE(165); + if (lookahead == '"') ADVANCE(381); + if (lookahead == '%') ADVANCE(284); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '(') ADVANCE(260); + if (lookahead == '*') ADVANCE(280); + if (lookahead == '+') ADVANCE(277); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(270); + if (lookahead == '.') ADVANCE(349); + if (lookahead == '/') ADVANCE(282); + if (lookahead == ':') ADVANCE(334); + if (lookahead == '<') ADVANCE(301); + if (lookahead == '=') ADVANCE(319); + if (lookahead == '>') ADVANCE(979); + if (lookahead == '?') ADVANCE(336); + if (lookahead == 'L') ADVANCE(630); + if (lookahead == 'U') ADVANCE(634); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(87) + if (lookahead == '^') ADVANCE(290); + if (lookahead == 'u') ADVANCE(637); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '|') ADVANCE(287); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') SKIP(120) + lookahead == ' ') SKIP(119) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1016); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 120: - if (lookahead == '!') ADVANCE(168); - if (lookahead == '"') ADVANCE(387); - if (lookahead == '%') ADVANCE(292); - if (lookahead == '&') ADVANCE(301); - if (lookahead == '(') ADVANCE(270); - if (lookahead == '*') ADVANCE(288); - if (lookahead == '+') ADVANCE(285); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(278); - if (lookahead == '.') ADVANCE(355); - if (lookahead == '/') ADVANCE(290); - if (lookahead == ':') ADVANCE(340); - if (lookahead == '<') ADVANCE(309); - if (lookahead == '=') ADVANCE(325); - if (lookahead == '>') ADVANCE(1001); - if (lookahead == '?') ADVANCE(342); - if (lookahead == 'L') ADVANCE(637); - if (lookahead == 'U') ADVANCE(641); - if (lookahead == '[') ADVANCE(321); - if (lookahead == '\\') SKIP(91) - if (lookahead == '^') ADVANCE(298); - if (lookahead == 'u') ADVANCE(644); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '|') ADVANCE(295); + if (lookahead == '!') ADVANCE(165); + if (lookahead == '"') ADVANCE(381); + if (lookahead == '%') ADVANCE(283); + if (lookahead == '&') ADVANCE(292); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(279); + if (lookahead == '+') ADVANCE(274); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(271); + if (lookahead == '.') ADVANCE(349); + if (lookahead == '/') ADVANCE(281); + if (lookahead == ':') ADVANCE(334); + if (lookahead == ';') ADVANCE(307); + if (lookahead == '<') ADVANCE(302); + if (lookahead == '=') ADVANCE(166); + if (lookahead == '>') ADVANCE(296); + if (lookahead == '?') ADVANCE(336); + if (lookahead == 'L') ADVANCE(984); + if (lookahead == 'U') ADVANCE(985); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(97) + if (lookahead == ']') ADVANCE(317); + if (lookahead == '^') ADVANCE(289); + if (lookahead == 'u') ADVANCE(986); + if (lookahead == '|') ADVANCE(288); + if (lookahead == '}') ADVANCE(312); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') SKIP(120) - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + lookahead == ' ') SKIP(121) + if (('A' <= lookahead && lookahead <= '_') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(988); END_STATE(); case 121: - if (lookahead == '!') ADVANCE(168); - if (lookahead == '"') ADVANCE(387); - if (lookahead == '%') ADVANCE(291); - if (lookahead == '&') ADVANCE(300); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(287); - if (lookahead == '+') ADVANCE(282); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(279); - if (lookahead == '.') ADVANCE(355); - if (lookahead == '/') ADVANCE(289); - if (lookahead == ':') ADVANCE(340); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '<') ADVANCE(310); - if (lookahead == '=') ADVANCE(169); - if (lookahead == '>') ADVANCE(304); - if (lookahead == '?') ADVANCE(342); - if (lookahead == 'L') ADVANCE(1012); - if (lookahead == 'U') ADVANCE(1013); - if (lookahead == '[') ADVANCE(321); - if (lookahead == '\\') SKIP(93) - if (lookahead == ']') ADVANCE(323); - if (lookahead == '^') ADVANCE(297); - if (lookahead == 'u') ADVANCE(1014); - if (lookahead == '|') ADVANCE(296); - if (lookahead == '}') ADVANCE(320); + if (lookahead == '!') ADVANCE(165); + if (lookahead == '"') ADVANCE(381); + if (lookahead == '%') ADVANCE(283); + if (lookahead == '&') ADVANCE(292); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(279); + if (lookahead == '+') ADVANCE(274); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(271); + if (lookahead == '.') ADVANCE(349); + if (lookahead == '/') ADVANCE(281); + if (lookahead == ':') ADVANCE(334); + if (lookahead == ';') ADVANCE(307); + if (lookahead == '<') ADVANCE(302); + if (lookahead == '=') ADVANCE(166); + if (lookahead == '>') ADVANCE(296); + if (lookahead == '?') ADVANCE(336); + if (lookahead == 'L') ADVANCE(630); + if (lookahead == 'U') ADVANCE(634); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(97) + if (lookahead == ']') ADVANCE(317); + if (lookahead == '^') ADVANCE(289); + if (lookahead == 'u') ADVANCE(637); + if (lookahead == '|') ADVANCE(288); + if (lookahead == '}') ADVANCE(312); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') SKIP(122) + lookahead == ' ') SKIP(121) if (('A' <= lookahead && lookahead <= '_') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1016); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 122: - if (lookahead == '!') ADVANCE(168); - if (lookahead == '"') ADVANCE(387); - if (lookahead == '%') ADVANCE(291); - if (lookahead == '&') ADVANCE(300); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(287); - if (lookahead == '+') ADVANCE(282); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(279); - if (lookahead == '.') ADVANCE(355); - if (lookahead == '/') ADVANCE(289); - if (lookahead == ':') ADVANCE(340); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '<') ADVANCE(310); - if (lookahead == '=') ADVANCE(169); - if (lookahead == '>') ADVANCE(304); - if (lookahead == '?') ADVANCE(342); - if (lookahead == 'L') ADVANCE(637); - if (lookahead == 'U') ADVANCE(641); - if (lookahead == '[') ADVANCE(321); - if (lookahead == '\\') SKIP(93) - if (lookahead == ']') ADVANCE(323); - if (lookahead == '^') ADVANCE(297); - if (lookahead == 'u') ADVANCE(644); - if (lookahead == '|') ADVANCE(296); - if (lookahead == '}') ADVANCE(320); + if (lookahead == '!') ADVANCE(165); + if (lookahead == '"') ADVANCE(381); + if (lookahead == '%') ADVANCE(283); + if (lookahead == '&') ADVANCE(292); + if (lookahead == '(') ADVANCE(260); + if (lookahead == '*') ADVANCE(279); + if (lookahead == '+') ADVANCE(274); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(271); + if (lookahead == '.') ADVANCE(349); + if (lookahead == '/') ADVANCE(281); + if (lookahead == '<') ADVANCE(302); + if (lookahead == '=') ADVANCE(166); + if (lookahead == '>') ADVANCE(979); + if (lookahead == '?') ADVANCE(336); + if (lookahead == 'L') ADVANCE(984); + if (lookahead == 'U') ADVANCE(985); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(89) + if (lookahead == '^') ADVANCE(289); + if (lookahead == 'u') ADVANCE(986); + if (lookahead == '|') ADVANCE(288); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') SKIP(122) - if (('A' <= lookahead && lookahead <= '_') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + lookahead == ' ') SKIP(123) + if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(988); END_STATE(); case 123: - if (lookahead == '!') ADVANCE(168); - if (lookahead == '"') ADVANCE(387); - if (lookahead == '%') ADVANCE(291); - if (lookahead == '&') ADVANCE(300); - if (lookahead == '(') ADVANCE(270); - if (lookahead == '*') ADVANCE(287); - if (lookahead == '+') ADVANCE(282); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(279); - if (lookahead == '.') ADVANCE(355); - if (lookahead == '/') ADVANCE(289); - if (lookahead == '<') ADVANCE(310); - if (lookahead == '=') ADVANCE(169); - if (lookahead == '>') ADVANCE(1001); - if (lookahead == '?') ADVANCE(342); - if (lookahead == 'L') ADVANCE(1012); - if (lookahead == 'U') ADVANCE(1013); - if (lookahead == '[') ADVANCE(321); - if (lookahead == '\\') SKIP(95) - if (lookahead == '^') ADVANCE(297); - if (lookahead == 'u') ADVANCE(1014); - if (lookahead == '|') ADVANCE(296); + if (lookahead == '!') ADVANCE(165); + if (lookahead == '"') ADVANCE(381); + if (lookahead == '%') ADVANCE(283); + if (lookahead == '&') ADVANCE(292); + if (lookahead == '(') ADVANCE(260); + if (lookahead == '*') ADVANCE(279); + if (lookahead == '+') ADVANCE(274); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(271); + if (lookahead == '.') ADVANCE(349); + if (lookahead == '/') ADVANCE(281); + if (lookahead == '<') ADVANCE(302); + if (lookahead == '=') ADVANCE(166); + if (lookahead == '>') ADVANCE(979); + if (lookahead == '?') ADVANCE(336); + if (lookahead == 'L') ADVANCE(630); + if (lookahead == 'U') ADVANCE(634); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(89) + if (lookahead == '^') ADVANCE(289); + if (lookahead == 'u') ADVANCE(637); + if (lookahead == '|') ADVANCE(288); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') SKIP(124) + lookahead == ' ') SKIP(123) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1016); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 124: - if (lookahead == '!') ADVANCE(168); - if (lookahead == '"') ADVANCE(387); - if (lookahead == '%') ADVANCE(291); - if (lookahead == '&') ADVANCE(300); - if (lookahead == '(') ADVANCE(270); - if (lookahead == '*') ADVANCE(287); - if (lookahead == '+') ADVANCE(282); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(279); - if (lookahead == '.') ADVANCE(355); - if (lookahead == '/') ADVANCE(289); - if (lookahead == '<') ADVANCE(310); - if (lookahead == '=') ADVANCE(169); - if (lookahead == '>') ADVANCE(1001); - if (lookahead == '?') ADVANCE(342); - if (lookahead == 'L') ADVANCE(637); - if (lookahead == 'U') ADVANCE(641); - if (lookahead == '[') ADVANCE(321); - if (lookahead == '\\') SKIP(95) - if (lookahead == '^') ADVANCE(297); - if (lookahead == 'u') ADVANCE(644); - if (lookahead == '|') ADVANCE(296); + if (lookahead == '!') ADVANCE(165); + if (lookahead == '#') ADVANCE(178); + if (lookahead == '%') ADVANCE(283); + if (lookahead == '&') ADVANCE(292); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(279); + if (lookahead == '+') ADVANCE(273); + if (lookahead == ',') ADVANCE(213); + 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 == 'A') ADVANCE(827); + if (lookahead == 'B') ADVANCE(807); + if (lookahead == 'C') ADVANCE(684); + if (lookahead == 'D') ADVANCE(887); + if (lookahead == 'F') ADVANCE(772); + if (lookahead == 'H') ADVANCE(653); + if (lookahead == 'I') ADVANCE(783); + if (lookahead == 'L') ADVANCE(662); + if (lookahead == 'P') ADVANCE(676); + if (lookahead == 'Q') ADVANCE(888); + if (lookahead == 'S') ADVANCE(689); + if (lookahead == 'T') ADVANCE(679); + if (lookahead == 'U') ADVANCE(685); + if (lookahead == 'V') ADVANCE(814); + if (lookahead == 'W') ADVANCE(687); + if (lookahead == '[') ADVANCE(314); + if (lookahead == '\\') SKIP(11) + if (lookahead == '^') ADVANCE(289); + if (lookahead == 'b') ADVANCE(952); + if (lookahead == 'c') ADVANCE(929); + if (lookahead == 'd') ADVANCE(947); + if (lookahead == 'f') ADVANCE(942); + if (lookahead == 'i') ADVANCE(944); + if (lookahead == 'm') ADVANCE(906); + if (lookahead == 'p') ADVANCE(963); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 'u') ADVANCE(937); + 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' || lookahead == '\r' || lookahead == ' ') SKIP(124) - if (('A' <= lookahead && lookahead <= 'Z') || + if (('E' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 125: - if (lookahead == '!') ADVANCE(168); - if (lookahead == '#') ADVANCE(181); - if (lookahead == '%') ADVANCE(291); - if (lookahead == '&') ADVANCE(300); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(287); - if (lookahead == '+') ADVANCE(282); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(279); - if (lookahead == '.') ADVANCE(355); - if (lookahead == '/') ADVANCE(289); - if (lookahead == ':') ADVANCE(167); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '<') ADVANCE(310); - if (lookahead == '=') ADVANCE(169); - if (lookahead == '>') ADVANCE(304); - if (lookahead == '?') ADVANCE(342); - if (lookahead == 'A') ADVANCE(834); - if (lookahead == 'B') ADVANCE(814); - if (lookahead == 'C') ADVANCE(691); - if (lookahead == 'D') ADVANCE(894); - if (lookahead == 'F') ADVANCE(779); - if (lookahead == 'H') ADVANCE(660); - if (lookahead == 'I') ADVANCE(790); - if (lookahead == 'L') ADVANCE(669); - if (lookahead == 'P') ADVANCE(683); - if (lookahead == 'Q') ADVANCE(895); - if (lookahead == 'S') ADVANCE(696); - if (lookahead == 'T') ADVANCE(686); - if (lookahead == 'U') ADVANCE(692); - if (lookahead == 'V') ADVANCE(821); - if (lookahead == 'W') ADVANCE(694); - if (lookahead == '[') ADVANCE(322); + if (lookahead == '!') ADVANCE(165); + if (lookahead == '#') ADVANCE(176); + if (lookahead == '%') ADVANCE(283); + if (lookahead == '&') ADVANCE(292); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(279); + if (lookahead == '+') ADVANCE(274); + if (lookahead == ',') ADVANCE(213); + 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); + if (lookahead == 'D') ADVANCE(887); + if (lookahead == 'F') ADVANCE(772); + if (lookahead == 'H') ADVANCE(653); + if (lookahead == 'I') ADVANCE(783); + if (lookahead == 'L') ADVANCE(662); + if (lookahead == 'P') ADVANCE(676); + if (lookahead == 'Q') ADVANCE(888); + if (lookahead == 'S') ADVANCE(689); + if (lookahead == 'T') ADVANCE(679); + if (lookahead == 'U') ADVANCE(685); + if (lookahead == 'V') ADVANCE(814); + if (lookahead == 'W') ADVANCE(687); + if (lookahead == '[') ADVANCE(314); if (lookahead == '\\') SKIP(9) - if (lookahead == '^') ADVANCE(297); - if (lookahead == 'b') ADVANCE(967); - if (lookahead == 'c') ADVANCE(943); - if (lookahead == 'd') ADVANCE(962); - if (lookahead == 'f') ADVANCE(955); - if (lookahead == 'i') ADVANCE(959); - if (lookahead == 'm') ADVANCE(914); - if (lookahead == 'o') ADVANCE(969); - if (lookahead == 'p') ADVANCE(982); - if (lookahead == 's') ADVANCE(945); - if (lookahead == 'u') ADVANCE(951); - if (lookahead == 'v') ADVANCE(965); - if (lookahead == 'w') ADVANCE(925); - if (lookahead == '|') ADVANCE(296); - if (lookahead == '}') ADVANCE(320); - if (lookahead == '~') ADVANCE(273); + if (lookahead == '^') ADVANCE(289); + if (lookahead == 'b') ADVANCE(952); + if (lookahead == 'c') ADVANCE(929); + if (lookahead == 'd') ADVANCE(947); + if (lookahead == 'f') ADVANCE(942); + if (lookahead == 'i') ADVANCE(944); + if (lookahead == 'm') ADVANCE(906); + if (lookahead == 'p') ADVANCE(963); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 'u') ADVANCE(937); + 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' || lookahead == '\r' || lookahead == ' ') SKIP(125) if (('E' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 126: - if (lookahead == '!') ADVANCE(168); - if (lookahead == '#') ADVANCE(179); - if (lookahead == '%') ADVANCE(291); - if (lookahead == '&') ADVANCE(300); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(287); - if (lookahead == '+') ADVANCE(281); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(274); - if (lookahead == '/') ADVANCE(289); - if (lookahead == ':') ADVANCE(167); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '<') ADVANCE(310); - if (lookahead == '=') ADVANCE(169); - if (lookahead == '>') ADVANCE(304); - if (lookahead == 'A') ADVANCE(834); - if (lookahead == 'B') ADVANCE(814); - if (lookahead == 'C') ADVANCE(691); - if (lookahead == 'D') ADVANCE(894); - if (lookahead == 'F') ADVANCE(779); - if (lookahead == 'H') ADVANCE(660); - if (lookahead == 'I') ADVANCE(790); - if (lookahead == 'L') ADVANCE(669); - if (lookahead == 'P') ADVANCE(683); - if (lookahead == 'Q') ADVANCE(895); - if (lookahead == 'S') ADVANCE(696); - if (lookahead == 'T') ADVANCE(686); - if (lookahead == 'U') ADVANCE(692); - if (lookahead == 'V') ADVANCE(821); - if (lookahead == 'W') ADVANCE(694); - if (lookahead == '[') ADVANCE(322); - if (lookahead == '\\') SKIP(11) - if (lookahead == '^') ADVANCE(297); - if (lookahead == 'b') ADVANCE(967); - if (lookahead == 'c') ADVANCE(943); - if (lookahead == 'd') ADVANCE(962); - if (lookahead == 'f') ADVANCE(955); - if (lookahead == 'i') ADVANCE(959); - if (lookahead == 'm') ADVANCE(914); - if (lookahead == 'o') ADVANCE(969); - if (lookahead == 'p') ADVANCE(982); - if (lookahead == 's') ADVANCE(945); - if (lookahead == 'u') ADVANCE(951); - if (lookahead == 'v') ADVANCE(965); - if (lookahead == 'w') ADVANCE(925); - if (lookahead == '|') ADVANCE(296); - if (lookahead == '~') ADVANCE(273); + if (lookahead == '!') ADVANCE(165); + if (lookahead == '%') ADVANCE(284); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(280); + if (lookahead == '+') ADVANCE(277); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(270); + if (lookahead == '.') ADVANCE(349); + if (lookahead == '/') ADVANCE(282); + if (lookahead == ':') ADVANCE(335); + if (lookahead == ';') ADVANCE(307); + if (lookahead == '<') ADVANCE(301); + if (lookahead == '=') ADVANCE(319); + if (lookahead == '>') ADVANCE(297); + if (lookahead == '?') ADVANCE(336); + if (lookahead == '[') ADVANCE(314); + if (lookahead == '\\') SKIP(17) + if (lookahead == '^') ADVANCE(290); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '|') ADVANCE(287); + if (lookahead == '}') ADVANCE(312); + if (lookahead == '~') ADVANCE(263); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(126) - if (('E' <= lookahead && lookahead <= 'Z') || + if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 127: - if (lookahead == '!') ADVANCE(168); - if (lookahead == '%') ADVANCE(292); - if (lookahead == '&') ADVANCE(301); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(288); - if (lookahead == '+') ADVANCE(285); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(278); - if (lookahead == '.') ADVANCE(355); - if (lookahead == '/') ADVANCE(290); - if (lookahead == ':') ADVANCE(341); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '<') ADVANCE(309); - if (lookahead == '=') ADVANCE(325); - if (lookahead == '>') ADVANCE(305); - if (lookahead == '?') ADVANCE(342); - if (lookahead == '[') ADVANCE(322); - if (lookahead == '\\') SKIP(17) - if (lookahead == '^') ADVANCE(298); - if (lookahead == 'o') ADVANCE(969); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '|') ADVANCE(295); - if (lookahead == '}') ADVANCE(320); - if (lookahead == '~') ADVANCE(273); + if (lookahead == '!') ADVANCE(165); + if (lookahead == '%') ADVANCE(284); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(280); + if (lookahead == '+') ADVANCE(277); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(270); + if (lookahead == '.') ADVANCE(349); + if (lookahead == '/') ADVANCE(282); + if (lookahead == ':') ADVANCE(335); + if (lookahead == ';') ADVANCE(307); + if (lookahead == '<') ADVANCE(301); + if (lookahead == '=') ADVANCE(319); + if (lookahead == '>') ADVANCE(297); + if (lookahead == '?') ADVANCE(336); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(35) + if (lookahead == ']') ADVANCE(317); + if (lookahead == '^') ADVANCE(290); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '|') ADVANCE(287); + if (lookahead == '}') ADVANCE(312); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(127) - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('A' <= lookahead && lookahead <= '_') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 128: - if (lookahead == '!') ADVANCE(168); - if (lookahead == '%') ADVANCE(292); - if (lookahead == '&') ADVANCE(301); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(288); - if (lookahead == '+') ADVANCE(285); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(278); - if (lookahead == '.') ADVANCE(355); - if (lookahead == '/') ADVANCE(290); - if (lookahead == ':') ADVANCE(341); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '<') ADVANCE(309); - if (lookahead == '=') ADVANCE(325); - if (lookahead == '>') ADVANCE(305); - if (lookahead == '?') ADVANCE(342); - if (lookahead == '[') ADVANCE(321); - if (lookahead == '\\') SKIP(43) - if (lookahead == ']') ADVANCE(323); - if (lookahead == '^') ADVANCE(298); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '|') ADVANCE(295); - if (lookahead == '}') ADVANCE(320); + if (lookahead == '!') ADVANCE(165); + if (lookahead == '%') ADVANCE(284); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(280); + if (lookahead == '+') ADVANCE(277); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(270); + if (lookahead == '.') ADVANCE(349); + if (lookahead == '/') ADVANCE(282); + if (lookahead == ':') ADVANCE(334); + if (lookahead == ';') ADVANCE(307); + if (lookahead == '<') ADVANCE(301); + if (lookahead == '=') ADVANCE(319); + if (lookahead == '>') ADVANCE(297); + if (lookahead == '?') ADVANCE(336); + if (lookahead == 'A') ADVANCE(827); + if (lookahead == 'B') ADVANCE(807); + if (lookahead == 'C') ADVANCE(684); + if (lookahead == 'D') ADVANCE(887); + if (lookahead == 'F') ADVANCE(772); + if (lookahead == 'H') ADVANCE(653); + if (lookahead == 'I') ADVANCE(783); + if (lookahead == 'L') ADVANCE(662); + if (lookahead == 'P') ADVANCE(676); + if (lookahead == 'Q') ADVANCE(888); + if (lookahead == 'S') ADVANCE(689); + if (lookahead == 'T') ADVANCE(679); + if (lookahead == 'U') ADVANCE(685); + if (lookahead == 'V') ADVANCE(814); + if (lookahead == 'W') ADVANCE(687); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(37) + if (lookahead == ']') ADVANCE(317); + if (lookahead == '^') ADVANCE(290); + if (lookahead == 'b') ADVANCE(952); + if (lookahead == 'c') ADVANCE(929); + if (lookahead == 'd') ADVANCE(947); + if (lookahead == 'f') ADVANCE(942); + if (lookahead == 'i') ADVANCE(944); + if (lookahead == 'm') ADVANCE(906); + if (lookahead == 'p') ADVANCE(963); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 'u') ADVANCE(937); + if (lookahead == 'v') ADVANCE(950); + if (lookahead == 'w') ADVANCE(916); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '|') ADVANCE(287); + if (lookahead == '}') ADVANCE(312); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(128) - if (('A' <= lookahead && lookahead <= '_') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('E' <= lookahead && lookahead <= '_') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 129: - if (lookahead == '!') ADVANCE(168); - if (lookahead == '%') ADVANCE(292); - if (lookahead == '&') ADVANCE(301); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(288); - if (lookahead == '+') ADVANCE(285); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(278); - if (lookahead == '.') ADVANCE(355); - if (lookahead == '/') ADVANCE(290); - if (lookahead == ':') ADVANCE(167); - if (lookahead == '<') ADVANCE(309); - if (lookahead == '=') ADVANCE(325); - if (lookahead == '>') ADVANCE(305); - if (lookahead == '?') ADVANCE(342); - if (lookahead == '[') ADVANCE(322); - if (lookahead == '\\') SKIP(51) - if (lookahead == '^') ADVANCE(298); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '|') ADVANCE(295); + if (lookahead == '!') ADVANCE(165); + if (lookahead == '%') ADVANCE(284); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(280); + if (lookahead == '+') ADVANCE(277); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(270); + if (lookahead == '.') ADVANCE(349); + if (lookahead == '/') ADVANCE(282); + if (lookahead == ':') ADVANCE(334); + if (lookahead == ';') ADVANCE(307); + if (lookahead == '<') ADVANCE(301); + if (lookahead == '=') ADVANCE(319); + if (lookahead == '>') ADVANCE(297); + if (lookahead == '?') ADVANCE(336); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(79) + if (lookahead == ']') ADVANCE(317); + if (lookahead == '^') ADVANCE(290); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '|') ADVANCE(287); + if (lookahead == '}') ADVANCE(312); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(129) - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('A' <= lookahead && lookahead <= '_') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 130: - if (lookahead == '!') ADVANCE(168); - if (lookahead == '%') ADVANCE(292); - if (lookahead == '&') ADVANCE(301); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(288); - if (lookahead == '+') ADVANCE(285); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(278); - if (lookahead == '.') ADVANCE(355); - if (lookahead == '/') ADVANCE(290); - if (lookahead == ':') ADVANCE(340); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '<') ADVANCE(309); - if (lookahead == '=') ADVANCE(325); - if (lookahead == '>') ADVANCE(305); - if (lookahead == '?') ADVANCE(342); - if (lookahead == 'A') ADVANCE(834); - if (lookahead == 'B') ADVANCE(814); - if (lookahead == 'C') ADVANCE(691); - if (lookahead == 'D') ADVANCE(894); - if (lookahead == 'F') ADVANCE(779); - if (lookahead == 'H') ADVANCE(660); - if (lookahead == 'I') ADVANCE(790); - if (lookahead == 'L') ADVANCE(669); - if (lookahead == 'P') ADVANCE(683); - if (lookahead == 'Q') ADVANCE(895); - if (lookahead == 'S') ADVANCE(696); - if (lookahead == 'T') ADVANCE(686); - if (lookahead == 'U') ADVANCE(692); - if (lookahead == 'V') ADVANCE(821); - if (lookahead == 'W') ADVANCE(694); - if (lookahead == '[') ADVANCE(321); - if (lookahead == '\\') SKIP(47) - if (lookahead == ']') ADVANCE(323); - if (lookahead == '^') ADVANCE(298); - if (lookahead == 'b') ADVANCE(967); - if (lookahead == 'c') ADVANCE(943); - if (lookahead == 'd') ADVANCE(962); - if (lookahead == 'f') ADVANCE(955); - if (lookahead == 'i') ADVANCE(959); - if (lookahead == 'm') ADVANCE(914); - if (lookahead == 'p') ADVANCE(982); - if (lookahead == 's') ADVANCE(945); - if (lookahead == 'u') ADVANCE(951); - if (lookahead == 'v') ADVANCE(965); - if (lookahead == 'w') ADVANCE(925); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '|') ADVANCE(295); - if (lookahead == '}') ADVANCE(320); + if (lookahead == '!') ADVANCE(165); + if (lookahead == '%') ADVANCE(284); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(280); + if (lookahead == '+') ADVANCE(277); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(270); + if (lookahead == '.') ADVANCE(349); + if (lookahead == '/') ADVANCE(282); + if (lookahead == ';') ADVANCE(307); + if (lookahead == '<') ADVANCE(301); + if (lookahead == '=') ADVANCE(319); + if (lookahead == '>') ADVANCE(297); + if (lookahead == '?') ADVANCE(336); + if (lookahead == '[') ADVANCE(315); + if (lookahead == '\\') SKIP(45) + if (lookahead == '^') ADVANCE(290); + if (lookahead == '|') ADVANCE(287); + if (lookahead == '}') ADVANCE(312); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(130) - if (('E' <= lookahead && lookahead <= '_') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_') ADVANCE(198); END_STATE(); case 131: - if (lookahead == '!') ADVANCE(168); - if (lookahead == '%') ADVANCE(292); - if (lookahead == '&') ADVANCE(301); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(288); - if (lookahead == '+') ADVANCE(285); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(278); - if (lookahead == '.') ADVANCE(355); - if (lookahead == '/') ADVANCE(290); - if (lookahead == ':') ADVANCE(340); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '<') ADVANCE(309); - if (lookahead == '=') ADVANCE(325); - if (lookahead == '>') ADVANCE(305); - if (lookahead == '?') ADVANCE(342); - if (lookahead == '[') ADVANCE(321); - if (lookahead == '\\') SKIP(85) - if (lookahead == ']') ADVANCE(323); - if (lookahead == '^') ADVANCE(298); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '|') ADVANCE(295); - if (lookahead == '}') ADVANCE(320); + if (lookahead == '!') ADVANCE(165); + if (lookahead == '%') ADVANCE(284); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '(') ADVANCE(260); + if (lookahead == '*') ADVANCE(280); + if (lookahead == '+') ADVANCE(277); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(270); + if (lookahead == '.') ADVANCE(349); + if (lookahead == '/') ADVANCE(282); + if (lookahead == ':') ADVANCE(335); + if (lookahead == '<') ADVANCE(301); + if (lookahead == '=') ADVANCE(319); + if (lookahead == '>') ADVANCE(979); + if (lookahead == '?') ADVANCE(336); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(39) + if (lookahead == '^') ADVANCE(290); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '|') ADVANCE(287); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(131) - if (('A' <= lookahead && lookahead <= '_') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 132: - if (lookahead == '!') ADVANCE(168); - if (lookahead == '%') ADVANCE(292); - if (lookahead == '&') ADVANCE(301); - if (lookahead == '(') ADVANCE(270); - if (lookahead == '*') ADVANCE(288); - if (lookahead == '+') ADVANCE(285); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(278); - if (lookahead == '.') ADVANCE(355); - if (lookahead == '/') ADVANCE(290); - if (lookahead == ':') ADVANCE(341); - if (lookahead == '<') ADVANCE(309); - if (lookahead == '=') ADVANCE(325); - if (lookahead == '>') ADVANCE(1001); - if (lookahead == '?') ADVANCE(342); - if (lookahead == '[') ADVANCE(321); - if (lookahead == '\\') SKIP(49) - if (lookahead == '^') ADVANCE(298); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '|') ADVANCE(295); + if (lookahead == '!') ADVANCE(165); + if (lookahead == '%') ADVANCE(284); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '(') ADVANCE(260); + if (lookahead == '*') ADVANCE(280); + if (lookahead == '+') ADVANCE(277); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(270); + if (lookahead == '.') ADVANCE(349); + if (lookahead == '/') ADVANCE(282); + if (lookahead == ':') ADVANCE(334); + if (lookahead == '<') ADVANCE(301); + if (lookahead == '=') ADVANCE(319); + if (lookahead == '>') ADVANCE(979); + if (lookahead == '?') ADVANCE(336); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(85) + if (lookahead == '^') ADVANCE(290); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '|') ADVANCE(287); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(132) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 133: - if (lookahead == '!') ADVANCE(168); - if (lookahead == '%') ADVANCE(292); - if (lookahead == '&') ADVANCE(301); - if (lookahead == '(') ADVANCE(270); - if (lookahead == '*') ADVANCE(288); - if (lookahead == '+') ADVANCE(285); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(278); - if (lookahead == '.') ADVANCE(355); - if (lookahead == '/') ADVANCE(290); - if (lookahead == ':') ADVANCE(340); - if (lookahead == '<') ADVANCE(309); - if (lookahead == '=') ADVANCE(325); - if (lookahead == '>') ADVANCE(1001); - if (lookahead == '?') ADVANCE(342); - if (lookahead == '[') ADVANCE(321); - if (lookahead == '\\') SKIP(89) - if (lookahead == '^') ADVANCE(298); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '|') ADVANCE(295); + if (lookahead == '!') ADVANCE(165); + if (lookahead == '%') ADVANCE(284); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '(') ADVANCE(260); + if (lookahead == '*') ADVANCE(280); + if (lookahead == '+') ADVANCE(277); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(270); + if (lookahead == '.') ADVANCE(349); + if (lookahead == '/') ADVANCE(282); + if (lookahead == '<') ADVANCE(301); + if (lookahead == '=') ADVANCE(319); + if (lookahead == '>') ADVANCE(979); + if (lookahead == '?') ADVANCE(336); + if (lookahead == 'A') ADVANCE(827); + if (lookahead == 'B') ADVANCE(807); + if (lookahead == 'C') ADVANCE(684); + if (lookahead == 'D') ADVANCE(887); + if (lookahead == 'F') ADVANCE(772); + if (lookahead == 'H') ADVANCE(653); + if (lookahead == 'I') ADVANCE(783); + if (lookahead == 'L') ADVANCE(662); + if (lookahead == 'P') ADVANCE(676); + if (lookahead == 'Q') ADVANCE(888); + if (lookahead == 'S') ADVANCE(689); + if (lookahead == 'T') ADVANCE(679); + if (lookahead == 'U') ADVANCE(685); + if (lookahead == 'V') ADVANCE(814); + if (lookahead == 'W') ADVANCE(687); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(41) + if (lookahead == '^') ADVANCE(290); + if (lookahead == 'b') ADVANCE(952); + if (lookahead == 'c') ADVANCE(929); + if (lookahead == 'd') ADVANCE(947); + if (lookahead == 'f') ADVANCE(942); + if (lookahead == 'i') ADVANCE(944); + if (lookahead == 'm') ADVANCE(906); + if (lookahead == 'p') ADVANCE(963); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 'u') ADVANCE(937); + if (lookahead == 'v') ADVANCE(950); + if (lookahead == 'w') ADVANCE(916); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '|') ADVANCE(287); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(133) - if (('A' <= lookahead && lookahead <= 'Z') || + if (('E' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 134: - if (lookahead == '!') ADVANCE(168); - if (lookahead == '%') ADVANCE(292); - if (lookahead == '&') ADVANCE(301); - if (lookahead == '(') ADVANCE(270); - if (lookahead == '*') ADVANCE(288); - if (lookahead == '+') ADVANCE(285); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(278); - if (lookahead == '.') ADVANCE(355); - if (lookahead == '/') ADVANCE(290); - if (lookahead == '<') ADVANCE(309); - if (lookahead == '=') ADVANCE(325); - if (lookahead == '>') ADVANCE(1001); - if (lookahead == '?') ADVANCE(342); - if (lookahead == 'A') ADVANCE(834); - if (lookahead == 'B') ADVANCE(814); - if (lookahead == 'C') ADVANCE(691); - if (lookahead == 'D') ADVANCE(894); - if (lookahead == 'F') ADVANCE(779); - if (lookahead == 'H') ADVANCE(660); - if (lookahead == 'I') ADVANCE(790); - if (lookahead == 'L') ADVANCE(669); - if (lookahead == 'P') ADVANCE(683); - if (lookahead == 'Q') ADVANCE(895); - if (lookahead == 'S') ADVANCE(696); - if (lookahead == 'T') ADVANCE(686); - if (lookahead == 'U') ADVANCE(692); - if (lookahead == 'V') ADVANCE(821); - if (lookahead == 'W') ADVANCE(694); - if (lookahead == '[') ADVANCE(321); - if (lookahead == '\\') SKIP(53) - if (lookahead == '^') ADVANCE(298); - if (lookahead == 'b') ADVANCE(967); - if (lookahead == 'c') ADVANCE(943); - if (lookahead == 'd') ADVANCE(962); - if (lookahead == 'f') ADVANCE(955); - if (lookahead == 'i') ADVANCE(959); - if (lookahead == 'm') ADVANCE(914); - if (lookahead == 'p') ADVANCE(982); - if (lookahead == 's') ADVANCE(945); - if (lookahead == 'u') ADVANCE(951); - if (lookahead == 'v') ADVANCE(965); - if (lookahead == 'w') ADVANCE(925); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '|') ADVANCE(295); + if (lookahead == '!') ADVANCE(165); + if (lookahead == '%') ADVANCE(284); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '(') ADVANCE(260); + if (lookahead == '*') ADVANCE(280); + if (lookahead == '+') ADVANCE(277); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(270); + if (lookahead == '.') ADVANCE(349); + if (lookahead == '/') ADVANCE(282); + if (lookahead == '<') ADVANCE(301); + if (lookahead == '=') ADVANCE(319); + if (lookahead == '>') ADVANCE(979); + if (lookahead == '?') ADVANCE(336); + if (lookahead == '[') ADVANCE(316); + if (lookahead == '\\') SKIP(51) + if (lookahead == '^') ADVANCE(290); + if (lookahead == '|') ADVANCE(287); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(134) - if (('E' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); END_STATE(); case 135: - if (lookahead == '!') ADVANCE(168); - if (lookahead == '%') ADVANCE(291); - if (lookahead == '&') ADVANCE(300); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(287); - if (lookahead == '+') ADVANCE(282); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(279); - if (lookahead == '.') ADVANCE(355); - if (lookahead == '/') ADVANCE(289); - if (lookahead == ':') ADVANCE(341); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '<') ADVANCE(310); - if (lookahead == '=') ADVANCE(325); - if (lookahead == '>') ADVANCE(1001); - if (lookahead == '?') ADVANCE(342); - if (lookahead == '[') ADVANCE(321); - if (lookahead == '\\') SKIP(41) - if (lookahead == '^') ADVANCE(297); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '|') ADVANCE(296); + if (lookahead == '!') ADVANCE(165); + if (lookahead == '%') ADVANCE(283); + if (lookahead == '&') ADVANCE(292); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(279); + if (lookahead == '+') ADVANCE(274); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(271); + if (lookahead == '.') ADVANCE(349); + if (lookahead == '/') ADVANCE(281); + if (lookahead == ':') ADVANCE(335); + if (lookahead == ';') ADVANCE(307); + if (lookahead == '<') ADVANCE(302); + if (lookahead == '=') ADVANCE(319); + if (lookahead == '>') ADVANCE(296); + if (lookahead == '?') ADVANCE(336); + if (lookahead == '[') ADVANCE(314); + if (lookahead == '\\') SKIP(71) + if (lookahead == '^') ADVANCE(289); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '|') ADVANCE(288); + if (lookahead == '}') ADVANCE(312); + if (lookahead == '~') ADVANCE(263); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(135) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 136: - if (lookahead == '!') ADVANCE(168); - if (lookahead == '%') ADVANCE(291); - if (lookahead == '&') ADVANCE(300); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(287); - if (lookahead == '+') ADVANCE(282); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(279); - if (lookahead == '.') ADVANCE(355); - if (lookahead == '/') ADVANCE(289); - if (lookahead == ':') ADVANCE(341); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '<') ADVANCE(310); - if (lookahead == '=') ADVANCE(325); - if (lookahead == '>') ADVANCE(304); - if (lookahead == '?') ADVANCE(342); - if (lookahead == '[') ADVANCE(322); - if (lookahead == '\\') SKIP(75) - if (lookahead == '^') ADVANCE(297); - if (lookahead == 'o') ADVANCE(969); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '|') ADVANCE(296); - if (lookahead == '}') ADVANCE(320); - if (lookahead == '~') ADVANCE(273); + if (lookahead == '!') ADVANCE(165); + if (lookahead == '%') ADVANCE(283); + if (lookahead == '&') ADVANCE(292); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(279); + if (lookahead == '+') ADVANCE(274); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(271); + if (lookahead == '.') ADVANCE(349); + if (lookahead == '/') ADVANCE(281); + if (lookahead == ':') ADVANCE(335); + if (lookahead == ';') ADVANCE(307); + if (lookahead == '<') ADVANCE(302); + if (lookahead == '=') ADVANCE(166); + if (lookahead == '>') ADVANCE(296); + if (lookahead == '?') ADVANCE(336); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(99) + if (lookahead == ']') ADVANCE(317); + if (lookahead == '^') ADVANCE(289); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '|') ADVANCE(288); + if (lookahead == '}') ADVANCE(312); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(136) - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('A' <= lookahead && lookahead <= '_') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 137: - if (lookahead == '!') ADVANCE(168); - if (lookahead == '%') ADVANCE(291); - if (lookahead == '&') ADVANCE(300); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(287); - if (lookahead == '+') ADVANCE(282); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(279); - if (lookahead == '.') ADVANCE(355); - if (lookahead == '/') ADVANCE(289); - if (lookahead == ':') ADVANCE(341); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '<') ADVANCE(310); - if (lookahead == '=') ADVANCE(325); - if (lookahead == '>') ADVANCE(304); - if (lookahead == '?') ADVANCE(342); - if (lookahead == '[') ADVANCE(321); - if (lookahead == '\\') SKIP(103) - if (lookahead == ']') ADVANCE(323); - if (lookahead == '^') ADVANCE(297); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '|') ADVANCE(296); - if (lookahead == '}') ADVANCE(320); + if (lookahead == '!') ADVANCE(165); + if (lookahead == '%') ADVANCE(283); + if (lookahead == '&') ADVANCE(292); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(279); + if (lookahead == '+') ADVANCE(274); + if (lookahead == ',') ADVANCE(213); + 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); + if (lookahead == 'D') ADVANCE(887); + if (lookahead == 'F') ADVANCE(772); + if (lookahead == 'H') ADVANCE(653); + if (lookahead == 'I') ADVANCE(783); + if (lookahead == 'L') ADVANCE(662); + if (lookahead == 'P') ADVANCE(676); + if (lookahead == 'Q') ADVANCE(888); + if (lookahead == 'S') ADVANCE(689); + if (lookahead == 'T') ADVANCE(679); + if (lookahead == 'U') ADVANCE(685); + if (lookahead == 'V') ADVANCE(814); + if (lookahead == 'W') ADVANCE(687); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(83) + if (lookahead == ']') ADVANCE(172); + if (lookahead == '^') ADVANCE(289); + if (lookahead == 'b') ADVANCE(952); + if (lookahead == 'c') ADVANCE(929); + if (lookahead == 'd') ADVANCE(947); + if (lookahead == 'f') ADVANCE(942); + if (lookahead == 'i') ADVANCE(944); + if (lookahead == 'm') ADVANCE(906); + if (lookahead == 'p') ADVANCE(963); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 'u') ADVANCE(937); + if (lookahead == 'v') ADVANCE(950); + if (lookahead == 'w') ADVANCE(916); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '|') ADVANCE(288); + if (lookahead == '}') ADVANCE(312); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(137) - if (('A' <= lookahead && lookahead <= '_') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('E' <= lookahead && lookahead <= '_') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 138: - if (lookahead == '!') ADVANCE(168); - if (lookahead == '%') ADVANCE(291); - if (lookahead == '&') ADVANCE(300); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(287); - if (lookahead == '+') ADVANCE(282); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(279); - if (lookahead == '.') ADVANCE(355); - if (lookahead == '/') ADVANCE(289); - if (lookahead == ':') ADVANCE(167); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '<') ADVANCE(310); - if (lookahead == '=') ADVANCE(325); - if (lookahead == '>') ADVANCE(304); - if (lookahead == '?') ADVANCE(342); - if (lookahead == 'A') ADVANCE(834); - if (lookahead == 'B') ADVANCE(814); - if (lookahead == 'C') ADVANCE(691); - if (lookahead == 'D') ADVANCE(894); - if (lookahead == 'F') ADVANCE(779); - if (lookahead == 'H') ADVANCE(660); - if (lookahead == 'I') ADVANCE(790); - if (lookahead == 'L') ADVANCE(669); - if (lookahead == 'P') ADVANCE(683); - if (lookahead == 'Q') ADVANCE(895); - if (lookahead == 'S') ADVANCE(696); - if (lookahead == 'T') ADVANCE(686); - if (lookahead == 'U') ADVANCE(692); - if (lookahead == 'V') ADVANCE(821); - if (lookahead == 'W') ADVANCE(694); - if (lookahead == '[') ADVANCE(321); - if (lookahead == '\\') SKIP(87) - if (lookahead == ']') ADVANCE(175); - if (lookahead == '^') ADVANCE(297); - if (lookahead == 'b') ADVANCE(967); - if (lookahead == 'c') ADVANCE(943); - if (lookahead == 'd') ADVANCE(962); - if (lookahead == 'f') ADVANCE(955); - if (lookahead == 'i') ADVANCE(959); - if (lookahead == 'm') ADVANCE(914); - if (lookahead == 'p') ADVANCE(982); - if (lookahead == 's') ADVANCE(945); - if (lookahead == 'u') ADVANCE(951); - if (lookahead == 'v') ADVANCE(965); - if (lookahead == 'w') ADVANCE(925); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '|') ADVANCE(296); - if (lookahead == '}') ADVANCE(320); + if (lookahead == '!') ADVANCE(165); + if (lookahead == '%') ADVANCE(283); + if (lookahead == '&') ADVANCE(292); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(279); + if (lookahead == '+') ADVANCE(274); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(271); + if (lookahead == '.') ADVANCE(349); + if (lookahead == '/') ADVANCE(281); + if (lookahead == ':') ADVANCE(334); + 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); + if (lookahead == 'D') ADVANCE(887); + if (lookahead == 'F') ADVANCE(772); + if (lookahead == 'H') ADVANCE(653); + if (lookahead == 'I') ADVANCE(783); + if (lookahead == 'L') ADVANCE(662); + if (lookahead == 'P') ADVANCE(676); + if (lookahead == 'Q') ADVANCE(888); + if (lookahead == 'S') ADVANCE(689); + if (lookahead == 'T') ADVANCE(679); + if (lookahead == 'U') ADVANCE(685); + if (lookahead == 'V') ADVANCE(814); + if (lookahead == 'W') ADVANCE(687); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(93) + if (lookahead == ']') ADVANCE(317); + if (lookahead == '^') ADVANCE(289); + if (lookahead == 'b') ADVANCE(952); + if (lookahead == 'c') ADVANCE(929); + if (lookahead == 'd') ADVANCE(947); + if (lookahead == 'f') ADVANCE(942); + if (lookahead == 'i') ADVANCE(944); + if (lookahead == 'm') ADVANCE(906); + if (lookahead == 'p') ADVANCE(963); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 'u') ADVANCE(937); + if (lookahead == 'v') ADVANCE(950); + if (lookahead == 'w') ADVANCE(916); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '|') ADVANCE(288); + if (lookahead == '}') ADVANCE(312); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(138) if (('E' <= lookahead && lookahead <= '_') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 139: - if (lookahead == '!') ADVANCE(168); - if (lookahead == '%') ADVANCE(291); - if (lookahead == '&') ADVANCE(300); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(287); - if (lookahead == '+') ADVANCE(282); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(279); - if (lookahead == '.') ADVANCE(355); - if (lookahead == '/') ADVANCE(289); - if (lookahead == ':') ADVANCE(167); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '<') ADVANCE(310); - if (lookahead == '=') ADVANCE(169); - if (lookahead == '>') ADVANCE(304); - if (lookahead == '?') ADVANCE(342); - if (lookahead == '[') ADVANCE(322); - if (lookahead == '\\') SKIP(81) - if (lookahead == '^') ADVANCE(297); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '|') ADVANCE(296); + if (lookahead == '!') ADVANCE(165); + if (lookahead == '%') ADVANCE(283); + if (lookahead == '&') ADVANCE(292); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(279); + if (lookahead == '+') ADVANCE(274); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(271); + if (lookahead == '.') ADVANCE(349); + if (lookahead == '/') ADVANCE(281); + if (lookahead == ':') ADVANCE(334); + if (lookahead == ';') ADVANCE(307); + if (lookahead == '<') ADVANCE(302); + if (lookahead == '=') ADVANCE(166); + if (lookahead == '>') ADVANCE(296); + if (lookahead == '?') ADVANCE(336); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(91) + if (lookahead == ']') ADVANCE(317); + if (lookahead == '^') ADVANCE(289); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '|') ADVANCE(288); + if (lookahead == '}') ADVANCE(312); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(139) - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('A' <= lookahead && lookahead <= '_') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 140: - if (lookahead == '!') ADVANCE(168); - if (lookahead == '%') ADVANCE(291); - if (lookahead == '&') ADVANCE(300); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(287); - if (lookahead == '+') ADVANCE(282); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(279); - if (lookahead == '.') ADVANCE(355); - if (lookahead == '/') ADVANCE(289); - if (lookahead == ':') ADVANCE(340); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '<') ADVANCE(310); - if (lookahead == '=') ADVANCE(325); - if (lookahead == '>') ADVANCE(304); - if (lookahead == '?') ADVANCE(342); - if (lookahead == 'A') ADVANCE(834); - if (lookahead == 'B') ADVANCE(814); - if (lookahead == 'C') ADVANCE(691); - if (lookahead == 'D') ADVANCE(894); - if (lookahead == 'F') ADVANCE(779); - if (lookahead == 'H') ADVANCE(660); - if (lookahead == 'I') ADVANCE(790); - if (lookahead == 'L') ADVANCE(669); - if (lookahead == 'P') ADVANCE(683); - if (lookahead == 'Q') ADVANCE(895); - if (lookahead == 'S') ADVANCE(696); - if (lookahead == 'T') ADVANCE(686); - if (lookahead == 'U') ADVANCE(692); - if (lookahead == 'V') ADVANCE(821); - if (lookahead == 'W') ADVANCE(694); - if (lookahead == '[') ADVANCE(321); - if (lookahead == '\\') SKIP(99) - if (lookahead == ']') ADVANCE(323); - if (lookahead == '^') ADVANCE(297); - if (lookahead == 'b') ADVANCE(967); - if (lookahead == 'c') ADVANCE(943); - if (lookahead == 'd') ADVANCE(962); - if (lookahead == 'f') ADVANCE(955); - if (lookahead == 'i') ADVANCE(959); - if (lookahead == 'm') ADVANCE(914); - if (lookahead == 'p') ADVANCE(982); - if (lookahead == 's') ADVANCE(945); - if (lookahead == 'u') ADVANCE(951); - if (lookahead == 'v') ADVANCE(965); - if (lookahead == 'w') ADVANCE(925); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '|') ADVANCE(296); - if (lookahead == '}') ADVANCE(320); + if (lookahead == '!') ADVANCE(165); + if (lookahead == '%') ADVANCE(283); + if (lookahead == '&') ADVANCE(292); + if (lookahead == '(') ADVANCE(260); + if (lookahead == '*') ADVANCE(279); + if (lookahead == '+') ADVANCE(274); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(271); + if (lookahead == '.') ADVANCE(349); + if (lookahead == '/') ADVANCE(281); + if (lookahead == ':') ADVANCE(335); + if (lookahead == '<') ADVANCE(302); + if (lookahead == '=') ADVANCE(166); + if (lookahead == '>') ADVANCE(979); + if (lookahead == '?') ADVANCE(336); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(101) + if (lookahead == '^') ADVANCE(289); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '|') ADVANCE(288); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(140) - if (('E' <= lookahead && lookahead <= '_') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 141: - if (lookahead == '!') ADVANCE(168); - if (lookahead == '%') ADVANCE(291); - if (lookahead == '&') ADVANCE(300); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(287); - if (lookahead == '+') ADVANCE(282); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(279); - if (lookahead == '.') ADVANCE(355); - if (lookahead == '/') ADVANCE(289); - if (lookahead == ':') ADVANCE(340); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '<') ADVANCE(310); - if (lookahead == '=') ADVANCE(325); - if (lookahead == '>') ADVANCE(304); - if (lookahead == '?') ADVANCE(342); - if (lookahead == '[') ADVANCE(321); - if (lookahead == '\\') SKIP(97) - if (lookahead == ']') ADVANCE(323); - if (lookahead == '^') ADVANCE(297); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '|') ADVANCE(296); - if (lookahead == '}') ADVANCE(320); + if (lookahead == '!') ADVANCE(165); + if (lookahead == '%') ADVANCE(283); + if (lookahead == '&') ADVANCE(292); + if (lookahead == '(') ADVANCE(260); + if (lookahead == '*') ADVANCE(279); + if (lookahead == '+') ADVANCE(274); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(271); + if (lookahead == '.') ADVANCE(349); + if (lookahead == '/') ADVANCE(281); + if (lookahead == ':') ADVANCE(334); + if (lookahead == '<') ADVANCE(302); + if (lookahead == '=') ADVANCE(166); + if (lookahead == '>') ADVANCE(979); + if (lookahead == '?') ADVANCE(336); + if (lookahead == 'A') ADVANCE(827); + if (lookahead == 'B') ADVANCE(807); + if (lookahead == 'C') ADVANCE(684); + if (lookahead == 'D') ADVANCE(887); + if (lookahead == 'F') ADVANCE(772); + if (lookahead == 'H') ADVANCE(653); + if (lookahead == 'I') ADVANCE(783); + if (lookahead == 'L') ADVANCE(662); + if (lookahead == 'P') ADVANCE(676); + if (lookahead == 'Q') ADVANCE(888); + if (lookahead == 'S') ADVANCE(689); + if (lookahead == 'T') ADVANCE(679); + if (lookahead == 'U') ADVANCE(685); + if (lookahead == 'V') ADVANCE(814); + if (lookahead == 'W') ADVANCE(687); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(49) + if (lookahead == '^') ADVANCE(289); + if (lookahead == 'b') ADVANCE(952); + if (lookahead == 'c') ADVANCE(929); + if (lookahead == 'd') ADVANCE(947); + if (lookahead == 'f') ADVANCE(942); + if (lookahead == 'i') ADVANCE(944); + if (lookahead == 'm') ADVANCE(906); + if (lookahead == 'p') ADVANCE(963); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 'u') ADVANCE(937); + if (lookahead == 'v') ADVANCE(950); + if (lookahead == 'w') ADVANCE(916); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '|') ADVANCE(288); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(141) - if (('A' <= lookahead && lookahead <= '_') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('E' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 142: - if (lookahead == '!') ADVANCE(168); - if (lookahead == '%') ADVANCE(291); - if (lookahead == '&') ADVANCE(300); - if (lookahead == '(') ADVANCE(270); - if (lookahead == '*') ADVANCE(287); - if (lookahead == '+') ADVANCE(282); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(279); - if (lookahead == '.') ADVANCE(355); - if (lookahead == '/') ADVANCE(289); - if (lookahead == ':') ADVANCE(340); - if (lookahead == '<') ADVANCE(310); - if (lookahead == '=') ADVANCE(169); - if (lookahead == '>') ADVANCE(1001); - if (lookahead == '?') ADVANCE(342); - if (lookahead == 'A') ADVANCE(834); - if (lookahead == 'B') ADVANCE(814); - if (lookahead == 'C') ADVANCE(691); - if (lookahead == 'D') ADVANCE(894); - if (lookahead == 'F') ADVANCE(779); - if (lookahead == 'H') ADVANCE(660); - if (lookahead == 'I') ADVANCE(790); - if (lookahead == 'L') ADVANCE(669); - if (lookahead == 'P') ADVANCE(683); - if (lookahead == 'Q') ADVANCE(895); - if (lookahead == 'S') ADVANCE(696); - if (lookahead == 'T') ADVANCE(686); - if (lookahead == 'U') ADVANCE(692); - if (lookahead == 'V') ADVANCE(821); - if (lookahead == 'W') ADVANCE(694); - if (lookahead == '[') ADVANCE(321); - if (lookahead == '\\') SKIP(57) - if (lookahead == '^') ADVANCE(297); - if (lookahead == 'b') ADVANCE(967); - if (lookahead == 'c') ADVANCE(943); - if (lookahead == 'd') ADVANCE(962); - if (lookahead == 'f') ADVANCE(955); - if (lookahead == 'i') ADVANCE(959); - if (lookahead == 'm') ADVANCE(914); - if (lookahead == 'p') ADVANCE(982); - if (lookahead == 's') ADVANCE(945); - if (lookahead == 'u') ADVANCE(951); - if (lookahead == 'v') ADVANCE(965); - if (lookahead == 'w') ADVANCE(925); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '|') ADVANCE(296); + if (lookahead == '!') ADVANCE(165); + if (lookahead == '%') ADVANCE(283); + if (lookahead == '&') ADVANCE(292); + if (lookahead == '(') ADVANCE(260); + if (lookahead == '*') ADVANCE(279); + if (lookahead == '+') ADVANCE(274); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(271); + if (lookahead == '.') ADVANCE(349); + if (lookahead == '/') ADVANCE(281); + if (lookahead == ':') ADVANCE(334); + if (lookahead == '<') ADVANCE(302); + if (lookahead == '=') ADVANCE(166); + if (lookahead == '>') ADVANCE(979); + if (lookahead == '?') ADVANCE(336); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(95) + if (lookahead == '^') ADVANCE(289); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '|') ADVANCE(288); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(142) - if (('E' <= lookahead && lookahead <= 'Z') || + if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 143: - if (lookahead == '!') ADVANCE(168); - if (lookahead == '%') ADVANCE(291); - if (lookahead == '&') ADVANCE(300); - if (lookahead == '(') ADVANCE(270); - if (lookahead == '*') ADVANCE(287); - if (lookahead == '+') ADVANCE(282); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(279); - if (lookahead == '.') ADVANCE(355); - if (lookahead == '/') ADVANCE(289); - if (lookahead == ':') ADVANCE(340); - if (lookahead == '<') ADVANCE(310); - if (lookahead == '=') ADVANCE(169); - if (lookahead == '>') ADVANCE(1001); - if (lookahead == '?') ADVANCE(342); - if (lookahead == '[') ADVANCE(321); - if (lookahead == '\\') SKIP(101) - if (lookahead == '^') ADVANCE(297); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '|') ADVANCE(296); + if (lookahead == '"') ADVANCE(381); + if (lookahead == '&') ADVANCE(292); + if (lookahead == '(') ADVANCE(260); + if (lookahead == '*') ADVANCE(279); + if (lookahead == '/') ADVANCE(155); + if (lookahead == ':') ADVANCE(164); + if (lookahead == 'A') ADVANCE(827); + if (lookahead == 'B') ADVANCE(807); + if (lookahead == 'C') ADVANCE(684); + if (lookahead == 'D') ADVANCE(887); + if (lookahead == 'F') ADVANCE(772); + if (lookahead == 'H') ADVANCE(653); + if (lookahead == 'I') ADVANCE(783); + if (lookahead == 'L') ADVANCE(629); + if (lookahead == 'P') ADVANCE(676); + if (lookahead == 'Q') ADVANCE(888); + if (lookahead == 'S') ADVANCE(689); + if (lookahead == 'T') ADVANCE(679); + if (lookahead == 'U') ADVANCE(633); + if (lookahead == 'V') ADVANCE(814); + if (lookahead == 'W') ADVANCE(687); + if (lookahead == '[') ADVANCE(314); + if (lookahead == '\\') SKIP(27) + if (lookahead == 'b') ADVANCE(952); + if (lookahead == 'c') ADVANCE(929); + if (lookahead == 'd') ADVANCE(947); + if (lookahead == 'f') ADVANCE(942); + if (lookahead == 'i') ADVANCE(944); + if (lookahead == 'm') ADVANCE(906); + if (lookahead == 'p') ADVANCE(963); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 'u') ADVANCE(636); + if (lookahead == 'v') ADVANCE(950); + if (lookahead == 'w') ADVANCE(916); + if (lookahead == '~') ADVANCE(263); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(143) - if (('A' <= lookahead && lookahead <= 'Z') || + if (('E' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 144: - if (lookahead == '"') ADVANCE(387); - if (lookahead == '&') ADVANCE(300); - if (lookahead == '(') ADVANCE(270); - if (lookahead == '*') ADVANCE(287); - if (lookahead == '/') ADVANCE(158); - if (lookahead == ':') ADVANCE(167); - if (lookahead == 'A') ADVANCE(834); - if (lookahead == 'B') ADVANCE(814); - if (lookahead == 'C') ADVANCE(691); - if (lookahead == 'D') ADVANCE(894); - if (lookahead == 'F') ADVANCE(779); - if (lookahead == 'H') ADVANCE(660); - if (lookahead == 'I') ADVANCE(790); - if (lookahead == 'L') ADVANCE(636); - if (lookahead == 'P') ADVANCE(683); - if (lookahead == 'Q') ADVANCE(895); - if (lookahead == 'S') ADVANCE(696); - if (lookahead == 'T') ADVANCE(686); - if (lookahead == 'U') ADVANCE(640); - if (lookahead == 'V') ADVANCE(821); - if (lookahead == 'W') ADVANCE(694); - if (lookahead == '[') ADVANCE(322); - if (lookahead == '\\') SKIP(27) - if (lookahead == 'b') ADVANCE(967); - if (lookahead == 'c') ADVANCE(943); - if (lookahead == 'd') ADVANCE(962); - if (lookahead == 'f') ADVANCE(955); - if (lookahead == 'i') ADVANCE(959); - if (lookahead == 'm') ADVANCE(914); - if (lookahead == 'o') ADVANCE(969); - if (lookahead == 'p') ADVANCE(982); - if (lookahead == 's') ADVANCE(945); - if (lookahead == 'u') ADVANCE(643); - if (lookahead == 'v') ADVANCE(965); - if (lookahead == 'w') ADVANCE(925); - if (lookahead == '~') ADVANCE(273); + if (lookahead == '"') ADVANCE(381); + if (lookahead == '/') ADVANCE(155); + if (lookahead == '<') ADVANCE(168); + if (lookahead == 'L') ADVANCE(630); + if (lookahead == 'U') ADVANCE(634); + if (lookahead == '\\') SKIP(62) + if (lookahead == 'u') ADVANCE(637); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(144) - if (('E' <= lookahead && lookahead <= 'Z') || + if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 145: - if (lookahead == '"') ADVANCE(387); - if (lookahead == '/') ADVANCE(158); - if (lookahead == '<') ADVANCE(171); - if (lookahead == 'L') ADVANCE(637); - if (lookahead == 'U') ADVANCE(641); - if (lookahead == '\\') SKIP(64) - if (lookahead == 'u') ADVANCE(644); + if (lookahead == '"') ADVANCE(381); + if (lookahead == '/') ADVANCE(155); + if (lookahead == '\\') ADVANCE(66); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(145) - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); END_STATE(); case 146: - if (lookahead == '"') ADVANCE(387); - if (lookahead == '/') ADVANCE(158); - if (lookahead == '\\') ADVANCE(68); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(146) + if (lookahead == '"') ADVANCE(983); END_STATE(); case 147: - if (lookahead == '#') ADVANCE(177); - if (lookahead == '&') ADVANCE(300); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(287); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(170); - if (lookahead == '.') ADVANCE(163); - if (lookahead == '/') ADVANCE(158); - if (lookahead == ':') ADVANCE(167); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '<') ADVANCE(308); - if (lookahead == '=') ADVANCE(324); - if (lookahead == '>') ADVANCE(1001); - if (lookahead == 'A') ADVANCE(834); - if (lookahead == 'B') ADVANCE(814); - if (lookahead == 'C') ADVANCE(691); - if (lookahead == 'D') ADVANCE(894); - if (lookahead == 'F') ADVANCE(779); - if (lookahead == 'H') ADVANCE(660); - if (lookahead == 'I') ADVANCE(790); - if (lookahead == 'L') ADVANCE(669); - if (lookahead == 'P') ADVANCE(683); - if (lookahead == 'Q') ADVANCE(895); - if (lookahead == 'S') ADVANCE(696); - if (lookahead == 'T') ADVANCE(686); - if (lookahead == 'U') ADVANCE(692); - if (lookahead == 'V') ADVANCE(821); - if (lookahead == 'W') ADVANCE(694); - if (lookahead == '[') ADVANCE(322); + if (lookahead == '#') ADVANCE(174); + if (lookahead == '&') ADVANCE(292); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(279); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(167); + if (lookahead == '.') ADVANCE(160); + if (lookahead == '/') ADVANCE(155); + if (lookahead == ':') ADVANCE(164); + if (lookahead == ';') ADVANCE(307); + if (lookahead == '<') ADVANCE(300); + if (lookahead == '=') ADVANCE(318); + if (lookahead == '>') ADVANCE(979); + if (lookahead == 'A') ADVANCE(827); + if (lookahead == 'B') ADVANCE(807); + if (lookahead == 'C') ADVANCE(684); + if (lookahead == 'D') ADVANCE(887); + if (lookahead == 'F') ADVANCE(772); + if (lookahead == 'H') ADVANCE(653); + if (lookahead == 'I') ADVANCE(783); + if (lookahead == 'L') ADVANCE(662); + if (lookahead == 'P') ADVANCE(676); + if (lookahead == 'Q') ADVANCE(888); + if (lookahead == 'S') ADVANCE(689); + if (lookahead == 'T') ADVANCE(679); + if (lookahead == 'U') ADVANCE(685); + if (lookahead == 'V') ADVANCE(814); + if (lookahead == 'W') ADVANCE(687); + if (lookahead == '[') ADVANCE(314); if (lookahead == '\\') SKIP(7) - if (lookahead == 'b') ADVANCE(967); - if (lookahead == 'c') ADVANCE(943); - if (lookahead == 'd') ADVANCE(962); - if (lookahead == 'f') ADVANCE(955); - if (lookahead == 'i') ADVANCE(959); - if (lookahead == 'm') ADVANCE(914); - if (lookahead == 'o') ADVANCE(969); - if (lookahead == 'p') ADVANCE(982); - if (lookahead == 's') ADVANCE(945); - if (lookahead == 'u') ADVANCE(951); - if (lookahead == 'v') ADVANCE(965); - if (lookahead == 'w') ADVANCE(925); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '~') ADVANCE(273); + if (lookahead == 'b') ADVANCE(952); + if (lookahead == 'c') ADVANCE(929); + if (lookahead == 'd') ADVANCE(947); + if (lookahead == 'f') ADVANCE(942); + if (lookahead == 'i') ADVANCE(944); + if (lookahead == 'm') ADVANCE(906); + if (lookahead == 'p') ADVANCE(963); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 'u') ADVANCE(937); + if (lookahead == 'v') ADVANCE(950); + if (lookahead == 'w') ADVANCE(916); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '~') ADVANCE(263); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(147) if (('E' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 148: - if (lookahead == '&') ADVANCE(300); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(287); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(170); - if (lookahead == '.') ADVANCE(163); - if (lookahead == '/') ADVANCE(158); - if (lookahead == ':') ADVANCE(341); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '<') ADVANCE(308); - if (lookahead == '=') ADVANCE(324); - if (lookahead == '>') ADVANCE(1001); - if (lookahead == '[') ADVANCE(322); + if (lookahead == '&') ADVANCE(292); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(279); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(167); + if (lookahead == '.') ADVANCE(160); + if (lookahead == '/') ADVANCE(155); + if (lookahead == ':') ADVANCE(335); + if (lookahead == ';') ADVANCE(307); + if (lookahead == '<') ADVANCE(300); + if (lookahead == '=') ADVANCE(318); + if (lookahead == '>') ADVANCE(979); + if (lookahead == '[') ADVANCE(314); if (lookahead == '\\') SKIP(29) - if (lookahead == 'o') ADVANCE(969); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '~') ADVANCE(273); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '~') ADVANCE(263); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(148) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 149: - if (lookahead == '&') ADVANCE(300); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(287); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(170); - if (lookahead == '.') ADVANCE(163); - if (lookahead == '/') ADVANCE(158); - if (lookahead == ':') ADVANCE(341); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '<') ADVANCE(308); - if (lookahead == '=') ADVANCE(324); - if (lookahead == '>') ADVANCE(1001); - if (lookahead == '[') ADVANCE(322); - if (lookahead == '\\') SKIP(33) - if (lookahead == '{') ADVANCE(319); - if (lookahead == '}') ADVANCE(320); - if (lookahead == '~') ADVANCE(273); + if (lookahead == '&') ADVANCE(292); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(279); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(167); + if (lookahead == '.') ADVANCE(160); + if (lookahead == '/') ADVANCE(155); + if (lookahead == ':') ADVANCE(335); + if (lookahead == ';') ADVANCE(307); + if (lookahead == '<') ADVANCE(300); + if (lookahead == '=') ADVANCE(318); + if (lookahead == '>') ADVANCE(979); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(77) + if (lookahead == '{') ADVANCE(311); + if (lookahead == '~') ADVANCE(263); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(149) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 150: - if (lookahead == '&') ADVANCE(300); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(287); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(170); - if (lookahead == '.') ADVANCE(163); - if (lookahead == '/') ADVANCE(158); - if (lookahead == ':') ADVANCE(167); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '=') ADVANCE(324); - if (lookahead == '>') ADVANCE(1001); - if (lookahead == 'A') ADVANCE(834); - if (lookahead == 'B') ADVANCE(814); - if (lookahead == 'C') ADVANCE(691); - if (lookahead == 'D') ADVANCE(894); - if (lookahead == 'F') ADVANCE(779); - if (lookahead == 'H') ADVANCE(660); - if (lookahead == 'I') ADVANCE(790); - if (lookahead == 'L') ADVANCE(669); - if (lookahead == 'P') ADVANCE(683); - if (lookahead == 'Q') ADVANCE(895); - if (lookahead == 'S') ADVANCE(696); - if (lookahead == 'T') ADVANCE(686); - if (lookahead == 'U') ADVANCE(692); - if (lookahead == 'V') ADVANCE(821); - if (lookahead == 'W') ADVANCE(694); - if (lookahead == '[') ADVANCE(322); - if (lookahead == '\\') SKIP(15) - if (lookahead == 'b') ADVANCE(967); - if (lookahead == 'c') ADVANCE(943); - if (lookahead == 'd') ADVANCE(962); - if (lookahead == 'f') ADVANCE(955); - if (lookahead == 'i') ADVANCE(959); - if (lookahead == 'm') ADVANCE(914); - if (lookahead == 'p') ADVANCE(982); - if (lookahead == 's') ADVANCE(945); - if (lookahead == 'u') ADVANCE(951); - if (lookahead == 'v') ADVANCE(965); - if (lookahead == 'w') ADVANCE(925); - if (lookahead == '{') ADVANCE(319); + if (lookahead == '&') ADVANCE(292); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(279); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(167); + if (lookahead == '/') ADVANCE(155); + if (lookahead == ':') ADVANCE(334); + if (lookahead == ';') ADVANCE(307); + if (lookahead == '<') ADVANCE(300); + if (lookahead == '=') ADVANCE(318); + if (lookahead == '>') ADVANCE(979); + if (lookahead == 'A') ADVANCE(827); + if (lookahead == 'B') ADVANCE(807); + if (lookahead == 'C') ADVANCE(684); + if (lookahead == 'D') ADVANCE(887); + if (lookahead == 'F') ADVANCE(772); + if (lookahead == 'H') ADVANCE(653); + if (lookahead == 'I') ADVANCE(783); + if (lookahead == 'L') ADVANCE(662); + if (lookahead == 'P') ADVANCE(676); + if (lookahead == 'Q') ADVANCE(888); + if (lookahead == 'S') ADVANCE(689); + if (lookahead == 'T') ADVANCE(679); + if (lookahead == 'U') ADVANCE(685); + if (lookahead == 'V') ADVANCE(814); + if (lookahead == 'W') ADVANCE(687); + if (lookahead == '[') ADVANCE(314); + if (lookahead == '\\') SKIP(31) + if (lookahead == 'b') ADVANCE(952); + if (lookahead == 'c') ADVANCE(929); + if (lookahead == 'd') ADVANCE(947); + if (lookahead == 'f') ADVANCE(942); + if (lookahead == 'i') ADVANCE(944); + if (lookahead == 'm') ADVANCE(906); + if (lookahead == 'p') ADVANCE(963); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 'u') ADVANCE(937); + if (lookahead == 'v') ADVANCE(950); + if (lookahead == 'w') ADVANCE(916); + if (lookahead == '{') ADVANCE(311); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(150) if (('E' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 151: - if (lookahead == '&') ADVANCE(300); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(287); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(170); - if (lookahead == '.') ADVANCE(163); - if (lookahead == '/') ADVANCE(158); - if (lookahead == ':') ADVANCE(167); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '=') ADVANCE(324); - if (lookahead == '>') ADVANCE(1001); - if (lookahead == '[') ADVANCE(321); - if (lookahead == '\\') SKIP(45) - if (lookahead == 'o') ADVANCE(969); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '~') ADVANCE(273); + if (lookahead == '&') ADVANCE(292); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(279); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(167); + if (lookahead == '/') ADVANCE(155); + if (lookahead == ':') ADVANCE(334); + if (lookahead == ';') ADVANCE(307); + if (lookahead == '=') ADVANCE(318); + if (lookahead == '>') ADVANCE(979); + if (lookahead == '[') ADVANCE(314); + if (lookahead == '\\') SKIP(33) + if (lookahead == '{') ADVANCE(311); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(151) if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 152: - if (lookahead == '&') ADVANCE(300); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(287); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(170); - if (lookahead == '/') ADVANCE(158); - if (lookahead == ':') ADVANCE(340); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '<') ADVANCE(308); - if (lookahead == '=') ADVANCE(324); - if (lookahead == '>') ADVANCE(1001); - if (lookahead == 'A') ADVANCE(834); - if (lookahead == 'B') ADVANCE(814); - if (lookahead == 'C') ADVANCE(691); - if (lookahead == 'D') ADVANCE(894); - if (lookahead == 'F') ADVANCE(779); - if (lookahead == 'H') ADVANCE(660); - if (lookahead == 'I') ADVANCE(790); - if (lookahead == 'L') ADVANCE(669); - if (lookahead == 'P') ADVANCE(683); - if (lookahead == 'Q') ADVANCE(895); - if (lookahead == 'S') ADVANCE(696); - if (lookahead == 'T') ADVANCE(686); - if (lookahead == 'U') ADVANCE(692); - if (lookahead == 'V') ADVANCE(821); - if (lookahead == 'W') ADVANCE(694); - if (lookahead == '[') ADVANCE(322); - if (lookahead == '\\') SKIP(31) - if (lookahead == 'b') ADVANCE(967); - if (lookahead == 'c') ADVANCE(943); - if (lookahead == 'd') ADVANCE(962); - if (lookahead == 'f') ADVANCE(955); - if (lookahead == 'i') ADVANCE(959); - if (lookahead == 'm') ADVANCE(914); - if (lookahead == 'p') ADVANCE(982); - if (lookahead == 's') ADVANCE(945); - if (lookahead == 'u') ADVANCE(951); - if (lookahead == 'v') ADVANCE(965); - if (lookahead == 'w') ADVANCE(925); - if (lookahead == '{') ADVANCE(319); + 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 == 'A') ADVANCE(827); + if (lookahead == 'B') ADVANCE(807); + if (lookahead == 'C') ADVANCE(684); + if (lookahead == 'D') ADVANCE(887); + if (lookahead == 'F') ADVANCE(772); + if (lookahead == 'H') ADVANCE(653); + if (lookahead == 'I') ADVANCE(783); + if (lookahead == 'L') ADVANCE(662); + if (lookahead == 'P') ADVANCE(676); + if (lookahead == 'Q') ADVANCE(888); + if (lookahead == 'S') ADVANCE(689); + if (lookahead == 'T') ADVANCE(679); + if (lookahead == 'U') ADVANCE(685); + if (lookahead == 'V') ADVANCE(814); + if (lookahead == 'W') ADVANCE(687); + if (lookahead == '[') ADVANCE(313); + if (lookahead == '\\') SKIP(58) + if (lookahead == 'b') ADVANCE(952); + if (lookahead == 'c') ADVANCE(929); + if (lookahead == 'd') ADVANCE(947); + if (lookahead == 'f') ADVANCE(942); + if (lookahead == 'i') ADVANCE(944); + if (lookahead == 'm') ADVANCE(906); + if (lookahead == 'p') ADVANCE(963); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 'u') ADVANCE(937); + 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(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 153: - if (lookahead == '&') ADVANCE(300); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(287); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(170); - if (lookahead == '/') ADVANCE(158); - if (lookahead == ':') ADVANCE(340); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '=') ADVANCE(324); - if (lookahead == '>') ADVANCE(1001); - if (lookahead == '[') ADVANCE(322); - if (lookahead == '\\') SKIP(35) - if (lookahead == 'o') ADVANCE(969); - if (lookahead == '{') ADVANCE(319); + 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') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 154: - if (lookahead == '&') ADVANCE(300); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(287); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(170); - if (lookahead == '/') ADVANCE(158); - if (lookahead == ':') ADVANCE(340); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '=') ADVANCE(324); - if (lookahead == '>') ADVANCE(1001); - if (lookahead == '[') ADVANCE(322); - if (lookahead == '\\') SKIP(37) - if (lookahead == '{') ADVANCE(319); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(154) - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (lookahead == ')') ADVANCE(981); END_STATE(); case 155: - if (lookahead == '&') ADVANCE(300); - if (lookahead == '(') ADVANCE(270); - if (lookahead == '*') ADVANCE(287); - if (lookahead == '/') ADVANCE(158); - if (lookahead == ':') ADVANCE(340); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '=') ADVANCE(324); - if (lookahead == 'A') ADVANCE(834); - if (lookahead == 'B') ADVANCE(814); - if (lookahead == 'C') ADVANCE(691); - if (lookahead == 'D') ADVANCE(894); - if (lookahead == 'F') ADVANCE(779); - if (lookahead == 'H') ADVANCE(660); - if (lookahead == 'I') ADVANCE(790); - if (lookahead == 'L') ADVANCE(669); - if (lookahead == 'P') ADVANCE(683); - if (lookahead == 'Q') ADVANCE(895); - if (lookahead == 'S') ADVANCE(696); - if (lookahead == 'T') ADVANCE(686); - if (lookahead == 'U') ADVANCE(692); - if (lookahead == 'V') ADVANCE(821); - if (lookahead == 'W') ADVANCE(694); - if (lookahead == '[') ADVANCE(173); - if (lookahead == '\\') SKIP(39) - if (lookahead == 'b') ADVANCE(967); - if (lookahead == 'c') ADVANCE(943); - if (lookahead == 'd') ADVANCE(962); - if (lookahead == 'f') ADVANCE(955); - if (lookahead == 'i') ADVANCE(959); - if (lookahead == 'm') ADVANCE(914); - if (lookahead == 'o') ADVANCE(969); - if (lookahead == 'p') ADVANCE(982); - if (lookahead == 's') ADVANCE(945); - if (lookahead == 'u') ADVANCE(951); - if (lookahead == 'v') ADVANCE(965); - if (lookahead == 'w') ADVANCE(925); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(155) - if (('E' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (lookahead == '*') ADVANCE(157); + if (lookahead == '/') ADVANCE(975); END_STATE(); case 156: - if (lookahead == ')') ADVANCE(224); - if (lookahead == '/') ADVANCE(158); - if (lookahead == '\\') SKIP(71) - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(156) - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(208); + if (lookahead == '*') ADVANCE(156); + if (lookahead == '/') ADVANCE(973); + if (lookahead != 0) ADVANCE(157); END_STATE(); case 157: - if (lookahead == ')') ADVANCE(1002); + if (lookahead == '*') ADVANCE(156); + if (lookahead != 0) ADVANCE(157); END_STATE(); case 158: - if (lookahead == '*') ADVANCE(160); - if (lookahead == '/') ADVANCE(997); + if (lookahead == '.') ADVANCE(185); + if (lookahead == '0') ADVANCE(355); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(356); + if (('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(364); END_STATE(); case 159: - if (lookahead == '*') ADVANCE(159); - if (lookahead == '/') ADVANCE(995); - if (lookahead != 0) ADVANCE(160); + if (lookahead == '.') ADVANCE(185); + if (lookahead == '0') ADVANCE(358); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(359); END_STATE(); case 160: - if (lookahead == '*') ADVANCE(159); - if (lookahead != 0) ADVANCE(160); + if (lookahead == '.') ADVANCE(162); END_STATE(); case 161: - if (lookahead == '.') ADVANCE(195); - if (lookahead == '0') ADVANCE(361); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(362); - if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(370); + if (lookahead == '.') ADVANCE(162); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(353); END_STATE(); case 162: - if (lookahead == '.') ADVANCE(195); - if (lookahead == '0') ADVANCE(364); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(365); + if (lookahead == '.') ADVANCE(212); END_STATE(); case 163: - if (lookahead == '.') ADVANCE(165); + if (lookahead == '/') ADVANCE(155); + if (lookahead == '\\') ADVANCE(66); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(163) END_STATE(); case 164: - if (lookahead == '.') ADVANCE(165); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(359); + if (lookahead == ':') ADVANCE(308); END_STATE(); case 165: - if (lookahead == '.') ADVANCE(222); + if (lookahead == '=') ADVANCE(295); END_STATE(); case 166: - if (lookahead == '/') ADVANCE(158); - if (lookahead == '\\') ADVANCE(68); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(166) + if (lookahead == '=') ADVANCE(294); END_STATE(); case 167: - if (lookahead == ':') ADVANCE(316); + if (lookahead == '>') ADVANCE(351); END_STATE(); case 168: - if (lookahead == '=') ADVANCE(303); + if (lookahead == '>') ADVANCE(391); + if (lookahead == '\\') ADVANCE(169); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(168); END_STATE(); case 169: - if (lookahead == '=') ADVANCE(302); + if (lookahead == '>') ADVANCE(392); + if (lookahead == '\\') ADVANCE(169); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(168); END_STATE(); case 170: - if (lookahead == '>') ADVANCE(358); + if (lookahead == '[') ADVANCE(309); + if (lookahead == ']') ADVANCE(982); END_STATE(); case 171: - if (lookahead == '>') ADVANCE(397); - if (lookahead == '\\') ADVANCE(172); - if (lookahead != 0 && - lookahead != '\n') ADVANCE(171); + if (lookahead == ']') ADVANCE(982); END_STATE(); case 172: - if (lookahead == '>') ADVANCE(398); - if (lookahead == '\\') ADVANCE(172); - if (lookahead != 0 && - lookahead != '\n') ADVANCE(171); + if (lookahead == ']') ADVANCE(310); END_STATE(); case 173: - if (lookahead == '[') ADVANCE(317); + if (lookahead == 'd') ADVANCE(226); + if (lookahead == 'e') ADVANCE(242); + if (lookahead == 'i') ADVANCE(232); + if (lookahead == '\t' || + lookahead == ' ') ADVANCE(173); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); case 174: - if (lookahead == ']') ADVANCE(1002); + if (lookahead == 'd') ADVANCE(226); + if (lookahead == 'e') ADVANCE(242); + if (lookahead == 'i') ADVANCE(233); + if (lookahead == '\t' || + lookahead == ' ') ADVANCE(174); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); case 175: - if (lookahead == ']') ADVANCE(318); + if (lookahead == 'd') ADVANCE(226); + if (lookahead == 'e') ADVANCE(244); + if (lookahead == 'i') ADVANCE(232); + if (lookahead == '\t' || + lookahead == ' ') ADVANCE(175); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); case 176: - if (lookahead == 'd') ADVANCE(236); - if (lookahead == 'e') ADVANCE(252); - if (lookahead == 'i') ADVANCE(242); + if (lookahead == 'd') ADVANCE(226); + if (lookahead == 'e') ADVANCE(244); + if (lookahead == 'i') ADVANCE(233); if (lookahead == '\t' || lookahead == ' ') ADVANCE(176); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); case 177: - if (lookahead == 'd') ADVANCE(236); - if (lookahead == 'e') ADVANCE(252); - if (lookahead == 'i') ADVANCE(243); + if (lookahead == 'd') ADVANCE(226); + if (lookahead == 'i') ADVANCE(232); if (lookahead == '\t' || lookahead == ' ') ADVANCE(177); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); case 178: - if (lookahead == 'd') ADVANCE(236); - if (lookahead == 'e') ADVANCE(254); - if (lookahead == 'i') ADVANCE(242); + if (lookahead == 'd') ADVANCE(226); + if (lookahead == 'i') ADVANCE(233); if (lookahead == '\t' || lookahead == ' ') ADVANCE(178); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); case 179: - if (lookahead == 'd') ADVANCE(236); - if (lookahead == 'e') ADVANCE(254); - if (lookahead == 'i') ADVANCE(243); - if (lookahead == '\t' || - lookahead == ' ') ADVANCE(179); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + if (lookahead == 'd') ADVANCE(182); END_STATE(); case 180: - if (lookahead == 'd') ADVANCE(236); - if (lookahead == 'i') ADVANCE(242); + if (lookahead == 'e') ADVANCE(183); if (lookahead == '\t' || lookahead == ' ') ADVANCE(180); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); END_STATE(); case 181: - if (lookahead == 'd') ADVANCE(236); - if (lookahead == 'i') ADVANCE(243); - if (lookahead == '\t' || - lookahead == ' ') ADVANCE(181); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + if (lookahead == 'f') ADVANCE(216); END_STATE(); case 182: - if (lookahead == 'd') ADVANCE(189); + if (lookahead == 'i') ADVANCE(181); END_STATE(); case 183: - if (lookahead == 'e') ADVANCE(190); + if (lookahead == 'n') ADVANCE(179); END_STATE(); case 184: - if (lookahead == 'e') ADVANCE(193); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(359); END_STATE(); case 185: - if (lookahead == 'e') ADVANCE(1007); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(353); END_STATE(); case 186: - if (lookahead == 'e') ADVANCE(192); - END_STATE(); - case 187: - if (lookahead == 'e') ADVANCE(191); - if (lookahead == '\t' || - lookahead == ' ') ADVANCE(187); - END_STATE(); - case 188: - if (lookahead == 'f') ADVANCE(226); - END_STATE(); - case 189: - if (lookahead == 'i') ADVANCE(188); - END_STATE(); - case 190: - if (lookahead == 'l') ADVANCE(186); - END_STATE(); - case 191: - if (lookahead == 'n') ADVANCE(182); - END_STATE(); - case 192: - if (lookahead == 't') ADVANCE(185); - END_STATE(); - case 193: - if (lookahead == 'w') ADVANCE(1007); - END_STATE(); - case 194: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(365); - END_STATE(); - case 195: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(359); - END_STATE(); - case 196: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(362); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(356); if (('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(370); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(364); END_STATE(); - case 197: + case 187: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(367); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(361); END_STATE(); - case 198: + case 188: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(370); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(364); END_STATE(); - case 199: + case 189: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(360); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(354); END_STATE(); - case 200: + case 190: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(393); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(387); END_STATE(); - case 201: + case 191: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(200); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(190); END_STATE(); - case 202: + case 192: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(201); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(191); END_STATE(); - case 203: + case 193: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(202); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(192); END_STATE(); - case 204: + case 194: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(203); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(193); END_STATE(); - case 205: + case 195: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(204); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(194); END_STATE(); - case 206: + case 196: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(205); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(195); END_STATE(); - case 207: + case 197: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(206); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(196); END_STATE(); - case 208: + case 198: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(1018); + lookahead == '_') ADVANCE(990); END_STATE(); - case 209: + case 199: if (lookahead != 0 && - lookahead != '\r') ADVANCE(997); - if (lookahead == '\r') ADVANCE(999); + lookahead != '\r') ADVANCE(975); + if (lookahead == '\r') ADVANCE(977); END_STATE(); - case 210: - if (eof) ADVANCE(216); - if (lookahead == '\n') SKIP(214) + case 200: + if (eof) ADVANCE(206); + if (lookahead == '\n') SKIP(204) END_STATE(); - case 211: - if (eof) ADVANCE(216); - if (lookahead == '\n') SKIP(214) - if (lookahead == '\r') SKIP(210) + case 201: + if (eof) ADVANCE(206); + if (lookahead == '\n') SKIP(204) + if (lookahead == '\r') SKIP(200) END_STATE(); - case 212: - if (eof) ADVANCE(216); - if (lookahead == '\n') SKIP(215) + case 202: + if (eof) ADVANCE(206); + if (lookahead == '\n') SKIP(205) END_STATE(); - case 213: - if (eof) ADVANCE(216); - if (lookahead == '\n') SKIP(215) - if (lookahead == '\r') SKIP(212) + case 203: + if (eof) ADVANCE(206); + if (lookahead == '\n') SKIP(205) + if (lookahead == '\r') SKIP(202) END_STATE(); - case 214: - if (eof) ADVANCE(216); - if (lookahead == '!') ADVANCE(272); - if (lookahead == '"') ADVANCE(387); - if (lookahead == '#') ADVANCE(176); - if (lookahead == '%') ADVANCE(292); - if (lookahead == '&') ADVANCE(301); - if (lookahead == '\'') ADVANCE(378); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(288); - if (lookahead == '+') ADVANCE(283); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(275); - if (lookahead == '.') ADVANCE(356); - if (lookahead == '/') ADVANCE(290); - if (lookahead == '0') ADVANCE(363); - if (lookahead == ':') ADVANCE(341); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '<') ADVANCE(309); - if (lookahead == '=') ADVANCE(325); - if (lookahead == '>') ADVANCE(1001); - if (lookahead == '?') ADVANCE(342); - if (lookahead == 'A') ADVANCE(834); - if (lookahead == 'B') ADVANCE(814); - if (lookahead == 'C') ADVANCE(691); - if (lookahead == 'D') ADVANCE(894); - if (lookahead == 'F') ADVANCE(665); - if (lookahead == 'H') ADVANCE(660); - if (lookahead == 'I') ADVANCE(790); - if (lookahead == 'L') ADVANCE(635); - if (lookahead == 'P') ADVANCE(683); - if (lookahead == 'Q') ADVANCE(895); - if (lookahead == 'S') ADVANCE(696); - if (lookahead == 'T') ADVANCE(684); - if (lookahead == 'U') ADVANCE(638); - if (lookahead == 'V') ADVANCE(821); - if (lookahead == 'W') ADVANCE(694); - if (lookahead == '[') ADVANCE(322); - if (lookahead == '\\') SKIP(211) - if (lookahead == ']') ADVANCE(323); - if (lookahead == '^') ADVANCE(298); - if (lookahead == 'b') ADVANCE(967); - if (lookahead == 'c') ADVANCE(943); - if (lookahead == 'd') ADVANCE(962); - if (lookahead == 'f') ADVANCE(913); - if (lookahead == 'i') ADVANCE(959); - if (lookahead == 'm') ADVANCE(914); - if (lookahead == 'o') ADVANCE(969); - if (lookahead == 'p') ADVANCE(982); - if (lookahead == 's') ADVANCE(945); - if (lookahead == 't') ADVANCE(973); - if (lookahead == 'u') ADVANCE(642); - if (lookahead == 'v') ADVANCE(965); - if (lookahead == 'w') ADVANCE(925); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '|') ADVANCE(295); - if (lookahead == '}') ADVANCE(320); - if (lookahead == '~') ADVANCE(273); + case 204: + if (eof) ADVANCE(206); + if (lookahead == '!') ADVANCE(262); + if (lookahead == '"') ADVANCE(381); + if (lookahead == '#') ADVANCE(173); + if (lookahead == '%') ADVANCE(284); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '\'') ADVANCE(372); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(280); + if (lookahead == '+') ADVANCE(275); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(265); + if (lookahead == '.') ADVANCE(350); + if (lookahead == '/') ADVANCE(282); + if (lookahead == '0') ADVANCE(357); + if (lookahead == ':') ADVANCE(335); + if (lookahead == ';') ADVANCE(307); + if (lookahead == '<') ADVANCE(301); + if (lookahead == '=') ADVANCE(319); + if (lookahead == '>') ADVANCE(979); + if (lookahead == '?') ADVANCE(336); + if (lookahead == 'A') ADVANCE(827); + if (lookahead == 'B') ADVANCE(807); + if (lookahead == 'C') ADVANCE(684); + if (lookahead == 'D') ADVANCE(887); + if (lookahead == 'F') ADVANCE(658); + if (lookahead == 'H') ADVANCE(653); + if (lookahead == 'I') ADVANCE(783); + if (lookahead == 'L') ADVANCE(628); + if (lookahead == 'P') ADVANCE(676); + if (lookahead == 'Q') ADVANCE(888); + if (lookahead == 'S') ADVANCE(689); + if (lookahead == 'T') ADVANCE(677); + if (lookahead == 'U') ADVANCE(631); + if (lookahead == 'V') ADVANCE(814); + if (lookahead == 'W') ADVANCE(687); + if (lookahead == '[') ADVANCE(315); + if (lookahead == '\\') SKIP(201) + if (lookahead == ']') ADVANCE(317); + if (lookahead == '^') ADVANCE(290); + if (lookahead == 'b') ADVANCE(952); + if (lookahead == 'c') ADVANCE(929); + if (lookahead == 'd') ADVANCE(947); + if (lookahead == 'f') ADVANCE(905); + if (lookahead == 'i') ADVANCE(944); + if (lookahead == 'm') ADVANCE(906); + if (lookahead == 'p') ADVANCE(963); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 't') ADVANCE(955); + if (lookahead == 'u') ADVANCE(635); + if (lookahead == 'v') ADVANCE(950); + if (lookahead == 'w') ADVANCE(916); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '|') ADVANCE(287); + if (lookahead == '}') ADVANCE(312); + if (lookahead == '~') ADVANCE(263); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') SKIP(214) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(365); + lookahead == ' ') SKIP(204) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(359); if (('E' <= lookahead && lookahead <= '_') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); - case 215: - if (eof) ADVANCE(216); - if (lookahead == '!') ADVANCE(271); - if (lookahead == '"') ADVANCE(387); - if (lookahead == '#') ADVANCE(180); - if (lookahead == '&') ADVANCE(300); - if (lookahead == '\'') ADVANCE(378); - if (lookahead == '(') ADVANCE(270); - if (lookahead == ')') ADVANCE(224); - if (lookahead == '*') ADVANCE(287); - if (lookahead == '+') ADVANCE(284); - if (lookahead == ',') ADVANCE(223); - if (lookahead == '-') ADVANCE(277); - if (lookahead == '.') ADVANCE(357); - if (lookahead == '/') ADVANCE(158); - if (lookahead == '0') ADVANCE(363); - if (lookahead == ':') ADVANCE(341); - if (lookahead == ';') ADVANCE(315); - if (lookahead == '<') ADVANCE(308); - if (lookahead == '=') ADVANCE(324); - if (lookahead == '>') ADVANCE(1001); - if (lookahead == 'A') ADVANCE(836); - if (lookahead == 'B') ADVANCE(813); - if (lookahead == 'C') ADVANCE(701); - if (lookahead == 'D') ADVANCE(893); - if (lookahead == 'F') ADVANCE(668); - if (lookahead == 'H') ADVANCE(664); - if (lookahead == 'I') ADVANCE(793); - if (lookahead == 'L') ADVANCE(634); - if (lookahead == 'P') ADVANCE(688); - if (lookahead == 'Q') ADVANCE(896); - if (lookahead == 'S') ADVANCE(703); - if (lookahead == 'T') ADVANCE(689); - if (lookahead == 'U') ADVANCE(639); - if (lookahead == 'V') ADVANCE(825); - if (lookahead == 'W') ADVANCE(702); - if (lookahead == '[') ADVANCE(322); - if (lookahead == '\\') SKIP(213) - if (lookahead == ']') ADVANCE(175); - if (lookahead == 'b') ADVANCE(967); - if (lookahead == 'c') ADVANCE(943); - if (lookahead == 'd') ADVANCE(962); - if (lookahead == 'f') ADVANCE(913); - if (lookahead == 'i') ADVANCE(959); - if (lookahead == 'm') ADVANCE(914); - if (lookahead == 'o') ADVANCE(969); - if (lookahead == 'p') ADVANCE(982); - if (lookahead == 's') ADVANCE(945); - if (lookahead == 't') ADVANCE(973); - if (lookahead == 'u') ADVANCE(642); - if (lookahead == 'v') ADVANCE(965); - if (lookahead == 'w') ADVANCE(925); - if (lookahead == '{') ADVANCE(319); - if (lookahead == '}') ADVANCE(320); - if (lookahead == '~') ADVANCE(273); + case 205: + if (eof) ADVANCE(206); + if (lookahead == '!') ADVANCE(261); + if (lookahead == '"') ADVANCE(381); + if (lookahead == '#') ADVANCE(177); + if (lookahead == '&') ADVANCE(292); + if (lookahead == '\'') ADVANCE(372); + if (lookahead == '(') ADVANCE(260); + if (lookahead == ')') ADVANCE(214); + if (lookahead == '*') ADVANCE(279); + if (lookahead == '+') ADVANCE(276); + if (lookahead == ',') ADVANCE(213); + if (lookahead == '-') ADVANCE(268); + if (lookahead == '.') ADVANCE(350); + if (lookahead == '/') ADVANCE(155); + if (lookahead == '0') ADVANCE(357); + if (lookahead == ':') ADVANCE(335); + if (lookahead == ';') ADVANCE(307); + if (lookahead == '<') ADVANCE(300); + if (lookahead == '=') ADVANCE(318); + if (lookahead == '>') ADVANCE(979); + if (lookahead == 'A') ADVANCE(829); + if (lookahead == 'B') ADVANCE(806); + if (lookahead == 'C') ADVANCE(694); + if (lookahead == 'D') ADVANCE(886); + if (lookahead == 'F') ADVANCE(661); + if (lookahead == 'H') ADVANCE(657); + if (lookahead == 'I') ADVANCE(786); + if (lookahead == 'L') ADVANCE(627); + if (lookahead == 'P') ADVANCE(681); + if (lookahead == 'Q') ADVANCE(889); + if (lookahead == 'S') ADVANCE(696); + if (lookahead == 'T') ADVANCE(682); + if (lookahead == 'U') ADVANCE(632); + if (lookahead == 'V') ADVANCE(818); + if (lookahead == 'W') ADVANCE(695); + if (lookahead == '[') ADVANCE(314); + if (lookahead == '\\') SKIP(203) + if (lookahead == ']') ADVANCE(172); + if (lookahead == 'b') ADVANCE(952); + if (lookahead == 'c') ADVANCE(929); + if (lookahead == 'd') ADVANCE(947); + if (lookahead == 'f') ADVANCE(905); + if (lookahead == 'i') ADVANCE(944); + if (lookahead == 'm') ADVANCE(906); + if (lookahead == 'p') ADVANCE(963); + if (lookahead == 's') ADVANCE(931); + if (lookahead == 't') ADVANCE(955); + if (lookahead == 'u') ADVANCE(635); + if (lookahead == 'v') ADVANCE(950); + if (lookahead == 'w') ADVANCE(916); + if (lookahead == '{') ADVANCE(311); + if (lookahead == '}') ADVANCE(312); + if (lookahead == '~') ADVANCE(263); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') SKIP(215) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(365); + lookahead == ' ') SKIP(205) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(359); if (('E' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(993); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + lookahead == '_') ADVANCE(971); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); - case 216: + case 206: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); - case 217: + case 207: ACCEPT_TOKEN(aux_sym_preproc_include_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 218: + case 208: ACCEPT_TOKEN(anon_sym_LF); - if (lookahead == '\n') ADVANCE(218); + if (lookahead == '\n') ADVANCE(208); END_STATE(); - case 219: + case 209: ACCEPT_TOKEN(anon_sym_LF); - if (lookahead == '\n') ADVANCE(219); - if (lookahead == '\\') ADVANCE(261); + if (lookahead == '\n') ADVANCE(209); + if (lookahead == '\\') ADVANCE(251); if (lookahead == '\t' || lookahead == '\r' || - lookahead == ' ') ADVANCE(260); + lookahead == ' ') ADVANCE(250); END_STATE(); - case 220: + case 210: ACCEPT_TOKEN(aux_sym_preproc_def_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 221: + case 211: ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); - case 222: + case 212: ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT); END_STATE(); - case 223: + case 213: ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); - case 224: + case 214: ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); - case 225: + case 215: ACCEPT_TOKEN(aux_sym_preproc_if_token1); - if (lookahead == 'd') ADVANCE(240); - if (lookahead == 'n') ADVANCE(235); + if (lookahead == 'd') ADVANCE(230); + if (lookahead == 'n') ADVANCE(225); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 226: + case 216: ACCEPT_TOKEN(aux_sym_preproc_if_token2); END_STATE(); - case 227: + case 217: ACCEPT_TOKEN(aux_sym_preproc_if_token2); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 228: + case 218: ACCEPT_TOKEN(aux_sym_preproc_ifdef_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 229: + case 219: ACCEPT_TOKEN(aux_sym_preproc_ifdef_token2); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 230: + case 220: ACCEPT_TOKEN(aux_sym_preproc_else_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 231: + case 221: ACCEPT_TOKEN(aux_sym_preproc_elif_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 232: + case 222: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'c') ADVANCE(253); + if (lookahead == 'c') ADVANCE(243); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 233: + case 223: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'd') ADVANCE(251); + if (lookahead == 'd') ADVANCE(241); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 234: + case 224: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'd') ADVANCE(239); + if (lookahead == 'd') ADVANCE(229); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 235: + case 225: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'd') ADVANCE(241); + if (lookahead == 'd') ADVANCE(231); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 236: + case 226: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'e') ADVANCE(244); + if (lookahead == 'e') ADVANCE(234); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 237: + case 227: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'e') ADVANCE(230); + if (lookahead == 'e') ADVANCE(220); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 238: + case 228: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'e') ADVANCE(220); + if (lookahead == 'e') ADVANCE(210); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 239: + case 229: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'e') ADVANCE(217); + if (lookahead == 'e') ADVANCE(207); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 240: + case 230: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'e') ADVANCE(247); + if (lookahead == 'e') ADVANCE(237); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 241: + case 231: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'e') ADVANCE(248); + if (lookahead == 'e') ADVANCE(238); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 242: + case 232: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'f') ADVANCE(225); - if (lookahead == 'n') ADVANCE(232); + if (lookahead == 'f') ADVANCE(215); + if (lookahead == 'n') ADVANCE(222); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 243: + case 233: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'f') ADVANCE(225); + if (lookahead == 'f') ADVANCE(215); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 244: + case 234: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'f') ADVANCE(249); + if (lookahead == 'f') ADVANCE(239); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 245: + case 235: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'f') ADVANCE(231); + if (lookahead == 'f') ADVANCE(221); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 246: + case 236: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'f') ADVANCE(227); + if (lookahead == 'f') ADVANCE(217); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 247: + case 237: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'f') ADVANCE(228); + if (lookahead == 'f') ADVANCE(218); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 248: + case 238: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'f') ADVANCE(229); + if (lookahead == 'f') ADVANCE(219); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 249: + case 239: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'i') ADVANCE(255); + if (lookahead == 'i') ADVANCE(245); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 250: + case 240: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'i') ADVANCE(245); - if (lookahead == 's') ADVANCE(237); + if (lookahead == 'i') ADVANCE(235); + if (lookahead == 's') ADVANCE(227); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 251: + case 241: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'i') ADVANCE(246); + if (lookahead == 'i') ADVANCE(236); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 252: + case 242: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'l') ADVANCE(250); - if (lookahead == 'n') ADVANCE(233); + if (lookahead == 'l') ADVANCE(240); + if (lookahead == 'n') ADVANCE(223); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 253: + case 243: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'l') ADVANCE(256); + if (lookahead == 'l') ADVANCE(246); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 254: + case 244: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'n') ADVANCE(233); + if (lookahead == 'n') ADVANCE(223); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 255: + case 245: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'n') ADVANCE(238); + if (lookahead == 'n') ADVANCE(228); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 256: + case 246: ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'u') ADVANCE(234); + if (lookahead == 'u') ADVANCE(224); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 257: + case 247: ACCEPT_TOKEN(sym_preproc_directive); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(257); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(247); END_STATE(); - case 258: + case 248: ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\n') ADVANCE(160); - if (lookahead == '*') ADVANCE(258); - if (lookahead == '/') ADVANCE(995); - if (lookahead == '\\') ADVANCE(265); - if (lookahead != 0) ADVANCE(259); + if (lookahead == '\n') ADVANCE(157); + if (lookahead == '*') ADVANCE(248); + if (lookahead == '/') ADVANCE(973); + if (lookahead == '\\') ADVANCE(255); + if (lookahead != 0) ADVANCE(249); END_STATE(); - case 259: + case 249: ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\n') ADVANCE(160); - if (lookahead == '*') ADVANCE(258); - if (lookahead == '\\') ADVANCE(265); - if (lookahead != 0) ADVANCE(259); + if (lookahead == '\n') ADVANCE(157); + if (lookahead == '*') ADVANCE(248); + if (lookahead == '\\') ADVANCE(255); + if (lookahead != 0) ADVANCE(249); END_STATE(); - case 260: + case 250: ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\n') ADVANCE(219); - if (lookahead == '/') ADVANCE(263); - if (lookahead == '\\') ADVANCE(261); + if (lookahead == '\n') ADVANCE(209); + if (lookahead == '/') ADVANCE(253); + if (lookahead == '\\') ADVANCE(251); if (lookahead == '\t' || lookahead == '\r' || - lookahead == ' ') ADVANCE(260); - if (lookahead != 0) ADVANCE(264); + lookahead == ' ') ADVANCE(250); + if (lookahead != 0) ADVANCE(254); END_STATE(); - case 261: + case 251: ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\n') ADVANCE(260); - if (lookahead == '\r') ADVANCE(262); - if (lookahead == '\\') ADVANCE(266); - if (lookahead != 0) ADVANCE(264); + if (lookahead == '\n') ADVANCE(250); + if (lookahead == '\r') ADVANCE(252); + if (lookahead == '\\') ADVANCE(256); + if (lookahead != 0) ADVANCE(254); END_STATE(); - case 262: + case 252: ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\n') ADVANCE(260); - if (lookahead == '\\') ADVANCE(266); - if (lookahead != 0) ADVANCE(264); + if (lookahead == '\n') ADVANCE(250); + if (lookahead == '\\') ADVANCE(256); + if (lookahead != 0) ADVANCE(254); END_STATE(); - case 263: + case 253: ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '*') ADVANCE(259); - if (lookahead == '/') ADVANCE(998); - if (lookahead == '\\') ADVANCE(266); + if (lookahead == '*') ADVANCE(249); + if (lookahead == '/') ADVANCE(976); + if (lookahead == '\\') ADVANCE(256); if (lookahead != 0 && - lookahead != '\n') ADVANCE(264); + lookahead != '\n') ADVANCE(254); END_STATE(); - case 264: + case 254: ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\\') ADVANCE(266); + if (lookahead == '\\') ADVANCE(256); if (lookahead != 0 && - lookahead != '\n') ADVANCE(264); + lookahead != '\n') ADVANCE(254); END_STATE(); - case 265: + case 255: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead != 0 && lookahead != '\r' && lookahead != '*' && - lookahead != '\\') ADVANCE(259); - if (lookahead == '\r') ADVANCE(268); - if (lookahead == '*') ADVANCE(258); - if (lookahead == '\\') ADVANCE(265); + lookahead != '\\') ADVANCE(249); + if (lookahead == '\r') ADVANCE(258); + if (lookahead == '*') ADVANCE(248); + if (lookahead == '\\') ADVANCE(255); END_STATE(); - case 266: + case 256: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead != 0 && lookahead != '\r' && - lookahead != '\\') ADVANCE(264); - if (lookahead == '\r') ADVANCE(269); - if (lookahead == '\\') ADVANCE(266); + lookahead != '\\') ADVANCE(254); + if (lookahead == '\r') ADVANCE(259); + if (lookahead == '\\') ADVANCE(256); END_STATE(); - case 267: + case 257: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead != 0 && lookahead != '\r' && - lookahead != '\\') ADVANCE(998); - if (lookahead == '\r') ADVANCE(1000); - if (lookahead == '\\') ADVANCE(996); + lookahead != '\\') ADVANCE(976); + if (lookahead == '\r') ADVANCE(978); + if (lookahead == '\\') ADVANCE(974); END_STATE(); - case 268: + case 258: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead != 0 && lookahead != '*' && - lookahead != '\\') ADVANCE(259); - if (lookahead == '*') ADVANCE(258); - if (lookahead == '\\') ADVANCE(265); + lookahead != '\\') ADVANCE(249); + if (lookahead == '*') ADVANCE(248); + if (lookahead == '\\') ADVANCE(255); END_STATE(); - case 269: + case 259: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead != 0 && - lookahead != '\\') ADVANCE(264); - if (lookahead == '\\') ADVANCE(266); + lookahead != '\\') ADVANCE(254); + if (lookahead == '\\') ADVANCE(256); END_STATE(); - case 270: + case 260: ACCEPT_TOKEN(anon_sym_LPAREN2); END_STATE(); - case 271: + case 261: ACCEPT_TOKEN(anon_sym_BANG); END_STATE(); - case 272: + case 262: ACCEPT_TOKEN(anon_sym_BANG); - if (lookahead == '=') ADVANCE(303); + if (lookahead == '=') ADVANCE(295); END_STATE(); - case 273: + case 263: ACCEPT_TOKEN(anon_sym_TILDE); END_STATE(); - case 274: + case 264: ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); - case 275: + case 265: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(353); - if (lookahead == '.') ADVANCE(195); - if (lookahead == '0') ADVANCE(363); - if (lookahead == '=') ADVANCE(347); - if (lookahead == '>') ADVANCE(358); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(365); + if (lookahead == '-') ADVANCE(347); + if (lookahead == '.') ADVANCE(185); + if (lookahead == '0') ADVANCE(357); + if (lookahead == '=') ADVANCE(341); + if (lookahead == '>') ADVANCE(352); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(359); END_STATE(); - case 276: + case 266: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(353); - if (lookahead == '.') ADVANCE(195); - if (lookahead == '0') ADVANCE(363); - if (lookahead == '>') ADVANCE(358); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(365); + if (lookahead == '-') ADVANCE(347); + if (lookahead == '.') ADVANCE(185); + if (lookahead == '0') ADVANCE(357); + if (lookahead == '=') ADVANCE(341); + if (lookahead == '>') ADVANCE(351); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(359); END_STATE(); - case 277: + case 267: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(353); - if (lookahead == '.') ADVANCE(195); - if (lookahead == '0') ADVANCE(363); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(365); + if (lookahead == '-') ADVANCE(347); + if (lookahead == '.') ADVANCE(185); + if (lookahead == '0') ADVANCE(357); + if (lookahead == '>') ADVANCE(351); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(359); END_STATE(); - case 278: + case 268: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(353); - if (lookahead == '=') ADVANCE(347); - if (lookahead == '>') ADVANCE(358); + if (lookahead == '-') ADVANCE(347); + if (lookahead == '.') ADVANCE(185); + if (lookahead == '0') ADVANCE(357); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(359); END_STATE(); - case 279: + case 269: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(353); - if (lookahead == '>') ADVANCE(358); + if (lookahead == '-') ADVANCE(347); + if (lookahead == '=') ADVANCE(341); + if (lookahead == '>') ADVANCE(352); END_STATE(); - case 280: + case 270: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '.') ADVANCE(195); - if (lookahead == '0') ADVANCE(363); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(365); + if (lookahead == '-') ADVANCE(347); + if (lookahead == '=') ADVANCE(341); + if (lookahead == '>') ADVANCE(351); END_STATE(); - case 281: + case 271: + ACCEPT_TOKEN(anon_sym_DASH); + if (lookahead == '-') ADVANCE(347); + if (lookahead == '>') ADVANCE(351); + END_STATE(); + case 272: + ACCEPT_TOKEN(anon_sym_DASH); + if (lookahead == '.') ADVANCE(185); + if (lookahead == '0') ADVANCE(357); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(359); + END_STATE(); + case 273: ACCEPT_TOKEN(anon_sym_PLUS); END_STATE(); - case 282: + case 274: ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(354); + if (lookahead == '+') ADVANCE(348); END_STATE(); - case 283: + case 275: ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(354); - if (lookahead == '.') ADVANCE(195); - if (lookahead == '0') ADVANCE(363); - if (lookahead == '=') ADVANCE(346); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(365); + if (lookahead == '+') ADVANCE(348); + if (lookahead == '.') ADVANCE(185); + if (lookahead == '0') ADVANCE(357); + if (lookahead == '=') ADVANCE(340); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(359); END_STATE(); - case 284: + case 276: ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(354); - if (lookahead == '.') ADVANCE(195); - if (lookahead == '0') ADVANCE(363); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(365); + if (lookahead == '+') ADVANCE(348); + if (lookahead == '.') ADVANCE(185); + if (lookahead == '0') ADVANCE(357); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(359); END_STATE(); - case 285: + case 277: ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(354); - if (lookahead == '=') ADVANCE(346); + if (lookahead == '+') ADVANCE(348); + if (lookahead == '=') ADVANCE(340); END_STATE(); - case 286: + case 278: ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '.') ADVANCE(195); - if (lookahead == '0') ADVANCE(363); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(365); + if (lookahead == '.') ADVANCE(185); + if (lookahead == '0') ADVANCE(357); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(359); END_STATE(); - case 287: + case 279: ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); - case 288: + case 280: ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '=') ADVANCE(343); + if (lookahead == '=') ADVANCE(337); END_STATE(); - case 289: + case 281: ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '*') ADVANCE(160); - if (lookahead == '/') ADVANCE(997); + if (lookahead == '*') ADVANCE(157); + if (lookahead == '/') ADVANCE(975); END_STATE(); - case 290: + case 282: ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '*') ADVANCE(160); - if (lookahead == '/') ADVANCE(997); - if (lookahead == '=') ADVANCE(344); + if (lookahead == '*') ADVANCE(157); + if (lookahead == '/') ADVANCE(975); + if (lookahead == '=') ADVANCE(338); END_STATE(); - case 291: + case 283: ACCEPT_TOKEN(anon_sym_PERCENT); END_STATE(); - case 292: + case 284: ACCEPT_TOKEN(anon_sym_PERCENT); - if (lookahead == '=') ADVANCE(345); + if (lookahead == '=') ADVANCE(339); END_STATE(); - case 293: + case 285: ACCEPT_TOKEN(anon_sym_PIPE_PIPE); END_STATE(); - case 294: + case 286: ACCEPT_TOKEN(anon_sym_AMP_AMP); END_STATE(); - case 295: + case 287: ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '=') ADVANCE(352); - if (lookahead == '|') ADVANCE(293); + if (lookahead == '=') ADVANCE(346); + if (lookahead == '|') ADVANCE(285); END_STATE(); - case 296: + case 288: ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '|') ADVANCE(293); + if (lookahead == '|') ADVANCE(285); END_STATE(); - case 297: + case 289: ACCEPT_TOKEN(anon_sym_CARET); END_STATE(); - case 298: + case 290: ACCEPT_TOKEN(anon_sym_CARET); - if (lookahead == '=') ADVANCE(351); + if (lookahead == '=') ADVANCE(345); END_STATE(); - case 299: + case 291: ACCEPT_TOKEN(anon_sym_AMP); END_STATE(); - case 300: + case 292: ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') ADVANCE(294); + if (lookahead == '&') ADVANCE(286); END_STATE(); - case 301: + case 293: ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') ADVANCE(294); - if (lookahead == '=') ADVANCE(350); + if (lookahead == '&') ADVANCE(286); + if (lookahead == '=') ADVANCE(344); END_STATE(); - case 302: + case 294: ACCEPT_TOKEN(anon_sym_EQ_EQ); END_STATE(); - case 303: + case 295: ACCEPT_TOKEN(anon_sym_BANG_EQ); END_STATE(); - case 304: + case 296: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(306); - if (lookahead == '>') ADVANCE(313); + if (lookahead == '=') ADVANCE(298); + if (lookahead == '>') ADVANCE(305); END_STATE(); - case 305: + case 297: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(306); - if (lookahead == '>') ADVANCE(314); + if (lookahead == '=') ADVANCE(298); + if (lookahead == '>') ADVANCE(306); END_STATE(); - case 306: + case 298: ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); - case 307: + case 299: ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); - case 308: + case 300: ACCEPT_TOKEN(anon_sym_LT); END_STATE(); - case 309: + case 301: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '<') ADVANCE(312); - if (lookahead == '=') ADVANCE(307); + if (lookahead == '<') ADVANCE(304); + if (lookahead == '=') ADVANCE(299); END_STATE(); - case 310: + case 302: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '<') ADVANCE(311); - if (lookahead == '=') ADVANCE(307); + if (lookahead == '<') ADVANCE(303); + if (lookahead == '=') ADVANCE(299); END_STATE(); - case 311: + case 303: ACCEPT_TOKEN(anon_sym_LT_LT); END_STATE(); - case 312: + case 304: ACCEPT_TOKEN(anon_sym_LT_LT); - if (lookahead == '=') ADVANCE(348); + if (lookahead == '=') ADVANCE(342); END_STATE(); - case 313: + case 305: ACCEPT_TOKEN(anon_sym_GT_GT); END_STATE(); - case 314: + case 306: ACCEPT_TOKEN(anon_sym_GT_GT); - if (lookahead == '=') ADVANCE(349); + if (lookahead == '=') ADVANCE(343); END_STATE(); - case 315: + case 307: ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); - case 316: + case 308: ACCEPT_TOKEN(anon_sym_COLON_COLON); END_STATE(); - case 317: + case 309: ACCEPT_TOKEN(anon_sym_LBRACK_LBRACK); END_STATE(); - case 318: + case 310: ACCEPT_TOKEN(anon_sym_RBRACK_RBRACK); END_STATE(); - case 319: + case 311: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); - case 320: + case 312: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); - case 321: + case 313: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); - case 322: + case 314: ACCEPT_TOKEN(anon_sym_LBRACK); - if (lookahead == '[') ADVANCE(317); + if (lookahead == '[') ADVANCE(309); END_STATE(); - case 323: + case 315: + ACCEPT_TOKEN(anon_sym_LBRACK); + if (lookahead == '[') ADVANCE(309); + if (lookahead == ']') ADVANCE(982); + END_STATE(); + case 316: + ACCEPT_TOKEN(anon_sym_LBRACK); + if (lookahead == ']') ADVANCE(982); + END_STATE(); + case 317: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); - case 324: + case 318: ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); - case 325: + case 319: ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') ADVANCE(302); + if (lookahead == '=') ADVANCE(294); END_STATE(); - case 326: + case 320: ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == '1') ADVANCE(406); - if (lookahead == '3') ADVANCE(403); - if (lookahead == '6') ADVANCE(405); - if (lookahead == '8') ADVANCE(331); - if (lookahead == '_') ADVANCE(563); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == '1') ADVANCE(400); + if (lookahead == '3') ADVANCE(397); + if (lookahead == '6') ADVANCE(399); + if (lookahead == '8') ADVANCE(325); + if (lookahead == '_') ADVANCE(557); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z')) ADVANCE(632); + ('A' <= lookahead && lookahead <= 'Z')) ADVANCE(626); END_STATE(); - case 327: + case 321: ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == '3') ADVANCE(403); - if (lookahead == '6') ADVANCE(405); - if (lookahead == 'L') ADVANCE(558); - if (lookahead == '_') ADVANCE(563); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == '3') ADVANCE(397); + if (lookahead == '6') ADVANCE(399); + if (lookahead == 'L') ADVANCE(552); + if (lookahead == '_') ADVANCE(557); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z')) ADVANCE(632); + ('A' <= lookahead && lookahead <= 'Z')) ADVANCE(626); END_STATE(); - case 328: + case 322: ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == '3') ADVANCE(403); - if (lookahead == '6') ADVANCE(405); - if (lookahead == 'L') ADVANCE(558); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == '3') ADVANCE(397); + if (lookahead == '6') ADVANCE(399); + if (lookahead == 'L') ADVANCE(552); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); - case 329: + case 323: ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'E') ADVANCE(416); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'E') ADVANCE(410); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); - case 330: + case 324: ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'L') ADVANCE(500); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'L') ADVANCE(494); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); - case 331: + case 325: ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == '\n') ADVANCE(1017); + if (lookahead == '\n') ADVANCE(989); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); - case 332: + case 326: ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == '1') ADVANCE(658); - if (lookahead == '3') ADVANCE(653); - if (lookahead == '6') ADVANCE(656); - if (lookahead == '8') ADVANCE(339); - if (lookahead == '_') ADVANCE(838); + if (lookahead == '1') ADVANCE(651); + if (lookahead == '3') ADVANCE(646); + if (lookahead == '6') ADVANCE(649); + if (lookahead == '8') ADVANCE(333); + if (lookahead == '_') ADVANCE(831); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); - case 333: + case 327: ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == '1') ADVANCE(659); - if (lookahead == '3') ADVANCE(654); - if (lookahead == '6') ADVANCE(657); - if (lookahead == '8') ADVANCE(907); - if (lookahead == '_') ADVANCE(939); - if (lookahead == 'm') ADVANCE(921); - if (lookahead == 'p') ADVANCE(983); + if (lookahead == '1') ADVANCE(652); + if (lookahead == '3') ADVANCE(647); + if (lookahead == '6') ADVANCE(650); + if (lookahead == '8') ADVANCE(899); + if (lookahead == '_') ADVANCE(925); + if (lookahead == 'm') ADVANCE(913); + if (lookahead == 'p') ADVANCE(964); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); - case 334: + case 328: ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == '1') ADVANCE(659); - if (lookahead == '3') ADVANCE(654); - if (lookahead == '6') ADVANCE(657); - if (lookahead == '8') ADVANCE(907); - if (lookahead == 'p') ADVANCE(983); + if (lookahead == '1') ADVANCE(652); + if (lookahead == '3') ADVANCE(647); + if (lookahead == '6') ADVANCE(650); + if (lookahead == '8') ADVANCE(899); + if (lookahead == 'p') ADVANCE(964); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); - case 335: + case 329: ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == '3') ADVANCE(653); - if (lookahead == '6') ADVANCE(656); - if (lookahead == 'L') ADVANCE(828); - if (lookahead == '_') ADVANCE(838); + if (lookahead == '3') ADVANCE(646); + if (lookahead == '6') ADVANCE(649); + if (lookahead == 'L') ADVANCE(821); + if (lookahead == '_') ADVANCE(831); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); - case 336: + case 330: ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == '3') ADVANCE(653); - if (lookahead == '6') ADVANCE(656); - if (lookahead == 'L') ADVANCE(828); + if (lookahead == '3') ADVANCE(646); + if (lookahead == '6') ADVANCE(649); + if (lookahead == 'L') ADVANCE(821); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); - case 337: + case 331: ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == 'E') ADVANCE(671); + if (lookahead == 'E') ADVANCE(664); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); - case 338: + case 332: ACCEPT_TOKEN(sym_primitive_type); - if (lookahead == 'L') ADVANCE(770); + if (lookahead == 'L') ADVANCE(763); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); - case 339: + case 333: ACCEPT_TOKEN(sym_primitive_type); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); - case 340: + case 334: ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); - case 341: + case 335: ACCEPT_TOKEN(anon_sym_COLON); - if (lookahead == ':') ADVANCE(316); + if (lookahead == ':') ADVANCE(308); END_STATE(); - case 342: + case 336: ACCEPT_TOKEN(anon_sym_QMARK); END_STATE(); - case 343: + case 337: ACCEPT_TOKEN(anon_sym_STAR_EQ); END_STATE(); - case 344: + case 338: ACCEPT_TOKEN(anon_sym_SLASH_EQ); END_STATE(); - case 345: + case 339: ACCEPT_TOKEN(anon_sym_PERCENT_EQ); END_STATE(); - case 346: + case 340: ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); - case 347: + case 341: ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); - case 348: + case 342: ACCEPT_TOKEN(anon_sym_LT_LT_EQ); END_STATE(); - case 349: + case 343: ACCEPT_TOKEN(anon_sym_GT_GT_EQ); END_STATE(); - case 350: + case 344: ACCEPT_TOKEN(anon_sym_AMP_EQ); END_STATE(); - case 351: + case 345: ACCEPT_TOKEN(anon_sym_CARET_EQ); END_STATE(); - case 352: + case 346: ACCEPT_TOKEN(anon_sym_PIPE_EQ); END_STATE(); - case 353: + case 347: ACCEPT_TOKEN(anon_sym_DASH_DASH); END_STATE(); - case 354: + case 348: ACCEPT_TOKEN(anon_sym_PLUS_PLUS); END_STATE(); - case 355: + case 349: ACCEPT_TOKEN(anon_sym_DOT); - if (lookahead == '.') ADVANCE(165); + if (lookahead == '.') ADVANCE(162); END_STATE(); - case 356: + case 350: ACCEPT_TOKEN(anon_sym_DOT); - if (lookahead == '.') ADVANCE(165); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(359); + if (lookahead == '.') ADVANCE(162); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(353); END_STATE(); - case 357: - ACCEPT_TOKEN(anon_sym_DOT); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(359); + case 351: + ACCEPT_TOKEN(anon_sym_DASH_GT); END_STATE(); - case 358: + case 352: ACCEPT_TOKEN(anon_sym_DASH_GT); + if (lookahead == '*') ADVANCE(980); END_STATE(); - case 359: + case 353: ACCEPT_TOKEN(sym_number_literal); - if (lookahead == '\'') ADVANCE(195); + if (lookahead == '\'') ADVANCE(185); if (lookahead == 'F' || lookahead == 'L' || lookahead == 'U' || lookahead == 'f' || lookahead == 'l' || - lookahead == 'u') ADVANCE(373); + lookahead == 'u') ADVANCE(367); if (lookahead == 'E' || lookahead == 'P' || lookahead == 'e' || - lookahead == 'p') ADVANCE(372); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(359); + lookahead == 'p') ADVANCE(366); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(353); END_STATE(); - case 360: + case 354: ACCEPT_TOKEN(sym_number_literal); - if (lookahead == '\'') ADVANCE(199); + if (lookahead == '\'') ADVANCE(189); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(360); + lookahead == 'f') ADVANCE(354); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || - lookahead == 'u') ADVANCE(373); + lookahead == 'u') ADVANCE(367); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'E') || - ('a' <= lookahead && lookahead <= 'e')) ADVANCE(360); + ('a' <= lookahead && lookahead <= 'e')) ADVANCE(354); END_STATE(); - case 361: + case 355: ACCEPT_TOKEN(sym_number_literal); - if (lookahead == '\'') ADVANCE(196); - if (lookahead == '.') ADVANCE(371); + if (lookahead == '\'') ADVANCE(186); + if (lookahead == '.') ADVANCE(365); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(370); + lookahead == 'f') ADVANCE(364); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || - lookahead == 'u') ADVANCE(373); - if (lookahead == 'b') ADVANCE(369); - if (lookahead == 'x') ADVANCE(198); + lookahead == 'u') ADVANCE(367); + if (lookahead == 'b') ADVANCE(363); + if (lookahead == 'x') ADVANCE(188); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(368); + lookahead == 'e') ADVANCE(362); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(372); + lookahead == 'p') ADVANCE(366); if (('A' <= lookahead && lookahead <= 'D') || - ('a' <= lookahead && lookahead <= 'd')) ADVANCE(370); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(362); + ('a' <= lookahead && lookahead <= 'd')) ADVANCE(364); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(356); END_STATE(); - case 362: + case 356: ACCEPT_TOKEN(sym_number_literal); - if (lookahead == '\'') ADVANCE(196); - if (lookahead == '.') ADVANCE(371); + if (lookahead == '\'') ADVANCE(186); + if (lookahead == '.') ADVANCE(365); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(370); + lookahead == 'f') ADVANCE(364); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || - lookahead == 'u') ADVANCE(373); + lookahead == 'u') ADVANCE(367); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(368); + lookahead == 'e') ADVANCE(362); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(372); + lookahead == 'p') ADVANCE(366); if (('A' <= lookahead && lookahead <= 'D') || - ('a' <= lookahead && lookahead <= 'd')) ADVANCE(370); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(362); + ('a' <= lookahead && lookahead <= 'd')) ADVANCE(364); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(356); END_STATE(); - case 363: + case 357: ACCEPT_TOKEN(sym_number_literal); - if (lookahead == '\'') ADVANCE(194); - if (lookahead == '.') ADVANCE(371); + if (lookahead == '\'') ADVANCE(184); + if (lookahead == '.') ADVANCE(365); if (lookahead == 'F' || lookahead == 'L' || lookahead == 'U' || lookahead == 'f' || lookahead == 'l' || - lookahead == 'u') ADVANCE(373); - if (lookahead == 'b') ADVANCE(162); - if (lookahead == 'x') ADVANCE(161); + lookahead == 'u') ADVANCE(367); + if (lookahead == 'b') ADVANCE(159); + if (lookahead == 'x') ADVANCE(158); if (lookahead == 'E' || lookahead == 'P' || lookahead == 'e' || - lookahead == 'p') ADVANCE(372); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(365); + lookahead == 'p') ADVANCE(366); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(359); END_STATE(); - case 364: + case 358: ACCEPT_TOKEN(sym_number_literal); - if (lookahead == '\'') ADVANCE(194); - if (lookahead == '.') ADVANCE(371); + if (lookahead == '\'') ADVANCE(184); + if (lookahead == '.') ADVANCE(365); if (lookahead == 'F' || lookahead == 'L' || lookahead == 'U' || lookahead == 'f' || lookahead == 'l' || - lookahead == 'u') ADVANCE(373); - if (lookahead == 'b') ADVANCE(194); - if (lookahead == 'x') ADVANCE(198); + lookahead == 'u') ADVANCE(367); + if (lookahead == 'b') ADVANCE(184); + if (lookahead == 'x') ADVANCE(188); if (lookahead == 'E' || lookahead == 'P' || lookahead == 'e' || - lookahead == 'p') ADVANCE(372); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(365); + lookahead == 'p') ADVANCE(366); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(359); END_STATE(); - case 365: + case 359: ACCEPT_TOKEN(sym_number_literal); - if (lookahead == '\'') ADVANCE(194); - if (lookahead == '.') ADVANCE(371); + if (lookahead == '\'') ADVANCE(184); + if (lookahead == '.') ADVANCE(365); if (lookahead == 'F' || lookahead == 'L' || lookahead == 'U' || lookahead == 'f' || lookahead == 'l' || - lookahead == 'u') ADVANCE(373); + lookahead == 'u') ADVANCE(367); if (lookahead == 'E' || lookahead == 'P' || lookahead == 'e' || - lookahead == 'p') ADVANCE(372); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(365); + lookahead == 'p') ADVANCE(366); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(359); END_STATE(); - case 366: + case 360: ACCEPT_TOKEN(sym_number_literal); - if (lookahead == '\'') ADVANCE(197); + if (lookahead == '\'') ADVANCE(187); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(367); + lookahead == 'f') ADVANCE(361); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || - lookahead == 'u') ADVANCE(373); + lookahead == 'u') ADVANCE(367); if (lookahead == '+' || - lookahead == '-') ADVANCE(199); + lookahead == '-') ADVANCE(189); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(366); + lookahead == 'e') ADVANCE(360); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(372); + lookahead == 'p') ADVANCE(366); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'D') || - ('a' <= lookahead && lookahead <= 'd')) ADVANCE(367); + ('a' <= lookahead && lookahead <= 'd')) ADVANCE(361); END_STATE(); - case 367: + case 361: ACCEPT_TOKEN(sym_number_literal); - if (lookahead == '\'') ADVANCE(197); + if (lookahead == '\'') ADVANCE(187); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(367); + lookahead == 'f') ADVANCE(361); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || - lookahead == 'u') ADVANCE(373); + lookahead == 'u') ADVANCE(367); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(366); + lookahead == 'e') ADVANCE(360); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(372); + lookahead == 'p') ADVANCE(366); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'D') || - ('a' <= lookahead && lookahead <= 'd')) ADVANCE(367); + ('a' <= lookahead && lookahead <= 'd')) ADVANCE(361); END_STATE(); - case 368: + case 362: ACCEPT_TOKEN(sym_number_literal); - if (lookahead == '\'') ADVANCE(198); - if (lookahead == '.') ADVANCE(371); + if (lookahead == '\'') ADVANCE(188); + if (lookahead == '.') ADVANCE(365); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(370); + lookahead == 'f') ADVANCE(364); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || - lookahead == 'u') ADVANCE(373); + lookahead == 'u') ADVANCE(367); if (lookahead == '+' || - lookahead == '-') ADVANCE(199); + lookahead == '-') ADVANCE(189); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(368); + lookahead == 'e') ADVANCE(362); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(372); + lookahead == 'p') ADVANCE(366); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'D') || - ('a' <= lookahead && lookahead <= 'd')) ADVANCE(370); + ('a' <= lookahead && lookahead <= 'd')) ADVANCE(364); END_STATE(); - case 369: + case 363: ACCEPT_TOKEN(sym_number_literal); - if (lookahead == '\'') ADVANCE(198); - if (lookahead == '.') ADVANCE(371); + if (lookahead == '\'') ADVANCE(188); + if (lookahead == '.') ADVANCE(365); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(370); + lookahead == 'f') ADVANCE(364); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || - lookahead == 'u') ADVANCE(373); + lookahead == 'u') ADVANCE(367); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(368); + lookahead == 'e') ADVANCE(362); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(372); + lookahead == 'p') ADVANCE(366); if (('A' <= lookahead && lookahead <= 'D') || - ('a' <= lookahead && lookahead <= 'd')) ADVANCE(370); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(362); + ('a' <= lookahead && lookahead <= 'd')) ADVANCE(364); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(356); END_STATE(); - case 370: + case 364: ACCEPT_TOKEN(sym_number_literal); - if (lookahead == '\'') ADVANCE(198); - if (lookahead == '.') ADVANCE(371); + if (lookahead == '\'') ADVANCE(188); + if (lookahead == '.') ADVANCE(365); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(370); + lookahead == 'f') ADVANCE(364); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || - lookahead == 'u') ADVANCE(373); + lookahead == 'u') ADVANCE(367); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(368); + lookahead == 'e') ADVANCE(362); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(372); + lookahead == 'p') ADVANCE(366); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'D') || - ('a' <= lookahead && lookahead <= 'd')) ADVANCE(370); + ('a' <= lookahead && lookahead <= 'd')) ADVANCE(364); END_STATE(); - case 371: + case 365: ACCEPT_TOKEN(sym_number_literal); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(367); + lookahead == 'f') ADVANCE(361); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || - lookahead == 'u') ADVANCE(373); + lookahead == 'u') ADVANCE(367); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(366); + lookahead == 'e') ADVANCE(360); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(372); + lookahead == 'p') ADVANCE(366); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'D') || - ('a' <= lookahead && lookahead <= 'd')) ADVANCE(367); + ('a' <= lookahead && lookahead <= 'd')) ADVANCE(361); END_STATE(); - case 372: + case 366: ACCEPT_TOKEN(sym_number_literal); if (lookahead == 'F' || - lookahead == 'f') ADVANCE(360); + lookahead == 'f') ADVANCE(354); if (lookahead == 'L' || lookahead == 'U' || lookahead == 'l' || - lookahead == 'u') ADVANCE(373); + lookahead == 'u') ADVANCE(367); if (lookahead == '+' || - lookahead == '-') ADVANCE(199); + lookahead == '-') ADVANCE(189); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'E') || - ('a' <= lookahead && lookahead <= 'e')) ADVANCE(360); + ('a' <= lookahead && lookahead <= 'e')) ADVANCE(354); END_STATE(); - case 373: + case 367: ACCEPT_TOKEN(sym_number_literal); if (lookahead == 'F' || lookahead == 'L' || lookahead == 'U' || lookahead == 'f' || lookahead == 'l' || - lookahead == 'u') ADVANCE(373); + lookahead == 'u') ADVANCE(367); END_STATE(); - case 374: + case 368: ACCEPT_TOKEN(anon_sym_L_SQUOTE); END_STATE(); - case 375: + case 369: ACCEPT_TOKEN(anon_sym_u_SQUOTE); END_STATE(); - case 376: + case 370: ACCEPT_TOKEN(anon_sym_U_SQUOTE); END_STATE(); - case 377: + case 371: ACCEPT_TOKEN(anon_sym_u8_SQUOTE); END_STATE(); - case 378: + case 372: ACCEPT_TOKEN(anon_sym_SQUOTE); END_STATE(); - case 379: + case 373: ACCEPT_TOKEN(aux_sym_char_literal_token1); END_STATE(); - case 380: + case 374: ACCEPT_TOKEN(aux_sym_char_literal_token1); - if (lookahead == '\n') ADVANCE(394); - if (lookahead == '\r') ADVANCE(393); - if (lookahead == 'U') ADVANCE(207); - if (lookahead == 'u') ADVANCE(203); - if (lookahead == 'x') ADVANCE(201); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(396); - if (lookahead != 0) ADVANCE(393); + 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 381: + case 375: ACCEPT_TOKEN(aux_sym_char_literal_token1); - if (lookahead == '*') ADVANCE(160); - if (lookahead == '/') ADVANCE(997); + if (lookahead == '*') ADVANCE(157); + if (lookahead == '/') ADVANCE(975); END_STATE(); - case 382: + case 376: ACCEPT_TOKEN(aux_sym_char_literal_token1); - if (lookahead == '\\') ADVANCE(68); + if (lookahead == '\\') ADVANCE(66); END_STATE(); - case 383: + case 377: ACCEPT_TOKEN(anon_sym_L_DQUOTE); END_STATE(); - case 384: + case 378: ACCEPT_TOKEN(anon_sym_u_DQUOTE); END_STATE(); - case 385: + case 379: ACCEPT_TOKEN(anon_sym_U_DQUOTE); END_STATE(); - case 386: + case 380: ACCEPT_TOKEN(anon_sym_u8_DQUOTE); END_STATE(); - case 387: + case 381: ACCEPT_TOKEN(anon_sym_DQUOTE); END_STATE(); - case 388: + case 382: ACCEPT_TOKEN(aux_sym_string_literal_token1); - if (lookahead == '*') ADVANCE(390); - if (lookahead == '/') ADVANCE(392); + if (lookahead == '*') ADVANCE(384); + if (lookahead == '/') ADVANCE(386); if (lookahead != 0 && lookahead != '\n' && lookahead != '"' && - lookahead != '\\') ADVANCE(392); + lookahead != '\\') ADVANCE(386); END_STATE(); - case 389: + case 383: ACCEPT_TOKEN(aux_sym_string_literal_token1); - if (lookahead == '*') ADVANCE(389); - if (lookahead == '/') ADVANCE(392); + if (lookahead == '*') ADVANCE(383); + if (lookahead == '/') ADVANCE(386); if (lookahead != 0 && lookahead != '\n' && lookahead != '"' && - lookahead != '\\') ADVANCE(390); + lookahead != '\\') ADVANCE(384); END_STATE(); - case 390: + case 384: ACCEPT_TOKEN(aux_sym_string_literal_token1); - if (lookahead == '*') ADVANCE(389); + if (lookahead == '*') ADVANCE(383); if (lookahead != 0 && lookahead != '\n' && lookahead != '"' && - lookahead != '\\') ADVANCE(390); + lookahead != '\\') ADVANCE(384); END_STATE(); - case 391: + case 385: ACCEPT_TOKEN(aux_sym_string_literal_token1); - if (lookahead == '/') ADVANCE(388); + if (lookahead == '/') ADVANCE(382); if (lookahead == '\t' || lookahead == '\r' || - lookahead == ' ') ADVANCE(391); + lookahead == ' ') ADVANCE(385); if (lookahead != 0 && lookahead != '\n' && lookahead != '"' && - lookahead != '\\') ADVANCE(392); + lookahead != '\\') ADVANCE(386); END_STATE(); - case 392: + case 386: ACCEPT_TOKEN(aux_sym_string_literal_token1); if (lookahead != 0 && lookahead != '\n' && lookahead != '"' && - lookahead != '\\') ADVANCE(392); + lookahead != '\\') ADVANCE(386); END_STATE(); - case 393: + case 387: ACCEPT_TOKEN(sym_escape_sequence); END_STATE(); - case 394: + case 388: ACCEPT_TOKEN(sym_escape_sequence); - if (lookahead == '\\') ADVANCE(68); + if (lookahead == '\\') ADVANCE(66); END_STATE(); - case 395: + case 389: ACCEPT_TOKEN(sym_escape_sequence); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(393); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(387); END_STATE(); - case 396: + case 390: ACCEPT_TOKEN(sym_escape_sequence); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(395); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(389); END_STATE(); - case 397: + case 391: ACCEPT_TOKEN(sym_system_lib_string); END_STATE(); - case 398: + case 392: ACCEPT_TOKEN(sym_system_lib_string); - if (lookahead == '>') ADVANCE(397); - if (lookahead == '\\') ADVANCE(172); + if (lookahead == '>') ADVANCE(391); + if (lookahead == '\\') ADVANCE(169); if (lookahead != 0 && - lookahead != '\n') ADVANCE(171); + lookahead != '\n') ADVANCE(168); END_STATE(); - case 399: + case 393: ACCEPT_TOKEN(sym_true); - if (lookahead == '\n') ADVANCE(1017); + if (lookahead == '\n') ADVANCE(989); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); - case 400: + case 394: ACCEPT_TOKEN(sym_true); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); - case 401: + case 395: ACCEPT_TOKEN(sym_false); - if (lookahead == '\n') ADVANCE(1017); + if (lookahead == '\n') ADVANCE(989); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); - case 402: + case 396: ACCEPT_TOKEN(sym_false); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); - case 403: + case 397: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == '2') ADVANCE(331); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == '2') ADVANCE(325); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); - case 404: + case 398: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == '3') ADVANCE(403); - if (lookahead == '6') ADVANCE(405); - if (lookahead == 'S') ADVANCE(493); - if (lookahead == 'U') ADVANCE(527); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == '3') ADVANCE(397); + if (lookahead == '6') ADVANCE(399); + if (lookahead == 'S') ADVANCE(487); + if (lookahead == 'U') ADVANCE(521); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); - case 405: + case 399: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == '4') ADVANCE(331); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == '4') ADVANCE(325); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); - case 406: + case 400: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == '6') ADVANCE(331); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == '6') ADVANCE(325); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); + END_STATE(); + case 401: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'A') ADVANCE(508); + if (lookahead == '\t' || + lookahead == '\r' || + lookahead == ' ') ADVANCE(1); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); + if (('0' <= lookahead && lookahead <= '9') || + ('B' <= lookahead && lookahead <= 'Z') || + lookahead == '_') ADVANCE(626); + END_STATE(); + case 402: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'A') ADVANCE(325); + if (lookahead == '\t' || + lookahead == '\r' || + lookahead == ' ') ADVANCE(1); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); + if (('0' <= lookahead && lookahead <= '9') || + ('B' <= lookahead && lookahead <= 'Z') || + lookahead == '_') ADVANCE(626); + END_STATE(); + case 403: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'A') ADVANCE(555); + if (lookahead == '\t' || + lookahead == '\r' || + lookahead == ' ') ADVANCE(1); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); + if (('0' <= lookahead && lookahead <= '9') || + ('B' <= lookahead && lookahead <= 'Z') || + lookahead == '_') ADVANCE(626); + END_STATE(); + case 404: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'A') ADVANCE(463); + if (lookahead == '\t' || + lookahead == '\r' || + lookahead == ' ') ADVANCE(1); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); + if (('0' <= lookahead && lookahead <= '9') || + ('B' <= lookahead && lookahead <= 'Z') || + lookahead == '_') ADVANCE(626); + END_STATE(); + case 405: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'A') ADVANCE(498); + if (lookahead == 'K') ADVANCE(447); + if (lookahead == '\t' || + lookahead == '\r' || + lookahead == ' ') ADVANCE(1); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); + if (('0' <= lookahead && lookahead <= '9') || + ('B' <= lookahead && lookahead <= 'Z') || + lookahead == '_') ADVANCE(626); + END_STATE(); + case 406: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'A') ADVANCE(560); + if (lookahead == '\t' || + lookahead == '\r' || + lookahead == ' ') ADVANCE(1); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); + if (('0' <= lookahead && lookahead <= '9') || + ('B' <= lookahead && lookahead <= 'Z') || + lookahead == '_') ADVANCE(626); END_STATE(); case 407: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'A') ADVANCE(514); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'A') ADVANCE(590); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 408: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'A') ADVANCE(331); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'A') ADVANCE(505); + if (lookahead == 'E') ADVANCE(512); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 409: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'A') ADVANCE(561); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'A') ADVANCE(499); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 410: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'A') ADVANCE(469); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'A') ADVANCE(512); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 411: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'A') ADVANCE(504); - if (lookahead == 'K') ADVANCE(453); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'A') ADVANCE(500); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 412: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'A') ADVANCE(566); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'A') ADVANCE(569); + if (lookahead == 'B') ADVANCE(553); + if (lookahead == 'C') ADVANCE(527); + if (lookahead == 'D') ADVANCE(613); + if (lookahead == 'H') ADVANCE(415); + if (lookahead == 'I') ADVANCE(520); + if (lookahead == 'L') ADVANCE(552); + if (lookahead == 'S') ADVANCE(594); + if (lookahead == 'T') ADVANCE(576); + if (lookahead == 'W') ADVANCE(534); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + ('E' <= lookahead && lookahead <= 'Z') || + lookahead == '_') ADVANCE(626); END_STATE(); case 413: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'A') ADVANCE(596); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'A') ADVANCE(569); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 414: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'A') ADVANCE(511); - if (lookahead == 'E') ADVANCE(518); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'A') ADVANCE(596); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 415: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'A') ADVANCE(505); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'A') ADVANCE(511); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 416: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'A') ADVANCE(518); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'A') ADVANCE(600); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 417: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'A') ADVANCE(506); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'A') ADVANCE(525); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 418: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'A') ADVANCE(575); - if (lookahead == 'B') ADVANCE(559); - if (lookahead == 'C') ADVANCE(533); - if (lookahead == 'D') ADVANCE(619); - if (lookahead == 'H') ADVANCE(421); - if (lookahead == 'I') ADVANCE(526); - if (lookahead == 'L') ADVANCE(558); - if (lookahead == 'S') ADVANCE(600); - if (lookahead == 'T') ADVANCE(582); - if (lookahead == 'W') ADVANCE(540); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'A') ADVANCE(428); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || - ('E' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + ('B' <= lookahead && lookahead <= 'Z') || + lookahead == '_') ADVANCE(626); END_STATE(); case 419: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'A') ADVANCE(575); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'B') ADVANCE(614); + if (lookahead == 'C') ADVANCE(470); + if (lookahead == 'S') ADVANCE(594); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_') ADVANCE(626); END_STATE(); case 420: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'A') ADVANCE(602); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'B') ADVANCE(495); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_') ADVANCE(626); END_STATE(); case 421: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'A') ADVANCE(517); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'B') ADVANCE(411); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_') ADVANCE(626); END_STATE(); case 422: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'A') ADVANCE(606); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'C') ADVANCE(470); + if (lookahead == 'H') ADVANCE(409); + if (lookahead == 'I') ADVANCE(514); + if (lookahead == 'L') ADVANCE(548); + if (lookahead == 'S') ADVANCE(477); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_') ADVANCE(626); END_STATE(); case 423: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'A') ADVANCE(531); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'C') ADVANCE(470); + if (lookahead == 'O') ADVANCE(563); + if (lookahead == 'S') ADVANCE(594); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_') ADVANCE(626); END_STATE(); case 424: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'A') ADVANCE(434); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'C') ADVANCE(430); + if (lookahead == 'L') ADVANCE(462); + if (lookahead == 'N') ADVANCE(437); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_') ADVANCE(626); END_STATE(); case 425: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'B') ADVANCE(620); - if (lookahead == 'C') ADVANCE(476); - if (lookahead == 'S') ADVANCE(600); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'C') ADVANCE(325); + if (lookahead == 'D') ADVANCE(453); + if (lookahead == 'E') ADVANCE(575); + if (lookahead == 'R') ADVANCE(530); + if (lookahead == 'W') ADVANCE(555); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 426: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'B') ADVANCE(501); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'C') ADVANCE(325); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 427: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'B') ADVANCE(417); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'C') ADVANCE(496); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 428: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'C') ADVANCE(476); - if (lookahead == 'H') ADVANCE(415); - if (lookahead == 'I') ADVANCE(520); - if (lookahead == 'L') ADVANCE(554); - if (lookahead == 'S') ADVANCE(483); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'C') ADVANCE(442); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 429: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'C') ADVANCE(476); - if (lookahead == 'O') ADVANCE(569); - if (lookahead == 'S') ADVANCE(600); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'C') ADVANCE(482); + if (lookahead == 'O') ADVANCE(518); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 430: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'C') ADVANCE(436); - if (lookahead == 'L') ADVANCE(468); - if (lookahead == 'N') ADVANCE(443); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'C') ADVANCE(455); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 431: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'C') ADVANCE(331); - if (lookahead == 'D') ADVANCE(459); - if (lookahead == 'E') ADVANCE(581); - if (lookahead == 'R') ADVANCE(536); - if (lookahead == 'W') ADVANCE(561); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'C') ADVANCE(546); + if (lookahead == 'N') ADVANCE(581); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 432: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'C') ADVANCE(331); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'C') ADVANCE(454); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 433: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'C') ADVANCE(502); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'C') ADVANCE(545); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 434: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'C') ADVANCE(448); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'C') ADVANCE(411); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 435: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'C') ADVANCE(488); - if (lookahead == 'O') ADVANCE(524); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'D') ADVANCE(325); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 436: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'C') ADVANCE(461); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'D') ADVANCE(321); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 437: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'C') ADVANCE(552); - if (lookahead == 'N') ADVANCE(587); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'D') ADVANCE(502); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 438: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'C') ADVANCE(460); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'D') ADVANCE(605); + if (lookahead == 'N') ADVANCE(488); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 439: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'C') ADVANCE(551); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'D') ADVANCE(492); + if (lookahead == 'L') ADVANCE(532); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 440: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'C') ADVANCE(417); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'D') ADVANCE(414); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 441: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'D') ADVANCE(331); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'D') ADVANCE(460); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 442: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'D') ADVANCE(327); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'E') ADVANCE(325); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 443: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'D') ADVANCE(508); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'E') ADVANCE(517); + if (lookahead == 'O') ADVANCE(438); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 444: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'D') ADVANCE(611); - if (lookahead == 'N') ADVANCE(494); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'E') ADVANCE(393); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 445: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'D') ADVANCE(498); - if (lookahead == 'L') ADVANCE(538); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'E') ADVANCE(395); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 446: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'D') ADVANCE(420); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'E') ADVANCE(615); + if (lookahead == 'L') ADVANCE(325); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 447: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'D') ADVANCE(466); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'E') ADVANCE(615); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 448: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'E') ADVANCE(331); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'E') ADVANCE(435); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 449: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'E') ADVANCE(523); - if (lookahead == 'O') ADVANCE(444); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'E') ADVANCE(622); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 450: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'E') ADVANCE(399); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'E') ADVANCE(461); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 451: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'E') ADVANCE(401); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'E') ADVANCE(579); + if (lookahead == 'G') ADVANCE(512); + if (lookahead == 'S') ADVANCE(567); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 452: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'E') ADVANCE(621); - if (lookahead == 'L') ADVANCE(331); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'E') ADVANCE(579); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 453: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'E') ADVANCE(621); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'E') ADVANCE(440); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 454: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'E') ADVANCE(441); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'E') ADVANCE(624); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 455: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'E') ADVANCE(628); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'E') ADVANCE(500); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 456: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'E') ADVANCE(467); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'E') ADVANCE(589); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 457: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'E') ADVANCE(585); - if (lookahead == 'G') ADVANCE(518); - if (lookahead == 'S') ADVANCE(573); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'E') ADVANCE(595); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 458: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'E') ADVANCE(585); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'E') ADVANCE(524); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 459: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'E') ADVANCE(446); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'E') ADVANCE(566); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 460: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'E') ADVANCE(630); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'E') ADVANCE(625); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 461: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'E') ADVANCE(506); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'F') ADVANCE(325); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 462: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'E') ADVANCE(595); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'F') ADVANCE(621); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 463: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'E') ADVANCE(601); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'F') ADVANCE(486); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 464: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'E') ADVANCE(530); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'G') ADVANCE(325); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 465: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'E') ADVANCE(572); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'G') ADVANCE(321); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 466: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'E') ADVANCE(631); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'G') ADVANCE(322); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 467: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'F') ADVANCE(331); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'G') ADVANCE(482); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 468: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'F') ADVANCE(627); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'G') ADVANCE(522); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 469: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'F') ADVANCE(492); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'H') ADVANCE(406); + if (lookahead == 'S') ADVANCE(594); + if (lookahead == 'T') ADVANCE(576); + if (lookahead == 'W') ADVANCE(576); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 470: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'G') ADVANCE(331); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'H') ADVANCE(406); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 471: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'G') ADVANCE(327); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'H') ADVANCE(325); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 472: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'G') ADVANCE(328); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'H') ADVANCE(510); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 473: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'G') ADVANCE(488); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'H') ADVANCE(415); + if (lookahead == 'L') ADVANCE(544); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 474: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'G') ADVANCE(528); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'H') ADVANCE(415); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 475: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'H') ADVANCE(412); - if (lookahead == 'S') ADVANCE(600); - if (lookahead == 'T') ADVANCE(582); - if (lookahead == 'W') ADVANCE(582); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'H') ADVANCE(549); + if (lookahead == 'I') ADVANCE(618); + if (lookahead == 'S') ADVANCE(478); + if (lookahead == 'T') ADVANCE(560); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 476: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'H') ADVANCE(412); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'H') ADVANCE(549); + if (lookahead == 'N') ADVANCE(325); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 477: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'H') ADVANCE(331); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'H') ADVANCE(549); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 478: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'H') ADVANCE(516); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'I') ADVANCE(618); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 479: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'H') ADVANCE(421); - if (lookahead == 'L') ADVANCE(550); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'I') ADVANCE(458); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 480: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'H') ADVANCE(421); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'I') ADVANCE(435); + if (lookahead == 'R') ADVANCE(435); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 481: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'H') ADVANCE(555); - if (lookahead == 'I') ADVANCE(624); - if (lookahead == 'S') ADVANCE(484); - if (lookahead == 'T') ADVANCE(566); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'I') ADVANCE(435); + if (lookahead == 'T') ADVANCE(616); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 482: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'H') ADVANCE(555); - if (lookahead == 'N') ADVANCE(331); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'I') ADVANCE(435); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 483: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'H') ADVANCE(555); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'I') ADVANCE(592); + if (lookahead == 'R') ADVANCE(606); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 484: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'I') ADVANCE(624); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'I') ADVANCE(433); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 485: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'I') ADVANCE(464); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'I') ADVANCE(502); + if (lookahead == 'O') ADVANCE(520); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 486: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'I') ADVANCE(441); - if (lookahead == 'R') ADVANCE(441); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'I') ADVANCE(502); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 487: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'I') ADVANCE(441); - if (lookahead == 'T') ADVANCE(622); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'I') ADVANCE(468); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 488: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'I') ADVANCE(441); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'I') ADVANCE(603); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 489: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'I') ADVANCE(598); - if (lookahead == 'R') ADVANCE(612); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'I') ADVANCE(526); + if (lookahead == 'N') ADVANCE(435); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 490: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'I') ADVANCE(439); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'I') ADVANCE(523); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 491: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'I') ADVANCE(508); - if (lookahead == 'O') ADVANCE(526); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'I') ADVANCE(519); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 492: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'I') ADVANCE(508); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'I') ADVANCE(536); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 493: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'I') ADVANCE(474); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'I') ADVANCE(432); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 494: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'I') ADVANCE(609); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'I') ADVANCE(578); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 495: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'I') ADVANCE(532); - if (lookahead == 'N') ADVANCE(441); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'J') ADVANCE(325); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 496: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'I') ADVANCE(529); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'K') ADVANCE(325); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 497: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'I') ADVANCE(525); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'L') ADVANCE(583); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 498: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'I') ADVANCE(542); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'L') ADVANCE(462); + if (lookahead == 'N') ADVANCE(437); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 499: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'I') ADVANCE(438); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'L') ADVANCE(462); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 500: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'I') ADVANCE(584); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'L') ADVANCE(325); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 501: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'J') ADVANCE(331); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'L') ADVANCE(323); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 502: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'K') ADVANCE(331); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'L') ADVANCE(442); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 503: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'L') ADVANCE(589); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'L') ADVANCE(537); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 504: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'L') ADVANCE(468); - if (lookahead == 'N') ADVANCE(443); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'L') ADVANCE(590); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 505: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'L') ADVANCE(468); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'L') ADVANCE(456); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 506: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'L') ADVANCE(331); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'L') ADVANCE(550); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 507: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'L') ADVANCE(329); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'L') ADVANCE(554); + if (lookahead == 'N') ADVANCE(610); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 508: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'L') ADVANCE(448); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'M') ADVANCE(325); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 509: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'L') ADVANCE(543); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'M') ADVANCE(403); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 510: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'L') ADVANCE(596); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'M') ADVANCE(457); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 511: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'L') ADVANCE(462); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'N') ADVANCE(437); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 512: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'L') ADVANCE(556); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'N') ADVANCE(325); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 513: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'L') ADVANCE(560); - if (lookahead == 'N') ADVANCE(616); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'N') ADVANCE(467); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 514: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'M') ADVANCE(331); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'N') ADVANCE(591); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 515: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'M') ADVANCE(409); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'N') ADVANCE(472); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 516: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'M') ADVANCE(463); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'N') ADVANCE(465); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 517: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'N') ADVANCE(443); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'N') ADVANCE(604); + if (lookahead == 'T') ADVANCE(404); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 518: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'N') ADVANCE(331); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'N') ADVANCE(466); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 519: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'N') ADVANCE(473); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'N') ADVANCE(464); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 520: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'N') ADVANCE(597); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'N') ADVANCE(590); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 521: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'N') ADVANCE(478); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'N') ADVANCE(585); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 522: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'N') ADVANCE(471); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'N') ADVANCE(448); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 523: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'N') ADVANCE(610); - if (lookahead == 'T') ADVANCE(410); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'N') ADVANCE(598); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 524: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'N') ADVANCE(472); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'N') ADVANCE(597); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 525: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'N') ADVANCE(470); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'N') ADVANCE(428); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 526: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'N') ADVANCE(596); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'N') ADVANCE(584); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 527: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'N') ADVANCE(591); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'O') ADVANCE(506); + if (lookahead == 'S') ADVANCE(594); + if (lookahead == 'V') ADVANCE(542); + if (lookahead == 'W') ADVANCE(576); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 528: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'N') ADVANCE(454); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'O') ADVANCE(508); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 529: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'N') ADVANCE(604); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'O') ADVANCE(507); + if (lookahead == 'U') ADVANCE(570); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 530: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'N') ADVANCE(603); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'O') ADVANCE(555); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 531: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'N') ADVANCE(434); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'O') ADVANCE(496); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 532: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'N') ADVANCE(590); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'O') ADVANCE(421); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 533: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'O') ADVANCE(512); - if (lookahead == 'S') ADVANCE(600); - if (lookahead == 'V') ADVANCE(548); - if (lookahead == 'W') ADVANCE(582); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'O') ADVANCE(538); + if (lookahead == 'Y') ADVANCE(593); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 534: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'O') ADVANCE(514); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'O') ADVANCE(480); + if (lookahead == 'S') ADVANCE(594); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 535: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'O') ADVANCE(513); - if (lookahead == 'U') ADVANCE(576); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'O') ADVANCE(434); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 536: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'O') ADVANCE(561); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'O') ADVANCE(420); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 537: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'O') ADVANCE(502); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'O') ADVANCE(407); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 538: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'O') ADVANCE(427); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'O') ADVANCE(501); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 539: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'O') ADVANCE(544); - if (lookahead == 'Y') ADVANCE(599); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'O') ADVANCE(516); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 540: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'O') ADVANCE(486); - if (lookahead == 'S') ADVANCE(600); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'O') ADVANCE(563); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 541: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'O') ADVANCE(440); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'O') ADVANCE(560); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 542: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'O') ADVANCE(426); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'O') ADVANCE(482); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 543: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'O') ADVANCE(413); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'O') ADVANCE(565); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 544: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'O') ADVANCE(507); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'O') ADVANCE(427); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 545: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'O') ADVANCE(522); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'O') ADVANCE(441); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 546: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'O') ADVANCE(569); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'O') ADVANCE(512); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 547: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'O') ADVANCE(566); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'O') ADVANCE(500); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 548: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'O') ADVANCE(488); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'O') ADVANCE(518); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 549: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'O') ADVANCE(571); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'O') ADVANCE(568); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 550: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'O') ADVANCE(433); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'O') ADVANCE(572); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 551: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'O') ADVANCE(447); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'O') ADVANCE(531); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 552: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'O') ADVANCE(518); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'O') ADVANCE(519); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 553: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'O') ADVANCE(506); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'O') ADVANCE(547); + if (lookahead == 'Y') ADVANCE(593); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 554: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'O') ADVANCE(524); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'O') ADVANCE(571); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 555: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'O') ADVANCE(574); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'P') ADVANCE(325); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 556: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'O') ADVANCE(578); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'P') ADVANCE(442); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 557: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'O') ADVANCE(537); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'P') ADVANCE(594); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 558: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'O') ADVANCE(525); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'P') ADVANCE(482); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 559: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'O') ADVANCE(553); - if (lookahead == 'Y') ADVANCE(599); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'P') ADVANCE(418); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 560: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'O') ADVANCE(577); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'R') ADVANCE(325); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 561: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'P') ADVANCE(331); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'R') ADVANCE(611); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 562: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'P') ADVANCE(448); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'R') ADVANCE(615); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 563: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'P') ADVANCE(600); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'R') ADVANCE(435); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 564: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'P') ADVANCE(488); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'R') ADVANCE(558); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 565: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'P') ADVANCE(424); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'R') ADVANCE(436); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 566: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'R') ADVANCE(331); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'R') ADVANCE(620); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 567: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'R') ADVANCE(617); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'R') ADVANCE(426); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 568: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'R') ADVANCE(621); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'R') ADVANCE(590); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 569: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'R') ADVANCE(441); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'R') ADVANCE(401); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 570: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'R') ADVANCE(564); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'R') ADVANCE(588); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 571: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'R') ADVANCE(442); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'R') ADVANCE(580); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 572: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'R') ADVANCE(626); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'R') ADVANCE(573); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 573: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'R') ADVANCE(432); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'R') ADVANCE(450); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 574: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'R') ADVANCE(596); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'R') ADVANCE(491); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 575: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'R') ADVANCE(407); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'S') ADVANCE(496); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 576: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'R') ADVANCE(594); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'S') ADVANCE(594); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 577: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'R') ADVANCE(586); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'S') ADVANCE(471); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 578: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'R') ADVANCE(579); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'S') ADVANCE(590); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 579: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'R') ADVANCE(456); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'S') ADVANCE(608); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 580: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'R') ADVANCE(497); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'S') ADVANCE(559); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 581: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'S') ADVANCE(502); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'S') ADVANCE(602); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 582: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'S') ADVANCE(600); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'S') ADVANCE(623); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 583: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'S') ADVANCE(477); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'S') ADVANCE(445); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 584: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); + if (lookahead == '\n') ADVANCE(989); if (lookahead == 'S') ADVANCE(596); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 585: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'S') ADVANCE(614); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'S') ADVANCE(487); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 586: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'S') ADVANCE(565); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'S') ADVANCE(601); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 587: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'S') ADVANCE(608); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'S') ADVANCE(599); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 588: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'S') ADVANCE(629); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'S') ADVANCE(541); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 589: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'S') ADVANCE(451); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'T') ADVANCE(593); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 590: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'S') ADVANCE(602); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'T') ADVANCE(325); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 591: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'S') ADVANCE(493); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'T') ADVANCE(320); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 592: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'S') ADVANCE(607); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'T') ADVANCE(509); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 593: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'S') ADVANCE(605); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'T') ADVANCE(442); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 594: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'S') ADVANCE(547); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'T') ADVANCE(560); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 595: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'T') ADVANCE(599); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'T') ADVANCE(404); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 596: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'T') ADVANCE(331); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'T') ADVANCE(402); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 597: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'T') ADVANCE(326); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'T') ADVANCE(562); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 598: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'T') ADVANCE(515); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'T') ADVANCE(459); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 599: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'T') ADVANCE(448); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'T') ADVANCE(574); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 600: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'T') ADVANCE(566); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'T') ADVANCE(609); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 601: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'T') ADVANCE(410); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'T') ADVANCE(416); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 602: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'T') ADVANCE(408); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'T') ADVANCE(417); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 603: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'T') ADVANCE(568); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'T') ADVANCE(541); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 604: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'T') ADVANCE(465); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'U') ADVANCE(325); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 605: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'T') ADVANCE(580); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'U') ADVANCE(502); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 606: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'T') ADVANCE(615); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'U') ADVANCE(577); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 607: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'T') ADVANCE(422); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'U') ADVANCE(444); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 608: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'T') ADVANCE(423); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'U') ADVANCE(504); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 609: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'T') ADVANCE(547); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'U') ADVANCE(582); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 610: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'U') ADVANCE(331); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'V') ADVANCE(324); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 611: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'U') ADVANCE(508); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'V') ADVANCE(493); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 612: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'U') ADVANCE(583); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'W') ADVANCE(543); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 613: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'U') ADVANCE(450); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'W') ADVANCE(540); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 614: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'U') ADVANCE(510); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'Y') ADVANCE(593); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 615: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'U') ADVANCE(588); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'Y') ADVANCE(325); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 616: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'V') ADVANCE(330); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'Y') ADVANCE(556); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 617: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'V') ADVANCE(499); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'Z') ADVANCE(325); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + ('A' <= lookahead && lookahead <= 'Y') || + lookahead == '_') ADVANCE(626); END_STATE(); case 618: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'W') ADVANCE(549); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == 'Z') ADVANCE(449); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + ('A' <= lookahead && lookahead <= 'Y') || + lookahead == '_') ADVANCE(626); END_STATE(); case 619: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'W') ADVANCE(546); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == '_') ADVANCE(473); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + ('A' <= lookahead && lookahead <= 'Z')) ADVANCE(626); END_STATE(); case 620: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'Y') ADVANCE(599); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == '_') ADVANCE(398); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + ('A' <= lookahead && lookahead <= 'Z')) ADVANCE(626); END_STATE(); case 621: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'Y') ADVANCE(331); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == '_') ADVANCE(557); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + ('A' <= lookahead && lookahead <= 'Z')) ADVANCE(626); END_STATE(); case 622: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'Y') ADVANCE(562); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == '_') ADVANCE(590); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + ('A' <= lookahead && lookahead <= 'Z')) ADVANCE(626); END_STATE(); case 623: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'Z') ADVANCE(331); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == '_') ADVANCE(474); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Y') || - lookahead == '_') ADVANCE(632); + ('A' <= lookahead && lookahead <= 'Z')) ADVANCE(626); END_STATE(); case 624: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == 'Z') ADVANCE(455); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == '_') ADVANCE(586); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Y') || - lookahead == '_') ADVANCE(632); + ('A' <= lookahead && lookahead <= 'Z')) ADVANCE(626); END_STATE(); case 625: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == '_') ADVANCE(479); + if (lookahead == '\n') ADVANCE(989); + if (lookahead == '_') ADVANCE(587); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z')) ADVANCE(632); + ('A' <= lookahead && lookahead <= 'Z')) ADVANCE(626); END_STATE(); case 626: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == '_') ADVANCE(404); + if (lookahead == '\n') ADVANCE(989); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z')) ADVANCE(632); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_') ADVANCE(626); END_STATE(); case 627: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == '_') ADVANCE(563); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (lookahead == '"') ADVANCE(377); + if (lookahead == '\'') ADVANCE(368); + if (lookahead == 'A') ADVANCE(513); + if (lookahead == 'C') ADVANCE(481); + if (lookahead == 'G') ADVANCE(564); + if (lookahead == 'O') ADVANCE(516); + if (lookahead == 'P') ADVANCE(412); + if (lookahead == 'R') ADVANCE(452); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z')) ADVANCE(632); + ('B' <= lookahead && lookahead <= 'Z') || + lookahead == '_') ADVANCE(626); END_STATE(); case 628: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == '_') ADVANCE(596); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (lookahead == '"') ADVANCE(377); + if (lookahead == '\'') ADVANCE(368); + if (lookahead == 'A') ADVANCE(782); + if (lookahead == 'C') ADVANCE(750); + if (lookahead == 'G') ADVANCE(838); + if (lookahead == 'O') ADVANCE(785); + if (lookahead == 'P') ADVANCE(670); + if (lookahead == 'R') ADVANCE(721); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z')) ADVANCE(632); + ('B' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 629: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == '_') ADVANCE(480); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (lookahead == '"') ADVANCE(377); + if (lookahead == 'A') ADVANCE(782); + if (lookahead == 'C') ADVANCE(750); + if (lookahead == 'G') ADVANCE(838); + if (lookahead == 'O') ADVANCE(785); + if (lookahead == 'P') ADVANCE(670); + if (lookahead == 'R') ADVANCE(721); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z')) ADVANCE(632); + ('B' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 630: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == '_') ADVANCE(592); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (lookahead == '"') ADVANCE(377); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z')) ADVANCE(632); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 631: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == '_') ADVANCE(593); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (lookahead == '"') ADVANCE(379); + if (lookahead == '\'') ADVANCE(370); + if (lookahead == 'C') ADVANCE(739); + if (lookahead == 'H') ADVANCE(667); + if (lookahead == 'I') ADVANCE(783); + if (lookahead == 'L') ADVANCE(811); + if (lookahead == 'N') ADVANCE(753); + if (lookahead == 'S') ADVANCE(745); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z')) ADVANCE(632); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 632: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\n') ADVANCE(1017); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(1); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (lookahead == '"') ADVANCE(379); + if (lookahead == '\'') ADVANCE(370); + if (lookahead == 'C') ADVANCE(470); + if (lookahead == 'H') ADVANCE(409); + if (lookahead == 'I') ADVANCE(514); + if (lookahead == 'L') ADVANCE(539); + if (lookahead == 'N') ADVANCE(484); + if (lookahead == 'S') ADVANCE(476); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_') ADVANCE(626); END_STATE(); case 633: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(1005); - if (lookahead == '%') ADVANCE(1005); - if (lookahead == '&') ADVANCE(1008); - if (lookahead == '(') ADVANCE(157); - if (lookahead == '*') ADVANCE(1005); - if (lookahead == '+') ADVANCE(1009); - if (lookahead == ',' || - lookahead == '~') ADVANCE(1002); - if (lookahead == '-') ADVANCE(1010); - if (lookahead == '/') ADVANCE(1005); - if (lookahead == '<') ADVANCE(1004); - if (lookahead == '=') ADVANCE(1005); - if (lookahead == '>') ADVANCE(1006); - if (lookahead == '[') ADVANCE(174); - if (lookahead == '^') ADVANCE(1005); - if (lookahead == 'd') ADVANCE(937); - if (lookahead == 'n') ADVANCE(931); - if (lookahead == '|') ADVANCE(1011); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(108); + if (lookahead == '"') ADVANCE(379); + if (lookahead == 'C') ADVANCE(739); + if (lookahead == 'H') ADVANCE(667); + if (lookahead == 'I') ADVANCE(783); + if (lookahead == 'L') ADVANCE(811); + if (lookahead == 'N') ADVANCE(753); + if (lookahead == 'S') ADVANCE(745); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 634: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '"') ADVANCE(383); - if (lookahead == '\'') ADVANCE(374); - if (lookahead == 'A') ADVANCE(519); - if (lookahead == 'C') ADVANCE(487); - if (lookahead == 'G') ADVANCE(570); - if (lookahead == 'O') ADVANCE(522); - if (lookahead == 'P') ADVANCE(418); - if (lookahead == 'R') ADVANCE(458); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (lookahead == '"') ADVANCE(379); if (('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 635: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '"') ADVANCE(383); - if (lookahead == '\'') ADVANCE(374); - if (lookahead == 'A') ADVANCE(789); - if (lookahead == 'C') ADVANCE(757); - if (lookahead == 'G') ADVANCE(845); - if (lookahead == 'O') ADVANCE(792); - if (lookahead == 'P') ADVANCE(677); - if (lookahead == 'R') ADVANCE(728); + if (lookahead == '"') ADVANCE(378); + if (lookahead == '\'') ADVANCE(369); + if (lookahead == '8') ADVANCE(638); + if (lookahead == 'i') ADVANCE(945); if (('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 636: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '"') ADVANCE(383); - if (lookahead == 'A') ADVANCE(789); - if (lookahead == 'C') ADVANCE(757); - if (lookahead == 'G') ADVANCE(845); - if (lookahead == 'O') ADVANCE(792); - if (lookahead == 'P') ADVANCE(677); - if (lookahead == 'R') ADVANCE(728); + if (lookahead == '"') ADVANCE(378); + if (lookahead == '8') ADVANCE(639); + if (lookahead == 'i') ADVANCE(945); if (('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 637: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '"') ADVANCE(383); + if (lookahead == '"') ADVANCE(378); + if (lookahead == '8') ADVANCE(639); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 638: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '"') ADVANCE(385); - if (lookahead == '\'') ADVANCE(376); - if (lookahead == 'C') ADVANCE(746); - if (lookahead == 'H') ADVANCE(674); - if (lookahead == 'I') ADVANCE(790); - if (lookahead == 'L') ADVANCE(818); - if (lookahead == 'N') ADVANCE(760); - if (lookahead == 'S') ADVANCE(752); + if (lookahead == '"') ADVANCE(380); + if (lookahead == '\'') ADVANCE(371); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 639: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '"') ADVANCE(385); - if (lookahead == '\'') ADVANCE(376); - if (lookahead == 'C') ADVANCE(476); - if (lookahead == 'H') ADVANCE(415); - if (lookahead == 'I') ADVANCE(520); - if (lookahead == 'L') ADVANCE(545); - if (lookahead == 'N') ADVANCE(490); - if (lookahead == 'S') ADVANCE(482); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (lookahead == '"') ADVANCE(380); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 640: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '"') ADVANCE(385); - if (lookahead == 'C') ADVANCE(746); - if (lookahead == 'H') ADVANCE(674); - if (lookahead == 'I') ADVANCE(790); - if (lookahead == 'L') ADVANCE(818); - if (lookahead == 'N') ADVANCE(760); - if (lookahead == 'S') ADVANCE(752); + if (lookahead == '\'') ADVANCE(368); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 641: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '"') ADVANCE(385); + if (lookahead == '\'') ADVANCE(370); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 642: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '"') ADVANCE(384); - if (lookahead == '\'') ADVANCE(375); - if (lookahead == '8') ADVANCE(645); - if (lookahead == 'i') ADVANCE(960); + if (lookahead == '\'') ADVANCE(369); + if (lookahead == '8') ADVANCE(643); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 643: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '"') ADVANCE(384); - if (lookahead == '8') ADVANCE(646); - if (lookahead == 'i') ADVANCE(960); + if (lookahead == '\'') ADVANCE(371); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 644: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '"') ADVANCE(384); - if (lookahead == '8') ADVANCE(646); + if (lookahead == '1') ADVANCE(652); + if (lookahead == '3') ADVANCE(647); + if (lookahead == '6') ADVANCE(650); + if (lookahead == '8') ADVANCE(899); + if (lookahead == '_') ADVANCE(925); + if (lookahead == 'm') ADVANCE(913); + if (lookahead == 'p') ADVANCE(964); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 645: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '"') ADVANCE(386); - if (lookahead == '\'') ADVANCE(377); + if (lookahead == '1') ADVANCE(652); + if (lookahead == '3') ADVANCE(647); + if (lookahead == '6') ADVANCE(650); + if (lookahead == '8') ADVANCE(899); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 646: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '"') ADVANCE(386); + if (lookahead == '2') ADVANCE(333); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 647: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\'') ADVANCE(374); + if (lookahead == '2') ADVANCE(899); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 648: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\'') ADVANCE(376); + if (lookahead == '3') ADVANCE(646); + if (lookahead == '6') ADVANCE(649); + if (lookahead == 'S') ADVANCE(756); + if (lookahead == 'U') ADVANCE(791); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 649: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\'') ADVANCE(375); - if (lookahead == '8') ADVANCE(650); + if (lookahead == '4') ADVANCE(333); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 650: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '\'') ADVANCE(377); + if (lookahead == '4') ADVANCE(899); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 651: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '1') ADVANCE(659); - if (lookahead == '3') ADVANCE(654); - if (lookahead == '6') ADVANCE(657); - if (lookahead == '8') ADVANCE(907); - if (lookahead == '_') ADVANCE(939); - if (lookahead == 'm') ADVANCE(921); - if (lookahead == 'p') ADVANCE(983); + if (lookahead == '6') ADVANCE(333); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 652: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '1') ADVANCE(659); - if (lookahead == '3') ADVANCE(654); - if (lookahead == '6') ADVANCE(657); - if (lookahead == '8') ADVANCE(907); + if (lookahead == '6') ADVANCE(899); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 653: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '2') ADVANCE(339); + if (lookahead == 'A') ADVANCE(690); + if (lookahead == 'B') ADVANCE(752); + if (lookahead == 'C') ADVANCE(799); + if (lookahead == 'D') ADVANCE(691); + if (lookahead == 'E') ADVANCE(784); + if (lookahead == 'F') ADVANCE(754); + if (lookahead == 'G') ADVANCE(708); + if (lookahead == 'H') ADVANCE(824); + if (lookahead == 'I') ADVANCE(700); + if (lookahead == 'K') ADVANCE(715); + if (lookahead == 'L') ADVANCE(804); + if (lookahead == 'M') ADVANCE(712); + if (lookahead == 'P') ADVANCE(666); + if (lookahead == 'R') ADVANCE(720); + if (lookahead == 'S') ADVANCE(893); + if (lookahead == 'W') ADVANCE(757); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('J' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 654: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '2') ADVANCE(907); + if (lookahead == 'A') ADVANCE(777); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 655: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '3') ADVANCE(653); - if (lookahead == '6') ADVANCE(656); - if (lookahead == 'S') ADVANCE(763); - if (lookahead == 'U') ADVANCE(798); + if (lookahead == 'A') ADVANCE(333); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 656: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '4') ADVANCE(339); + if (lookahead == 'A') ADVANCE(828); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 657: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '4') ADVANCE(907); + if (lookahead == 'A') ADVANCE(424); + if (lookahead == 'B') ADVANCE(483); + if (lookahead == 'C') ADVANCE(529); + if (lookahead == 'D') ADVANCE(425); + if (lookahead == 'E') ADVANCE(515); + if (lookahead == 'F') ADVANCE(485); + if (lookahead == 'G') ADVANCE(439); + if (lookahead == 'H') ADVANCE(551); + if (lookahead == 'I') ADVANCE(431); + if (lookahead == 'K') ADVANCE(446); + if (lookahead == 'L') ADVANCE(535); + if (lookahead == 'M') ADVANCE(443); + if (lookahead == 'P') ADVANCE(408); + if (lookahead == 'R') ADVANCE(451); + if (lookahead == 'S') ADVANCE(617); + if (lookahead == 'W') ADVANCE(489); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('J' <= lookahead && lookahead <= 'Z') || + lookahead == '_') ADVANCE(626); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 658: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '6') ADVANCE(339); + if (lookahead == 'A') ADVANCE(766); + if (lookahead == 'L') ADVANCE(808); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 659: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '6') ADVANCE(907); + if (lookahead == 'A') ADVANCE(732); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 660: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A') ADVANCE(697); - if (lookahead == 'B') ADVANCE(759); - if (lookahead == 'C') ADVANCE(806); - if (lookahead == 'D') ADVANCE(698); - if (lookahead == 'E') ADVANCE(791); - if (lookahead == 'F') ADVANCE(761); - if (lookahead == 'G') ADVANCE(715); - if (lookahead == 'H') ADVANCE(831); - if (lookahead == 'I') ADVANCE(707); - if (lookahead == 'K') ADVANCE(722); - if (lookahead == 'L') ADVANCE(811); - if (lookahead == 'M') ADVANCE(719); - if (lookahead == 'P') ADVANCE(673); - if (lookahead == 'R') ADVANCE(727); - if (lookahead == 'S') ADVANCE(900); - if (lookahead == 'W') ADVANCE(764); + if (lookahead == 'A') ADVANCE(767); + if (lookahead == 'K') ADVANCE(716); if (('0' <= lookahead && lookahead <= '9') || - ('J' <= lookahead && lookahead <= 'Z') || + ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 661: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A') ADVANCE(784); + if (lookahead == 'A') ADVANCE(497); + if (lookahead == 'L') ADVANCE(537); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + lookahead == '_') ADVANCE(626); END_STATE(); case 662: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A') ADVANCE(339); + if (lookahead == 'A') ADVANCE(782); + if (lookahead == 'C') ADVANCE(750); + if (lookahead == 'G') ADVANCE(838); + if (lookahead == 'O') ADVANCE(785); + if (lookahead == 'P') ADVANCE(670); + if (lookahead == 'R') ADVANCE(721); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 663: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A') ADVANCE(835); + if (lookahead == 'A') ADVANCE(834); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 664: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A') ADVANCE(430); - if (lookahead == 'B') ADVANCE(489); - if (lookahead == 'C') ADVANCE(535); - if (lookahead == 'D') ADVANCE(431); - if (lookahead == 'E') ADVANCE(521); - if (lookahead == 'F') ADVANCE(491); - if (lookahead == 'G') ADVANCE(445); - if (lookahead == 'H') ADVANCE(557); - if (lookahead == 'I') ADVANCE(437); - if (lookahead == 'K') ADVANCE(452); - if (lookahead == 'L') ADVANCE(541); - if (lookahead == 'M') ADVANCE(449); - if (lookahead == 'P') ADVANCE(414); - if (lookahead == 'R') ADVANCE(457); - if (lookahead == 'S') ADVANCE(623); - if (lookahead == 'W') ADVANCE(495); + if (lookahead == 'A') ADVANCE(781); if (('0' <= lookahead && lookahead <= '9') || - ('J' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('B' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 665: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A') ADVANCE(773); - if (lookahead == 'L') ADVANCE(815); + if (lookahead == 'A') ADVANCE(864); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 666: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A') ADVANCE(739); + if (lookahead == 'A') ADVANCE(774); + if (lookahead == 'E') ADVANCE(781); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 667: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A') ADVANCE(774); - if (lookahead == 'K') ADVANCE(723); + if (lookahead == 'A') ADVANCE(768); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 668: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A') ADVANCE(503); - if (lookahead == 'L') ADVANCE(543); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (lookahead == 'A') ADVANCE(769); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 669: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A') ADVANCE(789); - if (lookahead == 'C') ADVANCE(757); - if (lookahead == 'G') ADVANCE(845); - if (lookahead == 'O') ADVANCE(792); - if (lookahead == 'P') ADVANCE(677); - if (lookahead == 'R') ADVANCE(728); + if (lookahead == 'A') ADVANCE(780); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 670: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A') ADVANCE(841); + if (lookahead == 'A') ADVANCE(842); + if (lookahead == 'B') ADVANCE(825); + if (lookahead == 'C') ADVANCE(797); + if (lookahead == 'D') ADVANCE(888); + if (lookahead == 'H') ADVANCE(669); + if (lookahead == 'I') ADVANCE(790); + if (lookahead == 'L') ADVANCE(821); + if (lookahead == 'S') ADVANCE(868); + if (lookahead == 'T') ADVANCE(850); + if (lookahead == 'W') ADVANCE(803); if (('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || + ('E' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 671: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A') ADVANCE(788); + if (lookahead == 'A') ADVANCE(842); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 672: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A') ADVANCE(871); + if (lookahead == 'A') ADVANCE(870); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 673: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A') ADVANCE(781); - if (lookahead == 'E') ADVANCE(788); + if (lookahead == 'A') ADVANCE(795); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 674: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A') ADVANCE(775); + if (lookahead == 'A') ADVANCE(874); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 675: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A') ADVANCE(776); + if (lookahead == 'A') ADVANCE(697); if (('0' <= lookahead && lookahead <= '9') || ('B' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 676: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A') ADVANCE(787); + if (lookahead == 'B') ADVANCE(807); + if (lookahead == 'C') ADVANCE(738); + if (lookahead == 'D') ADVANCE(887); + if (lookahead == 'F') ADVANCE(772); + if (lookahead == 'H') ADVANCE(660); + if (lookahead == 'I') ADVANCE(783); + if (lookahead == 'L') ADVANCE(698); + if (lookahead == 'O') ADVANCE(762); + if (lookahead == 'S') ADVANCE(744); + if (lookahead == 'T') ADVANCE(678); + if (lookahead == 'U') ADVANCE(686); + if (lookahead == 'V') ADVANCE(814); + if (lookahead == 'W') ADVANCE(688); if (('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 677: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A') ADVANCE(849); - if (lookahead == 'B') ADVANCE(832); - if (lookahead == 'C') ADVANCE(804); - if (lookahead == 'D') ADVANCE(895); - if (lookahead == 'H') ADVANCE(676); - if (lookahead == 'I') ADVANCE(797); - if (lookahead == 'L') ADVANCE(828); - if (lookahead == 'S') ADVANCE(875); - if (lookahead == 'T') ADVANCE(857); - if (lookahead == 'W') ADVANCE(810); + if (lookahead == 'B') ADVANCE(890); + if (lookahead == 'C') ADVANCE(739); + if (lookahead == 'R') ADVANCE(881); if (('0' <= lookahead && lookahead <= '9') || - ('E' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 678: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A') ADVANCE(849); + if (lookahead == 'B') ADVANCE(890); + if (lookahead == 'C') ADVANCE(739); + if (lookahead == 'S') ADVANCE(868); if (('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 679: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A') ADVANCE(877); + if (lookahead == 'B') ADVANCE(890); + if (lookahead == 'C') ADVANCE(739); if (('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 680: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A') ADVANCE(802); + if (lookahead == 'B') ADVANCE(764); if (('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 681: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A') ADVANCE(881); + if (lookahead == 'B') ADVANCE(533); + if (lookahead == 'C') ADVANCE(469); + if (lookahead == 'D') ADVANCE(612); + if (lookahead == 'F') ADVANCE(503); + if (lookahead == 'H') ADVANCE(405); + if (lookahead == 'I') ADVANCE(514); + if (lookahead == 'L') ADVANCE(429); + if (lookahead == 'O') ADVANCE(490); + if (lookahead == 'S') ADVANCE(475); + if (lookahead == 'T') ADVANCE(419); + if (lookahead == 'U') ADVANCE(422); + if (lookahead == 'V') ADVANCE(542); + if (lookahead == 'W') ADVANCE(423); if (('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_') ADVANCE(626); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 682: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'A') ADVANCE(704); + if (lookahead == 'B') ADVANCE(614); + if (lookahead == 'C') ADVANCE(470); + if (lookahead == 'R') ADVANCE(607); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || - ('B' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_') ADVANCE(626); END_STATE(); case 683: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(814); - if (lookahead == 'C') ADVANCE(745); - if (lookahead == 'D') ADVANCE(894); - if (lookahead == 'F') ADVANCE(779); - if (lookahead == 'H') ADVANCE(667); - if (lookahead == 'I') ADVANCE(790); - if (lookahead == 'L') ADVANCE(705); - if (lookahead == 'O') ADVANCE(769); - if (lookahead == 'S') ADVANCE(751); - if (lookahead == 'T') ADVANCE(685); - if (lookahead == 'U') ADVANCE(693); - if (lookahead == 'V') ADVANCE(821); - if (lookahead == 'W') ADVANCE(695); + if (lookahead == 'B') ADVANCE(668); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 684: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(897); - if (lookahead == 'C') ADVANCE(746); - if (lookahead == 'R') ADVANCE(888); + if (lookahead == 'C') ADVANCE(739); + if (lookahead == 'H') ADVANCE(663); + if (lookahead == 'O') ADVANCE(775); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 685: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(897); - if (lookahead == 'C') ADVANCE(746); - if (lookahead == 'S') ADVANCE(875); + if (lookahead == 'C') ADVANCE(739); + if (lookahead == 'H') ADVANCE(667); + if (lookahead == 'I') ADVANCE(783); + if (lookahead == 'L') ADVANCE(811); + if (lookahead == 'N') ADVANCE(753); + if (lookahead == 'S') ADVANCE(745); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 686: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(897); - if (lookahead == 'C') ADVANCE(746); + if (lookahead == 'C') ADVANCE(739); + if (lookahead == 'H') ADVANCE(667); + if (lookahead == 'I') ADVANCE(783); + if (lookahead == 'L') ADVANCE(819); + if (lookahead == 'S') ADVANCE(746); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 687: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(771); + if (lookahead == 'C') ADVANCE(739); + if (lookahead == 'O') ADVANCE(837); + if (lookahead == 'P') ADVANCE(671); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 688: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(539); - if (lookahead == 'C') ADVANCE(475); - if (lookahead == 'D') ADVANCE(618); - if (lookahead == 'F') ADVANCE(509); - if (lookahead == 'H') ADVANCE(411); - if (lookahead == 'I') ADVANCE(520); - if (lookahead == 'L') ADVANCE(435); - if (lookahead == 'O') ADVANCE(496); - if (lookahead == 'S') ADVANCE(481); - if (lookahead == 'T') ADVANCE(425); - if (lookahead == 'U') ADVANCE(428); - if (lookahead == 'V') ADVANCE(548); - if (lookahead == 'W') ADVANCE(429); + if (lookahead == 'C') ADVANCE(739); + if (lookahead == 'O') ADVANCE(837); + if (lookahead == 'S') ADVANCE(868); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 689: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(620); - if (lookahead == 'C') ADVANCE(476); - if (lookahead == 'R') ADVANCE(613); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (lookahead == 'C') ADVANCE(895); + if (lookahead == 'E') ADVANCE(835); + if (lookahead == 'H') ADVANCE(822); + if (lookahead == 'I') ADVANCE(894); + if (lookahead == 'S') ADVANCE(747); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 690: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'B') ADVANCE(675); + if (lookahead == 'C') ADVANCE(699); + if (lookahead == 'L') ADVANCE(731); + if (lookahead == 'N') ADVANCE(706); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 691: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C') ADVANCE(746); - if (lookahead == 'H') ADVANCE(670); - if (lookahead == 'O') ADVANCE(782); + if (lookahead == 'C') ADVANCE(333); + if (lookahead == 'D') ADVANCE(722); + if (lookahead == 'E') ADVANCE(849); + if (lookahead == 'R') ADVANCE(800); + if (lookahead == 'W') ADVANCE(828); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 692: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C') ADVANCE(746); - if (lookahead == 'H') ADVANCE(674); - if (lookahead == 'I') ADVANCE(790); - if (lookahead == 'L') ADVANCE(818); - if (lookahead == 'N') ADVANCE(760); - if (lookahead == 'S') ADVANCE(752); + if (lookahead == 'C') ADVANCE(333); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 693: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C') ADVANCE(746); - if (lookahead == 'H') ADVANCE(674); - if (lookahead == 'I') ADVANCE(790); - if (lookahead == 'L') ADVANCE(826); - if (lookahead == 'S') ADVANCE(753); + if (lookahead == 'C') ADVANCE(765); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 694: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C') ADVANCE(746); - if (lookahead == 'O') ADVANCE(844); - if (lookahead == 'P') ADVANCE(678); + if (lookahead == 'C') ADVANCE(470); + if (lookahead == 'H') ADVANCE(406); + if (lookahead == 'O') ADVANCE(506); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + lookahead == '_') ADVANCE(626); END_STATE(); case 695: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C') ADVANCE(746); - if (lookahead == 'O') ADVANCE(844); - if (lookahead == 'S') ADVANCE(875); + if (lookahead == 'C') ADVANCE(470); + if (lookahead == 'O') ADVANCE(563); + if (lookahead == 'P') ADVANCE(413); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + lookahead == '_') ADVANCE(626); END_STATE(); case 696: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C') ADVANCE(903); - if (lookahead == 'E') ADVANCE(842); - if (lookahead == 'H') ADVANCE(829); - if (lookahead == 'I') ADVANCE(901); - if (lookahead == 'S') ADVANCE(754); + if (lookahead == 'C') ADVANCE(619); + if (lookahead == 'E') ADVANCE(561); + if (lookahead == 'H') ADVANCE(549); + if (lookahead == 'I') ADVANCE(618); + if (lookahead == 'S') ADVANCE(478); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + lookahead == '_') ADVANCE(626); END_STATE(); case 697: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C') ADVANCE(706); - if (lookahead == 'L') ADVANCE(738); - if (lookahead == 'N') ADVANCE(713); + if (lookahead == 'C') ADVANCE(711); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 698: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C') ADVANCE(339); - if (lookahead == 'D') ADVANCE(729); - if (lookahead == 'E') ADVANCE(856); - if (lookahead == 'R') ADVANCE(807); - if (lookahead == 'W') ADVANCE(835); + if (lookahead == 'C') ADVANCE(751); + if (lookahead == 'O') ADVANCE(788); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 699: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C') ADVANCE(339); + if (lookahead == 'C') ADVANCE(723); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 700: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C') ADVANCE(772); + if (lookahead == 'C') ADVANCE(813); + if (lookahead == 'N') ADVANCE(855); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 701: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C') ADVANCE(476); - if (lookahead == 'H') ADVANCE(412); - if (lookahead == 'O') ADVANCE(512); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (lookahead == 'C') ADVANCE(724); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 702: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C') ADVANCE(476); - if (lookahead == 'O') ADVANCE(569); - if (lookahead == 'P') ADVANCE(419); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (lookahead == 'C') ADVANCE(817); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 703: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C') ADVANCE(625); - if (lookahead == 'E') ADVANCE(567); - if (lookahead == 'H') ADVANCE(555); - if (lookahead == 'I') ADVANCE(624); - if (lookahead == 'S') ADVANCE(484); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (lookahead == 'C') ADVANCE(668); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 704: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C') ADVANCE(718); + if (lookahead == 'D') ADVANCE(333); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 705: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C') ADVANCE(758); - if (lookahead == 'O') ADVANCE(795); + if (lookahead == 'D') ADVANCE(329); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 706: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C') ADVANCE(730); + if (lookahead == 'D') ADVANCE(771); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 707: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C') ADVANCE(820); - if (lookahead == 'N') ADVANCE(862); + if (lookahead == 'D') ADVANCE(879); + if (lookahead == 'N') ADVANCE(758); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 708: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C') ADVANCE(731); + if (lookahead == 'D') ADVANCE(760); + if (lookahead == 'L') ADVANCE(802); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 709: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C') ADVANCE(824); + if (lookahead == 'D') ADVANCE(672); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 710: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'C') ADVANCE(675); + if (lookahead == 'D') ADVANCE(729); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 711: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D') ADVANCE(339); + if (lookahead == 'E') ADVANCE(333); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 712: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D') ADVANCE(335); + if (lookahead == 'E') ADVANCE(787); + if (lookahead == 'O') ADVANCE(707); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 713: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D') ADVANCE(778); + if (lookahead == 'E') ADVANCE(394); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 714: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D') ADVANCE(886); - if (lookahead == 'N') ADVANCE(765); + if (lookahead == 'E') ADVANCE(396); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 715: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D') ADVANCE(767); - if (lookahead == 'L') ADVANCE(809); + if (lookahead == 'E') ADVANCE(891); + if (lookahead == 'L') ADVANCE(333); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 716: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D') ADVANCE(679); + if (lookahead == 'E') ADVANCE(891); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 717: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'D') ADVANCE(736); + if (lookahead == 'E') ADVANCE(704); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 718: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E') ADVANCE(339); + if (lookahead == 'E') ADVANCE(730); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 719: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E') ADVANCE(794); - if (lookahead == 'O') ADVANCE(714); + if (lookahead == 'E') ADVANCE(900); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 720: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E') ADVANCE(400); + if (lookahead == 'E') ADVANCE(853); + if (lookahead == 'G') ADVANCE(781); + if (lookahead == 'S') ADVANCE(840); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 721: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E') ADVANCE(402); + if (lookahead == 'E') ADVANCE(853); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 722: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E') ADVANCE(898); - if (lookahead == 'L') ADVANCE(339); + if (lookahead == 'E') ADVANCE(709); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 723: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E') ADVANCE(898); + if (lookahead == 'E') ADVANCE(769); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 724: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E') ADVANCE(711); + if (lookahead == 'E') ADVANCE(903); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 725: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E') ADVANCE(737); + if (lookahead == 'E') ADVANCE(863); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 726: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E') ADVANCE(908); + if (lookahead == 'E') ADVANCE(869); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 727: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E') ADVANCE(860); - if (lookahead == 'G') ADVANCE(788); - if (lookahead == 'S') ADVANCE(847); + if (lookahead == 'E') ADVANCE(843); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 728: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E') ADVANCE(860); + if (lookahead == 'E') ADVANCE(794); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 729: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E') ADVANCE(716); + if (lookahead == 'E') ADVANCE(904); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 730: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E') ADVANCE(776); + if (lookahead == 'F') ADVANCE(333); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 731: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E') ADVANCE(911); + if (lookahead == 'F') ADVANCE(897); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 732: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E') ADVANCE(870); + if (lookahead == 'F') ADVANCE(755); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 733: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E') ADVANCE(876); + if (lookahead == 'G') ADVANCE(333); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 734: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E') ADVANCE(850); + if (lookahead == 'G') ADVANCE(329); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 735: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E') ADVANCE(801); + if (lookahead == 'G') ADVANCE(330); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 736: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'E') ADVANCE(912); + if (lookahead == 'G') ADVANCE(751); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 737: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F') ADVANCE(339); + if (lookahead == 'G') ADVANCE(792); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 738: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F') ADVANCE(905); + if (lookahead == 'H') ADVANCE(663); + if (lookahead == 'S') ADVANCE(868); + if (lookahead == 'T') ADVANCE(850); + if (lookahead == 'W') ADVANCE(850); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 739: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'F') ADVANCE(762); + if (lookahead == 'H') ADVANCE(663); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 740: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G') ADVANCE(339); + if (lookahead == 'H') ADVANCE(333); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 741: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G') ADVANCE(335); + if (lookahead == 'H') ADVANCE(779); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 742: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G') ADVANCE(336); + if (lookahead == 'H') ADVANCE(669); + if (lookahead == 'L') ADVANCE(816); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 743: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G') ADVANCE(758); + if (lookahead == 'H') ADVANCE(669); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 744: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'G') ADVANCE(799); + if (lookahead == 'H') ADVANCE(822); + if (lookahead == 'I') ADVANCE(894); + if (lookahead == 'S') ADVANCE(747); + if (lookahead == 'T') ADVANCE(834); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 745: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H') ADVANCE(670); - if (lookahead == 'S') ADVANCE(875); - if (lookahead == 'T') ADVANCE(857); - if (lookahead == 'W') ADVANCE(857); + if (lookahead == 'H') ADVANCE(822); + if (lookahead == 'N') ADVANCE(333); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 746: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H') ADVANCE(670); + if (lookahead == 'H') ADVANCE(822); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 747: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H') ADVANCE(339); + if (lookahead == 'I') ADVANCE(894); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 748: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H') ADVANCE(786); + if (lookahead == 'I') ADVANCE(728); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 749: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H') ADVANCE(676); - if (lookahead == 'L') ADVANCE(823); + if (lookahead == 'I') ADVANCE(704); + if (lookahead == 'R') ADVANCE(704); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 750: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H') ADVANCE(676); + if (lookahead == 'I') ADVANCE(704); + if (lookahead == 'T') ADVANCE(892); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 751: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H') ADVANCE(829); - if (lookahead == 'I') ADVANCE(901); - if (lookahead == 'S') ADVANCE(754); - if (lookahead == 'T') ADVANCE(841); + if (lookahead == 'I') ADVANCE(704); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 752: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H') ADVANCE(829); - if (lookahead == 'N') ADVANCE(339); + if (lookahead == 'I') ADVANCE(866); + if (lookahead == 'R') ADVANCE(880); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 753: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'H') ADVANCE(829); + if (lookahead == 'I') ADVANCE(702); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 754: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I') ADVANCE(901); + if (lookahead == 'I') ADVANCE(771); + if (lookahead == 'O') ADVANCE(790); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 755: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I') ADVANCE(735); + if (lookahead == 'I') ADVANCE(771); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 756: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I') ADVANCE(711); - if (lookahead == 'R') ADVANCE(711); + if (lookahead == 'I') ADVANCE(737); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 757: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I') ADVANCE(711); - if (lookahead == 'T') ADVANCE(899); + if (lookahead == 'I') ADVANCE(796); + if (lookahead == 'N') ADVANCE(704); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 758: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I') ADVANCE(711); + if (lookahead == 'I') ADVANCE(877); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 759: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I') ADVANCE(873); - if (lookahead == 'R') ADVANCE(887); + if (lookahead == 'I') ADVANCE(789); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 760: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I') ADVANCE(709); + if (lookahead == 'I') ADVANCE(805); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 761: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I') ADVANCE(778); - if (lookahead == 'O') ADVANCE(797); + if (lookahead == 'I') ADVANCE(701); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 762: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I') ADVANCE(778); + if (lookahead == 'I') ADVANCE(793); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 763: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I') ADVANCE(744); + if (lookahead == 'I') ADVANCE(852); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 764: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I') ADVANCE(803); - if (lookahead == 'N') ADVANCE(711); + if (lookahead == 'J') ADVANCE(333); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 765: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I') ADVANCE(884); + if (lookahead == 'K') ADVANCE(333); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 766: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I') ADVANCE(796); + if (lookahead == 'L') ADVANCE(856); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 767: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I') ADVANCE(812); + if (lookahead == 'L') ADVANCE(731); + if (lookahead == 'N') ADVANCE(706); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 768: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I') ADVANCE(708); + if (lookahead == 'L') ADVANCE(731); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 769: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I') ADVANCE(800); + if (lookahead == 'L') ADVANCE(333); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 770: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'I') ADVANCE(859); + if (lookahead == 'L') ADVANCE(331); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 771: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'J') ADVANCE(339); + if (lookahead == 'L') ADVANCE(711); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 772: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'K') ADVANCE(339); + if (lookahead == 'L') ADVANCE(808); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 773: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L') ADVANCE(863); + if (lookahead == 'L') ADVANCE(864); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 774: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L') ADVANCE(738); - if (lookahead == 'N') ADVANCE(713); + if (lookahead == 'L') ADVANCE(725); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 775: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L') ADVANCE(738); + if (lookahead == 'L') ADVANCE(823); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 776: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L') ADVANCE(339); + if (lookahead == 'L') ADVANCE(826); + if (lookahead == 'N') ADVANCE(884); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 777: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L') ADVANCE(337); + if (lookahead == 'M') ADVANCE(333); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 778: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L') ADVANCE(718); + if (lookahead == 'M') ADVANCE(656); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 779: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L') ADVANCE(815); + if (lookahead == 'M') ADVANCE(726); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 780: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L') ADVANCE(871); + if (lookahead == 'N') ADVANCE(706); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 781: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L') ADVANCE(732); + if (lookahead == 'N') ADVANCE(333); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 782: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L') ADVANCE(830); + if (lookahead == 'N') ADVANCE(736); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 783: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'L') ADVANCE(833); - if (lookahead == 'N') ADVANCE(891); + if (lookahead == 'N') ADVANCE(865); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 784: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M') ADVANCE(339); + if (lookahead == 'N') ADVANCE(741); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 785: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M') ADVANCE(663); + if (lookahead == 'N') ADVANCE(734); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 786: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'M') ADVANCE(733); + if (lookahead == 'N') ADVANCE(591); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + lookahead == '_') ADVANCE(626); END_STATE(); case 787: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N') ADVANCE(713); + if (lookahead == 'N') ADVANCE(878); + if (lookahead == 'T') ADVANCE(659); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 788: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N') ADVANCE(339); + if (lookahead == 'N') ADVANCE(735); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 789: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N') ADVANCE(743); + if (lookahead == 'N') ADVANCE(733); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 790: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N') ADVANCE(872); + if (lookahead == 'N') ADVANCE(864); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 791: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N') ADVANCE(748); + if (lookahead == 'N') ADVANCE(859); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 792: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N') ADVANCE(741); + if (lookahead == 'N') ADVANCE(717); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 793: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N') ADVANCE(597); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (lookahead == 'N') ADVANCE(872); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 794: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N') ADVANCE(885); - if (lookahead == 'T') ADVANCE(666); + if (lookahead == 'N') ADVANCE(871); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 795: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N') ADVANCE(742); + if (lookahead == 'N') ADVANCE(697); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 796: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N') ADVANCE(740); + if (lookahead == 'N') ADVANCE(858); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 797: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N') ADVANCE(871); + if (lookahead == 'O') ADVANCE(775); + if (lookahead == 'S') ADVANCE(868); + if (lookahead == 'V') ADVANCE(814); + if (lookahead == 'W') ADVANCE(850); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 798: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N') ADVANCE(866); + if (lookahead == 'O') ADVANCE(777); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 799: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N') ADVANCE(724); + if (lookahead == 'O') ADVANCE(776); + if (lookahead == 'U') ADVANCE(844); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 800: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N') ADVANCE(879); + if (lookahead == 'O') ADVANCE(828); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 801: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N') ADVANCE(878); + if (lookahead == 'O') ADVANCE(765); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 802: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N') ADVANCE(704); + if (lookahead == 'O') ADVANCE(683); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 803: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'N') ADVANCE(865); + if (lookahead == 'O') ADVANCE(749); + if (lookahead == 'S') ADVANCE(868); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 804: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(782); - if (lookahead == 'S') ADVANCE(875); - if (lookahead == 'V') ADVANCE(821); - if (lookahead == 'W') ADVANCE(857); + if (lookahead == 'O') ADVANCE(703); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 805: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(784); + if (lookahead == 'O') ADVANCE(680); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 806: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(783); - if (lookahead == 'U') ADVANCE(851); + if (lookahead == 'O') ADVANCE(538); + if (lookahead == 'Y') ADVANCE(593); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + lookahead == '_') ADVANCE(626); END_STATE(); case 807: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(835); + if (lookahead == 'O') ADVANCE(809); + if (lookahead == 'Y') ADVANCE(867); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 808: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(772); + if (lookahead == 'O') ADVANCE(665); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 809: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(690); + if (lookahead == 'O') ADVANCE(770); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 810: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(756); - if (lookahead == 'S') ADVANCE(875); + if (lookahead == 'O') ADVANCE(837); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 811: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(710); + if (lookahead == 'O') ADVANCE(785); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 812: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(687); + if (lookahead == 'O') ADVANCE(834); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 813: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(544); - if (lookahead == 'Y') ADVANCE(599); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (lookahead == 'O') ADVANCE(781); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 814: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(816); - if (lookahead == 'Y') ADVANCE(874); + if (lookahead == 'O') ADVANCE(751); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 815: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(672); + if (lookahead == 'O') ADVANCE(839); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 816: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(777); + if (lookahead == 'O') ADVANCE(693); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 817: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(844); + if (lookahead == 'O') ADVANCE(710); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 818: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(792); + if (lookahead == 'O') ADVANCE(482); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + lookahead == '_') ADVANCE(626); END_STATE(); case 819: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(841); + if (lookahead == 'O') ADVANCE(788); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 820: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(788); + if (lookahead == 'O') ADVANCE(769); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 821: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(758); + if (lookahead == 'O') ADVANCE(789); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 822: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(846); + if (lookahead == 'O') ADVANCE(841); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 823: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(700); + if (lookahead == 'O') ADVANCE(846); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 824: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(717); + if (lookahead == 'O') ADVANCE(801); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 825: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(488); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (lookahead == 'O') ADVANCE(820); + if (lookahead == 'Y') ADVANCE(867); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 826: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(795); + if (lookahead == 'O') ADVANCE(845); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 827: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(776); + if (lookahead == 'P') ADVANCE(748); + if (lookahead == 'T') ADVANCE(798); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 828: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(796); + if (lookahead == 'P') ADVANCE(333); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 829: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(848); + if (lookahead == 'P') ADVANCE(479); + if (lookahead == 'T') ADVANCE(528); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + lookahead == '_') ADVANCE(626); END_STATE(); case 830: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(853); + if (lookahead == 'P') ADVANCE(711); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 831: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(808); + if (lookahead == 'P') ADVANCE(868); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 832: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(827); - if (lookahead == 'Y') ADVANCE(874); + if (lookahead == 'P') ADVANCE(751); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 833: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'O') ADVANCE(852); + if (lookahead == 'P') ADVANCE(675); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 834: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P') ADVANCE(755); - if (lookahead == 'T') ADVANCE(805); + if (lookahead == 'R') ADVANCE(333); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 835: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P') ADVANCE(339); + if (lookahead == 'R') ADVANCE(885); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 836: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P') ADVANCE(485); - if (lookahead == 'T') ADVANCE(534); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (lookahead == 'R') ADVANCE(891); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 837: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P') ADVANCE(718); + if (lookahead == 'R') ADVANCE(704); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 838: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P') ADVANCE(875); + if (lookahead == 'R') ADVANCE(832); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 839: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P') ADVANCE(758); + if (lookahead == 'R') ADVANCE(705); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 840: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'P') ADVANCE(682); + if (lookahead == 'R') ADVANCE(692); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 841: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R') ADVANCE(339); + if (lookahead == 'R') ADVANCE(864); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 842: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R') ADVANCE(892); + if (lookahead == 'R') ADVANCE(654); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 843: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R') ADVANCE(898); + if (lookahead == 'R') ADVANCE(896); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 844: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R') ADVANCE(711); + if (lookahead == 'R') ADVANCE(862); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 845: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R') ADVANCE(839); + if (lookahead == 'R') ADVANCE(854); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 846: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R') ADVANCE(712); + if (lookahead == 'R') ADVANCE(848); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 847: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R') ADVANCE(699); + if (lookahead == 'R') ADVANCE(759); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 848: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R') ADVANCE(871); + if (lookahead == 'R') ADVANCE(718); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 849: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R') ADVANCE(661); + if (lookahead == 'S') ADVANCE(765); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 850: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R') ADVANCE(904); + if (lookahead == 'S') ADVANCE(868); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 851: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R') ADVANCE(869); + if (lookahead == 'S') ADVANCE(740); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 852: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R') ADVANCE(861); + if (lookahead == 'S') ADVANCE(864); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 853: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R') ADVANCE(855); + if (lookahead == 'S') ADVANCE(882); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 854: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R') ADVANCE(766); + if (lookahead == 'S') ADVANCE(833); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 855: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'R') ADVANCE(725); + if (lookahead == 'S') ADVANCE(876); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 856: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S') ADVANCE(772); + if (lookahead == 'S') ADVANCE(714); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 857: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S') ADVANCE(875); + if (lookahead == 'S') ADVANCE(901); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 858: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S') ADVANCE(747); + if (lookahead == 'S') ADVANCE(870); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 859: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S') ADVANCE(871); + if (lookahead == 'S') ADVANCE(756); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 860: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S') ADVANCE(889); + if (lookahead == 'S') ADVANCE(875); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 861: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S') ADVANCE(840); + if (lookahead == 'S') ADVANCE(873); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 862: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S') ADVANCE(883); + if (lookahead == 'S') ADVANCE(812); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 863: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S') ADVANCE(721); + if (lookahead == 'T') ADVANCE(867); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 864: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S') ADVANCE(909); + if (lookahead == 'T') ADVANCE(333); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 865: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S') ADVANCE(877); + if (lookahead == 'T') ADVANCE(326); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 866: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S') ADVANCE(763); + if (lookahead == 'T') ADVANCE(778); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 867: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S') ADVANCE(882); + if (lookahead == 'T') ADVANCE(711); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 868: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S') ADVANCE(880); + if (lookahead == 'T') ADVANCE(834); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 869: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S') ADVANCE(819); + if (lookahead == 'T') ADVANCE(659); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 870: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T') ADVANCE(874); + if (lookahead == 'T') ADVANCE(655); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 871: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T') ADVANCE(339); + if (lookahead == 'T') ADVANCE(836); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 872: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T') ADVANCE(332); + if (lookahead == 'T') ADVANCE(727); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 873: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T') ADVANCE(785); + if (lookahead == 'T') ADVANCE(847); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 874: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T') ADVANCE(718); + if (lookahead == 'T') ADVANCE(883); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 875: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T') ADVANCE(841); + if (lookahead == 'T') ADVANCE(674); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 876: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T') ADVANCE(666); + if (lookahead == 'T') ADVANCE(673); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 877: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T') ADVANCE(662); + if (lookahead == 'T') ADVANCE(812); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 878: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T') ADVANCE(843); + if (lookahead == 'U') ADVANCE(333); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 879: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T') ADVANCE(734); + if (lookahead == 'U') ADVANCE(771); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 880: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T') ADVANCE(854); + if (lookahead == 'U') ADVANCE(851); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 881: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T') ADVANCE(890); + if (lookahead == 'U') ADVANCE(713); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 882: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T') ADVANCE(681); + if (lookahead == 'U') ADVANCE(773); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 883: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T') ADVANCE(680); + if (lookahead == 'U') ADVANCE(857); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 884: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'T') ADVANCE(819); + if (lookahead == 'V') ADVANCE(332); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 885: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U') ADVANCE(339); + if (lookahead == 'V') ADVANCE(761); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 886: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U') ADVANCE(778); + if (lookahead == 'W') ADVANCE(543); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + lookahead == '_') ADVANCE(626); END_STATE(); case 887: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U') ADVANCE(858); + if (lookahead == 'W') ADVANCE(815); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 888: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U') ADVANCE(720); + if (lookahead == 'W') ADVANCE(810); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 889: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U') ADVANCE(780); + if (lookahead == 'W') ADVANCE(540); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + lookahead == '_') ADVANCE(626); END_STATE(); case 890: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'U') ADVANCE(864); + if (lookahead == 'Y') ADVANCE(867); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 891: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'V') ADVANCE(338); + if (lookahead == 'Y') ADVANCE(333); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 892: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'V') ADVANCE(768); + if (lookahead == 'Y') ADVANCE(830); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 893: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'W') ADVANCE(549); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (lookahead == 'Z') ADVANCE(333); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + ('A' <= lookahead && lookahead <= 'Y') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 894: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'W') ADVANCE(822); + if (lookahead == 'Z') ADVANCE(719); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || + ('A' <= lookahead && lookahead <= 'Y') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 895: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'W') ADVANCE(817); + if (lookahead == '_') ADVANCE(742); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 896: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'W') ADVANCE(546); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + if (lookahead == '_') ADVANCE(648); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 897: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'Y') ADVANCE(874); + if (lookahead == '_') ADVANCE(831); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 898: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'Y') ADVANCE(339); + if (lookahead == '_') ADVANCE(911); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 899: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'Y') ADVANCE(837); + if (lookahead == '_') ADVANCE(959); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 900: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'Z') ADVANCE(339); + if (lookahead == '_') ADVANCE(864); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Y') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 901: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'Z') ADVANCE(726); + if (lookahead == '_') ADVANCE(743); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Y') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 902: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '[') ADVANCE(174); + if (lookahead == '_') ADVANCE(912); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 903: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '_') ADVANCE(749); + if (lookahead == '_') ADVANCE(860); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 904: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '_') ADVANCE(655); + if (lookahead == '_') ADVANCE(861); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 905: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '_') ADVANCE(838); + if (lookahead == 'a') ADVANCE(939); + if (lookahead == 'l') ADVANCE(951); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 906: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '_') ADVANCE(918); + if (lookahead == 'a') ADVANCE(968); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 907: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '_') ADVANCE(978); + if (lookahead == 'a') ADVANCE(958); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 908: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '_') ADVANCE(871); + if (lookahead == 'a') ADVANCE(954); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 909: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '_') ADVANCE(750); + if (lookahead == 'a') ADVANCE(959); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 910: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '_') ADVANCE(922); + if (lookahead == 'a') ADVANCE(956); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 911: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '_') ADVANCE(867); + if (lookahead == 'a') ADVANCE(940); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 912: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '_') ADVANCE(868); + if (lookahead == 'a') ADVANCE(965); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 913: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(953); - if (lookahead == 'l') ADVANCE(966); + if (lookahead == 'a') ADVANCE(969); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 914: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(990); + if (lookahead == 'b') ADVANCE(941); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 915: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(977); + if (lookahead == 'c') ADVANCE(899); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 916: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(971); + if (lookahead == 'c') ADVANCE(930); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 917: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(978); + if (lookahead == 'd') ADVANCE(333); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 918: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(954); + if (lookahead == 'd') ADVANCE(933); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 919: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(984); + if (lookahead == 'e') ADVANCE(333); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 920: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(974); + if (lookahead == 'e') ADVANCE(394); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 921: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(991); + if (lookahead == 'e') ADVANCE(396); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 922: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(985); + if (lookahead == 'e') ADVANCE(907); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 923: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'b') ADVANCE(956); + if (lookahead == 'e') ADVANCE(899); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 924: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'c') ADVANCE(907); + if (lookahead == 'f') ADVANCE(926); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 925: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'c') ADVANCE(944); + if (lookahead == 'f') ADVANCE(907); + if (lookahead == 'l') ADVANCE(922); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 926: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'd') ADVANCE(339); + if (lookahead == 'f') ADVANCE(899); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 927: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'd') ADVANCE(947); + if (lookahead == 'g') ADVANCE(946); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 928: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(339); + if (lookahead == 'g') ADVANCE(902); + if (lookahead == 'z') ADVANCE(923); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'y')) ADVANCE(972); END_STATE(); case 929: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(400); + if (lookahead == 'h') ADVANCE(908); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 930: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(402); + if (lookahead == 'h') ADVANCE(910); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 931: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(989); + if (lookahead == 'i') ADVANCE(928); + if (lookahead == 's') ADVANCE(932); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 932: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(902); + if (lookahead == 'i') ADVANCE(970); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 933: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(975); + if (lookahead == 'i') ADVANCE(924); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 934: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(915); + if (lookahead == 'i') ADVANCE(927); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 935: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(907); + if (lookahead == 'i') ADVANCE(915); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 936: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(986); + if (lookahead == 'i') ADVANCE(917); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 937: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(957); + if (lookahead == 'i') ADVANCE(945); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 938: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'f') ADVANCE(940); + if (lookahead == 'l') ADVANCE(333); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 939: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'f') ADVANCE(915); - if (lookahead == 'l') ADVANCE(934); + if (lookahead == 'l') ADVANCE(957); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 940: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'f') ADVANCE(907); + if (lookahead == 'l') ADVANCE(934); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 941: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'g') ADVANCE(961); + if (lookahead == 'l') ADVANCE(919); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 942: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'g') ADVANCE(910); - if (lookahead == 'z') ADVANCE(935); + if (lookahead == 'l') ADVANCE(951); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'y')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 943: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'h') ADVANCE(916); + if (lookahead == 'm') ADVANCE(935); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 944: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'h') ADVANCE(920); + if (lookahead == 'n') ADVANCE(960); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 945: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') ADVANCE(942); - if (lookahead == 's') ADVANCE(946); + if (lookahead == 'n') ADVANCE(961); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 946: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') ADVANCE(992); + if (lookahead == 'n') ADVANCE(899); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 947: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') ADVANCE(938); + if (lookahead == 'o') ADVANCE(966); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 948: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') ADVANCE(941); + if (lookahead == 'o') ADVANCE(943); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 949: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') ADVANCE(924); + if (lookahead == 'o') ADVANCE(938); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 950: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') ADVANCE(926); + if (lookahead == 'o') ADVANCE(936); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 951: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') ADVANCE(960); + if (lookahead == 'o') ADVANCE(909); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 952: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(339); + if (lookahead == 'o') ADVANCE(949); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 953: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(976); + if (lookahead == 'r') ADVANCE(918); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 954: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(948); + if (lookahead == 'r') ADVANCE(328); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 955: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(966); + if (lookahead == 'r') ADVANCE(967); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 956: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(928); + if (lookahead == 'r') ADVANCE(899); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 957: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(936); + if (lookahead == 's') ADVANCE(921); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 958: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'm') ADVANCE(949); + if (lookahead == 's') ADVANCE(962); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 959: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') ADVANCE(979); + if (lookahead == 't') ADVANCE(333); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 960: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') ADVANCE(980); + if (lookahead == 't') ADVANCE(327); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 961: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') ADVANCE(907); + if (lookahead == 't') ADVANCE(644); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 962: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(987); + if (lookahead == 't') ADVANCE(645); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 963: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(958); + if (lookahead == 't') ADVANCE(953); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 964: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(952); + if (lookahead == 't') ADVANCE(956); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 965: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(950); + if (lookahead == 't') ADVANCE(948); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 966: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(917); + if (lookahead == 'u') ADVANCE(914); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 967: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(964); + if (lookahead == 'u') ADVANCE(920); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 968: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(972); + if (lookahead == 'x') ADVANCE(898); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 969: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'p') ADVANCE(933); + if (lookahead == 'x') ADVANCE(899); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 970: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(927); + if (lookahead == 'z') ADVANCE(923); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'y')) ADVANCE(972); END_STATE(); case 971: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(334); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + lookahead == '_') ADVANCE(626); END_STATE(); case 972: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(633); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(972); END_STATE(); case 973: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(988); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); - END_STATE(); - case 974: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(907); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); - END_STATE(); - case 975: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(919); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); - END_STATE(); - case 976: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') ADVANCE(930); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); - END_STATE(); - case 977: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') ADVANCE(981); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); - END_STATE(); - case 978: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(339); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); - END_STATE(); - case 979: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(333); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); - END_STATE(); - case 980: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(651); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); - END_STATE(); - case 981: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(652); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); - END_STATE(); - case 982: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(970); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); - END_STATE(); - case 983: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(974); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); - END_STATE(); - case 984: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(968); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); - END_STATE(); - case 985: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(963); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); - END_STATE(); - case 986: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(932); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); - END_STATE(); - case 987: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'u') ADVANCE(923); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); - END_STATE(); - case 988: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'u') ADVANCE(929); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); - END_STATE(); - case 989: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'w') ADVANCE(902); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); - END_STATE(); - case 990: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'x') ADVANCE(906); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); - END_STATE(); - case 991: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'x') ADVANCE(907); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); - END_STATE(); - case 992: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'z') ADVANCE(935); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'y')) ADVANCE(994); - END_STATE(); - case 993: - ACCEPT_TOKEN(sym_identifier); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(632); - END_STATE(); - case 994: - ACCEPT_TOKEN(sym_identifier); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(994); - END_STATE(); - case 995: ACCEPT_TOKEN(sym_comment); END_STATE(); - case 996: + case 974: ACCEPT_TOKEN(sym_comment); - if (lookahead == '\r') ADVANCE(998); - if (lookahead == '\\') ADVANCE(267); + if (lookahead == '\r') ADVANCE(976); + if (lookahead == '\\') ADVANCE(257); if (lookahead != 0 && - lookahead != '\n') ADVANCE(998); + lookahead != '\n') ADVANCE(976); END_STATE(); - case 997: + case 975: ACCEPT_TOKEN(sym_comment); - if (lookahead == '\\') ADVANCE(209); + if (lookahead == '\\') ADVANCE(199); if (lookahead != 0 && - lookahead != '\n') ADVANCE(997); + lookahead != '\n') ADVANCE(975); END_STATE(); - case 998: + case 976: ACCEPT_TOKEN(sym_comment); - if (lookahead == '\\') ADVANCE(267); + if (lookahead == '\\') ADVANCE(257); if (lookahead != 0 && - lookahead != '\n') ADVANCE(998); + lookahead != '\n') ADVANCE(976); END_STATE(); - case 999: + case 977: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && - lookahead != '\\') ADVANCE(997); - if (lookahead == '\\') ADVANCE(209); + lookahead != '\\') ADVANCE(975); + if (lookahead == '\\') ADVANCE(199); END_STATE(); - case 1000: + case 978: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && - lookahead != '\\') ADVANCE(998); - if (lookahead == '\\') ADVANCE(267); + lookahead != '\\') ADVANCE(976); + if (lookahead == '\\') ADVANCE(257); END_STATE(); - case 1001: + case 979: ACCEPT_TOKEN(anon_sym_GT2); END_STATE(); - case 1002: - ACCEPT_TOKEN(sym_operator_name); - END_STATE(); - case 1003: - ACCEPT_TOKEN(sym_operator_name); - if (lookahead == '*') ADVANCE(1002); - END_STATE(); - case 1004: - ACCEPT_TOKEN(sym_operator_name); - if (lookahead == '<') ADVANCE(1005); - if (lookahead == '=') ADVANCE(1002); - END_STATE(); - case 1005: - ACCEPT_TOKEN(sym_operator_name); - if (lookahead == '=') ADVANCE(1002); - END_STATE(); - case 1006: - ACCEPT_TOKEN(sym_operator_name); - if (lookahead == '=') ADVANCE(1002); - if (lookahead == '>') ADVANCE(1005); - END_STATE(); - case 1007: - ACCEPT_TOKEN(sym_operator_name); - if (lookahead == '[') ADVANCE(174); - END_STATE(); - case 1008: - ACCEPT_TOKEN(sym_operator_name); - if (lookahead == '&' || - lookahead == '=') ADVANCE(1002); + case 980: + ACCEPT_TOKEN(anon_sym_DASH_GT_STAR); END_STATE(); - case 1009: - ACCEPT_TOKEN(sym_operator_name); - if (lookahead == '+' || - lookahead == '=') ADVANCE(1002); + case 981: + ACCEPT_TOKEN(anon_sym_LPAREN_RPAREN); END_STATE(); - case 1010: - ACCEPT_TOKEN(sym_operator_name); - if (lookahead == '-' || - lookahead == '=') ADVANCE(1002); - if (lookahead == '>') ADVANCE(1003); + case 982: + ACCEPT_TOKEN(anon_sym_LBRACK_RBRACK); END_STATE(); - case 1011: - ACCEPT_TOKEN(sym_operator_name); - if (lookahead == '=' || - lookahead == '|') ADVANCE(1002); + case 983: + ACCEPT_TOKEN(anon_sym_DQUOTE_DQUOTE); END_STATE(); - case 1012: + case 984: ACCEPT_TOKEN(sym_literal_suffix); - if (lookahead == '"') ADVANCE(383); + if (lookahead == '"') ADVANCE(377); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1016); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(988); END_STATE(); - case 1013: + case 985: ACCEPT_TOKEN(sym_literal_suffix); - if (lookahead == '"') ADVANCE(385); + if (lookahead == '"') ADVANCE(379); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1016); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(988); END_STATE(); - case 1014: + case 986: ACCEPT_TOKEN(sym_literal_suffix); - if (lookahead == '"') ADVANCE(384); - if (lookahead == '8') ADVANCE(1015); + if (lookahead == '"') ADVANCE(378); + if (lookahead == '8') ADVANCE(987); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1016); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(988); END_STATE(); - case 1015: + case 987: ACCEPT_TOKEN(sym_literal_suffix); - if (lookahead == '"') ADVANCE(386); + if (lookahead == '"') ADVANCE(380); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1016); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(988); END_STATE(); - case 1016: + case 988: ACCEPT_TOKEN(sym_literal_suffix); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(1016); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(988); END_STATE(); - case 1017: + case 989: ACCEPT_TOKEN(sym_alone_macro); - if (lookahead == '\n') ADVANCE(1017); + if (lookahead == '\n') ADVANCE(989); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(1); END_STATE(); - case 1018: + case 990: ACCEPT_TOKEN(aux_sym_alone_macro_call_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_') ADVANCE(1018); + lookahead == '_') ADVANCE(990); END_STATE(); default: return false; @@ -19584,848 +19376,848 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0, .external_lex_state = 1}, - [1] = {.lex_state = 215, .external_lex_state = 1}, - [2] = {.lex_state = 215, .external_lex_state = 1}, - [3] = {.lex_state = 215, .external_lex_state = 1}, - [4] = {.lex_state = 215, .external_lex_state = 1}, - [5] = {.lex_state = 215, .external_lex_state = 1}, - [6] = {.lex_state = 215, .external_lex_state = 1}, - [7] = {.lex_state = 215, .external_lex_state = 1}, - [8] = {.lex_state = 215, .external_lex_state = 1}, - [9] = {.lex_state = 215, .external_lex_state = 1}, - [10] = {.lex_state = 109, .external_lex_state = 1}, - [11] = {.lex_state = 109, .external_lex_state = 1}, - [12] = {.lex_state = 109, .external_lex_state = 1}, - [13] = {.lex_state = 109, .external_lex_state = 1}, - [14] = {.lex_state = 109, .external_lex_state = 1}, - [15] = {.lex_state = 109, .external_lex_state = 1}, - [16] = {.lex_state = 109, .external_lex_state = 1}, - [17] = {.lex_state = 109, .external_lex_state = 1}, - [18] = {.lex_state = 109, .external_lex_state = 1}, - [19] = {.lex_state = 109, .external_lex_state = 1}, - [20] = {.lex_state = 109, .external_lex_state = 1}, - [21] = {.lex_state = 109, .external_lex_state = 1}, - [22] = {.lex_state = 109, .external_lex_state = 1}, - [23] = {.lex_state = 109, .external_lex_state = 1}, - [24] = {.lex_state = 109, .external_lex_state = 1}, - [25] = {.lex_state = 109, .external_lex_state = 1}, - [26] = {.lex_state = 109, .external_lex_state = 1}, - [27] = {.lex_state = 109, .external_lex_state = 1}, - [28] = {.lex_state = 109, .external_lex_state = 1}, - [29] = {.lex_state = 111, .external_lex_state = 1}, - [30] = {.lex_state = 215, .external_lex_state = 1}, - [31] = {.lex_state = 215, .external_lex_state = 1}, - [32] = {.lex_state = 215, .external_lex_state = 1}, - [33] = {.lex_state = 215, .external_lex_state = 1}, - [34] = {.lex_state = 215, .external_lex_state = 1}, - [35] = {.lex_state = 215, .external_lex_state = 1}, - [36] = {.lex_state = 215, .external_lex_state = 1}, - [37] = {.lex_state = 215, .external_lex_state = 1}, - [38] = {.lex_state = 215, .external_lex_state = 1}, - [39] = {.lex_state = 215, .external_lex_state = 1}, - [40] = {.lex_state = 215, .external_lex_state = 1}, - [41] = {.lex_state = 215, .external_lex_state = 1}, - [42] = {.lex_state = 215, .external_lex_state = 1}, - [43] = {.lex_state = 215, .external_lex_state = 1}, - [44] = {.lex_state = 215, .external_lex_state = 1}, - [45] = {.lex_state = 215, .external_lex_state = 1}, - [46] = {.lex_state = 215, .external_lex_state = 1}, - [47] = {.lex_state = 215, .external_lex_state = 1}, - [48] = {.lex_state = 215, .external_lex_state = 1}, - [49] = {.lex_state = 111, .external_lex_state = 1}, - [50] = {.lex_state = 215, .external_lex_state = 1}, - [51] = {.lex_state = 215, .external_lex_state = 1}, - [52] = {.lex_state = 215, .external_lex_state = 1}, - [53] = {.lex_state = 215, .external_lex_state = 1}, - [54] = {.lex_state = 111, .external_lex_state = 1}, - [55] = {.lex_state = 215, .external_lex_state = 1}, - [56] = {.lex_state = 215, .external_lex_state = 1}, - [57] = {.lex_state = 215, .external_lex_state = 1}, - [58] = {.lex_state = 215, .external_lex_state = 1}, - [59] = {.lex_state = 215, .external_lex_state = 1}, - [60] = {.lex_state = 215, .external_lex_state = 1}, - [61] = {.lex_state = 215, .external_lex_state = 1}, - [62] = {.lex_state = 215, .external_lex_state = 1}, - [63] = {.lex_state = 215, .external_lex_state = 1}, - [64] = {.lex_state = 215, .external_lex_state = 1}, - [65] = {.lex_state = 215, .external_lex_state = 1}, - [66] = {.lex_state = 215, .external_lex_state = 1}, - [67] = {.lex_state = 109, .external_lex_state = 1}, - [68] = {.lex_state = 109, .external_lex_state = 1}, - [69] = {.lex_state = 109, .external_lex_state = 1}, - [70] = {.lex_state = 109, .external_lex_state = 1}, - [71] = {.lex_state = 109, .external_lex_state = 1}, - [72] = {.lex_state = 215, .external_lex_state = 1}, - [73] = {.lex_state = 215, .external_lex_state = 1}, - [74] = {.lex_state = 215, .external_lex_state = 1}, - [75] = {.lex_state = 215, .external_lex_state = 1}, - [76] = {.lex_state = 111, .external_lex_state = 1}, - [77] = {.lex_state = 215, .external_lex_state = 1}, - [78] = {.lex_state = 111, .external_lex_state = 1}, - [79] = {.lex_state = 215, .external_lex_state = 1}, - [80] = {.lex_state = 111, .external_lex_state = 1}, - [81] = {.lex_state = 111, .external_lex_state = 1}, - [82] = {.lex_state = 215, .external_lex_state = 1}, - [83] = {.lex_state = 215, .external_lex_state = 1}, - [84] = {.lex_state = 215, .external_lex_state = 1}, - [85] = {.lex_state = 215, .external_lex_state = 1}, - [86] = {.lex_state = 111, .external_lex_state = 1}, - [87] = {.lex_state = 110, .external_lex_state = 1}, - [88] = {.lex_state = 110, .external_lex_state = 1}, - [89] = {.lex_state = 110, .external_lex_state = 1}, - [90] = {.lex_state = 110, .external_lex_state = 1}, - [91] = {.lex_state = 110, .external_lex_state = 1}, - [92] = {.lex_state = 110, .external_lex_state = 1}, - [93] = {.lex_state = 110, .external_lex_state = 1}, - [94] = {.lex_state = 110, .external_lex_state = 1}, - [95] = {.lex_state = 110, .external_lex_state = 1}, - [96] = {.lex_state = 110, .external_lex_state = 1}, - [97] = {.lex_state = 110, .external_lex_state = 1}, - [98] = {.lex_state = 110, .external_lex_state = 1}, - [99] = {.lex_state = 110, .external_lex_state = 1}, - [100] = {.lex_state = 110, .external_lex_state = 1}, - [101] = {.lex_state = 110, .external_lex_state = 1}, - [102] = {.lex_state = 109, .external_lex_state = 1}, - [103] = {.lex_state = 109, .external_lex_state = 1}, - [104] = {.lex_state = 111, .external_lex_state = 1}, - [105] = {.lex_state = 109, .external_lex_state = 1}, - [106] = {.lex_state = 215, .external_lex_state = 1}, - [107] = {.lex_state = 215, .external_lex_state = 1}, - [108] = {.lex_state = 215, .external_lex_state = 1}, - [109] = {.lex_state = 109, .external_lex_state = 1}, - [110] = {.lex_state = 111, .external_lex_state = 1}, - [111] = {.lex_state = 109, .external_lex_state = 1}, - [112] = {.lex_state = 215, .external_lex_state = 1}, - [113] = {.lex_state = 109, .external_lex_state = 1}, - [114] = {.lex_state = 109, .external_lex_state = 1}, - [115] = {.lex_state = 109, .external_lex_state = 1}, - [116] = {.lex_state = 109, .external_lex_state = 1}, - [117] = {.lex_state = 109, .external_lex_state = 1}, - [118] = {.lex_state = 109, .external_lex_state = 1}, - [119] = {.lex_state = 109, .external_lex_state = 1}, - [120] = {.lex_state = 109, .external_lex_state = 1}, - [121] = {.lex_state = 109, .external_lex_state = 1}, - [122] = {.lex_state = 109, .external_lex_state = 1}, - [123] = {.lex_state = 109, .external_lex_state = 1}, - [124] = {.lex_state = 109, .external_lex_state = 1}, - [125] = {.lex_state = 109, .external_lex_state = 1}, - [126] = {.lex_state = 109, .external_lex_state = 1}, - [127] = {.lex_state = 109, .external_lex_state = 1}, - [128] = {.lex_state = 109, .external_lex_state = 1}, - [129] = {.lex_state = 109, .external_lex_state = 1}, - [130] = {.lex_state = 109, .external_lex_state = 1}, - [131] = {.lex_state = 109, .external_lex_state = 1}, - [132] = {.lex_state = 109, .external_lex_state = 1}, - [133] = {.lex_state = 109, .external_lex_state = 1}, - [134] = {.lex_state = 109, .external_lex_state = 1}, - [135] = {.lex_state = 109, .external_lex_state = 1}, - [136] = {.lex_state = 109, .external_lex_state = 1}, - [137] = {.lex_state = 109, .external_lex_state = 1}, - [138] = {.lex_state = 109, .external_lex_state = 1}, - [139] = {.lex_state = 109, .external_lex_state = 1}, - [140] = {.lex_state = 109, .external_lex_state = 1}, - [141] = {.lex_state = 109, .external_lex_state = 1}, - [142] = {.lex_state = 109, .external_lex_state = 1}, - [143] = {.lex_state = 109, .external_lex_state = 1}, - [144] = {.lex_state = 109, .external_lex_state = 1}, - [145] = {.lex_state = 109, .external_lex_state = 1}, - [146] = {.lex_state = 109, .external_lex_state = 1}, - [147] = {.lex_state = 109, .external_lex_state = 1}, - [148] = {.lex_state = 109, .external_lex_state = 1}, - [149] = {.lex_state = 109, .external_lex_state = 1}, - [150] = {.lex_state = 109, .external_lex_state = 1}, - [151] = {.lex_state = 109, .external_lex_state = 1}, - [152] = {.lex_state = 109, .external_lex_state = 1}, - [153] = {.lex_state = 109, .external_lex_state = 1}, - [154] = {.lex_state = 109, .external_lex_state = 1}, - [155] = {.lex_state = 109, .external_lex_state = 1}, - [156] = {.lex_state = 109, .external_lex_state = 1}, - [157] = {.lex_state = 109, .external_lex_state = 1}, - [158] = {.lex_state = 109, .external_lex_state = 1}, - [159] = {.lex_state = 109, .external_lex_state = 1}, - [160] = {.lex_state = 109, .external_lex_state = 1}, - [161] = {.lex_state = 109, .external_lex_state = 1}, - [162] = {.lex_state = 109, .external_lex_state = 1}, - [163] = {.lex_state = 109, .external_lex_state = 1}, - [164] = {.lex_state = 109, .external_lex_state = 1}, - [165] = {.lex_state = 109, .external_lex_state = 1}, - [166] = {.lex_state = 109, .external_lex_state = 1}, - [167] = {.lex_state = 109, .external_lex_state = 1}, - [168] = {.lex_state = 109, .external_lex_state = 1}, - [169] = {.lex_state = 109, .external_lex_state = 1}, - [170] = {.lex_state = 109, .external_lex_state = 1}, - [171] = {.lex_state = 109, .external_lex_state = 1}, - [172] = {.lex_state = 109, .external_lex_state = 1}, - [173] = {.lex_state = 109, .external_lex_state = 1}, - [174] = {.lex_state = 109, .external_lex_state = 1}, - [175] = {.lex_state = 109, .external_lex_state = 1}, - [176] = {.lex_state = 109, .external_lex_state = 1}, - [177] = {.lex_state = 109, .external_lex_state = 1}, - [178] = {.lex_state = 109, .external_lex_state = 1}, - [179] = {.lex_state = 109, .external_lex_state = 1}, - [180] = {.lex_state = 109, .external_lex_state = 1}, - [181] = {.lex_state = 109, .external_lex_state = 1}, - [182] = {.lex_state = 109, .external_lex_state = 1}, - [183] = {.lex_state = 109, .external_lex_state = 1}, - [184] = {.lex_state = 109, .external_lex_state = 1}, - [185] = {.lex_state = 109, .external_lex_state = 1}, - [186] = {.lex_state = 109, .external_lex_state = 1}, - [187] = {.lex_state = 109, .external_lex_state = 1}, - [188] = {.lex_state = 109, .external_lex_state = 1}, - [189] = {.lex_state = 109, .external_lex_state = 1}, - [190] = {.lex_state = 109, .external_lex_state = 1}, - [191] = {.lex_state = 109, .external_lex_state = 1}, - [192] = {.lex_state = 215, .external_lex_state = 1}, - [193] = {.lex_state = 109, .external_lex_state = 1}, - [194] = {.lex_state = 215, .external_lex_state = 1}, - [195] = {.lex_state = 109, .external_lex_state = 1}, - [196] = {.lex_state = 109, .external_lex_state = 1}, - [197] = {.lex_state = 215, .external_lex_state = 1}, - [198] = {.lex_state = 109, .external_lex_state = 1}, - [199] = {.lex_state = 109, .external_lex_state = 1}, - [200] = {.lex_state = 109, .external_lex_state = 1}, - [201] = {.lex_state = 109, .external_lex_state = 1}, - [202] = {.lex_state = 111, .external_lex_state = 1}, - [203] = {.lex_state = 109, .external_lex_state = 1}, - [204] = {.lex_state = 109, .external_lex_state = 1}, - [205] = {.lex_state = 109, .external_lex_state = 1}, - [206] = {.lex_state = 109, .external_lex_state = 1}, - [207] = {.lex_state = 215, .external_lex_state = 1}, - [208] = {.lex_state = 109, .external_lex_state = 1}, - [209] = {.lex_state = 109, .external_lex_state = 1}, - [210] = {.lex_state = 109, .external_lex_state = 1}, - [211] = {.lex_state = 109, .external_lex_state = 1}, - [212] = {.lex_state = 111, .external_lex_state = 1}, - [213] = {.lex_state = 109, .external_lex_state = 1}, - [214] = {.lex_state = 109, .external_lex_state = 1}, - [215] = {.lex_state = 109, .external_lex_state = 1}, - [216] = {.lex_state = 109, .external_lex_state = 1}, - [217] = {.lex_state = 109, .external_lex_state = 1}, - [218] = {.lex_state = 109, .external_lex_state = 1}, - [219] = {.lex_state = 111, .external_lex_state = 1}, - [220] = {.lex_state = 109, .external_lex_state = 1}, - [221] = {.lex_state = 109, .external_lex_state = 1}, - [222] = {.lex_state = 109, .external_lex_state = 1}, - [223] = {.lex_state = 109, .external_lex_state = 1}, - [224] = {.lex_state = 109, .external_lex_state = 1}, - [225] = {.lex_state = 109, .external_lex_state = 1}, - [226] = {.lex_state = 109, .external_lex_state = 1}, - [227] = {.lex_state = 109, .external_lex_state = 1}, - [228] = {.lex_state = 109, .external_lex_state = 1}, - [229] = {.lex_state = 215, .external_lex_state = 1}, - [230] = {.lex_state = 109, .external_lex_state = 1}, - [231] = {.lex_state = 215, .external_lex_state = 1}, - [232] = {.lex_state = 109, .external_lex_state = 1}, - [233] = {.lex_state = 109, .external_lex_state = 1}, - [234] = {.lex_state = 109, .external_lex_state = 1}, - [235] = {.lex_state = 109, .external_lex_state = 1}, - [236] = {.lex_state = 109, .external_lex_state = 1}, - [237] = {.lex_state = 109, .external_lex_state = 1}, - [238] = {.lex_state = 109, .external_lex_state = 1}, - [239] = {.lex_state = 109, .external_lex_state = 1}, - [240] = {.lex_state = 109, .external_lex_state = 1}, - [241] = {.lex_state = 109, .external_lex_state = 1}, - [242] = {.lex_state = 109, .external_lex_state = 1}, - [243] = {.lex_state = 109, .external_lex_state = 1}, - [244] = {.lex_state = 109, .external_lex_state = 1}, - [245] = {.lex_state = 109, .external_lex_state = 1}, - [246] = {.lex_state = 109, .external_lex_state = 1}, - [247] = {.lex_state = 109, .external_lex_state = 1}, - [248] = {.lex_state = 109, .external_lex_state = 1}, - [249] = {.lex_state = 109, .external_lex_state = 1}, - [250] = {.lex_state = 109, .external_lex_state = 1}, - [251] = {.lex_state = 109, .external_lex_state = 1}, - [252] = {.lex_state = 109, .external_lex_state = 1}, - [253] = {.lex_state = 215, .external_lex_state = 1}, - [254] = {.lex_state = 111, .external_lex_state = 1}, - [255] = {.lex_state = 215, .external_lex_state = 1}, - [256] = {.lex_state = 215, .external_lex_state = 1}, - [257] = {.lex_state = 215, .external_lex_state = 1}, - [258] = {.lex_state = 215, .external_lex_state = 1}, - [259] = {.lex_state = 215, .external_lex_state = 1}, - [260] = {.lex_state = 215, .external_lex_state = 1}, - [261] = {.lex_state = 215, .external_lex_state = 1}, - [262] = {.lex_state = 215, .external_lex_state = 1}, - [263] = {.lex_state = 215, .external_lex_state = 1}, - [264] = {.lex_state = 215, .external_lex_state = 1}, - [265] = {.lex_state = 215, .external_lex_state = 1}, - [266] = {.lex_state = 215, .external_lex_state = 1}, - [267] = {.lex_state = 215, .external_lex_state = 1}, - [268] = {.lex_state = 215, .external_lex_state = 1}, - [269] = {.lex_state = 215, .external_lex_state = 1}, - [270] = {.lex_state = 215, .external_lex_state = 1}, - [271] = {.lex_state = 215, .external_lex_state = 1}, - [272] = {.lex_state = 111, .external_lex_state = 1}, - [273] = {.lex_state = 215, .external_lex_state = 1}, - [274] = {.lex_state = 215, .external_lex_state = 1}, - [275] = {.lex_state = 215, .external_lex_state = 1}, - [276] = {.lex_state = 215, .external_lex_state = 1}, - [277] = {.lex_state = 215, .external_lex_state = 1}, - [278] = {.lex_state = 215, .external_lex_state = 1}, - [279] = {.lex_state = 215, .external_lex_state = 1}, - [280] = {.lex_state = 215, .external_lex_state = 1}, - [281] = {.lex_state = 215, .external_lex_state = 1}, - [282] = {.lex_state = 215, .external_lex_state = 1}, - [283] = {.lex_state = 215, .external_lex_state = 1}, - [284] = {.lex_state = 215, .external_lex_state = 1}, - [285] = {.lex_state = 111, .external_lex_state = 1}, - [286] = {.lex_state = 111, .external_lex_state = 1}, - [287] = {.lex_state = 111, .external_lex_state = 1}, - [288] = {.lex_state = 111, .external_lex_state = 1}, - [289] = {.lex_state = 215, .external_lex_state = 1}, - [290] = {.lex_state = 111, .external_lex_state = 1}, - [291] = {.lex_state = 111, .external_lex_state = 1}, - [292] = {.lex_state = 111, .external_lex_state = 1}, - [293] = {.lex_state = 215, .external_lex_state = 1}, - [294] = {.lex_state = 215, .external_lex_state = 1}, - [295] = {.lex_state = 111, .external_lex_state = 1}, - [296] = {.lex_state = 111, .external_lex_state = 1}, - [297] = {.lex_state = 111, .external_lex_state = 1}, - [298] = {.lex_state = 111, .external_lex_state = 1}, - [299] = {.lex_state = 111, .external_lex_state = 1}, - [300] = {.lex_state = 111, .external_lex_state = 1}, - [301] = {.lex_state = 111, .external_lex_state = 1}, - [302] = {.lex_state = 215, .external_lex_state = 1}, - [303] = {.lex_state = 111, .external_lex_state = 1}, - [304] = {.lex_state = 111, .external_lex_state = 1}, - [305] = {.lex_state = 111, .external_lex_state = 1}, - [306] = {.lex_state = 111, .external_lex_state = 1}, - [307] = {.lex_state = 111, .external_lex_state = 1}, - [308] = {.lex_state = 215, .external_lex_state = 1}, - [309] = {.lex_state = 111, .external_lex_state = 1}, - [310] = {.lex_state = 111, .external_lex_state = 1}, - [311] = {.lex_state = 111, .external_lex_state = 1}, - [312] = {.lex_state = 111, .external_lex_state = 1}, - [313] = {.lex_state = 111, .external_lex_state = 1}, - [314] = {.lex_state = 111, .external_lex_state = 1}, - [315] = {.lex_state = 215, .external_lex_state = 1}, - [316] = {.lex_state = 215, .external_lex_state = 1}, - [317] = {.lex_state = 215, .external_lex_state = 1}, - [318] = {.lex_state = 215, .external_lex_state = 1}, - [319] = {.lex_state = 215, .external_lex_state = 1}, - [320] = {.lex_state = 215, .external_lex_state = 1}, - [321] = {.lex_state = 215, .external_lex_state = 1}, - [322] = {.lex_state = 215, .external_lex_state = 1}, - [323] = {.lex_state = 215, .external_lex_state = 1}, - [324] = {.lex_state = 111, .external_lex_state = 1}, - [325] = {.lex_state = 111, .external_lex_state = 1}, - [326] = {.lex_state = 111, .external_lex_state = 1}, - [327] = {.lex_state = 215, .external_lex_state = 1}, - [328] = {.lex_state = 215, .external_lex_state = 1}, - [329] = {.lex_state = 215, .external_lex_state = 1}, - [330] = {.lex_state = 215, .external_lex_state = 1}, - [331] = {.lex_state = 215, .external_lex_state = 1}, - [332] = {.lex_state = 215, .external_lex_state = 1}, - [333] = {.lex_state = 111, .external_lex_state = 1}, - [334] = {.lex_state = 111, .external_lex_state = 1}, - [335] = {.lex_state = 215, .external_lex_state = 1}, - [336] = {.lex_state = 111, .external_lex_state = 1}, - [337] = {.lex_state = 111, .external_lex_state = 1}, - [338] = {.lex_state = 111, .external_lex_state = 1}, - [339] = {.lex_state = 111, .external_lex_state = 1}, - [340] = {.lex_state = 215, .external_lex_state = 1}, - [341] = {.lex_state = 111, .external_lex_state = 1}, - [342] = {.lex_state = 215, .external_lex_state = 1}, - [343] = {.lex_state = 215, .external_lex_state = 1}, - [344] = {.lex_state = 215, .external_lex_state = 1}, - [345] = {.lex_state = 215, .external_lex_state = 1}, - [346] = {.lex_state = 215, .external_lex_state = 1}, - [347] = {.lex_state = 215, .external_lex_state = 1}, - [348] = {.lex_state = 215, .external_lex_state = 1}, - [349] = {.lex_state = 215, .external_lex_state = 1}, - [350] = {.lex_state = 111, .external_lex_state = 1}, - [351] = {.lex_state = 111, .external_lex_state = 1}, - [352] = {.lex_state = 111, .external_lex_state = 1}, - [353] = {.lex_state = 111, .external_lex_state = 1}, - [354] = {.lex_state = 215, .external_lex_state = 1}, - [355] = {.lex_state = 111, .external_lex_state = 1}, - [356] = {.lex_state = 215, .external_lex_state = 1}, - [357] = {.lex_state = 111, .external_lex_state = 1}, - [358] = {.lex_state = 215, .external_lex_state = 1}, - [359] = {.lex_state = 111, .external_lex_state = 1}, - [360] = {.lex_state = 215, .external_lex_state = 1}, - [361] = {.lex_state = 215, .external_lex_state = 1}, - [362] = {.lex_state = 215, .external_lex_state = 1}, - [363] = {.lex_state = 215, .external_lex_state = 1}, - [364] = {.lex_state = 215, .external_lex_state = 1}, - [365] = {.lex_state = 215, .external_lex_state = 1}, - [366] = {.lex_state = 215, .external_lex_state = 1}, - [367] = {.lex_state = 215, .external_lex_state = 1}, - [368] = {.lex_state = 215, .external_lex_state = 1}, - [369] = {.lex_state = 215, .external_lex_state = 1}, - [370] = {.lex_state = 215, .external_lex_state = 1}, - [371] = {.lex_state = 215, .external_lex_state = 1}, - [372] = {.lex_state = 215, .external_lex_state = 1}, - [373] = {.lex_state = 215, .external_lex_state = 1}, - [374] = {.lex_state = 215, .external_lex_state = 1}, - [375] = {.lex_state = 111, .external_lex_state = 1}, - [376] = {.lex_state = 111, .external_lex_state = 1}, - [377] = {.lex_state = 215, .external_lex_state = 1}, - [378] = {.lex_state = 215, .external_lex_state = 1}, - [379] = {.lex_state = 215, .external_lex_state = 1}, - [380] = {.lex_state = 215, .external_lex_state = 1}, - [381] = {.lex_state = 215, .external_lex_state = 1}, - [382] = {.lex_state = 215, .external_lex_state = 1}, - [383] = {.lex_state = 215, .external_lex_state = 1}, - [384] = {.lex_state = 215, .external_lex_state = 1}, - [385] = {.lex_state = 215, .external_lex_state = 1}, - [386] = {.lex_state = 215, .external_lex_state = 1}, - [387] = {.lex_state = 215, .external_lex_state = 1}, - [388] = {.lex_state = 215, .external_lex_state = 1}, - [389] = {.lex_state = 215, .external_lex_state = 1}, - [390] = {.lex_state = 215, .external_lex_state = 1}, - [391] = {.lex_state = 215, .external_lex_state = 1}, - [392] = {.lex_state = 215, .external_lex_state = 1}, - [393] = {.lex_state = 215, .external_lex_state = 1}, - [394] = {.lex_state = 215, .external_lex_state = 1}, - [395] = {.lex_state = 215, .external_lex_state = 1}, - [396] = {.lex_state = 215, .external_lex_state = 1}, - [397] = {.lex_state = 215, .external_lex_state = 1}, - [398] = {.lex_state = 111, .external_lex_state = 1}, - [399] = {.lex_state = 215, .external_lex_state = 1}, - [400] = {.lex_state = 215, .external_lex_state = 1}, - [401] = {.lex_state = 215, .external_lex_state = 1}, - [402] = {.lex_state = 215, .external_lex_state = 1}, - [403] = {.lex_state = 215, .external_lex_state = 1}, - [404] = {.lex_state = 215, .external_lex_state = 1}, - [405] = {.lex_state = 215, .external_lex_state = 1}, - [406] = {.lex_state = 215, .external_lex_state = 1}, - [407] = {.lex_state = 215, .external_lex_state = 1}, - [408] = {.lex_state = 215, .external_lex_state = 1}, - [409] = {.lex_state = 215, .external_lex_state = 1}, - [410] = {.lex_state = 215, .external_lex_state = 1}, - [411] = {.lex_state = 215, .external_lex_state = 1}, - [412] = {.lex_state = 215, .external_lex_state = 1}, - [413] = {.lex_state = 215, .external_lex_state = 1}, - [414] = {.lex_state = 215, .external_lex_state = 1}, - [415] = {.lex_state = 215, .external_lex_state = 1}, - [416] = {.lex_state = 215, .external_lex_state = 1}, - [417] = {.lex_state = 215, .external_lex_state = 1}, - [418] = {.lex_state = 215, .external_lex_state = 1}, - [419] = {.lex_state = 215, .external_lex_state = 1}, - [420] = {.lex_state = 215, .external_lex_state = 1}, - [421] = {.lex_state = 215, .external_lex_state = 1}, - [422] = {.lex_state = 215, .external_lex_state = 1}, - [423] = {.lex_state = 215, .external_lex_state = 1}, - [424] = {.lex_state = 215, .external_lex_state = 1}, - [425] = {.lex_state = 215, .external_lex_state = 1}, - [426] = {.lex_state = 111, .external_lex_state = 1}, - [427] = {.lex_state = 215, .external_lex_state = 1}, - [428] = {.lex_state = 215, .external_lex_state = 1}, - [429] = {.lex_state = 215, .external_lex_state = 1}, - [430] = {.lex_state = 111, .external_lex_state = 1}, - [431] = {.lex_state = 215, .external_lex_state = 1}, - [432] = {.lex_state = 215, .external_lex_state = 1}, - [433] = {.lex_state = 215, .external_lex_state = 1}, - [434] = {.lex_state = 111, .external_lex_state = 1}, - [435] = {.lex_state = 111, .external_lex_state = 1}, - [436] = {.lex_state = 111, .external_lex_state = 1}, - [437] = {.lex_state = 215, .external_lex_state = 1}, - [438] = {.lex_state = 215, .external_lex_state = 1}, - [439] = {.lex_state = 111, .external_lex_state = 1}, - [440] = {.lex_state = 111, .external_lex_state = 1}, - [441] = {.lex_state = 111, .external_lex_state = 1}, - [442] = {.lex_state = 215, .external_lex_state = 1}, - [443] = {.lex_state = 111, .external_lex_state = 1}, - [444] = {.lex_state = 111, .external_lex_state = 1}, - [445] = {.lex_state = 111, .external_lex_state = 1}, - [446] = {.lex_state = 111, .external_lex_state = 1}, - [447] = {.lex_state = 215, .external_lex_state = 1}, - [448] = {.lex_state = 215, .external_lex_state = 1}, - [449] = {.lex_state = 215, .external_lex_state = 1}, - [450] = {.lex_state = 111, .external_lex_state = 1}, - [451] = {.lex_state = 111, .external_lex_state = 1}, - [452] = {.lex_state = 111, .external_lex_state = 1}, - [453] = {.lex_state = 111, .external_lex_state = 1}, - [454] = {.lex_state = 215, .external_lex_state = 1}, - [455] = {.lex_state = 111, .external_lex_state = 1}, - [456] = {.lex_state = 111, .external_lex_state = 1}, - [457] = {.lex_state = 111, .external_lex_state = 1}, - [458] = {.lex_state = 111, .external_lex_state = 1}, - [459] = {.lex_state = 215, .external_lex_state = 1}, - [460] = {.lex_state = 111, .external_lex_state = 1}, - [461] = {.lex_state = 215, .external_lex_state = 1}, - [462] = {.lex_state = 111, .external_lex_state = 1}, - [463] = {.lex_state = 215, .external_lex_state = 1}, - [464] = {.lex_state = 215, .external_lex_state = 1}, - [465] = {.lex_state = 111, .external_lex_state = 1}, - [466] = {.lex_state = 215, .external_lex_state = 1}, - [467] = {.lex_state = 215, .external_lex_state = 1}, - [468] = {.lex_state = 215, .external_lex_state = 1}, - [469] = {.lex_state = 215, .external_lex_state = 1}, - [470] = {.lex_state = 215, .external_lex_state = 1}, - [471] = {.lex_state = 111, .external_lex_state = 1}, - [472] = {.lex_state = 111, .external_lex_state = 1}, - [473] = {.lex_state = 111, .external_lex_state = 1}, - [474] = {.lex_state = 215, .external_lex_state = 1}, - [475] = {.lex_state = 111, .external_lex_state = 1}, - [476] = {.lex_state = 215, .external_lex_state = 1}, - [477] = {.lex_state = 111, .external_lex_state = 1}, - [478] = {.lex_state = 215, .external_lex_state = 1}, - [479] = {.lex_state = 111, .external_lex_state = 1}, - [480] = {.lex_state = 215, .external_lex_state = 1}, - [481] = {.lex_state = 111, .external_lex_state = 1}, - [482] = {.lex_state = 215, .external_lex_state = 1}, - [483] = {.lex_state = 111, .external_lex_state = 1}, - [484] = {.lex_state = 215, .external_lex_state = 1}, - [485] = {.lex_state = 215, .external_lex_state = 1}, - [486] = {.lex_state = 215, .external_lex_state = 1}, - [487] = {.lex_state = 215, .external_lex_state = 1}, - [488] = {.lex_state = 215, .external_lex_state = 1}, - [489] = {.lex_state = 111, .external_lex_state = 1}, - [490] = {.lex_state = 215, .external_lex_state = 1}, - [491] = {.lex_state = 215, .external_lex_state = 1}, - [492] = {.lex_state = 215, .external_lex_state = 1}, - [493] = {.lex_state = 111, .external_lex_state = 1}, - [494] = {.lex_state = 215, .external_lex_state = 1}, - [495] = {.lex_state = 215, .external_lex_state = 1}, - [496] = {.lex_state = 215, .external_lex_state = 1}, - [497] = {.lex_state = 215, .external_lex_state = 1}, - [498] = {.lex_state = 215, .external_lex_state = 1}, - [499] = {.lex_state = 215, .external_lex_state = 1}, - [500] = {.lex_state = 215, .external_lex_state = 1}, - [501] = {.lex_state = 111, .external_lex_state = 1}, - [502] = {.lex_state = 215, .external_lex_state = 1}, - [503] = {.lex_state = 215, .external_lex_state = 1}, - [504] = {.lex_state = 111, .external_lex_state = 1}, - [505] = {.lex_state = 111, .external_lex_state = 1}, - [506] = {.lex_state = 147}, - [507] = {.lex_state = 111, .external_lex_state = 1}, - [508] = {.lex_state = 111, .external_lex_state = 1}, - [509] = {.lex_state = 215, .external_lex_state = 1}, - [510] = {.lex_state = 215, .external_lex_state = 1}, - [511] = {.lex_state = 215, .external_lex_state = 1}, - [512] = {.lex_state = 215, .external_lex_state = 1}, - [513] = {.lex_state = 215, .external_lex_state = 1}, - [514] = {.lex_state = 111, .external_lex_state = 1}, - [515] = {.lex_state = 111, .external_lex_state = 1}, - [516] = {.lex_state = 111, .external_lex_state = 1}, - [517] = {.lex_state = 111, .external_lex_state = 1}, - [518] = {.lex_state = 215, .external_lex_state = 1}, - [519] = {.lex_state = 215, .external_lex_state = 1}, - [520] = {.lex_state = 111, .external_lex_state = 1}, - [521] = {.lex_state = 111, .external_lex_state = 1}, - [522] = {.lex_state = 215, .external_lex_state = 1}, - [523] = {.lex_state = 111, .external_lex_state = 1}, - [524] = {.lex_state = 215, .external_lex_state = 1}, - [525] = {.lex_state = 111, .external_lex_state = 1}, - [526] = {.lex_state = 111, .external_lex_state = 1}, - [527] = {.lex_state = 215, .external_lex_state = 1}, - [528] = {.lex_state = 147}, - [529] = {.lex_state = 215, .external_lex_state = 1}, - [530] = {.lex_state = 111, .external_lex_state = 1}, - [531] = {.lex_state = 215, .external_lex_state = 1}, - [532] = {.lex_state = 111, .external_lex_state = 1}, - [533] = {.lex_state = 215, .external_lex_state = 1}, - [534] = {.lex_state = 215, .external_lex_state = 1}, - [535] = {.lex_state = 215, .external_lex_state = 1}, - [536] = {.lex_state = 215, .external_lex_state = 1}, - [537] = {.lex_state = 215, .external_lex_state = 1}, - [538] = {.lex_state = 215, .external_lex_state = 1}, - [539] = {.lex_state = 111, .external_lex_state = 1}, - [540] = {.lex_state = 147}, - [541] = {.lex_state = 111, .external_lex_state = 1}, - [542] = {.lex_state = 147}, - [543] = {.lex_state = 147}, - [544] = {.lex_state = 215, .external_lex_state = 1}, - [545] = {.lex_state = 111, .external_lex_state = 1}, - [546] = {.lex_state = 215, .external_lex_state = 1}, - [547] = {.lex_state = 215, .external_lex_state = 1}, - [548] = {.lex_state = 215, .external_lex_state = 1}, - [549] = {.lex_state = 111, .external_lex_state = 1}, - [550] = {.lex_state = 111, .external_lex_state = 1}, - [551] = {.lex_state = 111, .external_lex_state = 1}, - [552] = {.lex_state = 147}, - [553] = {.lex_state = 147}, - [554] = {.lex_state = 111, .external_lex_state = 1}, - [555] = {.lex_state = 147}, - [556] = {.lex_state = 147}, - [557] = {.lex_state = 147}, - [558] = {.lex_state = 215, .external_lex_state = 1}, - [559] = {.lex_state = 215, .external_lex_state = 1}, - [560] = {.lex_state = 215, .external_lex_state = 1}, - [561] = {.lex_state = 215, .external_lex_state = 1}, - [562] = {.lex_state = 215, .external_lex_state = 1}, - [563] = {.lex_state = 111, .external_lex_state = 1}, - [564] = {.lex_state = 215, .external_lex_state = 1}, - [565] = {.lex_state = 215, .external_lex_state = 1}, - [566] = {.lex_state = 215, .external_lex_state = 1}, - [567] = {.lex_state = 111, .external_lex_state = 1}, - [568] = {.lex_state = 215, .external_lex_state = 1}, - [569] = {.lex_state = 215, .external_lex_state = 1}, - [570] = {.lex_state = 215, .external_lex_state = 1}, - [571] = {.lex_state = 215, .external_lex_state = 1}, - [572] = {.lex_state = 215, .external_lex_state = 1}, - [573] = {.lex_state = 215, .external_lex_state = 1}, - [574] = {.lex_state = 215, .external_lex_state = 1}, - [575] = {.lex_state = 215, .external_lex_state = 1}, - [576] = {.lex_state = 215, .external_lex_state = 1}, - [577] = {.lex_state = 215, .external_lex_state = 1}, - [578] = {.lex_state = 215, .external_lex_state = 1}, - [579] = {.lex_state = 111, .external_lex_state = 1}, - [580] = {.lex_state = 111, .external_lex_state = 1}, - [581] = {.lex_state = 111, .external_lex_state = 1}, - [582] = {.lex_state = 215, .external_lex_state = 1}, - [583] = {.lex_state = 215, .external_lex_state = 1}, - [584] = {.lex_state = 215, .external_lex_state = 1}, - [585] = {.lex_state = 215, .external_lex_state = 1}, - [586] = {.lex_state = 215, .external_lex_state = 1}, - [587] = {.lex_state = 215, .external_lex_state = 1}, - [588] = {.lex_state = 215, .external_lex_state = 1}, - [589] = {.lex_state = 215, .external_lex_state = 1}, - [590] = {.lex_state = 111, .external_lex_state = 1}, - [591] = {.lex_state = 111, .external_lex_state = 1}, - [592] = {.lex_state = 215, .external_lex_state = 1}, - [593] = {.lex_state = 111, .external_lex_state = 1}, - [594] = {.lex_state = 215, .external_lex_state = 1}, - [595] = {.lex_state = 215, .external_lex_state = 1}, - [596] = {.lex_state = 111, .external_lex_state = 1}, - [597] = {.lex_state = 147}, - [598] = {.lex_state = 215, .external_lex_state = 1}, - [599] = {.lex_state = 215, .external_lex_state = 1}, - [600] = {.lex_state = 111, .external_lex_state = 1}, - [601] = {.lex_state = 111, .external_lex_state = 1}, - [602] = {.lex_state = 111, .external_lex_state = 1}, - [603] = {.lex_state = 111, .external_lex_state = 1}, - [604] = {.lex_state = 215, .external_lex_state = 1}, - [605] = {.lex_state = 215, .external_lex_state = 1}, - [606] = {.lex_state = 215, .external_lex_state = 1}, - [607] = {.lex_state = 111, .external_lex_state = 1}, - [608] = {.lex_state = 215, .external_lex_state = 1}, - [609] = {.lex_state = 215, .external_lex_state = 1}, - [610] = {.lex_state = 215, .external_lex_state = 1}, - [611] = {.lex_state = 215, .external_lex_state = 1}, - [612] = {.lex_state = 111, .external_lex_state = 1}, - [613] = {.lex_state = 215, .external_lex_state = 1}, - [614] = {.lex_state = 215, .external_lex_state = 1}, - [615] = {.lex_state = 215, .external_lex_state = 1}, - [616] = {.lex_state = 111, .external_lex_state = 1}, - [617] = {.lex_state = 215, .external_lex_state = 1}, - [618] = {.lex_state = 111, .external_lex_state = 1}, - [619] = {.lex_state = 111, .external_lex_state = 1}, - [620] = {.lex_state = 215, .external_lex_state = 1}, - [621] = {.lex_state = 215, .external_lex_state = 1}, - [622] = {.lex_state = 215, .external_lex_state = 1}, - [623] = {.lex_state = 215, .external_lex_state = 1}, - [624] = {.lex_state = 215, .external_lex_state = 1}, - [625] = {.lex_state = 147}, - [626] = {.lex_state = 111, .external_lex_state = 1}, - [627] = {.lex_state = 111, .external_lex_state = 1}, - [628] = {.lex_state = 111, .external_lex_state = 1}, - [629] = {.lex_state = 111, .external_lex_state = 1}, - [630] = {.lex_state = 111, .external_lex_state = 1}, - [631] = {.lex_state = 215, .external_lex_state = 1}, - [632] = {.lex_state = 215, .external_lex_state = 1}, - [633] = {.lex_state = 215, .external_lex_state = 1}, - [634] = {.lex_state = 215, .external_lex_state = 1}, - [635] = {.lex_state = 215, .external_lex_state = 1}, - [636] = {.lex_state = 215, .external_lex_state = 1}, - [637] = {.lex_state = 215, .external_lex_state = 1}, - [638] = {.lex_state = 215, .external_lex_state = 1}, - [639] = {.lex_state = 215, .external_lex_state = 1}, - [640] = {.lex_state = 111, .external_lex_state = 1}, - [641] = {.lex_state = 111, .external_lex_state = 1}, - [642] = {.lex_state = 215, .external_lex_state = 1}, - [643] = {.lex_state = 215, .external_lex_state = 1}, - [644] = {.lex_state = 215, .external_lex_state = 1}, - [645] = {.lex_state = 215, .external_lex_state = 1}, - [646] = {.lex_state = 215, .external_lex_state = 1}, - [647] = {.lex_state = 215, .external_lex_state = 1}, - [648] = {.lex_state = 215, .external_lex_state = 1}, - [649] = {.lex_state = 147}, - [650] = {.lex_state = 147}, - [651] = {.lex_state = 215, .external_lex_state = 1}, - [652] = {.lex_state = 215, .external_lex_state = 1}, - [653] = {.lex_state = 215, .external_lex_state = 1}, - [654] = {.lex_state = 111, .external_lex_state = 1}, - [655] = {.lex_state = 215, .external_lex_state = 1}, - [656] = {.lex_state = 111, .external_lex_state = 1}, - [657] = {.lex_state = 111, .external_lex_state = 1}, - [658] = {.lex_state = 215, .external_lex_state = 1}, - [659] = {.lex_state = 215, .external_lex_state = 1}, - [660] = {.lex_state = 215, .external_lex_state = 1}, + [1] = {.lex_state = 205, .external_lex_state = 1}, + [2] = {.lex_state = 205, .external_lex_state = 1}, + [3] = {.lex_state = 205, .external_lex_state = 1}, + [4] = {.lex_state = 205, .external_lex_state = 1}, + [5] = {.lex_state = 205, .external_lex_state = 1}, + [6] = {.lex_state = 205, .external_lex_state = 1}, + [7] = {.lex_state = 205, .external_lex_state = 1}, + [8] = {.lex_state = 205, .external_lex_state = 1}, + [9] = {.lex_state = 205, .external_lex_state = 1}, + [10] = {.lex_state = 108, .external_lex_state = 1}, + [11] = {.lex_state = 108, .external_lex_state = 1}, + [12] = {.lex_state = 108, .external_lex_state = 1}, + [13] = {.lex_state = 108, .external_lex_state = 1}, + [14] = {.lex_state = 108, .external_lex_state = 1}, + [15] = {.lex_state = 108, .external_lex_state = 1}, + [16] = {.lex_state = 108, .external_lex_state = 1}, + [17] = {.lex_state = 108, .external_lex_state = 1}, + [18] = {.lex_state = 108, .external_lex_state = 1}, + [19] = {.lex_state = 108, .external_lex_state = 1}, + [20] = {.lex_state = 108, .external_lex_state = 1}, + [21] = {.lex_state = 108, .external_lex_state = 1}, + [22] = {.lex_state = 108, .external_lex_state = 1}, + [23] = {.lex_state = 108, .external_lex_state = 1}, + [24] = {.lex_state = 108, .external_lex_state = 1}, + [25] = {.lex_state = 108, .external_lex_state = 1}, + [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}, + [30] = {.lex_state = 205, .external_lex_state = 1}, + [31] = {.lex_state = 205, .external_lex_state = 1}, + [32] = {.lex_state = 205, .external_lex_state = 1}, + [33] = {.lex_state = 205, .external_lex_state = 1}, + [34] = {.lex_state = 205, .external_lex_state = 1}, + [35] = {.lex_state = 205, .external_lex_state = 1}, + [36] = {.lex_state = 205, .external_lex_state = 1}, + [37] = {.lex_state = 205, .external_lex_state = 1}, + [38] = {.lex_state = 205, .external_lex_state = 1}, + [39] = {.lex_state = 205, .external_lex_state = 1}, + [40] = {.lex_state = 205, .external_lex_state = 1}, + [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}, + [45] = {.lex_state = 205, .external_lex_state = 1}, + [46] = {.lex_state = 205, .external_lex_state = 1}, + [47] = {.lex_state = 205, .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}, + [52] = {.lex_state = 205, .external_lex_state = 1}, + [53] = {.lex_state = 205, .external_lex_state = 1}, + [54] = {.lex_state = 205, .external_lex_state = 1}, + [55] = {.lex_state = 205, .external_lex_state = 1}, + [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}, + [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}, + [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}, + [76] = {.lex_state = 205, .external_lex_state = 1}, + [77] = {.lex_state = 205, .external_lex_state = 1}, + [78] = {.lex_state = 110, .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}, + [85] = {.lex_state = 205, .external_lex_state = 1}, + [86] = {.lex_state = 205, .external_lex_state = 1}, + [87] = {.lex_state = 109, .external_lex_state = 1}, + [88] = {.lex_state = 109, .external_lex_state = 1}, + [89] = {.lex_state = 109, .external_lex_state = 1}, + [90] = {.lex_state = 109, .external_lex_state = 1}, + [91] = {.lex_state = 109, .external_lex_state = 1}, + [92] = {.lex_state = 109, .external_lex_state = 1}, + [93] = {.lex_state = 109, .external_lex_state = 1}, + [94] = {.lex_state = 109, .external_lex_state = 1}, + [95] = {.lex_state = 109, .external_lex_state = 1}, + [96] = {.lex_state = 109, .external_lex_state = 1}, + [97] = {.lex_state = 109, .external_lex_state = 1}, + [98] = {.lex_state = 109, .external_lex_state = 1}, + [99] = {.lex_state = 109, .external_lex_state = 1}, + [100] = {.lex_state = 109, .external_lex_state = 1}, + [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}, + [106] = {.lex_state = 205, .external_lex_state = 1}, + [107] = {.lex_state = 108, .external_lex_state = 1}, + [108] = {.lex_state = 110, .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}, + [113] = {.lex_state = 108, .external_lex_state = 1}, + [114] = {.lex_state = 108, .external_lex_state = 1}, + [115] = {.lex_state = 108, .external_lex_state = 1}, + [116] = {.lex_state = 108, .external_lex_state = 1}, + [117] = {.lex_state = 108, .external_lex_state = 1}, + [118] = {.lex_state = 108, .external_lex_state = 1}, + [119] = {.lex_state = 108, .external_lex_state = 1}, + [120] = {.lex_state = 108, .external_lex_state = 1}, + [121] = {.lex_state = 108, .external_lex_state = 1}, + [122] = {.lex_state = 108, .external_lex_state = 1}, + [123] = {.lex_state = 108, .external_lex_state = 1}, + [124] = {.lex_state = 108, .external_lex_state = 1}, + [125] = {.lex_state = 108, .external_lex_state = 1}, + [126] = {.lex_state = 108, .external_lex_state = 1}, + [127] = {.lex_state = 108, .external_lex_state = 1}, + [128] = {.lex_state = 108, .external_lex_state = 1}, + [129] = {.lex_state = 108, .external_lex_state = 1}, + [130] = {.lex_state = 108, .external_lex_state = 1}, + [131] = {.lex_state = 108, .external_lex_state = 1}, + [132] = {.lex_state = 108, .external_lex_state = 1}, + [133] = {.lex_state = 108, .external_lex_state = 1}, + [134] = {.lex_state = 108, .external_lex_state = 1}, + [135] = {.lex_state = 108, .external_lex_state = 1}, + [136] = {.lex_state = 108, .external_lex_state = 1}, + [137] = {.lex_state = 108, .external_lex_state = 1}, + [138] = {.lex_state = 108, .external_lex_state = 1}, + [139] = {.lex_state = 108, .external_lex_state = 1}, + [140] = {.lex_state = 108, .external_lex_state = 1}, + [141] = {.lex_state = 108, .external_lex_state = 1}, + [142] = {.lex_state = 108, .external_lex_state = 1}, + [143] = {.lex_state = 108, .external_lex_state = 1}, + [144] = {.lex_state = 108, .external_lex_state = 1}, + [145] = {.lex_state = 108, .external_lex_state = 1}, + [146] = {.lex_state = 108, .external_lex_state = 1}, + [147] = {.lex_state = 108, .external_lex_state = 1}, + [148] = {.lex_state = 108, .external_lex_state = 1}, + [149] = {.lex_state = 108, .external_lex_state = 1}, + [150] = {.lex_state = 108, .external_lex_state = 1}, + [151] = {.lex_state = 108, .external_lex_state = 1}, + [152] = {.lex_state = 108, .external_lex_state = 1}, + [153] = {.lex_state = 108, .external_lex_state = 1}, + [154] = {.lex_state = 108, .external_lex_state = 1}, + [155] = {.lex_state = 108, .external_lex_state = 1}, + [156] = {.lex_state = 108, .external_lex_state = 1}, + [157] = {.lex_state = 108, .external_lex_state = 1}, + [158] = {.lex_state = 108, .external_lex_state = 1}, + [159] = {.lex_state = 108, .external_lex_state = 1}, + [160] = {.lex_state = 108, .external_lex_state = 1}, + [161] = {.lex_state = 108, .external_lex_state = 1}, + [162] = {.lex_state = 108, .external_lex_state = 1}, + [163] = {.lex_state = 108, .external_lex_state = 1}, + [164] = {.lex_state = 108, .external_lex_state = 1}, + [165] = {.lex_state = 108, .external_lex_state = 1}, + [166] = {.lex_state = 108, .external_lex_state = 1}, + [167] = {.lex_state = 108, .external_lex_state = 1}, + [168] = {.lex_state = 108, .external_lex_state = 1}, + [169] = {.lex_state = 108, .external_lex_state = 1}, + [170] = {.lex_state = 108, .external_lex_state = 1}, + [171] = {.lex_state = 108, .external_lex_state = 1}, + [172] = {.lex_state = 108, .external_lex_state = 1}, + [173] = {.lex_state = 108, .external_lex_state = 1}, + [174] = {.lex_state = 108, .external_lex_state = 1}, + [175] = {.lex_state = 108, .external_lex_state = 1}, + [176] = {.lex_state = 108, .external_lex_state = 1}, + [177] = {.lex_state = 108, .external_lex_state = 1}, + [178] = {.lex_state = 108, .external_lex_state = 1}, + [179] = {.lex_state = 108, .external_lex_state = 1}, + [180] = {.lex_state = 108, .external_lex_state = 1}, + [181] = {.lex_state = 108, .external_lex_state = 1}, + [182] = {.lex_state = 108, .external_lex_state = 1}, + [183] = {.lex_state = 108, .external_lex_state = 1}, + [184] = {.lex_state = 108, .external_lex_state = 1}, + [185] = {.lex_state = 108, .external_lex_state = 1}, + [186] = {.lex_state = 108, .external_lex_state = 1}, + [187] = {.lex_state = 108, .external_lex_state = 1}, + [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}, + [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}, + [196] = {.lex_state = 108, .external_lex_state = 1}, + [197] = {.lex_state = 108, .external_lex_state = 1}, + [198] = {.lex_state = 108, .external_lex_state = 1}, + [199] = {.lex_state = 108, .external_lex_state = 1}, + [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}, + [204] = {.lex_state = 108, .external_lex_state = 1}, + [205] = {.lex_state = 108, .external_lex_state = 1}, + [206] = {.lex_state = 108, .external_lex_state = 1}, + [207] = {.lex_state = 108, .external_lex_state = 1}, + [208] = {.lex_state = 108, .external_lex_state = 1}, + [209] = {.lex_state = 108, .external_lex_state = 1}, + [210] = {.lex_state = 108, .external_lex_state = 1}, + [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}, + [215] = {.lex_state = 108, .external_lex_state = 1}, + [216] = {.lex_state = 108, .external_lex_state = 1}, + [217] = {.lex_state = 108, .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}, + [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}, + [225] = {.lex_state = 108, .external_lex_state = 1}, + [226] = {.lex_state = 108, .external_lex_state = 1}, + [227] = {.lex_state = 108, .external_lex_state = 1}, + [228] = {.lex_state = 108, .external_lex_state = 1}, + [229] = {.lex_state = 205, .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}, + [235] = {.lex_state = 108, .external_lex_state = 1}, + [236] = {.lex_state = 108, .external_lex_state = 1}, + [237] = {.lex_state = 205, .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}, + [243] = {.lex_state = 108, .external_lex_state = 1}, + [244] = {.lex_state = 108, .external_lex_state = 1}, + [245] = {.lex_state = 108, .external_lex_state = 1}, + [246] = {.lex_state = 108, .external_lex_state = 1}, + [247] = {.lex_state = 108, .external_lex_state = 1}, + [248] = {.lex_state = 108, .external_lex_state = 1}, + [249] = {.lex_state = 108, .external_lex_state = 1}, + [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}, + [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}, + [269] = {.lex_state = 205, .external_lex_state = 1}, + [270] = {.lex_state = 110, .external_lex_state = 1}, + [271] = {.lex_state = 110, .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}, + [278] = {.lex_state = 205, .external_lex_state = 1}, + [279] = {.lex_state = 110, .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}, + [284] = {.lex_state = 205, .external_lex_state = 1}, + [285] = {.lex_state = 110, .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}, + [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}, + [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}, + [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}, + [314] = {.lex_state = 205, .external_lex_state = 1}, + [315] = {.lex_state = 110, .external_lex_state = 1}, + [316] = {.lex_state = 110, .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}, + [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}, + [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}, + [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}, + [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}, + [350] = {.lex_state = 147}, + [351] = {.lex_state = 110, .external_lex_state = 1}, + [352] = {.lex_state = 110, .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}, + [356] = {.lex_state = 205, .external_lex_state = 1}, + [357] = {.lex_state = 110, .external_lex_state = 1}, + [358] = {.lex_state = 110, .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}, + [365] = {.lex_state = 205, .external_lex_state = 1}, + [366] = {.lex_state = 110, .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}, + [370] = {.lex_state = 110, .external_lex_state = 1}, + [371] = {.lex_state = 205, .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}, + [375] = {.lex_state = 205, .external_lex_state = 1}, + [376] = {.lex_state = 205, .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}, + [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}, + [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}, + [393] = {.lex_state = 205, .external_lex_state = 1}, + [394] = {.lex_state = 205, .external_lex_state = 1}, + [395] = {.lex_state = 205, .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}, + [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}, + [419] = {.lex_state = 205, .external_lex_state = 1}, + [420] = {.lex_state = 205, .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}, + [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}, + [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}, + [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}, + [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}, + [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}, + [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}, + [476] = {.lex_state = 205, .external_lex_state = 1}, + [477] = {.lex_state = 205, .external_lex_state = 1}, + [478] = {.lex_state = 147}, + [479] = {.lex_state = 205, .external_lex_state = 1}, + [480] = {.lex_state = 205, .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}, + [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}, + [492] = {.lex_state = 205, .external_lex_state = 1}, + [493] = {.lex_state = 205, .external_lex_state = 1}, + [494] = {.lex_state = 205, .external_lex_state = 1}, + [495] = {.lex_state = 205, .external_lex_state = 1}, + [496] = {.lex_state = 205, .external_lex_state = 1}, + [497] = {.lex_state = 205, .external_lex_state = 1}, + [498] = {.lex_state = 205, .external_lex_state = 1}, + [499] = {.lex_state = 205, .external_lex_state = 1}, + [500] = {.lex_state = 205, .external_lex_state = 1}, + [501] = {.lex_state = 205, .external_lex_state = 1}, + [502] = {.lex_state = 205, .external_lex_state = 1}, + [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}, + [507] = {.lex_state = 205, .external_lex_state = 1}, + [508] = {.lex_state = 110, .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}, + [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}, + [516] = {.lex_state = 110, .external_lex_state = 1}, + [517] = {.lex_state = 110, .external_lex_state = 1}, + [518] = {.lex_state = 110, .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}, + [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}, + [526] = {.lex_state = 205, .external_lex_state = 1}, + [527] = {.lex_state = 205, .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}, + [531] = {.lex_state = 110, .external_lex_state = 1}, + [532] = {.lex_state = 110, .external_lex_state = 1}, + [533] = {.lex_state = 205, .external_lex_state = 1}, + [534] = {.lex_state = 205, .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}, + [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}, + [544] = {.lex_state = 205, .external_lex_state = 1}, + [545] = {.lex_state = 205, .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}, + [550] = {.lex_state = 205, .external_lex_state = 1}, + [551] = {.lex_state = 205, .external_lex_state = 1}, + [552] = {.lex_state = 110, .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}, + [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}, + [565] = {.lex_state = 205, .external_lex_state = 1}, + [566] = {.lex_state = 110, .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}, + [570] = {.lex_state = 205, .external_lex_state = 1}, + [571] = {.lex_state = 110, .external_lex_state = 1}, + [572] = {.lex_state = 205, .external_lex_state = 1}, + [573] = {.lex_state = 205, .external_lex_state = 1}, + [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}, + [579] = {.lex_state = 205, .external_lex_state = 1}, + [580] = {.lex_state = 205, .external_lex_state = 1}, + [581] = {.lex_state = 205, .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}, + [586] = {.lex_state = 205, .external_lex_state = 1}, + [587] = {.lex_state = 205, .external_lex_state = 1}, + [588] = {.lex_state = 205, .external_lex_state = 1}, + [589] = {.lex_state = 205, .external_lex_state = 1}, + [590] = {.lex_state = 110, .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}, + [599] = {.lex_state = 205, .external_lex_state = 1}, + [600] = {.lex_state = 205, .external_lex_state = 1}, + [601] = {.lex_state = 110, .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}, + [608] = {.lex_state = 205, .external_lex_state = 1}, + [609] = {.lex_state = 110, .external_lex_state = 1}, + [610] = {.lex_state = 205, .external_lex_state = 1}, + [611] = {.lex_state = 110, .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}, + [616] = {.lex_state = 110, .external_lex_state = 1}, + [617] = {.lex_state = 110, .external_lex_state = 1}, + [618] = {.lex_state = 205, .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}, + [626] = {.lex_state = 205, .external_lex_state = 1}, + [627] = {.lex_state = 205, .external_lex_state = 1}, + [628] = {.lex_state = 205, .external_lex_state = 1}, + [629] = {.lex_state = 110, .external_lex_state = 1}, + [630] = {.lex_state = 110, .external_lex_state = 1}, + [631] = {.lex_state = 205, .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}, + [635] = {.lex_state = 110, .external_lex_state = 1}, + [636] = {.lex_state = 205, .external_lex_state = 1}, + [637] = {.lex_state = 205, .external_lex_state = 1}, + [638] = {.lex_state = 205, .external_lex_state = 1}, + [639] = {.lex_state = 110, .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}, + [643] = {.lex_state = 205, .external_lex_state = 1}, + [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}, + [648] = {.lex_state = 205, .external_lex_state = 1}, + [649] = {.lex_state = 205, .external_lex_state = 1}, + [650] = {.lex_state = 110, .external_lex_state = 1}, + [651] = {.lex_state = 205, .external_lex_state = 1}, + [652] = {.lex_state = 110, .external_lex_state = 1}, + [653] = {.lex_state = 205, .external_lex_state = 1}, + [654] = {.lex_state = 110, .external_lex_state = 1}, + [655] = {.lex_state = 205, .external_lex_state = 1}, + [656] = {.lex_state = 205, .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 = 125}, - [665] = {.lex_state = 125}, - [666] = {.lex_state = 125}, - [667] = {.lex_state = 126}, - [668] = {.lex_state = 125}, - [669] = {.lex_state = 125}, - [670] = {.lex_state = 126}, - [671] = {.lex_state = 126}, - [672] = {.lex_state = 125}, - [673] = {.lex_state = 125}, - [674] = {.lex_state = 125}, - [675] = {.lex_state = 125}, - [676] = {.lex_state = 125}, - [677] = {.lex_state = 125}, - [678] = {.lex_state = 113, .external_lex_state = 1}, - [679] = {.lex_state = 113, .external_lex_state = 1}, - [680] = {.lex_state = 113, .external_lex_state = 1}, - [681] = {.lex_state = 110, .external_lex_state = 1}, - [682] = {.lex_state = 110, .external_lex_state = 1}, - [683] = {.lex_state = 147}, - [684] = {.lex_state = 147}, + [664] = {.lex_state = 124}, + [665] = {.lex_state = 124}, + [666] = {.lex_state = 124}, + [667] = {.lex_state = 124}, + [668] = {.lex_state = 124}, + [669] = {.lex_state = 124}, + [670] = {.lex_state = 124}, + [671] = {.lex_state = 124}, + [672] = {.lex_state = 124}, + [673] = {.lex_state = 124}, + [674] = {.lex_state = 124}, + [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}, [689] = {.lex_state = 147}, - [690] = {.lex_state = 110, .external_lex_state = 1}, - [691] = {.lex_state = 110, .external_lex_state = 1}, - [692] = {.lex_state = 110, .external_lex_state = 1}, - [693] = {.lex_state = 110, .external_lex_state = 1}, - [694] = {.lex_state = 110, .external_lex_state = 1}, - [695] = {.lex_state = 110, .external_lex_state = 1}, - [696] = {.lex_state = 110, .external_lex_state = 1}, - [697] = {.lex_state = 110, .external_lex_state = 1}, - [698] = {.lex_state = 110, .external_lex_state = 1}, - [699] = {.lex_state = 110, .external_lex_state = 1}, - [700] = {.lex_state = 110, .external_lex_state = 1}, - [701] = {.lex_state = 110, .external_lex_state = 1}, - [702] = {.lex_state = 110, .external_lex_state = 1}, - [703] = {.lex_state = 110, .external_lex_state = 1}, - [704] = {.lex_state = 110, .external_lex_state = 1}, - [705] = {.lex_state = 110, .external_lex_state = 1}, - [706] = {.lex_state = 110, .external_lex_state = 1}, - [707] = {.lex_state = 110, .external_lex_state = 1}, - [708] = {.lex_state = 110, .external_lex_state = 1}, - [709] = {.lex_state = 110, .external_lex_state = 1}, - [710] = {.lex_state = 110, .external_lex_state = 1}, - [711] = {.lex_state = 110, .external_lex_state = 1}, - [712] = {.lex_state = 110, .external_lex_state = 1}, - [713] = {.lex_state = 110, .external_lex_state = 1}, - [714] = {.lex_state = 110, .external_lex_state = 1}, - [715] = {.lex_state = 110, .external_lex_state = 1}, - [716] = {.lex_state = 110, .external_lex_state = 1}, - [717] = {.lex_state = 110, .external_lex_state = 1}, - [718] = {.lex_state = 110, .external_lex_state = 1}, - [719] = {.lex_state = 110, .external_lex_state = 1}, - [720] = {.lex_state = 110, .external_lex_state = 1}, - [721] = {.lex_state = 110, .external_lex_state = 1}, - [722] = {.lex_state = 110, .external_lex_state = 1}, - [723] = {.lex_state = 110, .external_lex_state = 1}, - [724] = {.lex_state = 110, .external_lex_state = 1}, - [725] = {.lex_state = 110, .external_lex_state = 1}, - [726] = {.lex_state = 110, .external_lex_state = 1}, - [727] = {.lex_state = 110, .external_lex_state = 1}, - [728] = {.lex_state = 110, .external_lex_state = 1}, - [729] = {.lex_state = 110, .external_lex_state = 1}, - [730] = {.lex_state = 110, .external_lex_state = 1}, - [731] = {.lex_state = 110, .external_lex_state = 1}, - [732] = {.lex_state = 110, .external_lex_state = 1}, - [733] = {.lex_state = 110, .external_lex_state = 1}, - [734] = {.lex_state = 110, .external_lex_state = 1}, - [735] = {.lex_state = 110, .external_lex_state = 1}, - [736] = {.lex_state = 110, .external_lex_state = 1}, - [737] = {.lex_state = 110, .external_lex_state = 1}, - [738] = {.lex_state = 110, .external_lex_state = 1}, - [739] = {.lex_state = 110, .external_lex_state = 1}, - [740] = {.lex_state = 110, .external_lex_state = 1}, - [741] = {.lex_state = 110, .external_lex_state = 1}, - [742] = {.lex_state = 110, .external_lex_state = 1}, - [743] = {.lex_state = 110, .external_lex_state = 1}, - [744] = {.lex_state = 110, .external_lex_state = 1}, - [745] = {.lex_state = 110, .external_lex_state = 1}, - [746] = {.lex_state = 110, .external_lex_state = 1}, - [747] = {.lex_state = 110, .external_lex_state = 1}, - [748] = {.lex_state = 110, .external_lex_state = 1}, - [749] = {.lex_state = 110, .external_lex_state = 1}, - [750] = {.lex_state = 110, .external_lex_state = 1}, - [751] = {.lex_state = 110, .external_lex_state = 1}, - [752] = {.lex_state = 110, .external_lex_state = 1}, - [753] = {.lex_state = 110, .external_lex_state = 1}, - [754] = {.lex_state = 110, .external_lex_state = 1}, - [755] = {.lex_state = 110, .external_lex_state = 1}, - [756] = {.lex_state = 110, .external_lex_state = 1}, - [757] = {.lex_state = 110, .external_lex_state = 1}, - [758] = {.lex_state = 110, .external_lex_state = 1}, - [759] = {.lex_state = 110, .external_lex_state = 1}, - [760] = {.lex_state = 110, .external_lex_state = 1}, - [761] = {.lex_state = 110, .external_lex_state = 1}, - [762] = {.lex_state = 110, .external_lex_state = 1}, - [763] = {.lex_state = 110, .external_lex_state = 1}, - [764] = {.lex_state = 110, .external_lex_state = 1}, - [765] = {.lex_state = 110, .external_lex_state = 1}, - [766] = {.lex_state = 110, .external_lex_state = 1}, - [767] = {.lex_state = 110, .external_lex_state = 1}, - [768] = {.lex_state = 110, .external_lex_state = 1}, - [769] = {.lex_state = 110, .external_lex_state = 1}, - [770] = {.lex_state = 110, .external_lex_state = 1}, - [771] = {.lex_state = 110, .external_lex_state = 1}, - [772] = {.lex_state = 110, .external_lex_state = 1}, - [773] = {.lex_state = 147}, - [774] = {.lex_state = 147}, - [775] = {.lex_state = 147}, - [776] = {.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}, + [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}, + [700] = {.lex_state = 109, .external_lex_state = 1}, + [701] = {.lex_state = 109, .external_lex_state = 1}, + [702] = {.lex_state = 109, .external_lex_state = 1}, + [703] = {.lex_state = 109, .external_lex_state = 1}, + [704] = {.lex_state = 109, .external_lex_state = 1}, + [705] = {.lex_state = 109, .external_lex_state = 1}, + [706] = {.lex_state = 109, .external_lex_state = 1}, + [707] = {.lex_state = 109, .external_lex_state = 1}, + [708] = {.lex_state = 109, .external_lex_state = 1}, + [709] = {.lex_state = 109, .external_lex_state = 1}, + [710] = {.lex_state = 109, .external_lex_state = 1}, + [711] = {.lex_state = 109, .external_lex_state = 1}, + [712] = {.lex_state = 109, .external_lex_state = 1}, + [713] = {.lex_state = 109, .external_lex_state = 1}, + [714] = {.lex_state = 109, .external_lex_state = 1}, + [715] = {.lex_state = 109, .external_lex_state = 1}, + [716] = {.lex_state = 109, .external_lex_state = 1}, + [717] = {.lex_state = 109, .external_lex_state = 1}, + [718] = {.lex_state = 109, .external_lex_state = 1}, + [719] = {.lex_state = 109, .external_lex_state = 1}, + [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}, + [724] = {.lex_state = 109, .external_lex_state = 1}, + [725] = {.lex_state = 109, .external_lex_state = 1}, + [726] = {.lex_state = 109, .external_lex_state = 1}, + [727] = {.lex_state = 109, .external_lex_state = 1}, + [728] = {.lex_state = 109, .external_lex_state = 1}, + [729] = {.lex_state = 109, .external_lex_state = 1}, + [730] = {.lex_state = 109, .external_lex_state = 1}, + [731] = {.lex_state = 109, .external_lex_state = 1}, + [732] = {.lex_state = 109, .external_lex_state = 1}, + [733] = {.lex_state = 109, .external_lex_state = 1}, + [734] = {.lex_state = 109, .external_lex_state = 1}, + [735] = {.lex_state = 109, .external_lex_state = 1}, + [736] = {.lex_state = 109, .external_lex_state = 1}, + [737] = {.lex_state = 109, .external_lex_state = 1}, + [738] = {.lex_state = 109, .external_lex_state = 1}, + [739] = {.lex_state = 109, .external_lex_state = 1}, + [740] = {.lex_state = 109, .external_lex_state = 1}, + [741] = {.lex_state = 109, .external_lex_state = 1}, + [742] = {.lex_state = 109, .external_lex_state = 1}, + [743] = {.lex_state = 109, .external_lex_state = 1}, + [744] = {.lex_state = 109, .external_lex_state = 1}, + [745] = {.lex_state = 109, .external_lex_state = 1}, + [746] = {.lex_state = 109, .external_lex_state = 1}, + [747] = {.lex_state = 109, .external_lex_state = 1}, + [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}, + [752] = {.lex_state = 109, .external_lex_state = 1}, + [753] = {.lex_state = 109, .external_lex_state = 1}, + [754] = {.lex_state = 109, .external_lex_state = 1}, + [755] = {.lex_state = 109, .external_lex_state = 1}, + [756] = {.lex_state = 109, .external_lex_state = 1}, + [757] = {.lex_state = 109, .external_lex_state = 1}, + [758] = {.lex_state = 109, .external_lex_state = 1}, + [759] = {.lex_state = 109, .external_lex_state = 1}, + [760] = {.lex_state = 109, .external_lex_state = 1}, + [761] = {.lex_state = 109, .external_lex_state = 1}, + [762] = {.lex_state = 109, .external_lex_state = 1}, + [763] = {.lex_state = 109, .external_lex_state = 1}, + [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}, + [768] = {.lex_state = 109, .external_lex_state = 1}, + [769] = {.lex_state = 109, .external_lex_state = 1}, + [770] = {.lex_state = 109, .external_lex_state = 1}, + [771] = {.lex_state = 109, .external_lex_state = 1}, + [772] = {.lex_state = 109, .external_lex_state = 1}, + [773] = {.lex_state = 109, .external_lex_state = 1}, + [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 = 150}, - [779] = {.lex_state = 150}, - [780] = {.lex_state = 150}, - [781] = {.lex_state = 150}, - [782] = {.lex_state = 150}, - [783] = {.lex_state = 150}, - [784] = {.lex_state = 127}, - [785] = {.lex_state = 150}, - [786] = {.lex_state = 127}, - [787] = {.lex_state = 127}, - [788] = {.lex_state = 127}, - [789] = {.lex_state = 150}, - [790] = {.lex_state = 127}, - [791] = {.lex_state = 127}, - [792] = {.lex_state = 127}, - [793] = {.lex_state = 127}, - [794] = {.lex_state = 127}, - [795] = {.lex_state = 127}, - [796] = {.lex_state = 150}, - [797] = {.lex_state = 127}, - [798] = {.lex_state = 127}, - [799] = {.lex_state = 127}, - [800] = {.lex_state = 127}, - [801] = {.lex_state = 150}, - [802] = {.lex_state = 127}, - [803] = {.lex_state = 127}, - [804] = {.lex_state = 127}, - [805] = {.lex_state = 127}, - [806] = {.lex_state = 127}, - [807] = {.lex_state = 127}, - [808] = {.lex_state = 127}, - [809] = {.lex_state = 127}, - [810] = {.lex_state = 127}, - [811] = {.lex_state = 127}, - [812] = {.lex_state = 150}, - [813] = {.lex_state = 150}, - [814] = {.lex_state = 136}, - [815] = {.lex_state = 150}, - [816] = {.lex_state = 136}, - [817] = {.lex_state = 112, .external_lex_state = 1}, - [818] = {.lex_state = 112, .external_lex_state = 1}, - [819] = {.lex_state = 150}, - [820] = {.lex_state = 136}, - [821] = {.lex_state = 136}, - [822] = {.lex_state = 136}, - [823] = {.lex_state = 136}, - [824] = {.lex_state = 136}, + [778] = {.lex_state = 147}, + [779] = {.lex_state = 147}, + [780] = {.lex_state = 147}, + [781] = {.lex_state = 147}, + [782] = {.lex_state = 147}, + [783] = {.lex_state = 147}, + [784] = {.lex_state = 147}, + [785] = {.lex_state = 147}, + [786] = {.lex_state = 147}, + [787] = {.lex_state = 126}, + [788] = {.lex_state = 147}, + [789] = {.lex_state = 147}, + [790] = {.lex_state = 126}, + [791] = {.lex_state = 126}, + [792] = {.lex_state = 126}, + [793] = {.lex_state = 126}, + [794] = {.lex_state = 126}, + [795] = {.lex_state = 147}, + [796] = {.lex_state = 126}, + [797] = {.lex_state = 126}, + [798] = {.lex_state = 147}, + [799] = {.lex_state = 147}, + [800] = {.lex_state = 126}, + [801] = {.lex_state = 126}, + [802] = {.lex_state = 126}, + [803] = {.lex_state = 126}, + [804] = {.lex_state = 126}, + [805] = {.lex_state = 126}, + [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}, + [813] = {.lex_state = 126}, + [814] = {.lex_state = 126}, + [815] = {.lex_state = 147}, + [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}, + [823] = {.lex_state = 147}, + [824] = {.lex_state = 135}, [825] = {.lex_state = 147}, - [826] = {.lex_state = 150}, - [827] = {.lex_state = 150}, - [828] = {.lex_state = 147}, - [829] = {.lex_state = 147}, - [830] = {.lex_state = 136}, - [831] = {.lex_state = 136}, - [832] = {.lex_state = 147}, - [833] = {.lex_state = 147}, - [834] = {.lex_state = 147}, - [835] = {.lex_state = 147}, - [836] = {.lex_state = 147}, - [837] = {.lex_state = 147}, - [838] = {.lex_state = 147}, - [839] = {.lex_state = 147}, - [840] = {.lex_state = 126}, - [841] = {.lex_state = 147}, - [842] = {.lex_state = 147}, + [826] = {.lex_state = 135}, + [827] = {.lex_state = 135}, + [828] = {.lex_state = 135}, + [829] = {.lex_state = 135}, + [830] = {.lex_state = 147}, + [831] = {.lex_state = 147}, + [832] = {.lex_state = 135}, + [833] = {.lex_state = 135}, + [834] = {.lex_state = 135}, + [835] = {.lex_state = 135}, + [836] = {.lex_state = 135}, + [837] = {.lex_state = 135}, + [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}, @@ -20448,21 +20240,21 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [862] = {.lex_state = 147}, [863] = {.lex_state = 147}, [864] = {.lex_state = 147}, - [865] = {.lex_state = 136}, + [865] = {.lex_state = 147}, [866] = {.lex_state = 147}, - [867] = {.lex_state = 136}, + [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 = 147}, + [874] = {.lex_state = 125}, [875] = {.lex_state = 147}, - [876] = {.lex_state = 136}, - [877] = {.lex_state = 136}, - [878] = {.lex_state = 136}, - [879] = {.lex_state = 136}, + [876] = {.lex_state = 147}, + [877] = {.lex_state = 147}, + [878] = {.lex_state = 147}, + [879] = {.lex_state = 147}, [880] = {.lex_state = 147}, [881] = {.lex_state = 147}, [882] = {.lex_state = 147}, @@ -20471,15 +20263,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [885] = {.lex_state = 147}, [886] = {.lex_state = 147}, [887] = {.lex_state = 147}, - [888] = {.lex_state = 136}, + [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 = 125}, + [894] = {.lex_state = 147}, [895] = {.lex_state = 147}, - [896] = {.lex_state = 136}, + [896] = {.lex_state = 147}, [897] = {.lex_state = 147}, [898] = {.lex_state = 147}, [899] = {.lex_state = 147}, @@ -20492,398 +20284,398 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [906] = {.lex_state = 147}, [907] = {.lex_state = 147}, [908] = {.lex_state = 147}, - [909] = {.lex_state = 136}, + [909] = {.lex_state = 147}, [910] = {.lex_state = 147}, [911] = {.lex_state = 147}, [912] = {.lex_state = 147}, [913] = {.lex_state = 147}, [914] = {.lex_state = 147}, - [915] = {.lex_state = 126}, - [916] = {.lex_state = 126}, - [917] = {.lex_state = 126}, - [918] = {.lex_state = 126}, - [919] = {.lex_state = 125}, - [920] = {.lex_state = 126}, - [921] = {.lex_state = 126}, - [922] = {.lex_state = 126}, - [923] = {.lex_state = 126}, - [924] = {.lex_state = 126}, - [925] = {.lex_state = 126}, - [926] = {.lex_state = 126}, - [927] = {.lex_state = 125}, - [928] = {.lex_state = 125}, - [929] = {.lex_state = 110, .external_lex_state = 1}, - [930] = {.lex_state = 150}, - [931] = {.lex_state = 125}, - [932] = {.lex_state = 125}, - [933] = {.lex_state = 125}, - [934] = {.lex_state = 125}, - [935] = {.lex_state = 126}, - [936] = {.lex_state = 125}, - [937] = {.lex_state = 125}, - [938] = {.lex_state = 125}, - [939] = {.lex_state = 125}, - [940] = {.lex_state = 125}, - [941] = {.lex_state = 126}, - [942] = {.lex_state = 125}, - [943] = {.lex_state = 125}, - [944] = {.lex_state = 125}, - [945] = {.lex_state = 125}, - [946] = {.lex_state = 125}, - [947] = {.lex_state = 126}, - [948] = {.lex_state = 126}, - [949] = {.lex_state = 126}, - [950] = {.lex_state = 126}, - [951] = {.lex_state = 125}, - [952] = {.lex_state = 126}, - [953] = {.lex_state = 126}, - [954] = {.lex_state = 126}, + [915] = {.lex_state = 147}, + [916] = {.lex_state = 147}, + [917] = {.lex_state = 147}, + [918] = {.lex_state = 147}, + [919] = {.lex_state = 109, .external_lex_state = 1}, + [920] = {.lex_state = 109, .external_lex_state = 1}, + [921] = {.lex_state = 147}, + [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 = 126}, - [957] = {.lex_state = 126}, - [958] = {.lex_state = 125}, - [959] = {.lex_state = 125}, - [960] = {.lex_state = 125}, - [961] = {.lex_state = 125}, - [962] = {.lex_state = 125}, - [963] = {.lex_state = 126}, - [964] = {.lex_state = 126}, - [965] = {.lex_state = 126}, - [966] = {.lex_state = 126}, - [967] = {.lex_state = 126}, - [968] = {.lex_state = 125}, - [969] = {.lex_state = 126}, + [956] = {.lex_state = 125}, + [957] = {.lex_state = 124}, + [958] = {.lex_state = 124}, + [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 = 125}, - [975] = {.lex_state = 126}, + [974] = {.lex_state = 147}, + [975] = {.lex_state = 125}, [976] = {.lex_state = 125}, - [977] = {.lex_state = 126}, - [978] = {.lex_state = 126}, - [979] = {.lex_state = 125}, - [980] = {.lex_state = 110, .external_lex_state = 1}, - [981] = {.lex_state = 125}, - [982] = {.lex_state = 125}, - [983] = {.lex_state = 126}, + [977] = {.lex_state = 125}, + [978] = {.lex_state = 125}, + [979] = {.lex_state = 147}, + [980] = {.lex_state = 125}, + [981] = {.lex_state = 147}, + [982] = {.lex_state = 147}, + [983] = {.lex_state = 125}, [984] = {.lex_state = 125}, [985] = {.lex_state = 125}, - [986] = {.lex_state = 126}, - [987] = {.lex_state = 110, .external_lex_state = 1}, - [988] = {.lex_state = 126}, - [989] = {.lex_state = 126}, - [990] = {.lex_state = 126}, - [991] = {.lex_state = 126}, - [992] = {.lex_state = 126}, - [993] = {.lex_state = 126}, + [986] = {.lex_state = 125}, + [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 = 125}, - [996] = {.lex_state = 126}, + [995] = {.lex_state = 124}, + [996] = {.lex_state = 124}, [997] = {.lex_state = 125}, - [998] = {.lex_state = 126}, - [999] = {.lex_state = 126}, + [998] = {.lex_state = 124}, + [999] = {.lex_state = 124}, [1000] = {.lex_state = 125}, - [1001] = {.lex_state = 125}, - [1002] = {.lex_state = 125}, - [1003] = {.lex_state = 125}, - [1004] = {.lex_state = 125}, - [1005] = {.lex_state = 126}, - [1006] = {.lex_state = 126}, + [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 = 126}, - [1009] = {.lex_state = 126}, - [1010] = {.lex_state = 125}, - [1011] = {.lex_state = 125}, - [1012] = {.lex_state = 126}, + [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 = 126}, - [1015] = {.lex_state = 125}, - [1016] = {.lex_state = 110, .external_lex_state = 1}, - [1017] = {.lex_state = 126}, + [1014] = {.lex_state = 124}, + [1015] = {.lex_state = 124}, + [1016] = {.lex_state = 124}, + [1017] = {.lex_state = 147}, [1018] = {.lex_state = 125}, - [1019] = {.lex_state = 126}, - [1020] = {.lex_state = 126}, - [1021] = {.lex_state = 126}, - [1022] = {.lex_state = 126}, - [1023] = {.lex_state = 126}, - [1024] = {.lex_state = 126}, - [1025] = {.lex_state = 126}, - [1026] = {.lex_state = 125}, - [1027] = {.lex_state = 125}, - [1028] = {.lex_state = 126}, + [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 = 126}, - [1031] = {.lex_state = 126}, - [1032] = {.lex_state = 126}, - [1033] = {.lex_state = 126}, - [1034] = {.lex_state = 126}, - [1035] = {.lex_state = 126}, - [1036] = {.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 = 125}, - [1039] = {.lex_state = 126}, + [1038] = {.lex_state = 124}, + [1039] = {.lex_state = 125}, [1040] = {.lex_state = 125}, - [1041] = {.lex_state = 126}, - [1042] = {.lex_state = 126}, - [1043] = {.lex_state = 126}, + [1041] = {.lex_state = 125}, + [1042] = {.lex_state = 125}, + [1043] = {.lex_state = 124}, [1044] = {.lex_state = 125}, - [1045] = {.lex_state = 126}, + [1045] = {.lex_state = 124}, [1046] = {.lex_state = 125}, [1047] = {.lex_state = 125}, - [1048] = {.lex_state = 126}, - [1049] = {.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 = 126}, - [1057] = {.lex_state = 126}, + [1056] = {.lex_state = 124}, + [1057] = {.lex_state = 124}, [1058] = {.lex_state = 125}, - [1059] = {.lex_state = 125}, - [1060] = {.lex_state = 126}, - [1061] = {.lex_state = 126}, + [1059] = {.lex_state = 124}, + [1060] = {.lex_state = 125}, + [1061] = {.lex_state = 125}, [1062] = {.lex_state = 125}, - [1063] = {.lex_state = 126}, - [1064] = {.lex_state = 125}, + [1063] = {.lex_state = 125}, + [1064] = {.lex_state = 124}, [1065] = {.lex_state = 125}, - [1066] = {.lex_state = 150}, + [1066] = {.lex_state = 125}, [1067] = {.lex_state = 125}, [1068] = {.lex_state = 125}, - [1069] = {.lex_state = 150}, - [1070] = {.lex_state = 150}, - [1071] = {.lex_state = 150}, - [1072] = {.lex_state = 150}, - [1073] = {.lex_state = 150}, - [1074] = {.lex_state = 150}, - [1075] = {.lex_state = 150}, - [1076] = {.lex_state = 150}, - [1077] = {.lex_state = 150}, - [1078] = {.lex_state = 150}, - [1079] = {.lex_state = 150}, - [1080] = {.lex_state = 150}, - [1081] = {.lex_state = 114, .external_lex_state = 1}, - [1082] = {.lex_state = 114, .external_lex_state = 1}, - [1083] = {.lex_state = 114, .external_lex_state = 1}, - [1084] = {.lex_state = 114, .external_lex_state = 1}, - [1085] = {.lex_state = 114, .external_lex_state = 1}, - [1086] = {.lex_state = 114, .external_lex_state = 1}, - [1087] = {.lex_state = 114, .external_lex_state = 1}, - [1088] = {.lex_state = 114, .external_lex_state = 1}, - [1089] = {.lex_state = 114, .external_lex_state = 1}, - [1090] = {.lex_state = 114, .external_lex_state = 1}, - [1091] = {.lex_state = 114, .external_lex_state = 1}, - [1092] = {.lex_state = 114, .external_lex_state = 1}, - [1093] = {.lex_state = 114, .external_lex_state = 1}, - [1094] = {.lex_state = 114, .external_lex_state = 1}, - [1095] = {.lex_state = 114, .external_lex_state = 1}, - [1096] = {.lex_state = 114, .external_lex_state = 1}, - [1097] = {.lex_state = 114, .external_lex_state = 1}, - [1098] = {.lex_state = 114, .external_lex_state = 1}, - [1099] = {.lex_state = 114, .external_lex_state = 1}, - [1100] = {.lex_state = 114, .external_lex_state = 1}, - [1101] = {.lex_state = 114, .external_lex_state = 1}, - [1102] = {.lex_state = 114, .external_lex_state = 1}, - [1103] = {.lex_state = 114, .external_lex_state = 1}, - [1104] = {.lex_state = 114, .external_lex_state = 1}, - [1105] = {.lex_state = 114, .external_lex_state = 1}, - [1106] = {.lex_state = 114, .external_lex_state = 1}, - [1107] = {.lex_state = 114, .external_lex_state = 1}, - [1108] = {.lex_state = 147}, - [1109] = {.lex_state = 147}, - [1110] = {.lex_state = 114, .external_lex_state = 1}, - [1111] = {.lex_state = 114, .external_lex_state = 1}, - [1112] = {.lex_state = 114, .external_lex_state = 1}, - [1113] = {.lex_state = 114, .external_lex_state = 1}, - [1114] = {.lex_state = 114, .external_lex_state = 1}, - [1115] = {.lex_state = 114, .external_lex_state = 1}, - [1116] = {.lex_state = 114, .external_lex_state = 1}, - [1117] = {.lex_state = 114, .external_lex_state = 1}, - [1118] = {.lex_state = 114, .external_lex_state = 1}, - [1119] = {.lex_state = 114, .external_lex_state = 1}, - [1120] = {.lex_state = 110, .external_lex_state = 1}, - [1121] = {.lex_state = 114, .external_lex_state = 1}, - [1122] = {.lex_state = 114, .external_lex_state = 1}, - [1123] = {.lex_state = 114, .external_lex_state = 1}, - [1124] = {.lex_state = 114, .external_lex_state = 1}, - [1125] = {.lex_state = 114, .external_lex_state = 1}, - [1126] = {.lex_state = 114, .external_lex_state = 1}, - [1127] = {.lex_state = 114, .external_lex_state = 1}, - [1128] = {.lex_state = 114, .external_lex_state = 1}, - [1129] = {.lex_state = 114, .external_lex_state = 1}, - [1130] = {.lex_state = 114, .external_lex_state = 1}, - [1131] = {.lex_state = 114, .external_lex_state = 1}, - [1132] = {.lex_state = 114, .external_lex_state = 1}, - [1133] = {.lex_state = 114, .external_lex_state = 1}, - [1134] = {.lex_state = 114, .external_lex_state = 1}, - [1135] = {.lex_state = 114, .external_lex_state = 1}, - [1136] = {.lex_state = 114, .external_lex_state = 1}, - [1137] = {.lex_state = 114, .external_lex_state = 1}, - [1138] = {.lex_state = 114, .external_lex_state = 1}, - [1139] = {.lex_state = 114, .external_lex_state = 1}, - [1140] = {.lex_state = 114, .external_lex_state = 1}, - [1141] = {.lex_state = 114, .external_lex_state = 1}, - [1142] = {.lex_state = 114, .external_lex_state = 1}, - [1143] = {.lex_state = 114, .external_lex_state = 1}, - [1144] = {.lex_state = 114, .external_lex_state = 1}, - [1145] = {.lex_state = 114, .external_lex_state = 1}, - [1146] = {.lex_state = 110, .external_lex_state = 1}, - [1147] = {.lex_state = 114, .external_lex_state = 1}, - [1148] = {.lex_state = 114, .external_lex_state = 1}, - [1149] = {.lex_state = 114, .external_lex_state = 1}, - [1150] = {.lex_state = 114, .external_lex_state = 1}, - [1151] = {.lex_state = 114, .external_lex_state = 1}, - [1152] = {.lex_state = 114, .external_lex_state = 1}, - [1153] = {.lex_state = 114, .external_lex_state = 1}, - [1154] = {.lex_state = 136}, - [1155] = {.lex_state = 114, .external_lex_state = 1}, - [1156] = {.lex_state = 114, .external_lex_state = 1}, - [1157] = {.lex_state = 114, .external_lex_state = 1}, - [1158] = {.lex_state = 114, .external_lex_state = 1}, - [1159] = {.lex_state = 114, .external_lex_state = 1}, - [1160] = {.lex_state = 114, .external_lex_state = 1}, - [1161] = {.lex_state = 114, .external_lex_state = 1}, - [1162] = {.lex_state = 114, .external_lex_state = 1}, - [1163] = {.lex_state = 114, .external_lex_state = 1}, - [1164] = {.lex_state = 114, .external_lex_state = 1}, - [1165] = {.lex_state = 147}, - [1166] = {.lex_state = 114, .external_lex_state = 1}, - [1167] = {.lex_state = 114, .external_lex_state = 1}, - [1168] = {.lex_state = 104, .external_lex_state = 1}, - [1169] = {.lex_state = 136}, - [1170] = {.lex_state = 114, .external_lex_state = 1}, - [1171] = {.lex_state = 110, .external_lex_state = 1}, - [1172] = {.lex_state = 114, .external_lex_state = 1}, - [1173] = {.lex_state = 114, .external_lex_state = 1}, - [1174] = {.lex_state = 114, .external_lex_state = 1}, - [1175] = {.lex_state = 114, .external_lex_state = 1}, - [1176] = {.lex_state = 114, .external_lex_state = 1}, - [1177] = {.lex_state = 114, .external_lex_state = 1}, - [1178] = {.lex_state = 114, .external_lex_state = 1}, - [1179] = {.lex_state = 114, .external_lex_state = 1}, - [1180] = {.lex_state = 114, .external_lex_state = 1}, - [1181] = {.lex_state = 114, .external_lex_state = 1}, - [1182] = {.lex_state = 114, .external_lex_state = 1}, - [1183] = {.lex_state = 114, .external_lex_state = 1}, - [1184] = {.lex_state = 114, .external_lex_state = 1}, - [1185] = {.lex_state = 114, .external_lex_state = 1}, - [1186] = {.lex_state = 114, .external_lex_state = 1}, - [1187] = {.lex_state = 114, .external_lex_state = 1}, - [1188] = {.lex_state = 114, .external_lex_state = 1}, - [1189] = {.lex_state = 114, .external_lex_state = 1}, - [1190] = {.lex_state = 114, .external_lex_state = 1}, - [1191] = {.lex_state = 114, .external_lex_state = 1}, - [1192] = {.lex_state = 114, .external_lex_state = 1}, - [1193] = {.lex_state = 114, .external_lex_state = 1}, - [1194] = {.lex_state = 114, .external_lex_state = 1}, - [1195] = {.lex_state = 114, .external_lex_state = 1}, - [1196] = {.lex_state = 114, .external_lex_state = 1}, - [1197] = {.lex_state = 110, .external_lex_state = 1}, - [1198] = {.lex_state = 114, .external_lex_state = 1}, - [1199] = {.lex_state = 114, .external_lex_state = 1}, - [1200] = {.lex_state = 114, .external_lex_state = 1}, - [1201] = {.lex_state = 114, .external_lex_state = 1}, - [1202] = {.lex_state = 114, .external_lex_state = 1}, - [1203] = {.lex_state = 110, .external_lex_state = 1}, - [1204] = {.lex_state = 136}, - [1205] = {.lex_state = 114, .external_lex_state = 1}, - [1206] = {.lex_state = 114, .external_lex_state = 1}, - [1207] = {.lex_state = 114, .external_lex_state = 1}, - [1208] = {.lex_state = 114, .external_lex_state = 1}, - [1209] = {.lex_state = 114, .external_lex_state = 1}, - [1210] = {.lex_state = 114, .external_lex_state = 1}, - [1211] = {.lex_state = 114, .external_lex_state = 1}, - [1212] = {.lex_state = 114, .external_lex_state = 1}, - [1213] = {.lex_state = 114, .external_lex_state = 1}, - [1214] = {.lex_state = 114, .external_lex_state = 1}, - [1215] = {.lex_state = 114, .external_lex_state = 1}, - [1216] = {.lex_state = 114, .external_lex_state = 1}, - [1217] = {.lex_state = 114, .external_lex_state = 1}, - [1218] = {.lex_state = 114, .external_lex_state = 1}, - [1219] = {.lex_state = 105, .external_lex_state = 1}, + [1069] = {.lex_state = 124}, + [1070] = {.lex_state = 124}, + [1071] = {.lex_state = 125}, + [1072] = {.lex_state = 124}, + [1073] = {.lex_state = 125}, + [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}, [1220] = {.lex_state = 147}, - [1221] = {.lex_state = 104, .external_lex_state = 1}, - [1222] = {.lex_state = 147}, - [1223] = {.lex_state = 147}, - [1224] = {.lex_state = 114, .external_lex_state = 1}, - [1225] = {.lex_state = 114, .external_lex_state = 1}, - [1226] = {.lex_state = 114, .external_lex_state = 1}, - [1227] = {.lex_state = 114, .external_lex_state = 1}, - [1228] = {.lex_state = 114, .external_lex_state = 1}, - [1229] = {.lex_state = 114, .external_lex_state = 1}, - [1230] = {.lex_state = 114, .external_lex_state = 1}, - [1231] = {.lex_state = 144}, - [1232] = {.lex_state = 114, .external_lex_state = 1}, - [1233] = {.lex_state = 144}, - [1234] = {.lex_state = 114, .external_lex_state = 1}, - [1235] = {.lex_state = 144}, - [1236] = {.lex_state = 144}, - [1237] = {.lex_state = 114, .external_lex_state = 1}, - [1238] = {.lex_state = 114, .external_lex_state = 1}, - [1239] = {.lex_state = 114, .external_lex_state = 1}, - [1240] = {.lex_state = 114, .external_lex_state = 1}, - [1241] = {.lex_state = 114, .external_lex_state = 1}, - [1242] = {.lex_state = 114, .external_lex_state = 1}, - [1243] = {.lex_state = 114, .external_lex_state = 1}, - [1244] = {.lex_state = 114, .external_lex_state = 1}, - [1245] = {.lex_state = 114, .external_lex_state = 1}, - [1246] = {.lex_state = 114, .external_lex_state = 1}, - [1247] = {.lex_state = 114, .external_lex_state = 1}, - [1248] = {.lex_state = 114, .external_lex_state = 1}, - [1249] = {.lex_state = 114, .external_lex_state = 1}, - [1250] = {.lex_state = 114, .external_lex_state = 1}, - [1251] = {.lex_state = 114, .external_lex_state = 1}, - [1252] = {.lex_state = 112, .external_lex_state = 1}, - [1253] = {.lex_state = 150}, - [1254] = {.lex_state = 150}, - [1255] = {.lex_state = 148}, - [1256] = {.lex_state = 148}, - [1257] = {.lex_state = 147}, - [1258] = {.lex_state = 148}, + [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}, + [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}, + [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}, + [1242] = {.lex_state = 113, .external_lex_state = 1}, + [1243] = {.lex_state = 147}, + [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}, + [1250] = {.lex_state = 113, .external_lex_state = 1}, + [1251] = {.lex_state = 113, .external_lex_state = 1}, + [1252] = {.lex_state = 143}, + [1253] = {.lex_state = 113, .external_lex_state = 1}, + [1254] = {.lex_state = 113, .external_lex_state = 1}, + [1255] = {.lex_state = 113, .external_lex_state = 1}, + [1256] = {.lex_state = 113, .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 = 148}, - [1261] = {.lex_state = 147}, + [1260] = {.lex_state = 147}, + [1261] = {.lex_state = 148}, [1262] = {.lex_state = 148}, [1263] = {.lex_state = 148}, - [1264] = {.lex_state = 147}, - [1265] = {.lex_state = 147}, - [1266] = {.lex_state = 147}, - [1267] = {.lex_state = 106, .external_lex_state = 1}, + [1264] = {.lex_state = 148}, + [1265] = {.lex_state = 148}, + [1266] = {.lex_state = 148}, + [1267] = {.lex_state = 148}, [1268] = {.lex_state = 148}, [1269] = {.lex_state = 148}, [1270] = {.lex_state = 148}, [1271] = {.lex_state = 148}, [1272] = {.lex_state = 148}, [1273] = {.lex_state = 148}, - [1274] = {.lex_state = 147}, - [1275] = {.lex_state = 152}, + [1274] = {.lex_state = 148}, + [1275] = {.lex_state = 148}, [1276] = {.lex_state = 148}, [1277] = {.lex_state = 148}, - [1278] = {.lex_state = 136}, + [1278] = {.lex_state = 148}, [1279] = {.lex_state = 148}, [1280] = {.lex_state = 148}, - [1281] = {.lex_state = 150}, + [1281] = {.lex_state = 147}, [1282] = {.lex_state = 148}, - [1283] = {.lex_state = 147}, + [1283] = {.lex_state = 148}, [1284] = {.lex_state = 148}, [1285] = {.lex_state = 148}, - [1286] = {.lex_state = 148}, + [1286] = {.lex_state = 147}, [1287] = {.lex_state = 148}, [1288] = {.lex_state = 148}, [1289] = {.lex_state = 148}, [1290] = {.lex_state = 148}, - [1291] = {.lex_state = 148}, + [1291] = {.lex_state = 147}, [1292] = {.lex_state = 148}, [1293] = {.lex_state = 148}, - [1294] = {.lex_state = 148}, - [1295] = {.lex_state = 150}, - [1296] = {.lex_state = 148}, + [1294] = {.lex_state = 104, .external_lex_state = 1}, + [1295] = {.lex_state = 147}, + [1296] = {.lex_state = 147}, [1297] = {.lex_state = 148}, [1298] = {.lex_state = 148}, [1299] = {.lex_state = 148}, - [1300] = {.lex_state = 148}, + [1300] = {.lex_state = 150}, [1301] = {.lex_state = 148}, [1302] = {.lex_state = 148}, [1303] = {.lex_state = 148}, @@ -20910,3753 +20702,3920 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1324] = {.lex_state = 148}, [1325] = {.lex_state = 148}, [1326] = {.lex_state = 148}, - [1327] = {.lex_state = 148}, + [1327] = {.lex_state = 135}, [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 = 136}, - [1335] = {.lex_state = 150}, + [1334] = {.lex_state = 147}, + [1335] = {.lex_state = 148}, [1336] = {.lex_state = 148}, [1337] = {.lex_state = 148}, [1338] = {.lex_state = 148}, [1339] = {.lex_state = 148}, [1340] = {.lex_state = 148}, [1341] = {.lex_state = 148}, - [1342] = {.lex_state = 107, .external_lex_state = 1}, - [1343] = {.lex_state = 136}, - [1344] = {.lex_state = 150}, - [1345] = {.lex_state = 106, .external_lex_state = 1}, - [1346] = {.lex_state = 136}, - [1347] = {.lex_state = 136}, + [1342] = {.lex_state = 148}, + [1343] = {.lex_state = 148}, + [1344] = {.lex_state = 148}, + [1345] = {.lex_state = 148}, + [1346] = {.lex_state = 148}, + [1347] = {.lex_state = 148}, [1348] = {.lex_state = 148}, [1349] = {.lex_state = 148}, - [1350] = {.lex_state = 149}, - [1351] = {.lex_state = 136}, - [1352] = {.lex_state = 148}, - [1353] = {.lex_state = 149}, - [1354] = {.lex_state = 153}, - [1355] = {.lex_state = 153}, - [1356] = {.lex_state = 136}, - [1357] = {.lex_state = 148}, - [1358] = {.lex_state = 153}, - [1359] = {.lex_state = 153}, - [1360] = {.lex_state = 153}, - [1361] = {.lex_state = 136}, - [1362] = {.lex_state = 153}, + [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}, + [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 = 149}, - [1365] = {.lex_state = 136}, - [1366] = {.lex_state = 136}, - [1367] = {.lex_state = 106, .external_lex_state = 1}, - [1368] = {.lex_state = 148}, - [1369] = {.lex_state = 153}, - [1370] = {.lex_state = 154}, - [1371] = {.lex_state = 136}, - [1372] = {.lex_state = 153}, - [1373] = {.lex_state = 149}, - [1374] = {.lex_state = 153}, - [1375] = {.lex_state = 153}, - [1376] = {.lex_state = 153}, - [1377] = {.lex_state = 154}, - [1378] = {.lex_state = 153}, - [1379] = {.lex_state = 149}, - [1380] = {.lex_state = 136}, - [1381] = {.lex_state = 154}, - [1382] = {.lex_state = 153}, - [1383] = {.lex_state = 149}, - [1384] = {.lex_state = 153}, - [1385] = {.lex_state = 136}, - [1386] = {.lex_state = 154}, - [1387] = {.lex_state = 154}, - [1388] = {.lex_state = 154}, - [1389] = {.lex_state = 148}, - [1390] = {.lex_state = 136}, - [1391] = {.lex_state = 136}, - [1392] = {.lex_state = 136}, - [1393] = {.lex_state = 153}, - [1394] = {.lex_state = 136}, - [1395] = {.lex_state = 136}, - [1396] = {.lex_state = 148}, - [1397] = {.lex_state = 149}, - [1398] = {.lex_state = 148}, - [1399] = {.lex_state = 136}, - [1400] = {.lex_state = 153}, - [1401] = {.lex_state = 136}, - [1402] = {.lex_state = 154}, - [1403] = {.lex_state = 136}, - [1404] = {.lex_state = 136}, - [1405] = {.lex_state = 153}, - [1406] = {.lex_state = 153}, - [1407] = {.lex_state = 153}, - [1408] = {.lex_state = 148}, - [1409] = {.lex_state = 153}, - [1410] = {.lex_state = 153}, - [1411] = {.lex_state = 153}, - [1412] = {.lex_state = 153}, - [1413] = {.lex_state = 148}, - [1414] = {.lex_state = 153}, - [1415] = {.lex_state = 154}, - [1416] = {.lex_state = 153}, - [1417] = {.lex_state = 148}, - [1418] = {.lex_state = 153}, - [1419] = {.lex_state = 153}, - [1420] = {.lex_state = 153}, - [1421] = {.lex_state = 153}, - [1422] = {.lex_state = 153}, - [1423] = {.lex_state = 153}, - [1424] = {.lex_state = 153}, - [1425] = {.lex_state = 153}, - [1426] = {.lex_state = 153}, - [1427] = {.lex_state = 136}, - [1428] = {.lex_state = 153}, - [1429] = {.lex_state = 153}, - [1430] = {.lex_state = 153}, - [1431] = {.lex_state = 153}, - [1432] = {.lex_state = 153}, - [1433] = {.lex_state = 153}, - [1434] = {.lex_state = 153}, - [1435] = {.lex_state = 136}, - [1436] = {.lex_state = 153}, - [1437] = {.lex_state = 153}, - [1438] = {.lex_state = 153}, - [1439] = {.lex_state = 153}, - [1440] = {.lex_state = 153}, - [1441] = {.lex_state = 153}, - [1442] = {.lex_state = 153}, - [1443] = {.lex_state = 153}, - [1444] = {.lex_state = 153}, - [1445] = {.lex_state = 153}, - [1446] = {.lex_state = 148}, - [1447] = {.lex_state = 148}, - [1448] = {.lex_state = 136}, - [1449] = {.lex_state = 153}, - [1450] = {.lex_state = 148}, - [1451] = {.lex_state = 153}, - [1452] = {.lex_state = 153}, - [1453] = {.lex_state = 153}, + [1364] = {.lex_state = 151}, + [1365] = {.lex_state = 151}, + [1366] = {.lex_state = 148}, + [1367] = {.lex_state = 151}, + [1368] = {.lex_state = 151}, + [1369] = {.lex_state = 135}, + [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}, + [1377] = {.lex_state = 151}, + [1378] = {.lex_state = 148}, + [1379] = {.lex_state = 151}, + [1380] = {.lex_state = 151}, + [1381] = {.lex_state = 151}, + [1382] = {.lex_state = 151}, + [1383] = {.lex_state = 151}, + [1384] = {.lex_state = 151}, + [1385] = {.lex_state = 151}, + [1386] = {.lex_state = 151}, + [1387] = {.lex_state = 151}, + [1388] = {.lex_state = 151}, + [1389] = {.lex_state = 151}, + [1390] = {.lex_state = 135}, + [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}, + [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}, + [1406] = {.lex_state = 151}, + [1407] = {.lex_state = 151}, + [1408] = {.lex_state = 151}, + [1409] = {.lex_state = 151}, + [1410] = {.lex_state = 151}, + [1411] = {.lex_state = 151}, + [1412] = {.lex_state = 151}, + [1413] = {.lex_state = 151}, + [1414] = {.lex_state = 151}, + [1415] = {.lex_state = 151}, + [1416] = {.lex_state = 151}, + [1417] = {.lex_state = 151}, + [1418] = {.lex_state = 151}, + [1419] = {.lex_state = 151}, + [1420] = {.lex_state = 151}, + [1421] = {.lex_state = 151}, + [1422] = {.lex_state = 151}, + [1423] = {.lex_state = 151}, + [1424] = {.lex_state = 151}, + [1425] = {.lex_state = 151}, + [1426] = {.lex_state = 151}, + [1427] = {.lex_state = 151}, + [1428] = {.lex_state = 151}, + [1429] = {.lex_state = 151}, + [1430] = {.lex_state = 151}, + [1431] = {.lex_state = 151}, + [1432] = {.lex_state = 151}, + [1433] = {.lex_state = 151}, + [1434] = {.lex_state = 151}, + [1435] = {.lex_state = 151}, + [1436] = {.lex_state = 151}, + [1437] = {.lex_state = 151}, + [1438] = {.lex_state = 151}, + [1439] = {.lex_state = 151}, + [1440] = {.lex_state = 151}, + [1441] = {.lex_state = 151}, + [1442] = {.lex_state = 151}, + [1443] = {.lex_state = 151}, + [1444] = {.lex_state = 151}, + [1445] = {.lex_state = 151}, + [1446] = {.lex_state = 151}, + [1447] = {.lex_state = 151}, + [1448] = {.lex_state = 151}, + [1449] = {.lex_state = 151}, + [1450] = {.lex_state = 151}, + [1451] = {.lex_state = 151}, + [1452] = {.lex_state = 151}, + [1453] = {.lex_state = 148}, [1454] = {.lex_state = 148}, - [1455] = {.lex_state = 153}, - [1456] = {.lex_state = 153}, - [1457] = {.lex_state = 153}, - [1458] = {.lex_state = 153}, - [1459] = {.lex_state = 153}, - [1460] = {.lex_state = 136}, + [1455] = {.lex_state = 135}, + [1456] = {.lex_state = 151}, + [1457] = {.lex_state = 148}, + [1458] = {.lex_state = 148}, + [1459] = {.lex_state = 135}, + [1460] = {.lex_state = 148}, [1461] = {.lex_state = 148}, - [1462] = {.lex_state = 154}, - [1463] = {.lex_state = 153}, - [1464] = {.lex_state = 153}, - [1465] = {.lex_state = 136}, - [1466] = {.lex_state = 153}, - [1467] = {.lex_state = 153}, - [1468] = {.lex_state = 153}, - [1469] = {.lex_state = 153}, - [1470] = {.lex_state = 155}, - [1471] = {.lex_state = 136}, + [1462] = {.lex_state = 148}, + [1463] = {.lex_state = 151}, + [1464] = {.lex_state = 148}, + [1465] = {.lex_state = 150}, + [1466] = {.lex_state = 148}, + [1467] = {.lex_state = 148}, + [1468] = {.lex_state = 148}, + [1469] = {.lex_state = 148}, + [1470] = {.lex_state = 148}, + [1471] = {.lex_state = 147}, [1472] = {.lex_state = 148}, - [1473] = {.lex_state = 136}, - [1474] = {.lex_state = 148}, + [1473] = {.lex_state = 148}, + [1474] = {.lex_state = 135}, [1475] = {.lex_state = 148}, - [1476] = {.lex_state = 136}, - [1477] = {.lex_state = 155}, - [1478] = {.lex_state = 136}, - [1479] = {.lex_state = 150}, - [1480] = {.lex_state = 150}, - [1481] = {.lex_state = 150}, - [1482] = {.lex_state = 150}, - [1483] = {.lex_state = 150}, - [1484] = {.lex_state = 136}, - [1485] = {.lex_state = 150}, - [1486] = {.lex_state = 136}, - [1487] = {.lex_state = 150}, - [1488] = {.lex_state = 149}, - [1489] = {.lex_state = 136}, - [1490] = {.lex_state = 149}, - [1491] = {.lex_state = 136}, - [1492] = {.lex_state = 136}, - [1493] = {.lex_state = 149}, - [1494] = {.lex_state = 149}, - [1495] = {.lex_state = 149}, - [1496] = {.lex_state = 153}, - [1497] = {.lex_state = 112, .external_lex_state = 1}, - [1498] = {.lex_state = 136}, - [1499] = {.lex_state = 136}, - [1500] = {.lex_state = 153}, - [1501] = {.lex_state = 136}, - [1502] = {.lex_state = 136}, - [1503] = {.lex_state = 136}, - [1504] = {.lex_state = 136}, - [1505] = {.lex_state = 153}, - [1506] = {.lex_state = 136}, - [1507] = {.lex_state = 153}, - [1508] = {.lex_state = 153}, - [1509] = {.lex_state = 135}, - [1510] = {.lex_state = 153}, - [1511] = {.lex_state = 153}, - [1512] = {.lex_state = 114, .external_lex_state = 1}, - [1513] = {.lex_state = 114, .external_lex_state = 1}, - [1514] = {.lex_state = 114, .external_lex_state = 1}, - [1515] = {.lex_state = 149}, - [1516] = {.lex_state = 114, .external_lex_state = 1}, - [1517] = {.lex_state = 114, .external_lex_state = 1}, - [1518] = {.lex_state = 114, .external_lex_state = 1}, - [1519] = {.lex_state = 114, .external_lex_state = 1}, - [1520] = {.lex_state = 149}, - [1521] = {.lex_state = 114, .external_lex_state = 1}, - [1522] = {.lex_state = 114, .external_lex_state = 1}, - [1523] = {.lex_state = 114, .external_lex_state = 1}, - [1524] = {.lex_state = 149}, - [1525] = {.lex_state = 114, .external_lex_state = 1}, - [1526] = {.lex_state = 114, .external_lex_state = 1}, - [1527] = {.lex_state = 114, .external_lex_state = 1}, - [1528] = {.lex_state = 114, .external_lex_state = 1}, - [1529] = {.lex_state = 114, .external_lex_state = 1}, - [1530] = {.lex_state = 114, .external_lex_state = 1}, - [1531] = {.lex_state = 114, .external_lex_state = 1}, - [1532] = {.lex_state = 114, .external_lex_state = 1}, - [1533] = {.lex_state = 114, .external_lex_state = 1}, - [1534] = {.lex_state = 114, .external_lex_state = 1}, - [1535] = {.lex_state = 154}, - [1536] = {.lex_state = 114, .external_lex_state = 1}, - [1537] = {.lex_state = 154}, - [1538] = {.lex_state = 154}, - [1539] = {.lex_state = 154}, - [1540] = {.lex_state = 114, .external_lex_state = 1}, - [1541] = {.lex_state = 114, .external_lex_state = 1}, - [1542] = {.lex_state = 114, .external_lex_state = 1}, - [1543] = {.lex_state = 114, .external_lex_state = 1}, - [1544] = {.lex_state = 114, .external_lex_state = 1}, - [1545] = {.lex_state = 114, .external_lex_state = 1}, - [1546] = {.lex_state = 114, .external_lex_state = 1}, - [1547] = {.lex_state = 114, .external_lex_state = 1}, - [1548] = {.lex_state = 149}, - [1549] = {.lex_state = 135}, - [1550] = {.lex_state = 135}, - [1551] = {.lex_state = 149}, - [1552] = {.lex_state = 135}, - [1553] = {.lex_state = 114, .external_lex_state = 1}, - [1554] = {.lex_state = 114, .external_lex_state = 1}, - [1555] = {.lex_state = 114, .external_lex_state = 1}, - [1556] = {.lex_state = 114, .external_lex_state = 1}, - [1557] = {.lex_state = 114, .external_lex_state = 1}, - [1558] = {.lex_state = 114, .external_lex_state = 1}, - [1559] = {.lex_state = 114, .external_lex_state = 1}, - [1560] = {.lex_state = 114, .external_lex_state = 1}, - [1561] = {.lex_state = 114, .external_lex_state = 1}, - [1562] = {.lex_state = 114, .external_lex_state = 1}, - [1563] = {.lex_state = 114, .external_lex_state = 1}, - [1564] = {.lex_state = 114, .external_lex_state = 1}, - [1565] = {.lex_state = 114, .external_lex_state = 1}, - [1566] = {.lex_state = 114, .external_lex_state = 1}, - [1567] = {.lex_state = 114, .external_lex_state = 1}, - [1568] = {.lex_state = 114, .external_lex_state = 1}, - [1569] = {.lex_state = 114, .external_lex_state = 1}, - [1570] = {.lex_state = 114, .external_lex_state = 1}, - [1571] = {.lex_state = 114, .external_lex_state = 1}, - [1572] = {.lex_state = 114, .external_lex_state = 1}, - [1573] = {.lex_state = 114, .external_lex_state = 1}, - [1574] = {.lex_state = 114, .external_lex_state = 1}, - [1575] = {.lex_state = 114, .external_lex_state = 1}, - [1576] = {.lex_state = 114, .external_lex_state = 1}, - [1577] = {.lex_state = 114, .external_lex_state = 1}, - [1578] = {.lex_state = 114, .external_lex_state = 1}, - [1579] = {.lex_state = 114, .external_lex_state = 1}, - [1580] = {.lex_state = 114, .external_lex_state = 1}, - [1581] = {.lex_state = 114, .external_lex_state = 1}, - [1582] = {.lex_state = 114, .external_lex_state = 1}, - [1583] = {.lex_state = 114, .external_lex_state = 1}, - [1584] = {.lex_state = 114, .external_lex_state = 1}, - [1585] = {.lex_state = 114, .external_lex_state = 1}, - [1586] = {.lex_state = 114, .external_lex_state = 1}, - [1587] = {.lex_state = 114, .external_lex_state = 1}, - [1588] = {.lex_state = 114, .external_lex_state = 1}, - [1589] = {.lex_state = 149}, - [1590] = {.lex_state = 149}, - [1591] = {.lex_state = 149}, - [1592] = {.lex_state = 149}, - [1593] = {.lex_state = 114, .external_lex_state = 1}, - [1594] = {.lex_state = 114, .external_lex_state = 1}, - [1595] = {.lex_state = 149}, - [1596] = {.lex_state = 106, .external_lex_state = 1}, - [1597] = {.lex_state = 149}, - [1598] = {.lex_state = 149}, - [1599] = {.lex_state = 149}, - [1600] = {.lex_state = 114, .external_lex_state = 1}, - [1601] = {.lex_state = 114, .external_lex_state = 1}, - [1602] = {.lex_state = 114, .external_lex_state = 1}, - [1603] = {.lex_state = 114, .external_lex_state = 1}, - [1604] = {.lex_state = 149}, - [1605] = {.lex_state = 114, .external_lex_state = 1}, - [1606] = {.lex_state = 114, .external_lex_state = 1}, - [1607] = {.lex_state = 114, .external_lex_state = 1}, - [1608] = {.lex_state = 114, .external_lex_state = 1}, - [1609] = {.lex_state = 114, .external_lex_state = 1}, - [1610] = {.lex_state = 114, .external_lex_state = 1}, - [1611] = {.lex_state = 114, .external_lex_state = 1}, - [1612] = {.lex_state = 114, .external_lex_state = 1}, - [1613] = {.lex_state = 149}, - [1614] = {.lex_state = 149}, - [1615] = {.lex_state = 114, .external_lex_state = 1}, - [1616] = {.lex_state = 114, .external_lex_state = 1}, - [1617] = {.lex_state = 114, .external_lex_state = 1}, - [1618] = {.lex_state = 114, .external_lex_state = 1}, - [1619] = {.lex_state = 149}, - [1620] = {.lex_state = 114, .external_lex_state = 1}, - [1621] = {.lex_state = 114, .external_lex_state = 1}, - [1622] = {.lex_state = 149}, - [1623] = {.lex_state = 114, .external_lex_state = 1}, - [1624] = {.lex_state = 114, .external_lex_state = 1}, - [1625] = {.lex_state = 114, .external_lex_state = 1}, - [1626] = {.lex_state = 114, .external_lex_state = 1}, - [1627] = {.lex_state = 106, .external_lex_state = 1}, - [1628] = {.lex_state = 149}, - [1629] = {.lex_state = 149}, - [1630] = {.lex_state = 114, .external_lex_state = 1}, - [1631] = {.lex_state = 106, .external_lex_state = 1}, - [1632] = {.lex_state = 149}, - [1633] = {.lex_state = 149}, - [1634] = {.lex_state = 149}, - [1635] = {.lex_state = 114, .external_lex_state = 1}, - [1636] = {.lex_state = 114, .external_lex_state = 1}, - [1637] = {.lex_state = 114, .external_lex_state = 1}, - [1638] = {.lex_state = 149}, - [1639] = {.lex_state = 114, .external_lex_state = 1}, - [1640] = {.lex_state = 114, .external_lex_state = 1}, - [1641] = {.lex_state = 114, .external_lex_state = 1}, - [1642] = {.lex_state = 149}, - [1643] = {.lex_state = 149}, - [1644] = {.lex_state = 149}, - [1645] = {.lex_state = 114, .external_lex_state = 1}, - [1646] = {.lex_state = 114, .external_lex_state = 1}, - [1647] = {.lex_state = 106, .external_lex_state = 1}, - [1648] = {.lex_state = 149}, - [1649] = {.lex_state = 114, .external_lex_state = 1}, - [1650] = {.lex_state = 114, .external_lex_state = 1}, - [1651] = {.lex_state = 106, .external_lex_state = 1}, - [1652] = {.lex_state = 114, .external_lex_state = 1}, - [1653] = {.lex_state = 114, .external_lex_state = 1}, - [1654] = {.lex_state = 114, .external_lex_state = 1}, - [1655] = {.lex_state = 114, .external_lex_state = 1}, - [1656] = {.lex_state = 114, .external_lex_state = 1}, - [1657] = {.lex_state = 114, .external_lex_state = 1}, - [1658] = {.lex_state = 114, .external_lex_state = 1}, - [1659] = {.lex_state = 106, .external_lex_state = 1}, - [1660] = {.lex_state = 114, .external_lex_state = 1}, - [1661] = {.lex_state = 149}, - [1662] = {.lex_state = 114, .external_lex_state = 1}, - [1663] = {.lex_state = 149}, - [1664] = {.lex_state = 149}, - [1665] = {.lex_state = 114, .external_lex_state = 1}, - [1666] = {.lex_state = 114, .external_lex_state = 1}, - [1667] = {.lex_state = 114, .external_lex_state = 1}, - [1668] = {.lex_state = 106, .external_lex_state = 1}, - [1669] = {.lex_state = 149}, - [1670] = {.lex_state = 106, .external_lex_state = 1}, - [1671] = {.lex_state = 149}, - [1672] = {.lex_state = 114, .external_lex_state = 1}, - [1673] = {.lex_state = 106, .external_lex_state = 1}, - [1674] = {.lex_state = 114, .external_lex_state = 1}, - [1675] = {.lex_state = 114, .external_lex_state = 1}, - [1676] = {.lex_state = 106, .external_lex_state = 1}, - [1677] = {.lex_state = 106, .external_lex_state = 1}, - [1678] = {.lex_state = 114, .external_lex_state = 1}, - [1679] = {.lex_state = 114, .external_lex_state = 1}, - [1680] = {.lex_state = 149}, - [1681] = {.lex_state = 149}, - [1682] = {.lex_state = 114, .external_lex_state = 1}, - [1683] = {.lex_state = 114, .external_lex_state = 1}, - [1684] = {.lex_state = 149}, - [1685] = {.lex_state = 114, .external_lex_state = 1}, - [1686] = {.lex_state = 106, .external_lex_state = 1}, - [1687] = {.lex_state = 106, .external_lex_state = 1}, - [1688] = {.lex_state = 114, .external_lex_state = 1}, - [1689] = {.lex_state = 106, .external_lex_state = 1}, - [1690] = {.lex_state = 114, .external_lex_state = 1}, - [1691] = {.lex_state = 114, .external_lex_state = 1}, - [1692] = {.lex_state = 114, .external_lex_state = 1}, - [1693] = {.lex_state = 114, .external_lex_state = 1}, - [1694] = {.lex_state = 114, .external_lex_state = 1}, - [1695] = {.lex_state = 114, .external_lex_state = 1}, - [1696] = {.lex_state = 114, .external_lex_state = 1}, - [1697] = {.lex_state = 114, .external_lex_state = 1}, - [1698] = {.lex_state = 114, .external_lex_state = 1}, - [1699] = {.lex_state = 114, .external_lex_state = 1}, - [1700] = {.lex_state = 114, .external_lex_state = 1}, - [1701] = {.lex_state = 114, .external_lex_state = 1}, - [1702] = {.lex_state = 149}, - [1703] = {.lex_state = 114, .external_lex_state = 1}, - [1704] = {.lex_state = 114, .external_lex_state = 1}, - [1705] = {.lex_state = 114, .external_lex_state = 1}, - [1706] = {.lex_state = 114, .external_lex_state = 1}, - [1707] = {.lex_state = 114, .external_lex_state = 1}, - [1708] = {.lex_state = 114, .external_lex_state = 1}, - [1709] = {.lex_state = 149}, - [1710] = {.lex_state = 114, .external_lex_state = 1}, - [1711] = {.lex_state = 149}, - [1712] = {.lex_state = 114, .external_lex_state = 1}, - [1713] = {.lex_state = 114, .external_lex_state = 1}, - [1714] = {.lex_state = 114, .external_lex_state = 1}, - [1715] = {.lex_state = 114, .external_lex_state = 1}, - [1716] = {.lex_state = 114, .external_lex_state = 1}, - [1717] = {.lex_state = 114, .external_lex_state = 1}, - [1718] = {.lex_state = 114, .external_lex_state = 1}, - [1719] = {.lex_state = 114, .external_lex_state = 1}, - [1720] = {.lex_state = 149}, - [1721] = {.lex_state = 114, .external_lex_state = 1}, - [1722] = {.lex_state = 114, .external_lex_state = 1}, - [1723] = {.lex_state = 114, .external_lex_state = 1}, - [1724] = {.lex_state = 114, .external_lex_state = 1}, - [1725] = {.lex_state = 114, .external_lex_state = 1}, - [1726] = {.lex_state = 149}, - [1727] = {.lex_state = 149}, - [1728] = {.lex_state = 114, .external_lex_state = 1}, - [1729] = {.lex_state = 114, .external_lex_state = 1}, - [1730] = {.lex_state = 114, .external_lex_state = 1}, - [1731] = {.lex_state = 114, .external_lex_state = 1}, - [1732] = {.lex_state = 114, .external_lex_state = 1}, - [1733] = {.lex_state = 149}, - [1734] = {.lex_state = 149}, - [1735] = {.lex_state = 114, .external_lex_state = 1}, - [1736] = {.lex_state = 114, .external_lex_state = 1}, - [1737] = {.lex_state = 114, .external_lex_state = 1}, - [1738] = {.lex_state = 114, .external_lex_state = 1}, - [1739] = {.lex_state = 114, .external_lex_state = 1}, - [1740] = {.lex_state = 114, .external_lex_state = 1}, - [1741] = {.lex_state = 114, .external_lex_state = 1}, - [1742] = {.lex_state = 114, .external_lex_state = 1}, - [1743] = {.lex_state = 149}, - [1744] = {.lex_state = 149}, - [1745] = {.lex_state = 114, .external_lex_state = 1}, - [1746] = {.lex_state = 149}, - [1747] = {.lex_state = 114, .external_lex_state = 1}, - [1748] = {.lex_state = 114, .external_lex_state = 1}, - [1749] = {.lex_state = 114, .external_lex_state = 1}, - [1750] = {.lex_state = 114, .external_lex_state = 1}, - [1751] = {.lex_state = 149}, - [1752] = {.lex_state = 114, .external_lex_state = 1}, - [1753] = {.lex_state = 114, .external_lex_state = 1}, - [1754] = {.lex_state = 114, .external_lex_state = 1}, - [1755] = {.lex_state = 114, .external_lex_state = 1}, - [1756] = {.lex_state = 149}, - [1757] = {.lex_state = 114, .external_lex_state = 1}, - [1758] = {.lex_state = 114, .external_lex_state = 1}, - [1759] = {.lex_state = 149}, - [1760] = {.lex_state = 114, .external_lex_state = 1}, - [1761] = {.lex_state = 114, .external_lex_state = 1}, - [1762] = {.lex_state = 114, .external_lex_state = 1}, - [1763] = {.lex_state = 149}, - [1764] = {.lex_state = 114, .external_lex_state = 1}, - [1765] = {.lex_state = 114, .external_lex_state = 1}, - [1766] = {.lex_state = 149}, - [1767] = {.lex_state = 114, .external_lex_state = 1}, - [1768] = {.lex_state = 114, .external_lex_state = 1}, - [1769] = {.lex_state = 114, .external_lex_state = 1}, - [1770] = {.lex_state = 149}, - [1771] = {.lex_state = 114, .external_lex_state = 1}, - [1772] = {.lex_state = 114, .external_lex_state = 1}, - [1773] = {.lex_state = 114, .external_lex_state = 1}, - [1774] = {.lex_state = 114, .external_lex_state = 1}, - [1775] = {.lex_state = 114, .external_lex_state = 1}, - [1776] = {.lex_state = 114, .external_lex_state = 1}, - [1777] = {.lex_state = 114, .external_lex_state = 1}, - [1778] = {.lex_state = 114, .external_lex_state = 1}, - [1779] = {.lex_state = 114, .external_lex_state = 1}, - [1780] = {.lex_state = 114, .external_lex_state = 1}, - [1781] = {.lex_state = 114, .external_lex_state = 1}, - [1782] = {.lex_state = 114, .external_lex_state = 1}, - [1783] = {.lex_state = 114, .external_lex_state = 1}, - [1784] = {.lex_state = 114, .external_lex_state = 1}, - [1785] = {.lex_state = 114, .external_lex_state = 1}, - [1786] = {.lex_state = 114, .external_lex_state = 1}, - [1787] = {.lex_state = 114, .external_lex_state = 1}, - [1788] = {.lex_state = 114, .external_lex_state = 1}, - [1789] = {.lex_state = 114, .external_lex_state = 1}, - [1790] = {.lex_state = 114, .external_lex_state = 1}, - [1791] = {.lex_state = 114, .external_lex_state = 1}, - [1792] = {.lex_state = 114, .external_lex_state = 1}, - [1793] = {.lex_state = 114, .external_lex_state = 1}, - [1794] = {.lex_state = 114, .external_lex_state = 1}, - [1795] = {.lex_state = 114, .external_lex_state = 1}, - [1796] = {.lex_state = 114, .external_lex_state = 1}, - [1797] = {.lex_state = 114, .external_lex_state = 1}, - [1798] = {.lex_state = 114, .external_lex_state = 1}, - [1799] = {.lex_state = 114, .external_lex_state = 1}, - [1800] = {.lex_state = 114, .external_lex_state = 1}, - [1801] = {.lex_state = 114, .external_lex_state = 1}, - [1802] = {.lex_state = 114, .external_lex_state = 1}, - [1803] = {.lex_state = 114, .external_lex_state = 1}, - [1804] = {.lex_state = 114, .external_lex_state = 1}, - [1805] = {.lex_state = 114, .external_lex_state = 1}, - [1806] = {.lex_state = 114, .external_lex_state = 1}, - [1807] = {.lex_state = 114, .external_lex_state = 1}, - [1808] = {.lex_state = 114, .external_lex_state = 1}, - [1809] = {.lex_state = 114, .external_lex_state = 1}, - [1810] = {.lex_state = 114, .external_lex_state = 1}, - [1811] = {.lex_state = 114, .external_lex_state = 1}, - [1812] = {.lex_state = 114, .external_lex_state = 1}, - [1813] = {.lex_state = 114, .external_lex_state = 1}, - [1814] = {.lex_state = 114, .external_lex_state = 1}, - [1815] = {.lex_state = 114, .external_lex_state = 1}, - [1816] = {.lex_state = 114, .external_lex_state = 1}, - [1817] = {.lex_state = 114, .external_lex_state = 1}, - [1818] = {.lex_state = 114, .external_lex_state = 1}, - [1819] = {.lex_state = 114, .external_lex_state = 1}, - [1820] = {.lex_state = 114, .external_lex_state = 1}, - [1821] = {.lex_state = 114, .external_lex_state = 1}, - [1822] = {.lex_state = 114, .external_lex_state = 1}, - [1823] = {.lex_state = 114, .external_lex_state = 1}, - [1824] = {.lex_state = 114, .external_lex_state = 1}, - [1825] = {.lex_state = 114, .external_lex_state = 1}, - [1826] = {.lex_state = 114, .external_lex_state = 1}, - [1827] = {.lex_state = 114, .external_lex_state = 1}, - [1828] = {.lex_state = 114, .external_lex_state = 1}, - [1829] = {.lex_state = 114, .external_lex_state = 1}, - [1830] = {.lex_state = 114, .external_lex_state = 1}, - [1831] = {.lex_state = 114, .external_lex_state = 1}, - [1832] = {.lex_state = 114, .external_lex_state = 1}, - [1833] = {.lex_state = 114, .external_lex_state = 1}, - [1834] = {.lex_state = 114, .external_lex_state = 1}, - [1835] = {.lex_state = 114, .external_lex_state = 1}, - [1836] = {.lex_state = 114, .external_lex_state = 1}, - [1837] = {.lex_state = 114, .external_lex_state = 1}, - [1838] = {.lex_state = 114, .external_lex_state = 1}, - [1839] = {.lex_state = 114, .external_lex_state = 1}, - [1840] = {.lex_state = 114, .external_lex_state = 1}, - [1841] = {.lex_state = 114, .external_lex_state = 1}, - [1842] = {.lex_state = 114, .external_lex_state = 1}, - [1843] = {.lex_state = 114, .external_lex_state = 1}, - [1844] = {.lex_state = 114, .external_lex_state = 1}, - [1845] = {.lex_state = 114, .external_lex_state = 1}, - [1846] = {.lex_state = 114, .external_lex_state = 1}, - [1847] = {.lex_state = 114, .external_lex_state = 1}, - [1848] = {.lex_state = 114, .external_lex_state = 1}, - [1849] = {.lex_state = 114, .external_lex_state = 1}, - [1850] = {.lex_state = 114, .external_lex_state = 1}, - [1851] = {.lex_state = 114, .external_lex_state = 1}, - [1852] = {.lex_state = 114, .external_lex_state = 1}, - [1853] = {.lex_state = 114, .external_lex_state = 1}, - [1854] = {.lex_state = 114, .external_lex_state = 1}, - [1855] = {.lex_state = 114, .external_lex_state = 1}, - [1856] = {.lex_state = 114, .external_lex_state = 1}, - [1857] = {.lex_state = 114, .external_lex_state = 1}, - [1858] = {.lex_state = 114, .external_lex_state = 1}, - [1859] = {.lex_state = 114, .external_lex_state = 1}, - [1860] = {.lex_state = 114, .external_lex_state = 1}, - [1861] = {.lex_state = 114, .external_lex_state = 1}, - [1862] = {.lex_state = 114, .external_lex_state = 1}, - [1863] = {.lex_state = 114, .external_lex_state = 1}, - [1864] = {.lex_state = 114, .external_lex_state = 1}, - [1865] = {.lex_state = 114, .external_lex_state = 1}, - [1866] = {.lex_state = 114, .external_lex_state = 1}, - [1867] = {.lex_state = 114, .external_lex_state = 1}, - [1868] = {.lex_state = 114, .external_lex_state = 1}, - [1869] = {.lex_state = 114, .external_lex_state = 1}, - [1870] = {.lex_state = 114, .external_lex_state = 1}, - [1871] = {.lex_state = 114, .external_lex_state = 1}, - [1872] = {.lex_state = 114, .external_lex_state = 1}, - [1873] = {.lex_state = 114, .external_lex_state = 1}, - [1874] = {.lex_state = 114, .external_lex_state = 1}, - [1875] = {.lex_state = 114, .external_lex_state = 1}, - [1876] = {.lex_state = 114, .external_lex_state = 1}, - [1877] = {.lex_state = 114, .external_lex_state = 1}, - [1878] = {.lex_state = 114, .external_lex_state = 1}, - [1879] = {.lex_state = 114, .external_lex_state = 1}, - [1880] = {.lex_state = 114, .external_lex_state = 1}, - [1881] = {.lex_state = 114, .external_lex_state = 1}, - [1882] = {.lex_state = 114, .external_lex_state = 1}, - [1883] = {.lex_state = 114, .external_lex_state = 1}, - [1884] = {.lex_state = 114, .external_lex_state = 1}, - [1885] = {.lex_state = 114, .external_lex_state = 1}, - [1886] = {.lex_state = 114, .external_lex_state = 1}, - [1887] = {.lex_state = 114, .external_lex_state = 1}, - [1888] = {.lex_state = 114, .external_lex_state = 1}, - [1889] = {.lex_state = 114, .external_lex_state = 1}, - [1890] = {.lex_state = 114, .external_lex_state = 1}, - [1891] = {.lex_state = 114, .external_lex_state = 1}, - [1892] = {.lex_state = 114, .external_lex_state = 1}, - [1893] = {.lex_state = 114, .external_lex_state = 1}, - [1894] = {.lex_state = 114, .external_lex_state = 1}, - [1895] = {.lex_state = 114, .external_lex_state = 1}, - [1896] = {.lex_state = 114, .external_lex_state = 1}, - [1897] = {.lex_state = 114, .external_lex_state = 1}, - [1898] = {.lex_state = 114, .external_lex_state = 1}, - [1899] = {.lex_state = 114, .external_lex_state = 1}, - [1900] = {.lex_state = 114, .external_lex_state = 1}, - [1901] = {.lex_state = 114, .external_lex_state = 1}, - [1902] = {.lex_state = 114, .external_lex_state = 1}, - [1903] = {.lex_state = 114, .external_lex_state = 1}, - [1904] = {.lex_state = 114, .external_lex_state = 1}, - [1905] = {.lex_state = 114, .external_lex_state = 1}, - [1906] = {.lex_state = 114, .external_lex_state = 1}, - [1907] = {.lex_state = 114, .external_lex_state = 1}, - [1908] = {.lex_state = 114, .external_lex_state = 1}, - [1909] = {.lex_state = 114, .external_lex_state = 1}, - [1910] = {.lex_state = 114, .external_lex_state = 1}, - [1911] = {.lex_state = 114, .external_lex_state = 1}, - [1912] = {.lex_state = 114, .external_lex_state = 1}, - [1913] = {.lex_state = 114, .external_lex_state = 1}, - [1914] = {.lex_state = 114, .external_lex_state = 1}, - [1915] = {.lex_state = 114, .external_lex_state = 1}, - [1916] = {.lex_state = 114, .external_lex_state = 1}, - [1917] = {.lex_state = 114, .external_lex_state = 1}, - [1918] = {.lex_state = 114, .external_lex_state = 1}, - [1919] = {.lex_state = 114, .external_lex_state = 1}, - [1920] = {.lex_state = 114, .external_lex_state = 1}, - [1921] = {.lex_state = 114, .external_lex_state = 1}, - [1922] = {.lex_state = 114, .external_lex_state = 1}, - [1923] = {.lex_state = 114, .external_lex_state = 1}, - [1924] = {.lex_state = 114, .external_lex_state = 1}, - [1925] = {.lex_state = 114, .external_lex_state = 1}, - [1926] = {.lex_state = 114, .external_lex_state = 1}, - [1927] = {.lex_state = 114, .external_lex_state = 1}, - [1928] = {.lex_state = 114, .external_lex_state = 1}, - [1929] = {.lex_state = 114, .external_lex_state = 1}, - [1930] = {.lex_state = 114, .external_lex_state = 1}, - [1931] = {.lex_state = 114, .external_lex_state = 1}, - [1932] = {.lex_state = 114, .external_lex_state = 1}, - [1933] = {.lex_state = 114, .external_lex_state = 1}, - [1934] = {.lex_state = 114, .external_lex_state = 1}, - [1935] = {.lex_state = 114, .external_lex_state = 1}, - [1936] = {.lex_state = 114, .external_lex_state = 1}, - [1937] = {.lex_state = 114, .external_lex_state = 1}, - [1938] = {.lex_state = 114, .external_lex_state = 1}, - [1939] = {.lex_state = 114, .external_lex_state = 1}, - [1940] = {.lex_state = 114, .external_lex_state = 1}, - [1941] = {.lex_state = 114, .external_lex_state = 1}, - [1942] = {.lex_state = 114, .external_lex_state = 1}, - [1943] = {.lex_state = 114, .external_lex_state = 1}, - [1944] = {.lex_state = 114, .external_lex_state = 1}, - [1945] = {.lex_state = 114, .external_lex_state = 1}, - [1946] = {.lex_state = 114, .external_lex_state = 1}, - [1947] = {.lex_state = 114, .external_lex_state = 1}, - [1948] = {.lex_state = 114, .external_lex_state = 1}, - [1949] = {.lex_state = 114, .external_lex_state = 1}, - [1950] = {.lex_state = 114, .external_lex_state = 1}, - [1951] = {.lex_state = 149}, - [1952] = {.lex_state = 110, .external_lex_state = 1}, - [1953] = {.lex_state = 114, .external_lex_state = 1}, - [1954] = {.lex_state = 114, .external_lex_state = 1}, - [1955] = {.lex_state = 114, .external_lex_state = 1}, - [1956] = {.lex_state = 114, .external_lex_state = 1}, - [1957] = {.lex_state = 116, .external_lex_state = 1}, - [1958] = {.lex_state = 128}, - [1959] = {.lex_state = 128}, - [1960] = {.lex_state = 128}, - [1961] = {.lex_state = 114, .external_lex_state = 1}, - [1962] = {.lex_state = 114, .external_lex_state = 1}, - [1963] = {.lex_state = 128}, - [1964] = {.lex_state = 114, .external_lex_state = 1}, + [1476] = {.lex_state = 135}, + [1477] = {.lex_state = 148}, + [1478] = {.lex_state = 111, .external_lex_state = 1}, + [1479] = {.lex_state = 148}, + [1480] = {.lex_state = 148}, + [1481] = {.lex_state = 135}, + [1482] = {.lex_state = 135}, + [1483] = {.lex_state = 148}, + [1484] = {.lex_state = 148}, + [1485] = {.lex_state = 151}, + [1486] = {.lex_state = 151}, + [1487] = {.lex_state = 135}, + [1488] = {.lex_state = 135}, + [1489] = {.lex_state = 135}, + [1490] = {.lex_state = 135}, + [1491] = {.lex_state = 135}, + [1492] = {.lex_state = 151}, + [1493] = {.lex_state = 135}, + [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}, + [1505] = {.lex_state = 113, .external_lex_state = 1}, + [1506] = {.lex_state = 148}, + [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}, + [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}, + [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}, + [1523] = {.lex_state = 113, .external_lex_state = 1}, + [1524] = {.lex_state = 151}, + [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}, + [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}, + [1540] = {.lex_state = 113, .external_lex_state = 1}, + [1541] = {.lex_state = 113, .external_lex_state = 1}, + [1542] = {.lex_state = 113, .external_lex_state = 1}, + [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}, + [1549] = {.lex_state = 113, .external_lex_state = 1}, + [1550] = {.lex_state = 113, .external_lex_state = 1}, + [1551] = {.lex_state = 113, .external_lex_state = 1}, + [1552] = {.lex_state = 113, .external_lex_state = 1}, + [1553] = {.lex_state = 113, .external_lex_state = 1}, + [1554] = {.lex_state = 113, .external_lex_state = 1}, + [1555] = {.lex_state = 113, .external_lex_state = 1}, + [1556] = {.lex_state = 113, .external_lex_state = 1}, + [1557] = {.lex_state = 113, .external_lex_state = 1}, + [1558] = {.lex_state = 113, .external_lex_state = 1}, + [1559] = {.lex_state = 113, .external_lex_state = 1}, + [1560] = {.lex_state = 113, .external_lex_state = 1}, + [1561] = {.lex_state = 113, .external_lex_state = 1}, + [1562] = {.lex_state = 113, .external_lex_state = 1}, + [1563] = {.lex_state = 113, .external_lex_state = 1}, + [1564] = {.lex_state = 113, .external_lex_state = 1}, + [1565] = {.lex_state = 113, .external_lex_state = 1}, + [1566] = {.lex_state = 113, .external_lex_state = 1}, + [1567] = {.lex_state = 113, .external_lex_state = 1}, + [1568] = {.lex_state = 113, .external_lex_state = 1}, + [1569] = {.lex_state = 113, .external_lex_state = 1}, + [1570] = {.lex_state = 113, .external_lex_state = 1}, + [1571] = {.lex_state = 113, .external_lex_state = 1}, + [1572] = {.lex_state = 113, .external_lex_state = 1}, + [1573] = {.lex_state = 113, .external_lex_state = 1}, + [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}, + [1578] = {.lex_state = 113, .external_lex_state = 1}, + [1579] = {.lex_state = 113, .external_lex_state = 1}, + [1580] = {.lex_state = 113, .external_lex_state = 1}, + [1581] = {.lex_state = 113, .external_lex_state = 1}, + [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}, + [1586] = {.lex_state = 113, .external_lex_state = 1}, + [1587] = {.lex_state = 126}, + [1588] = {.lex_state = 113, .external_lex_state = 1}, + [1589] = {.lex_state = 126}, + [1590] = {.lex_state = 111, .external_lex_state = 1}, + [1591] = {.lex_state = 126}, + [1592] = {.lex_state = 111, .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}, + [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}, + [1603] = {.lex_state = 113, .external_lex_state = 1}, + [1604] = {.lex_state = 113, .external_lex_state = 1}, + [1605] = {.lex_state = 113, .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}, + [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}, + [1616] = {.lex_state = 111, .external_lex_state = 1}, + [1617] = {.lex_state = 126}, + [1618] = {.lex_state = 126}, + [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}, + [1623] = {.lex_state = 126}, + [1624] = {.lex_state = 113, .external_lex_state = 1}, + [1625] = {.lex_state = 111, .external_lex_state = 1}, + [1626] = {.lex_state = 126}, + [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}, + [1633] = {.lex_state = 126}, + [1634] = {.lex_state = 126}, + [1635] = {.lex_state = 113, .external_lex_state = 1}, + [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}, + [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}, + [1651] = {.lex_state = 113, .external_lex_state = 1}, + [1652] = {.lex_state = 113, .external_lex_state = 1}, + [1653] = {.lex_state = 113, .external_lex_state = 1}, + [1654] = {.lex_state = 126}, + [1655] = {.lex_state = 113, .external_lex_state = 1}, + [1656] = {.lex_state = 126}, + [1657] = {.lex_state = 113, .external_lex_state = 1}, + [1658] = {.lex_state = 113, .external_lex_state = 1}, + [1659] = {.lex_state = 111, .external_lex_state = 1}, + [1660] = {.lex_state = 111, .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}, + [1666] = {.lex_state = 113, .external_lex_state = 1}, + [1667] = {.lex_state = 113, .external_lex_state = 1}, + [1668] = {.lex_state = 113, .external_lex_state = 1}, + [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}, + [1673] = {.lex_state = 113, .external_lex_state = 1}, + [1674] = {.lex_state = 126}, + [1675] = {.lex_state = 113, .external_lex_state = 1}, + [1676] = {.lex_state = 113, .external_lex_state = 1}, + [1677] = {.lex_state = 126}, + [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}, + [1683] = {.lex_state = 113, .external_lex_state = 1}, + [1684] = {.lex_state = 126}, + [1685] = {.lex_state = 113, .external_lex_state = 1}, + [1686] = {.lex_state = 113, .external_lex_state = 1}, + [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}, + [1692] = {.lex_state = 113, .external_lex_state = 1}, + [1693] = {.lex_state = 126}, + [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}, + [1699] = {.lex_state = 113, .external_lex_state = 1}, + [1700] = {.lex_state = 113, .external_lex_state = 1}, + [1701] = {.lex_state = 113, .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}, + [1707] = {.lex_state = 113, .external_lex_state = 1}, + [1708] = {.lex_state = 126}, + [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}, + [1714] = {.lex_state = 113, .external_lex_state = 1}, + [1715] = {.lex_state = 113, .external_lex_state = 1}, + [1716] = {.lex_state = 126}, + [1717] = {.lex_state = 126}, + [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}, + [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}, + [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}, + [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}, + [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}, + [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}, + [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}, + [1759] = {.lex_state = 113, .external_lex_state = 1}, + [1760] = {.lex_state = 113, .external_lex_state = 1}, + [1761] = {.lex_state = 113, .external_lex_state = 1}, + [1762] = {.lex_state = 113, .external_lex_state = 1}, + [1763] = {.lex_state = 113, .external_lex_state = 1}, + [1764] = {.lex_state = 113, .external_lex_state = 1}, + [1765] = {.lex_state = 113, .external_lex_state = 1}, + [1766] = {.lex_state = 113, .external_lex_state = 1}, + [1767] = {.lex_state = 113, .external_lex_state = 1}, + [1768] = {.lex_state = 113, .external_lex_state = 1}, + [1769] = {.lex_state = 113, .external_lex_state = 1}, + [1770] = {.lex_state = 113, .external_lex_state = 1}, + [1771] = {.lex_state = 113, .external_lex_state = 1}, + [1772] = {.lex_state = 113, .external_lex_state = 1}, + [1773] = {.lex_state = 113, .external_lex_state = 1}, + [1774] = {.lex_state = 113, .external_lex_state = 1}, + [1775] = {.lex_state = 113, .external_lex_state = 1}, + [1776] = {.lex_state = 113, .external_lex_state = 1}, + [1777] = {.lex_state = 113, .external_lex_state = 1}, + [1778] = {.lex_state = 113, .external_lex_state = 1}, + [1779] = {.lex_state = 113, .external_lex_state = 1}, + [1780] = {.lex_state = 113, .external_lex_state = 1}, + [1781] = {.lex_state = 113, .external_lex_state = 1}, + [1782] = {.lex_state = 113, .external_lex_state = 1}, + [1783] = {.lex_state = 113, .external_lex_state = 1}, + [1784] = {.lex_state = 113, .external_lex_state = 1}, + [1785] = {.lex_state = 113, .external_lex_state = 1}, + [1786] = {.lex_state = 113, .external_lex_state = 1}, + [1787] = {.lex_state = 113, .external_lex_state = 1}, + [1788] = {.lex_state = 113, .external_lex_state = 1}, + [1789] = {.lex_state = 113, .external_lex_state = 1}, + [1790] = {.lex_state = 113, .external_lex_state = 1}, + [1791] = {.lex_state = 113, .external_lex_state = 1}, + [1792] = {.lex_state = 113, .external_lex_state = 1}, + [1793] = {.lex_state = 113, .external_lex_state = 1}, + [1794] = {.lex_state = 113, .external_lex_state = 1}, + [1795] = {.lex_state = 113, .external_lex_state = 1}, + [1796] = {.lex_state = 113, .external_lex_state = 1}, + [1797] = {.lex_state = 113, .external_lex_state = 1}, + [1798] = {.lex_state = 113, .external_lex_state = 1}, + [1799] = {.lex_state = 113, .external_lex_state = 1}, + [1800] = {.lex_state = 113, .external_lex_state = 1}, + [1801] = {.lex_state = 113, .external_lex_state = 1}, + [1802] = {.lex_state = 113, .external_lex_state = 1}, + [1803] = {.lex_state = 113, .external_lex_state = 1}, + [1804] = {.lex_state = 113, .external_lex_state = 1}, + [1805] = {.lex_state = 113, .external_lex_state = 1}, + [1806] = {.lex_state = 113, .external_lex_state = 1}, + [1807] = {.lex_state = 113, .external_lex_state = 1}, + [1808] = {.lex_state = 113, .external_lex_state = 1}, + [1809] = {.lex_state = 113, .external_lex_state = 1}, + [1810] = {.lex_state = 113, .external_lex_state = 1}, + [1811] = {.lex_state = 113, .external_lex_state = 1}, + [1812] = {.lex_state = 113, .external_lex_state = 1}, + [1813] = {.lex_state = 113, .external_lex_state = 1}, + [1814] = {.lex_state = 113, .external_lex_state = 1}, + [1815] = {.lex_state = 113, .external_lex_state = 1}, + [1816] = {.lex_state = 113, .external_lex_state = 1}, + [1817] = {.lex_state = 113, .external_lex_state = 1}, + [1818] = {.lex_state = 113, .external_lex_state = 1}, + [1819] = {.lex_state = 113, .external_lex_state = 1}, + [1820] = {.lex_state = 113, .external_lex_state = 1}, + [1821] = {.lex_state = 113, .external_lex_state = 1}, + [1822] = {.lex_state = 113, .external_lex_state = 1}, + [1823] = {.lex_state = 113, .external_lex_state = 1}, + [1824] = {.lex_state = 113, .external_lex_state = 1}, + [1825] = {.lex_state = 113, .external_lex_state = 1}, + [1826] = {.lex_state = 113, .external_lex_state = 1}, + [1827] = {.lex_state = 113, .external_lex_state = 1}, + [1828] = {.lex_state = 113, .external_lex_state = 1}, + [1829] = {.lex_state = 113, .external_lex_state = 1}, + [1830] = {.lex_state = 113, .external_lex_state = 1}, + [1831] = {.lex_state = 113, .external_lex_state = 1}, + [1832] = {.lex_state = 113, .external_lex_state = 1}, + [1833] = {.lex_state = 113, .external_lex_state = 1}, + [1834] = {.lex_state = 113, .external_lex_state = 1}, + [1835] = {.lex_state = 113, .external_lex_state = 1}, + [1836] = {.lex_state = 113, .external_lex_state = 1}, + [1837] = {.lex_state = 113, .external_lex_state = 1}, + [1838] = {.lex_state = 113, .external_lex_state = 1}, + [1839] = {.lex_state = 113, .external_lex_state = 1}, + [1840] = {.lex_state = 113, .external_lex_state = 1}, + [1841] = {.lex_state = 113, .external_lex_state = 1}, + [1842] = {.lex_state = 113, .external_lex_state = 1}, + [1843] = {.lex_state = 113, .external_lex_state = 1}, + [1844] = {.lex_state = 113, .external_lex_state = 1}, + [1845] = {.lex_state = 113, .external_lex_state = 1}, + [1846] = {.lex_state = 113, .external_lex_state = 1}, + [1847] = {.lex_state = 113, .external_lex_state = 1}, + [1848] = {.lex_state = 113, .external_lex_state = 1}, + [1849] = {.lex_state = 113, .external_lex_state = 1}, + [1850] = {.lex_state = 113, .external_lex_state = 1}, + [1851] = {.lex_state = 113, .external_lex_state = 1}, + [1852] = {.lex_state = 113, .external_lex_state = 1}, + [1853] = {.lex_state = 113, .external_lex_state = 1}, + [1854] = {.lex_state = 113, .external_lex_state = 1}, + [1855] = {.lex_state = 113, .external_lex_state = 1}, + [1856] = {.lex_state = 113, .external_lex_state = 1}, + [1857] = {.lex_state = 113, .external_lex_state = 1}, + [1858] = {.lex_state = 113, .external_lex_state = 1}, + [1859] = {.lex_state = 113, .external_lex_state = 1}, + [1860] = {.lex_state = 113, .external_lex_state = 1}, + [1861] = {.lex_state = 113, .external_lex_state = 1}, + [1862] = {.lex_state = 113, .external_lex_state = 1}, + [1863] = {.lex_state = 113, .external_lex_state = 1}, + [1864] = {.lex_state = 113, .external_lex_state = 1}, + [1865] = {.lex_state = 113, .external_lex_state = 1}, + [1866] = {.lex_state = 113, .external_lex_state = 1}, + [1867] = {.lex_state = 113, .external_lex_state = 1}, + [1868] = {.lex_state = 113, .external_lex_state = 1}, + [1869] = {.lex_state = 113, .external_lex_state = 1}, + [1870] = {.lex_state = 113, .external_lex_state = 1}, + [1871] = {.lex_state = 113, .external_lex_state = 1}, + [1872] = {.lex_state = 113, .external_lex_state = 1}, + [1873] = {.lex_state = 113, .external_lex_state = 1}, + [1874] = {.lex_state = 113, .external_lex_state = 1}, + [1875] = {.lex_state = 113, .external_lex_state = 1}, + [1876] = {.lex_state = 113, .external_lex_state = 1}, + [1877] = {.lex_state = 113, .external_lex_state = 1}, + [1878] = {.lex_state = 113, .external_lex_state = 1}, + [1879] = {.lex_state = 113, .external_lex_state = 1}, + [1880] = {.lex_state = 113, .external_lex_state = 1}, + [1881] = {.lex_state = 113, .external_lex_state = 1}, + [1882] = {.lex_state = 113, .external_lex_state = 1}, + [1883] = {.lex_state = 113, .external_lex_state = 1}, + [1884] = {.lex_state = 113, .external_lex_state = 1}, + [1885] = {.lex_state = 113, .external_lex_state = 1}, + [1886] = {.lex_state = 113, .external_lex_state = 1}, + [1887] = {.lex_state = 113, .external_lex_state = 1}, + [1888] = {.lex_state = 113, .external_lex_state = 1}, + [1889] = {.lex_state = 113, .external_lex_state = 1}, + [1890] = {.lex_state = 113, .external_lex_state = 1}, + [1891] = {.lex_state = 113, .external_lex_state = 1}, + [1892] = {.lex_state = 113, .external_lex_state = 1}, + [1893] = {.lex_state = 113, .external_lex_state = 1}, + [1894] = {.lex_state = 113, .external_lex_state = 1}, + [1895] = {.lex_state = 113, .external_lex_state = 1}, + [1896] = {.lex_state = 113, .external_lex_state = 1}, + [1897] = {.lex_state = 113, .external_lex_state = 1}, + [1898] = {.lex_state = 113, .external_lex_state = 1}, + [1899] = {.lex_state = 113, .external_lex_state = 1}, + [1900] = {.lex_state = 113, .external_lex_state = 1}, + [1901] = {.lex_state = 113, .external_lex_state = 1}, + [1902] = {.lex_state = 113, .external_lex_state = 1}, + [1903] = {.lex_state = 113, .external_lex_state = 1}, + [1904] = {.lex_state = 113, .external_lex_state = 1}, + [1905] = {.lex_state = 113, .external_lex_state = 1}, + [1906] = {.lex_state = 113, .external_lex_state = 1}, + [1907] = {.lex_state = 113, .external_lex_state = 1}, + [1908] = {.lex_state = 113, .external_lex_state = 1}, + [1909] = {.lex_state = 113, .external_lex_state = 1}, + [1910] = {.lex_state = 113, .external_lex_state = 1}, + [1911] = {.lex_state = 113, .external_lex_state = 1}, + [1912] = {.lex_state = 113, .external_lex_state = 1}, + [1913] = {.lex_state = 113, .external_lex_state = 1}, + [1914] = {.lex_state = 113, .external_lex_state = 1}, + [1915] = {.lex_state = 113, .external_lex_state = 1}, + [1916] = {.lex_state = 113, .external_lex_state = 1}, + [1917] = {.lex_state = 113, .external_lex_state = 1}, + [1918] = {.lex_state = 113, .external_lex_state = 1}, + [1919] = {.lex_state = 113, .external_lex_state = 1}, + [1920] = {.lex_state = 113, .external_lex_state = 1}, + [1921] = {.lex_state = 113, .external_lex_state = 1}, + [1922] = {.lex_state = 113, .external_lex_state = 1}, + [1923] = {.lex_state = 113, .external_lex_state = 1}, + [1924] = {.lex_state = 113, .external_lex_state = 1}, + [1925] = {.lex_state = 113, .external_lex_state = 1}, + [1926] = {.lex_state = 113, .external_lex_state = 1}, + [1927] = {.lex_state = 113, .external_lex_state = 1}, + [1928] = {.lex_state = 113, .external_lex_state = 1}, + [1929] = {.lex_state = 113, .external_lex_state = 1}, + [1930] = {.lex_state = 113, .external_lex_state = 1}, + [1931] = {.lex_state = 113, .external_lex_state = 1}, + [1932] = {.lex_state = 113, .external_lex_state = 1}, + [1933] = {.lex_state = 113, .external_lex_state = 1}, + [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}, + [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}, + [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}, + [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}, + [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 = 116, .external_lex_state = 1}, - [1967] = {.lex_state = 114, .external_lex_state = 1}, - [1968] = {.lex_state = 128}, - [1969] = {.lex_state = 128}, - [1970] = {.lex_state = 116, .external_lex_state = 1}, - [1971] = {.lex_state = 114, .external_lex_state = 1}, - [1972] = {.lex_state = 114, .external_lex_state = 1}, - [1973] = {.lex_state = 151}, - [1974] = {.lex_state = 116, .external_lex_state = 1}, - [1975] = {.lex_state = 130}, - [1976] = {.lex_state = 130}, - [1977] = {.lex_state = 151}, - [1978] = {.lex_state = 116, .external_lex_state = 1}, - [1979] = {.lex_state = 132}, - [1980] = {.lex_state = 132}, - [1981] = {.lex_state = 132}, - [1982] = {.lex_state = 132}, - [1983] = {.lex_state = 132}, - [1984] = {.lex_state = 132}, - [1985] = {.lex_state = 132}, - [1986] = {.lex_state = 129}, + [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}, + [1983] = {.lex_state = 129}, + [1984] = {.lex_state = 127}, + [1985] = {.lex_state = 126}, + [1986] = {.lex_state = 127}, [1987] = {.lex_state = 131}, - [1988] = {.lex_state = 119, .external_lex_state = 1}, - [1989] = {.lex_state = 131}, - [1990] = {.lex_state = 131}, - [1991] = {.lex_state = 131}, - [1992] = {.lex_state = 131}, - [1993] = {.lex_state = 131}, - [1994] = {.lex_state = 119, .external_lex_state = 1}, - [1995] = {.lex_state = 129}, - [1996] = {.lex_state = 119, .external_lex_state = 1}, - [1997] = {.lex_state = 138}, - [1998] = {.lex_state = 128}, - [1999] = {.lex_state = 132}, - [2000] = {.lex_state = 128}, - [2001] = {.lex_state = 129}, - [2002] = {.lex_state = 138}, - [2003] = {.lex_state = 140}, - [2004] = {.lex_state = 138}, - [2005] = {.lex_state = 128}, - [2006] = {.lex_state = 132}, - [2007] = {.lex_state = 128}, - [2008] = {.lex_state = 141}, - [2009] = {.lex_state = 141}, - [2010] = {.lex_state = 128}, - [2011] = {.lex_state = 119, .external_lex_state = 1}, - [2012] = {.lex_state = 134}, - [2013] = {.lex_state = 134}, - [2014] = {.lex_state = 116}, - [2015] = {.lex_state = 119, .external_lex_state = 1}, - [2016] = {.lex_state = 128}, - [2017] = {.lex_state = 128}, - [2018] = {.lex_state = 141}, - [2019] = {.lex_state = 128}, - [2020] = {.lex_state = 140}, - [2021] = {.lex_state = 128}, - [2022] = {.lex_state = 128}, - [2023] = {.lex_state = 132}, - [2024] = {.lex_state = 141}, - [2025] = {.lex_state = 141}, - [2026] = {.lex_state = 141}, - [2027] = {.lex_state = 116}, - [2028] = {.lex_state = 116}, - [2029] = {.lex_state = 116}, - [2030] = {.lex_state = 116}, - [2031] = {.lex_state = 133}, - [2032] = {.lex_state = 128}, - [2033] = {.lex_state = 133}, - [2034] = {.lex_state = 133}, - [2035] = {.lex_state = 116}, - [2036] = {.lex_state = 133}, - [2037] = {.lex_state = 131}, - [2038] = {.lex_state = 116}, - [2039] = {.lex_state = 116}, - [2040] = {.lex_state = 128}, - [2041] = {.lex_state = 133}, - [2042] = {.lex_state = 128}, - [2043] = {.lex_state = 133}, - [2044] = {.lex_state = 116}, - [2045] = {.lex_state = 128}, - [2046] = {.lex_state = 116}, - [2047] = {.lex_state = 132}, - [2048] = {.lex_state = 137}, - [2049] = {.lex_state = 116}, - [2050] = {.lex_state = 137}, - [2051] = {.lex_state = 116}, - [2052] = {.lex_state = 128}, - [2053] = {.lex_state = 137}, - [2054] = {.lex_state = 127}, - [2055] = {.lex_state = 137}, - [2056] = {.lex_state = 137}, - [2057] = {.lex_state = 137}, - [2058] = {.lex_state = 137}, - [2059] = {.lex_state = 137}, - [2060] = {.lex_state = 132}, - [2061] = {.lex_state = 127}, - [2062] = {.lex_state = 128}, - [2063] = {.lex_state = 127}, - [2064] = {.lex_state = 116}, - [2065] = {.lex_state = 127}, - [2066] = {.lex_state = 137}, - [2067] = {.lex_state = 116}, - [2068] = {.lex_state = 132}, - [2069] = {.lex_state = 116}, - [2070] = {.lex_state = 116}, - [2071] = {.lex_state = 116}, - [2072] = {.lex_state = 132}, - [2073] = {.lex_state = 116}, - [2074] = {.lex_state = 116}, - [2075] = {.lex_state = 116}, - [2076] = {.lex_state = 116}, - [2077] = {.lex_state = 116}, - [2078] = {.lex_state = 117}, - [2079] = {.lex_state = 116}, - [2080] = {.lex_state = 116}, - [2081] = {.lex_state = 116}, - [2082] = {.lex_state = 127}, - [2083] = {.lex_state = 116}, - [2084] = {.lex_state = 116}, - [2085] = {.lex_state = 116}, - [2086] = {.lex_state = 116}, - [2087] = {.lex_state = 116}, - [2088] = {.lex_state = 116}, - [2089] = {.lex_state = 116}, - [2090] = {.lex_state = 116}, - [2091] = {.lex_state = 116}, - [2092] = {.lex_state = 116}, - [2093] = {.lex_state = 116}, - [2094] = {.lex_state = 132}, - [2095] = {.lex_state = 116}, - [2096] = {.lex_state = 116}, - [2097] = {.lex_state = 117}, - [2098] = {.lex_state = 116}, - [2099] = {.lex_state = 116}, - [2100] = {.lex_state = 116}, - [2101] = {.lex_state = 132}, - [2102] = {.lex_state = 116}, - [2103] = {.lex_state = 116}, - [2104] = {.lex_state = 117}, - [2105] = {.lex_state = 141}, - [2106] = {.lex_state = 132}, - [2107] = {.lex_state = 117}, - [2108] = {.lex_state = 117}, - [2109] = {.lex_state = 116}, - [2110] = {.lex_state = 116}, - [2111] = {.lex_state = 117}, - [2112] = {.lex_state = 116}, - [2113] = {.lex_state = 116}, - [2114] = {.lex_state = 116}, - [2115] = {.lex_state = 116}, - [2116] = {.lex_state = 116}, - [2117] = {.lex_state = 116}, - [2118] = {.lex_state = 117}, - [2119] = {.lex_state = 116}, - [2120] = {.lex_state = 128}, - [2121] = {.lex_state = 116}, - [2122] = {.lex_state = 137}, - [2123] = {.lex_state = 116}, - [2124] = {.lex_state = 116}, - [2125] = {.lex_state = 116}, - [2126] = {.lex_state = 116}, - [2127] = {.lex_state = 116}, - [2128] = {.lex_state = 116}, - [2129] = {.lex_state = 116}, - [2130] = {.lex_state = 116}, - [2131] = {.lex_state = 116}, - [2132] = {.lex_state = 116}, - [2133] = {.lex_state = 116}, - [2134] = {.lex_state = 116}, - [2135] = {.lex_state = 116}, - [2136] = {.lex_state = 116}, - [2137] = {.lex_state = 128}, - [2138] = {.lex_state = 116}, - [2139] = {.lex_state = 116}, - [2140] = {.lex_state = 151}, - [2141] = {.lex_state = 116}, - [2142] = {.lex_state = 116}, - [2143] = {.lex_state = 116}, - [2144] = {.lex_state = 116}, - [2145] = {.lex_state = 116}, - [2146] = {.lex_state = 116}, - [2147] = {.lex_state = 116}, - [2148] = {.lex_state = 116}, - [2149] = {.lex_state = 116}, - [2150] = {.lex_state = 116}, - [2151] = {.lex_state = 116}, - [2152] = {.lex_state = 116}, - [2153] = {.lex_state = 116}, - [2154] = {.lex_state = 128}, - [2155] = {.lex_state = 132}, - [2156] = {.lex_state = 128}, - [2157] = {.lex_state = 116}, - [2158] = {.lex_state = 116}, - [2159] = {.lex_state = 132}, - [2160] = {.lex_state = 128}, - [2161] = {.lex_state = 137}, - [2162] = {.lex_state = 116}, - [2163] = {.lex_state = 116}, - [2164] = {.lex_state = 116}, - [2165] = {.lex_state = 116}, - [2166] = {.lex_state = 116}, - [2167] = {.lex_state = 116}, - [2168] = {.lex_state = 128}, - [2169] = {.lex_state = 116}, - [2170] = {.lex_state = 116}, - [2171] = {.lex_state = 116}, - [2172] = {.lex_state = 116}, - [2173] = {.lex_state = 116}, - [2174] = {.lex_state = 119}, - [2175] = {.lex_state = 116}, - [2176] = {.lex_state = 116}, - [2177] = {.lex_state = 116}, - [2178] = {.lex_state = 119}, - [2179] = {.lex_state = 151}, - [2180] = {.lex_state = 116}, - [2181] = {.lex_state = 116}, - [2182] = {.lex_state = 116}, - [2183] = {.lex_state = 116}, - [2184] = {.lex_state = 116}, - [2185] = {.lex_state = 133}, - [2186] = {.lex_state = 116}, - [2187] = {.lex_state = 116}, - [2188] = {.lex_state = 116}, - [2189] = {.lex_state = 116}, - [2190] = {.lex_state = 137}, - [2191] = {.lex_state = 116}, - [2192] = {.lex_state = 116}, - [2193] = {.lex_state = 132}, - [2194] = {.lex_state = 137}, - [2195] = {.lex_state = 128}, - [2196] = {.lex_state = 116}, - [2197] = {.lex_state = 116}, - [2198] = {.lex_state = 116}, - [2199] = {.lex_state = 116}, - [2200] = {.lex_state = 116}, - [2201] = {.lex_state = 116}, - [2202] = {.lex_state = 116}, - [2203] = {.lex_state = 128}, - [2204] = {.lex_state = 128}, - [2205] = {.lex_state = 116}, - [2206] = {.lex_state = 116}, - [2207] = {.lex_state = 116}, - [2208] = {.lex_state = 116}, - [2209] = {.lex_state = 116}, - [2210] = {.lex_state = 116}, - [2211] = {.lex_state = 116}, - [2212] = {.lex_state = 116}, - [2213] = {.lex_state = 132}, - [2214] = {.lex_state = 116}, - [2215] = {.lex_state = 116}, - [2216] = {.lex_state = 116}, - [2217] = {.lex_state = 116}, - [2218] = {.lex_state = 116}, - [2219] = {.lex_state = 116}, - [2220] = {.lex_state = 116}, - [2221] = {.lex_state = 116}, - [2222] = {.lex_state = 116}, - [2223] = {.lex_state = 141}, - [2224] = {.lex_state = 141}, - [2225] = {.lex_state = 142}, - [2226] = {.lex_state = 151}, - [2227] = {.lex_state = 151}, + [1988] = {.lex_state = 131}, + [1989] = {.lex_state = 127}, + [1990] = {.lex_state = 127}, + [1991] = {.lex_state = 118, .external_lex_state = 1}, + [1992] = {.lex_state = 115}, + [1993] = {.lex_state = 127}, + [1994] = {.lex_state = 127}, + [1995] = {.lex_state = 127}, + [1996] = {.lex_state = 131}, + [1997] = {.lex_state = 127}, + [1998] = {.lex_state = 133}, + [1999] = {.lex_state = 115}, + [2000] = {.lex_state = 133}, + [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}, + [2022] = {.lex_state = 132}, + [2023] = {.lex_state = 138}, + [2024] = {.lex_state = 115}, + [2025] = {.lex_state = 132}, + [2026] = {.lex_state = 138}, + [2027] = {.lex_state = 115}, + [2028] = {.lex_state = 131}, + [2029] = {.lex_state = 126}, + [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}, + [2048] = {.lex_state = 115}, + [2049] = {.lex_state = 131}, + [2050] = {.lex_state = 131}, + [2051] = {.lex_state = 115}, + [2052] = {.lex_state = 115}, + [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}, + [2060] = {.lex_state = 115}, + [2061] = {.lex_state = 117}, + [2062] = {.lex_state = 115}, + [2063] = {.lex_state = 115}, + [2064] = {.lex_state = 115}, + [2065] = {.lex_state = 115}, + [2066] = {.lex_state = 115}, + [2067] = {.lex_state = 115}, + [2068] = {.lex_state = 115}, + [2069] = {.lex_state = 115}, + [2070] = {.lex_state = 115}, + [2071] = {.lex_state = 149}, + [2072] = {.lex_state = 115}, + [2073] = {.lex_state = 115}, + [2074] = {.lex_state = 115}, + [2075] = {.lex_state = 139}, + [2076] = {.lex_state = 115}, + [2077] = {.lex_state = 115}, + [2078] = {.lex_state = 115}, + [2079] = {.lex_state = 115}, + [2080] = {.lex_state = 115}, + [2081] = {.lex_state = 115}, + [2082] = {.lex_state = 115}, + [2083] = {.lex_state = 115}, + [2084] = {.lex_state = 115}, + [2085] = {.lex_state = 115}, + [2086] = {.lex_state = 131}, + [2087] = {.lex_state = 115}, + [2088] = {.lex_state = 115}, + [2089] = {.lex_state = 149}, + [2090] = {.lex_state = 115}, + [2091] = {.lex_state = 115}, + [2092] = {.lex_state = 126}, + [2093] = {.lex_state = 115}, + [2094] = {.lex_state = 115}, + [2095] = {.lex_state = 149}, + [2096] = {.lex_state = 115}, + [2097] = {.lex_state = 115}, + [2098] = {.lex_state = 115}, + [2099] = {.lex_state = 139}, + [2100] = {.lex_state = 115}, + [2101] = {.lex_state = 115}, + [2102] = {.lex_state = 139}, + [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}, + [2111] = {.lex_state = 149}, + [2112] = {.lex_state = 115}, + [2113] = {.lex_state = 126}, + [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}, + [2122] = {.lex_state = 115}, + [2123] = {.lex_state = 127}, + [2124] = {.lex_state = 115}, + [2125] = {.lex_state = 149}, + [2126] = {.lex_state = 149}, + [2127] = {.lex_state = 115}, + [2128] = {.lex_state = 149}, + [2129] = {.lex_state = 132}, + [2130] = {.lex_state = 149}, + [2131] = {.lex_state = 149}, + [2132] = {.lex_state = 149}, + [2133] = {.lex_state = 149}, + [2134] = {.lex_state = 127}, + [2135] = {.lex_state = 149}, + [2136] = {.lex_state = 115}, + [2137] = {.lex_state = 115}, + [2138] = {.lex_state = 115}, + [2139] = {.lex_state = 115}, + [2140] = {.lex_state = 149}, + [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}, + [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}, + [2158] = {.lex_state = 115}, + [2159] = {.lex_state = 127}, + [2160] = {.lex_state = 115}, + [2161] = {.lex_state = 115}, + [2162] = {.lex_state = 139}, + [2163] = {.lex_state = 115}, + [2164] = {.lex_state = 127}, + [2165] = {.lex_state = 115}, + [2166] = {.lex_state = 127}, + [2167] = {.lex_state = 149}, + [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}, + [2178] = {.lex_state = 115}, + [2179] = {.lex_state = 115}, + [2180] = {.lex_state = 115}, + [2181] = {.lex_state = 127}, + [2182] = {.lex_state = 115}, + [2183] = {.lex_state = 149}, + [2184] = {.lex_state = 115}, + [2185] = {.lex_state = 115}, + [2186] = {.lex_state = 115}, + [2187] = {.lex_state = 127}, + [2188] = {.lex_state = 115}, + [2189] = {.lex_state = 115}, + [2190] = {.lex_state = 118}, + [2191] = {.lex_state = 115}, + [2192] = {.lex_state = 115}, + [2193] = {.lex_state = 115}, + [2194] = {.lex_state = 115}, + [2195] = {.lex_state = 149}, + [2196] = {.lex_state = 130}, + [2197] = {.lex_state = 115}, + [2198] = {.lex_state = 149}, + [2199] = {.lex_state = 127}, + [2200] = {.lex_state = 131}, + [2201] = {.lex_state = 127}, + [2202] = {.lex_state = 115}, + [2203] = {.lex_state = 127}, + [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}, + [2214] = {.lex_state = 115}, + [2215] = {.lex_state = 115}, + [2216] = {.lex_state = 131}, + [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 = 127}, - [2230] = {.lex_state = 127}, - [2231] = {.lex_state = 141}, - [2232] = {.lex_state = 141}, - [2233] = {.lex_state = 141}, - [2234] = {.lex_state = 141}, - [2235] = {.lex_state = 141}, - [2236] = {.lex_state = 141}, - [2237] = {.lex_state = 151}, - [2238] = {.lex_state = 151}, - [2239] = {.lex_state = 151}, - [2240] = {.lex_state = 141}, - [2241] = {.lex_state = 141}, - [2242] = {.lex_state = 141}, - [2243] = {.lex_state = 132}, - [2244] = {.lex_state = 141}, - [2245] = {.lex_state = 132}, - [2246] = {.lex_state = 141}, - [2247] = {.lex_state = 141}, - [2248] = {.lex_state = 141}, - [2249] = {.lex_state = 151}, - [2250] = {.lex_state = 141}, - [2251] = {.lex_state = 141}, - [2252] = {.lex_state = 127}, - [2253] = {.lex_state = 121, .external_lex_state = 1}, - [2254] = {.lex_state = 151}, - [2255] = {.lex_state = 132}, - [2256] = {.lex_state = 141}, - [2257] = {.lex_state = 141}, - [2258] = {.lex_state = 141}, - [2259] = {.lex_state = 141}, - [2260] = {.lex_state = 141}, - [2261] = {.lex_state = 141}, - [2262] = {.lex_state = 141}, - [2263] = {.lex_state = 141}, - [2264] = {.lex_state = 141}, - [2265] = {.lex_state = 141}, - [2266] = {.lex_state = 141}, - [2267] = {.lex_state = 141}, - [2268] = {.lex_state = 141}, - [2269] = {.lex_state = 132}, - [2270] = {.lex_state = 141}, - [2271] = {.lex_state = 141}, - [2272] = {.lex_state = 121, .external_lex_state = 1}, - [2273] = {.lex_state = 151}, - [2274] = {.lex_state = 141}, - [2275] = {.lex_state = 141}, - [2276] = {.lex_state = 151}, - [2277] = {.lex_state = 137}, - [2278] = {.lex_state = 141}, - [2279] = {.lex_state = 141}, - [2280] = {.lex_state = 141}, - [2281] = {.lex_state = 141}, - [2282] = {.lex_state = 141}, - [2283] = {.lex_state = 141}, - [2284] = {.lex_state = 141}, - [2285] = {.lex_state = 141}, - [2286] = {.lex_state = 141}, - [2287] = {.lex_state = 141}, - [2288] = {.lex_state = 141}, - [2289] = {.lex_state = 141}, - [2290] = {.lex_state = 141}, - [2291] = {.lex_state = 132}, - [2292] = {.lex_state = 132}, - [2293] = {.lex_state = 151}, - [2294] = {.lex_state = 121, .external_lex_state = 1}, - [2295] = {.lex_state = 128}, - [2296] = {.lex_state = 142}, - [2297] = {.lex_state = 132}, - [2298] = {.lex_state = 151}, - [2299] = {.lex_state = 132}, - [2300] = {.lex_state = 151}, - [2301] = {.lex_state = 151}, - [2302] = {.lex_state = 151}, - [2303] = {.lex_state = 151}, - [2304] = {.lex_state = 151}, - [2305] = {.lex_state = 132}, - [2306] = {.lex_state = 132}, - [2307] = {.lex_state = 132}, - [2308] = {.lex_state = 128}, - [2309] = {.lex_state = 132}, - [2310] = {.lex_state = 143}, - [2311] = {.lex_state = 143}, - [2312] = {.lex_state = 143}, - [2313] = {.lex_state = 132}, - [2314] = {.lex_state = 137}, - [2315] = {.lex_state = 132}, - [2316] = {.lex_state = 143}, - [2317] = {.lex_state = 116}, - [2318] = {.lex_state = 116}, - [2319] = {.lex_state = 143}, - [2320] = {.lex_state = 143}, - [2321] = {.lex_state = 116}, - [2322] = {.lex_state = 132}, - [2323] = {.lex_state = 132}, - [2324] = {.lex_state = 132}, - [2325] = {.lex_state = 132}, - [2326] = {.lex_state = 132}, - [2327] = {.lex_state = 132}, - [2328] = {.lex_state = 132}, - [2329] = {.lex_state = 132}, - [2330] = {.lex_state = 132}, - [2331] = {.lex_state = 132}, - [2332] = {.lex_state = 132}, - [2333] = {.lex_state = 132}, - [2334] = {.lex_state = 132}, - [2335] = {.lex_state = 132}, - [2336] = {.lex_state = 132}, - [2337] = {.lex_state = 132}, - [2338] = {.lex_state = 132}, - [2339] = {.lex_state = 132}, - [2340] = {.lex_state = 132}, - [2341] = {.lex_state = 132}, - [2342] = {.lex_state = 132}, - [2343] = {.lex_state = 132}, - [2344] = {.lex_state = 132}, - [2345] = {.lex_state = 119}, - [2346] = {.lex_state = 121, .external_lex_state = 1}, - [2347] = {.lex_state = 132}, - [2348] = {.lex_state = 132}, - [2349] = {.lex_state = 132}, - [2350] = {.lex_state = 132}, - [2351] = {.lex_state = 132}, - [2352] = {.lex_state = 132}, - [2353] = {.lex_state = 132}, - [2354] = {.lex_state = 132}, - [2355] = {.lex_state = 132}, - [2356] = {.lex_state = 132}, - [2357] = {.lex_state = 132}, - [2358] = {.lex_state = 132}, - [2359] = {.lex_state = 132}, - [2360] = {.lex_state = 132}, - [2361] = {.lex_state = 132}, - [2362] = {.lex_state = 132}, - [2363] = {.lex_state = 132}, - [2364] = {.lex_state = 132}, - [2365] = {.lex_state = 132}, - [2366] = {.lex_state = 132}, - [2367] = {.lex_state = 132}, - [2368] = {.lex_state = 132}, - [2369] = {.lex_state = 119}, - [2370] = {.lex_state = 132}, - [2371] = {.lex_state = 132}, - [2372] = {.lex_state = 132}, - [2373] = {.lex_state = 132}, - [2374] = {.lex_state = 132}, - [2375] = {.lex_state = 132}, - [2376] = {.lex_state = 132}, - [2377] = {.lex_state = 132}, - [2378] = {.lex_state = 132}, - [2379] = {.lex_state = 132}, - [2380] = {.lex_state = 132}, - [2381] = {.lex_state = 132}, - [2382] = {.lex_state = 132}, - [2383] = {.lex_state = 132}, - [2384] = {.lex_state = 132}, - [2385] = {.lex_state = 132}, - [2386] = {.lex_state = 132}, - [2387] = {.lex_state = 132}, - [2388] = {.lex_state = 132}, - [2389] = {.lex_state = 132}, - [2390] = {.lex_state = 132}, - [2391] = {.lex_state = 135}, - [2392] = {.lex_state = 132}, - [2393] = {.lex_state = 141}, - [2394] = {.lex_state = 132}, - [2395] = {.lex_state = 132}, - [2396] = {.lex_state = 121, .external_lex_state = 1}, - [2397] = {.lex_state = 132}, - [2398] = {.lex_state = 132}, - [2399] = {.lex_state = 132}, - [2400] = {.lex_state = 132}, - [2401] = {.lex_state = 132}, - [2402] = {.lex_state = 132}, - [2403] = {.lex_state = 116}, - [2404] = {.lex_state = 135}, - [2405] = {.lex_state = 116}, - [2406] = {.lex_state = 132}, - [2407] = {.lex_state = 116}, - [2408] = {.lex_state = 132}, - [2409] = {.lex_state = 116}, - [2410] = {.lex_state = 116}, - [2411] = {.lex_state = 116}, - [2412] = {.lex_state = 132}, - [2413] = {.lex_state = 132}, - [2414] = {.lex_state = 132}, - [2415] = {.lex_state = 116}, - [2416] = {.lex_state = 116}, - [2417] = {.lex_state = 116}, - [2418] = {.lex_state = 132}, - [2419] = {.lex_state = 132}, - [2420] = {.lex_state = 132}, - [2421] = {.lex_state = 132}, - [2422] = {.lex_state = 132}, - [2423] = {.lex_state = 132}, - [2424] = {.lex_state = 132}, - [2425] = {.lex_state = 132}, - [2426] = {.lex_state = 116}, - [2427] = {.lex_state = 132}, - [2428] = {.lex_state = 116}, - [2429] = {.lex_state = 116}, - [2430] = {.lex_state = 116}, - [2431] = {.lex_state = 116}, - [2432] = {.lex_state = 132}, - [2433] = {.lex_state = 151}, - [2434] = {.lex_state = 132}, - [2435] = {.lex_state = 132}, - [2436] = {.lex_state = 116}, - [2437] = {.lex_state = 132}, - [2438] = {.lex_state = 116}, - [2439] = {.lex_state = 132}, - [2440] = {.lex_state = 132}, - [2441] = {.lex_state = 132}, - [2442] = {.lex_state = 132}, - [2443] = {.lex_state = 116}, - [2444] = {.lex_state = 135}, - [2445] = {.lex_state = 132}, - [2446] = {.lex_state = 132}, - [2447] = {.lex_state = 132}, - [2448] = {.lex_state = 132}, - [2449] = {.lex_state = 116}, - [2450] = {.lex_state = 116}, - [2451] = {.lex_state = 132}, - [2452] = {.lex_state = 132}, - [2453] = {.lex_state = 132}, - [2454] = {.lex_state = 135}, - [2455] = {.lex_state = 132}, - [2456] = {.lex_state = 116}, - [2457] = {.lex_state = 135}, - [2458] = {.lex_state = 135}, - [2459] = {.lex_state = 135}, - [2460] = {.lex_state = 135}, - [2461] = {.lex_state = 132}, - [2462] = {.lex_state = 135}, - [2463] = {.lex_state = 132}, - [2464] = {.lex_state = 132}, - [2465] = {.lex_state = 132}, - [2466] = {.lex_state = 132}, - [2467] = {.lex_state = 135}, - [2468] = {.lex_state = 151}, - [2469] = {.lex_state = 132}, - [2470] = {.lex_state = 135}, - [2471] = {.lex_state = 135}, - [2472] = {.lex_state = 135}, - [2473] = {.lex_state = 132}, - [2474] = {.lex_state = 132}, - [2475] = {.lex_state = 132}, - [2476] = {.lex_state = 132}, - [2477] = {.lex_state = 132}, - [2478] = {.lex_state = 132}, - [2479] = {.lex_state = 132}, - [2480] = {.lex_state = 132}, - [2481] = {.lex_state = 116}, - [2482] = {.lex_state = 116}, - [2483] = {.lex_state = 116}, - [2484] = {.lex_state = 116}, - [2485] = {.lex_state = 150}, - [2486] = {.lex_state = 123, .external_lex_state = 1}, - [2487] = {.lex_state = 116}, - [2488] = {.lex_state = 150}, - [2489] = {.lex_state = 123, .external_lex_state = 1}, - [2490] = {.lex_state = 116}, - [2491] = {.lex_state = 116}, - [2492] = {.lex_state = 139}, - [2493] = {.lex_state = 116}, - [2494] = {.lex_state = 116}, - [2495] = {.lex_state = 116}, - [2496] = {.lex_state = 116}, - [2497] = {.lex_state = 123, .external_lex_state = 1}, - [2498] = {.lex_state = 116}, - [2499] = {.lex_state = 143}, - [2500] = {.lex_state = 150}, - [2501] = {.lex_state = 135}, - [2502] = {.lex_state = 150}, - [2503] = {.lex_state = 137}, - [2504] = {.lex_state = 151}, - [2505] = {.lex_state = 151}, - [2506] = {.lex_state = 150}, - [2507] = {.lex_state = 150}, - [2508] = {.lex_state = 150}, - [2509] = {.lex_state = 150}, - [2510] = {.lex_state = 150}, - [2511] = {.lex_state = 150}, - [2512] = {.lex_state = 150}, - [2513] = {.lex_state = 150}, - [2514] = {.lex_state = 150}, - [2515] = {.lex_state = 150}, - [2516] = {.lex_state = 150}, - [2517] = {.lex_state = 150}, - [2518] = {.lex_state = 150}, - [2519] = {.lex_state = 150}, - [2520] = {.lex_state = 123, .external_lex_state = 1}, - [2521] = {.lex_state = 150}, - [2522] = {.lex_state = 135}, - [2523] = {.lex_state = 137}, - [2524] = {.lex_state = 150}, - [2525] = {.lex_state = 150}, - [2526] = {.lex_state = 150}, - [2527] = {.lex_state = 135}, - [2528] = {.lex_state = 123, .external_lex_state = 1}, - [2529] = {.lex_state = 150}, - [2530] = {.lex_state = 150}, - [2531] = {.lex_state = 150}, - [2532] = {.lex_state = 150}, - [2533] = {.lex_state = 150}, - [2534] = {.lex_state = 150}, - [2535] = {.lex_state = 135}, - [2536] = {.lex_state = 137}, - [2537] = {.lex_state = 135}, - [2538] = {.lex_state = 135}, - [2539] = {.lex_state = 151}, - [2540] = {.lex_state = 151}, - [2541] = {.lex_state = 135}, - [2542] = {.lex_state = 135}, - [2543] = {.lex_state = 135}, - [2544] = {.lex_state = 150}, - [2545] = {.lex_state = 135}, - [2546] = {.lex_state = 135}, - [2547] = {.lex_state = 141}, - [2548] = {.lex_state = 150}, - [2549] = {.lex_state = 135}, - [2550] = {.lex_state = 135}, - [2551] = {.lex_state = 140}, - [2552] = {.lex_state = 135}, - [2553] = {.lex_state = 135}, - [2554] = {.lex_state = 135}, - [2555] = {.lex_state = 135}, - [2556] = {.lex_state = 135}, - [2557] = {.lex_state = 135}, - [2558] = {.lex_state = 135}, - [2559] = {.lex_state = 150}, - [2560] = {.lex_state = 135}, - [2561] = {.lex_state = 135}, - [2562] = {.lex_state = 135}, - [2563] = {.lex_state = 135}, - [2564] = {.lex_state = 135}, - [2565] = {.lex_state = 135}, - [2566] = {.lex_state = 135}, - [2567] = {.lex_state = 135}, - [2568] = {.lex_state = 135}, - [2569] = {.lex_state = 135}, - [2570] = {.lex_state = 150}, - [2571] = {.lex_state = 150}, - [2572] = {.lex_state = 135}, - [2573] = {.lex_state = 135}, - [2574] = {.lex_state = 135}, - [2575] = {.lex_state = 135}, - [2576] = {.lex_state = 135}, - [2577] = {.lex_state = 135}, - [2578] = {.lex_state = 135}, - [2579] = {.lex_state = 135}, - [2580] = {.lex_state = 135}, - [2581] = {.lex_state = 141}, - [2582] = {.lex_state = 140}, - [2583] = {.lex_state = 135}, - [2584] = {.lex_state = 135}, - [2585] = {.lex_state = 135}, - [2586] = {.lex_state = 135}, - [2587] = {.lex_state = 135}, - [2588] = {.lex_state = 135}, - [2589] = {.lex_state = 135}, - [2590] = {.lex_state = 135}, - [2591] = {.lex_state = 135}, - [2592] = {.lex_state = 150}, - [2593] = {.lex_state = 135}, - [2594] = {.lex_state = 140}, - [2595] = {.lex_state = 150}, - [2596] = {.lex_state = 135}, - [2597] = {.lex_state = 135}, - [2598] = {.lex_state = 135}, - [2599] = {.lex_state = 140}, - [2600] = {.lex_state = 138}, - [2601] = {.lex_state = 151}, - [2602] = {.lex_state = 151}, - [2603] = {.lex_state = 151}, - [2604] = {.lex_state = 140}, - [2605] = {.lex_state = 140}, - [2606] = {.lex_state = 138}, - [2607] = {.lex_state = 151}, - [2608] = {.lex_state = 151}, - [2609] = {.lex_state = 151}, - [2610] = {.lex_state = 151}, - [2611] = {.lex_state = 151}, - [2612] = {.lex_state = 151}, - [2613] = {.lex_state = 140}, - [2614] = {.lex_state = 137}, - [2615] = {.lex_state = 151}, - [2616] = {.lex_state = 138}, - [2617] = {.lex_state = 151}, - [2618] = {.lex_state = 135}, - [2619] = {.lex_state = 138}, - [2620] = {.lex_state = 151}, - [2621] = {.lex_state = 151}, - [2622] = {.lex_state = 140}, + [2229] = {.lex_state = 136}, + [2230] = {.lex_state = 131}, + [2231] = {.lex_state = 131}, + [2232] = {.lex_state = 120, .external_lex_state = 1}, + [2233] = {.lex_state = 131}, + [2234] = {.lex_state = 131}, + [2235] = {.lex_state = 107}, + [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}, + [2244] = {.lex_state = 136}, + [2245] = {.lex_state = 126}, + [2246] = {.lex_state = 136}, + [2247] = {.lex_state = 136}, + [2248] = {.lex_state = 136}, + [2249] = {.lex_state = 131}, + [2250] = {.lex_state = 136}, + [2251] = {.lex_state = 120, .external_lex_state = 1}, + [2252] = {.lex_state = 136}, + [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}, + [2268] = {.lex_state = 142}, + [2269] = {.lex_state = 142}, + [2270] = {.lex_state = 127}, + [2271] = {.lex_state = 142}, + [2272] = {.lex_state = 142}, + [2273] = {.lex_state = 131}, + [2274] = {.lex_state = 131}, + [2275] = {.lex_state = 131}, + [2276] = {.lex_state = 131}, + [2277] = {.lex_state = 131}, + [2278] = {.lex_state = 120, .external_lex_state = 1}, + [2279] = {.lex_state = 131}, + [2280] = {.lex_state = 131}, + [2281] = {.lex_state = 131}, + [2282] = {.lex_state = 131}, + [2283] = {.lex_state = 131}, + [2284] = {.lex_state = 131}, + [2285] = {.lex_state = 131}, + [2286] = {.lex_state = 131}, + [2287] = {.lex_state = 131}, + [2288] = {.lex_state = 131}, + [2289] = {.lex_state = 131}, + [2290] = {.lex_state = 131}, + [2291] = {.lex_state = 131}, + [2292] = {.lex_state = 131}, + [2293] = {.lex_state = 131}, + [2294] = {.lex_state = 118}, + [2295] = {.lex_state = 131}, + [2296] = {.lex_state = 131}, + [2297] = {.lex_state = 131}, + [2298] = {.lex_state = 134}, + [2299] = {.lex_state = 131}, + [2300] = {.lex_state = 131}, + [2301] = {.lex_state = 131}, + [2302] = {.lex_state = 131}, + [2303] = {.lex_state = 131}, + [2304] = {.lex_state = 131}, + [2305] = {.lex_state = 131}, + [2306] = {.lex_state = 131}, + [2307] = {.lex_state = 131}, + [2308] = {.lex_state = 131}, + [2309] = {.lex_state = 131}, + [2310] = {.lex_state = 131}, + [2311] = {.lex_state = 131}, + [2312] = {.lex_state = 131}, + [2313] = {.lex_state = 131}, + [2314] = {.lex_state = 118}, + [2315] = {.lex_state = 131}, + [2316] = {.lex_state = 131}, + [2317] = {.lex_state = 136}, + [2318] = {.lex_state = 131}, + [2319] = {.lex_state = 131}, + [2320] = {.lex_state = 131}, + [2321] = {.lex_state = 131}, + [2322] = {.lex_state = 131}, + [2323] = {.lex_state = 131}, + [2324] = {.lex_state = 131}, + [2325] = {.lex_state = 131}, + [2326] = {.lex_state = 120, .external_lex_state = 1}, + [2327] = {.lex_state = 131}, + [2328] = {.lex_state = 131}, + [2329] = {.lex_state = 131}, + [2330] = {.lex_state = 131}, + [2331] = {.lex_state = 131}, + [2332] = {.lex_state = 131}, + [2333] = {.lex_state = 131}, + [2334] = {.lex_state = 131}, + [2335] = {.lex_state = 131}, + [2336] = {.lex_state = 131}, + [2337] = {.lex_state = 131}, + [2338] = {.lex_state = 131}, + [2339] = {.lex_state = 131}, + [2340] = {.lex_state = 131}, + [2341] = {.lex_state = 131}, + [2342] = {.lex_state = 131}, + [2343] = {.lex_state = 131}, + [2344] = {.lex_state = 131}, + [2345] = {.lex_state = 149}, + [2346] = {.lex_state = 149}, + [2347] = {.lex_state = 131}, + [2348] = {.lex_state = 131}, + [2349] = {.lex_state = 131}, + [2350] = {.lex_state = 131}, + [2351] = {.lex_state = 131}, + [2352] = {.lex_state = 131}, + [2353] = {.lex_state = 131}, + [2354] = {.lex_state = 139}, + [2355] = {.lex_state = 115}, + [2356] = {.lex_state = 131}, + [2357] = {.lex_state = 131}, + [2358] = {.lex_state = 131}, + [2359] = {.lex_state = 139}, + [2360] = {.lex_state = 139}, + [2361] = {.lex_state = 131}, + [2362] = {.lex_state = 139}, + [2363] = {.lex_state = 140}, + [2364] = {.lex_state = 131}, + [2365] = {.lex_state = 131}, + [2366] = {.lex_state = 140}, + [2367] = {.lex_state = 139}, + [2368] = {.lex_state = 139}, + [2369] = {.lex_state = 139}, + [2370] = {.lex_state = 131}, + [2371] = {.lex_state = 139}, + [2372] = {.lex_state = 131}, + [2373] = {.lex_state = 131}, + [2374] = {.lex_state = 131}, + [2375] = {.lex_state = 131}, + [2376] = {.lex_state = 131}, + [2377] = {.lex_state = 139}, + [2378] = {.lex_state = 139}, + [2379] = {.lex_state = 131}, + [2380] = {.lex_state = 131}, + [2381] = {.lex_state = 139}, + [2382] = {.lex_state = 139}, + [2383] = {.lex_state = 131}, + [2384] = {.lex_state = 115}, + [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}, + [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}, + [2400] = {.lex_state = 139}, + [2401] = {.lex_state = 139}, + [2402] = {.lex_state = 131}, + [2403] = {.lex_state = 131}, + [2404] = {.lex_state = 139}, + [2405] = {.lex_state = 140}, + [2406] = {.lex_state = 131}, + [2407] = {.lex_state = 139}, + [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}, + [2417] = {.lex_state = 139}, + [2418] = {.lex_state = 131}, + [2419] = {.lex_state = 131}, + [2420] = {.lex_state = 131}, + [2421] = {.lex_state = 115}, + [2422] = {.lex_state = 139}, + [2423] = {.lex_state = 139}, + [2424] = {.lex_state = 131}, + [2425] = {.lex_state = 131}, + [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}, + [2441] = {.lex_state = 139}, + [2442] = {.lex_state = 139}, + [2443] = {.lex_state = 139}, + [2444] = {.lex_state = 115}, + [2445] = {.lex_state = 139}, + [2446] = {.lex_state = 131}, + [2447] = {.lex_state = 131}, + [2448] = {.lex_state = 131}, + [2449] = {.lex_state = 115}, + [2450] = {.lex_state = 115}, + [2451] = {.lex_state = 115}, + [2452] = {.lex_state = 139}, + [2453] = {.lex_state = 115}, + [2454] = {.lex_state = 139}, + [2455] = {.lex_state = 115}, + [2456] = {.lex_state = 139}, + [2457] = {.lex_state = 115}, + [2458] = {.lex_state = 131}, + [2459] = {.lex_state = 115}, + [2460] = {.lex_state = 140}, + [2461] = {.lex_state = 139}, + [2462] = {.lex_state = 131}, + [2463] = {.lex_state = 140}, + [2464] = {.lex_state = 139}, + [2465] = {.lex_state = 115}, + [2466] = {.lex_state = 115}, + [2467] = {.lex_state = 131}, + [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}, + [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}, + [2484] = {.lex_state = 139}, + [2485] = {.lex_state = 131}, + [2486] = {.lex_state = 115}, + [2487] = {.lex_state = 142}, + [2488] = {.lex_state = 149}, + [2489] = {.lex_state = 147}, + [2490] = {.lex_state = 115}, + [2491] = {.lex_state = 115}, + [2492] = {.lex_state = 147}, + [2493] = {.lex_state = 115}, + [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}, + [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}, + [2508] = {.lex_state = 147}, + [2509] = {.lex_state = 147}, + [2510] = {.lex_state = 136}, + [2511] = {.lex_state = 147}, + [2512] = {.lex_state = 147}, + [2513] = {.lex_state = 147}, + [2514] = {.lex_state = 147}, + [2515] = {.lex_state = 147}, + [2516] = {.lex_state = 136}, + [2517] = {.lex_state = 147}, + [2518] = {.lex_state = 147}, + [2519] = {.lex_state = 147}, + [2520] = {.lex_state = 147}, + [2521] = {.lex_state = 147}, + [2522] = {.lex_state = 147}, + [2523] = {.lex_state = 149}, + [2524] = {.lex_state = 140}, + [2525] = {.lex_state = 147}, + [2526] = {.lex_state = 122, .external_lex_state = 1}, + [2527] = {.lex_state = 147}, + [2528] = {.lex_state = 147}, + [2529] = {.lex_state = 147}, + [2530] = {.lex_state = 147}, + [2531] = {.lex_state = 147}, + [2532] = {.lex_state = 149}, + [2533] = {.lex_state = 147}, + [2534] = {.lex_state = 140}, + [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}, + [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}, + [2553] = {.lex_state = 142}, + [2554] = {.lex_state = 147}, + [2555] = {.lex_state = 142}, + [2556] = {.lex_state = 142}, + [2557] = {.lex_state = 142}, + [2558] = {.lex_state = 139}, + [2559] = {.lex_state = 147}, + [2560] = {.lex_state = 142}, + [2561] = {.lex_state = 142}, + [2562] = {.lex_state = 142}, + [2563] = {.lex_state = 147}, + [2564] = {.lex_state = 142}, + [2565] = {.lex_state = 142}, + [2566] = {.lex_state = 142}, + [2567] = {.lex_state = 149}, + [2568] = {.lex_state = 142}, + [2569] = {.lex_state = 142}, + [2570] = {.lex_state = 142}, + [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}, + [2578] = {.lex_state = 142}, + [2579] = {.lex_state = 142}, + [2580] = {.lex_state = 149}, + [2581] = {.lex_state = 142}, + [2582] = {.lex_state = 149}, + [2583] = {.lex_state = 149}, + [2584] = {.lex_state = 142}, + [2585] = {.lex_state = 147}, + [2586] = {.lex_state = 142}, + [2587] = {.lex_state = 142}, + [2588] = {.lex_state = 147}, + [2589] = {.lex_state = 147}, + [2590] = {.lex_state = 142}, + [2591] = {.lex_state = 142}, + [2592] = {.lex_state = 136}, + [2593] = {.lex_state = 149}, + [2594] = {.lex_state = 142}, + [2595] = {.lex_state = 139}, + [2596] = {.lex_state = 142}, + [2597] = {.lex_state = 136}, + [2598] = {.lex_state = 149}, + [2599] = {.lex_state = 142}, + [2600] = {.lex_state = 149}, + [2601] = {.lex_state = 147}, + [2602] = {.lex_state = 142}, + [2603] = {.lex_state = 142}, + [2604] = {.lex_state = 142}, + [2605] = {.lex_state = 147}, + [2606] = {.lex_state = 142}, + [2607] = {.lex_state = 142}, + [2608] = {.lex_state = 149}, + [2609] = {.lex_state = 138}, + [2610] = {.lex_state = 149}, + [2611] = {.lex_state = 149}, + [2612] = {.lex_state = 142}, + [2613] = {.lex_state = 142}, + [2614] = {.lex_state = 142}, + [2615] = {.lex_state = 142}, + [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 = 140}, - [2625] = {.lex_state = 121}, + [2624] = {.lex_state = 137}, + [2625] = {.lex_state = 137}, [2626] = {.lex_state = 138}, [2627] = {.lex_state = 138}, [2628] = {.lex_state = 138}, - [2629] = {.lex_state = 138}, - [2630] = {.lex_state = 140}, - [2631] = {.lex_state = 140}, - [2632] = {.lex_state = 140}, - [2633] = {.lex_state = 121}, - [2634] = {.lex_state = 140}, - [2635] = {.lex_state = 136}, - [2636] = {.lex_state = 140}, - [2637] = {.lex_state = 140}, - [2638] = {.lex_state = 140}, - [2639] = {.lex_state = 136}, - [2640] = {.lex_state = 140}, - [2641] = {.lex_state = 136}, - [2642] = {.lex_state = 140}, - [2643] = {.lex_state = 142}, - [2644] = {.lex_state = 135}, - [2645] = {.lex_state = 140}, - [2646] = {.lex_state = 140}, - [2647] = {.lex_state = 140}, - [2648] = {.lex_state = 140}, - [2649] = {.lex_state = 136}, - [2650] = {.lex_state = 140}, - [2651] = {.lex_state = 140}, - [2652] = {.lex_state = 136}, - [2653] = {.lex_state = 140}, - [2654] = {.lex_state = 136}, - [2655] = {.lex_state = 140}, - [2656] = {.lex_state = 140}, - [2657] = {.lex_state = 150}, - [2658] = {.lex_state = 135}, - [2659] = {.lex_state = 140}, - [2660] = {.lex_state = 140}, - [2661] = {.lex_state = 140}, - [2662] = {.lex_state = 140}, - [2663] = {.lex_state = 140}, - [2664] = {.lex_state = 140}, - [2665] = {.lex_state = 140}, - [2666] = {.lex_state = 140}, - [2667] = {.lex_state = 142}, - [2668] = {.lex_state = 140}, - [2669] = {.lex_state = 140}, - [2670] = {.lex_state = 135}, - [2671] = {.lex_state = 136}, - [2672] = {.lex_state = 136}, - [2673] = {.lex_state = 135}, - [2674] = {.lex_state = 140}, - [2675] = {.lex_state = 140}, - [2676] = {.lex_state = 135}, - [2677] = {.lex_state = 138}, - [2678] = {.lex_state = 135}, - [2679] = {.lex_state = 154}, - [2680] = {.lex_state = 154}, + [2629] = {.lex_state = 136}, + [2630] = {.lex_state = 138}, + [2631] = {.lex_state = 135}, + [2632] = {.lex_state = 135}, + [2633] = {.lex_state = 120}, + [2634] = {.lex_state = 138}, + [2635] = {.lex_state = 138}, + [2636] = {.lex_state = 137}, + [2637] = {.lex_state = 138}, + [2638] = {.lex_state = 135}, + [2639] = {.lex_state = 137}, + [2640] = {.lex_state = 135}, + [2641] = {.lex_state = 135}, + [2642] = {.lex_state = 135}, + [2643] = {.lex_state = 137}, + [2644] = {.lex_state = 120}, + [2645] = {.lex_state = 138}, + [2646] = {.lex_state = 137}, + [2647] = {.lex_state = 135}, + [2648] = {.lex_state = 135}, + [2649] = {.lex_state = 138}, + [2650] = {.lex_state = 138}, + [2651] = {.lex_state = 138}, + [2652] = {.lex_state = 138}, + [2653] = {.lex_state = 138}, + [2654] = {.lex_state = 138}, + [2655] = {.lex_state = 138}, + [2656] = {.lex_state = 138}, + [2657] = {.lex_state = 138}, + [2658] = {.lex_state = 138}, + [2659] = {.lex_state = 138}, + [2660] = {.lex_state = 141}, + [2661] = {.lex_state = 138}, + [2662] = {.lex_state = 138}, + [2663] = {.lex_state = 141}, + [2664] = {.lex_state = 141}, + [2665] = {.lex_state = 138}, + [2666] = {.lex_state = 138}, + [2667] = {.lex_state = 138}, + [2668] = {.lex_state = 138}, + [2669] = {.lex_state = 138}, + [2670] = {.lex_state = 141}, + [2671] = {.lex_state = 138}, + [2672] = {.lex_state = 147}, + [2673] = {.lex_state = 138}, + [2674] = {.lex_state = 138}, + [2675] = {.lex_state = 138}, + [2676] = {.lex_state = 138}, + [2677] = {.lex_state = 141}, + [2678] = {.lex_state = 138}, + [2679] = {.lex_state = 138}, + [2680] = {.lex_state = 141}, [2681] = {.lex_state = 138}, [2682] = {.lex_state = 138}, [2683] = {.lex_state = 138}, - [2684] = {.lex_state = 154}, + [2684] = {.lex_state = 138}, [2685] = {.lex_state = 138}, - [2686] = {.lex_state = 138}, - [2687] = {.lex_state = 138}, - [2688] = {.lex_state = 154}, - [2689] = {.lex_state = 135}, - [2690] = {.lex_state = 138}, - [2691] = {.lex_state = 138}, - [2692] = {.lex_state = 138}, - [2693] = {.lex_state = 138}, - [2694] = {.lex_state = 138}, - [2695] = {.lex_state = 138}, - [2696] = {.lex_state = 138}, - [2697] = {.lex_state = 138}, - [2698] = {.lex_state = 135}, - [2699] = {.lex_state = 138}, - [2700] = {.lex_state = 135}, - [2701] = {.lex_state = 138}, - [2702] = {.lex_state = 125}, - [2703] = {.lex_state = 140}, - [2704] = {.lex_state = 135}, - [2705] = {.lex_state = 135}, - [2706] = {.lex_state = 135}, - [2707] = {.lex_state = 138}, - [2708] = {.lex_state = 150}, - [2709] = {.lex_state = 150}, - [2710] = {.lex_state = 138}, - [2711] = {.lex_state = 150}, - [2712] = {.lex_state = 149}, - [2713] = {.lex_state = 150}, - [2714] = {.lex_state = 149}, - [2715] = {.lex_state = 138}, - [2716] = {.lex_state = 150}, - [2717] = {.lex_state = 135}, - [2718] = {.lex_state = 150}, - [2719] = {.lex_state = 138}, - [2720] = {.lex_state = 149}, - [2721] = {.lex_state = 149}, - [2722] = {.lex_state = 150}, - [2723] = {.lex_state = 135}, - [2724] = {.lex_state = 138}, - [2725] = {.lex_state = 140}, - [2726] = {.lex_state = 138}, + [2686] = {.lex_state = 137}, + [2687] = {.lex_state = 137}, + [2688] = {.lex_state = 137}, + [2689] = {.lex_state = 151}, + [2690] = {.lex_state = 137}, + [2691] = {.lex_state = 141}, + [2692] = {.lex_state = 141}, + [2693] = {.lex_state = 137}, + [2694] = {.lex_state = 137}, + [2695] = {.lex_state = 137}, + [2696] = {.lex_state = 137}, + [2697] = {.lex_state = 137}, + [2698] = {.lex_state = 140}, + [2699] = {.lex_state = 137}, + [2700] = {.lex_state = 141}, + [2701] = {.lex_state = 137}, + [2702] = {.lex_state = 137}, + [2703] = {.lex_state = 137}, + [2704] = {.lex_state = 137}, + [2705] = {.lex_state = 137}, + [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}, + [2714] = {.lex_state = 137}, + [2715] = {.lex_state = 137}, + [2716] = {.lex_state = 137}, + [2717] = {.lex_state = 137}, + [2718] = {.lex_state = 137}, + [2719] = {.lex_state = 147}, + [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 = 135}, + [2728] = {.lex_state = 137}, [2729] = {.lex_state = 138}, - [2730] = {.lex_state = 135}, - [2731] = {.lex_state = 138}, - [2732] = {.lex_state = 149}, - [2733] = {.lex_state = 149}, - [2734] = {.lex_state = 135}, - [2735] = {.lex_state = 138}, - [2736] = {.lex_state = 140}, - [2737] = {.lex_state = 150}, - [2738] = {.lex_state = 150}, - [2739] = {.lex_state = 135}, - [2740] = {.lex_state = 150}, - [2741] = {.lex_state = 138}, + [2730] = {.lex_state = 147}, + [2731] = {.lex_state = 147}, + [2732] = {.lex_state = 137}, + [2733] = {.lex_state = 141}, + [2734] = {.lex_state = 148}, + [2735] = {.lex_state = 148}, + [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 = 150}, - [2744] = {.lex_state = 150}, - [2745] = {.lex_state = 135}, - [2746] = {.lex_state = 138}, - [2747] = {.lex_state = 135}, - [2748] = {.lex_state = 150}, - [2749] = {.lex_state = 135}, - [2750] = {.lex_state = 138}, - [2751] = {.lex_state = 149}, - [2752] = {.lex_state = 138}, - [2753] = {.lex_state = 140}, - [2754] = {.lex_state = 135}, - [2755] = {.lex_state = 149}, - [2756] = {.lex_state = 138}, - [2757] = {.lex_state = 150}, - [2758] = {.lex_state = 140}, - [2759] = {.lex_state = 135}, - [2760] = {.lex_state = 140}, - [2761] = {.lex_state = 138}, - [2762] = {.lex_state = 138}, - [2763] = {.lex_state = 138}, - [2764] = {.lex_state = 138}, - [2765] = {.lex_state = 138}, - [2766] = {.lex_state = 138}, - [2767] = {.lex_state = 140}, - [2768] = {.lex_state = 138}, - [2769] = {.lex_state = 138}, - [2770] = {.lex_state = 135}, - [2771] = {.lex_state = 138}, - [2772] = {.lex_state = 140}, - [2773] = {.lex_state = 138}, - [2774] = {.lex_state = 138}, + [2743] = {.lex_state = 137}, + [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}, + [2773] = {.lex_state = 137}, + [2774] = {.lex_state = 137}, [2775] = {.lex_state = 138}, - [2776] = {.lex_state = 138}, + [2776] = {.lex_state = 137}, [2777] = {.lex_state = 138}, - [2778] = {.lex_state = 138}, - [2779] = {.lex_state = 138}, - [2780] = {.lex_state = 138}, + [2778] = {.lex_state = 122}, + [2779] = {.lex_state = 137}, + [2780] = {.lex_state = 141}, [2781] = {.lex_state = 138}, [2782] = {.lex_state = 138}, - [2783] = {.lex_state = 154}, + [2783] = {.lex_state = 137}, [2784] = {.lex_state = 138}, - [2785] = {.lex_state = 138}, + [2785] = {.lex_state = 151}, [2786] = {.lex_state = 138}, - [2787] = {.lex_state = 149}, - [2788] = {.lex_state = 138}, - [2789] = {.lex_state = 135}, + [2787] = {.lex_state = 138}, + [2788] = {.lex_state = 137}, + [2789] = {.lex_state = 137}, [2790] = {.lex_state = 138}, - [2791] = {.lex_state = 138}, - [2792] = {.lex_state = 149}, - [2793] = {.lex_state = 154}, - [2794] = {.lex_state = 135}, - [2795] = {.lex_state = 138}, - [2796] = {.lex_state = 135}, - [2797] = {.lex_state = 140}, - [2798] = {.lex_state = 138}, - [2799] = {.lex_state = 149}, + [2791] = {.lex_state = 151}, + [2792] = {.lex_state = 137}, + [2793] = {.lex_state = 137}, + [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 = 152}, - [2802] = {.lex_state = 138}, - [2803] = {.lex_state = 138}, - [2804] = {.lex_state = 138}, - [2805] = {.lex_state = 138}, - [2806] = {.lex_state = 140}, - [2807] = {.lex_state = 138}, - [2808] = {.lex_state = 135}, - [2809] = {.lex_state = 140}, - [2810] = {.lex_state = 149}, + [2801] = {.lex_state = 141}, + [2802] = {.lex_state = 141}, + [2803] = {.lex_state = 137}, + [2804] = {.lex_state = 137}, + [2805] = {.lex_state = 137}, + [2806] = {.lex_state = 138}, + [2807] = {.lex_state = 137}, + [2808] = {.lex_state = 137}, + [2809] = {.lex_state = 141}, + [2810] = {.lex_state = 137}, [2811] = {.lex_state = 138}, - [2812] = {.lex_state = 138}, - [2813] = {.lex_state = 135}, - [2814] = {.lex_state = 138}, - [2815] = {.lex_state = 135}, + [2812] = {.lex_state = 137}, + [2813] = {.lex_state = 137}, + [2814] = {.lex_state = 141}, + [2815] = {.lex_state = 138}, [2816] = {.lex_state = 138}, - [2817] = {.lex_state = 138}, - [2818] = {.lex_state = 135}, - [2819] = {.lex_state = 135}, - [2820] = {.lex_state = 138}, - [2821] = {.lex_state = 138}, - [2822] = {.lex_state = 138}, - [2823] = {.lex_state = 135}, - [2824] = {.lex_state = 135}, - [2825] = {.lex_state = 135}, - [2826] = {.lex_state = 135}, - [2827] = {.lex_state = 135}, - [2828] = {.lex_state = 123}, - [2829] = {.lex_state = 140}, - [2830] = {.lex_state = 135}, - [2831] = {.lex_state = 138}, - [2832] = {.lex_state = 138}, - [2833] = {.lex_state = 135}, + [2817] = {.lex_state = 137}, + [2818] = {.lex_state = 137}, + [2819] = {.lex_state = 141}, + [2820] = {.lex_state = 137}, + [2821] = {.lex_state = 137}, + [2822] = {.lex_state = 141}, + [2823] = {.lex_state = 141}, + [2824] = {.lex_state = 137}, + [2825] = {.lex_state = 137}, + [2826] = {.lex_state = 141}, + [2827] = {.lex_state = 137}, + [2828] = {.lex_state = 137}, + [2829] = {.lex_state = 137}, + [2830] = {.lex_state = 137}, + [2831] = {.lex_state = 137}, + [2832] = {.lex_state = 137}, + [2833] = {.lex_state = 137}, [2834] = {.lex_state = 138}, - [2835] = {.lex_state = 138}, - [2836] = {.lex_state = 138}, - [2837] = {.lex_state = 140}, - [2838] = {.lex_state = 138}, - [2839] = {.lex_state = 138}, - [2840] = {.lex_state = 138}, - [2841] = {.lex_state = 140}, - [2842] = {.lex_state = 140}, - [2843] = {.lex_state = 140}, - [2844] = {.lex_state = 138}, - [2845] = {.lex_state = 135}, - [2846] = {.lex_state = 135}, - [2847] = {.lex_state = 138}, - [2848] = {.lex_state = 140}, - [2849] = {.lex_state = 140}, - [2850] = {.lex_state = 135}, - [2851] = {.lex_state = 140}, - [2852] = {.lex_state = 140}, + [2835] = {.lex_state = 137}, + [2836] = {.lex_state = 141}, + [2837] = {.lex_state = 135}, + [2838] = {.lex_state = 137}, + [2839] = {.lex_state = 137}, + [2840] = {.lex_state = 137}, + [2841] = {.lex_state = 137}, + [2842] = {.lex_state = 137}, + [2843] = {.lex_state = 137}, + [2844] = {.lex_state = 122}, + [2845] = {.lex_state = 137}, + [2846] = {.lex_state = 137}, + [2847] = {.lex_state = 135}, + [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 = 140}, - [2855] = {.lex_state = 138}, - [2856] = {.lex_state = 154}, - [2857] = {.lex_state = 138}, + [2854] = {.lex_state = 150}, + [2855] = {.lex_state = 137}, + [2856] = {.lex_state = 137}, + [2857] = {.lex_state = 137}, [2858] = {.lex_state = 135}, - [2859] = {.lex_state = 138}, - [2860] = {.lex_state = 135}, - [2861] = {.lex_state = 138}, - [2862] = {.lex_state = 138}, - [2863] = {.lex_state = 138}, - [2864] = {.lex_state = 138}, - [2865] = {.lex_state = 135}, - [2866] = {.lex_state = 138}, - [2867] = {.lex_state = 138}, - [2868] = {.lex_state = 138}, - [2869] = {.lex_state = 138}, - [2870] = {.lex_state = 138}, - [2871] = {.lex_state = 138}, - [2872] = {.lex_state = 123}, - [2873] = {.lex_state = 135}, - [2874] = {.lex_state = 138}, - [2875] = {.lex_state = 140}, - [2876] = {.lex_state = 140}, - [2877] = {.lex_state = 140}, - [2878] = {.lex_state = 138}, - [2879] = {.lex_state = 140}, - [2880] = {.lex_state = 138}, - [2881] = {.lex_state = 138}, - [2882] = {.lex_state = 138}, + [2859] = {.lex_state = 137}, + [2860] = {.lex_state = 141}, + [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}, + [2868] = {.lex_state = 137}, + [2869] = {.lex_state = 141}, + [2870] = {.lex_state = 141}, + [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}, + [2878] = {.lex_state = 141}, + [2879] = {.lex_state = 137}, + [2880] = {.lex_state = 137}, + [2881] = {.lex_state = 141}, + [2882] = {.lex_state = 135}, [2883] = {.lex_state = 138}, - [2884] = {.lex_state = 135}, - [2885] = {.lex_state = 138}, - [2886] = {.lex_state = 150}, - [2887] = {.lex_state = 138}, - [2888] = {.lex_state = 140}, - [2889] = {.lex_state = 138}, - [2890] = {.lex_state = 150}, - [2891] = {.lex_state = 140}, - [2892] = {.lex_state = 138}, - [2893] = {.lex_state = 138}, - [2894] = {.lex_state = 140}, - [2895] = {.lex_state = 140}, - [2896] = {.lex_state = 140}, + [2884] = {.lex_state = 137}, + [2885] = {.lex_state = 137}, + [2886] = {.lex_state = 137}, + [2887] = {.lex_state = 141}, + [2888] = {.lex_state = 138}, + [2889] = {.lex_state = 137}, + [2890] = {.lex_state = 137}, + [2891] = {.lex_state = 137}, + [2892] = {.lex_state = 137}, + [2893] = {.lex_state = 151}, + [2894] = {.lex_state = 137}, + [2895] = {.lex_state = 137}, + [2896] = {.lex_state = 137}, [2897] = {.lex_state = 138}, - [2898] = {.lex_state = 149}, - [2899] = {.lex_state = 150}, - [2900] = {.lex_state = 138}, - [2901] = {.lex_state = 140}, - [2902] = {.lex_state = 138}, - [2903] = {.lex_state = 149}, - [2904] = {.lex_state = 140}, - [2905] = {.lex_state = 135}, - [2906] = {.lex_state = 140}, - [2907] = {.lex_state = 150}, - [2908] = {.lex_state = 150}, - [2909] = {.lex_state = 140}, - [2910] = {.lex_state = 138}, - [2911] = {.lex_state = 135}, - [2912] = {.lex_state = 138}, + [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}, + [2911] = {.lex_state = 137}, + [2912] = {.lex_state = 137}, [2913] = {.lex_state = 138}, - [2914] = {.lex_state = 140}, - [2915] = {.lex_state = 138}, + [2914] = {.lex_state = 138}, + [2915] = {.lex_state = 141}, [2916] = {.lex_state = 138}, - [2917] = {.lex_state = 150}, - [2918] = {.lex_state = 150}, + [2917] = {.lex_state = 138}, + [2918] = {.lex_state = 138}, [2919] = {.lex_state = 138}, [2920] = {.lex_state = 138}, [2921] = {.lex_state = 138}, - [2922] = {.lex_state = 138}, - [2923] = {.lex_state = 150}, - [2924] = {.lex_state = 150}, + [2922] = {.lex_state = 137}, + [2923] = {.lex_state = 138}, + [2924] = {.lex_state = 147}, [2925] = {.lex_state = 138}, - [2926] = {.lex_state = 138}, - [2927] = {.lex_state = 154}, - [2928] = {.lex_state = 138}, - [2929] = {.lex_state = 135}, - [2930] = {.lex_state = 135}, - [2931] = {.lex_state = 138}, - [2932] = {.lex_state = 135}, - [2933] = {.lex_state = 138}, - [2934] = {.lex_state = 149}, - [2935] = {.lex_state = 135}, - [2936] = {.lex_state = 150}, - [2937] = {.lex_state = 150}, - [2938] = {.lex_state = 135}, - [2939] = {.lex_state = 140}, - [2940] = {.lex_state = 138}, - [2941] = {.lex_state = 140}, - [2942] = {.lex_state = 150}, - [2943] = {.lex_state = 140}, - [2944] = {.lex_state = 150}, - [2945] = {.lex_state = 150}, - [2946] = {.lex_state = 140}, - [2947] = {.lex_state = 135}, + [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}, + [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 = 140}, - [2950] = {.lex_state = 150}, - [2951] = {.lex_state = 138}, - [2952] = {.lex_state = 138}, - [2953] = {.lex_state = 135}, - [2954] = {.lex_state = 138}, - [2955] = {.lex_state = 138}, - [2956] = {.lex_state = 150}, + [2949] = {.lex_state = 137}, + [2950] = {.lex_state = 149}, + [2951] = {.lex_state = 147}, + [2952] = {.lex_state = 137}, + [2953] = {.lex_state = 137}, + [2954] = {.lex_state = 137}, + [2955] = {.lex_state = 137}, + [2956] = {.lex_state = 137}, [2957] = {.lex_state = 138}, - [2958] = {.lex_state = 138}, - [2959] = {.lex_state = 138}, - [2960] = {.lex_state = 138}, - [2961] = {.lex_state = 138}, - [2962] = {.lex_state = 150}, - [2963] = {.lex_state = 150}, - [2964] = {.lex_state = 138}, - [2965] = {.lex_state = 135}, - [2966] = {.lex_state = 138}, - [2967] = {.lex_state = 135}, - [2968] = {.lex_state = 138}, - [2969] = {.lex_state = 140}, - [2970] = {.lex_state = 135}, - [2971] = {.lex_state = 140}, - [2972] = {.lex_state = 150}, - [2973] = {.lex_state = 140}, - [2974] = {.lex_state = 138}, - [2975] = {.lex_state = 135}, + [2958] = {.lex_state = 141}, + [2959] = {.lex_state = 148}, + [2960] = {.lex_state = 141}, + [2961] = {.lex_state = 148}, + [2962] = {.lex_state = 147}, + [2963] = {.lex_state = 138}, + [2964] = {.lex_state = 137}, + [2965] = {.lex_state = 147}, + [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}, - [2977] = {.lex_state = 140}, - [2978] = {.lex_state = 150}, - [2979] = {.lex_state = 140}, - [2980] = {.lex_state = 135}, - [2981] = {.lex_state = 138}, - [2982] = {.lex_state = 138}, - [2983] = {.lex_state = 138}, - [2984] = {.lex_state = 140}, - [2985] = {.lex_state = 135}, - [2986] = {.lex_state = 150}, - [2987] = {.lex_state = 135}, - [2988] = {.lex_state = 138}, - [2989] = {.lex_state = 138}, - [2990] = {.lex_state = 138}, - [2991] = {.lex_state = 140}, - [2992] = {.lex_state = 150}, - [2993] = {.lex_state = 138}, - [2994] = {.lex_state = 140}, - [2995] = {.lex_state = 138}, - [2996] = {.lex_state = 140}, - [2997] = {.lex_state = 138}, - [2998] = {.lex_state = 150}, - [2999] = {.lex_state = 140}, - [3000] = {.lex_state = 140}, - [3001] = {.lex_state = 140}, - [3002] = {.lex_state = 138}, - [3003] = {.lex_state = 135}, - [3004] = {.lex_state = 150}, - [3005] = {.lex_state = 140}, - [3006] = {.lex_state = 150}, - [3007] = {.lex_state = 140}, + [2977] = {.lex_state = 138}, + [2978] = {.lex_state = 137}, + [2979] = {.lex_state = 138}, + [2980] = {.lex_state = 137}, + [2981] = {.lex_state = 137}, + [2982] = {.lex_state = 137}, + [2983] = {.lex_state = 147}, + [2984] = {.lex_state = 137}, + [2985] = {.lex_state = 147}, + [2986] = {.lex_state = 138}, + [2987] = {.lex_state = 137}, + [2988] = {.lex_state = 147}, + [2989] = {.lex_state = 137}, + [2990] = {.lex_state = 147}, + [2991] = {.lex_state = 147}, + [2992] = {.lex_state = 138}, + [2993] = {.lex_state = 137}, + [2994] = {.lex_state = 138}, + [2995] = {.lex_state = 147}, + [2996] = {.lex_state = 151}, + [2997] = {.lex_state = 147}, + [2998] = {.lex_state = 147}, + [2999] = {.lex_state = 147}, + [3000] = {.lex_state = 137}, + [3001] = {.lex_state = 138}, + [3002] = {.lex_state = 137}, + [3003] = {.lex_state = 147}, + [3004] = {.lex_state = 137}, + [3005] = {.lex_state = 137}, + [3006] = {.lex_state = 137}, + [3007] = {.lex_state = 147}, [3008] = {.lex_state = 138}, - [3009] = {.lex_state = 135}, + [3009] = {.lex_state = 137}, [3010] = {.lex_state = 138}, - [3011] = {.lex_state = 135}, + [3011] = {.lex_state = 138}, [3012] = {.lex_state = 138}, - [3013] = {.lex_state = 138}, - [3014] = {.lex_state = 135}, - [3015] = {.lex_state = 135}, + [3013] = {.lex_state = 141}, + [3014] = {.lex_state = 147}, + [3015] = {.lex_state = 147}, [3016] = {.lex_state = 138}, - [3017] = {.lex_state = 135}, - [3018] = {.lex_state = 140}, - [3019] = {.lex_state = 140}, - [3020] = {.lex_state = 140}, - [3021] = {.lex_state = 138}, - [3022] = {.lex_state = 150}, - [3023] = {.lex_state = 138}, - [3024] = {.lex_state = 140}, - [3025] = {.lex_state = 140}, - [3026] = {.lex_state = 154}, - [3027] = {.lex_state = 154}, - [3028] = {.lex_state = 140}, - [3029] = {.lex_state = 135}, - [3030] = {.lex_state = 149}, - [3031] = {.lex_state = 138}, - [3032] = {.lex_state = 150}, - [3033] = {.lex_state = 150}, - [3034] = {.lex_state = 138}, - [3035] = {.lex_state = 135}, - [3036] = {.lex_state = 138}, - [3037] = {.lex_state = 150}, - [3038] = {.lex_state = 150}, - [3039] = {.lex_state = 135}, - [3040] = {.lex_state = 150}, - [3041] = {.lex_state = 140}, - [3042] = {.lex_state = 140}, - [3043] = {.lex_state = 140}, - [3044] = {.lex_state = 140}, + [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}, + [3024] = {.lex_state = 137}, + [3025] = {.lex_state = 141}, + [3026] = {.lex_state = 137}, + [3027] = {.lex_state = 137}, + [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}, + [3043] = {.lex_state = 137}, + [3044] = {.lex_state = 138}, [3045] = {.lex_state = 149}, - [3046] = {.lex_state = 154}, - [3047] = {.lex_state = 140}, - [3048] = {.lex_state = 140}, - [3049] = {.lex_state = 138}, - [3050] = {.lex_state = 138}, - [3051] = {.lex_state = 150}, - [3052] = {.lex_state = 150}, - [3053] = {.lex_state = 140}, - [3054] = {.lex_state = 150}, - [3055] = {.lex_state = 140}, - [3056] = {.lex_state = 138}, - [3057] = {.lex_state = 150}, + [3046] = {.lex_state = 138}, + [3047] = {.lex_state = 147}, + [3048] = {.lex_state = 149}, + [3049] = {.lex_state = 137}, + [3050] = {.lex_state = 137}, + [3051] = {.lex_state = 151}, + [3052] = {.lex_state = 141}, + [3053] = {.lex_state = 137}, + [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 = 140}, - [3063] = {.lex_state = 140}, - [3064] = {.lex_state = 140}, - [3065] = {.lex_state = 138}, - [3066] = {.lex_state = 140}, + [3062] = {.lex_state = 138}, + [3063] = {.lex_state = 141}, + [3064] = {.lex_state = 147}, + [3065] = {.lex_state = 137}, + [3066] = {.lex_state = 137}, [3067] = {.lex_state = 138}, - [3068] = {.lex_state = 138}, + [3068] = {.lex_state = 137}, [3069] = {.lex_state = 138}, - [3070] = {.lex_state = 140}, - [3071] = {.lex_state = 138}, - [3072] = {.lex_state = 138}, - [3073] = {.lex_state = 140}, - [3074] = {.lex_state = 138}, - [3075] = {.lex_state = 135}, - [3076] = {.lex_state = 140}, - [3077] = {.lex_state = 140}, - [3078] = {.lex_state = 140}, - [3079] = {.lex_state = 150}, - [3080] = {.lex_state = 138}, - [3081] = {.lex_state = 140}, - [3082] = {.lex_state = 150}, - [3083] = {.lex_state = 140}, - [3084] = {.lex_state = 150}, - [3085] = {.lex_state = 138}, - [3086] = {.lex_state = 150}, + [3070] = {.lex_state = 149}, + [3071] = {.lex_state = 137}, + [3072] = {.lex_state = 137}, + [3073] = {.lex_state = 138}, + [3074] = {.lex_state = 137}, + [3075] = {.lex_state = 147}, + [3076] = {.lex_state = 147}, + [3077] = {.lex_state = 137}, + [3078] = {.lex_state = 138}, + [3079] = {.lex_state = 138}, + [3080] = {.lex_state = 141}, + [3081] = {.lex_state = 147}, + [3082] = {.lex_state = 138}, + [3083] = {.lex_state = 147}, + [3084] = {.lex_state = 138}, + [3085] = {.lex_state = 149}, + [3086] = {.lex_state = 137}, [3087] = {.lex_state = 138}, - [3088] = {.lex_state = 149}, - [3089] = {.lex_state = 150}, - [3090] = {.lex_state = 150}, - [3091] = {.lex_state = 138}, - [3092] = {.lex_state = 154}, - [3093] = {.lex_state = 151}, - [3094] = {.lex_state = 151}, - [3095] = {.lex_state = 149}, - [3096] = {.lex_state = 151}, - [3097] = {.lex_state = 149}, - [3098] = {.lex_state = 149}, - [3099] = {.lex_state = 154}, - [3100] = {.lex_state = 154}, - [3101] = {.lex_state = 154}, - [3102] = {.lex_state = 149}, - [3103] = {.lex_state = 149}, - [3104] = {.lex_state = 149}, - [3105] = {.lex_state = 151}, - [3106] = {.lex_state = 149}, - [3107] = {.lex_state = 151}, - [3108] = {.lex_state = 149}, + [3088] = {.lex_state = 138}, + [3089] = {.lex_state = 137}, + [3090] = {.lex_state = 138}, + [3091] = {.lex_state = 141}, + [3092] = {.lex_state = 141}, + [3093] = {.lex_state = 147}, + [3094] = {.lex_state = 137}, + [3095] = {.lex_state = 137}, + [3096] = {.lex_state = 141}, + [3097] = {.lex_state = 138}, + [3098] = {.lex_state = 147}, + [3099] = {.lex_state = 149}, + [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 = 151}, - [3112] = {.lex_state = 151}, - [3113] = {.lex_state = 151}, - [3114] = {.lex_state = 151}, - [3115] = {.lex_state = 151}, - [3116] = {.lex_state = 149}, + [3111] = {.lex_state = 138}, + [3112] = {.lex_state = 149}, + [3113] = {.lex_state = 137}, + [3114] = {.lex_state = 137}, + [3115] = {.lex_state = 147}, + [3116] = {.lex_state = 137}, [3117] = {.lex_state = 151}, - [3118] = {.lex_state = 149}, - [3119] = {.lex_state = 151}, - [3120] = {.lex_state = 154}, - [3121] = {.lex_state = 151}, - [3122] = {.lex_state = 151}, - [3123] = {.lex_state = 151}, - [3124] = {.lex_state = 151}, - [3125] = {.lex_state = 151}, - [3126] = {.lex_state = 149}, - [3127] = {.lex_state = 151}, - [3128] = {.lex_state = 149}, - [3129] = {.lex_state = 151}, - [3130] = {.lex_state = 149}, - [3131] = {.lex_state = 151}, - [3132] = {.lex_state = 149}, + [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 = 154}, - [3136] = {.lex_state = 151}, - [3137] = {.lex_state = 151}, - [3138] = {.lex_state = 151}, - [3139] = {.lex_state = 149}, - [3140] = {.lex_state = 149}, - [3141] = {.lex_state = 151}, - [3142] = {.lex_state = 151}, + [3135] = {.lex_state = 149}, + [3136] = {.lex_state = 149}, + [3137] = {.lex_state = 149}, + [3138] = {.lex_state = 149}, + [3139] = {.lex_state = 148}, + [3140] = {.lex_state = 148}, + [3141] = {.lex_state = 135}, + [3142] = {.lex_state = 148}, [3143] = {.lex_state = 151}, - [3144] = {.lex_state = 151}, - [3145] = {.lex_state = 151}, + [3144] = {.lex_state = 149}, + [3145] = {.lex_state = 135}, [3146] = {.lex_state = 151}, - [3147] = {.lex_state = 151}, - [3148] = {.lex_state = 151}, + [3147] = {.lex_state = 135}, + [3148] = {.lex_state = 135}, [3149] = {.lex_state = 149}, - [3150] = {.lex_state = 151}, - [3151] = {.lex_state = 151}, + [3150] = {.lex_state = 149}, + [3151] = {.lex_state = 149}, [3152] = {.lex_state = 149}, - [3153] = {.lex_state = 149}, + [3153] = {.lex_state = 151}, [3154] = {.lex_state = 149}, [3155] = {.lex_state = 149}, - [3156] = {.lex_state = 149}, - [3157] = {.lex_state = 151}, - [3158] = {.lex_state = 151}, - [3159] = {.lex_state = 154}, - [3160] = {.lex_state = 151}, + [3156] = {.lex_state = 135}, + [3157] = {.lex_state = 149}, + [3158] = {.lex_state = 135}, + [3159] = {.lex_state = 151}, + [3160] = {.lex_state = 149}, [3161] = {.lex_state = 149}, - [3162] = {.lex_state = 149}, - [3163] = {.lex_state = 151}, + [3162] = {.lex_state = 135}, + [3163] = {.lex_state = 135}, [3164] = {.lex_state = 149}, - [3165] = {.lex_state = 149}, - [3166] = {.lex_state = 135}, + [3165] = {.lex_state = 135}, + [3166] = {.lex_state = 148}, [3167] = {.lex_state = 149}, - [3168] = {.lex_state = 149}, - [3169] = {.lex_state = 149}, - [3170] = {.lex_state = 149}, - [3171] = {.lex_state = 136}, - [3172] = {.lex_state = 154}, - [3173] = {.lex_state = 154}, - [3174] = {.lex_state = 136}, - [3175] = {.lex_state = 154}, - [3176] = {.lex_state = 136}, - [3177] = {.lex_state = 149}, - [3178] = {.lex_state = 149}, - [3179] = {.lex_state = 154}, - [3180] = {.lex_state = 136}, - [3181] = {.lex_state = 154}, - [3182] = {.lex_state = 154}, - [3183] = {.lex_state = 154}, - [3184] = {.lex_state = 136}, - [3185] = {.lex_state = 154}, - [3186] = {.lex_state = 154}, - [3187] = {.lex_state = 136}, - [3188] = {.lex_state = 154}, - [3189] = {.lex_state = 154}, + [3168] = {.lex_state = 148}, + [3169] = {.lex_state = 148}, + [3170] = {.lex_state = 135}, + [3171] = {.lex_state = 148}, + [3172] = {.lex_state = 148}, + [3173] = {.lex_state = 135}, + [3174] = {.lex_state = 148}, + [3175] = {.lex_state = 148}, + [3176] = {.lex_state = 148}, + [3177] = {.lex_state = 148}, + [3178] = {.lex_state = 135}, + [3179] = {.lex_state = 148}, + [3180] = {.lex_state = 151}, + [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 = 135}, + [3191] = {.lex_state = 151}, [3192] = {.lex_state = 135}, - [3193] = {.lex_state = 135}, - [3194] = {.lex_state = 154}, - [3195] = {.lex_state = 154}, - [3196] = {.lex_state = 154}, + [3193] = {.lex_state = 149}, + [3194] = {.lex_state = 135}, + [3195] = {.lex_state = 135}, + [3196] = {.lex_state = 135}, [3197] = {.lex_state = 135}, - [3198] = {.lex_state = 154}, - [3199] = {.lex_state = 154}, - [3200] = {.lex_state = 135}, - [3201] = {.lex_state = 135}, + [3198] = {.lex_state = 135}, + [3199] = {.lex_state = 135}, + [3200] = {.lex_state = 151}, + [3201] = {.lex_state = 148}, [3202] = {.lex_state = 135}, [3203] = {.lex_state = 135}, - [3204] = {.lex_state = 154}, - [3205] = {.lex_state = 150}, - [3206] = {.lex_state = 149}, - [3207] = {.lex_state = 154}, - [3208] = {.lex_state = 154}, - [3209] = {.lex_state = 154}, - [3210] = {.lex_state = 154}, - [3211] = {.lex_state = 154}, - [3212] = {.lex_state = 135}, - [3213] = {.lex_state = 135}, - [3214] = {.lex_state = 154}, - [3215] = {.lex_state = 154}, - [3216] = {.lex_state = 154}, - [3217] = {.lex_state = 154}, - [3218] = {.lex_state = 154}, - [3219] = {.lex_state = 154}, - [3220] = {.lex_state = 135}, - [3221] = {.lex_state = 135}, - [3222] = {.lex_state = 154}, - [3223] = {.lex_state = 135}, - [3224] = {.lex_state = 154}, - [3225] = {.lex_state = 154}, - [3226] = {.lex_state = 135}, - [3227] = {.lex_state = 135}, + [3204] = {.lex_state = 151}, + [3205] = {.lex_state = 135}, + [3206] = {.lex_state = 151}, + [3207] = {.lex_state = 151}, + [3208] = {.lex_state = 135}, + [3209] = {.lex_state = 151}, + [3210] = {.lex_state = 151}, + [3211] = {.lex_state = 135}, + [3212] = {.lex_state = 151}, + [3213] = {.lex_state = 151}, + [3214] = {.lex_state = 151}, + [3215] = {.lex_state = 151}, + [3216] = {.lex_state = 151}, + [3217] = {.lex_state = 151}, + [3218] = {.lex_state = 151}, + [3219] = {.lex_state = 151}, + [3220] = {.lex_state = 151}, + [3221] = {.lex_state = 149}, + [3222] = {.lex_state = 149}, + [3223] = {.lex_state = 149}, + [3224] = {.lex_state = 135}, + [3225] = {.lex_state = 151}, + [3226] = {.lex_state = 151}, + [3227] = {.lex_state = 151}, [3228] = {.lex_state = 151}, - [3229] = {.lex_state = 149}, - [3230] = {.lex_state = 154}, - [3231] = {.lex_state = 135}, - [3232] = {.lex_state = 149}, - [3233] = {.lex_state = 135}, - [3234] = {.lex_state = 126}, - [3235] = {.lex_state = 153}, + [3229] = {.lex_state = 151}, + [3230] = {.lex_state = 149}, + [3231] = {.lex_state = 151}, + [3232] = {.lex_state = 151}, + [3233] = {.lex_state = 151}, + [3234] = {.lex_state = 135}, + [3235] = {.lex_state = 151}, [3236] = {.lex_state = 135}, - [3237] = {.lex_state = 135}, - [3238] = {.lex_state = 154}, - [3239] = {.lex_state = 135}, - [3240] = {.lex_state = 135}, - [3241] = {.lex_state = 135}, + [3237] = {.lex_state = 149}, + [3238] = {.lex_state = 151}, + [3239] = {.lex_state = 151}, + [3240] = {.lex_state = 149}, + [3241] = {.lex_state = 151}, [3242] = {.lex_state = 151}, - [3243] = {.lex_state = 154}, - [3244] = {.lex_state = 154}, - [3245] = {.lex_state = 153}, - [3246] = {.lex_state = 135}, - [3247] = {.lex_state = 135}, - [3248] = {.lex_state = 135}, - [3249] = {.lex_state = 154}, - [3250] = {.lex_state = 153}, - [3251] = {.lex_state = 135}, - [3252] = {.lex_state = 135}, - [3253] = {.lex_state = 151}, - [3254] = {.lex_state = 149}, - [3255] = {.lex_state = 149}, - [3256] = {.lex_state = 135}, - [3257] = {.lex_state = 126}, + [3243] = {.lex_state = 151}, + [3244] = {.lex_state = 149}, + [3245] = {.lex_state = 149}, + [3246] = {.lex_state = 151}, + [3247] = {.lex_state = 147}, + [3248] = {.lex_state = 149}, + [3249] = {.lex_state = 149}, + [3250] = {.lex_state = 151}, + [3251] = {.lex_state = 149}, + [3252] = {.lex_state = 149}, + [3253] = {.lex_state = 149}, + [3254] = {.lex_state = 151}, + [3255] = {.lex_state = 135}, + [3256] = {.lex_state = 151}, + [3257] = {.lex_state = 149}, [3258] = {.lex_state = 149}, - [3259] = {.lex_state = 149}, - [3260] = {.lex_state = 149}, + [3259] = {.lex_state = 151}, + [3260] = {.lex_state = 151}, [3261] = {.lex_state = 149}, [3262] = {.lex_state = 149}, - [3263] = {.lex_state = 60}, + [3263] = {.lex_state = 148}, [3264] = {.lex_state = 149}, [3265] = {.lex_state = 149}, [3266] = {.lex_state = 149}, - [3267] = {.lex_state = 115}, - [3268] = {.lex_state = 126}, - [3269] = {.lex_state = 115}, - [3270] = {.lex_state = 135}, - [3271] = {.lex_state = 115}, - [3272] = {.lex_state = 115}, - [3273] = {.lex_state = 126}, - [3274] = {.lex_state = 115}, - [3275] = {.lex_state = 115}, - [3276] = {.lex_state = 126}, - [3277] = {.lex_state = 115}, - [3278] = {.lex_state = 115}, + [3267] = {.lex_state = 149}, + [3268] = {.lex_state = 148}, + [3269] = {.lex_state = 149}, + [3270] = {.lex_state = 151}, + [3271] = {.lex_state = 149}, + [3272] = {.lex_state = 149}, + [3273] = {.lex_state = 151}, + [3274] = {.lex_state = 151}, + [3275] = {.lex_state = 124}, + [3276] = {.lex_state = 149}, + [3277] = {.lex_state = 149}, + [3278] = {.lex_state = 149}, [3279] = {.lex_state = 149}, - [3280] = {.lex_state = 135}, - [3281] = {.lex_state = 115}, - [3282] = {.lex_state = 135}, - [3283] = {.lex_state = 135}, - [3284] = {.lex_state = 115}, - [3285] = {.lex_state = 135}, - [3286] = {.lex_state = 115}, - [3287] = {.lex_state = 115}, - [3288] = {.lex_state = 126}, - [3289] = {.lex_state = 126}, - [3290] = {.lex_state = 149}, - [3291] = {.lex_state = 126}, - [3292] = {.lex_state = 135}, - [3293] = {.lex_state = 115}, - [3294] = {.lex_state = 115}, - [3295] = {.lex_state = 149}, - [3296] = {.lex_state = 126}, - [3297] = {.lex_state = 135}, - [3298] = {.lex_state = 115}, - [3299] = {.lex_state = 126}, - [3300] = {.lex_state = 115}, - [3301] = {.lex_state = 126}, - [3302] = {.lex_state = 135}, - [3303] = {.lex_state = 126}, - [3304] = {.lex_state = 115}, - [3305] = {.lex_state = 126}, - [3306] = {.lex_state = 115}, - [3307] = {.lex_state = 115}, - [3308] = {.lex_state = 115}, - [3309] = {.lex_state = 126}, - [3310] = {.lex_state = 135}, - [3311] = {.lex_state = 126}, - [3312] = {.lex_state = 126}, - [3313] = {.lex_state = 115}, - [3314] = {.lex_state = 126}, - [3315] = {.lex_state = 126}, - [3316] = {.lex_state = 115}, - [3317] = {.lex_state = 115}, - [3318] = {.lex_state = 115}, - [3319] = {.lex_state = 115}, - [3320] = {.lex_state = 135}, - [3321] = {.lex_state = 115}, - [3322] = {.lex_state = 115}, - [3323] = {.lex_state = 149}, - [3324] = {.lex_state = 126}, - [3325] = {.lex_state = 115}, - [3326] = {.lex_state = 126}, - [3327] = {.lex_state = 115}, + [3280] = {.lex_state = 149}, + [3281] = {.lex_state = 149}, + [3282] = {.lex_state = 149}, + [3283] = {.lex_state = 149}, + [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}, + [3292] = {.lex_state = 148}, + [3293] = {.lex_state = 124}, + [3294] = {.lex_state = 149}, + [3295] = {.lex_state = 124}, + [3296] = {.lex_state = 149}, + [3297] = {.lex_state = 148}, + [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}, + [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}, + [3323] = {.lex_state = 114}, + [3324] = {.lex_state = 149}, + [3325] = {.lex_state = 124}, + [3326] = {.lex_state = 124}, + [3327] = {.lex_state = 114}, [3328] = {.lex_state = 149}, - [3329] = {.lex_state = 115}, - [3330] = {.lex_state = 115}, - [3331] = {.lex_state = 126}, - [3332] = {.lex_state = 126}, - [3333] = {.lex_state = 115}, - [3334] = {.lex_state = 135}, - [3335] = {.lex_state = 115}, - [3336] = {.lex_state = 115}, - [3337] = {.lex_state = 126}, - [3338] = {.lex_state = 115}, - [3339] = {.lex_state = 115}, - [3340] = {.lex_state = 60}, - [3341] = {.lex_state = 60}, - [3342] = {.lex_state = 60}, - [3343] = {.lex_state = 60}, - [3344] = {.lex_state = 60}, - [3345] = {.lex_state = 126}, - [3346] = {.lex_state = 60}, - [3347] = {.lex_state = 60}, - [3348] = {.lex_state = 60}, - [3349] = {.lex_state = 60}, - [3350] = {.lex_state = 60}, - [3351] = {.lex_state = 149}, - [3352] = {.lex_state = 60}, - [3353] = {.lex_state = 60}, - [3354] = {.lex_state = 60}, - [3355] = {.lex_state = 60}, - [3356] = {.lex_state = 60}, - [3357] = {.lex_state = 60}, - [3358] = {.lex_state = 60}, - [3359] = {.lex_state = 60}, - [3360] = {.lex_state = 60}, - [3361] = {.lex_state = 60}, - [3362] = {.lex_state = 60}, - [3363] = {.lex_state = 149}, - [3364] = {.lex_state = 60}, - [3365] = {.lex_state = 126}, - [3366] = {.lex_state = 60}, - [3367] = {.lex_state = 60}, - [3368] = {.lex_state = 60}, - [3369] = {.lex_state = 60}, - [3370] = {.lex_state = 60}, - [3371] = {.lex_state = 149}, - [3372] = {.lex_state = 60}, - [3373] = {.lex_state = 135}, - [3374] = {.lex_state = 149}, - [3375] = {.lex_state = 143}, + [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}, + [3340] = {.lex_state = 114}, + [3341] = {.lex_state = 114}, + [3342] = {.lex_state = 114}, + [3343] = {.lex_state = 135}, + [3344] = {.lex_state = 114}, + [3345] = {.lex_state = 114}, + [3346] = {.lex_state = 114}, + [3347] = {.lex_state = 114}, + [3348] = {.lex_state = 149}, + [3349] = {.lex_state = 114}, + [3350] = {.lex_state = 114}, + [3351] = {.lex_state = 114}, + [3352] = {.lex_state = 114}, + [3353] = {.lex_state = 114}, + [3354] = {.lex_state = 114}, + [3355] = {.lex_state = 114}, + [3356] = {.lex_state = 114}, + [3357] = {.lex_state = 114}, + [3358] = {.lex_state = 114}, + [3359] = {.lex_state = 114}, + [3360] = {.lex_state = 149}, + [3361] = {.lex_state = 114}, + [3362] = {.lex_state = 114}, + [3363] = {.lex_state = 114}, + [3364] = {.lex_state = 114}, + [3365] = {.lex_state = 149}, + [3366] = {.lex_state = 114}, + [3367] = {.lex_state = 149}, + [3368] = {.lex_state = 114}, + [3369] = {.lex_state = 124}, + [3370] = {.lex_state = 149}, + [3371] = {.lex_state = 114}, + [3372] = {.lex_state = 149}, + [3373] = {.lex_state = 124}, + [3374] = {.lex_state = 114}, + [3375] = {.lex_state = 135}, [3376] = {.lex_state = 135}, - [3377] = {.lex_state = 141}, - [3378] = {.lex_state = 143}, - [3379] = {.lex_state = 141}, - [3380] = {.lex_state = 149}, - [3381] = {.lex_state = 149}, - [3382] = {.lex_state = 149}, - [3383] = {.lex_state = 149}, - [3384] = {.lex_state = 149}, - [3385] = {.lex_state = 149}, - [3386] = {.lex_state = 149}, - [3387] = {.lex_state = 149}, - [3388] = {.lex_state = 149}, - [3389] = {.lex_state = 149}, - [3390] = {.lex_state = 152}, - [3391] = {.lex_state = 149}, - [3392] = {.lex_state = 149}, - [3393] = {.lex_state = 152}, - [3394] = {.lex_state = 149}, - [3395] = {.lex_state = 135}, - [3396] = {.lex_state = 135}, - [3397] = {.lex_state = 149}, - [3398] = {.lex_state = 149}, - [3399] = {.lex_state = 149}, - [3400] = {.lex_state = 149}, - [3401] = {.lex_state = 152}, - [3402] = {.lex_state = 135}, - [3403] = {.lex_state = 136}, - [3404] = {.lex_state = 135}, - [3405] = {.lex_state = 136}, - [3406] = {.lex_state = 136}, - [3407] = {.lex_state = 127}, - [3408] = {.lex_state = 136}, - [3409] = {.lex_state = 127}, - [3410] = {.lex_state = 127}, - [3411] = {.lex_state = 135}, - [3412] = {.lex_state = 135}, - [3413] = {.lex_state = 112}, - [3414] = {.lex_state = 112}, - [3415] = {.lex_state = 149}, - [3416] = {.lex_state = 149}, - [3417] = {.lex_state = 149}, + [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 = 112}, - [3420] = {.lex_state = 149}, - [3421] = {.lex_state = 149}, - [3422] = {.lex_state = 112}, - [3423] = {.lex_state = 112}, - [3424] = {.lex_state = 149}, - [3425] = {.lex_state = 149}, - [3426] = {.lex_state = 149}, - [3427] = {.lex_state = 135}, - [3428] = {.lex_state = 149}, - [3429] = {.lex_state = 149}, + [3419] = {.lex_state = 139}, + [3420] = {.lex_state = 135}, + [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}, - [3431] = {.lex_state = 149}, - [3432] = {.lex_state = 149}, - [3433] = {.lex_state = 149}, - [3434] = {.lex_state = 112}, - [3435] = {.lex_state = 149}, - [3436] = {.lex_state = 127}, - [3437] = {.lex_state = 112}, - [3438] = {.lex_state = 112}, - [3439] = {.lex_state = 149}, - [3440] = {.lex_state = 149}, - [3441] = {.lex_state = 149}, - [3442] = {.lex_state = 149}, - [3443] = {.lex_state = 149}, + [3431] = {.lex_state = 126}, + [3432] = {.lex_state = 126}, + [3433] = {.lex_state = 126}, + [3434] = {.lex_state = 126}, + [3435] = {.lex_state = 135}, + [3436] = {.lex_state = 126}, + [3437] = {.lex_state = 126}, + [3438] = {.lex_state = 135}, + [3439] = {.lex_state = 135}, + [3440] = {.lex_state = 126}, + [3441] = {.lex_state = 150}, + [3442] = {.lex_state = 135}, + [3443] = {.lex_state = 150}, [3444] = {.lex_state = 149}, - [3445] = {.lex_state = 149}, - [3446] = {.lex_state = 149}, - [3447] = {.lex_state = 149}, + [3445] = {.lex_state = 150}, + [3446] = {.lex_state = 126}, + [3447] = {.lex_state = 126}, [3448] = {.lex_state = 149}, - [3449] = {.lex_state = 149}, - [3450] = {.lex_state = 149}, + [3449] = {.lex_state = 126}, + [3450] = {.lex_state = 126}, [3451] = {.lex_state = 149}, - [3452] = {.lex_state = 112}, - [3453] = {.lex_state = 149}, - [3454] = {.lex_state = 215}, - [3455] = {.lex_state = 152}, - [3456] = {.lex_state = 215}, - [3457] = {.lex_state = 112}, - [3458] = {.lex_state = 215}, - [3459] = {.lex_state = 112}, - [3460] = {.lex_state = 215}, - [3461] = {.lex_state = 215}, - [3462] = {.lex_state = 112}, - [3463] = {.lex_state = 215}, - [3464] = {.lex_state = 152}, - [3465] = {.lex_state = 152}, - [3466] = {.lex_state = 215}, - [3467] = {.lex_state = 152}, + [3452] = {.lex_state = 149}, + [3453] = {.lex_state = 126}, + [3454] = {.lex_state = 149}, + [3455] = {.lex_state = 149}, + [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}, + [3463] = {.lex_state = 126}, + [3464] = {.lex_state = 126}, + [3465] = {.lex_state = 126}, + [3466] = {.lex_state = 126}, + [3467] = {.lex_state = 126}, [3468] = {.lex_state = 152}, - [3469] = {.lex_state = 152}, - [3470] = {.lex_state = 112}, - [3471] = {.lex_state = 149}, - [3472] = {.lex_state = 149}, - [3473] = {.lex_state = 127}, - [3474] = {.lex_state = 149}, - [3475] = {.lex_state = 149}, - [3476] = {.lex_state = 215}, - [3477] = {.lex_state = 127}, - [3478] = {.lex_state = 215}, - [3479] = {.lex_state = 127}, - [3480] = {.lex_state = 215}, - [3481] = {.lex_state = 149}, - [3482] = {.lex_state = 215}, - [3483] = {.lex_state = 149}, - [3484] = {.lex_state = 149}, - [3485] = {.lex_state = 127}, - [3486] = {.lex_state = 127}, - [3487] = {.lex_state = 135}, - [3488] = {.lex_state = 127}, - [3489] = {.lex_state = 149}, - [3490] = {.lex_state = 215}, - [3491] = {.lex_state = 149}, - [3492] = {.lex_state = 149}, - [3493] = {.lex_state = 127}, - [3494] = {.lex_state = 149}, - [3495] = {.lex_state = 127}, - [3496] = {.lex_state = 127}, - [3497] = {.lex_state = 215}, - [3498] = {.lex_state = 149}, - [3499] = {.lex_state = 149}, - [3500] = {.lex_state = 149}, - [3501] = {.lex_state = 149}, - [3502] = {.lex_state = 149}, - [3503] = {.lex_state = 149}, - [3504] = {.lex_state = 149}, - [3505] = {.lex_state = 149}, - [3506] = {.lex_state = 149}, - [3507] = {.lex_state = 149}, - [3508] = {.lex_state = 149}, - [3509] = {.lex_state = 149}, - [3510] = {.lex_state = 127}, - [3511] = {.lex_state = 127}, - [3512] = {.lex_state = 149}, - [3513] = {.lex_state = 149}, - [3514] = {.lex_state = 149}, - [3515] = {.lex_state = 149}, - [3516] = {.lex_state = 215}, - [3517] = {.lex_state = 149}, - [3518] = {.lex_state = 149}, - [3519] = {.lex_state = 127}, - [3520] = {.lex_state = 149}, - [3521] = {.lex_state = 112}, - [3522] = {.lex_state = 127}, - [3523] = {.lex_state = 149}, + [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}, + [3476] = {.lex_state = 126}, + [3477] = {.lex_state = 126}, + [3478] = {.lex_state = 126}, + [3479] = {.lex_state = 126}, + [3480] = {.lex_state = 111}, + [3481] = {.lex_state = 111}, + [3482] = {.lex_state = 111}, + [3483] = {.lex_state = 126}, + [3484] = {.lex_state = 126}, + [3485] = {.lex_state = 126}, + [3486] = {.lex_state = 111}, + [3487] = {.lex_state = 126}, + [3488] = {.lex_state = 126}, + [3489] = {.lex_state = 111}, + [3490] = {.lex_state = 126}, + [3491] = {.lex_state = 126}, + [3492] = {.lex_state = 126}, + [3493] = {.lex_state = 149}, + [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}, + [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}, + [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 = 152}, - [3526] = {.lex_state = 152}, + [3525] = {.lex_state = 126}, + [3526] = {.lex_state = 150}, [3527] = {.lex_state = 149}, - [3528] = {.lex_state = 149}, - [3529] = {.lex_state = 152}, - [3530] = {.lex_state = 149}, - [3531] = {.lex_state = 149}, - [3532] = {.lex_state = 152}, - [3533] = {.lex_state = 152}, - [3534] = {.lex_state = 152}, - [3535] = {.lex_state = 152}, - [3536] = {.lex_state = 152}, - [3537] = {.lex_state = 149}, - [3538] = {.lex_state = 215}, - [3539] = {.lex_state = 152}, - [3540] = {.lex_state = 150}, - [3541] = {.lex_state = 215}, - [3542] = {.lex_state = 149}, - [3543] = {.lex_state = 152}, - [3544] = {.lex_state = 215}, - [3545] = {.lex_state = 149}, - [3546] = {.lex_state = 149}, - [3547] = {.lex_state = 152}, - [3548] = {.lex_state = 149}, - [3549] = {.lex_state = 149}, - [3550] = {.lex_state = 140}, - [3551] = {.lex_state = 140}, - [3552] = {.lex_state = 152}, - [3553] = {.lex_state = 152}, - [3554] = {.lex_state = 152}, - [3555] = {.lex_state = 149}, - [3556] = {.lex_state = 149}, - [3557] = {.lex_state = 152}, + [3528] = {.lex_state = 126}, + [3529] = {.lex_state = 111}, + [3530] = {.lex_state = 205}, + [3531] = {.lex_state = 205}, + [3532] = {.lex_state = 126}, + [3533] = {.lex_state = 205}, + [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}, + [3541] = {.lex_state = 205}, + [3542] = {.lex_state = 126}, + [3543] = {.lex_state = 126}, + [3544] = {.lex_state = 149}, + [3545] = {.lex_state = 126}, + [3546] = {.lex_state = 205}, + [3547] = {.lex_state = 126}, + [3548] = {.lex_state = 126}, + [3549] = {.lex_state = 111}, + [3550] = {.lex_state = 126}, + [3551] = {.lex_state = 126}, + [3552] = {.lex_state = 126}, + [3553] = {.lex_state = 126}, + [3554] = {.lex_state = 126}, + [3555] = {.lex_state = 205}, + [3556] = {.lex_state = 126}, + [3557] = {.lex_state = 126}, [3558] = {.lex_state = 149}, - [3559] = {.lex_state = 149}, + [3559] = {.lex_state = 205}, [3560] = {.lex_state = 149}, - [3561] = {.lex_state = 152}, - [3562] = {.lex_state = 152}, - [3563] = {.lex_state = 152}, - [3564] = {.lex_state = 152}, - [3565] = {.lex_state = 149}, - [3566] = {.lex_state = 152}, - [3567] = {.lex_state = 149}, - [3568] = {.lex_state = 152}, - [3569] = {.lex_state = 149}, - [3570] = {.lex_state = 152}, - [3571] = {.lex_state = 152}, - [3572] = {.lex_state = 149}, - [3573] = {.lex_state = 152}, - [3574] = {.lex_state = 152}, - [3575] = {.lex_state = 215}, - [3576] = {.lex_state = 149}, - [3577] = {.lex_state = 149}, + [3561] = {.lex_state = 126}, + [3562] = {.lex_state = 126}, + [3563] = {.lex_state = 126}, + [3564] = {.lex_state = 149}, + [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}, + [3574] = {.lex_state = 149}, + [3575] = {.lex_state = 149}, + [3576] = {.lex_state = 126}, + [3577] = {.lex_state = 126}, [3578] = {.lex_state = 149}, - [3579] = {.lex_state = 215}, - [3580] = {.lex_state = 215}, - [3581] = {.lex_state = 152}, - [3582] = {.lex_state = 215}, - [3583] = {.lex_state = 152}, + [3579] = {.lex_state = 149}, + [3580] = {.lex_state = 126}, + [3581] = {.lex_state = 126}, + [3582] = {.lex_state = 149}, + [3583] = {.lex_state = 149}, [3584] = {.lex_state = 149}, - [3585] = {.lex_state = 215}, - [3586] = {.lex_state = 215}, + [3585] = {.lex_state = 126}, + [3586] = {.lex_state = 126}, [3587] = {.lex_state = 149}, - [3588] = {.lex_state = 152}, - [3589] = {.lex_state = 152}, - [3590] = {.lex_state = 215}, - [3591] = {.lex_state = 152}, - [3592] = {.lex_state = 152}, - [3593] = {.lex_state = 152}, - [3594] = {.lex_state = 117, .external_lex_state = 1}, - [3595] = {.lex_state = 152}, - [3596] = {.lex_state = 152}, - [3597] = {.lex_state = 117, .external_lex_state = 1}, - [3598] = {.lex_state = 117, .external_lex_state = 1}, - [3599] = {.lex_state = 149}, - [3600] = {.lex_state = 149}, - [3601] = {.lex_state = 149}, - [3602] = {.lex_state = 117, .external_lex_state = 1}, - [3603] = {.lex_state = 215}, - [3604] = {.lex_state = 149}, - [3605] = {.lex_state = 152}, - [3606] = {.lex_state = 215}, - [3607] = {.lex_state = 149}, - [3608] = {.lex_state = 149}, - [3609] = {.lex_state = 149}, - [3610] = {.lex_state = 149}, - [3611] = {.lex_state = 215}, - [3612] = {.lex_state = 215}, - [3613] = {.lex_state = 149}, - [3614] = {.lex_state = 152}, + [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}, + [3597] = {.lex_state = 135}, + [3598] = {.lex_state = 151}, + [3599] = {.lex_state = 114}, + [3600] = {.lex_state = 151}, + [3601] = {.lex_state = 150}, + [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}, + [3613] = {.lex_state = 150}, + [3614] = {.lex_state = 150}, [3615] = {.lex_state = 152}, - [3616] = {.lex_state = 117, .external_lex_state = 1}, - [3617] = {.lex_state = 152}, - [3618] = {.lex_state = 149}, - [3619] = {.lex_state = 152}, - [3620] = {.lex_state = 149}, - [3621] = {.lex_state = 215}, - [3622] = {.lex_state = 152}, - [3623] = {.lex_state = 215}, - [3624] = {.lex_state = 215}, - [3625] = {.lex_state = 149}, - [3626] = {.lex_state = 117, .external_lex_state = 1}, - [3627] = {.lex_state = 152}, - [3628] = {.lex_state = 117, .external_lex_state = 1}, - [3629] = {.lex_state = 152}, - [3630] = {.lex_state = 152}, - [3631] = {.lex_state = 117, .external_lex_state = 1}, - [3632] = {.lex_state = 152}, - [3633] = {.lex_state = 149}, - [3634] = {.lex_state = 152}, - [3635] = {.lex_state = 117, .external_lex_state = 1}, - [3636] = {.lex_state = 149}, - [3637] = {.lex_state = 215}, - [3638] = {.lex_state = 215}, - [3639] = {.lex_state = 215}, - [3640] = {.lex_state = 215}, - [3641] = {.lex_state = 145}, - [3642] = {.lex_state = 112}, - [3643] = {.lex_state = 215}, - [3644] = {.lex_state = 145}, - [3645] = {.lex_state = 215}, - [3646] = {.lex_state = 215}, - [3647] = {.lex_state = 112}, - [3648] = {.lex_state = 215}, - [3649] = {.lex_state = 215}, - [3650] = {.lex_state = 215}, - [3651] = {.lex_state = 215}, - [3652] = {.lex_state = 215}, - [3653] = {.lex_state = 145}, - [3654] = {.lex_state = 112}, - [3655] = {.lex_state = 112}, - [3656] = {.lex_state = 215}, - [3657] = {.lex_state = 215}, - [3658] = {.lex_state = 112}, - [3659] = {.lex_state = 215}, - [3660] = {.lex_state = 112}, - [3661] = {.lex_state = 112}, - [3662] = {.lex_state = 215}, - [3663] = {.lex_state = 112}, - [3664] = {.lex_state = 215}, - [3665] = {.lex_state = 215}, - [3666] = {.lex_state = 215}, - [3667] = {.lex_state = 145}, - [3668] = {.lex_state = 215}, - [3669] = {.lex_state = 215}, - [3670] = {.lex_state = 215}, - [3671] = {.lex_state = 215}, - [3672] = {.lex_state = 215}, - [3673] = {.lex_state = 152}, - [3674] = {.lex_state = 215}, - [3675] = {.lex_state = 215}, - [3676] = {.lex_state = 149}, - [3677] = {.lex_state = 149}, - [3678] = {.lex_state = 112}, - [3679] = {.lex_state = 152}, - [3680] = {.lex_state = 152}, - [3681] = {.lex_state = 112}, - [3682] = {.lex_state = 112}, - [3683] = {.lex_state = 152}, - [3684] = {.lex_state = 152}, - [3685] = {.lex_state = 152}, - [3686] = {.lex_state = 149}, - [3687] = {.lex_state = 215}, - [3688] = {.lex_state = 215}, - [3689] = {.lex_state = 215}, - [3690] = {.lex_state = 112}, - [3691] = {.lex_state = 152}, - [3692] = {.lex_state = 112}, - [3693] = {.lex_state = 112}, - [3694] = {.lex_state = 149}, - [3695] = {.lex_state = 149}, - [3696] = {.lex_state = 0, .external_lex_state = 1}, - [3697] = {.lex_state = 0, .external_lex_state = 1}, - [3698] = {.lex_state = 152}, - [3699] = {.lex_state = 127}, - [3700] = {.lex_state = 152}, - [3701] = {.lex_state = 152}, - [3702] = {.lex_state = 0, .external_lex_state = 1}, - [3703] = {.lex_state = 152}, - [3704] = {.lex_state = 152}, - [3705] = {.lex_state = 0, .external_lex_state = 1}, - [3706] = {.lex_state = 149}, - [3707] = {.lex_state = 152}, - [3708] = {.lex_state = 152}, - [3709] = {.lex_state = 215}, - [3710] = {.lex_state = 215}, - [3711] = {.lex_state = 152}, - [3712] = {.lex_state = 149}, - [3713] = {.lex_state = 215}, - [3714] = {.lex_state = 149}, - [3715] = {.lex_state = 149}, - [3716] = {.lex_state = 0, .external_lex_state = 1}, - [3717] = {.lex_state = 149}, - [3718] = {.lex_state = 215}, - [3719] = {.lex_state = 0, .external_lex_state = 1}, - [3720] = {.lex_state = 215}, - [3721] = {.lex_state = 215}, - [3722] = {.lex_state = 152}, - [3723] = {.lex_state = 215}, - [3724] = {.lex_state = 149}, - [3725] = {.lex_state = 117, .external_lex_state = 1}, - [3726] = {.lex_state = 149}, - [3727] = {.lex_state = 0, .external_lex_state = 1}, - [3728] = {.lex_state = 215}, - [3729] = {.lex_state = 117, .external_lex_state = 1}, - [3730] = {.lex_state = 215}, - [3731] = {.lex_state = 152}, - [3732] = {.lex_state = 149}, - [3733] = {.lex_state = 112}, - [3734] = {.lex_state = 154}, - [3735] = {.lex_state = 149}, - [3736] = {.lex_state = 154}, - [3737] = {.lex_state = 149}, - [3738] = {.lex_state = 127}, - [3739] = {.lex_state = 215}, - [3740] = {.lex_state = 149}, - [3741] = {.lex_state = 149}, - [3742] = {.lex_state = 127}, - [3743] = {.lex_state = 215}, - [3744] = {.lex_state = 215}, - [3745] = {.lex_state = 215}, - [3746] = {.lex_state = 149}, - [3747] = {.lex_state = 149}, - [3748] = {.lex_state = 149}, - [3749] = {.lex_state = 127}, - [3750] = {.lex_state = 149}, - [3751] = {.lex_state = 149}, - [3752] = {.lex_state = 215}, - [3753] = {.lex_state = 149}, - [3754] = {.lex_state = 149}, - [3755] = {.lex_state = 149}, - [3756] = {.lex_state = 215}, - [3757] = {.lex_state = 149}, - [3758] = {.lex_state = 215}, - [3759] = {.lex_state = 215}, - [3760] = {.lex_state = 149}, - [3761] = {.lex_state = 149}, - [3762] = {.lex_state = 149}, - [3763] = {.lex_state = 149}, - [3764] = {.lex_state = 149}, - [3765] = {.lex_state = 127}, - [3766] = {.lex_state = 149}, - [3767] = {.lex_state = 127}, - [3768] = {.lex_state = 215}, - [3769] = {.lex_state = 149}, - [3770] = {.lex_state = 149}, - [3771] = {.lex_state = 215}, - [3772] = {.lex_state = 149}, - [3773] = {.lex_state = 149}, - [3774] = {.lex_state = 215}, - [3775] = {.lex_state = 127}, - [3776] = {.lex_state = 149}, - [3777] = {.lex_state = 149}, - [3778] = {.lex_state = 215}, - [3779] = {.lex_state = 215}, - [3780] = {.lex_state = 215}, - [3781] = {.lex_state = 215}, - [3782] = {.lex_state = 215}, - [3783] = {.lex_state = 215}, - [3784] = {.lex_state = 215}, - [3785] = {.lex_state = 149}, - [3786] = {.lex_state = 215}, - [3787] = {.lex_state = 112}, - [3788] = {.lex_state = 215}, - [3789] = {.lex_state = 112}, - [3790] = {.lex_state = 112}, - [3791] = {.lex_state = 152}, - [3792] = {.lex_state = 112}, - [3793] = {.lex_state = 215}, - [3794] = {.lex_state = 215}, - [3795] = {.lex_state = 112}, - [3796] = {.lex_state = 112}, - [3797] = {.lex_state = 149}, - [3798] = {.lex_state = 112}, - [3799] = {.lex_state = 112}, - [3800] = {.lex_state = 112}, - [3801] = {.lex_state = 112}, - [3802] = {.lex_state = 215}, - [3803] = {.lex_state = 127}, - [3804] = {.lex_state = 215}, - [3805] = {.lex_state = 112}, - [3806] = {.lex_state = 112}, - [3807] = {.lex_state = 215}, - [3808] = {.lex_state = 112}, - [3809] = {.lex_state = 215}, - [3810] = {.lex_state = 152}, - [3811] = {.lex_state = 149}, - [3812] = {.lex_state = 112}, - [3813] = {.lex_state = 215}, - [3814] = {.lex_state = 215}, - [3815] = {.lex_state = 215}, - [3816] = {.lex_state = 215}, - [3817] = {.lex_state = 112}, - [3818] = {.lex_state = 152}, - [3819] = {.lex_state = 127}, - [3820] = {.lex_state = 112}, - [3821] = {.lex_state = 215}, - [3822] = {.lex_state = 215}, - [3823] = {.lex_state = 112}, - [3824] = {.lex_state = 112}, - [3825] = {.lex_state = 112}, - [3826] = {.lex_state = 215}, - [3827] = {.lex_state = 112}, - [3828] = {.lex_state = 112}, - [3829] = {.lex_state = 112}, - [3830] = {.lex_state = 215}, - [3831] = {.lex_state = 112}, - [3832] = {.lex_state = 112}, - [3833] = {.lex_state = 112}, - [3834] = {.lex_state = 215}, - [3835] = {.lex_state = 112}, - [3836] = {.lex_state = 112}, - [3837] = {.lex_state = 215}, - [3838] = {.lex_state = 112}, - [3839] = {.lex_state = 149}, - [3840] = {.lex_state = 112}, - [3841] = {.lex_state = 112}, - [3842] = {.lex_state = 112}, - [3843] = {.lex_state = 149}, - [3844] = {.lex_state = 0}, - [3845] = {.lex_state = 215}, - [3846] = {.lex_state = 0}, - [3847] = {.lex_state = 215}, - [3848] = {.lex_state = 112}, - [3849] = {.lex_state = 112}, - [3850] = {.lex_state = 0}, - [3851] = {.lex_state = 149}, - [3852] = {.lex_state = 0}, - [3853] = {.lex_state = 0}, - [3854] = {.lex_state = 0}, - [3855] = {.lex_state = 0}, - [3856] = {.lex_state = 0}, - [3857] = {.lex_state = 0}, - [3858] = {.lex_state = 0}, - [3859] = {.lex_state = 0}, - [3860] = {.lex_state = 0}, - [3861] = {.lex_state = 0}, - [3862] = {.lex_state = 0}, - [3863] = {.lex_state = 0}, - [3864] = {.lex_state = 0}, - [3865] = {.lex_state = 0}, - [3866] = {.lex_state = 149}, - [3867] = {.lex_state = 0}, - [3868] = {.lex_state = 0}, - [3869] = {.lex_state = 0}, - [3870] = {.lex_state = 0}, - [3871] = {.lex_state = 0}, - [3872] = {.lex_state = 149}, - [3873] = {.lex_state = 152}, - [3874] = {.lex_state = 65}, - [3875] = {.lex_state = 152}, - [3876] = {.lex_state = 152}, - [3877] = {.lex_state = 149}, - [3878] = {.lex_state = 152}, - [3879] = {.lex_state = 215}, - [3880] = {.lex_state = 0}, - [3881] = {.lex_state = 152}, - [3882] = {.lex_state = 0}, - [3883] = {.lex_state = 152}, - [3884] = {.lex_state = 152}, - [3885] = {.lex_state = 0}, - [3886] = {.lex_state = 112}, - [3887] = {.lex_state = 0}, - [3888] = {.lex_state = 152}, - [3889] = {.lex_state = 152}, - [3890] = {.lex_state = 0}, - [3891] = {.lex_state = 152}, - [3892] = {.lex_state = 152}, - [3893] = {.lex_state = 152}, - [3894] = {.lex_state = 152}, - [3895] = {.lex_state = 149}, - [3896] = {.lex_state = 152}, - [3897] = {.lex_state = 152}, - [3898] = {.lex_state = 152}, - [3899] = {.lex_state = 65}, - [3900] = {.lex_state = 0}, - [3901] = {.lex_state = 0}, - [3902] = {.lex_state = 0}, - [3903] = {.lex_state = 149}, - [3904] = {.lex_state = 0}, - [3905] = {.lex_state = 152}, - [3906] = {.lex_state = 67}, - [3907] = {.lex_state = 149}, - [3908] = {.lex_state = 149}, - [3909] = {.lex_state = 67}, - [3910] = {.lex_state = 152}, - [3911] = {.lex_state = 112}, - [3912] = {.lex_state = 0}, - [3913] = {.lex_state = 0}, - [3914] = {.lex_state = 152}, - [3915] = {.lex_state = 152}, - [3916] = {.lex_state = 149}, - [3917] = {.lex_state = 149}, - [3918] = {.lex_state = 152}, - [3919] = {.lex_state = 152}, - [3920] = {.lex_state = 152}, - [3921] = {.lex_state = 152}, - [3922] = {.lex_state = 149}, - [3923] = {.lex_state = 149}, - [3924] = {.lex_state = 149}, - [3925] = {.lex_state = 152}, - [3926] = {.lex_state = 152}, - [3927] = {.lex_state = 65}, - [3928] = {.lex_state = 0}, - [3929] = {.lex_state = 0}, - [3930] = {.lex_state = 67}, - [3931] = {.lex_state = 152}, - [3932] = {.lex_state = 0}, - [3933] = {.lex_state = 67}, - [3934] = {.lex_state = 152}, - [3935] = {.lex_state = 67}, - [3936] = {.lex_state = 152}, - [3937] = {.lex_state = 0}, - [3938] = {.lex_state = 152}, - [3939] = {.lex_state = 152}, - [3940] = {.lex_state = 149}, - [3941] = {.lex_state = 149}, - [3942] = {.lex_state = 152}, - [3943] = {.lex_state = 152}, - [3944] = {.lex_state = 149}, - [3945] = {.lex_state = 67}, - [3946] = {.lex_state = 67}, - [3947] = {.lex_state = 67}, - [3948] = {.lex_state = 0}, - [3949] = {.lex_state = 152}, - [3950] = {.lex_state = 65}, - [3951] = {.lex_state = 0}, - [3952] = {.lex_state = 152}, - [3953] = {.lex_state = 65}, - [3954] = {.lex_state = 152}, - [3955] = {.lex_state = 67}, - [3956] = {.lex_state = 0}, - [3957] = {.lex_state = 149}, - [3958] = {.lex_state = 152}, - [3959] = {.lex_state = 152}, - [3960] = {.lex_state = 149}, - [3961] = {.lex_state = 152}, - [3962] = {.lex_state = 0}, - [3963] = {.lex_state = 152}, - [3964] = {.lex_state = 112}, - [3965] = {.lex_state = 0}, - [3966] = {.lex_state = 152}, - [3967] = {.lex_state = 215}, - [3968] = {.lex_state = 149}, - [3969] = {.lex_state = 152}, - [3970] = {.lex_state = 152}, - [3971] = {.lex_state = 152}, - [3972] = {.lex_state = 149}, - [3973] = {.lex_state = 112}, - [3974] = {.lex_state = 112}, - [3975] = {.lex_state = 152}, - [3976] = {.lex_state = 152}, - [3977] = {.lex_state = 152}, - [3978] = {.lex_state = 152}, - [3979] = {.lex_state = 0}, - [3980] = {.lex_state = 67}, - [3981] = {.lex_state = 152}, - [3982] = {.lex_state = 67}, - [3983] = {.lex_state = 0}, - [3984] = {.lex_state = 67}, - [3985] = {.lex_state = 0}, - [3986] = {.lex_state = 67}, - [3987] = {.lex_state = 149}, - [3988] = {.lex_state = 0}, - [3989] = {.lex_state = 152}, - [3990] = {.lex_state = 65}, - [3991] = {.lex_state = 0}, - [3992] = {.lex_state = 67}, - [3993] = {.lex_state = 0}, - [3994] = {.lex_state = 152}, + [3616] = {.lex_state = 152}, + [3617] = {.lex_state = 135}, + [3618] = {.lex_state = 150}, + [3619] = {.lex_state = 150}, + [3620] = {.lex_state = 150}, + [3621] = {.lex_state = 150}, + [3622] = {.lex_state = 135}, + [3623] = {.lex_state = 150}, + [3624] = {.lex_state = 135}, + [3625] = {.lex_state = 150}, + [3626] = {.lex_state = 205}, + [3627] = {.lex_state = 135}, + [3628] = {.lex_state = 150}, + [3629] = {.lex_state = 126}, + [3630] = {.lex_state = 135}, + [3631] = {.lex_state = 135}, + [3632] = {.lex_state = 150}, + [3633] = {.lex_state = 153}, + [3634] = {.lex_state = 150}, + [3635] = {.lex_state = 150}, + [3636] = {.lex_state = 150}, + [3637] = {.lex_state = 205}, + [3638] = {.lex_state = 135}, + [3639] = {.lex_state = 150}, + [3640] = {.lex_state = 150}, + [3641] = {.lex_state = 135}, + [3642] = {.lex_state = 205}, + [3643] = {.lex_state = 135}, + [3644] = {.lex_state = 150}, + [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}, + [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}, + [3671] = {.lex_state = 205}, + [3672] = {.lex_state = 126}, + [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}, + [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}, + [3690] = {.lex_state = 150}, + [3691] = {.lex_state = 150}, + [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}, + [3699] = {.lex_state = 150}, + [3700] = {.lex_state = 205}, + [3701] = {.lex_state = 126}, + [3702] = {.lex_state = 150}, + [3703] = {.lex_state = 150}, + [3704] = {.lex_state = 205}, + [3705] = {.lex_state = 150}, + [3706] = {.lex_state = 150}, + [3707] = {.lex_state = 126}, + [3708] = {.lex_state = 150}, + [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}, + [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}, + [3732] = {.lex_state = 205}, + [3733] = {.lex_state = 205}, + [3734] = {.lex_state = 205}, + [3735] = {.lex_state = 111}, + [3736] = {.lex_state = 205}, + [3737] = {.lex_state = 150}, + [3738] = {.lex_state = 150}, + [3739] = {.lex_state = 205}, + [3740] = {.lex_state = 205}, + [3741] = {.lex_state = 150}, + [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}, + [3752] = {.lex_state = 205}, + [3753] = {.lex_state = 111}, + [3754] = {.lex_state = 205}, + [3755] = {.lex_state = 205}, + [3756] = {.lex_state = 111}, + [3757] = {.lex_state = 111}, + [3758] = {.lex_state = 111}, + [3759] = {.lex_state = 205}, + [3760] = {.lex_state = 144}, + [3761] = {.lex_state = 205}, + [3762] = {.lex_state = 111}, + [3763] = {.lex_state = 205}, + [3764] = {.lex_state = 205}, + [3765] = {.lex_state = 150}, + [3766] = {.lex_state = 111}, + [3767] = {.lex_state = 111}, + [3768] = {.lex_state = 144}, + [3769] = {.lex_state = 111}, + [3770] = {.lex_state = 205}, + [3771] = {.lex_state = 205}, + [3772] = {.lex_state = 111}, + [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}, + [3788] = {.lex_state = 111}, + [3789] = {.lex_state = 111}, + [3790] = {.lex_state = 205}, + [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}, + [3803] = {.lex_state = 111}, + [3804] = {.lex_state = 111}, + [3805] = {.lex_state = 126}, + [3806] = {.lex_state = 111}, + [3807] = {.lex_state = 0, .external_lex_state = 1}, + [3808] = {.lex_state = 117, .external_lex_state = 1}, + [3809] = {.lex_state = 111}, + [3810] = {.lex_state = 111}, + [3811] = {.lex_state = 0, .external_lex_state = 1}, + [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}, + [3824] = {.lex_state = 111}, + [3825] = {.lex_state = 111}, + [3826] = {.lex_state = 205}, + [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}, + [3834] = {.lex_state = 111}, + [3835] = {.lex_state = 111}, + [3836] = {.lex_state = 205}, + [3837] = {.lex_state = 150}, + [3838] = {.lex_state = 111}, + [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}, + [3846] = {.lex_state = 111}, + [3847] = {.lex_state = 111}, + [3848] = {.lex_state = 111}, + [3849] = {.lex_state = 111}, + [3850] = {.lex_state = 205}, + [3851] = {.lex_state = 126}, + [3852] = {.lex_state = 111}, + [3853] = {.lex_state = 205}, + [3854] = {.lex_state = 111}, + [3855] = {.lex_state = 111}, + [3856] = {.lex_state = 111}, + [3857] = {.lex_state = 150}, + [3858] = {.lex_state = 111}, + [3859] = {.lex_state = 117, .external_lex_state = 1}, + [3860] = {.lex_state = 111}, + [3861] = {.lex_state = 150}, + [3862] = {.lex_state = 111}, + [3863] = {.lex_state = 111}, + [3864] = {.lex_state = 111}, + [3865] = {.lex_state = 126}, + [3866] = {.lex_state = 205}, + [3867] = {.lex_state = 205}, + [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}, + [3875] = {.lex_state = 205}, + [3876] = {.lex_state = 126}, + [3877] = {.lex_state = 126}, + [3878] = {.lex_state = 205}, + [3879] = {.lex_state = 205}, + [3880] = {.lex_state = 205}, + [3881] = {.lex_state = 205}, + [3882] = {.lex_state = 126}, + [3883] = {.lex_state = 126}, + [3884] = {.lex_state = 126}, + [3885] = {.lex_state = 205}, + [3886] = {.lex_state = 205}, + [3887] = {.lex_state = 126}, + [3888] = {.lex_state = 205}, + [3889] = {.lex_state = 126}, + [3890] = {.lex_state = 126}, + [3891] = {.lex_state = 126}, + [3892] = {.lex_state = 126}, + [3893] = {.lex_state = 126}, + [3894] = {.lex_state = 205}, + [3895] = {.lex_state = 205}, + [3896] = {.lex_state = 205}, + [3897] = {.lex_state = 205}, + [3898] = {.lex_state = 205}, + [3899] = {.lex_state = 126}, + [3900] = {.lex_state = 205}, + [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}, + [3908] = {.lex_state = 126}, + [3909] = {.lex_state = 205}, + [3910] = {.lex_state = 126}, + [3911] = {.lex_state = 205}, + [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}, + [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}, + [3932] = {.lex_state = 111}, + [3933] = {.lex_state = 111}, + [3934] = {.lex_state = 111}, + [3935] = {.lex_state = 126}, + [3936] = {.lex_state = 111}, + [3937] = {.lex_state = 111}, + [3938] = {.lex_state = 126}, + [3939] = {.lex_state = 205}, + [3940] = {.lex_state = 111}, + [3941] = {.lex_state = 111}, + [3942] = {.lex_state = 111}, + [3943] = {.lex_state = 111}, + [3944] = {.lex_state = 205}, + [3945] = {.lex_state = 111}, + [3946] = {.lex_state = 111}, + [3947] = {.lex_state = 205}, + [3948] = {.lex_state = 126}, + [3949] = {.lex_state = 205}, + [3950] = {.lex_state = 150}, + [3951] = {.lex_state = 111}, + [3952] = {.lex_state = 111}, + [3953] = {.lex_state = 111}, + [3954] = {.lex_state = 111}, + [3955] = {.lex_state = 111}, + [3956] = {.lex_state = 205}, + [3957] = {.lex_state = 111}, + [3958] = {.lex_state = 205}, + [3959] = {.lex_state = 111}, + [3960] = {.lex_state = 205}, + [3961] = {.lex_state = 111}, + [3962] = {.lex_state = 205}, + [3963] = {.lex_state = 205}, + [3964] = {.lex_state = 205}, + [3965] = {.lex_state = 205}, + [3966] = {.lex_state = 205}, + [3967] = {.lex_state = 205}, + [3968] = {.lex_state = 205}, + [3969] = {.lex_state = 205}, + [3970] = {.lex_state = 205}, + [3971] = {.lex_state = 126}, + [3972] = {.lex_state = 205}, + [3973] = {.lex_state = 205}, + [3974] = {.lex_state = 205}, + [3975] = {.lex_state = 148}, + [3976] = {.lex_state = 205}, + [3977] = {.lex_state = 205}, + [3978] = {.lex_state = 205}, + [3979] = {.lex_state = 205}, + [3980] = {.lex_state = 111}, + [3981] = {.lex_state = 205}, + [3982] = {.lex_state = 205}, + [3983] = {.lex_state = 126}, + [3984] = {.lex_state = 126}, + [3985] = {.lex_state = 111}, + [3986] = {.lex_state = 205}, + [3987] = {.lex_state = 126}, + [3988] = {.lex_state = 205}, + [3989] = {.lex_state = 205}, + [3990] = {.lex_state = 126}, + [3991] = {.lex_state = 205}, + [3992] = {.lex_state = 205}, + [3993] = {.lex_state = 150}, + [3994] = {.lex_state = 205}, [3995] = {.lex_state = 0}, - [3996] = {.lex_state = 67}, - [3997] = {.lex_state = 152}, - [3998] = {.lex_state = 152}, - [3999] = {.lex_state = 0}, - [4000] = {.lex_state = 0}, - [4001] = {.lex_state = 152}, - [4002] = {.lex_state = 0}, - [4003] = {.lex_state = 152}, - [4004] = {.lex_state = 152}, - [4005] = {.lex_state = 65}, - [4006] = {.lex_state = 152}, - [4007] = {.lex_state = 152}, - [4008] = {.lex_state = 152}, - [4009] = {.lex_state = 152}, - [4010] = {.lex_state = 152}, - [4011] = {.lex_state = 152}, - [4012] = {.lex_state = 152}, - [4013] = {.lex_state = 152}, - [4014] = {.lex_state = 152}, - [4015] = {.lex_state = 0}, - [4016] = {.lex_state = 152}, - [4017] = {.lex_state = 112}, - [4018] = {.lex_state = 152}, - [4019] = {.lex_state = 152}, - [4020] = {.lex_state = 0}, - [4021] = {.lex_state = 152}, - [4022] = {.lex_state = 0}, + [3996] = {.lex_state = 63}, + [3997] = {.lex_state = 150}, + [3998] = {.lex_state = 126}, + [3999] = {.lex_state = 150}, + [4000] = {.lex_state = 205}, + [4001] = {.lex_state = 65}, + [4002] = {.lex_state = 63}, + [4003] = {.lex_state = 150}, + [4004] = {.lex_state = 150}, + [4005] = {.lex_state = 150}, + [4006] = {.lex_state = 126}, + [4007] = {.lex_state = 150}, + [4008] = {.lex_state = 150}, + [4009] = {.lex_state = 150}, + [4010] = {.lex_state = 148}, + [4011] = {.lex_state = 111}, + [4012] = {.lex_state = 150}, + [4013] = {.lex_state = 65}, + [4014] = {.lex_state = 150}, + [4015] = {.lex_state = 65}, + [4016] = {.lex_state = 150}, + [4017] = {.lex_state = 111}, + [4018] = {.lex_state = 150}, + [4019] = {.lex_state = 150}, + [4020] = {.lex_state = 150}, + [4021] = {.lex_state = 148}, + [4022] = {.lex_state = 205}, [4023] = {.lex_state = 0}, - [4024] = {.lex_state = 0}, - [4025] = {.lex_state = 152}, - [4026] = {.lex_state = 152}, - [4027] = {.lex_state = 0}, - [4028] = {.lex_state = 149}, - [4029] = {.lex_state = 0}, + [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 = 152}, - [4032] = {.lex_state = 0}, - [4033] = {.lex_state = 0}, - [4034] = {.lex_state = 0}, - [4035] = {.lex_state = 0}, - [4036] = {.lex_state = 0}, - [4037] = {.lex_state = 0}, - [4038] = {.lex_state = 149}, - [4039] = {.lex_state = 0}, - [4040] = {.lex_state = 0}, - [4041] = {.lex_state = 0}, - [4042] = {.lex_state = 0}, - [4043] = {.lex_state = 215}, - [4044] = {.lex_state = 0}, - [4045] = {.lex_state = 0}, - [4046] = {.lex_state = 149}, - [4047] = {.lex_state = 149}, - [4048] = {.lex_state = 0}, - [4049] = {.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}, + [4040] = {.lex_state = 205}, + [4041] = {.lex_state = 205}, + [4042] = {.lex_state = 150}, + [4043] = {.lex_state = 65}, + [4044] = {.lex_state = 150}, + [4045] = {.lex_state = 150}, + [4046] = {.lex_state = 150}, + [4047] = {.lex_state = 65}, + [4048] = {.lex_state = 205}, + [4049] = {.lex_state = 150}, [4050] = {.lex_state = 0}, - [4051] = {.lex_state = 0}, - [4052] = {.lex_state = 149}, - [4053] = {.lex_state = 0}, - [4054] = {.lex_state = 0}, - [4055] = {.lex_state = 149}, - [4056] = {.lex_state = 0}, - [4057] = {.lex_state = 0}, - [4058] = {.lex_state = 0}, - [4059] = {.lex_state = 149}, - [4060] = {.lex_state = 215}, - [4061] = {.lex_state = 0}, - [4062] = {.lex_state = 0}, - [4063] = {.lex_state = 0}, - [4064] = {.lex_state = 149}, - [4065] = {.lex_state = 0}, - [4066] = {.lex_state = 149}, - [4067] = {.lex_state = 149}, + [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}, + [4065] = {.lex_state = 150}, + [4066] = {.lex_state = 111}, + [4067] = {.lex_state = 150}, [4068] = {.lex_state = 0}, - [4069] = {.lex_state = 0}, - [4070] = {.lex_state = 0}, - [4071] = {.lex_state = 149}, - [4072] = {.lex_state = 0}, - [4073] = {.lex_state = 0}, - [4074] = {.lex_state = 0}, - [4075] = {.lex_state = 0}, - [4076] = {.lex_state = 0}, - [4077] = {.lex_state = 0}, - [4078] = {.lex_state = 0}, - [4079] = {.lex_state = 0}, - [4080] = {.lex_state = 149}, - [4081] = {.lex_state = 112}, - [4082] = {.lex_state = 215}, - [4083] = {.lex_state = 0}, - [4084] = {.lex_state = 0}, - [4085] = {.lex_state = 0}, - [4086] = {.lex_state = 0}, - [4087] = {.lex_state = 0}, - [4088] = {.lex_state = 0}, - [4089] = {.lex_state = 149}, - [4090] = {.lex_state = 0}, - [4091] = {.lex_state = 0}, - [4092] = {.lex_state = 215}, - [4093] = {.lex_state = 149}, - [4094] = {.lex_state = 149}, - [4095] = {.lex_state = 149}, - [4096] = {.lex_state = 0}, + [4069] = {.lex_state = 150}, + [4070] = {.lex_state = 126}, + [4071] = {.lex_state = 150}, + [4072] = {.lex_state = 205}, + [4073] = {.lex_state = 150}, + [4074] = {.lex_state = 205}, + [4075] = {.lex_state = 150}, + [4076] = {.lex_state = 65}, + [4077] = {.lex_state = 150}, + [4078] = {.lex_state = 150}, + [4079] = {.lex_state = 150}, + [4080] = {.lex_state = 65}, + [4081] = {.lex_state = 150}, + [4082] = {.lex_state = 205}, + [4083] = {.lex_state = 111}, + [4084] = {.lex_state = 150}, + [4085] = {.lex_state = 150}, + [4086] = {.lex_state = 148}, + [4087] = {.lex_state = 150}, + [4088] = {.lex_state = 150}, + [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 = 60}, - [4099] = {.lex_state = 149}, - [4100] = {.lex_state = 149}, - [4101] = {.lex_state = 0}, - [4102] = {.lex_state = 0}, - [4103] = {.lex_state = 149}, + [4098] = {.lex_state = 205}, + [4099] = {.lex_state = 150}, + [4100] = {.lex_state = 150}, + [4101] = {.lex_state = 205}, + [4102] = {.lex_state = 126}, + [4103] = {.lex_state = 150}, [4104] = {.lex_state = 0}, - [4105] = {.lex_state = 0}, - [4106] = {.lex_state = 112}, - [4107] = {.lex_state = 149}, - [4108] = {.lex_state = 0}, - [4109] = {.lex_state = 215}, - [4110] = {.lex_state = 0}, - [4111] = {.lex_state = 0}, - [4112] = {.lex_state = 0}, - [4113] = {.lex_state = 0}, - [4114] = {.lex_state = 0}, - [4115] = {.lex_state = 0}, - [4116] = {.lex_state = 0}, - [4117] = {.lex_state = 215}, - [4118] = {.lex_state = 0}, - [4119] = {.lex_state = 0}, - [4120] = {.lex_state = 0}, - [4121] = {.lex_state = 0}, + [4105] = {.lex_state = 150}, + [4106] = {.lex_state = 111}, + [4107] = {.lex_state = 150}, + [4108] = {.lex_state = 150}, + [4109] = {.lex_state = 150}, + [4110] = {.lex_state = 205}, + [4111] = {.lex_state = 205}, + [4112] = {.lex_state = 150}, + [4113] = {.lex_state = 150}, + [4114] = {.lex_state = 65}, + [4115] = {.lex_state = 150}, + [4116] = {.lex_state = 205}, + [4117] = {.lex_state = 0}, + [4118] = {.lex_state = 111}, + [4119] = {.lex_state = 205}, + [4120] = {.lex_state = 150}, + [4121] = {.lex_state = 205}, [4122] = {.lex_state = 0}, - [4123] = {.lex_state = 149}, - [4124] = {.lex_state = 149}, - [4125] = {.lex_state = 0}, - [4126] = {.lex_state = 0}, - [4127] = {.lex_state = 0}, - [4128] = {.lex_state = 0}, - [4129] = {.lex_state = 0}, - [4130] = {.lex_state = 0}, - [4131] = {.lex_state = 149}, - [4132] = {.lex_state = 149}, - [4133] = {.lex_state = 0}, - [4134] = {.lex_state = 215}, - [4135] = {.lex_state = 149}, - [4136] = {.lex_state = 0}, - [4137] = {.lex_state = 0}, - [4138] = {.lex_state = 0}, - [4139] = {.lex_state = 149}, - [4140] = {.lex_state = 0}, - [4141] = {.lex_state = 0}, - [4142] = {.lex_state = 0}, - [4143] = {.lex_state = 0}, - [4144] = {.lex_state = 149}, - [4145] = {.lex_state = 215}, - [4146] = {.lex_state = 0}, - [4147] = {.lex_state = 0}, - [4148] = {.lex_state = 149}, - [4149] = {.lex_state = 0}, - [4150] = {.lex_state = 0}, - [4151] = {.lex_state = 0}, - [4152] = {.lex_state = 149}, - [4153] = {.lex_state = 0}, - [4154] = {.lex_state = 0}, - [4155] = {.lex_state = 0}, - [4156] = {.lex_state = 0}, - [4157] = {.lex_state = 149}, - [4158] = {.lex_state = 0}, - [4159] = {.lex_state = 0}, - [4160] = {.lex_state = 149}, - [4161] = {.lex_state = 0}, - [4162] = {.lex_state = 0}, - [4163] = {.lex_state = 149}, - [4164] = {.lex_state = 0}, - [4165] = {.lex_state = 215}, - [4166] = {.lex_state = 0}, - [4167] = {.lex_state = 0}, - [4168] = {.lex_state = 149}, - [4169] = {.lex_state = 0}, - [4170] = {.lex_state = 0}, - [4171] = {.lex_state = 0}, - [4172] = {.lex_state = 215}, - [4173] = {.lex_state = 0}, - [4174] = {.lex_state = 0}, - [4175] = {.lex_state = 0}, - [4176] = {.lex_state = 0}, - [4177] = {.lex_state = 0}, - [4178] = {.lex_state = 0}, - [4179] = {.lex_state = 60}, - [4180] = {.lex_state = 149}, - [4181] = {.lex_state = 0}, - [4182] = {.lex_state = 149}, + [4123] = {.lex_state = 150}, + [4124] = {.lex_state = 150}, + [4125] = {.lex_state = 205}, + [4126] = {.lex_state = 150}, + [4127] = {.lex_state = 150}, + [4128] = {.lex_state = 150}, + [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}, + [4141] = {.lex_state = 65}, + [4142] = {.lex_state = 148}, + [4143] = {.lex_state = 150}, + [4144] = {.lex_state = 150}, + [4145] = {.lex_state = 150}, + [4146] = {.lex_state = 150}, + [4147] = {.lex_state = 148}, + [4148] = {.lex_state = 150}, + [4149] = {.lex_state = 126}, + [4150] = {.lex_state = 111}, + [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}, + [4168] = {.lex_state = 65}, + [4169] = {.lex_state = 150}, + [4170] = {.lex_state = 205}, + [4171] = {.lex_state = 126}, + [4172] = {.lex_state = 0}, + [4173] = {.lex_state = 65}, + [4174] = {.lex_state = 148}, + [4175] = {.lex_state = 150}, + [4176] = {.lex_state = 150}, + [4177] = {.lex_state = 150}, + [4178] = {.lex_state = 126}, + [4179] = {.lex_state = 0}, + [4180] = {.lex_state = 0}, + [4181] = {.lex_state = 126}, + [4182] = {.lex_state = 0}, [4183] = {.lex_state = 0}, - [4184] = {.lex_state = 0}, + [4184] = {.lex_state = 126}, [4185] = {.lex_state = 0}, [4186] = {.lex_state = 0}, - [4187] = {.lex_state = 149}, + [4187] = {.lex_state = 0}, [4188] = {.lex_state = 0}, [4189] = {.lex_state = 0}, - [4190] = {.lex_state = 0}, - [4191] = {.lex_state = 0}, - [4192] = {.lex_state = 149}, - [4193] = {.lex_state = 0}, - [4194] = {.lex_state = 0}, + [4190] = {.lex_state = 126}, + [4191] = {.lex_state = 126}, + [4192] = {.lex_state = 126}, + [4193] = {.lex_state = 126}, + [4194] = {.lex_state = 126}, [4195] = {.lex_state = 0}, [4196] = {.lex_state = 0}, [4197] = {.lex_state = 0}, - [4198] = {.lex_state = 0}, + [4198] = {.lex_state = 126}, [4199] = {.lex_state = 0}, [4200] = {.lex_state = 0}, [4201] = {.lex_state = 0}, [4202] = {.lex_state = 0}, [4203] = {.lex_state = 0}, - [4204] = {.lex_state = 0}, + [4204] = {.lex_state = 126}, [4205] = {.lex_state = 0}, - [4206] = {.lex_state = 149}, + [4206] = {.lex_state = 0}, [4207] = {.lex_state = 0}, [4208] = {.lex_state = 0}, - [4209] = {.lex_state = 149}, - [4210] = {.lex_state = 0}, - [4211] = {.lex_state = 215}, - [4212] = {.lex_state = 149}, + [4209] = {.lex_state = 0}, + [4210] = {.lex_state = 56}, + [4211] = {.lex_state = 0}, + [4212] = {.lex_state = 0}, [4213] = {.lex_state = 0}, [4214] = {.lex_state = 0}, [4215] = {.lex_state = 0}, [4216] = {.lex_state = 0}, [4217] = {.lex_state = 0}, - [4218] = {.lex_state = 0}, - [4219] = {.lex_state = 0}, + [4218] = {.lex_state = 205}, + [4219] = {.lex_state = 205}, [4220] = {.lex_state = 0}, [4221] = {.lex_state = 0}, [4222] = {.lex_state = 0}, [4223] = {.lex_state = 0}, [4224] = {.lex_state = 0}, - [4225] = {.lex_state = 0}, - [4226] = {.lex_state = 60}, - [4227] = {.lex_state = 0}, + [4225] = {.lex_state = 205}, + [4226] = {.lex_state = 205}, + [4227] = {.lex_state = 126}, [4228] = {.lex_state = 0}, - [4229] = {.lex_state = 149}, + [4229] = {.lex_state = 205}, [4230] = {.lex_state = 0}, - [4231] = {.lex_state = 0}, - [4232] = {.lex_state = 0}, + [4231] = {.lex_state = 126}, + [4232] = {.lex_state = 126}, [4233] = {.lex_state = 0}, [4234] = {.lex_state = 0}, - [4235] = {.lex_state = 0}, + [4235] = {.lex_state = 126}, [4236] = {.lex_state = 0}, [4237] = {.lex_state = 0}, - [4238] = {.lex_state = 149}, + [4238] = {.lex_state = 0}, [4239] = {.lex_state = 0}, [4240] = {.lex_state = 0}, - [4241] = {.lex_state = 0}, - [4242] = {.lex_state = 0}, + [4241] = {.lex_state = 126}, + [4242] = {.lex_state = 126}, [4243] = {.lex_state = 0}, [4244] = {.lex_state = 0}, - [4245] = {.lex_state = 0}, + [4245] = {.lex_state = 126}, [4246] = {.lex_state = 0}, [4247] = {.lex_state = 0}, [4248] = {.lex_state = 0}, [4249] = {.lex_state = 0}, [4250] = {.lex_state = 0}, - [4251] = {.lex_state = 112}, - [4252] = {.lex_state = 149}, - [4253] = {.lex_state = 0}, + [4251] = {.lex_state = 0}, + [4252] = {.lex_state = 0}, + [4253] = {.lex_state = 126}, [4254] = {.lex_state = 0}, - [4255] = {.lex_state = 0}, - [4256] = {.lex_state = 149}, - [4257] = {.lex_state = 0}, - [4258] = {.lex_state = 149}, + [4255] = {.lex_state = 205}, + [4256] = {.lex_state = 0}, + [4257] = {.lex_state = 126}, + [4258] = {.lex_state = 0}, [4259] = {.lex_state = 0}, [4260] = {.lex_state = 0}, [4261] = {.lex_state = 0}, - [4262] = {.lex_state = 215}, - [4263] = {.lex_state = 0}, + [4262] = {.lex_state = 0}, + [4263] = {.lex_state = 111}, [4264] = {.lex_state = 0}, - [4265] = {.lex_state = 149}, - [4266] = {.lex_state = 215}, + [4265] = {.lex_state = 0}, + [4266] = {.lex_state = 111}, [4267] = {.lex_state = 0}, [4268] = {.lex_state = 0}, - [4269] = {.lex_state = 0}, - [4270] = {.lex_state = 60}, + [4269] = {.lex_state = 205}, + [4270] = {.lex_state = 0}, [4271] = {.lex_state = 0}, - [4272] = {.lex_state = 0}, + [4272] = {.lex_state = 205}, [4273] = {.lex_state = 0}, - [4274] = {.lex_state = 149}, - [4275] = {.lex_state = 0}, - [4276] = {.lex_state = 215}, + [4274] = {.lex_state = 0}, + [4275] = {.lex_state = 126}, + [4276] = {.lex_state = 0}, [4277] = {.lex_state = 0}, [4278] = {.lex_state = 0}, - [4279] = {.lex_state = 0}, - [4280] = {.lex_state = 149}, - [4281] = {.lex_state = 215}, - [4282] = {.lex_state = 0}, + [4279] = {.lex_state = 126}, + [4280] = {.lex_state = 0}, + [4281] = {.lex_state = 0}, + [4282] = {.lex_state = 126}, [4283] = {.lex_state = 0}, - [4284] = {.lex_state = 149}, - [4285] = {.lex_state = 149}, - [4286] = {.lex_state = 149}, - [4287] = {.lex_state = 149}, - [4288] = {.lex_state = 66}, - [4289] = {.lex_state = 149}, - [4290] = {.lex_state = 149}, - [4291] = {.lex_state = 66}, + [4284] = {.lex_state = 0}, + [4285] = {.lex_state = 0}, + [4286] = {.lex_state = 0}, + [4287] = {.lex_state = 0}, + [4288] = {.lex_state = 126}, + [4289] = {.lex_state = 0}, + [4290] = {.lex_state = 126}, + [4291] = {.lex_state = 0}, [4292] = {.lex_state = 0}, - [4293] = {.lex_state = 149}, - [4294] = {.lex_state = 149}, - [4295] = {.lex_state = 0}, + [4293] = {.lex_state = 0}, + [4294] = {.lex_state = 0}, + [4295] = {.lex_state = 126}, [4296] = {.lex_state = 0}, - [4297] = {.lex_state = 66}, - [4298] = {.lex_state = 149}, - [4299] = {.lex_state = 149}, + [4297] = {.lex_state = 0}, + [4298] = {.lex_state = 56}, + [4299] = {.lex_state = 0}, [4300] = {.lex_state = 0}, - [4301] = {.lex_state = 149}, - [4302] = {.lex_state = 0}, - [4303] = {.lex_state = 149}, - [4304] = {.lex_state = 0}, - [4305] = {.lex_state = 149}, + [4301] = {.lex_state = 0}, + [4302] = {.lex_state = 205}, + [4303] = {.lex_state = 0}, + [4304] = {.lex_state = 205}, + [4305] = {.lex_state = 0}, [4306] = {.lex_state = 0}, - [4307] = {.lex_state = 149}, - [4308] = {.lex_state = 215}, - [4309] = {.lex_state = 0}, - [4310] = {.lex_state = 149}, - [4311] = {.lex_state = 149}, - [4312] = {.lex_state = 149}, - [4313] = {.lex_state = 149}, - [4314] = {.lex_state = 215}, - [4315] = {.lex_state = 0}, - [4316] = {.lex_state = 149}, - [4317] = {.lex_state = 149}, - [4318] = {.lex_state = 149}, - [4319] = {.lex_state = 149}, - [4320] = {.lex_state = 66}, - [4321] = {.lex_state = 149}, - [4322] = {.lex_state = 0}, - [4323] = {.lex_state = 149}, - [4324] = {.lex_state = 149}, - [4325] = {.lex_state = 149}, - [4326] = {.lex_state = 149}, - [4327] = {.lex_state = 149}, + [4307] = {.lex_state = 0}, + [4308] = {.lex_state = 0}, + [4309] = {.lex_state = 56}, + [4310] = {.lex_state = 0}, + [4311] = {.lex_state = 0}, + [4312] = {.lex_state = 0}, + [4313] = {.lex_state = 0}, + [4314] = {.lex_state = 126}, + [4315] = {.lex_state = 126}, + [4316] = {.lex_state = 0}, + [4317] = {.lex_state = 0}, + [4318] = {.lex_state = 0}, + [4319] = {.lex_state = 126}, + [4320] = {.lex_state = 0}, + [4321] = {.lex_state = 0}, + [4322] = {.lex_state = 126}, + [4323] = {.lex_state = 126}, + [4324] = {.lex_state = 126}, + [4325] = {.lex_state = 0}, + [4326] = {.lex_state = 205}, + [4327] = {.lex_state = 0}, [4328] = {.lex_state = 0}, - [4329] = {.lex_state = 149}, - [4330] = {.lex_state = 149}, - [4331] = {.lex_state = 149}, - [4332] = {.lex_state = 149}, - [4333] = {.lex_state = 149}, - [4334] = {.lex_state = 215}, - [4335] = {.lex_state = 149}, - [4336] = {.lex_state = 149}, - [4337] = {.lex_state = 149}, - [4338] = {.lex_state = 215}, - [4339] = {.lex_state = 149}, + [4329] = {.lex_state = 205}, + [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}, + [4337] = {.lex_state = 0}, + [4338] = {.lex_state = 126}, + [4339] = {.lex_state = 0}, [4340] = {.lex_state = 0}, [4341] = {.lex_state = 0}, - [4342] = {.lex_state = 149}, + [4342] = {.lex_state = 0}, [4343] = {.lex_state = 0}, [4344] = {.lex_state = 0}, [4345] = {.lex_state = 0}, - [4346] = {.lex_state = 66}, + [4346] = {.lex_state = 205}, [4347] = {.lex_state = 0}, - [4348] = {.lex_state = 149}, + [4348] = {.lex_state = 0}, [4349] = {.lex_state = 0}, - [4350] = {.lex_state = 149}, - [4351] = {.lex_state = 215}, - [4352] = {.lex_state = 149}, + [4350] = {.lex_state = 205}, + [4351] = {.lex_state = 0}, + [4352] = {.lex_state = 126}, [4353] = {.lex_state = 0}, - [4354] = {.lex_state = 149}, + [4354] = {.lex_state = 205}, [4355] = {.lex_state = 0}, [4356] = {.lex_state = 0}, [4357] = {.lex_state = 0}, [4358] = {.lex_state = 0}, - [4359] = {.lex_state = 0}, - [4360] = {.lex_state = 215}, + [4359] = {.lex_state = 205}, + [4360] = {.lex_state = 0}, [4361] = {.lex_state = 0}, [4362] = {.lex_state = 0}, - [4363] = {.lex_state = 0}, - [4364] = {.lex_state = 0}, - [4365] = {.lex_state = 0}, + [4363] = {.lex_state = 126}, + [4364] = {.lex_state = 126}, + [4365] = {.lex_state = 126}, [4366] = {.lex_state = 0}, - [4367] = {.lex_state = 0}, - [4368] = {.lex_state = 0}, - [4369] = {.lex_state = 149}, - [4370] = {.lex_state = 149}, - [4371] = {.lex_state = 215}, - [4372] = {.lex_state = 149}, + [4367] = {.lex_state = 126}, + [4368] = {.lex_state = 126}, + [4369] = {.lex_state = 0}, + [4370] = {.lex_state = 126}, + [4371] = {.lex_state = 0}, + [4372] = {.lex_state = 0}, [4373] = {.lex_state = 0}, - [4374] = {.lex_state = 149}, - [4375] = {.lex_state = 149}, - [4376] = {.lex_state = 149}, + [4374] = {.lex_state = 0}, + [4375] = {.lex_state = 0}, + [4376] = {.lex_state = 0}, [4377] = {.lex_state = 0}, - [4378] = {.lex_state = 149}, - [4379] = {.lex_state = 149}, - [4380] = {.lex_state = 149}, - [4381] = {.lex_state = 215}, - [4382] = {.lex_state = 149}, - [4383] = {.lex_state = 149}, - [4384] = {.lex_state = 69}, - [4385] = {.lex_state = 149}, - [4386] = {.lex_state = 149}, - [4387] = {.lex_state = 149}, - [4388] = {.lex_state = 149}, - [4389] = {.lex_state = 0}, - [4390] = {.lex_state = 149}, - [4391] = {.lex_state = 149}, - [4392] = {.lex_state = 149}, - [4393] = {.lex_state = 149}, - [4394] = {.lex_state = 66}, - [4395] = {.lex_state = 149}, - [4396] = {.lex_state = 149}, - [4397] = {.lex_state = 149}, - [4398] = {.lex_state = 149}, - [4399] = {.lex_state = 69}, - [4400] = {.lex_state = 0}, + [4378] = {.lex_state = 0}, + [4379] = {.lex_state = 0}, + [4380] = {.lex_state = 0}, + [4381] = {.lex_state = 126}, + [4382] = {.lex_state = 0}, + [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}, + [4395] = {.lex_state = 0}, + [4396] = {.lex_state = 0}, + [4397] = {.lex_state = 0}, + [4398] = {.lex_state = 0}, + [4399] = {.lex_state = 0}, + [4400] = {.lex_state = 111}, [4401] = {.lex_state = 0}, - [4402] = {.lex_state = 149}, + [4402] = {.lex_state = 0}, [4403] = {.lex_state = 0}, - [4404] = {.lex_state = 0}, - [4405] = {.lex_state = 215}, + [4404] = {.lex_state = 126}, + [4405] = {.lex_state = 0}, [4406] = {.lex_state = 0}, - [4407] = {.lex_state = 149}, - [4408] = {.lex_state = 66}, - [4409] = {.lex_state = 149}, + [4407] = {.lex_state = 0}, + [4408] = {.lex_state = 126}, + [4409] = {.lex_state = 0}, [4410] = {.lex_state = 0}, [4411] = {.lex_state = 0}, [4412] = {.lex_state = 0}, - [4413] = {.lex_state = 0}, - [4414] = {.lex_state = 0}, - [4415] = {.lex_state = 149}, - [4416] = {.lex_state = 149}, - [4417] = {.lex_state = 149}, - [4418] = {.lex_state = 149}, + [4413] = {.lex_state = 205}, + [4414] = {.lex_state = 148}, + [4415] = {.lex_state = 56}, + [4416] = {.lex_state = 0}, + [4417] = {.lex_state = 0}, + [4418] = {.lex_state = 0}, [4419] = {.lex_state = 0}, [4420] = {.lex_state = 0}, - [4421] = {.lex_state = 156}, + [4421] = {.lex_state = 0}, [4422] = {.lex_state = 0}, - [4423] = {.lex_state = 149}, - [4424] = {.lex_state = 149}, - [4425] = {.lex_state = 149}, + [4423] = {.lex_state = 0}, + [4424] = {.lex_state = 0}, + [4425] = {.lex_state = 0}, [4426] = {.lex_state = 0}, - [4427] = {.lex_state = 149}, + [4427] = {.lex_state = 0}, [4428] = {.lex_state = 0}, [4429] = {.lex_state = 0}, - [4430] = {.lex_state = 66}, + [4430] = {.lex_state = 126}, [4431] = {.lex_state = 0}, [4432] = {.lex_state = 0}, - [4433] = {.lex_state = 215}, - [4434] = {.lex_state = 0}, + [4433] = {.lex_state = 0}, + [4434] = {.lex_state = 130}, [4435] = {.lex_state = 0}, - [4436] = {.lex_state = 0}, - [4437] = {.lex_state = 0}, + [4436] = {.lex_state = 205}, + [4437] = {.lex_state = 126}, [4438] = {.lex_state = 0}, [4439] = {.lex_state = 0}, [4440] = {.lex_state = 0}, [4441] = {.lex_state = 0}, - [4442] = {.lex_state = 66}, - [4443] = {.lex_state = 149}, - [4444] = {.lex_state = 66}, + [4442] = {.lex_state = 0}, + [4443] = {.lex_state = 0}, + [4444] = {.lex_state = 0}, [4445] = {.lex_state = 0}, [4446] = {.lex_state = 0}, - [4447] = {.lex_state = 0}, - [4448] = {.lex_state = 66}, - [4449] = {.lex_state = 0}, - [4450] = {.lex_state = 215}, + [4447] = {.lex_state = 126}, + [4448] = {.lex_state = 126}, + [4449] = {.lex_state = 126}, + [4450] = {.lex_state = 0}, [4451] = {.lex_state = 0}, - [4452] = {.lex_state = 215}, - [4453] = {.lex_state = 0}, - [4454] = {.lex_state = 0}, + [4452] = {.lex_state = 0}, + [4453] = {.lex_state = 126}, + [4454] = {.lex_state = 205}, [4455] = {.lex_state = 0}, - [4456] = {.lex_state = 0}, - [4457] = {.lex_state = 215}, - [4458] = {.lex_state = 0}, + [4456] = {.lex_state = 126}, + [4457] = {.lex_state = 126}, + [4458] = {.lex_state = 126}, [4459] = {.lex_state = 0}, - [4460] = {.lex_state = 215}, + [4460] = {.lex_state = 205}, [4461] = {.lex_state = 0}, [4462] = {.lex_state = 0}, - [4463] = {.lex_state = 149}, + [4463] = {.lex_state = 0}, [4464] = {.lex_state = 0}, - [4465] = {.lex_state = 0}, + [4465] = {.lex_state = 205}, [4466] = {.lex_state = 0}, [4467] = {.lex_state = 0}, [4468] = {.lex_state = 0}, - [4469] = {.lex_state = 0}, + [4469] = {.lex_state = 205}, [4470] = {.lex_state = 0}, [4471] = {.lex_state = 0}, [4472] = {.lex_state = 0}, [4473] = {.lex_state = 0}, [4474] = {.lex_state = 0}, - [4475] = {.lex_state = 149}, - [4476] = {.lex_state = 0}, + [4475] = {.lex_state = 0}, + [4476] = {.lex_state = 205}, [4477] = {.lex_state = 0}, [4478] = {.lex_state = 0}, - [4479] = {.lex_state = 0}, - [4480] = {.lex_state = 0}, - [4481] = {.lex_state = 0}, - [4482] = {.lex_state = 0}, - [4483] = {.lex_state = 0}, - [4484] = {.lex_state = 0}, + [4479] = {.lex_state = 64}, + [4480] = {.lex_state = 205}, + [4481] = {.lex_state = 205}, + [4482] = {.lex_state = 64}, + [4483] = {.lex_state = 64}, + [4484] = {.lex_state = 126}, [4485] = {.lex_state = 0}, - [4486] = {.lex_state = 149}, - [4487] = {.lex_state = 215}, + [4486] = {.lex_state = 205}, + [4487] = {.lex_state = 0}, [4488] = {.lex_state = 0}, [4489] = {.lex_state = 0}, [4490] = {.lex_state = 0}, - [4491] = {.lex_state = 0}, - [4492] = {.lex_state = 0}, - [4493] = {.lex_state = 66}, + [4491] = {.lex_state = 126}, + [4492] = {.lex_state = 126}, + [4493] = {.lex_state = 205}, [4494] = {.lex_state = 0}, - [4495] = {.lex_state = 0}, - [4496] = {.lex_state = 0}, - [4497] = {.lex_state = 0}, - [4498] = {.lex_state = 0}, + [4495] = {.lex_state = 126}, + [4496] = {.lex_state = 126}, + [4497] = {.lex_state = 126}, + [4498] = {.lex_state = 126}, [4499] = {.lex_state = 0}, - [4500] = {.lex_state = 0}, - [4501] = {.lex_state = 0}, - [4502] = {.lex_state = 0}, - [4503] = {.lex_state = 0}, - [4504] = {.lex_state = 0}, - [4505] = {.lex_state = 0}, - [4506] = {.lex_state = 0}, + [4500] = {.lex_state = 64}, + [4501] = {.lex_state = 126}, + [4502] = {.lex_state = 126}, + [4503] = {.lex_state = 64}, + [4504] = {.lex_state = 205}, + [4505] = {.lex_state = 205}, + [4506] = {.lex_state = 126}, [4507] = {.lex_state = 0}, - [4508] = {.lex_state = 0}, - [4509] = {.lex_state = 0}, - [4510] = {.lex_state = 0}, - [4511] = {.lex_state = 149}, - [4512] = {.lex_state = 149}, - [4513] = {.lex_state = 149}, - [4514] = {.lex_state = 0}, - [4515] = {.lex_state = 0}, - [4516] = {.lex_state = 215}, - [4517] = {.lex_state = 0}, - [4518] = {.lex_state = 0}, - [4519] = {.lex_state = 0}, - [4520] = {.lex_state = 0}, - [4521] = {.lex_state = 215}, - [4522] = {.lex_state = 215}, - [4523] = {.lex_state = 215}, - [4524] = {.lex_state = 0}, - [4525] = {.lex_state = 0}, - [4526] = {.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}, + [4518] = {.lex_state = 126}, + [4519] = {.lex_state = 205}, + [4520] = {.lex_state = 126}, + [4521] = {.lex_state = 126}, + [4522] = {.lex_state = 205}, + [4523] = {.lex_state = 205}, + [4524] = {.lex_state = 205}, + [4525] = {.lex_state = 126}, + [4526] = {.lex_state = 126}, [4527] = {.lex_state = 0}, - [4528] = {.lex_state = 0}, - [4529] = {.lex_state = 149}, - [4530] = {.lex_state = 0}, - [4531] = {.lex_state = 215}, - [4532] = {.lex_state = 0}, - [4533] = {.lex_state = 0}, - [4534] = {.lex_state = 0}, - [4535] = {.lex_state = 0}, + [4528] = {.lex_state = 205}, + [4529] = {.lex_state = 126}, + [4530] = {.lex_state = 126}, + [4531] = {.lex_state = 205}, + [4532] = {.lex_state = 126}, + [4533] = {.lex_state = 126}, + [4534] = {.lex_state = 67}, + [4535] = {.lex_state = 126}, [4536] = {.lex_state = 0}, - [4537] = {.lex_state = 0}, + [4537] = {.lex_state = 126}, [4538] = {.lex_state = 0}, [4539] = {.lex_state = 0}, - [4540] = {.lex_state = 149}, - [4541] = {.lex_state = 0}, - [4542] = {.lex_state = 0}, + [4540] = {.lex_state = 126}, + [4541] = {.lex_state = 126}, + [4542] = {.lex_state = 205}, [4543] = {.lex_state = 0}, - [4544] = {.lex_state = 0}, - [4545] = {.lex_state = 149}, - [4546] = {.lex_state = 0}, - [4547] = {.lex_state = 0}, + [4544] = {.lex_state = 126}, + [4545] = {.lex_state = 126}, + [4546] = {.lex_state = 126}, + [4547] = {.lex_state = 126}, [4548] = {.lex_state = 0}, - [4549] = {.lex_state = 0}, - [4550] = {.lex_state = 0}, + [4549] = {.lex_state = 126}, + [4550] = {.lex_state = 126}, [4551] = {.lex_state = 0}, [4552] = {.lex_state = 0}, [4553] = {.lex_state = 0}, - [4554] = {.lex_state = 0}, - [4555] = {.lex_state = 149}, - [4556] = {.lex_state = 215}, - [4557] = {.lex_state = 0}, - [4558] = {.lex_state = 66}, - [4559] = {.lex_state = 69}, + [4554] = {.lex_state = 205}, + [4555] = {.lex_state = 0}, + [4556] = {.lex_state = 0}, + [4557] = {.lex_state = 126}, + [4558] = {.lex_state = 0}, + [4559] = {.lex_state = 0}, [4560] = {.lex_state = 0}, [4561] = {.lex_state = 0}, [4562] = {.lex_state = 0}, - [4563] = {.lex_state = 0}, - [4564] = {.lex_state = 149}, - [4565] = {.lex_state = 0}, - [4566] = {.lex_state = 69}, - [4567] = {.lex_state = 156}, - [4568] = {.lex_state = 215}, - [4569] = {.lex_state = 149}, - [4570] = {.lex_state = 149}, - [4571] = {.lex_state = 0}, - [4572] = {.lex_state = 0}, - [4573] = {.lex_state = 0}, - [4574] = {.lex_state = 0}, - [4575] = {.lex_state = 215}, - [4576] = {.lex_state = 215}, - [4577] = {.lex_state = 0}, - [4578] = {.lex_state = 215}, + [4563] = {.lex_state = 126}, + [4564] = {.lex_state = 205}, + [4565] = {.lex_state = 126}, + [4566] = {.lex_state = 205}, + [4567] = {.lex_state = 126}, + [4568] = {.lex_state = 126}, + [4569] = {.lex_state = 205}, + [4570] = {.lex_state = 130}, + [4571] = {.lex_state = 126}, + [4572] = {.lex_state = 126}, + [4573] = {.lex_state = 126}, + [4574] = {.lex_state = 64}, + [4575] = {.lex_state = 126}, + [4576] = {.lex_state = 126}, + [4577] = {.lex_state = 126}, + [4578] = {.lex_state = 126}, [4579] = {.lex_state = 0}, - [4580] = {.lex_state = 215}, - [4581] = {.lex_state = 66}, - [4582] = {.lex_state = 215}, + [4580] = {.lex_state = 0}, + [4581] = {.lex_state = 0}, + [4582] = {.lex_state = 0}, [4583] = {.lex_state = 0}, - [4584] = {.lex_state = 156}, - [4585] = {.lex_state = 215}, - [4586] = {.lex_state = 149}, - [4587] = {.lex_state = 215}, - [4588] = {.lex_state = 149}, - [4589] = {.lex_state = 0}, - [4590] = {.lex_state = 0}, - [4591] = {.lex_state = 0}, - [4592] = {.lex_state = 0}, - [4593] = {.lex_state = 0}, - [4594] = {.lex_state = 0}, - [4595] = {.lex_state = 0}, - [4596] = {.lex_state = 0}, + [4584] = {.lex_state = 0}, + [4585] = {.lex_state = 126}, + [4586] = {.lex_state = 0}, + [4587] = {.lex_state = 126}, + [4588] = {.lex_state = 126}, + [4589] = {.lex_state = 126}, + [4590] = {.lex_state = 126}, + [4591] = {.lex_state = 205}, + [4592] = {.lex_state = 64}, + [4593] = {.lex_state = 126}, + [4594] = {.lex_state = 126}, + [4595] = {.lex_state = 126}, + [4596] = {.lex_state = 126}, [4597] = {.lex_state = 0}, - [4598] = {.lex_state = 0}, - [4599] = {.lex_state = 149}, - [4600] = {.lex_state = 0}, - [4601] = {.lex_state = 0}, - [4602] = {.lex_state = 0}, - [4603] = {.lex_state = 66}, + [4598] = {.lex_state = 126}, + [4599] = {.lex_state = 126}, + [4600] = {.lex_state = 205}, + [4601] = {.lex_state = 126}, + [4602] = {.lex_state = 126}, + [4603] = {.lex_state = 126}, [4604] = {.lex_state = 0}, - [4605] = {.lex_state = 69}, - [4606] = {.lex_state = 215}, - [4607] = {.lex_state = 149}, - [4608] = {.lex_state = 215}, + [4605] = {.lex_state = 205}, + [4606] = {.lex_state = 0}, + [4607] = {.lex_state = 0}, + [4608] = {.lex_state = 205}, [4609] = {.lex_state = 0}, - [4610] = {.lex_state = 0}, - [4611] = {.lex_state = 0}, - [4612] = {.lex_state = 0}, - [4613] = {.lex_state = 215}, + [4610] = {.lex_state = 126}, + [4611] = {.lex_state = 126}, + [4612] = {.lex_state = 126}, + [4613] = {.lex_state = 126}, [4614] = {.lex_state = 0}, - [4615] = {.lex_state = 66}, - [4616] = {.lex_state = 215}, + [4615] = {.lex_state = 126}, + [4616] = {.lex_state = 0}, [4617] = {.lex_state = 0}, - [4618] = {.lex_state = 215}, - [4619] = {.lex_state = 0}, - [4620] = {.lex_state = 0}, - [4621] = {.lex_state = 0}, - [4622] = {.lex_state = 215}, - [4623] = {.lex_state = 0}, + [4618] = {.lex_state = 126}, + [4619] = {.lex_state = 205}, + [4620] = {.lex_state = 126}, + [4621] = {.lex_state = 126}, + [4622] = {.lex_state = 205}, + [4623] = {.lex_state = 126}, [4624] = {.lex_state = 0}, [4625] = {.lex_state = 0}, - [4626] = {.lex_state = 149}, - [4627] = {.lex_state = 156}, + [4626] = {.lex_state = 64}, + [4627] = {.lex_state = 126}, [4628] = {.lex_state = 0}, - [4629] = {.lex_state = 66}, - [4630] = {.lex_state = 215}, - [4631] = {.lex_state = 215}, - [4632] = {.lex_state = 0}, - [4633] = {.lex_state = 149}, - [4634] = {.lex_state = 0}, - [4635] = {.lex_state = 0}, - [4636] = {.lex_state = 215}, + [4629] = {.lex_state = 205}, + [4630] = {.lex_state = 0}, + [4631] = {.lex_state = 0}, + [4632] = {.lex_state = 64}, + [4633] = {.lex_state = 0}, + [4634] = {.lex_state = 205}, + [4635] = {.lex_state = 64}, + [4636] = {.lex_state = 0}, [4637] = {.lex_state = 0}, [4638] = {.lex_state = 0}, - [4639] = {.lex_state = 215}, - [4640] = {.lex_state = 0}, + [4639] = {.lex_state = 0}, + [4640] = {.lex_state = 205}, [4641] = {.lex_state = 0}, - [4642] = {.lex_state = 215}, - [4643] = {.lex_state = 0}, - [4644] = {.lex_state = 0}, + [4642] = {.lex_state = 0}, + [4643] = {.lex_state = 205}, + [4644] = {.lex_state = 205}, [4645] = {.lex_state = 0}, [4646] = {.lex_state = 0}, - [4647] = {.lex_state = 69}, + [4647] = {.lex_state = 205}, [4648] = {.lex_state = 0}, - [4649] = {.lex_state = 215}, - [4650] = {.lex_state = 215}, - [4651] = {.lex_state = 149}, + [4649] = {.lex_state = 0}, + [4650] = {.lex_state = 0}, + [4651] = {.lex_state = 205}, [4652] = {.lex_state = 0}, - [4653] = {.lex_state = 149}, - [4654] = {.lex_state = 149}, - [4655] = {.lex_state = 0}, + [4653] = {.lex_state = 0}, + [4654] = {.lex_state = 0}, + [4655] = {.lex_state = 67}, [4656] = {.lex_state = 0}, - [4657] = {.lex_state = 110}, - [4658] = {.lex_state = 60}, - [4659] = {.lex_state = 60}, + [4657] = {.lex_state = 130}, + [4658] = {.lex_state = 0}, + [4659] = {.lex_state = 0}, [4660] = {.lex_state = 0}, - [4661] = {.lex_state = 60}, + [4661] = {.lex_state = 0}, [4662] = {.lex_state = 0}, [4663] = {.lex_state = 0}, [4664] = {.lex_state = 0}, - [4665] = {.lex_state = 149}, - [4666] = {.lex_state = 149}, + [4665] = {.lex_state = 0}, + [4666] = {.lex_state = 0}, [4667] = {.lex_state = 0}, [4668] = {.lex_state = 0}, [4669] = {.lex_state = 0}, - [4670] = {.lex_state = 0}, - [4671] = {.lex_state = 152}, - [4672] = {.lex_state = 149}, + [4670] = {.lex_state = 205}, + [4671] = {.lex_state = 0}, + [4672] = {.lex_state = 126}, [4673] = {.lex_state = 0}, [4674] = {.lex_state = 0}, - [4675] = {.lex_state = 0}, - [4676] = {.lex_state = 149}, + [4675] = {.lex_state = 64}, + [4676] = {.lex_state = 0}, [4677] = {.lex_state = 0}, - [4678] = {.lex_state = 149}, - [4679] = {.lex_state = 215}, - [4680] = {.lex_state = 152}, + [4678] = {.lex_state = 0}, + [4679] = {.lex_state = 0}, + [4680] = {.lex_state = 0}, [4681] = {.lex_state = 0}, - [4682] = {.lex_state = 149}, + [4682] = {.lex_state = 0}, [4683] = {.lex_state = 0}, [4684] = {.lex_state = 0}, [4685] = {.lex_state = 0}, - [4686] = {.lex_state = 110}, + [4686] = {.lex_state = 205}, [4687] = {.lex_state = 0}, - [4688] = {.lex_state = 149}, - [4689] = {.lex_state = 110}, - [4690] = {.lex_state = 110}, - [4691] = {.lex_state = 0}, - [4692] = {.lex_state = 0}, + [4688] = {.lex_state = 0}, + [4689] = {.lex_state = 205}, + [4690] = {.lex_state = 64}, + [4691] = {.lex_state = 126}, + [4692] = {.lex_state = 205}, [4693] = {.lex_state = 0}, - [4694] = {.lex_state = 0}, - [4695] = {.lex_state = 0}, + [4694] = {.lex_state = 126}, + [4695] = {.lex_state = 67}, [4696] = {.lex_state = 0}, - [4697] = {.lex_state = 0}, + [4697] = {.lex_state = 126}, [4698] = {.lex_state = 0}, [4699] = {.lex_state = 0}, - [4700] = {.lex_state = 149}, + [4700] = {.lex_state = 0}, [4701] = {.lex_state = 0}, - [4702] = {.lex_state = 60}, - [4703] = {.lex_state = 215}, - [4704] = {.lex_state = 149}, - [4705] = {.lex_state = 149}, + [4702] = {.lex_state = 0}, + [4703] = {.lex_state = 0}, + [4704] = {.lex_state = 205}, + [4705] = {.lex_state = 0}, [4706] = {.lex_state = 0}, - [4707] = {.lex_state = 0}, + [4707] = {.lex_state = 205}, [4708] = {.lex_state = 0}, [4709] = {.lex_state = 0}, - [4710] = {.lex_state = 60}, + [4710] = {.lex_state = 205}, [4711] = {.lex_state = 0}, - [4712] = {.lex_state = 0}, - [4713] = {.lex_state = 215}, - [4714] = {.lex_state = 0}, - [4715] = {.lex_state = 149}, - [4716] = {.lex_state = 149}, + [4712] = {.lex_state = 126}, + [4713] = {.lex_state = 0}, + [4714] = {.lex_state = 205}, + [4715] = {.lex_state = 0}, + [4716] = {.lex_state = 126}, [4717] = {.lex_state = 0}, - [4718] = {.lex_state = 156}, - [4719] = {.lex_state = 0}, - [4720] = {.lex_state = 60}, - [4721] = {.lex_state = 0}, - [4722] = {.lex_state = 149}, + [4718] = {.lex_state = 0}, + [4719] = {.lex_state = 130}, + [4720] = {.lex_state = 0}, + [4721] = {.lex_state = 126}, + [4722] = {.lex_state = 0}, [4723] = {.lex_state = 0}, - [4724] = {.lex_state = 0}, + [4724] = {.lex_state = 126}, [4725] = {.lex_state = 0}, - [4726] = {.lex_state = 149}, + [4726] = {.lex_state = 205}, [4727] = {.lex_state = 0}, [4728] = {.lex_state = 0}, - [4729] = {.lex_state = 0}, - [4730] = {.lex_state = 149}, - [4731] = {.lex_state = 60}, - [4732] = {.lex_state = 0}, - [4733] = {.lex_state = 0}, - [4734] = {.lex_state = 149}, - [4735] = {.lex_state = 0}, + [4729] = {.lex_state = 64}, + [4730] = {.lex_state = 64}, + [4731] = {.lex_state = 0}, + [4732] = {.lex_state = 205}, + [4733] = {.lex_state = 205}, + [4734] = {.lex_state = 205}, + [4735] = {.lex_state = 205}, [4736] = {.lex_state = 0}, - [4737] = {.lex_state = 0}, - [4738] = {.lex_state = 60}, + [4737] = {.lex_state = 126}, + [4738] = {.lex_state = 0}, [4739] = {.lex_state = 0}, - [4740] = {.lex_state = 110}, - [4741] = {.lex_state = 60}, - [4742] = {.lex_state = 0}, - [4743] = {.lex_state = 0}, - [4744] = {.lex_state = 0}, + [4740] = {.lex_state = 0}, + [4741] = {.lex_state = 0}, + [4742] = {.lex_state = 67}, + [4743] = {.lex_state = 126}, + [4744] = {.lex_state = 205}, [4745] = {.lex_state = 0}, - [4746] = {.lex_state = 0}, - [4747] = {.lex_state = 0}, + [4746] = {.lex_state = 205}, + [4747] = {.lex_state = 126}, [4748] = {.lex_state = 0}, - [4749] = {.lex_state = 60}, - [4750] = {.lex_state = 149}, + [4749] = {.lex_state = 0}, + [4750] = {.lex_state = 0}, [4751] = {.lex_state = 0}, - [4752] = {.lex_state = 0}, - [4753] = {.lex_state = 110}, - [4754] = {.lex_state = 0}, - [4755] = {.lex_state = 149}, + [4752] = {.lex_state = 205}, + [4753] = {.lex_state = 0}, + [4754] = {.lex_state = 205}, + [4755] = {.lex_state = 0}, [4756] = {.lex_state = 0}, [4757] = {.lex_state = 0}, [4758] = {.lex_state = 0}, - [4759] = {.lex_state = 149}, + [4759] = {.lex_state = 0}, [4760] = {.lex_state = 0}, - [4761] = {.lex_state = 60}, - [4762] = {.lex_state = 149}, + [4761] = {.lex_state = 205}, + [4762] = {.lex_state = 0}, [4763] = {.lex_state = 0}, - [4764] = {.lex_state = 215}, + [4764] = {.lex_state = 0}, [4765] = {.lex_state = 0}, [4766] = {.lex_state = 0}, [4767] = {.lex_state = 0}, - [4768] = {.lex_state = 149}, - [4769] = {.lex_state = 149}, - [4770] = {.lex_state = 149}, - [4771] = {.lex_state = 110}, - [4772] = {.lex_state = 149}, + [4768] = {.lex_state = 0}, + [4769] = {.lex_state = 126}, + [4770] = {.lex_state = 126}, + [4771] = {.lex_state = 0}, + [4772] = {.lex_state = 0}, [4773] = {.lex_state = 0}, [4774] = {.lex_state = 0}, - [4775] = {.lex_state = 60}, - [4776] = {.lex_state = 0}, - [4777] = {.lex_state = 149}, + [4775] = {.lex_state = 0}, + [4776] = {.lex_state = 205}, + [4777] = {.lex_state = 0}, [4778] = {.lex_state = 0}, - [4779] = {.lex_state = 0}, + [4779] = {.lex_state = 205}, [4780] = {.lex_state = 0}, [4781] = {.lex_state = 0}, [4782] = {.lex_state = 0}, - [4783] = {.lex_state = 0}, - [4784] = {.lex_state = 152}, + [4783] = {.lex_state = 67}, + [4784] = {.lex_state = 0}, [4785] = {.lex_state = 0}, - [4786] = {.lex_state = 110}, + [4786] = {.lex_state = 205}, [4787] = {.lex_state = 0}, - [4788] = {.lex_state = 0}, - [4789] = {.lex_state = 0}, + [4788] = {.lex_state = 126}, + [4789] = {.lex_state = 205}, [4790] = {.lex_state = 0}, - [4791] = {.lex_state = 60}, + [4791] = {.lex_state = 64}, [4792] = {.lex_state = 0}, - [4793] = {.lex_state = 149}, + [4793] = {.lex_state = 126}, [4794] = {.lex_state = 0}, - [4795] = {.lex_state = 110}, - [4796] = {.lex_state = 60}, + [4795] = {.lex_state = 64}, + [4796] = {.lex_state = 0}, [4797] = {.lex_state = 0}, [4798] = {.lex_state = 0}, [4799] = {.lex_state = 0}, [4800] = {.lex_state = 0}, - [4801] = {.lex_state = 0}, + [4801] = {.lex_state = 205}, [4802] = {.lex_state = 0}, - [4803] = {.lex_state = 110}, + [4803] = {.lex_state = 0}, [4804] = {.lex_state = 0}, [4805] = {.lex_state = 0}, - [4806] = {.lex_state = 0}, - [4807] = {.lex_state = 60}, + [4806] = {.lex_state = 126}, + [4807] = {.lex_state = 205}, [4808] = {.lex_state = 0}, - [4809] = {.lex_state = 0}, - [4810] = {.lex_state = 110}, + [4809] = {.lex_state = 205}, + [4810] = {.lex_state = 67}, [4811] = {.lex_state = 0}, - [4812] = {.lex_state = 0}, - [4813] = {.lex_state = 0}, + [4812] = {.lex_state = 205}, + [4813] = {.lex_state = 205}, [4814] = {.lex_state = 0}, - [4815] = {.lex_state = 215}, - [4816] = {.lex_state = 0}, - [4817] = {.lex_state = 215}, - [4818] = {.lex_state = 110}, + [4815] = {.lex_state = 205}, + [4816] = {.lex_state = 205}, + [4817] = {.lex_state = 205}, + [4818] = {.lex_state = 205}, [4819] = {.lex_state = 0}, - [4820] = {.lex_state = 215}, + [4820] = {.lex_state = 0}, [4821] = {.lex_state = 0}, [4822] = {.lex_state = 0}, - [4823] = {.lex_state = 215}, + [4823] = {.lex_state = 126}, [4824] = {.lex_state = 0}, - [4825] = {.lex_state = 110}, + [4825] = {.lex_state = 56}, [4826] = {.lex_state = 0}, [4827] = {.lex_state = 0}, [4828] = {.lex_state = 0}, - [4829] = {.lex_state = 0}, + [4829] = {.lex_state = 56}, [4830] = {.lex_state = 0}, [4831] = {.lex_state = 0}, - [4832] = {.lex_state = 149}, + [4832] = {.lex_state = 0}, [4833] = {.lex_state = 0}, - [4834] = {.lex_state = 215}, - [4835] = {.lex_state = 215}, - [4836] = {.lex_state = 60}, - [4837] = {.lex_state = 0}, - [4838] = {.lex_state = 0}, - [4839] = {.lex_state = 0}, - [4840] = {.lex_state = 0}, - [4841] = {.lex_state = 0}, - [4842] = {.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}, - [4844] = {.lex_state = 60}, + [4844] = {.lex_state = 0}, [4845] = {.lex_state = 0}, - [4846] = {.lex_state = 152}, - [4847] = {.lex_state = 0}, - [4848] = {.lex_state = 0}, - [4849] = {.lex_state = 149}, + [4846] = {.lex_state = 126}, + [4847] = {.lex_state = 205}, + [4848] = {.lex_state = 56}, + [4849] = {.lex_state = 56}, [4850] = {.lex_state = 0}, - [4851] = {.lex_state = 0}, - [4852] = {.lex_state = 215}, - [4853] = {.lex_state = 0}, - [4854] = {.lex_state = 0}, - [4855] = {.lex_state = 60}, + [4851] = {.lex_state = 109}, + [4852] = {.lex_state = 0}, + [4853] = {.lex_state = 130}, + [4854] = {.lex_state = 56}, + [4855] = {.lex_state = 0}, [4856] = {.lex_state = 0}, [4857] = {.lex_state = 0}, - [4858] = {.lex_state = 0}, - [4859] = {.lex_state = 0}, - [4860] = {.lex_state = 0}, - [4861] = {.lex_state = 149}, - [4862] = {.lex_state = 0}, + [4858] = {.lex_state = 109}, + [4859] = {.lex_state = 126}, + [4860] = {.lex_state = 126}, + [4861] = {.lex_state = 0}, + [4862] = {.lex_state = 126}, [4863] = {.lex_state = 0}, - [4864] = {.lex_state = 0}, - [4865] = {.lex_state = 0}, - [4866] = {.lex_state = 60}, + [4864] = {.lex_state = 126}, + [4865] = {.lex_state = 205}, + [4866] = {.lex_state = 0}, [4867] = {.lex_state = 0}, - [4868] = {.lex_state = 60}, - [4869] = {.lex_state = 149}, - [4870] = {.lex_state = 60}, - [4871] = {.lex_state = 0}, - [4872] = {.lex_state = 0}, - [4873] = {.lex_state = 60}, - [4874] = {.lex_state = 110}, - [4875] = {.lex_state = 110}, - [4876] = {.lex_state = 110}, - [4877] = {.lex_state = 0}, - [4878] = {.lex_state = 0}, - [4879] = {.lex_state = 0}, + [4868] = {.lex_state = 126}, + [4869] = {.lex_state = 0}, + [4870] = {.lex_state = 0}, + [4871] = {.lex_state = 109}, + [4872] = {.lex_state = 56}, + [4873] = {.lex_state = 0}, + [4874] = {.lex_state = 0}, + [4875] = {.lex_state = 205}, + [4876] = {.lex_state = 0}, + [4877] = {.lex_state = 56}, + [4878] = {.lex_state = 109}, + [4879] = {.lex_state = 126}, [4880] = {.lex_state = 0}, - [4881] = {.lex_state = 0}, - [4882] = {.lex_state = 110}, + [4881] = {.lex_state = 109}, + [4882] = {.lex_state = 0}, [4883] = {.lex_state = 0}, - [4884] = {.lex_state = 110}, + [4884] = {.lex_state = 0}, [4885] = {.lex_state = 0}, [4886] = {.lex_state = 0}, [4887] = {.lex_state = 0}, - [4888] = {.lex_state = 0}, + [4888] = {.lex_state = 109}, [4889] = {.lex_state = 0}, - [4890] = {.lex_state = 0}, + [4890] = {.lex_state = 126}, [4891] = {.lex_state = 0}, - [4892] = {.lex_state = 149}, + [4892] = {.lex_state = 0}, [4893] = {.lex_state = 0}, - [4894] = {.lex_state = 0}, - [4895] = {.lex_state = 0}, - [4896] = {.lex_state = 0}, - [4897] = {.lex_state = 0}, + [4894] = {.lex_state = 205}, + [4895] = {.lex_state = 126}, + [4896] = {.lex_state = 56}, + [4897] = {.lex_state = 56}, [4898] = {.lex_state = 0}, - [4899] = {.lex_state = 0}, - [4900] = {.lex_state = 0}, - [4901] = {.lex_state = 0}, - [4902] = {.lex_state = 60}, - [4903] = {.lex_state = 215}, + [4899] = {.lex_state = 126}, + [4900] = {.lex_state = 56}, + [4901] = {.lex_state = 126}, + [4902] = {.lex_state = 56}, + [4903] = {.lex_state = 126}, [4904] = {.lex_state = 0}, - [4905] = {.lex_state = 110}, - [4906] = {.lex_state = 60}, - [4907] = {.lex_state = 110}, + [4905] = {.lex_state = 0}, + [4906] = {.lex_state = 0}, + [4907] = {.lex_state = 0}, [4908] = {.lex_state = 0}, [4909] = {.lex_state = 0}, - [4910] = {.lex_state = 60}, + [4910] = {.lex_state = 0}, [4911] = {.lex_state = 0}, [4912] = {.lex_state = 0}, [4913] = {.lex_state = 0}, [4914] = {.lex_state = 0}, - [4915] = {.lex_state = 149}, - [4916] = {.lex_state = 110}, - [4917] = {.lex_state = 110}, - [4918] = {.lex_state = 0}, - [4919] = {.lex_state = 60}, + [4915] = {.lex_state = 0}, + [4916] = {.lex_state = 0}, + [4917] = {.lex_state = 0}, + [4918] = {.lex_state = 205}, + [4919] = {.lex_state = 0}, [4920] = {.lex_state = 0}, - [4921] = {.lex_state = 0}, + [4921] = {.lex_state = 150}, [4922] = {.lex_state = 0}, - [4923] = {.lex_state = 215}, - [4924] = {.lex_state = 215}, - [4925] = {.lex_state = 60}, + [4923] = {.lex_state = 0}, + [4924] = {.lex_state = 0}, + [4925] = {.lex_state = 56}, [4926] = {.lex_state = 0}, - [4927] = {.lex_state = 60}, - [4928] = {.lex_state = 0}, + [4927] = {.lex_state = 205}, + [4928] = {.lex_state = 205}, [4929] = {.lex_state = 0}, [4930] = {.lex_state = 0}, - [4931] = {.lex_state = 215}, - [4932] = {.lex_state = 110}, - [4933] = {.lex_state = 0}, - [4934] = {.lex_state = 110}, - [4935] = {.lex_state = 0}, - [4936] = {.lex_state = 215}, - [4937] = {.lex_state = 110}, - [4938] = {.lex_state = 215}, + [4931] = {.lex_state = 0}, + [4932] = {.lex_state = 126}, + [4933] = {.lex_state = 150}, + [4934] = {.lex_state = 205}, + [4935] = {.lex_state = 109}, + [4936] = {.lex_state = 0}, + [4937] = {.lex_state = 109}, + [4938] = {.lex_state = 0}, [4939] = {.lex_state = 0}, - [4940] = {.lex_state = 215}, + [4940] = {.lex_state = 0}, [4941] = {.lex_state = 0}, [4942] = {.lex_state = 0}, - [4943] = {.lex_state = 215}, + [4943] = {.lex_state = 0}, [4944] = {.lex_state = 0}, - [4945] = {.lex_state = 215}, - [4946] = {.lex_state = 215}, - [4947] = {.lex_state = 0}, - [4948] = {.lex_state = 110}, + [4945] = {.lex_state = 0}, + [4946] = {.lex_state = 205}, + [4947] = {.lex_state = 109}, + [4948] = {.lex_state = 0}, [4949] = {.lex_state = 0}, - [4950] = {.lex_state = 0}, - [4951] = {.lex_state = 149}, + [4950] = {.lex_state = 126}, + [4951] = {.lex_state = 0}, [4952] = {.lex_state = 0}, - [4953] = {.lex_state = 149}, - [4954] = {.lex_state = 60}, - [4955] = {.lex_state = 215}, - [4956] = {.lex_state = 110}, - [4957] = {.lex_state = 110}, - [4958] = {.lex_state = 110}, - [4959] = {.lex_state = 149}, - [4960] = {.lex_state = 0}, - [4961] = {.lex_state = 0}, + [4953] = {.lex_state = 109}, + [4954] = {.lex_state = 0}, + [4955] = {.lex_state = 0}, + [4956] = {.lex_state = 205}, + [4957] = {.lex_state = 0}, + [4958] = {.lex_state = 205}, + [4959] = {.lex_state = 0}, + [4960] = {.lex_state = 205}, + [4961] = {.lex_state = 56}, [4962] = {.lex_state = 0}, [4963] = {.lex_state = 0}, - [4964] = {.lex_state = 0}, - [4965] = {.lex_state = 149}, - [4966] = {.lex_state = 215}, - [4967] = {.lex_state = 0}, + [4964] = {.lex_state = 126}, + [4965] = {.lex_state = 205}, + [4966] = {.lex_state = 0}, + [4967] = {.lex_state = 56}, [4968] = {.lex_state = 0}, - [4969] = {.lex_state = 149}, + [4969] = {.lex_state = 205}, [4970] = {.lex_state = 0}, [4971] = {.lex_state = 0}, - [4972] = {.lex_state = 0}, + [4972] = {.lex_state = 205}, [4973] = {.lex_state = 0}, - [4974] = {.lex_state = 0}, + [4974] = {.lex_state = 205}, [4975] = {.lex_state = 0}, - [4976] = {.lex_state = 149}, - [4977] = {.lex_state = 0}, + [4976] = {.lex_state = 0}, + [4977] = {.lex_state = 109}, [4978] = {.lex_state = 0}, - [4979] = {.lex_state = 0}, - [4980] = {.lex_state = 60}, - [4981] = {.lex_state = 110}, - [4982] = {.lex_state = 215}, - [4983] = {.lex_state = 215}, - [4984] = {.lex_state = 215}, - [4985] = {.lex_state = 215}, - [4986] = {.lex_state = 0}, - [4987] = {.lex_state = 60}, - [4988] = {.lex_state = 149}, - [4989] = {.lex_state = 215}, - [4990] = {.lex_state = 215}, - [4991] = {.lex_state = 149}, - [4992] = {.lex_state = 149}, + [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}, [4993] = {.lex_state = 0}, - [4994] = {.lex_state = 149}, - [4995] = {.lex_state = 60}, - [4996] = {.lex_state = 0}, + [4994] = {.lex_state = 0}, + [4995] = {.lex_state = 0}, + [4996] = {.lex_state = 126}, [4997] = {.lex_state = 0}, - [4998] = {.lex_state = 215}, - [4999] = {.lex_state = 215}, - [5000] = {.lex_state = 152}, - [5001] = {.lex_state = 0}, - [5002] = {.lex_state = 149}, + [4998] = {.lex_state = 0}, + [4999] = {.lex_state = 126}, + [5000] = {.lex_state = 56}, + [5001] = {.lex_state = 126}, + [5002] = {.lex_state = 126}, [5003] = {.lex_state = 0}, - [5004] = {.lex_state = 60}, - [5005] = {.lex_state = 215}, + [5004] = {.lex_state = 0}, + [5005] = {.lex_state = 0}, [5006] = {.lex_state = 0}, - [5007] = {.lex_state = 149}, - [5008] = {.lex_state = 0}, - [5009] = {.lex_state = 110}, - [5010] = {.lex_state = 0}, - [5011] = {.lex_state = 215}, - [5012] = {.lex_state = 152}, + [5007] = {.lex_state = 109}, + [5008] = {.lex_state = 109}, + [5009] = {.lex_state = 0}, + [5010] = {.lex_state = 56}, + [5011] = {.lex_state = 109}, + [5012] = {.lex_state = 0}, [5013] = {.lex_state = 0}, - [5014] = {.lex_state = 149}, + [5014] = {.lex_state = 0}, [5015] = {.lex_state = 0}, [5016] = {.lex_state = 0}, - [5017] = {.lex_state = 0}, + [5017] = {.lex_state = 56}, [5018] = {.lex_state = 0}, - [5019] = {.lex_state = 149}, - [5020] = {.lex_state = 0}, - [5021] = {.lex_state = 110}, + [5019] = {.lex_state = 109}, + [5020] = {.lex_state = 109}, + [5021] = {.lex_state = 0}, [5022] = {.lex_state = 0}, - [5023] = {.lex_state = 215}, + [5023] = {.lex_state = 0}, [5024] = {.lex_state = 0}, - [5025] = {.lex_state = 0}, - [5026] = {.lex_state = 149}, + [5025] = {.lex_state = 109}, + [5026] = {.lex_state = 109}, [5027] = {.lex_state = 0}, - [5028] = {.lex_state = 152}, - [5029] = {.lex_state = 0}, + [5028] = {.lex_state = 56}, + [5029] = {.lex_state = 109}, [5030] = {.lex_state = 0}, - [5031] = {.lex_state = 215}, - [5032] = {.lex_state = 215}, - [5033] = {.lex_state = 215}, + [5031] = {.lex_state = 0}, + [5032] = {.lex_state = 109}, + [5033] = {.lex_state = 0}, [5034] = {.lex_state = 0}, [5035] = {.lex_state = 0}, - [5036] = {.lex_state = 60}, - [5037] = {.lex_state = 149}, - [5038] = {.lex_state = 149}, - [5039] = {.lex_state = 215}, + [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 = 60}, + [5042] = {.lex_state = 0}, [5043] = {.lex_state = 0}, - [5044] = {.lex_state = 60}, + [5044] = {.lex_state = 0}, [5045] = {.lex_state = 0}, [5046] = {.lex_state = 0}, [5047] = {.lex_state = 0}, [5048] = {.lex_state = 0}, [5049] = {.lex_state = 0}, [5050] = {.lex_state = 0}, - [5051] = {.lex_state = 215}, - [5052] = {.lex_state = 215}, - [5053] = {.lex_state = 60}, - [5054] = {.lex_state = 60}, + [5051] = {.lex_state = 126}, + [5052] = {.lex_state = 109}, + [5053] = {.lex_state = 109}, + [5054] = {.lex_state = 56}, [5055] = {.lex_state = 0}, - [5056] = {.lex_state = 149}, - [5057] = {.lex_state = 149}, - [5058] = {.lex_state = 60}, - [5059] = {.lex_state = 149}, - [5060] = {.lex_state = 0}, - [5061] = {.lex_state = 0}, - [5062] = {.lex_state = 215}, - [5063] = {.lex_state = 215}, + [5056] = {.lex_state = 109}, + [5057] = {.lex_state = 205}, + [5058] = {.lex_state = 0}, + [5059] = {.lex_state = 0}, + [5060] = {.lex_state = 56}, + [5061] = {.lex_state = 56}, + [5062] = {.lex_state = 0}, + [5063] = {.lex_state = 0}, [5064] = {.lex_state = 0}, - [5065] = {.lex_state = 149}, - [5066] = {.lex_state = 215}, - [5067] = {.lex_state = 215}, + [5065] = {.lex_state = 0}, + [5066] = {.lex_state = 0}, + [5067] = {.lex_state = 0}, [5068] = {.lex_state = 0}, - [5069] = {.lex_state = 152}, - [5070] = {.lex_state = 215}, - [5071] = {.lex_state = 215}, - [5072] = {.lex_state = 215}, - [5073] = {.lex_state = 215}, + [5069] = {.lex_state = 0}, + [5070] = {.lex_state = 0}, + [5071] = {.lex_state = 0}, + [5072] = {.lex_state = 205}, + [5073] = {.lex_state = 0}, + [5074] = {.lex_state = 56}, + [5075] = {.lex_state = 150}, + [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}, + [5083] = {.lex_state = 0}, + [5084] = {.lex_state = 205}, + [5085] = {.lex_state = 0}, + [5086] = {.lex_state = 150}, + [5087] = {.lex_state = 205}, + [5088] = {.lex_state = 0}, + [5089] = {.lex_state = 0}, + [5090] = {.lex_state = 205}, + [5091] = {.lex_state = 0}, + [5092] = {.lex_state = 0}, + [5093] = {.lex_state = 0}, + [5094] = {.lex_state = 0}, + [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}, + [5104] = {.lex_state = 0}, + [5105] = {.lex_state = 0}, + [5106] = {.lex_state = 126}, + [5107] = {.lex_state = 0}, + [5108] = {.lex_state = 0}, + [5109] = {.lex_state = 126}, + [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}, + [5118] = {.lex_state = 0}, + [5119] = {.lex_state = 0}, + [5120] = {.lex_state = 126}, + [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}, + [5134] = {.lex_state = 0}, + [5135] = {.lex_state = 0}, + [5136] = {.lex_state = 126}, + [5137] = {.lex_state = 0}, + [5138] = {.lex_state = 56}, + [5139] = {.lex_state = 126}, + [5140] = {.lex_state = 0}, + [5141] = {.lex_state = 0}, + [5142] = {.lex_state = 0}, + [5143] = {.lex_state = 56}, + [5144] = {.lex_state = 0}, + [5145] = {.lex_state = 205}, + [5146] = {.lex_state = 56}, + [5147] = {.lex_state = 126}, + [5148] = {.lex_state = 0}, + [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}, + [5159] = {.lex_state = 126}, + [5160] = {.lex_state = 126}, + [5161] = {.lex_state = 150}, + [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}, + [5169] = {.lex_state = 0}, + [5170] = {.lex_state = 0}, + [5171] = {.lex_state = 126}, + [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}, + [5189] = {.lex_state = 0}, + [5190] = {.lex_state = 0}, + [5191] = {.lex_state = 150}, + [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}, + [5199] = {.lex_state = 0}, + [5200] = {.lex_state = 0}, + [5201] = {.lex_state = 126}, + [5202] = {.lex_state = 0}, + [5203] = {.lex_state = 56}, + [5204] = {.lex_state = 205}, + [5205] = {.lex_state = 205}, + [5206] = {.lex_state = 0}, + [5207] = {.lex_state = 0}, + [5208] = {.lex_state = 126}, + [5209] = {.lex_state = 0}, + [5210] = {.lex_state = 0}, + [5211] = {.lex_state = 0}, + [5212] = {.lex_state = 0}, + [5213] = {.lex_state = 0}, + [5214] = {.lex_state = 0}, + [5215] = {.lex_state = 205}, + [5216] = {.lex_state = 205}, + [5217] = {.lex_state = 126}, + [5218] = {.lex_state = 0}, + [5219] = {.lex_state = 56}, + [5220] = {.lex_state = 205}, + [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}, + [5235] = {.lex_state = 0}, + [5236] = {.lex_state = 126}, + [5237] = {.lex_state = 205}, + [5238] = {.lex_state = 0}, + [5239] = {.lex_state = 0}, + [5240] = {.lex_state = 56}, }; enum { @@ -24825,7 +24784,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_catch] = ACTIONS(1), [anon_sym_co_await] = ACTIONS(1), [anon_sym_new] = ACTIONS(1), - [sym_operator_name] = ACTIONS(1), + [anon_sym_DASH_GT_STAR] = ACTIONS(1), + [anon_sym_LBRACK_RBRACK] = ACTIONS(1), [sym_this] = ACTIONS(1), [sym_nullptr] = ACTIONS(1), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1), @@ -24918,117 +24878,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_literal] = ACTIONS(1), }, [1] = { - [sym_translation_unit] = STATE(4909), - [sym_preproc_include] = STATE(52), - [sym_preproc_def] = STATE(52), - [sym_preproc_function_def] = STATE(52), - [sym_preproc_call] = STATE(52), - [sym_preproc_if] = STATE(52), - [sym_preproc_ifdef] = STATE(52), - [sym_function_definition] = STATE(52), - [sym_declaration] = STATE(52), - [sym_type_definition] = STATE(52), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3121), - [sym_linkage_specification] = STATE(52), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1072), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3593), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(52), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1356), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_statement] = STATE(52), - [sym_labeled_statement] = STATE(52), - [sym_expression_statement] = STATE(52), - [sym_if_statement] = STATE(52), - [sym_switch_statement] = STATE(52), - [sym_case_statement] = STATE(52), - [sym_while_statement] = STATE(52), - [sym_do_statement] = STATE(52), - [sym_for_statement] = STATE(52), - [sym_return_statement] = STATE(52), - [sym_break_statement] = STATE(52), - [sym_continue_statement] = STATE(52), - [sym_goto_statement] = STATE(52), - [sym__expression] = STATE(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(52), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(831), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(52), - [sym_template_instantiation] = STATE(52), - [sym_operator_cast] = STATE(3991), - [sym__constructor_specifiers] = STATE(831), - [sym_operator_cast_definition] = STATE(52), - [sym_operator_cast_declaration] = STATE(52), - [sym_constructor_or_destructor_definition] = STATE(52), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [sym_namespace_definition] = STATE(52), - [sym_using_declaration] = STATE(52), - [sym_alias_declaration] = STATE(52), - [sym_static_assert_declaration] = STATE(52), - [sym_for_range_loop] = STATE(52), - [sym_co_return_statement] = STATE(52), - [sym_co_yield_statement] = STATE(52), - [sym_throw_statement] = STATE(52), - [sym_try_statement] = STATE(52), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3991), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(52), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(52), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(987), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(831), + [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), [ts_builtin_sym_end] = ACTIONS(5), [sym_identifier] = ACTIONS(7), [aux_sym_preproc_include_token1] = ACTIONS(9), @@ -25126,408 +25087,99 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_try] = ACTIONS(133), [anon_sym_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), - [sym_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(141), - [aux_sym_alone_macro_call_token1] = ACTIONS(143), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(139), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, [2] = { - [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(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(37), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(37), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2699), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4084), - [sym_initializer_pair] = STATE(4084), - [sym_subscript_designator] = STATE(3825), - [sym_field_designator] = STATE(3825), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(37), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(37), - [sym_template_instantiation] = STATE(37), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(37), - [sym_operator_cast_declaration] = STATE(37), - [sym_constructor_or_destructor_definition] = STATE(37), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(37), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(37), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_initializer_pair_repeat1] = STATE(3825), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [anon_sym_COMMA] = ACTIONS(157), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), - [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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), - [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(171), - [anon_sym_RBRACE] = ACTIONS(173), - [anon_sym_LBRACK] = ACTIONS(175), - [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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(199), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(201), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_operator_name] = ACTIONS(139), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(217), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), - }, - [3] = { [sym_preproc_include] = STATE(32), [sym_preproc_def] = STATE(32), [sym_preproc_function_def] = STATE(32), @@ -25537,28 +25189,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_function_definition] = STATE(32), [sym_declaration] = STATE(32), [sym_type_definition] = STATE(32), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3112), + [sym__declaration_modifiers] = STATE(1295), + [sym__declaration_specifiers] = STATE(2900), [sym_linkage_specification] = STATE(32), - [sym_attribute_specifier] = STATE(1257), + [sym_attribute_specifier] = STATE(1295), [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), + [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(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), + [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), @@ -25572,46 +25224,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(32), [sym_continue_statement] = STATE(32), [sym_goto_statement] = STATE(32), - [sym__expression] = STATE(2699), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4084), - [sym_initializer_pair] = STATE(4084), - [sym_subscript_designator] = STATE(3825), - [sym_field_designator] = STATE(3825), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), + [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(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), + [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(3948), - [sym__constructor_specifiers] = STATE(876), + [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(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), + [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), @@ -25621,344 +25273,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_co_yield_statement] = STATE(32), [sym_throw_statement] = STATE(32), [sym_try_statement] = STATE(32), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), + [sym_co_await_expression] = STATE(2685), + [sym_new_expression] = STATE(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(2209), - [sym_macro_annotation] = STATE(1266), + [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(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_initializer_pair_repeat1] = STATE(3825), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [anon_sym_COMMA] = ACTIONS(157), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), - [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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), - [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(171), - [anon_sym_RBRACE] = ACTIONS(221), - [anon_sym_LBRACK] = ACTIONS(175), - [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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(199), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(201), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_operator_name] = ACTIONS(139), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(223), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), - }, - [4] = { - [sym_preproc_include] = STATE(35), - [sym_preproc_def] = STATE(35), - [sym_preproc_function_def] = STATE(35), - [sym_preproc_call] = STATE(35), - [sym_preproc_if] = STATE(35), - [sym_preproc_ifdef] = STATE(35), - [sym_function_definition] = STATE(35), - [sym_declaration] = STATE(35), - [sym_type_definition] = STATE(35), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(35), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(35), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_statement] = STATE(35), - [sym_labeled_statement] = STATE(35), - [sym_expression_statement] = STATE(35), - [sym_if_statement] = STATE(35), - [sym_switch_statement] = STATE(35), - [sym_case_statement] = STATE(35), - [sym_while_statement] = STATE(35), - [sym_do_statement] = STATE(35), - [sym_for_statement] = STATE(35), - [sym_return_statement] = STATE(35), - [sym_break_statement] = STATE(35), - [sym_continue_statement] = STATE(35), - [sym_goto_statement] = STATE(35), - [sym__expression] = STATE(2699), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4084), - [sym_initializer_pair] = STATE(4084), - [sym_subscript_designator] = STATE(3825), - [sym_field_designator] = STATE(3825), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(35), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(35), - [sym_template_instantiation] = STATE(35), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(35), - [sym_operator_cast_declaration] = STATE(35), - [sym_constructor_or_destructor_definition] = STATE(35), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [sym_namespace_definition] = STATE(35), - [sym_using_declaration] = STATE(35), - [sym_alias_declaration] = STATE(35), - [sym_static_assert_declaration] = STATE(35), - [sym_for_range_loop] = STATE(35), - [sym_co_return_statement] = STATE(35), - [sym_co_yield_statement] = STATE(35), - [sym_throw_statement] = STATE(35), - [sym_try_statement] = STATE(35), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(35), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(35), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_initializer_pair_repeat1] = STATE(3825), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [anon_sym_COMMA] = ACTIONS(157), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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_identifier] = ACTIONS(149), + [aux_sym_preproc_include_token1] = ACTIONS(151), + [aux_sym_preproc_def_token1] = ACTIONS(153), + [anon_sym_COMMA] = ACTIONS(155), + [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), @@ -25967,9 +25312,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -25981,9 +25326,9 @@ 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(171), - [anon_sym_RBRACE] = ACTIONS(225), - [anon_sym_LBRACK] = ACTIONS(175), + [anon_sym_LBRACE] = ACTIONS(169), + [anon_sym_RBRACE] = ACTIONS(171), + [anon_sym_LBRACK] = ACTIONS(173), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -26003,21 +25348,21 @@ 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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), - [anon_sym_DOT] = ACTIONS(199), + [anon_sym_DOT] = ACTIONS(197), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -26038,112 +25383,111 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(227), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [5] = { + [3] = { [sym_preproc_include] = STATE(50), [sym_preproc_def] = STATE(50), [sym_preproc_function_def] = STATE(50), @@ -26153,28 +25497,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_function_definition] = STATE(50), [sym_declaration] = STATE(50), [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3112), + [sym__declaration_modifiers] = STATE(1295), + [sym__declaration_specifiers] = STATE(2900), [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(1257), + [sym_attribute_specifier] = STATE(1295), [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), + [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(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), + [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), @@ -26188,46 +25532,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(50), [sym_continue_statement] = STATE(50), [sym_goto_statement] = STATE(50), - [sym__expression] = STATE(2699), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4084), - [sym_initializer_pair] = STATE(4084), - [sym_subscript_designator] = STATE(3825), - [sym_field_designator] = STATE(3825), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), + [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(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), + [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(3948), - [sym__constructor_specifiers] = STATE(876), + [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(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), + [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), @@ -26237,36 +25581,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_co_yield_statement] = STATE(50), [sym_throw_statement] = STATE(50), [sym_try_statement] = STATE(50), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), + [sym_co_await_expression] = STATE(2685), + [sym_new_expression] = STATE(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(2209), - [sym_macro_annotation] = STATE(1266), + [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(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_initializer_pair_repeat1] = STATE(3825), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [anon_sym_COMMA] = ACTIONS(157), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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_identifier] = ACTIONS(149), + [aux_sym_preproc_include_token1] = ACTIONS(151), + [aux_sym_preproc_def_token1] = ACTIONS(153), + [anon_sym_COMMA] = ACTIONS(155), + [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), @@ -26275,9 +25620,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -26289,9 +25634,9 @@ 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(171), - [anon_sym_RBRACE] = ACTIONS(229), - [anon_sym_LBRACK] = ACTIONS(175), + [anon_sym_LBRACE] = ACTIONS(169), + [anon_sym_RBRACE] = ACTIONS(219), + [anon_sym_LBRACK] = ACTIONS(173), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -26311,21 +25656,21 @@ 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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), - [anon_sym_DOT] = ACTIONS(199), + [anon_sym_DOT] = ACTIONS(197), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -26346,235 +25691,235 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(231), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [6] = { - [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(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(66), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(66), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2699), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4084), - [sym_initializer_pair] = STATE(4084), - [sym_subscript_designator] = STATE(3825), - [sym_field_designator] = STATE(3825), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(66), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(66), - [sym_template_instantiation] = STATE(66), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(66), - [sym_operator_cast_declaration] = STATE(66), - [sym_constructor_or_destructor_definition] = STATE(66), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(66), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(66), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_initializer_pair_repeat1] = STATE(3825), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [anon_sym_COMMA] = ACTIONS(157), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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_identifier] = ACTIONS(149), + [aux_sym_preproc_include_token1] = ACTIONS(151), + [aux_sym_preproc_def_token1] = ACTIONS(153), + [anon_sym_COMMA] = ACTIONS(155), + [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), @@ -26583,9 +25928,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -26597,9 +25942,9 @@ 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(171), - [anon_sym_RBRACE] = ACTIONS(233), - [anon_sym_LBRACK] = ACTIONS(175), + [anon_sym_LBRACE] = ACTIONS(169), + [anon_sym_RBRACE] = ACTIONS(223), + [anon_sym_LBRACK] = ACTIONS(173), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -26619,21 +25964,21 @@ 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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), - [anon_sym_DOT] = ACTIONS(199), + [anon_sym_DOT] = ACTIONS(197), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -26654,235 +25999,235 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(235), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(225), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [7] = { - [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(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(53), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(53), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2699), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4084), - [sym_initializer_pair] = STATE(4084), - [sym_subscript_designator] = STATE(3825), - [sym_field_designator] = STATE(3825), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(53), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(53), - [sym_template_instantiation] = STATE(53), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(53), - [sym_operator_cast_declaration] = STATE(53), - [sym_constructor_or_destructor_definition] = STATE(53), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(53), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(53), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_initializer_pair_repeat1] = STATE(3825), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [anon_sym_COMMA] = ACTIONS(157), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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_identifier] = ACTIONS(149), + [aux_sym_preproc_include_token1] = ACTIONS(151), + [aux_sym_preproc_def_token1] = ACTIONS(153), + [anon_sym_COMMA] = ACTIONS(155), + [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), @@ -26891,9 +26236,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -26905,9 +26250,9 @@ 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(171), - [anon_sym_RBRACE] = ACTIONS(237), - [anon_sym_LBRACK] = ACTIONS(175), + [anon_sym_LBRACE] = ACTIONS(169), + [anon_sym_RBRACE] = ACTIONS(227), + [anon_sym_LBRACK] = ACTIONS(173), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -26927,21 +26272,21 @@ 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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), - [anon_sym_DOT] = ACTIONS(199), + [anon_sym_DOT] = ACTIONS(197), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -26962,112 +26307,111 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(239), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [8] = { + [6] = { [sym_preproc_include] = STATE(50), [sym_preproc_def] = STATE(50), [sym_preproc_function_def] = STATE(50), @@ -27077,28 +26421,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_function_definition] = STATE(50), [sym_declaration] = STATE(50), [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3112), + [sym__declaration_modifiers] = STATE(1295), + [sym__declaration_specifiers] = STATE(2900), [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(1257), + [sym_attribute_specifier] = STATE(1295), [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), + [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(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), + [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), @@ -27112,46 +26456,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(50), [sym_continue_statement] = STATE(50), [sym_goto_statement] = STATE(50), - [sym__expression] = STATE(2699), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4084), - [sym_initializer_pair] = STATE(4084), - [sym_subscript_designator] = STATE(3825), - [sym_field_designator] = STATE(3825), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), + [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(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), + [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(3948), - [sym__constructor_specifiers] = STATE(876), + [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(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), + [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), @@ -27161,36 +26505,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_co_yield_statement] = STATE(50), [sym_throw_statement] = STATE(50), [sym_try_statement] = STATE(50), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), + [sym_co_await_expression] = STATE(2685), + [sym_new_expression] = STATE(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(2209), - [sym_macro_annotation] = STATE(1266), + [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(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_initializer_pair_repeat1] = STATE(3825), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [anon_sym_COMMA] = ACTIONS(157), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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_identifier] = ACTIONS(149), + [aux_sym_preproc_include_token1] = ACTIONS(151), + [aux_sym_preproc_def_token1] = ACTIONS(153), + [anon_sym_COMMA] = ACTIONS(155), + [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), @@ -27199,9 +26544,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -27213,9 +26558,9 @@ 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(171), - [anon_sym_RBRACE] = ACTIONS(241), - [anon_sym_LBRACK] = ACTIONS(175), + [anon_sym_LBRACE] = ACTIONS(169), + [anon_sym_RBRACE] = ACTIONS(231), + [anon_sym_LBRACK] = ACTIONS(173), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -27235,21 +26580,21 @@ 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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), - [anon_sym_DOT] = ACTIONS(199), + [anon_sym_DOT] = ACTIONS(197), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -27270,235 +26615,235 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(231), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [9] = { - [sym_preproc_include] = STATE(42), - [sym_preproc_def] = STATE(42), - [sym_preproc_function_def] = STATE(42), - [sym_preproc_call] = STATE(42), - [sym_preproc_if] = STATE(42), - [sym_preproc_ifdef] = STATE(42), - [sym_function_definition] = STATE(42), - [sym_declaration] = STATE(42), - [sym_type_definition] = STATE(42), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(42), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(42), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_statement] = STATE(42), - [sym_labeled_statement] = STATE(42), - [sym_expression_statement] = STATE(42), - [sym_if_statement] = STATE(42), - [sym_switch_statement] = STATE(42), - [sym_case_statement] = STATE(42), - [sym_while_statement] = STATE(42), - [sym_do_statement] = STATE(42), - [sym_for_statement] = STATE(42), - [sym_return_statement] = STATE(42), - [sym_break_statement] = STATE(42), - [sym_continue_statement] = STATE(42), - [sym_goto_statement] = STATE(42), - [sym__expression] = STATE(2699), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4084), - [sym_initializer_pair] = STATE(4084), - [sym_subscript_designator] = STATE(3825), - [sym_field_designator] = STATE(3825), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(42), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(42), - [sym_template_instantiation] = STATE(42), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(42), - [sym_operator_cast_declaration] = STATE(42), - [sym_constructor_or_destructor_definition] = STATE(42), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [sym_namespace_definition] = STATE(42), - [sym_using_declaration] = STATE(42), - [sym_alias_declaration] = STATE(42), - [sym_static_assert_declaration] = STATE(42), - [sym_for_range_loop] = STATE(42), - [sym_co_return_statement] = STATE(42), - [sym_co_yield_statement] = STATE(42), - [sym_throw_statement] = STATE(42), - [sym_try_statement] = STATE(42), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(42), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(42), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_initializer_pair_repeat1] = STATE(3825), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [anon_sym_COMMA] = ACTIONS(157), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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_identifier] = ACTIONS(149), + [aux_sym_preproc_include_token1] = ACTIONS(151), + [aux_sym_preproc_def_token1] = ACTIONS(153), + [anon_sym_COMMA] = ACTIONS(155), + [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), @@ -27507,9 +26852,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -27521,9 +26866,9 @@ 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(171), - [anon_sym_RBRACE] = ACTIONS(243), - [anon_sym_LBRACK] = ACTIONS(175), + [anon_sym_LBRACE] = ACTIONS(169), + [anon_sym_RBRACE] = ACTIONS(233), + [anon_sym_LBRACK] = ACTIONS(173), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -27543,21 +26888,21 @@ 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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), - [anon_sym_DOT] = ACTIONS(199), + [anon_sym_DOT] = ACTIONS(197), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -27578,234 +26923,235 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(245), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(235), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [10] = { - [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(4689), - [sym_preproc_elif] = STATE(4689), - [sym_function_definition] = STATE(21), - [sym_declaration] = STATE(21), - [sym_type_definition] = STATE(21), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3105), - [sym_linkage_specification] = STATE(21), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1073), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3627), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(21), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1366), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(21), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(909), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(21), - [sym_template_instantiation] = STATE(21), - [sym_operator_cast] = STATE(3983), - [sym__constructor_specifiers] = STATE(909), - [sym_operator_cast_definition] = STATE(21), - [sym_operator_cast_declaration] = STATE(21), - [sym_constructor_or_destructor_definition] = STATE(21), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3983), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(21), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1016), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(909), - [sym_identifier] = ACTIONS(247), - [aux_sym_preproc_include_token1] = ACTIONS(249), - [aux_sym_preproc_def_token1] = ACTIONS(251), - [aux_sym_preproc_if_token1] = ACTIONS(253), - [aux_sym_preproc_if_token2] = ACTIONS(255), - [aux_sym_preproc_ifdef_token1] = ACTIONS(257), - [aux_sym_preproc_ifdef_token2] = ACTIONS(257), - [aux_sym_preproc_else_token1] = ACTIONS(259), - [aux_sym_preproc_elif_token1] = ACTIONS(261), - [sym_preproc_directive] = ACTIONS(263), + [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_identifier] = ACTIONS(149), + [aux_sym_preproc_include_token1] = ACTIONS(151), + [aux_sym_preproc_def_token1] = ACTIONS(153), + [anon_sym_COMMA] = ACTIONS(155), + [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), @@ -27814,9 +27160,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(265), - [anon_sym_typedef] = ACTIONS(267), - [anon_sym_extern] = ACTIONS(269), + [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), @@ -27828,8 +27174,9 @@ 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(271), - [anon_sym_LBRACK] = ACTIONS(53), + [anon_sym_LBRACE] = ACTIONS(169), + [anon_sym_RBRACE] = ACTIONS(237), + [anon_sym_LBRACK] = ACTIONS(173), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -27849,20 +27196,21 @@ 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(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), + [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), + [anon_sym_DOT] = ACTIONS(197), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -27883,539 +27231,235 @@ 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(295), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_namespace] = ACTIONS(299), - [anon_sym_using] = ACTIONS(301), - [anon_sym_static_assert] = ACTIONS(303), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(311), - [aux_sym_alone_macro_call_token1] = ACTIONS(313), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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(5009), - [sym_preproc_elif] = STATE(5009), - [sym_function_definition] = STATE(28), - [sym_declaration] = STATE(28), - [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3105), - [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1073), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3627), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1366), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(28), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(909), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(28), - [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(3983), - [sym__constructor_specifiers] = STATE(909), - [sym_operator_cast_definition] = STATE(28), - [sym_operator_cast_declaration] = STATE(28), - [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3983), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(28), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1016), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(909), - [sym_identifier] = ACTIONS(247), - [aux_sym_preproc_include_token1] = ACTIONS(249), - [aux_sym_preproc_def_token1] = ACTIONS(251), - [aux_sym_preproc_if_token1] = ACTIONS(253), - [aux_sym_preproc_if_token2] = ACTIONS(315), - [aux_sym_preproc_ifdef_token1] = ACTIONS(257), - [aux_sym_preproc_ifdef_token2] = ACTIONS(257), - [aux_sym_preproc_else_token1] = ACTIONS(259), - [aux_sym_preproc_elif_token1] = ACTIONS(261), - [sym_preproc_directive] = ACTIONS(263), - [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(265), - [anon_sym_typedef] = ACTIONS(267), - [anon_sym_extern] = ACTIONS(269), - [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(271), - [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(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(295), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_namespace] = ACTIONS(299), - [anon_sym_using] = ACTIONS(301), - [anon_sym_static_assert] = ACTIONS(303), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_operator_name] = ACTIONS(139), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(317), - [aux_sym_alone_macro_call_token1] = ACTIONS(313), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), - }, - [12] = { - [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(5021), - [sym_preproc_elif] = STATE(5021), - [sym_function_definition] = STATE(27), - [sym_declaration] = STATE(27), - [sym_type_definition] = STATE(27), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3105), - [sym_linkage_specification] = STATE(27), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1073), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3627), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(27), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1366), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(27), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(909), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(27), - [sym_template_instantiation] = STATE(27), - [sym_operator_cast] = STATE(3983), - [sym__constructor_specifiers] = STATE(909), - [sym_operator_cast_definition] = STATE(27), - [sym_operator_cast_declaration] = STATE(27), - [sym_constructor_or_destructor_definition] = STATE(27), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3983), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(27), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(27), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1016), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(909), - [sym_identifier] = ACTIONS(247), - [aux_sym_preproc_include_token1] = ACTIONS(249), - [aux_sym_preproc_def_token1] = ACTIONS(251), - [aux_sym_preproc_if_token1] = ACTIONS(253), - [aux_sym_preproc_if_token2] = ACTIONS(319), - [aux_sym_preproc_ifdef_token1] = ACTIONS(257), - [aux_sym_preproc_ifdef_token2] = ACTIONS(257), - [aux_sym_preproc_else_token1] = ACTIONS(259), - [aux_sym_preproc_elif_token1] = ACTIONS(261), - [sym_preproc_directive] = ACTIONS(263), + [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_identifier] = ACTIONS(149), + [aux_sym_preproc_include_token1] = ACTIONS(151), + [aux_sym_preproc_def_token1] = ACTIONS(153), + [anon_sym_COMMA] = ACTIONS(155), + [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), @@ -28424,9 +27468,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(265), - [anon_sym_typedef] = ACTIONS(267), - [anon_sym_extern] = ACTIONS(269), + [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), @@ -28438,8 +27482,9 @@ 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(271), - [anon_sym_LBRACK] = ACTIONS(53), + [anon_sym_LBRACE] = ACTIONS(169), + [anon_sym_RBRACE] = ACTIONS(241), + [anon_sym_LBRACK] = ACTIONS(173), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -28459,20 +27504,21 @@ 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(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), + [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), + [anon_sym_DOT] = ACTIONS(197), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -28493,145 +27539,144 @@ 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(295), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_namespace] = ACTIONS(299), - [anon_sym_using] = ACTIONS(301), - [anon_sym_static_assert] = ACTIONS(303), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(321), - [aux_sym_alone_macro_call_token1] = ACTIONS(313), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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] = { + [10] = { [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(4786), - [sym_preproc_elif] = STATE(4786), + [sym_preproc_else] = STATE(5008), + [sym_preproc_elif] = STATE(5008), [sym_function_definition] = STATE(28), [sym_declaration] = STATE(28), [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3105), + [sym__declaration_modifiers] = STATE(1295), + [sym__declaration_specifiers] = STATE(2950), [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1257), + [sym_attribute_specifier] = STATE(1295), [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1073), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3627), - [sym_array_declarator] = STATE(3583), + [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(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1366), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), + [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), @@ -28645,42 +27690,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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), + [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(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(909), - [sym_dependent_type] = STATE(1323), + [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(3983), - [sym__constructor_specifiers] = STATE(909), + [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(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), + [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), @@ -28690,37 +27735,38 @@ 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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3983), - [sym_user_defined_literal] = STATE(2663), + [sym_co_await_expression] = STATE(2685), + [sym_new_expression] = STATE(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(2209), - [sym_macro_annotation] = STATE(1266), + [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(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1016), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(909), - [sym_identifier] = ACTIONS(247), - [aux_sym_preproc_include_token1] = ACTIONS(249), - [aux_sym_preproc_def_token1] = ACTIONS(251), - [aux_sym_preproc_if_token1] = ACTIONS(253), - [aux_sym_preproc_if_token2] = ACTIONS(323), - [aux_sym_preproc_ifdef_token1] = ACTIONS(257), - [aux_sym_preproc_ifdef_token2] = ACTIONS(257), - [aux_sym_preproc_else_token1] = ACTIONS(259), - [aux_sym_preproc_elif_token1] = ACTIONS(261), - [sym_preproc_directive] = ACTIONS(263), + [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(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), @@ -28729,9 +27775,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(265), - [anon_sym_typedef] = ACTIONS(267), - [anon_sym_extern] = ACTIONS(269), + [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), @@ -28743,7 +27789,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(271), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -28764,17 +27810,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(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), + [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), @@ -28798,145 +27844,144 @@ 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(295), + [anon_sym_template] = ACTIONS(293), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_namespace] = ACTIONS(299), - [anon_sym_using] = ACTIONS(301), - [anon_sym_static_assert] = ACTIONS(303), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(317), - [aux_sym_alone_macro_call_token1] = ACTIONS(313), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [14] = { + [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(4803), - [sym_preproc_elif] = STATE(4803), + [sym_preproc_else] = STATE(4878), + [sym_preproc_elif] = STATE(4878), [sym_function_definition] = STATE(28), [sym_declaration] = STATE(28), [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3105), + [sym__declaration_modifiers] = STATE(1295), + [sym__declaration_specifiers] = STATE(2950), [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1257), + [sym_attribute_specifier] = STATE(1295), [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1073), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3627), - [sym_array_declarator] = STATE(3583), + [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(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1366), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), + [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), @@ -28950,42 +27995,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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), + [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(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(909), - [sym_dependent_type] = STATE(1323), + [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(3983), - [sym__constructor_specifiers] = STATE(909), + [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(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), + [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), @@ -28995,37 +28040,38 @@ 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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3983), - [sym_user_defined_literal] = STATE(2663), + [sym_co_await_expression] = STATE(2685), + [sym_new_expression] = STATE(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(2209), - [sym_macro_annotation] = STATE(1266), + [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(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1016), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(909), - [sym_identifier] = ACTIONS(247), - [aux_sym_preproc_include_token1] = ACTIONS(249), - [aux_sym_preproc_def_token1] = ACTIONS(251), - [aux_sym_preproc_if_token1] = ACTIONS(253), - [aux_sym_preproc_if_token2] = ACTIONS(325), - [aux_sym_preproc_ifdef_token1] = ACTIONS(257), - [aux_sym_preproc_ifdef_token2] = ACTIONS(257), - [aux_sym_preproc_else_token1] = ACTIONS(259), - [aux_sym_preproc_elif_token1] = ACTIONS(261), - [sym_preproc_directive] = ACTIONS(263), + [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(313), + [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), @@ -29034,9 +28080,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(265), - [anon_sym_typedef] = ACTIONS(267), - [anon_sym_extern] = ACTIONS(269), + [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), @@ -29048,7 +28094,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(271), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -29069,17 +28115,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(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), + [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), @@ -29103,234 +28149,234 @@ 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(295), + [anon_sym_template] = ACTIONS(293), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_namespace] = ACTIONS(299), - [anon_sym_using] = ACTIONS(301), - [anon_sym_static_assert] = ACTIONS(303), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(317), - [aux_sym_alone_macro_call_token1] = ACTIONS(313), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [15] = { - [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(4948), - [sym_preproc_elif] = STATE(4948), - [sym_function_definition] = STATE(11), - [sym_declaration] = STATE(11), - [sym_type_definition] = STATE(11), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3105), - [sym_linkage_specification] = STATE(11), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1073), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3627), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(11), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1366), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(11), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(909), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(11), - [sym_template_instantiation] = STATE(11), - [sym_operator_cast] = STATE(3983), - [sym__constructor_specifiers] = STATE(909), - [sym_operator_cast_definition] = STATE(11), - [sym_operator_cast_declaration] = STATE(11), - [sym_constructor_or_destructor_definition] = STATE(11), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3983), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(11), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(11), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1016), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(909), - [sym_identifier] = ACTIONS(247), - [aux_sym_preproc_include_token1] = ACTIONS(249), - [aux_sym_preproc_def_token1] = ACTIONS(251), - [aux_sym_preproc_if_token1] = ACTIONS(253), - [aux_sym_preproc_if_token2] = ACTIONS(327), - [aux_sym_preproc_ifdef_token1] = ACTIONS(257), - [aux_sym_preproc_ifdef_token2] = ACTIONS(257), - [aux_sym_preproc_else_token1] = ACTIONS(259), - [aux_sym_preproc_elif_token1] = ACTIONS(261), - [sym_preproc_directive] = ACTIONS(263), + [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), + [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_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_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), @@ -29339,9 +28385,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(265), - [anon_sym_typedef] = ACTIONS(267), - [anon_sym_extern] = ACTIONS(269), + [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), @@ -29353,7 +28399,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(271), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -29374,17 +28420,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(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), + [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), @@ -29408,234 +28454,234 @@ 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(295), + [anon_sym_template] = ACTIONS(293), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_namespace] = ACTIONS(299), - [anon_sym_using] = ACTIONS(301), - [anon_sym_static_assert] = ACTIONS(303), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(329), - [aux_sym_alone_macro_call_token1] = ACTIONS(313), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(317), + [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), }, - [16] = { - [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(4874), - [sym_preproc_elif] = STATE(4874), - [sym_function_definition] = STATE(24), - [sym_declaration] = STATE(24), - [sym_type_definition] = STATE(24), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3105), - [sym_linkage_specification] = STATE(24), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1073), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3627), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(24), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1366), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(24), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(909), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(24), - [sym_template_instantiation] = STATE(24), - [sym_operator_cast] = STATE(3983), - [sym__constructor_specifiers] = STATE(909), - [sym_operator_cast_definition] = STATE(24), - [sym_operator_cast_declaration] = STATE(24), - [sym_constructor_or_destructor_definition] = STATE(24), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3983), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(24), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(24), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1016), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(909), - [sym_identifier] = ACTIONS(247), - [aux_sym_preproc_include_token1] = ACTIONS(249), - [aux_sym_preproc_def_token1] = ACTIONS(251), - [aux_sym_preproc_if_token1] = ACTIONS(253), - [aux_sym_preproc_if_token2] = ACTIONS(331), - [aux_sym_preproc_ifdef_token1] = ACTIONS(257), - [aux_sym_preproc_ifdef_token2] = ACTIONS(257), - [aux_sym_preproc_else_token1] = ACTIONS(259), - [aux_sym_preproc_elif_token1] = ACTIONS(261), - [sym_preproc_directive] = ACTIONS(263), + [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), + [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_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_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), @@ -29644,9 +28690,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(265), - [anon_sym_typedef] = ACTIONS(267), - [anon_sym_extern] = ACTIONS(269), + [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), @@ -29658,7 +28704,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(271), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -29679,17 +28725,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(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), + [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), @@ -29713,234 +28759,234 @@ 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(295), + [anon_sym_template] = ACTIONS(293), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_namespace] = ACTIONS(299), - [anon_sym_using] = ACTIONS(301), - [anon_sym_static_assert] = ACTIONS(303), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(333), - [aux_sym_alone_macro_call_token1] = ACTIONS(313), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(321), + [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), }, - [17] = { - [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(4657), - [sym_preproc_elif] = STATE(4657), - [sym_function_definition] = STATE(13), - [sym_declaration] = STATE(13), - [sym_type_definition] = STATE(13), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3105), - [sym_linkage_specification] = STATE(13), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1073), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3627), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(13), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1366), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(13), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(909), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(13), - [sym_template_instantiation] = STATE(13), - [sym_operator_cast] = STATE(3983), - [sym__constructor_specifiers] = STATE(909), - [sym_operator_cast_definition] = STATE(13), - [sym_operator_cast_declaration] = STATE(13), - [sym_constructor_or_destructor_definition] = STATE(13), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3983), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(13), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(13), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1016), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(909), - [sym_identifier] = ACTIONS(247), - [aux_sym_preproc_include_token1] = ACTIONS(249), - [aux_sym_preproc_def_token1] = ACTIONS(251), - [aux_sym_preproc_if_token1] = ACTIONS(253), - [aux_sym_preproc_if_token2] = ACTIONS(335), - [aux_sym_preproc_ifdef_token1] = ACTIONS(257), - [aux_sym_preproc_ifdef_token2] = ACTIONS(257), - [aux_sym_preproc_else_token1] = ACTIONS(259), - [aux_sym_preproc_elif_token1] = ACTIONS(261), - [sym_preproc_directive] = ACTIONS(263), + [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), + [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_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_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), @@ -29949,9 +28995,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(265), - [anon_sym_typedef] = ACTIONS(267), - [anon_sym_extern] = ACTIONS(269), + [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), @@ -29963,7 +29009,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(271), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -29984,17 +29030,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(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), + [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), @@ -30018,234 +29064,234 @@ 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(295), + [anon_sym_template] = ACTIONS(293), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_namespace] = ACTIONS(299), - [anon_sym_using] = ACTIONS(301), - [anon_sym_static_assert] = ACTIONS(303), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(337), - [aux_sym_alone_macro_call_token1] = ACTIONS(313), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(325), + [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), }, - [18] = { - [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(4956), - [sym_preproc_elif] = STATE(4956), - [sym_function_definition] = STATE(19), - [sym_declaration] = STATE(19), - [sym_type_definition] = STATE(19), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3105), - [sym_linkage_specification] = STATE(19), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1073), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3627), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(19), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1366), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(19), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(909), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(19), - [sym_template_instantiation] = STATE(19), - [sym_operator_cast] = STATE(3983), - [sym__constructor_specifiers] = STATE(909), - [sym_operator_cast_definition] = STATE(19), - [sym_operator_cast_declaration] = STATE(19), - [sym_constructor_or_destructor_definition] = STATE(19), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3983), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(19), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(19), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1016), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(909), - [sym_identifier] = ACTIONS(247), - [aux_sym_preproc_include_token1] = ACTIONS(249), - [aux_sym_preproc_def_token1] = ACTIONS(251), - [aux_sym_preproc_if_token1] = ACTIONS(253), - [aux_sym_preproc_if_token2] = ACTIONS(339), - [aux_sym_preproc_ifdef_token1] = ACTIONS(257), - [aux_sym_preproc_ifdef_token2] = ACTIONS(257), - [aux_sym_preproc_else_token1] = ACTIONS(259), - [aux_sym_preproc_elif_token1] = ACTIONS(261), - [sym_preproc_directive] = ACTIONS(263), + [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), + [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_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_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), @@ -30254,9 +29300,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(265), - [anon_sym_typedef] = ACTIONS(267), - [anon_sym_extern] = ACTIONS(269), + [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), @@ -30268,7 +29314,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(271), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -30289,17 +29335,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(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), + [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), @@ -30323,145 +29369,144 @@ 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(295), + [anon_sym_template] = ACTIONS(293), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_namespace] = ACTIONS(299), - [anon_sym_using] = ACTIONS(301), - [anon_sym_static_assert] = ACTIONS(303), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(341), - [aux_sym_alone_macro_call_token1] = ACTIONS(313), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [19] = { + [16] = { [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(4686), - [sym_preproc_elif] = STATE(4686), + [sym_preproc_else] = STATE(4977), + [sym_preproc_elif] = STATE(4977), [sym_function_definition] = STATE(28), [sym_declaration] = STATE(28), [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3105), + [sym__declaration_modifiers] = STATE(1295), + [sym__declaration_specifiers] = STATE(2950), [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1257), + [sym_attribute_specifier] = STATE(1295), [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1073), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3627), - [sym_array_declarator] = STATE(3583), + [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(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1366), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), + [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), @@ -30475,42 +29520,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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), + [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(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(909), - [sym_dependent_type] = STATE(1323), + [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(3983), - [sym__constructor_specifiers] = STATE(909), + [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(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), + [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), @@ -30520,37 +29565,38 @@ 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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3983), - [sym_user_defined_literal] = STATE(2663), + [sym_co_await_expression] = STATE(2685), + [sym_new_expression] = STATE(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(2209), - [sym_macro_annotation] = STATE(1266), + [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(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1016), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(909), - [sym_identifier] = ACTIONS(247), - [aux_sym_preproc_include_token1] = ACTIONS(249), - [aux_sym_preproc_def_token1] = ACTIONS(251), - [aux_sym_preproc_if_token1] = ACTIONS(253), - [aux_sym_preproc_if_token2] = ACTIONS(343), - [aux_sym_preproc_ifdef_token1] = ACTIONS(257), - [aux_sym_preproc_ifdef_token2] = ACTIONS(257), - [aux_sym_preproc_else_token1] = ACTIONS(259), - [aux_sym_preproc_elif_token1] = ACTIONS(261), - [sym_preproc_directive] = ACTIONS(263), + [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(331), + [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), @@ -30559,9 +29605,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(265), - [anon_sym_typedef] = ACTIONS(267), - [anon_sym_extern] = ACTIONS(269), + [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), @@ -30573,7 +29619,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(271), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -30594,17 +29640,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(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), + [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), @@ -30628,234 +29674,234 @@ 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(295), + [anon_sym_template] = ACTIONS(293), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_namespace] = ACTIONS(299), - [anon_sym_using] = ACTIONS(301), - [anon_sym_static_assert] = ACTIONS(303), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(317), - [aux_sym_alone_macro_call_token1] = ACTIONS(313), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [20] = { - [sym_preproc_include] = STATE(25), - [sym_preproc_def] = STATE(25), - [sym_preproc_function_def] = STATE(25), - [sym_preproc_call] = STATE(25), - [sym_preproc_if] = STATE(25), - [sym_preproc_ifdef] = STATE(25), - [sym_preproc_else] = STATE(4818), - [sym_preproc_elif] = STATE(4818), - [sym_function_definition] = STATE(25), - [sym_declaration] = STATE(25), - [sym_type_definition] = STATE(25), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3105), - [sym_linkage_specification] = STATE(25), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1073), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3627), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(25), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1366), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_statement] = STATE(25), - [sym_labeled_statement] = STATE(25), - [sym_expression_statement] = STATE(25), - [sym_if_statement] = STATE(25), - [sym_switch_statement] = STATE(25), - [sym_case_statement] = STATE(25), - [sym_while_statement] = STATE(25), - [sym_do_statement] = STATE(25), - [sym_for_statement] = STATE(25), - [sym_return_statement] = STATE(25), - [sym_break_statement] = STATE(25), - [sym_continue_statement] = STATE(25), - [sym_goto_statement] = STATE(25), - [sym__expression] = STATE(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(25), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(909), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(25), - [sym_template_instantiation] = STATE(25), - [sym_operator_cast] = STATE(3983), - [sym__constructor_specifiers] = STATE(909), - [sym_operator_cast_definition] = STATE(25), - [sym_operator_cast_declaration] = STATE(25), - [sym_constructor_or_destructor_definition] = STATE(25), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [sym_namespace_definition] = STATE(25), - [sym_using_declaration] = STATE(25), - [sym_alias_declaration] = STATE(25), - [sym_static_assert_declaration] = STATE(25), - [sym_for_range_loop] = STATE(25), - [sym_co_return_statement] = STATE(25), - [sym_co_yield_statement] = STATE(25), - [sym_throw_statement] = STATE(25), - [sym_try_statement] = STATE(25), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3983), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(25), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(25), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1016), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(909), - [sym_identifier] = ACTIONS(247), - [aux_sym_preproc_include_token1] = ACTIONS(249), - [aux_sym_preproc_def_token1] = ACTIONS(251), - [aux_sym_preproc_if_token1] = ACTIONS(253), - [aux_sym_preproc_if_token2] = ACTIONS(345), - [aux_sym_preproc_ifdef_token1] = ACTIONS(257), - [aux_sym_preproc_ifdef_token2] = ACTIONS(257), - [aux_sym_preproc_else_token1] = ACTIONS(259), - [aux_sym_preproc_elif_token1] = ACTIONS(261), - [sym_preproc_directive] = ACTIONS(263), + [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), + [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_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_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), @@ -30864,9 +29910,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(265), - [anon_sym_typedef] = ACTIONS(267), - [anon_sym_extern] = ACTIONS(269), + [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), @@ -30878,7 +29924,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(271), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -30899,17 +29945,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(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), + [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), @@ -30933,145 +29979,144 @@ 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(295), + [anon_sym_template] = ACTIONS(293), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_namespace] = ACTIONS(299), - [anon_sym_using] = ACTIONS(301), - [anon_sym_static_assert] = ACTIONS(303), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(347), - [aux_sym_alone_macro_call_token1] = ACTIONS(313), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(335), + [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), }, - [21] = { + [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(4740), - [sym_preproc_elif] = STATE(4740), + [sym_preproc_else] = STATE(5029), + [sym_preproc_elif] = STATE(5029), [sym_function_definition] = STATE(28), [sym_declaration] = STATE(28), [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3105), + [sym__declaration_modifiers] = STATE(1295), + [sym__declaration_specifiers] = STATE(2950), [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1257), + [sym_attribute_specifier] = STATE(1295), [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1073), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3627), - [sym_array_declarator] = STATE(3583), + [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(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1366), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), + [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), @@ -31085,42 +30130,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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), + [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(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(909), - [sym_dependent_type] = STATE(1323), + [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(3983), - [sym__constructor_specifiers] = STATE(909), + [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(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), + [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), @@ -31130,37 +30175,38 @@ 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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3983), - [sym_user_defined_literal] = STATE(2663), + [sym_co_await_expression] = STATE(2685), + [sym_new_expression] = STATE(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(2209), - [sym_macro_annotation] = STATE(1266), + [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(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1016), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(909), - [sym_identifier] = ACTIONS(247), - [aux_sym_preproc_include_token1] = ACTIONS(249), - [aux_sym_preproc_def_token1] = ACTIONS(251), - [aux_sym_preproc_if_token1] = ACTIONS(253), - [aux_sym_preproc_if_token2] = ACTIONS(349), - [aux_sym_preproc_ifdef_token1] = ACTIONS(257), - [aux_sym_preproc_ifdef_token2] = ACTIONS(257), - [aux_sym_preproc_else_token1] = ACTIONS(259), - [aux_sym_preproc_elif_token1] = ACTIONS(261), - [sym_preproc_directive] = ACTIONS(263), + [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(337), + [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), @@ -31169,9 +30215,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(265), - [anon_sym_typedef] = ACTIONS(267), - [anon_sym_extern] = ACTIONS(269), + [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), @@ -31183,7 +30229,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(271), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -31204,17 +30250,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(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), + [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), @@ -31238,145 +30284,144 @@ 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(295), + [anon_sym_template] = ACTIONS(293), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_namespace] = ACTIONS(299), - [anon_sym_using] = ACTIONS(301), - [anon_sym_static_assert] = ACTIONS(303), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(317), - [aux_sym_alone_macro_call_token1] = ACTIONS(313), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [22] = { + [19] = { [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(4825), - [sym_preproc_elif] = STATE(4825), + [sym_preproc_else] = STATE(4953), + [sym_preproc_elif] = STATE(4953), [sym_function_definition] = STATE(28), [sym_declaration] = STATE(28), [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3105), + [sym__declaration_modifiers] = STATE(1295), + [sym__declaration_specifiers] = STATE(2950), [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1257), + [sym_attribute_specifier] = STATE(1295), [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1073), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3627), - [sym_array_declarator] = STATE(3583), + [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(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1366), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), + [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), @@ -31390,42 +30435,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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), + [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(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(909), - [sym_dependent_type] = STATE(1323), + [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(3983), - [sym__constructor_specifiers] = STATE(909), + [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(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), + [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), @@ -31435,342 +30480,38 @@ 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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3983), - [sym_user_defined_literal] = STATE(2663), + [sym_co_await_expression] = STATE(2685), + [sym_new_expression] = STATE(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(2209), - [sym_macro_annotation] = STATE(1266), + [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(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1016), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(909), - [sym_identifier] = ACTIONS(247), - [aux_sym_preproc_include_token1] = ACTIONS(249), - [aux_sym_preproc_def_token1] = ACTIONS(251), - [aux_sym_preproc_if_token1] = ACTIONS(253), - [aux_sym_preproc_if_token2] = ACTIONS(351), - [aux_sym_preproc_ifdef_token1] = ACTIONS(257), - [aux_sym_preproc_ifdef_token2] = ACTIONS(257), - [aux_sym_preproc_else_token1] = ACTIONS(259), - [aux_sym_preproc_elif_token1] = ACTIONS(261), - [sym_preproc_directive] = ACTIONS(263), - [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(265), - [anon_sym_typedef] = ACTIONS(267), - [anon_sym_extern] = ACTIONS(269), - [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(271), - [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(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(295), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_namespace] = ACTIONS(299), - [anon_sym_using] = ACTIONS(301), - [anon_sym_static_assert] = ACTIONS(303), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_operator_name] = ACTIONS(139), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(317), - [aux_sym_alone_macro_call_token1] = ACTIONS(313), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), - }, - [23] = { - [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(4753), - [sym_preproc_elif] = STATE(4753), - [sym_function_definition] = STATE(22), - [sym_declaration] = STATE(22), - [sym_type_definition] = STATE(22), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3105), - [sym_linkage_specification] = STATE(22), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1073), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3627), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(22), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1366), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(22), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(909), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(22), - [sym_template_instantiation] = STATE(22), - [sym_operator_cast] = STATE(3983), - [sym__constructor_specifiers] = STATE(909), - [sym_operator_cast_definition] = STATE(22), - [sym_operator_cast_declaration] = STATE(22), - [sym_constructor_or_destructor_definition] = STATE(22), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3983), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(22), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(22), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1016), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(909), - [sym_identifier] = ACTIONS(247), - [aux_sym_preproc_include_token1] = ACTIONS(249), - [aux_sym_preproc_def_token1] = ACTIONS(251), - [aux_sym_preproc_if_token1] = ACTIONS(253), - [aux_sym_preproc_if_token2] = ACTIONS(353), - [aux_sym_preproc_ifdef_token1] = ACTIONS(257), - [aux_sym_preproc_ifdef_token2] = ACTIONS(257), - [aux_sym_preproc_else_token1] = ACTIONS(259), - [aux_sym_preproc_elif_token1] = ACTIONS(261), - [sym_preproc_directive] = ACTIONS(263), + [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(339), + [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), @@ -31779,9 +30520,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(265), - [anon_sym_typedef] = ACTIONS(267), - [anon_sym_extern] = ACTIONS(269), + [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), @@ -31793,7 +30534,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(271), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -31814,17 +30555,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(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), + [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), @@ -31848,145 +30589,144 @@ 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(295), + [anon_sym_template] = ACTIONS(293), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_namespace] = ACTIONS(299), - [anon_sym_using] = ACTIONS(301), - [anon_sym_static_assert] = ACTIONS(303), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(355), - [aux_sym_alone_macro_call_token1] = ACTIONS(313), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [24] = { + [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(4905), - [sym_preproc_elif] = STATE(4905), + [sym_preproc_else] = STATE(5053), + [sym_preproc_elif] = STATE(5053), [sym_function_definition] = STATE(28), [sym_declaration] = STATE(28), [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3105), + [sym__declaration_modifiers] = STATE(1295), + [sym__declaration_specifiers] = STATE(2950), [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1257), + [sym_attribute_specifier] = STATE(1295), [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1073), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3627), - [sym_array_declarator] = STATE(3583), + [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(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1366), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), + [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), @@ -32000,42 +30740,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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), + [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(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(909), - [sym_dependent_type] = STATE(1323), + [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(3983), - [sym__constructor_specifiers] = STATE(909), + [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(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), + [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), @@ -32045,37 +30785,38 @@ 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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3983), - [sym_user_defined_literal] = STATE(2663), + [sym_co_await_expression] = STATE(2685), + [sym_new_expression] = STATE(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(2209), - [sym_macro_annotation] = STATE(1266), + [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(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1016), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(909), - [sym_identifier] = ACTIONS(247), - [aux_sym_preproc_include_token1] = ACTIONS(249), - [aux_sym_preproc_def_token1] = ACTIONS(251), - [aux_sym_preproc_if_token1] = ACTIONS(253), - [aux_sym_preproc_if_token2] = ACTIONS(357), - [aux_sym_preproc_ifdef_token1] = ACTIONS(257), - [aux_sym_preproc_ifdef_token2] = ACTIONS(257), - [aux_sym_preproc_else_token1] = ACTIONS(259), - [aux_sym_preproc_elif_token1] = ACTIONS(261), - [sym_preproc_directive] = ACTIONS(263), + [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(341), + [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), @@ -32084,9 +30825,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(265), - [anon_sym_typedef] = ACTIONS(267), - [anon_sym_extern] = ACTIONS(269), + [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), @@ -32098,7 +30839,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(271), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -32119,17 +30860,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(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), + [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), @@ -32153,145 +30894,144 @@ 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(295), + [anon_sym_template] = ACTIONS(293), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_namespace] = ACTIONS(299), - [anon_sym_using] = ACTIONS(301), - [anon_sym_static_assert] = ACTIONS(303), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(317), - [aux_sym_alone_macro_call_token1] = ACTIONS(313), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [25] = { + [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(4932), - [sym_preproc_elif] = STATE(4932), + [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(1257), - [sym__declaration_specifiers] = STATE(3105), + [sym__declaration_modifiers] = STATE(1295), + [sym__declaration_specifiers] = STATE(2950), [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1257), + [sym_attribute_specifier] = STATE(1295), [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1073), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3627), - [sym_array_declarator] = STATE(3583), + [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(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1366), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), + [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), @@ -32305,42 +31045,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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), + [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(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(909), - [sym_dependent_type] = STATE(1323), + [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(3983), - [sym__constructor_specifiers] = STATE(909), + [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(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), + [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), @@ -32350,37 +31090,38 @@ 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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3983), - [sym_user_defined_literal] = STATE(2663), + [sym_co_await_expression] = STATE(2685), + [sym_new_expression] = STATE(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(2209), - [sym_macro_annotation] = STATE(1266), + [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(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1016), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(909), - [sym_identifier] = ACTIONS(247), - [aux_sym_preproc_include_token1] = ACTIONS(249), - [aux_sym_preproc_def_token1] = ACTIONS(251), - [aux_sym_preproc_if_token1] = ACTIONS(253), - [aux_sym_preproc_if_token2] = ACTIONS(359), - [aux_sym_preproc_ifdef_token1] = ACTIONS(257), - [aux_sym_preproc_ifdef_token2] = ACTIONS(257), - [aux_sym_preproc_else_token1] = ACTIONS(259), - [aux_sym_preproc_elif_token1] = ACTIONS(261), - [sym_preproc_directive] = ACTIONS(263), + [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(343), + [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), @@ -32389,9 +31130,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(265), - [anon_sym_typedef] = ACTIONS(267), - [anon_sym_extern] = ACTIONS(269), + [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), @@ -32403,7 +31144,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(271), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -32424,17 +31165,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(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), + [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), @@ -32458,234 +31199,234 @@ 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(295), + [anon_sym_template] = ACTIONS(293), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_namespace] = ACTIONS(299), - [anon_sym_using] = ACTIONS(301), - [anon_sym_static_assert] = ACTIONS(303), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(317), - [aux_sym_alone_macro_call_token1] = ACTIONS(313), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [26] = { - [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(4690), - [sym_preproc_elif] = STATE(4690), - [sym_function_definition] = STATE(14), - [sym_declaration] = STATE(14), - [sym_type_definition] = STATE(14), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3105), - [sym_linkage_specification] = STATE(14), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1073), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3627), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(14), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1366), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(14), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(909), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(14), - [sym_template_instantiation] = STATE(14), - [sym_operator_cast] = STATE(3983), - [sym__constructor_specifiers] = STATE(909), - [sym_operator_cast_definition] = STATE(14), - [sym_operator_cast_declaration] = STATE(14), - [sym_constructor_or_destructor_definition] = STATE(14), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3983), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(14), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(14), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1016), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(909), - [sym_identifier] = ACTIONS(247), - [aux_sym_preproc_include_token1] = ACTIONS(249), - [aux_sym_preproc_def_token1] = ACTIONS(251), - [aux_sym_preproc_if_token1] = ACTIONS(253), - [aux_sym_preproc_if_token2] = ACTIONS(361), - [aux_sym_preproc_ifdef_token1] = ACTIONS(257), - [aux_sym_preproc_ifdef_token2] = ACTIONS(257), - [aux_sym_preproc_else_token1] = ACTIONS(259), - [aux_sym_preproc_elif_token1] = ACTIONS(261), - [sym_preproc_directive] = ACTIONS(263), + [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), + [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_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_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), @@ -32694,9 +31435,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(265), - [anon_sym_typedef] = ACTIONS(267), - [anon_sym_extern] = ACTIONS(269), + [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), @@ -32708,7 +31449,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(271), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -32729,17 +31470,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(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), + [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), @@ -32763,234 +31504,234 @@ 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(295), + [anon_sym_template] = ACTIONS(293), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_namespace] = ACTIONS(299), - [anon_sym_using] = ACTIONS(301), - [anon_sym_static_assert] = ACTIONS(303), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(363), - [aux_sym_alone_macro_call_token1] = ACTIONS(313), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(347), + [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(4771), - [sym_preproc_elif] = STATE(4771), - [sym_function_definition] = STATE(28), - [sym_declaration] = STATE(28), - [sym_type_definition] = STATE(28), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3105), - [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1073), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3627), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(28), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1366), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(28), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(909), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(28), - [sym_template_instantiation] = STATE(28), - [sym_operator_cast] = STATE(3983), - [sym__constructor_specifiers] = STATE(909), - [sym_operator_cast_definition] = STATE(28), - [sym_operator_cast_declaration] = STATE(28), - [sym_constructor_or_destructor_definition] = STATE(28), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3983), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(28), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(28), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1016), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(909), - [sym_identifier] = ACTIONS(247), - [aux_sym_preproc_include_token1] = ACTIONS(249), - [aux_sym_preproc_def_token1] = ACTIONS(251), - [aux_sym_preproc_if_token1] = ACTIONS(253), - [aux_sym_preproc_if_token2] = ACTIONS(365), - [aux_sym_preproc_ifdef_token1] = ACTIONS(257), - [aux_sym_preproc_ifdef_token2] = ACTIONS(257), - [aux_sym_preproc_else_token1] = ACTIONS(259), - [aux_sym_preproc_elif_token1] = ACTIONS(261), - [sym_preproc_directive] = ACTIONS(263), + [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), + [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_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_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), @@ -32999,9 +31740,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(265), - [anon_sym_typedef] = ACTIONS(267), - [anon_sym_extern] = ACTIONS(269), + [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), @@ -33013,7 +31754,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(271), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -33034,17 +31775,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(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), + [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), @@ -33068,143 +31809,144 @@ 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(295), + [anon_sym_template] = ACTIONS(293), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_namespace] = ACTIONS(299), - [anon_sym_using] = ACTIONS(301), - [anon_sym_static_assert] = ACTIONS(303), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(317), - [aux_sym_alone_macro_call_token1] = ACTIONS(313), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(351), + [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), }, - [28] = { + [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(1257), - [sym__declaration_specifiers] = STATE(3105), + [sym__declaration_modifiers] = STATE(1295), + [sym__declaration_specifiers] = STATE(2950), [sym_linkage_specification] = STATE(28), - [sym_attribute_specifier] = STATE(1257), + [sym_attribute_specifier] = STATE(1295), [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1073), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3627), - [sym_array_declarator] = STATE(3583), + [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(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1366), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), + [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), @@ -33218,42 +31960,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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), + [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(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(909), - [sym_dependent_type] = STATE(1323), + [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(3983), - [sym__constructor_specifiers] = STATE(909), + [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(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), + [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), @@ -33263,338 +32005,38 @@ 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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3983), - [sym_user_defined_literal] = STATE(2663), + [sym_co_await_expression] = STATE(2685), + [sym_new_expression] = STATE(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(2209), - [sym_macro_annotation] = STATE(1266), + [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(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1016), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(909), - [sym_identifier] = ACTIONS(367), - [aux_sym_preproc_include_token1] = ACTIONS(370), - [aux_sym_preproc_def_token1] = ACTIONS(373), - [aux_sym_preproc_if_token1] = ACTIONS(376), - [aux_sym_preproc_if_token2] = ACTIONS(379), - [aux_sym_preproc_ifdef_token1] = ACTIONS(381), - [aux_sym_preproc_ifdef_token2] = ACTIONS(381), - [aux_sym_preproc_else_token1] = ACTIONS(379), - [aux_sym_preproc_elif_token1] = ACTIONS(379), - [sym_preproc_directive] = ACTIONS(384), - [anon_sym_LPAREN2] = ACTIONS(387), - [anon_sym_BANG] = ACTIONS(390), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_DASH] = ACTIONS(396), - [anon_sym_PLUS] = ACTIONS(396), - [anon_sym_STAR] = ACTIONS(399), - [anon_sym_AMP_AMP] = ACTIONS(402), - [anon_sym_AMP] = ACTIONS(405), - [anon_sym_SEMI] = ACTIONS(408), - [anon_sym_typedef] = ACTIONS(411), - [anon_sym_extern] = ACTIONS(414), - [anon_sym___attribute__] = ACTIONS(417), - [anon_sym_COLON_COLON] = ACTIONS(420), - [anon_sym_LBRACK_LBRACK] = ACTIONS(423), - [anon_sym___declspec] = ACTIONS(426), - [anon_sym___based] = ACTIONS(429), - [anon_sym___cdecl] = ACTIONS(432), - [anon_sym___clrcall] = ACTIONS(432), - [anon_sym___stdcall] = ACTIONS(432), - [anon_sym___fastcall] = ACTIONS(432), - [anon_sym___thiscall] = ACTIONS(432), - [anon_sym___vectorcall] = ACTIONS(432), - [anon_sym_LBRACE] = ACTIONS(435), - [anon_sym_LBRACK] = ACTIONS(438), - [anon_sym_static] = ACTIONS(441), - [anon_sym_register] = ACTIONS(441), - [anon_sym_inline] = ACTIONS(441), - [anon_sym_thread_local] = ACTIONS(441), - [anon_sym_const] = ACTIONS(444), - [anon_sym_volatile] = ACTIONS(444), - [anon_sym_restrict] = ACTIONS(444), - [anon_sym__Atomic] = ACTIONS(444), - [anon_sym_mutable] = ACTIONS(444), - [anon_sym_constexpr] = ACTIONS(444), - [anon_sym_signed] = ACTIONS(447), - [anon_sym_unsigned] = ACTIONS(447), - [anon_sym_long] = ACTIONS(447), - [anon_sym_short] = ACTIONS(447), - [sym_primitive_type] = ACTIONS(450), - [anon_sym_enum] = ACTIONS(453), - [anon_sym_class] = ACTIONS(456), - [anon_sym_struct] = ACTIONS(459), - [anon_sym_union] = ACTIONS(462), - [anon_sym_if] = ACTIONS(465), - [anon_sym_switch] = ACTIONS(468), - [anon_sym_case] = ACTIONS(471), - [anon_sym_default] = ACTIONS(474), - [anon_sym_while] = ACTIONS(477), - [anon_sym_do] = ACTIONS(480), - [anon_sym_for] = ACTIONS(483), - [anon_sym_return] = ACTIONS(486), - [anon_sym_break] = ACTIONS(489), - [anon_sym_continue] = ACTIONS(492), - [anon_sym_goto] = ACTIONS(495), - [anon_sym_DASH_DASH] = ACTIONS(498), - [anon_sym_PLUS_PLUS] = ACTIONS(498), - [anon_sym_sizeof] = ACTIONS(501), - [sym_number_literal] = ACTIONS(504), - [anon_sym_L_SQUOTE] = ACTIONS(507), - [anon_sym_u_SQUOTE] = ACTIONS(507), - [anon_sym_U_SQUOTE] = ACTIONS(507), - [anon_sym_u8_SQUOTE] = ACTIONS(507), - [anon_sym_SQUOTE] = ACTIONS(507), - [anon_sym_L_DQUOTE] = ACTIONS(510), - [anon_sym_u_DQUOTE] = ACTIONS(510), - [anon_sym_U_DQUOTE] = ACTIONS(510), - [anon_sym_u8_DQUOTE] = ACTIONS(510), - [anon_sym_DQUOTE] = ACTIONS(510), - [sym_true] = ACTIONS(513), - [sym_false] = ACTIONS(513), - [sym_null] = ACTIONS(513), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(516), - [anon_sym_virtual] = ACTIONS(519), - [anon_sym_explicit] = ACTIONS(522), - [sym_auto] = ACTIONS(525), - [anon_sym_typename] = ACTIONS(528), - [anon_sym_template] = ACTIONS(531), - [anon_sym_operator] = ACTIONS(534), - [anon_sym_delete] = ACTIONS(537), - [anon_sym_throw] = ACTIONS(540), - [anon_sym_namespace] = ACTIONS(543), - [anon_sym_using] = ACTIONS(546), - [anon_sym_static_assert] = ACTIONS(549), - [anon_sym_co_return] = ACTIONS(552), - [anon_sym_co_yield] = ACTIONS(555), - [anon_sym_try] = ACTIONS(558), - [anon_sym_co_await] = ACTIONS(561), - [anon_sym_new] = ACTIONS(564), - [sym_operator_name] = ACTIONS(567), - [sym_this] = ACTIONS(513), - [sym_nullptr] = ACTIONS(513), - [sym_alone_macro] = ACTIONS(570), - [aux_sym_alone_macro_call_token1] = ACTIONS(573), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(576), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(576), - [anon_sym_FORWARD] = ACTIONS(576), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(576), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(576), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(576), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(576), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(576), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(576), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(576), - [anon_sym_PS_GET] = ACTIONS(576), - [anon_sym_PS_GET_AND_SET] = ACTIONS(576), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(576), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(576), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(576), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(576), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(576), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(579), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(579), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(579), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(579), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(579), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(579), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(579), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(579), - [anon_sym_MOZ_COLD] = ACTIONS(579), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(579), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(579), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(579), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(579), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(579), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(579), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(579), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(579), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(579), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(579), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(579), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(579), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(579), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(579), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(579), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(579), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(579), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(579), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(579), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(579), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(579), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(579), - [anon_sym_MOZ_MUST_USE] = ACTIONS(579), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(579), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(579), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(579), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(579), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(579), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(579), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(579), - [anon_sym_MOZ_NONNULL] = ACTIONS(579), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(579), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(579), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(579), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(579), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(579), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(579), - [anon_sym_MOZ_NORETURN] = ACTIONS(579), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(579), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(579), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(579), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(579), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(579), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(579), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(579), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(579), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(579), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(579), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(579), - [anon_sym_MOZ_RAII] = ACTIONS(579), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(579), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(579), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(579), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(579), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(579), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(579), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(579), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(579), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(579), - [anon_sym_JS_PUBLIC_API] = ACTIONS(579), - [sym_raw_string_literal] = ACTIONS(582), - }, - [29] = { - [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(1257), - [sym__declaration_specifiers] = STATE(3109), - [sym_linkage_specification] = STATE(54), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1071), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3634), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(54), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1351), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(54), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(878), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(54), - [sym_template_instantiation] = STATE(54), - [sym_operator_cast] = STATE(3951), - [sym__constructor_specifiers] = STATE(878), - [sym_operator_cast_definition] = STATE(54), - [sym_operator_cast_declaration] = STATE(54), - [sym_constructor_or_destructor_definition] = STATE(54), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3951), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(54), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(54), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(980), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(878), - [sym_identifier] = ACTIONS(585), - [aux_sym_preproc_include_token1] = ACTIONS(587), - [aux_sym_preproc_def_token1] = ACTIONS(589), - [aux_sym_preproc_if_token1] = ACTIONS(591), - [aux_sym_preproc_if_token2] = ACTIONS(593), - [aux_sym_preproc_ifdef_token1] = ACTIONS(595), - [aux_sym_preproc_ifdef_token2] = ACTIONS(595), - [sym_preproc_directive] = ACTIONS(597), + [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(353), + [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), @@ -33603,9 +32045,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(599), - [anon_sym_typedef] = ACTIONS(601), - [anon_sym_extern] = ACTIONS(603), + [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), @@ -33617,7 +32059,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(605), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -33638,17 +32080,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(607), - [anon_sym_switch] = ACTIONS(609), - [anon_sym_case] = ACTIONS(611), - [anon_sym_default] = ACTIONS(613), - [anon_sym_while] = ACTIONS(615), - [anon_sym_do] = ACTIONS(617), - [anon_sym_for] = ACTIONS(619), - [anon_sym_return] = ACTIONS(621), - [anon_sym_break] = ACTIONS(623), - [anon_sym_continue] = ACTIONS(625), - [anon_sym_goto] = ACTIONS(627), + [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), @@ -33672,229 +32114,234 @@ 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(629), + [anon_sym_template] = ACTIONS(293), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(631), - [anon_sym_namespace] = ACTIONS(633), - [anon_sym_using] = ACTIONS(635), - [anon_sym_static_assert] = ACTIONS(637), - [anon_sym_co_return] = ACTIONS(639), - [anon_sym_co_yield] = ACTIONS(641), - [anon_sym_try] = ACTIONS(643), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(645), - [aux_sym_alone_macro_call_token1] = ACTIONS(647), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [30] = { - [sym_preproc_include] = STATE(55), - [sym_preproc_def] = STATE(55), - [sym_preproc_function_def] = STATE(55), - [sym_preproc_call] = STATE(55), - [sym_preproc_if] = STATE(55), - [sym_preproc_ifdef] = STATE(55), - [sym_function_definition] = STATE(55), - [sym_declaration] = STATE(55), - [sym_type_definition] = STATE(55), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(55), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(55), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_statement] = STATE(55), - [sym_labeled_statement] = STATE(55), - [sym_expression_statement] = STATE(55), - [sym_if_statement] = STATE(55), - [sym_switch_statement] = STATE(55), - [sym_case_statement] = STATE(55), - [sym_while_statement] = STATE(55), - [sym_do_statement] = STATE(55), - [sym_for_statement] = STATE(55), - [sym_return_statement] = STATE(55), - [sym_break_statement] = STATE(55), - [sym_continue_statement] = STATE(55), - [sym_goto_statement] = STATE(55), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(55), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(55), - [sym_template_instantiation] = STATE(55), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(55), - [sym_operator_cast_declaration] = STATE(55), - [sym_constructor_or_destructor_definition] = STATE(55), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [sym_namespace_definition] = STATE(55), - [sym_using_declaration] = STATE(55), - [sym_alias_declaration] = STATE(55), - [sym_static_assert_declaration] = STATE(55), - [sym_for_range_loop] = STATE(55), - [sym_co_return_statement] = STATE(55), - [sym_co_yield_statement] = STATE(55), - [sym_throw_statement] = STATE(55), - [sym_try_statement] = STATE(55), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(55), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(55), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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), + [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_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_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), @@ -33903,9 +32350,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -33917,8 +32364,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(649), - [anon_sym_RBRACE] = ACTIONS(651), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -33939,17 +32385,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -33973,229 +32419,234 @@ 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(201), + [anon_sym_template] = ACTIONS(293), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(653), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [31] = { - [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(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(30), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(30), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(30), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(30), - [sym_template_instantiation] = STATE(30), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(30), - [sym_operator_cast_declaration] = STATE(30), - [sym_constructor_or_destructor_definition] = STATE(30), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(30), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(30), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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), @@ -34204,9 +32655,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -34218,8 +32669,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(649), - [anon_sym_RBRACE] = ACTIONS(655), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -34240,17 +32690,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -34274,229 +32724,234 @@ 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(201), + [anon_sym_template] = ACTIONS(293), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(657), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [32] = { - [sym_preproc_include] = STATE(55), - [sym_preproc_def] = STATE(55), - [sym_preproc_function_def] = STATE(55), - [sym_preproc_call] = STATE(55), - [sym_preproc_if] = STATE(55), - [sym_preproc_ifdef] = STATE(55), - [sym_function_definition] = STATE(55), - [sym_declaration] = STATE(55), - [sym_type_definition] = STATE(55), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(55), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(55), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_statement] = STATE(55), - [sym_labeled_statement] = STATE(55), - [sym_expression_statement] = STATE(55), - [sym_if_statement] = STATE(55), - [sym_switch_statement] = STATE(55), - [sym_case_statement] = STATE(55), - [sym_while_statement] = STATE(55), - [sym_do_statement] = STATE(55), - [sym_for_statement] = STATE(55), - [sym_return_statement] = STATE(55), - [sym_break_statement] = STATE(55), - [sym_continue_statement] = STATE(55), - [sym_goto_statement] = STATE(55), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(55), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(55), - [sym_template_instantiation] = STATE(55), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(55), - [sym_operator_cast_declaration] = STATE(55), - [sym_constructor_or_destructor_definition] = STATE(55), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [sym_namespace_definition] = STATE(55), - [sym_using_declaration] = STATE(55), - [sym_alias_declaration] = STATE(55), - [sym_static_assert_declaration] = STATE(55), - [sym_for_range_loop] = STATE(55), - [sym_co_return_statement] = STATE(55), - [sym_co_yield_statement] = STATE(55), - [sym_throw_statement] = STATE(55), - [sym_try_statement] = STATE(55), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(55), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(55), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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), @@ -34505,9 +32960,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -34519,8 +32974,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(649), - [anon_sym_RBRACE] = ACTIONS(659), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -34541,17 +32995,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -34575,229 +33029,533 @@ 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(201), + [anon_sym_template] = ACTIONS(293), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(653), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [33] = { - [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(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(37), - [sym_attribute_specifier] = STATE(1257), + [28] = { + [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_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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(37), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(37), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(37), - [sym_template_instantiation] = STATE(37), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(37), - [sym_operator_cast_declaration] = STATE(37), - [sym_constructor_or_destructor_definition] = STATE(37), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(37), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(37), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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(365), + [aux_sym_preproc_include_token1] = ACTIONS(368), + [aux_sym_preproc_def_token1] = ACTIONS(371), + [aux_sym_preproc_if_token1] = ACTIONS(374), + [aux_sym_preproc_if_token2] = ACTIONS(377), + [aux_sym_preproc_ifdef_token1] = ACTIONS(379), + [aux_sym_preproc_ifdef_token2] = ACTIONS(379), + [aux_sym_preproc_else_token1] = ACTIONS(377), + [aux_sym_preproc_elif_token1] = ACTIONS(377), + [sym_preproc_directive] = ACTIONS(382), + [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(406), + [anon_sym_typedef] = ACTIONS(409), + [anon_sym_extern] = ACTIONS(412), + [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(433), + [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(463), + [anon_sym_switch] = ACTIONS(466), + [anon_sym_case] = ACTIONS(469), + [anon_sym_default] = ACTIONS(472), + [anon_sym_while] = ACTIONS(475), + [anon_sym_do] = ACTIONS(478), + [anon_sym_for] = ACTIONS(481), + [anon_sym_return] = ACTIONS(484), + [anon_sym_break] = ACTIONS(487), + [anon_sym_continue] = ACTIONS(490), + [anon_sym_goto] = ACTIONS(493), + [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(529), + [anon_sym_operator] = ACTIONS(532), + [anon_sym_delete] = ACTIONS(535), + [anon_sym_throw] = ACTIONS(538), + [anon_sym_namespace] = ACTIONS(541), + [anon_sym_using] = ACTIONS(544), + [anon_sym_static_assert] = ACTIONS(547), + [anon_sym_co_return] = ACTIONS(550), + [anon_sym_co_yield] = ACTIONS(553), + [anon_sym_try] = ACTIONS(556), + [anon_sym_co_await] = ACTIONS(559), + [anon_sym_new] = ACTIONS(562), + [sym_this] = ACTIONS(511), + [sym_nullptr] = ACTIONS(511), + [sym_alone_macro] = ACTIONS(565), + [aux_sym_alone_macro_call_token1] = ACTIONS(568), + [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), + }, + [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_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), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -34806,9 +33564,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [anon_sym_SEMI] = ACTIONS(594), + [anon_sym_typedef] = ACTIONS(596), + [anon_sym_extern] = ACTIONS(598), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(43), @@ -34820,8 +33578,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(649), - [anon_sym_RBRACE] = ACTIONS(661), + [anon_sym_LBRACE] = ACTIONS(600), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -34842,17 +33599,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -34876,229 +33633,229 @@ 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(201), + [anon_sym_template] = ACTIONS(624), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), - [sym_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(217), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(640), + [aux_sym_alone_macro_call_token1] = ACTIONS(642), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [34] = { - [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(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(32), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(32), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(32), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(32), - [sym_template_instantiation] = STATE(32), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(32), - [sym_operator_cast_declaration] = STATE(32), - [sym_constructor_or_destructor_definition] = STATE(32), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(32), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(32), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -35107,9 +33864,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -35121,8 +33878,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(649), - [anon_sym_RBRACE] = ACTIONS(663), + [anon_sym_LBRACE] = ACTIONS(644), + [anon_sym_RBRACE] = ACTIONS(646), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -35143,17 +33900,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -35177,229 +33934,230 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(223), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(648), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [35] = { - [sym_preproc_include] = STATE(55), - [sym_preproc_def] = STATE(55), - [sym_preproc_function_def] = STATE(55), - [sym_preproc_call] = STATE(55), - [sym_preproc_if] = STATE(55), - [sym_preproc_ifdef] = STATE(55), - [sym_function_definition] = STATE(55), - [sym_declaration] = STATE(55), - [sym_type_definition] = STATE(55), - [sym__declaration_modifiers] = STATE(1257), + [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(55), - [sym_attribute_specifier] = STATE(1257), + [sym_linkage_specification] = STATE(40), + [sym_attribute_specifier] = STATE(1295), [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(55), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_statement] = STATE(55), - [sym_labeled_statement] = STATE(55), - [sym_expression_statement] = STATE(55), - [sym_if_statement] = STATE(55), - [sym_switch_statement] = STATE(55), - [sym_case_statement] = STATE(55), - [sym_while_statement] = STATE(55), - [sym_do_statement] = STATE(55), - [sym_for_statement] = STATE(55), - [sym_return_statement] = STATE(55), - [sym_break_statement] = STATE(55), - [sym_continue_statement] = STATE(55), - [sym_goto_statement] = STATE(55), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(55), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(55), - [sym_template_instantiation] = STATE(55), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(55), - [sym_operator_cast_declaration] = STATE(55), - [sym_constructor_or_destructor_definition] = STATE(55), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [sym_namespace_definition] = STATE(55), - [sym_using_declaration] = STATE(55), - [sym_alias_declaration] = STATE(55), - [sym_static_assert_declaration] = STATE(55), - [sym_for_range_loop] = STATE(55), - [sym_co_return_statement] = STATE(55), - [sym_co_yield_statement] = STATE(55), - [sym_throw_statement] = STATE(55), - [sym_try_statement] = STATE(55), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(55), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(55), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -35408,9 +34166,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -35422,8 +34180,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(649), - [anon_sym_RBRACE] = ACTIONS(665), + [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -35444,17 +34201,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -35478,229 +34235,229 @@ 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(201), + [anon_sym_template] = ACTIONS(115), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(653), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(652), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [36] = { - [sym_preproc_include] = STATE(55), - [sym_preproc_def] = STATE(55), - [sym_preproc_function_def] = STATE(55), - [sym_preproc_call] = STATE(55), - [sym_preproc_if] = STATE(55), - [sym_preproc_ifdef] = STATE(55), - [sym_function_definition] = STATE(55), - [sym_declaration] = STATE(55), - [sym_type_definition] = STATE(55), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(55), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(55), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_statement] = STATE(55), - [sym_labeled_statement] = STATE(55), - [sym_expression_statement] = STATE(55), - [sym_if_statement] = STATE(55), - [sym_switch_statement] = STATE(55), - [sym_case_statement] = STATE(55), - [sym_while_statement] = STATE(55), - [sym_do_statement] = STATE(55), - [sym_for_statement] = STATE(55), - [sym_return_statement] = STATE(55), - [sym_break_statement] = STATE(55), - [sym_continue_statement] = STATE(55), - [sym_goto_statement] = STATE(55), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(55), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(55), - [sym_template_instantiation] = STATE(55), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(55), - [sym_operator_cast_declaration] = STATE(55), - [sym_constructor_or_destructor_definition] = STATE(55), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [sym_namespace_definition] = STATE(55), - [sym_using_declaration] = STATE(55), - [sym_alias_declaration] = STATE(55), - [sym_static_assert_declaration] = STATE(55), - [sym_for_range_loop] = STATE(55), - [sym_co_return_statement] = STATE(55), - [sym_co_yield_statement] = STATE(55), - [sym_throw_statement] = STATE(55), - [sym_try_statement] = STATE(55), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(55), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(55), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -35709,9 +34466,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -35723,8 +34480,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(649), - [anon_sym_RBRACE] = ACTIONS(667), + [anon_sym_LBRACE] = ACTIONS(644), + [anon_sym_RBRACE] = ACTIONS(654), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -35745,17 +34502,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -35779,229 +34536,229 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(653), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(648), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [37] = { - [sym_preproc_include] = STATE(55), - [sym_preproc_def] = STATE(55), - [sym_preproc_function_def] = STATE(55), - [sym_preproc_call] = STATE(55), - [sym_preproc_if] = STATE(55), - [sym_preproc_ifdef] = STATE(55), - [sym_function_definition] = STATE(55), - [sym_declaration] = STATE(55), - [sym_type_definition] = STATE(55), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(55), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(55), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_statement] = STATE(55), - [sym_labeled_statement] = STATE(55), - [sym_expression_statement] = STATE(55), - [sym_if_statement] = STATE(55), - [sym_switch_statement] = STATE(55), - [sym_case_statement] = STATE(55), - [sym_while_statement] = STATE(55), - [sym_do_statement] = STATE(55), - [sym_for_statement] = STATE(55), - [sym_return_statement] = STATE(55), - [sym_break_statement] = STATE(55), - [sym_continue_statement] = STATE(55), - [sym_goto_statement] = STATE(55), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(55), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(55), - [sym_template_instantiation] = STATE(55), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(55), - [sym_operator_cast_declaration] = STATE(55), - [sym_constructor_or_destructor_definition] = STATE(55), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [sym_namespace_definition] = STATE(55), - [sym_using_declaration] = STATE(55), - [sym_alias_declaration] = STATE(55), - [sym_static_assert_declaration] = STATE(55), - [sym_for_range_loop] = STATE(55), - [sym_co_return_statement] = STATE(55), - [sym_co_yield_statement] = STATE(55), - [sym_throw_statement] = STATE(55), - [sym_try_statement] = STATE(55), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(55), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(55), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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), + [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), @@ -36010,9 +34767,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -36024,8 +34781,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(649), - [anon_sym_RBRACE] = ACTIONS(669), + [anon_sym_LBRACE] = ACTIONS(644), + [anon_sym_RBRACE] = ACTIONS(656), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -36046,17 +34803,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -36080,229 +34837,229 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(653), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [38] = { - [sym_preproc_include] = STATE(35), - [sym_preproc_def] = STATE(35), - [sym_preproc_function_def] = STATE(35), - [sym_preproc_call] = STATE(35), - [sym_preproc_if] = STATE(35), - [sym_preproc_ifdef] = STATE(35), - [sym_function_definition] = STATE(35), - [sym_declaration] = STATE(35), - [sym_type_definition] = STATE(35), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(35), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(35), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_statement] = STATE(35), - [sym_labeled_statement] = STATE(35), - [sym_expression_statement] = STATE(35), - [sym_if_statement] = STATE(35), - [sym_switch_statement] = STATE(35), - [sym_case_statement] = STATE(35), - [sym_while_statement] = STATE(35), - [sym_do_statement] = STATE(35), - [sym_for_statement] = STATE(35), - [sym_return_statement] = STATE(35), - [sym_break_statement] = STATE(35), - [sym_continue_statement] = STATE(35), - [sym_goto_statement] = STATE(35), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(35), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(35), - [sym_template_instantiation] = STATE(35), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(35), - [sym_operator_cast_declaration] = STATE(35), - [sym_constructor_or_destructor_definition] = STATE(35), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [sym_namespace_definition] = STATE(35), - [sym_using_declaration] = STATE(35), - [sym_alias_declaration] = STATE(35), - [sym_static_assert_declaration] = STATE(35), - [sym_for_range_loop] = STATE(35), - [sym_co_return_statement] = STATE(35), - [sym_co_yield_statement] = STATE(35), - [sym_throw_statement] = STATE(35), - [sym_try_statement] = STATE(35), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(35), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(35), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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), + [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), @@ -36311,9 +35068,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -36325,8 +35082,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(649), - [anon_sym_RBRACE] = ACTIONS(671), + [anon_sym_LBRACE] = ACTIONS(644), + [anon_sym_RBRACE] = ACTIONS(658), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -36347,17 +35104,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -36381,229 +35138,229 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(227), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(225), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [39] = { - [sym_preproc_include] = STATE(55), - [sym_preproc_def] = STATE(55), - [sym_preproc_function_def] = STATE(55), - [sym_preproc_call] = STATE(55), - [sym_preproc_if] = STATE(55), - [sym_preproc_ifdef] = STATE(55), - [sym_function_definition] = STATE(55), - [sym_declaration] = STATE(55), - [sym_type_definition] = STATE(55), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(55), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(55), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_statement] = STATE(55), - [sym_labeled_statement] = STATE(55), - [sym_expression_statement] = STATE(55), - [sym_if_statement] = STATE(55), - [sym_switch_statement] = STATE(55), - [sym_case_statement] = STATE(55), - [sym_while_statement] = STATE(55), - [sym_do_statement] = STATE(55), - [sym_for_statement] = STATE(55), - [sym_return_statement] = STATE(55), - [sym_break_statement] = STATE(55), - [sym_continue_statement] = STATE(55), - [sym_goto_statement] = STATE(55), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(55), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(55), - [sym_template_instantiation] = STATE(55), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(55), - [sym_operator_cast_declaration] = STATE(55), - [sym_constructor_or_destructor_definition] = STATE(55), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [sym_namespace_definition] = STATE(55), - [sym_using_declaration] = STATE(55), - [sym_alias_declaration] = STATE(55), - [sym_static_assert_declaration] = STATE(55), - [sym_for_range_loop] = STATE(55), - [sym_co_return_statement] = STATE(55), - [sym_co_yield_statement] = STATE(55), - [sym_throw_statement] = STATE(55), - [sym_try_statement] = STATE(55), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(55), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(55), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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), + [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), @@ -36612,9 +35369,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -36626,8 +35383,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(649), - [anon_sym_RBRACE] = ACTIONS(673), + [anon_sym_LBRACE] = ACTIONS(644), + [anon_sym_RBRACE] = ACTIONS(660), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -36648,17 +35405,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -36682,229 +35439,530 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(653), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(662), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [40] = { - [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(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(39), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(39), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(39), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(39), - [sym_template_instantiation] = STATE(39), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(39), - [sym_operator_cast_declaration] = STATE(39), - [sym_constructor_or_destructor_definition] = STATE(39), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(39), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(39), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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_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), @@ -36913,9 +35971,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -36927,8 +35985,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(649), - [anon_sym_RBRACE] = ACTIONS(675), + [anon_sym_LBRACE] = ACTIONS(644), + [anon_sym_RBRACE] = ACTIONS(759), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -36949,17 +36007,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -36983,229 +36041,229 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(677), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(648), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [41] = { - [sym_preproc_include] = STATE(55), - [sym_preproc_def] = STATE(55), - [sym_preproc_function_def] = STATE(55), - [sym_preproc_call] = STATE(55), - [sym_preproc_if] = STATE(55), - [sym_preproc_ifdef] = STATE(55), - [sym_function_definition] = STATE(55), - [sym_declaration] = STATE(55), - [sym_type_definition] = STATE(55), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(55), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(55), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_statement] = STATE(55), - [sym_labeled_statement] = STATE(55), - [sym_expression_statement] = STATE(55), - [sym_if_statement] = STATE(55), - [sym_switch_statement] = STATE(55), - [sym_case_statement] = STATE(55), - [sym_while_statement] = STATE(55), - [sym_do_statement] = STATE(55), - [sym_for_statement] = STATE(55), - [sym_return_statement] = STATE(55), - [sym_break_statement] = STATE(55), - [sym_continue_statement] = STATE(55), - [sym_goto_statement] = STATE(55), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(55), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(55), - [sym_template_instantiation] = STATE(55), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(55), - [sym_operator_cast_declaration] = STATE(55), - [sym_constructor_or_destructor_definition] = STATE(55), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [sym_namespace_definition] = STATE(55), - [sym_using_declaration] = STATE(55), - [sym_alias_declaration] = STATE(55), - [sym_static_assert_declaration] = STATE(55), - [sym_for_range_loop] = STATE(55), - [sym_co_return_statement] = STATE(55), - [sym_co_yield_statement] = STATE(55), - [sym_throw_statement] = STATE(55), - [sym_try_statement] = STATE(55), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(55), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(55), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -37214,9 +36272,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -37228,8 +36286,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(649), - [anon_sym_RBRACE] = ACTIONS(679), + [anon_sym_LBRACE] = ACTIONS(644), + [anon_sym_RBRACE] = ACTIONS(761), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -37250,17 +36308,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -37284,229 +36342,229 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(653), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(763), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [42] = { - [sym_preproc_include] = STATE(55), - [sym_preproc_def] = STATE(55), - [sym_preproc_function_def] = STATE(55), - [sym_preproc_call] = STATE(55), - [sym_preproc_if] = STATE(55), - [sym_preproc_ifdef] = STATE(55), - [sym_function_definition] = STATE(55), - [sym_declaration] = STATE(55), - [sym_type_definition] = STATE(55), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(55), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(55), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_statement] = STATE(55), - [sym_labeled_statement] = STATE(55), - [sym_expression_statement] = STATE(55), - [sym_if_statement] = STATE(55), - [sym_switch_statement] = STATE(55), - [sym_case_statement] = STATE(55), - [sym_while_statement] = STATE(55), - [sym_do_statement] = STATE(55), - [sym_for_statement] = STATE(55), - [sym_return_statement] = STATE(55), - [sym_break_statement] = STATE(55), - [sym_continue_statement] = STATE(55), - [sym_goto_statement] = STATE(55), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(55), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(55), - [sym_template_instantiation] = STATE(55), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(55), - [sym_operator_cast_declaration] = STATE(55), - [sym_constructor_or_destructor_definition] = STATE(55), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [sym_namespace_definition] = STATE(55), - [sym_using_declaration] = STATE(55), - [sym_alias_declaration] = STATE(55), - [sym_static_assert_declaration] = STATE(55), - [sym_for_range_loop] = STATE(55), - [sym_co_return_statement] = STATE(55), - [sym_co_yield_statement] = STATE(55), - [sym_throw_statement] = STATE(55), - [sym_try_statement] = STATE(55), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(55), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(55), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -37515,9 +36573,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -37529,8 +36587,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(649), - [anon_sym_RBRACE] = ACTIONS(681), + [anon_sym_LBRACE] = ACTIONS(644), + [anon_sym_RBRACE] = ACTIONS(765), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -37551,17 +36609,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -37585,229 +36643,530 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(653), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(648), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [43] = { - [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(1257), + [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(41), - [sym_attribute_specifier] = STATE(1257), + [sym_linkage_specification] = STATE(40), + [sym_attribute_specifier] = STATE(1295), [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(41), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(41), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(41), - [sym_template_instantiation] = STATE(41), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(41), - [sym_operator_cast_declaration] = STATE(41), - [sym_constructor_or_destructor_definition] = STATE(41), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(41), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(41), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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), + [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), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -37816,9 +37175,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -37830,8 +37189,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(649), - [anon_sym_RBRACE] = ACTIONS(683), + [anon_sym_LBRACE] = ACTIONS(644), + [anon_sym_RBRACE] = ACTIONS(860), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -37852,17 +37211,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -37886,112 +37245,111 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(685), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(648), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [44] = { + [42] = { [sym_preproc_include] = STATE(45), [sym_preproc_def] = STATE(45), [sym_preproc_function_def] = STATE(45), @@ -38001,28 +37359,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_function_definition] = STATE(45), [sym_declaration] = STATE(45), [sym_type_definition] = STATE(45), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3112), + [sym__declaration_modifiers] = STATE(1295), + [sym__declaration_specifiers] = STATE(2900), [sym_linkage_specification] = STATE(45), - [sym_attribute_specifier] = STATE(1257), + [sym_attribute_specifier] = STATE(1295), [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), + [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(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), + [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), @@ -38036,42 +37394,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(45), [sym_continue_statement] = STATE(45), [sym_goto_statement] = STATE(45), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), + [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(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), + [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(3948), - [sym__constructor_specifiers] = STATE(876), + [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(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), + [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), @@ -38081,34 +37439,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_co_yield_statement] = STATE(45), [sym_throw_statement] = STATE(45), [sym_try_statement] = STATE(45), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), + [sym_co_await_expression] = STATE(2685), + [sym_new_expression] = STATE(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(2209), - [sym_macro_annotation] = STATE(1266), + [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(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -38117,9 +37476,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -38131,8 +37490,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(649), - [anon_sym_RBRACE] = ACTIONS(687), + [anon_sym_LBRACE] = ACTIONS(644), + [anon_sym_RBRACE] = ACTIONS(862), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -38153,17 +37512,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -38187,229 +37546,229 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(689), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [45] = { - [sym_preproc_include] = STATE(55), - [sym_preproc_def] = STATE(55), - [sym_preproc_function_def] = STATE(55), - [sym_preproc_call] = STATE(55), - [sym_preproc_if] = STATE(55), - [sym_preproc_ifdef] = STATE(55), - [sym_function_definition] = STATE(55), - [sym_declaration] = STATE(55), - [sym_type_definition] = STATE(55), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(55), - [sym_attribute_specifier] = STATE(1257), + [43] = { + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(55), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_statement] = STATE(55), - [sym_labeled_statement] = STATE(55), - [sym_expression_statement] = STATE(55), - [sym_if_statement] = STATE(55), - [sym_switch_statement] = STATE(55), - [sym_case_statement] = STATE(55), - [sym_while_statement] = STATE(55), - [sym_do_statement] = STATE(55), - [sym_for_statement] = STATE(55), - [sym_return_statement] = STATE(55), - [sym_break_statement] = STATE(55), - [sym_continue_statement] = STATE(55), - [sym_goto_statement] = STATE(55), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(55), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(55), - [sym_template_instantiation] = STATE(55), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(55), - [sym_operator_cast_declaration] = STATE(55), - [sym_constructor_or_destructor_definition] = STATE(55), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [sym_namespace_definition] = STATE(55), - [sym_using_declaration] = STATE(55), - [sym_alias_declaration] = STATE(55), - [sym_static_assert_declaration] = STATE(55), - [sym_for_range_loop] = STATE(55), - [sym_co_return_statement] = STATE(55), - [sym_co_yield_statement] = STATE(55), - [sym_throw_statement] = STATE(55), - [sym_try_statement] = STATE(55), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(55), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(55), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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(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(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_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), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -38418,9 +37777,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -38432,8 +37791,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(649), - [anon_sym_RBRACE] = ACTIONS(691), + [anon_sym_LBRACE] = ACTIONS(644), + [anon_sym_RBRACE] = ACTIONS(864), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -38454,17 +37813,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -38488,530 +37847,229 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(653), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), - }, - [46] = { - [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(1257), - [sym__declaration_specifiers] = STATE(3121), - [sym_linkage_specification] = STATE(46), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1072), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3593), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(46), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1356), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(46), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(831), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(46), - [sym_template_instantiation] = STATE(46), - [sym_operator_cast] = STATE(3991), - [sym__constructor_specifiers] = STATE(831), - [sym_operator_cast_definition] = STATE(46), - [sym_operator_cast_declaration] = STATE(46), - [sym_constructor_or_destructor_definition] = STATE(46), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3991), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(46), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(46), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(987), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(831), - [ts_builtin_sym_end] = ACTIONS(693), - [sym_identifier] = ACTIONS(695), - [aux_sym_preproc_include_token1] = ACTIONS(698), - [aux_sym_preproc_def_token1] = ACTIONS(701), - [aux_sym_preproc_if_token1] = ACTIONS(704), - [aux_sym_preproc_ifdef_token1] = ACTIONS(707), - [aux_sym_preproc_ifdef_token2] = ACTIONS(707), - [sym_preproc_directive] = ACTIONS(710), - [anon_sym_LPAREN2] = ACTIONS(387), - [anon_sym_BANG] = ACTIONS(390), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_DASH] = ACTIONS(396), - [anon_sym_PLUS] = ACTIONS(396), - [anon_sym_STAR] = ACTIONS(399), - [anon_sym_AMP_AMP] = ACTIONS(402), - [anon_sym_AMP] = ACTIONS(405), - [anon_sym_SEMI] = ACTIONS(713), - [anon_sym_typedef] = ACTIONS(716), - [anon_sym_extern] = ACTIONS(719), - [anon_sym___attribute__] = ACTIONS(417), - [anon_sym_COLON_COLON] = ACTIONS(420), - [anon_sym_LBRACK_LBRACK] = ACTIONS(423), - [anon_sym___declspec] = ACTIONS(426), - [anon_sym___based] = ACTIONS(429), - [anon_sym___cdecl] = ACTIONS(432), - [anon_sym___clrcall] = ACTIONS(432), - [anon_sym___stdcall] = ACTIONS(432), - [anon_sym___fastcall] = ACTIONS(432), - [anon_sym___thiscall] = ACTIONS(432), - [anon_sym___vectorcall] = ACTIONS(432), - [anon_sym_LBRACE] = ACTIONS(722), - [anon_sym_LBRACK] = ACTIONS(438), - [anon_sym_static] = ACTIONS(441), - [anon_sym_register] = ACTIONS(441), - [anon_sym_inline] = ACTIONS(441), - [anon_sym_thread_local] = ACTIONS(441), - [anon_sym_const] = ACTIONS(444), - [anon_sym_volatile] = ACTIONS(444), - [anon_sym_restrict] = ACTIONS(444), - [anon_sym__Atomic] = ACTIONS(444), - [anon_sym_mutable] = ACTIONS(444), - [anon_sym_constexpr] = ACTIONS(444), - [anon_sym_signed] = ACTIONS(447), - [anon_sym_unsigned] = ACTIONS(447), - [anon_sym_long] = ACTIONS(447), - [anon_sym_short] = ACTIONS(447), - [sym_primitive_type] = ACTIONS(450), - [anon_sym_enum] = ACTIONS(453), - [anon_sym_class] = ACTIONS(456), - [anon_sym_struct] = ACTIONS(459), - [anon_sym_union] = ACTIONS(462), - [anon_sym_if] = ACTIONS(725), - [anon_sym_switch] = ACTIONS(728), - [anon_sym_case] = ACTIONS(731), - [anon_sym_default] = ACTIONS(734), - [anon_sym_while] = ACTIONS(737), - [anon_sym_do] = ACTIONS(740), - [anon_sym_for] = ACTIONS(743), - [anon_sym_return] = ACTIONS(746), - [anon_sym_break] = ACTIONS(749), - [anon_sym_continue] = ACTIONS(752), - [anon_sym_goto] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(498), - [anon_sym_PLUS_PLUS] = ACTIONS(498), - [anon_sym_sizeof] = ACTIONS(501), - [sym_number_literal] = ACTIONS(504), - [anon_sym_L_SQUOTE] = ACTIONS(507), - [anon_sym_u_SQUOTE] = ACTIONS(507), - [anon_sym_U_SQUOTE] = ACTIONS(507), - [anon_sym_u8_SQUOTE] = ACTIONS(507), - [anon_sym_SQUOTE] = ACTIONS(507), - [anon_sym_L_DQUOTE] = ACTIONS(510), - [anon_sym_u_DQUOTE] = ACTIONS(510), - [anon_sym_U_DQUOTE] = ACTIONS(510), - [anon_sym_u8_DQUOTE] = ACTIONS(510), - [anon_sym_DQUOTE] = ACTIONS(510), - [sym_true] = ACTIONS(513), - [sym_false] = ACTIONS(513), - [sym_null] = ACTIONS(513), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(516), - [anon_sym_virtual] = ACTIONS(519), - [anon_sym_explicit] = ACTIONS(522), - [sym_auto] = ACTIONS(525), - [anon_sym_typename] = ACTIONS(528), - [anon_sym_template] = ACTIONS(758), - [anon_sym_operator] = ACTIONS(534), - [anon_sym_delete] = ACTIONS(537), - [anon_sym_throw] = ACTIONS(761), - [anon_sym_namespace] = ACTIONS(764), - [anon_sym_using] = ACTIONS(767), - [anon_sym_static_assert] = ACTIONS(770), - [anon_sym_co_return] = ACTIONS(773), - [anon_sym_co_yield] = ACTIONS(776), - [anon_sym_try] = ACTIONS(779), - [anon_sym_co_await] = ACTIONS(561), - [anon_sym_new] = ACTIONS(564), - [sym_operator_name] = ACTIONS(567), - [sym_this] = ACTIONS(513), - [sym_nullptr] = ACTIONS(513), - [sym_alone_macro] = ACTIONS(782), - [aux_sym_alone_macro_call_token1] = ACTIONS(785), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(576), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(576), - [anon_sym_FORWARD] = ACTIONS(576), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(576), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(576), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(576), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(576), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(576), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(576), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(576), - [anon_sym_PS_GET] = ACTIONS(576), - [anon_sym_PS_GET_AND_SET] = ACTIONS(576), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(576), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(576), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(576), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(576), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(576), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(579), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(579), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(579), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(579), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(579), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(579), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(579), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(579), - [anon_sym_MOZ_COLD] = ACTIONS(579), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(579), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(579), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(579), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(579), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(579), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(579), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(579), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(579), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(579), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(579), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(579), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(579), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(579), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(579), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(579), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(579), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(579), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(579), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(579), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(579), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(579), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(579), - [anon_sym_MOZ_MUST_USE] = ACTIONS(579), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(579), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(579), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(579), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(579), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(579), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(579), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(579), - [anon_sym_MOZ_NONNULL] = ACTIONS(579), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(579), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(579), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(579), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(579), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(579), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(579), - [anon_sym_MOZ_NORETURN] = ACTIONS(579), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(579), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(579), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(579), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(579), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(579), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(579), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(579), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(579), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(579), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(579), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(579), - [anon_sym_MOZ_RAII] = ACTIONS(579), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(579), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(579), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(579), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(579), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(579), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(579), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(579), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(579), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(579), - [anon_sym_JS_PUBLIC_API] = ACTIONS(579), - [sym_raw_string_literal] = ACTIONS(582), + [sym_alone_macro] = ACTIONS(235), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [47] = { - [sym_preproc_include] = STATE(55), - [sym_preproc_def] = STATE(55), - [sym_preproc_function_def] = STATE(55), - [sym_preproc_call] = STATE(55), - [sym_preproc_if] = STATE(55), - [sym_preproc_ifdef] = STATE(55), - [sym_function_definition] = STATE(55), - [sym_declaration] = STATE(55), - [sym_type_definition] = STATE(55), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(55), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(55), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_statement] = STATE(55), - [sym_labeled_statement] = STATE(55), - [sym_expression_statement] = STATE(55), - [sym_if_statement] = STATE(55), - [sym_switch_statement] = STATE(55), - [sym_case_statement] = STATE(55), - [sym_while_statement] = STATE(55), - [sym_do_statement] = STATE(55), - [sym_for_statement] = STATE(55), - [sym_return_statement] = STATE(55), - [sym_break_statement] = STATE(55), - [sym_continue_statement] = STATE(55), - [sym_goto_statement] = STATE(55), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(55), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(55), - [sym_template_instantiation] = STATE(55), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(55), - [sym_operator_cast_declaration] = STATE(55), - [sym_constructor_or_destructor_definition] = STATE(55), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [sym_namespace_definition] = STATE(55), - [sym_using_declaration] = STATE(55), - [sym_alias_declaration] = STATE(55), - [sym_static_assert_declaration] = STATE(55), - [sym_for_range_loop] = STATE(55), - [sym_co_return_statement] = STATE(55), - [sym_co_yield_statement] = STATE(55), - [sym_throw_statement] = STATE(55), - [sym_try_statement] = STATE(55), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(55), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(55), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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), + [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), @@ -39020,9 +38078,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -39034,8 +38092,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(649), - [anon_sym_RBRACE] = ACTIONS(788), + [anon_sym_LBRACE] = ACTIONS(644), + [anon_sym_RBRACE] = ACTIONS(866), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -39056,17 +38114,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -39090,229 +38148,229 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(653), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [48] = { - [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(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(66), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(66), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(66), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(66), - [sym_template_instantiation] = STATE(66), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(66), - [sym_operator_cast_declaration] = STATE(66), - [sym_constructor_or_destructor_definition] = STATE(66), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(66), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(66), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -39321,9 +38379,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -39335,8 +38393,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(649), - [anon_sym_RBRACE] = ACTIONS(790), + [anon_sym_LBRACE] = ACTIONS(644), + [anon_sym_RBRACE] = ACTIONS(868), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -39357,17 +38415,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -39391,230 +38449,229 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(235), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(648), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [49] = { - [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(1257), - [sym__declaration_specifiers] = STATE(3109), - [sym_linkage_specification] = STATE(29), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1071), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3634), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(29), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1351), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(29), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(878), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(29), - [sym_template_instantiation] = STATE(29), - [sym_operator_cast] = STATE(3951), - [sym__constructor_specifiers] = STATE(878), - [sym_operator_cast_definition] = STATE(29), - [sym_operator_cast_declaration] = STATE(29), - [sym_constructor_or_destructor_definition] = STATE(29), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3951), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(29), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(29), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(980), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(878), - [sym_identifier] = ACTIONS(585), - [aux_sym_preproc_include_token1] = ACTIONS(587), - [aux_sym_preproc_def_token1] = ACTIONS(589), - [aux_sym_preproc_if_token1] = ACTIONS(591), - [aux_sym_preproc_if_token2] = ACTIONS(792), - [aux_sym_preproc_ifdef_token1] = ACTIONS(595), - [aux_sym_preproc_ifdef_token2] = ACTIONS(595), - [sym_preproc_directive] = ACTIONS(597), + [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), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -39623,9 +38680,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(599), - [anon_sym_typedef] = ACTIONS(601), - [anon_sym_extern] = ACTIONS(603), + [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), @@ -39637,7 +38694,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(605), + [anon_sym_LBRACE] = ACTIONS(644), + [anon_sym_RBRACE] = ACTIONS(870), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -39658,17 +38716,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(607), - [anon_sym_switch] = ACTIONS(609), - [anon_sym_case] = ACTIONS(611), - [anon_sym_default] = ACTIONS(613), - [anon_sym_while] = ACTIONS(615), - [anon_sym_do] = ACTIONS(617), - [anon_sym_for] = ACTIONS(619), - [anon_sym_return] = ACTIONS(621), - [anon_sym_break] = ACTIONS(623), - [anon_sym_continue] = ACTIONS(625), - [anon_sym_goto] = ACTIONS(627), + [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), @@ -39692,229 +38750,229 @@ 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(629), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(631), - [anon_sym_namespace] = ACTIONS(633), - [anon_sym_using] = ACTIONS(635), - [anon_sym_static_assert] = ACTIONS(637), - [anon_sym_co_return] = ACTIONS(639), - [anon_sym_co_yield] = ACTIONS(641), - [anon_sym_try] = ACTIONS(643), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(794), - [aux_sym_alone_macro_call_token1] = ACTIONS(647), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(648), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [50] = { - [sym_preproc_include] = STATE(55), - [sym_preproc_def] = STATE(55), - [sym_preproc_function_def] = STATE(55), - [sym_preproc_call] = STATE(55), - [sym_preproc_if] = STATE(55), - [sym_preproc_ifdef] = STATE(55), - [sym_function_definition] = STATE(55), - [sym_declaration] = STATE(55), - [sym_type_definition] = STATE(55), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(55), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(55), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_statement] = STATE(55), - [sym_labeled_statement] = STATE(55), - [sym_expression_statement] = STATE(55), - [sym_if_statement] = STATE(55), - [sym_switch_statement] = STATE(55), - [sym_case_statement] = STATE(55), - [sym_while_statement] = STATE(55), - [sym_do_statement] = STATE(55), - [sym_for_statement] = STATE(55), - [sym_return_statement] = STATE(55), - [sym_break_statement] = STATE(55), - [sym_continue_statement] = STATE(55), - [sym_goto_statement] = STATE(55), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(55), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(55), - [sym_template_instantiation] = STATE(55), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(55), - [sym_operator_cast_declaration] = STATE(55), - [sym_constructor_or_destructor_definition] = STATE(55), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [sym_namespace_definition] = STATE(55), - [sym_using_declaration] = STATE(55), - [sym_alias_declaration] = STATE(55), - [sym_static_assert_declaration] = STATE(55), - [sym_for_range_loop] = STATE(55), - [sym_co_return_statement] = STATE(55), - [sym_co_yield_statement] = STATE(55), - [sym_throw_statement] = STATE(55), - [sym_try_statement] = STATE(55), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(55), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(55), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -39923,9 +38981,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -39937,8 +38995,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(649), - [anon_sym_RBRACE] = ACTIONS(796), + [anon_sym_LBRACE] = ACTIONS(644), + [anon_sym_RBRACE] = ACTIONS(872), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -39959,17 +39017,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -39993,229 +39051,229 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(653), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(648), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [51] = { - [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(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(47), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(47), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(47), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(47), - [sym_template_instantiation] = STATE(47), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(47), - [sym_operator_cast_declaration] = STATE(47), - [sym_constructor_or_destructor_definition] = STATE(47), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(47), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(47), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -40224,9 +39282,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -40238,8 +39296,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(649), - [anon_sym_RBRACE] = ACTIONS(798), + [anon_sym_LBRACE] = ACTIONS(644), + [anon_sym_RBRACE] = ACTIONS(874), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -40260,17 +39318,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -40294,230 +39352,229 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(800), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(648), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [52] = { - [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(1257), - [sym__declaration_specifiers] = STATE(3121), - [sym_linkage_specification] = STATE(46), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1072), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3593), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(46), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1356), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(46), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(831), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(46), - [sym_template_instantiation] = STATE(46), - [sym_operator_cast] = STATE(3991), - [sym__constructor_specifiers] = STATE(831), - [sym_operator_cast_definition] = STATE(46), - [sym_operator_cast_declaration] = STATE(46), - [sym_constructor_or_destructor_definition] = STATE(46), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3991), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(46), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(46), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(987), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(831), - [ts_builtin_sym_end] = ACTIONS(802), - [sym_identifier] = ACTIONS(7), - [aux_sym_preproc_include_token1] = ACTIONS(9), - [aux_sym_preproc_def_token1] = ACTIONS(11), - [aux_sym_preproc_if_token1] = ACTIONS(13), - [aux_sym_preproc_ifdef_token1] = ACTIONS(15), - [aux_sym_preproc_ifdef_token2] = ACTIONS(15), - [sym_preproc_directive] = ACTIONS(17), + [sym_ms_declspec_modifier] = STATE(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_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), @@ -40526,9 +39583,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), @@ -40540,7 +39597,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(644), + [anon_sym_RBRACE] = ACTIONS(876), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -40561,17 +39619,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), @@ -40595,229 +39653,229 @@ 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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(804), - [aux_sym_alone_macro_call_token1] = ACTIONS(143), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [53] = { - [sym_preproc_include] = STATE(55), - [sym_preproc_def] = STATE(55), - [sym_preproc_function_def] = STATE(55), - [sym_preproc_call] = STATE(55), - [sym_preproc_if] = STATE(55), - [sym_preproc_ifdef] = STATE(55), - [sym_function_definition] = STATE(55), - [sym_declaration] = STATE(55), - [sym_type_definition] = STATE(55), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(55), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(55), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_statement] = STATE(55), - [sym_labeled_statement] = STATE(55), - [sym_expression_statement] = STATE(55), - [sym_if_statement] = STATE(55), - [sym_switch_statement] = STATE(55), - [sym_case_statement] = STATE(55), - [sym_while_statement] = STATE(55), - [sym_do_statement] = STATE(55), - [sym_for_statement] = STATE(55), - [sym_return_statement] = STATE(55), - [sym_break_statement] = STATE(55), - [sym_continue_statement] = STATE(55), - [sym_goto_statement] = STATE(55), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(55), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(55), - [sym_template_instantiation] = STATE(55), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(55), - [sym_operator_cast_declaration] = STATE(55), - [sym_constructor_or_destructor_definition] = STATE(55), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [sym_namespace_definition] = STATE(55), - [sym_using_declaration] = STATE(55), - [sym_alias_declaration] = STATE(55), - [sym_static_assert_declaration] = STATE(55), - [sym_for_range_loop] = STATE(55), - [sym_co_return_statement] = STATE(55), - [sym_co_yield_statement] = STATE(55), - [sym_throw_statement] = STATE(55), - [sym_try_statement] = STATE(55), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(55), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(55), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -40826,9 +39884,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -40840,8 +39898,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(649), - [anon_sym_RBRACE] = ACTIONS(806), + [anon_sym_LBRACE] = ACTIONS(644), + [anon_sym_RBRACE] = ACTIONS(878), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -40862,17 +39920,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -40896,831 +39954,230 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(653), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), - }, - [54] = { - [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(1257), - [sym__declaration_specifiers] = STATE(3109), - [sym_linkage_specification] = STATE(54), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1071), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3634), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(54), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1351), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(54), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(878), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(54), - [sym_template_instantiation] = STATE(54), - [sym_operator_cast] = STATE(3951), - [sym__constructor_specifiers] = STATE(878), - [sym_operator_cast_definition] = STATE(54), - [sym_operator_cast_declaration] = STATE(54), - [sym_constructor_or_destructor_definition] = STATE(54), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3951), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(54), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(54), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(980), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(878), - [sym_identifier] = ACTIONS(808), - [aux_sym_preproc_include_token1] = ACTIONS(811), - [aux_sym_preproc_def_token1] = ACTIONS(814), - [aux_sym_preproc_if_token1] = ACTIONS(817), - [aux_sym_preproc_if_token2] = ACTIONS(379), - [aux_sym_preproc_ifdef_token1] = ACTIONS(820), - [aux_sym_preproc_ifdef_token2] = ACTIONS(820), - [sym_preproc_directive] = ACTIONS(823), - [anon_sym_LPAREN2] = ACTIONS(387), - [anon_sym_BANG] = ACTIONS(390), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_DASH] = ACTIONS(396), - [anon_sym_PLUS] = ACTIONS(396), - [anon_sym_STAR] = ACTIONS(399), - [anon_sym_AMP_AMP] = ACTIONS(402), - [anon_sym_AMP] = ACTIONS(405), - [anon_sym_SEMI] = ACTIONS(826), - [anon_sym_typedef] = ACTIONS(829), - [anon_sym_extern] = ACTIONS(832), - [anon_sym___attribute__] = ACTIONS(417), - [anon_sym_COLON_COLON] = ACTIONS(420), - [anon_sym_LBRACK_LBRACK] = ACTIONS(423), - [anon_sym___declspec] = ACTIONS(426), - [anon_sym___based] = ACTIONS(429), - [anon_sym___cdecl] = ACTIONS(432), - [anon_sym___clrcall] = ACTIONS(432), - [anon_sym___stdcall] = ACTIONS(432), - [anon_sym___fastcall] = ACTIONS(432), - [anon_sym___thiscall] = ACTIONS(432), - [anon_sym___vectorcall] = ACTIONS(432), - [anon_sym_LBRACE] = ACTIONS(835), - [anon_sym_LBRACK] = ACTIONS(438), - [anon_sym_static] = ACTIONS(441), - [anon_sym_register] = ACTIONS(441), - [anon_sym_inline] = ACTIONS(441), - [anon_sym_thread_local] = ACTIONS(441), - [anon_sym_const] = ACTIONS(444), - [anon_sym_volatile] = ACTIONS(444), - [anon_sym_restrict] = ACTIONS(444), - [anon_sym__Atomic] = ACTIONS(444), - [anon_sym_mutable] = ACTIONS(444), - [anon_sym_constexpr] = ACTIONS(444), - [anon_sym_signed] = ACTIONS(447), - [anon_sym_unsigned] = ACTIONS(447), - [anon_sym_long] = ACTIONS(447), - [anon_sym_short] = ACTIONS(447), - [sym_primitive_type] = ACTIONS(450), - [anon_sym_enum] = ACTIONS(453), - [anon_sym_class] = ACTIONS(456), - [anon_sym_struct] = ACTIONS(459), - [anon_sym_union] = ACTIONS(462), - [anon_sym_if] = ACTIONS(838), - [anon_sym_switch] = ACTIONS(841), - [anon_sym_case] = ACTIONS(844), - [anon_sym_default] = ACTIONS(847), - [anon_sym_while] = ACTIONS(850), - [anon_sym_do] = ACTIONS(853), - [anon_sym_for] = ACTIONS(856), - [anon_sym_return] = ACTIONS(859), - [anon_sym_break] = ACTIONS(862), - [anon_sym_continue] = ACTIONS(865), - [anon_sym_goto] = ACTIONS(868), - [anon_sym_DASH_DASH] = ACTIONS(498), - [anon_sym_PLUS_PLUS] = ACTIONS(498), - [anon_sym_sizeof] = ACTIONS(501), - [sym_number_literal] = ACTIONS(504), - [anon_sym_L_SQUOTE] = ACTIONS(507), - [anon_sym_u_SQUOTE] = ACTIONS(507), - [anon_sym_U_SQUOTE] = ACTIONS(507), - [anon_sym_u8_SQUOTE] = ACTIONS(507), - [anon_sym_SQUOTE] = ACTIONS(507), - [anon_sym_L_DQUOTE] = ACTIONS(510), - [anon_sym_u_DQUOTE] = ACTIONS(510), - [anon_sym_U_DQUOTE] = ACTIONS(510), - [anon_sym_u8_DQUOTE] = ACTIONS(510), - [anon_sym_DQUOTE] = ACTIONS(510), - [sym_true] = ACTIONS(513), - [sym_false] = ACTIONS(513), - [sym_null] = ACTIONS(513), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(516), - [anon_sym_virtual] = ACTIONS(519), - [anon_sym_explicit] = ACTIONS(522), - [sym_auto] = ACTIONS(525), - [anon_sym_typename] = ACTIONS(528), - [anon_sym_template] = ACTIONS(871), - [anon_sym_operator] = ACTIONS(534), - [anon_sym_delete] = ACTIONS(537), - [anon_sym_throw] = ACTIONS(874), - [anon_sym_namespace] = ACTIONS(877), - [anon_sym_using] = ACTIONS(880), - [anon_sym_static_assert] = ACTIONS(883), - [anon_sym_co_return] = ACTIONS(886), - [anon_sym_co_yield] = ACTIONS(889), - [anon_sym_try] = ACTIONS(892), - [anon_sym_co_await] = ACTIONS(561), - [anon_sym_new] = ACTIONS(564), - [sym_operator_name] = ACTIONS(567), - [sym_this] = ACTIONS(513), - [sym_nullptr] = ACTIONS(513), - [sym_alone_macro] = ACTIONS(895), - [aux_sym_alone_macro_call_token1] = ACTIONS(898), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(576), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(576), - [anon_sym_FORWARD] = ACTIONS(576), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(576), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(576), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(576), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(576), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(576), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(576), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(576), - [anon_sym_PS_GET] = ACTIONS(576), - [anon_sym_PS_GET_AND_SET] = ACTIONS(576), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(576), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(576), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(576), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(576), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(576), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(579), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(579), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(579), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(579), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(579), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(579), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(579), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(579), - [anon_sym_MOZ_COLD] = ACTIONS(579), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(579), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(579), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(579), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(579), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(579), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(579), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(579), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(579), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(579), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(579), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(579), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(579), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(579), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(579), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(579), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(579), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(579), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(579), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(579), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(579), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(579), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(579), - [anon_sym_MOZ_MUST_USE] = ACTIONS(579), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(579), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(579), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(579), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(579), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(579), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(579), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(579), - [anon_sym_MOZ_NONNULL] = ACTIONS(579), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(579), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(579), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(579), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(579), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(579), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(579), - [anon_sym_MOZ_NORETURN] = ACTIONS(579), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(579), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(579), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(579), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(579), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(579), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(579), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(579), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(579), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(579), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(579), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(579), - [anon_sym_MOZ_RAII] = ACTIONS(579), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(579), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(579), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(579), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(579), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(579), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(579), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(579), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(579), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(579), - [anon_sym_JS_PUBLIC_API] = ACTIONS(579), - [sym_raw_string_literal] = ACTIONS(582), - }, - [55] = { - [sym_preproc_include] = STATE(55), - [sym_preproc_def] = STATE(55), - [sym_preproc_function_def] = STATE(55), - [sym_preproc_call] = STATE(55), - [sym_preproc_if] = STATE(55), - [sym_preproc_ifdef] = STATE(55), - [sym_function_definition] = STATE(55), - [sym_declaration] = STATE(55), - [sym_type_definition] = STATE(55), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(55), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(680), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(55), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_statement] = STATE(55), - [sym_labeled_statement] = STATE(55), - [sym_expression_statement] = STATE(55), - [sym_if_statement] = STATE(55), - [sym_switch_statement] = STATE(55), - [sym_case_statement] = STATE(55), - [sym_while_statement] = STATE(55), - [sym_do_statement] = STATE(55), - [sym_for_statement] = STATE(55), - [sym_return_statement] = STATE(55), - [sym_break_statement] = STATE(55), - [sym_continue_statement] = STATE(55), - [sym_goto_statement] = STATE(55), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(55), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(55), - [sym_template_instantiation] = STATE(55), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(55), - [sym_operator_cast_declaration] = STATE(55), - [sym_constructor_or_destructor_definition] = STATE(55), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [sym_namespace_definition] = STATE(55), - [sym_using_declaration] = STATE(55), - [sym_alias_declaration] = STATE(55), - [sym_static_assert_declaration] = STATE(55), - [sym_for_range_loop] = STATE(55), - [sym_co_return_statement] = STATE(55), - [sym_co_yield_statement] = STATE(55), - [sym_throw_statement] = STATE(55), - [sym_try_statement] = STATE(55), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(55), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(55), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(901), - [aux_sym_preproc_include_token1] = ACTIONS(904), - [aux_sym_preproc_def_token1] = ACTIONS(907), - [aux_sym_preproc_if_token1] = ACTIONS(910), - [aux_sym_preproc_ifdef_token1] = ACTIONS(913), - [aux_sym_preproc_ifdef_token2] = ACTIONS(913), - [sym_preproc_directive] = ACTIONS(916), - [anon_sym_LPAREN2] = ACTIONS(387), - [anon_sym_BANG] = ACTIONS(390), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_DASH] = ACTIONS(396), - [anon_sym_PLUS] = ACTIONS(396), - [anon_sym_STAR] = ACTIONS(399), - [anon_sym_AMP_AMP] = ACTIONS(402), - [anon_sym_AMP] = ACTIONS(405), - [anon_sym_SEMI] = ACTIONS(919), - [anon_sym_typedef] = ACTIONS(922), - [anon_sym_extern] = ACTIONS(925), - [anon_sym___attribute__] = ACTIONS(417), - [anon_sym_COLON_COLON] = ACTIONS(420), - [anon_sym_LBRACK_LBRACK] = ACTIONS(423), - [anon_sym___declspec] = ACTIONS(426), - [anon_sym___based] = ACTIONS(429), - [anon_sym___cdecl] = ACTIONS(432), - [anon_sym___clrcall] = ACTIONS(432), - [anon_sym___stdcall] = ACTIONS(432), - [anon_sym___fastcall] = ACTIONS(432), - [anon_sym___thiscall] = ACTIONS(432), - [anon_sym___vectorcall] = ACTIONS(432), - [anon_sym_LBRACE] = ACTIONS(928), - [anon_sym_RBRACE] = ACTIONS(693), - [anon_sym_LBRACK] = ACTIONS(438), - [anon_sym_static] = ACTIONS(441), - [anon_sym_register] = ACTIONS(441), - [anon_sym_inline] = ACTIONS(441), - [anon_sym_thread_local] = ACTIONS(441), - [anon_sym_const] = ACTIONS(444), - [anon_sym_volatile] = ACTIONS(444), - [anon_sym_restrict] = ACTIONS(444), - [anon_sym__Atomic] = ACTIONS(444), - [anon_sym_mutable] = ACTIONS(444), - [anon_sym_constexpr] = ACTIONS(444), - [anon_sym_signed] = ACTIONS(447), - [anon_sym_unsigned] = ACTIONS(447), - [anon_sym_long] = ACTIONS(447), - [anon_sym_short] = ACTIONS(447), - [sym_primitive_type] = ACTIONS(450), - [anon_sym_enum] = ACTIONS(453), - [anon_sym_class] = ACTIONS(456), - [anon_sym_struct] = ACTIONS(459), - [anon_sym_union] = ACTIONS(462), - [anon_sym_if] = ACTIONS(931), - [anon_sym_switch] = ACTIONS(934), - [anon_sym_case] = ACTIONS(937), - [anon_sym_default] = ACTIONS(940), - [anon_sym_while] = ACTIONS(943), - [anon_sym_do] = ACTIONS(946), - [anon_sym_for] = ACTIONS(949), - [anon_sym_return] = ACTIONS(952), - [anon_sym_break] = ACTIONS(955), - [anon_sym_continue] = ACTIONS(958), - [anon_sym_goto] = ACTIONS(961), - [anon_sym_DASH_DASH] = ACTIONS(498), - [anon_sym_PLUS_PLUS] = ACTIONS(498), - [anon_sym_sizeof] = ACTIONS(501), - [sym_number_literal] = ACTIONS(504), - [anon_sym_L_SQUOTE] = ACTIONS(507), - [anon_sym_u_SQUOTE] = ACTIONS(507), - [anon_sym_U_SQUOTE] = ACTIONS(507), - [anon_sym_u8_SQUOTE] = ACTIONS(507), - [anon_sym_SQUOTE] = ACTIONS(507), - [anon_sym_L_DQUOTE] = ACTIONS(510), - [anon_sym_u_DQUOTE] = ACTIONS(510), - [anon_sym_U_DQUOTE] = ACTIONS(510), - [anon_sym_u8_DQUOTE] = ACTIONS(510), - [anon_sym_DQUOTE] = ACTIONS(510), - [sym_true] = ACTIONS(513), - [sym_false] = ACTIONS(513), - [sym_null] = ACTIONS(513), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(516), - [anon_sym_virtual] = ACTIONS(519), - [anon_sym_explicit] = ACTIONS(522), - [sym_auto] = ACTIONS(525), - [anon_sym_typename] = ACTIONS(528), - [anon_sym_template] = ACTIONS(964), - [anon_sym_operator] = ACTIONS(534), - [anon_sym_delete] = ACTIONS(537), - [anon_sym_throw] = ACTIONS(967), - [anon_sym_namespace] = ACTIONS(970), - [anon_sym_using] = ACTIONS(973), - [anon_sym_static_assert] = ACTIONS(976), - [anon_sym_co_return] = ACTIONS(979), - [anon_sym_co_yield] = ACTIONS(982), - [anon_sym_try] = ACTIONS(985), - [anon_sym_co_await] = ACTIONS(561), - [anon_sym_new] = ACTIONS(564), - [sym_operator_name] = ACTIONS(567), - [sym_this] = ACTIONS(513), - [sym_nullptr] = ACTIONS(513), - [sym_alone_macro] = ACTIONS(988), - [aux_sym_alone_macro_call_token1] = ACTIONS(991), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(576), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(576), - [anon_sym_FORWARD] = ACTIONS(576), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(576), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(576), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(576), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(576), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(576), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(576), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(576), - [anon_sym_PS_GET] = ACTIONS(576), - [anon_sym_PS_GET_AND_SET] = ACTIONS(576), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(576), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(576), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(576), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(576), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(576), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(579), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(579), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(579), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(579), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(579), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(579), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(579), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(579), - [anon_sym_MOZ_COLD] = ACTIONS(579), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(579), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(579), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(579), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(579), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(579), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(579), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(579), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(579), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(579), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(579), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(579), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(579), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(579), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(579), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(579), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(579), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(579), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(579), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(579), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(579), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(579), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(579), - [anon_sym_MOZ_MUST_USE] = ACTIONS(579), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(579), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(579), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(579), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(579), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(579), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(579), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(579), - [anon_sym_MOZ_NONNULL] = ACTIONS(579), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(579), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(579), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(579), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(579), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(579), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(579), - [anon_sym_MOZ_NORETURN] = ACTIONS(579), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(579), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(579), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(579), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(579), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(579), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(579), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(579), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(579), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(579), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(579), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(579), - [anon_sym_MOZ_RAII] = ACTIONS(579), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(579), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(579), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(579), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(579), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(579), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(579), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(579), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(579), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(579), - [anon_sym_JS_PUBLIC_API] = ACTIONS(579), - [sym_raw_string_literal] = ACTIONS(582), + [sym_alone_macro] = ACTIONS(648), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [56] = { - [sym_preproc_include] = STATE(55), - [sym_preproc_def] = STATE(55), - [sym_preproc_function_def] = STATE(55), - [sym_preproc_call] = STATE(55), - [sym_preproc_if] = STATE(55), - [sym_preproc_ifdef] = STATE(55), - [sym_function_definition] = STATE(55), - [sym_declaration] = STATE(55), - [sym_type_definition] = STATE(55), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(55), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(55), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_statement] = STATE(55), - [sym_labeled_statement] = STATE(55), - [sym_expression_statement] = STATE(55), - [sym_if_statement] = STATE(55), - [sym_switch_statement] = STATE(55), - [sym_case_statement] = STATE(55), - [sym_while_statement] = STATE(55), - [sym_do_statement] = STATE(55), - [sym_for_statement] = STATE(55), - [sym_return_statement] = STATE(55), - [sym_break_statement] = STATE(55), - [sym_continue_statement] = STATE(55), - [sym_goto_statement] = STATE(55), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(55), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(55), - [sym_template_instantiation] = STATE(55), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(55), - [sym_operator_cast_declaration] = STATE(55), - [sym_constructor_or_destructor_definition] = STATE(55), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [sym_namespace_definition] = STATE(55), - [sym_using_declaration] = STATE(55), - [sym_alias_declaration] = STATE(55), - [sym_static_assert_declaration] = STATE(55), - [sym_for_range_loop] = STATE(55), - [sym_co_return_statement] = STATE(55), - [sym_co_yield_statement] = STATE(55), - [sym_throw_statement] = STATE(55), - [sym_try_statement] = STATE(55), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(55), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(55), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -41729,9 +40186,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [anon_sym_SEMI] = ACTIONS(594), + [anon_sym_typedef] = ACTIONS(596), + [anon_sym_extern] = ACTIONS(598), [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK_LBRACK] = ACTIONS(43), @@ -41743,8 +40200,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(649), - [anon_sym_RBRACE] = ACTIONS(994), + [anon_sym_LBRACE] = ACTIONS(600), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -41765,17 +40221,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -41799,229 +40255,229 @@ 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(201), + [anon_sym_template] = ACTIONS(624), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), - [sym_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(653), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(882), + [aux_sym_alone_macro_call_token1] = ACTIONS(642), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [57] = { - [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(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(53), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(53), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(53), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(53), - [sym_template_instantiation] = STATE(53), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(53), - [sym_operator_cast_declaration] = STATE(53), - [sym_constructor_or_destructor_definition] = STATE(53), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(53), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(53), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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), + [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), @@ -42030,9 +40486,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -42044,8 +40500,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(649), - [anon_sym_RBRACE] = ACTIONS(996), + [anon_sym_LBRACE] = ACTIONS(644), + [anon_sym_RBRACE] = ACTIONS(884), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -42066,17 +40522,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -42100,229 +40556,229 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(239), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(886), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [58] = { - [sym_preproc_include] = STATE(61), - [sym_preproc_def] = STATE(61), - [sym_preproc_function_def] = STATE(61), - [sym_preproc_call] = STATE(61), - [sym_preproc_if] = STATE(61), - [sym_preproc_ifdef] = STATE(61), - [sym_function_definition] = STATE(61), - [sym_declaration] = STATE(61), - [sym_type_definition] = STATE(61), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(61), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(61), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_statement] = STATE(61), - [sym_labeled_statement] = STATE(61), - [sym_expression_statement] = STATE(61), - [sym_if_statement] = STATE(61), - [sym_switch_statement] = STATE(61), - [sym_case_statement] = STATE(61), - [sym_while_statement] = STATE(61), - [sym_do_statement] = STATE(61), - [sym_for_statement] = STATE(61), - [sym_return_statement] = STATE(61), - [sym_break_statement] = STATE(61), - [sym_continue_statement] = STATE(61), - [sym_goto_statement] = STATE(61), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(61), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(61), - [sym_template_instantiation] = STATE(61), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(61), - [sym_operator_cast_declaration] = STATE(61), - [sym_constructor_or_destructor_definition] = STATE(61), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [sym_namespace_definition] = STATE(61), - [sym_using_declaration] = STATE(61), - [sym_alias_declaration] = STATE(61), - [sym_static_assert_declaration] = STATE(61), - [sym_for_range_loop] = STATE(61), - [sym_co_return_statement] = STATE(61), - [sym_co_yield_statement] = STATE(61), - [sym_throw_statement] = STATE(61), - [sym_try_statement] = STATE(61), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(61), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(61), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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), + [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), @@ -42331,9 +40787,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -42345,8 +40801,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(649), - [anon_sym_RBRACE] = ACTIONS(998), + [anon_sym_LBRACE] = ACTIONS(644), + [anon_sym_RBRACE] = ACTIONS(888), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -42367,17 +40823,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -42401,229 +40857,229 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1000), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(890), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [59] = { - [sym_preproc_include] = STATE(55), - [sym_preproc_def] = STATE(55), - [sym_preproc_function_def] = STATE(55), - [sym_preproc_call] = STATE(55), - [sym_preproc_if] = STATE(55), - [sym_preproc_ifdef] = STATE(55), - [sym_function_definition] = STATE(55), - [sym_declaration] = STATE(55), - [sym_type_definition] = STATE(55), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(55), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(55), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_statement] = STATE(55), - [sym_labeled_statement] = STATE(55), - [sym_expression_statement] = STATE(55), - [sym_if_statement] = STATE(55), - [sym_switch_statement] = STATE(55), - [sym_case_statement] = STATE(55), - [sym_while_statement] = STATE(55), - [sym_do_statement] = STATE(55), - [sym_for_statement] = STATE(55), - [sym_return_statement] = STATE(55), - [sym_break_statement] = STATE(55), - [sym_continue_statement] = STATE(55), - [sym_goto_statement] = STATE(55), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(55), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(55), - [sym_template_instantiation] = STATE(55), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(55), - [sym_operator_cast_declaration] = STATE(55), - [sym_constructor_or_destructor_definition] = STATE(55), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [sym_namespace_definition] = STATE(55), - [sym_using_declaration] = STATE(55), - [sym_alias_declaration] = STATE(55), - [sym_static_assert_declaration] = STATE(55), - [sym_for_range_loop] = STATE(55), - [sym_co_return_statement] = STATE(55), - [sym_co_yield_statement] = STATE(55), - [sym_throw_statement] = STATE(55), - [sym_try_statement] = STATE(55), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(55), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(55), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -42632,9 +41088,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -42646,8 +41102,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(649), - [anon_sym_RBRACE] = ACTIONS(1002), + [anon_sym_LBRACE] = ACTIONS(644), + [anon_sym_RBRACE] = ACTIONS(892), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -42668,17 +41124,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -42702,229 +41158,229 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(653), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(648), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [60] = { - [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(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(50), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(50), - [sym_template_instantiation] = STATE(50), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(50), - [sym_operator_cast_declaration] = STATE(50), - [sym_constructor_or_destructor_definition] = STATE(50), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(50), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(50), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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), + [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), @@ -42933,9 +41389,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -42947,8 +41403,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(649), - [anon_sym_RBRACE] = ACTIONS(1004), + [anon_sym_LBRACE] = ACTIONS(644), + [anon_sym_RBRACE] = ACTIONS(894), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -42969,17 +41425,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -43003,229 +41459,229 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(231), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(896), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [61] = { - [sym_preproc_include] = STATE(55), - [sym_preproc_def] = STATE(55), - [sym_preproc_function_def] = STATE(55), - [sym_preproc_call] = STATE(55), - [sym_preproc_if] = STATE(55), - [sym_preproc_ifdef] = STATE(55), - [sym_function_definition] = STATE(55), - [sym_declaration] = STATE(55), - [sym_type_definition] = STATE(55), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(55), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(55), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_statement] = STATE(55), - [sym_labeled_statement] = STATE(55), - [sym_expression_statement] = STATE(55), - [sym_if_statement] = STATE(55), - [sym_switch_statement] = STATE(55), - [sym_case_statement] = STATE(55), - [sym_while_statement] = STATE(55), - [sym_do_statement] = STATE(55), - [sym_for_statement] = STATE(55), - [sym_return_statement] = STATE(55), - [sym_break_statement] = STATE(55), - [sym_continue_statement] = STATE(55), - [sym_goto_statement] = STATE(55), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(55), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(55), - [sym_template_instantiation] = STATE(55), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(55), - [sym_operator_cast_declaration] = STATE(55), - [sym_constructor_or_destructor_definition] = STATE(55), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [sym_namespace_definition] = STATE(55), - [sym_using_declaration] = STATE(55), - [sym_alias_declaration] = STATE(55), - [sym_static_assert_declaration] = STATE(55), - [sym_for_range_loop] = STATE(55), - [sym_co_return_statement] = STATE(55), - [sym_co_yield_statement] = STATE(55), - [sym_throw_statement] = STATE(55), - [sym_try_statement] = STATE(55), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(55), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(55), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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), + [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), @@ -43234,9 +41690,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -43248,8 +41704,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(649), - [anon_sym_RBRACE] = ACTIONS(1006), + [anon_sym_LBRACE] = ACTIONS(644), + [anon_sym_RBRACE] = ACTIONS(898), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -43270,17 +41726,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -43304,229 +41760,229 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(653), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(900), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [62] = { - [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(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(59), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(59), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(59), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(59), - [sym_template_instantiation] = STATE(59), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(59), - [sym_operator_cast_declaration] = STATE(59), - [sym_constructor_or_destructor_definition] = STATE(59), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(59), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(59), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -43535,9 +41991,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -43549,8 +42005,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(649), - [anon_sym_RBRACE] = ACTIONS(1008), + [anon_sym_LBRACE] = ACTIONS(644), + [anon_sym_RBRACE] = ACTIONS(902), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -43571,17 +42027,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -43605,229 +42061,229 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1010), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(648), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [63] = { - [sym_preproc_include] = STATE(42), - [sym_preproc_def] = STATE(42), - [sym_preproc_function_def] = STATE(42), - [sym_preproc_call] = STATE(42), - [sym_preproc_if] = STATE(42), - [sym_preproc_ifdef] = STATE(42), - [sym_function_definition] = STATE(42), - [sym_declaration] = STATE(42), - [sym_type_definition] = STATE(42), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(42), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(42), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_statement] = STATE(42), - [sym_labeled_statement] = STATE(42), - [sym_expression_statement] = STATE(42), - [sym_if_statement] = STATE(42), - [sym_switch_statement] = STATE(42), - [sym_case_statement] = STATE(42), - [sym_while_statement] = STATE(42), - [sym_do_statement] = STATE(42), - [sym_for_statement] = STATE(42), - [sym_return_statement] = STATE(42), - [sym_break_statement] = STATE(42), - [sym_continue_statement] = STATE(42), - [sym_goto_statement] = STATE(42), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(42), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(42), - [sym_template_instantiation] = STATE(42), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(42), - [sym_operator_cast_declaration] = STATE(42), - [sym_constructor_or_destructor_definition] = STATE(42), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [sym_namespace_definition] = STATE(42), - [sym_using_declaration] = STATE(42), - [sym_alias_declaration] = STATE(42), - [sym_static_assert_declaration] = STATE(42), - [sym_for_range_loop] = STATE(42), - [sym_co_return_statement] = STATE(42), - [sym_co_yield_statement] = STATE(42), - [sym_throw_statement] = STATE(42), - [sym_try_statement] = STATE(42), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(42), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(42), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -43836,9 +42292,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -43850,8 +42306,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(649), - [anon_sym_RBRACE] = ACTIONS(1012), + [anon_sym_LBRACE] = ACTIONS(644), + [anon_sym_RBRACE] = ACTIONS(904), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -43872,17 +42328,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -43906,229 +42362,229 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(245), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(648), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [64] = { - [sym_preproc_include] = STATE(56), - [sym_preproc_def] = STATE(56), - [sym_preproc_function_def] = STATE(56), - [sym_preproc_call] = STATE(56), - [sym_preproc_if] = STATE(56), - [sym_preproc_ifdef] = STATE(56), - [sym_function_definition] = STATE(56), - [sym_declaration] = STATE(56), - [sym_type_definition] = STATE(56), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(56), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(56), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_statement] = STATE(56), - [sym_labeled_statement] = STATE(56), - [sym_expression_statement] = STATE(56), - [sym_if_statement] = STATE(56), - [sym_switch_statement] = STATE(56), - [sym_case_statement] = STATE(56), - [sym_while_statement] = STATE(56), - [sym_do_statement] = STATE(56), - [sym_for_statement] = STATE(56), - [sym_return_statement] = STATE(56), - [sym_break_statement] = STATE(56), - [sym_continue_statement] = STATE(56), - [sym_goto_statement] = STATE(56), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(56), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(56), - [sym_template_instantiation] = STATE(56), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(56), - [sym_operator_cast_declaration] = STATE(56), - [sym_constructor_or_destructor_definition] = STATE(56), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [sym_namespace_definition] = STATE(56), - [sym_using_declaration] = STATE(56), - [sym_alias_declaration] = STATE(56), - [sym_static_assert_declaration] = STATE(56), - [sym_for_range_loop] = STATE(56), - [sym_co_return_statement] = STATE(56), - [sym_co_yield_statement] = STATE(56), - [sym_throw_statement] = STATE(56), - [sym_try_statement] = STATE(56), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(56), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(56), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(23), @@ -44137,9 +42593,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -44151,8 +42607,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(649), - [anon_sym_RBRACE] = ACTIONS(1014), + [anon_sym_LBRACE] = ACTIONS(644), + [anon_sym_RBRACE] = ACTIONS(906), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -44173,17 +42629,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -44207,229 +42663,229 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1016), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(648), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [65] = { - [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(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(36), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(36), - [sym_template_instantiation] = STATE(36), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(36), - [sym_operator_cast_declaration] = STATE(36), - [sym_constructor_or_destructor_definition] = STATE(36), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(36), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(36), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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), + [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), @@ -44438,9 +42894,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -44452,8 +42908,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(649), - [anon_sym_RBRACE] = ACTIONS(1018), + [anon_sym_LBRACE] = ACTIONS(644), + [anon_sym_RBRACE] = ACTIONS(908), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -44474,17 +42930,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -44508,229 +42964,229 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1020), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(910), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [66] = { - [sym_preproc_include] = STATE(55), - [sym_preproc_def] = STATE(55), - [sym_preproc_function_def] = STATE(55), - [sym_preproc_call] = STATE(55), - [sym_preproc_if] = STATE(55), - [sym_preproc_ifdef] = STATE(55), - [sym_function_definition] = STATE(55), - [sym_declaration] = STATE(55), - [sym_type_definition] = STATE(55), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3112), - [sym_linkage_specification] = STATE(55), - [sym_attribute_specifier] = STATE(1257), + [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(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3619), - [sym_array_declarator] = STATE(3583), - [sym_compound_statement] = STATE(55), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_statement] = STATE(55), - [sym_labeled_statement] = STATE(55), - [sym_expression_statement] = STATE(55), - [sym_if_statement] = STATE(55), - [sym_switch_statement] = STATE(55), - [sym_case_statement] = STATE(55), - [sym_while_statement] = STATE(55), - [sym_do_statement] = STATE(55), - [sym_for_statement] = STATE(55), - [sym_return_statement] = STATE(55), - [sym_break_statement] = STATE(55), - [sym_continue_statement] = STATE(55), - [sym_goto_statement] = STATE(55), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__empty_declaration] = STATE(55), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(876), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(55), - [sym_template_instantiation] = STATE(55), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(876), - [sym_operator_cast_definition] = STATE(55), - [sym_operator_cast_declaration] = STATE(55), - [sym_constructor_or_destructor_definition] = STATE(55), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2702), - [sym_namespace_definition] = STATE(55), - [sym_using_declaration] = STATE(55), - [sym_alias_declaration] = STATE(55), - [sym_static_assert_declaration] = STATE(55), - [sym_for_range_loop] = STATE(55), - [sym_co_return_statement] = STATE(55), - [sym_co_yield_statement] = STATE(55), - [sym_throw_statement] = STATE(55), - [sym_try_statement] = STATE(55), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3410), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(1476), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_user_defined_literal] = STATE(2663), - [sym_alone_macro_call] = STATE(55), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1266), - [aux_sym_translation_unit_repeat1] = STATE(55), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(929), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(876), - [sym_identifier] = ACTIONS(151), - [aux_sym_preproc_include_token1] = ACTIONS(153), - [aux_sym_preproc_def_token1] = ACTIONS(155), - [aux_sym_preproc_if_token1] = ACTIONS(159), - [aux_sym_preproc_ifdef_token1] = ACTIONS(161), - [aux_sym_preproc_ifdef_token2] = ACTIONS(161), - [sym_preproc_directive] = ACTIONS(163), + [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), + [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), @@ -44739,9 +43195,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(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(169), + [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), @@ -44753,8 +43209,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(649), - [anon_sym_RBRACE] = ACTIONS(1022), + [anon_sym_LBRACE] = ACTIONS(644), + [anon_sym_RBRACE] = ACTIONS(912), [anon_sym_LBRACK] = ACTIONS(53), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), @@ -44775,17 +43231,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(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -44809,230 +43265,264 @@ 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(201), + [anon_sym_template] = ACTIONS(199), [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(205), - [anon_sym_using] = ACTIONS(207), - [anon_sym_static_assert] = ACTIONS(209), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(653), - [aux_sym_alone_macro_call_token1] = ACTIONS(219), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [67] = { - [sym_declaration] = STATE(68), - [sym_type_definition] = STATE(68), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3113), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(772), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_compound_statement] = STATE(68), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_non_case_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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1171), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_case_statement_repeat1] = STATE(68), - [sym_identifier] = ACTIONS(1024), - [aux_sym_preproc_include_token1] = ACTIONS(1026), - [aux_sym_preproc_def_token1] = ACTIONS(1026), - [aux_sym_preproc_if_token1] = ACTIONS(1026), - [aux_sym_preproc_if_token2] = ACTIONS(1026), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1026), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1026), - [aux_sym_preproc_else_token1] = ACTIONS(1026), - [aux_sym_preproc_elif_token1] = ACTIONS(1026), - [sym_preproc_directive] = ACTIONS(1026), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [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(21), + [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP_AMP] = ACTIONS(1032), - [anon_sym_AMP] = ACTIONS(1034), - [anon_sym_SEMI] = ACTIONS(265), - [anon_sym_typedef] = ACTIONS(267), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [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___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1040), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym___based] = ACTIONS(1026), - [anon_sym___cdecl] = ACTIONS(1026), - [anon_sym___clrcall] = ACTIONS(1026), - [anon_sym___stdcall] = ACTIONS(1026), - [anon_sym___fastcall] = ACTIONS(1026), - [anon_sym___thiscall] = ACTIONS(1026), - [anon_sym___vectorcall] = ACTIONS(1026), - [anon_sym_LBRACE] = ACTIONS(271), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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(644), + [anon_sym_RBRACE] = ACTIONS(914), + [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), @@ -45042,18 +43532,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(273), - [anon_sym_else] = ACTIONS(1026), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(1026), - [anon_sym_default] = ACTIONS(1026), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), + [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), @@ -45073,502 +43562,268 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), - [anon_sym_explicit] = ACTIONS(1026), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(109), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_operator] = ACTIONS(1026), + [anon_sym_template] = ACTIONS(199), + [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_namespace] = ACTIONS(1026), - [anon_sym_using] = ACTIONS(1026), - [anon_sym_static_assert] = ACTIONS(1026), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), + [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_operator_name] = ACTIONS(1026), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1032), - [aux_sym_alone_macro_call_token1] = ACTIONS(1026), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), - }, - [68] = { - [sym_declaration] = STATE(68), - [sym_type_definition] = STATE(68), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3113), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(772), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_compound_statement] = STATE(68), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_non_case_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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1171), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_case_statement_repeat1] = STATE(68), - [sym_identifier] = ACTIONS(1054), - [aux_sym_preproc_include_token1] = ACTIONS(1057), - [aux_sym_preproc_def_token1] = ACTIONS(1057), - [aux_sym_preproc_if_token1] = ACTIONS(1057), - [aux_sym_preproc_if_token2] = ACTIONS(1057), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1057), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1057), - [aux_sym_preproc_else_token1] = ACTIONS(1057), - [aux_sym_preproc_elif_token1] = ACTIONS(1057), - [sym_preproc_directive] = ACTIONS(1057), - [anon_sym_LPAREN2] = ACTIONS(1059), - [anon_sym_BANG] = ACTIONS(1062), - [anon_sym_TILDE] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1065), - [anon_sym_PLUS] = ACTIONS(1065), - [anon_sym_STAR] = ACTIONS(1068), - [anon_sym_AMP_AMP] = ACTIONS(1071), - [anon_sym_AMP] = ACTIONS(1073), - [anon_sym_SEMI] = ACTIONS(1076), - [anon_sym_typedef] = ACTIONS(1079), - [anon_sym_extern] = ACTIONS(1082), - [anon_sym___attribute__] = ACTIONS(1085), - [anon_sym_COLON_COLON] = ACTIONS(1088), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1091), - [anon_sym___declspec] = ACTIONS(1094), - [anon_sym___based] = ACTIONS(1057), - [anon_sym___cdecl] = ACTIONS(1057), - [anon_sym___clrcall] = ACTIONS(1057), - [anon_sym___stdcall] = ACTIONS(1057), - [anon_sym___fastcall] = ACTIONS(1057), - [anon_sym___thiscall] = ACTIONS(1057), - [anon_sym___vectorcall] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1097), - [anon_sym_LBRACK] = ACTIONS(1100), - [anon_sym_static] = ACTIONS(1082), - [anon_sym_register] = ACTIONS(1082), - [anon_sym_inline] = ACTIONS(1082), - [anon_sym_thread_local] = ACTIONS(1082), - [anon_sym_const] = ACTIONS(1103), - [anon_sym_volatile] = ACTIONS(1103), - [anon_sym_restrict] = ACTIONS(1103), - [anon_sym__Atomic] = ACTIONS(1103), - [anon_sym_mutable] = ACTIONS(1103), - [anon_sym_constexpr] = ACTIONS(1103), - [anon_sym_signed] = ACTIONS(1106), - [anon_sym_unsigned] = ACTIONS(1106), - [anon_sym_long] = ACTIONS(1106), - [anon_sym_short] = ACTIONS(1106), - [sym_primitive_type] = ACTIONS(1109), - [anon_sym_enum] = ACTIONS(1112), - [anon_sym_class] = ACTIONS(1115), - [anon_sym_struct] = ACTIONS(1118), - [anon_sym_union] = ACTIONS(1121), - [anon_sym_if] = ACTIONS(1124), - [anon_sym_else] = ACTIONS(1057), - [anon_sym_switch] = ACTIONS(1127), - [anon_sym_case] = ACTIONS(1057), - [anon_sym_default] = ACTIONS(1057), - [anon_sym_while] = ACTIONS(1130), - [anon_sym_do] = ACTIONS(1133), - [anon_sym_for] = ACTIONS(1136), - [anon_sym_return] = ACTIONS(1139), - [anon_sym_break] = ACTIONS(1142), - [anon_sym_continue] = ACTIONS(1145), - [anon_sym_goto] = ACTIONS(1148), - [anon_sym_DASH_DASH] = ACTIONS(1151), - [anon_sym_PLUS_PLUS] = ACTIONS(1151), - [anon_sym_sizeof] = ACTIONS(1154), - [sym_number_literal] = ACTIONS(1157), - [anon_sym_L_SQUOTE] = ACTIONS(1160), - [anon_sym_u_SQUOTE] = ACTIONS(1160), - [anon_sym_U_SQUOTE] = ACTIONS(1160), - [anon_sym_u8_SQUOTE] = ACTIONS(1160), - [anon_sym_SQUOTE] = ACTIONS(1160), - [anon_sym_L_DQUOTE] = ACTIONS(1163), - [anon_sym_u_DQUOTE] = ACTIONS(1163), - [anon_sym_U_DQUOTE] = ACTIONS(1163), - [anon_sym_u8_DQUOTE] = ACTIONS(1163), - [anon_sym_DQUOTE] = ACTIONS(1163), - [sym_true] = ACTIONS(1166), - [sym_false] = ACTIONS(1166), - [sym_null] = ACTIONS(1166), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1169), - [anon_sym_virtual] = ACTIONS(1172), - [anon_sym_explicit] = ACTIONS(1057), - [sym_auto] = ACTIONS(1175), - [anon_sym_typename] = ACTIONS(1178), - [anon_sym_template] = ACTIONS(1181), - [anon_sym_operator] = ACTIONS(1057), - [anon_sym_delete] = ACTIONS(1184), - [anon_sym_throw] = ACTIONS(1187), - [anon_sym_namespace] = ACTIONS(1057), - [anon_sym_using] = ACTIONS(1057), - [anon_sym_static_assert] = ACTIONS(1057), - [anon_sym_co_return] = ACTIONS(1190), - [anon_sym_co_yield] = ACTIONS(1193), - [anon_sym_try] = ACTIONS(1196), - [anon_sym_co_await] = ACTIONS(1199), - [anon_sym_new] = ACTIONS(1202), - [sym_operator_name] = ACTIONS(1057), - [sym_this] = ACTIONS(1166), - [sym_nullptr] = ACTIONS(1166), - [sym_alone_macro] = ACTIONS(1071), - [aux_sym_alone_macro_call_token1] = ACTIONS(1057), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1205), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_FORWARD] = ACTIONS(1205), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1205), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1205), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1205), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1205), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_PS_GET] = ACTIONS(1205), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1205), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1205), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1205), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1208), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1208), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1208), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1208), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1208), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1208), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1208), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1208), - [anon_sym_MOZ_COLD] = ACTIONS(1208), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1208), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1208), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1208), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1208), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1208), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1208), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1208), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1208), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1208), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1208), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1208), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1208), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1208), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1208), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1208), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1208), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1208), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1208), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1208), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1208), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_NONNULL] = ACTIONS(1208), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1208), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1208), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1208), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1208), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1208), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_NORETURN] = ACTIONS(1208), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1208), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1208), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1208), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1208), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1208), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1208), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1208), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1208), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1208), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1208), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1208), - [anon_sym_MOZ_RAII] = ACTIONS(1208), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1208), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1208), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1208), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1208), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1208), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1208), - [sym_raw_string_literal] = ACTIONS(1211), + [sym_alone_macro] = ACTIONS(648), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [69] = { - [sym_declaration] = STATE(70), - [sym_type_definition] = STATE(70), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3113), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(772), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_compound_statement] = STATE(70), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_non_case_statement] = STATE(70), - [sym_labeled_statement] = STATE(70), - [sym_expression_statement] = STATE(70), - [sym_if_statement] = STATE(70), - [sym_switch_statement] = STATE(70), - [sym_while_statement] = STATE(70), - [sym_do_statement] = STATE(70), - [sym_for_statement] = STATE(70), - [sym_return_statement] = STATE(70), - [sym_break_statement] = STATE(70), - [sym_continue_statement] = STATE(70), - [sym_goto_statement] = STATE(70), - [sym__expression] = STATE(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(70), - [sym_co_return_statement] = STATE(70), - [sym_co_yield_statement] = STATE(70), - [sym_throw_statement] = STATE(70), - [sym_try_statement] = STATE(70), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1171), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_case_statement_repeat1] = STATE(70), - [sym_identifier] = ACTIONS(1024), - [aux_sym_preproc_include_token1] = ACTIONS(1214), - [aux_sym_preproc_def_token1] = ACTIONS(1214), - [aux_sym_preproc_if_token1] = ACTIONS(1214), - [aux_sym_preproc_if_token2] = ACTIONS(1214), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1214), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1214), - [aux_sym_preproc_else_token1] = ACTIONS(1214), - [aux_sym_preproc_elif_token1] = ACTIONS(1214), - [sym_preproc_directive] = ACTIONS(1214), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [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(21), + [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP_AMP] = ACTIONS(1216), - [anon_sym_AMP] = ACTIONS(1034), - [anon_sym_SEMI] = ACTIONS(265), - [anon_sym_typedef] = ACTIONS(267), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [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___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1040), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym___based] = ACTIONS(1214), - [anon_sym___cdecl] = ACTIONS(1214), - [anon_sym___clrcall] = ACTIONS(1214), - [anon_sym___stdcall] = ACTIONS(1214), - [anon_sym___fastcall] = ACTIONS(1214), - [anon_sym___thiscall] = ACTIONS(1214), - [anon_sym___vectorcall] = ACTIONS(1214), - [anon_sym_LBRACE] = ACTIONS(271), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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(644), + [anon_sym_RBRACE] = ACTIONS(916), + [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), @@ -45578,18 +43833,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(273), - [anon_sym_else] = ACTIONS(1214), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(1214), - [anon_sym_default] = ACTIONS(1214), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), + [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), @@ -45609,234 +43863,268 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), - [anon_sym_explicit] = ACTIONS(1214), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(109), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_operator] = ACTIONS(1214), + [anon_sym_template] = ACTIONS(199), + [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_namespace] = ACTIONS(1214), - [anon_sym_using] = ACTIONS(1214), - [anon_sym_static_assert] = ACTIONS(1214), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), + [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_operator_name] = ACTIONS(1214), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1216), - [aux_sym_alone_macro_call_token1] = ACTIONS(1214), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(918), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [70] = { - [sym_declaration] = STATE(68), - [sym_type_definition] = STATE(68), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3113), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(772), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_compound_statement] = STATE(68), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_non_case_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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1171), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_case_statement_repeat1] = STATE(68), - [sym_identifier] = ACTIONS(1024), - [aux_sym_preproc_include_token1] = ACTIONS(1218), - [aux_sym_preproc_def_token1] = ACTIONS(1218), - [aux_sym_preproc_if_token1] = ACTIONS(1218), - [aux_sym_preproc_if_token2] = ACTIONS(1218), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1218), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1218), - [aux_sym_preproc_else_token1] = ACTIONS(1218), - [aux_sym_preproc_elif_token1] = ACTIONS(1218), - [sym_preproc_directive] = ACTIONS(1218), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [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(21), + [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP_AMP] = ACTIONS(1220), - [anon_sym_AMP] = ACTIONS(1034), - [anon_sym_SEMI] = ACTIONS(265), - [anon_sym_typedef] = ACTIONS(267), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [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___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1040), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym___based] = ACTIONS(1218), - [anon_sym___cdecl] = ACTIONS(1218), - [anon_sym___clrcall] = ACTIONS(1218), - [anon_sym___stdcall] = ACTIONS(1218), - [anon_sym___fastcall] = ACTIONS(1218), - [anon_sym___thiscall] = ACTIONS(1218), - [anon_sym___vectorcall] = ACTIONS(1218), - [anon_sym_LBRACE] = ACTIONS(271), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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(644), + [anon_sym_RBRACE] = ACTIONS(920), + [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), @@ -45846,18 +44134,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(273), - [anon_sym_else] = ACTIONS(1218), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(1218), - [anon_sym_default] = ACTIONS(1218), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), + [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), @@ -45877,234 +44164,268 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), - [anon_sym_explicit] = ACTIONS(1218), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(109), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_operator] = ACTIONS(1218), + [anon_sym_template] = ACTIONS(199), + [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_namespace] = ACTIONS(1218), - [anon_sym_using] = ACTIONS(1218), - [anon_sym_static_assert] = ACTIONS(1218), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), + [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_operator_name] = ACTIONS(1218), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1220), - [aux_sym_alone_macro_call_token1] = ACTIONS(1218), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(648), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [71] = { - [sym_declaration] = STATE(67), - [sym_type_definition] = STATE(67), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3113), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(772), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_compound_statement] = STATE(67), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_non_case_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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1171), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_case_statement_repeat1] = STATE(67), - [sym_identifier] = ACTIONS(1024), - [aux_sym_preproc_include_token1] = ACTIONS(1222), - [aux_sym_preproc_def_token1] = ACTIONS(1222), - [aux_sym_preproc_if_token1] = ACTIONS(1222), - [aux_sym_preproc_if_token2] = ACTIONS(1222), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1222), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1222), - [aux_sym_preproc_else_token1] = ACTIONS(1222), - [aux_sym_preproc_elif_token1] = ACTIONS(1222), - [sym_preproc_directive] = ACTIONS(1222), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [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(21), + [anon_sym_TILDE] = ACTIONS(23), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP_AMP] = ACTIONS(1224), - [anon_sym_AMP] = ACTIONS(1034), - [anon_sym_SEMI] = ACTIONS(265), - [anon_sym_typedef] = ACTIONS(267), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [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___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1040), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym___based] = ACTIONS(1222), - [anon_sym___cdecl] = ACTIONS(1222), - [anon_sym___clrcall] = ACTIONS(1222), - [anon_sym___stdcall] = ACTIONS(1222), - [anon_sym___fastcall] = ACTIONS(1222), - [anon_sym___thiscall] = ACTIONS(1222), - [anon_sym___vectorcall] = ACTIONS(1222), - [anon_sym_LBRACE] = ACTIONS(271), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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(644), + [anon_sym_RBRACE] = ACTIONS(922), + [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), @@ -46114,18 +44435,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(273), - [anon_sym_else] = ACTIONS(1222), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(1222), - [anon_sym_default] = ACTIONS(1222), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), + [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), @@ -46145,232 +44465,534 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), - [anon_sym_explicit] = ACTIONS(1222), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(109), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_operator] = ACTIONS(1222), + [anon_sym_template] = ACTIONS(199), + [anon_sym_operator] = ACTIONS(117), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_namespace] = ACTIONS(1222), - [anon_sym_using] = ACTIONS(1222), - [anon_sym_static_assert] = ACTIONS(1222), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), + [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_operator_name] = ACTIONS(1222), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1224), - [aux_sym_alone_macro_call_token1] = ACTIONS(1222), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(924), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [72] = { - [sym_declaration] = STATE(77), - [sym_type_definition] = STATE(77), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3127), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(772), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_compound_statement] = STATE(77), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_non_case_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(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1203), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_case_statement_repeat1] = STATE(77), - [ts_builtin_sym_end] = ACTIONS(1216), - [sym_identifier] = ACTIONS(1226), - [aux_sym_preproc_include_token1] = ACTIONS(1214), - [aux_sym_preproc_def_token1] = ACTIONS(1214), - [aux_sym_preproc_if_token1] = ACTIONS(1214), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1214), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1214), - [sym_preproc_directive] = ACTIONS(1214), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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_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_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(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(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), + [aux_sym_case_statement_repeat1] = STATE(68), + [sym_identifier] = ACTIONS(1019), + [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), + [aux_sym_preproc_else_token1] = ACTIONS(1021), + [aux_sym_preproc_elif_token1] = 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(1030), - [anon_sym_AMP_AMP] = ACTIONS(1216), - [anon_sym_AMP] = ACTIONS(1034), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_typedef] = ACTIONS(35), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP_AMP] = ACTIONS(1027), + [anon_sym_AMP] = ACTIONS(1029), + [anon_sym_SEMI] = ACTIONS(263), + [anon_sym_typedef] = ACTIONS(265), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1040), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym___based] = ACTIONS(1214), - [anon_sym___cdecl] = ACTIONS(1214), - [anon_sym___clrcall] = ACTIONS(1214), - [anon_sym___stdcall] = ACTIONS(1214), - [anon_sym___fastcall] = ACTIONS(1214), - [anon_sym___thiscall] = ACTIONS(1214), - [anon_sym___vectorcall] = ACTIONS(1214), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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(269), + [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), @@ -46380,18 +45002,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(1214), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1214), - [anon_sym_default] = ACTIONS(1214), - [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(271), + [anon_sym_else] = ACTIONS(1021), + [anon_sym_switch] = ACTIONS(273), + [anon_sym_case] = ACTIONS(1021), + [anon_sym_default] = ACTIONS(1021), + [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), @@ -46411,232 +45033,233 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), - [anon_sym_explicit] = ACTIONS(1214), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(1021), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_operator] = ACTIONS(1214), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(1021), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(121), - [anon_sym_namespace] = ACTIONS(1214), - [anon_sym_using] = ACTIONS(1214), - [anon_sym_static_assert] = ACTIONS(1214), - [anon_sym_co_return] = ACTIONS(129), - [anon_sym_co_yield] = ACTIONS(131), - [anon_sym_try] = ACTIONS(133), + [anon_sym_throw] = ACTIONS(295), + [anon_sym_namespace] = ACTIONS(1021), + [anon_sym_using] = ACTIONS(1021), + [anon_sym_static_assert] = ACTIONS(1021), + [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_operator_name] = ACTIONS(1214), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1216), - [aux_sym_alone_macro_call_token1] = ACTIONS(1214), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [73] = { - [sym_declaration] = STATE(85), - [sym_type_definition] = STATE(85), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3127), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(772), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_compound_statement] = STATE(85), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1203), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_case_statement_repeat1] = STATE(85), - [ts_builtin_sym_end] = ACTIONS(1032), - [sym_identifier] = ACTIONS(1226), - [aux_sym_preproc_include_token1] = ACTIONS(1026), - [aux_sym_preproc_def_token1] = ACTIONS(1026), - [aux_sym_preproc_if_token1] = ACTIONS(1026), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1026), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1026), - [sym_preproc_directive] = ACTIONS(1026), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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_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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP_AMP] = ACTIONS(1032), - [anon_sym_AMP] = ACTIONS(1034), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_typedef] = ACTIONS(35), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP_AMP] = ACTIONS(1039), + [anon_sym_AMP] = ACTIONS(1029), + [anon_sym_SEMI] = ACTIONS(263), + [anon_sym_typedef] = ACTIONS(265), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1040), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym___based] = ACTIONS(1026), - [anon_sym___cdecl] = ACTIONS(1026), - [anon_sym___clrcall] = ACTIONS(1026), - [anon_sym___stdcall] = ACTIONS(1026), - [anon_sym___fastcall] = ACTIONS(1026), - [anon_sym___thiscall] = ACTIONS(1026), - [anon_sym___vectorcall] = ACTIONS(1026), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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(269), + [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), @@ -46646,18 +45269,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(1026), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1026), - [anon_sym_default] = ACTIONS(1026), - [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(271), + [anon_sym_else] = ACTIONS(1037), + [anon_sym_switch] = ACTIONS(273), + [anon_sym_case] = ACTIONS(1037), + [anon_sym_default] = ACTIONS(1037), + [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), @@ -46677,232 +45300,500 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), - [anon_sym_explicit] = ACTIONS(1026), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(1037), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_operator] = ACTIONS(1026), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(1037), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(121), - [anon_sym_namespace] = ACTIONS(1026), - [anon_sym_using] = ACTIONS(1026), - [anon_sym_static_assert] = ACTIONS(1026), - [anon_sym_co_return] = ACTIONS(129), - [anon_sym_co_yield] = ACTIONS(131), - [anon_sym_try] = ACTIONS(133), + [anon_sym_throw] = ACTIONS(295), + [anon_sym_namespace] = ACTIONS(1037), + [anon_sym_using] = ACTIONS(1037), + [anon_sym_static_assert] = ACTIONS(1037), + [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_operator_name] = ACTIONS(1026), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1032), - [aux_sym_alone_macro_call_token1] = ACTIONS(1026), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(1039), + [aux_sym_alone_macro_call_token1] = ACTIONS(1037), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [74] = { - [sym_declaration] = STATE(83), - [sym_type_definition] = STATE(83), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3111), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(772), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_compound_statement] = STATE(83), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_non_case_statement] = STATE(83), - [sym_labeled_statement] = STATE(83), - [sym_expression_statement] = STATE(83), - [sym_if_statement] = STATE(83), - [sym_switch_statement] = STATE(83), - [sym_while_statement] = STATE(83), - [sym_do_statement] = STATE(83), - [sym_for_statement] = STATE(83), - [sym_return_statement] = STATE(83), - [sym_break_statement] = STATE(83), - [sym_continue_statement] = STATE(83), - [sym_goto_statement] = STATE(83), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(83), - [sym_co_return_statement] = STATE(83), - [sym_co_yield_statement] = STATE(83), - [sym_throw_statement] = STATE(83), - [sym_try_statement] = STATE(83), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1120), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_case_statement_repeat1] = STATE(83), - [sym_identifier] = ACTIONS(1228), - [aux_sym_preproc_include_token1] = ACTIONS(1214), - [aux_sym_preproc_def_token1] = ACTIONS(1214), - [aux_sym_preproc_if_token1] = ACTIONS(1214), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1214), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1214), - [sym_preproc_directive] = ACTIONS(1214), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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_identifier] = ACTIONS(1019), + [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), + [aux_sym_preproc_else_token1] = ACTIONS(1201), + [aux_sym_preproc_elif_token1] = 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(1030), - [anon_sym_AMP_AMP] = ACTIONS(1216), - [anon_sym_AMP] = ACTIONS(1034), - [anon_sym_SEMI] = ACTIONS(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP_AMP] = ACTIONS(1203), + [anon_sym_AMP] = ACTIONS(1029), + [anon_sym_SEMI] = ACTIONS(263), + [anon_sym_typedef] = ACTIONS(265), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1040), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym___based] = ACTIONS(1214), - [anon_sym___cdecl] = ACTIONS(1214), - [anon_sym___clrcall] = ACTIONS(1214), - [anon_sym___stdcall] = ACTIONS(1214), - [anon_sym___fastcall] = ACTIONS(1214), - [anon_sym___thiscall] = ACTIONS(1214), - [anon_sym___vectorcall] = ACTIONS(1214), - [anon_sym_LBRACE] = ACTIONS(649), - [anon_sym_RBRACE] = ACTIONS(1216), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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(269), + [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), @@ -46912,18 +45803,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(177), - [anon_sym_else] = ACTIONS(1214), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(1214), - [anon_sym_default] = ACTIONS(1214), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [anon_sym_if] = ACTIONS(271), + [anon_sym_else] = ACTIONS(1201), + [anon_sym_switch] = ACTIONS(273), + [anon_sym_case] = ACTIONS(1201), + [anon_sym_default] = ACTIONS(1201), + [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), @@ -46943,232 +45834,233 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), - [anon_sym_explicit] = ACTIONS(1214), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(1201), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_operator] = ACTIONS(1214), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(1201), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(1214), - [anon_sym_using] = ACTIONS(1214), - [anon_sym_static_assert] = ACTIONS(1214), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [anon_sym_throw] = ACTIONS(295), + [anon_sym_namespace] = ACTIONS(1201), + [anon_sym_using] = ACTIONS(1201), + [anon_sym_static_assert] = ACTIONS(1201), + [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_operator_name] = ACTIONS(1214), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1216), - [aux_sym_alone_macro_call_token1] = ACTIONS(1214), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [75] = { - [sym_declaration] = STATE(73), - [sym_type_definition] = STATE(73), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3127), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(772), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_compound_statement] = STATE(73), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1203), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_case_statement_repeat1] = STATE(73), - [ts_builtin_sym_end] = ACTIONS(1224), - [sym_identifier] = ACTIONS(1226), - [aux_sym_preproc_include_token1] = ACTIONS(1222), - [aux_sym_preproc_def_token1] = ACTIONS(1222), - [aux_sym_preproc_if_token1] = ACTIONS(1222), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1222), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1222), - [sym_preproc_directive] = ACTIONS(1222), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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_identifier] = ACTIONS(1019), + [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), + [aux_sym_preproc_else_token1] = ACTIONS(1205), + [aux_sym_preproc_elif_token1] = 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(1030), - [anon_sym_AMP_AMP] = ACTIONS(1224), - [anon_sym_AMP] = ACTIONS(1034), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_typedef] = ACTIONS(35), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP_AMP] = ACTIONS(1207), + [anon_sym_AMP] = ACTIONS(1029), + [anon_sym_SEMI] = ACTIONS(263), + [anon_sym_typedef] = ACTIONS(265), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1040), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym___based] = ACTIONS(1222), - [anon_sym___cdecl] = ACTIONS(1222), - [anon_sym___clrcall] = ACTIONS(1222), - [anon_sym___stdcall] = ACTIONS(1222), - [anon_sym___fastcall] = ACTIONS(1222), - [anon_sym___thiscall] = ACTIONS(1222), - [anon_sym___vectorcall] = ACTIONS(1222), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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(269), + [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), @@ -47178,18 +46070,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(1222), - [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1222), - [anon_sym_default] = ACTIONS(1222), - [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(271), + [anon_sym_else] = ACTIONS(1205), + [anon_sym_switch] = ACTIONS(273), + [anon_sym_case] = ACTIONS(1205), + [anon_sym_default] = ACTIONS(1205), + [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), @@ -47209,232 +46101,231 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), - [anon_sym_explicit] = ACTIONS(1222), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(1205), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_operator] = ACTIONS(1222), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(1205), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(121), - [anon_sym_namespace] = ACTIONS(1222), - [anon_sym_using] = ACTIONS(1222), - [anon_sym_static_assert] = ACTIONS(1222), - [anon_sym_co_return] = ACTIONS(129), - [anon_sym_co_yield] = ACTIONS(131), - [anon_sym_try] = ACTIONS(133), + [anon_sym_throw] = ACTIONS(295), + [anon_sym_namespace] = ACTIONS(1205), + [anon_sym_using] = ACTIONS(1205), + [anon_sym_static_assert] = ACTIONS(1205), + [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_operator_name] = ACTIONS(1222), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1224), - [aux_sym_alone_macro_call_token1] = ACTIONS(1222), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [76] = { - [sym_declaration] = STATE(80), - [sym_type_definition] = STATE(80), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3115), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(772), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_compound_statement] = STATE(80), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1146), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_case_statement_repeat1] = STATE(80), - [sym_identifier] = ACTIONS(1230), - [aux_sym_preproc_include_token1] = ACTIONS(1214), - [aux_sym_preproc_def_token1] = ACTIONS(1214), - [aux_sym_preproc_if_token1] = ACTIONS(1214), - [aux_sym_preproc_if_token2] = ACTIONS(1214), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1214), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1214), - [sym_preproc_directive] = ACTIONS(1214), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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_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(1030), - [anon_sym_AMP_AMP] = ACTIONS(1216), - [anon_sym_AMP] = ACTIONS(1034), - [anon_sym_SEMI] = ACTIONS(599), - [anon_sym_typedef] = ACTIONS(601), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP_AMP] = ACTIONS(1203), + [anon_sym_AMP] = ACTIONS(1029), + [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(1040), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym___based] = ACTIONS(1214), - [anon_sym___cdecl] = ACTIONS(1214), - [anon_sym___clrcall] = ACTIONS(1214), - [anon_sym___stdcall] = ACTIONS(1214), - [anon_sym___fastcall] = ACTIONS(1214), - [anon_sym___thiscall] = ACTIONS(1214), - [anon_sym___vectorcall] = ACTIONS(1214), - [anon_sym_LBRACE] = ACTIONS(605), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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(51), + [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), @@ -47444,18 +46335,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(607), - [anon_sym_else] = ACTIONS(1214), - [anon_sym_switch] = ACTIONS(609), - [anon_sym_case] = ACTIONS(1214), - [anon_sym_default] = ACTIONS(1214), - [anon_sym_while] = ACTIONS(615), - [anon_sym_do] = ACTIONS(617), - [anon_sym_for] = ACTIONS(619), - [anon_sym_return] = ACTIONS(621), - [anon_sym_break] = ACTIONS(623), - [anon_sym_continue] = ACTIONS(625), - [anon_sym_goto] = ACTIONS(627), + [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), @@ -47475,232 +46366,231 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), - [anon_sym_explicit] = ACTIONS(1214), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(1201), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_operator] = ACTIONS(1214), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(1201), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(631), - [anon_sym_namespace] = ACTIONS(1214), - [anon_sym_using] = ACTIONS(1214), - [anon_sym_static_assert] = ACTIONS(1214), - [anon_sym_co_return] = ACTIONS(639), - [anon_sym_co_yield] = ACTIONS(641), - [anon_sym_try] = ACTIONS(643), + [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_operator_name] = ACTIONS(1214), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1216), - [aux_sym_alone_macro_call_token1] = ACTIONS(1214), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [77] = { - [sym_declaration] = STATE(85), - [sym_type_definition] = STATE(85), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3127), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(772), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_compound_statement] = STATE(85), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1203), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_case_statement_repeat1] = STATE(85), - [ts_builtin_sym_end] = ACTIONS(1220), - [sym_identifier] = ACTIONS(1226), - [aux_sym_preproc_include_token1] = ACTIONS(1218), - [aux_sym_preproc_def_token1] = ACTIONS(1218), - [aux_sym_preproc_if_token1] = ACTIONS(1218), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1218), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1218), - [sym_preproc_directive] = ACTIONS(1218), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP_AMP] = ACTIONS(1220), - [anon_sym_AMP] = ACTIONS(1034), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP_AMP] = ACTIONS(1207), + [anon_sym_AMP] = ACTIONS(1029), [anon_sym_SEMI] = ACTIONS(33), [anon_sym_typedef] = ACTIONS(35), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1040), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym___based] = ACTIONS(1218), - [anon_sym___cdecl] = ACTIONS(1218), - [anon_sym___clrcall] = ACTIONS(1218), - [anon_sym___stdcall] = ACTIONS(1218), - [anon_sym___fastcall] = ACTIONS(1218), - [anon_sym___thiscall] = ACTIONS(1218), - [anon_sym___vectorcall] = ACTIONS(1218), + [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_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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), @@ -47711,10 +46601,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(1218), + [anon_sym_else] = ACTIONS(1205), [anon_sym_switch] = ACTIONS(73), - [anon_sym_case] = ACTIONS(1218), - [anon_sym_default] = ACTIONS(1218), + [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), @@ -47741,764 +46631,1026 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), - [anon_sym_explicit] = ACTIONS(1218), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(1205), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_operator] = ACTIONS(1218), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(1205), [anon_sym_delete] = ACTIONS(119), [anon_sym_throw] = ACTIONS(121), - [anon_sym_namespace] = ACTIONS(1218), - [anon_sym_using] = ACTIONS(1218), - [anon_sym_static_assert] = ACTIONS(1218), + [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_operator_name] = ACTIONS(1218), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1220), - [aux_sym_alone_macro_call_token1] = ACTIONS(1218), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [78] = { - [sym_declaration] = STATE(78), - [sym_type_definition] = STATE(78), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3115), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(772), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_compound_statement] = STATE(78), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_non_case_statement] = STATE(78), - [sym_labeled_statement] = STATE(78), - [sym_expression_statement] = STATE(78), - [sym_if_statement] = STATE(78), - [sym_switch_statement] = STATE(78), - [sym_while_statement] = STATE(78), - [sym_do_statement] = STATE(78), - [sym_for_statement] = STATE(78), - [sym_return_statement] = STATE(78), - [sym_break_statement] = STATE(78), - [sym_continue_statement] = STATE(78), - [sym_goto_statement] = STATE(78), - [sym__expression] = STATE(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(78), - [sym_co_return_statement] = STATE(78), - [sym_co_yield_statement] = STATE(78), - [sym_throw_statement] = STATE(78), - [sym_try_statement] = STATE(78), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1146), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_case_statement_repeat1] = STATE(78), - [sym_identifier] = ACTIONS(1232), - [aux_sym_preproc_include_token1] = ACTIONS(1057), - [aux_sym_preproc_def_token1] = ACTIONS(1057), - [aux_sym_preproc_if_token1] = ACTIONS(1057), - [aux_sym_preproc_if_token2] = ACTIONS(1057), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1057), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1057), - [sym_preproc_directive] = ACTIONS(1057), - [anon_sym_LPAREN2] = ACTIONS(1059), - [anon_sym_BANG] = ACTIONS(1062), - [anon_sym_TILDE] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1065), - [anon_sym_PLUS] = ACTIONS(1065), - [anon_sym_STAR] = ACTIONS(1068), - [anon_sym_AMP_AMP] = ACTIONS(1071), - [anon_sym_AMP] = ACTIONS(1073), - [anon_sym_SEMI] = ACTIONS(1235), - [anon_sym_typedef] = ACTIONS(1238), - [anon_sym_extern] = ACTIONS(1082), - [anon_sym___attribute__] = ACTIONS(1085), - [anon_sym_COLON_COLON] = ACTIONS(1088), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1091), - [anon_sym___declspec] = ACTIONS(1094), - [anon_sym___based] = ACTIONS(1057), - [anon_sym___cdecl] = ACTIONS(1057), - [anon_sym___clrcall] = ACTIONS(1057), - [anon_sym___stdcall] = ACTIONS(1057), - [anon_sym___fastcall] = ACTIONS(1057), - [anon_sym___thiscall] = ACTIONS(1057), - [anon_sym___vectorcall] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1241), - [anon_sym_LBRACK] = ACTIONS(1100), - [anon_sym_static] = ACTIONS(1082), - [anon_sym_register] = ACTIONS(1082), - [anon_sym_inline] = ACTIONS(1082), - [anon_sym_thread_local] = ACTIONS(1082), - [anon_sym_const] = ACTIONS(1103), - [anon_sym_volatile] = ACTIONS(1103), - [anon_sym_restrict] = ACTIONS(1103), - [anon_sym__Atomic] = ACTIONS(1103), - [anon_sym_mutable] = ACTIONS(1103), - [anon_sym_constexpr] = ACTIONS(1103), - [anon_sym_signed] = ACTIONS(1106), - [anon_sym_unsigned] = ACTIONS(1106), - [anon_sym_long] = ACTIONS(1106), - [anon_sym_short] = ACTIONS(1106), - [sym_primitive_type] = ACTIONS(1109), - [anon_sym_enum] = ACTIONS(1112), - [anon_sym_class] = ACTIONS(1115), - [anon_sym_struct] = ACTIONS(1118), - [anon_sym_union] = ACTIONS(1121), - [anon_sym_if] = ACTIONS(1244), - [anon_sym_else] = ACTIONS(1057), - [anon_sym_switch] = ACTIONS(1247), - [anon_sym_case] = ACTIONS(1057), - [anon_sym_default] = ACTIONS(1057), - [anon_sym_while] = ACTIONS(1250), - [anon_sym_do] = ACTIONS(1253), - [anon_sym_for] = ACTIONS(1256), - [anon_sym_return] = ACTIONS(1259), - [anon_sym_break] = ACTIONS(1262), - [anon_sym_continue] = ACTIONS(1265), - [anon_sym_goto] = ACTIONS(1268), - [anon_sym_DASH_DASH] = ACTIONS(1151), - [anon_sym_PLUS_PLUS] = ACTIONS(1151), - [anon_sym_sizeof] = ACTIONS(1154), - [sym_number_literal] = ACTIONS(1157), - [anon_sym_L_SQUOTE] = ACTIONS(1160), - [anon_sym_u_SQUOTE] = ACTIONS(1160), - [anon_sym_U_SQUOTE] = ACTIONS(1160), - [anon_sym_u8_SQUOTE] = ACTIONS(1160), - [anon_sym_SQUOTE] = ACTIONS(1160), - [anon_sym_L_DQUOTE] = ACTIONS(1163), - [anon_sym_u_DQUOTE] = ACTIONS(1163), - [anon_sym_U_DQUOTE] = ACTIONS(1163), - [anon_sym_u8_DQUOTE] = ACTIONS(1163), - [anon_sym_DQUOTE] = ACTIONS(1163), - [sym_true] = ACTIONS(1166), - [sym_false] = ACTIONS(1166), - [sym_null] = ACTIONS(1166), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1169), - [anon_sym_virtual] = ACTIONS(1172), - [anon_sym_explicit] = ACTIONS(1057), - [sym_auto] = ACTIONS(1175), - [anon_sym_typename] = ACTIONS(1178), - [anon_sym_template] = ACTIONS(1181), - [anon_sym_operator] = ACTIONS(1057), - [anon_sym_delete] = ACTIONS(1184), - [anon_sym_throw] = ACTIONS(1271), - [anon_sym_namespace] = ACTIONS(1057), - [anon_sym_using] = ACTIONS(1057), - [anon_sym_static_assert] = ACTIONS(1057), - [anon_sym_co_return] = ACTIONS(1274), - [anon_sym_co_yield] = ACTIONS(1277), - [anon_sym_try] = ACTIONS(1280), - [anon_sym_co_await] = ACTIONS(1199), - [anon_sym_new] = ACTIONS(1202), - [sym_operator_name] = ACTIONS(1057), - [sym_this] = ACTIONS(1166), - [sym_nullptr] = ACTIONS(1166), - [sym_alone_macro] = ACTIONS(1071), - [aux_sym_alone_macro_call_token1] = ACTIONS(1057), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1205), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_FORWARD] = ACTIONS(1205), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1205), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1205), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1205), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1205), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_PS_GET] = ACTIONS(1205), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1205), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1205), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1205), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1208), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1208), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1208), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1208), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1208), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1208), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1208), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1208), - [anon_sym_MOZ_COLD] = ACTIONS(1208), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1208), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1208), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1208), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1208), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1208), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1208), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1208), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1208), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1208), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1208), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1208), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1208), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1208), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1208), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1208), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1208), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1208), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1208), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1208), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1208), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_NONNULL] = ACTIONS(1208), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1208), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1208), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1208), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1208), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1208), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_NORETURN] = ACTIONS(1208), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1208), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1208), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1208), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1208), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1208), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1208), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1208), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1208), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1208), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1208), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1208), - [anon_sym_MOZ_RAII] = ACTIONS(1208), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1208), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1208), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1208), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1208), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1208), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1208), - [sym_raw_string_literal] = ACTIONS(1211), + [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), }, - [79] = { - [sym_declaration] = STATE(79), - [sym_type_definition] = STATE(79), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3111), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(772), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_compound_statement] = STATE(79), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_non_case_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(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1120), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_case_statement_repeat1] = STATE(79), - [sym_identifier] = ACTIONS(1283), - [aux_sym_preproc_include_token1] = ACTIONS(1057), - [aux_sym_preproc_def_token1] = ACTIONS(1057), - [aux_sym_preproc_if_token1] = ACTIONS(1057), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1057), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1057), - [sym_preproc_directive] = ACTIONS(1057), - [anon_sym_LPAREN2] = ACTIONS(1059), - [anon_sym_BANG] = ACTIONS(1062), - [anon_sym_TILDE] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1065), - [anon_sym_PLUS] = ACTIONS(1065), - [anon_sym_STAR] = ACTIONS(1068), - [anon_sym_AMP_AMP] = ACTIONS(1071), - [anon_sym_AMP] = ACTIONS(1073), - [anon_sym_SEMI] = ACTIONS(1286), - [anon_sym_typedef] = ACTIONS(1289), - [anon_sym_extern] = ACTIONS(1082), - [anon_sym___attribute__] = ACTIONS(1085), - [anon_sym_COLON_COLON] = ACTIONS(1088), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1091), - [anon_sym___declspec] = ACTIONS(1094), - [anon_sym___based] = ACTIONS(1057), - [anon_sym___cdecl] = ACTIONS(1057), - [anon_sym___clrcall] = ACTIONS(1057), - [anon_sym___stdcall] = ACTIONS(1057), - [anon_sym___fastcall] = ACTIONS(1057), - [anon_sym___thiscall] = ACTIONS(1057), - [anon_sym___vectorcall] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1292), - [anon_sym_RBRACE] = ACTIONS(1071), - [anon_sym_LBRACK] = ACTIONS(1100), - [anon_sym_static] = ACTIONS(1082), - [anon_sym_register] = ACTIONS(1082), - [anon_sym_inline] = ACTIONS(1082), - [anon_sym_thread_local] = ACTIONS(1082), - [anon_sym_const] = ACTIONS(1103), - [anon_sym_volatile] = ACTIONS(1103), - [anon_sym_restrict] = ACTIONS(1103), - [anon_sym__Atomic] = ACTIONS(1103), - [anon_sym_mutable] = ACTIONS(1103), - [anon_sym_constexpr] = ACTIONS(1103), - [anon_sym_signed] = ACTIONS(1106), - [anon_sym_unsigned] = ACTIONS(1106), - [anon_sym_long] = ACTIONS(1106), - [anon_sym_short] = ACTIONS(1106), - [sym_primitive_type] = ACTIONS(1109), - [anon_sym_enum] = ACTIONS(1112), - [anon_sym_class] = ACTIONS(1115), - [anon_sym_struct] = ACTIONS(1118), - [anon_sym_union] = ACTIONS(1121), - [anon_sym_if] = ACTIONS(1295), - [anon_sym_else] = ACTIONS(1057), - [anon_sym_switch] = ACTIONS(1298), - [anon_sym_case] = ACTIONS(1057), - [anon_sym_default] = ACTIONS(1057), - [anon_sym_while] = ACTIONS(1301), - [anon_sym_do] = ACTIONS(1304), - [anon_sym_for] = ACTIONS(1307), - [anon_sym_return] = ACTIONS(1310), - [anon_sym_break] = ACTIONS(1313), - [anon_sym_continue] = ACTIONS(1316), - [anon_sym_goto] = ACTIONS(1319), - [anon_sym_DASH_DASH] = ACTIONS(1151), - [anon_sym_PLUS_PLUS] = ACTIONS(1151), - [anon_sym_sizeof] = ACTIONS(1154), - [sym_number_literal] = ACTIONS(1157), - [anon_sym_L_SQUOTE] = ACTIONS(1160), - [anon_sym_u_SQUOTE] = ACTIONS(1160), - [anon_sym_U_SQUOTE] = ACTIONS(1160), - [anon_sym_u8_SQUOTE] = ACTIONS(1160), - [anon_sym_SQUOTE] = ACTIONS(1160), - [anon_sym_L_DQUOTE] = ACTIONS(1163), - [anon_sym_u_DQUOTE] = ACTIONS(1163), - [anon_sym_U_DQUOTE] = ACTIONS(1163), - [anon_sym_u8_DQUOTE] = ACTIONS(1163), - [anon_sym_DQUOTE] = ACTIONS(1163), - [sym_true] = ACTIONS(1166), - [sym_false] = ACTIONS(1166), - [sym_null] = ACTIONS(1166), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1169), - [anon_sym_virtual] = ACTIONS(1172), - [anon_sym_explicit] = ACTIONS(1057), - [sym_auto] = ACTIONS(1175), - [anon_sym_typename] = ACTIONS(1178), - [anon_sym_template] = ACTIONS(1181), - [anon_sym_operator] = ACTIONS(1057), - [anon_sym_delete] = ACTIONS(1184), - [anon_sym_throw] = ACTIONS(1322), - [anon_sym_namespace] = ACTIONS(1057), - [anon_sym_using] = ACTIONS(1057), - [anon_sym_static_assert] = ACTIONS(1057), - [anon_sym_co_return] = ACTIONS(1325), - [anon_sym_co_yield] = ACTIONS(1328), - [anon_sym_try] = ACTIONS(1331), - [anon_sym_co_await] = ACTIONS(1199), - [anon_sym_new] = ACTIONS(1202), - [sym_operator_name] = ACTIONS(1057), - [sym_this] = ACTIONS(1166), - [sym_nullptr] = ACTIONS(1166), - [sym_alone_macro] = ACTIONS(1071), - [aux_sym_alone_macro_call_token1] = ACTIONS(1057), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1205), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_FORWARD] = ACTIONS(1205), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1205), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1205), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1205), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1205), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_PS_GET] = ACTIONS(1205), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1205), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1205), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1205), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1208), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1208), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1208), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1208), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1208), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1208), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1208), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1208), - [anon_sym_MOZ_COLD] = ACTIONS(1208), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1208), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1208), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1208), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1208), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1208), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1208), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1208), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1208), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1208), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1208), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1208), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1208), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1208), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1208), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1208), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1208), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1208), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1208), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1208), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1208), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_NONNULL] = ACTIONS(1208), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1208), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1208), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1208), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1208), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1208), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_NORETURN] = ACTIONS(1208), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1208), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1208), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1208), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1208), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1208), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1208), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1208), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1208), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1208), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1208), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1208), - [anon_sym_MOZ_RAII] = ACTIONS(1208), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1208), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1208), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1208), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1208), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1208), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1208), - [sym_raw_string_literal] = ACTIONS(1211), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(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] = ACTIONS(1029), + [anon_sym_SEMI] = ACTIONS(594), + [anon_sym_typedef] = ACTIONS(596), + [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_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(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_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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(1205), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(113), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(1205), + [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_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), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [80] = { - [sym_declaration] = STATE(78), - [sym_type_definition] = STATE(78), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3115), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(772), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_compound_statement] = STATE(78), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_non_case_statement] = STATE(78), - [sym_labeled_statement] = STATE(78), - [sym_expression_statement] = STATE(78), - [sym_if_statement] = STATE(78), - [sym_switch_statement] = STATE(78), - [sym_while_statement] = STATE(78), - [sym_do_statement] = STATE(78), - [sym_for_statement] = STATE(78), - [sym_return_statement] = STATE(78), - [sym_break_statement] = STATE(78), - [sym_continue_statement] = STATE(78), - [sym_goto_statement] = STATE(78), - [sym__expression] = STATE(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(78), - [sym_co_return_statement] = STATE(78), - [sym_co_yield_statement] = STATE(78), - [sym_throw_statement] = STATE(78), - [sym_try_statement] = STATE(78), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1146), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_case_statement_repeat1] = STATE(78), - [sym_identifier] = ACTIONS(1230), - [aux_sym_preproc_include_token1] = ACTIONS(1218), - [aux_sym_preproc_def_token1] = ACTIONS(1218), - [aux_sym_preproc_if_token1] = ACTIONS(1218), - [aux_sym_preproc_if_token2] = ACTIONS(1218), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1218), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1218), - [sym_preproc_directive] = ACTIONS(1218), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP_AMP] = ACTIONS(1220), - [anon_sym_AMP] = ACTIONS(1034), - [anon_sym_SEMI] = ACTIONS(599), - [anon_sym_typedef] = ACTIONS(601), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP_AMP] = ACTIONS(1203), + [anon_sym_AMP] = ACTIONS(1029), + [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(1040), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym___based] = ACTIONS(1218), - [anon_sym___cdecl] = ACTIONS(1218), - [anon_sym___clrcall] = ACTIONS(1218), - [anon_sym___stdcall] = ACTIONS(1218), - [anon_sym___fastcall] = ACTIONS(1218), - [anon_sym___thiscall] = ACTIONS(1218), - [anon_sym___vectorcall] = ACTIONS(1218), - [anon_sym_LBRACE] = ACTIONS(605), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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_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), @@ -48508,18 +47660,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(607), - [anon_sym_else] = ACTIONS(1218), - [anon_sym_switch] = ACTIONS(609), - [anon_sym_case] = ACTIONS(1218), - [anon_sym_default] = ACTIONS(1218), - [anon_sym_while] = ACTIONS(615), - [anon_sym_do] = ACTIONS(617), - [anon_sym_for] = ACTIONS(619), - [anon_sym_return] = ACTIONS(621), - [anon_sym_break] = ACTIONS(623), - [anon_sym_continue] = ACTIONS(625), - [anon_sym_goto] = ACTIONS(627), + [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), @@ -48539,232 +47691,231 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), - [anon_sym_explicit] = ACTIONS(1218), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(1201), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_operator] = ACTIONS(1218), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(1201), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(631), - [anon_sym_namespace] = ACTIONS(1218), - [anon_sym_using] = ACTIONS(1218), - [anon_sym_static_assert] = ACTIONS(1218), - [anon_sym_co_return] = ACTIONS(639), - [anon_sym_co_yield] = ACTIONS(641), - [anon_sym_try] = ACTIONS(643), + [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_operator_name] = ACTIONS(1218), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1220), - [aux_sym_alone_macro_call_token1] = ACTIONS(1218), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [81] = { - [sym_declaration] = STATE(78), - [sym_type_definition] = STATE(78), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3115), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(772), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_compound_statement] = STATE(78), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_non_case_statement] = STATE(78), - [sym_labeled_statement] = STATE(78), - [sym_expression_statement] = STATE(78), - [sym_if_statement] = STATE(78), - [sym_switch_statement] = STATE(78), - [sym_while_statement] = STATE(78), - [sym_do_statement] = STATE(78), - [sym_for_statement] = STATE(78), - [sym_return_statement] = STATE(78), - [sym_break_statement] = STATE(78), - [sym_continue_statement] = STATE(78), - [sym_goto_statement] = STATE(78), - [sym__expression] = STATE(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(78), - [sym_co_return_statement] = STATE(78), - [sym_co_yield_statement] = STATE(78), - [sym_throw_statement] = STATE(78), - [sym_try_statement] = STATE(78), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1146), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_case_statement_repeat1] = STATE(78), - [sym_identifier] = ACTIONS(1230), - [aux_sym_preproc_include_token1] = ACTIONS(1026), - [aux_sym_preproc_def_token1] = ACTIONS(1026), - [aux_sym_preproc_if_token1] = ACTIONS(1026), - [aux_sym_preproc_if_token2] = ACTIONS(1026), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1026), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1026), - [sym_preproc_directive] = ACTIONS(1026), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP_AMP] = ACTIONS(1032), - [anon_sym_AMP] = ACTIONS(1034), - [anon_sym_SEMI] = ACTIONS(599), - [anon_sym_typedef] = ACTIONS(601), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP_AMP] = ACTIONS(1027), + [anon_sym_AMP] = ACTIONS(1029), + [anon_sym_SEMI] = ACTIONS(594), + [anon_sym_typedef] = ACTIONS(596), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1040), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym___based] = ACTIONS(1026), - [anon_sym___cdecl] = ACTIONS(1026), - [anon_sym___clrcall] = ACTIONS(1026), - [anon_sym___stdcall] = ACTIONS(1026), - [anon_sym___fastcall] = ACTIONS(1026), - [anon_sym___thiscall] = ACTIONS(1026), - [anon_sym___vectorcall] = ACTIONS(1026), - [anon_sym_LBRACE] = ACTIONS(605), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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_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), @@ -48774,18 +47925,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(607), - [anon_sym_else] = ACTIONS(1026), - [anon_sym_switch] = ACTIONS(609), - [anon_sym_case] = ACTIONS(1026), - [anon_sym_default] = ACTIONS(1026), - [anon_sym_while] = ACTIONS(615), - [anon_sym_do] = ACTIONS(617), - [anon_sym_for] = ACTIONS(619), - [anon_sym_return] = ACTIONS(621), - [anon_sym_break] = ACTIONS(623), - [anon_sym_continue] = ACTIONS(625), - [anon_sym_goto] = ACTIONS(627), + [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_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -48805,232 +47956,231 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), - [anon_sym_explicit] = ACTIONS(1026), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(1021), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_operator] = ACTIONS(1026), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(1021), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(631), - [anon_sym_namespace] = ACTIONS(1026), - [anon_sym_using] = ACTIONS(1026), - [anon_sym_static_assert] = ACTIONS(1026), - [anon_sym_co_return] = ACTIONS(639), - [anon_sym_co_yield] = ACTIONS(641), - [anon_sym_try] = ACTIONS(643), + [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_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), - [sym_operator_name] = ACTIONS(1026), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1032), - [aux_sym_alone_macro_call_token1] = ACTIONS(1026), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [82] = { - [sym_declaration] = STATE(84), - [sym_type_definition] = STATE(84), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3111), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(772), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_compound_statement] = STATE(84), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_non_case_statement] = STATE(84), - [sym_labeled_statement] = STATE(84), - [sym_expression_statement] = STATE(84), - [sym_if_statement] = STATE(84), - [sym_switch_statement] = STATE(84), - [sym_while_statement] = STATE(84), - [sym_do_statement] = STATE(84), - [sym_for_statement] = STATE(84), - [sym_return_statement] = STATE(84), - [sym_break_statement] = STATE(84), - [sym_continue_statement] = STATE(84), - [sym_goto_statement] = STATE(84), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(84), - [sym_co_return_statement] = STATE(84), - [sym_co_yield_statement] = STATE(84), - [sym_throw_statement] = STATE(84), - [sym_try_statement] = STATE(84), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1120), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_case_statement_repeat1] = STATE(84), - [sym_identifier] = ACTIONS(1228), - [aux_sym_preproc_include_token1] = ACTIONS(1222), - [aux_sym_preproc_def_token1] = ACTIONS(1222), - [aux_sym_preproc_if_token1] = ACTIONS(1222), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1222), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1222), - [sym_preproc_directive] = ACTIONS(1222), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP_AMP] = ACTIONS(1224), - [anon_sym_AMP] = ACTIONS(1034), - [anon_sym_SEMI] = ACTIONS(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP_AMP] = ACTIONS(1027), + [anon_sym_AMP] = ACTIONS(1029), + [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(1040), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym___based] = ACTIONS(1222), - [anon_sym___cdecl] = ACTIONS(1222), - [anon_sym___clrcall] = ACTIONS(1222), - [anon_sym___stdcall] = ACTIONS(1222), - [anon_sym___fastcall] = ACTIONS(1222), - [anon_sym___thiscall] = ACTIONS(1222), - [anon_sym___vectorcall] = ACTIONS(1222), - [anon_sym_LBRACE] = ACTIONS(649), - [anon_sym_RBRACE] = ACTIONS(1224), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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_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), @@ -49040,18 +48190,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(177), - [anon_sym_else] = ACTIONS(1222), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(1222), - [anon_sym_default] = ACTIONS(1222), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -49071,232 +48221,496 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), - [anon_sym_explicit] = ACTIONS(1222), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(1021), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_operator] = ACTIONS(1222), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(1021), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(1222), - [anon_sym_using] = ACTIONS(1222), - [anon_sym_static_assert] = ACTIONS(1222), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(1222), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1224), - [aux_sym_alone_macro_call_token1] = ACTIONS(1222), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [83] = { - [sym_declaration] = STATE(79), - [sym_type_definition] = STATE(79), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3111), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(772), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_compound_statement] = STATE(79), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_non_case_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(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1120), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_case_statement_repeat1] = STATE(79), - [sym_identifier] = ACTIONS(1228), - [aux_sym_preproc_include_token1] = ACTIONS(1218), - [aux_sym_preproc_def_token1] = ACTIONS(1218), - [aux_sym_preproc_if_token1] = ACTIONS(1218), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1218), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1218), - [sym_preproc_directive] = ACTIONS(1218), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + }, + [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), + [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(1030), - [anon_sym_AMP_AMP] = ACTIONS(1220), - [anon_sym_AMP] = ACTIONS(1034), - [anon_sym_SEMI] = ACTIONS(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [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_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1040), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym___based] = ACTIONS(1218), - [anon_sym___cdecl] = ACTIONS(1218), - [anon_sym___clrcall] = ACTIONS(1218), - [anon_sym___stdcall] = ACTIONS(1218), - [anon_sym___fastcall] = ACTIONS(1218), - [anon_sym___thiscall] = ACTIONS(1218), - [anon_sym___vectorcall] = ACTIONS(1218), - [anon_sym_LBRACE] = ACTIONS(649), - [anon_sym_RBRACE] = ACTIONS(1220), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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(644), + [anon_sym_RBRACE] = ACTIONS(1207), + [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), @@ -49306,18 +48720,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(177), - [anon_sym_else] = ACTIONS(1218), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(1218), - [anon_sym_default] = ACTIONS(1218), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -49337,232 +48751,231 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), - [anon_sym_explicit] = ACTIONS(1218), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(1205), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_operator] = ACTIONS(1218), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(1205), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(1218), - [anon_sym_using] = ACTIONS(1218), - [anon_sym_static_assert] = ACTIONS(1218), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_operator_name] = ACTIONS(1218), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1220), - [aux_sym_alone_macro_call_token1] = ACTIONS(1218), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [84] = { - [sym_declaration] = STATE(79), - [sym_type_definition] = STATE(79), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3111), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(772), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_compound_statement] = STATE(79), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_non_case_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(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1120), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_case_statement_repeat1] = STATE(79), - [sym_identifier] = ACTIONS(1228), - [aux_sym_preproc_include_token1] = ACTIONS(1026), - [aux_sym_preproc_def_token1] = ACTIONS(1026), - [aux_sym_preproc_if_token1] = ACTIONS(1026), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1026), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1026), - [sym_preproc_directive] = ACTIONS(1026), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP_AMP] = ACTIONS(1032), - [anon_sym_AMP] = ACTIONS(1034), - [anon_sym_SEMI] = ACTIONS(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP_AMP] = ACTIONS(1039), + [anon_sym_AMP] = ACTIONS(1029), + [anon_sym_SEMI] = ACTIONS(594), + [anon_sym_typedef] = ACTIONS(596), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1040), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym___based] = ACTIONS(1026), - [anon_sym___cdecl] = ACTIONS(1026), - [anon_sym___clrcall] = ACTIONS(1026), - [anon_sym___stdcall] = ACTIONS(1026), - [anon_sym___fastcall] = ACTIONS(1026), - [anon_sym___thiscall] = ACTIONS(1026), - [anon_sym___vectorcall] = ACTIONS(1026), - [anon_sym_LBRACE] = ACTIONS(649), - [anon_sym_RBRACE] = ACTIONS(1032), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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_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), @@ -49572,18 +48985,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(177), - [anon_sym_else] = ACTIONS(1026), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(1026), - [anon_sym_default] = ACTIONS(1026), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -49603,131 +49016,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), - [anon_sym_explicit] = ACTIONS(1026), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(1037), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_operator] = ACTIONS(1026), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(1037), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_namespace] = ACTIONS(1026), - [anon_sym_using] = ACTIONS(1026), - [anon_sym_static_assert] = ACTIONS(1026), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), - [sym_operator_name] = ACTIONS(1026), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1032), - [aux_sym_alone_macro_call_token1] = ACTIONS(1026), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(1039), + [aux_sym_alone_macro_call_token1] = ACTIONS(1037), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [85] = { + [83] = { [sym_declaration] = STATE(85), [sym_type_definition] = STATE(85), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3127), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(772), - [sym_ms_declspec_modifier] = STATE(1079), + [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(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), + [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), @@ -49740,361 +49152,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(85), [sym_continue_statement] = STATE(85), [sym_goto_statement] = STATE(85), - [sym__expression] = STATE(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), + [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1203), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), + [sym_co_await_expression] = STATE(2685), + [sym_new_expression] = STATE(2685), + [sym_delete_expression] = STATE(2685), + [sym_lambda_expression] = 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(1071), - [sym_identifier] = ACTIONS(1334), - [aux_sym_preproc_include_token1] = ACTIONS(1057), - [aux_sym_preproc_def_token1] = ACTIONS(1057), - [aux_sym_preproc_if_token1] = ACTIONS(1057), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1057), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1057), - [sym_preproc_directive] = ACTIONS(1057), - [anon_sym_LPAREN2] = ACTIONS(1059), - [anon_sym_BANG] = ACTIONS(1062), - [anon_sym_TILDE] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1065), - [anon_sym_PLUS] = ACTIONS(1065), - [anon_sym_STAR] = ACTIONS(1068), - [anon_sym_AMP_AMP] = ACTIONS(1071), - [anon_sym_AMP] = ACTIONS(1073), - [anon_sym_SEMI] = ACTIONS(1337), - [anon_sym_typedef] = ACTIONS(1340), - [anon_sym_extern] = ACTIONS(1082), - [anon_sym___attribute__] = ACTIONS(1085), - [anon_sym_COLON_COLON] = ACTIONS(1088), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1091), - [anon_sym___declspec] = ACTIONS(1094), - [anon_sym___based] = ACTIONS(1057), - [anon_sym___cdecl] = ACTIONS(1057), - [anon_sym___clrcall] = ACTIONS(1057), - [anon_sym___stdcall] = ACTIONS(1057), - [anon_sym___fastcall] = ACTIONS(1057), - [anon_sym___thiscall] = ACTIONS(1057), - [anon_sym___vectorcall] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1343), - [anon_sym_LBRACK] = ACTIONS(1100), - [anon_sym_static] = ACTIONS(1082), - [anon_sym_register] = ACTIONS(1082), - [anon_sym_inline] = ACTIONS(1082), - [anon_sym_thread_local] = ACTIONS(1082), - [anon_sym_const] = ACTIONS(1103), - [anon_sym_volatile] = ACTIONS(1103), - [anon_sym_restrict] = ACTIONS(1103), - [anon_sym__Atomic] = ACTIONS(1103), - [anon_sym_mutable] = ACTIONS(1103), - [anon_sym_constexpr] = ACTIONS(1103), - [anon_sym_signed] = ACTIONS(1106), - [anon_sym_unsigned] = ACTIONS(1106), - [anon_sym_long] = ACTIONS(1106), - [anon_sym_short] = ACTIONS(1106), - [sym_primitive_type] = ACTIONS(1109), - [anon_sym_enum] = ACTIONS(1112), - [anon_sym_class] = ACTIONS(1115), - [anon_sym_struct] = ACTIONS(1118), - [anon_sym_union] = ACTIONS(1121), - [anon_sym_if] = ACTIONS(1346), - [anon_sym_else] = ACTIONS(1057), - [anon_sym_switch] = ACTIONS(1349), - [anon_sym_case] = ACTIONS(1057), - [anon_sym_default] = ACTIONS(1057), - [anon_sym_while] = ACTIONS(1352), - [anon_sym_do] = ACTIONS(1355), - [anon_sym_for] = ACTIONS(1358), - [anon_sym_return] = ACTIONS(1361), - [anon_sym_break] = ACTIONS(1364), - [anon_sym_continue] = ACTIONS(1367), - [anon_sym_goto] = ACTIONS(1370), - [anon_sym_DASH_DASH] = ACTIONS(1151), - [anon_sym_PLUS_PLUS] = ACTIONS(1151), - [anon_sym_sizeof] = ACTIONS(1154), - [sym_number_literal] = ACTIONS(1157), - [anon_sym_L_SQUOTE] = ACTIONS(1160), - [anon_sym_u_SQUOTE] = ACTIONS(1160), - [anon_sym_U_SQUOTE] = ACTIONS(1160), - [anon_sym_u8_SQUOTE] = ACTIONS(1160), - [anon_sym_SQUOTE] = ACTIONS(1160), - [anon_sym_L_DQUOTE] = ACTIONS(1163), - [anon_sym_u_DQUOTE] = ACTIONS(1163), - [anon_sym_U_DQUOTE] = ACTIONS(1163), - [anon_sym_u8_DQUOTE] = ACTIONS(1163), - [anon_sym_DQUOTE] = ACTIONS(1163), - [sym_true] = ACTIONS(1166), - [sym_false] = ACTIONS(1166), - [sym_null] = ACTIONS(1166), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1169), - [anon_sym_virtual] = ACTIONS(1172), - [anon_sym_explicit] = ACTIONS(1057), - [sym_auto] = ACTIONS(1175), - [anon_sym_typename] = ACTIONS(1178), - [anon_sym_template] = ACTIONS(1181), - [anon_sym_operator] = ACTIONS(1057), - [anon_sym_delete] = ACTIONS(1184), - [anon_sym_throw] = ACTIONS(1373), - [anon_sym_namespace] = ACTIONS(1057), - [anon_sym_using] = ACTIONS(1057), - [anon_sym_static_assert] = ACTIONS(1057), - [anon_sym_co_return] = ACTIONS(1376), - [anon_sym_co_yield] = ACTIONS(1379), - [anon_sym_try] = ACTIONS(1382), - [anon_sym_co_await] = ACTIONS(1199), - [anon_sym_new] = ACTIONS(1202), - [sym_operator_name] = ACTIONS(1057), - [sym_this] = ACTIONS(1166), - [sym_nullptr] = ACTIONS(1166), - [sym_alone_macro] = ACTIONS(1071), - [aux_sym_alone_macro_call_token1] = ACTIONS(1057), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1205), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_FORWARD] = ACTIONS(1205), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1205), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1205), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1205), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1205), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_PS_GET] = ACTIONS(1205), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1205), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1205), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1205), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1208), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1208), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1208), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1208), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1208), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1208), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1208), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1208), - [anon_sym_MOZ_COLD] = ACTIONS(1208), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1208), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1208), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1208), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1208), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1208), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1208), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1208), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1208), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1208), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1208), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1208), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1208), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1208), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1208), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1208), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1208), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1208), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1208), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1208), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1208), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_NONNULL] = ACTIONS(1208), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1208), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1208), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1208), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1208), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1208), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_NORETURN] = ACTIONS(1208), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1208), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1208), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1208), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1208), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1208), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1208), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1208), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1208), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1208), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1208), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1208), - [anon_sym_MOZ_RAII] = ACTIONS(1208), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1208), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1208), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1208), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1208), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1208), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1208), - [sym_raw_string_literal] = ACTIONS(1211), - }, - [86] = { - [sym_declaration] = STATE(81), - [sym_type_definition] = STATE(81), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3115), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(772), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_compound_statement] = STATE(81), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1146), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_case_statement_repeat1] = STATE(81), - [sym_identifier] = ACTIONS(1230), - [aux_sym_preproc_include_token1] = ACTIONS(1222), - [aux_sym_preproc_def_token1] = ACTIONS(1222), - [aux_sym_preproc_if_token1] = ACTIONS(1222), - [aux_sym_preproc_if_token2] = ACTIONS(1222), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1222), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1222), - [sym_preproc_directive] = ACTIONS(1222), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP_AMP] = ACTIONS(1224), - [anon_sym_AMP] = ACTIONS(1034), - [anon_sym_SEMI] = ACTIONS(599), - [anon_sym_typedef] = ACTIONS(601), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP_AMP] = ACTIONS(1027), + [anon_sym_AMP] = ACTIONS(1029), + [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(1040), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym___based] = ACTIONS(1222), - [anon_sym___cdecl] = ACTIONS(1222), - [anon_sym___clrcall] = ACTIONS(1222), - [anon_sym___stdcall] = ACTIONS(1222), - [anon_sym___fastcall] = ACTIONS(1222), - [anon_sym___thiscall] = ACTIONS(1222), - [anon_sym___vectorcall] = ACTIONS(1222), - [anon_sym_LBRACE] = ACTIONS(605), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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_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), @@ -50104,18 +49250,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(607), - [anon_sym_else] = ACTIONS(1222), - [anon_sym_switch] = ACTIONS(609), - [anon_sym_case] = ACTIONS(1222), - [anon_sym_default] = ACTIONS(1222), - [anon_sym_while] = ACTIONS(615), - [anon_sym_do] = ACTIONS(617), - [anon_sym_for] = ACTIONS(619), - [anon_sym_return] = ACTIONS(621), - [anon_sym_break] = ACTIONS(623), - [anon_sym_continue] = ACTIONS(625), - [anon_sym_goto] = ACTIONS(627), + [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_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -50135,217 +49281,231 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), - [anon_sym_explicit] = ACTIONS(1222), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(1021), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_operator] = ACTIONS(1222), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(1021), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(631), - [anon_sym_namespace] = ACTIONS(1222), - [anon_sym_using] = ACTIONS(1222), - [anon_sym_static_assert] = ACTIONS(1222), - [anon_sym_co_return] = ACTIONS(639), - [anon_sym_co_yield] = ACTIONS(641), - [anon_sym_try] = ACTIONS(643), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_operator_name] = ACTIONS(1222), - [sym_this] = ACTIONS(103), + [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_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [sym_alone_macro] = ACTIONS(1224), - [aux_sym_alone_macro_call_token1] = ACTIONS(1222), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [87] = { - [sym_declaration] = STATE(90), - [sym_type_definition] = STATE(90), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3125), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(772), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_compound_statement] = STATE(90), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_non_case_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(2835), - [sym_comma_expression] = STATE(4656), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1197), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_case_statement_repeat1] = STATE(90), - [sym_identifier] = ACTIONS(1385), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1387), - [anon_sym_typedef] = ACTIONS(1389), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP_AMP] = ACTIONS(1203), + [anon_sym_AMP] = ACTIONS(1029), + [anon_sym_SEMI] = ACTIONS(594), + [anon_sym_typedef] = ACTIONS(596), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1040), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_LBRACE] = ACTIONS(1391), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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_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), @@ -50355,16 +49515,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(1393), - [anon_sym_else] = ACTIONS(1214), - [anon_sym_switch] = ACTIONS(1395), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_do] = ACTIONS(1399), - [anon_sym_for] = ACTIONS(1401), - [anon_sym_return] = ACTIONS(1403), - [anon_sym_break] = ACTIONS(1405), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_goto] = ACTIONS(1409), + [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_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -50384,209 +49546,231 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(1201), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(1201), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1411), - [anon_sym_co_return] = ACTIONS(1413), - [anon_sym_co_yield] = ACTIONS(1415), - [anon_sym_try] = ACTIONS(1417), + [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_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [88] = { - [sym_declaration] = STATE(91), - [sym_type_definition] = STATE(91), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3125), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(772), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_compound_statement] = STATE(91), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_attributed_non_case_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(2835), - [sym_comma_expression] = STATE(4656), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1197), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_case_statement_repeat1] = STATE(91), - [sym_identifier] = ACTIONS(1385), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1387), - [anon_sym_typedef] = ACTIONS(1389), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP_AMP] = ACTIONS(1039), + [anon_sym_AMP] = ACTIONS(1029), + [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(1040), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_LBRACE] = ACTIONS(1391), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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_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), @@ -50596,16 +49780,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(1393), - [anon_sym_else] = ACTIONS(1222), - [anon_sym_switch] = ACTIONS(1395), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_do] = ACTIONS(1399), - [anon_sym_for] = ACTIONS(1401), - [anon_sym_return] = ACTIONS(1403), - [anon_sym_break] = ACTIONS(1405), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_goto] = ACTIONS(1409), + [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_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -50625,364 +49811,395 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(1037), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(1037), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1411), - [anon_sym_co_return] = ACTIONS(1413), - [anon_sym_co_yield] = ACTIONS(1415), - [anon_sym_try] = ACTIONS(1417), + [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_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), + [sym_alone_macro] = ACTIONS(1039), + [aux_sym_alone_macro_call_token1] = ACTIONS(1037), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [89] = { - [sym_declaration] = STATE(89), - [sym_type_definition] = STATE(89), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3125), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(772), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_compound_statement] = STATE(89), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [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__expression] = STATE(2835), - [sym_comma_expression] = STATE(4656), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1197), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_case_statement_repeat1] = STATE(89), - [sym_identifier] = ACTIONS(1419), - [anon_sym_LPAREN2] = ACTIONS(1059), - [anon_sym_BANG] = ACTIONS(1062), - [anon_sym_TILDE] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1065), - [anon_sym_PLUS] = ACTIONS(1065), - [anon_sym_STAR] = ACTIONS(1068), - [anon_sym_AMP] = ACTIONS(1068), - [anon_sym_SEMI] = ACTIONS(1422), - [anon_sym_typedef] = ACTIONS(1425), - [anon_sym_extern] = ACTIONS(1082), - [anon_sym___attribute__] = ACTIONS(1085), - [anon_sym_COLON_COLON] = ACTIONS(1088), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1091), - [anon_sym___declspec] = ACTIONS(1094), - [anon_sym_LBRACE] = ACTIONS(1428), - [anon_sym_LBRACK] = ACTIONS(1100), - [anon_sym_static] = ACTIONS(1082), - [anon_sym_register] = ACTIONS(1082), - [anon_sym_inline] = ACTIONS(1082), - [anon_sym_thread_local] = ACTIONS(1082), - [anon_sym_const] = ACTIONS(1103), - [anon_sym_volatile] = ACTIONS(1103), - [anon_sym_restrict] = ACTIONS(1103), - [anon_sym__Atomic] = ACTIONS(1103), - [anon_sym_mutable] = ACTIONS(1103), - [anon_sym_constexpr] = ACTIONS(1103), - [anon_sym_signed] = ACTIONS(1106), - [anon_sym_unsigned] = ACTIONS(1106), - [anon_sym_long] = ACTIONS(1106), - [anon_sym_short] = ACTIONS(1106), - [sym_primitive_type] = ACTIONS(1109), - [anon_sym_enum] = ACTIONS(1112), - [anon_sym_class] = ACTIONS(1115), - [anon_sym_struct] = ACTIONS(1118), - [anon_sym_union] = ACTIONS(1121), - [anon_sym_if] = ACTIONS(1431), - [anon_sym_else] = ACTIONS(1057), - [anon_sym_switch] = ACTIONS(1434), - [anon_sym_while] = ACTIONS(1437), - [anon_sym_do] = ACTIONS(1440), - [anon_sym_for] = ACTIONS(1443), - [anon_sym_return] = ACTIONS(1446), - [anon_sym_break] = ACTIONS(1449), - [anon_sym_continue] = ACTIONS(1452), - [anon_sym_goto] = ACTIONS(1455), - [anon_sym_DASH_DASH] = ACTIONS(1151), - [anon_sym_PLUS_PLUS] = ACTIONS(1151), - [anon_sym_sizeof] = ACTIONS(1154), - [sym_number_literal] = ACTIONS(1157), - [anon_sym_L_SQUOTE] = ACTIONS(1160), - [anon_sym_u_SQUOTE] = ACTIONS(1160), - [anon_sym_U_SQUOTE] = ACTIONS(1160), - [anon_sym_u8_SQUOTE] = ACTIONS(1160), - [anon_sym_SQUOTE] = ACTIONS(1160), - [anon_sym_L_DQUOTE] = ACTIONS(1163), - [anon_sym_u_DQUOTE] = ACTIONS(1163), - [anon_sym_U_DQUOTE] = ACTIONS(1163), - [anon_sym_u8_DQUOTE] = ACTIONS(1163), - [anon_sym_DQUOTE] = ACTIONS(1163), - [sym_true] = ACTIONS(1166), - [sym_false] = ACTIONS(1166), - [sym_null] = ACTIONS(1166), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1169), - [anon_sym_virtual] = ACTIONS(1172), - [sym_auto] = ACTIONS(1175), - [anon_sym_typename] = ACTIONS(1178), - [anon_sym_template] = ACTIONS(1181), - [anon_sym_delete] = ACTIONS(1184), - [anon_sym_throw] = ACTIONS(1458), - [anon_sym_co_return] = ACTIONS(1461), - [anon_sym_co_yield] = ACTIONS(1464), - [anon_sym_try] = ACTIONS(1467), - [anon_sym_co_await] = ACTIONS(1199), - [anon_sym_new] = ACTIONS(1202), - [sym_this] = ACTIONS(1166), - [sym_nullptr] = ACTIONS(1166), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1205), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_FORWARD] = ACTIONS(1205), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1205), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1205), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1205), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1205), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_PS_GET] = ACTIONS(1205), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1205), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1205), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1205), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1205), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1208), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1208), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1208), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1208), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1208), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1208), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1208), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1208), - [anon_sym_MOZ_COLD] = ACTIONS(1208), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1208), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1208), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1208), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1208), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1208), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1208), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1208), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1208), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1208), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1208), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1208), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1208), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1208), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1208), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1208), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1208), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1208), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1208), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1208), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1208), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1208), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_NONNULL] = ACTIONS(1208), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1208), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1208), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1208), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1208), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1208), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_NORETURN] = ACTIONS(1208), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1208), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1208), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1208), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1208), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1208), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1208), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1208), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1208), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1208), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1208), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1208), - [anon_sym_MOZ_RAII] = ACTIONS(1208), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1208), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1208), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1208), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1208), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1208), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1208), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1208), - [sym_raw_string_literal] = ACTIONS(1211), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(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] = ACTIONS(1029), + [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(644), + [anon_sym_RBRACE] = ACTIONS(1039), + [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(175), + [anon_sym_else] = ACTIONS(1037), + [anon_sym_switch] = ACTIONS(177), + [anon_sym_case] = ACTIONS(1037), + [anon_sym_default] = ACTIONS(1037), + [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(105), + [anon_sym_virtual] = ACTIONS(107), + [anon_sym_explicit] = ACTIONS(1037), + [sym_auto] = ACTIONS(111), + [anon_sym_typename] = ACTIONS(113), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_operator] = ACTIONS(1037), + [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_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), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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] = { + [87] = { [sym_declaration] = STATE(89), [sym_type_definition] = STATE(89), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3125), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(772), - [sym_ms_declspec_modifier] = STATE(1079), + [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(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), + [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), @@ -50995,80 +50212,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(89), [sym_continue_statement] = STATE(89), [sym_goto_statement] = STATE(89), - [sym__expression] = STATE(2835), - [sym_comma_expression] = STATE(4656), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), + [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1197), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), + [sym_co_await_expression] = STATE(2685), + [sym_new_expression] = STATE(2685), + [sym_delete_expression] = STATE(2685), + [sym_lambda_expression] = 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(1385), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1387), - [anon_sym_typedef] = ACTIONS(1389), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [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(1040), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_LBRACE] = ACTIONS(1391), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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), @@ -51078,16 +50295,16 @@ 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(1393), - [anon_sym_else] = ACTIONS(1218), - [anon_sym_switch] = ACTIONS(1395), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_do] = ACTIONS(1399), - [anon_sym_for] = ACTIONS(1401), - [anon_sym_return] = ACTIONS(1403), - [anon_sym_break] = ACTIONS(1405), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_goto] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1376), + [anon_sym_else] = ACTIONS(1205), + [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), @@ -51107,123 +50324,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1411), - [anon_sym_co_return] = ACTIONS(1413), - [anon_sym_co_yield] = ACTIONS(1415), - [anon_sym_try] = ACTIONS(1417), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [91] = { + [88] = { [sym_declaration] = STATE(89), [sym_type_definition] = STATE(89), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3125), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(772), - [sym_ms_declspec_modifier] = STATE(1079), + [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(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), + [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), @@ -51236,80 +50453,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(89), [sym_continue_statement] = STATE(89), [sym_goto_statement] = STATE(89), - [sym__expression] = STATE(2835), - [sym_comma_expression] = STATE(4656), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), + [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_attributed_declarator_repeat1] = STATE(1197), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), + [sym_co_await_expression] = STATE(2685), + [sym_new_expression] = STATE(2685), + [sym_delete_expression] = STATE(2685), + [sym_lambda_expression] = 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(1385), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1387), - [anon_sym_typedef] = ACTIONS(1389), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [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(1040), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_LBRACE] = ACTIONS(1391), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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), @@ -51319,16 +50536,16 @@ 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(1393), - [anon_sym_else] = ACTIONS(1026), - [anon_sym_switch] = ACTIONS(1395), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_do] = ACTIONS(1399), - [anon_sym_for] = ACTIONS(1401), - [anon_sym_return] = ACTIONS(1403), - [anon_sym_break] = ACTIONS(1405), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_goto] = ACTIONS(1409), + [anon_sym_if] = ACTIONS(1376), + [anon_sym_else] = ACTIONS(1037), + [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), @@ -51348,190 +50565,450 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1411), - [anon_sym_co_return] = ACTIONS(1413), - [anon_sym_co_yield] = ACTIONS(1415), - [anon_sym_try] = ACTIONS(1417), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [92] = { - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(2433), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_parameter_declaration] = STATE(4278), - [sym__expression] = STATE(2727), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4275), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_optional_parameter_declaration] = STATE(4278), - [sym_variadic_parameter_declaration] = STATE(4278), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3486), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(1470), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1472), - [anon_sym_RPAREN] = ACTIONS(1474), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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__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), + }, + [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__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_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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [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(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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), @@ -51541,6 +51018,16 @@ 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(1376), + [anon_sym_else] = ACTIONS(1021), + [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), @@ -51560,186 +51047,209 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [93] = { - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(2433), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_parameter_declaration] = STATE(4062), - [sym__expression] = STATE(2727), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4275), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_optional_parameter_declaration] = STATE(4062), - [sym_variadic_parameter_declaration] = STATE(4062), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3486), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(1470), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1480), - [anon_sym_RPAREN] = ACTIONS(1482), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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__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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [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(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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), @@ -51749,6 +51259,16 @@ 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(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), @@ -51768,193 +51288,199 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [94] = { - [sym_declaration] = STATE(1704), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3129), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_expression_statement] = STATE(1704), - [sym__expression] = STATE(2756), - [sym_comma_expression] = STATE(4534), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [sym_condition_declaration] = STATE(4776), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(1484), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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_identifier] = ACTIONS(1453), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1455), + [anon_sym_RPAREN] = ACTIONS(1457), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1486), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(1461), + [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_enum] = ACTIONS(1463), + [anon_sym_class] = ACTIONS(1465), + [anon_sym_struct] = ACTIONS(1467), + [anon_sym_union] = ACTIONS(1469), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -51974,193 +51500,195 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), + [anon_sym_typename] = ACTIONS(1471), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [95] = { - [sym_declaration] = STATE(1732), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3129), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_expression_statement] = STATE(1732), - [sym__expression] = STATE(2742), - [sym_comma_expression] = STATE(4497), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [sym_condition_declaration] = STATE(4790), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(1484), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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_identifier] = ACTIONS(1453), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1473), + [anon_sym_RPAREN] = ACTIONS(1475), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1486), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [anon_sym_LBRACE] = ACTIONS(1461), + [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_enum] = ACTIONS(1463), + [anon_sym_class] = ACTIONS(1465), + [anon_sym_struct] = ACTIONS(1467), + [anon_sym_union] = ACTIONS(1469), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -52180,182 +51708,184 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), + [anon_sym_typename] = ACTIONS(1471), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [96] = { - [sym_declaration] = STATE(1701), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3123), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym__expression] = STATE(2840), - [sym_comma_expression] = STATE(4963), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(1484), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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_identifier] = ACTIONS(1477), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1488), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1479), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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), @@ -52384,182 +51914,184 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [97] = { - [sym_declaration] = STATE(1739), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3107), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym__expression] = STATE(2780), - [sym_comma_expression] = STATE(5018), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(1484), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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_identifier] = ACTIONS(1477), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1490), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1479), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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), @@ -52588,182 +52120,182 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [98] = { - [sym_declaration] = STATE(1718), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3122), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym__expression] = STATE(2863), - [sym_comma_expression] = STATE(4745), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(1484), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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_identifier] = ACTIONS(1477), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1492), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1481), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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), @@ -52792,182 +52324,182 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [99] = { - [sym_declaration] = STATE(1754), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3117), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym__expression] = STATE(2786), - [sym_comma_expression] = STATE(4993), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(1484), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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_identifier] = ACTIONS(1477), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1494), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1483), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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), @@ -52996,182 +52528,182 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [100] = { - [sym_declaration] = STATE(1712), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3119), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym__expression] = STATE(2885), - [sym_comma_expression] = STATE(4847), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(1484), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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_identifier] = ACTIONS(1477), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1496), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1485), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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), @@ -53200,182 +52732,182 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, - [101] = { - [sym_declaration] = STATE(1762), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3096), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym__expression] = STATE(2782), - [sym_comma_expression] = STATE(5006), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4441), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1471), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3488), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(1476), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(1484), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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_identifier] = ACTIONS(1477), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1498), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1487), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_LBRACK] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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), @@ -53404,303 +52936,904 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_null] = ACTIONS(103), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), + }, + [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_identifier] = ACTIONS(1477), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1489), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), + }, + [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_identifier] = ACTIONS(1477), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(1491), + [anon_sym_extern] = ACTIONS(55), + [anon_sym___attribute__] = ACTIONS(39), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1459), + [anon_sym___declspec] = ACTIONS(45), + [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_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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_co_await] = ACTIONS(135), + [anon_sym_new] = ACTIONS(137), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(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), }, [102] = { [sym_catch_clause] = STATE(103), [aux_sym_try_statement_repeat1] = STATE(103), - [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_operator_name] = 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), + [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), + [aux_sym_preproc_else_token1] = ACTIONS(1493), + [aux_sym_preproc_elif_token1] = 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(1497), + [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), }, [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), + }, + [104] = { [sym_identifier] = ACTIONS(1506), [aux_sym_preproc_include_token1] = ACTIONS(1506), [aux_sym_preproc_def_token1] = ACTIONS(1506), @@ -53799,10 +53932,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_co_return] = ACTIONS(1506), [anon_sym_co_yield] = ACTIONS(1506), [anon_sym_try] = ACTIONS(1506), - [anon_sym_catch] = ACTIONS(1510), + [anon_sym_catch] = ACTIONS(1506), [anon_sym_co_await] = ACTIONS(1506), [anon_sym_new] = ACTIONS(1506), - [sym_operator_name] = ACTIONS(1506), [sym_this] = ACTIONS(1506), [sym_nullptr] = ACTIONS(1506), [sym_alone_macro] = ACTIONS(1508), @@ -53895,595 +54027,16997 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1506), [sym_raw_string_literal] = ACTIONS(1508), }, - [104] = { - [sym_catch_clause] = STATE(110), - [aux_sym_try_statement_repeat1] = STATE(110), - [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(1513), - [anon_sym_co_await] = ACTIONS(1500), - [anon_sym_new] = ACTIONS(1500), - [sym_operator_name] = 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), - }, [105] = { - [sym_identifier] = ACTIONS(1515), - [aux_sym_preproc_include_token1] = ACTIONS(1515), - [aux_sym_preproc_def_token1] = ACTIONS(1515), - [aux_sym_preproc_if_token1] = ACTIONS(1515), - [aux_sym_preproc_if_token2] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1515), - [aux_sym_preproc_else_token1] = ACTIONS(1515), - [aux_sym_preproc_elif_token1] = ACTIONS(1515), - [sym_preproc_directive] = ACTIONS(1515), - [anon_sym_LPAREN2] = ACTIONS(1517), - [anon_sym_BANG] = ACTIONS(1517), - [anon_sym_TILDE] = ACTIONS(1517), - [anon_sym_DASH] = ACTIONS(1515), - [anon_sym_PLUS] = ACTIONS(1515), - [anon_sym_STAR] = ACTIONS(1517), - [anon_sym_AMP_AMP] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1515), - [anon_sym_SEMI] = ACTIONS(1517), - [anon_sym_typedef] = ACTIONS(1515), - [anon_sym_extern] = ACTIONS(1515), - [anon_sym___attribute__] = ACTIONS(1515), - [anon_sym_COLON_COLON] = ACTIONS(1517), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1517), - [anon_sym___declspec] = ACTIONS(1515), - [anon_sym___based] = ACTIONS(1515), - [anon_sym___cdecl] = ACTIONS(1515), - [anon_sym___clrcall] = ACTIONS(1515), - [anon_sym___stdcall] = ACTIONS(1515), - [anon_sym___fastcall] = ACTIONS(1515), - [anon_sym___thiscall] = ACTIONS(1515), - [anon_sym___vectorcall] = ACTIONS(1515), - [anon_sym_LBRACE] = ACTIONS(1517), - [anon_sym_LBRACK] = ACTIONS(1515), - [anon_sym_static] = ACTIONS(1515), - [anon_sym_register] = ACTIONS(1515), - [anon_sym_inline] = ACTIONS(1515), - [anon_sym_thread_local] = ACTIONS(1515), - [anon_sym_const] = ACTIONS(1515), - [anon_sym_volatile] = ACTIONS(1515), - [anon_sym_restrict] = ACTIONS(1515), - [anon_sym__Atomic] = ACTIONS(1515), - [anon_sym_mutable] = ACTIONS(1515), - [anon_sym_constexpr] = ACTIONS(1515), - [anon_sym_signed] = ACTIONS(1515), - [anon_sym_unsigned] = ACTIONS(1515), - [anon_sym_long] = ACTIONS(1515), - [anon_sym_short] = ACTIONS(1515), - [sym_primitive_type] = ACTIONS(1515), - [anon_sym_enum] = ACTIONS(1515), - [anon_sym_class] = ACTIONS(1515), - [anon_sym_struct] = ACTIONS(1515), - [anon_sym_union] = ACTIONS(1515), - [anon_sym_if] = ACTIONS(1515), - [anon_sym_else] = ACTIONS(1515), - [anon_sym_switch] = ACTIONS(1515), - [anon_sym_case] = ACTIONS(1515), - [anon_sym_default] = ACTIONS(1515), - [anon_sym_while] = ACTIONS(1515), - [anon_sym_do] = ACTIONS(1515), - [anon_sym_for] = ACTIONS(1515), - [anon_sym_return] = ACTIONS(1515), - [anon_sym_break] = ACTIONS(1515), - [anon_sym_continue] = ACTIONS(1515), - [anon_sym_goto] = ACTIONS(1515), - [anon_sym_DASH_DASH] = ACTIONS(1517), - [anon_sym_PLUS_PLUS] = ACTIONS(1517), - [anon_sym_sizeof] = ACTIONS(1515), - [sym_number_literal] = ACTIONS(1517), - [anon_sym_L_SQUOTE] = ACTIONS(1517), - [anon_sym_u_SQUOTE] = ACTIONS(1517), - [anon_sym_U_SQUOTE] = ACTIONS(1517), - [anon_sym_u8_SQUOTE] = ACTIONS(1517), - [anon_sym_SQUOTE] = ACTIONS(1517), - [anon_sym_L_DQUOTE] = ACTIONS(1517), - [anon_sym_u_DQUOTE] = ACTIONS(1517), - [anon_sym_U_DQUOTE] = ACTIONS(1517), - [anon_sym_u8_DQUOTE] = ACTIONS(1517), - [anon_sym_DQUOTE] = ACTIONS(1517), - [sym_true] = ACTIONS(1515), - [sym_false] = ACTIONS(1515), - [sym_null] = ACTIONS(1515), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1515), - [anon_sym_virtual] = ACTIONS(1515), - [anon_sym_explicit] = ACTIONS(1515), - [sym_auto] = ACTIONS(1515), - [anon_sym_typename] = ACTIONS(1515), - [anon_sym_template] = ACTIONS(1515), - [anon_sym_operator] = ACTIONS(1515), - [anon_sym_delete] = ACTIONS(1515), - [anon_sym_throw] = ACTIONS(1515), - [anon_sym_namespace] = ACTIONS(1515), - [anon_sym_using] = ACTIONS(1515), - [anon_sym_static_assert] = ACTIONS(1515), - [anon_sym_co_return] = ACTIONS(1515), - [anon_sym_co_yield] = ACTIONS(1515), - [anon_sym_try] = ACTIONS(1515), - [anon_sym_catch] = ACTIONS(1515), - [anon_sym_co_await] = ACTIONS(1515), - [anon_sym_new] = ACTIONS(1515), - [sym_operator_name] = ACTIONS(1515), - [sym_this] = ACTIONS(1515), - [sym_nullptr] = ACTIONS(1515), - [sym_alone_macro] = ACTIONS(1517), - [aux_sym_alone_macro_call_token1] = ACTIONS(1515), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_FORWARD] = ACTIONS(1515), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1515), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_PS_GET] = ACTIONS(1515), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1515), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1515), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1515), - [anon_sym_MOZ_COLD] = ACTIONS(1515), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1515), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1515), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1515), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1515), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1515), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1515), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1515), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1515), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1515), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1515), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1515), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1515), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_RAII] = ACTIONS(1515), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1515), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1515), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1515), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1515), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1515), - [sym_raw_string_literal] = ACTIONS(1517), + [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(108), - [aux_sym_try_statement_repeat1] = STATE(108), - [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(1519), - [anon_sym_co_await] = ACTIONS(1500), - [anon_sym_new] = ACTIONS(1500), - [sym_operator_name] = 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), + [sym_catch_clause] = STATE(112), + [aux_sym_try_statement_repeat1] = STATE(112), + [ts_builtin_sym_end] = ACTIONS(1495), + [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_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(1514), + [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), }, [107] = { - [sym_catch_clause] = STATE(107), - [aux_sym_try_statement_repeat1] = STATE(107), - [ts_builtin_sym_end] = ACTIONS(1508), + [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), + }, + [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), + }, + [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), + [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), + }, + [110] = { + [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_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(1525), + [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), + }, + [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), + }, + [113] = { + [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), + }, + [114] = { + [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), + }, + [115] = { + [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), + [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_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(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), + }, + [116] = { + [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), + [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_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), + }, + [117] = { + [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), + [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_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), + }, + [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), + }, + [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), + }, + [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), + [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), + }, + [125] = { + [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), + }, + [126] = { + [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), + }, + [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] = { + [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), + }, + [130] = { + [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), + }, + [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(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), + }, + [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(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), + }, + [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), + [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), + }, + [134] = { + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [140] = { + [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), + }, + [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] = { + [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), + }, + [143] = { + [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), + }, + [144] = { + [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), + }, + [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), + }, + [146] = { + [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), + }, + [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] = { + [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), + }, + [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), + [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), + }, + [154] = { + [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), + }, + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [158] = { + [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), + }, + [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), + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [163] = { + [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), + }, + [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), + }, + [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), + }, + [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), + }, + [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), + [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), + }, + [173] = { + [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), + }, + [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), + [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), + [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), + }, + [176] = { + [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), + }, + [177] = { + [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), + }, + [178] = { + [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), + }, + [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] = { + [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), + }, + [181] = { + [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), + }, + [182] = { + [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), + }, + [183] = { + [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), + }, + [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), + [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), + }, + [186] = { + [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), + }, + [187] = { + [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), + }, + [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), + [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), + }, + [189] = { + [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), + }, + [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(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), + }, + [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), + }, + [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), + [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), @@ -54514,6 +71048,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -54579,10 +71114,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_co_return] = ACTIONS(1506), [anon_sym_co_yield] = ACTIONS(1506), [anon_sym_try] = ACTIONS(1506), - [anon_sym_catch] = ACTIONS(1521), + [anon_sym_catch] = ACTIONS(1506), [anon_sym_co_await] = ACTIONS(1506), [anon_sym_new] = ACTIONS(1506), - [sym_operator_name] = ACTIONS(1506), [sym_this] = ACTIONS(1506), [sym_nullptr] = ACTIONS(1506), [sym_alone_macro] = ACTIONS(1508), @@ -54675,9 +71209,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1506), [sym_raw_string_literal] = ACTIONS(1508), }, - [108] = { - [sym_catch_clause] = STATE(108), - [aux_sym_try_statement_repeat1] = STATE(108), + [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), @@ -54708,7 +71241,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -54774,10 +71306,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_co_return] = ACTIONS(1506), [anon_sym_co_yield] = ACTIONS(1506), [anon_sym_try] = ACTIONS(1506), - [anon_sym_catch] = ACTIONS(1524), + [anon_sym_catch] = ACTIONS(1506), [anon_sym_co_await] = ACTIONS(1506), [anon_sym_new] = ACTIONS(1506), - [sym_operator_name] = ACTIONS(1506), [sym_this] = ACTIONS(1506), [sym_nullptr] = ACTIONS(1506), [sym_alone_macro] = ACTIONS(1508), @@ -54870,204 +71401,7495 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1506), [sym_raw_string_literal] = ACTIONS(1508), }, - [109] = { - [sym_identifier] = ACTIONS(1527), - [aux_sym_preproc_include_token1] = ACTIONS(1527), - [aux_sym_preproc_def_token1] = ACTIONS(1527), - [aux_sym_preproc_if_token1] = ACTIONS(1527), - [aux_sym_preproc_if_token2] = ACTIONS(1527), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1527), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1527), - [aux_sym_preproc_else_token1] = ACTIONS(1527), - [aux_sym_preproc_elif_token1] = ACTIONS(1527), - [sym_preproc_directive] = ACTIONS(1527), - [anon_sym_LPAREN2] = ACTIONS(1529), - [anon_sym_BANG] = ACTIONS(1529), - [anon_sym_TILDE] = ACTIONS(1529), - [anon_sym_DASH] = ACTIONS(1527), - [anon_sym_PLUS] = ACTIONS(1527), - [anon_sym_STAR] = ACTIONS(1529), - [anon_sym_AMP_AMP] = ACTIONS(1529), - [anon_sym_AMP] = ACTIONS(1527), - [anon_sym_SEMI] = ACTIONS(1529), - [anon_sym_typedef] = ACTIONS(1527), - [anon_sym_extern] = ACTIONS(1527), - [anon_sym___attribute__] = ACTIONS(1527), - [anon_sym_COLON_COLON] = ACTIONS(1529), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1529), - [anon_sym___declspec] = ACTIONS(1527), - [anon_sym___based] = ACTIONS(1527), - [anon_sym___cdecl] = ACTIONS(1527), - [anon_sym___clrcall] = ACTIONS(1527), - [anon_sym___stdcall] = ACTIONS(1527), - [anon_sym___fastcall] = ACTIONS(1527), - [anon_sym___thiscall] = ACTIONS(1527), - [anon_sym___vectorcall] = ACTIONS(1527), - [anon_sym_LBRACE] = ACTIONS(1529), - [anon_sym_LBRACK] = ACTIONS(1527), - [anon_sym_static] = ACTIONS(1527), - [anon_sym_register] = ACTIONS(1527), - [anon_sym_inline] = ACTIONS(1527), - [anon_sym_thread_local] = ACTIONS(1527), - [anon_sym_const] = ACTIONS(1527), - [anon_sym_volatile] = ACTIONS(1527), - [anon_sym_restrict] = ACTIONS(1527), - [anon_sym__Atomic] = ACTIONS(1527), - [anon_sym_mutable] = ACTIONS(1527), - [anon_sym_constexpr] = ACTIONS(1527), - [anon_sym_signed] = ACTIONS(1527), - [anon_sym_unsigned] = ACTIONS(1527), - [anon_sym_long] = ACTIONS(1527), - [anon_sym_short] = ACTIONS(1527), - [sym_primitive_type] = ACTIONS(1527), - [anon_sym_enum] = ACTIONS(1527), - [anon_sym_class] = ACTIONS(1527), - [anon_sym_struct] = ACTIONS(1527), - [anon_sym_union] = ACTIONS(1527), - [anon_sym_if] = ACTIONS(1527), - [anon_sym_else] = ACTIONS(1527), - [anon_sym_switch] = ACTIONS(1527), - [anon_sym_case] = ACTIONS(1527), - [anon_sym_default] = ACTIONS(1527), - [anon_sym_while] = ACTIONS(1527), - [anon_sym_do] = ACTIONS(1527), - [anon_sym_for] = ACTIONS(1527), - [anon_sym_return] = ACTIONS(1527), - [anon_sym_break] = ACTIONS(1527), - [anon_sym_continue] = ACTIONS(1527), - [anon_sym_goto] = ACTIONS(1527), - [anon_sym_DASH_DASH] = ACTIONS(1529), - [anon_sym_PLUS_PLUS] = ACTIONS(1529), - [anon_sym_sizeof] = ACTIONS(1527), - [sym_number_literal] = ACTIONS(1529), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1529), - [anon_sym_u_DQUOTE] = ACTIONS(1529), - [anon_sym_U_DQUOTE] = ACTIONS(1529), - [anon_sym_u8_DQUOTE] = ACTIONS(1529), - [anon_sym_DQUOTE] = ACTIONS(1529), - [sym_true] = ACTIONS(1527), - [sym_false] = ACTIONS(1527), - [sym_null] = ACTIONS(1527), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1527), - [anon_sym_virtual] = ACTIONS(1527), - [anon_sym_explicit] = ACTIONS(1527), - [sym_auto] = ACTIONS(1527), - [anon_sym_typename] = ACTIONS(1527), - [anon_sym_template] = ACTIONS(1527), - [anon_sym_operator] = ACTIONS(1527), - [anon_sym_delete] = ACTIONS(1527), - [anon_sym_throw] = ACTIONS(1527), - [anon_sym_namespace] = ACTIONS(1527), - [anon_sym_using] = ACTIONS(1527), - [anon_sym_static_assert] = ACTIONS(1527), - [anon_sym_co_return] = ACTIONS(1527), - [anon_sym_co_yield] = ACTIONS(1527), - [anon_sym_try] = ACTIONS(1527), - [anon_sym_catch] = ACTIONS(1527), - [anon_sym_co_await] = ACTIONS(1527), - [anon_sym_new] = ACTIONS(1527), - [sym_operator_name] = ACTIONS(1527), - [sym_this] = ACTIONS(1527), - [sym_nullptr] = ACTIONS(1527), - [sym_alone_macro] = ACTIONS(1529), - [aux_sym_alone_macro_call_token1] = ACTIONS(1527), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1527), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_FORWARD] = ACTIONS(1527), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1527), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1527), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1527), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1527), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_PS_GET] = ACTIONS(1527), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1527), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1527), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1527), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1527), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1527), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1527), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1527), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1527), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1527), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1527), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1527), - [anon_sym_MOZ_COLD] = ACTIONS(1527), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1527), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1527), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1527), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1527), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1527), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1527), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1527), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1527), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1527), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1527), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1527), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1527), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1527), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1527), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1527), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1527), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1527), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1527), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1527), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1527), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_NONNULL] = ACTIONS(1527), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1527), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1527), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1527), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1527), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1527), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_NORETURN] = ACTIONS(1527), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1527), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1527), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1527), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1527), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1527), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1527), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1527), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1527), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1527), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1527), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1527), - [anon_sym_MOZ_RAII] = ACTIONS(1527), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1527), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1527), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1527), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1527), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1527), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1527), - [sym_raw_string_literal] = ACTIONS(1529), + [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), }, - [110] = { - [sym_catch_clause] = STATE(110), - [aux_sym_try_statement_repeat1] = STATE(110), + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), @@ -55164,10 +78986,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_co_return] = ACTIONS(1506), [anon_sym_co_yield] = ACTIONS(1506), [anon_sym_try] = ACTIONS(1506), - [anon_sym_catch] = ACTIONS(1531), + [anon_sym_catch] = ACTIONS(1506), [anon_sym_co_await] = ACTIONS(1506), [anon_sym_new] = ACTIONS(1506), - [sym_operator_name] = ACTIONS(1506), [sym_this] = ACTIONS(1506), [sym_nullptr] = ACTIONS(1506), [sym_alone_macro] = ACTIONS(1508), @@ -55260,105656 +79081,81230 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_JS_PUBLIC_API] = ACTIONS(1506), [sym_raw_string_literal] = ACTIONS(1508), }, - [111] = { - [sym_identifier] = ACTIONS(1534), - [aux_sym_preproc_include_token1] = ACTIONS(1534), - [aux_sym_preproc_def_token1] = ACTIONS(1534), - [aux_sym_preproc_if_token1] = ACTIONS(1534), - [aux_sym_preproc_if_token2] = ACTIONS(1534), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1534), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1534), - [aux_sym_preproc_else_token1] = ACTIONS(1534), - [aux_sym_preproc_elif_token1] = ACTIONS(1534), - [sym_preproc_directive] = ACTIONS(1534), - [anon_sym_LPAREN2] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1534), - [anon_sym_PLUS] = ACTIONS(1534), - [anon_sym_STAR] = ACTIONS(1536), - [anon_sym_AMP_AMP] = ACTIONS(1536), - [anon_sym_AMP] = ACTIONS(1534), - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_typedef] = ACTIONS(1534), - [anon_sym_extern] = ACTIONS(1534), - [anon_sym___attribute__] = ACTIONS(1534), - [anon_sym_COLON_COLON] = ACTIONS(1536), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [anon_sym___declspec] = ACTIONS(1534), - [anon_sym___based] = ACTIONS(1534), - [anon_sym___cdecl] = ACTIONS(1534), - [anon_sym___clrcall] = ACTIONS(1534), - [anon_sym___stdcall] = ACTIONS(1534), - [anon_sym___fastcall] = ACTIONS(1534), - [anon_sym___thiscall] = ACTIONS(1534), - [anon_sym___vectorcall] = ACTIONS(1534), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_LBRACK] = ACTIONS(1534), - [anon_sym_static] = ACTIONS(1534), - [anon_sym_register] = ACTIONS(1534), - [anon_sym_inline] = ACTIONS(1534), - [anon_sym_thread_local] = ACTIONS(1534), - [anon_sym_const] = ACTIONS(1534), - [anon_sym_volatile] = ACTIONS(1534), - [anon_sym_restrict] = ACTIONS(1534), - [anon_sym__Atomic] = ACTIONS(1534), - [anon_sym_mutable] = ACTIONS(1534), - [anon_sym_constexpr] = ACTIONS(1534), - [anon_sym_signed] = ACTIONS(1534), - [anon_sym_unsigned] = ACTIONS(1534), - [anon_sym_long] = ACTIONS(1534), - [anon_sym_short] = ACTIONS(1534), - [sym_primitive_type] = ACTIONS(1534), - [anon_sym_enum] = ACTIONS(1534), - [anon_sym_class] = ACTIONS(1534), - [anon_sym_struct] = ACTIONS(1534), - [anon_sym_union] = ACTIONS(1534), - [anon_sym_if] = ACTIONS(1534), - [anon_sym_else] = ACTIONS(1534), - [anon_sym_switch] = ACTIONS(1534), - [anon_sym_case] = ACTIONS(1534), - [anon_sym_default] = ACTIONS(1534), - [anon_sym_while] = ACTIONS(1534), - [anon_sym_do] = ACTIONS(1534), - [anon_sym_for] = ACTIONS(1534), - [anon_sym_return] = ACTIONS(1534), - [anon_sym_break] = ACTIONS(1534), - [anon_sym_continue] = ACTIONS(1534), - [anon_sym_goto] = ACTIONS(1534), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_sizeof] = ACTIONS(1534), - [sym_number_literal] = ACTIONS(1536), - [anon_sym_L_SQUOTE] = ACTIONS(1536), - [anon_sym_u_SQUOTE] = ACTIONS(1536), - [anon_sym_U_SQUOTE] = ACTIONS(1536), - [anon_sym_u8_SQUOTE] = ACTIONS(1536), - [anon_sym_SQUOTE] = ACTIONS(1536), - [anon_sym_L_DQUOTE] = ACTIONS(1536), - [anon_sym_u_DQUOTE] = ACTIONS(1536), - [anon_sym_U_DQUOTE] = ACTIONS(1536), - [anon_sym_u8_DQUOTE] = ACTIONS(1536), - [anon_sym_DQUOTE] = ACTIONS(1536), - [sym_true] = ACTIONS(1534), - [sym_false] = ACTIONS(1534), - [sym_null] = ACTIONS(1534), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1534), - [anon_sym_virtual] = ACTIONS(1534), - [anon_sym_explicit] = ACTIONS(1534), - [sym_auto] = ACTIONS(1534), - [anon_sym_typename] = ACTIONS(1534), - [anon_sym_template] = ACTIONS(1534), - [anon_sym_operator] = ACTIONS(1534), - [anon_sym_delete] = ACTIONS(1534), - [anon_sym_throw] = ACTIONS(1534), - [anon_sym_namespace] = ACTIONS(1534), - [anon_sym_using] = ACTIONS(1534), - [anon_sym_static_assert] = ACTIONS(1534), - [anon_sym_co_return] = ACTIONS(1534), - [anon_sym_co_yield] = ACTIONS(1534), - [anon_sym_try] = ACTIONS(1534), - [anon_sym_catch] = ACTIONS(1534), - [anon_sym_co_await] = ACTIONS(1534), - [anon_sym_new] = ACTIONS(1534), - [sym_operator_name] = ACTIONS(1534), - [sym_this] = ACTIONS(1534), - [sym_nullptr] = ACTIONS(1534), - [sym_alone_macro] = ACTIONS(1536), - [aux_sym_alone_macro_call_token1] = ACTIONS(1534), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1534), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_FORWARD] = ACTIONS(1534), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1534), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1534), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1534), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1534), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_PS_GET] = ACTIONS(1534), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1534), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1534), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1534), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1534), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1534), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1534), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1534), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1534), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1534), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1534), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1534), - [anon_sym_MOZ_COLD] = ACTIONS(1534), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1534), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1534), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1534), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1534), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1534), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1534), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1534), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1534), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1534), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1534), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1534), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1534), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1534), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1534), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1534), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1534), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1534), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1534), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1534), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1534), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_NONNULL] = ACTIONS(1534), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1534), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1534), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1534), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1534), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1534), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_NORETURN] = ACTIONS(1534), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1534), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1534), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1534), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1534), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1534), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1534), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1534), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1534), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1534), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1534), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1534), - [anon_sym_MOZ_RAII] = ACTIONS(1534), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1534), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1534), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1534), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1534), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1534), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1534), - [sym_raw_string_literal] = ACTIONS(1536), - }, - [112] = { - [sym_catch_clause] = STATE(107), - [aux_sym_try_statement_repeat1] = STATE(107), - [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(1538), - [anon_sym_co_await] = ACTIONS(1500), - [anon_sym_new] = ACTIONS(1500), - [sym_operator_name] = 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), - }, - [113] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [114] = { - [sym_identifier] = ACTIONS(1515), - [aux_sym_preproc_include_token1] = ACTIONS(1515), - [aux_sym_preproc_def_token1] = ACTIONS(1515), - [anon_sym_COMMA] = ACTIONS(1544), - [aux_sym_preproc_if_token1] = ACTIONS(1515), - [aux_sym_preproc_if_token2] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1515), - [aux_sym_preproc_else_token1] = ACTIONS(1515), - [aux_sym_preproc_elif_token1] = ACTIONS(1515), - [sym_preproc_directive] = ACTIONS(1515), - [anon_sym_LPAREN2] = ACTIONS(1517), - [anon_sym_BANG] = ACTIONS(1517), - [anon_sym_TILDE] = ACTIONS(1517), - [anon_sym_DASH] = ACTIONS(1515), - [anon_sym_PLUS] = ACTIONS(1515), - [anon_sym_STAR] = ACTIONS(1517), - [anon_sym_AMP_AMP] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1515), - [anon_sym_SEMI] = ACTIONS(1544), - [anon_sym_typedef] = ACTIONS(1515), - [anon_sym_extern] = ACTIONS(1515), - [anon_sym___attribute__] = ACTIONS(1515), - [anon_sym_COLON_COLON] = ACTIONS(1517), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1517), - [anon_sym___declspec] = ACTIONS(1515), - [anon_sym___based] = ACTIONS(1515), - [anon_sym___cdecl] = ACTIONS(1515), - [anon_sym___clrcall] = ACTIONS(1515), - [anon_sym___stdcall] = ACTIONS(1515), - [anon_sym___fastcall] = ACTIONS(1515), - [anon_sym___thiscall] = ACTIONS(1515), - [anon_sym___vectorcall] = ACTIONS(1515), - [anon_sym_LBRACE] = ACTIONS(1517), - [anon_sym_LBRACK] = ACTIONS(1515), - [anon_sym_static] = ACTIONS(1515), - [anon_sym_register] = ACTIONS(1515), - [anon_sym_inline] = ACTIONS(1515), - [anon_sym_thread_local] = ACTIONS(1515), - [anon_sym_const] = ACTIONS(1515), - [anon_sym_volatile] = ACTIONS(1515), - [anon_sym_restrict] = ACTIONS(1515), - [anon_sym__Atomic] = ACTIONS(1515), - [anon_sym_mutable] = ACTIONS(1515), - [anon_sym_constexpr] = ACTIONS(1515), - [anon_sym_signed] = ACTIONS(1515), - [anon_sym_unsigned] = ACTIONS(1515), - [anon_sym_long] = ACTIONS(1515), - [anon_sym_short] = ACTIONS(1515), - [sym_primitive_type] = ACTIONS(1515), - [anon_sym_enum] = ACTIONS(1515), - [anon_sym_class] = ACTIONS(1515), - [anon_sym_struct] = ACTIONS(1515), - [anon_sym_union] = ACTIONS(1515), - [anon_sym_if] = ACTIONS(1515), - [anon_sym_switch] = ACTIONS(1515), - [anon_sym_case] = ACTIONS(1515), - [anon_sym_default] = ACTIONS(1515), - [anon_sym_while] = ACTIONS(1515), - [anon_sym_do] = ACTIONS(1515), - [anon_sym_for] = ACTIONS(1515), - [anon_sym_return] = ACTIONS(1515), - [anon_sym_break] = ACTIONS(1515), - [anon_sym_continue] = ACTIONS(1515), - [anon_sym_goto] = ACTIONS(1515), - [anon_sym_DASH_DASH] = ACTIONS(1517), - [anon_sym_PLUS_PLUS] = ACTIONS(1517), - [anon_sym_sizeof] = ACTIONS(1515), - [sym_number_literal] = ACTIONS(1517), - [anon_sym_L_SQUOTE] = ACTIONS(1517), - [anon_sym_u_SQUOTE] = ACTIONS(1517), - [anon_sym_U_SQUOTE] = ACTIONS(1517), - [anon_sym_u8_SQUOTE] = ACTIONS(1517), - [anon_sym_SQUOTE] = ACTIONS(1517), - [anon_sym_L_DQUOTE] = ACTIONS(1517), - [anon_sym_u_DQUOTE] = ACTIONS(1517), - [anon_sym_U_DQUOTE] = ACTIONS(1517), - [anon_sym_u8_DQUOTE] = ACTIONS(1517), - [anon_sym_DQUOTE] = ACTIONS(1517), - [sym_true] = ACTIONS(1515), - [sym_false] = ACTIONS(1515), - [sym_null] = ACTIONS(1515), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1515), - [anon_sym_virtual] = ACTIONS(1515), - [anon_sym_explicit] = ACTIONS(1515), - [sym_auto] = ACTIONS(1515), - [anon_sym_typename] = ACTIONS(1515), - [anon_sym_template] = ACTIONS(1515), - [anon_sym_operator] = ACTIONS(1515), - [anon_sym_delete] = ACTIONS(1515), - [anon_sym_throw] = ACTIONS(1515), - [anon_sym_namespace] = ACTIONS(1515), - [anon_sym_using] = ACTIONS(1515), - [anon_sym_static_assert] = ACTIONS(1515), - [anon_sym_co_return] = ACTIONS(1515), - [anon_sym_co_yield] = ACTIONS(1515), - [anon_sym_try] = ACTIONS(1515), - [anon_sym_co_await] = ACTIONS(1515), - [anon_sym_new] = ACTIONS(1515), - [sym_operator_name] = ACTIONS(1515), - [sym_this] = ACTIONS(1515), - [sym_nullptr] = ACTIONS(1515), - [sym_alone_macro] = ACTIONS(1517), - [aux_sym_alone_macro_call_token1] = ACTIONS(1515), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_FORWARD] = ACTIONS(1515), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1515), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_PS_GET] = ACTIONS(1515), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1515), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1515), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1515), - [anon_sym_MOZ_COLD] = ACTIONS(1515), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1515), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1515), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1515), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1515), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1515), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1515), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1515), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1515), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1515), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1515), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1515), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1515), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_RAII] = ACTIONS(1515), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1515), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1515), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1515), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1515), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1515), - [sym_raw_string_literal] = ACTIONS(1517), - }, - [115] = { - [sym_identifier] = ACTIONS(1546), - [aux_sym_preproc_include_token1] = ACTIONS(1546), - [aux_sym_preproc_def_token1] = ACTIONS(1546), - [aux_sym_preproc_if_token1] = ACTIONS(1546), - [aux_sym_preproc_if_token2] = ACTIONS(1546), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1546), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1546), - [aux_sym_preproc_else_token1] = ACTIONS(1546), - [aux_sym_preproc_elif_token1] = ACTIONS(1546), - [sym_preproc_directive] = ACTIONS(1546), - [anon_sym_LPAREN2] = ACTIONS(1548), - [anon_sym_BANG] = ACTIONS(1548), - [anon_sym_TILDE] = ACTIONS(1548), - [anon_sym_DASH] = ACTIONS(1546), - [anon_sym_PLUS] = ACTIONS(1546), - [anon_sym_STAR] = ACTIONS(1548), - [anon_sym_AMP_AMP] = ACTIONS(1548), - [anon_sym_AMP] = ACTIONS(1546), - [anon_sym_SEMI] = ACTIONS(1548), - [anon_sym_typedef] = ACTIONS(1546), - [anon_sym_extern] = ACTIONS(1546), - [anon_sym___attribute__] = ACTIONS(1546), - [anon_sym_COLON_COLON] = ACTIONS(1548), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1548), - [anon_sym___declspec] = ACTIONS(1546), - [anon_sym___based] = ACTIONS(1546), - [anon_sym___cdecl] = ACTIONS(1546), - [anon_sym___clrcall] = ACTIONS(1546), - [anon_sym___stdcall] = ACTIONS(1546), - [anon_sym___fastcall] = ACTIONS(1546), - [anon_sym___thiscall] = ACTIONS(1546), - [anon_sym___vectorcall] = ACTIONS(1546), - [anon_sym_LBRACE] = ACTIONS(1548), - [anon_sym_LBRACK] = ACTIONS(1546), - [anon_sym_static] = ACTIONS(1546), - [anon_sym_register] = ACTIONS(1546), - [anon_sym_inline] = ACTIONS(1546), - [anon_sym_thread_local] = ACTIONS(1546), - [anon_sym_const] = ACTIONS(1546), - [anon_sym_volatile] = ACTIONS(1546), - [anon_sym_restrict] = ACTIONS(1546), - [anon_sym__Atomic] = ACTIONS(1546), - [anon_sym_mutable] = ACTIONS(1546), - [anon_sym_constexpr] = ACTIONS(1546), - [anon_sym_signed] = ACTIONS(1546), - [anon_sym_unsigned] = ACTIONS(1546), - [anon_sym_long] = ACTIONS(1546), - [anon_sym_short] = ACTIONS(1546), - [sym_primitive_type] = ACTIONS(1546), - [anon_sym_enum] = ACTIONS(1546), - [anon_sym_class] = ACTIONS(1546), - [anon_sym_struct] = ACTIONS(1546), - [anon_sym_union] = ACTIONS(1546), - [anon_sym_if] = ACTIONS(1546), - [anon_sym_else] = ACTIONS(1546), - [anon_sym_switch] = ACTIONS(1546), - [anon_sym_case] = ACTIONS(1546), - [anon_sym_default] = ACTIONS(1546), - [anon_sym_while] = ACTIONS(1546), - [anon_sym_do] = ACTIONS(1546), - [anon_sym_for] = ACTIONS(1546), - [anon_sym_return] = ACTIONS(1546), - [anon_sym_break] = ACTIONS(1546), - [anon_sym_continue] = ACTIONS(1546), - [anon_sym_goto] = ACTIONS(1546), - [anon_sym_DASH_DASH] = ACTIONS(1548), - [anon_sym_PLUS_PLUS] = ACTIONS(1548), - [anon_sym_sizeof] = ACTIONS(1546), - [sym_number_literal] = ACTIONS(1548), - [anon_sym_L_SQUOTE] = ACTIONS(1548), - [anon_sym_u_SQUOTE] = ACTIONS(1548), - [anon_sym_U_SQUOTE] = ACTIONS(1548), - [anon_sym_u8_SQUOTE] = ACTIONS(1548), - [anon_sym_SQUOTE] = ACTIONS(1548), - [anon_sym_L_DQUOTE] = ACTIONS(1548), - [anon_sym_u_DQUOTE] = ACTIONS(1548), - [anon_sym_U_DQUOTE] = ACTIONS(1548), - [anon_sym_u8_DQUOTE] = ACTIONS(1548), - [anon_sym_DQUOTE] = ACTIONS(1548), - [sym_true] = ACTIONS(1546), - [sym_false] = ACTIONS(1546), - [sym_null] = ACTIONS(1546), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1546), - [anon_sym_virtual] = ACTIONS(1546), - [anon_sym_explicit] = ACTIONS(1546), - [sym_auto] = ACTIONS(1546), - [anon_sym_typename] = ACTIONS(1546), - [anon_sym_template] = ACTIONS(1546), - [anon_sym_operator] = ACTIONS(1546), - [anon_sym_delete] = ACTIONS(1546), - [anon_sym_throw] = ACTIONS(1546), - [anon_sym_namespace] = ACTIONS(1546), - [anon_sym_using] = ACTIONS(1546), - [anon_sym_static_assert] = ACTIONS(1546), - [anon_sym_co_return] = ACTIONS(1546), - [anon_sym_co_yield] = ACTIONS(1546), - [anon_sym_try] = ACTIONS(1546), - [anon_sym_co_await] = ACTIONS(1546), - [anon_sym_new] = ACTIONS(1546), - [sym_operator_name] = ACTIONS(1546), - [sym_this] = ACTIONS(1546), - [sym_nullptr] = ACTIONS(1546), - [sym_alone_macro] = ACTIONS(1548), - [aux_sym_alone_macro_call_token1] = ACTIONS(1546), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1546), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_FORWARD] = ACTIONS(1546), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1546), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1546), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1546), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1546), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_PS_GET] = ACTIONS(1546), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1546), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1546), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1546), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1546), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1546), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1546), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1546), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1546), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1546), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1546), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1546), - [anon_sym_MOZ_COLD] = ACTIONS(1546), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1546), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1546), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1546), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1546), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1546), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1546), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1546), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1546), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1546), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1546), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1546), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1546), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1546), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1546), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1546), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1546), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1546), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1546), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1546), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1546), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_NONNULL] = ACTIONS(1546), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1546), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1546), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1546), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1546), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1546), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_NORETURN] = ACTIONS(1546), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1546), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1546), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1546), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1546), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1546), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1546), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1546), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1546), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1546), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1546), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1546), - [anon_sym_MOZ_RAII] = ACTIONS(1546), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1546), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1546), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1546), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1546), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1546), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1546), - [sym_raw_string_literal] = ACTIONS(1548), - }, - [116] = { - [sym_identifier] = ACTIONS(1550), - [aux_sym_preproc_include_token1] = ACTIONS(1550), - [aux_sym_preproc_def_token1] = ACTIONS(1550), - [aux_sym_preproc_if_token1] = ACTIONS(1550), - [aux_sym_preproc_if_token2] = ACTIONS(1550), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1550), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1550), - [aux_sym_preproc_else_token1] = ACTIONS(1550), - [aux_sym_preproc_elif_token1] = ACTIONS(1550), - [sym_preproc_directive] = ACTIONS(1550), - [anon_sym_LPAREN2] = ACTIONS(1552), - [anon_sym_BANG] = ACTIONS(1552), - [anon_sym_TILDE] = ACTIONS(1552), - [anon_sym_DASH] = ACTIONS(1550), - [anon_sym_PLUS] = ACTIONS(1550), - [anon_sym_STAR] = ACTIONS(1552), - [anon_sym_AMP_AMP] = ACTIONS(1552), - [anon_sym_AMP] = ACTIONS(1550), - [anon_sym_SEMI] = ACTIONS(1552), - [anon_sym_typedef] = ACTIONS(1550), - [anon_sym_extern] = ACTIONS(1550), - [anon_sym___attribute__] = ACTIONS(1550), - [anon_sym_COLON_COLON] = ACTIONS(1552), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1552), - [anon_sym___declspec] = ACTIONS(1550), - [anon_sym___based] = ACTIONS(1550), - [anon_sym___cdecl] = ACTIONS(1550), - [anon_sym___clrcall] = ACTIONS(1550), - [anon_sym___stdcall] = ACTIONS(1550), - [anon_sym___fastcall] = ACTIONS(1550), - [anon_sym___thiscall] = ACTIONS(1550), - [anon_sym___vectorcall] = ACTIONS(1550), - [anon_sym_LBRACE] = ACTIONS(1552), - [anon_sym_LBRACK] = ACTIONS(1550), - [anon_sym_static] = ACTIONS(1550), - [anon_sym_register] = ACTIONS(1550), - [anon_sym_inline] = ACTIONS(1550), - [anon_sym_thread_local] = ACTIONS(1550), - [anon_sym_const] = ACTIONS(1550), - [anon_sym_volatile] = ACTIONS(1550), - [anon_sym_restrict] = ACTIONS(1550), - [anon_sym__Atomic] = ACTIONS(1550), - [anon_sym_mutable] = ACTIONS(1550), - [anon_sym_constexpr] = ACTIONS(1550), - [anon_sym_signed] = ACTIONS(1550), - [anon_sym_unsigned] = ACTIONS(1550), - [anon_sym_long] = ACTIONS(1550), - [anon_sym_short] = ACTIONS(1550), - [sym_primitive_type] = ACTIONS(1550), - [anon_sym_enum] = ACTIONS(1550), - [anon_sym_class] = ACTIONS(1550), - [anon_sym_struct] = ACTIONS(1550), - [anon_sym_union] = ACTIONS(1550), - [anon_sym_if] = ACTIONS(1550), - [anon_sym_else] = ACTIONS(1550), - [anon_sym_switch] = ACTIONS(1550), - [anon_sym_case] = ACTIONS(1550), - [anon_sym_default] = ACTIONS(1550), - [anon_sym_while] = ACTIONS(1550), - [anon_sym_do] = ACTIONS(1550), - [anon_sym_for] = ACTIONS(1550), - [anon_sym_return] = ACTIONS(1550), - [anon_sym_break] = ACTIONS(1550), - [anon_sym_continue] = ACTIONS(1550), - [anon_sym_goto] = ACTIONS(1550), - [anon_sym_DASH_DASH] = ACTIONS(1552), - [anon_sym_PLUS_PLUS] = ACTIONS(1552), - [anon_sym_sizeof] = ACTIONS(1550), - [sym_number_literal] = ACTIONS(1552), - [anon_sym_L_SQUOTE] = ACTIONS(1552), - [anon_sym_u_SQUOTE] = ACTIONS(1552), - [anon_sym_U_SQUOTE] = ACTIONS(1552), - [anon_sym_u8_SQUOTE] = ACTIONS(1552), - [anon_sym_SQUOTE] = ACTIONS(1552), - [anon_sym_L_DQUOTE] = ACTIONS(1552), - [anon_sym_u_DQUOTE] = ACTIONS(1552), - [anon_sym_U_DQUOTE] = ACTIONS(1552), - [anon_sym_u8_DQUOTE] = ACTIONS(1552), - [anon_sym_DQUOTE] = ACTIONS(1552), - [sym_true] = ACTIONS(1550), - [sym_false] = ACTIONS(1550), - [sym_null] = ACTIONS(1550), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1550), - [anon_sym_virtual] = ACTIONS(1550), - [anon_sym_explicit] = ACTIONS(1550), - [sym_auto] = ACTIONS(1550), - [anon_sym_typename] = ACTIONS(1550), - [anon_sym_template] = ACTIONS(1550), - [anon_sym_operator] = ACTIONS(1550), - [anon_sym_delete] = ACTIONS(1550), - [anon_sym_throw] = ACTIONS(1550), - [anon_sym_namespace] = ACTIONS(1550), - [anon_sym_using] = ACTIONS(1550), - [anon_sym_static_assert] = ACTIONS(1550), - [anon_sym_co_return] = ACTIONS(1550), - [anon_sym_co_yield] = ACTIONS(1550), - [anon_sym_try] = ACTIONS(1550), - [anon_sym_co_await] = ACTIONS(1550), - [anon_sym_new] = ACTIONS(1550), - [sym_operator_name] = ACTIONS(1550), - [sym_this] = ACTIONS(1550), - [sym_nullptr] = ACTIONS(1550), - [sym_alone_macro] = ACTIONS(1552), - [aux_sym_alone_macro_call_token1] = ACTIONS(1550), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1550), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_FORWARD] = ACTIONS(1550), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1550), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1550), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1550), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1550), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_PS_GET] = ACTIONS(1550), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1550), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1550), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1550), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1550), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1550), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1550), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1550), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1550), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1550), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1550), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1550), - [anon_sym_MOZ_COLD] = ACTIONS(1550), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1550), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1550), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1550), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1550), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1550), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1550), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1550), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1550), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1550), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1550), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1550), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1550), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1550), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1550), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1550), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1550), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1550), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1550), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1550), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1550), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_NONNULL] = ACTIONS(1550), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1550), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1550), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1550), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1550), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1550), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_NORETURN] = ACTIONS(1550), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1550), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1550), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1550), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1550), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1550), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1550), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1550), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1550), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1550), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1550), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1550), - [anon_sym_MOZ_RAII] = ACTIONS(1550), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1550), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1550), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1550), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1550), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1550), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1550), - [sym_raw_string_literal] = ACTIONS(1552), + [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), }, - [117] = { - [sym_identifier] = ACTIONS(1554), - [aux_sym_preproc_include_token1] = ACTIONS(1554), - [aux_sym_preproc_def_token1] = ACTIONS(1554), - [aux_sym_preproc_if_token1] = ACTIONS(1554), - [aux_sym_preproc_if_token2] = ACTIONS(1554), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1554), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1554), - [aux_sym_preproc_else_token1] = ACTIONS(1554), - [aux_sym_preproc_elif_token1] = ACTIONS(1554), - [sym_preproc_directive] = ACTIONS(1554), - [anon_sym_LPAREN2] = ACTIONS(1556), - [anon_sym_BANG] = ACTIONS(1556), - [anon_sym_TILDE] = ACTIONS(1556), - [anon_sym_DASH] = ACTIONS(1554), - [anon_sym_PLUS] = ACTIONS(1554), - [anon_sym_STAR] = ACTIONS(1556), - [anon_sym_AMP_AMP] = ACTIONS(1556), - [anon_sym_AMP] = ACTIONS(1554), - [anon_sym_SEMI] = ACTIONS(1556), - [anon_sym_typedef] = ACTIONS(1554), - [anon_sym_extern] = ACTIONS(1554), - [anon_sym___attribute__] = ACTIONS(1554), - [anon_sym_COLON_COLON] = ACTIONS(1556), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1556), - [anon_sym___declspec] = ACTIONS(1554), - [anon_sym___based] = ACTIONS(1554), - [anon_sym___cdecl] = ACTIONS(1554), - [anon_sym___clrcall] = ACTIONS(1554), - [anon_sym___stdcall] = ACTIONS(1554), - [anon_sym___fastcall] = ACTIONS(1554), - [anon_sym___thiscall] = ACTIONS(1554), - [anon_sym___vectorcall] = ACTIONS(1554), - [anon_sym_LBRACE] = ACTIONS(1556), - [anon_sym_LBRACK] = ACTIONS(1554), - [anon_sym_static] = ACTIONS(1554), - [anon_sym_register] = ACTIONS(1554), - [anon_sym_inline] = ACTIONS(1554), - [anon_sym_thread_local] = ACTIONS(1554), - [anon_sym_const] = ACTIONS(1554), - [anon_sym_volatile] = ACTIONS(1554), - [anon_sym_restrict] = ACTIONS(1554), - [anon_sym__Atomic] = ACTIONS(1554), - [anon_sym_mutable] = ACTIONS(1554), - [anon_sym_constexpr] = ACTIONS(1554), - [anon_sym_signed] = ACTIONS(1554), - [anon_sym_unsigned] = ACTIONS(1554), - [anon_sym_long] = ACTIONS(1554), - [anon_sym_short] = ACTIONS(1554), - [sym_primitive_type] = ACTIONS(1554), - [anon_sym_enum] = ACTIONS(1554), - [anon_sym_class] = ACTIONS(1554), - [anon_sym_struct] = ACTIONS(1554), - [anon_sym_union] = ACTIONS(1554), - [anon_sym_if] = ACTIONS(1554), - [anon_sym_else] = ACTIONS(1554), - [anon_sym_switch] = ACTIONS(1554), - [anon_sym_case] = ACTIONS(1554), - [anon_sym_default] = ACTIONS(1554), - [anon_sym_while] = ACTIONS(1554), - [anon_sym_do] = ACTIONS(1554), - [anon_sym_for] = ACTIONS(1554), - [anon_sym_return] = ACTIONS(1554), - [anon_sym_break] = ACTIONS(1554), - [anon_sym_continue] = ACTIONS(1554), - [anon_sym_goto] = ACTIONS(1554), - [anon_sym_DASH_DASH] = ACTIONS(1556), - [anon_sym_PLUS_PLUS] = ACTIONS(1556), - [anon_sym_sizeof] = ACTIONS(1554), - [sym_number_literal] = ACTIONS(1556), - [anon_sym_L_SQUOTE] = ACTIONS(1556), - [anon_sym_u_SQUOTE] = ACTIONS(1556), - [anon_sym_U_SQUOTE] = ACTIONS(1556), - [anon_sym_u8_SQUOTE] = ACTIONS(1556), - [anon_sym_SQUOTE] = ACTIONS(1556), - [anon_sym_L_DQUOTE] = ACTIONS(1556), - [anon_sym_u_DQUOTE] = ACTIONS(1556), - [anon_sym_U_DQUOTE] = ACTIONS(1556), - [anon_sym_u8_DQUOTE] = ACTIONS(1556), - [anon_sym_DQUOTE] = ACTIONS(1556), - [sym_true] = ACTIONS(1554), - [sym_false] = ACTIONS(1554), - [sym_null] = ACTIONS(1554), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1554), - [anon_sym_virtual] = ACTIONS(1554), - [anon_sym_explicit] = ACTIONS(1554), - [sym_auto] = ACTIONS(1554), - [anon_sym_typename] = ACTIONS(1554), - [anon_sym_template] = ACTIONS(1554), - [anon_sym_operator] = ACTIONS(1554), - [anon_sym_delete] = ACTIONS(1554), - [anon_sym_throw] = ACTIONS(1554), - [anon_sym_namespace] = ACTIONS(1554), - [anon_sym_using] = ACTIONS(1554), - [anon_sym_static_assert] = ACTIONS(1554), - [anon_sym_co_return] = ACTIONS(1554), - [anon_sym_co_yield] = ACTIONS(1554), - [anon_sym_try] = ACTIONS(1554), - [anon_sym_co_await] = ACTIONS(1554), - [anon_sym_new] = ACTIONS(1554), - [sym_operator_name] = ACTIONS(1554), - [sym_this] = ACTIONS(1554), - [sym_nullptr] = ACTIONS(1554), - [sym_alone_macro] = ACTIONS(1556), - [aux_sym_alone_macro_call_token1] = ACTIONS(1554), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1554), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_FORWARD] = ACTIONS(1554), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1554), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1554), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1554), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1554), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_PS_GET] = ACTIONS(1554), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1554), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1554), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1554), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1554), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1554), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1554), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1554), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1554), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1554), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1554), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1554), - [anon_sym_MOZ_COLD] = ACTIONS(1554), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1554), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1554), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1554), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1554), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1554), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1554), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1554), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1554), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1554), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1554), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1554), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1554), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1554), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1554), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1554), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1554), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1554), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1554), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1554), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1554), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_NONNULL] = ACTIONS(1554), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1554), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1554), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1554), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1554), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1554), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_NORETURN] = ACTIONS(1554), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1554), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1554), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1554), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1554), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1554), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1554), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1554), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1554), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1554), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1554), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1554), - [anon_sym_MOZ_RAII] = ACTIONS(1554), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1554), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1554), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1554), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1554), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1554), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1554), - [sym_raw_string_literal] = ACTIONS(1556), + [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), + [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), }, - [118] = { - [sym_identifier] = ACTIONS(1558), - [aux_sym_preproc_include_token1] = ACTIONS(1558), - [aux_sym_preproc_def_token1] = ACTIONS(1558), - [aux_sym_preproc_if_token1] = ACTIONS(1558), - [aux_sym_preproc_if_token2] = ACTIONS(1558), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1558), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1558), - [aux_sym_preproc_else_token1] = ACTIONS(1558), - [aux_sym_preproc_elif_token1] = ACTIONS(1558), - [sym_preproc_directive] = ACTIONS(1558), - [anon_sym_LPAREN2] = ACTIONS(1560), - [anon_sym_BANG] = ACTIONS(1560), - [anon_sym_TILDE] = ACTIONS(1560), - [anon_sym_DASH] = ACTIONS(1558), - [anon_sym_PLUS] = ACTIONS(1558), - [anon_sym_STAR] = ACTIONS(1560), - [anon_sym_AMP_AMP] = ACTIONS(1560), - [anon_sym_AMP] = ACTIONS(1558), - [anon_sym_SEMI] = ACTIONS(1560), - [anon_sym_typedef] = ACTIONS(1558), - [anon_sym_extern] = ACTIONS(1558), - [anon_sym___attribute__] = ACTIONS(1558), - [anon_sym_COLON_COLON] = ACTIONS(1560), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1560), - [anon_sym___declspec] = ACTIONS(1558), - [anon_sym___based] = ACTIONS(1558), - [anon_sym___cdecl] = ACTIONS(1558), - [anon_sym___clrcall] = ACTIONS(1558), - [anon_sym___stdcall] = ACTIONS(1558), - [anon_sym___fastcall] = ACTIONS(1558), - [anon_sym___thiscall] = ACTIONS(1558), - [anon_sym___vectorcall] = ACTIONS(1558), - [anon_sym_LBRACE] = ACTIONS(1560), - [anon_sym_LBRACK] = ACTIONS(1558), - [anon_sym_static] = ACTIONS(1558), - [anon_sym_register] = ACTIONS(1558), - [anon_sym_inline] = ACTIONS(1558), - [anon_sym_thread_local] = ACTIONS(1558), - [anon_sym_const] = ACTIONS(1558), - [anon_sym_volatile] = ACTIONS(1558), - [anon_sym_restrict] = ACTIONS(1558), - [anon_sym__Atomic] = ACTIONS(1558), - [anon_sym_mutable] = ACTIONS(1558), - [anon_sym_constexpr] = ACTIONS(1558), - [anon_sym_signed] = ACTIONS(1558), - [anon_sym_unsigned] = ACTIONS(1558), - [anon_sym_long] = ACTIONS(1558), - [anon_sym_short] = ACTIONS(1558), - [sym_primitive_type] = ACTIONS(1558), - [anon_sym_enum] = ACTIONS(1558), - [anon_sym_class] = ACTIONS(1558), - [anon_sym_struct] = ACTIONS(1558), - [anon_sym_union] = ACTIONS(1558), - [anon_sym_if] = ACTIONS(1558), - [anon_sym_else] = ACTIONS(1558), - [anon_sym_switch] = ACTIONS(1558), - [anon_sym_case] = ACTIONS(1558), - [anon_sym_default] = ACTIONS(1558), - [anon_sym_while] = ACTIONS(1558), - [anon_sym_do] = ACTIONS(1558), - [anon_sym_for] = ACTIONS(1558), - [anon_sym_return] = ACTIONS(1558), - [anon_sym_break] = ACTIONS(1558), - [anon_sym_continue] = ACTIONS(1558), - [anon_sym_goto] = ACTIONS(1558), - [anon_sym_DASH_DASH] = ACTIONS(1560), - [anon_sym_PLUS_PLUS] = ACTIONS(1560), - [anon_sym_sizeof] = ACTIONS(1558), - [sym_number_literal] = ACTIONS(1560), - [anon_sym_L_SQUOTE] = ACTIONS(1560), - [anon_sym_u_SQUOTE] = ACTIONS(1560), - [anon_sym_U_SQUOTE] = ACTIONS(1560), - [anon_sym_u8_SQUOTE] = ACTIONS(1560), - [anon_sym_SQUOTE] = ACTIONS(1560), - [anon_sym_L_DQUOTE] = ACTIONS(1560), - [anon_sym_u_DQUOTE] = ACTIONS(1560), - [anon_sym_U_DQUOTE] = ACTIONS(1560), - [anon_sym_u8_DQUOTE] = ACTIONS(1560), - [anon_sym_DQUOTE] = ACTIONS(1560), - [sym_true] = ACTIONS(1558), - [sym_false] = ACTIONS(1558), - [sym_null] = ACTIONS(1558), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1558), - [anon_sym_virtual] = ACTIONS(1558), - [anon_sym_explicit] = ACTIONS(1558), - [sym_auto] = ACTIONS(1558), - [anon_sym_typename] = ACTIONS(1558), - [anon_sym_template] = ACTIONS(1558), - [anon_sym_operator] = ACTIONS(1558), - [anon_sym_delete] = ACTIONS(1558), - [anon_sym_throw] = ACTIONS(1558), - [anon_sym_namespace] = ACTIONS(1558), - [anon_sym_using] = ACTIONS(1558), - [anon_sym_static_assert] = ACTIONS(1558), - [anon_sym_co_return] = ACTIONS(1558), - [anon_sym_co_yield] = ACTIONS(1558), - [anon_sym_try] = ACTIONS(1558), - [anon_sym_co_await] = ACTIONS(1558), - [anon_sym_new] = ACTIONS(1558), - [sym_operator_name] = ACTIONS(1558), - [sym_this] = ACTIONS(1558), - [sym_nullptr] = ACTIONS(1558), - [sym_alone_macro] = ACTIONS(1560), - [aux_sym_alone_macro_call_token1] = ACTIONS(1558), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_FORWARD] = ACTIONS(1558), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1558), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_PS_GET] = ACTIONS(1558), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1558), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1558), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1558), - [anon_sym_MOZ_COLD] = ACTIONS(1558), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1558), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1558), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1558), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1558), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1558), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1558), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1558), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1558), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1558), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1558), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1558), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1558), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_RAII] = ACTIONS(1558), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1558), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1558), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1558), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1558), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1558), - [sym_raw_string_literal] = ACTIONS(1560), + [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), }, - [119] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), + [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), }, - [120] = { - [sym_identifier] = ACTIONS(1558), - [aux_sym_preproc_include_token1] = ACTIONS(1558), - [aux_sym_preproc_def_token1] = ACTIONS(1558), - [aux_sym_preproc_if_token1] = ACTIONS(1558), - [aux_sym_preproc_if_token2] = ACTIONS(1558), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1558), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1558), - [aux_sym_preproc_else_token1] = ACTIONS(1558), - [aux_sym_preproc_elif_token1] = ACTIONS(1558), - [sym_preproc_directive] = ACTIONS(1558), - [anon_sym_LPAREN2] = ACTIONS(1560), - [anon_sym_BANG] = ACTIONS(1560), - [anon_sym_TILDE] = ACTIONS(1560), - [anon_sym_DASH] = ACTIONS(1558), - [anon_sym_PLUS] = ACTIONS(1558), - [anon_sym_STAR] = ACTIONS(1560), - [anon_sym_AMP_AMP] = ACTIONS(1560), - [anon_sym_AMP] = ACTIONS(1558), - [anon_sym_SEMI] = ACTIONS(1560), - [anon_sym_typedef] = ACTIONS(1558), - [anon_sym_extern] = ACTIONS(1558), - [anon_sym___attribute__] = ACTIONS(1558), - [anon_sym_COLON_COLON] = ACTIONS(1560), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1560), - [anon_sym___declspec] = ACTIONS(1558), - [anon_sym___based] = ACTIONS(1558), - [anon_sym___cdecl] = ACTIONS(1558), - [anon_sym___clrcall] = ACTIONS(1558), - [anon_sym___stdcall] = ACTIONS(1558), - [anon_sym___fastcall] = ACTIONS(1558), - [anon_sym___thiscall] = ACTIONS(1558), - [anon_sym___vectorcall] = ACTIONS(1558), - [anon_sym_LBRACE] = ACTIONS(1560), - [anon_sym_LBRACK] = ACTIONS(1558), - [anon_sym_static] = ACTIONS(1558), - [anon_sym_register] = ACTIONS(1558), - [anon_sym_inline] = ACTIONS(1558), - [anon_sym_thread_local] = ACTIONS(1558), - [anon_sym_const] = ACTIONS(1558), - [anon_sym_volatile] = ACTIONS(1558), - [anon_sym_restrict] = ACTIONS(1558), - [anon_sym__Atomic] = ACTIONS(1558), - [anon_sym_mutable] = ACTIONS(1558), - [anon_sym_constexpr] = ACTIONS(1558), - [anon_sym_signed] = ACTIONS(1558), - [anon_sym_unsigned] = ACTIONS(1558), - [anon_sym_long] = ACTIONS(1558), - [anon_sym_short] = ACTIONS(1558), - [sym_primitive_type] = ACTIONS(1558), - [anon_sym_enum] = ACTIONS(1558), - [anon_sym_class] = ACTIONS(1558), - [anon_sym_struct] = ACTIONS(1558), - [anon_sym_union] = ACTIONS(1558), - [anon_sym_if] = ACTIONS(1558), - [anon_sym_else] = ACTIONS(1558), - [anon_sym_switch] = ACTIONS(1558), - [anon_sym_case] = ACTIONS(1558), - [anon_sym_default] = ACTIONS(1558), - [anon_sym_while] = ACTIONS(1558), - [anon_sym_do] = ACTIONS(1558), - [anon_sym_for] = ACTIONS(1558), - [anon_sym_return] = ACTIONS(1558), - [anon_sym_break] = ACTIONS(1558), - [anon_sym_continue] = ACTIONS(1558), - [anon_sym_goto] = ACTIONS(1558), - [anon_sym_DASH_DASH] = ACTIONS(1560), - [anon_sym_PLUS_PLUS] = ACTIONS(1560), - [anon_sym_sizeof] = ACTIONS(1558), - [sym_number_literal] = ACTIONS(1560), - [anon_sym_L_SQUOTE] = ACTIONS(1560), - [anon_sym_u_SQUOTE] = ACTIONS(1560), - [anon_sym_U_SQUOTE] = ACTIONS(1560), - [anon_sym_u8_SQUOTE] = ACTIONS(1560), - [anon_sym_SQUOTE] = ACTIONS(1560), - [anon_sym_L_DQUOTE] = ACTIONS(1560), - [anon_sym_u_DQUOTE] = ACTIONS(1560), - [anon_sym_U_DQUOTE] = ACTIONS(1560), - [anon_sym_u8_DQUOTE] = ACTIONS(1560), - [anon_sym_DQUOTE] = ACTIONS(1560), - [sym_true] = ACTIONS(1558), - [sym_false] = ACTIONS(1558), - [sym_null] = ACTIONS(1558), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1558), - [anon_sym_virtual] = ACTIONS(1558), - [anon_sym_explicit] = ACTIONS(1558), - [sym_auto] = ACTIONS(1558), - [anon_sym_typename] = ACTIONS(1558), - [anon_sym_template] = ACTIONS(1558), - [anon_sym_operator] = ACTIONS(1558), - [anon_sym_delete] = ACTIONS(1558), - [anon_sym_throw] = ACTIONS(1558), - [anon_sym_namespace] = ACTIONS(1558), - [anon_sym_using] = ACTIONS(1558), - [anon_sym_static_assert] = ACTIONS(1558), - [anon_sym_co_return] = ACTIONS(1558), - [anon_sym_co_yield] = ACTIONS(1558), - [anon_sym_try] = ACTIONS(1558), - [anon_sym_co_await] = ACTIONS(1558), - [anon_sym_new] = ACTIONS(1558), - [sym_operator_name] = ACTIONS(1558), - [sym_this] = ACTIONS(1558), - [sym_nullptr] = ACTIONS(1558), - [sym_alone_macro] = ACTIONS(1560), - [aux_sym_alone_macro_call_token1] = ACTIONS(1558), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_FORWARD] = ACTIONS(1558), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1558), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_PS_GET] = ACTIONS(1558), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1558), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1558), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1558), - [anon_sym_MOZ_COLD] = ACTIONS(1558), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1558), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1558), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1558), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1558), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1558), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1558), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1558), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1558), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1558), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1558), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1558), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1558), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_RAII] = ACTIONS(1558), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1558), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1558), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1558), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1558), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1558), - [sym_raw_string_literal] = ACTIONS(1560), + [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), + [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), }, - [121] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), + [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), }, - [122] = { - [sym_identifier] = ACTIONS(1562), - [aux_sym_preproc_include_token1] = ACTIONS(1562), - [aux_sym_preproc_def_token1] = ACTIONS(1562), - [aux_sym_preproc_if_token1] = ACTIONS(1562), - [aux_sym_preproc_if_token2] = ACTIONS(1562), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1562), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1562), - [aux_sym_preproc_else_token1] = ACTIONS(1562), - [aux_sym_preproc_elif_token1] = ACTIONS(1562), - [sym_preproc_directive] = ACTIONS(1562), - [anon_sym_LPAREN2] = ACTIONS(1564), - [anon_sym_BANG] = ACTIONS(1564), - [anon_sym_TILDE] = ACTIONS(1564), - [anon_sym_DASH] = ACTIONS(1562), - [anon_sym_PLUS] = ACTIONS(1562), - [anon_sym_STAR] = ACTIONS(1564), - [anon_sym_AMP_AMP] = ACTIONS(1564), - [anon_sym_AMP] = ACTIONS(1562), - [anon_sym_SEMI] = ACTIONS(1564), - [anon_sym_typedef] = ACTIONS(1562), - [anon_sym_extern] = ACTIONS(1562), - [anon_sym___attribute__] = ACTIONS(1562), - [anon_sym_COLON_COLON] = ACTIONS(1564), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1564), - [anon_sym___declspec] = ACTIONS(1562), - [anon_sym___based] = ACTIONS(1562), - [anon_sym___cdecl] = ACTIONS(1562), - [anon_sym___clrcall] = ACTIONS(1562), - [anon_sym___stdcall] = ACTIONS(1562), - [anon_sym___fastcall] = ACTIONS(1562), - [anon_sym___thiscall] = ACTIONS(1562), - [anon_sym___vectorcall] = ACTIONS(1562), - [anon_sym_LBRACE] = ACTIONS(1564), - [anon_sym_LBRACK] = ACTIONS(1562), - [anon_sym_static] = ACTIONS(1562), - [anon_sym_register] = ACTIONS(1562), - [anon_sym_inline] = ACTIONS(1562), - [anon_sym_thread_local] = ACTIONS(1562), - [anon_sym_const] = ACTIONS(1562), - [anon_sym_volatile] = ACTIONS(1562), - [anon_sym_restrict] = ACTIONS(1562), - [anon_sym__Atomic] = ACTIONS(1562), - [anon_sym_mutable] = ACTIONS(1562), - [anon_sym_constexpr] = ACTIONS(1562), - [anon_sym_signed] = ACTIONS(1562), - [anon_sym_unsigned] = ACTIONS(1562), - [anon_sym_long] = ACTIONS(1562), - [anon_sym_short] = ACTIONS(1562), - [sym_primitive_type] = ACTIONS(1562), - [anon_sym_enum] = ACTIONS(1562), - [anon_sym_class] = ACTIONS(1562), - [anon_sym_struct] = ACTIONS(1562), - [anon_sym_union] = ACTIONS(1562), - [anon_sym_if] = ACTIONS(1562), - [anon_sym_else] = ACTIONS(1562), - [anon_sym_switch] = ACTIONS(1562), - [anon_sym_case] = ACTIONS(1562), - [anon_sym_default] = ACTIONS(1562), - [anon_sym_while] = ACTIONS(1562), - [anon_sym_do] = ACTIONS(1562), - [anon_sym_for] = ACTIONS(1562), - [anon_sym_return] = ACTIONS(1562), - [anon_sym_break] = ACTIONS(1562), - [anon_sym_continue] = ACTIONS(1562), - [anon_sym_goto] = ACTIONS(1562), - [anon_sym_DASH_DASH] = ACTIONS(1564), - [anon_sym_PLUS_PLUS] = ACTIONS(1564), - [anon_sym_sizeof] = ACTIONS(1562), - [sym_number_literal] = ACTIONS(1564), - [anon_sym_L_SQUOTE] = ACTIONS(1564), - [anon_sym_u_SQUOTE] = ACTIONS(1564), - [anon_sym_U_SQUOTE] = ACTIONS(1564), - [anon_sym_u8_SQUOTE] = ACTIONS(1564), - [anon_sym_SQUOTE] = ACTIONS(1564), - [anon_sym_L_DQUOTE] = ACTIONS(1564), - [anon_sym_u_DQUOTE] = ACTIONS(1564), - [anon_sym_U_DQUOTE] = ACTIONS(1564), - [anon_sym_u8_DQUOTE] = ACTIONS(1564), - [anon_sym_DQUOTE] = ACTIONS(1564), - [sym_true] = ACTIONS(1562), - [sym_false] = ACTIONS(1562), - [sym_null] = ACTIONS(1562), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1562), - [anon_sym_virtual] = ACTIONS(1562), - [anon_sym_explicit] = ACTIONS(1562), - [sym_auto] = ACTIONS(1562), - [anon_sym_typename] = ACTIONS(1562), - [anon_sym_template] = ACTIONS(1562), - [anon_sym_operator] = ACTIONS(1562), - [anon_sym_delete] = ACTIONS(1562), - [anon_sym_throw] = ACTIONS(1562), - [anon_sym_namespace] = ACTIONS(1562), - [anon_sym_using] = ACTIONS(1562), - [anon_sym_static_assert] = ACTIONS(1562), - [anon_sym_co_return] = ACTIONS(1562), - [anon_sym_co_yield] = ACTIONS(1562), - [anon_sym_try] = ACTIONS(1562), - [anon_sym_co_await] = ACTIONS(1562), - [anon_sym_new] = ACTIONS(1562), - [sym_operator_name] = ACTIONS(1562), - [sym_this] = ACTIONS(1562), - [sym_nullptr] = ACTIONS(1562), - [sym_alone_macro] = ACTIONS(1564), - [aux_sym_alone_macro_call_token1] = ACTIONS(1562), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1562), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_FORWARD] = ACTIONS(1562), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1562), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1562), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1562), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1562), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_PS_GET] = ACTIONS(1562), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1562), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1562), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1562), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1562), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1562), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1562), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1562), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1562), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1562), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1562), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1562), - [anon_sym_MOZ_COLD] = ACTIONS(1562), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1562), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1562), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1562), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1562), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1562), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1562), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1562), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1562), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1562), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1562), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1562), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1562), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1562), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1562), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1562), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1562), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1562), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1562), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1562), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1562), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_NONNULL] = ACTIONS(1562), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1562), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1562), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1562), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1562), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1562), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_NORETURN] = ACTIONS(1562), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1562), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1562), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1562), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1562), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1562), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1562), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1562), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1562), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1562), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1562), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1562), - [anon_sym_MOZ_RAII] = ACTIONS(1562), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1562), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1562), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1562), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1562), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1562), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1562), - [sym_raw_string_literal] = ACTIONS(1564), + [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), + [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), }, - [123] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, - [124] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), + [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), }, - [125] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), + [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), }, - [126] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), + [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), }, - [127] = { - [sym_identifier] = ACTIONS(1566), - [aux_sym_preproc_include_token1] = ACTIONS(1566), - [aux_sym_preproc_def_token1] = ACTIONS(1566), - [aux_sym_preproc_if_token1] = ACTIONS(1566), - [aux_sym_preproc_if_token2] = ACTIONS(1566), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1566), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1566), - [aux_sym_preproc_else_token1] = ACTIONS(1566), - [aux_sym_preproc_elif_token1] = ACTIONS(1566), - [sym_preproc_directive] = ACTIONS(1566), - [anon_sym_LPAREN2] = ACTIONS(1568), - [anon_sym_BANG] = ACTIONS(1568), - [anon_sym_TILDE] = ACTIONS(1568), - [anon_sym_DASH] = ACTIONS(1566), - [anon_sym_PLUS] = ACTIONS(1566), - [anon_sym_STAR] = ACTIONS(1568), - [anon_sym_AMP_AMP] = ACTIONS(1568), - [anon_sym_AMP] = ACTIONS(1566), - [anon_sym_SEMI] = ACTIONS(1568), - [anon_sym_typedef] = ACTIONS(1566), - [anon_sym_extern] = ACTIONS(1566), - [anon_sym___attribute__] = ACTIONS(1566), - [anon_sym_COLON_COLON] = ACTIONS(1568), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1568), - [anon_sym___declspec] = ACTIONS(1566), - [anon_sym___based] = ACTIONS(1566), - [anon_sym___cdecl] = ACTIONS(1566), - [anon_sym___clrcall] = ACTIONS(1566), - [anon_sym___stdcall] = ACTIONS(1566), - [anon_sym___fastcall] = ACTIONS(1566), - [anon_sym___thiscall] = ACTIONS(1566), - [anon_sym___vectorcall] = ACTIONS(1566), - [anon_sym_LBRACE] = ACTIONS(1568), - [anon_sym_LBRACK] = ACTIONS(1566), - [anon_sym_static] = ACTIONS(1566), - [anon_sym_register] = ACTIONS(1566), - [anon_sym_inline] = ACTIONS(1566), - [anon_sym_thread_local] = ACTIONS(1566), - [anon_sym_const] = ACTIONS(1566), - [anon_sym_volatile] = ACTIONS(1566), - [anon_sym_restrict] = ACTIONS(1566), - [anon_sym__Atomic] = ACTIONS(1566), - [anon_sym_mutable] = ACTIONS(1566), - [anon_sym_constexpr] = ACTIONS(1566), - [anon_sym_signed] = ACTIONS(1566), - [anon_sym_unsigned] = ACTIONS(1566), - [anon_sym_long] = ACTIONS(1566), - [anon_sym_short] = ACTIONS(1566), - [sym_primitive_type] = ACTIONS(1566), - [anon_sym_enum] = ACTIONS(1566), - [anon_sym_class] = ACTIONS(1566), - [anon_sym_struct] = ACTIONS(1566), - [anon_sym_union] = ACTIONS(1566), - [anon_sym_if] = ACTIONS(1566), - [anon_sym_else] = ACTIONS(1566), - [anon_sym_switch] = ACTIONS(1566), - [anon_sym_case] = ACTIONS(1566), - [anon_sym_default] = ACTIONS(1566), - [anon_sym_while] = ACTIONS(1566), - [anon_sym_do] = ACTIONS(1566), - [anon_sym_for] = ACTIONS(1566), - [anon_sym_return] = ACTIONS(1566), - [anon_sym_break] = ACTIONS(1566), - [anon_sym_continue] = ACTIONS(1566), - [anon_sym_goto] = ACTIONS(1566), - [anon_sym_DASH_DASH] = ACTIONS(1568), - [anon_sym_PLUS_PLUS] = ACTIONS(1568), - [anon_sym_sizeof] = ACTIONS(1566), - [sym_number_literal] = ACTIONS(1568), - [anon_sym_L_SQUOTE] = ACTIONS(1568), - [anon_sym_u_SQUOTE] = ACTIONS(1568), - [anon_sym_U_SQUOTE] = ACTIONS(1568), - [anon_sym_u8_SQUOTE] = ACTIONS(1568), - [anon_sym_SQUOTE] = ACTIONS(1568), - [anon_sym_L_DQUOTE] = ACTIONS(1568), - [anon_sym_u_DQUOTE] = ACTIONS(1568), - [anon_sym_U_DQUOTE] = ACTIONS(1568), - [anon_sym_u8_DQUOTE] = ACTIONS(1568), - [anon_sym_DQUOTE] = ACTIONS(1568), - [sym_true] = ACTIONS(1566), - [sym_false] = ACTIONS(1566), - [sym_null] = ACTIONS(1566), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1566), - [anon_sym_virtual] = ACTIONS(1566), - [anon_sym_explicit] = ACTIONS(1566), - [sym_auto] = ACTIONS(1566), - [anon_sym_typename] = ACTIONS(1566), - [anon_sym_template] = ACTIONS(1566), - [anon_sym_operator] = ACTIONS(1566), - [anon_sym_delete] = ACTIONS(1566), - [anon_sym_throw] = ACTIONS(1566), - [anon_sym_namespace] = ACTIONS(1566), - [anon_sym_using] = ACTIONS(1566), - [anon_sym_static_assert] = ACTIONS(1566), - [anon_sym_co_return] = ACTIONS(1566), - [anon_sym_co_yield] = ACTIONS(1566), - [anon_sym_try] = ACTIONS(1566), - [anon_sym_co_await] = ACTIONS(1566), - [anon_sym_new] = ACTIONS(1566), - [sym_operator_name] = ACTIONS(1566), - [sym_this] = ACTIONS(1566), - [sym_nullptr] = ACTIONS(1566), - [sym_alone_macro] = ACTIONS(1568), - [aux_sym_alone_macro_call_token1] = ACTIONS(1566), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1566), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_FORWARD] = ACTIONS(1566), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1566), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1566), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1566), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1566), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_PS_GET] = ACTIONS(1566), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1566), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1566), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1566), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1566), - [anon_sym_MOZ_COLD] = ACTIONS(1566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_NONNULL] = ACTIONS(1566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_NORETURN] = ACTIONS(1566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1566), - [anon_sym_MOZ_RAII] = ACTIONS(1566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1566), - [sym_raw_string_literal] = ACTIONS(1568), + [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), + [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), }, - [128] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), + [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), }, - [129] = { - [sym_identifier] = ACTIONS(1570), - [aux_sym_preproc_include_token1] = ACTIONS(1570), - [aux_sym_preproc_def_token1] = ACTIONS(1570), - [aux_sym_preproc_if_token1] = ACTIONS(1570), - [aux_sym_preproc_if_token2] = ACTIONS(1570), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1570), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1570), - [aux_sym_preproc_else_token1] = ACTIONS(1570), - [aux_sym_preproc_elif_token1] = ACTIONS(1570), - [sym_preproc_directive] = ACTIONS(1570), - [anon_sym_LPAREN2] = ACTIONS(1572), - [anon_sym_BANG] = ACTIONS(1572), - [anon_sym_TILDE] = ACTIONS(1572), - [anon_sym_DASH] = ACTIONS(1570), - [anon_sym_PLUS] = ACTIONS(1570), - [anon_sym_STAR] = ACTIONS(1572), - [anon_sym_AMP_AMP] = ACTIONS(1572), - [anon_sym_AMP] = ACTIONS(1570), - [anon_sym_SEMI] = ACTIONS(1572), - [anon_sym_typedef] = ACTIONS(1570), - [anon_sym_extern] = ACTIONS(1570), - [anon_sym___attribute__] = ACTIONS(1570), - [anon_sym_COLON_COLON] = ACTIONS(1572), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1572), - [anon_sym___declspec] = ACTIONS(1570), - [anon_sym___based] = ACTIONS(1570), - [anon_sym___cdecl] = ACTIONS(1570), - [anon_sym___clrcall] = ACTIONS(1570), - [anon_sym___stdcall] = ACTIONS(1570), - [anon_sym___fastcall] = ACTIONS(1570), - [anon_sym___thiscall] = ACTIONS(1570), - [anon_sym___vectorcall] = ACTIONS(1570), - [anon_sym_LBRACE] = ACTIONS(1572), - [anon_sym_LBRACK] = ACTIONS(1570), - [anon_sym_static] = ACTIONS(1570), - [anon_sym_register] = ACTIONS(1570), - [anon_sym_inline] = ACTIONS(1570), - [anon_sym_thread_local] = ACTIONS(1570), - [anon_sym_const] = ACTIONS(1570), - [anon_sym_volatile] = ACTIONS(1570), - [anon_sym_restrict] = ACTIONS(1570), - [anon_sym__Atomic] = ACTIONS(1570), - [anon_sym_mutable] = ACTIONS(1570), - [anon_sym_constexpr] = ACTIONS(1570), - [anon_sym_signed] = ACTIONS(1570), - [anon_sym_unsigned] = ACTIONS(1570), - [anon_sym_long] = ACTIONS(1570), - [anon_sym_short] = ACTIONS(1570), - [sym_primitive_type] = ACTIONS(1570), - [anon_sym_enum] = ACTIONS(1570), - [anon_sym_class] = ACTIONS(1570), - [anon_sym_struct] = ACTIONS(1570), - [anon_sym_union] = ACTIONS(1570), - [anon_sym_if] = ACTIONS(1570), - [anon_sym_else] = ACTIONS(1570), - [anon_sym_switch] = ACTIONS(1570), - [anon_sym_case] = ACTIONS(1570), - [anon_sym_default] = ACTIONS(1570), - [anon_sym_while] = ACTIONS(1570), - [anon_sym_do] = ACTIONS(1570), - [anon_sym_for] = ACTIONS(1570), - [anon_sym_return] = ACTIONS(1570), - [anon_sym_break] = ACTIONS(1570), - [anon_sym_continue] = ACTIONS(1570), - [anon_sym_goto] = ACTIONS(1570), - [anon_sym_DASH_DASH] = ACTIONS(1572), - [anon_sym_PLUS_PLUS] = ACTIONS(1572), - [anon_sym_sizeof] = ACTIONS(1570), - [sym_number_literal] = ACTIONS(1572), - [anon_sym_L_SQUOTE] = ACTIONS(1572), - [anon_sym_u_SQUOTE] = ACTIONS(1572), - [anon_sym_U_SQUOTE] = ACTIONS(1572), - [anon_sym_u8_SQUOTE] = ACTIONS(1572), - [anon_sym_SQUOTE] = ACTIONS(1572), - [anon_sym_L_DQUOTE] = ACTIONS(1572), - [anon_sym_u_DQUOTE] = ACTIONS(1572), - [anon_sym_U_DQUOTE] = ACTIONS(1572), - [anon_sym_u8_DQUOTE] = ACTIONS(1572), - [anon_sym_DQUOTE] = ACTIONS(1572), - [sym_true] = ACTIONS(1570), - [sym_false] = ACTIONS(1570), - [sym_null] = ACTIONS(1570), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1570), - [anon_sym_virtual] = ACTIONS(1570), - [anon_sym_explicit] = ACTIONS(1570), - [sym_auto] = ACTIONS(1570), - [anon_sym_typename] = ACTIONS(1570), - [anon_sym_template] = ACTIONS(1570), - [anon_sym_operator] = ACTIONS(1570), - [anon_sym_delete] = ACTIONS(1570), - [anon_sym_throw] = ACTIONS(1570), - [anon_sym_namespace] = ACTIONS(1570), - [anon_sym_using] = ACTIONS(1570), - [anon_sym_static_assert] = ACTIONS(1570), - [anon_sym_co_return] = ACTIONS(1570), - [anon_sym_co_yield] = ACTIONS(1570), - [anon_sym_try] = ACTIONS(1570), - [anon_sym_co_await] = ACTIONS(1570), - [anon_sym_new] = ACTIONS(1570), - [sym_operator_name] = ACTIONS(1570), - [sym_this] = ACTIONS(1570), - [sym_nullptr] = ACTIONS(1570), - [sym_alone_macro] = ACTIONS(1572), - [aux_sym_alone_macro_call_token1] = ACTIONS(1570), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1570), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_FORWARD] = ACTIONS(1570), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1570), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1570), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1570), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1570), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_PS_GET] = ACTIONS(1570), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1570), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1570), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1570), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1570), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1570), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1570), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1570), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1570), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1570), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1570), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1570), - [anon_sym_MOZ_COLD] = ACTIONS(1570), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1570), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1570), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1570), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1570), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1570), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1570), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1570), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1570), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1570), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1570), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1570), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1570), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1570), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1570), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1570), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1570), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1570), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1570), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1570), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1570), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_NONNULL] = ACTIONS(1570), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1570), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1570), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1570), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1570), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1570), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_NORETURN] = ACTIONS(1570), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1570), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1570), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1570), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1570), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1570), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1570), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1570), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1570), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1570), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1570), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1570), - [anon_sym_MOZ_RAII] = ACTIONS(1570), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1570), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1570), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1570), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1570), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1570), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1570), - [sym_raw_string_literal] = ACTIONS(1572), + [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), + [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), }, - [130] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), + [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), }, - [131] = { - [sym_identifier] = ACTIONS(1574), - [aux_sym_preproc_include_token1] = ACTIONS(1574), - [aux_sym_preproc_def_token1] = ACTIONS(1574), - [aux_sym_preproc_if_token1] = ACTIONS(1574), - [aux_sym_preproc_if_token2] = ACTIONS(1574), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1574), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1574), - [aux_sym_preproc_else_token1] = ACTIONS(1574), - [aux_sym_preproc_elif_token1] = ACTIONS(1574), - [sym_preproc_directive] = ACTIONS(1574), - [anon_sym_LPAREN2] = ACTIONS(1576), - [anon_sym_BANG] = ACTIONS(1576), - [anon_sym_TILDE] = ACTIONS(1576), - [anon_sym_DASH] = ACTIONS(1574), - [anon_sym_PLUS] = ACTIONS(1574), - [anon_sym_STAR] = ACTIONS(1576), - [anon_sym_AMP_AMP] = ACTIONS(1576), - [anon_sym_AMP] = ACTIONS(1574), - [anon_sym_SEMI] = ACTIONS(1576), - [anon_sym_typedef] = ACTIONS(1574), - [anon_sym_extern] = ACTIONS(1574), - [anon_sym___attribute__] = ACTIONS(1574), - [anon_sym_COLON_COLON] = ACTIONS(1576), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1576), - [anon_sym___declspec] = ACTIONS(1574), - [anon_sym___based] = ACTIONS(1574), - [anon_sym___cdecl] = ACTIONS(1574), - [anon_sym___clrcall] = ACTIONS(1574), - [anon_sym___stdcall] = ACTIONS(1574), - [anon_sym___fastcall] = ACTIONS(1574), - [anon_sym___thiscall] = ACTIONS(1574), - [anon_sym___vectorcall] = ACTIONS(1574), - [anon_sym_LBRACE] = ACTIONS(1576), - [anon_sym_LBRACK] = ACTIONS(1574), - [anon_sym_static] = ACTIONS(1574), - [anon_sym_register] = ACTIONS(1574), - [anon_sym_inline] = ACTIONS(1574), - [anon_sym_thread_local] = ACTIONS(1574), - [anon_sym_const] = ACTIONS(1574), - [anon_sym_volatile] = ACTIONS(1574), - [anon_sym_restrict] = ACTIONS(1574), - [anon_sym__Atomic] = ACTIONS(1574), - [anon_sym_mutable] = ACTIONS(1574), - [anon_sym_constexpr] = ACTIONS(1574), - [anon_sym_signed] = ACTIONS(1574), - [anon_sym_unsigned] = ACTIONS(1574), - [anon_sym_long] = ACTIONS(1574), - [anon_sym_short] = ACTIONS(1574), - [sym_primitive_type] = ACTIONS(1574), - [anon_sym_enum] = ACTIONS(1574), - [anon_sym_class] = ACTIONS(1574), - [anon_sym_struct] = ACTIONS(1574), - [anon_sym_union] = ACTIONS(1574), - [anon_sym_if] = ACTIONS(1574), - [anon_sym_else] = ACTIONS(1574), - [anon_sym_switch] = ACTIONS(1574), - [anon_sym_case] = ACTIONS(1574), - [anon_sym_default] = ACTIONS(1574), - [anon_sym_while] = ACTIONS(1574), - [anon_sym_do] = ACTIONS(1574), - [anon_sym_for] = ACTIONS(1574), - [anon_sym_return] = ACTIONS(1574), - [anon_sym_break] = ACTIONS(1574), - [anon_sym_continue] = ACTIONS(1574), - [anon_sym_goto] = ACTIONS(1574), - [anon_sym_DASH_DASH] = ACTIONS(1576), - [anon_sym_PLUS_PLUS] = ACTIONS(1576), - [anon_sym_sizeof] = ACTIONS(1574), - [sym_number_literal] = ACTIONS(1576), - [anon_sym_L_SQUOTE] = ACTIONS(1576), - [anon_sym_u_SQUOTE] = ACTIONS(1576), - [anon_sym_U_SQUOTE] = ACTIONS(1576), - [anon_sym_u8_SQUOTE] = ACTIONS(1576), - [anon_sym_SQUOTE] = ACTIONS(1576), - [anon_sym_L_DQUOTE] = ACTIONS(1576), - [anon_sym_u_DQUOTE] = ACTIONS(1576), - [anon_sym_U_DQUOTE] = ACTIONS(1576), - [anon_sym_u8_DQUOTE] = ACTIONS(1576), - [anon_sym_DQUOTE] = ACTIONS(1576), - [sym_true] = ACTIONS(1574), - [sym_false] = ACTIONS(1574), - [sym_null] = ACTIONS(1574), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1574), - [anon_sym_virtual] = ACTIONS(1574), - [anon_sym_explicit] = ACTIONS(1574), - [sym_auto] = ACTIONS(1574), - [anon_sym_typename] = ACTIONS(1574), - [anon_sym_template] = ACTIONS(1574), - [anon_sym_operator] = ACTIONS(1574), - [anon_sym_delete] = ACTIONS(1574), - [anon_sym_throw] = ACTIONS(1574), - [anon_sym_namespace] = ACTIONS(1574), - [anon_sym_using] = ACTIONS(1574), - [anon_sym_static_assert] = ACTIONS(1574), - [anon_sym_co_return] = ACTIONS(1574), - [anon_sym_co_yield] = ACTIONS(1574), - [anon_sym_try] = ACTIONS(1574), - [anon_sym_co_await] = ACTIONS(1574), - [anon_sym_new] = ACTIONS(1574), - [sym_operator_name] = ACTIONS(1574), - [sym_this] = ACTIONS(1574), - [sym_nullptr] = ACTIONS(1574), - [sym_alone_macro] = ACTIONS(1576), - [aux_sym_alone_macro_call_token1] = ACTIONS(1574), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1574), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_FORWARD] = ACTIONS(1574), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1574), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1574), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1574), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1574), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_PS_GET] = ACTIONS(1574), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1574), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1574), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1574), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1574), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1574), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1574), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1574), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1574), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1574), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1574), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1574), - [anon_sym_MOZ_COLD] = ACTIONS(1574), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1574), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1574), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1574), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1574), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1574), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1574), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1574), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1574), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1574), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1574), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1574), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1574), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1574), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1574), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1574), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1574), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1574), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1574), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1574), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1574), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_NONNULL] = ACTIONS(1574), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1574), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1574), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1574), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1574), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1574), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_NORETURN] = ACTIONS(1574), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1574), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1574), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1574), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1574), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1574), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1574), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1574), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1574), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1574), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1574), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1574), - [anon_sym_MOZ_RAII] = ACTIONS(1574), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1574), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1574), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1574), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1574), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1574), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1574), - [sym_raw_string_literal] = ACTIONS(1576), + [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), + [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), }, - [132] = { - [sym_identifier] = ACTIONS(1578), - [aux_sym_preproc_include_token1] = ACTIONS(1578), - [aux_sym_preproc_def_token1] = ACTIONS(1578), - [aux_sym_preproc_if_token1] = ACTIONS(1578), - [aux_sym_preproc_if_token2] = ACTIONS(1578), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1578), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1578), - [aux_sym_preproc_else_token1] = ACTIONS(1578), - [aux_sym_preproc_elif_token1] = ACTIONS(1578), - [sym_preproc_directive] = ACTIONS(1578), - [anon_sym_LPAREN2] = ACTIONS(1580), - [anon_sym_BANG] = ACTIONS(1580), - [anon_sym_TILDE] = ACTIONS(1580), - [anon_sym_DASH] = ACTIONS(1578), - [anon_sym_PLUS] = ACTIONS(1578), - [anon_sym_STAR] = ACTIONS(1580), - [anon_sym_AMP_AMP] = ACTIONS(1580), - [anon_sym_AMP] = ACTIONS(1578), - [anon_sym_SEMI] = ACTIONS(1580), - [anon_sym_typedef] = ACTIONS(1578), - [anon_sym_extern] = ACTIONS(1578), - [anon_sym___attribute__] = ACTIONS(1578), - [anon_sym_COLON_COLON] = ACTIONS(1580), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1580), - [anon_sym___declspec] = ACTIONS(1578), - [anon_sym___based] = ACTIONS(1578), - [anon_sym___cdecl] = ACTIONS(1578), - [anon_sym___clrcall] = ACTIONS(1578), - [anon_sym___stdcall] = ACTIONS(1578), - [anon_sym___fastcall] = ACTIONS(1578), - [anon_sym___thiscall] = ACTIONS(1578), - [anon_sym___vectorcall] = ACTIONS(1578), - [anon_sym_LBRACE] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(1578), - [anon_sym_static] = ACTIONS(1578), - [anon_sym_register] = ACTIONS(1578), - [anon_sym_inline] = ACTIONS(1578), - [anon_sym_thread_local] = ACTIONS(1578), - [anon_sym_const] = ACTIONS(1578), - [anon_sym_volatile] = ACTIONS(1578), - [anon_sym_restrict] = ACTIONS(1578), - [anon_sym__Atomic] = ACTIONS(1578), - [anon_sym_mutable] = ACTIONS(1578), - [anon_sym_constexpr] = ACTIONS(1578), - [anon_sym_signed] = ACTIONS(1578), - [anon_sym_unsigned] = ACTIONS(1578), - [anon_sym_long] = ACTIONS(1578), - [anon_sym_short] = ACTIONS(1578), - [sym_primitive_type] = ACTIONS(1578), - [anon_sym_enum] = ACTIONS(1578), - [anon_sym_class] = ACTIONS(1578), - [anon_sym_struct] = ACTIONS(1578), - [anon_sym_union] = ACTIONS(1578), - [anon_sym_if] = ACTIONS(1578), - [anon_sym_else] = ACTIONS(1578), - [anon_sym_switch] = ACTIONS(1578), - [anon_sym_case] = ACTIONS(1578), - [anon_sym_default] = ACTIONS(1578), - [anon_sym_while] = ACTIONS(1578), - [anon_sym_do] = ACTIONS(1578), - [anon_sym_for] = ACTIONS(1578), - [anon_sym_return] = ACTIONS(1578), - [anon_sym_break] = ACTIONS(1578), - [anon_sym_continue] = ACTIONS(1578), - [anon_sym_goto] = ACTIONS(1578), - [anon_sym_DASH_DASH] = ACTIONS(1580), - [anon_sym_PLUS_PLUS] = ACTIONS(1580), - [anon_sym_sizeof] = ACTIONS(1578), - [sym_number_literal] = ACTIONS(1580), - [anon_sym_L_SQUOTE] = ACTIONS(1580), - [anon_sym_u_SQUOTE] = ACTIONS(1580), - [anon_sym_U_SQUOTE] = ACTIONS(1580), - [anon_sym_u8_SQUOTE] = ACTIONS(1580), - [anon_sym_SQUOTE] = ACTIONS(1580), - [anon_sym_L_DQUOTE] = ACTIONS(1580), - [anon_sym_u_DQUOTE] = ACTIONS(1580), - [anon_sym_U_DQUOTE] = ACTIONS(1580), - [anon_sym_u8_DQUOTE] = ACTIONS(1580), - [anon_sym_DQUOTE] = ACTIONS(1580), - [sym_true] = ACTIONS(1578), - [sym_false] = ACTIONS(1578), - [sym_null] = ACTIONS(1578), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1578), - [anon_sym_virtual] = ACTIONS(1578), - [anon_sym_explicit] = ACTIONS(1578), - [sym_auto] = ACTIONS(1578), - [anon_sym_typename] = ACTIONS(1578), - [anon_sym_template] = ACTIONS(1578), - [anon_sym_operator] = ACTIONS(1578), - [anon_sym_delete] = ACTIONS(1578), - [anon_sym_throw] = ACTIONS(1578), - [anon_sym_namespace] = ACTIONS(1578), - [anon_sym_using] = ACTIONS(1578), - [anon_sym_static_assert] = ACTIONS(1578), - [anon_sym_co_return] = ACTIONS(1578), - [anon_sym_co_yield] = ACTIONS(1578), - [anon_sym_try] = ACTIONS(1578), - [anon_sym_co_await] = ACTIONS(1578), - [anon_sym_new] = ACTIONS(1578), - [sym_operator_name] = ACTIONS(1578), - [sym_this] = ACTIONS(1578), - [sym_nullptr] = ACTIONS(1578), - [sym_alone_macro] = ACTIONS(1580), - [aux_sym_alone_macro_call_token1] = ACTIONS(1578), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1578), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_FORWARD] = ACTIONS(1578), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1578), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1578), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1578), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1578), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_PS_GET] = ACTIONS(1578), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1578), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1578), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1578), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1578), - [anon_sym_MOZ_COLD] = ACTIONS(1578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_NONNULL] = ACTIONS(1578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_NORETURN] = ACTIONS(1578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1578), - [anon_sym_MOZ_RAII] = ACTIONS(1578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1578), - [sym_raw_string_literal] = ACTIONS(1580), + [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), + [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), }, - [133] = { - [sym_identifier] = ACTIONS(1582), - [aux_sym_preproc_include_token1] = ACTIONS(1582), - [aux_sym_preproc_def_token1] = ACTIONS(1582), - [aux_sym_preproc_if_token1] = ACTIONS(1582), - [aux_sym_preproc_if_token2] = ACTIONS(1582), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1582), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1582), - [aux_sym_preproc_else_token1] = ACTIONS(1582), - [aux_sym_preproc_elif_token1] = ACTIONS(1582), - [sym_preproc_directive] = ACTIONS(1582), - [anon_sym_LPAREN2] = ACTIONS(1584), - [anon_sym_BANG] = ACTIONS(1584), - [anon_sym_TILDE] = ACTIONS(1584), - [anon_sym_DASH] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(1582), - [anon_sym_STAR] = ACTIONS(1584), - [anon_sym_AMP_AMP] = ACTIONS(1584), - [anon_sym_AMP] = ACTIONS(1582), - [anon_sym_SEMI] = ACTIONS(1584), - [anon_sym_typedef] = ACTIONS(1582), - [anon_sym_extern] = ACTIONS(1582), - [anon_sym___attribute__] = ACTIONS(1582), - [anon_sym_COLON_COLON] = ACTIONS(1584), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1584), - [anon_sym___declspec] = ACTIONS(1582), - [anon_sym___based] = ACTIONS(1582), - [anon_sym___cdecl] = ACTIONS(1582), - [anon_sym___clrcall] = ACTIONS(1582), - [anon_sym___stdcall] = ACTIONS(1582), - [anon_sym___fastcall] = ACTIONS(1582), - [anon_sym___thiscall] = ACTIONS(1582), - [anon_sym___vectorcall] = ACTIONS(1582), - [anon_sym_LBRACE] = ACTIONS(1584), - [anon_sym_LBRACK] = ACTIONS(1582), - [anon_sym_static] = ACTIONS(1582), - [anon_sym_register] = ACTIONS(1582), - [anon_sym_inline] = ACTIONS(1582), - [anon_sym_thread_local] = ACTIONS(1582), - [anon_sym_const] = ACTIONS(1582), - [anon_sym_volatile] = ACTIONS(1582), - [anon_sym_restrict] = ACTIONS(1582), - [anon_sym__Atomic] = ACTIONS(1582), - [anon_sym_mutable] = ACTIONS(1582), - [anon_sym_constexpr] = ACTIONS(1582), - [anon_sym_signed] = ACTIONS(1582), - [anon_sym_unsigned] = ACTIONS(1582), - [anon_sym_long] = ACTIONS(1582), - [anon_sym_short] = ACTIONS(1582), - [sym_primitive_type] = ACTIONS(1582), - [anon_sym_enum] = ACTIONS(1582), - [anon_sym_class] = ACTIONS(1582), - [anon_sym_struct] = ACTIONS(1582), - [anon_sym_union] = ACTIONS(1582), - [anon_sym_if] = ACTIONS(1582), - [anon_sym_else] = ACTIONS(1582), - [anon_sym_switch] = ACTIONS(1582), - [anon_sym_case] = ACTIONS(1582), - [anon_sym_default] = ACTIONS(1582), - [anon_sym_while] = ACTIONS(1582), - [anon_sym_do] = ACTIONS(1582), - [anon_sym_for] = ACTIONS(1582), - [anon_sym_return] = ACTIONS(1582), - [anon_sym_break] = ACTIONS(1582), - [anon_sym_continue] = ACTIONS(1582), - [anon_sym_goto] = ACTIONS(1582), - [anon_sym_DASH_DASH] = ACTIONS(1584), - [anon_sym_PLUS_PLUS] = ACTIONS(1584), - [anon_sym_sizeof] = ACTIONS(1582), - [sym_number_literal] = ACTIONS(1584), - [anon_sym_L_SQUOTE] = ACTIONS(1584), - [anon_sym_u_SQUOTE] = ACTIONS(1584), - [anon_sym_U_SQUOTE] = ACTIONS(1584), - [anon_sym_u8_SQUOTE] = ACTIONS(1584), - [anon_sym_SQUOTE] = ACTIONS(1584), - [anon_sym_L_DQUOTE] = ACTIONS(1584), - [anon_sym_u_DQUOTE] = ACTIONS(1584), - [anon_sym_U_DQUOTE] = ACTIONS(1584), - [anon_sym_u8_DQUOTE] = ACTIONS(1584), - [anon_sym_DQUOTE] = ACTIONS(1584), - [sym_true] = ACTIONS(1582), - [sym_false] = ACTIONS(1582), - [sym_null] = ACTIONS(1582), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1582), - [anon_sym_virtual] = ACTIONS(1582), - [anon_sym_explicit] = ACTIONS(1582), - [sym_auto] = ACTIONS(1582), - [anon_sym_typename] = ACTIONS(1582), - [anon_sym_template] = ACTIONS(1582), - [anon_sym_operator] = ACTIONS(1582), - [anon_sym_delete] = ACTIONS(1582), - [anon_sym_throw] = ACTIONS(1582), - [anon_sym_namespace] = ACTIONS(1582), - [anon_sym_using] = ACTIONS(1582), - [anon_sym_static_assert] = ACTIONS(1582), - [anon_sym_co_return] = ACTIONS(1582), - [anon_sym_co_yield] = ACTIONS(1582), - [anon_sym_try] = ACTIONS(1582), - [anon_sym_co_await] = ACTIONS(1582), - [anon_sym_new] = ACTIONS(1582), - [sym_operator_name] = ACTIONS(1582), - [sym_this] = ACTIONS(1582), - [sym_nullptr] = ACTIONS(1582), - [sym_alone_macro] = ACTIONS(1584), - [aux_sym_alone_macro_call_token1] = ACTIONS(1582), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1582), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_FORWARD] = ACTIONS(1582), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1582), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1582), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1582), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1582), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_PS_GET] = ACTIONS(1582), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1582), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1582), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1582), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1582), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1582), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1582), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1582), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1582), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1582), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1582), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1582), - [anon_sym_MOZ_COLD] = ACTIONS(1582), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1582), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1582), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1582), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1582), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1582), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1582), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1582), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1582), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1582), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1582), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1582), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1582), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1582), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1582), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1582), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1582), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1582), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1582), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1582), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1582), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_NONNULL] = ACTIONS(1582), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1582), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1582), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1582), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1582), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1582), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_NORETURN] = ACTIONS(1582), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1582), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1582), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1582), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1582), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1582), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1582), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1582), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1582), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1582), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1582), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1582), - [anon_sym_MOZ_RAII] = ACTIONS(1582), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1582), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1582), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1582), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1582), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1582), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1582), - [sym_raw_string_literal] = ACTIONS(1584), + [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), }, - [134] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), + [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), }, - [135] = { - [sym_identifier] = ACTIONS(1586), - [aux_sym_preproc_include_token1] = ACTIONS(1586), - [aux_sym_preproc_def_token1] = ACTIONS(1586), - [aux_sym_preproc_if_token1] = ACTIONS(1586), - [aux_sym_preproc_if_token2] = ACTIONS(1586), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1586), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1586), - [aux_sym_preproc_else_token1] = ACTIONS(1586), - [aux_sym_preproc_elif_token1] = ACTIONS(1586), - [sym_preproc_directive] = ACTIONS(1586), - [anon_sym_LPAREN2] = ACTIONS(1588), - [anon_sym_BANG] = ACTIONS(1588), - [anon_sym_TILDE] = ACTIONS(1588), - [anon_sym_DASH] = ACTIONS(1586), - [anon_sym_PLUS] = ACTIONS(1586), - [anon_sym_STAR] = ACTIONS(1588), - [anon_sym_AMP_AMP] = ACTIONS(1588), - [anon_sym_AMP] = ACTIONS(1586), - [anon_sym_SEMI] = ACTIONS(1588), - [anon_sym_typedef] = ACTIONS(1586), - [anon_sym_extern] = ACTIONS(1586), - [anon_sym___attribute__] = ACTIONS(1586), - [anon_sym_COLON_COLON] = ACTIONS(1588), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1588), - [anon_sym___declspec] = ACTIONS(1586), - [anon_sym___based] = ACTIONS(1586), - [anon_sym___cdecl] = ACTIONS(1586), - [anon_sym___clrcall] = ACTIONS(1586), - [anon_sym___stdcall] = ACTIONS(1586), - [anon_sym___fastcall] = ACTIONS(1586), - [anon_sym___thiscall] = ACTIONS(1586), - [anon_sym___vectorcall] = ACTIONS(1586), - [anon_sym_LBRACE] = ACTIONS(1588), - [anon_sym_LBRACK] = ACTIONS(1586), - [anon_sym_static] = ACTIONS(1586), - [anon_sym_register] = ACTIONS(1586), - [anon_sym_inline] = ACTIONS(1586), - [anon_sym_thread_local] = ACTIONS(1586), - [anon_sym_const] = ACTIONS(1586), - [anon_sym_volatile] = ACTIONS(1586), - [anon_sym_restrict] = ACTIONS(1586), - [anon_sym__Atomic] = ACTIONS(1586), - [anon_sym_mutable] = ACTIONS(1586), - [anon_sym_constexpr] = ACTIONS(1586), - [anon_sym_signed] = ACTIONS(1586), - [anon_sym_unsigned] = ACTIONS(1586), - [anon_sym_long] = ACTIONS(1586), - [anon_sym_short] = ACTIONS(1586), - [sym_primitive_type] = ACTIONS(1586), - [anon_sym_enum] = ACTIONS(1586), - [anon_sym_class] = ACTIONS(1586), - [anon_sym_struct] = ACTIONS(1586), - [anon_sym_union] = ACTIONS(1586), - [anon_sym_if] = ACTIONS(1586), - [anon_sym_else] = ACTIONS(1586), - [anon_sym_switch] = ACTIONS(1586), - [anon_sym_case] = ACTIONS(1586), - [anon_sym_default] = ACTIONS(1586), - [anon_sym_while] = ACTIONS(1586), - [anon_sym_do] = ACTIONS(1586), - [anon_sym_for] = ACTIONS(1586), - [anon_sym_return] = ACTIONS(1586), - [anon_sym_break] = ACTIONS(1586), - [anon_sym_continue] = ACTIONS(1586), - [anon_sym_goto] = ACTIONS(1586), - [anon_sym_DASH_DASH] = ACTIONS(1588), - [anon_sym_PLUS_PLUS] = ACTIONS(1588), - [anon_sym_sizeof] = ACTIONS(1586), - [sym_number_literal] = ACTIONS(1588), - [anon_sym_L_SQUOTE] = ACTIONS(1588), - [anon_sym_u_SQUOTE] = ACTIONS(1588), - [anon_sym_U_SQUOTE] = ACTIONS(1588), - [anon_sym_u8_SQUOTE] = ACTIONS(1588), - [anon_sym_SQUOTE] = ACTIONS(1588), - [anon_sym_L_DQUOTE] = ACTIONS(1588), - [anon_sym_u_DQUOTE] = ACTIONS(1588), - [anon_sym_U_DQUOTE] = ACTIONS(1588), - [anon_sym_u8_DQUOTE] = ACTIONS(1588), - [anon_sym_DQUOTE] = ACTIONS(1588), - [sym_true] = ACTIONS(1586), - [sym_false] = ACTIONS(1586), - [sym_null] = ACTIONS(1586), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1586), - [anon_sym_virtual] = ACTIONS(1586), - [anon_sym_explicit] = ACTIONS(1586), - [sym_auto] = ACTIONS(1586), - [anon_sym_typename] = ACTIONS(1586), - [anon_sym_template] = ACTIONS(1586), - [anon_sym_operator] = ACTIONS(1586), - [anon_sym_delete] = ACTIONS(1586), - [anon_sym_throw] = ACTIONS(1586), - [anon_sym_namespace] = ACTIONS(1586), - [anon_sym_using] = ACTIONS(1586), - [anon_sym_static_assert] = ACTIONS(1586), - [anon_sym_co_return] = ACTIONS(1586), - [anon_sym_co_yield] = ACTIONS(1586), - [anon_sym_try] = ACTIONS(1586), - [anon_sym_co_await] = ACTIONS(1586), - [anon_sym_new] = ACTIONS(1586), - [sym_operator_name] = ACTIONS(1586), - [sym_this] = ACTIONS(1586), - [sym_nullptr] = ACTIONS(1586), - [sym_alone_macro] = ACTIONS(1588), - [aux_sym_alone_macro_call_token1] = ACTIONS(1586), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1586), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_FORWARD] = ACTIONS(1586), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1586), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1586), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1586), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1586), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_PS_GET] = ACTIONS(1586), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1586), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1586), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1586), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1586), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1586), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1586), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1586), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1586), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1586), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1586), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1586), - [anon_sym_MOZ_COLD] = ACTIONS(1586), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1586), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1586), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1586), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1586), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1586), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1586), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1586), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1586), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1586), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1586), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1586), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1586), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1586), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1586), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1586), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1586), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1586), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1586), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1586), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1586), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_NONNULL] = ACTIONS(1586), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1586), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1586), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1586), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1586), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1586), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_NORETURN] = ACTIONS(1586), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1586), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1586), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1586), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1586), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1586), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1586), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1586), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1586), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1586), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1586), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1586), - [anon_sym_MOZ_RAII] = ACTIONS(1586), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1586), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1586), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1586), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1586), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1586), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1586), - [sym_raw_string_literal] = ACTIONS(1588), + [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), + [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), }, - [136] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), + [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(1590), - [aux_sym_preproc_include_token1] = ACTIONS(1590), - [aux_sym_preproc_def_token1] = ACTIONS(1590), - [aux_sym_preproc_if_token1] = ACTIONS(1590), - [aux_sym_preproc_if_token2] = ACTIONS(1590), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1590), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1590), - [aux_sym_preproc_else_token1] = ACTIONS(1590), - [aux_sym_preproc_elif_token1] = ACTIONS(1590), - [sym_preproc_directive] = ACTIONS(1590), - [anon_sym_LPAREN2] = ACTIONS(1592), - [anon_sym_BANG] = ACTIONS(1592), - [anon_sym_TILDE] = ACTIONS(1592), - [anon_sym_DASH] = ACTIONS(1590), - [anon_sym_PLUS] = ACTIONS(1590), - [anon_sym_STAR] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_AMP] = ACTIONS(1590), - [anon_sym_SEMI] = ACTIONS(1592), - [anon_sym_typedef] = ACTIONS(1590), - [anon_sym_extern] = ACTIONS(1590), - [anon_sym___attribute__] = ACTIONS(1590), - [anon_sym_COLON_COLON] = ACTIONS(1592), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1592), - [anon_sym___declspec] = ACTIONS(1590), - [anon_sym___based] = ACTIONS(1590), - [anon_sym___cdecl] = ACTIONS(1590), - [anon_sym___clrcall] = ACTIONS(1590), - [anon_sym___stdcall] = ACTIONS(1590), - [anon_sym___fastcall] = ACTIONS(1590), - [anon_sym___thiscall] = ACTIONS(1590), - [anon_sym___vectorcall] = ACTIONS(1590), - [anon_sym_LBRACE] = ACTIONS(1592), - [anon_sym_LBRACK] = ACTIONS(1590), - [anon_sym_static] = ACTIONS(1590), - [anon_sym_register] = ACTIONS(1590), - [anon_sym_inline] = ACTIONS(1590), - [anon_sym_thread_local] = ACTIONS(1590), - [anon_sym_const] = ACTIONS(1590), - [anon_sym_volatile] = ACTIONS(1590), - [anon_sym_restrict] = ACTIONS(1590), - [anon_sym__Atomic] = ACTIONS(1590), - [anon_sym_mutable] = ACTIONS(1590), - [anon_sym_constexpr] = ACTIONS(1590), - [anon_sym_signed] = ACTIONS(1590), - [anon_sym_unsigned] = ACTIONS(1590), - [anon_sym_long] = ACTIONS(1590), - [anon_sym_short] = ACTIONS(1590), - [sym_primitive_type] = ACTIONS(1590), - [anon_sym_enum] = ACTIONS(1590), - [anon_sym_class] = ACTIONS(1590), - [anon_sym_struct] = ACTIONS(1590), - [anon_sym_union] = ACTIONS(1590), - [anon_sym_if] = ACTIONS(1590), - [anon_sym_else] = ACTIONS(1590), - [anon_sym_switch] = ACTIONS(1590), - [anon_sym_case] = ACTIONS(1590), - [anon_sym_default] = ACTIONS(1590), - [anon_sym_while] = ACTIONS(1590), - [anon_sym_do] = ACTIONS(1590), - [anon_sym_for] = ACTIONS(1590), - [anon_sym_return] = ACTIONS(1590), - [anon_sym_break] = ACTIONS(1590), - [anon_sym_continue] = ACTIONS(1590), - [anon_sym_goto] = ACTIONS(1590), - [anon_sym_DASH_DASH] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(1592), - [anon_sym_sizeof] = ACTIONS(1590), - [sym_number_literal] = ACTIONS(1592), - [anon_sym_L_SQUOTE] = ACTIONS(1592), - [anon_sym_u_SQUOTE] = ACTIONS(1592), - [anon_sym_U_SQUOTE] = ACTIONS(1592), - [anon_sym_u8_SQUOTE] = ACTIONS(1592), - [anon_sym_SQUOTE] = ACTIONS(1592), - [anon_sym_L_DQUOTE] = ACTIONS(1592), - [anon_sym_u_DQUOTE] = ACTIONS(1592), - [anon_sym_U_DQUOTE] = ACTIONS(1592), - [anon_sym_u8_DQUOTE] = ACTIONS(1592), - [anon_sym_DQUOTE] = ACTIONS(1592), - [sym_true] = ACTIONS(1590), - [sym_false] = ACTIONS(1590), - [sym_null] = ACTIONS(1590), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1590), - [anon_sym_virtual] = ACTIONS(1590), - [anon_sym_explicit] = ACTIONS(1590), - [sym_auto] = ACTIONS(1590), - [anon_sym_typename] = ACTIONS(1590), - [anon_sym_template] = ACTIONS(1590), - [anon_sym_operator] = ACTIONS(1590), - [anon_sym_delete] = ACTIONS(1590), - [anon_sym_throw] = ACTIONS(1590), - [anon_sym_namespace] = ACTIONS(1590), - [anon_sym_using] = ACTIONS(1590), - [anon_sym_static_assert] = ACTIONS(1590), - [anon_sym_co_return] = ACTIONS(1590), - [anon_sym_co_yield] = ACTIONS(1590), - [anon_sym_try] = ACTIONS(1590), - [anon_sym_co_await] = ACTIONS(1590), - [anon_sym_new] = ACTIONS(1590), - [sym_operator_name] = ACTIONS(1590), - [sym_this] = ACTIONS(1590), - [sym_nullptr] = ACTIONS(1590), - [sym_alone_macro] = ACTIONS(1592), - [aux_sym_alone_macro_call_token1] = ACTIONS(1590), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1590), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_FORWARD] = ACTIONS(1590), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1590), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1590), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1590), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1590), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_PS_GET] = ACTIONS(1590), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1590), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1590), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1590), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1590), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1590), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1590), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1590), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1590), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1590), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1590), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1590), - [anon_sym_MOZ_COLD] = ACTIONS(1590), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1590), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1590), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1590), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1590), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1590), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1590), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1590), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1590), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1590), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1590), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1590), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1590), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1590), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1590), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1590), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1590), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1590), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1590), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1590), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1590), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_NONNULL] = ACTIONS(1590), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1590), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1590), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1590), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1590), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1590), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_NORETURN] = ACTIONS(1590), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1590), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1590), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1590), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1590), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1590), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1590), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1590), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1590), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1590), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1590), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1590), - [anon_sym_MOZ_RAII] = ACTIONS(1590), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1590), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1590), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1590), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1590), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1590), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1590), - [sym_raw_string_literal] = ACTIONS(1592), + [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), + [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), }, - [138] = { - [sym_identifier] = ACTIONS(1594), - [aux_sym_preproc_include_token1] = ACTIONS(1594), - [aux_sym_preproc_def_token1] = ACTIONS(1594), - [aux_sym_preproc_if_token1] = ACTIONS(1594), - [aux_sym_preproc_if_token2] = ACTIONS(1594), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1594), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1594), - [aux_sym_preproc_else_token1] = ACTIONS(1594), - [aux_sym_preproc_elif_token1] = ACTIONS(1594), - [sym_preproc_directive] = ACTIONS(1594), - [anon_sym_LPAREN2] = ACTIONS(1596), - [anon_sym_BANG] = ACTIONS(1596), - [anon_sym_TILDE] = ACTIONS(1596), - [anon_sym_DASH] = ACTIONS(1594), - [anon_sym_PLUS] = ACTIONS(1594), - [anon_sym_STAR] = ACTIONS(1596), - [anon_sym_AMP_AMP] = ACTIONS(1596), - [anon_sym_AMP] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1596), - [anon_sym_typedef] = ACTIONS(1594), - [anon_sym_extern] = ACTIONS(1594), - [anon_sym___attribute__] = ACTIONS(1594), - [anon_sym_COLON_COLON] = ACTIONS(1596), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1596), - [anon_sym___declspec] = ACTIONS(1594), - [anon_sym___based] = ACTIONS(1594), - [anon_sym___cdecl] = ACTIONS(1594), - [anon_sym___clrcall] = ACTIONS(1594), - [anon_sym___stdcall] = ACTIONS(1594), - [anon_sym___fastcall] = ACTIONS(1594), - [anon_sym___thiscall] = ACTIONS(1594), - [anon_sym___vectorcall] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LBRACK] = ACTIONS(1594), - [anon_sym_static] = ACTIONS(1594), - [anon_sym_register] = ACTIONS(1594), - [anon_sym_inline] = ACTIONS(1594), - [anon_sym_thread_local] = ACTIONS(1594), - [anon_sym_const] = ACTIONS(1594), - [anon_sym_volatile] = ACTIONS(1594), - [anon_sym_restrict] = ACTIONS(1594), - [anon_sym__Atomic] = ACTIONS(1594), - [anon_sym_mutable] = ACTIONS(1594), - [anon_sym_constexpr] = ACTIONS(1594), - [anon_sym_signed] = ACTIONS(1594), - [anon_sym_unsigned] = ACTIONS(1594), - [anon_sym_long] = ACTIONS(1594), - [anon_sym_short] = ACTIONS(1594), - [sym_primitive_type] = ACTIONS(1594), - [anon_sym_enum] = ACTIONS(1594), - [anon_sym_class] = ACTIONS(1594), - [anon_sym_struct] = ACTIONS(1594), - [anon_sym_union] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1594), - [anon_sym_else] = ACTIONS(1594), - [anon_sym_switch] = ACTIONS(1594), - [anon_sym_case] = ACTIONS(1594), - [anon_sym_default] = ACTIONS(1594), - [anon_sym_while] = ACTIONS(1594), - [anon_sym_do] = ACTIONS(1594), - [anon_sym_for] = ACTIONS(1594), - [anon_sym_return] = ACTIONS(1594), - [anon_sym_break] = ACTIONS(1594), - [anon_sym_continue] = ACTIONS(1594), - [anon_sym_goto] = ACTIONS(1594), - [anon_sym_DASH_DASH] = ACTIONS(1596), - [anon_sym_PLUS_PLUS] = ACTIONS(1596), - [anon_sym_sizeof] = ACTIONS(1594), - [sym_number_literal] = ACTIONS(1596), - [anon_sym_L_SQUOTE] = ACTIONS(1596), - [anon_sym_u_SQUOTE] = ACTIONS(1596), - [anon_sym_U_SQUOTE] = ACTIONS(1596), - [anon_sym_u8_SQUOTE] = ACTIONS(1596), - [anon_sym_SQUOTE] = ACTIONS(1596), - [anon_sym_L_DQUOTE] = ACTIONS(1596), - [anon_sym_u_DQUOTE] = ACTIONS(1596), - [anon_sym_U_DQUOTE] = ACTIONS(1596), - [anon_sym_u8_DQUOTE] = ACTIONS(1596), - [anon_sym_DQUOTE] = ACTIONS(1596), - [sym_true] = ACTIONS(1594), - [sym_false] = ACTIONS(1594), - [sym_null] = ACTIONS(1594), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1594), - [anon_sym_virtual] = ACTIONS(1594), - [anon_sym_explicit] = ACTIONS(1594), - [sym_auto] = ACTIONS(1594), - [anon_sym_typename] = ACTIONS(1594), - [anon_sym_template] = ACTIONS(1594), - [anon_sym_operator] = ACTIONS(1594), - [anon_sym_delete] = ACTIONS(1594), - [anon_sym_throw] = ACTIONS(1594), - [anon_sym_namespace] = ACTIONS(1594), - [anon_sym_using] = ACTIONS(1594), - [anon_sym_static_assert] = ACTIONS(1594), - [anon_sym_co_return] = ACTIONS(1594), - [anon_sym_co_yield] = ACTIONS(1594), - [anon_sym_try] = ACTIONS(1594), - [anon_sym_co_await] = ACTIONS(1594), - [anon_sym_new] = ACTIONS(1594), - [sym_operator_name] = ACTIONS(1594), - [sym_this] = ACTIONS(1594), - [sym_nullptr] = ACTIONS(1594), - [sym_alone_macro] = ACTIONS(1596), - [aux_sym_alone_macro_call_token1] = ACTIONS(1594), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1594), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_FORWARD] = ACTIONS(1594), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1594), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1594), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1594), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1594), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_PS_GET] = ACTIONS(1594), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1594), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1594), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1594), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1594), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1594), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1594), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1594), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1594), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1594), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1594), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1594), - [anon_sym_MOZ_COLD] = ACTIONS(1594), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1594), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1594), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1594), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1594), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1594), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1594), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1594), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1594), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1594), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1594), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1594), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1594), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1594), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1594), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1594), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1594), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1594), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1594), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1594), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1594), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_NONNULL] = ACTIONS(1594), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1594), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1594), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1594), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1594), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1594), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_NORETURN] = ACTIONS(1594), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1594), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1594), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1594), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1594), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1594), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1594), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1594), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1594), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1594), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1594), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1594), - [anon_sym_MOZ_RAII] = ACTIONS(1594), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1594), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1594), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1594), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1594), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1594), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1594), - [sym_raw_string_literal] = ACTIONS(1596), + [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), + [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), }, - [139] = { - [sym_identifier] = ACTIONS(1598), - [aux_sym_preproc_include_token1] = ACTIONS(1598), - [aux_sym_preproc_def_token1] = ACTIONS(1598), - [aux_sym_preproc_if_token1] = ACTIONS(1598), - [aux_sym_preproc_if_token2] = ACTIONS(1598), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1598), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1598), - [aux_sym_preproc_else_token1] = ACTIONS(1598), - [aux_sym_preproc_elif_token1] = ACTIONS(1598), - [sym_preproc_directive] = ACTIONS(1598), - [anon_sym_LPAREN2] = ACTIONS(1600), - [anon_sym_BANG] = ACTIONS(1600), - [anon_sym_TILDE] = ACTIONS(1600), - [anon_sym_DASH] = ACTIONS(1598), - [anon_sym_PLUS] = ACTIONS(1598), - [anon_sym_STAR] = ACTIONS(1600), - [anon_sym_AMP_AMP] = ACTIONS(1600), - [anon_sym_AMP] = ACTIONS(1598), - [anon_sym_SEMI] = ACTIONS(1600), - [anon_sym_typedef] = ACTIONS(1598), - [anon_sym_extern] = ACTIONS(1598), - [anon_sym___attribute__] = ACTIONS(1598), - [anon_sym_COLON_COLON] = ACTIONS(1600), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1600), - [anon_sym___declspec] = ACTIONS(1598), - [anon_sym___based] = ACTIONS(1598), - [anon_sym___cdecl] = ACTIONS(1598), - [anon_sym___clrcall] = ACTIONS(1598), - [anon_sym___stdcall] = ACTIONS(1598), - [anon_sym___fastcall] = ACTIONS(1598), - [anon_sym___thiscall] = ACTIONS(1598), - [anon_sym___vectorcall] = ACTIONS(1598), - [anon_sym_LBRACE] = ACTIONS(1600), - [anon_sym_LBRACK] = ACTIONS(1598), - [anon_sym_static] = ACTIONS(1598), - [anon_sym_register] = ACTIONS(1598), - [anon_sym_inline] = ACTIONS(1598), - [anon_sym_thread_local] = ACTIONS(1598), - [anon_sym_const] = ACTIONS(1598), - [anon_sym_volatile] = ACTIONS(1598), - [anon_sym_restrict] = ACTIONS(1598), - [anon_sym__Atomic] = ACTIONS(1598), - [anon_sym_mutable] = ACTIONS(1598), - [anon_sym_constexpr] = ACTIONS(1598), - [anon_sym_signed] = ACTIONS(1598), - [anon_sym_unsigned] = ACTIONS(1598), - [anon_sym_long] = ACTIONS(1598), - [anon_sym_short] = ACTIONS(1598), - [sym_primitive_type] = ACTIONS(1598), - [anon_sym_enum] = ACTIONS(1598), - [anon_sym_class] = ACTIONS(1598), - [anon_sym_struct] = ACTIONS(1598), - [anon_sym_union] = ACTIONS(1598), - [anon_sym_if] = ACTIONS(1598), - [anon_sym_else] = ACTIONS(1598), - [anon_sym_switch] = ACTIONS(1598), - [anon_sym_case] = ACTIONS(1598), - [anon_sym_default] = ACTIONS(1598), - [anon_sym_while] = ACTIONS(1598), - [anon_sym_do] = ACTIONS(1598), - [anon_sym_for] = ACTIONS(1598), - [anon_sym_return] = ACTIONS(1598), - [anon_sym_break] = ACTIONS(1598), - [anon_sym_continue] = ACTIONS(1598), - [anon_sym_goto] = ACTIONS(1598), - [anon_sym_DASH_DASH] = ACTIONS(1600), - [anon_sym_PLUS_PLUS] = ACTIONS(1600), - [anon_sym_sizeof] = ACTIONS(1598), - [sym_number_literal] = ACTIONS(1600), - [anon_sym_L_SQUOTE] = ACTIONS(1600), - [anon_sym_u_SQUOTE] = ACTIONS(1600), - [anon_sym_U_SQUOTE] = ACTIONS(1600), - [anon_sym_u8_SQUOTE] = ACTIONS(1600), - [anon_sym_SQUOTE] = ACTIONS(1600), - [anon_sym_L_DQUOTE] = ACTIONS(1600), - [anon_sym_u_DQUOTE] = ACTIONS(1600), - [anon_sym_U_DQUOTE] = ACTIONS(1600), - [anon_sym_u8_DQUOTE] = ACTIONS(1600), - [anon_sym_DQUOTE] = ACTIONS(1600), - [sym_true] = ACTIONS(1598), - [sym_false] = ACTIONS(1598), - [sym_null] = ACTIONS(1598), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1598), - [anon_sym_virtual] = ACTIONS(1598), - [anon_sym_explicit] = ACTIONS(1598), - [sym_auto] = ACTIONS(1598), - [anon_sym_typename] = ACTIONS(1598), - [anon_sym_template] = ACTIONS(1598), - [anon_sym_operator] = ACTIONS(1598), - [anon_sym_delete] = ACTIONS(1598), - [anon_sym_throw] = ACTIONS(1598), - [anon_sym_namespace] = ACTIONS(1598), - [anon_sym_using] = ACTIONS(1598), - [anon_sym_static_assert] = ACTIONS(1598), - [anon_sym_co_return] = ACTIONS(1598), - [anon_sym_co_yield] = ACTIONS(1598), - [anon_sym_try] = ACTIONS(1598), - [anon_sym_co_await] = ACTIONS(1598), - [anon_sym_new] = ACTIONS(1598), - [sym_operator_name] = ACTIONS(1598), - [sym_this] = ACTIONS(1598), - [sym_nullptr] = ACTIONS(1598), - [sym_alone_macro] = ACTIONS(1600), - [aux_sym_alone_macro_call_token1] = ACTIONS(1598), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1598), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_FORWARD] = ACTIONS(1598), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1598), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1598), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1598), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1598), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_PS_GET] = ACTIONS(1598), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1598), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1598), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1598), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1598), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1598), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1598), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1598), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1598), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1598), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1598), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1598), - [anon_sym_MOZ_COLD] = ACTIONS(1598), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1598), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1598), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1598), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1598), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1598), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1598), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1598), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1598), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1598), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1598), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1598), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1598), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1598), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1598), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1598), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1598), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1598), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1598), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1598), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1598), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_NONNULL] = ACTIONS(1598), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1598), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1598), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1598), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1598), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1598), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_NORETURN] = ACTIONS(1598), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1598), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1598), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1598), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1598), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1598), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1598), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1598), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1598), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1598), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1598), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1598), - [anon_sym_MOZ_RAII] = ACTIONS(1598), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1598), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1598), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1598), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1598), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1598), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1598), - [sym_raw_string_literal] = ACTIONS(1600), + [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), + [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), }, - [140] = { - [sym_identifier] = ACTIONS(1602), - [aux_sym_preproc_include_token1] = ACTIONS(1602), - [aux_sym_preproc_def_token1] = ACTIONS(1602), - [aux_sym_preproc_if_token1] = ACTIONS(1602), - [aux_sym_preproc_if_token2] = ACTIONS(1602), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1602), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1602), - [aux_sym_preproc_else_token1] = ACTIONS(1602), - [aux_sym_preproc_elif_token1] = ACTIONS(1602), - [sym_preproc_directive] = ACTIONS(1602), - [anon_sym_LPAREN2] = ACTIONS(1604), - [anon_sym_BANG] = ACTIONS(1604), - [anon_sym_TILDE] = ACTIONS(1604), - [anon_sym_DASH] = ACTIONS(1602), - [anon_sym_PLUS] = ACTIONS(1602), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_AMP_AMP] = ACTIONS(1604), - [anon_sym_AMP] = ACTIONS(1602), - [anon_sym_SEMI] = ACTIONS(1604), - [anon_sym_typedef] = ACTIONS(1602), - [anon_sym_extern] = ACTIONS(1602), - [anon_sym___attribute__] = ACTIONS(1602), - [anon_sym_COLON_COLON] = ACTIONS(1604), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1604), - [anon_sym___declspec] = ACTIONS(1602), - [anon_sym___based] = ACTIONS(1602), - [anon_sym___cdecl] = ACTIONS(1602), - [anon_sym___clrcall] = ACTIONS(1602), - [anon_sym___stdcall] = ACTIONS(1602), - [anon_sym___fastcall] = ACTIONS(1602), - [anon_sym___thiscall] = ACTIONS(1602), - [anon_sym___vectorcall] = ACTIONS(1602), - [anon_sym_LBRACE] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1602), - [anon_sym_static] = ACTIONS(1602), - [anon_sym_register] = ACTIONS(1602), - [anon_sym_inline] = ACTIONS(1602), - [anon_sym_thread_local] = ACTIONS(1602), - [anon_sym_const] = ACTIONS(1602), - [anon_sym_volatile] = ACTIONS(1602), - [anon_sym_restrict] = ACTIONS(1602), - [anon_sym__Atomic] = ACTIONS(1602), - [anon_sym_mutable] = ACTIONS(1602), - [anon_sym_constexpr] = ACTIONS(1602), - [anon_sym_signed] = ACTIONS(1602), - [anon_sym_unsigned] = ACTIONS(1602), - [anon_sym_long] = ACTIONS(1602), - [anon_sym_short] = ACTIONS(1602), - [sym_primitive_type] = ACTIONS(1602), - [anon_sym_enum] = ACTIONS(1602), - [anon_sym_class] = ACTIONS(1602), - [anon_sym_struct] = ACTIONS(1602), - [anon_sym_union] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1602), - [anon_sym_else] = ACTIONS(1602), - [anon_sym_switch] = ACTIONS(1602), - [anon_sym_case] = ACTIONS(1602), - [anon_sym_default] = ACTIONS(1602), - [anon_sym_while] = ACTIONS(1602), - [anon_sym_do] = ACTIONS(1602), - [anon_sym_for] = ACTIONS(1602), - [anon_sym_return] = ACTIONS(1602), - [anon_sym_break] = ACTIONS(1602), - [anon_sym_continue] = ACTIONS(1602), - [anon_sym_goto] = ACTIONS(1602), - [anon_sym_DASH_DASH] = ACTIONS(1604), - [anon_sym_PLUS_PLUS] = ACTIONS(1604), - [anon_sym_sizeof] = ACTIONS(1602), - [sym_number_literal] = ACTIONS(1604), - [anon_sym_L_SQUOTE] = ACTIONS(1604), - [anon_sym_u_SQUOTE] = ACTIONS(1604), - [anon_sym_U_SQUOTE] = ACTIONS(1604), - [anon_sym_u8_SQUOTE] = ACTIONS(1604), - [anon_sym_SQUOTE] = ACTIONS(1604), - [anon_sym_L_DQUOTE] = ACTIONS(1604), - [anon_sym_u_DQUOTE] = ACTIONS(1604), - [anon_sym_U_DQUOTE] = ACTIONS(1604), - [anon_sym_u8_DQUOTE] = ACTIONS(1604), - [anon_sym_DQUOTE] = ACTIONS(1604), - [sym_true] = ACTIONS(1602), - [sym_false] = ACTIONS(1602), - [sym_null] = ACTIONS(1602), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1602), - [anon_sym_virtual] = ACTIONS(1602), - [anon_sym_explicit] = ACTIONS(1602), - [sym_auto] = ACTIONS(1602), - [anon_sym_typename] = ACTIONS(1602), - [anon_sym_template] = ACTIONS(1602), - [anon_sym_operator] = ACTIONS(1602), - [anon_sym_delete] = ACTIONS(1602), - [anon_sym_throw] = ACTIONS(1602), - [anon_sym_namespace] = ACTIONS(1602), - [anon_sym_using] = ACTIONS(1602), - [anon_sym_static_assert] = ACTIONS(1602), - [anon_sym_co_return] = ACTIONS(1602), - [anon_sym_co_yield] = ACTIONS(1602), - [anon_sym_try] = ACTIONS(1602), - [anon_sym_co_await] = ACTIONS(1602), - [anon_sym_new] = ACTIONS(1602), - [sym_operator_name] = ACTIONS(1602), - [sym_this] = ACTIONS(1602), - [sym_nullptr] = ACTIONS(1602), - [sym_alone_macro] = ACTIONS(1604), - [aux_sym_alone_macro_call_token1] = ACTIONS(1602), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1602), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_FORWARD] = ACTIONS(1602), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1602), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1602), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1602), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1602), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_PS_GET] = ACTIONS(1602), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1602), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1602), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1602), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1602), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1602), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1602), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1602), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1602), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1602), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1602), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1602), - [anon_sym_MOZ_COLD] = ACTIONS(1602), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1602), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1602), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1602), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1602), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1602), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1602), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1602), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1602), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1602), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1602), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1602), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1602), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1602), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1602), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1602), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1602), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1602), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1602), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1602), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1602), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_NONNULL] = ACTIONS(1602), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1602), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1602), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1602), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1602), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1602), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_NORETURN] = ACTIONS(1602), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1602), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1602), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1602), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1602), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1602), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1602), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1602), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1602), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1602), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1602), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1602), - [anon_sym_MOZ_RAII] = ACTIONS(1602), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1602), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1602), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1602), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1602), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1602), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1602), - [sym_raw_string_literal] = ACTIONS(1604), + [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), + [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), }, - [141] = { - [sym_identifier] = ACTIONS(1606), - [aux_sym_preproc_include_token1] = ACTIONS(1606), - [aux_sym_preproc_def_token1] = ACTIONS(1606), - [aux_sym_preproc_if_token1] = ACTIONS(1606), - [aux_sym_preproc_if_token2] = ACTIONS(1606), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1606), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1606), - [aux_sym_preproc_else_token1] = ACTIONS(1606), - [aux_sym_preproc_elif_token1] = ACTIONS(1606), - [sym_preproc_directive] = ACTIONS(1606), - [anon_sym_LPAREN2] = ACTIONS(1608), - [anon_sym_BANG] = ACTIONS(1608), - [anon_sym_TILDE] = ACTIONS(1608), - [anon_sym_DASH] = ACTIONS(1606), - [anon_sym_PLUS] = ACTIONS(1606), - [anon_sym_STAR] = ACTIONS(1608), - [anon_sym_AMP_AMP] = ACTIONS(1608), - [anon_sym_AMP] = ACTIONS(1606), - [anon_sym_SEMI] = ACTIONS(1608), - [anon_sym_typedef] = ACTIONS(1606), - [anon_sym_extern] = ACTIONS(1606), - [anon_sym___attribute__] = ACTIONS(1606), - [anon_sym_COLON_COLON] = ACTIONS(1608), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1608), - [anon_sym___declspec] = ACTIONS(1606), - [anon_sym___based] = ACTIONS(1606), - [anon_sym___cdecl] = ACTIONS(1606), - [anon_sym___clrcall] = ACTIONS(1606), - [anon_sym___stdcall] = ACTIONS(1606), - [anon_sym___fastcall] = ACTIONS(1606), - [anon_sym___thiscall] = ACTIONS(1606), - [anon_sym___vectorcall] = ACTIONS(1606), - [anon_sym_LBRACE] = ACTIONS(1608), - [anon_sym_LBRACK] = ACTIONS(1606), - [anon_sym_static] = ACTIONS(1606), - [anon_sym_register] = ACTIONS(1606), - [anon_sym_inline] = ACTIONS(1606), - [anon_sym_thread_local] = ACTIONS(1606), - [anon_sym_const] = ACTIONS(1606), - [anon_sym_volatile] = ACTIONS(1606), - [anon_sym_restrict] = ACTIONS(1606), - [anon_sym__Atomic] = ACTIONS(1606), - [anon_sym_mutable] = ACTIONS(1606), - [anon_sym_constexpr] = ACTIONS(1606), - [anon_sym_signed] = ACTIONS(1606), - [anon_sym_unsigned] = ACTIONS(1606), - [anon_sym_long] = ACTIONS(1606), - [anon_sym_short] = ACTIONS(1606), - [sym_primitive_type] = ACTIONS(1606), - [anon_sym_enum] = ACTIONS(1606), - [anon_sym_class] = ACTIONS(1606), - [anon_sym_struct] = ACTIONS(1606), - [anon_sym_union] = ACTIONS(1606), - [anon_sym_if] = ACTIONS(1606), - [anon_sym_else] = ACTIONS(1610), - [anon_sym_switch] = ACTIONS(1606), - [anon_sym_case] = ACTIONS(1606), - [anon_sym_default] = ACTIONS(1606), - [anon_sym_while] = ACTIONS(1606), - [anon_sym_do] = ACTIONS(1606), - [anon_sym_for] = ACTIONS(1606), - [anon_sym_return] = ACTIONS(1606), - [anon_sym_break] = ACTIONS(1606), - [anon_sym_continue] = ACTIONS(1606), - [anon_sym_goto] = ACTIONS(1606), - [anon_sym_DASH_DASH] = ACTIONS(1608), - [anon_sym_PLUS_PLUS] = ACTIONS(1608), - [anon_sym_sizeof] = ACTIONS(1606), - [sym_number_literal] = ACTIONS(1608), - [anon_sym_L_SQUOTE] = ACTIONS(1608), - [anon_sym_u_SQUOTE] = ACTIONS(1608), - [anon_sym_U_SQUOTE] = ACTIONS(1608), - [anon_sym_u8_SQUOTE] = ACTIONS(1608), - [anon_sym_SQUOTE] = ACTIONS(1608), - [anon_sym_L_DQUOTE] = ACTIONS(1608), - [anon_sym_u_DQUOTE] = ACTIONS(1608), - [anon_sym_U_DQUOTE] = ACTIONS(1608), - [anon_sym_u8_DQUOTE] = ACTIONS(1608), - [anon_sym_DQUOTE] = ACTIONS(1608), - [sym_true] = ACTIONS(1606), - [sym_false] = ACTIONS(1606), - [sym_null] = ACTIONS(1606), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1606), - [anon_sym_virtual] = ACTIONS(1606), - [anon_sym_explicit] = ACTIONS(1606), - [sym_auto] = ACTIONS(1606), - [anon_sym_typename] = ACTIONS(1606), - [anon_sym_template] = ACTIONS(1606), - [anon_sym_operator] = ACTIONS(1606), - [anon_sym_delete] = ACTIONS(1606), - [anon_sym_throw] = ACTIONS(1606), - [anon_sym_namespace] = ACTIONS(1606), - [anon_sym_using] = ACTIONS(1606), - [anon_sym_static_assert] = ACTIONS(1606), - [anon_sym_co_return] = ACTIONS(1606), - [anon_sym_co_yield] = ACTIONS(1606), - [anon_sym_try] = ACTIONS(1606), - [anon_sym_co_await] = ACTIONS(1606), - [anon_sym_new] = ACTIONS(1606), - [sym_operator_name] = ACTIONS(1606), - [sym_this] = ACTIONS(1606), - [sym_nullptr] = ACTIONS(1606), - [sym_alone_macro] = ACTIONS(1608), - [aux_sym_alone_macro_call_token1] = ACTIONS(1606), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1606), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_FORWARD] = ACTIONS(1606), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1606), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1606), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1606), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1606), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_PS_GET] = ACTIONS(1606), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1606), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1606), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1606), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1606), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1606), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1606), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1606), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1606), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1606), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1606), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1606), - [anon_sym_MOZ_COLD] = ACTIONS(1606), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1606), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1606), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1606), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1606), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1606), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1606), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1606), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1606), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1606), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1606), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1606), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1606), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1606), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1606), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1606), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1606), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1606), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1606), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1606), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1606), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_NONNULL] = ACTIONS(1606), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1606), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1606), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1606), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1606), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1606), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_NORETURN] = ACTIONS(1606), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1606), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1606), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1606), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1606), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1606), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1606), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1606), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1606), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1606), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1606), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1606), - [anon_sym_MOZ_RAII] = ACTIONS(1606), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1606), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1606), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1606), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1606), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1606), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1606), - [sym_raw_string_literal] = ACTIONS(1608), + [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), }, - [142] = { - [sym_identifier] = ACTIONS(1612), - [aux_sym_preproc_include_token1] = ACTIONS(1612), - [aux_sym_preproc_def_token1] = ACTIONS(1612), - [aux_sym_preproc_if_token1] = ACTIONS(1612), - [aux_sym_preproc_if_token2] = ACTIONS(1612), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1612), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1612), - [aux_sym_preproc_else_token1] = ACTIONS(1612), - [aux_sym_preproc_elif_token1] = ACTIONS(1612), - [sym_preproc_directive] = ACTIONS(1612), - [anon_sym_LPAREN2] = ACTIONS(1614), - [anon_sym_BANG] = ACTIONS(1614), - [anon_sym_TILDE] = ACTIONS(1614), - [anon_sym_DASH] = ACTIONS(1612), - [anon_sym_PLUS] = ACTIONS(1612), - [anon_sym_STAR] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1614), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_SEMI] = ACTIONS(1614), - [anon_sym_typedef] = ACTIONS(1612), - [anon_sym_extern] = ACTIONS(1612), - [anon_sym___attribute__] = ACTIONS(1612), - [anon_sym_COLON_COLON] = ACTIONS(1614), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1614), - [anon_sym___declspec] = ACTIONS(1612), - [anon_sym___based] = ACTIONS(1612), - [anon_sym___cdecl] = ACTIONS(1612), - [anon_sym___clrcall] = ACTIONS(1612), - [anon_sym___stdcall] = ACTIONS(1612), - [anon_sym___fastcall] = ACTIONS(1612), - [anon_sym___thiscall] = ACTIONS(1612), - [anon_sym___vectorcall] = ACTIONS(1612), - [anon_sym_LBRACE] = ACTIONS(1614), - [anon_sym_LBRACK] = ACTIONS(1612), - [anon_sym_static] = ACTIONS(1612), - [anon_sym_register] = ACTIONS(1612), - [anon_sym_inline] = ACTIONS(1612), - [anon_sym_thread_local] = ACTIONS(1612), - [anon_sym_const] = ACTIONS(1612), - [anon_sym_volatile] = ACTIONS(1612), - [anon_sym_restrict] = ACTIONS(1612), - [anon_sym__Atomic] = ACTIONS(1612), - [anon_sym_mutable] = ACTIONS(1612), - [anon_sym_constexpr] = ACTIONS(1612), - [anon_sym_signed] = ACTIONS(1612), - [anon_sym_unsigned] = ACTIONS(1612), - [anon_sym_long] = ACTIONS(1612), - [anon_sym_short] = ACTIONS(1612), - [sym_primitive_type] = ACTIONS(1612), - [anon_sym_enum] = ACTIONS(1612), - [anon_sym_class] = ACTIONS(1612), - [anon_sym_struct] = ACTIONS(1612), - [anon_sym_union] = ACTIONS(1612), - [anon_sym_if] = ACTIONS(1612), - [anon_sym_else] = ACTIONS(1612), - [anon_sym_switch] = ACTIONS(1612), - [anon_sym_case] = ACTIONS(1612), - [anon_sym_default] = ACTIONS(1612), - [anon_sym_while] = ACTIONS(1612), - [anon_sym_do] = ACTIONS(1612), - [anon_sym_for] = ACTIONS(1612), - [anon_sym_return] = ACTIONS(1612), - [anon_sym_break] = ACTIONS(1612), - [anon_sym_continue] = ACTIONS(1612), - [anon_sym_goto] = ACTIONS(1612), - [anon_sym_DASH_DASH] = ACTIONS(1614), - [anon_sym_PLUS_PLUS] = ACTIONS(1614), - [anon_sym_sizeof] = ACTIONS(1612), - [sym_number_literal] = ACTIONS(1614), - [anon_sym_L_SQUOTE] = ACTIONS(1614), - [anon_sym_u_SQUOTE] = ACTIONS(1614), - [anon_sym_U_SQUOTE] = ACTIONS(1614), - [anon_sym_u8_SQUOTE] = ACTIONS(1614), - [anon_sym_SQUOTE] = ACTIONS(1614), - [anon_sym_L_DQUOTE] = ACTIONS(1614), - [anon_sym_u_DQUOTE] = ACTIONS(1614), - [anon_sym_U_DQUOTE] = ACTIONS(1614), - [anon_sym_u8_DQUOTE] = ACTIONS(1614), - [anon_sym_DQUOTE] = ACTIONS(1614), - [sym_true] = ACTIONS(1612), - [sym_false] = ACTIONS(1612), - [sym_null] = ACTIONS(1612), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1612), - [anon_sym_virtual] = ACTIONS(1612), - [anon_sym_explicit] = ACTIONS(1612), - [sym_auto] = ACTIONS(1612), - [anon_sym_typename] = ACTIONS(1612), - [anon_sym_template] = ACTIONS(1612), - [anon_sym_operator] = ACTIONS(1612), - [anon_sym_delete] = ACTIONS(1612), - [anon_sym_throw] = ACTIONS(1612), - [anon_sym_namespace] = ACTIONS(1612), - [anon_sym_using] = ACTIONS(1612), - [anon_sym_static_assert] = ACTIONS(1612), - [anon_sym_co_return] = ACTIONS(1612), - [anon_sym_co_yield] = ACTIONS(1612), - [anon_sym_try] = ACTIONS(1612), - [anon_sym_co_await] = ACTIONS(1612), - [anon_sym_new] = ACTIONS(1612), - [sym_operator_name] = ACTIONS(1612), - [sym_this] = ACTIONS(1612), - [sym_nullptr] = ACTIONS(1612), - [sym_alone_macro] = ACTIONS(1614), - [aux_sym_alone_macro_call_token1] = ACTIONS(1612), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1612), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_FORWARD] = ACTIONS(1612), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1612), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1612), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1612), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1612), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_PS_GET] = ACTIONS(1612), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1612), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1612), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1612), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1612), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1612), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1612), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1612), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1612), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1612), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1612), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1612), - [anon_sym_MOZ_COLD] = ACTIONS(1612), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1612), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1612), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1612), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1612), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1612), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1612), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1612), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1612), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1612), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1612), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1612), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1612), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1612), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1612), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1612), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1612), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1612), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1612), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1612), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1612), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_NONNULL] = ACTIONS(1612), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1612), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1612), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1612), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1612), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1612), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_NORETURN] = ACTIONS(1612), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1612), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1612), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1612), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1612), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1612), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1612), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1612), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1612), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1612), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1612), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1612), - [anon_sym_MOZ_RAII] = ACTIONS(1612), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1612), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1612), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1612), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1612), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1612), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1612), - [sym_raw_string_literal] = ACTIONS(1614), + [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), }, - [143] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, - [144] = { - [sym_identifier] = ACTIONS(1616), - [aux_sym_preproc_include_token1] = ACTIONS(1616), - [aux_sym_preproc_def_token1] = ACTIONS(1616), - [aux_sym_preproc_if_token1] = ACTIONS(1616), - [aux_sym_preproc_if_token2] = ACTIONS(1616), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1616), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1616), - [aux_sym_preproc_else_token1] = ACTIONS(1616), - [aux_sym_preproc_elif_token1] = ACTIONS(1616), - [sym_preproc_directive] = ACTIONS(1616), - [anon_sym_LPAREN2] = ACTIONS(1618), - [anon_sym_BANG] = ACTIONS(1618), - [anon_sym_TILDE] = ACTIONS(1618), - [anon_sym_DASH] = ACTIONS(1616), - [anon_sym_PLUS] = ACTIONS(1616), - [anon_sym_STAR] = ACTIONS(1618), - [anon_sym_AMP_AMP] = ACTIONS(1618), - [anon_sym_AMP] = ACTIONS(1616), - [anon_sym_SEMI] = ACTIONS(1618), - [anon_sym_typedef] = ACTIONS(1616), - [anon_sym_extern] = ACTIONS(1616), - [anon_sym___attribute__] = ACTIONS(1616), - [anon_sym_COLON_COLON] = ACTIONS(1618), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1618), - [anon_sym___declspec] = ACTIONS(1616), - [anon_sym___based] = ACTIONS(1616), - [anon_sym___cdecl] = ACTIONS(1616), - [anon_sym___clrcall] = ACTIONS(1616), - [anon_sym___stdcall] = ACTIONS(1616), - [anon_sym___fastcall] = ACTIONS(1616), - [anon_sym___thiscall] = ACTIONS(1616), - [anon_sym___vectorcall] = ACTIONS(1616), - [anon_sym_LBRACE] = ACTIONS(1618), - [anon_sym_LBRACK] = ACTIONS(1616), - [anon_sym_static] = ACTIONS(1616), - [anon_sym_register] = ACTIONS(1616), - [anon_sym_inline] = ACTIONS(1616), - [anon_sym_thread_local] = ACTIONS(1616), - [anon_sym_const] = ACTIONS(1616), - [anon_sym_volatile] = ACTIONS(1616), - [anon_sym_restrict] = ACTIONS(1616), - [anon_sym__Atomic] = ACTIONS(1616), - [anon_sym_mutable] = ACTIONS(1616), - [anon_sym_constexpr] = ACTIONS(1616), - [anon_sym_signed] = ACTIONS(1616), - [anon_sym_unsigned] = ACTIONS(1616), - [anon_sym_long] = ACTIONS(1616), - [anon_sym_short] = ACTIONS(1616), - [sym_primitive_type] = ACTIONS(1616), - [anon_sym_enum] = ACTIONS(1616), - [anon_sym_class] = ACTIONS(1616), - [anon_sym_struct] = ACTIONS(1616), - [anon_sym_union] = ACTIONS(1616), - [anon_sym_if] = ACTIONS(1616), - [anon_sym_else] = ACTIONS(1616), - [anon_sym_switch] = ACTIONS(1616), - [anon_sym_case] = ACTIONS(1616), - [anon_sym_default] = ACTIONS(1616), - [anon_sym_while] = ACTIONS(1616), - [anon_sym_do] = ACTIONS(1616), - [anon_sym_for] = ACTIONS(1616), - [anon_sym_return] = ACTIONS(1616), - [anon_sym_break] = ACTIONS(1616), - [anon_sym_continue] = ACTIONS(1616), - [anon_sym_goto] = ACTIONS(1616), - [anon_sym_DASH_DASH] = ACTIONS(1618), - [anon_sym_PLUS_PLUS] = ACTIONS(1618), - [anon_sym_sizeof] = ACTIONS(1616), - [sym_number_literal] = ACTIONS(1618), - [anon_sym_L_SQUOTE] = ACTIONS(1618), - [anon_sym_u_SQUOTE] = ACTIONS(1618), - [anon_sym_U_SQUOTE] = ACTIONS(1618), - [anon_sym_u8_SQUOTE] = ACTIONS(1618), - [anon_sym_SQUOTE] = ACTIONS(1618), - [anon_sym_L_DQUOTE] = ACTIONS(1618), - [anon_sym_u_DQUOTE] = ACTIONS(1618), - [anon_sym_U_DQUOTE] = ACTIONS(1618), - [anon_sym_u8_DQUOTE] = ACTIONS(1618), - [anon_sym_DQUOTE] = ACTIONS(1618), - [sym_true] = ACTIONS(1616), - [sym_false] = ACTIONS(1616), - [sym_null] = ACTIONS(1616), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1616), - [anon_sym_virtual] = ACTIONS(1616), - [anon_sym_explicit] = ACTIONS(1616), - [sym_auto] = ACTIONS(1616), - [anon_sym_typename] = ACTIONS(1616), - [anon_sym_template] = ACTIONS(1616), - [anon_sym_operator] = ACTIONS(1616), - [anon_sym_delete] = ACTIONS(1616), - [anon_sym_throw] = ACTIONS(1616), - [anon_sym_namespace] = ACTIONS(1616), - [anon_sym_using] = ACTIONS(1616), - [anon_sym_static_assert] = ACTIONS(1616), - [anon_sym_co_return] = ACTIONS(1616), - [anon_sym_co_yield] = ACTIONS(1616), - [anon_sym_try] = ACTIONS(1616), - [anon_sym_co_await] = ACTIONS(1616), - [anon_sym_new] = ACTIONS(1616), - [sym_operator_name] = ACTIONS(1616), - [sym_this] = ACTIONS(1616), - [sym_nullptr] = ACTIONS(1616), - [sym_alone_macro] = ACTIONS(1618), - [aux_sym_alone_macro_call_token1] = ACTIONS(1616), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1616), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_FORWARD] = ACTIONS(1616), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1616), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1616), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1616), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1616), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_PS_GET] = ACTIONS(1616), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1616), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1616), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1616), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1616), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1616), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1616), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1616), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1616), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1616), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1616), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1616), - [anon_sym_MOZ_COLD] = ACTIONS(1616), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1616), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1616), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1616), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1616), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1616), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1616), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1616), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1616), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1616), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1616), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1616), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1616), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1616), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1616), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1616), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1616), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1616), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1616), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1616), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1616), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_NONNULL] = ACTIONS(1616), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1616), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1616), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1616), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1616), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1616), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_NORETURN] = ACTIONS(1616), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1616), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1616), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1616), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1616), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1616), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1616), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1616), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1616), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1616), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1616), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1616), - [anon_sym_MOZ_RAII] = ACTIONS(1616), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1616), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1616), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1616), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1616), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1616), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1616), - [sym_raw_string_literal] = ACTIONS(1618), + [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), + [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), }, - [145] = { - [sym_identifier] = ACTIONS(1620), - [aux_sym_preproc_include_token1] = ACTIONS(1620), - [aux_sym_preproc_def_token1] = ACTIONS(1620), - [aux_sym_preproc_if_token1] = ACTIONS(1620), - [aux_sym_preproc_if_token2] = ACTIONS(1620), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1620), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1620), - [aux_sym_preproc_else_token1] = ACTIONS(1620), - [aux_sym_preproc_elif_token1] = ACTIONS(1620), - [sym_preproc_directive] = ACTIONS(1620), - [anon_sym_LPAREN2] = ACTIONS(1622), - [anon_sym_BANG] = ACTIONS(1622), - [anon_sym_TILDE] = ACTIONS(1622), - [anon_sym_DASH] = ACTIONS(1620), - [anon_sym_PLUS] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1622), - [anon_sym_AMP_AMP] = ACTIONS(1622), - [anon_sym_AMP] = ACTIONS(1620), - [anon_sym_SEMI] = ACTIONS(1622), - [anon_sym_typedef] = ACTIONS(1620), - [anon_sym_extern] = ACTIONS(1620), - [anon_sym___attribute__] = ACTIONS(1620), - [anon_sym_COLON_COLON] = ACTIONS(1622), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1622), - [anon_sym___declspec] = ACTIONS(1620), - [anon_sym___based] = ACTIONS(1620), - [anon_sym___cdecl] = ACTIONS(1620), - [anon_sym___clrcall] = ACTIONS(1620), - [anon_sym___stdcall] = ACTIONS(1620), - [anon_sym___fastcall] = ACTIONS(1620), - [anon_sym___thiscall] = ACTIONS(1620), - [anon_sym___vectorcall] = ACTIONS(1620), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_static] = ACTIONS(1620), - [anon_sym_register] = ACTIONS(1620), - [anon_sym_inline] = ACTIONS(1620), - [anon_sym_thread_local] = ACTIONS(1620), - [anon_sym_const] = ACTIONS(1620), - [anon_sym_volatile] = ACTIONS(1620), - [anon_sym_restrict] = ACTIONS(1620), - [anon_sym__Atomic] = ACTIONS(1620), - [anon_sym_mutable] = ACTIONS(1620), - [anon_sym_constexpr] = ACTIONS(1620), - [anon_sym_signed] = ACTIONS(1620), - [anon_sym_unsigned] = ACTIONS(1620), - [anon_sym_long] = ACTIONS(1620), - [anon_sym_short] = ACTIONS(1620), - [sym_primitive_type] = ACTIONS(1620), - [anon_sym_enum] = ACTIONS(1620), - [anon_sym_class] = ACTIONS(1620), - [anon_sym_struct] = ACTIONS(1620), - [anon_sym_union] = ACTIONS(1620), - [anon_sym_if] = ACTIONS(1620), - [anon_sym_else] = ACTIONS(1620), - [anon_sym_switch] = ACTIONS(1620), - [anon_sym_case] = ACTIONS(1620), - [anon_sym_default] = ACTIONS(1620), - [anon_sym_while] = ACTIONS(1620), - [anon_sym_do] = ACTIONS(1620), - [anon_sym_for] = ACTIONS(1620), - [anon_sym_return] = ACTIONS(1620), - [anon_sym_break] = ACTIONS(1620), - [anon_sym_continue] = ACTIONS(1620), - [anon_sym_goto] = ACTIONS(1620), - [anon_sym_DASH_DASH] = ACTIONS(1622), - [anon_sym_PLUS_PLUS] = ACTIONS(1622), - [anon_sym_sizeof] = ACTIONS(1620), - [sym_number_literal] = ACTIONS(1622), - [anon_sym_L_SQUOTE] = ACTIONS(1622), - [anon_sym_u_SQUOTE] = ACTIONS(1622), - [anon_sym_U_SQUOTE] = ACTIONS(1622), - [anon_sym_u8_SQUOTE] = ACTIONS(1622), - [anon_sym_SQUOTE] = ACTIONS(1622), - [anon_sym_L_DQUOTE] = ACTIONS(1622), - [anon_sym_u_DQUOTE] = ACTIONS(1622), - [anon_sym_U_DQUOTE] = ACTIONS(1622), - [anon_sym_u8_DQUOTE] = ACTIONS(1622), - [anon_sym_DQUOTE] = ACTIONS(1622), - [sym_true] = ACTIONS(1620), - [sym_false] = ACTIONS(1620), - [sym_null] = ACTIONS(1620), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1620), - [anon_sym_virtual] = ACTIONS(1620), - [anon_sym_explicit] = ACTIONS(1620), - [sym_auto] = ACTIONS(1620), - [anon_sym_typename] = ACTIONS(1620), - [anon_sym_template] = ACTIONS(1620), - [anon_sym_operator] = ACTIONS(1620), - [anon_sym_delete] = ACTIONS(1620), - [anon_sym_throw] = ACTIONS(1620), - [anon_sym_namespace] = ACTIONS(1620), - [anon_sym_using] = ACTIONS(1620), - [anon_sym_static_assert] = ACTIONS(1620), - [anon_sym_co_return] = ACTIONS(1620), - [anon_sym_co_yield] = ACTIONS(1620), - [anon_sym_try] = ACTIONS(1620), - [anon_sym_co_await] = ACTIONS(1620), - [anon_sym_new] = ACTIONS(1620), - [sym_operator_name] = ACTIONS(1620), - [sym_this] = ACTIONS(1620), - [sym_nullptr] = ACTIONS(1620), - [sym_alone_macro] = ACTIONS(1622), - [aux_sym_alone_macro_call_token1] = ACTIONS(1620), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1620), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_FORWARD] = ACTIONS(1620), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1620), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1620), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1620), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1620), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_PS_GET] = ACTIONS(1620), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1620), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1620), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1620), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1620), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1620), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1620), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1620), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1620), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1620), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1620), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1620), - [anon_sym_MOZ_COLD] = ACTIONS(1620), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1620), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1620), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1620), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1620), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1620), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1620), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1620), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1620), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1620), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1620), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1620), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1620), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1620), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1620), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1620), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1620), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1620), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1620), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1620), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1620), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_NONNULL] = ACTIONS(1620), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1620), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1620), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1620), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1620), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1620), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_NORETURN] = ACTIONS(1620), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1620), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1620), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1620), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1620), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1620), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1620), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1620), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1620), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1620), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1620), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1620), - [anon_sym_MOZ_RAII] = ACTIONS(1620), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1620), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1620), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1620), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1620), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1620), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1620), - [sym_raw_string_literal] = ACTIONS(1622), + [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), }, - [146] = { - [sym_identifier] = ACTIONS(1624), - [aux_sym_preproc_include_token1] = ACTIONS(1624), - [aux_sym_preproc_def_token1] = ACTIONS(1624), - [aux_sym_preproc_if_token1] = ACTIONS(1624), - [aux_sym_preproc_if_token2] = ACTIONS(1624), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1624), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1624), - [aux_sym_preproc_else_token1] = ACTIONS(1624), - [aux_sym_preproc_elif_token1] = ACTIONS(1624), - [sym_preproc_directive] = ACTIONS(1624), - [anon_sym_LPAREN2] = ACTIONS(1626), - [anon_sym_BANG] = ACTIONS(1626), - [anon_sym_TILDE] = ACTIONS(1626), - [anon_sym_DASH] = ACTIONS(1624), - [anon_sym_PLUS] = ACTIONS(1624), - [anon_sym_STAR] = ACTIONS(1626), - [anon_sym_AMP_AMP] = ACTIONS(1626), - [anon_sym_AMP] = ACTIONS(1624), - [anon_sym_SEMI] = ACTIONS(1626), - [anon_sym_typedef] = ACTIONS(1624), - [anon_sym_extern] = ACTIONS(1624), - [anon_sym___attribute__] = ACTIONS(1624), - [anon_sym_COLON_COLON] = ACTIONS(1626), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1626), - [anon_sym___declspec] = ACTIONS(1624), - [anon_sym___based] = ACTIONS(1624), - [anon_sym___cdecl] = ACTIONS(1624), - [anon_sym___clrcall] = ACTIONS(1624), - [anon_sym___stdcall] = ACTIONS(1624), - [anon_sym___fastcall] = ACTIONS(1624), - [anon_sym___thiscall] = ACTIONS(1624), - [anon_sym___vectorcall] = ACTIONS(1624), - [anon_sym_LBRACE] = ACTIONS(1626), - [anon_sym_LBRACK] = ACTIONS(1624), - [anon_sym_static] = ACTIONS(1624), - [anon_sym_register] = ACTIONS(1624), - [anon_sym_inline] = ACTIONS(1624), - [anon_sym_thread_local] = ACTIONS(1624), - [anon_sym_const] = ACTIONS(1624), - [anon_sym_volatile] = ACTIONS(1624), - [anon_sym_restrict] = ACTIONS(1624), - [anon_sym__Atomic] = ACTIONS(1624), - [anon_sym_mutable] = ACTIONS(1624), - [anon_sym_constexpr] = ACTIONS(1624), - [anon_sym_signed] = ACTIONS(1624), - [anon_sym_unsigned] = ACTIONS(1624), - [anon_sym_long] = ACTIONS(1624), - [anon_sym_short] = ACTIONS(1624), - [sym_primitive_type] = ACTIONS(1624), - [anon_sym_enum] = ACTIONS(1624), - [anon_sym_class] = ACTIONS(1624), - [anon_sym_struct] = ACTIONS(1624), - [anon_sym_union] = ACTIONS(1624), - [anon_sym_if] = ACTIONS(1624), - [anon_sym_else] = ACTIONS(1624), - [anon_sym_switch] = ACTIONS(1624), - [anon_sym_case] = ACTIONS(1624), - [anon_sym_default] = ACTIONS(1624), - [anon_sym_while] = ACTIONS(1624), - [anon_sym_do] = ACTIONS(1624), - [anon_sym_for] = ACTIONS(1624), - [anon_sym_return] = ACTIONS(1624), - [anon_sym_break] = ACTIONS(1624), - [anon_sym_continue] = ACTIONS(1624), - [anon_sym_goto] = ACTIONS(1624), - [anon_sym_DASH_DASH] = ACTIONS(1626), - [anon_sym_PLUS_PLUS] = ACTIONS(1626), - [anon_sym_sizeof] = ACTIONS(1624), - [sym_number_literal] = ACTIONS(1626), - [anon_sym_L_SQUOTE] = ACTIONS(1626), - [anon_sym_u_SQUOTE] = ACTIONS(1626), - [anon_sym_U_SQUOTE] = ACTIONS(1626), - [anon_sym_u8_SQUOTE] = ACTIONS(1626), - [anon_sym_SQUOTE] = ACTIONS(1626), - [anon_sym_L_DQUOTE] = ACTIONS(1626), - [anon_sym_u_DQUOTE] = ACTIONS(1626), - [anon_sym_U_DQUOTE] = ACTIONS(1626), - [anon_sym_u8_DQUOTE] = ACTIONS(1626), - [anon_sym_DQUOTE] = ACTIONS(1626), - [sym_true] = ACTIONS(1624), - [sym_false] = ACTIONS(1624), - [sym_null] = ACTIONS(1624), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1624), - [anon_sym_virtual] = ACTIONS(1624), - [anon_sym_explicit] = ACTIONS(1624), - [sym_auto] = ACTIONS(1624), - [anon_sym_typename] = ACTIONS(1624), - [anon_sym_template] = ACTIONS(1624), - [anon_sym_operator] = ACTIONS(1624), - [anon_sym_delete] = ACTIONS(1624), - [anon_sym_throw] = ACTIONS(1624), - [anon_sym_namespace] = ACTIONS(1624), - [anon_sym_using] = ACTIONS(1624), - [anon_sym_static_assert] = ACTIONS(1624), - [anon_sym_co_return] = ACTIONS(1624), - [anon_sym_co_yield] = ACTIONS(1624), - [anon_sym_try] = ACTIONS(1624), - [anon_sym_co_await] = ACTIONS(1624), - [anon_sym_new] = ACTIONS(1624), - [sym_operator_name] = ACTIONS(1624), - [sym_this] = ACTIONS(1624), - [sym_nullptr] = ACTIONS(1624), - [sym_alone_macro] = ACTIONS(1626), - [aux_sym_alone_macro_call_token1] = ACTIONS(1624), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_FORWARD] = ACTIONS(1624), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1624), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_PS_GET] = ACTIONS(1624), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1624), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1624), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1624), - [anon_sym_MOZ_COLD] = ACTIONS(1624), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1624), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1624), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1624), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1624), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1624), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1624), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1624), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1624), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1624), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1624), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1624), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1624), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_RAII] = ACTIONS(1624), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1624), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1624), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1624), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1624), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1624), - [sym_raw_string_literal] = ACTIONS(1626), + [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), + [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), }, - [147] = { - [sym_identifier] = ACTIONS(1628), - [aux_sym_preproc_include_token1] = ACTIONS(1628), - [aux_sym_preproc_def_token1] = ACTIONS(1628), - [aux_sym_preproc_if_token1] = ACTIONS(1628), - [aux_sym_preproc_if_token2] = ACTIONS(1628), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1628), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1628), - [aux_sym_preproc_else_token1] = ACTIONS(1628), - [aux_sym_preproc_elif_token1] = ACTIONS(1628), - [sym_preproc_directive] = ACTIONS(1628), - [anon_sym_LPAREN2] = ACTIONS(1630), - [anon_sym_BANG] = ACTIONS(1630), - [anon_sym_TILDE] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1628), - [anon_sym_STAR] = ACTIONS(1630), - [anon_sym_AMP_AMP] = ACTIONS(1630), - [anon_sym_AMP] = ACTIONS(1628), - [anon_sym_SEMI] = ACTIONS(1630), - [anon_sym_typedef] = ACTIONS(1628), - [anon_sym_extern] = ACTIONS(1628), - [anon_sym___attribute__] = ACTIONS(1628), - [anon_sym_COLON_COLON] = ACTIONS(1630), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1630), - [anon_sym___declspec] = ACTIONS(1628), - [anon_sym___based] = ACTIONS(1628), - [anon_sym___cdecl] = ACTIONS(1628), - [anon_sym___clrcall] = ACTIONS(1628), - [anon_sym___stdcall] = ACTIONS(1628), - [anon_sym___fastcall] = ACTIONS(1628), - [anon_sym___thiscall] = ACTIONS(1628), - [anon_sym___vectorcall] = ACTIONS(1628), - [anon_sym_LBRACE] = ACTIONS(1630), - [anon_sym_LBRACK] = ACTIONS(1628), - [anon_sym_static] = ACTIONS(1628), - [anon_sym_register] = ACTIONS(1628), - [anon_sym_inline] = ACTIONS(1628), - [anon_sym_thread_local] = ACTIONS(1628), - [anon_sym_const] = ACTIONS(1628), - [anon_sym_volatile] = ACTIONS(1628), - [anon_sym_restrict] = ACTIONS(1628), - [anon_sym__Atomic] = ACTIONS(1628), - [anon_sym_mutable] = ACTIONS(1628), - [anon_sym_constexpr] = ACTIONS(1628), - [anon_sym_signed] = ACTIONS(1628), - [anon_sym_unsigned] = ACTIONS(1628), - [anon_sym_long] = ACTIONS(1628), - [anon_sym_short] = ACTIONS(1628), - [sym_primitive_type] = ACTIONS(1628), - [anon_sym_enum] = ACTIONS(1628), - [anon_sym_class] = ACTIONS(1628), - [anon_sym_struct] = ACTIONS(1628), - [anon_sym_union] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1628), - [anon_sym_else] = ACTIONS(1628), - [anon_sym_switch] = ACTIONS(1628), - [anon_sym_case] = ACTIONS(1628), - [anon_sym_default] = ACTIONS(1628), - [anon_sym_while] = ACTIONS(1628), - [anon_sym_do] = ACTIONS(1628), - [anon_sym_for] = ACTIONS(1628), - [anon_sym_return] = ACTIONS(1628), - [anon_sym_break] = ACTIONS(1628), - [anon_sym_continue] = ACTIONS(1628), - [anon_sym_goto] = ACTIONS(1628), - [anon_sym_DASH_DASH] = ACTIONS(1630), - [anon_sym_PLUS_PLUS] = ACTIONS(1630), - [anon_sym_sizeof] = ACTIONS(1628), - [sym_number_literal] = ACTIONS(1630), - [anon_sym_L_SQUOTE] = ACTIONS(1630), - [anon_sym_u_SQUOTE] = ACTIONS(1630), - [anon_sym_U_SQUOTE] = ACTIONS(1630), - [anon_sym_u8_SQUOTE] = ACTIONS(1630), - [anon_sym_SQUOTE] = ACTIONS(1630), - [anon_sym_L_DQUOTE] = ACTIONS(1630), - [anon_sym_u_DQUOTE] = ACTIONS(1630), - [anon_sym_U_DQUOTE] = ACTIONS(1630), - [anon_sym_u8_DQUOTE] = ACTIONS(1630), - [anon_sym_DQUOTE] = ACTIONS(1630), - [sym_true] = ACTIONS(1628), - [sym_false] = ACTIONS(1628), - [sym_null] = ACTIONS(1628), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1628), - [anon_sym_virtual] = ACTIONS(1628), - [anon_sym_explicit] = ACTIONS(1628), - [sym_auto] = ACTIONS(1628), - [anon_sym_typename] = ACTIONS(1628), - [anon_sym_template] = ACTIONS(1628), - [anon_sym_operator] = ACTIONS(1628), - [anon_sym_delete] = ACTIONS(1628), - [anon_sym_throw] = ACTIONS(1628), - [anon_sym_namespace] = ACTIONS(1628), - [anon_sym_using] = ACTIONS(1628), - [anon_sym_static_assert] = ACTIONS(1628), - [anon_sym_co_return] = ACTIONS(1628), - [anon_sym_co_yield] = ACTIONS(1628), - [anon_sym_try] = ACTIONS(1628), - [anon_sym_co_await] = ACTIONS(1628), - [anon_sym_new] = ACTIONS(1628), - [sym_operator_name] = ACTIONS(1628), - [sym_this] = ACTIONS(1628), - [sym_nullptr] = ACTIONS(1628), - [sym_alone_macro] = ACTIONS(1630), - [aux_sym_alone_macro_call_token1] = ACTIONS(1628), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1628), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_FORWARD] = ACTIONS(1628), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1628), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1628), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1628), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1628), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_PS_GET] = ACTIONS(1628), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1628), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1628), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1628), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1628), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1628), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1628), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1628), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1628), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1628), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1628), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1628), - [anon_sym_MOZ_COLD] = ACTIONS(1628), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1628), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1628), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1628), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1628), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1628), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1628), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1628), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1628), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1628), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1628), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1628), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1628), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1628), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1628), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1628), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1628), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1628), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1628), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1628), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1628), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_NONNULL] = ACTIONS(1628), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1628), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1628), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1628), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1628), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1628), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_NORETURN] = ACTIONS(1628), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1628), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1628), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1628), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1628), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1628), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1628), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1628), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1628), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1628), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1628), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1628), - [anon_sym_MOZ_RAII] = ACTIONS(1628), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1628), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1628), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1628), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1628), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1628), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1628), - [sym_raw_string_literal] = ACTIONS(1630), - }, - [148] = { - [sym_identifier] = ACTIONS(1632), - [aux_sym_preproc_include_token1] = ACTIONS(1632), - [aux_sym_preproc_def_token1] = ACTIONS(1632), - [aux_sym_preproc_if_token1] = ACTIONS(1632), - [aux_sym_preproc_if_token2] = ACTIONS(1632), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1632), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1632), - [aux_sym_preproc_else_token1] = ACTIONS(1632), - [aux_sym_preproc_elif_token1] = ACTIONS(1632), - [sym_preproc_directive] = ACTIONS(1632), - [anon_sym_LPAREN2] = ACTIONS(1634), - [anon_sym_BANG] = ACTIONS(1634), - [anon_sym_TILDE] = ACTIONS(1634), - [anon_sym_DASH] = ACTIONS(1632), - [anon_sym_PLUS] = ACTIONS(1632), - [anon_sym_STAR] = ACTIONS(1634), - [anon_sym_AMP_AMP] = ACTIONS(1634), - [anon_sym_AMP] = ACTIONS(1632), - [anon_sym_SEMI] = ACTIONS(1634), - [anon_sym_typedef] = ACTIONS(1632), - [anon_sym_extern] = ACTIONS(1632), - [anon_sym___attribute__] = ACTIONS(1632), - [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1634), - [anon_sym___declspec] = ACTIONS(1632), - [anon_sym___based] = ACTIONS(1632), - [anon_sym___cdecl] = ACTIONS(1632), - [anon_sym___clrcall] = ACTIONS(1632), - [anon_sym___stdcall] = ACTIONS(1632), - [anon_sym___fastcall] = ACTIONS(1632), - [anon_sym___thiscall] = ACTIONS(1632), - [anon_sym___vectorcall] = ACTIONS(1632), - [anon_sym_LBRACE] = ACTIONS(1634), - [anon_sym_LBRACK] = ACTIONS(1632), - [anon_sym_static] = ACTIONS(1632), - [anon_sym_register] = ACTIONS(1632), - [anon_sym_inline] = ACTIONS(1632), - [anon_sym_thread_local] = ACTIONS(1632), - [anon_sym_const] = ACTIONS(1632), - [anon_sym_volatile] = ACTIONS(1632), - [anon_sym_restrict] = ACTIONS(1632), - [anon_sym__Atomic] = ACTIONS(1632), - [anon_sym_mutable] = ACTIONS(1632), - [anon_sym_constexpr] = ACTIONS(1632), - [anon_sym_signed] = ACTIONS(1632), - [anon_sym_unsigned] = ACTIONS(1632), - [anon_sym_long] = ACTIONS(1632), - [anon_sym_short] = ACTIONS(1632), - [sym_primitive_type] = ACTIONS(1632), - [anon_sym_enum] = ACTIONS(1632), - [anon_sym_class] = ACTIONS(1632), - [anon_sym_struct] = ACTIONS(1632), - [anon_sym_union] = ACTIONS(1632), - [anon_sym_if] = ACTIONS(1632), - [anon_sym_else] = ACTIONS(1632), - [anon_sym_switch] = ACTIONS(1632), - [anon_sym_case] = ACTIONS(1632), - [anon_sym_default] = ACTIONS(1632), - [anon_sym_while] = ACTIONS(1632), - [anon_sym_do] = ACTIONS(1632), - [anon_sym_for] = ACTIONS(1632), - [anon_sym_return] = ACTIONS(1632), - [anon_sym_break] = ACTIONS(1632), - [anon_sym_continue] = ACTIONS(1632), - [anon_sym_goto] = ACTIONS(1632), - [anon_sym_DASH_DASH] = ACTIONS(1634), - [anon_sym_PLUS_PLUS] = ACTIONS(1634), - [anon_sym_sizeof] = ACTIONS(1632), - [sym_number_literal] = ACTIONS(1634), - [anon_sym_L_SQUOTE] = ACTIONS(1634), - [anon_sym_u_SQUOTE] = ACTIONS(1634), - [anon_sym_U_SQUOTE] = ACTIONS(1634), - [anon_sym_u8_SQUOTE] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(1634), - [anon_sym_L_DQUOTE] = ACTIONS(1634), - [anon_sym_u_DQUOTE] = ACTIONS(1634), - [anon_sym_U_DQUOTE] = ACTIONS(1634), - [anon_sym_u8_DQUOTE] = ACTIONS(1634), - [anon_sym_DQUOTE] = ACTIONS(1634), - [sym_true] = ACTIONS(1632), - [sym_false] = ACTIONS(1632), - [sym_null] = ACTIONS(1632), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1632), - [anon_sym_virtual] = ACTIONS(1632), - [anon_sym_explicit] = ACTIONS(1632), - [sym_auto] = ACTIONS(1632), - [anon_sym_typename] = ACTIONS(1632), - [anon_sym_template] = ACTIONS(1632), - [anon_sym_operator] = ACTIONS(1632), - [anon_sym_delete] = ACTIONS(1632), - [anon_sym_throw] = ACTIONS(1632), - [anon_sym_namespace] = ACTIONS(1632), - [anon_sym_using] = ACTIONS(1632), - [anon_sym_static_assert] = ACTIONS(1632), - [anon_sym_co_return] = ACTIONS(1632), - [anon_sym_co_yield] = ACTIONS(1632), - [anon_sym_try] = ACTIONS(1632), - [anon_sym_co_await] = ACTIONS(1632), - [anon_sym_new] = ACTIONS(1632), - [sym_operator_name] = ACTIONS(1632), - [sym_this] = ACTIONS(1632), - [sym_nullptr] = ACTIONS(1632), - [sym_alone_macro] = ACTIONS(1634), - [aux_sym_alone_macro_call_token1] = ACTIONS(1632), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1632), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_FORWARD] = ACTIONS(1632), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1632), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1632), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1632), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1632), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_PS_GET] = ACTIONS(1632), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1632), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1632), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1632), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1632), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1632), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1632), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1632), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1632), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1632), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1632), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1632), - [anon_sym_MOZ_COLD] = ACTIONS(1632), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1632), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1632), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1632), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1632), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1632), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1632), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1632), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1632), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1632), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1632), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1632), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1632), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1632), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1632), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1632), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1632), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1632), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1632), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1632), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1632), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_NONNULL] = ACTIONS(1632), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1632), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1632), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1632), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1632), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1632), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_NORETURN] = ACTIONS(1632), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1632), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1632), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1632), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1632), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1632), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1632), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1632), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1632), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1632), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1632), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1632), - [anon_sym_MOZ_RAII] = ACTIONS(1632), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1632), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1632), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1632), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1632), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1632), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1632), - [sym_raw_string_literal] = ACTIONS(1634), - }, - [149] = { - [sym_identifier] = ACTIONS(1624), - [aux_sym_preproc_include_token1] = ACTIONS(1624), - [aux_sym_preproc_def_token1] = ACTIONS(1624), - [aux_sym_preproc_if_token1] = ACTIONS(1624), - [aux_sym_preproc_if_token2] = ACTIONS(1624), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1624), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1624), - [aux_sym_preproc_else_token1] = ACTIONS(1624), - [aux_sym_preproc_elif_token1] = ACTIONS(1624), - [sym_preproc_directive] = ACTIONS(1624), - [anon_sym_LPAREN2] = ACTIONS(1626), - [anon_sym_BANG] = ACTIONS(1626), - [anon_sym_TILDE] = ACTIONS(1626), - [anon_sym_DASH] = ACTIONS(1624), - [anon_sym_PLUS] = ACTIONS(1624), - [anon_sym_STAR] = ACTIONS(1626), - [anon_sym_AMP_AMP] = ACTIONS(1626), - [anon_sym_AMP] = ACTIONS(1624), - [anon_sym_SEMI] = ACTIONS(1626), - [anon_sym_typedef] = ACTIONS(1624), - [anon_sym_extern] = ACTIONS(1624), - [anon_sym___attribute__] = ACTIONS(1624), - [anon_sym_COLON_COLON] = ACTIONS(1626), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1626), - [anon_sym___declspec] = ACTIONS(1624), - [anon_sym___based] = ACTIONS(1624), - [anon_sym___cdecl] = ACTIONS(1624), - [anon_sym___clrcall] = ACTIONS(1624), - [anon_sym___stdcall] = ACTIONS(1624), - [anon_sym___fastcall] = ACTIONS(1624), - [anon_sym___thiscall] = ACTIONS(1624), - [anon_sym___vectorcall] = ACTIONS(1624), - [anon_sym_LBRACE] = ACTIONS(1626), - [anon_sym_LBRACK] = ACTIONS(1624), - [anon_sym_static] = ACTIONS(1624), - [anon_sym_register] = ACTIONS(1624), - [anon_sym_inline] = ACTIONS(1624), - [anon_sym_thread_local] = ACTIONS(1624), - [anon_sym_const] = ACTIONS(1624), - [anon_sym_volatile] = ACTIONS(1624), - [anon_sym_restrict] = ACTIONS(1624), - [anon_sym__Atomic] = ACTIONS(1624), - [anon_sym_mutable] = ACTIONS(1624), - [anon_sym_constexpr] = ACTIONS(1624), - [anon_sym_signed] = ACTIONS(1624), - [anon_sym_unsigned] = ACTIONS(1624), - [anon_sym_long] = ACTIONS(1624), - [anon_sym_short] = ACTIONS(1624), - [sym_primitive_type] = ACTIONS(1624), - [anon_sym_enum] = ACTIONS(1624), - [anon_sym_class] = ACTIONS(1624), - [anon_sym_struct] = ACTIONS(1624), - [anon_sym_union] = ACTIONS(1624), - [anon_sym_if] = ACTIONS(1624), - [anon_sym_else] = ACTIONS(1624), - [anon_sym_switch] = ACTIONS(1624), - [anon_sym_case] = ACTIONS(1624), - [anon_sym_default] = ACTIONS(1624), - [anon_sym_while] = ACTIONS(1624), - [anon_sym_do] = ACTIONS(1624), - [anon_sym_for] = ACTIONS(1624), - [anon_sym_return] = ACTIONS(1624), - [anon_sym_break] = ACTIONS(1624), - [anon_sym_continue] = ACTIONS(1624), - [anon_sym_goto] = ACTIONS(1624), - [anon_sym_DASH_DASH] = ACTIONS(1626), - [anon_sym_PLUS_PLUS] = ACTIONS(1626), - [anon_sym_sizeof] = ACTIONS(1624), - [sym_number_literal] = ACTIONS(1626), - [anon_sym_L_SQUOTE] = ACTIONS(1626), - [anon_sym_u_SQUOTE] = ACTIONS(1626), - [anon_sym_U_SQUOTE] = ACTIONS(1626), - [anon_sym_u8_SQUOTE] = ACTIONS(1626), - [anon_sym_SQUOTE] = ACTIONS(1626), - [anon_sym_L_DQUOTE] = ACTIONS(1626), - [anon_sym_u_DQUOTE] = ACTIONS(1626), - [anon_sym_U_DQUOTE] = ACTIONS(1626), - [anon_sym_u8_DQUOTE] = ACTIONS(1626), - [anon_sym_DQUOTE] = ACTIONS(1626), - [sym_true] = ACTIONS(1624), - [sym_false] = ACTIONS(1624), - [sym_null] = ACTIONS(1624), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1624), - [anon_sym_virtual] = ACTIONS(1624), - [anon_sym_explicit] = ACTIONS(1624), - [sym_auto] = ACTIONS(1624), - [anon_sym_typename] = ACTIONS(1624), - [anon_sym_template] = ACTIONS(1624), - [anon_sym_operator] = ACTIONS(1624), - [anon_sym_delete] = ACTIONS(1624), - [anon_sym_throw] = ACTIONS(1624), - [anon_sym_namespace] = ACTIONS(1624), - [anon_sym_using] = ACTIONS(1624), - [anon_sym_static_assert] = ACTIONS(1624), - [anon_sym_co_return] = ACTIONS(1624), - [anon_sym_co_yield] = ACTIONS(1624), - [anon_sym_try] = ACTIONS(1624), - [anon_sym_co_await] = ACTIONS(1624), - [anon_sym_new] = ACTIONS(1624), - [sym_operator_name] = ACTIONS(1624), - [sym_this] = ACTIONS(1624), - [sym_nullptr] = ACTIONS(1624), - [sym_alone_macro] = ACTIONS(1626), - [aux_sym_alone_macro_call_token1] = ACTIONS(1624), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_FORWARD] = ACTIONS(1624), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1624), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_PS_GET] = ACTIONS(1624), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1624), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1624), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1624), - [anon_sym_MOZ_COLD] = ACTIONS(1624), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1624), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1624), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1624), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1624), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1624), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1624), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1624), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1624), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1624), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1624), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1624), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1624), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_RAII] = ACTIONS(1624), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1624), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1624), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1624), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1624), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1624), - [sym_raw_string_literal] = ACTIONS(1626), - }, - [150] = { - [sym_identifier] = ACTIONS(1636), - [aux_sym_preproc_include_token1] = ACTIONS(1636), - [aux_sym_preproc_def_token1] = ACTIONS(1636), - [aux_sym_preproc_if_token1] = ACTIONS(1636), - [aux_sym_preproc_if_token2] = ACTIONS(1636), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1636), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1636), - [aux_sym_preproc_else_token1] = ACTIONS(1636), - [aux_sym_preproc_elif_token1] = ACTIONS(1636), - [sym_preproc_directive] = ACTIONS(1636), - [anon_sym_LPAREN2] = ACTIONS(1638), - [anon_sym_BANG] = ACTIONS(1638), - [anon_sym_TILDE] = ACTIONS(1638), - [anon_sym_DASH] = ACTIONS(1636), - [anon_sym_PLUS] = ACTIONS(1636), - [anon_sym_STAR] = ACTIONS(1638), - [anon_sym_AMP_AMP] = ACTIONS(1638), - [anon_sym_AMP] = ACTIONS(1636), - [anon_sym_SEMI] = ACTIONS(1638), - [anon_sym_typedef] = ACTIONS(1636), - [anon_sym_extern] = ACTIONS(1636), - [anon_sym___attribute__] = ACTIONS(1636), - [anon_sym_COLON_COLON] = ACTIONS(1638), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1638), - [anon_sym___declspec] = ACTIONS(1636), - [anon_sym___based] = ACTIONS(1636), - [anon_sym___cdecl] = ACTIONS(1636), - [anon_sym___clrcall] = ACTIONS(1636), - [anon_sym___stdcall] = ACTIONS(1636), - [anon_sym___fastcall] = ACTIONS(1636), - [anon_sym___thiscall] = ACTIONS(1636), - [anon_sym___vectorcall] = ACTIONS(1636), - [anon_sym_LBRACE] = ACTIONS(1638), - [anon_sym_LBRACK] = ACTIONS(1636), - [anon_sym_static] = ACTIONS(1636), - [anon_sym_register] = ACTIONS(1636), - [anon_sym_inline] = ACTIONS(1636), - [anon_sym_thread_local] = ACTIONS(1636), - [anon_sym_const] = ACTIONS(1636), - [anon_sym_volatile] = ACTIONS(1636), - [anon_sym_restrict] = ACTIONS(1636), - [anon_sym__Atomic] = ACTIONS(1636), - [anon_sym_mutable] = ACTIONS(1636), - [anon_sym_constexpr] = ACTIONS(1636), - [anon_sym_signed] = ACTIONS(1636), - [anon_sym_unsigned] = ACTIONS(1636), - [anon_sym_long] = ACTIONS(1636), - [anon_sym_short] = ACTIONS(1636), - [sym_primitive_type] = ACTIONS(1636), - [anon_sym_enum] = ACTIONS(1636), - [anon_sym_class] = ACTIONS(1636), - [anon_sym_struct] = ACTIONS(1636), - [anon_sym_union] = ACTIONS(1636), - [anon_sym_if] = ACTIONS(1636), - [anon_sym_else] = ACTIONS(1636), - [anon_sym_switch] = ACTIONS(1636), - [anon_sym_case] = ACTIONS(1636), - [anon_sym_default] = ACTIONS(1636), - [anon_sym_while] = ACTIONS(1636), - [anon_sym_do] = ACTIONS(1636), - [anon_sym_for] = ACTIONS(1636), - [anon_sym_return] = ACTIONS(1636), - [anon_sym_break] = ACTIONS(1636), - [anon_sym_continue] = ACTIONS(1636), - [anon_sym_goto] = ACTIONS(1636), - [anon_sym_DASH_DASH] = ACTIONS(1638), - [anon_sym_PLUS_PLUS] = ACTIONS(1638), - [anon_sym_sizeof] = ACTIONS(1636), - [sym_number_literal] = ACTIONS(1638), - [anon_sym_L_SQUOTE] = ACTIONS(1638), - [anon_sym_u_SQUOTE] = ACTIONS(1638), - [anon_sym_U_SQUOTE] = ACTIONS(1638), - [anon_sym_u8_SQUOTE] = ACTIONS(1638), - [anon_sym_SQUOTE] = ACTIONS(1638), - [anon_sym_L_DQUOTE] = ACTIONS(1638), - [anon_sym_u_DQUOTE] = ACTIONS(1638), - [anon_sym_U_DQUOTE] = ACTIONS(1638), - [anon_sym_u8_DQUOTE] = ACTIONS(1638), - [anon_sym_DQUOTE] = ACTIONS(1638), - [sym_true] = ACTIONS(1636), - [sym_false] = ACTIONS(1636), - [sym_null] = ACTIONS(1636), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1636), - [anon_sym_virtual] = ACTIONS(1636), - [anon_sym_explicit] = ACTIONS(1636), - [sym_auto] = ACTIONS(1636), - [anon_sym_typename] = ACTIONS(1636), - [anon_sym_template] = ACTIONS(1636), - [anon_sym_operator] = ACTIONS(1636), - [anon_sym_delete] = ACTIONS(1636), - [anon_sym_throw] = ACTIONS(1636), - [anon_sym_namespace] = ACTIONS(1636), - [anon_sym_using] = ACTIONS(1636), - [anon_sym_static_assert] = ACTIONS(1636), - [anon_sym_co_return] = ACTIONS(1636), - [anon_sym_co_yield] = ACTIONS(1636), - [anon_sym_try] = ACTIONS(1636), - [anon_sym_co_await] = ACTIONS(1636), - [anon_sym_new] = ACTIONS(1636), - [sym_operator_name] = ACTIONS(1636), - [sym_this] = ACTIONS(1636), - [sym_nullptr] = ACTIONS(1636), - [sym_alone_macro] = ACTIONS(1638), - [aux_sym_alone_macro_call_token1] = ACTIONS(1636), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1636), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_FORWARD] = ACTIONS(1636), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1636), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1636), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1636), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1636), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_PS_GET] = ACTIONS(1636), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1636), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1636), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1636), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1636), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1636), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1636), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1636), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1636), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1636), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1636), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1636), - [anon_sym_MOZ_COLD] = ACTIONS(1636), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1636), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1636), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1636), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1636), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1636), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1636), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1636), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1636), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1636), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1636), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1636), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1636), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1636), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1636), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1636), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1636), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1636), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1636), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1636), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1636), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_NONNULL] = ACTIONS(1636), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1636), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1636), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1636), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1636), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1636), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_NORETURN] = ACTIONS(1636), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1636), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1636), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1636), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1636), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1636), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1636), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1636), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1636), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1636), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1636), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1636), - [anon_sym_MOZ_RAII] = ACTIONS(1636), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1636), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1636), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1636), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1636), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1636), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1636), - [sym_raw_string_literal] = ACTIONS(1638), - }, - [151] = { - [sym_identifier] = ACTIONS(1640), - [aux_sym_preproc_include_token1] = ACTIONS(1640), - [aux_sym_preproc_def_token1] = ACTIONS(1640), - [aux_sym_preproc_if_token1] = ACTIONS(1640), - [aux_sym_preproc_if_token2] = ACTIONS(1640), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1640), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1640), - [aux_sym_preproc_else_token1] = ACTIONS(1640), - [aux_sym_preproc_elif_token1] = ACTIONS(1640), - [sym_preproc_directive] = ACTIONS(1640), - [anon_sym_LPAREN2] = ACTIONS(1642), - [anon_sym_BANG] = ACTIONS(1642), - [anon_sym_TILDE] = ACTIONS(1642), - [anon_sym_DASH] = ACTIONS(1640), - [anon_sym_PLUS] = ACTIONS(1640), - [anon_sym_STAR] = ACTIONS(1642), - [anon_sym_AMP_AMP] = ACTIONS(1642), - [anon_sym_AMP] = ACTIONS(1640), - [anon_sym_SEMI] = ACTIONS(1642), - [anon_sym_typedef] = ACTIONS(1640), - [anon_sym_extern] = ACTIONS(1640), - [anon_sym___attribute__] = ACTIONS(1640), - [anon_sym_COLON_COLON] = ACTIONS(1642), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1642), - [anon_sym___declspec] = ACTIONS(1640), - [anon_sym___based] = ACTIONS(1640), - [anon_sym___cdecl] = ACTIONS(1640), - [anon_sym___clrcall] = ACTIONS(1640), - [anon_sym___stdcall] = ACTIONS(1640), - [anon_sym___fastcall] = ACTIONS(1640), - [anon_sym___thiscall] = ACTIONS(1640), - [anon_sym___vectorcall] = ACTIONS(1640), - [anon_sym_LBRACE] = ACTIONS(1642), - [anon_sym_LBRACK] = ACTIONS(1640), - [anon_sym_static] = ACTIONS(1640), - [anon_sym_register] = ACTIONS(1640), - [anon_sym_inline] = ACTIONS(1640), - [anon_sym_thread_local] = ACTIONS(1640), - [anon_sym_const] = ACTIONS(1640), - [anon_sym_volatile] = ACTIONS(1640), - [anon_sym_restrict] = ACTIONS(1640), - [anon_sym__Atomic] = ACTIONS(1640), - [anon_sym_mutable] = ACTIONS(1640), - [anon_sym_constexpr] = ACTIONS(1640), - [anon_sym_signed] = ACTIONS(1640), - [anon_sym_unsigned] = ACTIONS(1640), - [anon_sym_long] = ACTIONS(1640), - [anon_sym_short] = ACTIONS(1640), - [sym_primitive_type] = ACTIONS(1640), - [anon_sym_enum] = ACTIONS(1640), - [anon_sym_class] = ACTIONS(1640), - [anon_sym_struct] = ACTIONS(1640), - [anon_sym_union] = ACTIONS(1640), - [anon_sym_if] = ACTIONS(1640), - [anon_sym_else] = ACTIONS(1640), - [anon_sym_switch] = ACTIONS(1640), - [anon_sym_case] = ACTIONS(1640), - [anon_sym_default] = ACTIONS(1640), - [anon_sym_while] = ACTIONS(1640), - [anon_sym_do] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1640), - [anon_sym_return] = ACTIONS(1640), - [anon_sym_break] = ACTIONS(1640), - [anon_sym_continue] = ACTIONS(1640), - [anon_sym_goto] = ACTIONS(1640), - [anon_sym_DASH_DASH] = ACTIONS(1642), - [anon_sym_PLUS_PLUS] = ACTIONS(1642), - [anon_sym_sizeof] = ACTIONS(1640), - [sym_number_literal] = ACTIONS(1642), - [anon_sym_L_SQUOTE] = ACTIONS(1642), - [anon_sym_u_SQUOTE] = ACTIONS(1642), - [anon_sym_U_SQUOTE] = ACTIONS(1642), - [anon_sym_u8_SQUOTE] = ACTIONS(1642), - [anon_sym_SQUOTE] = ACTIONS(1642), - [anon_sym_L_DQUOTE] = ACTIONS(1642), - [anon_sym_u_DQUOTE] = ACTIONS(1642), - [anon_sym_U_DQUOTE] = ACTIONS(1642), - [anon_sym_u8_DQUOTE] = ACTIONS(1642), - [anon_sym_DQUOTE] = ACTIONS(1642), - [sym_true] = ACTIONS(1640), - [sym_false] = ACTIONS(1640), - [sym_null] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1640), - [anon_sym_virtual] = ACTIONS(1640), - [anon_sym_explicit] = ACTIONS(1640), - [sym_auto] = ACTIONS(1640), - [anon_sym_typename] = ACTIONS(1640), - [anon_sym_template] = ACTIONS(1640), - [anon_sym_operator] = ACTIONS(1640), - [anon_sym_delete] = ACTIONS(1640), - [anon_sym_throw] = ACTIONS(1640), - [anon_sym_namespace] = ACTIONS(1640), - [anon_sym_using] = ACTIONS(1640), - [anon_sym_static_assert] = ACTIONS(1640), - [anon_sym_co_return] = ACTIONS(1640), - [anon_sym_co_yield] = ACTIONS(1640), - [anon_sym_try] = ACTIONS(1640), - [anon_sym_co_await] = ACTIONS(1640), - [anon_sym_new] = ACTIONS(1640), - [sym_operator_name] = ACTIONS(1640), - [sym_this] = ACTIONS(1640), - [sym_nullptr] = ACTIONS(1640), - [sym_alone_macro] = ACTIONS(1642), - [aux_sym_alone_macro_call_token1] = ACTIONS(1640), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1640), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_FORWARD] = ACTIONS(1640), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1640), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1640), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1640), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1640), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_PS_GET] = ACTIONS(1640), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1640), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1640), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1640), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1640), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1640), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1640), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1640), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1640), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1640), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1640), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1640), - [anon_sym_MOZ_COLD] = ACTIONS(1640), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1640), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1640), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1640), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1640), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1640), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1640), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1640), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1640), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1640), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1640), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1640), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1640), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1640), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1640), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1640), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1640), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1640), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1640), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1640), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1640), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_NONNULL] = ACTIONS(1640), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1640), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1640), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1640), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1640), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1640), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_NORETURN] = ACTIONS(1640), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1640), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1640), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1640), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1640), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1640), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1640), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1640), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1640), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1640), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1640), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1640), - [anon_sym_MOZ_RAII] = ACTIONS(1640), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1640), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1640), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1640), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1640), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1640), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1640), - [sym_raw_string_literal] = ACTIONS(1642), - }, - [152] = { - [sym_identifier] = ACTIONS(1644), - [aux_sym_preproc_include_token1] = ACTIONS(1644), - [aux_sym_preproc_def_token1] = ACTIONS(1644), - [aux_sym_preproc_if_token1] = ACTIONS(1644), - [aux_sym_preproc_if_token2] = ACTIONS(1644), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1644), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1644), - [aux_sym_preproc_else_token1] = ACTIONS(1644), - [aux_sym_preproc_elif_token1] = ACTIONS(1644), - [sym_preproc_directive] = ACTIONS(1644), - [anon_sym_LPAREN2] = ACTIONS(1646), - [anon_sym_BANG] = ACTIONS(1646), - [anon_sym_TILDE] = ACTIONS(1646), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_AMP_AMP] = ACTIONS(1646), - [anon_sym_AMP] = ACTIONS(1644), - [anon_sym_SEMI] = ACTIONS(1646), - [anon_sym_typedef] = ACTIONS(1644), - [anon_sym_extern] = ACTIONS(1644), - [anon_sym___attribute__] = ACTIONS(1644), - [anon_sym_COLON_COLON] = ACTIONS(1646), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1646), - [anon_sym___declspec] = ACTIONS(1644), - [anon_sym___based] = ACTIONS(1644), - [anon_sym___cdecl] = ACTIONS(1644), - [anon_sym___clrcall] = ACTIONS(1644), - [anon_sym___stdcall] = ACTIONS(1644), - [anon_sym___fastcall] = ACTIONS(1644), - [anon_sym___thiscall] = ACTIONS(1644), - [anon_sym___vectorcall] = ACTIONS(1644), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LBRACK] = ACTIONS(1644), - [anon_sym_static] = ACTIONS(1644), - [anon_sym_register] = ACTIONS(1644), - [anon_sym_inline] = ACTIONS(1644), - [anon_sym_thread_local] = ACTIONS(1644), - [anon_sym_const] = ACTIONS(1644), - [anon_sym_volatile] = ACTIONS(1644), - [anon_sym_restrict] = ACTIONS(1644), - [anon_sym__Atomic] = ACTIONS(1644), - [anon_sym_mutable] = ACTIONS(1644), - [anon_sym_constexpr] = ACTIONS(1644), - [anon_sym_signed] = ACTIONS(1644), - [anon_sym_unsigned] = ACTIONS(1644), - [anon_sym_long] = ACTIONS(1644), - [anon_sym_short] = ACTIONS(1644), - [sym_primitive_type] = ACTIONS(1644), - [anon_sym_enum] = ACTIONS(1644), - [anon_sym_class] = ACTIONS(1644), - [anon_sym_struct] = ACTIONS(1644), - [anon_sym_union] = ACTIONS(1644), - [anon_sym_if] = ACTIONS(1644), - [anon_sym_else] = ACTIONS(1644), - [anon_sym_switch] = ACTIONS(1644), - [anon_sym_case] = ACTIONS(1644), - [anon_sym_default] = ACTIONS(1644), - [anon_sym_while] = ACTIONS(1644), - [anon_sym_do] = ACTIONS(1644), - [anon_sym_for] = ACTIONS(1644), - [anon_sym_return] = ACTIONS(1644), - [anon_sym_break] = ACTIONS(1644), - [anon_sym_continue] = ACTIONS(1644), - [anon_sym_goto] = ACTIONS(1644), - [anon_sym_DASH_DASH] = ACTIONS(1646), - [anon_sym_PLUS_PLUS] = ACTIONS(1646), - [anon_sym_sizeof] = ACTIONS(1644), - [sym_number_literal] = ACTIONS(1646), - [anon_sym_L_SQUOTE] = ACTIONS(1646), - [anon_sym_u_SQUOTE] = ACTIONS(1646), - [anon_sym_U_SQUOTE] = ACTIONS(1646), - [anon_sym_u8_SQUOTE] = ACTIONS(1646), - [anon_sym_SQUOTE] = ACTIONS(1646), - [anon_sym_L_DQUOTE] = ACTIONS(1646), - [anon_sym_u_DQUOTE] = ACTIONS(1646), - [anon_sym_U_DQUOTE] = ACTIONS(1646), - [anon_sym_u8_DQUOTE] = ACTIONS(1646), - [anon_sym_DQUOTE] = ACTIONS(1646), - [sym_true] = ACTIONS(1644), - [sym_false] = ACTIONS(1644), - [sym_null] = ACTIONS(1644), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1644), - [anon_sym_virtual] = ACTIONS(1644), - [anon_sym_explicit] = ACTIONS(1644), - [sym_auto] = ACTIONS(1644), - [anon_sym_typename] = ACTIONS(1644), - [anon_sym_template] = ACTIONS(1644), - [anon_sym_operator] = ACTIONS(1644), - [anon_sym_delete] = ACTIONS(1644), - [anon_sym_throw] = ACTIONS(1644), - [anon_sym_namespace] = ACTIONS(1644), - [anon_sym_using] = ACTIONS(1644), - [anon_sym_static_assert] = ACTIONS(1644), - [anon_sym_co_return] = ACTIONS(1644), - [anon_sym_co_yield] = ACTIONS(1644), - [anon_sym_try] = ACTIONS(1644), - [anon_sym_co_await] = ACTIONS(1644), - [anon_sym_new] = ACTIONS(1644), - [sym_operator_name] = ACTIONS(1644), - [sym_this] = ACTIONS(1644), - [sym_nullptr] = ACTIONS(1644), - [sym_alone_macro] = ACTIONS(1646), - [aux_sym_alone_macro_call_token1] = ACTIONS(1644), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1644), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_FORWARD] = ACTIONS(1644), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1644), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1644), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1644), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1644), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_PS_GET] = ACTIONS(1644), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1644), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1644), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1644), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1644), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1644), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1644), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1644), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1644), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1644), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1644), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1644), - [anon_sym_MOZ_COLD] = ACTIONS(1644), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1644), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1644), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1644), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1644), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1644), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1644), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1644), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1644), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1644), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1644), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1644), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1644), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1644), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1644), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1644), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1644), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1644), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1644), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1644), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1644), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_NONNULL] = ACTIONS(1644), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1644), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1644), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1644), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1644), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1644), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_NORETURN] = ACTIONS(1644), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1644), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1644), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1644), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1644), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1644), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1644), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1644), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1644), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1644), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1644), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1644), - [anon_sym_MOZ_RAII] = ACTIONS(1644), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1644), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1644), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1644), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1644), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1644), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1644), - [sym_raw_string_literal] = ACTIONS(1646), - }, - [153] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [154] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [155] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [156] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [157] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [158] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [159] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [160] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [161] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [162] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [163] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [164] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [165] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [166] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [167] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [168] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [169] = { - [sym_identifier] = ACTIONS(1648), - [aux_sym_preproc_include_token1] = ACTIONS(1648), - [aux_sym_preproc_def_token1] = ACTIONS(1648), - [aux_sym_preproc_if_token1] = ACTIONS(1648), - [aux_sym_preproc_if_token2] = ACTIONS(1648), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1648), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1648), - [aux_sym_preproc_else_token1] = ACTIONS(1648), - [aux_sym_preproc_elif_token1] = ACTIONS(1648), - [sym_preproc_directive] = ACTIONS(1648), - [anon_sym_LPAREN2] = ACTIONS(1650), - [anon_sym_BANG] = ACTIONS(1650), - [anon_sym_TILDE] = ACTIONS(1650), - [anon_sym_DASH] = ACTIONS(1648), - [anon_sym_PLUS] = ACTIONS(1648), - [anon_sym_STAR] = ACTIONS(1650), - [anon_sym_AMP_AMP] = ACTIONS(1650), - [anon_sym_AMP] = ACTIONS(1648), - [anon_sym_SEMI] = ACTIONS(1650), - [anon_sym_typedef] = ACTIONS(1648), - [anon_sym_extern] = ACTIONS(1648), - [anon_sym___attribute__] = ACTIONS(1648), - [anon_sym_COLON_COLON] = ACTIONS(1650), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1650), - [anon_sym___declspec] = ACTIONS(1648), - [anon_sym___based] = ACTIONS(1648), - [anon_sym___cdecl] = ACTIONS(1648), - [anon_sym___clrcall] = ACTIONS(1648), - [anon_sym___stdcall] = ACTIONS(1648), - [anon_sym___fastcall] = ACTIONS(1648), - [anon_sym___thiscall] = ACTIONS(1648), - [anon_sym___vectorcall] = ACTIONS(1648), - [anon_sym_LBRACE] = ACTIONS(1650), - [anon_sym_LBRACK] = ACTIONS(1648), - [anon_sym_static] = ACTIONS(1648), - [anon_sym_register] = ACTIONS(1648), - [anon_sym_inline] = ACTIONS(1648), - [anon_sym_thread_local] = ACTIONS(1648), - [anon_sym_const] = ACTIONS(1648), - [anon_sym_volatile] = ACTIONS(1648), - [anon_sym_restrict] = ACTIONS(1648), - [anon_sym__Atomic] = ACTIONS(1648), - [anon_sym_mutable] = ACTIONS(1648), - [anon_sym_constexpr] = ACTIONS(1648), - [anon_sym_signed] = ACTIONS(1648), - [anon_sym_unsigned] = ACTIONS(1648), - [anon_sym_long] = ACTIONS(1648), - [anon_sym_short] = ACTIONS(1648), - [sym_primitive_type] = ACTIONS(1648), - [anon_sym_enum] = ACTIONS(1648), - [anon_sym_class] = ACTIONS(1648), - [anon_sym_struct] = ACTIONS(1648), - [anon_sym_union] = ACTIONS(1648), - [anon_sym_if] = ACTIONS(1648), - [anon_sym_else] = ACTIONS(1648), - [anon_sym_switch] = ACTIONS(1648), - [anon_sym_case] = ACTIONS(1648), - [anon_sym_default] = ACTIONS(1648), - [anon_sym_while] = ACTIONS(1648), - [anon_sym_do] = ACTIONS(1648), - [anon_sym_for] = ACTIONS(1648), - [anon_sym_return] = ACTIONS(1648), - [anon_sym_break] = ACTIONS(1648), - [anon_sym_continue] = ACTIONS(1648), - [anon_sym_goto] = ACTIONS(1648), - [anon_sym_DASH_DASH] = ACTIONS(1650), - [anon_sym_PLUS_PLUS] = ACTIONS(1650), - [anon_sym_sizeof] = ACTIONS(1648), - [sym_number_literal] = ACTIONS(1650), - [anon_sym_L_SQUOTE] = ACTIONS(1650), - [anon_sym_u_SQUOTE] = ACTIONS(1650), - [anon_sym_U_SQUOTE] = ACTIONS(1650), - [anon_sym_u8_SQUOTE] = ACTIONS(1650), - [anon_sym_SQUOTE] = ACTIONS(1650), - [anon_sym_L_DQUOTE] = ACTIONS(1650), - [anon_sym_u_DQUOTE] = ACTIONS(1650), - [anon_sym_U_DQUOTE] = ACTIONS(1650), - [anon_sym_u8_DQUOTE] = ACTIONS(1650), - [anon_sym_DQUOTE] = ACTIONS(1650), - [sym_true] = ACTIONS(1648), - [sym_false] = ACTIONS(1648), - [sym_null] = ACTIONS(1648), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1648), - [anon_sym_virtual] = ACTIONS(1648), - [anon_sym_explicit] = ACTIONS(1648), - [sym_auto] = ACTIONS(1648), - [anon_sym_typename] = ACTIONS(1648), - [anon_sym_template] = ACTIONS(1648), - [anon_sym_operator] = ACTIONS(1648), - [anon_sym_delete] = ACTIONS(1648), - [anon_sym_throw] = ACTIONS(1648), - [anon_sym_namespace] = ACTIONS(1648), - [anon_sym_using] = ACTIONS(1648), - [anon_sym_static_assert] = ACTIONS(1648), - [anon_sym_co_return] = ACTIONS(1648), - [anon_sym_co_yield] = ACTIONS(1648), - [anon_sym_try] = ACTIONS(1648), - [anon_sym_co_await] = ACTIONS(1648), - [anon_sym_new] = ACTIONS(1648), - [sym_operator_name] = ACTIONS(1648), - [sym_this] = ACTIONS(1648), - [sym_nullptr] = ACTIONS(1648), - [sym_alone_macro] = ACTIONS(1650), - [aux_sym_alone_macro_call_token1] = ACTIONS(1648), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1648), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_FORWARD] = ACTIONS(1648), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1648), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1648), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1648), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1648), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_PS_GET] = ACTIONS(1648), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1648), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1648), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1648), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1648), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1648), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1648), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1648), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1648), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1648), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1648), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1648), - [anon_sym_MOZ_COLD] = ACTIONS(1648), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1648), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1648), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1648), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1648), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1648), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1648), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1648), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1648), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1648), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1648), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1648), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1648), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1648), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1648), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1648), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1648), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1648), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1648), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1648), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1648), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_NONNULL] = ACTIONS(1648), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1648), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1648), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1648), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1648), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1648), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_NORETURN] = ACTIONS(1648), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1648), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1648), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1648), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1648), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1648), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1648), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1648), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1648), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1648), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1648), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1648), - [anon_sym_MOZ_RAII] = ACTIONS(1648), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1648), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1648), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1648), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1648), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1648), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1648), - [sym_raw_string_literal] = ACTIONS(1650), - }, - [170] = { - [sym_identifier] = ACTIONS(1652), - [aux_sym_preproc_include_token1] = ACTIONS(1652), - [aux_sym_preproc_def_token1] = ACTIONS(1652), - [aux_sym_preproc_if_token1] = ACTIONS(1652), - [aux_sym_preproc_if_token2] = ACTIONS(1652), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1652), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1652), - [aux_sym_preproc_else_token1] = ACTIONS(1652), - [aux_sym_preproc_elif_token1] = ACTIONS(1652), - [sym_preproc_directive] = ACTIONS(1652), - [anon_sym_LPAREN2] = ACTIONS(1654), - [anon_sym_BANG] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1654), - [anon_sym_DASH] = ACTIONS(1652), - [anon_sym_PLUS] = ACTIONS(1652), - [anon_sym_STAR] = ACTIONS(1654), - [anon_sym_AMP_AMP] = ACTIONS(1654), - [anon_sym_AMP] = ACTIONS(1652), - [anon_sym_SEMI] = ACTIONS(1654), - [anon_sym_typedef] = ACTIONS(1652), - [anon_sym_extern] = ACTIONS(1652), - [anon_sym___attribute__] = ACTIONS(1652), - [anon_sym_COLON_COLON] = ACTIONS(1654), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1654), - [anon_sym___declspec] = ACTIONS(1652), - [anon_sym___based] = ACTIONS(1652), - [anon_sym___cdecl] = ACTIONS(1652), - [anon_sym___clrcall] = ACTIONS(1652), - [anon_sym___stdcall] = ACTIONS(1652), - [anon_sym___fastcall] = ACTIONS(1652), - [anon_sym___thiscall] = ACTIONS(1652), - [anon_sym___vectorcall] = ACTIONS(1652), - [anon_sym_LBRACE] = ACTIONS(1654), - [anon_sym_LBRACK] = ACTIONS(1652), - [anon_sym_static] = ACTIONS(1652), - [anon_sym_register] = ACTIONS(1652), - [anon_sym_inline] = ACTIONS(1652), - [anon_sym_thread_local] = ACTIONS(1652), - [anon_sym_const] = ACTIONS(1652), - [anon_sym_volatile] = ACTIONS(1652), - [anon_sym_restrict] = ACTIONS(1652), - [anon_sym__Atomic] = ACTIONS(1652), - [anon_sym_mutable] = ACTIONS(1652), - [anon_sym_constexpr] = ACTIONS(1652), - [anon_sym_signed] = ACTIONS(1652), - [anon_sym_unsigned] = ACTIONS(1652), - [anon_sym_long] = ACTIONS(1652), - [anon_sym_short] = ACTIONS(1652), - [sym_primitive_type] = ACTIONS(1652), - [anon_sym_enum] = ACTIONS(1652), - [anon_sym_class] = ACTIONS(1652), - [anon_sym_struct] = ACTIONS(1652), - [anon_sym_union] = ACTIONS(1652), - [anon_sym_if] = ACTIONS(1652), - [anon_sym_else] = ACTIONS(1652), - [anon_sym_switch] = ACTIONS(1652), - [anon_sym_case] = ACTIONS(1652), - [anon_sym_default] = ACTIONS(1652), - [anon_sym_while] = ACTIONS(1652), - [anon_sym_do] = ACTIONS(1652), - [anon_sym_for] = ACTIONS(1652), - [anon_sym_return] = ACTIONS(1652), - [anon_sym_break] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(1652), - [anon_sym_goto] = ACTIONS(1652), - [anon_sym_DASH_DASH] = ACTIONS(1654), - [anon_sym_PLUS_PLUS] = ACTIONS(1654), - [anon_sym_sizeof] = ACTIONS(1652), - [sym_number_literal] = ACTIONS(1654), - [anon_sym_L_SQUOTE] = ACTIONS(1654), - [anon_sym_u_SQUOTE] = ACTIONS(1654), - [anon_sym_U_SQUOTE] = ACTIONS(1654), - [anon_sym_u8_SQUOTE] = ACTIONS(1654), - [anon_sym_SQUOTE] = ACTIONS(1654), - [anon_sym_L_DQUOTE] = ACTIONS(1654), - [anon_sym_u_DQUOTE] = ACTIONS(1654), - [anon_sym_U_DQUOTE] = ACTIONS(1654), - [anon_sym_u8_DQUOTE] = ACTIONS(1654), - [anon_sym_DQUOTE] = ACTIONS(1654), - [sym_true] = ACTIONS(1652), - [sym_false] = ACTIONS(1652), - [sym_null] = ACTIONS(1652), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1652), - [anon_sym_virtual] = ACTIONS(1652), - [anon_sym_explicit] = ACTIONS(1652), - [sym_auto] = ACTIONS(1652), - [anon_sym_typename] = ACTIONS(1652), - [anon_sym_template] = ACTIONS(1652), - [anon_sym_operator] = ACTIONS(1652), - [anon_sym_delete] = ACTIONS(1652), - [anon_sym_throw] = ACTIONS(1652), - [anon_sym_namespace] = ACTIONS(1652), - [anon_sym_using] = ACTIONS(1652), - [anon_sym_static_assert] = ACTIONS(1652), - [anon_sym_co_return] = ACTIONS(1652), - [anon_sym_co_yield] = ACTIONS(1652), - [anon_sym_try] = ACTIONS(1652), - [anon_sym_co_await] = ACTIONS(1652), - [anon_sym_new] = ACTIONS(1652), - [sym_operator_name] = ACTIONS(1652), - [sym_this] = ACTIONS(1652), - [sym_nullptr] = ACTIONS(1652), - [sym_alone_macro] = ACTIONS(1654), - [aux_sym_alone_macro_call_token1] = ACTIONS(1652), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1652), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_FORWARD] = ACTIONS(1652), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1652), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1652), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1652), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1652), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_PS_GET] = ACTIONS(1652), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1652), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1652), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1652), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1652), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1652), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1652), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1652), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1652), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1652), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1652), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1652), - [anon_sym_MOZ_COLD] = ACTIONS(1652), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1652), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1652), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1652), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1652), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1652), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1652), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1652), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1652), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1652), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1652), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1652), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1652), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1652), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1652), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1652), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1652), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1652), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1652), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1652), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1652), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_NONNULL] = ACTIONS(1652), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1652), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1652), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1652), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1652), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1652), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_NORETURN] = ACTIONS(1652), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1652), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1652), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1652), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1652), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1652), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1652), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1652), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1652), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1652), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1652), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1652), - [anon_sym_MOZ_RAII] = ACTIONS(1652), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1652), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1652), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1652), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1652), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1652), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1652), - [sym_raw_string_literal] = ACTIONS(1654), - }, - [171] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [172] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [173] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [174] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [175] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [176] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [177] = { - [sym_identifier] = ACTIONS(1656), - [aux_sym_preproc_include_token1] = ACTIONS(1656), - [aux_sym_preproc_def_token1] = ACTIONS(1656), - [aux_sym_preproc_if_token1] = ACTIONS(1656), - [aux_sym_preproc_if_token2] = ACTIONS(1656), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1656), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1656), - [aux_sym_preproc_else_token1] = ACTIONS(1656), - [aux_sym_preproc_elif_token1] = ACTIONS(1656), - [sym_preproc_directive] = ACTIONS(1656), - [anon_sym_LPAREN2] = ACTIONS(1658), - [anon_sym_BANG] = ACTIONS(1658), - [anon_sym_TILDE] = ACTIONS(1658), - [anon_sym_DASH] = ACTIONS(1656), - [anon_sym_PLUS] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(1658), - [anon_sym_AMP_AMP] = ACTIONS(1658), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_SEMI] = ACTIONS(1658), - [anon_sym_typedef] = ACTIONS(1656), - [anon_sym_extern] = ACTIONS(1656), - [anon_sym___attribute__] = ACTIONS(1656), - [anon_sym_COLON_COLON] = ACTIONS(1658), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1658), - [anon_sym___declspec] = ACTIONS(1656), - [anon_sym___based] = ACTIONS(1656), - [anon_sym___cdecl] = ACTIONS(1656), - [anon_sym___clrcall] = ACTIONS(1656), - [anon_sym___stdcall] = ACTIONS(1656), - [anon_sym___fastcall] = ACTIONS(1656), - [anon_sym___thiscall] = ACTIONS(1656), - [anon_sym___vectorcall] = ACTIONS(1656), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LBRACK] = ACTIONS(1656), - [anon_sym_static] = ACTIONS(1656), - [anon_sym_register] = ACTIONS(1656), - [anon_sym_inline] = ACTIONS(1656), - [anon_sym_thread_local] = ACTIONS(1656), - [anon_sym_const] = ACTIONS(1656), - [anon_sym_volatile] = ACTIONS(1656), - [anon_sym_restrict] = ACTIONS(1656), - [anon_sym__Atomic] = ACTIONS(1656), - [anon_sym_mutable] = ACTIONS(1656), - [anon_sym_constexpr] = ACTIONS(1656), - [anon_sym_signed] = ACTIONS(1656), - [anon_sym_unsigned] = ACTIONS(1656), - [anon_sym_long] = ACTIONS(1656), - [anon_sym_short] = ACTIONS(1656), - [sym_primitive_type] = ACTIONS(1656), - [anon_sym_enum] = ACTIONS(1656), - [anon_sym_class] = ACTIONS(1656), - [anon_sym_struct] = ACTIONS(1656), - [anon_sym_union] = ACTIONS(1656), - [anon_sym_if] = ACTIONS(1656), - [anon_sym_else] = ACTIONS(1656), - [anon_sym_switch] = ACTIONS(1656), - [anon_sym_case] = ACTIONS(1656), - [anon_sym_default] = ACTIONS(1656), - [anon_sym_while] = ACTIONS(1656), - [anon_sym_do] = ACTIONS(1656), - [anon_sym_for] = ACTIONS(1656), - [anon_sym_return] = ACTIONS(1656), - [anon_sym_break] = ACTIONS(1656), - [anon_sym_continue] = ACTIONS(1656), - [anon_sym_goto] = ACTIONS(1656), - [anon_sym_DASH_DASH] = ACTIONS(1658), - [anon_sym_PLUS_PLUS] = ACTIONS(1658), - [anon_sym_sizeof] = ACTIONS(1656), - [sym_number_literal] = ACTIONS(1658), - [anon_sym_L_SQUOTE] = ACTIONS(1658), - [anon_sym_u_SQUOTE] = ACTIONS(1658), - [anon_sym_U_SQUOTE] = ACTIONS(1658), - [anon_sym_u8_SQUOTE] = ACTIONS(1658), - [anon_sym_SQUOTE] = ACTIONS(1658), - [anon_sym_L_DQUOTE] = ACTIONS(1658), - [anon_sym_u_DQUOTE] = ACTIONS(1658), - [anon_sym_U_DQUOTE] = ACTIONS(1658), - [anon_sym_u8_DQUOTE] = ACTIONS(1658), - [anon_sym_DQUOTE] = ACTIONS(1658), - [sym_true] = ACTIONS(1656), - [sym_false] = ACTIONS(1656), - [sym_null] = ACTIONS(1656), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1656), - [anon_sym_virtual] = ACTIONS(1656), - [anon_sym_explicit] = ACTIONS(1656), - [sym_auto] = ACTIONS(1656), - [anon_sym_typename] = ACTIONS(1656), - [anon_sym_template] = ACTIONS(1656), - [anon_sym_operator] = ACTIONS(1656), - [anon_sym_delete] = ACTIONS(1656), - [anon_sym_throw] = ACTIONS(1656), - [anon_sym_namespace] = ACTIONS(1656), - [anon_sym_using] = ACTIONS(1656), - [anon_sym_static_assert] = ACTIONS(1656), - [anon_sym_co_return] = ACTIONS(1656), - [anon_sym_co_yield] = ACTIONS(1656), - [anon_sym_try] = ACTIONS(1656), - [anon_sym_co_await] = ACTIONS(1656), - [anon_sym_new] = ACTIONS(1656), - [sym_operator_name] = ACTIONS(1656), - [sym_this] = ACTIONS(1656), - [sym_nullptr] = ACTIONS(1656), - [sym_alone_macro] = ACTIONS(1658), - [aux_sym_alone_macro_call_token1] = ACTIONS(1656), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1656), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_FORWARD] = ACTIONS(1656), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1656), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1656), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1656), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1656), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_PS_GET] = ACTIONS(1656), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1656), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1656), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1656), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1656), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1656), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1656), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1656), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1656), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1656), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1656), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1656), - [anon_sym_MOZ_COLD] = ACTIONS(1656), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1656), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1656), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1656), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1656), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1656), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1656), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1656), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1656), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1656), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1656), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1656), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1656), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1656), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1656), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1656), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1656), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1656), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1656), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1656), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1656), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_NONNULL] = ACTIONS(1656), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1656), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1656), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1656), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1656), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1656), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_NORETURN] = ACTIONS(1656), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1656), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1656), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1656), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1656), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1656), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1656), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1656), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1656), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1656), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1656), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1656), - [anon_sym_MOZ_RAII] = ACTIONS(1656), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1656), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1656), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1656), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1656), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1656), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1656), - [sym_raw_string_literal] = ACTIONS(1658), - }, - [178] = { - [sym_identifier] = ACTIONS(1660), - [aux_sym_preproc_include_token1] = ACTIONS(1660), - [aux_sym_preproc_def_token1] = ACTIONS(1660), - [aux_sym_preproc_if_token1] = ACTIONS(1660), - [aux_sym_preproc_if_token2] = ACTIONS(1660), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1660), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1660), - [aux_sym_preproc_else_token1] = ACTIONS(1660), - [aux_sym_preproc_elif_token1] = ACTIONS(1660), - [sym_preproc_directive] = ACTIONS(1660), - [anon_sym_LPAREN2] = ACTIONS(1662), - [anon_sym_BANG] = ACTIONS(1662), - [anon_sym_TILDE] = ACTIONS(1662), - [anon_sym_DASH] = ACTIONS(1660), - [anon_sym_PLUS] = ACTIONS(1660), - [anon_sym_STAR] = ACTIONS(1662), - [anon_sym_AMP_AMP] = ACTIONS(1662), - [anon_sym_AMP] = ACTIONS(1660), - [anon_sym_SEMI] = ACTIONS(1662), - [anon_sym_typedef] = ACTIONS(1660), - [anon_sym_extern] = ACTIONS(1660), - [anon_sym___attribute__] = ACTIONS(1660), - [anon_sym_COLON_COLON] = ACTIONS(1662), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1662), - [anon_sym___declspec] = ACTIONS(1660), - [anon_sym___based] = ACTIONS(1660), - [anon_sym___cdecl] = ACTIONS(1660), - [anon_sym___clrcall] = ACTIONS(1660), - [anon_sym___stdcall] = ACTIONS(1660), - [anon_sym___fastcall] = ACTIONS(1660), - [anon_sym___thiscall] = ACTIONS(1660), - [anon_sym___vectorcall] = ACTIONS(1660), - [anon_sym_LBRACE] = ACTIONS(1662), - [anon_sym_LBRACK] = ACTIONS(1660), - [anon_sym_static] = ACTIONS(1660), - [anon_sym_register] = ACTIONS(1660), - [anon_sym_inline] = ACTIONS(1660), - [anon_sym_thread_local] = ACTIONS(1660), - [anon_sym_const] = ACTIONS(1660), - [anon_sym_volatile] = ACTIONS(1660), - [anon_sym_restrict] = ACTIONS(1660), - [anon_sym__Atomic] = ACTIONS(1660), - [anon_sym_mutable] = ACTIONS(1660), - [anon_sym_constexpr] = ACTIONS(1660), - [anon_sym_signed] = ACTIONS(1660), - [anon_sym_unsigned] = ACTIONS(1660), - [anon_sym_long] = ACTIONS(1660), - [anon_sym_short] = ACTIONS(1660), - [sym_primitive_type] = ACTIONS(1660), - [anon_sym_enum] = ACTIONS(1660), - [anon_sym_class] = ACTIONS(1660), - [anon_sym_struct] = ACTIONS(1660), - [anon_sym_union] = ACTIONS(1660), - [anon_sym_if] = ACTIONS(1660), - [anon_sym_else] = ACTIONS(1660), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1660), - [anon_sym_default] = ACTIONS(1660), - [anon_sym_while] = ACTIONS(1660), - [anon_sym_do] = ACTIONS(1660), - [anon_sym_for] = ACTIONS(1660), - [anon_sym_return] = ACTIONS(1660), - [anon_sym_break] = ACTIONS(1660), - [anon_sym_continue] = ACTIONS(1660), - [anon_sym_goto] = ACTIONS(1660), - [anon_sym_DASH_DASH] = ACTIONS(1662), - [anon_sym_PLUS_PLUS] = ACTIONS(1662), - [anon_sym_sizeof] = ACTIONS(1660), - [sym_number_literal] = ACTIONS(1662), - [anon_sym_L_SQUOTE] = ACTIONS(1662), - [anon_sym_u_SQUOTE] = ACTIONS(1662), - [anon_sym_U_SQUOTE] = ACTIONS(1662), - [anon_sym_u8_SQUOTE] = ACTIONS(1662), - [anon_sym_SQUOTE] = ACTIONS(1662), - [anon_sym_L_DQUOTE] = ACTIONS(1662), - [anon_sym_u_DQUOTE] = ACTIONS(1662), - [anon_sym_U_DQUOTE] = ACTIONS(1662), - [anon_sym_u8_DQUOTE] = ACTIONS(1662), - [anon_sym_DQUOTE] = ACTIONS(1662), - [sym_true] = ACTIONS(1660), - [sym_false] = ACTIONS(1660), - [sym_null] = ACTIONS(1660), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1660), - [anon_sym_virtual] = ACTIONS(1660), - [anon_sym_explicit] = ACTIONS(1660), - [sym_auto] = ACTIONS(1660), - [anon_sym_typename] = ACTIONS(1660), - [anon_sym_template] = ACTIONS(1660), - [anon_sym_operator] = ACTIONS(1660), - [anon_sym_delete] = ACTIONS(1660), - [anon_sym_throw] = ACTIONS(1660), - [anon_sym_namespace] = ACTIONS(1660), - [anon_sym_using] = ACTIONS(1660), - [anon_sym_static_assert] = ACTIONS(1660), - [anon_sym_co_return] = ACTIONS(1660), - [anon_sym_co_yield] = ACTIONS(1660), - [anon_sym_try] = ACTIONS(1660), - [anon_sym_co_await] = ACTIONS(1660), - [anon_sym_new] = ACTIONS(1660), - [sym_operator_name] = ACTIONS(1660), - [sym_this] = ACTIONS(1660), - [sym_nullptr] = ACTIONS(1660), - [sym_alone_macro] = ACTIONS(1662), - [aux_sym_alone_macro_call_token1] = ACTIONS(1660), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1660), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_FORWARD] = ACTIONS(1660), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1660), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1660), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1660), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1660), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_PS_GET] = ACTIONS(1660), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1660), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1660), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1660), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1660), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1660), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1660), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1660), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1660), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1660), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1660), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1660), - [anon_sym_MOZ_COLD] = ACTIONS(1660), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1660), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1660), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1660), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1660), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1660), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1660), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1660), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1660), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1660), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1660), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1660), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1660), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1660), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1660), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1660), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1660), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1660), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1660), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1660), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1660), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_NONNULL] = ACTIONS(1660), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1660), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1660), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1660), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1660), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1660), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_NORETURN] = ACTIONS(1660), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1660), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1660), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1660), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1660), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1660), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1660), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1660), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1660), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1660), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1660), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1660), - [anon_sym_MOZ_RAII] = ACTIONS(1660), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1660), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1660), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1660), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1660), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1660), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1660), - [sym_raw_string_literal] = ACTIONS(1662), - }, - [179] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [180] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [aux_sym_preproc_else_token1] = ACTIONS(1540), - [aux_sym_preproc_elif_token1] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [181] = { - [sym_identifier] = ACTIONS(1664), - [aux_sym_preproc_include_token1] = ACTIONS(1664), - [aux_sym_preproc_def_token1] = ACTIONS(1664), - [aux_sym_preproc_if_token1] = ACTIONS(1664), - [aux_sym_preproc_if_token2] = ACTIONS(1664), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1664), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1664), - [aux_sym_preproc_else_token1] = ACTIONS(1664), - [aux_sym_preproc_elif_token1] = ACTIONS(1664), - [sym_preproc_directive] = ACTIONS(1664), - [anon_sym_LPAREN2] = ACTIONS(1666), - [anon_sym_BANG] = ACTIONS(1666), - [anon_sym_TILDE] = ACTIONS(1666), - [anon_sym_DASH] = ACTIONS(1664), - [anon_sym_PLUS] = ACTIONS(1664), - [anon_sym_STAR] = ACTIONS(1666), - [anon_sym_AMP_AMP] = ACTIONS(1666), - [anon_sym_AMP] = ACTIONS(1664), - [anon_sym_SEMI] = ACTIONS(1666), - [anon_sym_typedef] = ACTIONS(1664), - [anon_sym_extern] = ACTIONS(1664), - [anon_sym___attribute__] = ACTIONS(1664), - [anon_sym_COLON_COLON] = ACTIONS(1666), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1666), - [anon_sym___declspec] = ACTIONS(1664), - [anon_sym___based] = ACTIONS(1664), - [anon_sym___cdecl] = ACTIONS(1664), - [anon_sym___clrcall] = ACTIONS(1664), - [anon_sym___stdcall] = ACTIONS(1664), - [anon_sym___fastcall] = ACTIONS(1664), - [anon_sym___thiscall] = ACTIONS(1664), - [anon_sym___vectorcall] = ACTIONS(1664), - [anon_sym_LBRACE] = ACTIONS(1666), - [anon_sym_LBRACK] = ACTIONS(1664), - [anon_sym_static] = ACTIONS(1664), - [anon_sym_register] = ACTIONS(1664), - [anon_sym_inline] = ACTIONS(1664), - [anon_sym_thread_local] = ACTIONS(1664), - [anon_sym_const] = ACTIONS(1664), - [anon_sym_volatile] = ACTIONS(1664), - [anon_sym_restrict] = ACTIONS(1664), - [anon_sym__Atomic] = ACTIONS(1664), - [anon_sym_mutable] = ACTIONS(1664), - [anon_sym_constexpr] = ACTIONS(1664), - [anon_sym_signed] = ACTIONS(1664), - [anon_sym_unsigned] = ACTIONS(1664), - [anon_sym_long] = ACTIONS(1664), - [anon_sym_short] = ACTIONS(1664), - [sym_primitive_type] = ACTIONS(1664), - [anon_sym_enum] = ACTIONS(1664), - [anon_sym_class] = ACTIONS(1664), - [anon_sym_struct] = ACTIONS(1664), - [anon_sym_union] = ACTIONS(1664), - [anon_sym_if] = ACTIONS(1664), - [anon_sym_else] = ACTIONS(1664), - [anon_sym_switch] = ACTIONS(1664), - [anon_sym_case] = ACTIONS(1664), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1664), - [anon_sym_do] = ACTIONS(1664), - [anon_sym_for] = ACTIONS(1664), - [anon_sym_return] = ACTIONS(1664), - [anon_sym_break] = ACTIONS(1664), - [anon_sym_continue] = ACTIONS(1664), - [anon_sym_goto] = ACTIONS(1664), - [anon_sym_DASH_DASH] = ACTIONS(1666), - [anon_sym_PLUS_PLUS] = ACTIONS(1666), - [anon_sym_sizeof] = ACTIONS(1664), - [sym_number_literal] = ACTIONS(1666), - [anon_sym_L_SQUOTE] = ACTIONS(1666), - [anon_sym_u_SQUOTE] = ACTIONS(1666), - [anon_sym_U_SQUOTE] = ACTIONS(1666), - [anon_sym_u8_SQUOTE] = ACTIONS(1666), - [anon_sym_SQUOTE] = ACTIONS(1666), - [anon_sym_L_DQUOTE] = ACTIONS(1666), - [anon_sym_u_DQUOTE] = ACTIONS(1666), - [anon_sym_U_DQUOTE] = ACTIONS(1666), - [anon_sym_u8_DQUOTE] = ACTIONS(1666), - [anon_sym_DQUOTE] = ACTIONS(1666), - [sym_true] = ACTIONS(1664), - [sym_false] = ACTIONS(1664), - [sym_null] = ACTIONS(1664), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1664), - [anon_sym_virtual] = ACTIONS(1664), - [anon_sym_explicit] = ACTIONS(1664), - [sym_auto] = ACTIONS(1664), - [anon_sym_typename] = ACTIONS(1664), - [anon_sym_template] = ACTIONS(1664), - [anon_sym_operator] = ACTIONS(1664), - [anon_sym_delete] = ACTIONS(1664), - [anon_sym_throw] = ACTIONS(1664), - [anon_sym_namespace] = ACTIONS(1664), - [anon_sym_using] = ACTIONS(1664), - [anon_sym_static_assert] = ACTIONS(1664), - [anon_sym_co_return] = ACTIONS(1664), - [anon_sym_co_yield] = ACTIONS(1664), - [anon_sym_try] = ACTIONS(1664), - [anon_sym_co_await] = ACTIONS(1664), - [anon_sym_new] = ACTIONS(1664), - [sym_operator_name] = ACTIONS(1664), - [sym_this] = ACTIONS(1664), - [sym_nullptr] = ACTIONS(1664), - [sym_alone_macro] = ACTIONS(1666), - [aux_sym_alone_macro_call_token1] = ACTIONS(1664), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1664), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_FORWARD] = ACTIONS(1664), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1664), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1664), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1664), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1664), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_PS_GET] = ACTIONS(1664), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1664), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1664), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1664), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1664), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1664), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1664), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1664), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1664), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1664), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1664), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1664), - [anon_sym_MOZ_COLD] = ACTIONS(1664), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1664), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1664), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1664), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1664), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1664), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1664), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1664), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1664), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1664), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1664), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1664), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1664), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1664), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1664), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1664), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1664), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1664), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1664), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1664), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1664), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_NONNULL] = ACTIONS(1664), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1664), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1664), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1664), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1664), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1664), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_NORETURN] = ACTIONS(1664), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1664), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1664), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1664), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1664), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1664), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1664), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1664), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1664), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1664), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1664), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1664), - [anon_sym_MOZ_RAII] = ACTIONS(1664), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1664), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1664), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1664), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1664), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1664), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1664), - [sym_raw_string_literal] = ACTIONS(1666), - }, - [182] = { - [sym_identifier] = ACTIONS(1668), - [aux_sym_preproc_include_token1] = ACTIONS(1668), - [aux_sym_preproc_def_token1] = ACTIONS(1668), - [aux_sym_preproc_if_token1] = ACTIONS(1668), - [aux_sym_preproc_if_token2] = ACTIONS(1668), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1668), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1668), - [aux_sym_preproc_else_token1] = ACTIONS(1668), - [aux_sym_preproc_elif_token1] = ACTIONS(1668), - [sym_preproc_directive] = ACTIONS(1668), - [anon_sym_LPAREN2] = ACTIONS(1670), - [anon_sym_BANG] = ACTIONS(1670), - [anon_sym_TILDE] = ACTIONS(1670), - [anon_sym_DASH] = ACTIONS(1668), - [anon_sym_PLUS] = ACTIONS(1668), - [anon_sym_STAR] = ACTIONS(1670), - [anon_sym_AMP_AMP] = ACTIONS(1670), - [anon_sym_AMP] = ACTIONS(1668), - [anon_sym_SEMI] = ACTIONS(1670), - [anon_sym_typedef] = ACTIONS(1668), - [anon_sym_extern] = ACTIONS(1668), - [anon_sym___attribute__] = ACTIONS(1668), - [anon_sym_COLON_COLON] = ACTIONS(1670), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1670), - [anon_sym___declspec] = ACTIONS(1668), - [anon_sym___based] = ACTIONS(1668), - [anon_sym___cdecl] = ACTIONS(1668), - [anon_sym___clrcall] = ACTIONS(1668), - [anon_sym___stdcall] = ACTIONS(1668), - [anon_sym___fastcall] = ACTIONS(1668), - [anon_sym___thiscall] = ACTIONS(1668), - [anon_sym___vectorcall] = ACTIONS(1668), - [anon_sym_LBRACE] = ACTIONS(1670), - [anon_sym_LBRACK] = ACTIONS(1668), - [anon_sym_static] = ACTIONS(1668), - [anon_sym_register] = ACTIONS(1668), - [anon_sym_inline] = ACTIONS(1668), - [anon_sym_thread_local] = ACTIONS(1668), - [anon_sym_const] = ACTIONS(1668), - [anon_sym_volatile] = ACTIONS(1668), - [anon_sym_restrict] = ACTIONS(1668), - [anon_sym__Atomic] = ACTIONS(1668), - [anon_sym_mutable] = ACTIONS(1668), - [anon_sym_constexpr] = ACTIONS(1668), - [anon_sym_signed] = ACTIONS(1668), - [anon_sym_unsigned] = ACTIONS(1668), - [anon_sym_long] = ACTIONS(1668), - [anon_sym_short] = ACTIONS(1668), - [sym_primitive_type] = ACTIONS(1668), - [anon_sym_enum] = ACTIONS(1668), - [anon_sym_class] = ACTIONS(1668), - [anon_sym_struct] = ACTIONS(1668), - [anon_sym_union] = ACTIONS(1668), - [anon_sym_if] = ACTIONS(1668), - [anon_sym_else] = ACTIONS(1668), - [anon_sym_switch] = ACTIONS(1668), - [anon_sym_case] = ACTIONS(1668), - [anon_sym_default] = ACTIONS(1668), - [anon_sym_while] = ACTIONS(1668), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1668), - [anon_sym_return] = ACTIONS(1668), - [anon_sym_break] = ACTIONS(1668), - [anon_sym_continue] = ACTIONS(1668), - [anon_sym_goto] = ACTIONS(1668), - [anon_sym_DASH_DASH] = ACTIONS(1670), - [anon_sym_PLUS_PLUS] = ACTIONS(1670), - [anon_sym_sizeof] = ACTIONS(1668), - [sym_number_literal] = ACTIONS(1670), - [anon_sym_L_SQUOTE] = ACTIONS(1670), - [anon_sym_u_SQUOTE] = ACTIONS(1670), - [anon_sym_U_SQUOTE] = ACTIONS(1670), - [anon_sym_u8_SQUOTE] = ACTIONS(1670), - [anon_sym_SQUOTE] = ACTIONS(1670), - [anon_sym_L_DQUOTE] = ACTIONS(1670), - [anon_sym_u_DQUOTE] = ACTIONS(1670), - [anon_sym_U_DQUOTE] = ACTIONS(1670), - [anon_sym_u8_DQUOTE] = ACTIONS(1670), - [anon_sym_DQUOTE] = ACTIONS(1670), - [sym_true] = ACTIONS(1668), - [sym_false] = ACTIONS(1668), - [sym_null] = ACTIONS(1668), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1668), - [anon_sym_virtual] = ACTIONS(1668), - [anon_sym_explicit] = ACTIONS(1668), - [sym_auto] = ACTIONS(1668), - [anon_sym_typename] = ACTIONS(1668), - [anon_sym_template] = ACTIONS(1668), - [anon_sym_operator] = ACTIONS(1668), - [anon_sym_delete] = ACTIONS(1668), - [anon_sym_throw] = ACTIONS(1668), - [anon_sym_namespace] = ACTIONS(1668), - [anon_sym_using] = ACTIONS(1668), - [anon_sym_static_assert] = ACTIONS(1668), - [anon_sym_co_return] = ACTIONS(1668), - [anon_sym_co_yield] = ACTIONS(1668), - [anon_sym_try] = ACTIONS(1668), - [anon_sym_co_await] = ACTIONS(1668), - [anon_sym_new] = ACTIONS(1668), - [sym_operator_name] = ACTIONS(1668), - [sym_this] = ACTIONS(1668), - [sym_nullptr] = ACTIONS(1668), - [sym_alone_macro] = ACTIONS(1670), - [aux_sym_alone_macro_call_token1] = ACTIONS(1668), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1668), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_FORWARD] = ACTIONS(1668), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1668), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1668), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1668), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1668), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_PS_GET] = ACTIONS(1668), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1668), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1668), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1668), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1668), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1668), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1668), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1668), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1668), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1668), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1668), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1668), - [anon_sym_MOZ_COLD] = ACTIONS(1668), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1668), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1668), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1668), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1668), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1668), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1668), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1668), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1668), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1668), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1668), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1668), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1668), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1668), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1668), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1668), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1668), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1668), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1668), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1668), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1668), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_NONNULL] = ACTIONS(1668), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1668), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1668), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1668), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1668), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1668), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_NORETURN] = ACTIONS(1668), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1668), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1668), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1668), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1668), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1668), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1668), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1668), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1668), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1668), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1668), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1668), - [anon_sym_MOZ_RAII] = ACTIONS(1668), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1668), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1668), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1668), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1668), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1668), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1668), - [sym_raw_string_literal] = ACTIONS(1670), - }, - [183] = { - [sym_identifier] = ACTIONS(1672), - [aux_sym_preproc_include_token1] = ACTIONS(1672), - [aux_sym_preproc_def_token1] = ACTIONS(1672), - [aux_sym_preproc_if_token1] = ACTIONS(1672), - [aux_sym_preproc_if_token2] = ACTIONS(1672), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1672), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1672), - [aux_sym_preproc_else_token1] = ACTIONS(1672), - [aux_sym_preproc_elif_token1] = ACTIONS(1672), - [sym_preproc_directive] = ACTIONS(1672), - [anon_sym_LPAREN2] = ACTIONS(1674), - [anon_sym_BANG] = ACTIONS(1674), - [anon_sym_TILDE] = ACTIONS(1674), - [anon_sym_DASH] = ACTIONS(1672), - [anon_sym_PLUS] = ACTIONS(1672), - [anon_sym_STAR] = ACTIONS(1674), - [anon_sym_AMP_AMP] = ACTIONS(1674), - [anon_sym_AMP] = ACTIONS(1672), - [anon_sym_SEMI] = ACTIONS(1674), - [anon_sym_typedef] = ACTIONS(1672), - [anon_sym_extern] = ACTIONS(1672), - [anon_sym___attribute__] = ACTIONS(1672), - [anon_sym_COLON_COLON] = ACTIONS(1674), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1674), - [anon_sym___declspec] = ACTIONS(1672), - [anon_sym___based] = ACTIONS(1672), - [anon_sym___cdecl] = ACTIONS(1672), - [anon_sym___clrcall] = ACTIONS(1672), - [anon_sym___stdcall] = ACTIONS(1672), - [anon_sym___fastcall] = ACTIONS(1672), - [anon_sym___thiscall] = ACTIONS(1672), - [anon_sym___vectorcall] = ACTIONS(1672), - [anon_sym_LBRACE] = ACTIONS(1674), - [anon_sym_LBRACK] = ACTIONS(1672), - [anon_sym_static] = ACTIONS(1672), - [anon_sym_register] = ACTIONS(1672), - [anon_sym_inline] = ACTIONS(1672), - [anon_sym_thread_local] = ACTIONS(1672), - [anon_sym_const] = ACTIONS(1672), - [anon_sym_volatile] = ACTIONS(1672), - [anon_sym_restrict] = ACTIONS(1672), - [anon_sym__Atomic] = ACTIONS(1672), - [anon_sym_mutable] = ACTIONS(1672), - [anon_sym_constexpr] = ACTIONS(1672), - [anon_sym_signed] = ACTIONS(1672), - [anon_sym_unsigned] = ACTIONS(1672), - [anon_sym_long] = ACTIONS(1672), - [anon_sym_short] = ACTIONS(1672), - [sym_primitive_type] = ACTIONS(1672), - [anon_sym_enum] = ACTIONS(1672), - [anon_sym_class] = ACTIONS(1672), - [anon_sym_struct] = ACTIONS(1672), - [anon_sym_union] = ACTIONS(1672), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_else] = ACTIONS(1672), - [anon_sym_switch] = ACTIONS(1672), - [anon_sym_case] = ACTIONS(1672), - [anon_sym_default] = ACTIONS(1672), - [anon_sym_while] = ACTIONS(1672), - [anon_sym_do] = ACTIONS(1672), - [anon_sym_for] = ACTIONS(1672), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1672), - [anon_sym_continue] = ACTIONS(1672), - [anon_sym_goto] = ACTIONS(1672), - [anon_sym_DASH_DASH] = ACTIONS(1674), - [anon_sym_PLUS_PLUS] = ACTIONS(1674), - [anon_sym_sizeof] = ACTIONS(1672), - [sym_number_literal] = ACTIONS(1674), - [anon_sym_L_SQUOTE] = ACTIONS(1674), - [anon_sym_u_SQUOTE] = ACTIONS(1674), - [anon_sym_U_SQUOTE] = ACTIONS(1674), - [anon_sym_u8_SQUOTE] = ACTIONS(1674), - [anon_sym_SQUOTE] = ACTIONS(1674), - [anon_sym_L_DQUOTE] = ACTIONS(1674), - [anon_sym_u_DQUOTE] = ACTIONS(1674), - [anon_sym_U_DQUOTE] = ACTIONS(1674), - [anon_sym_u8_DQUOTE] = ACTIONS(1674), - [anon_sym_DQUOTE] = ACTIONS(1674), - [sym_true] = ACTIONS(1672), - [sym_false] = ACTIONS(1672), - [sym_null] = ACTIONS(1672), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1672), - [anon_sym_virtual] = ACTIONS(1672), - [anon_sym_explicit] = ACTIONS(1672), - [sym_auto] = ACTIONS(1672), - [anon_sym_typename] = ACTIONS(1672), - [anon_sym_template] = ACTIONS(1672), - [anon_sym_operator] = ACTIONS(1672), - [anon_sym_delete] = ACTIONS(1672), - [anon_sym_throw] = ACTIONS(1672), - [anon_sym_namespace] = ACTIONS(1672), - [anon_sym_using] = ACTIONS(1672), - [anon_sym_static_assert] = ACTIONS(1672), - [anon_sym_co_return] = ACTIONS(1672), - [anon_sym_co_yield] = ACTIONS(1672), - [anon_sym_try] = ACTIONS(1672), - [anon_sym_co_await] = ACTIONS(1672), - [anon_sym_new] = ACTIONS(1672), - [sym_operator_name] = ACTIONS(1672), - [sym_this] = ACTIONS(1672), - [sym_nullptr] = ACTIONS(1672), - [sym_alone_macro] = ACTIONS(1674), - [aux_sym_alone_macro_call_token1] = ACTIONS(1672), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1672), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_FORWARD] = ACTIONS(1672), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1672), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1672), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1672), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1672), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_PS_GET] = ACTIONS(1672), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1672), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1672), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1672), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1672), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1672), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1672), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1672), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1672), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1672), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1672), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1672), - [anon_sym_MOZ_COLD] = ACTIONS(1672), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1672), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1672), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1672), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1672), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1672), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1672), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1672), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1672), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1672), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1672), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1672), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1672), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1672), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1672), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1672), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1672), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1672), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1672), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1672), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1672), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_NONNULL] = ACTIONS(1672), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1672), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1672), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1672), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1672), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1672), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_NORETURN] = ACTIONS(1672), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1672), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1672), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1672), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1672), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1672), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1672), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1672), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1672), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1672), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1672), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1672), - [anon_sym_MOZ_RAII] = ACTIONS(1672), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1672), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1672), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1672), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1672), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1672), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1672), - [sym_raw_string_literal] = ACTIONS(1674), - }, - [184] = { - [sym_identifier] = ACTIONS(1676), - [aux_sym_preproc_include_token1] = ACTIONS(1676), - [aux_sym_preproc_def_token1] = ACTIONS(1676), - [aux_sym_preproc_if_token1] = ACTIONS(1676), - [aux_sym_preproc_if_token2] = ACTIONS(1676), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1676), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1676), - [aux_sym_preproc_else_token1] = ACTIONS(1676), - [aux_sym_preproc_elif_token1] = ACTIONS(1676), - [sym_preproc_directive] = ACTIONS(1676), - [anon_sym_LPAREN2] = ACTIONS(1678), - [anon_sym_BANG] = ACTIONS(1678), - [anon_sym_TILDE] = ACTIONS(1678), - [anon_sym_DASH] = ACTIONS(1676), - [anon_sym_PLUS] = ACTIONS(1676), - [anon_sym_STAR] = ACTIONS(1678), - [anon_sym_AMP_AMP] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(1676), - [anon_sym_SEMI] = ACTIONS(1678), - [anon_sym_typedef] = ACTIONS(1676), - [anon_sym_extern] = ACTIONS(1676), - [anon_sym___attribute__] = ACTIONS(1676), - [anon_sym_COLON_COLON] = ACTIONS(1678), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1678), - [anon_sym___declspec] = ACTIONS(1676), - [anon_sym___based] = ACTIONS(1676), - [anon_sym___cdecl] = ACTIONS(1676), - [anon_sym___clrcall] = ACTIONS(1676), - [anon_sym___stdcall] = ACTIONS(1676), - [anon_sym___fastcall] = ACTIONS(1676), - [anon_sym___thiscall] = ACTIONS(1676), - [anon_sym___vectorcall] = ACTIONS(1676), - [anon_sym_LBRACE] = ACTIONS(1678), - [anon_sym_LBRACK] = ACTIONS(1676), - [anon_sym_static] = ACTIONS(1676), - [anon_sym_register] = ACTIONS(1676), - [anon_sym_inline] = ACTIONS(1676), - [anon_sym_thread_local] = ACTIONS(1676), - [anon_sym_const] = ACTIONS(1676), - [anon_sym_volatile] = ACTIONS(1676), - [anon_sym_restrict] = ACTIONS(1676), - [anon_sym__Atomic] = ACTIONS(1676), - [anon_sym_mutable] = ACTIONS(1676), - [anon_sym_constexpr] = ACTIONS(1676), - [anon_sym_signed] = ACTIONS(1676), - [anon_sym_unsigned] = ACTIONS(1676), - [anon_sym_long] = ACTIONS(1676), - [anon_sym_short] = ACTIONS(1676), - [sym_primitive_type] = ACTIONS(1676), - [anon_sym_enum] = ACTIONS(1676), - [anon_sym_class] = ACTIONS(1676), - [anon_sym_struct] = ACTIONS(1676), - [anon_sym_union] = ACTIONS(1676), - [anon_sym_if] = ACTIONS(1676), - [anon_sym_else] = ACTIONS(1676), - [anon_sym_switch] = ACTIONS(1676), - [anon_sym_case] = ACTIONS(1676), - [anon_sym_default] = ACTIONS(1676), - [anon_sym_while] = ACTIONS(1676), - [anon_sym_do] = ACTIONS(1676), - [anon_sym_for] = ACTIONS(1676), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_break] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1676), - [anon_sym_DASH_DASH] = ACTIONS(1678), - [anon_sym_PLUS_PLUS] = ACTIONS(1678), - [anon_sym_sizeof] = ACTIONS(1676), - [sym_number_literal] = ACTIONS(1678), - [anon_sym_L_SQUOTE] = ACTIONS(1678), - [anon_sym_u_SQUOTE] = ACTIONS(1678), - [anon_sym_U_SQUOTE] = ACTIONS(1678), - [anon_sym_u8_SQUOTE] = ACTIONS(1678), - [anon_sym_SQUOTE] = ACTIONS(1678), - [anon_sym_L_DQUOTE] = ACTIONS(1678), - [anon_sym_u_DQUOTE] = ACTIONS(1678), - [anon_sym_U_DQUOTE] = ACTIONS(1678), - [anon_sym_u8_DQUOTE] = ACTIONS(1678), - [anon_sym_DQUOTE] = ACTIONS(1678), - [sym_true] = ACTIONS(1676), - [sym_false] = ACTIONS(1676), - [sym_null] = ACTIONS(1676), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1676), - [anon_sym_virtual] = ACTIONS(1676), - [anon_sym_explicit] = ACTIONS(1676), - [sym_auto] = ACTIONS(1676), - [anon_sym_typename] = ACTIONS(1676), - [anon_sym_template] = ACTIONS(1676), - [anon_sym_operator] = ACTIONS(1676), - [anon_sym_delete] = ACTIONS(1676), - [anon_sym_throw] = ACTIONS(1676), - [anon_sym_namespace] = ACTIONS(1676), - [anon_sym_using] = ACTIONS(1676), - [anon_sym_static_assert] = ACTIONS(1676), - [anon_sym_co_return] = ACTIONS(1676), - [anon_sym_co_yield] = ACTIONS(1676), - [anon_sym_try] = ACTIONS(1676), - [anon_sym_co_await] = ACTIONS(1676), - [anon_sym_new] = ACTIONS(1676), - [sym_operator_name] = ACTIONS(1676), - [sym_this] = ACTIONS(1676), - [sym_nullptr] = ACTIONS(1676), - [sym_alone_macro] = ACTIONS(1678), - [aux_sym_alone_macro_call_token1] = ACTIONS(1676), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1676), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_FORWARD] = ACTIONS(1676), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1676), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1676), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1676), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1676), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_PS_GET] = ACTIONS(1676), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1676), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1676), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1676), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1676), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1676), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1676), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1676), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1676), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1676), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1676), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1676), - [anon_sym_MOZ_COLD] = ACTIONS(1676), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1676), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1676), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1676), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1676), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1676), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1676), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1676), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1676), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1676), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1676), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1676), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1676), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1676), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1676), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1676), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1676), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1676), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1676), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1676), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1676), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_NONNULL] = ACTIONS(1676), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1676), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1676), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1676), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1676), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1676), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_NORETURN] = ACTIONS(1676), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1676), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1676), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1676), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1676), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1676), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1676), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1676), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1676), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1676), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1676), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1676), - [anon_sym_MOZ_RAII] = ACTIONS(1676), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1676), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1676), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1676), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1676), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1676), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1676), - [sym_raw_string_literal] = ACTIONS(1678), - }, - [185] = { - [sym_identifier] = ACTIONS(1680), - [aux_sym_preproc_include_token1] = ACTIONS(1680), - [aux_sym_preproc_def_token1] = ACTIONS(1680), - [aux_sym_preproc_if_token1] = ACTIONS(1680), - [aux_sym_preproc_if_token2] = ACTIONS(1680), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1680), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1680), - [aux_sym_preproc_else_token1] = ACTIONS(1680), - [aux_sym_preproc_elif_token1] = ACTIONS(1680), - [sym_preproc_directive] = ACTIONS(1680), - [anon_sym_LPAREN2] = ACTIONS(1682), - [anon_sym_BANG] = ACTIONS(1682), - [anon_sym_TILDE] = ACTIONS(1682), - [anon_sym_DASH] = ACTIONS(1680), - [anon_sym_PLUS] = ACTIONS(1680), - [anon_sym_STAR] = ACTIONS(1682), - [anon_sym_AMP_AMP] = ACTIONS(1682), - [anon_sym_AMP] = ACTIONS(1680), - [anon_sym_SEMI] = ACTIONS(1682), - [anon_sym_typedef] = ACTIONS(1680), - [anon_sym_extern] = ACTIONS(1680), - [anon_sym___attribute__] = ACTIONS(1680), - [anon_sym_COLON_COLON] = ACTIONS(1682), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1682), - [anon_sym___declspec] = ACTIONS(1680), - [anon_sym___based] = ACTIONS(1680), - [anon_sym___cdecl] = ACTIONS(1680), - [anon_sym___clrcall] = ACTIONS(1680), - [anon_sym___stdcall] = ACTIONS(1680), - [anon_sym___fastcall] = ACTIONS(1680), - [anon_sym___thiscall] = ACTIONS(1680), - [anon_sym___vectorcall] = ACTIONS(1680), - [anon_sym_LBRACE] = ACTIONS(1682), - [anon_sym_LBRACK] = ACTIONS(1680), - [anon_sym_static] = ACTIONS(1680), - [anon_sym_register] = ACTIONS(1680), - [anon_sym_inline] = ACTIONS(1680), - [anon_sym_thread_local] = ACTIONS(1680), - [anon_sym_const] = ACTIONS(1680), - [anon_sym_volatile] = ACTIONS(1680), - [anon_sym_restrict] = ACTIONS(1680), - [anon_sym__Atomic] = ACTIONS(1680), - [anon_sym_mutable] = ACTIONS(1680), - [anon_sym_constexpr] = ACTIONS(1680), - [anon_sym_signed] = ACTIONS(1680), - [anon_sym_unsigned] = ACTIONS(1680), - [anon_sym_long] = ACTIONS(1680), - [anon_sym_short] = ACTIONS(1680), - [sym_primitive_type] = ACTIONS(1680), - [anon_sym_enum] = ACTIONS(1680), - [anon_sym_class] = ACTIONS(1680), - [anon_sym_struct] = ACTIONS(1680), - [anon_sym_union] = ACTIONS(1680), - [anon_sym_if] = ACTIONS(1680), - [anon_sym_else] = ACTIONS(1680), - [anon_sym_switch] = ACTIONS(1680), - [anon_sym_case] = ACTIONS(1680), - [anon_sym_default] = ACTIONS(1680), - [anon_sym_while] = ACTIONS(1680), - [anon_sym_do] = ACTIONS(1680), - [anon_sym_for] = ACTIONS(1680), - [anon_sym_return] = ACTIONS(1680), - [anon_sym_break] = ACTIONS(1680), - [anon_sym_continue] = ACTIONS(1680), - [anon_sym_goto] = ACTIONS(1680), - [anon_sym_DASH_DASH] = ACTIONS(1682), - [anon_sym_PLUS_PLUS] = ACTIONS(1682), - [anon_sym_sizeof] = ACTIONS(1680), - [sym_number_literal] = ACTIONS(1682), - [anon_sym_L_SQUOTE] = ACTIONS(1682), - [anon_sym_u_SQUOTE] = ACTIONS(1682), - [anon_sym_U_SQUOTE] = ACTIONS(1682), - [anon_sym_u8_SQUOTE] = ACTIONS(1682), - [anon_sym_SQUOTE] = ACTIONS(1682), - [anon_sym_L_DQUOTE] = ACTIONS(1682), - [anon_sym_u_DQUOTE] = ACTIONS(1682), - [anon_sym_U_DQUOTE] = ACTIONS(1682), - [anon_sym_u8_DQUOTE] = ACTIONS(1682), - [anon_sym_DQUOTE] = ACTIONS(1682), - [sym_true] = ACTIONS(1680), - [sym_false] = ACTIONS(1680), - [sym_null] = ACTIONS(1680), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1680), - [anon_sym_virtual] = ACTIONS(1680), - [anon_sym_explicit] = ACTIONS(1680), - [sym_auto] = ACTIONS(1680), - [anon_sym_typename] = ACTIONS(1680), - [anon_sym_template] = ACTIONS(1680), - [anon_sym_operator] = ACTIONS(1680), - [anon_sym_delete] = ACTIONS(1680), - [anon_sym_throw] = ACTIONS(1680), - [anon_sym_namespace] = ACTIONS(1680), - [anon_sym_using] = ACTIONS(1680), - [anon_sym_static_assert] = ACTIONS(1680), - [anon_sym_co_return] = ACTIONS(1680), - [anon_sym_co_yield] = ACTIONS(1680), - [anon_sym_try] = ACTIONS(1680), - [anon_sym_co_await] = ACTIONS(1680), - [anon_sym_new] = ACTIONS(1680), - [sym_operator_name] = ACTIONS(1680), - [sym_this] = ACTIONS(1680), - [sym_nullptr] = ACTIONS(1680), - [sym_alone_macro] = ACTIONS(1682), - [aux_sym_alone_macro_call_token1] = ACTIONS(1680), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1680), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_FORWARD] = ACTIONS(1680), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1680), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1680), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1680), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1680), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_PS_GET] = ACTIONS(1680), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1680), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1680), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1680), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1680), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1680), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1680), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1680), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1680), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1680), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1680), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1680), - [anon_sym_MOZ_COLD] = ACTIONS(1680), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1680), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1680), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1680), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1680), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1680), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1680), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1680), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1680), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1680), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1680), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1680), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1680), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1680), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1680), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1680), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1680), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1680), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1680), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1680), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1680), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_NONNULL] = ACTIONS(1680), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1680), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1680), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1680), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1680), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1680), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_NORETURN] = ACTIONS(1680), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1680), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1680), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1680), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1680), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1680), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1680), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1680), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1680), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1680), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1680), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1680), - [anon_sym_MOZ_RAII] = ACTIONS(1680), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1680), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1680), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1680), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1680), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1680), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1680), - [sym_raw_string_literal] = ACTIONS(1682), - }, - [186] = { - [sym_identifier] = ACTIONS(1684), - [aux_sym_preproc_include_token1] = ACTIONS(1684), - [aux_sym_preproc_def_token1] = ACTIONS(1684), - [aux_sym_preproc_if_token1] = ACTIONS(1684), - [aux_sym_preproc_if_token2] = ACTIONS(1684), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1684), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1684), - [aux_sym_preproc_else_token1] = ACTIONS(1684), - [aux_sym_preproc_elif_token1] = ACTIONS(1684), - [sym_preproc_directive] = ACTIONS(1684), - [anon_sym_LPAREN2] = ACTIONS(1686), - [anon_sym_BANG] = ACTIONS(1686), - [anon_sym_TILDE] = ACTIONS(1686), - [anon_sym_DASH] = ACTIONS(1684), - [anon_sym_PLUS] = ACTIONS(1684), - [anon_sym_STAR] = ACTIONS(1686), - [anon_sym_AMP_AMP] = ACTIONS(1686), - [anon_sym_AMP] = ACTIONS(1684), - [anon_sym_SEMI] = ACTIONS(1686), - [anon_sym_typedef] = ACTIONS(1684), - [anon_sym_extern] = ACTIONS(1684), - [anon_sym___attribute__] = ACTIONS(1684), - [anon_sym_COLON_COLON] = ACTIONS(1686), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1686), - [anon_sym___declspec] = ACTIONS(1684), - [anon_sym___based] = ACTIONS(1684), - [anon_sym___cdecl] = ACTIONS(1684), - [anon_sym___clrcall] = ACTIONS(1684), - [anon_sym___stdcall] = ACTIONS(1684), - [anon_sym___fastcall] = ACTIONS(1684), - [anon_sym___thiscall] = ACTIONS(1684), - [anon_sym___vectorcall] = ACTIONS(1684), - [anon_sym_LBRACE] = ACTIONS(1686), - [anon_sym_LBRACK] = ACTIONS(1684), - [anon_sym_static] = ACTIONS(1684), - [anon_sym_register] = ACTIONS(1684), - [anon_sym_inline] = ACTIONS(1684), - [anon_sym_thread_local] = ACTIONS(1684), - [anon_sym_const] = ACTIONS(1684), - [anon_sym_volatile] = ACTIONS(1684), - [anon_sym_restrict] = ACTIONS(1684), - [anon_sym__Atomic] = ACTIONS(1684), - [anon_sym_mutable] = ACTIONS(1684), - [anon_sym_constexpr] = ACTIONS(1684), - [anon_sym_signed] = ACTIONS(1684), - [anon_sym_unsigned] = ACTIONS(1684), - [anon_sym_long] = ACTIONS(1684), - [anon_sym_short] = ACTIONS(1684), - [sym_primitive_type] = ACTIONS(1684), - [anon_sym_enum] = ACTIONS(1684), - [anon_sym_class] = ACTIONS(1684), - [anon_sym_struct] = ACTIONS(1684), - [anon_sym_union] = ACTIONS(1684), - [anon_sym_if] = ACTIONS(1684), - [anon_sym_else] = ACTIONS(1684), - [anon_sym_switch] = ACTIONS(1684), - [anon_sym_case] = ACTIONS(1684), - [anon_sym_default] = ACTIONS(1684), - [anon_sym_while] = ACTIONS(1684), - [anon_sym_do] = ACTIONS(1684), - [anon_sym_for] = ACTIONS(1684), - [anon_sym_return] = ACTIONS(1684), - [anon_sym_break] = ACTIONS(1684), - [anon_sym_continue] = ACTIONS(1684), - [anon_sym_goto] = ACTIONS(1684), - [anon_sym_DASH_DASH] = ACTIONS(1686), - [anon_sym_PLUS_PLUS] = ACTIONS(1686), - [anon_sym_sizeof] = ACTIONS(1684), - [sym_number_literal] = ACTIONS(1686), - [anon_sym_L_SQUOTE] = ACTIONS(1686), - [anon_sym_u_SQUOTE] = ACTIONS(1686), - [anon_sym_U_SQUOTE] = ACTIONS(1686), - [anon_sym_u8_SQUOTE] = ACTIONS(1686), - [anon_sym_SQUOTE] = ACTIONS(1686), - [anon_sym_L_DQUOTE] = ACTIONS(1686), - [anon_sym_u_DQUOTE] = ACTIONS(1686), - [anon_sym_U_DQUOTE] = ACTIONS(1686), - [anon_sym_u8_DQUOTE] = ACTIONS(1686), - [anon_sym_DQUOTE] = ACTIONS(1686), - [sym_true] = ACTIONS(1684), - [sym_false] = ACTIONS(1684), - [sym_null] = ACTIONS(1684), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1684), - [anon_sym_virtual] = ACTIONS(1684), - [anon_sym_explicit] = ACTIONS(1684), - [sym_auto] = ACTIONS(1684), - [anon_sym_typename] = ACTIONS(1684), - [anon_sym_template] = ACTIONS(1684), - [anon_sym_operator] = ACTIONS(1684), - [anon_sym_delete] = ACTIONS(1684), - [anon_sym_throw] = ACTIONS(1684), - [anon_sym_namespace] = ACTIONS(1684), - [anon_sym_using] = ACTIONS(1684), - [anon_sym_static_assert] = ACTIONS(1684), - [anon_sym_co_return] = ACTIONS(1684), - [anon_sym_co_yield] = ACTIONS(1684), - [anon_sym_try] = ACTIONS(1684), - [anon_sym_co_await] = ACTIONS(1684), - [anon_sym_new] = ACTIONS(1684), - [sym_operator_name] = ACTIONS(1684), - [sym_this] = ACTIONS(1684), - [sym_nullptr] = ACTIONS(1684), - [sym_alone_macro] = ACTIONS(1686), - [aux_sym_alone_macro_call_token1] = ACTIONS(1684), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1684), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_FORWARD] = ACTIONS(1684), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1684), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1684), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1684), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1684), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_PS_GET] = ACTIONS(1684), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1684), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1684), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1684), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1684), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1684), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1684), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1684), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1684), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1684), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1684), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1684), - [anon_sym_MOZ_COLD] = ACTIONS(1684), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1684), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1684), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1684), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1684), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1684), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1684), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1684), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1684), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1684), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1684), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1684), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1684), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1684), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1684), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1684), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1684), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1684), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1684), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1684), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1684), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_NONNULL] = ACTIONS(1684), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1684), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1684), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1684), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1684), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1684), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_NORETURN] = ACTIONS(1684), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1684), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1684), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1684), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1684), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1684), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1684), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1684), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1684), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1684), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1684), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1684), - [anon_sym_MOZ_RAII] = ACTIONS(1684), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1684), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1684), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1684), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1684), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1684), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1684), - [sym_raw_string_literal] = ACTIONS(1686), - }, - [187] = { - [sym_identifier] = ACTIONS(1688), - [aux_sym_preproc_include_token1] = ACTIONS(1688), - [aux_sym_preproc_def_token1] = ACTIONS(1688), - [aux_sym_preproc_if_token1] = ACTIONS(1688), - [aux_sym_preproc_if_token2] = ACTIONS(1688), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1688), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1688), - [aux_sym_preproc_else_token1] = ACTIONS(1688), - [aux_sym_preproc_elif_token1] = ACTIONS(1688), - [sym_preproc_directive] = ACTIONS(1688), - [anon_sym_LPAREN2] = ACTIONS(1690), - [anon_sym_BANG] = ACTIONS(1690), - [anon_sym_TILDE] = ACTIONS(1690), - [anon_sym_DASH] = ACTIONS(1688), - [anon_sym_PLUS] = ACTIONS(1688), - [anon_sym_STAR] = ACTIONS(1690), - [anon_sym_AMP_AMP] = ACTIONS(1690), - [anon_sym_AMP] = ACTIONS(1688), - [anon_sym_SEMI] = ACTIONS(1690), - [anon_sym_typedef] = ACTIONS(1688), - [anon_sym_extern] = ACTIONS(1688), - [anon_sym___attribute__] = ACTIONS(1688), - [anon_sym_COLON_COLON] = ACTIONS(1690), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1690), - [anon_sym___declspec] = ACTIONS(1688), - [anon_sym___based] = ACTIONS(1688), - [anon_sym___cdecl] = ACTIONS(1688), - [anon_sym___clrcall] = ACTIONS(1688), - [anon_sym___stdcall] = ACTIONS(1688), - [anon_sym___fastcall] = ACTIONS(1688), - [anon_sym___thiscall] = ACTIONS(1688), - [anon_sym___vectorcall] = ACTIONS(1688), - [anon_sym_LBRACE] = ACTIONS(1690), - [anon_sym_LBRACK] = ACTIONS(1688), - [anon_sym_static] = ACTIONS(1688), - [anon_sym_register] = ACTIONS(1688), - [anon_sym_inline] = ACTIONS(1688), - [anon_sym_thread_local] = ACTIONS(1688), - [anon_sym_const] = ACTIONS(1688), - [anon_sym_volatile] = ACTIONS(1688), - [anon_sym_restrict] = ACTIONS(1688), - [anon_sym__Atomic] = ACTIONS(1688), - [anon_sym_mutable] = ACTIONS(1688), - [anon_sym_constexpr] = ACTIONS(1688), - [anon_sym_signed] = ACTIONS(1688), - [anon_sym_unsigned] = ACTIONS(1688), - [anon_sym_long] = ACTIONS(1688), - [anon_sym_short] = ACTIONS(1688), - [sym_primitive_type] = ACTIONS(1688), - [anon_sym_enum] = ACTIONS(1688), - [anon_sym_class] = ACTIONS(1688), - [anon_sym_struct] = ACTIONS(1688), - [anon_sym_union] = ACTIONS(1688), - [anon_sym_if] = ACTIONS(1688), - [anon_sym_else] = ACTIONS(1688), - [anon_sym_switch] = ACTIONS(1688), - [anon_sym_case] = ACTIONS(1688), - [anon_sym_default] = ACTIONS(1688), - [anon_sym_while] = ACTIONS(1688), - [anon_sym_do] = ACTIONS(1688), - [anon_sym_for] = ACTIONS(1688), - [anon_sym_return] = ACTIONS(1688), - [anon_sym_break] = ACTIONS(1688), - [anon_sym_continue] = ACTIONS(1688), - [anon_sym_goto] = ACTIONS(1688), - [anon_sym_DASH_DASH] = ACTIONS(1690), - [anon_sym_PLUS_PLUS] = ACTIONS(1690), - [anon_sym_sizeof] = ACTIONS(1688), - [sym_number_literal] = ACTIONS(1690), - [anon_sym_L_SQUOTE] = ACTIONS(1690), - [anon_sym_u_SQUOTE] = ACTIONS(1690), - [anon_sym_U_SQUOTE] = ACTIONS(1690), - [anon_sym_u8_SQUOTE] = ACTIONS(1690), - [anon_sym_SQUOTE] = ACTIONS(1690), - [anon_sym_L_DQUOTE] = ACTIONS(1690), - [anon_sym_u_DQUOTE] = ACTIONS(1690), - [anon_sym_U_DQUOTE] = ACTIONS(1690), - [anon_sym_u8_DQUOTE] = ACTIONS(1690), - [anon_sym_DQUOTE] = ACTIONS(1690), - [sym_true] = ACTIONS(1688), - [sym_false] = ACTIONS(1688), - [sym_null] = ACTIONS(1688), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1688), - [anon_sym_virtual] = ACTIONS(1688), - [anon_sym_explicit] = ACTIONS(1688), - [sym_auto] = ACTIONS(1688), - [anon_sym_typename] = ACTIONS(1688), - [anon_sym_template] = ACTIONS(1688), - [anon_sym_operator] = ACTIONS(1688), - [anon_sym_delete] = ACTIONS(1688), - [anon_sym_throw] = ACTIONS(1688), - [anon_sym_namespace] = ACTIONS(1688), - [anon_sym_using] = ACTIONS(1688), - [anon_sym_static_assert] = ACTIONS(1688), - [anon_sym_co_return] = ACTIONS(1688), - [anon_sym_co_yield] = ACTIONS(1688), - [anon_sym_try] = ACTIONS(1688), - [anon_sym_co_await] = ACTIONS(1688), - [anon_sym_new] = ACTIONS(1688), - [sym_operator_name] = ACTIONS(1688), - [sym_this] = ACTIONS(1688), - [sym_nullptr] = ACTIONS(1688), - [sym_alone_macro] = ACTIONS(1690), - [aux_sym_alone_macro_call_token1] = ACTIONS(1688), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1688), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_FORWARD] = ACTIONS(1688), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1688), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1688), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1688), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1688), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_PS_GET] = ACTIONS(1688), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1688), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1688), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1688), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1688), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1688), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1688), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1688), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1688), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1688), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1688), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1688), - [anon_sym_MOZ_COLD] = ACTIONS(1688), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1688), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1688), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1688), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1688), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1688), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1688), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1688), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1688), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1688), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1688), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1688), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1688), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1688), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1688), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1688), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1688), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1688), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1688), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1688), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1688), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_NONNULL] = ACTIONS(1688), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1688), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1688), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1688), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1688), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1688), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_NORETURN] = ACTIONS(1688), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1688), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1688), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1688), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1688), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1688), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1688), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1688), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1688), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1688), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1688), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1688), - [anon_sym_MOZ_RAII] = ACTIONS(1688), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1688), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1688), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1688), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1688), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1688), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1688), - [sym_raw_string_literal] = ACTIONS(1690), - }, - [188] = { - [sym_identifier] = ACTIONS(1692), - [aux_sym_preproc_include_token1] = ACTIONS(1692), - [aux_sym_preproc_def_token1] = ACTIONS(1692), - [aux_sym_preproc_if_token1] = ACTIONS(1692), - [aux_sym_preproc_if_token2] = ACTIONS(1692), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1692), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1692), - [aux_sym_preproc_else_token1] = ACTIONS(1692), - [aux_sym_preproc_elif_token1] = ACTIONS(1692), - [sym_preproc_directive] = ACTIONS(1692), - [anon_sym_LPAREN2] = ACTIONS(1694), - [anon_sym_BANG] = ACTIONS(1694), - [anon_sym_TILDE] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1692), - [anon_sym_PLUS] = ACTIONS(1692), - [anon_sym_STAR] = ACTIONS(1694), - [anon_sym_AMP_AMP] = ACTIONS(1694), - [anon_sym_AMP] = ACTIONS(1692), - [anon_sym_SEMI] = ACTIONS(1694), - [anon_sym_typedef] = ACTIONS(1692), - [anon_sym_extern] = ACTIONS(1692), - [anon_sym___attribute__] = ACTIONS(1692), - [anon_sym_COLON_COLON] = ACTIONS(1694), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1694), - [anon_sym___declspec] = ACTIONS(1692), - [anon_sym___based] = ACTIONS(1692), - [anon_sym___cdecl] = ACTIONS(1692), - [anon_sym___clrcall] = ACTIONS(1692), - [anon_sym___stdcall] = ACTIONS(1692), - [anon_sym___fastcall] = ACTIONS(1692), - [anon_sym___thiscall] = ACTIONS(1692), - [anon_sym___vectorcall] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_static] = ACTIONS(1692), - [anon_sym_register] = ACTIONS(1692), - [anon_sym_inline] = ACTIONS(1692), - [anon_sym_thread_local] = ACTIONS(1692), - [anon_sym_const] = ACTIONS(1692), - [anon_sym_volatile] = ACTIONS(1692), - [anon_sym_restrict] = ACTIONS(1692), - [anon_sym__Atomic] = ACTIONS(1692), - [anon_sym_mutable] = ACTIONS(1692), - [anon_sym_constexpr] = ACTIONS(1692), - [anon_sym_signed] = ACTIONS(1692), - [anon_sym_unsigned] = ACTIONS(1692), - [anon_sym_long] = ACTIONS(1692), - [anon_sym_short] = ACTIONS(1692), - [sym_primitive_type] = ACTIONS(1692), - [anon_sym_enum] = ACTIONS(1692), - [anon_sym_class] = ACTIONS(1692), - [anon_sym_struct] = ACTIONS(1692), - [anon_sym_union] = ACTIONS(1692), - [anon_sym_if] = ACTIONS(1692), - [anon_sym_else] = ACTIONS(1692), - [anon_sym_switch] = ACTIONS(1692), - [anon_sym_case] = ACTIONS(1692), - [anon_sym_default] = ACTIONS(1692), - [anon_sym_while] = ACTIONS(1692), - [anon_sym_do] = ACTIONS(1692), - [anon_sym_for] = ACTIONS(1692), - [anon_sym_return] = ACTIONS(1692), - [anon_sym_break] = ACTIONS(1692), - [anon_sym_continue] = ACTIONS(1692), - [anon_sym_goto] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(1694), - [anon_sym_PLUS_PLUS] = ACTIONS(1694), - [anon_sym_sizeof] = ACTIONS(1692), - [sym_number_literal] = ACTIONS(1694), - [anon_sym_L_SQUOTE] = ACTIONS(1694), - [anon_sym_u_SQUOTE] = ACTIONS(1694), - [anon_sym_U_SQUOTE] = ACTIONS(1694), - [anon_sym_u8_SQUOTE] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1694), - [anon_sym_L_DQUOTE] = ACTIONS(1694), - [anon_sym_u_DQUOTE] = ACTIONS(1694), - [anon_sym_U_DQUOTE] = ACTIONS(1694), - [anon_sym_u8_DQUOTE] = ACTIONS(1694), - [anon_sym_DQUOTE] = ACTIONS(1694), - [sym_true] = ACTIONS(1692), - [sym_false] = ACTIONS(1692), - [sym_null] = ACTIONS(1692), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1692), - [anon_sym_virtual] = ACTIONS(1692), - [anon_sym_explicit] = ACTIONS(1692), - [sym_auto] = ACTIONS(1692), - [anon_sym_typename] = ACTIONS(1692), - [anon_sym_template] = ACTIONS(1692), - [anon_sym_operator] = ACTIONS(1692), - [anon_sym_delete] = ACTIONS(1692), - [anon_sym_throw] = ACTIONS(1692), - [anon_sym_namespace] = ACTIONS(1692), - [anon_sym_using] = ACTIONS(1692), - [anon_sym_static_assert] = ACTIONS(1692), - [anon_sym_co_return] = ACTIONS(1692), - [anon_sym_co_yield] = ACTIONS(1692), - [anon_sym_try] = ACTIONS(1692), - [anon_sym_co_await] = ACTIONS(1692), - [anon_sym_new] = ACTIONS(1692), - [sym_operator_name] = ACTIONS(1692), - [sym_this] = ACTIONS(1692), - [sym_nullptr] = ACTIONS(1692), - [sym_alone_macro] = ACTIONS(1694), - [aux_sym_alone_macro_call_token1] = ACTIONS(1692), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1692), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_FORWARD] = ACTIONS(1692), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1692), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1692), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1692), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1692), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_PS_GET] = ACTIONS(1692), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1692), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1692), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1692), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1692), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1692), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1692), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1692), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1692), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1692), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1692), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1692), - [anon_sym_MOZ_COLD] = ACTIONS(1692), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1692), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1692), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1692), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1692), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1692), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1692), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1692), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1692), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1692), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1692), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1692), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1692), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1692), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1692), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1692), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1692), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1692), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1692), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1692), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1692), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_NONNULL] = ACTIONS(1692), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1692), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1692), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1692), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1692), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1692), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_NORETURN] = ACTIONS(1692), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1692), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1692), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1692), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1692), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1692), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1692), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1692), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1692), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1692), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1692), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1692), - [anon_sym_MOZ_RAII] = ACTIONS(1692), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1692), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1692), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1692), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1692), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1692), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1692), - [sym_raw_string_literal] = ACTIONS(1694), - }, - [189] = { - [sym_identifier] = ACTIONS(1696), - [aux_sym_preproc_include_token1] = ACTIONS(1696), - [aux_sym_preproc_def_token1] = ACTIONS(1696), - [aux_sym_preproc_if_token1] = ACTIONS(1696), - [aux_sym_preproc_if_token2] = ACTIONS(1696), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1696), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1696), - [aux_sym_preproc_else_token1] = ACTIONS(1696), - [aux_sym_preproc_elif_token1] = ACTIONS(1696), - [sym_preproc_directive] = ACTIONS(1696), - [anon_sym_LPAREN2] = ACTIONS(1698), - [anon_sym_BANG] = ACTIONS(1698), - [anon_sym_TILDE] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1696), - [anon_sym_STAR] = ACTIONS(1698), - [anon_sym_AMP_AMP] = ACTIONS(1698), - [anon_sym_AMP] = ACTIONS(1696), - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_typedef] = ACTIONS(1696), - [anon_sym_extern] = ACTIONS(1696), - [anon_sym___attribute__] = ACTIONS(1696), - [anon_sym_COLON_COLON] = ACTIONS(1698), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1698), - [anon_sym___declspec] = ACTIONS(1696), - [anon_sym___based] = ACTIONS(1696), - [anon_sym___cdecl] = ACTIONS(1696), - [anon_sym___clrcall] = ACTIONS(1696), - [anon_sym___stdcall] = ACTIONS(1696), - [anon_sym___fastcall] = ACTIONS(1696), - [anon_sym___thiscall] = ACTIONS(1696), - [anon_sym___vectorcall] = ACTIONS(1696), - [anon_sym_LBRACE] = ACTIONS(1698), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_static] = ACTIONS(1696), - [anon_sym_register] = ACTIONS(1696), - [anon_sym_inline] = ACTIONS(1696), - [anon_sym_thread_local] = ACTIONS(1696), - [anon_sym_const] = ACTIONS(1696), - [anon_sym_volatile] = ACTIONS(1696), - [anon_sym_restrict] = ACTIONS(1696), - [anon_sym__Atomic] = ACTIONS(1696), - [anon_sym_mutable] = ACTIONS(1696), - [anon_sym_constexpr] = ACTIONS(1696), - [anon_sym_signed] = ACTIONS(1696), - [anon_sym_unsigned] = ACTIONS(1696), - [anon_sym_long] = ACTIONS(1696), - [anon_sym_short] = ACTIONS(1696), - [sym_primitive_type] = ACTIONS(1696), - [anon_sym_enum] = ACTIONS(1696), - [anon_sym_class] = ACTIONS(1696), - [anon_sym_struct] = ACTIONS(1696), - [anon_sym_union] = ACTIONS(1696), - [anon_sym_if] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1696), - [anon_sym_switch] = ACTIONS(1696), - [anon_sym_case] = ACTIONS(1696), - [anon_sym_default] = ACTIONS(1696), - [anon_sym_while] = ACTIONS(1696), - [anon_sym_do] = ACTIONS(1696), - [anon_sym_for] = ACTIONS(1696), - [anon_sym_return] = ACTIONS(1696), - [anon_sym_break] = ACTIONS(1696), - [anon_sym_continue] = ACTIONS(1696), - [anon_sym_goto] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1698), - [anon_sym_PLUS_PLUS] = ACTIONS(1698), - [anon_sym_sizeof] = ACTIONS(1696), - [sym_number_literal] = ACTIONS(1698), - [anon_sym_L_SQUOTE] = ACTIONS(1698), - [anon_sym_u_SQUOTE] = ACTIONS(1698), - [anon_sym_U_SQUOTE] = ACTIONS(1698), - [anon_sym_u8_SQUOTE] = ACTIONS(1698), - [anon_sym_SQUOTE] = ACTIONS(1698), - [anon_sym_L_DQUOTE] = ACTIONS(1698), - [anon_sym_u_DQUOTE] = ACTIONS(1698), - [anon_sym_U_DQUOTE] = ACTIONS(1698), - [anon_sym_u8_DQUOTE] = ACTIONS(1698), - [anon_sym_DQUOTE] = ACTIONS(1698), - [sym_true] = ACTIONS(1696), - [sym_false] = ACTIONS(1696), - [sym_null] = ACTIONS(1696), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1696), - [anon_sym_virtual] = ACTIONS(1696), - [anon_sym_explicit] = ACTIONS(1696), - [sym_auto] = ACTIONS(1696), - [anon_sym_typename] = ACTIONS(1696), - [anon_sym_template] = ACTIONS(1696), - [anon_sym_operator] = ACTIONS(1696), - [anon_sym_delete] = ACTIONS(1696), - [anon_sym_throw] = ACTIONS(1696), - [anon_sym_namespace] = ACTIONS(1696), - [anon_sym_using] = ACTIONS(1696), - [anon_sym_static_assert] = ACTIONS(1696), - [anon_sym_co_return] = ACTIONS(1696), - [anon_sym_co_yield] = ACTIONS(1696), - [anon_sym_try] = ACTIONS(1696), - [anon_sym_co_await] = ACTIONS(1696), - [anon_sym_new] = ACTIONS(1696), - [sym_operator_name] = ACTIONS(1696), - [sym_this] = ACTIONS(1696), - [sym_nullptr] = ACTIONS(1696), - [sym_alone_macro] = ACTIONS(1698), - [aux_sym_alone_macro_call_token1] = ACTIONS(1696), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1696), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_FORWARD] = ACTIONS(1696), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1696), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1696), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1696), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1696), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_PS_GET] = ACTIONS(1696), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1696), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1696), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1696), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1696), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1696), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1696), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1696), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1696), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1696), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1696), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1696), - [anon_sym_MOZ_COLD] = ACTIONS(1696), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1696), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1696), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1696), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1696), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1696), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1696), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1696), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1696), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1696), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1696), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1696), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1696), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1696), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1696), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1696), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1696), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1696), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1696), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1696), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1696), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_NONNULL] = ACTIONS(1696), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1696), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1696), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1696), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1696), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1696), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_NORETURN] = ACTIONS(1696), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1696), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1696), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1696), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1696), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1696), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1696), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1696), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1696), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1696), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1696), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1696), - [anon_sym_MOZ_RAII] = ACTIONS(1696), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1696), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1696), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1696), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1696), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1696), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1696), - [sym_raw_string_literal] = ACTIONS(1698), - }, - [190] = { - [sym_identifier] = ACTIONS(1700), - [aux_sym_preproc_include_token1] = ACTIONS(1700), - [aux_sym_preproc_def_token1] = ACTIONS(1700), - [aux_sym_preproc_if_token1] = ACTIONS(1700), - [aux_sym_preproc_if_token2] = ACTIONS(1700), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1700), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1700), - [aux_sym_preproc_else_token1] = ACTIONS(1700), - [aux_sym_preproc_elif_token1] = ACTIONS(1700), - [sym_preproc_directive] = ACTIONS(1700), - [anon_sym_LPAREN2] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_PLUS] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP_AMP] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1700), - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_typedef] = ACTIONS(1700), - [anon_sym_extern] = ACTIONS(1700), - [anon_sym___attribute__] = ACTIONS(1700), - [anon_sym_COLON_COLON] = ACTIONS(1702), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1702), - [anon_sym___declspec] = ACTIONS(1700), - [anon_sym___based] = ACTIONS(1700), - [anon_sym___cdecl] = ACTIONS(1700), - [anon_sym___clrcall] = ACTIONS(1700), - [anon_sym___stdcall] = ACTIONS(1700), - [anon_sym___fastcall] = ACTIONS(1700), - [anon_sym___thiscall] = ACTIONS(1700), - [anon_sym___vectorcall] = ACTIONS(1700), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_LBRACK] = ACTIONS(1700), - [anon_sym_static] = ACTIONS(1700), - [anon_sym_register] = ACTIONS(1700), - [anon_sym_inline] = ACTIONS(1700), - [anon_sym_thread_local] = ACTIONS(1700), - [anon_sym_const] = ACTIONS(1700), - [anon_sym_volatile] = ACTIONS(1700), - [anon_sym_restrict] = ACTIONS(1700), - [anon_sym__Atomic] = ACTIONS(1700), - [anon_sym_mutable] = ACTIONS(1700), - [anon_sym_constexpr] = ACTIONS(1700), - [anon_sym_signed] = ACTIONS(1700), - [anon_sym_unsigned] = ACTIONS(1700), - [anon_sym_long] = ACTIONS(1700), - [anon_sym_short] = ACTIONS(1700), - [sym_primitive_type] = ACTIONS(1700), - [anon_sym_enum] = ACTIONS(1700), - [anon_sym_class] = ACTIONS(1700), - [anon_sym_struct] = ACTIONS(1700), - [anon_sym_union] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_else] = ACTIONS(1704), - [anon_sym_switch] = ACTIONS(1700), - [anon_sym_case] = ACTIONS(1700), - [anon_sym_default] = ACTIONS(1700), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_do] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_continue] = ACTIONS(1700), - [anon_sym_goto] = ACTIONS(1700), - [anon_sym_DASH_DASH] = ACTIONS(1702), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_sizeof] = ACTIONS(1700), - [sym_number_literal] = ACTIONS(1702), - [anon_sym_L_SQUOTE] = ACTIONS(1702), - [anon_sym_u_SQUOTE] = ACTIONS(1702), - [anon_sym_U_SQUOTE] = ACTIONS(1702), - [anon_sym_u8_SQUOTE] = ACTIONS(1702), - [anon_sym_SQUOTE] = ACTIONS(1702), - [anon_sym_L_DQUOTE] = ACTIONS(1702), - [anon_sym_u_DQUOTE] = ACTIONS(1702), - [anon_sym_U_DQUOTE] = ACTIONS(1702), - [anon_sym_u8_DQUOTE] = ACTIONS(1702), - [anon_sym_DQUOTE] = ACTIONS(1702), - [sym_true] = ACTIONS(1700), - [sym_false] = ACTIONS(1700), - [sym_null] = ACTIONS(1700), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1700), - [anon_sym_virtual] = ACTIONS(1700), - [anon_sym_explicit] = ACTIONS(1700), - [sym_auto] = ACTIONS(1700), - [anon_sym_typename] = ACTIONS(1700), - [anon_sym_template] = ACTIONS(1700), - [anon_sym_operator] = ACTIONS(1700), - [anon_sym_delete] = ACTIONS(1700), - [anon_sym_throw] = ACTIONS(1700), - [anon_sym_namespace] = ACTIONS(1700), - [anon_sym_using] = ACTIONS(1700), - [anon_sym_static_assert] = ACTIONS(1700), - [anon_sym_co_return] = ACTIONS(1700), - [anon_sym_co_yield] = ACTIONS(1700), - [anon_sym_try] = ACTIONS(1700), - [anon_sym_co_await] = ACTIONS(1700), - [anon_sym_new] = ACTIONS(1700), - [sym_operator_name] = ACTIONS(1700), - [sym_this] = ACTIONS(1700), - [sym_nullptr] = ACTIONS(1700), - [sym_alone_macro] = ACTIONS(1702), - [aux_sym_alone_macro_call_token1] = ACTIONS(1700), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1700), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_FORWARD] = ACTIONS(1700), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1700), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1700), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1700), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1700), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_PS_GET] = ACTIONS(1700), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1700), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1700), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1700), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1700), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1700), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1700), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1700), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1700), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1700), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1700), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1700), - [anon_sym_MOZ_COLD] = ACTIONS(1700), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1700), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1700), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1700), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1700), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1700), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1700), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1700), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1700), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1700), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1700), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1700), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1700), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1700), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1700), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1700), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1700), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1700), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1700), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1700), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1700), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_NONNULL] = ACTIONS(1700), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1700), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1700), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1700), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1700), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1700), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_NORETURN] = ACTIONS(1700), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1700), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1700), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1700), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1700), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1700), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1700), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1700), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1700), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1700), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1700), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1700), - [anon_sym_MOZ_RAII] = ACTIONS(1700), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1700), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1700), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1700), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1700), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1700), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1700), - [sym_raw_string_literal] = ACTIONS(1702), - }, - [191] = { - [sym_identifier] = ACTIONS(1706), - [aux_sym_preproc_include_token1] = ACTIONS(1706), - [aux_sym_preproc_def_token1] = ACTIONS(1706), - [aux_sym_preproc_if_token1] = ACTIONS(1706), - [aux_sym_preproc_if_token2] = ACTIONS(1706), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1706), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1706), - [aux_sym_preproc_else_token1] = ACTIONS(1706), - [aux_sym_preproc_elif_token1] = ACTIONS(1706), - [sym_preproc_directive] = ACTIONS(1706), - [anon_sym_LPAREN2] = ACTIONS(1708), - [anon_sym_BANG] = ACTIONS(1708), - [anon_sym_TILDE] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1706), - [anon_sym_STAR] = ACTIONS(1708), - [anon_sym_AMP_AMP] = ACTIONS(1708), - [anon_sym_AMP] = ACTIONS(1706), - [anon_sym_SEMI] = ACTIONS(1708), - [anon_sym_typedef] = ACTIONS(1706), - [anon_sym_extern] = ACTIONS(1706), - [anon_sym___attribute__] = ACTIONS(1706), - [anon_sym_COLON_COLON] = ACTIONS(1708), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1708), - [anon_sym___declspec] = ACTIONS(1706), - [anon_sym___based] = ACTIONS(1706), - [anon_sym___cdecl] = ACTIONS(1706), - [anon_sym___clrcall] = ACTIONS(1706), - [anon_sym___stdcall] = ACTIONS(1706), - [anon_sym___fastcall] = ACTIONS(1706), - [anon_sym___thiscall] = ACTIONS(1706), - [anon_sym___vectorcall] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_static] = ACTIONS(1706), - [anon_sym_register] = ACTIONS(1706), - [anon_sym_inline] = ACTIONS(1706), - [anon_sym_thread_local] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1706), - [anon_sym_volatile] = ACTIONS(1706), - [anon_sym_restrict] = ACTIONS(1706), - [anon_sym__Atomic] = ACTIONS(1706), - [anon_sym_mutable] = ACTIONS(1706), - [anon_sym_constexpr] = ACTIONS(1706), - [anon_sym_signed] = ACTIONS(1706), - [anon_sym_unsigned] = ACTIONS(1706), - [anon_sym_long] = ACTIONS(1706), - [anon_sym_short] = ACTIONS(1706), - [sym_primitive_type] = ACTIONS(1706), - [anon_sym_enum] = ACTIONS(1706), - [anon_sym_class] = ACTIONS(1706), - [anon_sym_struct] = ACTIONS(1706), - [anon_sym_union] = ACTIONS(1706), - [anon_sym_if] = ACTIONS(1706), - [anon_sym_switch] = ACTIONS(1706), - [anon_sym_case] = ACTIONS(1706), - [anon_sym_default] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1706), - [anon_sym_do] = ACTIONS(1706), - [anon_sym_for] = ACTIONS(1706), - [anon_sym_return] = ACTIONS(1706), - [anon_sym_break] = ACTIONS(1706), - [anon_sym_continue] = ACTIONS(1706), - [anon_sym_goto] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1708), - [anon_sym_PLUS_PLUS] = ACTIONS(1708), - [anon_sym_sizeof] = ACTIONS(1706), - [sym_number_literal] = ACTIONS(1708), - [anon_sym_L_SQUOTE] = ACTIONS(1708), - [anon_sym_u_SQUOTE] = ACTIONS(1708), - [anon_sym_U_SQUOTE] = ACTIONS(1708), - [anon_sym_u8_SQUOTE] = ACTIONS(1708), - [anon_sym_SQUOTE] = ACTIONS(1708), - [anon_sym_L_DQUOTE] = ACTIONS(1708), - [anon_sym_u_DQUOTE] = ACTIONS(1708), - [anon_sym_U_DQUOTE] = ACTIONS(1708), - [anon_sym_u8_DQUOTE] = ACTIONS(1708), - [anon_sym_DQUOTE] = ACTIONS(1708), - [sym_true] = ACTIONS(1706), - [sym_false] = ACTIONS(1706), - [sym_null] = ACTIONS(1706), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1706), - [anon_sym_virtual] = ACTIONS(1706), - [anon_sym_explicit] = ACTIONS(1706), - [sym_auto] = ACTIONS(1706), - [anon_sym_typename] = ACTIONS(1706), - [anon_sym_template] = ACTIONS(1706), - [anon_sym_operator] = ACTIONS(1706), - [anon_sym_delete] = ACTIONS(1706), - [anon_sym_throw] = ACTIONS(1706), - [anon_sym_namespace] = ACTIONS(1706), - [anon_sym_using] = ACTIONS(1706), - [anon_sym_static_assert] = ACTIONS(1706), - [anon_sym_co_return] = ACTIONS(1706), - [anon_sym_co_yield] = ACTIONS(1706), - [anon_sym_try] = ACTIONS(1706), - [anon_sym_co_await] = ACTIONS(1706), - [anon_sym_new] = ACTIONS(1706), - [sym_operator_name] = ACTIONS(1706), - [sym_this] = ACTIONS(1706), - [sym_nullptr] = ACTIONS(1706), - [sym_alone_macro] = ACTIONS(1708), - [aux_sym_alone_macro_call_token1] = ACTIONS(1706), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1706), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1706), - [anon_sym_FORWARD] = ACTIONS(1706), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1706), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1706), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1706), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1706), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1706), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1706), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1706), - [anon_sym_PS_GET] = ACTIONS(1706), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1706), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1706), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1706), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1706), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1706), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1706), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1706), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1706), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1706), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1706), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1706), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1706), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1706), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1706), - [anon_sym_MOZ_COLD] = ACTIONS(1706), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1706), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1706), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1706), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1706), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1706), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1706), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1706), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1706), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1706), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1706), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1706), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1706), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1706), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1706), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1706), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1706), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1706), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1706), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1706), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1706), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1706), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1706), - [anon_sym_MOZ_NONNULL] = ACTIONS(1706), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1706), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1706), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1706), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1706), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1706), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1706), - [anon_sym_MOZ_NORETURN] = ACTIONS(1706), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1706), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1706), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1706), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1706), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1706), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1706), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1706), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1706), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1706), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1706), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1706), - [anon_sym_MOZ_RAII] = ACTIONS(1706), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1706), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1706), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1706), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1706), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1706), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1706), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1706), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1706), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1706), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1706), - [sym_raw_string_literal] = ACTIONS(1708), - }, - [192] = { - [sym_identifier] = ACTIONS(1534), - [aux_sym_preproc_include_token1] = ACTIONS(1534), - [aux_sym_preproc_def_token1] = ACTIONS(1534), - [aux_sym_preproc_if_token1] = ACTIONS(1534), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1534), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1534), - [sym_preproc_directive] = ACTIONS(1534), - [anon_sym_LPAREN2] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1534), - [anon_sym_PLUS] = ACTIONS(1534), - [anon_sym_STAR] = ACTIONS(1536), - [anon_sym_AMP_AMP] = ACTIONS(1536), - [anon_sym_AMP] = ACTIONS(1534), - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_typedef] = ACTIONS(1534), - [anon_sym_extern] = ACTIONS(1534), - [anon_sym___attribute__] = ACTIONS(1534), - [anon_sym_COLON_COLON] = ACTIONS(1536), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [anon_sym___declspec] = ACTIONS(1534), - [anon_sym___based] = ACTIONS(1534), - [anon_sym___cdecl] = ACTIONS(1534), - [anon_sym___clrcall] = ACTIONS(1534), - [anon_sym___stdcall] = ACTIONS(1534), - [anon_sym___fastcall] = ACTIONS(1534), - [anon_sym___thiscall] = ACTIONS(1534), - [anon_sym___vectorcall] = ACTIONS(1534), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_RBRACE] = ACTIONS(1536), - [anon_sym_LBRACK] = ACTIONS(1534), - [anon_sym_static] = ACTIONS(1534), - [anon_sym_register] = ACTIONS(1534), - [anon_sym_inline] = ACTIONS(1534), - [anon_sym_thread_local] = ACTIONS(1534), - [anon_sym_const] = ACTIONS(1534), - [anon_sym_volatile] = ACTIONS(1534), - [anon_sym_restrict] = ACTIONS(1534), - [anon_sym__Atomic] = ACTIONS(1534), - [anon_sym_mutable] = ACTIONS(1534), - [anon_sym_constexpr] = ACTIONS(1534), - [anon_sym_signed] = ACTIONS(1534), - [anon_sym_unsigned] = ACTIONS(1534), - [anon_sym_long] = ACTIONS(1534), - [anon_sym_short] = ACTIONS(1534), - [sym_primitive_type] = ACTIONS(1534), - [anon_sym_enum] = ACTIONS(1534), - [anon_sym_class] = ACTIONS(1534), - [anon_sym_struct] = ACTIONS(1534), - [anon_sym_union] = ACTIONS(1534), - [anon_sym_if] = ACTIONS(1534), - [anon_sym_else] = ACTIONS(1534), - [anon_sym_switch] = ACTIONS(1534), - [anon_sym_case] = ACTIONS(1534), - [anon_sym_default] = ACTIONS(1534), - [anon_sym_while] = ACTIONS(1534), - [anon_sym_do] = ACTIONS(1534), - [anon_sym_for] = ACTIONS(1534), - [anon_sym_return] = ACTIONS(1534), - [anon_sym_break] = ACTIONS(1534), - [anon_sym_continue] = ACTIONS(1534), - [anon_sym_goto] = ACTIONS(1534), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_sizeof] = ACTIONS(1534), - [sym_number_literal] = ACTIONS(1536), - [anon_sym_L_SQUOTE] = ACTIONS(1536), - [anon_sym_u_SQUOTE] = ACTIONS(1536), - [anon_sym_U_SQUOTE] = ACTIONS(1536), - [anon_sym_u8_SQUOTE] = ACTIONS(1536), - [anon_sym_SQUOTE] = ACTIONS(1536), - [anon_sym_L_DQUOTE] = ACTIONS(1536), - [anon_sym_u_DQUOTE] = ACTIONS(1536), - [anon_sym_U_DQUOTE] = ACTIONS(1536), - [anon_sym_u8_DQUOTE] = ACTIONS(1536), - [anon_sym_DQUOTE] = ACTIONS(1536), - [sym_true] = ACTIONS(1534), - [sym_false] = ACTIONS(1534), - [sym_null] = ACTIONS(1534), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1534), - [anon_sym_virtual] = ACTIONS(1534), - [anon_sym_explicit] = ACTIONS(1534), - [sym_auto] = ACTIONS(1534), - [anon_sym_typename] = ACTIONS(1534), - [anon_sym_template] = ACTIONS(1534), - [anon_sym_operator] = ACTIONS(1534), - [anon_sym_delete] = ACTIONS(1534), - [anon_sym_throw] = ACTIONS(1534), - [anon_sym_namespace] = ACTIONS(1534), - [anon_sym_using] = ACTIONS(1534), - [anon_sym_static_assert] = ACTIONS(1534), - [anon_sym_co_return] = ACTIONS(1534), - [anon_sym_co_yield] = ACTIONS(1534), - [anon_sym_try] = ACTIONS(1534), - [anon_sym_catch] = ACTIONS(1534), - [anon_sym_co_await] = ACTIONS(1534), - [anon_sym_new] = ACTIONS(1534), - [sym_operator_name] = ACTIONS(1534), - [sym_this] = ACTIONS(1534), - [sym_nullptr] = ACTIONS(1534), - [sym_alone_macro] = ACTIONS(1536), - [aux_sym_alone_macro_call_token1] = ACTIONS(1534), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1534), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_FORWARD] = ACTIONS(1534), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1534), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1534), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1534), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1534), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_PS_GET] = ACTIONS(1534), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1534), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1534), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1534), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1534), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1534), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1534), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1534), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1534), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1534), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1534), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1534), - [anon_sym_MOZ_COLD] = ACTIONS(1534), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1534), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1534), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1534), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1534), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1534), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1534), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1534), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1534), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1534), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1534), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1534), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1534), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1534), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1534), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1534), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1534), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1534), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1534), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1534), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1534), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_NONNULL] = ACTIONS(1534), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1534), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1534), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1534), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1534), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1534), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_NORETURN] = ACTIONS(1534), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1534), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1534), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1534), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1534), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1534), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1534), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1534), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1534), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1534), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1534), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1534), - [anon_sym_MOZ_RAII] = ACTIONS(1534), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1534), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1534), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1534), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1534), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1534), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1534), - [sym_raw_string_literal] = ACTIONS(1536), - }, - [193] = { - [sym_identifier] = ACTIONS(1710), - [aux_sym_preproc_include_token1] = ACTIONS(1710), - [aux_sym_preproc_def_token1] = ACTIONS(1710), - [aux_sym_preproc_if_token1] = ACTIONS(1710), - [aux_sym_preproc_if_token2] = ACTIONS(1710), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1710), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1710), - [aux_sym_preproc_else_token1] = ACTIONS(1710), - [aux_sym_preproc_elif_token1] = ACTIONS(1710), - [sym_preproc_directive] = ACTIONS(1710), - [anon_sym_LPAREN2] = ACTIONS(1712), - [anon_sym_BANG] = ACTIONS(1712), - [anon_sym_TILDE] = ACTIONS(1712), - [anon_sym_DASH] = ACTIONS(1710), - [anon_sym_PLUS] = ACTIONS(1710), - [anon_sym_STAR] = ACTIONS(1712), - [anon_sym_AMP_AMP] = ACTIONS(1712), - [anon_sym_AMP] = ACTIONS(1710), - [anon_sym_SEMI] = ACTIONS(1712), - [anon_sym_typedef] = ACTIONS(1710), - [anon_sym_extern] = ACTIONS(1710), - [anon_sym___attribute__] = ACTIONS(1710), - [anon_sym_COLON_COLON] = ACTIONS(1712), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1712), - [anon_sym___declspec] = ACTIONS(1710), - [anon_sym___based] = ACTIONS(1710), - [anon_sym___cdecl] = ACTIONS(1710), - [anon_sym___clrcall] = ACTIONS(1710), - [anon_sym___stdcall] = ACTIONS(1710), - [anon_sym___fastcall] = ACTIONS(1710), - [anon_sym___thiscall] = ACTIONS(1710), - [anon_sym___vectorcall] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_static] = ACTIONS(1710), - [anon_sym_register] = ACTIONS(1710), - [anon_sym_inline] = ACTIONS(1710), - [anon_sym_thread_local] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1710), - [anon_sym_volatile] = ACTIONS(1710), - [anon_sym_restrict] = ACTIONS(1710), - [anon_sym__Atomic] = ACTIONS(1710), - [anon_sym_mutable] = ACTIONS(1710), - [anon_sym_constexpr] = ACTIONS(1710), - [anon_sym_signed] = ACTIONS(1710), - [anon_sym_unsigned] = ACTIONS(1710), - [anon_sym_long] = ACTIONS(1710), - [anon_sym_short] = ACTIONS(1710), - [sym_primitive_type] = ACTIONS(1710), - [anon_sym_enum] = ACTIONS(1710), - [anon_sym_class] = ACTIONS(1710), - [anon_sym_struct] = ACTIONS(1710), - [anon_sym_union] = ACTIONS(1710), - [anon_sym_if] = ACTIONS(1710), - [anon_sym_switch] = ACTIONS(1710), - [anon_sym_case] = ACTIONS(1710), - [anon_sym_default] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1710), - [anon_sym_do] = ACTIONS(1710), - [anon_sym_for] = ACTIONS(1710), - [anon_sym_return] = ACTIONS(1710), - [anon_sym_break] = ACTIONS(1710), - [anon_sym_continue] = ACTIONS(1710), - [anon_sym_goto] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1712), - [anon_sym_PLUS_PLUS] = ACTIONS(1712), - [anon_sym_sizeof] = ACTIONS(1710), - [sym_number_literal] = ACTIONS(1712), - [anon_sym_L_SQUOTE] = ACTIONS(1712), - [anon_sym_u_SQUOTE] = ACTIONS(1712), - [anon_sym_U_SQUOTE] = ACTIONS(1712), - [anon_sym_u8_SQUOTE] = ACTIONS(1712), - [anon_sym_SQUOTE] = ACTIONS(1712), - [anon_sym_L_DQUOTE] = ACTIONS(1712), - [anon_sym_u_DQUOTE] = ACTIONS(1712), - [anon_sym_U_DQUOTE] = ACTIONS(1712), - [anon_sym_u8_DQUOTE] = ACTIONS(1712), - [anon_sym_DQUOTE] = ACTIONS(1712), - [sym_true] = ACTIONS(1710), - [sym_false] = ACTIONS(1710), - [sym_null] = ACTIONS(1710), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1710), - [anon_sym_virtual] = ACTIONS(1710), - [anon_sym_explicit] = ACTIONS(1710), - [sym_auto] = ACTIONS(1710), - [anon_sym_typename] = ACTIONS(1710), - [anon_sym_template] = ACTIONS(1710), - [anon_sym_operator] = ACTIONS(1710), - [anon_sym_delete] = ACTIONS(1710), - [anon_sym_throw] = ACTIONS(1710), - [anon_sym_namespace] = ACTIONS(1710), - [anon_sym_using] = ACTIONS(1710), - [anon_sym_static_assert] = ACTIONS(1710), - [anon_sym_co_return] = ACTIONS(1710), - [anon_sym_co_yield] = ACTIONS(1710), - [anon_sym_try] = ACTIONS(1710), - [anon_sym_co_await] = ACTIONS(1710), - [anon_sym_new] = ACTIONS(1710), - [sym_operator_name] = ACTIONS(1710), - [sym_this] = ACTIONS(1710), - [sym_nullptr] = ACTIONS(1710), - [sym_alone_macro] = ACTIONS(1712), - [aux_sym_alone_macro_call_token1] = ACTIONS(1710), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1710), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1710), - [anon_sym_FORWARD] = ACTIONS(1710), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1710), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1710), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1710), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1710), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1710), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1710), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1710), - [anon_sym_PS_GET] = ACTIONS(1710), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1710), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1710), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1710), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1710), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1710), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1710), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1710), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1710), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1710), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1710), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1710), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1710), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1710), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1710), - [anon_sym_MOZ_COLD] = ACTIONS(1710), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1710), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1710), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1710), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1710), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1710), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1710), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1710), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1710), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1710), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1710), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1710), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1710), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1710), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1710), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1710), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1710), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1710), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1710), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1710), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1710), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_NONNULL] = ACTIONS(1710), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1710), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1710), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1710), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1710), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1710), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_NORETURN] = ACTIONS(1710), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1710), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1710), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1710), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1710), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1710), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1710), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1710), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1710), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1710), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1710), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1710), - [anon_sym_MOZ_RAII] = ACTIONS(1710), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1710), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1710), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1710), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1710), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1710), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1710), - [sym_raw_string_literal] = ACTIONS(1712), - }, - [194] = { - [ts_builtin_sym_end] = ACTIONS(1536), - [sym_identifier] = ACTIONS(1534), - [aux_sym_preproc_include_token1] = ACTIONS(1534), - [aux_sym_preproc_def_token1] = ACTIONS(1534), - [aux_sym_preproc_if_token1] = ACTIONS(1534), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1534), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1534), - [sym_preproc_directive] = ACTIONS(1534), - [anon_sym_LPAREN2] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1534), - [anon_sym_PLUS] = ACTIONS(1534), - [anon_sym_STAR] = ACTIONS(1536), - [anon_sym_AMP_AMP] = ACTIONS(1536), - [anon_sym_AMP] = ACTIONS(1534), - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_typedef] = ACTIONS(1534), - [anon_sym_extern] = ACTIONS(1534), - [anon_sym___attribute__] = ACTIONS(1534), - [anon_sym_COLON_COLON] = ACTIONS(1536), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [anon_sym___declspec] = ACTIONS(1534), - [anon_sym___based] = ACTIONS(1534), - [anon_sym___cdecl] = ACTIONS(1534), - [anon_sym___clrcall] = ACTIONS(1534), - [anon_sym___stdcall] = ACTIONS(1534), - [anon_sym___fastcall] = ACTIONS(1534), - [anon_sym___thiscall] = ACTIONS(1534), - [anon_sym___vectorcall] = ACTIONS(1534), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_LBRACK] = ACTIONS(1534), - [anon_sym_static] = ACTIONS(1534), - [anon_sym_register] = ACTIONS(1534), - [anon_sym_inline] = ACTIONS(1534), - [anon_sym_thread_local] = ACTIONS(1534), - [anon_sym_const] = ACTIONS(1534), - [anon_sym_volatile] = ACTIONS(1534), - [anon_sym_restrict] = ACTIONS(1534), - [anon_sym__Atomic] = ACTIONS(1534), - [anon_sym_mutable] = ACTIONS(1534), - [anon_sym_constexpr] = ACTIONS(1534), - [anon_sym_signed] = ACTIONS(1534), - [anon_sym_unsigned] = ACTIONS(1534), - [anon_sym_long] = ACTIONS(1534), - [anon_sym_short] = ACTIONS(1534), - [sym_primitive_type] = ACTIONS(1534), - [anon_sym_enum] = ACTIONS(1534), - [anon_sym_class] = ACTIONS(1534), - [anon_sym_struct] = ACTIONS(1534), - [anon_sym_union] = ACTIONS(1534), - [anon_sym_if] = ACTIONS(1534), - [anon_sym_else] = ACTIONS(1534), - [anon_sym_switch] = ACTIONS(1534), - [anon_sym_case] = ACTIONS(1534), - [anon_sym_default] = ACTIONS(1534), - [anon_sym_while] = ACTIONS(1534), - [anon_sym_do] = ACTIONS(1534), - [anon_sym_for] = ACTIONS(1534), - [anon_sym_return] = ACTIONS(1534), - [anon_sym_break] = ACTIONS(1534), - [anon_sym_continue] = ACTIONS(1534), - [anon_sym_goto] = ACTIONS(1534), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_sizeof] = ACTIONS(1534), - [sym_number_literal] = ACTIONS(1536), - [anon_sym_L_SQUOTE] = ACTIONS(1536), - [anon_sym_u_SQUOTE] = ACTIONS(1536), - [anon_sym_U_SQUOTE] = ACTIONS(1536), - [anon_sym_u8_SQUOTE] = ACTIONS(1536), - [anon_sym_SQUOTE] = ACTIONS(1536), - [anon_sym_L_DQUOTE] = ACTIONS(1536), - [anon_sym_u_DQUOTE] = ACTIONS(1536), - [anon_sym_U_DQUOTE] = ACTIONS(1536), - [anon_sym_u8_DQUOTE] = ACTIONS(1536), - [anon_sym_DQUOTE] = ACTIONS(1536), - [sym_true] = ACTIONS(1534), - [sym_false] = ACTIONS(1534), - [sym_null] = ACTIONS(1534), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1534), - [anon_sym_virtual] = ACTIONS(1534), - [anon_sym_explicit] = ACTIONS(1534), - [sym_auto] = ACTIONS(1534), - [anon_sym_typename] = ACTIONS(1534), - [anon_sym_template] = ACTIONS(1534), - [anon_sym_operator] = ACTIONS(1534), - [anon_sym_delete] = ACTIONS(1534), - [anon_sym_throw] = ACTIONS(1534), - [anon_sym_namespace] = ACTIONS(1534), - [anon_sym_using] = ACTIONS(1534), - [anon_sym_static_assert] = ACTIONS(1534), - [anon_sym_co_return] = ACTIONS(1534), - [anon_sym_co_yield] = ACTIONS(1534), - [anon_sym_try] = ACTIONS(1534), - [anon_sym_catch] = ACTIONS(1534), - [anon_sym_co_await] = ACTIONS(1534), - [anon_sym_new] = ACTIONS(1534), - [sym_operator_name] = ACTIONS(1534), - [sym_this] = ACTIONS(1534), - [sym_nullptr] = ACTIONS(1534), - [sym_alone_macro] = ACTIONS(1536), - [aux_sym_alone_macro_call_token1] = ACTIONS(1534), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1534), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_FORWARD] = ACTIONS(1534), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1534), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1534), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1534), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1534), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_PS_GET] = ACTIONS(1534), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1534), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1534), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1534), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1534), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1534), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1534), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1534), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1534), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1534), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1534), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1534), - [anon_sym_MOZ_COLD] = ACTIONS(1534), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1534), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1534), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1534), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1534), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1534), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1534), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1534), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1534), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1534), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1534), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1534), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1534), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1534), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1534), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1534), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1534), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1534), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1534), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1534), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1534), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_NONNULL] = ACTIONS(1534), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1534), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1534), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1534), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1534), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1534), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_NORETURN] = ACTIONS(1534), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1534), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1534), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1534), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1534), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1534), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1534), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1534), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1534), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1534), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1534), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1534), - [anon_sym_MOZ_RAII] = ACTIONS(1534), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1534), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1534), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1534), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1534), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1534), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1534), - [sym_raw_string_literal] = ACTIONS(1536), - }, - [195] = { - [sym_identifier] = ACTIONS(1714), - [aux_sym_preproc_include_token1] = ACTIONS(1714), - [aux_sym_preproc_def_token1] = ACTIONS(1714), - [aux_sym_preproc_if_token1] = ACTIONS(1714), - [aux_sym_preproc_if_token2] = ACTIONS(1714), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1714), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1714), - [aux_sym_preproc_else_token1] = ACTIONS(1714), - [aux_sym_preproc_elif_token1] = ACTIONS(1714), - [sym_preproc_directive] = ACTIONS(1714), - [anon_sym_LPAREN2] = ACTIONS(1716), - [anon_sym_BANG] = ACTIONS(1716), - [anon_sym_TILDE] = ACTIONS(1716), - [anon_sym_DASH] = ACTIONS(1714), - [anon_sym_PLUS] = ACTIONS(1714), - [anon_sym_STAR] = ACTIONS(1716), - [anon_sym_AMP_AMP] = ACTIONS(1716), - [anon_sym_AMP] = ACTIONS(1714), - [anon_sym_SEMI] = ACTIONS(1716), - [anon_sym_typedef] = ACTIONS(1714), - [anon_sym_extern] = ACTIONS(1714), - [anon_sym___attribute__] = ACTIONS(1714), - [anon_sym_COLON_COLON] = ACTIONS(1716), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1716), - [anon_sym___declspec] = ACTIONS(1714), - [anon_sym___based] = ACTIONS(1714), - [anon_sym___cdecl] = ACTIONS(1714), - [anon_sym___clrcall] = ACTIONS(1714), - [anon_sym___stdcall] = ACTIONS(1714), - [anon_sym___fastcall] = ACTIONS(1714), - [anon_sym___thiscall] = ACTIONS(1714), - [anon_sym___vectorcall] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_static] = ACTIONS(1714), - [anon_sym_register] = ACTIONS(1714), - [anon_sym_inline] = ACTIONS(1714), - [anon_sym_thread_local] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1714), - [anon_sym_volatile] = ACTIONS(1714), - [anon_sym_restrict] = ACTIONS(1714), - [anon_sym__Atomic] = ACTIONS(1714), - [anon_sym_mutable] = ACTIONS(1714), - [anon_sym_constexpr] = ACTIONS(1714), - [anon_sym_signed] = ACTIONS(1714), - [anon_sym_unsigned] = ACTIONS(1714), - [anon_sym_long] = ACTIONS(1714), - [anon_sym_short] = ACTIONS(1714), - [sym_primitive_type] = ACTIONS(1714), - [anon_sym_enum] = ACTIONS(1714), - [anon_sym_class] = ACTIONS(1714), - [anon_sym_struct] = ACTIONS(1714), - [anon_sym_union] = ACTIONS(1714), - [anon_sym_if] = ACTIONS(1714), - [anon_sym_switch] = ACTIONS(1714), - [anon_sym_case] = ACTIONS(1714), - [anon_sym_default] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1714), - [anon_sym_do] = ACTIONS(1714), - [anon_sym_for] = ACTIONS(1714), - [anon_sym_return] = ACTIONS(1714), - [anon_sym_break] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(1714), - [anon_sym_goto] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1716), - [anon_sym_PLUS_PLUS] = ACTIONS(1716), - [anon_sym_sizeof] = ACTIONS(1714), - [sym_number_literal] = ACTIONS(1716), - [anon_sym_L_SQUOTE] = ACTIONS(1716), - [anon_sym_u_SQUOTE] = ACTIONS(1716), - [anon_sym_U_SQUOTE] = ACTIONS(1716), - [anon_sym_u8_SQUOTE] = ACTIONS(1716), - [anon_sym_SQUOTE] = ACTIONS(1716), - [anon_sym_L_DQUOTE] = ACTIONS(1716), - [anon_sym_u_DQUOTE] = ACTIONS(1716), - [anon_sym_U_DQUOTE] = ACTIONS(1716), - [anon_sym_u8_DQUOTE] = ACTIONS(1716), - [anon_sym_DQUOTE] = ACTIONS(1716), - [sym_true] = ACTIONS(1714), - [sym_false] = ACTIONS(1714), - [sym_null] = ACTIONS(1714), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1714), - [anon_sym_virtual] = ACTIONS(1714), - [anon_sym_explicit] = ACTIONS(1714), - [sym_auto] = ACTIONS(1714), - [anon_sym_typename] = ACTIONS(1714), - [anon_sym_template] = ACTIONS(1714), - [anon_sym_operator] = ACTIONS(1714), - [anon_sym_delete] = ACTIONS(1714), - [anon_sym_throw] = ACTIONS(1714), - [anon_sym_namespace] = ACTIONS(1714), - [anon_sym_using] = ACTIONS(1714), - [anon_sym_static_assert] = ACTIONS(1714), - [anon_sym_co_return] = ACTIONS(1714), - [anon_sym_co_yield] = ACTIONS(1714), - [anon_sym_try] = ACTIONS(1714), - [anon_sym_co_await] = ACTIONS(1714), - [anon_sym_new] = ACTIONS(1714), - [sym_operator_name] = ACTIONS(1714), - [sym_this] = ACTIONS(1714), - [sym_nullptr] = ACTIONS(1714), - [sym_alone_macro] = ACTIONS(1716), - [aux_sym_alone_macro_call_token1] = ACTIONS(1714), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1714), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1714), - [anon_sym_FORWARD] = ACTIONS(1714), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1714), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1714), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1714), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1714), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1714), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1714), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1714), - [anon_sym_PS_GET] = ACTIONS(1714), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1714), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1714), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1714), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1714), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1714), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1714), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1714), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1714), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1714), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1714), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1714), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1714), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1714), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1714), - [anon_sym_MOZ_COLD] = ACTIONS(1714), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1714), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1714), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1714), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1714), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1714), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1714), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1714), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1714), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1714), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1714), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1714), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1714), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1714), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1714), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1714), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1714), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1714), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1714), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1714), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1714), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_NONNULL] = ACTIONS(1714), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1714), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1714), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1714), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1714), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1714), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_NORETURN] = ACTIONS(1714), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1714), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1714), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1714), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1714), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1714), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1714), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1714), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1714), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1714), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1714), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1714), - [anon_sym_MOZ_RAII] = ACTIONS(1714), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1714), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1714), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1714), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1714), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1714), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1714), - [sym_raw_string_literal] = ACTIONS(1716), - }, - [196] = { - [sym_identifier] = ACTIONS(1718), - [aux_sym_preproc_include_token1] = ACTIONS(1718), - [aux_sym_preproc_def_token1] = ACTIONS(1718), - [aux_sym_preproc_if_token1] = ACTIONS(1718), - [aux_sym_preproc_if_token2] = ACTIONS(1718), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1718), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1718), - [aux_sym_preproc_else_token1] = ACTIONS(1718), - [aux_sym_preproc_elif_token1] = ACTIONS(1718), - [sym_preproc_directive] = ACTIONS(1718), - [anon_sym_LPAREN2] = ACTIONS(1720), - [anon_sym_BANG] = ACTIONS(1720), - [anon_sym_TILDE] = ACTIONS(1720), - [anon_sym_DASH] = ACTIONS(1718), - [anon_sym_PLUS] = ACTIONS(1718), - [anon_sym_STAR] = ACTIONS(1720), - [anon_sym_AMP_AMP] = ACTIONS(1720), - [anon_sym_AMP] = ACTIONS(1718), - [anon_sym_SEMI] = ACTIONS(1720), - [anon_sym_typedef] = ACTIONS(1718), - [anon_sym_extern] = ACTIONS(1718), - [anon_sym___attribute__] = ACTIONS(1718), - [anon_sym_COLON_COLON] = ACTIONS(1720), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1720), - [anon_sym___declspec] = ACTIONS(1718), - [anon_sym___based] = ACTIONS(1718), - [anon_sym___cdecl] = ACTIONS(1718), - [anon_sym___clrcall] = ACTIONS(1718), - [anon_sym___stdcall] = ACTIONS(1718), - [anon_sym___fastcall] = ACTIONS(1718), - [anon_sym___thiscall] = ACTIONS(1718), - [anon_sym___vectorcall] = ACTIONS(1718), - [anon_sym_LBRACE] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1718), - [anon_sym_static] = ACTIONS(1718), - [anon_sym_register] = ACTIONS(1718), - [anon_sym_inline] = ACTIONS(1718), - [anon_sym_thread_local] = ACTIONS(1718), - [anon_sym_const] = ACTIONS(1718), - [anon_sym_volatile] = ACTIONS(1718), - [anon_sym_restrict] = ACTIONS(1718), - [anon_sym__Atomic] = ACTIONS(1718), - [anon_sym_mutable] = ACTIONS(1718), - [anon_sym_constexpr] = ACTIONS(1718), - [anon_sym_signed] = ACTIONS(1718), - [anon_sym_unsigned] = ACTIONS(1718), - [anon_sym_long] = ACTIONS(1718), - [anon_sym_short] = ACTIONS(1718), - [sym_primitive_type] = ACTIONS(1718), - [anon_sym_enum] = ACTIONS(1718), - [anon_sym_class] = ACTIONS(1718), - [anon_sym_struct] = ACTIONS(1718), - [anon_sym_union] = ACTIONS(1718), - [anon_sym_if] = ACTIONS(1718), - [anon_sym_switch] = ACTIONS(1718), - [anon_sym_case] = ACTIONS(1718), - [anon_sym_default] = ACTIONS(1718), - [anon_sym_while] = ACTIONS(1718), - [anon_sym_do] = ACTIONS(1718), - [anon_sym_for] = ACTIONS(1718), - [anon_sym_return] = ACTIONS(1718), - [anon_sym_break] = ACTIONS(1718), - [anon_sym_continue] = ACTIONS(1718), - [anon_sym_goto] = ACTIONS(1718), - [anon_sym_DASH_DASH] = ACTIONS(1720), - [anon_sym_PLUS_PLUS] = ACTIONS(1720), - [anon_sym_sizeof] = ACTIONS(1718), - [sym_number_literal] = ACTIONS(1720), - [anon_sym_L_SQUOTE] = ACTIONS(1720), - [anon_sym_u_SQUOTE] = ACTIONS(1720), - [anon_sym_U_SQUOTE] = ACTIONS(1720), - [anon_sym_u8_SQUOTE] = ACTIONS(1720), - [anon_sym_SQUOTE] = ACTIONS(1720), - [anon_sym_L_DQUOTE] = ACTIONS(1720), - [anon_sym_u_DQUOTE] = ACTIONS(1720), - [anon_sym_U_DQUOTE] = ACTIONS(1720), - [anon_sym_u8_DQUOTE] = ACTIONS(1720), - [anon_sym_DQUOTE] = ACTIONS(1720), - [sym_true] = ACTIONS(1718), - [sym_false] = ACTIONS(1718), - [sym_null] = ACTIONS(1718), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1718), - [anon_sym_virtual] = ACTIONS(1718), - [anon_sym_explicit] = ACTIONS(1718), - [sym_auto] = ACTIONS(1718), - [anon_sym_typename] = ACTIONS(1718), - [anon_sym_template] = ACTIONS(1718), - [anon_sym_operator] = ACTIONS(1718), - [anon_sym_delete] = ACTIONS(1718), - [anon_sym_throw] = ACTIONS(1718), - [anon_sym_namespace] = ACTIONS(1718), - [anon_sym_using] = ACTIONS(1718), - [anon_sym_static_assert] = ACTIONS(1718), - [anon_sym_co_return] = ACTIONS(1718), - [anon_sym_co_yield] = ACTIONS(1718), - [anon_sym_try] = ACTIONS(1718), - [anon_sym_co_await] = ACTIONS(1718), - [anon_sym_new] = ACTIONS(1718), - [sym_operator_name] = ACTIONS(1718), - [sym_this] = ACTIONS(1718), - [sym_nullptr] = ACTIONS(1718), - [sym_alone_macro] = ACTIONS(1720), - [aux_sym_alone_macro_call_token1] = ACTIONS(1718), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1718), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1718), - [anon_sym_FORWARD] = ACTIONS(1718), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1718), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1718), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1718), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1718), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1718), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1718), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1718), - [anon_sym_PS_GET] = ACTIONS(1718), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1718), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1718), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1718), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1718), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1718), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1718), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1718), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1718), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1718), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1718), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1718), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1718), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1718), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1718), - [anon_sym_MOZ_COLD] = ACTIONS(1718), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1718), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1718), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1718), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1718), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1718), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1718), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1718), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1718), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1718), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1718), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1718), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1718), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1718), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1718), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1718), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1718), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1718), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1718), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1718), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1718), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1718), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1718), - [anon_sym_MOZ_NONNULL] = ACTIONS(1718), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1718), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1718), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1718), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1718), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1718), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1718), - [anon_sym_MOZ_NORETURN] = ACTIONS(1718), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1718), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1718), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1718), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1718), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1718), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1718), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1718), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1718), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1718), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1718), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1718), - [anon_sym_MOZ_RAII] = ACTIONS(1718), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1718), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1718), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1718), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1718), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1718), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1718), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1718), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1718), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1718), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1718), - [sym_raw_string_literal] = ACTIONS(1720), - }, - [197] = { - [ts_builtin_sym_end] = ACTIONS(1517), - [sym_identifier] = ACTIONS(1515), - [aux_sym_preproc_include_token1] = ACTIONS(1515), - [aux_sym_preproc_def_token1] = ACTIONS(1515), - [aux_sym_preproc_if_token1] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1515), - [sym_preproc_directive] = ACTIONS(1515), - [anon_sym_LPAREN2] = ACTIONS(1517), - [anon_sym_BANG] = ACTIONS(1517), - [anon_sym_TILDE] = ACTIONS(1517), - [anon_sym_DASH] = ACTIONS(1515), - [anon_sym_PLUS] = ACTIONS(1515), - [anon_sym_STAR] = ACTIONS(1517), - [anon_sym_AMP_AMP] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1515), - [anon_sym_SEMI] = ACTIONS(1517), - [anon_sym_typedef] = ACTIONS(1515), - [anon_sym_extern] = ACTIONS(1515), - [anon_sym___attribute__] = ACTIONS(1515), - [anon_sym_COLON_COLON] = ACTIONS(1517), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1517), - [anon_sym___declspec] = ACTIONS(1515), - [anon_sym___based] = ACTIONS(1515), - [anon_sym___cdecl] = ACTIONS(1515), - [anon_sym___clrcall] = ACTIONS(1515), - [anon_sym___stdcall] = ACTIONS(1515), - [anon_sym___fastcall] = ACTIONS(1515), - [anon_sym___thiscall] = ACTIONS(1515), - [anon_sym___vectorcall] = ACTIONS(1515), - [anon_sym_LBRACE] = ACTIONS(1517), - [anon_sym_LBRACK] = ACTIONS(1515), - [anon_sym_static] = ACTIONS(1515), - [anon_sym_register] = ACTIONS(1515), - [anon_sym_inline] = ACTIONS(1515), - [anon_sym_thread_local] = ACTIONS(1515), - [anon_sym_const] = ACTIONS(1515), - [anon_sym_volatile] = ACTIONS(1515), - [anon_sym_restrict] = ACTIONS(1515), - [anon_sym__Atomic] = ACTIONS(1515), - [anon_sym_mutable] = ACTIONS(1515), - [anon_sym_constexpr] = ACTIONS(1515), - [anon_sym_signed] = ACTIONS(1515), - [anon_sym_unsigned] = ACTIONS(1515), - [anon_sym_long] = ACTIONS(1515), - [anon_sym_short] = ACTIONS(1515), - [sym_primitive_type] = ACTIONS(1515), - [anon_sym_enum] = ACTIONS(1515), - [anon_sym_class] = ACTIONS(1515), - [anon_sym_struct] = ACTIONS(1515), - [anon_sym_union] = ACTIONS(1515), - [anon_sym_if] = ACTIONS(1515), - [anon_sym_else] = ACTIONS(1515), - [anon_sym_switch] = ACTIONS(1515), - [anon_sym_case] = ACTIONS(1515), - [anon_sym_default] = ACTIONS(1515), - [anon_sym_while] = ACTIONS(1515), - [anon_sym_do] = ACTIONS(1515), - [anon_sym_for] = ACTIONS(1515), - [anon_sym_return] = ACTIONS(1515), - [anon_sym_break] = ACTIONS(1515), - [anon_sym_continue] = ACTIONS(1515), - [anon_sym_goto] = ACTIONS(1515), - [anon_sym_DASH_DASH] = ACTIONS(1517), - [anon_sym_PLUS_PLUS] = ACTIONS(1517), - [anon_sym_sizeof] = ACTIONS(1515), - [sym_number_literal] = ACTIONS(1517), - [anon_sym_L_SQUOTE] = ACTIONS(1517), - [anon_sym_u_SQUOTE] = ACTIONS(1517), - [anon_sym_U_SQUOTE] = ACTIONS(1517), - [anon_sym_u8_SQUOTE] = ACTIONS(1517), - [anon_sym_SQUOTE] = ACTIONS(1517), - [anon_sym_L_DQUOTE] = ACTIONS(1517), - [anon_sym_u_DQUOTE] = ACTIONS(1517), - [anon_sym_U_DQUOTE] = ACTIONS(1517), - [anon_sym_u8_DQUOTE] = ACTIONS(1517), - [anon_sym_DQUOTE] = ACTIONS(1517), - [sym_true] = ACTIONS(1515), - [sym_false] = ACTIONS(1515), - [sym_null] = ACTIONS(1515), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1515), - [anon_sym_virtual] = ACTIONS(1515), - [anon_sym_explicit] = ACTIONS(1515), - [sym_auto] = ACTIONS(1515), - [anon_sym_typename] = ACTIONS(1515), - [anon_sym_template] = ACTIONS(1515), - [anon_sym_operator] = ACTIONS(1515), - [anon_sym_delete] = ACTIONS(1515), - [anon_sym_throw] = ACTIONS(1515), - [anon_sym_namespace] = ACTIONS(1515), - [anon_sym_using] = ACTIONS(1515), - [anon_sym_static_assert] = ACTIONS(1515), - [anon_sym_co_return] = ACTIONS(1515), - [anon_sym_co_yield] = ACTIONS(1515), - [anon_sym_try] = ACTIONS(1515), - [anon_sym_catch] = ACTIONS(1515), - [anon_sym_co_await] = ACTIONS(1515), - [anon_sym_new] = ACTIONS(1515), - [sym_operator_name] = ACTIONS(1515), - [sym_this] = ACTIONS(1515), - [sym_nullptr] = ACTIONS(1515), - [sym_alone_macro] = ACTIONS(1517), - [aux_sym_alone_macro_call_token1] = ACTIONS(1515), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_FORWARD] = ACTIONS(1515), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1515), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_PS_GET] = ACTIONS(1515), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1515), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1515), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1515), - [anon_sym_MOZ_COLD] = ACTIONS(1515), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1515), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1515), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1515), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1515), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1515), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1515), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1515), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1515), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1515), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1515), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1515), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1515), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_RAII] = ACTIONS(1515), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1515), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1515), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1515), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1515), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1515), - [sym_raw_string_literal] = ACTIONS(1517), - }, - [198] = { - [sym_identifier] = ACTIONS(1722), - [aux_sym_preproc_include_token1] = ACTIONS(1722), - [aux_sym_preproc_def_token1] = ACTIONS(1722), - [aux_sym_preproc_if_token1] = ACTIONS(1722), - [aux_sym_preproc_if_token2] = ACTIONS(1722), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1722), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1722), - [aux_sym_preproc_else_token1] = ACTIONS(1722), - [aux_sym_preproc_elif_token1] = ACTIONS(1722), - [sym_preproc_directive] = ACTIONS(1722), - [anon_sym_LPAREN2] = ACTIONS(1724), - [anon_sym_BANG] = ACTIONS(1724), - [anon_sym_TILDE] = ACTIONS(1724), - [anon_sym_DASH] = ACTIONS(1722), - [anon_sym_PLUS] = ACTIONS(1722), - [anon_sym_STAR] = ACTIONS(1724), - [anon_sym_AMP_AMP] = ACTIONS(1724), - [anon_sym_AMP] = ACTIONS(1722), - [anon_sym_SEMI] = ACTIONS(1724), - [anon_sym_typedef] = ACTIONS(1722), - [anon_sym_extern] = ACTIONS(1722), - [anon_sym___attribute__] = ACTIONS(1722), - [anon_sym_COLON_COLON] = ACTIONS(1724), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1724), - [anon_sym___declspec] = ACTIONS(1722), - [anon_sym___based] = ACTIONS(1722), - [anon_sym___cdecl] = ACTIONS(1722), - [anon_sym___clrcall] = ACTIONS(1722), - [anon_sym___stdcall] = ACTIONS(1722), - [anon_sym___fastcall] = ACTIONS(1722), - [anon_sym___thiscall] = ACTIONS(1722), - [anon_sym___vectorcall] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_static] = ACTIONS(1722), - [anon_sym_register] = ACTIONS(1722), - [anon_sym_inline] = ACTIONS(1722), - [anon_sym_thread_local] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1722), - [anon_sym_volatile] = ACTIONS(1722), - [anon_sym_restrict] = ACTIONS(1722), - [anon_sym__Atomic] = ACTIONS(1722), - [anon_sym_mutable] = ACTIONS(1722), - [anon_sym_constexpr] = ACTIONS(1722), - [anon_sym_signed] = ACTIONS(1722), - [anon_sym_unsigned] = ACTIONS(1722), - [anon_sym_long] = ACTIONS(1722), - [anon_sym_short] = ACTIONS(1722), - [sym_primitive_type] = ACTIONS(1722), - [anon_sym_enum] = ACTIONS(1722), - [anon_sym_class] = ACTIONS(1722), - [anon_sym_struct] = ACTIONS(1722), - [anon_sym_union] = ACTIONS(1722), - [anon_sym_if] = ACTIONS(1722), - [anon_sym_switch] = ACTIONS(1722), - [anon_sym_case] = ACTIONS(1722), - [anon_sym_default] = ACTIONS(1722), - [anon_sym_while] = ACTIONS(1722), - [anon_sym_do] = ACTIONS(1722), - [anon_sym_for] = ACTIONS(1722), - [anon_sym_return] = ACTIONS(1722), - [anon_sym_break] = ACTIONS(1722), - [anon_sym_continue] = ACTIONS(1722), - [anon_sym_goto] = ACTIONS(1722), - [anon_sym_DASH_DASH] = ACTIONS(1724), - [anon_sym_PLUS_PLUS] = ACTIONS(1724), - [anon_sym_sizeof] = ACTIONS(1722), - [sym_number_literal] = ACTIONS(1724), - [anon_sym_L_SQUOTE] = ACTIONS(1724), - [anon_sym_u_SQUOTE] = ACTIONS(1724), - [anon_sym_U_SQUOTE] = ACTIONS(1724), - [anon_sym_u8_SQUOTE] = ACTIONS(1724), - [anon_sym_SQUOTE] = ACTIONS(1724), - [anon_sym_L_DQUOTE] = ACTIONS(1724), - [anon_sym_u_DQUOTE] = ACTIONS(1724), - [anon_sym_U_DQUOTE] = ACTIONS(1724), - [anon_sym_u8_DQUOTE] = ACTIONS(1724), - [anon_sym_DQUOTE] = ACTIONS(1724), - [sym_true] = ACTIONS(1722), - [sym_false] = ACTIONS(1722), - [sym_null] = ACTIONS(1722), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1722), - [anon_sym_virtual] = ACTIONS(1722), - [anon_sym_explicit] = ACTIONS(1722), - [sym_auto] = ACTIONS(1722), - [anon_sym_typename] = ACTIONS(1722), - [anon_sym_template] = ACTIONS(1722), - [anon_sym_operator] = ACTIONS(1722), - [anon_sym_delete] = ACTIONS(1722), - [anon_sym_throw] = ACTIONS(1722), - [anon_sym_namespace] = ACTIONS(1722), - [anon_sym_using] = ACTIONS(1722), - [anon_sym_static_assert] = ACTIONS(1722), - [anon_sym_co_return] = ACTIONS(1722), - [anon_sym_co_yield] = ACTIONS(1722), - [anon_sym_try] = ACTIONS(1722), - [anon_sym_co_await] = ACTIONS(1722), - [anon_sym_new] = ACTIONS(1722), - [sym_operator_name] = ACTIONS(1722), - [sym_this] = ACTIONS(1722), - [sym_nullptr] = ACTIONS(1722), - [sym_alone_macro] = ACTIONS(1724), - [aux_sym_alone_macro_call_token1] = ACTIONS(1722), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1722), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1722), - [anon_sym_FORWARD] = ACTIONS(1722), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1722), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1722), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1722), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1722), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1722), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1722), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1722), - [anon_sym_PS_GET] = ACTIONS(1722), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1722), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1722), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1722), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1722), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1722), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1722), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1722), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1722), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1722), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1722), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1722), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1722), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1722), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1722), - [anon_sym_MOZ_COLD] = ACTIONS(1722), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1722), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1722), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1722), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1722), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1722), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1722), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1722), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1722), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1722), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1722), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1722), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1722), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1722), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1722), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1722), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1722), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1722), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1722), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1722), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1722), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_NONNULL] = ACTIONS(1722), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1722), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1722), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1722), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1722), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1722), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_NORETURN] = ACTIONS(1722), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1722), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1722), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1722), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1722), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1722), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1722), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1722), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1722), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1722), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1722), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1722), - [anon_sym_MOZ_RAII] = ACTIONS(1722), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1722), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1722), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1722), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1722), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1722), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1722), - [sym_raw_string_literal] = ACTIONS(1724), - }, - [199] = { - [sym_identifier] = ACTIONS(1726), - [aux_sym_preproc_include_token1] = ACTIONS(1726), - [aux_sym_preproc_def_token1] = ACTIONS(1726), - [aux_sym_preproc_if_token1] = ACTIONS(1726), - [aux_sym_preproc_if_token2] = ACTIONS(1726), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1726), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1726), - [aux_sym_preproc_else_token1] = ACTIONS(1726), - [aux_sym_preproc_elif_token1] = ACTIONS(1726), - [sym_preproc_directive] = ACTIONS(1726), - [anon_sym_LPAREN2] = ACTIONS(1728), - [anon_sym_BANG] = ACTIONS(1728), - [anon_sym_TILDE] = ACTIONS(1728), - [anon_sym_DASH] = ACTIONS(1726), - [anon_sym_PLUS] = ACTIONS(1726), - [anon_sym_STAR] = ACTIONS(1728), - [anon_sym_AMP_AMP] = ACTIONS(1728), - [anon_sym_AMP] = ACTIONS(1726), - [anon_sym_SEMI] = ACTIONS(1728), - [anon_sym_typedef] = ACTIONS(1726), - [anon_sym_extern] = ACTIONS(1726), - [anon_sym___attribute__] = ACTIONS(1726), - [anon_sym_COLON_COLON] = ACTIONS(1728), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1728), - [anon_sym___declspec] = ACTIONS(1726), - [anon_sym___based] = ACTIONS(1726), - [anon_sym___cdecl] = ACTIONS(1726), - [anon_sym___clrcall] = ACTIONS(1726), - [anon_sym___stdcall] = ACTIONS(1726), - [anon_sym___fastcall] = ACTIONS(1726), - [anon_sym___thiscall] = ACTIONS(1726), - [anon_sym___vectorcall] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1726), - [anon_sym_static] = ACTIONS(1726), - [anon_sym_register] = ACTIONS(1726), - [anon_sym_inline] = ACTIONS(1726), - [anon_sym_thread_local] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(1726), - [anon_sym_volatile] = ACTIONS(1726), - [anon_sym_restrict] = ACTIONS(1726), - [anon_sym__Atomic] = ACTIONS(1726), - [anon_sym_mutable] = ACTIONS(1726), - [anon_sym_constexpr] = ACTIONS(1726), - [anon_sym_signed] = ACTIONS(1726), - [anon_sym_unsigned] = ACTIONS(1726), - [anon_sym_long] = ACTIONS(1726), - [anon_sym_short] = ACTIONS(1726), - [sym_primitive_type] = ACTIONS(1726), - [anon_sym_enum] = ACTIONS(1726), - [anon_sym_class] = ACTIONS(1726), - [anon_sym_struct] = ACTIONS(1726), - [anon_sym_union] = ACTIONS(1726), - [anon_sym_if] = ACTIONS(1726), - [anon_sym_switch] = ACTIONS(1726), - [anon_sym_case] = ACTIONS(1726), - [anon_sym_default] = ACTIONS(1726), - [anon_sym_while] = ACTIONS(1726), - [anon_sym_do] = ACTIONS(1726), - [anon_sym_for] = ACTIONS(1726), - [anon_sym_return] = ACTIONS(1726), - [anon_sym_break] = ACTIONS(1726), - [anon_sym_continue] = ACTIONS(1726), - [anon_sym_goto] = ACTIONS(1726), - [anon_sym_DASH_DASH] = ACTIONS(1728), - [anon_sym_PLUS_PLUS] = ACTIONS(1728), - [anon_sym_sizeof] = ACTIONS(1726), - [sym_number_literal] = ACTIONS(1728), - [anon_sym_L_SQUOTE] = ACTIONS(1728), - [anon_sym_u_SQUOTE] = ACTIONS(1728), - [anon_sym_U_SQUOTE] = ACTIONS(1728), - [anon_sym_u8_SQUOTE] = ACTIONS(1728), - [anon_sym_SQUOTE] = ACTIONS(1728), - [anon_sym_L_DQUOTE] = ACTIONS(1728), - [anon_sym_u_DQUOTE] = ACTIONS(1728), - [anon_sym_U_DQUOTE] = ACTIONS(1728), - [anon_sym_u8_DQUOTE] = ACTIONS(1728), - [anon_sym_DQUOTE] = ACTIONS(1728), - [sym_true] = ACTIONS(1726), - [sym_false] = ACTIONS(1726), - [sym_null] = ACTIONS(1726), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1726), - [anon_sym_virtual] = ACTIONS(1726), - [anon_sym_explicit] = ACTIONS(1726), - [sym_auto] = ACTIONS(1726), - [anon_sym_typename] = ACTIONS(1726), - [anon_sym_template] = ACTIONS(1726), - [anon_sym_operator] = ACTIONS(1726), - [anon_sym_delete] = ACTIONS(1726), - [anon_sym_throw] = ACTIONS(1726), - [anon_sym_namespace] = ACTIONS(1726), - [anon_sym_using] = ACTIONS(1726), - [anon_sym_static_assert] = ACTIONS(1726), - [anon_sym_co_return] = ACTIONS(1726), - [anon_sym_co_yield] = ACTIONS(1726), - [anon_sym_try] = ACTIONS(1726), - [anon_sym_co_await] = ACTIONS(1726), - [anon_sym_new] = ACTIONS(1726), - [sym_operator_name] = ACTIONS(1726), - [sym_this] = ACTIONS(1726), - [sym_nullptr] = ACTIONS(1726), - [sym_alone_macro] = ACTIONS(1728), - [aux_sym_alone_macro_call_token1] = ACTIONS(1726), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1726), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1726), - [anon_sym_FORWARD] = ACTIONS(1726), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1726), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1726), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1726), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1726), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1726), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1726), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1726), - [anon_sym_PS_GET] = ACTIONS(1726), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1726), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1726), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1726), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1726), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1726), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1726), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1726), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1726), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1726), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1726), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1726), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1726), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1726), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1726), - [anon_sym_MOZ_COLD] = ACTIONS(1726), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1726), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1726), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1726), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1726), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1726), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1726), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1726), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1726), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1726), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1726), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1726), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1726), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1726), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1726), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1726), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1726), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1726), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1726), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1726), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1726), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1726), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1726), - [anon_sym_MOZ_NONNULL] = ACTIONS(1726), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1726), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1726), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1726), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1726), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1726), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1726), - [anon_sym_MOZ_NORETURN] = ACTIONS(1726), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1726), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1726), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1726), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1726), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1726), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1726), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1726), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1726), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1726), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1726), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1726), - [anon_sym_MOZ_RAII] = ACTIONS(1726), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1726), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1726), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1726), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1726), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1726), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1726), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1726), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1726), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1726), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1726), - [sym_raw_string_literal] = ACTIONS(1728), - }, - [200] = { - [sym_identifier] = ACTIONS(1730), - [aux_sym_preproc_include_token1] = ACTIONS(1730), - [aux_sym_preproc_def_token1] = ACTIONS(1730), - [aux_sym_preproc_if_token1] = ACTIONS(1730), - [aux_sym_preproc_if_token2] = ACTIONS(1730), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1730), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1730), - [aux_sym_preproc_else_token1] = ACTIONS(1730), - [aux_sym_preproc_elif_token1] = ACTIONS(1730), - [sym_preproc_directive] = ACTIONS(1730), - [anon_sym_LPAREN2] = ACTIONS(1732), - [anon_sym_BANG] = ACTIONS(1732), - [anon_sym_TILDE] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1730), - [anon_sym_PLUS] = ACTIONS(1730), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_AMP_AMP] = ACTIONS(1732), - [anon_sym_AMP] = ACTIONS(1730), - [anon_sym_SEMI] = ACTIONS(1732), - [anon_sym_typedef] = ACTIONS(1730), - [anon_sym_extern] = ACTIONS(1730), - [anon_sym___attribute__] = ACTIONS(1730), - [anon_sym_COLON_COLON] = ACTIONS(1732), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1732), - [anon_sym___declspec] = ACTIONS(1730), - [anon_sym___based] = ACTIONS(1730), - [anon_sym___cdecl] = ACTIONS(1730), - [anon_sym___clrcall] = ACTIONS(1730), - [anon_sym___stdcall] = ACTIONS(1730), - [anon_sym___fastcall] = ACTIONS(1730), - [anon_sym___thiscall] = ACTIONS(1730), - [anon_sym___vectorcall] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_static] = ACTIONS(1730), - [anon_sym_register] = ACTIONS(1730), - [anon_sym_inline] = ACTIONS(1730), - [anon_sym_thread_local] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1730), - [anon_sym_volatile] = ACTIONS(1730), - [anon_sym_restrict] = ACTIONS(1730), - [anon_sym__Atomic] = ACTIONS(1730), - [anon_sym_mutable] = ACTIONS(1730), - [anon_sym_constexpr] = ACTIONS(1730), - [anon_sym_signed] = ACTIONS(1730), - [anon_sym_unsigned] = ACTIONS(1730), - [anon_sym_long] = ACTIONS(1730), - [anon_sym_short] = ACTIONS(1730), - [sym_primitive_type] = ACTIONS(1730), - [anon_sym_enum] = ACTIONS(1730), - [anon_sym_class] = ACTIONS(1730), - [anon_sym_struct] = ACTIONS(1730), - [anon_sym_union] = ACTIONS(1730), - [anon_sym_if] = ACTIONS(1730), - [anon_sym_switch] = ACTIONS(1730), - [anon_sym_case] = ACTIONS(1730), - [anon_sym_default] = ACTIONS(1730), - [anon_sym_while] = ACTIONS(1730), - [anon_sym_do] = ACTIONS(1730), - [anon_sym_for] = ACTIONS(1730), - [anon_sym_return] = ACTIONS(1730), - [anon_sym_break] = ACTIONS(1730), - [anon_sym_continue] = ACTIONS(1730), - [anon_sym_goto] = ACTIONS(1730), - [anon_sym_DASH_DASH] = ACTIONS(1732), - [anon_sym_PLUS_PLUS] = ACTIONS(1732), - [anon_sym_sizeof] = ACTIONS(1730), - [sym_number_literal] = ACTIONS(1732), - [anon_sym_L_SQUOTE] = ACTIONS(1732), - [anon_sym_u_SQUOTE] = ACTIONS(1732), - [anon_sym_U_SQUOTE] = ACTIONS(1732), - [anon_sym_u8_SQUOTE] = ACTIONS(1732), - [anon_sym_SQUOTE] = ACTIONS(1732), - [anon_sym_L_DQUOTE] = ACTIONS(1732), - [anon_sym_u_DQUOTE] = ACTIONS(1732), - [anon_sym_U_DQUOTE] = ACTIONS(1732), - [anon_sym_u8_DQUOTE] = ACTIONS(1732), - [anon_sym_DQUOTE] = ACTIONS(1732), - [sym_true] = ACTIONS(1730), - [sym_false] = ACTIONS(1730), - [sym_null] = ACTIONS(1730), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1730), - [anon_sym_virtual] = ACTIONS(1730), - [anon_sym_explicit] = ACTIONS(1730), - [sym_auto] = ACTIONS(1730), - [anon_sym_typename] = ACTIONS(1730), - [anon_sym_template] = ACTIONS(1730), - [anon_sym_operator] = ACTIONS(1730), - [anon_sym_delete] = ACTIONS(1730), - [anon_sym_throw] = ACTIONS(1730), - [anon_sym_namespace] = ACTIONS(1730), - [anon_sym_using] = ACTIONS(1730), - [anon_sym_static_assert] = ACTIONS(1730), - [anon_sym_co_return] = ACTIONS(1730), - [anon_sym_co_yield] = ACTIONS(1730), - [anon_sym_try] = ACTIONS(1730), - [anon_sym_co_await] = ACTIONS(1730), - [anon_sym_new] = ACTIONS(1730), - [sym_operator_name] = ACTIONS(1730), - [sym_this] = ACTIONS(1730), - [sym_nullptr] = ACTIONS(1730), - [sym_alone_macro] = ACTIONS(1732), - [aux_sym_alone_macro_call_token1] = ACTIONS(1730), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1730), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1730), - [anon_sym_FORWARD] = ACTIONS(1730), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1730), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1730), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1730), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1730), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1730), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1730), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1730), - [anon_sym_PS_GET] = ACTIONS(1730), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1730), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1730), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1730), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1730), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1730), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1730), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1730), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1730), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1730), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1730), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1730), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1730), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1730), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1730), - [anon_sym_MOZ_COLD] = ACTIONS(1730), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1730), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1730), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1730), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1730), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1730), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1730), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1730), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1730), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1730), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1730), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1730), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1730), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1730), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1730), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1730), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1730), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1730), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1730), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1730), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1730), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_NONNULL] = ACTIONS(1730), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1730), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1730), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1730), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1730), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1730), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_NORETURN] = ACTIONS(1730), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1730), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1730), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1730), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1730), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1730), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1730), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1730), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1730), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1730), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1730), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1730), - [anon_sym_MOZ_RAII] = ACTIONS(1730), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1730), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1730), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1730), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1730), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1730), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1730), - [sym_raw_string_literal] = ACTIONS(1732), - }, - [201] = { - [sym_identifier] = ACTIONS(1734), - [aux_sym_preproc_include_token1] = ACTIONS(1734), - [aux_sym_preproc_def_token1] = ACTIONS(1734), - [aux_sym_preproc_if_token1] = ACTIONS(1734), - [aux_sym_preproc_if_token2] = ACTIONS(1734), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1734), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1734), - [aux_sym_preproc_else_token1] = ACTIONS(1734), - [aux_sym_preproc_elif_token1] = ACTIONS(1734), - [sym_preproc_directive] = ACTIONS(1734), - [anon_sym_LPAREN2] = ACTIONS(1736), - [anon_sym_BANG] = ACTIONS(1736), - [anon_sym_TILDE] = ACTIONS(1736), - [anon_sym_DASH] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1734), - [anon_sym_STAR] = ACTIONS(1736), - [anon_sym_AMP_AMP] = ACTIONS(1736), - [anon_sym_AMP] = ACTIONS(1734), - [anon_sym_SEMI] = ACTIONS(1736), - [anon_sym_typedef] = ACTIONS(1734), - [anon_sym_extern] = ACTIONS(1734), - [anon_sym___attribute__] = ACTIONS(1734), - [anon_sym_COLON_COLON] = ACTIONS(1736), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1736), - [anon_sym___declspec] = ACTIONS(1734), - [anon_sym___based] = ACTIONS(1734), - [anon_sym___cdecl] = ACTIONS(1734), - [anon_sym___clrcall] = ACTIONS(1734), - [anon_sym___stdcall] = ACTIONS(1734), - [anon_sym___fastcall] = ACTIONS(1734), - [anon_sym___thiscall] = ACTIONS(1734), - [anon_sym___vectorcall] = ACTIONS(1734), - [anon_sym_LBRACE] = ACTIONS(1736), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_static] = ACTIONS(1734), - [anon_sym_register] = ACTIONS(1734), - [anon_sym_inline] = ACTIONS(1734), - [anon_sym_thread_local] = ACTIONS(1734), - [anon_sym_const] = ACTIONS(1734), - [anon_sym_volatile] = ACTIONS(1734), - [anon_sym_restrict] = ACTIONS(1734), - [anon_sym__Atomic] = ACTIONS(1734), - [anon_sym_mutable] = ACTIONS(1734), - [anon_sym_constexpr] = ACTIONS(1734), - [anon_sym_signed] = ACTIONS(1734), - [anon_sym_unsigned] = ACTIONS(1734), - [anon_sym_long] = ACTIONS(1734), - [anon_sym_short] = ACTIONS(1734), - [sym_primitive_type] = ACTIONS(1734), - [anon_sym_enum] = ACTIONS(1734), - [anon_sym_class] = ACTIONS(1734), - [anon_sym_struct] = ACTIONS(1734), - [anon_sym_union] = ACTIONS(1734), - [anon_sym_if] = ACTIONS(1734), - [anon_sym_switch] = ACTIONS(1734), - [anon_sym_case] = ACTIONS(1734), - [anon_sym_default] = ACTIONS(1734), - [anon_sym_while] = ACTIONS(1734), - [anon_sym_do] = ACTIONS(1734), - [anon_sym_for] = ACTIONS(1734), - [anon_sym_return] = ACTIONS(1734), - [anon_sym_break] = ACTIONS(1734), - [anon_sym_continue] = ACTIONS(1734), - [anon_sym_goto] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1736), - [anon_sym_PLUS_PLUS] = ACTIONS(1736), - [anon_sym_sizeof] = ACTIONS(1734), - [sym_number_literal] = ACTIONS(1736), - [anon_sym_L_SQUOTE] = ACTIONS(1736), - [anon_sym_u_SQUOTE] = ACTIONS(1736), - [anon_sym_U_SQUOTE] = ACTIONS(1736), - [anon_sym_u8_SQUOTE] = ACTIONS(1736), - [anon_sym_SQUOTE] = ACTIONS(1736), - [anon_sym_L_DQUOTE] = ACTIONS(1736), - [anon_sym_u_DQUOTE] = ACTIONS(1736), - [anon_sym_U_DQUOTE] = ACTIONS(1736), - [anon_sym_u8_DQUOTE] = ACTIONS(1736), - [anon_sym_DQUOTE] = ACTIONS(1736), - [sym_true] = ACTIONS(1734), - [sym_false] = ACTIONS(1734), - [sym_null] = ACTIONS(1734), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1734), - [anon_sym_virtual] = ACTIONS(1734), - [anon_sym_explicit] = ACTIONS(1734), - [sym_auto] = ACTIONS(1734), - [anon_sym_typename] = ACTIONS(1734), - [anon_sym_template] = ACTIONS(1734), - [anon_sym_operator] = ACTIONS(1734), - [anon_sym_delete] = ACTIONS(1734), - [anon_sym_throw] = ACTIONS(1734), - [anon_sym_namespace] = ACTIONS(1734), - [anon_sym_using] = ACTIONS(1734), - [anon_sym_static_assert] = ACTIONS(1734), - [anon_sym_co_return] = ACTIONS(1734), - [anon_sym_co_yield] = ACTIONS(1734), - [anon_sym_try] = ACTIONS(1734), - [anon_sym_co_await] = ACTIONS(1734), - [anon_sym_new] = ACTIONS(1734), - [sym_operator_name] = ACTIONS(1734), - [sym_this] = ACTIONS(1734), - [sym_nullptr] = ACTIONS(1734), - [sym_alone_macro] = ACTIONS(1736), - [aux_sym_alone_macro_call_token1] = ACTIONS(1734), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1734), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1734), - [anon_sym_FORWARD] = ACTIONS(1734), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1734), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1734), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1734), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1734), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1734), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1734), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1734), - [anon_sym_PS_GET] = ACTIONS(1734), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1734), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1734), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1734), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1734), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1734), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1734), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1734), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1734), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1734), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1734), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1734), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1734), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1734), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1734), - [anon_sym_MOZ_COLD] = ACTIONS(1734), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1734), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1734), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1734), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1734), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1734), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1734), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1734), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1734), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1734), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1734), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1734), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1734), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1734), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1734), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1734), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1734), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1734), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1734), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1734), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1734), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_NONNULL] = ACTIONS(1734), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1734), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1734), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1734), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1734), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1734), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_NORETURN] = ACTIONS(1734), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1734), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1734), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1734), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1734), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1734), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1734), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1734), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1734), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1734), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1734), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1734), - [anon_sym_MOZ_RAII] = ACTIONS(1734), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1734), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1734), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1734), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1734), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1734), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1734), - [sym_raw_string_literal] = ACTIONS(1736), - }, - [202] = { - [sym_identifier] = ACTIONS(1527), - [aux_sym_preproc_include_token1] = ACTIONS(1527), - [aux_sym_preproc_def_token1] = ACTIONS(1527), - [aux_sym_preproc_if_token1] = ACTIONS(1527), - [aux_sym_preproc_if_token2] = ACTIONS(1527), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1527), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1527), - [sym_preproc_directive] = ACTIONS(1527), - [anon_sym_LPAREN2] = ACTIONS(1529), - [anon_sym_BANG] = ACTIONS(1529), - [anon_sym_TILDE] = ACTIONS(1529), - [anon_sym_DASH] = ACTIONS(1527), - [anon_sym_PLUS] = ACTIONS(1527), - [anon_sym_STAR] = ACTIONS(1529), - [anon_sym_AMP_AMP] = ACTIONS(1529), - [anon_sym_AMP] = ACTIONS(1527), - [anon_sym_SEMI] = ACTIONS(1529), - [anon_sym_typedef] = ACTIONS(1527), - [anon_sym_extern] = ACTIONS(1527), - [anon_sym___attribute__] = ACTIONS(1527), - [anon_sym_COLON_COLON] = ACTIONS(1529), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1529), - [anon_sym___declspec] = ACTIONS(1527), - [anon_sym___based] = ACTIONS(1527), - [anon_sym___cdecl] = ACTIONS(1527), - [anon_sym___clrcall] = ACTIONS(1527), - [anon_sym___stdcall] = ACTIONS(1527), - [anon_sym___fastcall] = ACTIONS(1527), - [anon_sym___thiscall] = ACTIONS(1527), - [anon_sym___vectorcall] = ACTIONS(1527), - [anon_sym_LBRACE] = ACTIONS(1529), - [anon_sym_LBRACK] = ACTIONS(1527), - [anon_sym_static] = ACTIONS(1527), - [anon_sym_register] = ACTIONS(1527), - [anon_sym_inline] = ACTIONS(1527), - [anon_sym_thread_local] = ACTIONS(1527), - [anon_sym_const] = ACTIONS(1527), - [anon_sym_volatile] = ACTIONS(1527), - [anon_sym_restrict] = ACTIONS(1527), - [anon_sym__Atomic] = ACTIONS(1527), - [anon_sym_mutable] = ACTIONS(1527), - [anon_sym_constexpr] = ACTIONS(1527), - [anon_sym_signed] = ACTIONS(1527), - [anon_sym_unsigned] = ACTIONS(1527), - [anon_sym_long] = ACTIONS(1527), - [anon_sym_short] = ACTIONS(1527), - [sym_primitive_type] = ACTIONS(1527), - [anon_sym_enum] = ACTIONS(1527), - [anon_sym_class] = ACTIONS(1527), - [anon_sym_struct] = ACTIONS(1527), - [anon_sym_union] = ACTIONS(1527), - [anon_sym_if] = ACTIONS(1527), - [anon_sym_else] = ACTIONS(1527), - [anon_sym_switch] = ACTIONS(1527), - [anon_sym_case] = ACTIONS(1527), - [anon_sym_default] = ACTIONS(1527), - [anon_sym_while] = ACTIONS(1527), - [anon_sym_do] = ACTIONS(1527), - [anon_sym_for] = ACTIONS(1527), - [anon_sym_return] = ACTIONS(1527), - [anon_sym_break] = ACTIONS(1527), - [anon_sym_continue] = ACTIONS(1527), - [anon_sym_goto] = ACTIONS(1527), - [anon_sym_DASH_DASH] = ACTIONS(1529), - [anon_sym_PLUS_PLUS] = ACTIONS(1529), - [anon_sym_sizeof] = ACTIONS(1527), - [sym_number_literal] = ACTIONS(1529), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1529), - [anon_sym_u_DQUOTE] = ACTIONS(1529), - [anon_sym_U_DQUOTE] = ACTIONS(1529), - [anon_sym_u8_DQUOTE] = ACTIONS(1529), - [anon_sym_DQUOTE] = ACTIONS(1529), - [sym_true] = ACTIONS(1527), - [sym_false] = ACTIONS(1527), - [sym_null] = ACTIONS(1527), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1527), - [anon_sym_virtual] = ACTIONS(1527), - [anon_sym_explicit] = ACTIONS(1527), - [sym_auto] = ACTIONS(1527), - [anon_sym_typename] = ACTIONS(1527), - [anon_sym_template] = ACTIONS(1527), - [anon_sym_operator] = ACTIONS(1527), - [anon_sym_delete] = ACTIONS(1527), - [anon_sym_throw] = ACTIONS(1527), - [anon_sym_namespace] = ACTIONS(1527), - [anon_sym_using] = ACTIONS(1527), - [anon_sym_static_assert] = ACTIONS(1527), - [anon_sym_co_return] = ACTIONS(1527), - [anon_sym_co_yield] = ACTIONS(1527), - [anon_sym_try] = ACTIONS(1527), - [anon_sym_catch] = ACTIONS(1527), - [anon_sym_co_await] = ACTIONS(1527), - [anon_sym_new] = ACTIONS(1527), - [sym_operator_name] = ACTIONS(1527), - [sym_this] = ACTIONS(1527), - [sym_nullptr] = ACTIONS(1527), - [sym_alone_macro] = ACTIONS(1529), - [aux_sym_alone_macro_call_token1] = ACTIONS(1527), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1527), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_FORWARD] = ACTIONS(1527), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1527), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1527), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1527), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1527), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_PS_GET] = ACTIONS(1527), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1527), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1527), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1527), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1527), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1527), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1527), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1527), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1527), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1527), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1527), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1527), - [anon_sym_MOZ_COLD] = ACTIONS(1527), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1527), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1527), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1527), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1527), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1527), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1527), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1527), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1527), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1527), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1527), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1527), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1527), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1527), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1527), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1527), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1527), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1527), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1527), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1527), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1527), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_NONNULL] = ACTIONS(1527), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1527), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1527), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1527), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1527), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1527), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_NORETURN] = ACTIONS(1527), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1527), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1527), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1527), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1527), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1527), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1527), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1527), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1527), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1527), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1527), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1527), - [anon_sym_MOZ_RAII] = ACTIONS(1527), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1527), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1527), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1527), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1527), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1527), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1527), - [sym_raw_string_literal] = ACTIONS(1529), - }, - [203] = { - [sym_identifier] = ACTIONS(1738), - [aux_sym_preproc_include_token1] = ACTIONS(1738), - [aux_sym_preproc_def_token1] = ACTIONS(1738), - [aux_sym_preproc_if_token1] = ACTIONS(1738), - [aux_sym_preproc_if_token2] = ACTIONS(1738), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1738), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1738), - [aux_sym_preproc_else_token1] = ACTIONS(1738), - [aux_sym_preproc_elif_token1] = ACTIONS(1738), - [sym_preproc_directive] = ACTIONS(1738), - [anon_sym_LPAREN2] = ACTIONS(1740), - [anon_sym_BANG] = ACTIONS(1740), - [anon_sym_TILDE] = ACTIONS(1740), - [anon_sym_DASH] = ACTIONS(1738), - [anon_sym_PLUS] = ACTIONS(1738), - [anon_sym_STAR] = ACTIONS(1740), - [anon_sym_AMP_AMP] = ACTIONS(1740), - [anon_sym_AMP] = ACTIONS(1738), - [anon_sym_SEMI] = ACTIONS(1740), - [anon_sym_typedef] = ACTIONS(1738), - [anon_sym_extern] = ACTIONS(1738), - [anon_sym___attribute__] = ACTIONS(1738), - [anon_sym_COLON_COLON] = ACTIONS(1740), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1740), - [anon_sym___declspec] = ACTIONS(1738), - [anon_sym___based] = ACTIONS(1738), - [anon_sym___cdecl] = ACTIONS(1738), - [anon_sym___clrcall] = ACTIONS(1738), - [anon_sym___stdcall] = ACTIONS(1738), - [anon_sym___fastcall] = ACTIONS(1738), - [anon_sym___thiscall] = ACTIONS(1738), - [anon_sym___vectorcall] = ACTIONS(1738), - [anon_sym_LBRACE] = ACTIONS(1740), - [anon_sym_LBRACK] = ACTIONS(1738), - [anon_sym_static] = ACTIONS(1738), - [anon_sym_register] = ACTIONS(1738), - [anon_sym_inline] = ACTIONS(1738), - [anon_sym_thread_local] = ACTIONS(1738), - [anon_sym_const] = ACTIONS(1738), - [anon_sym_volatile] = ACTIONS(1738), - [anon_sym_restrict] = ACTIONS(1738), - [anon_sym__Atomic] = ACTIONS(1738), - [anon_sym_mutable] = ACTIONS(1738), - [anon_sym_constexpr] = ACTIONS(1738), - [anon_sym_signed] = ACTIONS(1738), - [anon_sym_unsigned] = ACTIONS(1738), - [anon_sym_long] = ACTIONS(1738), - [anon_sym_short] = ACTIONS(1738), - [sym_primitive_type] = ACTIONS(1738), - [anon_sym_enum] = ACTIONS(1738), - [anon_sym_class] = ACTIONS(1738), - [anon_sym_struct] = ACTIONS(1738), - [anon_sym_union] = ACTIONS(1738), - [anon_sym_if] = ACTIONS(1738), - [anon_sym_switch] = ACTIONS(1738), - [anon_sym_case] = ACTIONS(1738), - [anon_sym_default] = ACTIONS(1738), - [anon_sym_while] = ACTIONS(1738), - [anon_sym_do] = ACTIONS(1738), - [anon_sym_for] = ACTIONS(1738), - [anon_sym_return] = ACTIONS(1738), - [anon_sym_break] = ACTIONS(1738), - [anon_sym_continue] = ACTIONS(1738), - [anon_sym_goto] = ACTIONS(1738), - [anon_sym_DASH_DASH] = ACTIONS(1740), - [anon_sym_PLUS_PLUS] = ACTIONS(1740), - [anon_sym_sizeof] = ACTIONS(1738), - [sym_number_literal] = ACTIONS(1740), - [anon_sym_L_SQUOTE] = ACTIONS(1740), - [anon_sym_u_SQUOTE] = ACTIONS(1740), - [anon_sym_U_SQUOTE] = ACTIONS(1740), - [anon_sym_u8_SQUOTE] = ACTIONS(1740), - [anon_sym_SQUOTE] = ACTIONS(1740), - [anon_sym_L_DQUOTE] = ACTIONS(1740), - [anon_sym_u_DQUOTE] = ACTIONS(1740), - [anon_sym_U_DQUOTE] = ACTIONS(1740), - [anon_sym_u8_DQUOTE] = ACTIONS(1740), - [anon_sym_DQUOTE] = ACTIONS(1740), - [sym_true] = ACTIONS(1738), - [sym_false] = ACTIONS(1738), - [sym_null] = ACTIONS(1738), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1738), - [anon_sym_virtual] = ACTIONS(1738), - [anon_sym_explicit] = ACTIONS(1738), - [sym_auto] = ACTIONS(1738), - [anon_sym_typename] = ACTIONS(1738), - [anon_sym_template] = ACTIONS(1738), - [anon_sym_operator] = ACTIONS(1738), - [anon_sym_delete] = ACTIONS(1738), - [anon_sym_throw] = ACTIONS(1738), - [anon_sym_namespace] = ACTIONS(1738), - [anon_sym_using] = ACTIONS(1738), - [anon_sym_static_assert] = ACTIONS(1738), - [anon_sym_co_return] = ACTIONS(1738), - [anon_sym_co_yield] = ACTIONS(1738), - [anon_sym_try] = ACTIONS(1738), - [anon_sym_co_await] = ACTIONS(1738), - [anon_sym_new] = ACTIONS(1738), - [sym_operator_name] = ACTIONS(1738), - [sym_this] = ACTIONS(1738), - [sym_nullptr] = ACTIONS(1738), - [sym_alone_macro] = ACTIONS(1740), - [aux_sym_alone_macro_call_token1] = ACTIONS(1738), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1738), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1738), - [anon_sym_FORWARD] = ACTIONS(1738), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1738), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1738), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1738), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1738), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1738), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1738), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1738), - [anon_sym_PS_GET] = ACTIONS(1738), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1738), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1738), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1738), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1738), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1738), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1738), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1738), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1738), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1738), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1738), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1738), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1738), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1738), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1738), - [anon_sym_MOZ_COLD] = ACTIONS(1738), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1738), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1738), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1738), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1738), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1738), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1738), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1738), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1738), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1738), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1738), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1738), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1738), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1738), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1738), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1738), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1738), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1738), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1738), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1738), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1738), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_NONNULL] = ACTIONS(1738), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1738), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1738), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1738), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1738), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1738), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_NORETURN] = ACTIONS(1738), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1738), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1738), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1738), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1738), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1738), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1738), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1738), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1738), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1738), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1738), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1738), - [anon_sym_MOZ_RAII] = ACTIONS(1738), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1738), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1738), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1738), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1738), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1738), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1738), - [sym_raw_string_literal] = ACTIONS(1740), - }, - [204] = { - [sym_identifier] = ACTIONS(1742), - [aux_sym_preproc_include_token1] = ACTIONS(1742), - [aux_sym_preproc_def_token1] = ACTIONS(1742), - [aux_sym_preproc_if_token1] = ACTIONS(1742), - [aux_sym_preproc_if_token2] = ACTIONS(1742), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1742), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1742), - [aux_sym_preproc_else_token1] = ACTIONS(1742), - [aux_sym_preproc_elif_token1] = ACTIONS(1742), - [sym_preproc_directive] = ACTIONS(1742), - [anon_sym_LPAREN2] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1744), - [anon_sym_TILDE] = ACTIONS(1744), - [anon_sym_DASH] = ACTIONS(1742), - [anon_sym_PLUS] = ACTIONS(1742), - [anon_sym_STAR] = ACTIONS(1744), - [anon_sym_AMP_AMP] = ACTIONS(1744), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(1744), - [anon_sym_typedef] = ACTIONS(1742), - [anon_sym_extern] = ACTIONS(1742), - [anon_sym___attribute__] = ACTIONS(1742), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1744), - [anon_sym___declspec] = ACTIONS(1742), - [anon_sym___based] = ACTIONS(1742), - [anon_sym___cdecl] = ACTIONS(1742), - [anon_sym___clrcall] = ACTIONS(1742), - [anon_sym___stdcall] = ACTIONS(1742), - [anon_sym___fastcall] = ACTIONS(1742), - [anon_sym___thiscall] = ACTIONS(1742), - [anon_sym___vectorcall] = ACTIONS(1742), - [anon_sym_LBRACE] = ACTIONS(1744), - [anon_sym_LBRACK] = ACTIONS(1742), - [anon_sym_static] = ACTIONS(1742), - [anon_sym_register] = ACTIONS(1742), - [anon_sym_inline] = ACTIONS(1742), - [anon_sym_thread_local] = ACTIONS(1742), - [anon_sym_const] = ACTIONS(1742), - [anon_sym_volatile] = ACTIONS(1742), - [anon_sym_restrict] = ACTIONS(1742), - [anon_sym__Atomic] = ACTIONS(1742), - [anon_sym_mutable] = ACTIONS(1742), - [anon_sym_constexpr] = ACTIONS(1742), - [anon_sym_signed] = ACTIONS(1742), - [anon_sym_unsigned] = ACTIONS(1742), - [anon_sym_long] = ACTIONS(1742), - [anon_sym_short] = ACTIONS(1742), - [sym_primitive_type] = ACTIONS(1742), - [anon_sym_enum] = ACTIONS(1742), - [anon_sym_class] = ACTIONS(1742), - [anon_sym_struct] = ACTIONS(1742), - [anon_sym_union] = ACTIONS(1742), - [anon_sym_if] = ACTIONS(1742), - [anon_sym_switch] = ACTIONS(1742), - [anon_sym_case] = ACTIONS(1742), - [anon_sym_default] = ACTIONS(1742), - [anon_sym_while] = ACTIONS(1742), - [anon_sym_do] = ACTIONS(1742), - [anon_sym_for] = ACTIONS(1742), - [anon_sym_return] = ACTIONS(1742), - [anon_sym_break] = ACTIONS(1742), - [anon_sym_continue] = ACTIONS(1742), - [anon_sym_goto] = ACTIONS(1742), - [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_PLUS_PLUS] = ACTIONS(1744), - [anon_sym_sizeof] = ACTIONS(1742), - [sym_number_literal] = ACTIONS(1744), - [anon_sym_L_SQUOTE] = ACTIONS(1744), - [anon_sym_u_SQUOTE] = ACTIONS(1744), - [anon_sym_U_SQUOTE] = ACTIONS(1744), - [anon_sym_u8_SQUOTE] = ACTIONS(1744), - [anon_sym_SQUOTE] = ACTIONS(1744), - [anon_sym_L_DQUOTE] = ACTIONS(1744), - [anon_sym_u_DQUOTE] = ACTIONS(1744), - [anon_sym_U_DQUOTE] = ACTIONS(1744), - [anon_sym_u8_DQUOTE] = ACTIONS(1744), - [anon_sym_DQUOTE] = ACTIONS(1744), - [sym_true] = ACTIONS(1742), - [sym_false] = ACTIONS(1742), - [sym_null] = ACTIONS(1742), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1742), - [anon_sym_virtual] = ACTIONS(1742), - [anon_sym_explicit] = ACTIONS(1742), - [sym_auto] = ACTIONS(1742), - [anon_sym_typename] = ACTIONS(1742), - [anon_sym_template] = ACTIONS(1742), - [anon_sym_operator] = ACTIONS(1742), - [anon_sym_delete] = ACTIONS(1742), - [anon_sym_throw] = ACTIONS(1742), - [anon_sym_namespace] = ACTIONS(1742), - [anon_sym_using] = ACTIONS(1742), - [anon_sym_static_assert] = ACTIONS(1742), - [anon_sym_co_return] = ACTIONS(1742), - [anon_sym_co_yield] = ACTIONS(1742), - [anon_sym_try] = ACTIONS(1742), - [anon_sym_co_await] = ACTIONS(1742), - [anon_sym_new] = ACTIONS(1742), - [sym_operator_name] = ACTIONS(1742), - [sym_this] = ACTIONS(1742), - [sym_nullptr] = ACTIONS(1742), - [sym_alone_macro] = ACTIONS(1744), - [aux_sym_alone_macro_call_token1] = ACTIONS(1742), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1742), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1742), - [anon_sym_FORWARD] = ACTIONS(1742), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1742), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1742), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1742), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1742), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1742), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1742), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1742), - [anon_sym_PS_GET] = ACTIONS(1742), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1742), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1742), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1742), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1742), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1742), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1742), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1742), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1742), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1742), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1742), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1742), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1742), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1742), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1742), - [anon_sym_MOZ_COLD] = ACTIONS(1742), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1742), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1742), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1742), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1742), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1742), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1742), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1742), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1742), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1742), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1742), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1742), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1742), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1742), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1742), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1742), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1742), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1742), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1742), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1742), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1742), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_NONNULL] = ACTIONS(1742), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1742), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1742), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1742), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1742), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1742), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_NORETURN] = ACTIONS(1742), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1742), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1742), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1742), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1742), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1742), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1742), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1742), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1742), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1742), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1742), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1742), - [anon_sym_MOZ_RAII] = ACTIONS(1742), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1742), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1742), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1742), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1742), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1742), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1742), - [sym_raw_string_literal] = ACTIONS(1744), - }, - [205] = { - [sym_identifier] = ACTIONS(1746), - [aux_sym_preproc_include_token1] = ACTIONS(1746), - [aux_sym_preproc_def_token1] = ACTIONS(1746), - [aux_sym_preproc_if_token1] = ACTIONS(1746), - [aux_sym_preproc_if_token2] = ACTIONS(1746), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1746), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1746), - [aux_sym_preproc_else_token1] = ACTIONS(1746), - [aux_sym_preproc_elif_token1] = ACTIONS(1746), - [sym_preproc_directive] = ACTIONS(1746), - [anon_sym_LPAREN2] = ACTIONS(1748), - [anon_sym_BANG] = ACTIONS(1748), - [anon_sym_TILDE] = ACTIONS(1748), - [anon_sym_DASH] = ACTIONS(1746), - [anon_sym_PLUS] = ACTIONS(1746), - [anon_sym_STAR] = ACTIONS(1748), - [anon_sym_AMP_AMP] = ACTIONS(1748), - [anon_sym_AMP] = ACTIONS(1746), - [anon_sym_SEMI] = ACTIONS(1748), - [anon_sym_typedef] = ACTIONS(1746), - [anon_sym_extern] = ACTIONS(1746), - [anon_sym___attribute__] = ACTIONS(1746), - [anon_sym_COLON_COLON] = ACTIONS(1748), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1748), - [anon_sym___declspec] = ACTIONS(1746), - [anon_sym___based] = ACTIONS(1746), - [anon_sym___cdecl] = ACTIONS(1746), - [anon_sym___clrcall] = ACTIONS(1746), - [anon_sym___stdcall] = ACTIONS(1746), - [anon_sym___fastcall] = ACTIONS(1746), - [anon_sym___thiscall] = ACTIONS(1746), - [anon_sym___vectorcall] = ACTIONS(1746), - [anon_sym_LBRACE] = ACTIONS(1748), - [anon_sym_LBRACK] = ACTIONS(1746), - [anon_sym_static] = ACTIONS(1746), - [anon_sym_register] = ACTIONS(1746), - [anon_sym_inline] = ACTIONS(1746), - [anon_sym_thread_local] = ACTIONS(1746), - [anon_sym_const] = ACTIONS(1746), - [anon_sym_volatile] = ACTIONS(1746), - [anon_sym_restrict] = ACTIONS(1746), - [anon_sym__Atomic] = ACTIONS(1746), - [anon_sym_mutable] = ACTIONS(1746), - [anon_sym_constexpr] = ACTIONS(1746), - [anon_sym_signed] = ACTIONS(1746), - [anon_sym_unsigned] = ACTIONS(1746), - [anon_sym_long] = ACTIONS(1746), - [anon_sym_short] = ACTIONS(1746), - [sym_primitive_type] = ACTIONS(1746), - [anon_sym_enum] = ACTIONS(1746), - [anon_sym_class] = ACTIONS(1746), - [anon_sym_struct] = ACTIONS(1746), - [anon_sym_union] = ACTIONS(1746), - [anon_sym_if] = ACTIONS(1746), - [anon_sym_switch] = ACTIONS(1746), - [anon_sym_case] = ACTIONS(1746), - [anon_sym_default] = ACTIONS(1746), - [anon_sym_while] = ACTIONS(1746), - [anon_sym_do] = ACTIONS(1746), - [anon_sym_for] = ACTIONS(1746), - [anon_sym_return] = ACTIONS(1746), - [anon_sym_break] = ACTIONS(1746), - [anon_sym_continue] = ACTIONS(1746), - [anon_sym_goto] = ACTIONS(1746), - [anon_sym_DASH_DASH] = ACTIONS(1748), - [anon_sym_PLUS_PLUS] = ACTIONS(1748), - [anon_sym_sizeof] = ACTIONS(1746), - [sym_number_literal] = ACTIONS(1748), - [anon_sym_L_SQUOTE] = ACTIONS(1748), - [anon_sym_u_SQUOTE] = ACTIONS(1748), - [anon_sym_U_SQUOTE] = ACTIONS(1748), - [anon_sym_u8_SQUOTE] = ACTIONS(1748), - [anon_sym_SQUOTE] = ACTIONS(1748), - [anon_sym_L_DQUOTE] = ACTIONS(1748), - [anon_sym_u_DQUOTE] = ACTIONS(1748), - [anon_sym_U_DQUOTE] = ACTIONS(1748), - [anon_sym_u8_DQUOTE] = ACTIONS(1748), - [anon_sym_DQUOTE] = ACTIONS(1748), - [sym_true] = ACTIONS(1746), - [sym_false] = ACTIONS(1746), - [sym_null] = ACTIONS(1746), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1746), - [anon_sym_virtual] = ACTIONS(1746), - [anon_sym_explicit] = ACTIONS(1746), - [sym_auto] = ACTIONS(1746), - [anon_sym_typename] = ACTIONS(1746), - [anon_sym_template] = ACTIONS(1746), - [anon_sym_operator] = ACTIONS(1746), - [anon_sym_delete] = ACTIONS(1746), - [anon_sym_throw] = ACTIONS(1746), - [anon_sym_namespace] = ACTIONS(1746), - [anon_sym_using] = ACTIONS(1746), - [anon_sym_static_assert] = ACTIONS(1746), - [anon_sym_co_return] = ACTIONS(1746), - [anon_sym_co_yield] = ACTIONS(1746), - [anon_sym_try] = ACTIONS(1746), - [anon_sym_co_await] = ACTIONS(1746), - [anon_sym_new] = ACTIONS(1746), - [sym_operator_name] = ACTIONS(1746), - [sym_this] = ACTIONS(1746), - [sym_nullptr] = ACTIONS(1746), - [sym_alone_macro] = ACTIONS(1748), - [aux_sym_alone_macro_call_token1] = ACTIONS(1746), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1746), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1746), - [anon_sym_FORWARD] = ACTIONS(1746), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1746), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1746), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1746), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1746), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1746), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1746), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1746), - [anon_sym_PS_GET] = ACTIONS(1746), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1746), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1746), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1746), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1746), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1746), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1746), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1746), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1746), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1746), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1746), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1746), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1746), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1746), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1746), - [anon_sym_MOZ_COLD] = ACTIONS(1746), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1746), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1746), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1746), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1746), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1746), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1746), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1746), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1746), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1746), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1746), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1746), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1746), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1746), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1746), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1746), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1746), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1746), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1746), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1746), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1746), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1746), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1746), - [anon_sym_MOZ_NONNULL] = ACTIONS(1746), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1746), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1746), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1746), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1746), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1746), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1746), - [anon_sym_MOZ_NORETURN] = ACTIONS(1746), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1746), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1746), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1746), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1746), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1746), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1746), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1746), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1746), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1746), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1746), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1746), - [anon_sym_MOZ_RAII] = ACTIONS(1746), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1746), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1746), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1746), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1746), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1746), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1746), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1746), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1746), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1746), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1746), - [sym_raw_string_literal] = ACTIONS(1748), - }, - [206] = { - [sym_identifier] = ACTIONS(1750), - [aux_sym_preproc_include_token1] = ACTIONS(1750), - [aux_sym_preproc_def_token1] = ACTIONS(1750), - [aux_sym_preproc_if_token1] = ACTIONS(1750), - [aux_sym_preproc_if_token2] = ACTIONS(1750), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1750), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1750), - [aux_sym_preproc_else_token1] = ACTIONS(1750), - [aux_sym_preproc_elif_token1] = ACTIONS(1750), - [sym_preproc_directive] = ACTIONS(1750), - [anon_sym_LPAREN2] = ACTIONS(1752), - [anon_sym_BANG] = ACTIONS(1752), - [anon_sym_TILDE] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1750), - [anon_sym_PLUS] = ACTIONS(1750), - [anon_sym_STAR] = ACTIONS(1752), - [anon_sym_AMP_AMP] = ACTIONS(1752), - [anon_sym_AMP] = ACTIONS(1750), - [anon_sym_SEMI] = ACTIONS(1752), - [anon_sym_typedef] = ACTIONS(1750), - [anon_sym_extern] = ACTIONS(1750), - [anon_sym___attribute__] = ACTIONS(1750), - [anon_sym_COLON_COLON] = ACTIONS(1752), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1752), - [anon_sym___declspec] = ACTIONS(1750), - [anon_sym___based] = ACTIONS(1750), - [anon_sym___cdecl] = ACTIONS(1750), - [anon_sym___clrcall] = ACTIONS(1750), - [anon_sym___stdcall] = ACTIONS(1750), - [anon_sym___fastcall] = ACTIONS(1750), - [anon_sym___thiscall] = ACTIONS(1750), - [anon_sym___vectorcall] = ACTIONS(1750), - [anon_sym_LBRACE] = ACTIONS(1752), - [anon_sym_LBRACK] = ACTIONS(1750), - [anon_sym_static] = ACTIONS(1750), - [anon_sym_register] = ACTIONS(1750), - [anon_sym_inline] = ACTIONS(1750), - [anon_sym_thread_local] = ACTIONS(1750), - [anon_sym_const] = ACTIONS(1750), - [anon_sym_volatile] = ACTIONS(1750), - [anon_sym_restrict] = ACTIONS(1750), - [anon_sym__Atomic] = ACTIONS(1750), - [anon_sym_mutable] = ACTIONS(1750), - [anon_sym_constexpr] = ACTIONS(1750), - [anon_sym_signed] = ACTIONS(1750), - [anon_sym_unsigned] = ACTIONS(1750), - [anon_sym_long] = ACTIONS(1750), - [anon_sym_short] = ACTIONS(1750), - [sym_primitive_type] = ACTIONS(1750), - [anon_sym_enum] = ACTIONS(1750), - [anon_sym_class] = ACTIONS(1750), - [anon_sym_struct] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_if] = ACTIONS(1750), - [anon_sym_switch] = ACTIONS(1750), - [anon_sym_case] = ACTIONS(1750), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_while] = ACTIONS(1750), - [anon_sym_do] = ACTIONS(1750), - [anon_sym_for] = ACTIONS(1750), - [anon_sym_return] = ACTIONS(1750), - [anon_sym_break] = ACTIONS(1750), - [anon_sym_continue] = ACTIONS(1750), - [anon_sym_goto] = ACTIONS(1750), - [anon_sym_DASH_DASH] = ACTIONS(1752), - [anon_sym_PLUS_PLUS] = ACTIONS(1752), - [anon_sym_sizeof] = ACTIONS(1750), - [sym_number_literal] = ACTIONS(1752), - [anon_sym_L_SQUOTE] = ACTIONS(1752), - [anon_sym_u_SQUOTE] = ACTIONS(1752), - [anon_sym_U_SQUOTE] = ACTIONS(1752), - [anon_sym_u8_SQUOTE] = ACTIONS(1752), - [anon_sym_SQUOTE] = ACTIONS(1752), - [anon_sym_L_DQUOTE] = ACTIONS(1752), - [anon_sym_u_DQUOTE] = ACTIONS(1752), - [anon_sym_U_DQUOTE] = ACTIONS(1752), - [anon_sym_u8_DQUOTE] = ACTIONS(1752), - [anon_sym_DQUOTE] = ACTIONS(1752), - [sym_true] = ACTIONS(1750), - [sym_false] = ACTIONS(1750), - [sym_null] = ACTIONS(1750), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1750), - [anon_sym_virtual] = ACTIONS(1750), - [anon_sym_explicit] = ACTIONS(1750), - [sym_auto] = ACTIONS(1750), - [anon_sym_typename] = ACTIONS(1750), - [anon_sym_template] = ACTIONS(1750), - [anon_sym_operator] = ACTIONS(1750), - [anon_sym_delete] = ACTIONS(1750), - [anon_sym_throw] = ACTIONS(1750), - [anon_sym_namespace] = ACTIONS(1750), - [anon_sym_using] = ACTIONS(1750), - [anon_sym_static_assert] = ACTIONS(1750), - [anon_sym_co_return] = ACTIONS(1750), - [anon_sym_co_yield] = ACTIONS(1750), - [anon_sym_try] = ACTIONS(1750), - [anon_sym_co_await] = ACTIONS(1750), - [anon_sym_new] = ACTIONS(1750), - [sym_operator_name] = ACTIONS(1750), - [sym_this] = ACTIONS(1750), - [sym_nullptr] = ACTIONS(1750), - [sym_alone_macro] = ACTIONS(1752), - [aux_sym_alone_macro_call_token1] = ACTIONS(1750), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1750), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1750), - [anon_sym_FORWARD] = ACTIONS(1750), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1750), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1750), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1750), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1750), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1750), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1750), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1750), - [anon_sym_PS_GET] = ACTIONS(1750), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1750), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1750), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1750), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1750), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1750), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1750), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1750), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1750), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1750), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1750), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1750), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1750), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1750), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1750), - [anon_sym_MOZ_COLD] = ACTIONS(1750), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1750), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1750), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1750), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1750), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1750), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1750), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1750), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1750), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1750), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1750), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1750), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1750), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1750), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1750), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1750), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1750), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1750), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1750), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1750), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1750), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1750), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1750), - [anon_sym_MOZ_NONNULL] = ACTIONS(1750), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1750), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1750), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1750), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1750), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1750), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1750), - [anon_sym_MOZ_NORETURN] = ACTIONS(1750), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1750), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1750), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1750), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1750), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1750), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1750), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1750), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1750), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1750), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1750), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1750), - [anon_sym_MOZ_RAII] = ACTIONS(1750), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1750), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1750), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1750), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1750), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1750), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1750), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1750), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1750), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1750), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1750), - [sym_raw_string_literal] = ACTIONS(1752), - }, - [207] = { - [ts_builtin_sym_end] = ACTIONS(1529), - [sym_identifier] = ACTIONS(1527), - [aux_sym_preproc_include_token1] = ACTIONS(1527), - [aux_sym_preproc_def_token1] = ACTIONS(1527), - [aux_sym_preproc_if_token1] = ACTIONS(1527), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1527), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1527), - [sym_preproc_directive] = ACTIONS(1527), - [anon_sym_LPAREN2] = ACTIONS(1529), - [anon_sym_BANG] = ACTIONS(1529), - [anon_sym_TILDE] = ACTIONS(1529), - [anon_sym_DASH] = ACTIONS(1527), - [anon_sym_PLUS] = ACTIONS(1527), - [anon_sym_STAR] = ACTIONS(1529), - [anon_sym_AMP_AMP] = ACTIONS(1529), - [anon_sym_AMP] = ACTIONS(1527), - [anon_sym_SEMI] = ACTIONS(1529), - [anon_sym_typedef] = ACTIONS(1527), - [anon_sym_extern] = ACTIONS(1527), - [anon_sym___attribute__] = ACTIONS(1527), - [anon_sym_COLON_COLON] = ACTIONS(1529), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1529), - [anon_sym___declspec] = ACTIONS(1527), - [anon_sym___based] = ACTIONS(1527), - [anon_sym___cdecl] = ACTIONS(1527), - [anon_sym___clrcall] = ACTIONS(1527), - [anon_sym___stdcall] = ACTIONS(1527), - [anon_sym___fastcall] = ACTIONS(1527), - [anon_sym___thiscall] = ACTIONS(1527), - [anon_sym___vectorcall] = ACTIONS(1527), - [anon_sym_LBRACE] = ACTIONS(1529), - [anon_sym_LBRACK] = ACTIONS(1527), - [anon_sym_static] = ACTIONS(1527), - [anon_sym_register] = ACTIONS(1527), - [anon_sym_inline] = ACTIONS(1527), - [anon_sym_thread_local] = ACTIONS(1527), - [anon_sym_const] = ACTIONS(1527), - [anon_sym_volatile] = ACTIONS(1527), - [anon_sym_restrict] = ACTIONS(1527), - [anon_sym__Atomic] = ACTIONS(1527), - [anon_sym_mutable] = ACTIONS(1527), - [anon_sym_constexpr] = ACTIONS(1527), - [anon_sym_signed] = ACTIONS(1527), - [anon_sym_unsigned] = ACTIONS(1527), - [anon_sym_long] = ACTIONS(1527), - [anon_sym_short] = ACTIONS(1527), - [sym_primitive_type] = ACTIONS(1527), - [anon_sym_enum] = ACTIONS(1527), - [anon_sym_class] = ACTIONS(1527), - [anon_sym_struct] = ACTIONS(1527), - [anon_sym_union] = ACTIONS(1527), - [anon_sym_if] = ACTIONS(1527), - [anon_sym_else] = ACTIONS(1527), - [anon_sym_switch] = ACTIONS(1527), - [anon_sym_case] = ACTIONS(1527), - [anon_sym_default] = ACTIONS(1527), - [anon_sym_while] = ACTIONS(1527), - [anon_sym_do] = ACTIONS(1527), - [anon_sym_for] = ACTIONS(1527), - [anon_sym_return] = ACTIONS(1527), - [anon_sym_break] = ACTIONS(1527), - [anon_sym_continue] = ACTIONS(1527), - [anon_sym_goto] = ACTIONS(1527), - [anon_sym_DASH_DASH] = ACTIONS(1529), - [anon_sym_PLUS_PLUS] = ACTIONS(1529), - [anon_sym_sizeof] = ACTIONS(1527), - [sym_number_literal] = ACTIONS(1529), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1529), - [anon_sym_u_DQUOTE] = ACTIONS(1529), - [anon_sym_U_DQUOTE] = ACTIONS(1529), - [anon_sym_u8_DQUOTE] = ACTIONS(1529), - [anon_sym_DQUOTE] = ACTIONS(1529), - [sym_true] = ACTIONS(1527), - [sym_false] = ACTIONS(1527), - [sym_null] = ACTIONS(1527), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1527), - [anon_sym_virtual] = ACTIONS(1527), - [anon_sym_explicit] = ACTIONS(1527), - [sym_auto] = ACTIONS(1527), - [anon_sym_typename] = ACTIONS(1527), - [anon_sym_template] = ACTIONS(1527), - [anon_sym_operator] = ACTIONS(1527), - [anon_sym_delete] = ACTIONS(1527), - [anon_sym_throw] = ACTIONS(1527), - [anon_sym_namespace] = ACTIONS(1527), - [anon_sym_using] = ACTIONS(1527), - [anon_sym_static_assert] = ACTIONS(1527), - [anon_sym_co_return] = ACTIONS(1527), - [anon_sym_co_yield] = ACTIONS(1527), - [anon_sym_try] = ACTIONS(1527), - [anon_sym_catch] = ACTIONS(1527), - [anon_sym_co_await] = ACTIONS(1527), - [anon_sym_new] = ACTIONS(1527), - [sym_operator_name] = ACTIONS(1527), - [sym_this] = ACTIONS(1527), - [sym_nullptr] = ACTIONS(1527), - [sym_alone_macro] = ACTIONS(1529), - [aux_sym_alone_macro_call_token1] = ACTIONS(1527), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1527), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_FORWARD] = ACTIONS(1527), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1527), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1527), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1527), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1527), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_PS_GET] = ACTIONS(1527), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1527), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1527), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1527), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1527), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1527), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1527), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1527), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1527), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1527), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1527), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1527), - [anon_sym_MOZ_COLD] = ACTIONS(1527), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1527), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1527), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1527), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1527), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1527), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1527), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1527), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1527), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1527), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1527), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1527), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1527), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1527), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1527), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1527), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1527), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1527), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1527), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1527), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1527), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_NONNULL] = ACTIONS(1527), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1527), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1527), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1527), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1527), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1527), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_NORETURN] = ACTIONS(1527), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1527), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1527), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1527), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1527), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1527), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1527), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1527), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1527), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1527), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1527), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1527), - [anon_sym_MOZ_RAII] = ACTIONS(1527), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1527), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1527), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1527), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1527), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1527), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1527), - [sym_raw_string_literal] = ACTIONS(1529), - }, - [208] = { - [sym_identifier] = ACTIONS(1754), - [aux_sym_preproc_include_token1] = ACTIONS(1754), - [aux_sym_preproc_def_token1] = ACTIONS(1754), - [aux_sym_preproc_if_token1] = ACTIONS(1754), - [aux_sym_preproc_if_token2] = ACTIONS(1754), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1754), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1754), - [aux_sym_preproc_else_token1] = ACTIONS(1754), - [aux_sym_preproc_elif_token1] = ACTIONS(1754), - [sym_preproc_directive] = ACTIONS(1754), - [anon_sym_LPAREN2] = ACTIONS(1756), - [anon_sym_BANG] = ACTIONS(1756), - [anon_sym_TILDE] = ACTIONS(1756), - [anon_sym_DASH] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1754), - [anon_sym_STAR] = ACTIONS(1756), - [anon_sym_AMP_AMP] = ACTIONS(1756), - [anon_sym_AMP] = ACTIONS(1754), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym___declspec] = ACTIONS(1754), - [anon_sym___based] = ACTIONS(1754), - [anon_sym___cdecl] = ACTIONS(1754), - [anon_sym___clrcall] = ACTIONS(1754), - [anon_sym___stdcall] = ACTIONS(1754), - [anon_sym___fastcall] = ACTIONS(1754), - [anon_sym___thiscall] = ACTIONS(1754), - [anon_sym___vectorcall] = ACTIONS(1754), - [anon_sym_LBRACE] = ACTIONS(1756), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_static] = ACTIONS(1754), - [anon_sym_register] = ACTIONS(1754), - [anon_sym_inline] = ACTIONS(1754), - [anon_sym_thread_local] = ACTIONS(1754), - [anon_sym_const] = ACTIONS(1754), - [anon_sym_volatile] = ACTIONS(1754), - [anon_sym_restrict] = ACTIONS(1754), - [anon_sym__Atomic] = ACTIONS(1754), - [anon_sym_mutable] = ACTIONS(1754), - [anon_sym_constexpr] = ACTIONS(1754), - [anon_sym_signed] = ACTIONS(1754), - [anon_sym_unsigned] = ACTIONS(1754), - [anon_sym_long] = ACTIONS(1754), - [anon_sym_short] = ACTIONS(1754), - [sym_primitive_type] = ACTIONS(1754), - [anon_sym_enum] = ACTIONS(1754), - [anon_sym_class] = ACTIONS(1754), - [anon_sym_struct] = ACTIONS(1754), - [anon_sym_union] = ACTIONS(1754), - [anon_sym_if] = ACTIONS(1754), - [anon_sym_switch] = ACTIONS(1754), - [anon_sym_case] = ACTIONS(1754), - [anon_sym_default] = ACTIONS(1754), - [anon_sym_while] = ACTIONS(1754), - [anon_sym_do] = ACTIONS(1754), - [anon_sym_for] = ACTIONS(1754), - [anon_sym_return] = ACTIONS(1754), - [anon_sym_break] = ACTIONS(1754), - [anon_sym_continue] = ACTIONS(1754), - [anon_sym_goto] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1756), - [anon_sym_PLUS_PLUS] = ACTIONS(1756), - [anon_sym_sizeof] = ACTIONS(1754), - [sym_number_literal] = ACTIONS(1756), - [anon_sym_L_SQUOTE] = ACTIONS(1756), - [anon_sym_u_SQUOTE] = ACTIONS(1756), - [anon_sym_U_SQUOTE] = ACTIONS(1756), - [anon_sym_u8_SQUOTE] = ACTIONS(1756), - [anon_sym_SQUOTE] = ACTIONS(1756), - [anon_sym_L_DQUOTE] = ACTIONS(1756), - [anon_sym_u_DQUOTE] = ACTIONS(1756), - [anon_sym_U_DQUOTE] = ACTIONS(1756), - [anon_sym_u8_DQUOTE] = ACTIONS(1756), - [anon_sym_DQUOTE] = ACTIONS(1756), - [sym_true] = ACTIONS(1754), - [sym_false] = ACTIONS(1754), - [sym_null] = ACTIONS(1754), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1754), - [anon_sym_virtual] = ACTIONS(1754), - [anon_sym_explicit] = ACTIONS(1754), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_template] = ACTIONS(1754), - [anon_sym_operator] = ACTIONS(1754), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_throw] = ACTIONS(1754), - [anon_sym_namespace] = ACTIONS(1754), - [anon_sym_using] = ACTIONS(1754), - [anon_sym_static_assert] = ACTIONS(1754), - [anon_sym_co_return] = ACTIONS(1754), - [anon_sym_co_yield] = ACTIONS(1754), - [anon_sym_try] = ACTIONS(1754), - [anon_sym_co_await] = ACTIONS(1754), - [anon_sym_new] = ACTIONS(1754), - [sym_operator_name] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = ACTIONS(1754), - [sym_alone_macro] = ACTIONS(1756), - [aux_sym_alone_macro_call_token1] = ACTIONS(1754), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1754), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1754), - [anon_sym_FORWARD] = ACTIONS(1754), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1754), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1754), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1754), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1754), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1754), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1754), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1754), - [anon_sym_PS_GET] = ACTIONS(1754), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1754), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1754), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1754), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1754), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1754), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1754), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1754), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1754), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1754), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1754), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1754), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1754), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1754), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1754), - [anon_sym_MOZ_COLD] = ACTIONS(1754), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1754), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1754), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1754), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1754), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1754), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1754), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1754), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1754), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1754), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1754), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1754), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1754), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1754), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1754), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1754), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1754), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1754), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1754), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1754), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1754), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_NONNULL] = ACTIONS(1754), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1754), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1754), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1754), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1754), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1754), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_NORETURN] = ACTIONS(1754), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1754), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1754), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1754), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1754), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1754), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1754), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1754), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1754), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1754), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1754), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1754), - [anon_sym_MOZ_RAII] = ACTIONS(1754), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1754), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1754), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1754), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1754), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1754), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1754), - [sym_raw_string_literal] = ACTIONS(1756), - }, - [209] = { - [sym_identifier] = ACTIONS(1758), - [aux_sym_preproc_include_token1] = ACTIONS(1758), - [aux_sym_preproc_def_token1] = ACTIONS(1758), - [aux_sym_preproc_if_token1] = ACTIONS(1758), - [aux_sym_preproc_if_token2] = ACTIONS(1758), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1758), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1758), - [aux_sym_preproc_else_token1] = ACTIONS(1758), - [aux_sym_preproc_elif_token1] = ACTIONS(1758), - [sym_preproc_directive] = ACTIONS(1758), - [anon_sym_LPAREN2] = ACTIONS(1760), - [anon_sym_BANG] = ACTIONS(1760), - [anon_sym_TILDE] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1758), - [anon_sym_STAR] = ACTIONS(1760), - [anon_sym_AMP_AMP] = ACTIONS(1760), - [anon_sym_AMP] = ACTIONS(1758), - [anon_sym_SEMI] = ACTIONS(1760), - [anon_sym_typedef] = ACTIONS(1758), - [anon_sym_extern] = ACTIONS(1758), - [anon_sym___attribute__] = ACTIONS(1758), - [anon_sym_COLON_COLON] = ACTIONS(1760), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1760), - [anon_sym___declspec] = ACTIONS(1758), - [anon_sym___based] = ACTIONS(1758), - [anon_sym___cdecl] = ACTIONS(1758), - [anon_sym___clrcall] = ACTIONS(1758), - [anon_sym___stdcall] = ACTIONS(1758), - [anon_sym___fastcall] = ACTIONS(1758), - [anon_sym___thiscall] = ACTIONS(1758), - [anon_sym___vectorcall] = ACTIONS(1758), - [anon_sym_LBRACE] = ACTIONS(1760), - [anon_sym_LBRACK] = ACTIONS(1758), - [anon_sym_static] = ACTIONS(1758), - [anon_sym_register] = ACTIONS(1758), - [anon_sym_inline] = ACTIONS(1758), - [anon_sym_thread_local] = ACTIONS(1758), - [anon_sym_const] = ACTIONS(1758), - [anon_sym_volatile] = ACTIONS(1758), - [anon_sym_restrict] = ACTIONS(1758), - [anon_sym__Atomic] = ACTIONS(1758), - [anon_sym_mutable] = ACTIONS(1758), - [anon_sym_constexpr] = ACTIONS(1758), - [anon_sym_signed] = ACTIONS(1758), - [anon_sym_unsigned] = ACTIONS(1758), - [anon_sym_long] = ACTIONS(1758), - [anon_sym_short] = ACTIONS(1758), - [sym_primitive_type] = ACTIONS(1758), - [anon_sym_enum] = ACTIONS(1758), - [anon_sym_class] = ACTIONS(1758), - [anon_sym_struct] = ACTIONS(1758), - [anon_sym_union] = ACTIONS(1758), - [anon_sym_if] = ACTIONS(1758), - [anon_sym_switch] = ACTIONS(1758), - [anon_sym_case] = ACTIONS(1758), - [anon_sym_default] = ACTIONS(1758), - [anon_sym_while] = ACTIONS(1758), - [anon_sym_do] = ACTIONS(1758), - [anon_sym_for] = ACTIONS(1758), - [anon_sym_return] = ACTIONS(1758), - [anon_sym_break] = ACTIONS(1758), - [anon_sym_continue] = ACTIONS(1758), - [anon_sym_goto] = ACTIONS(1758), - [anon_sym_DASH_DASH] = ACTIONS(1760), - [anon_sym_PLUS_PLUS] = ACTIONS(1760), - [anon_sym_sizeof] = ACTIONS(1758), - [sym_number_literal] = ACTIONS(1760), - [anon_sym_L_SQUOTE] = ACTIONS(1760), - [anon_sym_u_SQUOTE] = ACTIONS(1760), - [anon_sym_U_SQUOTE] = ACTIONS(1760), - [anon_sym_u8_SQUOTE] = ACTIONS(1760), - [anon_sym_SQUOTE] = ACTIONS(1760), - [anon_sym_L_DQUOTE] = ACTIONS(1760), - [anon_sym_u_DQUOTE] = ACTIONS(1760), - [anon_sym_U_DQUOTE] = ACTIONS(1760), - [anon_sym_u8_DQUOTE] = ACTIONS(1760), - [anon_sym_DQUOTE] = ACTIONS(1760), - [sym_true] = ACTIONS(1758), - [sym_false] = ACTIONS(1758), - [sym_null] = ACTIONS(1758), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1758), - [anon_sym_virtual] = ACTIONS(1758), - [anon_sym_explicit] = ACTIONS(1758), - [sym_auto] = ACTIONS(1758), - [anon_sym_typename] = ACTIONS(1758), - [anon_sym_template] = ACTIONS(1758), - [anon_sym_operator] = ACTIONS(1758), - [anon_sym_delete] = ACTIONS(1758), - [anon_sym_throw] = ACTIONS(1758), - [anon_sym_namespace] = ACTIONS(1758), - [anon_sym_using] = ACTIONS(1758), - [anon_sym_static_assert] = ACTIONS(1758), - [anon_sym_co_return] = ACTIONS(1758), - [anon_sym_co_yield] = ACTIONS(1758), - [anon_sym_try] = ACTIONS(1758), - [anon_sym_co_await] = ACTIONS(1758), - [anon_sym_new] = ACTIONS(1758), - [sym_operator_name] = ACTIONS(1758), - [sym_this] = ACTIONS(1758), - [sym_nullptr] = ACTIONS(1758), - [sym_alone_macro] = ACTIONS(1760), - [aux_sym_alone_macro_call_token1] = ACTIONS(1758), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1758), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1758), - [anon_sym_FORWARD] = ACTIONS(1758), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1758), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1758), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1758), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1758), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1758), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1758), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1758), - [anon_sym_PS_GET] = ACTIONS(1758), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1758), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1758), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1758), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1758), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1758), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1758), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1758), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1758), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1758), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1758), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1758), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1758), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1758), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1758), - [anon_sym_MOZ_COLD] = ACTIONS(1758), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1758), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1758), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1758), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1758), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1758), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1758), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1758), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1758), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1758), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1758), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1758), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1758), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1758), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1758), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1758), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1758), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1758), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1758), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1758), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1758), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1758), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1758), - [anon_sym_MOZ_NONNULL] = ACTIONS(1758), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1758), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1758), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1758), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1758), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1758), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1758), - [anon_sym_MOZ_NORETURN] = ACTIONS(1758), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1758), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1758), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1758), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1758), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1758), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1758), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1758), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1758), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1758), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1758), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1758), - [anon_sym_MOZ_RAII] = ACTIONS(1758), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1758), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1758), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1758), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1758), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1758), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1758), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1758), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1758), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1758), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1758), - [sym_raw_string_literal] = ACTIONS(1760), - }, - [210] = { - [sym_identifier] = ACTIONS(1762), - [aux_sym_preproc_include_token1] = ACTIONS(1762), - [aux_sym_preproc_def_token1] = ACTIONS(1762), - [aux_sym_preproc_if_token1] = ACTIONS(1762), - [aux_sym_preproc_if_token2] = ACTIONS(1762), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1762), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1762), - [aux_sym_preproc_else_token1] = ACTIONS(1762), - [aux_sym_preproc_elif_token1] = ACTIONS(1762), - [sym_preproc_directive] = ACTIONS(1762), - [anon_sym_LPAREN2] = ACTIONS(1764), - [anon_sym_BANG] = ACTIONS(1764), - [anon_sym_TILDE] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1762), - [anon_sym_PLUS] = ACTIONS(1762), - [anon_sym_STAR] = ACTIONS(1764), - [anon_sym_AMP_AMP] = ACTIONS(1764), - [anon_sym_AMP] = ACTIONS(1762), - [anon_sym_SEMI] = ACTIONS(1764), - [anon_sym_typedef] = ACTIONS(1762), - [anon_sym_extern] = ACTIONS(1762), - [anon_sym___attribute__] = ACTIONS(1762), - [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(1762), - [anon_sym___based] = ACTIONS(1762), - [anon_sym___cdecl] = ACTIONS(1762), - [anon_sym___clrcall] = ACTIONS(1762), - [anon_sym___stdcall] = ACTIONS(1762), - [anon_sym___fastcall] = ACTIONS(1762), - [anon_sym___thiscall] = ACTIONS(1762), - [anon_sym___vectorcall] = ACTIONS(1762), - [anon_sym_LBRACE] = ACTIONS(1764), - [anon_sym_LBRACK] = ACTIONS(1762), - [anon_sym_static] = ACTIONS(1762), - [anon_sym_register] = ACTIONS(1762), - [anon_sym_inline] = ACTIONS(1762), - [anon_sym_thread_local] = ACTIONS(1762), - [anon_sym_const] = ACTIONS(1762), - [anon_sym_volatile] = ACTIONS(1762), - [anon_sym_restrict] = ACTIONS(1762), - [anon_sym__Atomic] = ACTIONS(1762), - [anon_sym_mutable] = ACTIONS(1762), - [anon_sym_constexpr] = ACTIONS(1762), - [anon_sym_signed] = ACTIONS(1762), - [anon_sym_unsigned] = ACTIONS(1762), - [anon_sym_long] = ACTIONS(1762), - [anon_sym_short] = ACTIONS(1762), - [sym_primitive_type] = ACTIONS(1762), - [anon_sym_enum] = ACTIONS(1762), - [anon_sym_class] = ACTIONS(1762), - [anon_sym_struct] = ACTIONS(1762), - [anon_sym_union] = ACTIONS(1762), - [anon_sym_if] = ACTIONS(1762), - [anon_sym_switch] = ACTIONS(1762), - [anon_sym_case] = ACTIONS(1762), - [anon_sym_default] = ACTIONS(1762), - [anon_sym_while] = ACTIONS(1762), - [anon_sym_do] = ACTIONS(1762), - [anon_sym_for] = ACTIONS(1762), - [anon_sym_return] = ACTIONS(1762), - [anon_sym_break] = ACTIONS(1762), - [anon_sym_continue] = ACTIONS(1762), - [anon_sym_goto] = ACTIONS(1762), - [anon_sym_DASH_DASH] = ACTIONS(1764), - [anon_sym_PLUS_PLUS] = ACTIONS(1764), - [anon_sym_sizeof] = ACTIONS(1762), - [sym_number_literal] = ACTIONS(1764), - [anon_sym_L_SQUOTE] = ACTIONS(1764), - [anon_sym_u_SQUOTE] = ACTIONS(1764), - [anon_sym_U_SQUOTE] = ACTIONS(1764), - [anon_sym_u8_SQUOTE] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1764), - [anon_sym_L_DQUOTE] = ACTIONS(1764), - [anon_sym_u_DQUOTE] = ACTIONS(1764), - [anon_sym_U_DQUOTE] = ACTIONS(1764), - [anon_sym_u8_DQUOTE] = ACTIONS(1764), - [anon_sym_DQUOTE] = ACTIONS(1764), - [sym_true] = ACTIONS(1762), - [sym_false] = ACTIONS(1762), - [sym_null] = ACTIONS(1762), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1762), - [anon_sym_virtual] = ACTIONS(1762), - [anon_sym_explicit] = ACTIONS(1762), - [sym_auto] = ACTIONS(1762), - [anon_sym_typename] = ACTIONS(1762), - [anon_sym_template] = ACTIONS(1762), - [anon_sym_operator] = ACTIONS(1762), - [anon_sym_delete] = ACTIONS(1762), - [anon_sym_throw] = ACTIONS(1762), - [anon_sym_namespace] = ACTIONS(1762), - [anon_sym_using] = ACTIONS(1762), - [anon_sym_static_assert] = ACTIONS(1762), - [anon_sym_co_return] = ACTIONS(1762), - [anon_sym_co_yield] = ACTIONS(1762), - [anon_sym_try] = ACTIONS(1762), - [anon_sym_co_await] = ACTIONS(1762), - [anon_sym_new] = ACTIONS(1762), - [sym_operator_name] = ACTIONS(1762), - [sym_this] = ACTIONS(1762), - [sym_nullptr] = ACTIONS(1762), - [sym_alone_macro] = ACTIONS(1764), - [aux_sym_alone_macro_call_token1] = ACTIONS(1762), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1762), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1762), - [anon_sym_FORWARD] = ACTIONS(1762), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1762), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1762), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1762), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1762), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1762), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1762), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1762), - [anon_sym_PS_GET] = ACTIONS(1762), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1762), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1762), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1762), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1762), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1762), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1762), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1762), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1762), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1762), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1762), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1762), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1762), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1762), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1762), - [anon_sym_MOZ_COLD] = ACTIONS(1762), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1762), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1762), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1762), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1762), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1762), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1762), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1762), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1762), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1762), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1762), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1762), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1762), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1762), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1762), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1762), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1762), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1762), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1762), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1762), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1762), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1762), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1762), - [anon_sym_MOZ_NONNULL] = ACTIONS(1762), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1762), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1762), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1762), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1762), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1762), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1762), - [anon_sym_MOZ_NORETURN] = ACTIONS(1762), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1762), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1762), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1762), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1762), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1762), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1762), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1762), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1762), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1762), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1762), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1762), - [anon_sym_MOZ_RAII] = ACTIONS(1762), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1762), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1762), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1762), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1762), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1762), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1762), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1762), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1762), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1762), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1762), - [sym_raw_string_literal] = ACTIONS(1764), - }, - [211] = { - [sym_identifier] = ACTIONS(1766), - [aux_sym_preproc_include_token1] = ACTIONS(1766), - [aux_sym_preproc_def_token1] = ACTIONS(1766), - [aux_sym_preproc_if_token1] = ACTIONS(1766), - [aux_sym_preproc_if_token2] = ACTIONS(1766), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1766), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1766), - [aux_sym_preproc_else_token1] = ACTIONS(1766), - [aux_sym_preproc_elif_token1] = ACTIONS(1766), - [sym_preproc_directive] = ACTIONS(1766), - [anon_sym_LPAREN2] = ACTIONS(1768), - [anon_sym_BANG] = ACTIONS(1768), - [anon_sym_TILDE] = ACTIONS(1768), - [anon_sym_DASH] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1766), - [anon_sym_STAR] = ACTIONS(1768), - [anon_sym_AMP_AMP] = ACTIONS(1768), - [anon_sym_AMP] = ACTIONS(1766), - [anon_sym_SEMI] = ACTIONS(1768), - [anon_sym_typedef] = ACTIONS(1766), - [anon_sym_extern] = ACTIONS(1766), - [anon_sym___attribute__] = ACTIONS(1766), - [anon_sym_COLON_COLON] = ACTIONS(1768), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1768), - [anon_sym___declspec] = ACTIONS(1766), - [anon_sym___based] = ACTIONS(1766), - [anon_sym___cdecl] = ACTIONS(1766), - [anon_sym___clrcall] = ACTIONS(1766), - [anon_sym___stdcall] = ACTIONS(1766), - [anon_sym___fastcall] = ACTIONS(1766), - [anon_sym___thiscall] = ACTIONS(1766), - [anon_sym___vectorcall] = ACTIONS(1766), - [anon_sym_LBRACE] = ACTIONS(1768), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_static] = ACTIONS(1766), - [anon_sym_register] = ACTIONS(1766), - [anon_sym_inline] = ACTIONS(1766), - [anon_sym_thread_local] = ACTIONS(1766), - [anon_sym_const] = ACTIONS(1766), - [anon_sym_volatile] = ACTIONS(1766), - [anon_sym_restrict] = ACTIONS(1766), - [anon_sym__Atomic] = ACTIONS(1766), - [anon_sym_mutable] = ACTIONS(1766), - [anon_sym_constexpr] = ACTIONS(1766), - [anon_sym_signed] = ACTIONS(1766), - [anon_sym_unsigned] = ACTIONS(1766), - [anon_sym_long] = ACTIONS(1766), - [anon_sym_short] = ACTIONS(1766), - [sym_primitive_type] = ACTIONS(1766), - [anon_sym_enum] = ACTIONS(1766), - [anon_sym_class] = ACTIONS(1766), - [anon_sym_struct] = ACTIONS(1766), - [anon_sym_union] = ACTIONS(1766), - [anon_sym_if] = ACTIONS(1766), - [anon_sym_switch] = ACTIONS(1766), - [anon_sym_case] = ACTIONS(1766), - [anon_sym_default] = ACTIONS(1766), - [anon_sym_while] = ACTIONS(1766), - [anon_sym_do] = ACTIONS(1766), - [anon_sym_for] = ACTIONS(1766), - [anon_sym_return] = ACTIONS(1766), - [anon_sym_break] = ACTIONS(1766), - [anon_sym_continue] = ACTIONS(1766), - [anon_sym_goto] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1768), - [anon_sym_PLUS_PLUS] = ACTIONS(1768), - [anon_sym_sizeof] = ACTIONS(1766), - [sym_number_literal] = ACTIONS(1768), - [anon_sym_L_SQUOTE] = ACTIONS(1768), - [anon_sym_u_SQUOTE] = ACTIONS(1768), - [anon_sym_U_SQUOTE] = ACTIONS(1768), - [anon_sym_u8_SQUOTE] = ACTIONS(1768), - [anon_sym_SQUOTE] = ACTIONS(1768), - [anon_sym_L_DQUOTE] = ACTIONS(1768), - [anon_sym_u_DQUOTE] = ACTIONS(1768), - [anon_sym_U_DQUOTE] = ACTIONS(1768), - [anon_sym_u8_DQUOTE] = ACTIONS(1768), - [anon_sym_DQUOTE] = ACTIONS(1768), - [sym_true] = ACTIONS(1766), - [sym_false] = ACTIONS(1766), - [sym_null] = ACTIONS(1766), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1766), - [anon_sym_virtual] = ACTIONS(1766), - [anon_sym_explicit] = ACTIONS(1766), - [sym_auto] = ACTIONS(1766), - [anon_sym_typename] = ACTIONS(1766), - [anon_sym_template] = ACTIONS(1766), - [anon_sym_operator] = ACTIONS(1766), - [anon_sym_delete] = ACTIONS(1766), - [anon_sym_throw] = ACTIONS(1766), - [anon_sym_namespace] = ACTIONS(1766), - [anon_sym_using] = ACTIONS(1766), - [anon_sym_static_assert] = ACTIONS(1766), - [anon_sym_co_return] = ACTIONS(1766), - [anon_sym_co_yield] = ACTIONS(1766), - [anon_sym_try] = ACTIONS(1766), - [anon_sym_co_await] = ACTIONS(1766), - [anon_sym_new] = ACTIONS(1766), - [sym_operator_name] = ACTIONS(1766), - [sym_this] = ACTIONS(1766), - [sym_nullptr] = ACTIONS(1766), - [sym_alone_macro] = ACTIONS(1768), - [aux_sym_alone_macro_call_token1] = ACTIONS(1766), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1766), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1766), - [anon_sym_FORWARD] = ACTIONS(1766), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1766), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1766), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1766), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1766), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1766), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1766), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1766), - [anon_sym_PS_GET] = ACTIONS(1766), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1766), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1766), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1766), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1766), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1766), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1766), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1766), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1766), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1766), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1766), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1766), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1766), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1766), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1766), - [anon_sym_MOZ_COLD] = ACTIONS(1766), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1766), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1766), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1766), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1766), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1766), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1766), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1766), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1766), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1766), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1766), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1766), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1766), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1766), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1766), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1766), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1766), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1766), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1766), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1766), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1766), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_NONNULL] = ACTIONS(1766), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1766), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1766), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1766), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1766), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1766), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_NORETURN] = ACTIONS(1766), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1766), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1766), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1766), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1766), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1766), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1766), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1766), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1766), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1766), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1766), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1766), - [anon_sym_MOZ_RAII] = ACTIONS(1766), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1766), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1766), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1766), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1766), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1766), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1766), - [sym_raw_string_literal] = ACTIONS(1768), - }, - [212] = { - [sym_identifier] = ACTIONS(1534), - [aux_sym_preproc_include_token1] = ACTIONS(1534), - [aux_sym_preproc_def_token1] = ACTIONS(1534), - [aux_sym_preproc_if_token1] = ACTIONS(1534), - [aux_sym_preproc_if_token2] = ACTIONS(1534), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1534), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1534), - [sym_preproc_directive] = ACTIONS(1534), - [anon_sym_LPAREN2] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1534), - [anon_sym_PLUS] = ACTIONS(1534), - [anon_sym_STAR] = ACTIONS(1536), - [anon_sym_AMP_AMP] = ACTIONS(1536), - [anon_sym_AMP] = ACTIONS(1534), - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_typedef] = ACTIONS(1534), - [anon_sym_extern] = ACTIONS(1534), - [anon_sym___attribute__] = ACTIONS(1534), - [anon_sym_COLON_COLON] = ACTIONS(1536), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [anon_sym___declspec] = ACTIONS(1534), - [anon_sym___based] = ACTIONS(1534), - [anon_sym___cdecl] = ACTIONS(1534), - [anon_sym___clrcall] = ACTIONS(1534), - [anon_sym___stdcall] = ACTIONS(1534), - [anon_sym___fastcall] = ACTIONS(1534), - [anon_sym___thiscall] = ACTIONS(1534), - [anon_sym___vectorcall] = ACTIONS(1534), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_LBRACK] = ACTIONS(1534), - [anon_sym_static] = ACTIONS(1534), - [anon_sym_register] = ACTIONS(1534), - [anon_sym_inline] = ACTIONS(1534), - [anon_sym_thread_local] = ACTIONS(1534), - [anon_sym_const] = ACTIONS(1534), - [anon_sym_volatile] = ACTIONS(1534), - [anon_sym_restrict] = ACTIONS(1534), - [anon_sym__Atomic] = ACTIONS(1534), - [anon_sym_mutable] = ACTIONS(1534), - [anon_sym_constexpr] = ACTIONS(1534), - [anon_sym_signed] = ACTIONS(1534), - [anon_sym_unsigned] = ACTIONS(1534), - [anon_sym_long] = ACTIONS(1534), - [anon_sym_short] = ACTIONS(1534), - [sym_primitive_type] = ACTIONS(1534), - [anon_sym_enum] = ACTIONS(1534), - [anon_sym_class] = ACTIONS(1534), - [anon_sym_struct] = ACTIONS(1534), - [anon_sym_union] = ACTIONS(1534), - [anon_sym_if] = ACTIONS(1534), - [anon_sym_else] = ACTIONS(1534), - [anon_sym_switch] = ACTIONS(1534), - [anon_sym_case] = ACTIONS(1534), - [anon_sym_default] = ACTIONS(1534), - [anon_sym_while] = ACTIONS(1534), - [anon_sym_do] = ACTIONS(1534), - [anon_sym_for] = ACTIONS(1534), - [anon_sym_return] = ACTIONS(1534), - [anon_sym_break] = ACTIONS(1534), - [anon_sym_continue] = ACTIONS(1534), - [anon_sym_goto] = ACTIONS(1534), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_sizeof] = ACTIONS(1534), - [sym_number_literal] = ACTIONS(1536), - [anon_sym_L_SQUOTE] = ACTIONS(1536), - [anon_sym_u_SQUOTE] = ACTIONS(1536), - [anon_sym_U_SQUOTE] = ACTIONS(1536), - [anon_sym_u8_SQUOTE] = ACTIONS(1536), - [anon_sym_SQUOTE] = ACTIONS(1536), - [anon_sym_L_DQUOTE] = ACTIONS(1536), - [anon_sym_u_DQUOTE] = ACTIONS(1536), - [anon_sym_U_DQUOTE] = ACTIONS(1536), - [anon_sym_u8_DQUOTE] = ACTIONS(1536), - [anon_sym_DQUOTE] = ACTIONS(1536), - [sym_true] = ACTIONS(1534), - [sym_false] = ACTIONS(1534), - [sym_null] = ACTIONS(1534), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1534), - [anon_sym_virtual] = ACTIONS(1534), - [anon_sym_explicit] = ACTIONS(1534), - [sym_auto] = ACTIONS(1534), - [anon_sym_typename] = ACTIONS(1534), - [anon_sym_template] = ACTIONS(1534), - [anon_sym_operator] = ACTIONS(1534), - [anon_sym_delete] = ACTIONS(1534), - [anon_sym_throw] = ACTIONS(1534), - [anon_sym_namespace] = ACTIONS(1534), - [anon_sym_using] = ACTIONS(1534), - [anon_sym_static_assert] = ACTIONS(1534), - [anon_sym_co_return] = ACTIONS(1534), - [anon_sym_co_yield] = ACTIONS(1534), - [anon_sym_try] = ACTIONS(1534), - [anon_sym_catch] = ACTIONS(1534), - [anon_sym_co_await] = ACTIONS(1534), - [anon_sym_new] = ACTIONS(1534), - [sym_operator_name] = ACTIONS(1534), - [sym_this] = ACTIONS(1534), - [sym_nullptr] = ACTIONS(1534), - [sym_alone_macro] = ACTIONS(1536), - [aux_sym_alone_macro_call_token1] = ACTIONS(1534), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1534), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_FORWARD] = ACTIONS(1534), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1534), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1534), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1534), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1534), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_PS_GET] = ACTIONS(1534), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1534), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1534), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1534), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1534), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1534), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1534), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1534), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1534), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1534), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1534), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1534), - [anon_sym_MOZ_COLD] = ACTIONS(1534), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1534), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1534), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1534), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1534), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1534), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1534), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1534), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1534), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1534), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1534), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1534), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1534), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1534), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1534), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1534), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1534), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1534), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1534), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1534), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1534), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_NONNULL] = ACTIONS(1534), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1534), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1534), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1534), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1534), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1534), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_NORETURN] = ACTIONS(1534), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1534), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1534), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1534), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1534), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1534), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1534), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1534), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1534), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1534), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1534), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1534), - [anon_sym_MOZ_RAII] = ACTIONS(1534), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1534), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1534), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1534), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1534), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1534), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1534), - [sym_raw_string_literal] = ACTIONS(1536), - }, - [213] = { - [sym_identifier] = ACTIONS(1770), - [aux_sym_preproc_include_token1] = ACTIONS(1770), - [aux_sym_preproc_def_token1] = ACTIONS(1770), - [aux_sym_preproc_if_token1] = ACTIONS(1770), - [aux_sym_preproc_if_token2] = ACTIONS(1770), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1770), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1770), - [aux_sym_preproc_else_token1] = ACTIONS(1770), - [aux_sym_preproc_elif_token1] = ACTIONS(1770), - [sym_preproc_directive] = ACTIONS(1770), - [anon_sym_LPAREN2] = ACTIONS(1772), - [anon_sym_BANG] = ACTIONS(1772), - [anon_sym_TILDE] = ACTIONS(1772), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_STAR] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_AMP] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_typedef] = ACTIONS(1770), - [anon_sym_extern] = ACTIONS(1770), - [anon_sym___attribute__] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1772), - [anon_sym___declspec] = ACTIONS(1770), - [anon_sym___based] = ACTIONS(1770), - [anon_sym___cdecl] = ACTIONS(1770), - [anon_sym___clrcall] = ACTIONS(1770), - [anon_sym___stdcall] = ACTIONS(1770), - [anon_sym___fastcall] = ACTIONS(1770), - [anon_sym___thiscall] = ACTIONS(1770), - [anon_sym___vectorcall] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_LBRACK] = ACTIONS(1770), - [anon_sym_static] = ACTIONS(1770), - [anon_sym_register] = ACTIONS(1770), - [anon_sym_inline] = ACTIONS(1770), - [anon_sym_thread_local] = ACTIONS(1770), - [anon_sym_const] = ACTIONS(1770), - [anon_sym_volatile] = ACTIONS(1770), - [anon_sym_restrict] = ACTIONS(1770), - [anon_sym__Atomic] = ACTIONS(1770), - [anon_sym_mutable] = ACTIONS(1770), - [anon_sym_constexpr] = ACTIONS(1770), - [anon_sym_signed] = ACTIONS(1770), - [anon_sym_unsigned] = ACTIONS(1770), - [anon_sym_long] = ACTIONS(1770), - [anon_sym_short] = ACTIONS(1770), - [sym_primitive_type] = ACTIONS(1770), - [anon_sym_enum] = ACTIONS(1770), - [anon_sym_class] = ACTIONS(1770), - [anon_sym_struct] = ACTIONS(1770), - [anon_sym_union] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_switch] = ACTIONS(1770), - [anon_sym_case] = ACTIONS(1770), - [anon_sym_default] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_do] = ACTIONS(1770), - [anon_sym_for] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_goto] = ACTIONS(1770), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_sizeof] = ACTIONS(1770), - [sym_number_literal] = ACTIONS(1772), - [anon_sym_L_SQUOTE] = ACTIONS(1772), - [anon_sym_u_SQUOTE] = ACTIONS(1772), - [anon_sym_U_SQUOTE] = ACTIONS(1772), - [anon_sym_u8_SQUOTE] = ACTIONS(1772), - [anon_sym_SQUOTE] = ACTIONS(1772), - [anon_sym_L_DQUOTE] = ACTIONS(1772), - [anon_sym_u_DQUOTE] = ACTIONS(1772), - [anon_sym_U_DQUOTE] = ACTIONS(1772), - [anon_sym_u8_DQUOTE] = ACTIONS(1772), - [anon_sym_DQUOTE] = ACTIONS(1772), - [sym_true] = ACTIONS(1770), - [sym_false] = ACTIONS(1770), - [sym_null] = ACTIONS(1770), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1770), - [anon_sym_virtual] = ACTIONS(1770), - [anon_sym_explicit] = ACTIONS(1770), - [sym_auto] = ACTIONS(1770), - [anon_sym_typename] = ACTIONS(1770), - [anon_sym_template] = ACTIONS(1770), - [anon_sym_operator] = ACTIONS(1770), - [anon_sym_delete] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_namespace] = ACTIONS(1770), - [anon_sym_using] = ACTIONS(1770), - [anon_sym_static_assert] = ACTIONS(1770), - [anon_sym_co_return] = ACTIONS(1770), - [anon_sym_co_yield] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_co_await] = ACTIONS(1770), - [anon_sym_new] = ACTIONS(1770), - [sym_operator_name] = ACTIONS(1770), - [sym_this] = ACTIONS(1770), - [sym_nullptr] = ACTIONS(1770), - [sym_alone_macro] = ACTIONS(1772), - [aux_sym_alone_macro_call_token1] = ACTIONS(1770), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1770), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1770), - [anon_sym_FORWARD] = ACTIONS(1770), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1770), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1770), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1770), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1770), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1770), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1770), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1770), - [anon_sym_PS_GET] = ACTIONS(1770), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1770), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1770), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1770), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1770), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1770), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1770), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1770), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1770), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1770), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1770), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1770), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1770), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1770), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1770), - [anon_sym_MOZ_COLD] = ACTIONS(1770), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1770), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1770), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1770), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1770), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1770), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1770), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1770), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1770), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1770), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1770), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1770), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1770), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1770), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1770), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1770), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1770), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1770), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1770), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1770), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1770), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1770), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1770), - [anon_sym_MOZ_NONNULL] = ACTIONS(1770), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1770), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1770), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1770), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1770), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1770), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1770), - [anon_sym_MOZ_NORETURN] = ACTIONS(1770), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1770), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1770), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1770), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1770), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1770), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1770), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1770), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1770), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1770), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1770), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1770), - [anon_sym_MOZ_RAII] = ACTIONS(1770), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1770), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1770), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1770), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1770), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1770), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1770), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1770), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1770), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1770), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1770), - [sym_raw_string_literal] = ACTIONS(1772), - }, - [214] = { - [sym_identifier] = ACTIONS(1774), - [aux_sym_preproc_include_token1] = ACTIONS(1774), - [aux_sym_preproc_def_token1] = ACTIONS(1774), - [aux_sym_preproc_if_token1] = ACTIONS(1774), - [aux_sym_preproc_if_token2] = ACTIONS(1774), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1774), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1774), - [aux_sym_preproc_else_token1] = ACTIONS(1774), - [aux_sym_preproc_elif_token1] = ACTIONS(1774), - [sym_preproc_directive] = ACTIONS(1774), - [anon_sym_LPAREN2] = ACTIONS(1776), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1774), - [anon_sym_PLUS] = ACTIONS(1774), - [anon_sym_STAR] = ACTIONS(1776), - [anon_sym_AMP_AMP] = ACTIONS(1776), - [anon_sym_AMP] = ACTIONS(1774), - [anon_sym_SEMI] = ACTIONS(1776), - [anon_sym_typedef] = ACTIONS(1774), - [anon_sym_extern] = ACTIONS(1774), - [anon_sym___attribute__] = ACTIONS(1774), - [anon_sym_COLON_COLON] = ACTIONS(1776), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1776), - [anon_sym___declspec] = ACTIONS(1774), - [anon_sym___based] = ACTIONS(1774), - [anon_sym___cdecl] = ACTIONS(1774), - [anon_sym___clrcall] = ACTIONS(1774), - [anon_sym___stdcall] = ACTIONS(1774), - [anon_sym___fastcall] = ACTIONS(1774), - [anon_sym___thiscall] = ACTIONS(1774), - [anon_sym___vectorcall] = ACTIONS(1774), - [anon_sym_LBRACE] = ACTIONS(1776), - [anon_sym_LBRACK] = ACTIONS(1774), - [anon_sym_static] = ACTIONS(1774), - [anon_sym_register] = ACTIONS(1774), - [anon_sym_inline] = ACTIONS(1774), - [anon_sym_thread_local] = ACTIONS(1774), - [anon_sym_const] = ACTIONS(1774), - [anon_sym_volatile] = ACTIONS(1774), - [anon_sym_restrict] = ACTIONS(1774), - [anon_sym__Atomic] = ACTIONS(1774), - [anon_sym_mutable] = ACTIONS(1774), - [anon_sym_constexpr] = ACTIONS(1774), - [anon_sym_signed] = ACTIONS(1774), - [anon_sym_unsigned] = ACTIONS(1774), - [anon_sym_long] = ACTIONS(1774), - [anon_sym_short] = ACTIONS(1774), - [sym_primitive_type] = ACTIONS(1774), - [anon_sym_enum] = ACTIONS(1774), - [anon_sym_class] = ACTIONS(1774), - [anon_sym_struct] = ACTIONS(1774), - [anon_sym_union] = ACTIONS(1774), - [anon_sym_if] = ACTIONS(1774), - [anon_sym_switch] = ACTIONS(1774), - [anon_sym_case] = ACTIONS(1774), - [anon_sym_default] = ACTIONS(1774), - [anon_sym_while] = ACTIONS(1774), - [anon_sym_do] = ACTIONS(1774), - [anon_sym_for] = ACTIONS(1774), - [anon_sym_return] = ACTIONS(1774), - [anon_sym_break] = ACTIONS(1774), - [anon_sym_continue] = ACTIONS(1774), - [anon_sym_goto] = ACTIONS(1774), - [anon_sym_DASH_DASH] = ACTIONS(1776), - [anon_sym_PLUS_PLUS] = ACTIONS(1776), - [anon_sym_sizeof] = ACTIONS(1774), - [sym_number_literal] = ACTIONS(1776), - [anon_sym_L_SQUOTE] = ACTIONS(1776), - [anon_sym_u_SQUOTE] = ACTIONS(1776), - [anon_sym_U_SQUOTE] = ACTIONS(1776), - [anon_sym_u8_SQUOTE] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1776), - [anon_sym_L_DQUOTE] = ACTIONS(1776), - [anon_sym_u_DQUOTE] = ACTIONS(1776), - [anon_sym_U_DQUOTE] = ACTIONS(1776), - [anon_sym_u8_DQUOTE] = ACTIONS(1776), - [anon_sym_DQUOTE] = ACTIONS(1776), - [sym_true] = ACTIONS(1774), - [sym_false] = ACTIONS(1774), - [sym_null] = ACTIONS(1774), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1774), - [anon_sym_virtual] = ACTIONS(1774), - [anon_sym_explicit] = ACTIONS(1774), - [sym_auto] = ACTIONS(1774), - [anon_sym_typename] = ACTIONS(1774), - [anon_sym_template] = ACTIONS(1774), - [anon_sym_operator] = ACTIONS(1774), - [anon_sym_delete] = ACTIONS(1774), - [anon_sym_throw] = ACTIONS(1774), - [anon_sym_namespace] = ACTIONS(1774), - [anon_sym_using] = ACTIONS(1774), - [anon_sym_static_assert] = ACTIONS(1774), - [anon_sym_co_return] = ACTIONS(1774), - [anon_sym_co_yield] = ACTIONS(1774), - [anon_sym_try] = ACTIONS(1774), - [anon_sym_co_await] = ACTIONS(1774), - [anon_sym_new] = ACTIONS(1774), - [sym_operator_name] = ACTIONS(1774), - [sym_this] = ACTIONS(1774), - [sym_nullptr] = ACTIONS(1774), - [sym_alone_macro] = ACTIONS(1776), - [aux_sym_alone_macro_call_token1] = ACTIONS(1774), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1774), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1774), - [anon_sym_FORWARD] = ACTIONS(1774), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1774), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1774), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1774), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1774), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1774), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1774), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1774), - [anon_sym_PS_GET] = ACTIONS(1774), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1774), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1774), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1774), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1774), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1774), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1774), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1774), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1774), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1774), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1774), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1774), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1774), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1774), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1774), - [anon_sym_MOZ_COLD] = ACTIONS(1774), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1774), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1774), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1774), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1774), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1774), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1774), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1774), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1774), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1774), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1774), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1774), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1774), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1774), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1774), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1774), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1774), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1774), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1774), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1774), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1774), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1774), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1774), - [anon_sym_MOZ_NONNULL] = ACTIONS(1774), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1774), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1774), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1774), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1774), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1774), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1774), - [anon_sym_MOZ_NORETURN] = ACTIONS(1774), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1774), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1774), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1774), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1774), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1774), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1774), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1774), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1774), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1774), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1774), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1774), - [anon_sym_MOZ_RAII] = ACTIONS(1774), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1774), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1774), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1774), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1774), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1774), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1774), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1774), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1774), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1774), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1774), - [sym_raw_string_literal] = ACTIONS(1776), - }, - [215] = { - [sym_identifier] = ACTIONS(1778), - [aux_sym_preproc_include_token1] = ACTIONS(1778), - [aux_sym_preproc_def_token1] = ACTIONS(1778), - [aux_sym_preproc_if_token1] = ACTIONS(1778), - [aux_sym_preproc_if_token2] = ACTIONS(1778), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1778), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1778), - [aux_sym_preproc_else_token1] = ACTIONS(1778), - [aux_sym_preproc_elif_token1] = ACTIONS(1778), - [sym_preproc_directive] = ACTIONS(1778), - [anon_sym_LPAREN2] = ACTIONS(1780), - [anon_sym_BANG] = ACTIONS(1780), - [anon_sym_TILDE] = ACTIONS(1780), - [anon_sym_DASH] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1778), - [anon_sym_STAR] = ACTIONS(1780), - [anon_sym_AMP_AMP] = ACTIONS(1780), - [anon_sym_AMP] = ACTIONS(1778), - [anon_sym_SEMI] = ACTIONS(1780), - [anon_sym_typedef] = ACTIONS(1778), - [anon_sym_extern] = ACTIONS(1778), - [anon_sym___attribute__] = ACTIONS(1778), - [anon_sym_COLON_COLON] = ACTIONS(1780), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1780), - [anon_sym___declspec] = ACTIONS(1778), - [anon_sym___based] = ACTIONS(1778), - [anon_sym___cdecl] = ACTIONS(1778), - [anon_sym___clrcall] = ACTIONS(1778), - [anon_sym___stdcall] = ACTIONS(1778), - [anon_sym___fastcall] = ACTIONS(1778), - [anon_sym___thiscall] = ACTIONS(1778), - [anon_sym___vectorcall] = ACTIONS(1778), - [anon_sym_LBRACE] = ACTIONS(1780), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_static] = ACTIONS(1778), - [anon_sym_register] = ACTIONS(1778), - [anon_sym_inline] = ACTIONS(1778), - [anon_sym_thread_local] = ACTIONS(1778), - [anon_sym_const] = ACTIONS(1778), - [anon_sym_volatile] = ACTIONS(1778), - [anon_sym_restrict] = ACTIONS(1778), - [anon_sym__Atomic] = ACTIONS(1778), - [anon_sym_mutable] = ACTIONS(1778), - [anon_sym_constexpr] = ACTIONS(1778), - [anon_sym_signed] = ACTIONS(1778), - [anon_sym_unsigned] = ACTIONS(1778), - [anon_sym_long] = ACTIONS(1778), - [anon_sym_short] = ACTIONS(1778), - [sym_primitive_type] = ACTIONS(1778), - [anon_sym_enum] = ACTIONS(1778), - [anon_sym_class] = ACTIONS(1778), - [anon_sym_struct] = ACTIONS(1778), - [anon_sym_union] = ACTIONS(1778), - [anon_sym_if] = ACTIONS(1778), - [anon_sym_switch] = ACTIONS(1778), - [anon_sym_case] = ACTIONS(1778), - [anon_sym_default] = ACTIONS(1778), - [anon_sym_while] = ACTIONS(1778), - [anon_sym_do] = ACTIONS(1778), - [anon_sym_for] = ACTIONS(1778), - [anon_sym_return] = ACTIONS(1778), - [anon_sym_break] = ACTIONS(1778), - [anon_sym_continue] = ACTIONS(1778), - [anon_sym_goto] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1780), - [anon_sym_PLUS_PLUS] = ACTIONS(1780), - [anon_sym_sizeof] = ACTIONS(1778), - [sym_number_literal] = ACTIONS(1780), - [anon_sym_L_SQUOTE] = ACTIONS(1780), - [anon_sym_u_SQUOTE] = ACTIONS(1780), - [anon_sym_U_SQUOTE] = ACTIONS(1780), - [anon_sym_u8_SQUOTE] = ACTIONS(1780), - [anon_sym_SQUOTE] = ACTIONS(1780), - [anon_sym_L_DQUOTE] = ACTIONS(1780), - [anon_sym_u_DQUOTE] = ACTIONS(1780), - [anon_sym_U_DQUOTE] = ACTIONS(1780), - [anon_sym_u8_DQUOTE] = ACTIONS(1780), - [anon_sym_DQUOTE] = ACTIONS(1780), - [sym_true] = ACTIONS(1778), - [sym_false] = ACTIONS(1778), - [sym_null] = ACTIONS(1778), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1778), - [anon_sym_virtual] = ACTIONS(1778), - [anon_sym_explicit] = ACTIONS(1778), - [sym_auto] = ACTIONS(1778), - [anon_sym_typename] = ACTIONS(1778), - [anon_sym_template] = ACTIONS(1778), - [anon_sym_operator] = ACTIONS(1778), - [anon_sym_delete] = ACTIONS(1778), - [anon_sym_throw] = ACTIONS(1778), - [anon_sym_namespace] = ACTIONS(1778), - [anon_sym_using] = ACTIONS(1778), - [anon_sym_static_assert] = ACTIONS(1778), - [anon_sym_co_return] = ACTIONS(1778), - [anon_sym_co_yield] = ACTIONS(1778), - [anon_sym_try] = ACTIONS(1778), - [anon_sym_co_await] = ACTIONS(1778), - [anon_sym_new] = ACTIONS(1778), - [sym_operator_name] = ACTIONS(1778), - [sym_this] = ACTIONS(1778), - [sym_nullptr] = ACTIONS(1778), - [sym_alone_macro] = ACTIONS(1780), - [aux_sym_alone_macro_call_token1] = ACTIONS(1778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1778), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1778), - [anon_sym_FORWARD] = ACTIONS(1778), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1778), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1778), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1778), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1778), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1778), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1778), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1778), - [anon_sym_PS_GET] = ACTIONS(1778), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1778), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1778), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1778), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1778), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1778), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1778), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1778), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1778), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1778), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1778), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1778), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1778), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1778), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1778), - [anon_sym_MOZ_COLD] = ACTIONS(1778), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1778), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1778), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1778), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1778), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1778), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1778), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1778), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1778), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1778), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1778), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1778), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1778), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1778), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1778), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1778), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1778), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1778), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1778), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1778), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1778), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_NONNULL] = ACTIONS(1778), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1778), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1778), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1778), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1778), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1778), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_NORETURN] = ACTIONS(1778), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1778), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1778), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1778), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1778), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1778), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1778), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1778), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1778), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1778), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1778), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1778), - [anon_sym_MOZ_RAII] = ACTIONS(1778), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1778), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1778), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1778), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1778), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1778), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1778), - [sym_raw_string_literal] = ACTIONS(1780), - }, - [216] = { - [sym_identifier] = ACTIONS(1782), - [aux_sym_preproc_include_token1] = ACTIONS(1782), - [aux_sym_preproc_def_token1] = ACTIONS(1782), - [aux_sym_preproc_if_token1] = ACTIONS(1782), - [aux_sym_preproc_if_token2] = ACTIONS(1782), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1782), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1782), - [aux_sym_preproc_else_token1] = ACTIONS(1782), - [aux_sym_preproc_elif_token1] = ACTIONS(1782), - [sym_preproc_directive] = ACTIONS(1782), - [anon_sym_LPAREN2] = ACTIONS(1784), - [anon_sym_BANG] = ACTIONS(1784), - [anon_sym_TILDE] = ACTIONS(1784), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_STAR] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_AMP] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_typedef] = ACTIONS(1782), - [anon_sym_extern] = ACTIONS(1782), - [anon_sym___attribute__] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1784), - [anon_sym___declspec] = ACTIONS(1782), - [anon_sym___based] = ACTIONS(1782), - [anon_sym___cdecl] = ACTIONS(1782), - [anon_sym___clrcall] = ACTIONS(1782), - [anon_sym___stdcall] = ACTIONS(1782), - [anon_sym___fastcall] = ACTIONS(1782), - [anon_sym___thiscall] = ACTIONS(1782), - [anon_sym___vectorcall] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_LBRACK] = ACTIONS(1782), - [anon_sym_static] = ACTIONS(1782), - [anon_sym_register] = ACTIONS(1782), - [anon_sym_inline] = ACTIONS(1782), - [anon_sym_thread_local] = ACTIONS(1782), - [anon_sym_const] = ACTIONS(1782), - [anon_sym_volatile] = ACTIONS(1782), - [anon_sym_restrict] = ACTIONS(1782), - [anon_sym__Atomic] = ACTIONS(1782), - [anon_sym_mutable] = ACTIONS(1782), - [anon_sym_constexpr] = ACTIONS(1782), - [anon_sym_signed] = ACTIONS(1782), - [anon_sym_unsigned] = ACTIONS(1782), - [anon_sym_long] = ACTIONS(1782), - [anon_sym_short] = ACTIONS(1782), - [sym_primitive_type] = ACTIONS(1782), - [anon_sym_enum] = ACTIONS(1782), - [anon_sym_class] = ACTIONS(1782), - [anon_sym_struct] = ACTIONS(1782), - [anon_sym_union] = ACTIONS(1782), - [anon_sym_if] = ACTIONS(1782), - [anon_sym_switch] = ACTIONS(1782), - [anon_sym_case] = ACTIONS(1782), - [anon_sym_default] = ACTIONS(1782), - [anon_sym_while] = ACTIONS(1782), - [anon_sym_do] = ACTIONS(1782), - [anon_sym_for] = ACTIONS(1782), - [anon_sym_return] = ACTIONS(1782), - [anon_sym_break] = ACTIONS(1782), - [anon_sym_continue] = ACTIONS(1782), - [anon_sym_goto] = ACTIONS(1782), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_sizeof] = ACTIONS(1782), - [sym_number_literal] = ACTIONS(1784), - [anon_sym_L_SQUOTE] = ACTIONS(1784), - [anon_sym_u_SQUOTE] = ACTIONS(1784), - [anon_sym_U_SQUOTE] = ACTIONS(1784), - [anon_sym_u8_SQUOTE] = ACTIONS(1784), - [anon_sym_SQUOTE] = ACTIONS(1784), - [anon_sym_L_DQUOTE] = ACTIONS(1784), - [anon_sym_u_DQUOTE] = ACTIONS(1784), - [anon_sym_U_DQUOTE] = ACTIONS(1784), - [anon_sym_u8_DQUOTE] = ACTIONS(1784), - [anon_sym_DQUOTE] = ACTIONS(1784), - [sym_true] = ACTIONS(1782), - [sym_false] = ACTIONS(1782), - [sym_null] = ACTIONS(1782), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1782), - [anon_sym_virtual] = ACTIONS(1782), - [anon_sym_explicit] = ACTIONS(1782), - [sym_auto] = ACTIONS(1782), - [anon_sym_typename] = ACTIONS(1782), - [anon_sym_template] = ACTIONS(1782), - [anon_sym_operator] = ACTIONS(1782), - [anon_sym_delete] = ACTIONS(1782), - [anon_sym_throw] = ACTIONS(1782), - [anon_sym_namespace] = ACTIONS(1782), - [anon_sym_using] = ACTIONS(1782), - [anon_sym_static_assert] = ACTIONS(1782), - [anon_sym_co_return] = ACTIONS(1782), - [anon_sym_co_yield] = ACTIONS(1782), - [anon_sym_try] = ACTIONS(1782), - [anon_sym_co_await] = ACTIONS(1782), - [anon_sym_new] = ACTIONS(1782), - [sym_operator_name] = ACTIONS(1782), - [sym_this] = ACTIONS(1782), - [sym_nullptr] = ACTIONS(1782), - [sym_alone_macro] = ACTIONS(1784), - [aux_sym_alone_macro_call_token1] = ACTIONS(1782), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1782), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1782), - [anon_sym_FORWARD] = ACTIONS(1782), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1782), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1782), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1782), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1782), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1782), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1782), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1782), - [anon_sym_PS_GET] = ACTIONS(1782), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1782), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1782), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1782), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1782), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1782), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1782), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1782), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1782), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1782), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1782), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1782), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1782), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1782), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1782), - [anon_sym_MOZ_COLD] = ACTIONS(1782), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1782), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1782), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1782), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1782), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1782), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1782), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1782), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1782), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1782), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1782), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1782), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1782), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1782), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1782), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1782), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1782), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1782), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1782), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1782), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1782), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_NONNULL] = ACTIONS(1782), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1782), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1782), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1782), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1782), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1782), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_NORETURN] = ACTIONS(1782), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1782), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1782), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1782), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1782), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1782), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1782), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1782), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1782), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1782), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1782), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1782), - [anon_sym_MOZ_RAII] = ACTIONS(1782), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1782), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1782), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1782), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1782), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1782), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1782), - [sym_raw_string_literal] = ACTIONS(1784), - }, - [217] = { - [sym_identifier] = ACTIONS(1786), - [aux_sym_preproc_include_token1] = ACTIONS(1786), - [aux_sym_preproc_def_token1] = ACTIONS(1786), - [aux_sym_preproc_if_token1] = ACTIONS(1786), - [aux_sym_preproc_if_token2] = ACTIONS(1786), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1786), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1786), - [aux_sym_preproc_else_token1] = ACTIONS(1786), - [aux_sym_preproc_elif_token1] = ACTIONS(1786), - [sym_preproc_directive] = ACTIONS(1786), - [anon_sym_LPAREN2] = ACTIONS(1788), - [anon_sym_BANG] = ACTIONS(1788), - [anon_sym_TILDE] = ACTIONS(1788), - [anon_sym_DASH] = ACTIONS(1786), - [anon_sym_PLUS] = ACTIONS(1786), - [anon_sym_STAR] = ACTIONS(1788), - [anon_sym_AMP_AMP] = ACTIONS(1788), - [anon_sym_AMP] = ACTIONS(1786), - [anon_sym_SEMI] = ACTIONS(1788), - [anon_sym_typedef] = ACTIONS(1786), - [anon_sym_extern] = ACTIONS(1786), - [anon_sym___attribute__] = ACTIONS(1786), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1788), - [anon_sym___declspec] = ACTIONS(1786), - [anon_sym___based] = ACTIONS(1786), - [anon_sym___cdecl] = ACTIONS(1786), - [anon_sym___clrcall] = ACTIONS(1786), - [anon_sym___stdcall] = ACTIONS(1786), - [anon_sym___fastcall] = ACTIONS(1786), - [anon_sym___thiscall] = ACTIONS(1786), - [anon_sym___vectorcall] = ACTIONS(1786), - [anon_sym_LBRACE] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1786), - [anon_sym_static] = ACTIONS(1786), - [anon_sym_register] = ACTIONS(1786), - [anon_sym_inline] = ACTIONS(1786), - [anon_sym_thread_local] = ACTIONS(1786), - [anon_sym_const] = ACTIONS(1786), - [anon_sym_volatile] = ACTIONS(1786), - [anon_sym_restrict] = ACTIONS(1786), - [anon_sym__Atomic] = ACTIONS(1786), - [anon_sym_mutable] = ACTIONS(1786), - [anon_sym_constexpr] = ACTIONS(1786), - [anon_sym_signed] = ACTIONS(1786), - [anon_sym_unsigned] = ACTIONS(1786), - [anon_sym_long] = ACTIONS(1786), - [anon_sym_short] = ACTIONS(1786), - [sym_primitive_type] = ACTIONS(1786), - [anon_sym_enum] = ACTIONS(1786), - [anon_sym_class] = ACTIONS(1786), - [anon_sym_struct] = ACTIONS(1786), - [anon_sym_union] = ACTIONS(1786), - [anon_sym_if] = ACTIONS(1786), - [anon_sym_switch] = ACTIONS(1786), - [anon_sym_case] = ACTIONS(1786), - [anon_sym_default] = ACTIONS(1786), - [anon_sym_while] = ACTIONS(1786), - [anon_sym_do] = ACTIONS(1786), - [anon_sym_for] = ACTIONS(1786), - [anon_sym_return] = ACTIONS(1786), - [anon_sym_break] = ACTIONS(1786), - [anon_sym_continue] = ACTIONS(1786), - [anon_sym_goto] = ACTIONS(1786), - [anon_sym_DASH_DASH] = ACTIONS(1788), - [anon_sym_PLUS_PLUS] = ACTIONS(1788), - [anon_sym_sizeof] = ACTIONS(1786), - [sym_number_literal] = ACTIONS(1788), - [anon_sym_L_SQUOTE] = ACTIONS(1788), - [anon_sym_u_SQUOTE] = ACTIONS(1788), - [anon_sym_U_SQUOTE] = ACTIONS(1788), - [anon_sym_u8_SQUOTE] = ACTIONS(1788), - [anon_sym_SQUOTE] = ACTIONS(1788), - [anon_sym_L_DQUOTE] = ACTIONS(1788), - [anon_sym_u_DQUOTE] = ACTIONS(1788), - [anon_sym_U_DQUOTE] = ACTIONS(1788), - [anon_sym_u8_DQUOTE] = ACTIONS(1788), - [anon_sym_DQUOTE] = ACTIONS(1788), - [sym_true] = ACTIONS(1786), - [sym_false] = ACTIONS(1786), - [sym_null] = ACTIONS(1786), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1786), - [anon_sym_virtual] = ACTIONS(1786), - [anon_sym_explicit] = ACTIONS(1786), - [sym_auto] = ACTIONS(1786), - [anon_sym_typename] = ACTIONS(1786), - [anon_sym_template] = ACTIONS(1786), - [anon_sym_operator] = ACTIONS(1786), - [anon_sym_delete] = ACTIONS(1786), - [anon_sym_throw] = ACTIONS(1786), - [anon_sym_namespace] = ACTIONS(1786), - [anon_sym_using] = ACTIONS(1786), - [anon_sym_static_assert] = ACTIONS(1786), - [anon_sym_co_return] = ACTIONS(1786), - [anon_sym_co_yield] = ACTIONS(1786), - [anon_sym_try] = ACTIONS(1786), - [anon_sym_co_await] = ACTIONS(1786), - [anon_sym_new] = ACTIONS(1786), - [sym_operator_name] = ACTIONS(1786), - [sym_this] = ACTIONS(1786), - [sym_nullptr] = ACTIONS(1786), - [sym_alone_macro] = ACTIONS(1788), - [aux_sym_alone_macro_call_token1] = ACTIONS(1786), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1786), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1786), - [anon_sym_FORWARD] = ACTIONS(1786), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1786), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1786), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1786), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1786), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1786), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1786), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1786), - [anon_sym_PS_GET] = ACTIONS(1786), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1786), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1786), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1786), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1786), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1786), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1786), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1786), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1786), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1786), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1786), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1786), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1786), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1786), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1786), - [anon_sym_MOZ_COLD] = ACTIONS(1786), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1786), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1786), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1786), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1786), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1786), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1786), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1786), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1786), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1786), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1786), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1786), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1786), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1786), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1786), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1786), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1786), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1786), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1786), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1786), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1786), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_NONNULL] = ACTIONS(1786), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1786), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1786), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1786), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1786), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1786), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_NORETURN] = ACTIONS(1786), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1786), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1786), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1786), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1786), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1786), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1786), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1786), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1786), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1786), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1786), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1786), - [anon_sym_MOZ_RAII] = ACTIONS(1786), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1786), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1786), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1786), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1786), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1786), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1786), - [sym_raw_string_literal] = ACTIONS(1788), - }, - [218] = { - [sym_identifier] = ACTIONS(1790), - [aux_sym_preproc_include_token1] = ACTIONS(1790), - [aux_sym_preproc_def_token1] = ACTIONS(1790), - [aux_sym_preproc_if_token1] = ACTIONS(1790), - [aux_sym_preproc_if_token2] = ACTIONS(1790), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1790), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1790), - [aux_sym_preproc_else_token1] = ACTIONS(1790), - [aux_sym_preproc_elif_token1] = ACTIONS(1790), - [sym_preproc_directive] = ACTIONS(1790), - [anon_sym_LPAREN2] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1792), - [anon_sym_TILDE] = ACTIONS(1792), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_AMP] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_typedef] = ACTIONS(1790), - [anon_sym_extern] = ACTIONS(1790), - [anon_sym___attribute__] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1792), - [anon_sym___declspec] = ACTIONS(1790), - [anon_sym___based] = ACTIONS(1790), - [anon_sym___cdecl] = ACTIONS(1790), - [anon_sym___clrcall] = ACTIONS(1790), - [anon_sym___stdcall] = ACTIONS(1790), - [anon_sym___fastcall] = ACTIONS(1790), - [anon_sym___thiscall] = ACTIONS(1790), - [anon_sym___vectorcall] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_LBRACK] = ACTIONS(1790), - [anon_sym_static] = ACTIONS(1790), - [anon_sym_register] = ACTIONS(1790), - [anon_sym_inline] = ACTIONS(1790), - [anon_sym_thread_local] = ACTIONS(1790), - [anon_sym_const] = ACTIONS(1790), - [anon_sym_volatile] = ACTIONS(1790), - [anon_sym_restrict] = ACTIONS(1790), - [anon_sym__Atomic] = ACTIONS(1790), - [anon_sym_mutable] = ACTIONS(1790), - [anon_sym_constexpr] = ACTIONS(1790), - [anon_sym_signed] = ACTIONS(1790), - [anon_sym_unsigned] = ACTIONS(1790), - [anon_sym_long] = ACTIONS(1790), - [anon_sym_short] = ACTIONS(1790), - [sym_primitive_type] = ACTIONS(1790), - [anon_sym_enum] = ACTIONS(1790), - [anon_sym_class] = ACTIONS(1790), - [anon_sym_struct] = ACTIONS(1790), - [anon_sym_union] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_switch] = ACTIONS(1790), - [anon_sym_case] = ACTIONS(1790), - [anon_sym_default] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_do] = ACTIONS(1790), - [anon_sym_for] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_goto] = ACTIONS(1790), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_sizeof] = ACTIONS(1790), - [sym_number_literal] = ACTIONS(1792), - [anon_sym_L_SQUOTE] = ACTIONS(1792), - [anon_sym_u_SQUOTE] = ACTIONS(1792), - [anon_sym_U_SQUOTE] = ACTIONS(1792), - [anon_sym_u8_SQUOTE] = ACTIONS(1792), - [anon_sym_SQUOTE] = ACTIONS(1792), - [anon_sym_L_DQUOTE] = ACTIONS(1792), - [anon_sym_u_DQUOTE] = ACTIONS(1792), - [anon_sym_U_DQUOTE] = ACTIONS(1792), - [anon_sym_u8_DQUOTE] = ACTIONS(1792), - [anon_sym_DQUOTE] = ACTIONS(1792), - [sym_true] = ACTIONS(1790), - [sym_false] = ACTIONS(1790), - [sym_null] = ACTIONS(1790), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1790), - [anon_sym_virtual] = ACTIONS(1790), - [anon_sym_explicit] = ACTIONS(1790), - [sym_auto] = ACTIONS(1790), - [anon_sym_typename] = ACTIONS(1790), - [anon_sym_template] = ACTIONS(1790), - [anon_sym_operator] = ACTIONS(1790), - [anon_sym_delete] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_namespace] = ACTIONS(1790), - [anon_sym_using] = ACTIONS(1790), - [anon_sym_static_assert] = ACTIONS(1790), - [anon_sym_co_return] = ACTIONS(1790), - [anon_sym_co_yield] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_co_await] = ACTIONS(1790), - [anon_sym_new] = ACTIONS(1790), - [sym_operator_name] = ACTIONS(1790), - [sym_this] = ACTIONS(1790), - [sym_nullptr] = ACTIONS(1790), - [sym_alone_macro] = ACTIONS(1792), - [aux_sym_alone_macro_call_token1] = ACTIONS(1790), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1790), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1790), - [anon_sym_FORWARD] = ACTIONS(1790), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1790), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1790), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1790), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1790), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1790), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1790), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1790), - [anon_sym_PS_GET] = ACTIONS(1790), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1790), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1790), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1790), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1790), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1790), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1790), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1790), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1790), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1790), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1790), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1790), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1790), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1790), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1790), - [anon_sym_MOZ_COLD] = ACTIONS(1790), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1790), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1790), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1790), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1790), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1790), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1790), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1790), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1790), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1790), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1790), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1790), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1790), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1790), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1790), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1790), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1790), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1790), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1790), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1790), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1790), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_NONNULL] = ACTIONS(1790), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1790), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1790), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1790), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1790), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1790), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_NORETURN] = ACTIONS(1790), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1790), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1790), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1790), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1790), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1790), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1790), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1790), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1790), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1790), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1790), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1790), - [anon_sym_MOZ_RAII] = ACTIONS(1790), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1790), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1790), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1790), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1790), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1790), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1790), - [sym_raw_string_literal] = ACTIONS(1792), - }, - [219] = { - [sym_identifier] = ACTIONS(1515), - [aux_sym_preproc_include_token1] = ACTIONS(1515), - [aux_sym_preproc_def_token1] = ACTIONS(1515), - [aux_sym_preproc_if_token1] = ACTIONS(1515), - [aux_sym_preproc_if_token2] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1515), - [sym_preproc_directive] = ACTIONS(1515), - [anon_sym_LPAREN2] = ACTIONS(1517), - [anon_sym_BANG] = ACTIONS(1517), - [anon_sym_TILDE] = ACTIONS(1517), - [anon_sym_DASH] = ACTIONS(1515), - [anon_sym_PLUS] = ACTIONS(1515), - [anon_sym_STAR] = ACTIONS(1517), - [anon_sym_AMP_AMP] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1515), - [anon_sym_SEMI] = ACTIONS(1517), - [anon_sym_typedef] = ACTIONS(1515), - [anon_sym_extern] = ACTIONS(1515), - [anon_sym___attribute__] = ACTIONS(1515), - [anon_sym_COLON_COLON] = ACTIONS(1517), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1517), - [anon_sym___declspec] = ACTIONS(1515), - [anon_sym___based] = ACTIONS(1515), - [anon_sym___cdecl] = ACTIONS(1515), - [anon_sym___clrcall] = ACTIONS(1515), - [anon_sym___stdcall] = ACTIONS(1515), - [anon_sym___fastcall] = ACTIONS(1515), - [anon_sym___thiscall] = ACTIONS(1515), - [anon_sym___vectorcall] = ACTIONS(1515), - [anon_sym_LBRACE] = ACTIONS(1517), - [anon_sym_LBRACK] = ACTIONS(1515), - [anon_sym_static] = ACTIONS(1515), - [anon_sym_register] = ACTIONS(1515), - [anon_sym_inline] = ACTIONS(1515), - [anon_sym_thread_local] = ACTIONS(1515), - [anon_sym_const] = ACTIONS(1515), - [anon_sym_volatile] = ACTIONS(1515), - [anon_sym_restrict] = ACTIONS(1515), - [anon_sym__Atomic] = ACTIONS(1515), - [anon_sym_mutable] = ACTIONS(1515), - [anon_sym_constexpr] = ACTIONS(1515), - [anon_sym_signed] = ACTIONS(1515), - [anon_sym_unsigned] = ACTIONS(1515), - [anon_sym_long] = ACTIONS(1515), - [anon_sym_short] = ACTIONS(1515), - [sym_primitive_type] = ACTIONS(1515), - [anon_sym_enum] = ACTIONS(1515), - [anon_sym_class] = ACTIONS(1515), - [anon_sym_struct] = ACTIONS(1515), - [anon_sym_union] = ACTIONS(1515), - [anon_sym_if] = ACTIONS(1515), - [anon_sym_else] = ACTIONS(1515), - [anon_sym_switch] = ACTIONS(1515), - [anon_sym_case] = ACTIONS(1515), - [anon_sym_default] = ACTIONS(1515), - [anon_sym_while] = ACTIONS(1515), - [anon_sym_do] = ACTIONS(1515), - [anon_sym_for] = ACTIONS(1515), - [anon_sym_return] = ACTIONS(1515), - [anon_sym_break] = ACTIONS(1515), - [anon_sym_continue] = ACTIONS(1515), - [anon_sym_goto] = ACTIONS(1515), - [anon_sym_DASH_DASH] = ACTIONS(1517), - [anon_sym_PLUS_PLUS] = ACTIONS(1517), - [anon_sym_sizeof] = ACTIONS(1515), - [sym_number_literal] = ACTIONS(1517), - [anon_sym_L_SQUOTE] = ACTIONS(1517), - [anon_sym_u_SQUOTE] = ACTIONS(1517), - [anon_sym_U_SQUOTE] = ACTIONS(1517), - [anon_sym_u8_SQUOTE] = ACTIONS(1517), - [anon_sym_SQUOTE] = ACTIONS(1517), - [anon_sym_L_DQUOTE] = ACTIONS(1517), - [anon_sym_u_DQUOTE] = ACTIONS(1517), - [anon_sym_U_DQUOTE] = ACTIONS(1517), - [anon_sym_u8_DQUOTE] = ACTIONS(1517), - [anon_sym_DQUOTE] = ACTIONS(1517), - [sym_true] = ACTIONS(1515), - [sym_false] = ACTIONS(1515), - [sym_null] = ACTIONS(1515), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1515), - [anon_sym_virtual] = ACTIONS(1515), - [anon_sym_explicit] = ACTIONS(1515), - [sym_auto] = ACTIONS(1515), - [anon_sym_typename] = ACTIONS(1515), - [anon_sym_template] = ACTIONS(1515), - [anon_sym_operator] = ACTIONS(1515), - [anon_sym_delete] = ACTIONS(1515), - [anon_sym_throw] = ACTIONS(1515), - [anon_sym_namespace] = ACTIONS(1515), - [anon_sym_using] = ACTIONS(1515), - [anon_sym_static_assert] = ACTIONS(1515), - [anon_sym_co_return] = ACTIONS(1515), - [anon_sym_co_yield] = ACTIONS(1515), - [anon_sym_try] = ACTIONS(1515), - [anon_sym_catch] = ACTIONS(1515), - [anon_sym_co_await] = ACTIONS(1515), - [anon_sym_new] = ACTIONS(1515), - [sym_operator_name] = ACTIONS(1515), - [sym_this] = ACTIONS(1515), - [sym_nullptr] = ACTIONS(1515), - [sym_alone_macro] = ACTIONS(1517), - [aux_sym_alone_macro_call_token1] = ACTIONS(1515), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_FORWARD] = ACTIONS(1515), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1515), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_PS_GET] = ACTIONS(1515), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1515), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1515), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1515), - [anon_sym_MOZ_COLD] = ACTIONS(1515), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1515), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1515), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1515), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1515), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1515), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1515), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1515), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1515), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1515), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1515), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1515), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1515), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_RAII] = ACTIONS(1515), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1515), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1515), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1515), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1515), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1515), - [sym_raw_string_literal] = ACTIONS(1517), - }, - [220] = { - [sym_identifier] = ACTIONS(1794), - [aux_sym_preproc_include_token1] = ACTIONS(1794), - [aux_sym_preproc_def_token1] = ACTIONS(1794), - [aux_sym_preproc_if_token1] = ACTIONS(1794), - [aux_sym_preproc_if_token2] = ACTIONS(1794), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1794), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1794), - [aux_sym_preproc_else_token1] = ACTIONS(1794), - [aux_sym_preproc_elif_token1] = ACTIONS(1794), - [sym_preproc_directive] = ACTIONS(1794), - [anon_sym_LPAREN2] = ACTIONS(1796), - [anon_sym_BANG] = ACTIONS(1796), - [anon_sym_TILDE] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1794), - [anon_sym_PLUS] = ACTIONS(1794), - [anon_sym_STAR] = ACTIONS(1796), - [anon_sym_AMP_AMP] = ACTIONS(1796), - [anon_sym_AMP] = ACTIONS(1794), - [anon_sym_SEMI] = ACTIONS(1796), - [anon_sym_typedef] = ACTIONS(1794), - [anon_sym_extern] = ACTIONS(1794), - [anon_sym___attribute__] = ACTIONS(1794), - [anon_sym_COLON_COLON] = ACTIONS(1796), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1796), - [anon_sym___declspec] = ACTIONS(1794), - [anon_sym___based] = ACTIONS(1794), - [anon_sym___cdecl] = ACTIONS(1794), - [anon_sym___clrcall] = ACTIONS(1794), - [anon_sym___stdcall] = ACTIONS(1794), - [anon_sym___fastcall] = ACTIONS(1794), - [anon_sym___thiscall] = ACTIONS(1794), - [anon_sym___vectorcall] = ACTIONS(1794), - [anon_sym_LBRACE] = ACTIONS(1796), - [anon_sym_LBRACK] = ACTIONS(1794), - [anon_sym_static] = ACTIONS(1794), - [anon_sym_register] = ACTIONS(1794), - [anon_sym_inline] = ACTIONS(1794), - [anon_sym_thread_local] = ACTIONS(1794), - [anon_sym_const] = ACTIONS(1794), - [anon_sym_volatile] = ACTIONS(1794), - [anon_sym_restrict] = ACTIONS(1794), - [anon_sym__Atomic] = ACTIONS(1794), - [anon_sym_mutable] = ACTIONS(1794), - [anon_sym_constexpr] = ACTIONS(1794), - [anon_sym_signed] = ACTIONS(1794), - [anon_sym_unsigned] = ACTIONS(1794), - [anon_sym_long] = ACTIONS(1794), - [anon_sym_short] = ACTIONS(1794), - [sym_primitive_type] = ACTIONS(1794), - [anon_sym_enum] = ACTIONS(1794), - [anon_sym_class] = ACTIONS(1794), - [anon_sym_struct] = ACTIONS(1794), - [anon_sym_union] = ACTIONS(1794), - [anon_sym_if] = ACTIONS(1794), - [anon_sym_switch] = ACTIONS(1794), - [anon_sym_case] = ACTIONS(1794), - [anon_sym_default] = ACTIONS(1794), - [anon_sym_while] = ACTIONS(1794), - [anon_sym_do] = ACTIONS(1794), - [anon_sym_for] = ACTIONS(1794), - [anon_sym_return] = ACTIONS(1794), - [anon_sym_break] = ACTIONS(1794), - [anon_sym_continue] = ACTIONS(1794), - [anon_sym_goto] = ACTIONS(1794), - [anon_sym_DASH_DASH] = ACTIONS(1796), - [anon_sym_PLUS_PLUS] = ACTIONS(1796), - [anon_sym_sizeof] = ACTIONS(1794), - [sym_number_literal] = ACTIONS(1796), - [anon_sym_L_SQUOTE] = ACTIONS(1796), - [anon_sym_u_SQUOTE] = ACTIONS(1796), - [anon_sym_U_SQUOTE] = ACTIONS(1796), - [anon_sym_u8_SQUOTE] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1796), - [anon_sym_L_DQUOTE] = ACTIONS(1796), - [anon_sym_u_DQUOTE] = ACTIONS(1796), - [anon_sym_U_DQUOTE] = ACTIONS(1796), - [anon_sym_u8_DQUOTE] = ACTIONS(1796), - [anon_sym_DQUOTE] = ACTIONS(1796), - [sym_true] = ACTIONS(1794), - [sym_false] = ACTIONS(1794), - [sym_null] = ACTIONS(1794), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1794), - [anon_sym_virtual] = ACTIONS(1794), - [anon_sym_explicit] = ACTIONS(1794), - [sym_auto] = ACTIONS(1794), - [anon_sym_typename] = ACTIONS(1794), - [anon_sym_template] = ACTIONS(1794), - [anon_sym_operator] = ACTIONS(1794), - [anon_sym_delete] = ACTIONS(1794), - [anon_sym_throw] = ACTIONS(1794), - [anon_sym_namespace] = ACTIONS(1794), - [anon_sym_using] = ACTIONS(1794), - [anon_sym_static_assert] = ACTIONS(1794), - [anon_sym_co_return] = ACTIONS(1794), - [anon_sym_co_yield] = ACTIONS(1794), - [anon_sym_try] = ACTIONS(1794), - [anon_sym_co_await] = ACTIONS(1794), - [anon_sym_new] = ACTIONS(1794), - [sym_operator_name] = ACTIONS(1794), - [sym_this] = ACTIONS(1794), - [sym_nullptr] = ACTIONS(1794), - [sym_alone_macro] = ACTIONS(1796), - [aux_sym_alone_macro_call_token1] = ACTIONS(1794), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1794), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1794), - [anon_sym_FORWARD] = ACTIONS(1794), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1794), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1794), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1794), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1794), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1794), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1794), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1794), - [anon_sym_PS_GET] = ACTIONS(1794), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1794), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1794), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1794), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1794), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1794), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1794), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1794), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1794), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1794), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1794), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1794), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1794), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1794), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1794), - [anon_sym_MOZ_COLD] = ACTIONS(1794), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1794), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1794), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1794), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1794), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1794), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1794), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1794), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1794), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1794), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1794), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1794), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1794), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1794), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1794), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1794), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1794), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1794), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1794), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1794), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1794), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_NONNULL] = ACTIONS(1794), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1794), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1794), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1794), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1794), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1794), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_NORETURN] = ACTIONS(1794), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1794), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1794), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1794), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1794), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1794), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1794), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1794), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1794), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1794), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1794), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1794), - [anon_sym_MOZ_RAII] = ACTIONS(1794), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1794), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1794), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1794), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1794), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1794), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1794), - [sym_raw_string_literal] = ACTIONS(1796), - }, - [221] = { - [sym_identifier] = ACTIONS(1798), - [aux_sym_preproc_include_token1] = ACTIONS(1798), - [aux_sym_preproc_def_token1] = ACTIONS(1798), - [aux_sym_preproc_if_token1] = ACTIONS(1798), - [aux_sym_preproc_if_token2] = ACTIONS(1798), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1798), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1798), - [aux_sym_preproc_else_token1] = ACTIONS(1798), - [aux_sym_preproc_elif_token1] = ACTIONS(1798), - [sym_preproc_directive] = ACTIONS(1798), - [anon_sym_LPAREN2] = ACTIONS(1800), - [anon_sym_BANG] = ACTIONS(1800), - [anon_sym_TILDE] = ACTIONS(1800), - [anon_sym_DASH] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1798), - [anon_sym_STAR] = ACTIONS(1800), - [anon_sym_AMP_AMP] = ACTIONS(1800), - [anon_sym_AMP] = ACTIONS(1798), - [anon_sym_SEMI] = ACTIONS(1800), - [anon_sym_typedef] = ACTIONS(1798), - [anon_sym_extern] = ACTIONS(1798), - [anon_sym___attribute__] = ACTIONS(1798), - [anon_sym_COLON_COLON] = ACTIONS(1800), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1800), - [anon_sym___declspec] = ACTIONS(1798), - [anon_sym___based] = ACTIONS(1798), - [anon_sym___cdecl] = ACTIONS(1798), - [anon_sym___clrcall] = ACTIONS(1798), - [anon_sym___stdcall] = ACTIONS(1798), - [anon_sym___fastcall] = ACTIONS(1798), - [anon_sym___thiscall] = ACTIONS(1798), - [anon_sym___vectorcall] = ACTIONS(1798), - [anon_sym_LBRACE] = ACTIONS(1800), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_static] = ACTIONS(1798), - [anon_sym_register] = ACTIONS(1798), - [anon_sym_inline] = ACTIONS(1798), - [anon_sym_thread_local] = ACTIONS(1798), - [anon_sym_const] = ACTIONS(1798), - [anon_sym_volatile] = ACTIONS(1798), - [anon_sym_restrict] = ACTIONS(1798), - [anon_sym__Atomic] = ACTIONS(1798), - [anon_sym_mutable] = ACTIONS(1798), - [anon_sym_constexpr] = ACTIONS(1798), - [anon_sym_signed] = ACTIONS(1798), - [anon_sym_unsigned] = ACTIONS(1798), - [anon_sym_long] = ACTIONS(1798), - [anon_sym_short] = ACTIONS(1798), - [sym_primitive_type] = ACTIONS(1798), - [anon_sym_enum] = ACTIONS(1798), - [anon_sym_class] = ACTIONS(1798), - [anon_sym_struct] = ACTIONS(1798), - [anon_sym_union] = ACTIONS(1798), - [anon_sym_if] = ACTIONS(1798), - [anon_sym_switch] = ACTIONS(1798), - [anon_sym_case] = ACTIONS(1798), - [anon_sym_default] = ACTIONS(1798), - [anon_sym_while] = ACTIONS(1798), - [anon_sym_do] = ACTIONS(1798), - [anon_sym_for] = ACTIONS(1798), - [anon_sym_return] = ACTIONS(1798), - [anon_sym_break] = ACTIONS(1798), - [anon_sym_continue] = ACTIONS(1798), - [anon_sym_goto] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1800), - [anon_sym_PLUS_PLUS] = ACTIONS(1800), - [anon_sym_sizeof] = ACTIONS(1798), - [sym_number_literal] = ACTIONS(1800), - [anon_sym_L_SQUOTE] = ACTIONS(1800), - [anon_sym_u_SQUOTE] = ACTIONS(1800), - [anon_sym_U_SQUOTE] = ACTIONS(1800), - [anon_sym_u8_SQUOTE] = ACTIONS(1800), - [anon_sym_SQUOTE] = ACTIONS(1800), - [anon_sym_L_DQUOTE] = ACTIONS(1800), - [anon_sym_u_DQUOTE] = ACTIONS(1800), - [anon_sym_U_DQUOTE] = ACTIONS(1800), - [anon_sym_u8_DQUOTE] = ACTIONS(1800), - [anon_sym_DQUOTE] = ACTIONS(1800), - [sym_true] = ACTIONS(1798), - [sym_false] = ACTIONS(1798), - [sym_null] = ACTIONS(1798), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1798), - [anon_sym_virtual] = ACTIONS(1798), - [anon_sym_explicit] = ACTIONS(1798), - [sym_auto] = ACTIONS(1798), - [anon_sym_typename] = ACTIONS(1798), - [anon_sym_template] = ACTIONS(1798), - [anon_sym_operator] = ACTIONS(1798), - [anon_sym_delete] = ACTIONS(1798), - [anon_sym_throw] = ACTIONS(1798), - [anon_sym_namespace] = ACTIONS(1798), - [anon_sym_using] = ACTIONS(1798), - [anon_sym_static_assert] = ACTIONS(1798), - [anon_sym_co_return] = ACTIONS(1798), - [anon_sym_co_yield] = ACTIONS(1798), - [anon_sym_try] = ACTIONS(1798), - [anon_sym_co_await] = ACTIONS(1798), - [anon_sym_new] = ACTIONS(1798), - [sym_operator_name] = ACTIONS(1798), - [sym_this] = ACTIONS(1798), - [sym_nullptr] = ACTIONS(1798), - [sym_alone_macro] = ACTIONS(1800), - [aux_sym_alone_macro_call_token1] = ACTIONS(1798), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1798), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1798), - [anon_sym_FORWARD] = ACTIONS(1798), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1798), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1798), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1798), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1798), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1798), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1798), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1798), - [anon_sym_PS_GET] = ACTIONS(1798), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1798), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1798), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1798), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1798), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1798), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1798), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1798), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1798), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1798), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1798), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1798), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1798), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1798), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1798), - [anon_sym_MOZ_COLD] = ACTIONS(1798), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1798), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1798), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1798), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1798), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1798), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1798), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1798), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1798), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1798), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1798), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1798), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1798), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1798), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1798), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1798), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1798), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1798), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1798), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1798), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1798), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_NONNULL] = ACTIONS(1798), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1798), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1798), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1798), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1798), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1798), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_NORETURN] = ACTIONS(1798), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1798), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1798), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1798), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1798), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1798), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1798), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1798), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1798), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1798), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1798), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1798), - [anon_sym_MOZ_RAII] = ACTIONS(1798), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1798), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1798), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1798), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1798), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1798), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1798), - [sym_raw_string_literal] = ACTIONS(1800), - }, - [222] = { - [sym_identifier] = ACTIONS(1802), - [aux_sym_preproc_include_token1] = ACTIONS(1802), - [aux_sym_preproc_def_token1] = ACTIONS(1802), - [aux_sym_preproc_if_token1] = ACTIONS(1802), - [aux_sym_preproc_if_token2] = ACTIONS(1802), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1802), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1802), - [aux_sym_preproc_else_token1] = ACTIONS(1802), - [aux_sym_preproc_elif_token1] = ACTIONS(1802), - [sym_preproc_directive] = ACTIONS(1802), - [anon_sym_LPAREN2] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1804), - [anon_sym_TILDE] = ACTIONS(1804), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_AMP] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_typedef] = ACTIONS(1802), - [anon_sym_extern] = ACTIONS(1802), - [anon_sym___attribute__] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1804), - [anon_sym___declspec] = ACTIONS(1802), - [anon_sym___based] = ACTIONS(1802), - [anon_sym___cdecl] = ACTIONS(1802), - [anon_sym___clrcall] = ACTIONS(1802), - [anon_sym___stdcall] = ACTIONS(1802), - [anon_sym___fastcall] = ACTIONS(1802), - [anon_sym___thiscall] = ACTIONS(1802), - [anon_sym___vectorcall] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_LBRACK] = ACTIONS(1802), - [anon_sym_static] = ACTIONS(1802), - [anon_sym_register] = ACTIONS(1802), - [anon_sym_inline] = ACTIONS(1802), - [anon_sym_thread_local] = ACTIONS(1802), - [anon_sym_const] = ACTIONS(1802), - [anon_sym_volatile] = ACTIONS(1802), - [anon_sym_restrict] = ACTIONS(1802), - [anon_sym__Atomic] = ACTIONS(1802), - [anon_sym_mutable] = ACTIONS(1802), - [anon_sym_constexpr] = ACTIONS(1802), - [anon_sym_signed] = ACTIONS(1802), - [anon_sym_unsigned] = ACTIONS(1802), - [anon_sym_long] = ACTIONS(1802), - [anon_sym_short] = ACTIONS(1802), - [sym_primitive_type] = ACTIONS(1802), - [anon_sym_enum] = ACTIONS(1802), - [anon_sym_class] = ACTIONS(1802), - [anon_sym_struct] = ACTIONS(1802), - [anon_sym_union] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_switch] = ACTIONS(1802), - [anon_sym_case] = ACTIONS(1802), - [anon_sym_default] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_do] = ACTIONS(1802), - [anon_sym_for] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_goto] = ACTIONS(1802), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_sizeof] = ACTIONS(1802), - [sym_number_literal] = ACTIONS(1804), - [anon_sym_L_SQUOTE] = ACTIONS(1804), - [anon_sym_u_SQUOTE] = ACTIONS(1804), - [anon_sym_U_SQUOTE] = ACTIONS(1804), - [anon_sym_u8_SQUOTE] = ACTIONS(1804), - [anon_sym_SQUOTE] = ACTIONS(1804), - [anon_sym_L_DQUOTE] = ACTIONS(1804), - [anon_sym_u_DQUOTE] = ACTIONS(1804), - [anon_sym_U_DQUOTE] = ACTIONS(1804), - [anon_sym_u8_DQUOTE] = ACTIONS(1804), - [anon_sym_DQUOTE] = ACTIONS(1804), - [sym_true] = ACTIONS(1802), - [sym_false] = ACTIONS(1802), - [sym_null] = ACTIONS(1802), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1802), - [anon_sym_virtual] = ACTIONS(1802), - [anon_sym_explicit] = ACTIONS(1802), - [sym_auto] = ACTIONS(1802), - [anon_sym_typename] = ACTIONS(1802), - [anon_sym_template] = ACTIONS(1802), - [anon_sym_operator] = ACTIONS(1802), - [anon_sym_delete] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_namespace] = ACTIONS(1802), - [anon_sym_using] = ACTIONS(1802), - [anon_sym_static_assert] = ACTIONS(1802), - [anon_sym_co_return] = ACTIONS(1802), - [anon_sym_co_yield] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_co_await] = ACTIONS(1802), - [anon_sym_new] = ACTIONS(1802), - [sym_operator_name] = ACTIONS(1802), - [sym_this] = ACTIONS(1802), - [sym_nullptr] = ACTIONS(1802), - [sym_alone_macro] = ACTIONS(1804), - [aux_sym_alone_macro_call_token1] = ACTIONS(1802), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1802), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1802), - [anon_sym_FORWARD] = ACTIONS(1802), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1802), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1802), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1802), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1802), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1802), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1802), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1802), - [anon_sym_PS_GET] = ACTIONS(1802), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1802), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1802), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1802), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1802), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1802), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1802), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1802), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1802), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1802), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1802), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1802), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1802), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1802), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1802), - [anon_sym_MOZ_COLD] = ACTIONS(1802), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1802), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1802), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1802), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1802), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1802), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1802), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1802), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1802), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1802), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1802), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1802), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1802), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1802), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1802), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1802), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1802), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1802), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1802), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1802), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1802), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_NONNULL] = ACTIONS(1802), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1802), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1802), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1802), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1802), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1802), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_NORETURN] = ACTIONS(1802), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1802), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1802), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1802), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1802), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1802), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1802), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1802), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1802), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1802), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1802), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1802), - [anon_sym_MOZ_RAII] = ACTIONS(1802), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1802), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1802), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1802), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1802), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1802), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1802), - [sym_raw_string_literal] = ACTIONS(1804), - }, - [223] = { - [sym_identifier] = ACTIONS(1806), - [aux_sym_preproc_include_token1] = ACTIONS(1806), - [aux_sym_preproc_def_token1] = ACTIONS(1806), - [aux_sym_preproc_if_token1] = ACTIONS(1806), - [aux_sym_preproc_if_token2] = ACTIONS(1806), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1806), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1806), - [aux_sym_preproc_else_token1] = ACTIONS(1806), - [aux_sym_preproc_elif_token1] = ACTIONS(1806), - [sym_preproc_directive] = ACTIONS(1806), - [anon_sym_LPAREN2] = ACTIONS(1808), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_TILDE] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1806), - [anon_sym_STAR] = ACTIONS(1808), - [anon_sym_AMP_AMP] = ACTIONS(1808), - [anon_sym_AMP] = ACTIONS(1806), - [anon_sym_SEMI] = ACTIONS(1808), - [anon_sym_typedef] = ACTIONS(1806), - [anon_sym_extern] = ACTIONS(1806), - [anon_sym___attribute__] = ACTIONS(1806), - [anon_sym_COLON_COLON] = ACTIONS(1808), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1808), - [anon_sym___declspec] = ACTIONS(1806), - [anon_sym___based] = ACTIONS(1806), - [anon_sym___cdecl] = ACTIONS(1806), - [anon_sym___clrcall] = ACTIONS(1806), - [anon_sym___stdcall] = ACTIONS(1806), - [anon_sym___fastcall] = ACTIONS(1806), - [anon_sym___thiscall] = ACTIONS(1806), - [anon_sym___vectorcall] = ACTIONS(1806), - [anon_sym_LBRACE] = ACTIONS(1808), - [anon_sym_LBRACK] = ACTIONS(1806), - [anon_sym_static] = ACTIONS(1806), - [anon_sym_register] = ACTIONS(1806), - [anon_sym_inline] = ACTIONS(1806), - [anon_sym_thread_local] = ACTIONS(1806), - [anon_sym_const] = ACTIONS(1806), - [anon_sym_volatile] = ACTIONS(1806), - [anon_sym_restrict] = ACTIONS(1806), - [anon_sym__Atomic] = ACTIONS(1806), - [anon_sym_mutable] = ACTIONS(1806), - [anon_sym_constexpr] = ACTIONS(1806), - [anon_sym_signed] = ACTIONS(1806), - [anon_sym_unsigned] = ACTIONS(1806), - [anon_sym_long] = ACTIONS(1806), - [anon_sym_short] = ACTIONS(1806), - [sym_primitive_type] = ACTIONS(1806), - [anon_sym_enum] = ACTIONS(1806), - [anon_sym_class] = ACTIONS(1806), - [anon_sym_struct] = ACTIONS(1806), - [anon_sym_union] = ACTIONS(1806), - [anon_sym_if] = ACTIONS(1806), - [anon_sym_switch] = ACTIONS(1806), - [anon_sym_case] = ACTIONS(1806), - [anon_sym_default] = ACTIONS(1806), - [anon_sym_while] = ACTIONS(1806), - [anon_sym_do] = ACTIONS(1806), - [anon_sym_for] = ACTIONS(1806), - [anon_sym_return] = ACTIONS(1806), - [anon_sym_break] = ACTIONS(1806), - [anon_sym_continue] = ACTIONS(1806), - [anon_sym_goto] = ACTIONS(1806), - [anon_sym_DASH_DASH] = ACTIONS(1808), - [anon_sym_PLUS_PLUS] = ACTIONS(1808), - [anon_sym_sizeof] = ACTIONS(1806), - [sym_number_literal] = ACTIONS(1808), - [anon_sym_L_SQUOTE] = ACTIONS(1808), - [anon_sym_u_SQUOTE] = ACTIONS(1808), - [anon_sym_U_SQUOTE] = ACTIONS(1808), - [anon_sym_u8_SQUOTE] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1808), - [anon_sym_L_DQUOTE] = ACTIONS(1808), - [anon_sym_u_DQUOTE] = ACTIONS(1808), - [anon_sym_U_DQUOTE] = ACTIONS(1808), - [anon_sym_u8_DQUOTE] = ACTIONS(1808), - [anon_sym_DQUOTE] = ACTIONS(1808), - [sym_true] = ACTIONS(1806), - [sym_false] = ACTIONS(1806), - [sym_null] = ACTIONS(1806), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1806), - [anon_sym_virtual] = ACTIONS(1806), - [anon_sym_explicit] = ACTIONS(1806), - [sym_auto] = ACTIONS(1806), - [anon_sym_typename] = ACTIONS(1806), - [anon_sym_template] = ACTIONS(1806), - [anon_sym_operator] = ACTIONS(1806), - [anon_sym_delete] = ACTIONS(1806), - [anon_sym_throw] = ACTIONS(1806), - [anon_sym_namespace] = ACTIONS(1806), - [anon_sym_using] = ACTIONS(1806), - [anon_sym_static_assert] = ACTIONS(1806), - [anon_sym_co_return] = ACTIONS(1806), - [anon_sym_co_yield] = ACTIONS(1806), - [anon_sym_try] = ACTIONS(1806), - [anon_sym_co_await] = ACTIONS(1806), - [anon_sym_new] = ACTIONS(1806), - [sym_operator_name] = ACTIONS(1806), - [sym_this] = ACTIONS(1806), - [sym_nullptr] = ACTIONS(1806), - [sym_alone_macro] = ACTIONS(1808), - [aux_sym_alone_macro_call_token1] = ACTIONS(1806), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1806), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1806), - [anon_sym_FORWARD] = ACTIONS(1806), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1806), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1806), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1806), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1806), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1806), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1806), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1806), - [anon_sym_PS_GET] = ACTIONS(1806), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1806), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1806), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1806), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1806), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1806), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1806), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1806), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1806), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1806), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1806), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1806), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1806), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1806), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1806), - [anon_sym_MOZ_COLD] = ACTIONS(1806), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1806), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1806), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1806), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1806), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1806), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1806), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1806), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1806), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1806), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1806), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1806), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1806), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1806), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1806), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1806), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1806), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1806), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1806), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1806), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1806), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_NONNULL] = ACTIONS(1806), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1806), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1806), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1806), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1806), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1806), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_NORETURN] = ACTIONS(1806), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1806), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1806), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1806), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1806), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1806), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1806), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1806), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1806), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1806), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1806), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1806), - [anon_sym_MOZ_RAII] = ACTIONS(1806), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1806), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1806), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1806), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1806), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1806), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1806), - [sym_raw_string_literal] = ACTIONS(1808), - }, - [224] = { - [sym_identifier] = ACTIONS(1810), - [aux_sym_preproc_include_token1] = ACTIONS(1810), - [aux_sym_preproc_def_token1] = ACTIONS(1810), - [aux_sym_preproc_if_token1] = ACTIONS(1810), - [aux_sym_preproc_if_token2] = ACTIONS(1810), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1810), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1810), - [aux_sym_preproc_else_token1] = ACTIONS(1810), - [aux_sym_preproc_elif_token1] = ACTIONS(1810), - [sym_preproc_directive] = ACTIONS(1810), - [anon_sym_LPAREN2] = ACTIONS(1812), - [anon_sym_BANG] = ACTIONS(1812), - [anon_sym_TILDE] = ACTIONS(1812), - [anon_sym_DASH] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1810), - [anon_sym_STAR] = ACTIONS(1812), - [anon_sym_AMP_AMP] = ACTIONS(1812), - [anon_sym_AMP] = ACTIONS(1810), - [anon_sym_SEMI] = ACTIONS(1812), - [anon_sym_typedef] = ACTIONS(1810), - [anon_sym_extern] = ACTIONS(1810), - [anon_sym___attribute__] = ACTIONS(1810), - [anon_sym_COLON_COLON] = ACTIONS(1812), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1812), - [anon_sym___declspec] = ACTIONS(1810), - [anon_sym___based] = ACTIONS(1810), - [anon_sym___cdecl] = ACTIONS(1810), - [anon_sym___clrcall] = ACTIONS(1810), - [anon_sym___stdcall] = ACTIONS(1810), - [anon_sym___fastcall] = ACTIONS(1810), - [anon_sym___thiscall] = ACTIONS(1810), - [anon_sym___vectorcall] = ACTIONS(1810), - [anon_sym_LBRACE] = ACTIONS(1812), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_static] = ACTIONS(1810), - [anon_sym_register] = ACTIONS(1810), - [anon_sym_inline] = ACTIONS(1810), - [anon_sym_thread_local] = ACTIONS(1810), - [anon_sym_const] = ACTIONS(1810), - [anon_sym_volatile] = ACTIONS(1810), - [anon_sym_restrict] = ACTIONS(1810), - [anon_sym__Atomic] = ACTIONS(1810), - [anon_sym_mutable] = ACTIONS(1810), - [anon_sym_constexpr] = ACTIONS(1810), - [anon_sym_signed] = ACTIONS(1810), - [anon_sym_unsigned] = ACTIONS(1810), - [anon_sym_long] = ACTIONS(1810), - [anon_sym_short] = ACTIONS(1810), - [sym_primitive_type] = ACTIONS(1810), - [anon_sym_enum] = ACTIONS(1810), - [anon_sym_class] = ACTIONS(1810), - [anon_sym_struct] = ACTIONS(1810), - [anon_sym_union] = ACTIONS(1810), - [anon_sym_if] = ACTIONS(1810), - [anon_sym_switch] = ACTIONS(1810), - [anon_sym_case] = ACTIONS(1810), - [anon_sym_default] = ACTIONS(1810), - [anon_sym_while] = ACTIONS(1810), - [anon_sym_do] = ACTIONS(1810), - [anon_sym_for] = ACTIONS(1810), - [anon_sym_return] = ACTIONS(1810), - [anon_sym_break] = ACTIONS(1810), - [anon_sym_continue] = ACTIONS(1810), - [anon_sym_goto] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1812), - [anon_sym_PLUS_PLUS] = ACTIONS(1812), - [anon_sym_sizeof] = ACTIONS(1810), - [sym_number_literal] = ACTIONS(1812), - [anon_sym_L_SQUOTE] = ACTIONS(1812), - [anon_sym_u_SQUOTE] = ACTIONS(1812), - [anon_sym_U_SQUOTE] = ACTIONS(1812), - [anon_sym_u8_SQUOTE] = ACTIONS(1812), - [anon_sym_SQUOTE] = ACTIONS(1812), - [anon_sym_L_DQUOTE] = ACTIONS(1812), - [anon_sym_u_DQUOTE] = ACTIONS(1812), - [anon_sym_U_DQUOTE] = ACTIONS(1812), - [anon_sym_u8_DQUOTE] = ACTIONS(1812), - [anon_sym_DQUOTE] = ACTIONS(1812), - [sym_true] = ACTIONS(1810), - [sym_false] = ACTIONS(1810), - [sym_null] = ACTIONS(1810), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1810), - [anon_sym_virtual] = ACTIONS(1810), - [anon_sym_explicit] = ACTIONS(1810), - [sym_auto] = ACTIONS(1810), - [anon_sym_typename] = ACTIONS(1810), - [anon_sym_template] = ACTIONS(1810), - [anon_sym_operator] = ACTIONS(1810), - [anon_sym_delete] = ACTIONS(1810), - [anon_sym_throw] = ACTIONS(1810), - [anon_sym_namespace] = ACTIONS(1810), - [anon_sym_using] = ACTIONS(1810), - [anon_sym_static_assert] = ACTIONS(1810), - [anon_sym_co_return] = ACTIONS(1810), - [anon_sym_co_yield] = ACTIONS(1810), - [anon_sym_try] = ACTIONS(1810), - [anon_sym_co_await] = ACTIONS(1810), - [anon_sym_new] = ACTIONS(1810), - [sym_operator_name] = ACTIONS(1810), - [sym_this] = ACTIONS(1810), - [sym_nullptr] = ACTIONS(1810), - [sym_alone_macro] = ACTIONS(1812), - [aux_sym_alone_macro_call_token1] = ACTIONS(1810), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1810), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1810), - [anon_sym_FORWARD] = ACTIONS(1810), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1810), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1810), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1810), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1810), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1810), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1810), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1810), - [anon_sym_PS_GET] = ACTIONS(1810), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1810), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1810), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1810), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1810), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1810), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1810), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1810), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1810), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1810), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1810), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1810), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1810), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1810), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1810), - [anon_sym_MOZ_COLD] = ACTIONS(1810), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1810), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1810), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1810), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1810), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1810), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1810), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1810), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1810), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1810), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1810), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1810), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1810), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1810), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1810), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1810), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1810), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1810), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1810), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1810), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1810), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_NONNULL] = ACTIONS(1810), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1810), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1810), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1810), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1810), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1810), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_NORETURN] = ACTIONS(1810), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1810), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1810), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1810), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1810), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1810), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1810), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1810), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1810), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1810), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1810), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1810), - [anon_sym_MOZ_RAII] = ACTIONS(1810), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1810), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1810), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1810), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1810), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1810), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1810), - [sym_raw_string_literal] = ACTIONS(1812), - }, - [225] = { - [sym_identifier] = ACTIONS(1814), - [aux_sym_preproc_include_token1] = ACTIONS(1814), - [aux_sym_preproc_def_token1] = ACTIONS(1814), - [aux_sym_preproc_if_token1] = ACTIONS(1814), - [aux_sym_preproc_if_token2] = ACTIONS(1814), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1814), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1814), - [aux_sym_preproc_else_token1] = ACTIONS(1814), - [aux_sym_preproc_elif_token1] = ACTIONS(1814), - [sym_preproc_directive] = ACTIONS(1814), - [anon_sym_LPAREN2] = ACTIONS(1816), - [anon_sym_BANG] = ACTIONS(1816), - [anon_sym_TILDE] = ACTIONS(1816), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_STAR] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_AMP] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_typedef] = ACTIONS(1814), - [anon_sym_extern] = ACTIONS(1814), - [anon_sym___attribute__] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1816), - [anon_sym___declspec] = ACTIONS(1814), - [anon_sym___based] = ACTIONS(1814), - [anon_sym___cdecl] = ACTIONS(1814), - [anon_sym___clrcall] = ACTIONS(1814), - [anon_sym___stdcall] = ACTIONS(1814), - [anon_sym___fastcall] = ACTIONS(1814), - [anon_sym___thiscall] = ACTIONS(1814), - [anon_sym___vectorcall] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_LBRACK] = ACTIONS(1814), - [anon_sym_static] = ACTIONS(1814), - [anon_sym_register] = ACTIONS(1814), - [anon_sym_inline] = ACTIONS(1814), - [anon_sym_thread_local] = ACTIONS(1814), - [anon_sym_const] = ACTIONS(1814), - [anon_sym_volatile] = ACTIONS(1814), - [anon_sym_restrict] = ACTIONS(1814), - [anon_sym__Atomic] = ACTIONS(1814), - [anon_sym_mutable] = ACTIONS(1814), - [anon_sym_constexpr] = ACTIONS(1814), - [anon_sym_signed] = ACTIONS(1814), - [anon_sym_unsigned] = ACTIONS(1814), - [anon_sym_long] = ACTIONS(1814), - [anon_sym_short] = ACTIONS(1814), - [sym_primitive_type] = ACTIONS(1814), - [anon_sym_enum] = ACTIONS(1814), - [anon_sym_class] = ACTIONS(1814), - [anon_sym_struct] = ACTIONS(1814), - [anon_sym_union] = ACTIONS(1814), - [anon_sym_if] = ACTIONS(1814), - [anon_sym_switch] = ACTIONS(1814), - [anon_sym_case] = ACTIONS(1814), - [anon_sym_default] = ACTIONS(1814), - [anon_sym_while] = ACTIONS(1814), - [anon_sym_do] = ACTIONS(1814), - [anon_sym_for] = ACTIONS(1814), - [anon_sym_return] = ACTIONS(1814), - [anon_sym_break] = ACTIONS(1814), - [anon_sym_continue] = ACTIONS(1814), - [anon_sym_goto] = ACTIONS(1814), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_sizeof] = ACTIONS(1814), - [sym_number_literal] = ACTIONS(1816), - [anon_sym_L_SQUOTE] = ACTIONS(1816), - [anon_sym_u_SQUOTE] = ACTIONS(1816), - [anon_sym_U_SQUOTE] = ACTIONS(1816), - [anon_sym_u8_SQUOTE] = ACTIONS(1816), - [anon_sym_SQUOTE] = ACTIONS(1816), - [anon_sym_L_DQUOTE] = ACTIONS(1816), - [anon_sym_u_DQUOTE] = ACTIONS(1816), - [anon_sym_U_DQUOTE] = ACTIONS(1816), - [anon_sym_u8_DQUOTE] = ACTIONS(1816), - [anon_sym_DQUOTE] = ACTIONS(1816), - [sym_true] = ACTIONS(1814), - [sym_false] = ACTIONS(1814), - [sym_null] = ACTIONS(1814), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1814), - [anon_sym_virtual] = ACTIONS(1814), - [anon_sym_explicit] = ACTIONS(1814), - [sym_auto] = ACTIONS(1814), - [anon_sym_typename] = ACTIONS(1814), - [anon_sym_template] = ACTIONS(1814), - [anon_sym_operator] = ACTIONS(1814), - [anon_sym_delete] = ACTIONS(1814), - [anon_sym_throw] = ACTIONS(1814), - [anon_sym_namespace] = ACTIONS(1814), - [anon_sym_using] = ACTIONS(1814), - [anon_sym_static_assert] = ACTIONS(1814), - [anon_sym_co_return] = ACTIONS(1814), - [anon_sym_co_yield] = ACTIONS(1814), - [anon_sym_try] = ACTIONS(1814), - [anon_sym_co_await] = ACTIONS(1814), - [anon_sym_new] = ACTIONS(1814), - [sym_operator_name] = ACTIONS(1814), - [sym_this] = ACTIONS(1814), - [sym_nullptr] = ACTIONS(1814), - [sym_alone_macro] = ACTIONS(1816), - [aux_sym_alone_macro_call_token1] = ACTIONS(1814), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1814), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1814), - [anon_sym_FORWARD] = ACTIONS(1814), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1814), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1814), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1814), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1814), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1814), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1814), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1814), - [anon_sym_PS_GET] = ACTIONS(1814), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1814), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1814), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1814), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1814), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1814), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1814), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1814), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1814), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1814), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1814), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1814), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1814), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1814), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1814), - [anon_sym_MOZ_COLD] = ACTIONS(1814), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1814), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1814), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1814), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1814), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1814), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1814), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1814), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1814), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1814), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1814), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1814), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1814), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1814), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1814), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1814), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1814), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1814), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1814), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1814), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1814), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_NONNULL] = ACTIONS(1814), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1814), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1814), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1814), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1814), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1814), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_NORETURN] = ACTIONS(1814), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1814), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1814), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1814), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1814), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1814), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1814), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1814), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1814), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1814), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1814), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1814), - [anon_sym_MOZ_RAII] = ACTIONS(1814), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1814), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1814), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1814), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1814), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1814), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1814), - [sym_raw_string_literal] = ACTIONS(1816), - }, - [226] = { - [sym_identifier] = ACTIONS(1818), - [aux_sym_preproc_include_token1] = ACTIONS(1818), - [aux_sym_preproc_def_token1] = ACTIONS(1818), - [aux_sym_preproc_if_token1] = ACTIONS(1818), - [aux_sym_preproc_if_token2] = ACTIONS(1818), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1818), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1818), - [aux_sym_preproc_else_token1] = ACTIONS(1818), - [aux_sym_preproc_elif_token1] = ACTIONS(1818), - [sym_preproc_directive] = ACTIONS(1818), - [anon_sym_LPAREN2] = ACTIONS(1820), - [anon_sym_BANG] = ACTIONS(1820), - [anon_sym_TILDE] = ACTIONS(1820), - [anon_sym_DASH] = ACTIONS(1818), - [anon_sym_PLUS] = ACTIONS(1818), - [anon_sym_STAR] = ACTIONS(1820), - [anon_sym_AMP_AMP] = ACTIONS(1820), - [anon_sym_AMP] = ACTIONS(1818), - [anon_sym_SEMI] = ACTIONS(1820), - [anon_sym_typedef] = ACTIONS(1818), - [anon_sym_extern] = ACTIONS(1818), - [anon_sym___attribute__] = ACTIONS(1818), - [anon_sym_COLON_COLON] = ACTIONS(1820), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1820), - [anon_sym___declspec] = ACTIONS(1818), - [anon_sym___based] = ACTIONS(1818), - [anon_sym___cdecl] = ACTIONS(1818), - [anon_sym___clrcall] = ACTIONS(1818), - [anon_sym___stdcall] = ACTIONS(1818), - [anon_sym___fastcall] = ACTIONS(1818), - [anon_sym___thiscall] = ACTIONS(1818), - [anon_sym___vectorcall] = ACTIONS(1818), - [anon_sym_LBRACE] = ACTIONS(1820), - [anon_sym_LBRACK] = ACTIONS(1818), - [anon_sym_static] = ACTIONS(1818), - [anon_sym_register] = ACTIONS(1818), - [anon_sym_inline] = ACTIONS(1818), - [anon_sym_thread_local] = ACTIONS(1818), - [anon_sym_const] = ACTIONS(1818), - [anon_sym_volatile] = ACTIONS(1818), - [anon_sym_restrict] = ACTIONS(1818), - [anon_sym__Atomic] = ACTIONS(1818), - [anon_sym_mutable] = ACTIONS(1818), - [anon_sym_constexpr] = ACTIONS(1818), - [anon_sym_signed] = ACTIONS(1818), - [anon_sym_unsigned] = ACTIONS(1818), - [anon_sym_long] = ACTIONS(1818), - [anon_sym_short] = ACTIONS(1818), - [sym_primitive_type] = ACTIONS(1818), - [anon_sym_enum] = ACTIONS(1818), - [anon_sym_class] = ACTIONS(1818), - [anon_sym_struct] = ACTIONS(1818), - [anon_sym_union] = ACTIONS(1818), - [anon_sym_if] = ACTIONS(1818), - [anon_sym_switch] = ACTIONS(1818), - [anon_sym_case] = ACTIONS(1818), - [anon_sym_default] = ACTIONS(1818), - [anon_sym_while] = ACTIONS(1818), - [anon_sym_do] = ACTIONS(1818), - [anon_sym_for] = ACTIONS(1818), - [anon_sym_return] = ACTIONS(1818), - [anon_sym_break] = ACTIONS(1818), - [anon_sym_continue] = ACTIONS(1818), - [anon_sym_goto] = ACTIONS(1818), - [anon_sym_DASH_DASH] = ACTIONS(1820), - [anon_sym_PLUS_PLUS] = ACTIONS(1820), - [anon_sym_sizeof] = ACTIONS(1818), - [sym_number_literal] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1820), - [anon_sym_u_SQUOTE] = ACTIONS(1820), - [anon_sym_U_SQUOTE] = ACTIONS(1820), - [anon_sym_u8_SQUOTE] = ACTIONS(1820), - [anon_sym_SQUOTE] = ACTIONS(1820), - [anon_sym_L_DQUOTE] = ACTIONS(1820), - [anon_sym_u_DQUOTE] = ACTIONS(1820), - [anon_sym_U_DQUOTE] = ACTIONS(1820), - [anon_sym_u8_DQUOTE] = ACTIONS(1820), - [anon_sym_DQUOTE] = ACTIONS(1820), - [sym_true] = ACTIONS(1818), - [sym_false] = ACTIONS(1818), - [sym_null] = ACTIONS(1818), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1818), - [anon_sym_virtual] = ACTIONS(1818), - [anon_sym_explicit] = ACTIONS(1818), - [sym_auto] = ACTIONS(1818), - [anon_sym_typename] = ACTIONS(1818), - [anon_sym_template] = ACTIONS(1818), - [anon_sym_operator] = ACTIONS(1818), - [anon_sym_delete] = ACTIONS(1818), - [anon_sym_throw] = ACTIONS(1818), - [anon_sym_namespace] = ACTIONS(1818), - [anon_sym_using] = ACTIONS(1818), - [anon_sym_static_assert] = ACTIONS(1818), - [anon_sym_co_return] = ACTIONS(1818), - [anon_sym_co_yield] = ACTIONS(1818), - [anon_sym_try] = ACTIONS(1818), - [anon_sym_co_await] = ACTIONS(1818), - [anon_sym_new] = ACTIONS(1818), - [sym_operator_name] = ACTIONS(1818), - [sym_this] = ACTIONS(1818), - [sym_nullptr] = ACTIONS(1818), - [sym_alone_macro] = ACTIONS(1820), - [aux_sym_alone_macro_call_token1] = ACTIONS(1818), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1818), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1818), - [anon_sym_FORWARD] = ACTIONS(1818), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1818), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1818), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1818), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1818), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1818), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1818), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1818), - [anon_sym_PS_GET] = ACTIONS(1818), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1818), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1818), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1818), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1818), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1818), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1818), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1818), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1818), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1818), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1818), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1818), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1818), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1818), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1818), - [anon_sym_MOZ_COLD] = ACTIONS(1818), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1818), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1818), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1818), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1818), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1818), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1818), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1818), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1818), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1818), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1818), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1818), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1818), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1818), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1818), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1818), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1818), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1818), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1818), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1818), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1818), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_NONNULL] = ACTIONS(1818), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1818), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1818), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1818), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1818), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1818), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_NORETURN] = ACTIONS(1818), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1818), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1818), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1818), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1818), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1818), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1818), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1818), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1818), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1818), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1818), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1818), - [anon_sym_MOZ_RAII] = ACTIONS(1818), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1818), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1818), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1818), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1818), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1818), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1818), - [sym_raw_string_literal] = ACTIONS(1820), - }, - [227] = { - [sym_identifier] = ACTIONS(1822), - [aux_sym_preproc_include_token1] = ACTIONS(1822), - [aux_sym_preproc_def_token1] = ACTIONS(1822), - [aux_sym_preproc_if_token1] = ACTIONS(1822), - [aux_sym_preproc_if_token2] = ACTIONS(1822), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1822), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1822), - [aux_sym_preproc_else_token1] = ACTIONS(1822), - [aux_sym_preproc_elif_token1] = ACTIONS(1822), - [sym_preproc_directive] = ACTIONS(1822), - [anon_sym_LPAREN2] = ACTIONS(1824), - [anon_sym_BANG] = ACTIONS(1824), - [anon_sym_TILDE] = ACTIONS(1824), - [anon_sym_DASH] = ACTIONS(1822), - [anon_sym_PLUS] = ACTIONS(1822), - [anon_sym_STAR] = ACTIONS(1824), - [anon_sym_AMP_AMP] = ACTIONS(1824), - [anon_sym_AMP] = ACTIONS(1822), - [anon_sym_SEMI] = ACTIONS(1824), - [anon_sym_typedef] = ACTIONS(1822), - [anon_sym_extern] = ACTIONS(1822), - [anon_sym___attribute__] = ACTIONS(1822), - [anon_sym_COLON_COLON] = ACTIONS(1824), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1824), - [anon_sym___declspec] = ACTIONS(1822), - [anon_sym___based] = ACTIONS(1822), - [anon_sym___cdecl] = ACTIONS(1822), - [anon_sym___clrcall] = ACTIONS(1822), - [anon_sym___stdcall] = ACTIONS(1822), - [anon_sym___fastcall] = ACTIONS(1822), - [anon_sym___thiscall] = ACTIONS(1822), - [anon_sym___vectorcall] = ACTIONS(1822), - [anon_sym_LBRACE] = ACTIONS(1824), - [anon_sym_LBRACK] = ACTIONS(1822), - [anon_sym_static] = ACTIONS(1822), - [anon_sym_register] = ACTIONS(1822), - [anon_sym_inline] = ACTIONS(1822), - [anon_sym_thread_local] = ACTIONS(1822), - [anon_sym_const] = ACTIONS(1822), - [anon_sym_volatile] = ACTIONS(1822), - [anon_sym_restrict] = ACTIONS(1822), - [anon_sym__Atomic] = ACTIONS(1822), - [anon_sym_mutable] = ACTIONS(1822), - [anon_sym_constexpr] = ACTIONS(1822), - [anon_sym_signed] = ACTIONS(1822), - [anon_sym_unsigned] = ACTIONS(1822), - [anon_sym_long] = ACTIONS(1822), - [anon_sym_short] = ACTIONS(1822), - [sym_primitive_type] = ACTIONS(1822), - [anon_sym_enum] = ACTIONS(1822), - [anon_sym_class] = ACTIONS(1822), - [anon_sym_struct] = ACTIONS(1822), - [anon_sym_union] = ACTIONS(1822), - [anon_sym_if] = ACTIONS(1822), - [anon_sym_switch] = ACTIONS(1822), - [anon_sym_case] = ACTIONS(1822), - [anon_sym_default] = ACTIONS(1822), - [anon_sym_while] = ACTIONS(1822), - [anon_sym_do] = ACTIONS(1822), - [anon_sym_for] = ACTIONS(1822), - [anon_sym_return] = ACTIONS(1822), - [anon_sym_break] = ACTIONS(1822), - [anon_sym_continue] = ACTIONS(1822), - [anon_sym_goto] = ACTIONS(1822), - [anon_sym_DASH_DASH] = ACTIONS(1824), - [anon_sym_PLUS_PLUS] = ACTIONS(1824), - [anon_sym_sizeof] = ACTIONS(1822), - [sym_number_literal] = ACTIONS(1824), - [anon_sym_L_SQUOTE] = ACTIONS(1824), - [anon_sym_u_SQUOTE] = ACTIONS(1824), - [anon_sym_U_SQUOTE] = ACTIONS(1824), - [anon_sym_u8_SQUOTE] = ACTIONS(1824), - [anon_sym_SQUOTE] = ACTIONS(1824), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1822), - [sym_false] = ACTIONS(1822), - [sym_null] = ACTIONS(1822), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1822), - [anon_sym_virtual] = ACTIONS(1822), - [anon_sym_explicit] = ACTIONS(1822), - [sym_auto] = ACTIONS(1822), - [anon_sym_typename] = ACTIONS(1822), - [anon_sym_template] = ACTIONS(1822), - [anon_sym_operator] = ACTIONS(1822), - [anon_sym_delete] = ACTIONS(1822), - [anon_sym_throw] = ACTIONS(1822), - [anon_sym_namespace] = ACTIONS(1822), - [anon_sym_using] = ACTIONS(1822), - [anon_sym_static_assert] = ACTIONS(1822), - [anon_sym_co_return] = ACTIONS(1822), - [anon_sym_co_yield] = ACTIONS(1822), - [anon_sym_try] = ACTIONS(1822), - [anon_sym_co_await] = ACTIONS(1822), - [anon_sym_new] = ACTIONS(1822), - [sym_operator_name] = ACTIONS(1822), - [sym_this] = ACTIONS(1822), - [sym_nullptr] = ACTIONS(1822), - [sym_alone_macro] = ACTIONS(1824), - [aux_sym_alone_macro_call_token1] = ACTIONS(1822), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1822), - [anon_sym_FORWARD] = ACTIONS(1822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1822), - [anon_sym_PS_GET] = ACTIONS(1822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1822), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1822), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1822), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1822), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1822), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1822), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1822), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1822), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1822), - [anon_sym_MOZ_COLD] = ACTIONS(1822), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1822), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1822), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1822), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1822), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1822), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1822), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1822), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1822), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1822), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1822), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1822), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1822), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1822), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1822), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1822), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1822), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1822), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1822), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1822), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1822), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1822), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1822), - [anon_sym_MOZ_NONNULL] = ACTIONS(1822), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1822), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1822), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1822), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1822), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1822), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1822), - [anon_sym_MOZ_NORETURN] = ACTIONS(1822), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1822), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1822), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1822), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1822), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1822), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1822), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1822), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1822), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1822), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1822), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1822), - [anon_sym_MOZ_RAII] = ACTIONS(1822), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1822), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1822), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1822), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1822), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1822), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1822), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1822), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1822), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1822), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1822), - [sym_raw_string_literal] = ACTIONS(1824), - }, - [228] = { - [sym_identifier] = ACTIONS(1826), - [aux_sym_preproc_include_token1] = ACTIONS(1826), - [aux_sym_preproc_def_token1] = ACTIONS(1826), - [aux_sym_preproc_if_token1] = ACTIONS(1826), - [aux_sym_preproc_if_token2] = ACTIONS(1826), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1826), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1826), - [aux_sym_preproc_else_token1] = ACTIONS(1826), - [aux_sym_preproc_elif_token1] = ACTIONS(1826), - [sym_preproc_directive] = ACTIONS(1826), - [anon_sym_LPAREN2] = ACTIONS(1828), - [anon_sym_BANG] = ACTIONS(1828), - [anon_sym_TILDE] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(1826), - [anon_sym_PLUS] = ACTIONS(1826), - [anon_sym_STAR] = ACTIONS(1828), - [anon_sym_AMP_AMP] = ACTIONS(1828), - [anon_sym_AMP] = ACTIONS(1826), - [anon_sym_SEMI] = ACTIONS(1828), - [anon_sym_typedef] = ACTIONS(1826), - [anon_sym_extern] = ACTIONS(1826), - [anon_sym___attribute__] = ACTIONS(1826), - [anon_sym_COLON_COLON] = ACTIONS(1828), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1828), - [anon_sym___declspec] = ACTIONS(1826), - [anon_sym___based] = ACTIONS(1826), - [anon_sym___cdecl] = ACTIONS(1826), - [anon_sym___clrcall] = ACTIONS(1826), - [anon_sym___stdcall] = ACTIONS(1826), - [anon_sym___fastcall] = ACTIONS(1826), - [anon_sym___thiscall] = ACTIONS(1826), - [anon_sym___vectorcall] = ACTIONS(1826), - [anon_sym_LBRACE] = ACTIONS(1828), - [anon_sym_LBRACK] = ACTIONS(1826), - [anon_sym_static] = ACTIONS(1826), - [anon_sym_register] = ACTIONS(1826), - [anon_sym_inline] = ACTIONS(1826), - [anon_sym_thread_local] = ACTIONS(1826), - [anon_sym_const] = ACTIONS(1826), - [anon_sym_volatile] = ACTIONS(1826), - [anon_sym_restrict] = ACTIONS(1826), - [anon_sym__Atomic] = ACTIONS(1826), - [anon_sym_mutable] = ACTIONS(1826), - [anon_sym_constexpr] = ACTIONS(1826), - [anon_sym_signed] = ACTIONS(1826), - [anon_sym_unsigned] = ACTIONS(1826), - [anon_sym_long] = ACTIONS(1826), - [anon_sym_short] = ACTIONS(1826), - [sym_primitive_type] = ACTIONS(1826), - [anon_sym_enum] = ACTIONS(1826), - [anon_sym_class] = ACTIONS(1826), - [anon_sym_struct] = ACTIONS(1826), - [anon_sym_union] = ACTIONS(1826), - [anon_sym_if] = ACTIONS(1826), - [anon_sym_switch] = ACTIONS(1826), - [anon_sym_case] = ACTIONS(1826), - [anon_sym_default] = ACTIONS(1826), - [anon_sym_while] = ACTIONS(1826), - [anon_sym_do] = ACTIONS(1826), - [anon_sym_for] = ACTIONS(1826), - [anon_sym_return] = ACTIONS(1826), - [anon_sym_break] = ACTIONS(1826), - [anon_sym_continue] = ACTIONS(1826), - [anon_sym_goto] = ACTIONS(1826), - [anon_sym_DASH_DASH] = ACTIONS(1828), - [anon_sym_PLUS_PLUS] = ACTIONS(1828), - [anon_sym_sizeof] = ACTIONS(1826), - [sym_number_literal] = ACTIONS(1828), - [anon_sym_L_SQUOTE] = ACTIONS(1828), - [anon_sym_u_SQUOTE] = ACTIONS(1828), - [anon_sym_U_SQUOTE] = ACTIONS(1828), - [anon_sym_u8_SQUOTE] = ACTIONS(1828), - [anon_sym_SQUOTE] = ACTIONS(1828), - [anon_sym_L_DQUOTE] = ACTIONS(1828), - [anon_sym_u_DQUOTE] = ACTIONS(1828), - [anon_sym_U_DQUOTE] = ACTIONS(1828), - [anon_sym_u8_DQUOTE] = ACTIONS(1828), - [anon_sym_DQUOTE] = ACTIONS(1828), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [sym_null] = ACTIONS(1826), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1826), - [anon_sym_virtual] = ACTIONS(1826), - [anon_sym_explicit] = ACTIONS(1826), - [sym_auto] = ACTIONS(1826), - [anon_sym_typename] = ACTIONS(1826), - [anon_sym_template] = ACTIONS(1826), - [anon_sym_operator] = ACTIONS(1826), - [anon_sym_delete] = ACTIONS(1826), - [anon_sym_throw] = ACTIONS(1826), - [anon_sym_namespace] = ACTIONS(1826), - [anon_sym_using] = ACTIONS(1826), - [anon_sym_static_assert] = ACTIONS(1826), - [anon_sym_co_return] = ACTIONS(1826), - [anon_sym_co_yield] = ACTIONS(1826), - [anon_sym_try] = ACTIONS(1826), - [anon_sym_co_await] = ACTIONS(1826), - [anon_sym_new] = ACTIONS(1826), - [sym_operator_name] = ACTIONS(1826), - [sym_this] = ACTIONS(1826), - [sym_nullptr] = ACTIONS(1826), - [sym_alone_macro] = ACTIONS(1828), - [aux_sym_alone_macro_call_token1] = ACTIONS(1826), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1826), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1826), - [anon_sym_FORWARD] = ACTIONS(1826), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1826), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1826), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1826), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1826), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1826), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1826), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1826), - [anon_sym_PS_GET] = ACTIONS(1826), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1826), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1826), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1826), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1826), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1826), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1826), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1826), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1826), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1826), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1826), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1826), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1826), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1826), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1826), - [anon_sym_MOZ_COLD] = ACTIONS(1826), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1826), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1826), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1826), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1826), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1826), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1826), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1826), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1826), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1826), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1826), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1826), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1826), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1826), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1826), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1826), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1826), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1826), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1826), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1826), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1826), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1826), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1826), - [anon_sym_MOZ_NONNULL] = ACTIONS(1826), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1826), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1826), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1826), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1826), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1826), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1826), - [anon_sym_MOZ_NORETURN] = ACTIONS(1826), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1826), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1826), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1826), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1826), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1826), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1826), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1826), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1826), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1826), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1826), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1826), - [anon_sym_MOZ_RAII] = ACTIONS(1826), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1826), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1826), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1826), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1826), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1826), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1826), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1826), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1826), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1826), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1826), - [sym_raw_string_literal] = ACTIONS(1828), - }, - [229] = { - [sym_identifier] = ACTIONS(1527), - [aux_sym_preproc_include_token1] = ACTIONS(1527), - [aux_sym_preproc_def_token1] = ACTIONS(1527), - [aux_sym_preproc_if_token1] = ACTIONS(1527), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1527), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1527), - [sym_preproc_directive] = ACTIONS(1527), - [anon_sym_LPAREN2] = ACTIONS(1529), - [anon_sym_BANG] = ACTIONS(1529), - [anon_sym_TILDE] = ACTIONS(1529), - [anon_sym_DASH] = ACTIONS(1527), - [anon_sym_PLUS] = ACTIONS(1527), - [anon_sym_STAR] = ACTIONS(1529), - [anon_sym_AMP_AMP] = ACTIONS(1529), - [anon_sym_AMP] = ACTIONS(1527), - [anon_sym_SEMI] = ACTIONS(1529), - [anon_sym_typedef] = ACTIONS(1527), - [anon_sym_extern] = ACTIONS(1527), - [anon_sym___attribute__] = ACTIONS(1527), - [anon_sym_COLON_COLON] = ACTIONS(1529), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1529), - [anon_sym___declspec] = ACTIONS(1527), - [anon_sym___based] = ACTIONS(1527), - [anon_sym___cdecl] = ACTIONS(1527), - [anon_sym___clrcall] = ACTIONS(1527), - [anon_sym___stdcall] = ACTIONS(1527), - [anon_sym___fastcall] = ACTIONS(1527), - [anon_sym___thiscall] = ACTIONS(1527), - [anon_sym___vectorcall] = ACTIONS(1527), - [anon_sym_LBRACE] = ACTIONS(1529), - [anon_sym_RBRACE] = ACTIONS(1529), - [anon_sym_LBRACK] = ACTIONS(1527), - [anon_sym_static] = ACTIONS(1527), - [anon_sym_register] = ACTIONS(1527), - [anon_sym_inline] = ACTIONS(1527), - [anon_sym_thread_local] = ACTIONS(1527), - [anon_sym_const] = ACTIONS(1527), - [anon_sym_volatile] = ACTIONS(1527), - [anon_sym_restrict] = ACTIONS(1527), - [anon_sym__Atomic] = ACTIONS(1527), - [anon_sym_mutable] = ACTIONS(1527), - [anon_sym_constexpr] = ACTIONS(1527), - [anon_sym_signed] = ACTIONS(1527), - [anon_sym_unsigned] = ACTIONS(1527), - [anon_sym_long] = ACTIONS(1527), - [anon_sym_short] = ACTIONS(1527), - [sym_primitive_type] = ACTIONS(1527), - [anon_sym_enum] = ACTIONS(1527), - [anon_sym_class] = ACTIONS(1527), - [anon_sym_struct] = ACTIONS(1527), - [anon_sym_union] = ACTIONS(1527), - [anon_sym_if] = ACTIONS(1527), - [anon_sym_else] = ACTIONS(1527), - [anon_sym_switch] = ACTIONS(1527), - [anon_sym_case] = ACTIONS(1527), - [anon_sym_default] = ACTIONS(1527), - [anon_sym_while] = ACTIONS(1527), - [anon_sym_do] = ACTIONS(1527), - [anon_sym_for] = ACTIONS(1527), - [anon_sym_return] = ACTIONS(1527), - [anon_sym_break] = ACTIONS(1527), - [anon_sym_continue] = ACTIONS(1527), - [anon_sym_goto] = ACTIONS(1527), - [anon_sym_DASH_DASH] = ACTIONS(1529), - [anon_sym_PLUS_PLUS] = ACTIONS(1529), - [anon_sym_sizeof] = ACTIONS(1527), - [sym_number_literal] = ACTIONS(1529), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1529), - [anon_sym_u_DQUOTE] = ACTIONS(1529), - [anon_sym_U_DQUOTE] = ACTIONS(1529), - [anon_sym_u8_DQUOTE] = ACTIONS(1529), - [anon_sym_DQUOTE] = ACTIONS(1529), - [sym_true] = ACTIONS(1527), - [sym_false] = ACTIONS(1527), - [sym_null] = ACTIONS(1527), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1527), - [anon_sym_virtual] = ACTIONS(1527), - [anon_sym_explicit] = ACTIONS(1527), - [sym_auto] = ACTIONS(1527), - [anon_sym_typename] = ACTIONS(1527), - [anon_sym_template] = ACTIONS(1527), - [anon_sym_operator] = ACTIONS(1527), - [anon_sym_delete] = ACTIONS(1527), - [anon_sym_throw] = ACTIONS(1527), - [anon_sym_namespace] = ACTIONS(1527), - [anon_sym_using] = ACTIONS(1527), - [anon_sym_static_assert] = ACTIONS(1527), - [anon_sym_co_return] = ACTIONS(1527), - [anon_sym_co_yield] = ACTIONS(1527), - [anon_sym_try] = ACTIONS(1527), - [anon_sym_catch] = ACTIONS(1527), - [anon_sym_co_await] = ACTIONS(1527), - [anon_sym_new] = ACTIONS(1527), - [sym_operator_name] = ACTIONS(1527), - [sym_this] = ACTIONS(1527), - [sym_nullptr] = ACTIONS(1527), - [sym_alone_macro] = ACTIONS(1529), - [aux_sym_alone_macro_call_token1] = ACTIONS(1527), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1527), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_FORWARD] = ACTIONS(1527), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1527), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1527), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1527), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1527), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_PS_GET] = ACTIONS(1527), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1527), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1527), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1527), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1527), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1527), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1527), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1527), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1527), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1527), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1527), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1527), - [anon_sym_MOZ_COLD] = ACTIONS(1527), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1527), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1527), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1527), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1527), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1527), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1527), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1527), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1527), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1527), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1527), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1527), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1527), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1527), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1527), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1527), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1527), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1527), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1527), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1527), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1527), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_NONNULL] = ACTIONS(1527), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1527), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1527), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1527), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1527), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1527), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_NORETURN] = ACTIONS(1527), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1527), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1527), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1527), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1527), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1527), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1527), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1527), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1527), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1527), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1527), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1527), - [anon_sym_MOZ_RAII] = ACTIONS(1527), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1527), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1527), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1527), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1527), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1527), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1527), - [sym_raw_string_literal] = ACTIONS(1529), - }, - [230] = { - [sym_identifier] = ACTIONS(1830), - [aux_sym_preproc_include_token1] = ACTIONS(1830), - [aux_sym_preproc_def_token1] = ACTIONS(1830), - [aux_sym_preproc_if_token1] = ACTIONS(1830), - [aux_sym_preproc_if_token2] = ACTIONS(1830), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1830), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1830), - [aux_sym_preproc_else_token1] = ACTIONS(1830), - [aux_sym_preproc_elif_token1] = ACTIONS(1830), - [sym_preproc_directive] = ACTIONS(1830), - [anon_sym_LPAREN2] = ACTIONS(1832), - [anon_sym_BANG] = ACTIONS(1832), - [anon_sym_TILDE] = ACTIONS(1832), - [anon_sym_DASH] = ACTIONS(1830), - [anon_sym_PLUS] = ACTIONS(1830), - [anon_sym_STAR] = ACTIONS(1832), - [anon_sym_AMP_AMP] = ACTIONS(1832), - [anon_sym_AMP] = ACTIONS(1830), - [anon_sym_SEMI] = ACTIONS(1832), - [anon_sym_typedef] = ACTIONS(1830), - [anon_sym_extern] = ACTIONS(1830), - [anon_sym___attribute__] = ACTIONS(1830), - [anon_sym_COLON_COLON] = ACTIONS(1832), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1832), - [anon_sym___declspec] = ACTIONS(1830), - [anon_sym___based] = ACTIONS(1830), - [anon_sym___cdecl] = ACTIONS(1830), - [anon_sym___clrcall] = ACTIONS(1830), - [anon_sym___stdcall] = ACTIONS(1830), - [anon_sym___fastcall] = ACTIONS(1830), - [anon_sym___thiscall] = ACTIONS(1830), - [anon_sym___vectorcall] = ACTIONS(1830), - [anon_sym_LBRACE] = ACTIONS(1832), - [anon_sym_LBRACK] = ACTIONS(1830), - [anon_sym_static] = ACTIONS(1830), - [anon_sym_register] = ACTIONS(1830), - [anon_sym_inline] = ACTIONS(1830), - [anon_sym_thread_local] = ACTIONS(1830), - [anon_sym_const] = ACTIONS(1830), - [anon_sym_volatile] = ACTIONS(1830), - [anon_sym_restrict] = ACTIONS(1830), - [anon_sym__Atomic] = ACTIONS(1830), - [anon_sym_mutable] = ACTIONS(1830), - [anon_sym_constexpr] = ACTIONS(1830), - [anon_sym_signed] = ACTIONS(1830), - [anon_sym_unsigned] = ACTIONS(1830), - [anon_sym_long] = ACTIONS(1830), - [anon_sym_short] = ACTIONS(1830), - [sym_primitive_type] = ACTIONS(1830), - [anon_sym_enum] = ACTIONS(1830), - [anon_sym_class] = ACTIONS(1830), - [anon_sym_struct] = ACTIONS(1830), - [anon_sym_union] = ACTIONS(1830), - [anon_sym_if] = ACTIONS(1830), - [anon_sym_switch] = ACTIONS(1830), - [anon_sym_case] = ACTIONS(1830), - [anon_sym_default] = ACTIONS(1830), - [anon_sym_while] = ACTIONS(1830), - [anon_sym_do] = ACTIONS(1830), - [anon_sym_for] = ACTIONS(1830), - [anon_sym_return] = ACTIONS(1830), - [anon_sym_break] = ACTIONS(1830), - [anon_sym_continue] = ACTIONS(1830), - [anon_sym_goto] = ACTIONS(1830), - [anon_sym_DASH_DASH] = ACTIONS(1832), - [anon_sym_PLUS_PLUS] = ACTIONS(1832), - [anon_sym_sizeof] = ACTIONS(1830), - [sym_number_literal] = ACTIONS(1832), - [anon_sym_L_SQUOTE] = ACTIONS(1832), - [anon_sym_u_SQUOTE] = ACTIONS(1832), - [anon_sym_U_SQUOTE] = ACTIONS(1832), - [anon_sym_u8_SQUOTE] = ACTIONS(1832), - [anon_sym_SQUOTE] = ACTIONS(1832), - [anon_sym_L_DQUOTE] = ACTIONS(1832), - [anon_sym_u_DQUOTE] = ACTIONS(1832), - [anon_sym_U_DQUOTE] = ACTIONS(1832), - [anon_sym_u8_DQUOTE] = ACTIONS(1832), - [anon_sym_DQUOTE] = ACTIONS(1832), - [sym_true] = ACTIONS(1830), - [sym_false] = ACTIONS(1830), - [sym_null] = ACTIONS(1830), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1830), - [anon_sym_virtual] = ACTIONS(1830), - [anon_sym_explicit] = ACTIONS(1830), - [sym_auto] = ACTIONS(1830), - [anon_sym_typename] = ACTIONS(1830), - [anon_sym_template] = ACTIONS(1830), - [anon_sym_operator] = ACTIONS(1830), - [anon_sym_delete] = ACTIONS(1830), - [anon_sym_throw] = ACTIONS(1830), - [anon_sym_namespace] = ACTIONS(1830), - [anon_sym_using] = ACTIONS(1830), - [anon_sym_static_assert] = ACTIONS(1830), - [anon_sym_co_return] = ACTIONS(1830), - [anon_sym_co_yield] = ACTIONS(1830), - [anon_sym_try] = ACTIONS(1830), - [anon_sym_co_await] = ACTIONS(1830), - [anon_sym_new] = ACTIONS(1830), - [sym_operator_name] = ACTIONS(1830), - [sym_this] = ACTIONS(1830), - [sym_nullptr] = ACTIONS(1830), - [sym_alone_macro] = ACTIONS(1832), - [aux_sym_alone_macro_call_token1] = ACTIONS(1830), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1830), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1830), - [anon_sym_FORWARD] = ACTIONS(1830), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1830), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1830), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1830), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1830), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1830), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1830), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1830), - [anon_sym_PS_GET] = ACTIONS(1830), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1830), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1830), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1830), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1830), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1830), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1830), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1830), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1830), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1830), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1830), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1830), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1830), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1830), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1830), - [anon_sym_MOZ_COLD] = ACTIONS(1830), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1830), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1830), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1830), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1830), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1830), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1830), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1830), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1830), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1830), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1830), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1830), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1830), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1830), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1830), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1830), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1830), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1830), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1830), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1830), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1830), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1830), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1830), - [anon_sym_MOZ_NONNULL] = ACTIONS(1830), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1830), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1830), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1830), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1830), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1830), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1830), - [anon_sym_MOZ_NORETURN] = ACTIONS(1830), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1830), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1830), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1830), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1830), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1830), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1830), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1830), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1830), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1830), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1830), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1830), - [anon_sym_MOZ_RAII] = ACTIONS(1830), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1830), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1830), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1830), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1830), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1830), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1830), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1830), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1830), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1830), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1830), - [sym_raw_string_literal] = ACTIONS(1832), - }, - [231] = { - [sym_identifier] = ACTIONS(1515), - [aux_sym_preproc_include_token1] = ACTIONS(1515), - [aux_sym_preproc_def_token1] = ACTIONS(1515), - [aux_sym_preproc_if_token1] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1515), - [sym_preproc_directive] = ACTIONS(1515), - [anon_sym_LPAREN2] = ACTIONS(1517), - [anon_sym_BANG] = ACTIONS(1517), - [anon_sym_TILDE] = ACTIONS(1517), - [anon_sym_DASH] = ACTIONS(1515), - [anon_sym_PLUS] = ACTIONS(1515), - [anon_sym_STAR] = ACTIONS(1517), - [anon_sym_AMP_AMP] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1515), - [anon_sym_SEMI] = ACTIONS(1517), - [anon_sym_typedef] = ACTIONS(1515), - [anon_sym_extern] = ACTIONS(1515), - [anon_sym___attribute__] = ACTIONS(1515), - [anon_sym_COLON_COLON] = ACTIONS(1517), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1517), - [anon_sym___declspec] = ACTIONS(1515), - [anon_sym___based] = ACTIONS(1515), - [anon_sym___cdecl] = ACTIONS(1515), - [anon_sym___clrcall] = ACTIONS(1515), - [anon_sym___stdcall] = ACTIONS(1515), - [anon_sym___fastcall] = ACTIONS(1515), - [anon_sym___thiscall] = ACTIONS(1515), - [anon_sym___vectorcall] = ACTIONS(1515), - [anon_sym_LBRACE] = ACTIONS(1517), - [anon_sym_RBRACE] = ACTIONS(1517), - [anon_sym_LBRACK] = ACTIONS(1515), - [anon_sym_static] = ACTIONS(1515), - [anon_sym_register] = ACTIONS(1515), - [anon_sym_inline] = ACTIONS(1515), - [anon_sym_thread_local] = ACTIONS(1515), - [anon_sym_const] = ACTIONS(1515), - [anon_sym_volatile] = ACTIONS(1515), - [anon_sym_restrict] = ACTIONS(1515), - [anon_sym__Atomic] = ACTIONS(1515), - [anon_sym_mutable] = ACTIONS(1515), - [anon_sym_constexpr] = ACTIONS(1515), - [anon_sym_signed] = ACTIONS(1515), - [anon_sym_unsigned] = ACTIONS(1515), - [anon_sym_long] = ACTIONS(1515), - [anon_sym_short] = ACTIONS(1515), - [sym_primitive_type] = ACTIONS(1515), - [anon_sym_enum] = ACTIONS(1515), - [anon_sym_class] = ACTIONS(1515), - [anon_sym_struct] = ACTIONS(1515), - [anon_sym_union] = ACTIONS(1515), - [anon_sym_if] = ACTIONS(1515), - [anon_sym_else] = ACTIONS(1515), - [anon_sym_switch] = ACTIONS(1515), - [anon_sym_case] = ACTIONS(1515), - [anon_sym_default] = ACTIONS(1515), - [anon_sym_while] = ACTIONS(1515), - [anon_sym_do] = ACTIONS(1515), - [anon_sym_for] = ACTIONS(1515), - [anon_sym_return] = ACTIONS(1515), - [anon_sym_break] = ACTIONS(1515), - [anon_sym_continue] = ACTIONS(1515), - [anon_sym_goto] = ACTIONS(1515), - [anon_sym_DASH_DASH] = ACTIONS(1517), - [anon_sym_PLUS_PLUS] = ACTIONS(1517), - [anon_sym_sizeof] = ACTIONS(1515), - [sym_number_literal] = ACTIONS(1517), - [anon_sym_L_SQUOTE] = ACTIONS(1517), - [anon_sym_u_SQUOTE] = ACTIONS(1517), - [anon_sym_U_SQUOTE] = ACTIONS(1517), - [anon_sym_u8_SQUOTE] = ACTIONS(1517), - [anon_sym_SQUOTE] = ACTIONS(1517), - [anon_sym_L_DQUOTE] = ACTIONS(1517), - [anon_sym_u_DQUOTE] = ACTIONS(1517), - [anon_sym_U_DQUOTE] = ACTIONS(1517), - [anon_sym_u8_DQUOTE] = ACTIONS(1517), - [anon_sym_DQUOTE] = ACTIONS(1517), - [sym_true] = ACTIONS(1515), - [sym_false] = ACTIONS(1515), - [sym_null] = ACTIONS(1515), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1515), - [anon_sym_virtual] = ACTIONS(1515), - [anon_sym_explicit] = ACTIONS(1515), - [sym_auto] = ACTIONS(1515), - [anon_sym_typename] = ACTIONS(1515), - [anon_sym_template] = ACTIONS(1515), - [anon_sym_operator] = ACTIONS(1515), - [anon_sym_delete] = ACTIONS(1515), - [anon_sym_throw] = ACTIONS(1515), - [anon_sym_namespace] = ACTIONS(1515), - [anon_sym_using] = ACTIONS(1515), - [anon_sym_static_assert] = ACTIONS(1515), - [anon_sym_co_return] = ACTIONS(1515), - [anon_sym_co_yield] = ACTIONS(1515), - [anon_sym_try] = ACTIONS(1515), - [anon_sym_catch] = ACTIONS(1515), - [anon_sym_co_await] = ACTIONS(1515), - [anon_sym_new] = ACTIONS(1515), - [sym_operator_name] = ACTIONS(1515), - [sym_this] = ACTIONS(1515), - [sym_nullptr] = ACTIONS(1515), - [sym_alone_macro] = ACTIONS(1517), - [aux_sym_alone_macro_call_token1] = ACTIONS(1515), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_FORWARD] = ACTIONS(1515), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1515), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_PS_GET] = ACTIONS(1515), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1515), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1515), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1515), - [anon_sym_MOZ_COLD] = ACTIONS(1515), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1515), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1515), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1515), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1515), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1515), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1515), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1515), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1515), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1515), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1515), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1515), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1515), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_RAII] = ACTIONS(1515), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1515), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1515), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1515), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1515), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1515), - [sym_raw_string_literal] = ACTIONS(1517), - }, - [232] = { - [sym_identifier] = ACTIONS(1834), - [aux_sym_preproc_include_token1] = ACTIONS(1834), - [aux_sym_preproc_def_token1] = ACTIONS(1834), - [aux_sym_preproc_if_token1] = ACTIONS(1834), - [aux_sym_preproc_if_token2] = ACTIONS(1834), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1834), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1834), - [aux_sym_preproc_else_token1] = ACTIONS(1834), - [aux_sym_preproc_elif_token1] = ACTIONS(1834), - [sym_preproc_directive] = ACTIONS(1834), - [anon_sym_LPAREN2] = ACTIONS(1836), - [anon_sym_BANG] = ACTIONS(1836), - [anon_sym_TILDE] = ACTIONS(1836), - [anon_sym_DASH] = ACTIONS(1834), - [anon_sym_PLUS] = ACTIONS(1834), - [anon_sym_STAR] = ACTIONS(1836), - [anon_sym_AMP_AMP] = ACTIONS(1836), - [anon_sym_AMP] = ACTIONS(1834), - [anon_sym_SEMI] = ACTIONS(1836), - [anon_sym_typedef] = ACTIONS(1834), - [anon_sym_extern] = ACTIONS(1834), - [anon_sym___attribute__] = ACTIONS(1834), - [anon_sym_COLON_COLON] = ACTIONS(1836), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1836), - [anon_sym___declspec] = ACTIONS(1834), - [anon_sym___based] = ACTIONS(1834), - [anon_sym___cdecl] = ACTIONS(1834), - [anon_sym___clrcall] = ACTIONS(1834), - [anon_sym___stdcall] = ACTIONS(1834), - [anon_sym___fastcall] = ACTIONS(1834), - [anon_sym___thiscall] = ACTIONS(1834), - [anon_sym___vectorcall] = ACTIONS(1834), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LBRACK] = ACTIONS(1834), - [anon_sym_static] = ACTIONS(1834), - [anon_sym_register] = ACTIONS(1834), - [anon_sym_inline] = ACTIONS(1834), - [anon_sym_thread_local] = ACTIONS(1834), - [anon_sym_const] = ACTIONS(1834), - [anon_sym_volatile] = ACTIONS(1834), - [anon_sym_restrict] = ACTIONS(1834), - [anon_sym__Atomic] = ACTIONS(1834), - [anon_sym_mutable] = ACTIONS(1834), - [anon_sym_constexpr] = ACTIONS(1834), - [anon_sym_signed] = ACTIONS(1834), - [anon_sym_unsigned] = ACTIONS(1834), - [anon_sym_long] = ACTIONS(1834), - [anon_sym_short] = ACTIONS(1834), - [sym_primitive_type] = ACTIONS(1834), - [anon_sym_enum] = ACTIONS(1834), - [anon_sym_class] = ACTIONS(1834), - [anon_sym_struct] = ACTIONS(1834), - [anon_sym_union] = ACTIONS(1834), - [anon_sym_if] = ACTIONS(1834), - [anon_sym_switch] = ACTIONS(1834), - [anon_sym_case] = ACTIONS(1834), - [anon_sym_default] = ACTIONS(1834), - [anon_sym_while] = ACTIONS(1834), - [anon_sym_do] = ACTIONS(1834), - [anon_sym_for] = ACTIONS(1834), - [anon_sym_return] = ACTIONS(1834), - [anon_sym_break] = ACTIONS(1834), - [anon_sym_continue] = ACTIONS(1834), - [anon_sym_goto] = ACTIONS(1834), - [anon_sym_DASH_DASH] = ACTIONS(1836), - [anon_sym_PLUS_PLUS] = ACTIONS(1836), - [anon_sym_sizeof] = ACTIONS(1834), - [sym_number_literal] = ACTIONS(1836), - [anon_sym_L_SQUOTE] = ACTIONS(1836), - [anon_sym_u_SQUOTE] = ACTIONS(1836), - [anon_sym_U_SQUOTE] = ACTIONS(1836), - [anon_sym_u8_SQUOTE] = ACTIONS(1836), - [anon_sym_SQUOTE] = ACTIONS(1836), - [anon_sym_L_DQUOTE] = ACTIONS(1836), - [anon_sym_u_DQUOTE] = ACTIONS(1836), - [anon_sym_U_DQUOTE] = ACTIONS(1836), - [anon_sym_u8_DQUOTE] = ACTIONS(1836), - [anon_sym_DQUOTE] = ACTIONS(1836), - [sym_true] = ACTIONS(1834), - [sym_false] = ACTIONS(1834), - [sym_null] = ACTIONS(1834), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1834), - [anon_sym_virtual] = ACTIONS(1834), - [anon_sym_explicit] = ACTIONS(1834), - [sym_auto] = ACTIONS(1834), - [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1834), - [anon_sym_operator] = ACTIONS(1834), - [anon_sym_delete] = ACTIONS(1834), - [anon_sym_throw] = ACTIONS(1834), - [anon_sym_namespace] = ACTIONS(1834), - [anon_sym_using] = ACTIONS(1834), - [anon_sym_static_assert] = ACTIONS(1834), - [anon_sym_co_return] = ACTIONS(1834), - [anon_sym_co_yield] = ACTIONS(1834), - [anon_sym_try] = ACTIONS(1834), - [anon_sym_co_await] = ACTIONS(1834), - [anon_sym_new] = ACTIONS(1834), - [sym_operator_name] = ACTIONS(1834), - [sym_this] = ACTIONS(1834), - [sym_nullptr] = ACTIONS(1834), - [sym_alone_macro] = ACTIONS(1836), - [aux_sym_alone_macro_call_token1] = ACTIONS(1834), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1834), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1834), - [anon_sym_FORWARD] = ACTIONS(1834), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1834), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1834), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1834), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1834), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1834), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1834), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1834), - [anon_sym_PS_GET] = ACTIONS(1834), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1834), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1834), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1834), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1834), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1834), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1834), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1834), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1834), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1834), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1834), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1834), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1834), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1834), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1834), - [anon_sym_MOZ_COLD] = ACTIONS(1834), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1834), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1834), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1834), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1834), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1834), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1834), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1834), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1834), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1834), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1834), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1834), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1834), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1834), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1834), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1834), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1834), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1834), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1834), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1834), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1834), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1834), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1834), - [anon_sym_MOZ_NONNULL] = ACTIONS(1834), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1834), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1834), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1834), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1834), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1834), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1834), - [anon_sym_MOZ_NORETURN] = ACTIONS(1834), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1834), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1834), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1834), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1834), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1834), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1834), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1834), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1834), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1834), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1834), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1834), - [anon_sym_MOZ_RAII] = ACTIONS(1834), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1834), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1834), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1834), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1834), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1834), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1834), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1834), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1834), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1834), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1834), - [sym_raw_string_literal] = ACTIONS(1836), - }, - [233] = { - [sym_identifier] = ACTIONS(1838), - [aux_sym_preproc_include_token1] = ACTIONS(1838), - [aux_sym_preproc_def_token1] = ACTIONS(1838), - [aux_sym_preproc_if_token1] = ACTIONS(1838), - [aux_sym_preproc_if_token2] = ACTIONS(1838), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1838), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1838), - [aux_sym_preproc_else_token1] = ACTIONS(1838), - [aux_sym_preproc_elif_token1] = ACTIONS(1838), - [sym_preproc_directive] = ACTIONS(1838), - [anon_sym_LPAREN2] = ACTIONS(1840), - [anon_sym_BANG] = ACTIONS(1840), - [anon_sym_TILDE] = ACTIONS(1840), - [anon_sym_DASH] = ACTIONS(1838), - [anon_sym_PLUS] = ACTIONS(1838), - [anon_sym_STAR] = ACTIONS(1840), - [anon_sym_AMP_AMP] = ACTIONS(1840), - [anon_sym_AMP] = ACTIONS(1838), - [anon_sym_SEMI] = ACTIONS(1840), - [anon_sym_typedef] = ACTIONS(1838), - [anon_sym_extern] = ACTIONS(1838), - [anon_sym___attribute__] = ACTIONS(1838), - [anon_sym_COLON_COLON] = ACTIONS(1840), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1840), - [anon_sym___declspec] = ACTIONS(1838), - [anon_sym___based] = ACTIONS(1838), - [anon_sym___cdecl] = ACTIONS(1838), - [anon_sym___clrcall] = ACTIONS(1838), - [anon_sym___stdcall] = ACTIONS(1838), - [anon_sym___fastcall] = ACTIONS(1838), - [anon_sym___thiscall] = ACTIONS(1838), - [anon_sym___vectorcall] = ACTIONS(1838), - [anon_sym_LBRACE] = ACTIONS(1840), - [anon_sym_LBRACK] = ACTIONS(1838), - [anon_sym_static] = ACTIONS(1838), - [anon_sym_register] = ACTIONS(1838), - [anon_sym_inline] = ACTIONS(1838), - [anon_sym_thread_local] = ACTIONS(1838), - [anon_sym_const] = ACTIONS(1838), - [anon_sym_volatile] = ACTIONS(1838), - [anon_sym_restrict] = ACTIONS(1838), - [anon_sym__Atomic] = ACTIONS(1838), - [anon_sym_mutable] = ACTIONS(1838), - [anon_sym_constexpr] = ACTIONS(1838), - [anon_sym_signed] = ACTIONS(1838), - [anon_sym_unsigned] = ACTIONS(1838), - [anon_sym_long] = ACTIONS(1838), - [anon_sym_short] = ACTIONS(1838), - [sym_primitive_type] = ACTIONS(1838), - [anon_sym_enum] = ACTIONS(1838), - [anon_sym_class] = ACTIONS(1838), - [anon_sym_struct] = ACTIONS(1838), - [anon_sym_union] = ACTIONS(1838), - [anon_sym_if] = ACTIONS(1838), - [anon_sym_switch] = ACTIONS(1838), - [anon_sym_case] = ACTIONS(1838), - [anon_sym_default] = ACTIONS(1838), - [anon_sym_while] = ACTIONS(1838), - [anon_sym_do] = ACTIONS(1838), - [anon_sym_for] = ACTIONS(1838), - [anon_sym_return] = ACTIONS(1838), - [anon_sym_break] = ACTIONS(1838), - [anon_sym_continue] = ACTIONS(1838), - [anon_sym_goto] = ACTIONS(1838), - [anon_sym_DASH_DASH] = ACTIONS(1840), - [anon_sym_PLUS_PLUS] = ACTIONS(1840), - [anon_sym_sizeof] = ACTIONS(1838), - [sym_number_literal] = ACTIONS(1840), - [anon_sym_L_SQUOTE] = ACTIONS(1840), - [anon_sym_u_SQUOTE] = ACTIONS(1840), - [anon_sym_U_SQUOTE] = ACTIONS(1840), - [anon_sym_u8_SQUOTE] = ACTIONS(1840), - [anon_sym_SQUOTE] = ACTIONS(1840), - [anon_sym_L_DQUOTE] = ACTIONS(1840), - [anon_sym_u_DQUOTE] = ACTIONS(1840), - [anon_sym_U_DQUOTE] = ACTIONS(1840), - [anon_sym_u8_DQUOTE] = ACTIONS(1840), - [anon_sym_DQUOTE] = ACTIONS(1840), - [sym_true] = ACTIONS(1838), - [sym_false] = ACTIONS(1838), - [sym_null] = ACTIONS(1838), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1838), - [anon_sym_virtual] = ACTIONS(1838), - [anon_sym_explicit] = ACTIONS(1838), - [sym_auto] = ACTIONS(1838), - [anon_sym_typename] = ACTIONS(1838), - [anon_sym_template] = ACTIONS(1838), - [anon_sym_operator] = ACTIONS(1838), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_throw] = ACTIONS(1838), - [anon_sym_namespace] = ACTIONS(1838), - [anon_sym_using] = ACTIONS(1838), - [anon_sym_static_assert] = ACTIONS(1838), - [anon_sym_co_return] = ACTIONS(1838), - [anon_sym_co_yield] = ACTIONS(1838), - [anon_sym_try] = ACTIONS(1838), - [anon_sym_co_await] = ACTIONS(1838), - [anon_sym_new] = ACTIONS(1838), - [sym_operator_name] = ACTIONS(1838), - [sym_this] = ACTIONS(1838), - [sym_nullptr] = ACTIONS(1838), - [sym_alone_macro] = ACTIONS(1840), - [aux_sym_alone_macro_call_token1] = ACTIONS(1838), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1838), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1838), - [anon_sym_FORWARD] = ACTIONS(1838), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1838), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1838), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1838), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1838), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1838), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1838), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1838), - [anon_sym_PS_GET] = ACTIONS(1838), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1838), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1838), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1838), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1838), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1838), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1838), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1838), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1838), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1838), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1838), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1838), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1838), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1838), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1838), - [anon_sym_MOZ_COLD] = ACTIONS(1838), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1838), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1838), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1838), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1838), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1838), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1838), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1838), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1838), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1838), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1838), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1838), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1838), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1838), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1838), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1838), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1838), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1838), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1838), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1838), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1838), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1838), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1838), - [anon_sym_MOZ_NONNULL] = ACTIONS(1838), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1838), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1838), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1838), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1838), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1838), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1838), - [anon_sym_MOZ_NORETURN] = ACTIONS(1838), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1838), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1838), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1838), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1838), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1838), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1838), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1838), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1838), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1838), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1838), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1838), - [anon_sym_MOZ_RAII] = ACTIONS(1838), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1838), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1838), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1838), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1838), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1838), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1838), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1838), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1838), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1838), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1838), - [sym_raw_string_literal] = ACTIONS(1840), - }, - [234] = { - [sym_identifier] = ACTIONS(1842), - [aux_sym_preproc_include_token1] = ACTIONS(1842), - [aux_sym_preproc_def_token1] = ACTIONS(1842), - [aux_sym_preproc_if_token1] = ACTIONS(1842), - [aux_sym_preproc_if_token2] = ACTIONS(1842), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1842), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1842), - [aux_sym_preproc_else_token1] = ACTIONS(1842), - [aux_sym_preproc_elif_token1] = ACTIONS(1842), - [sym_preproc_directive] = ACTIONS(1842), - [anon_sym_LPAREN2] = ACTIONS(1844), - [anon_sym_BANG] = ACTIONS(1844), - [anon_sym_TILDE] = ACTIONS(1844), - [anon_sym_DASH] = ACTIONS(1842), - [anon_sym_PLUS] = ACTIONS(1842), - [anon_sym_STAR] = ACTIONS(1844), - [anon_sym_AMP_AMP] = ACTIONS(1844), - [anon_sym_AMP] = ACTIONS(1842), - [anon_sym_SEMI] = ACTIONS(1844), - [anon_sym_typedef] = ACTIONS(1842), - [anon_sym_extern] = ACTIONS(1842), - [anon_sym___attribute__] = ACTIONS(1842), - [anon_sym_COLON_COLON] = ACTIONS(1844), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1844), - [anon_sym___declspec] = ACTIONS(1842), - [anon_sym___based] = ACTIONS(1842), - [anon_sym___cdecl] = ACTIONS(1842), - [anon_sym___clrcall] = ACTIONS(1842), - [anon_sym___stdcall] = ACTIONS(1842), - [anon_sym___fastcall] = ACTIONS(1842), - [anon_sym___thiscall] = ACTIONS(1842), - [anon_sym___vectorcall] = ACTIONS(1842), - [anon_sym_LBRACE] = ACTIONS(1844), - [anon_sym_LBRACK] = ACTIONS(1842), - [anon_sym_static] = ACTIONS(1842), - [anon_sym_register] = ACTIONS(1842), - [anon_sym_inline] = ACTIONS(1842), - [anon_sym_thread_local] = ACTIONS(1842), - [anon_sym_const] = ACTIONS(1842), - [anon_sym_volatile] = ACTIONS(1842), - [anon_sym_restrict] = ACTIONS(1842), - [anon_sym__Atomic] = ACTIONS(1842), - [anon_sym_mutable] = ACTIONS(1842), - [anon_sym_constexpr] = ACTIONS(1842), - [anon_sym_signed] = ACTIONS(1842), - [anon_sym_unsigned] = ACTIONS(1842), - [anon_sym_long] = ACTIONS(1842), - [anon_sym_short] = ACTIONS(1842), - [sym_primitive_type] = ACTIONS(1842), - [anon_sym_enum] = ACTIONS(1842), - [anon_sym_class] = ACTIONS(1842), - [anon_sym_struct] = ACTIONS(1842), - [anon_sym_union] = ACTIONS(1842), - [anon_sym_if] = ACTIONS(1842), - [anon_sym_switch] = ACTIONS(1842), - [anon_sym_case] = ACTIONS(1842), - [anon_sym_default] = ACTIONS(1842), - [anon_sym_while] = ACTIONS(1842), - [anon_sym_do] = ACTIONS(1842), - [anon_sym_for] = ACTIONS(1842), - [anon_sym_return] = ACTIONS(1842), - [anon_sym_break] = ACTIONS(1842), - [anon_sym_continue] = ACTIONS(1842), - [anon_sym_goto] = ACTIONS(1842), - [anon_sym_DASH_DASH] = ACTIONS(1844), - [anon_sym_PLUS_PLUS] = ACTIONS(1844), - [anon_sym_sizeof] = ACTIONS(1842), - [sym_number_literal] = ACTIONS(1844), - [anon_sym_L_SQUOTE] = ACTIONS(1844), - [anon_sym_u_SQUOTE] = ACTIONS(1844), - [anon_sym_U_SQUOTE] = ACTIONS(1844), - [anon_sym_u8_SQUOTE] = ACTIONS(1844), - [anon_sym_SQUOTE] = ACTIONS(1844), - [anon_sym_L_DQUOTE] = ACTIONS(1844), - [anon_sym_u_DQUOTE] = ACTIONS(1844), - [anon_sym_U_DQUOTE] = ACTIONS(1844), - [anon_sym_u8_DQUOTE] = ACTIONS(1844), - [anon_sym_DQUOTE] = ACTIONS(1844), - [sym_true] = ACTIONS(1842), - [sym_false] = ACTIONS(1842), - [sym_null] = ACTIONS(1842), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1842), - [anon_sym_virtual] = ACTIONS(1842), - [anon_sym_explicit] = ACTIONS(1842), - [sym_auto] = ACTIONS(1842), - [anon_sym_typename] = ACTIONS(1842), - [anon_sym_template] = ACTIONS(1842), - [anon_sym_operator] = ACTIONS(1842), - [anon_sym_delete] = ACTIONS(1842), - [anon_sym_throw] = ACTIONS(1842), - [anon_sym_namespace] = ACTIONS(1842), - [anon_sym_using] = ACTIONS(1842), - [anon_sym_static_assert] = ACTIONS(1842), - [anon_sym_co_return] = ACTIONS(1842), - [anon_sym_co_yield] = ACTIONS(1842), - [anon_sym_try] = ACTIONS(1842), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1842), - [sym_operator_name] = ACTIONS(1842), - [sym_this] = ACTIONS(1842), - [sym_nullptr] = ACTIONS(1842), - [sym_alone_macro] = ACTIONS(1844), - [aux_sym_alone_macro_call_token1] = ACTIONS(1842), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1842), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1842), - [anon_sym_FORWARD] = ACTIONS(1842), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1842), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1842), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1842), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1842), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1842), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1842), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1842), - [anon_sym_PS_GET] = ACTIONS(1842), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1842), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1842), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1842), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1842), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1842), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1842), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1842), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1842), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1842), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1842), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1842), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1842), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1842), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1842), - [anon_sym_MOZ_COLD] = ACTIONS(1842), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1842), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1842), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1842), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1842), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1842), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1842), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1842), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1842), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1842), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1842), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1842), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1842), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1842), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1842), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1842), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1842), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1842), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1842), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1842), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1842), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_NONNULL] = ACTIONS(1842), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1842), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1842), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1842), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1842), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1842), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_NORETURN] = ACTIONS(1842), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1842), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1842), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1842), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1842), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1842), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1842), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1842), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1842), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1842), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1842), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1842), - [anon_sym_MOZ_RAII] = ACTIONS(1842), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1842), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1842), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1842), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1842), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1842), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1842), - [sym_raw_string_literal] = ACTIONS(1844), - }, - [235] = { - [sym_identifier] = ACTIONS(1846), - [aux_sym_preproc_include_token1] = ACTIONS(1846), - [aux_sym_preproc_def_token1] = ACTIONS(1846), - [aux_sym_preproc_if_token1] = ACTIONS(1846), - [aux_sym_preproc_if_token2] = ACTIONS(1846), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1846), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1846), - [aux_sym_preproc_else_token1] = ACTIONS(1846), - [aux_sym_preproc_elif_token1] = ACTIONS(1846), - [sym_preproc_directive] = ACTIONS(1846), - [anon_sym_LPAREN2] = ACTIONS(1848), - [anon_sym_BANG] = ACTIONS(1848), - [anon_sym_TILDE] = ACTIONS(1848), - [anon_sym_DASH] = ACTIONS(1846), - [anon_sym_PLUS] = ACTIONS(1846), - [anon_sym_STAR] = ACTIONS(1848), - [anon_sym_AMP_AMP] = ACTIONS(1848), - [anon_sym_AMP] = ACTIONS(1846), - [anon_sym_SEMI] = ACTIONS(1848), - [anon_sym_typedef] = ACTIONS(1846), - [anon_sym_extern] = ACTIONS(1846), - [anon_sym___attribute__] = ACTIONS(1846), - [anon_sym_COLON_COLON] = ACTIONS(1848), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1848), - [anon_sym___declspec] = ACTIONS(1846), - [anon_sym___based] = ACTIONS(1846), - [anon_sym___cdecl] = ACTIONS(1846), - [anon_sym___clrcall] = ACTIONS(1846), - [anon_sym___stdcall] = ACTIONS(1846), - [anon_sym___fastcall] = ACTIONS(1846), - [anon_sym___thiscall] = ACTIONS(1846), - [anon_sym___vectorcall] = ACTIONS(1846), - [anon_sym_LBRACE] = ACTIONS(1848), - [anon_sym_LBRACK] = ACTIONS(1846), - [anon_sym_static] = ACTIONS(1846), - [anon_sym_register] = ACTIONS(1846), - [anon_sym_inline] = ACTIONS(1846), - [anon_sym_thread_local] = ACTIONS(1846), - [anon_sym_const] = ACTIONS(1846), - [anon_sym_volatile] = ACTIONS(1846), - [anon_sym_restrict] = ACTIONS(1846), - [anon_sym__Atomic] = ACTIONS(1846), - [anon_sym_mutable] = ACTIONS(1846), - [anon_sym_constexpr] = ACTIONS(1846), - [anon_sym_signed] = ACTIONS(1846), - [anon_sym_unsigned] = ACTIONS(1846), - [anon_sym_long] = ACTIONS(1846), - [anon_sym_short] = ACTIONS(1846), - [sym_primitive_type] = ACTIONS(1846), - [anon_sym_enum] = ACTIONS(1846), - [anon_sym_class] = ACTIONS(1846), - [anon_sym_struct] = ACTIONS(1846), - [anon_sym_union] = ACTIONS(1846), - [anon_sym_if] = ACTIONS(1846), - [anon_sym_switch] = ACTIONS(1846), - [anon_sym_case] = ACTIONS(1846), - [anon_sym_default] = ACTIONS(1846), - [anon_sym_while] = ACTIONS(1846), - [anon_sym_do] = ACTIONS(1846), - [anon_sym_for] = ACTIONS(1846), - [anon_sym_return] = ACTIONS(1846), - [anon_sym_break] = ACTIONS(1846), - [anon_sym_continue] = ACTIONS(1846), - [anon_sym_goto] = ACTIONS(1846), - [anon_sym_DASH_DASH] = ACTIONS(1848), - [anon_sym_PLUS_PLUS] = ACTIONS(1848), - [anon_sym_sizeof] = ACTIONS(1846), - [sym_number_literal] = ACTIONS(1848), - [anon_sym_L_SQUOTE] = ACTIONS(1848), - [anon_sym_u_SQUOTE] = ACTIONS(1848), - [anon_sym_U_SQUOTE] = ACTIONS(1848), - [anon_sym_u8_SQUOTE] = ACTIONS(1848), - [anon_sym_SQUOTE] = ACTIONS(1848), - [anon_sym_L_DQUOTE] = ACTIONS(1848), - [anon_sym_u_DQUOTE] = ACTIONS(1848), - [anon_sym_U_DQUOTE] = ACTIONS(1848), - [anon_sym_u8_DQUOTE] = ACTIONS(1848), - [anon_sym_DQUOTE] = ACTIONS(1848), - [sym_true] = ACTIONS(1846), - [sym_false] = ACTIONS(1846), - [sym_null] = ACTIONS(1846), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1846), - [anon_sym_virtual] = ACTIONS(1846), - [anon_sym_explicit] = ACTIONS(1846), - [sym_auto] = ACTIONS(1846), - [anon_sym_typename] = ACTIONS(1846), - [anon_sym_template] = ACTIONS(1846), - [anon_sym_operator] = ACTIONS(1846), - [anon_sym_delete] = ACTIONS(1846), - [anon_sym_throw] = ACTIONS(1846), - [anon_sym_namespace] = ACTIONS(1846), - [anon_sym_using] = ACTIONS(1846), - [anon_sym_static_assert] = ACTIONS(1846), - [anon_sym_co_return] = ACTIONS(1846), - [anon_sym_co_yield] = ACTIONS(1846), - [anon_sym_try] = ACTIONS(1846), - [anon_sym_co_await] = ACTIONS(1846), - [anon_sym_new] = ACTIONS(1846), - [sym_operator_name] = ACTIONS(1846), - [sym_this] = ACTIONS(1846), - [sym_nullptr] = ACTIONS(1846), - [sym_alone_macro] = ACTIONS(1848), - [aux_sym_alone_macro_call_token1] = ACTIONS(1846), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1846), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1846), - [anon_sym_FORWARD] = ACTIONS(1846), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1846), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1846), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1846), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1846), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1846), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1846), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1846), - [anon_sym_PS_GET] = ACTIONS(1846), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1846), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1846), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1846), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1846), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1846), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1846), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1846), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1846), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1846), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1846), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1846), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1846), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1846), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1846), - [anon_sym_MOZ_COLD] = ACTIONS(1846), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1846), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1846), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1846), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1846), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1846), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1846), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1846), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1846), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1846), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1846), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1846), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1846), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1846), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1846), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1846), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1846), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1846), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1846), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1846), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1846), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1846), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1846), - [anon_sym_MOZ_NONNULL] = ACTIONS(1846), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1846), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1846), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1846), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1846), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1846), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1846), - [anon_sym_MOZ_NORETURN] = ACTIONS(1846), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1846), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1846), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1846), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1846), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1846), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1846), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1846), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1846), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1846), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1846), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1846), - [anon_sym_MOZ_RAII] = ACTIONS(1846), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1846), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1846), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1846), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1846), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1846), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1846), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1846), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1846), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1846), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1846), - [sym_raw_string_literal] = ACTIONS(1848), - }, - [236] = { - [sym_identifier] = ACTIONS(1850), - [aux_sym_preproc_include_token1] = ACTIONS(1850), - [aux_sym_preproc_def_token1] = ACTIONS(1850), - [aux_sym_preproc_if_token1] = ACTIONS(1850), - [aux_sym_preproc_if_token2] = ACTIONS(1850), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1850), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1850), - [aux_sym_preproc_else_token1] = ACTIONS(1850), - [aux_sym_preproc_elif_token1] = ACTIONS(1850), - [sym_preproc_directive] = ACTIONS(1850), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1852), - [anon_sym_TILDE] = ACTIONS(1852), - [anon_sym_DASH] = ACTIONS(1850), - [anon_sym_PLUS] = ACTIONS(1850), - [anon_sym_STAR] = ACTIONS(1852), - [anon_sym_AMP_AMP] = ACTIONS(1852), - [anon_sym_AMP] = ACTIONS(1850), - [anon_sym_SEMI] = ACTIONS(1852), - [anon_sym_typedef] = ACTIONS(1850), - [anon_sym_extern] = ACTIONS(1850), - [anon_sym___attribute__] = ACTIONS(1850), - [anon_sym_COLON_COLON] = ACTIONS(1852), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1852), - [anon_sym___declspec] = ACTIONS(1850), - [anon_sym___based] = ACTIONS(1850), - [anon_sym___cdecl] = ACTIONS(1850), - [anon_sym___clrcall] = ACTIONS(1850), - [anon_sym___stdcall] = ACTIONS(1850), - [anon_sym___fastcall] = ACTIONS(1850), - [anon_sym___thiscall] = ACTIONS(1850), - [anon_sym___vectorcall] = ACTIONS(1850), - [anon_sym_LBRACE] = ACTIONS(1852), - [anon_sym_LBRACK] = ACTIONS(1850), - [anon_sym_static] = ACTIONS(1850), - [anon_sym_register] = ACTIONS(1850), - [anon_sym_inline] = ACTIONS(1850), - [anon_sym_thread_local] = ACTIONS(1850), - [anon_sym_const] = ACTIONS(1850), - [anon_sym_volatile] = ACTIONS(1850), - [anon_sym_restrict] = ACTIONS(1850), - [anon_sym__Atomic] = ACTIONS(1850), - [anon_sym_mutable] = ACTIONS(1850), - [anon_sym_constexpr] = ACTIONS(1850), - [anon_sym_signed] = ACTIONS(1850), - [anon_sym_unsigned] = ACTIONS(1850), - [anon_sym_long] = ACTIONS(1850), - [anon_sym_short] = ACTIONS(1850), - [sym_primitive_type] = ACTIONS(1850), - [anon_sym_enum] = ACTIONS(1850), - [anon_sym_class] = ACTIONS(1850), - [anon_sym_struct] = ACTIONS(1850), - [anon_sym_union] = ACTIONS(1850), - [anon_sym_if] = ACTIONS(1850), - [anon_sym_switch] = ACTIONS(1850), - [anon_sym_case] = ACTIONS(1850), - [anon_sym_default] = ACTIONS(1850), - [anon_sym_while] = ACTIONS(1850), - [anon_sym_do] = ACTIONS(1850), - [anon_sym_for] = ACTIONS(1850), - [anon_sym_return] = ACTIONS(1850), - [anon_sym_break] = ACTIONS(1850), - [anon_sym_continue] = ACTIONS(1850), - [anon_sym_goto] = ACTIONS(1850), - [anon_sym_DASH_DASH] = ACTIONS(1852), - [anon_sym_PLUS_PLUS] = ACTIONS(1852), - [anon_sym_sizeof] = ACTIONS(1850), - [sym_number_literal] = ACTIONS(1852), - [anon_sym_L_SQUOTE] = ACTIONS(1852), - [anon_sym_u_SQUOTE] = ACTIONS(1852), - [anon_sym_U_SQUOTE] = ACTIONS(1852), - [anon_sym_u8_SQUOTE] = ACTIONS(1852), - [anon_sym_SQUOTE] = ACTIONS(1852), - [anon_sym_L_DQUOTE] = ACTIONS(1852), - [anon_sym_u_DQUOTE] = ACTIONS(1852), - [anon_sym_U_DQUOTE] = ACTIONS(1852), - [anon_sym_u8_DQUOTE] = ACTIONS(1852), - [anon_sym_DQUOTE] = ACTIONS(1852), - [sym_true] = ACTIONS(1850), - [sym_false] = ACTIONS(1850), - [sym_null] = ACTIONS(1850), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1850), - [anon_sym_virtual] = ACTIONS(1850), - [anon_sym_explicit] = ACTIONS(1850), - [sym_auto] = ACTIONS(1850), - [anon_sym_typename] = ACTIONS(1850), - [anon_sym_template] = ACTIONS(1850), - [anon_sym_operator] = ACTIONS(1850), - [anon_sym_delete] = ACTIONS(1850), - [anon_sym_throw] = ACTIONS(1850), - [anon_sym_namespace] = ACTIONS(1850), - [anon_sym_using] = ACTIONS(1850), - [anon_sym_static_assert] = ACTIONS(1850), - [anon_sym_co_return] = ACTIONS(1850), - [anon_sym_co_yield] = ACTIONS(1850), - [anon_sym_try] = ACTIONS(1850), - [anon_sym_co_await] = ACTIONS(1850), - [anon_sym_new] = ACTIONS(1850), - [sym_operator_name] = ACTIONS(1850), - [sym_this] = ACTIONS(1850), - [sym_nullptr] = ACTIONS(1850), - [sym_alone_macro] = ACTIONS(1852), - [aux_sym_alone_macro_call_token1] = ACTIONS(1850), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1850), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1850), - [anon_sym_FORWARD] = ACTIONS(1850), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1850), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1850), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1850), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1850), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1850), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1850), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1850), - [anon_sym_PS_GET] = ACTIONS(1850), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1850), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1850), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1850), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1850), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1850), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1850), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1850), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1850), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1850), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1850), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1850), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1850), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1850), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1850), - [anon_sym_MOZ_COLD] = ACTIONS(1850), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1850), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1850), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1850), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1850), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1850), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1850), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1850), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1850), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1850), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1850), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1850), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1850), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1850), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1850), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1850), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1850), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1850), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1850), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1850), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1850), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_NONNULL] = ACTIONS(1850), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1850), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1850), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1850), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1850), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1850), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_NORETURN] = ACTIONS(1850), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1850), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1850), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1850), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1850), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1850), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1850), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1850), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1850), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1850), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1850), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1850), - [anon_sym_MOZ_RAII] = ACTIONS(1850), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1850), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1850), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1850), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1850), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1850), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1850), - [sym_raw_string_literal] = ACTIONS(1852), - }, - [237] = { - [sym_identifier] = ACTIONS(1854), - [aux_sym_preproc_include_token1] = ACTIONS(1854), - [aux_sym_preproc_def_token1] = ACTIONS(1854), - [aux_sym_preproc_if_token1] = ACTIONS(1854), - [aux_sym_preproc_if_token2] = ACTIONS(1854), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1854), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1854), - [aux_sym_preproc_else_token1] = ACTIONS(1854), - [aux_sym_preproc_elif_token1] = ACTIONS(1854), - [sym_preproc_directive] = ACTIONS(1854), - [anon_sym_LPAREN2] = ACTIONS(1856), - [anon_sym_BANG] = ACTIONS(1856), - [anon_sym_TILDE] = ACTIONS(1856), - [anon_sym_DASH] = ACTIONS(1854), - [anon_sym_PLUS] = ACTIONS(1854), - [anon_sym_STAR] = ACTIONS(1856), - [anon_sym_AMP_AMP] = ACTIONS(1856), - [anon_sym_AMP] = ACTIONS(1854), - [anon_sym_SEMI] = ACTIONS(1856), - [anon_sym_typedef] = ACTIONS(1854), - [anon_sym_extern] = ACTIONS(1854), - [anon_sym___attribute__] = ACTIONS(1854), - [anon_sym_COLON_COLON] = ACTIONS(1856), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1856), - [anon_sym___declspec] = ACTIONS(1854), - [anon_sym___based] = ACTIONS(1854), - [anon_sym___cdecl] = ACTIONS(1854), - [anon_sym___clrcall] = ACTIONS(1854), - [anon_sym___stdcall] = ACTIONS(1854), - [anon_sym___fastcall] = ACTIONS(1854), - [anon_sym___thiscall] = ACTIONS(1854), - [anon_sym___vectorcall] = ACTIONS(1854), - [anon_sym_LBRACE] = ACTIONS(1856), - [anon_sym_LBRACK] = ACTIONS(1854), - [anon_sym_static] = ACTIONS(1854), - [anon_sym_register] = ACTIONS(1854), - [anon_sym_inline] = ACTIONS(1854), - [anon_sym_thread_local] = ACTIONS(1854), - [anon_sym_const] = ACTIONS(1854), - [anon_sym_volatile] = ACTIONS(1854), - [anon_sym_restrict] = ACTIONS(1854), - [anon_sym__Atomic] = ACTIONS(1854), - [anon_sym_mutable] = ACTIONS(1854), - [anon_sym_constexpr] = ACTIONS(1854), - [anon_sym_signed] = ACTIONS(1854), - [anon_sym_unsigned] = ACTIONS(1854), - [anon_sym_long] = ACTIONS(1854), - [anon_sym_short] = ACTIONS(1854), - [sym_primitive_type] = ACTIONS(1854), - [anon_sym_enum] = ACTIONS(1854), - [anon_sym_class] = ACTIONS(1854), - [anon_sym_struct] = ACTIONS(1854), - [anon_sym_union] = ACTIONS(1854), - [anon_sym_if] = ACTIONS(1854), - [anon_sym_switch] = ACTIONS(1854), - [anon_sym_case] = ACTIONS(1854), - [anon_sym_default] = ACTIONS(1854), - [anon_sym_while] = ACTIONS(1854), - [anon_sym_do] = ACTIONS(1854), - [anon_sym_for] = ACTIONS(1854), - [anon_sym_return] = ACTIONS(1854), - [anon_sym_break] = ACTIONS(1854), - [anon_sym_continue] = ACTIONS(1854), - [anon_sym_goto] = ACTIONS(1854), - [anon_sym_DASH_DASH] = ACTIONS(1856), - [anon_sym_PLUS_PLUS] = ACTIONS(1856), - [anon_sym_sizeof] = ACTIONS(1854), - [sym_number_literal] = ACTIONS(1856), - [anon_sym_L_SQUOTE] = ACTIONS(1856), - [anon_sym_u_SQUOTE] = ACTIONS(1856), - [anon_sym_U_SQUOTE] = ACTIONS(1856), - [anon_sym_u8_SQUOTE] = ACTIONS(1856), - [anon_sym_SQUOTE] = ACTIONS(1856), - [anon_sym_L_DQUOTE] = ACTIONS(1856), - [anon_sym_u_DQUOTE] = ACTIONS(1856), - [anon_sym_U_DQUOTE] = ACTIONS(1856), - [anon_sym_u8_DQUOTE] = ACTIONS(1856), - [anon_sym_DQUOTE] = ACTIONS(1856), - [sym_true] = ACTIONS(1854), - [sym_false] = ACTIONS(1854), - [sym_null] = ACTIONS(1854), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1854), - [anon_sym_virtual] = ACTIONS(1854), - [anon_sym_explicit] = ACTIONS(1854), - [sym_auto] = ACTIONS(1854), - [anon_sym_typename] = ACTIONS(1854), - [anon_sym_template] = ACTIONS(1854), - [anon_sym_operator] = ACTIONS(1854), - [anon_sym_delete] = ACTIONS(1854), - [anon_sym_throw] = ACTIONS(1854), - [anon_sym_namespace] = ACTIONS(1854), - [anon_sym_using] = ACTIONS(1854), - [anon_sym_static_assert] = ACTIONS(1854), - [anon_sym_co_return] = ACTIONS(1854), - [anon_sym_co_yield] = ACTIONS(1854), - [anon_sym_try] = ACTIONS(1854), - [anon_sym_co_await] = ACTIONS(1854), - [anon_sym_new] = ACTIONS(1854), - [sym_operator_name] = ACTIONS(1854), - [sym_this] = ACTIONS(1854), - [sym_nullptr] = ACTIONS(1854), - [sym_alone_macro] = ACTIONS(1856), - [aux_sym_alone_macro_call_token1] = ACTIONS(1854), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1854), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1854), - [anon_sym_FORWARD] = ACTIONS(1854), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1854), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1854), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1854), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1854), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1854), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1854), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1854), - [anon_sym_PS_GET] = ACTIONS(1854), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1854), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1854), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1854), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1854), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1854), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1854), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1854), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1854), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1854), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1854), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1854), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1854), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1854), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1854), - [anon_sym_MOZ_COLD] = ACTIONS(1854), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1854), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1854), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1854), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1854), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1854), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1854), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1854), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1854), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1854), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1854), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1854), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1854), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1854), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1854), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1854), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1854), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1854), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1854), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1854), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1854), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_NONNULL] = ACTIONS(1854), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1854), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1854), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1854), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1854), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1854), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_NORETURN] = ACTIONS(1854), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1854), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1854), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1854), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1854), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1854), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1854), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1854), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1854), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1854), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1854), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1854), - [anon_sym_MOZ_RAII] = ACTIONS(1854), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1854), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1854), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1854), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1854), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1854), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1854), - [sym_raw_string_literal] = ACTIONS(1856), - }, - [238] = { - [sym_identifier] = ACTIONS(1858), - [aux_sym_preproc_include_token1] = ACTIONS(1858), - [aux_sym_preproc_def_token1] = ACTIONS(1858), - [aux_sym_preproc_if_token1] = ACTIONS(1858), - [aux_sym_preproc_if_token2] = ACTIONS(1858), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1858), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1858), - [aux_sym_preproc_else_token1] = ACTIONS(1858), - [aux_sym_preproc_elif_token1] = ACTIONS(1858), - [sym_preproc_directive] = ACTIONS(1858), - [anon_sym_LPAREN2] = ACTIONS(1860), - [anon_sym_BANG] = ACTIONS(1860), - [anon_sym_TILDE] = ACTIONS(1860), - [anon_sym_DASH] = ACTIONS(1858), - [anon_sym_PLUS] = ACTIONS(1858), - [anon_sym_STAR] = ACTIONS(1860), - [anon_sym_AMP_AMP] = ACTIONS(1860), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym_SEMI] = ACTIONS(1860), - [anon_sym_typedef] = ACTIONS(1858), - [anon_sym_extern] = ACTIONS(1858), - [anon_sym___attribute__] = ACTIONS(1858), - [anon_sym_COLON_COLON] = ACTIONS(1860), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1860), - [anon_sym___declspec] = ACTIONS(1858), - [anon_sym___based] = ACTIONS(1858), - [anon_sym___cdecl] = ACTIONS(1858), - [anon_sym___clrcall] = ACTIONS(1858), - [anon_sym___stdcall] = ACTIONS(1858), - [anon_sym___fastcall] = ACTIONS(1858), - [anon_sym___thiscall] = ACTIONS(1858), - [anon_sym___vectorcall] = ACTIONS(1858), - [anon_sym_LBRACE] = ACTIONS(1860), - [anon_sym_LBRACK] = ACTIONS(1858), - [anon_sym_static] = ACTIONS(1858), - [anon_sym_register] = ACTIONS(1858), - [anon_sym_inline] = ACTIONS(1858), - [anon_sym_thread_local] = ACTIONS(1858), - [anon_sym_const] = ACTIONS(1858), - [anon_sym_volatile] = ACTIONS(1858), - [anon_sym_restrict] = ACTIONS(1858), - [anon_sym__Atomic] = ACTIONS(1858), - [anon_sym_mutable] = ACTIONS(1858), - [anon_sym_constexpr] = ACTIONS(1858), - [anon_sym_signed] = ACTIONS(1858), - [anon_sym_unsigned] = ACTIONS(1858), - [anon_sym_long] = ACTIONS(1858), - [anon_sym_short] = ACTIONS(1858), - [sym_primitive_type] = ACTIONS(1858), - [anon_sym_enum] = ACTIONS(1858), - [anon_sym_class] = ACTIONS(1858), - [anon_sym_struct] = ACTIONS(1858), - [anon_sym_union] = ACTIONS(1858), - [anon_sym_if] = ACTIONS(1858), - [anon_sym_switch] = ACTIONS(1858), - [anon_sym_case] = ACTIONS(1858), - [anon_sym_default] = ACTIONS(1858), - [anon_sym_while] = ACTIONS(1858), - [anon_sym_do] = ACTIONS(1858), - [anon_sym_for] = ACTIONS(1858), - [anon_sym_return] = ACTIONS(1858), - [anon_sym_break] = ACTIONS(1858), - [anon_sym_continue] = ACTIONS(1858), - [anon_sym_goto] = ACTIONS(1858), - [anon_sym_DASH_DASH] = ACTIONS(1860), - [anon_sym_PLUS_PLUS] = ACTIONS(1860), - [anon_sym_sizeof] = ACTIONS(1858), - [sym_number_literal] = ACTIONS(1860), - [anon_sym_L_SQUOTE] = ACTIONS(1860), - [anon_sym_u_SQUOTE] = ACTIONS(1860), - [anon_sym_U_SQUOTE] = ACTIONS(1860), - [anon_sym_u8_SQUOTE] = ACTIONS(1860), - [anon_sym_SQUOTE] = ACTIONS(1860), - [anon_sym_L_DQUOTE] = ACTIONS(1860), - [anon_sym_u_DQUOTE] = ACTIONS(1860), - [anon_sym_U_DQUOTE] = ACTIONS(1860), - [anon_sym_u8_DQUOTE] = ACTIONS(1860), - [anon_sym_DQUOTE] = ACTIONS(1860), - [sym_true] = ACTIONS(1858), - [sym_false] = ACTIONS(1858), - [sym_null] = ACTIONS(1858), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1858), - [anon_sym_virtual] = ACTIONS(1858), - [anon_sym_explicit] = ACTIONS(1858), - [sym_auto] = ACTIONS(1858), - [anon_sym_typename] = ACTIONS(1858), - [anon_sym_template] = ACTIONS(1858), - [anon_sym_operator] = ACTIONS(1858), - [anon_sym_delete] = ACTIONS(1858), - [anon_sym_throw] = ACTIONS(1858), - [anon_sym_namespace] = ACTIONS(1858), - [anon_sym_using] = ACTIONS(1858), - [anon_sym_static_assert] = ACTIONS(1858), - [anon_sym_co_return] = ACTIONS(1858), - [anon_sym_co_yield] = ACTIONS(1858), - [anon_sym_try] = ACTIONS(1858), - [anon_sym_co_await] = ACTIONS(1858), - [anon_sym_new] = ACTIONS(1858), - [sym_operator_name] = ACTIONS(1858), - [sym_this] = ACTIONS(1858), - [sym_nullptr] = ACTIONS(1858), - [sym_alone_macro] = ACTIONS(1860), - [aux_sym_alone_macro_call_token1] = ACTIONS(1858), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1858), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1858), - [anon_sym_FORWARD] = ACTIONS(1858), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1858), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1858), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1858), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1858), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1858), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1858), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1858), - [anon_sym_PS_GET] = ACTIONS(1858), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1858), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1858), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1858), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1858), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1858), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1858), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1858), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1858), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1858), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1858), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1858), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1858), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1858), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1858), - [anon_sym_MOZ_COLD] = ACTIONS(1858), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1858), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1858), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1858), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1858), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1858), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1858), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1858), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1858), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1858), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1858), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1858), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1858), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1858), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1858), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1858), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1858), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1858), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1858), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1858), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1858), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_NONNULL] = ACTIONS(1858), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1858), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1858), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1858), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1858), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1858), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_NORETURN] = ACTIONS(1858), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1858), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1858), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1858), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1858), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1858), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1858), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1858), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1858), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1858), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1858), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1858), - [anon_sym_MOZ_RAII] = ACTIONS(1858), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1858), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1858), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1858), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1858), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1858), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1858), - [sym_raw_string_literal] = ACTIONS(1860), - }, - [239] = { - [sym_identifier] = ACTIONS(1862), - [aux_sym_preproc_include_token1] = ACTIONS(1862), - [aux_sym_preproc_def_token1] = ACTIONS(1862), - [aux_sym_preproc_if_token1] = ACTIONS(1862), - [aux_sym_preproc_if_token2] = ACTIONS(1862), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1862), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1862), - [aux_sym_preproc_else_token1] = ACTIONS(1862), - [aux_sym_preproc_elif_token1] = ACTIONS(1862), - [sym_preproc_directive] = ACTIONS(1862), - [anon_sym_LPAREN2] = ACTIONS(1864), - [anon_sym_BANG] = ACTIONS(1864), - [anon_sym_TILDE] = ACTIONS(1864), - [anon_sym_DASH] = ACTIONS(1862), - [anon_sym_PLUS] = ACTIONS(1862), - [anon_sym_STAR] = ACTIONS(1864), - [anon_sym_AMP_AMP] = ACTIONS(1864), - [anon_sym_AMP] = ACTIONS(1862), - [anon_sym_SEMI] = ACTIONS(1864), - [anon_sym_typedef] = ACTIONS(1862), - [anon_sym_extern] = ACTIONS(1862), - [anon_sym___attribute__] = ACTIONS(1862), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym___declspec] = ACTIONS(1862), - [anon_sym___based] = ACTIONS(1862), - [anon_sym___cdecl] = ACTIONS(1862), - [anon_sym___clrcall] = ACTIONS(1862), - [anon_sym___stdcall] = ACTIONS(1862), - [anon_sym___fastcall] = ACTIONS(1862), - [anon_sym___thiscall] = ACTIONS(1862), - [anon_sym___vectorcall] = ACTIONS(1862), - [anon_sym_LBRACE] = ACTIONS(1864), - [anon_sym_LBRACK] = ACTIONS(1862), - [anon_sym_static] = ACTIONS(1862), - [anon_sym_register] = ACTIONS(1862), - [anon_sym_inline] = ACTIONS(1862), - [anon_sym_thread_local] = ACTIONS(1862), - [anon_sym_const] = ACTIONS(1862), - [anon_sym_volatile] = ACTIONS(1862), - [anon_sym_restrict] = ACTIONS(1862), - [anon_sym__Atomic] = ACTIONS(1862), - [anon_sym_mutable] = ACTIONS(1862), - [anon_sym_constexpr] = ACTIONS(1862), - [anon_sym_signed] = ACTIONS(1862), - [anon_sym_unsigned] = ACTIONS(1862), - [anon_sym_long] = ACTIONS(1862), - [anon_sym_short] = ACTIONS(1862), - [sym_primitive_type] = ACTIONS(1862), - [anon_sym_enum] = ACTIONS(1862), - [anon_sym_class] = ACTIONS(1862), - [anon_sym_struct] = ACTIONS(1862), - [anon_sym_union] = ACTIONS(1862), - [anon_sym_if] = ACTIONS(1862), - [anon_sym_switch] = ACTIONS(1862), - [anon_sym_case] = ACTIONS(1862), - [anon_sym_default] = ACTIONS(1862), - [anon_sym_while] = ACTIONS(1862), - [anon_sym_do] = ACTIONS(1862), - [anon_sym_for] = ACTIONS(1862), - [anon_sym_return] = ACTIONS(1862), - [anon_sym_break] = ACTIONS(1862), - [anon_sym_continue] = ACTIONS(1862), - [anon_sym_goto] = ACTIONS(1862), - [anon_sym_DASH_DASH] = ACTIONS(1864), - [anon_sym_PLUS_PLUS] = ACTIONS(1864), - [anon_sym_sizeof] = ACTIONS(1862), - [sym_number_literal] = ACTIONS(1864), - [anon_sym_L_SQUOTE] = ACTIONS(1864), - [anon_sym_u_SQUOTE] = ACTIONS(1864), - [anon_sym_U_SQUOTE] = ACTIONS(1864), - [anon_sym_u8_SQUOTE] = ACTIONS(1864), - [anon_sym_SQUOTE] = ACTIONS(1864), - [anon_sym_L_DQUOTE] = ACTIONS(1864), - [anon_sym_u_DQUOTE] = ACTIONS(1864), - [anon_sym_U_DQUOTE] = ACTIONS(1864), - [anon_sym_u8_DQUOTE] = ACTIONS(1864), - [anon_sym_DQUOTE] = ACTIONS(1864), - [sym_true] = ACTIONS(1862), - [sym_false] = ACTIONS(1862), - [sym_null] = ACTIONS(1862), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1862), - [anon_sym_virtual] = ACTIONS(1862), - [anon_sym_explicit] = ACTIONS(1862), - [sym_auto] = ACTIONS(1862), - [anon_sym_typename] = ACTIONS(1862), - [anon_sym_template] = ACTIONS(1862), - [anon_sym_operator] = ACTIONS(1862), - [anon_sym_delete] = ACTIONS(1862), - [anon_sym_throw] = ACTIONS(1862), - [anon_sym_namespace] = ACTIONS(1862), - [anon_sym_using] = ACTIONS(1862), - [anon_sym_static_assert] = ACTIONS(1862), - [anon_sym_co_return] = ACTIONS(1862), - [anon_sym_co_yield] = ACTIONS(1862), - [anon_sym_try] = ACTIONS(1862), - [anon_sym_co_await] = ACTIONS(1862), - [anon_sym_new] = ACTIONS(1862), - [sym_operator_name] = ACTIONS(1862), - [sym_this] = ACTIONS(1862), - [sym_nullptr] = ACTIONS(1862), - [sym_alone_macro] = ACTIONS(1864), - [aux_sym_alone_macro_call_token1] = ACTIONS(1862), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1862), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1862), - [anon_sym_FORWARD] = ACTIONS(1862), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1862), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1862), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1862), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1862), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1862), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1862), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1862), - [anon_sym_PS_GET] = ACTIONS(1862), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1862), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1862), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1862), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1862), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1862), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1862), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1862), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1862), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1862), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1862), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1862), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1862), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1862), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1862), - [anon_sym_MOZ_COLD] = ACTIONS(1862), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1862), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1862), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1862), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1862), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1862), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1862), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1862), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1862), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1862), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1862), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1862), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1862), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1862), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1862), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1862), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1862), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1862), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1862), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1862), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1862), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_NONNULL] = ACTIONS(1862), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1862), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1862), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1862), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1862), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1862), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_NORETURN] = ACTIONS(1862), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1862), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1862), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1862), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1862), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1862), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1862), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1862), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1862), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1862), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1862), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1862), - [anon_sym_MOZ_RAII] = ACTIONS(1862), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1862), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1862), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1862), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1862), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1862), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1862), - [sym_raw_string_literal] = ACTIONS(1864), - }, - [240] = { - [sym_identifier] = ACTIONS(1866), - [aux_sym_preproc_include_token1] = ACTIONS(1866), - [aux_sym_preproc_def_token1] = ACTIONS(1866), - [aux_sym_preproc_if_token1] = ACTIONS(1866), - [aux_sym_preproc_if_token2] = ACTIONS(1866), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1866), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1866), - [aux_sym_preproc_else_token1] = ACTIONS(1866), - [aux_sym_preproc_elif_token1] = ACTIONS(1866), - [sym_preproc_directive] = ACTIONS(1866), - [anon_sym_LPAREN2] = ACTIONS(1868), - [anon_sym_BANG] = ACTIONS(1868), - [anon_sym_TILDE] = ACTIONS(1868), - [anon_sym_DASH] = ACTIONS(1866), - [anon_sym_PLUS] = ACTIONS(1866), - [anon_sym_STAR] = ACTIONS(1868), - [anon_sym_AMP_AMP] = ACTIONS(1868), - [anon_sym_AMP] = ACTIONS(1866), - [anon_sym_SEMI] = ACTIONS(1868), - [anon_sym_typedef] = ACTIONS(1866), - [anon_sym_extern] = ACTIONS(1866), - [anon_sym___attribute__] = ACTIONS(1866), - [anon_sym_COLON_COLON] = ACTIONS(1868), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1868), - [anon_sym___declspec] = ACTIONS(1866), - [anon_sym___based] = ACTIONS(1866), - [anon_sym___cdecl] = ACTIONS(1866), - [anon_sym___clrcall] = ACTIONS(1866), - [anon_sym___stdcall] = ACTIONS(1866), - [anon_sym___fastcall] = ACTIONS(1866), - [anon_sym___thiscall] = ACTIONS(1866), - [anon_sym___vectorcall] = ACTIONS(1866), - [anon_sym_LBRACE] = ACTIONS(1868), - [anon_sym_LBRACK] = ACTIONS(1866), - [anon_sym_static] = ACTIONS(1866), - [anon_sym_register] = ACTIONS(1866), - [anon_sym_inline] = ACTIONS(1866), - [anon_sym_thread_local] = ACTIONS(1866), - [anon_sym_const] = ACTIONS(1866), - [anon_sym_volatile] = ACTIONS(1866), - [anon_sym_restrict] = ACTIONS(1866), - [anon_sym__Atomic] = ACTIONS(1866), - [anon_sym_mutable] = ACTIONS(1866), - [anon_sym_constexpr] = ACTIONS(1866), - [anon_sym_signed] = ACTIONS(1866), - [anon_sym_unsigned] = ACTIONS(1866), - [anon_sym_long] = ACTIONS(1866), - [anon_sym_short] = ACTIONS(1866), - [sym_primitive_type] = ACTIONS(1866), - [anon_sym_enum] = ACTIONS(1866), - [anon_sym_class] = ACTIONS(1866), - [anon_sym_struct] = ACTIONS(1866), - [anon_sym_union] = ACTIONS(1866), - [anon_sym_if] = ACTIONS(1866), - [anon_sym_switch] = ACTIONS(1866), - [anon_sym_case] = ACTIONS(1866), - [anon_sym_default] = ACTIONS(1866), - [anon_sym_while] = ACTIONS(1866), - [anon_sym_do] = ACTIONS(1866), - [anon_sym_for] = ACTIONS(1866), - [anon_sym_return] = ACTIONS(1866), - [anon_sym_break] = ACTIONS(1866), - [anon_sym_continue] = ACTIONS(1866), - [anon_sym_goto] = ACTIONS(1866), - [anon_sym_DASH_DASH] = ACTIONS(1868), - [anon_sym_PLUS_PLUS] = ACTIONS(1868), - [anon_sym_sizeof] = ACTIONS(1866), - [sym_number_literal] = ACTIONS(1868), - [anon_sym_L_SQUOTE] = ACTIONS(1868), - [anon_sym_u_SQUOTE] = ACTIONS(1868), - [anon_sym_U_SQUOTE] = ACTIONS(1868), - [anon_sym_u8_SQUOTE] = ACTIONS(1868), - [anon_sym_SQUOTE] = ACTIONS(1868), - [anon_sym_L_DQUOTE] = ACTIONS(1868), - [anon_sym_u_DQUOTE] = ACTIONS(1868), - [anon_sym_U_DQUOTE] = ACTIONS(1868), - [anon_sym_u8_DQUOTE] = ACTIONS(1868), - [anon_sym_DQUOTE] = ACTIONS(1868), - [sym_true] = ACTIONS(1866), - [sym_false] = ACTIONS(1866), - [sym_null] = ACTIONS(1866), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1866), - [anon_sym_virtual] = ACTIONS(1866), - [anon_sym_explicit] = ACTIONS(1866), - [sym_auto] = ACTIONS(1866), - [anon_sym_typename] = ACTIONS(1866), - [anon_sym_template] = ACTIONS(1866), - [anon_sym_operator] = ACTIONS(1866), - [anon_sym_delete] = ACTIONS(1866), - [anon_sym_throw] = ACTIONS(1866), - [anon_sym_namespace] = ACTIONS(1866), - [anon_sym_using] = ACTIONS(1866), - [anon_sym_static_assert] = ACTIONS(1866), - [anon_sym_co_return] = ACTIONS(1866), - [anon_sym_co_yield] = ACTIONS(1866), - [anon_sym_try] = ACTIONS(1866), - [anon_sym_co_await] = ACTIONS(1866), - [anon_sym_new] = ACTIONS(1866), - [sym_operator_name] = ACTIONS(1866), - [sym_this] = ACTIONS(1866), - [sym_nullptr] = ACTIONS(1866), - [sym_alone_macro] = ACTIONS(1868), - [aux_sym_alone_macro_call_token1] = ACTIONS(1866), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1866), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1866), - [anon_sym_FORWARD] = ACTIONS(1866), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1866), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1866), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1866), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1866), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1866), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1866), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1866), - [anon_sym_PS_GET] = ACTIONS(1866), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1866), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1866), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1866), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1866), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1866), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1866), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1866), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1866), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1866), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1866), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1866), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1866), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1866), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1866), - [anon_sym_MOZ_COLD] = ACTIONS(1866), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1866), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1866), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1866), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1866), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1866), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1866), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1866), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1866), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1866), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1866), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1866), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1866), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1866), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1866), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1866), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1866), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1866), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1866), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1866), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1866), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_NONNULL] = ACTIONS(1866), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1866), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1866), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1866), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1866), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1866), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_NORETURN] = ACTIONS(1866), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1866), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1866), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1866), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1866), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1866), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1866), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1866), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1866), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1866), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1866), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1866), - [anon_sym_MOZ_RAII] = ACTIONS(1866), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1866), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1866), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1866), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1866), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1866), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1866), - [sym_raw_string_literal] = ACTIONS(1868), - }, - [241] = { - [sym_identifier] = ACTIONS(1870), - [aux_sym_preproc_include_token1] = ACTIONS(1870), - [aux_sym_preproc_def_token1] = ACTIONS(1870), - [aux_sym_preproc_if_token1] = ACTIONS(1870), - [aux_sym_preproc_if_token2] = ACTIONS(1870), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1870), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1870), - [aux_sym_preproc_else_token1] = ACTIONS(1870), - [aux_sym_preproc_elif_token1] = ACTIONS(1870), - [sym_preproc_directive] = ACTIONS(1870), - [anon_sym_LPAREN2] = ACTIONS(1872), - [anon_sym_BANG] = ACTIONS(1872), - [anon_sym_TILDE] = ACTIONS(1872), - [anon_sym_DASH] = ACTIONS(1870), - [anon_sym_PLUS] = ACTIONS(1870), - [anon_sym_STAR] = ACTIONS(1872), - [anon_sym_AMP_AMP] = ACTIONS(1872), - [anon_sym_AMP] = ACTIONS(1870), - [anon_sym_SEMI] = ACTIONS(1872), - [anon_sym_typedef] = ACTIONS(1870), - [anon_sym_extern] = ACTIONS(1870), - [anon_sym___attribute__] = ACTIONS(1870), - [anon_sym_COLON_COLON] = ACTIONS(1872), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1872), - [anon_sym___declspec] = ACTIONS(1870), - [anon_sym___based] = ACTIONS(1870), - [anon_sym___cdecl] = ACTIONS(1870), - [anon_sym___clrcall] = ACTIONS(1870), - [anon_sym___stdcall] = ACTIONS(1870), - [anon_sym___fastcall] = ACTIONS(1870), - [anon_sym___thiscall] = ACTIONS(1870), - [anon_sym___vectorcall] = ACTIONS(1870), - [anon_sym_LBRACE] = ACTIONS(1872), - [anon_sym_LBRACK] = ACTIONS(1870), - [anon_sym_static] = ACTIONS(1870), - [anon_sym_register] = ACTIONS(1870), - [anon_sym_inline] = ACTIONS(1870), - [anon_sym_thread_local] = ACTIONS(1870), - [anon_sym_const] = ACTIONS(1870), - [anon_sym_volatile] = ACTIONS(1870), - [anon_sym_restrict] = ACTIONS(1870), - [anon_sym__Atomic] = ACTIONS(1870), - [anon_sym_mutable] = ACTIONS(1870), - [anon_sym_constexpr] = ACTIONS(1870), - [anon_sym_signed] = ACTIONS(1870), - [anon_sym_unsigned] = ACTIONS(1870), - [anon_sym_long] = ACTIONS(1870), - [anon_sym_short] = ACTIONS(1870), - [sym_primitive_type] = ACTIONS(1870), - [anon_sym_enum] = ACTIONS(1870), - [anon_sym_class] = ACTIONS(1870), - [anon_sym_struct] = ACTIONS(1870), - [anon_sym_union] = ACTIONS(1870), - [anon_sym_if] = ACTIONS(1870), - [anon_sym_switch] = ACTIONS(1870), - [anon_sym_case] = ACTIONS(1870), - [anon_sym_default] = ACTIONS(1870), - [anon_sym_while] = ACTIONS(1870), - [anon_sym_do] = ACTIONS(1870), - [anon_sym_for] = ACTIONS(1870), - [anon_sym_return] = ACTIONS(1870), - [anon_sym_break] = ACTIONS(1870), - [anon_sym_continue] = ACTIONS(1870), - [anon_sym_goto] = ACTIONS(1870), - [anon_sym_DASH_DASH] = ACTIONS(1872), - [anon_sym_PLUS_PLUS] = ACTIONS(1872), - [anon_sym_sizeof] = ACTIONS(1870), - [sym_number_literal] = ACTIONS(1872), - [anon_sym_L_SQUOTE] = ACTIONS(1872), - [anon_sym_u_SQUOTE] = ACTIONS(1872), - [anon_sym_U_SQUOTE] = ACTIONS(1872), - [anon_sym_u8_SQUOTE] = ACTIONS(1872), - [anon_sym_SQUOTE] = ACTIONS(1872), - [anon_sym_L_DQUOTE] = ACTIONS(1872), - [anon_sym_u_DQUOTE] = ACTIONS(1872), - [anon_sym_U_DQUOTE] = ACTIONS(1872), - [anon_sym_u8_DQUOTE] = ACTIONS(1872), - [anon_sym_DQUOTE] = ACTIONS(1872), - [sym_true] = ACTIONS(1870), - [sym_false] = ACTIONS(1870), - [sym_null] = ACTIONS(1870), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1870), - [anon_sym_virtual] = ACTIONS(1870), - [anon_sym_explicit] = ACTIONS(1870), - [sym_auto] = ACTIONS(1870), - [anon_sym_typename] = ACTIONS(1870), - [anon_sym_template] = ACTIONS(1870), - [anon_sym_operator] = ACTIONS(1870), - [anon_sym_delete] = ACTIONS(1870), - [anon_sym_throw] = ACTIONS(1870), - [anon_sym_namespace] = ACTIONS(1870), - [anon_sym_using] = ACTIONS(1870), - [anon_sym_static_assert] = ACTIONS(1870), - [anon_sym_co_return] = ACTIONS(1870), - [anon_sym_co_yield] = ACTIONS(1870), - [anon_sym_try] = ACTIONS(1870), - [anon_sym_co_await] = ACTIONS(1870), - [anon_sym_new] = ACTIONS(1870), - [sym_operator_name] = ACTIONS(1870), - [sym_this] = ACTIONS(1870), - [sym_nullptr] = ACTIONS(1870), - [sym_alone_macro] = ACTIONS(1872), - [aux_sym_alone_macro_call_token1] = ACTIONS(1870), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1870), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1870), - [anon_sym_FORWARD] = ACTIONS(1870), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1870), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1870), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1870), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1870), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1870), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1870), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1870), - [anon_sym_PS_GET] = ACTIONS(1870), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1870), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1870), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1870), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1870), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1870), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1870), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1870), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1870), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1870), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1870), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1870), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1870), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1870), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1870), - [anon_sym_MOZ_COLD] = ACTIONS(1870), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1870), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1870), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1870), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1870), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1870), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1870), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1870), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1870), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1870), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1870), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1870), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1870), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1870), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1870), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1870), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1870), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1870), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1870), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1870), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1870), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_NONNULL] = ACTIONS(1870), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1870), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1870), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1870), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1870), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1870), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_NORETURN] = ACTIONS(1870), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1870), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1870), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1870), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1870), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1870), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1870), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1870), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1870), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1870), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1870), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1870), - [anon_sym_MOZ_RAII] = ACTIONS(1870), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1870), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1870), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1870), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1870), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1870), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1870), - [sym_raw_string_literal] = ACTIONS(1872), - }, - [242] = { - [sym_identifier] = ACTIONS(1874), - [aux_sym_preproc_include_token1] = ACTIONS(1874), - [aux_sym_preproc_def_token1] = ACTIONS(1874), - [aux_sym_preproc_if_token1] = ACTIONS(1874), - [aux_sym_preproc_if_token2] = ACTIONS(1874), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1874), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1874), - [aux_sym_preproc_else_token1] = ACTIONS(1874), - [aux_sym_preproc_elif_token1] = ACTIONS(1874), - [sym_preproc_directive] = ACTIONS(1874), - [anon_sym_LPAREN2] = ACTIONS(1876), - [anon_sym_BANG] = ACTIONS(1876), - [anon_sym_TILDE] = ACTIONS(1876), - [anon_sym_DASH] = ACTIONS(1874), - [anon_sym_PLUS] = ACTIONS(1874), - [anon_sym_STAR] = ACTIONS(1876), - [anon_sym_AMP_AMP] = ACTIONS(1876), - [anon_sym_AMP] = ACTIONS(1874), - [anon_sym_SEMI] = ACTIONS(1876), - [anon_sym_typedef] = ACTIONS(1874), - [anon_sym_extern] = ACTIONS(1874), - [anon_sym___attribute__] = ACTIONS(1874), - [anon_sym_COLON_COLON] = ACTIONS(1876), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1876), - [anon_sym___declspec] = ACTIONS(1874), - [anon_sym___based] = ACTIONS(1874), - [anon_sym___cdecl] = ACTIONS(1874), - [anon_sym___clrcall] = ACTIONS(1874), - [anon_sym___stdcall] = ACTIONS(1874), - [anon_sym___fastcall] = ACTIONS(1874), - [anon_sym___thiscall] = ACTIONS(1874), - [anon_sym___vectorcall] = ACTIONS(1874), - [anon_sym_LBRACE] = ACTIONS(1876), - [anon_sym_LBRACK] = ACTIONS(1874), - [anon_sym_static] = ACTIONS(1874), - [anon_sym_register] = ACTIONS(1874), - [anon_sym_inline] = ACTIONS(1874), - [anon_sym_thread_local] = ACTIONS(1874), - [anon_sym_const] = ACTIONS(1874), - [anon_sym_volatile] = ACTIONS(1874), - [anon_sym_restrict] = ACTIONS(1874), - [anon_sym__Atomic] = ACTIONS(1874), - [anon_sym_mutable] = ACTIONS(1874), - [anon_sym_constexpr] = ACTIONS(1874), - [anon_sym_signed] = ACTIONS(1874), - [anon_sym_unsigned] = ACTIONS(1874), - [anon_sym_long] = ACTIONS(1874), - [anon_sym_short] = ACTIONS(1874), - [sym_primitive_type] = ACTIONS(1874), - [anon_sym_enum] = ACTIONS(1874), - [anon_sym_class] = ACTIONS(1874), - [anon_sym_struct] = ACTIONS(1874), - [anon_sym_union] = ACTIONS(1874), - [anon_sym_if] = ACTIONS(1874), - [anon_sym_switch] = ACTIONS(1874), - [anon_sym_case] = ACTIONS(1874), - [anon_sym_default] = ACTIONS(1874), - [anon_sym_while] = ACTIONS(1874), - [anon_sym_do] = ACTIONS(1874), - [anon_sym_for] = ACTIONS(1874), - [anon_sym_return] = ACTIONS(1874), - [anon_sym_break] = ACTIONS(1874), - [anon_sym_continue] = ACTIONS(1874), - [anon_sym_goto] = ACTIONS(1874), - [anon_sym_DASH_DASH] = ACTIONS(1876), - [anon_sym_PLUS_PLUS] = ACTIONS(1876), - [anon_sym_sizeof] = ACTIONS(1874), - [sym_number_literal] = ACTIONS(1876), - [anon_sym_L_SQUOTE] = ACTIONS(1876), - [anon_sym_u_SQUOTE] = ACTIONS(1876), - [anon_sym_U_SQUOTE] = ACTIONS(1876), - [anon_sym_u8_SQUOTE] = ACTIONS(1876), - [anon_sym_SQUOTE] = ACTIONS(1876), - [anon_sym_L_DQUOTE] = ACTIONS(1876), - [anon_sym_u_DQUOTE] = ACTIONS(1876), - [anon_sym_U_DQUOTE] = ACTIONS(1876), - [anon_sym_u8_DQUOTE] = ACTIONS(1876), - [anon_sym_DQUOTE] = ACTIONS(1876), - [sym_true] = ACTIONS(1874), - [sym_false] = ACTIONS(1874), - [sym_null] = ACTIONS(1874), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1874), - [anon_sym_virtual] = ACTIONS(1874), - [anon_sym_explicit] = ACTIONS(1874), - [sym_auto] = ACTIONS(1874), - [anon_sym_typename] = ACTIONS(1874), - [anon_sym_template] = ACTIONS(1874), - [anon_sym_operator] = ACTIONS(1874), - [anon_sym_delete] = ACTIONS(1874), - [anon_sym_throw] = ACTIONS(1874), - [anon_sym_namespace] = ACTIONS(1874), - [anon_sym_using] = ACTIONS(1874), - [anon_sym_static_assert] = ACTIONS(1874), - [anon_sym_co_return] = ACTIONS(1874), - [anon_sym_co_yield] = ACTIONS(1874), - [anon_sym_try] = ACTIONS(1874), - [anon_sym_co_await] = ACTIONS(1874), - [anon_sym_new] = ACTIONS(1874), - [sym_operator_name] = ACTIONS(1874), - [sym_this] = ACTIONS(1874), - [sym_nullptr] = ACTIONS(1874), - [sym_alone_macro] = ACTIONS(1876), - [aux_sym_alone_macro_call_token1] = ACTIONS(1874), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1874), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1874), - [anon_sym_FORWARD] = ACTIONS(1874), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1874), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1874), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1874), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1874), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1874), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1874), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1874), - [anon_sym_PS_GET] = ACTIONS(1874), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1874), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1874), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1874), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1874), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1874), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1874), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1874), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1874), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1874), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1874), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1874), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1874), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1874), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1874), - [anon_sym_MOZ_COLD] = ACTIONS(1874), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1874), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1874), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1874), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1874), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1874), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1874), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1874), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1874), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1874), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1874), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1874), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1874), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1874), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1874), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1874), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1874), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1874), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1874), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1874), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1874), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_NONNULL] = ACTIONS(1874), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1874), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1874), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1874), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1874), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1874), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_NORETURN] = ACTIONS(1874), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1874), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1874), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1874), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1874), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1874), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1874), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1874), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1874), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1874), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1874), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1874), - [anon_sym_MOZ_RAII] = ACTIONS(1874), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1874), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1874), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1874), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1874), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1874), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1874), - [sym_raw_string_literal] = ACTIONS(1876), - }, - [243] = { - [sym_identifier] = ACTIONS(1878), - [aux_sym_preproc_include_token1] = ACTIONS(1878), - [aux_sym_preproc_def_token1] = ACTIONS(1878), - [aux_sym_preproc_if_token1] = ACTIONS(1878), - [aux_sym_preproc_if_token2] = ACTIONS(1878), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1878), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1878), - [aux_sym_preproc_else_token1] = ACTIONS(1878), - [aux_sym_preproc_elif_token1] = ACTIONS(1878), - [sym_preproc_directive] = ACTIONS(1878), - [anon_sym_LPAREN2] = ACTIONS(1880), - [anon_sym_BANG] = ACTIONS(1880), - [anon_sym_TILDE] = ACTIONS(1880), - [anon_sym_DASH] = ACTIONS(1878), - [anon_sym_PLUS] = ACTIONS(1878), - [anon_sym_STAR] = ACTIONS(1880), - [anon_sym_AMP_AMP] = ACTIONS(1880), - [anon_sym_AMP] = ACTIONS(1878), - [anon_sym_SEMI] = ACTIONS(1880), - [anon_sym_typedef] = ACTIONS(1878), - [anon_sym_extern] = ACTIONS(1878), - [anon_sym___attribute__] = ACTIONS(1878), - [anon_sym_COLON_COLON] = ACTIONS(1880), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1880), - [anon_sym___declspec] = ACTIONS(1878), - [anon_sym___based] = ACTIONS(1878), - [anon_sym___cdecl] = ACTIONS(1878), - [anon_sym___clrcall] = ACTIONS(1878), - [anon_sym___stdcall] = ACTIONS(1878), - [anon_sym___fastcall] = ACTIONS(1878), - [anon_sym___thiscall] = ACTIONS(1878), - [anon_sym___vectorcall] = ACTIONS(1878), - [anon_sym_LBRACE] = ACTIONS(1880), - [anon_sym_LBRACK] = ACTIONS(1878), - [anon_sym_static] = ACTIONS(1878), - [anon_sym_register] = ACTIONS(1878), - [anon_sym_inline] = ACTIONS(1878), - [anon_sym_thread_local] = ACTIONS(1878), - [anon_sym_const] = ACTIONS(1878), - [anon_sym_volatile] = ACTIONS(1878), - [anon_sym_restrict] = ACTIONS(1878), - [anon_sym__Atomic] = ACTIONS(1878), - [anon_sym_mutable] = ACTIONS(1878), - [anon_sym_constexpr] = ACTIONS(1878), - [anon_sym_signed] = ACTIONS(1878), - [anon_sym_unsigned] = ACTIONS(1878), - [anon_sym_long] = ACTIONS(1878), - [anon_sym_short] = ACTIONS(1878), - [sym_primitive_type] = ACTIONS(1878), - [anon_sym_enum] = ACTIONS(1878), - [anon_sym_class] = ACTIONS(1878), - [anon_sym_struct] = ACTIONS(1878), - [anon_sym_union] = ACTIONS(1878), - [anon_sym_if] = ACTIONS(1878), - [anon_sym_switch] = ACTIONS(1878), - [anon_sym_case] = ACTIONS(1878), - [anon_sym_default] = ACTIONS(1878), - [anon_sym_while] = ACTIONS(1878), - [anon_sym_do] = ACTIONS(1878), - [anon_sym_for] = ACTIONS(1878), - [anon_sym_return] = ACTIONS(1878), - [anon_sym_break] = ACTIONS(1878), - [anon_sym_continue] = ACTIONS(1878), - [anon_sym_goto] = ACTIONS(1878), - [anon_sym_DASH_DASH] = ACTIONS(1880), - [anon_sym_PLUS_PLUS] = ACTIONS(1880), - [anon_sym_sizeof] = ACTIONS(1878), - [sym_number_literal] = ACTIONS(1880), - [anon_sym_L_SQUOTE] = ACTIONS(1880), - [anon_sym_u_SQUOTE] = ACTIONS(1880), - [anon_sym_U_SQUOTE] = ACTIONS(1880), - [anon_sym_u8_SQUOTE] = ACTIONS(1880), - [anon_sym_SQUOTE] = ACTIONS(1880), - [anon_sym_L_DQUOTE] = ACTIONS(1880), - [anon_sym_u_DQUOTE] = ACTIONS(1880), - [anon_sym_U_DQUOTE] = ACTIONS(1880), - [anon_sym_u8_DQUOTE] = ACTIONS(1880), - [anon_sym_DQUOTE] = ACTIONS(1880), - [sym_true] = ACTIONS(1878), - [sym_false] = ACTIONS(1878), - [sym_null] = ACTIONS(1878), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1878), - [anon_sym_virtual] = ACTIONS(1878), - [anon_sym_explicit] = ACTIONS(1878), - [sym_auto] = ACTIONS(1878), - [anon_sym_typename] = ACTIONS(1878), - [anon_sym_template] = ACTIONS(1878), - [anon_sym_operator] = ACTIONS(1878), - [anon_sym_delete] = ACTIONS(1878), - [anon_sym_throw] = ACTIONS(1878), - [anon_sym_namespace] = ACTIONS(1878), - [anon_sym_using] = ACTIONS(1878), - [anon_sym_static_assert] = ACTIONS(1878), - [anon_sym_co_return] = ACTIONS(1878), - [anon_sym_co_yield] = ACTIONS(1878), - [anon_sym_try] = ACTIONS(1878), - [anon_sym_co_await] = ACTIONS(1878), - [anon_sym_new] = ACTIONS(1878), - [sym_operator_name] = ACTIONS(1878), - [sym_this] = ACTIONS(1878), - [sym_nullptr] = ACTIONS(1878), - [sym_alone_macro] = ACTIONS(1880), - [aux_sym_alone_macro_call_token1] = ACTIONS(1878), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1878), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1878), - [anon_sym_FORWARD] = ACTIONS(1878), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1878), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1878), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1878), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1878), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1878), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1878), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1878), - [anon_sym_PS_GET] = ACTIONS(1878), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1878), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1878), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1878), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1878), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1878), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1878), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1878), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1878), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1878), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1878), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1878), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1878), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1878), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1878), - [anon_sym_MOZ_COLD] = ACTIONS(1878), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1878), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1878), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1878), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1878), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1878), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1878), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1878), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1878), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1878), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1878), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1878), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1878), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1878), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1878), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1878), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1878), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1878), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1878), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1878), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1878), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1878), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1878), - [anon_sym_MOZ_NONNULL] = ACTIONS(1878), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1878), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1878), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1878), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1878), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1878), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1878), - [anon_sym_MOZ_NORETURN] = ACTIONS(1878), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1878), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1878), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1878), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1878), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1878), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1878), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1878), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1878), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1878), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1878), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1878), - [anon_sym_MOZ_RAII] = ACTIONS(1878), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1878), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1878), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1878), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1878), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1878), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1878), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1878), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1878), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1878), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1878), - [sym_raw_string_literal] = ACTIONS(1880), - }, - [244] = { - [sym_identifier] = ACTIONS(1882), - [aux_sym_preproc_include_token1] = ACTIONS(1882), - [aux_sym_preproc_def_token1] = ACTIONS(1882), - [aux_sym_preproc_if_token1] = ACTIONS(1882), - [aux_sym_preproc_if_token2] = ACTIONS(1882), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1882), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1882), - [aux_sym_preproc_else_token1] = ACTIONS(1882), - [aux_sym_preproc_elif_token1] = ACTIONS(1882), - [sym_preproc_directive] = ACTIONS(1882), - [anon_sym_LPAREN2] = ACTIONS(1884), - [anon_sym_BANG] = ACTIONS(1884), - [anon_sym_TILDE] = ACTIONS(1884), - [anon_sym_DASH] = ACTIONS(1882), - [anon_sym_PLUS] = ACTIONS(1882), - [anon_sym_STAR] = ACTIONS(1884), - [anon_sym_AMP_AMP] = ACTIONS(1884), - [anon_sym_AMP] = ACTIONS(1882), - [anon_sym_SEMI] = ACTIONS(1884), - [anon_sym_typedef] = ACTIONS(1882), - [anon_sym_extern] = ACTIONS(1882), - [anon_sym___attribute__] = ACTIONS(1882), - [anon_sym_COLON_COLON] = ACTIONS(1884), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1884), - [anon_sym___declspec] = ACTIONS(1882), - [anon_sym___based] = ACTIONS(1882), - [anon_sym___cdecl] = ACTIONS(1882), - [anon_sym___clrcall] = ACTIONS(1882), - [anon_sym___stdcall] = ACTIONS(1882), - [anon_sym___fastcall] = ACTIONS(1882), - [anon_sym___thiscall] = ACTIONS(1882), - [anon_sym___vectorcall] = ACTIONS(1882), - [anon_sym_LBRACE] = ACTIONS(1884), - [anon_sym_LBRACK] = ACTIONS(1882), - [anon_sym_static] = ACTIONS(1882), - [anon_sym_register] = ACTIONS(1882), - [anon_sym_inline] = ACTIONS(1882), - [anon_sym_thread_local] = ACTIONS(1882), - [anon_sym_const] = ACTIONS(1882), - [anon_sym_volatile] = ACTIONS(1882), - [anon_sym_restrict] = ACTIONS(1882), - [anon_sym__Atomic] = ACTIONS(1882), - [anon_sym_mutable] = ACTIONS(1882), - [anon_sym_constexpr] = ACTIONS(1882), - [anon_sym_signed] = ACTIONS(1882), - [anon_sym_unsigned] = ACTIONS(1882), - [anon_sym_long] = ACTIONS(1882), - [anon_sym_short] = ACTIONS(1882), - [sym_primitive_type] = ACTIONS(1882), - [anon_sym_enum] = ACTIONS(1882), - [anon_sym_class] = ACTIONS(1882), - [anon_sym_struct] = ACTIONS(1882), - [anon_sym_union] = ACTIONS(1882), - [anon_sym_if] = ACTIONS(1882), - [anon_sym_switch] = ACTIONS(1882), - [anon_sym_case] = ACTIONS(1882), - [anon_sym_default] = ACTIONS(1882), - [anon_sym_while] = ACTIONS(1882), - [anon_sym_do] = ACTIONS(1882), - [anon_sym_for] = ACTIONS(1882), - [anon_sym_return] = ACTIONS(1882), - [anon_sym_break] = ACTIONS(1882), - [anon_sym_continue] = ACTIONS(1882), - [anon_sym_goto] = ACTIONS(1882), - [anon_sym_DASH_DASH] = ACTIONS(1884), - [anon_sym_PLUS_PLUS] = ACTIONS(1884), - [anon_sym_sizeof] = ACTIONS(1882), - [sym_number_literal] = ACTIONS(1884), - [anon_sym_L_SQUOTE] = ACTIONS(1884), - [anon_sym_u_SQUOTE] = ACTIONS(1884), - [anon_sym_U_SQUOTE] = ACTIONS(1884), - [anon_sym_u8_SQUOTE] = ACTIONS(1884), - [anon_sym_SQUOTE] = ACTIONS(1884), - [anon_sym_L_DQUOTE] = ACTIONS(1884), - [anon_sym_u_DQUOTE] = ACTIONS(1884), - [anon_sym_U_DQUOTE] = ACTIONS(1884), - [anon_sym_u8_DQUOTE] = ACTIONS(1884), - [anon_sym_DQUOTE] = ACTIONS(1884), - [sym_true] = ACTIONS(1882), - [sym_false] = ACTIONS(1882), - [sym_null] = ACTIONS(1882), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1882), - [anon_sym_virtual] = ACTIONS(1882), - [anon_sym_explicit] = ACTIONS(1882), - [sym_auto] = ACTIONS(1882), - [anon_sym_typename] = ACTIONS(1882), - [anon_sym_template] = ACTIONS(1882), - [anon_sym_operator] = ACTIONS(1882), - [anon_sym_delete] = ACTIONS(1882), - [anon_sym_throw] = ACTIONS(1882), - [anon_sym_namespace] = ACTIONS(1882), - [anon_sym_using] = ACTIONS(1882), - [anon_sym_static_assert] = ACTIONS(1882), - [anon_sym_co_return] = ACTIONS(1882), - [anon_sym_co_yield] = ACTIONS(1882), - [anon_sym_try] = ACTIONS(1882), - [anon_sym_co_await] = ACTIONS(1882), - [anon_sym_new] = ACTIONS(1882), - [sym_operator_name] = ACTIONS(1882), - [sym_this] = ACTIONS(1882), - [sym_nullptr] = ACTIONS(1882), - [sym_alone_macro] = ACTIONS(1884), - [aux_sym_alone_macro_call_token1] = ACTIONS(1882), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1882), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1882), - [anon_sym_FORWARD] = ACTIONS(1882), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1882), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1882), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1882), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1882), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1882), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1882), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1882), - [anon_sym_PS_GET] = ACTIONS(1882), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1882), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1882), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1882), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1882), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1882), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1882), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1882), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1882), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1882), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1882), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1882), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1882), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1882), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1882), - [anon_sym_MOZ_COLD] = ACTIONS(1882), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1882), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1882), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1882), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1882), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1882), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1882), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1882), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1882), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1882), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1882), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1882), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1882), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1882), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1882), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1882), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1882), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1882), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1882), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1882), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1882), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1882), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1882), - [anon_sym_MOZ_NONNULL] = ACTIONS(1882), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1882), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1882), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1882), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1882), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1882), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1882), - [anon_sym_MOZ_NORETURN] = ACTIONS(1882), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1882), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1882), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1882), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1882), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1882), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1882), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1882), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1882), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1882), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1882), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1882), - [anon_sym_MOZ_RAII] = ACTIONS(1882), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1882), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1882), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1882), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1882), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1882), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1882), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1882), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1882), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1882), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1882), - [sym_raw_string_literal] = ACTIONS(1884), - }, - [245] = { - [sym_identifier] = ACTIONS(1886), - [aux_sym_preproc_include_token1] = ACTIONS(1886), - [aux_sym_preproc_def_token1] = ACTIONS(1886), - [aux_sym_preproc_if_token1] = ACTIONS(1886), - [aux_sym_preproc_if_token2] = ACTIONS(1886), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1886), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1886), - [aux_sym_preproc_else_token1] = ACTIONS(1886), - [aux_sym_preproc_elif_token1] = ACTIONS(1886), - [sym_preproc_directive] = ACTIONS(1886), - [anon_sym_LPAREN2] = ACTIONS(1888), - [anon_sym_BANG] = ACTIONS(1888), - [anon_sym_TILDE] = ACTIONS(1888), - [anon_sym_DASH] = ACTIONS(1886), - [anon_sym_PLUS] = ACTIONS(1886), - [anon_sym_STAR] = ACTIONS(1888), - [anon_sym_AMP_AMP] = ACTIONS(1888), - [anon_sym_AMP] = ACTIONS(1886), - [anon_sym_SEMI] = ACTIONS(1888), - [anon_sym_typedef] = ACTIONS(1886), - [anon_sym_extern] = ACTIONS(1886), - [anon_sym___attribute__] = ACTIONS(1886), - [anon_sym_COLON_COLON] = ACTIONS(1888), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1888), - [anon_sym___declspec] = ACTIONS(1886), - [anon_sym___based] = ACTIONS(1886), - [anon_sym___cdecl] = ACTIONS(1886), - [anon_sym___clrcall] = ACTIONS(1886), - [anon_sym___stdcall] = ACTIONS(1886), - [anon_sym___fastcall] = ACTIONS(1886), - [anon_sym___thiscall] = ACTIONS(1886), - [anon_sym___vectorcall] = ACTIONS(1886), - [anon_sym_LBRACE] = ACTIONS(1888), - [anon_sym_LBRACK] = ACTIONS(1886), - [anon_sym_static] = ACTIONS(1886), - [anon_sym_register] = ACTIONS(1886), - [anon_sym_inline] = ACTIONS(1886), - [anon_sym_thread_local] = ACTIONS(1886), - [anon_sym_const] = ACTIONS(1886), - [anon_sym_volatile] = ACTIONS(1886), - [anon_sym_restrict] = ACTIONS(1886), - [anon_sym__Atomic] = ACTIONS(1886), - [anon_sym_mutable] = ACTIONS(1886), - [anon_sym_constexpr] = ACTIONS(1886), - [anon_sym_signed] = ACTIONS(1886), - [anon_sym_unsigned] = ACTIONS(1886), - [anon_sym_long] = ACTIONS(1886), - [anon_sym_short] = ACTIONS(1886), - [sym_primitive_type] = ACTIONS(1886), - [anon_sym_enum] = ACTIONS(1886), - [anon_sym_class] = ACTIONS(1886), - [anon_sym_struct] = ACTIONS(1886), - [anon_sym_union] = ACTIONS(1886), - [anon_sym_if] = ACTIONS(1886), - [anon_sym_switch] = ACTIONS(1886), - [anon_sym_case] = ACTIONS(1886), - [anon_sym_default] = ACTIONS(1886), - [anon_sym_while] = ACTIONS(1886), - [anon_sym_do] = ACTIONS(1886), - [anon_sym_for] = ACTIONS(1886), - [anon_sym_return] = ACTIONS(1886), - [anon_sym_break] = ACTIONS(1886), - [anon_sym_continue] = ACTIONS(1886), - [anon_sym_goto] = ACTIONS(1886), - [anon_sym_DASH_DASH] = ACTIONS(1888), - [anon_sym_PLUS_PLUS] = ACTIONS(1888), - [anon_sym_sizeof] = ACTIONS(1886), - [sym_number_literal] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1888), - [anon_sym_u_SQUOTE] = ACTIONS(1888), - [anon_sym_U_SQUOTE] = ACTIONS(1888), - [anon_sym_u8_SQUOTE] = ACTIONS(1888), - [anon_sym_SQUOTE] = ACTIONS(1888), - [anon_sym_L_DQUOTE] = ACTIONS(1888), - [anon_sym_u_DQUOTE] = ACTIONS(1888), - [anon_sym_U_DQUOTE] = ACTIONS(1888), - [anon_sym_u8_DQUOTE] = ACTIONS(1888), - [anon_sym_DQUOTE] = ACTIONS(1888), - [sym_true] = ACTIONS(1886), - [sym_false] = ACTIONS(1886), - [sym_null] = ACTIONS(1886), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1886), - [anon_sym_virtual] = ACTIONS(1886), - [anon_sym_explicit] = ACTIONS(1886), - [sym_auto] = ACTIONS(1886), - [anon_sym_typename] = ACTIONS(1886), - [anon_sym_template] = ACTIONS(1886), - [anon_sym_operator] = ACTIONS(1886), - [anon_sym_delete] = ACTIONS(1886), - [anon_sym_throw] = ACTIONS(1886), - [anon_sym_namespace] = ACTIONS(1886), - [anon_sym_using] = ACTIONS(1886), - [anon_sym_static_assert] = ACTIONS(1886), - [anon_sym_co_return] = ACTIONS(1886), - [anon_sym_co_yield] = ACTIONS(1886), - [anon_sym_try] = ACTIONS(1886), - [anon_sym_co_await] = ACTIONS(1886), - [anon_sym_new] = ACTIONS(1886), - [sym_operator_name] = ACTIONS(1886), - [sym_this] = ACTIONS(1886), - [sym_nullptr] = ACTIONS(1886), - [sym_alone_macro] = ACTIONS(1888), - [aux_sym_alone_macro_call_token1] = ACTIONS(1886), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1886), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1886), - [anon_sym_FORWARD] = ACTIONS(1886), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1886), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1886), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1886), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1886), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1886), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1886), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1886), - [anon_sym_PS_GET] = ACTIONS(1886), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1886), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1886), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1886), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1886), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1886), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1886), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1886), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1886), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1886), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1886), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1886), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1886), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1886), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1886), - [anon_sym_MOZ_COLD] = ACTIONS(1886), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1886), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1886), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1886), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1886), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1886), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1886), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1886), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1886), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1886), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1886), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1886), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1886), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1886), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1886), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1886), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1886), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1886), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1886), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1886), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1886), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_NONNULL] = ACTIONS(1886), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1886), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1886), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1886), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1886), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1886), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_NORETURN] = ACTIONS(1886), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1886), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1886), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1886), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1886), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1886), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1886), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1886), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1886), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1886), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1886), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1886), - [anon_sym_MOZ_RAII] = ACTIONS(1886), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1886), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1886), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1886), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1886), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1886), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1886), - [sym_raw_string_literal] = ACTIONS(1888), - }, - [246] = { - [sym_identifier] = ACTIONS(1890), - [aux_sym_preproc_include_token1] = ACTIONS(1890), - [aux_sym_preproc_def_token1] = ACTIONS(1890), - [aux_sym_preproc_if_token1] = ACTIONS(1890), - [aux_sym_preproc_if_token2] = ACTIONS(1890), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1890), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1890), - [aux_sym_preproc_else_token1] = ACTIONS(1890), - [aux_sym_preproc_elif_token1] = ACTIONS(1890), - [sym_preproc_directive] = ACTIONS(1890), - [anon_sym_LPAREN2] = ACTIONS(1892), - [anon_sym_BANG] = ACTIONS(1892), - [anon_sym_TILDE] = ACTIONS(1892), - [anon_sym_DASH] = ACTIONS(1890), - [anon_sym_PLUS] = ACTIONS(1890), - [anon_sym_STAR] = ACTIONS(1892), - [anon_sym_AMP_AMP] = ACTIONS(1892), - [anon_sym_AMP] = ACTIONS(1890), - [anon_sym_SEMI] = ACTIONS(1892), - [anon_sym_typedef] = ACTIONS(1890), - [anon_sym_extern] = ACTIONS(1890), - [anon_sym___attribute__] = ACTIONS(1890), - [anon_sym_COLON_COLON] = ACTIONS(1892), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1892), - [anon_sym___declspec] = ACTIONS(1890), - [anon_sym___based] = ACTIONS(1890), - [anon_sym___cdecl] = ACTIONS(1890), - [anon_sym___clrcall] = ACTIONS(1890), - [anon_sym___stdcall] = ACTIONS(1890), - [anon_sym___fastcall] = ACTIONS(1890), - [anon_sym___thiscall] = ACTIONS(1890), - [anon_sym___vectorcall] = ACTIONS(1890), - [anon_sym_LBRACE] = ACTIONS(1892), - [anon_sym_LBRACK] = ACTIONS(1890), - [anon_sym_static] = ACTIONS(1890), - [anon_sym_register] = ACTIONS(1890), - [anon_sym_inline] = ACTIONS(1890), - [anon_sym_thread_local] = ACTIONS(1890), - [anon_sym_const] = ACTIONS(1890), - [anon_sym_volatile] = ACTIONS(1890), - [anon_sym_restrict] = ACTIONS(1890), - [anon_sym__Atomic] = ACTIONS(1890), - [anon_sym_mutable] = ACTIONS(1890), - [anon_sym_constexpr] = ACTIONS(1890), - [anon_sym_signed] = ACTIONS(1890), - [anon_sym_unsigned] = ACTIONS(1890), - [anon_sym_long] = ACTIONS(1890), - [anon_sym_short] = ACTIONS(1890), - [sym_primitive_type] = ACTIONS(1890), - [anon_sym_enum] = ACTIONS(1890), - [anon_sym_class] = ACTIONS(1890), - [anon_sym_struct] = ACTIONS(1890), - [anon_sym_union] = ACTIONS(1890), - [anon_sym_if] = ACTIONS(1890), - [anon_sym_switch] = ACTIONS(1890), - [anon_sym_case] = ACTIONS(1890), - [anon_sym_default] = ACTIONS(1890), - [anon_sym_while] = ACTIONS(1890), - [anon_sym_do] = ACTIONS(1890), - [anon_sym_for] = ACTIONS(1890), - [anon_sym_return] = ACTIONS(1890), - [anon_sym_break] = ACTIONS(1890), - [anon_sym_continue] = ACTIONS(1890), - [anon_sym_goto] = ACTIONS(1890), - [anon_sym_DASH_DASH] = ACTIONS(1892), - [anon_sym_PLUS_PLUS] = ACTIONS(1892), - [anon_sym_sizeof] = ACTIONS(1890), - [sym_number_literal] = ACTIONS(1892), - [anon_sym_L_SQUOTE] = ACTIONS(1892), - [anon_sym_u_SQUOTE] = ACTIONS(1892), - [anon_sym_U_SQUOTE] = ACTIONS(1892), - [anon_sym_u8_SQUOTE] = ACTIONS(1892), - [anon_sym_SQUOTE] = ACTIONS(1892), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1890), - [sym_false] = ACTIONS(1890), - [sym_null] = ACTIONS(1890), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1890), - [anon_sym_virtual] = ACTIONS(1890), - [anon_sym_explicit] = ACTIONS(1890), - [sym_auto] = ACTIONS(1890), - [anon_sym_typename] = ACTIONS(1890), - [anon_sym_template] = ACTIONS(1890), - [anon_sym_operator] = ACTIONS(1890), - [anon_sym_delete] = ACTIONS(1890), - [anon_sym_throw] = ACTIONS(1890), - [anon_sym_namespace] = ACTIONS(1890), - [anon_sym_using] = ACTIONS(1890), - [anon_sym_static_assert] = ACTIONS(1890), - [anon_sym_co_return] = ACTIONS(1890), - [anon_sym_co_yield] = ACTIONS(1890), - [anon_sym_try] = ACTIONS(1890), - [anon_sym_co_await] = ACTIONS(1890), - [anon_sym_new] = ACTIONS(1890), - [sym_operator_name] = ACTIONS(1890), - [sym_this] = ACTIONS(1890), - [sym_nullptr] = ACTIONS(1890), - [sym_alone_macro] = ACTIONS(1892), - [aux_sym_alone_macro_call_token1] = ACTIONS(1890), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1890), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1890), - [anon_sym_FORWARD] = ACTIONS(1890), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1890), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1890), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1890), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1890), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1890), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1890), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1890), - [anon_sym_PS_GET] = ACTIONS(1890), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1890), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1890), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1890), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1890), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1890), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1890), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1890), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1890), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1890), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1890), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1890), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1890), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1890), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1890), - [anon_sym_MOZ_COLD] = ACTIONS(1890), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1890), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1890), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1890), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1890), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1890), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1890), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1890), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1890), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1890), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1890), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1890), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1890), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1890), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1890), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1890), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1890), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1890), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1890), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1890), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1890), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_NONNULL] = ACTIONS(1890), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1890), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1890), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1890), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1890), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1890), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_NORETURN] = ACTIONS(1890), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1890), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1890), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1890), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1890), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1890), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1890), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1890), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1890), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1890), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1890), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1890), - [anon_sym_MOZ_RAII] = ACTIONS(1890), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1890), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1890), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1890), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1890), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1890), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1890), - [sym_raw_string_literal] = ACTIONS(1892), - }, - [247] = { - [sym_identifier] = ACTIONS(1894), - [aux_sym_preproc_include_token1] = ACTIONS(1894), - [aux_sym_preproc_def_token1] = ACTIONS(1894), - [aux_sym_preproc_if_token1] = ACTIONS(1894), - [aux_sym_preproc_if_token2] = ACTIONS(1894), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1894), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1894), - [aux_sym_preproc_else_token1] = ACTIONS(1894), - [aux_sym_preproc_elif_token1] = ACTIONS(1894), - [sym_preproc_directive] = ACTIONS(1894), - [anon_sym_LPAREN2] = ACTIONS(1896), - [anon_sym_BANG] = ACTIONS(1896), - [anon_sym_TILDE] = ACTIONS(1896), - [anon_sym_DASH] = ACTIONS(1894), - [anon_sym_PLUS] = ACTIONS(1894), - [anon_sym_STAR] = ACTIONS(1896), - [anon_sym_AMP_AMP] = ACTIONS(1896), - [anon_sym_AMP] = ACTIONS(1894), - [anon_sym_SEMI] = ACTIONS(1896), - [anon_sym_typedef] = ACTIONS(1894), - [anon_sym_extern] = ACTIONS(1894), - [anon_sym___attribute__] = ACTIONS(1894), - [anon_sym_COLON_COLON] = ACTIONS(1896), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1896), - [anon_sym___declspec] = ACTIONS(1894), - [anon_sym___based] = ACTIONS(1894), - [anon_sym___cdecl] = ACTIONS(1894), - [anon_sym___clrcall] = ACTIONS(1894), - [anon_sym___stdcall] = ACTIONS(1894), - [anon_sym___fastcall] = ACTIONS(1894), - [anon_sym___thiscall] = ACTIONS(1894), - [anon_sym___vectorcall] = ACTIONS(1894), - [anon_sym_LBRACE] = ACTIONS(1896), - [anon_sym_LBRACK] = ACTIONS(1894), - [anon_sym_static] = ACTIONS(1894), - [anon_sym_register] = ACTIONS(1894), - [anon_sym_inline] = ACTIONS(1894), - [anon_sym_thread_local] = ACTIONS(1894), - [anon_sym_const] = ACTIONS(1894), - [anon_sym_volatile] = ACTIONS(1894), - [anon_sym_restrict] = ACTIONS(1894), - [anon_sym__Atomic] = ACTIONS(1894), - [anon_sym_mutable] = ACTIONS(1894), - [anon_sym_constexpr] = ACTIONS(1894), - [anon_sym_signed] = ACTIONS(1894), - [anon_sym_unsigned] = ACTIONS(1894), - [anon_sym_long] = ACTIONS(1894), - [anon_sym_short] = ACTIONS(1894), - [sym_primitive_type] = ACTIONS(1894), - [anon_sym_enum] = ACTIONS(1894), - [anon_sym_class] = ACTIONS(1894), - [anon_sym_struct] = ACTIONS(1894), - [anon_sym_union] = ACTIONS(1894), - [anon_sym_if] = ACTIONS(1894), - [anon_sym_switch] = ACTIONS(1894), - [anon_sym_case] = ACTIONS(1894), - [anon_sym_default] = ACTIONS(1894), - [anon_sym_while] = ACTIONS(1894), - [anon_sym_do] = ACTIONS(1894), - [anon_sym_for] = ACTIONS(1894), - [anon_sym_return] = ACTIONS(1894), - [anon_sym_break] = ACTIONS(1894), - [anon_sym_continue] = ACTIONS(1894), - [anon_sym_goto] = ACTIONS(1894), - [anon_sym_DASH_DASH] = ACTIONS(1896), - [anon_sym_PLUS_PLUS] = ACTIONS(1896), - [anon_sym_sizeof] = ACTIONS(1894), - [sym_number_literal] = ACTIONS(1896), - [anon_sym_L_SQUOTE] = ACTIONS(1896), - [anon_sym_u_SQUOTE] = ACTIONS(1896), - [anon_sym_U_SQUOTE] = ACTIONS(1896), - [anon_sym_u8_SQUOTE] = ACTIONS(1896), - [anon_sym_SQUOTE] = ACTIONS(1896), - [anon_sym_L_DQUOTE] = ACTIONS(1896), - [anon_sym_u_DQUOTE] = ACTIONS(1896), - [anon_sym_U_DQUOTE] = ACTIONS(1896), - [anon_sym_u8_DQUOTE] = ACTIONS(1896), - [anon_sym_DQUOTE] = ACTIONS(1896), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [sym_null] = ACTIONS(1894), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1894), - [anon_sym_virtual] = ACTIONS(1894), - [anon_sym_explicit] = ACTIONS(1894), - [sym_auto] = ACTIONS(1894), - [anon_sym_typename] = ACTIONS(1894), - [anon_sym_template] = ACTIONS(1894), - [anon_sym_operator] = ACTIONS(1894), - [anon_sym_delete] = ACTIONS(1894), - [anon_sym_throw] = ACTIONS(1894), - [anon_sym_namespace] = ACTIONS(1894), - [anon_sym_using] = ACTIONS(1894), - [anon_sym_static_assert] = ACTIONS(1894), - [anon_sym_co_return] = ACTIONS(1894), - [anon_sym_co_yield] = ACTIONS(1894), - [anon_sym_try] = ACTIONS(1894), - [anon_sym_co_await] = ACTIONS(1894), - [anon_sym_new] = ACTIONS(1894), - [sym_operator_name] = ACTIONS(1894), - [sym_this] = ACTIONS(1894), - [sym_nullptr] = ACTIONS(1894), - [sym_alone_macro] = ACTIONS(1896), - [aux_sym_alone_macro_call_token1] = ACTIONS(1894), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1894), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1894), - [anon_sym_FORWARD] = ACTIONS(1894), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1894), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1894), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1894), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1894), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1894), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1894), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1894), - [anon_sym_PS_GET] = ACTIONS(1894), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1894), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1894), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1894), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1894), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1894), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1894), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1894), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1894), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1894), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1894), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1894), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1894), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1894), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1894), - [anon_sym_MOZ_COLD] = ACTIONS(1894), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1894), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1894), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1894), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1894), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1894), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1894), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1894), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1894), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1894), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1894), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1894), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1894), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1894), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1894), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1894), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1894), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1894), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1894), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1894), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1894), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_NONNULL] = ACTIONS(1894), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1894), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1894), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1894), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1894), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1894), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_NORETURN] = ACTIONS(1894), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1894), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1894), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1894), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1894), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1894), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1894), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1894), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1894), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1894), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1894), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1894), - [anon_sym_MOZ_RAII] = ACTIONS(1894), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1894), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1894), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1894), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1894), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1894), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1894), - [sym_raw_string_literal] = ACTIONS(1896), - }, - [248] = { - [sym_identifier] = ACTIONS(1898), - [aux_sym_preproc_include_token1] = ACTIONS(1898), - [aux_sym_preproc_def_token1] = ACTIONS(1898), - [aux_sym_preproc_if_token1] = ACTIONS(1898), - [aux_sym_preproc_if_token2] = ACTIONS(1898), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1898), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1898), - [aux_sym_preproc_else_token1] = ACTIONS(1898), - [aux_sym_preproc_elif_token1] = ACTIONS(1898), - [sym_preproc_directive] = ACTIONS(1898), - [anon_sym_LPAREN2] = ACTIONS(1900), - [anon_sym_BANG] = ACTIONS(1900), - [anon_sym_TILDE] = ACTIONS(1900), - [anon_sym_DASH] = ACTIONS(1898), - [anon_sym_PLUS] = ACTIONS(1898), - [anon_sym_STAR] = ACTIONS(1900), - [anon_sym_AMP_AMP] = ACTIONS(1900), - [anon_sym_AMP] = ACTIONS(1898), - [anon_sym_SEMI] = ACTIONS(1900), - [anon_sym_typedef] = ACTIONS(1898), - [anon_sym_extern] = ACTIONS(1898), - [anon_sym___attribute__] = ACTIONS(1898), - [anon_sym_COLON_COLON] = ACTIONS(1900), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1900), - [anon_sym___declspec] = ACTIONS(1898), - [anon_sym___based] = ACTIONS(1898), - [anon_sym___cdecl] = ACTIONS(1898), - [anon_sym___clrcall] = ACTIONS(1898), - [anon_sym___stdcall] = ACTIONS(1898), - [anon_sym___fastcall] = ACTIONS(1898), - [anon_sym___thiscall] = ACTIONS(1898), - [anon_sym___vectorcall] = ACTIONS(1898), - [anon_sym_LBRACE] = ACTIONS(1900), - [anon_sym_LBRACK] = ACTIONS(1898), - [anon_sym_static] = ACTIONS(1898), - [anon_sym_register] = ACTIONS(1898), - [anon_sym_inline] = ACTIONS(1898), - [anon_sym_thread_local] = ACTIONS(1898), - [anon_sym_const] = ACTIONS(1898), - [anon_sym_volatile] = ACTIONS(1898), - [anon_sym_restrict] = ACTIONS(1898), - [anon_sym__Atomic] = ACTIONS(1898), - [anon_sym_mutable] = ACTIONS(1898), - [anon_sym_constexpr] = ACTIONS(1898), - [anon_sym_signed] = ACTIONS(1898), - [anon_sym_unsigned] = ACTIONS(1898), - [anon_sym_long] = ACTIONS(1898), - [anon_sym_short] = ACTIONS(1898), - [sym_primitive_type] = ACTIONS(1898), - [anon_sym_enum] = ACTIONS(1898), - [anon_sym_class] = ACTIONS(1898), - [anon_sym_struct] = ACTIONS(1898), - [anon_sym_union] = ACTIONS(1898), - [anon_sym_if] = ACTIONS(1898), - [anon_sym_switch] = ACTIONS(1898), - [anon_sym_case] = ACTIONS(1898), - [anon_sym_default] = ACTIONS(1898), - [anon_sym_while] = ACTIONS(1898), - [anon_sym_do] = ACTIONS(1898), - [anon_sym_for] = ACTIONS(1898), - [anon_sym_return] = ACTIONS(1898), - [anon_sym_break] = ACTIONS(1898), - [anon_sym_continue] = ACTIONS(1898), - [anon_sym_goto] = ACTIONS(1898), - [anon_sym_DASH_DASH] = ACTIONS(1900), - [anon_sym_PLUS_PLUS] = ACTIONS(1900), - [anon_sym_sizeof] = ACTIONS(1898), - [sym_number_literal] = ACTIONS(1900), - [anon_sym_L_SQUOTE] = ACTIONS(1900), - [anon_sym_u_SQUOTE] = ACTIONS(1900), - [anon_sym_U_SQUOTE] = ACTIONS(1900), - [anon_sym_u8_SQUOTE] = ACTIONS(1900), - [anon_sym_SQUOTE] = ACTIONS(1900), - [anon_sym_L_DQUOTE] = ACTIONS(1900), - [anon_sym_u_DQUOTE] = ACTIONS(1900), - [anon_sym_U_DQUOTE] = ACTIONS(1900), - [anon_sym_u8_DQUOTE] = ACTIONS(1900), - [anon_sym_DQUOTE] = ACTIONS(1900), - [sym_true] = ACTIONS(1898), - [sym_false] = ACTIONS(1898), - [sym_null] = ACTIONS(1898), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1898), - [anon_sym_virtual] = ACTIONS(1898), - [anon_sym_explicit] = ACTIONS(1898), - [sym_auto] = ACTIONS(1898), - [anon_sym_typename] = ACTIONS(1898), - [anon_sym_template] = ACTIONS(1898), - [anon_sym_operator] = ACTIONS(1898), - [anon_sym_delete] = ACTIONS(1898), - [anon_sym_throw] = ACTIONS(1898), - [anon_sym_namespace] = ACTIONS(1898), - [anon_sym_using] = ACTIONS(1898), - [anon_sym_static_assert] = ACTIONS(1898), - [anon_sym_co_return] = ACTIONS(1898), - [anon_sym_co_yield] = ACTIONS(1898), - [anon_sym_try] = ACTIONS(1898), - [anon_sym_co_await] = ACTIONS(1898), - [anon_sym_new] = ACTIONS(1898), - [sym_operator_name] = ACTIONS(1898), - [sym_this] = ACTIONS(1898), - [sym_nullptr] = ACTIONS(1898), - [sym_alone_macro] = ACTIONS(1900), - [aux_sym_alone_macro_call_token1] = ACTIONS(1898), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1898), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1898), - [anon_sym_FORWARD] = ACTIONS(1898), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1898), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1898), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1898), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1898), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1898), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1898), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1898), - [anon_sym_PS_GET] = ACTIONS(1898), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1898), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1898), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1898), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1898), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1898), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1898), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1898), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1898), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1898), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1898), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1898), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1898), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1898), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1898), - [anon_sym_MOZ_COLD] = ACTIONS(1898), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1898), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1898), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1898), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1898), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1898), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1898), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1898), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1898), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1898), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1898), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1898), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1898), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1898), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1898), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1898), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1898), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1898), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1898), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1898), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1898), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1898), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1898), - [anon_sym_MOZ_NONNULL] = ACTIONS(1898), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1898), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1898), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1898), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1898), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1898), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1898), - [anon_sym_MOZ_NORETURN] = ACTIONS(1898), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1898), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1898), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1898), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1898), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1898), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1898), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1898), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1898), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1898), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1898), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1898), - [anon_sym_MOZ_RAII] = ACTIONS(1898), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1898), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1898), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1898), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1898), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1898), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1898), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1898), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1898), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1898), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1898), - [sym_raw_string_literal] = ACTIONS(1900), - }, - [249] = { - [sym_identifier] = ACTIONS(1902), - [aux_sym_preproc_include_token1] = ACTIONS(1902), - [aux_sym_preproc_def_token1] = ACTIONS(1902), - [aux_sym_preproc_if_token1] = ACTIONS(1902), - [aux_sym_preproc_if_token2] = ACTIONS(1902), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1902), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1902), - [aux_sym_preproc_else_token1] = ACTIONS(1902), - [aux_sym_preproc_elif_token1] = ACTIONS(1902), - [sym_preproc_directive] = ACTIONS(1902), - [anon_sym_LPAREN2] = ACTIONS(1904), - [anon_sym_BANG] = ACTIONS(1904), - [anon_sym_TILDE] = ACTIONS(1904), - [anon_sym_DASH] = ACTIONS(1902), - [anon_sym_PLUS] = ACTIONS(1902), - [anon_sym_STAR] = ACTIONS(1904), - [anon_sym_AMP_AMP] = ACTIONS(1904), - [anon_sym_AMP] = ACTIONS(1902), - [anon_sym_SEMI] = ACTIONS(1904), - [anon_sym_typedef] = ACTIONS(1902), - [anon_sym_extern] = ACTIONS(1902), - [anon_sym___attribute__] = ACTIONS(1902), - [anon_sym_COLON_COLON] = ACTIONS(1904), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1904), - [anon_sym___declspec] = ACTIONS(1902), - [anon_sym___based] = ACTIONS(1902), - [anon_sym___cdecl] = ACTIONS(1902), - [anon_sym___clrcall] = ACTIONS(1902), - [anon_sym___stdcall] = ACTIONS(1902), - [anon_sym___fastcall] = ACTIONS(1902), - [anon_sym___thiscall] = ACTIONS(1902), - [anon_sym___vectorcall] = ACTIONS(1902), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LBRACK] = ACTIONS(1902), - [anon_sym_static] = ACTIONS(1902), - [anon_sym_register] = ACTIONS(1902), - [anon_sym_inline] = ACTIONS(1902), - [anon_sym_thread_local] = ACTIONS(1902), - [anon_sym_const] = ACTIONS(1902), - [anon_sym_volatile] = ACTIONS(1902), - [anon_sym_restrict] = ACTIONS(1902), - [anon_sym__Atomic] = ACTIONS(1902), - [anon_sym_mutable] = ACTIONS(1902), - [anon_sym_constexpr] = ACTIONS(1902), - [anon_sym_signed] = ACTIONS(1902), - [anon_sym_unsigned] = ACTIONS(1902), - [anon_sym_long] = ACTIONS(1902), - [anon_sym_short] = ACTIONS(1902), - [sym_primitive_type] = ACTIONS(1902), - [anon_sym_enum] = ACTIONS(1902), - [anon_sym_class] = ACTIONS(1902), - [anon_sym_struct] = ACTIONS(1902), - [anon_sym_union] = ACTIONS(1902), - [anon_sym_if] = ACTIONS(1902), - [anon_sym_switch] = ACTIONS(1902), - [anon_sym_case] = ACTIONS(1902), - [anon_sym_default] = ACTIONS(1902), - [anon_sym_while] = ACTIONS(1902), - [anon_sym_do] = ACTIONS(1902), - [anon_sym_for] = ACTIONS(1902), - [anon_sym_return] = ACTIONS(1902), - [anon_sym_break] = ACTIONS(1902), - [anon_sym_continue] = ACTIONS(1902), - [anon_sym_goto] = ACTIONS(1902), - [anon_sym_DASH_DASH] = ACTIONS(1904), - [anon_sym_PLUS_PLUS] = ACTIONS(1904), - [anon_sym_sizeof] = ACTIONS(1902), - [sym_number_literal] = ACTIONS(1904), - [anon_sym_L_SQUOTE] = ACTIONS(1904), - [anon_sym_u_SQUOTE] = ACTIONS(1904), - [anon_sym_U_SQUOTE] = ACTIONS(1904), - [anon_sym_u8_SQUOTE] = ACTIONS(1904), - [anon_sym_SQUOTE] = ACTIONS(1904), - [anon_sym_L_DQUOTE] = ACTIONS(1904), - [anon_sym_u_DQUOTE] = ACTIONS(1904), - [anon_sym_U_DQUOTE] = ACTIONS(1904), - [anon_sym_u8_DQUOTE] = ACTIONS(1904), - [anon_sym_DQUOTE] = ACTIONS(1904), - [sym_true] = ACTIONS(1902), - [sym_false] = ACTIONS(1902), - [sym_null] = ACTIONS(1902), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1902), - [anon_sym_virtual] = ACTIONS(1902), - [anon_sym_explicit] = ACTIONS(1902), - [sym_auto] = ACTIONS(1902), - [anon_sym_typename] = ACTIONS(1902), - [anon_sym_template] = ACTIONS(1902), - [anon_sym_operator] = ACTIONS(1902), - [anon_sym_delete] = ACTIONS(1902), - [anon_sym_throw] = ACTIONS(1902), - [anon_sym_namespace] = ACTIONS(1902), - [anon_sym_using] = ACTIONS(1902), - [anon_sym_static_assert] = ACTIONS(1902), - [anon_sym_co_return] = ACTIONS(1902), - [anon_sym_co_yield] = ACTIONS(1902), - [anon_sym_try] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1902), - [anon_sym_new] = ACTIONS(1902), - [sym_operator_name] = ACTIONS(1902), - [sym_this] = ACTIONS(1902), - [sym_nullptr] = ACTIONS(1902), - [sym_alone_macro] = ACTIONS(1904), - [aux_sym_alone_macro_call_token1] = ACTIONS(1902), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1902), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1902), - [anon_sym_FORWARD] = ACTIONS(1902), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1902), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1902), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1902), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1902), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1902), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1902), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1902), - [anon_sym_PS_GET] = ACTIONS(1902), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1902), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1902), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1902), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1902), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1902), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1902), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1902), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1902), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1902), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1902), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1902), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1902), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1902), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1902), - [anon_sym_MOZ_COLD] = ACTIONS(1902), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1902), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1902), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1902), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1902), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1902), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1902), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1902), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1902), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1902), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1902), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1902), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1902), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1902), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1902), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1902), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1902), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1902), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1902), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1902), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1902), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_NONNULL] = ACTIONS(1902), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1902), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1902), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1902), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1902), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1902), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_NORETURN] = ACTIONS(1902), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1902), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1902), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1902), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1902), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1902), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1902), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1902), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1902), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1902), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1902), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1902), - [anon_sym_MOZ_RAII] = ACTIONS(1902), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1902), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1902), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1902), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1902), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1902), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1902), - [sym_raw_string_literal] = ACTIONS(1904), - }, - [250] = { - [sym_identifier] = ACTIONS(1906), - [aux_sym_preproc_include_token1] = ACTIONS(1906), - [aux_sym_preproc_def_token1] = ACTIONS(1906), - [aux_sym_preproc_if_token1] = ACTIONS(1906), - [aux_sym_preproc_if_token2] = ACTIONS(1906), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1906), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1906), - [aux_sym_preproc_else_token1] = ACTIONS(1906), - [aux_sym_preproc_elif_token1] = ACTIONS(1906), - [sym_preproc_directive] = ACTIONS(1906), - [anon_sym_LPAREN2] = ACTIONS(1908), - [anon_sym_BANG] = ACTIONS(1908), - [anon_sym_TILDE] = ACTIONS(1908), - [anon_sym_DASH] = ACTIONS(1906), - [anon_sym_PLUS] = ACTIONS(1906), - [anon_sym_STAR] = ACTIONS(1908), - [anon_sym_AMP_AMP] = ACTIONS(1908), - [anon_sym_AMP] = ACTIONS(1906), - [anon_sym_SEMI] = ACTIONS(1908), - [anon_sym_typedef] = ACTIONS(1906), - [anon_sym_extern] = ACTIONS(1906), - [anon_sym___attribute__] = ACTIONS(1906), - [anon_sym_COLON_COLON] = ACTIONS(1908), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1908), - [anon_sym___declspec] = ACTIONS(1906), - [anon_sym___based] = ACTIONS(1906), - [anon_sym___cdecl] = ACTIONS(1906), - [anon_sym___clrcall] = ACTIONS(1906), - [anon_sym___stdcall] = ACTIONS(1906), - [anon_sym___fastcall] = ACTIONS(1906), - [anon_sym___thiscall] = ACTIONS(1906), - [anon_sym___vectorcall] = ACTIONS(1906), - [anon_sym_LBRACE] = ACTIONS(1908), - [anon_sym_LBRACK] = ACTIONS(1906), - [anon_sym_static] = ACTIONS(1906), - [anon_sym_register] = ACTIONS(1906), - [anon_sym_inline] = ACTIONS(1906), - [anon_sym_thread_local] = ACTIONS(1906), - [anon_sym_const] = ACTIONS(1906), - [anon_sym_volatile] = ACTIONS(1906), - [anon_sym_restrict] = ACTIONS(1906), - [anon_sym__Atomic] = ACTIONS(1906), - [anon_sym_mutable] = ACTIONS(1906), - [anon_sym_constexpr] = ACTIONS(1906), - [anon_sym_signed] = ACTIONS(1906), - [anon_sym_unsigned] = ACTIONS(1906), - [anon_sym_long] = ACTIONS(1906), - [anon_sym_short] = ACTIONS(1906), - [sym_primitive_type] = ACTIONS(1906), - [anon_sym_enum] = ACTIONS(1906), - [anon_sym_class] = ACTIONS(1906), - [anon_sym_struct] = ACTIONS(1906), - [anon_sym_union] = ACTIONS(1906), - [anon_sym_if] = ACTIONS(1906), - [anon_sym_switch] = ACTIONS(1906), - [anon_sym_case] = ACTIONS(1906), - [anon_sym_default] = ACTIONS(1906), - [anon_sym_while] = ACTIONS(1906), - [anon_sym_do] = ACTIONS(1906), - [anon_sym_for] = ACTIONS(1906), - [anon_sym_return] = ACTIONS(1906), - [anon_sym_break] = ACTIONS(1906), - [anon_sym_continue] = ACTIONS(1906), - [anon_sym_goto] = ACTIONS(1906), - [anon_sym_DASH_DASH] = ACTIONS(1908), - [anon_sym_PLUS_PLUS] = ACTIONS(1908), - [anon_sym_sizeof] = ACTIONS(1906), - [sym_number_literal] = ACTIONS(1908), - [anon_sym_L_SQUOTE] = ACTIONS(1908), - [anon_sym_u_SQUOTE] = ACTIONS(1908), - [anon_sym_U_SQUOTE] = ACTIONS(1908), - [anon_sym_u8_SQUOTE] = ACTIONS(1908), - [anon_sym_SQUOTE] = ACTIONS(1908), - [anon_sym_L_DQUOTE] = ACTIONS(1908), - [anon_sym_u_DQUOTE] = ACTIONS(1908), - [anon_sym_U_DQUOTE] = ACTIONS(1908), - [anon_sym_u8_DQUOTE] = ACTIONS(1908), - [anon_sym_DQUOTE] = ACTIONS(1908), - [sym_true] = ACTIONS(1906), - [sym_false] = ACTIONS(1906), - [sym_null] = ACTIONS(1906), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1906), - [anon_sym_virtual] = ACTIONS(1906), - [anon_sym_explicit] = ACTIONS(1906), - [sym_auto] = ACTIONS(1906), - [anon_sym_typename] = ACTIONS(1906), - [anon_sym_template] = ACTIONS(1906), - [anon_sym_operator] = ACTIONS(1906), - [anon_sym_delete] = ACTIONS(1906), - [anon_sym_throw] = ACTIONS(1906), - [anon_sym_namespace] = ACTIONS(1906), - [anon_sym_using] = ACTIONS(1906), - [anon_sym_static_assert] = ACTIONS(1906), - [anon_sym_co_return] = ACTIONS(1906), - [anon_sym_co_yield] = ACTIONS(1906), - [anon_sym_try] = ACTIONS(1906), - [anon_sym_co_await] = ACTIONS(1906), - [anon_sym_new] = ACTIONS(1906), - [sym_operator_name] = ACTIONS(1906), - [sym_this] = ACTIONS(1906), - [sym_nullptr] = ACTIONS(1906), - [sym_alone_macro] = ACTIONS(1908), - [aux_sym_alone_macro_call_token1] = ACTIONS(1906), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1906), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1906), - [anon_sym_FORWARD] = ACTIONS(1906), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1906), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1906), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1906), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1906), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1906), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1906), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1906), - [anon_sym_PS_GET] = ACTIONS(1906), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1906), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1906), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1906), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1906), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1906), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1906), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1906), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1906), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1906), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1906), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1906), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1906), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1906), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1906), - [anon_sym_MOZ_COLD] = ACTIONS(1906), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1906), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1906), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1906), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1906), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1906), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1906), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1906), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1906), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1906), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1906), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1906), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1906), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1906), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1906), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1906), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1906), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1906), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1906), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1906), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1906), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1906), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1906), - [anon_sym_MOZ_NONNULL] = ACTIONS(1906), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1906), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1906), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1906), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1906), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1906), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1906), - [anon_sym_MOZ_NORETURN] = ACTIONS(1906), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1906), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1906), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1906), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1906), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1906), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1906), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1906), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1906), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1906), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1906), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1906), - [anon_sym_MOZ_RAII] = ACTIONS(1906), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1906), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1906), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1906), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1906), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1906), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1906), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1906), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1906), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1906), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1906), - [sym_raw_string_literal] = ACTIONS(1908), - }, - [251] = { - [sym_identifier] = ACTIONS(1910), - [aux_sym_preproc_include_token1] = ACTIONS(1910), - [aux_sym_preproc_def_token1] = ACTIONS(1910), - [aux_sym_preproc_if_token1] = ACTIONS(1910), - [aux_sym_preproc_if_token2] = ACTIONS(1910), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1910), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1910), - [aux_sym_preproc_else_token1] = ACTIONS(1910), - [aux_sym_preproc_elif_token1] = ACTIONS(1910), - [sym_preproc_directive] = ACTIONS(1910), - [anon_sym_LPAREN2] = ACTIONS(1912), - [anon_sym_BANG] = ACTIONS(1912), - [anon_sym_TILDE] = ACTIONS(1912), - [anon_sym_DASH] = ACTIONS(1910), - [anon_sym_PLUS] = ACTIONS(1910), - [anon_sym_STAR] = ACTIONS(1912), - [anon_sym_AMP_AMP] = ACTIONS(1912), - [anon_sym_AMP] = ACTIONS(1910), - [anon_sym_SEMI] = ACTIONS(1912), - [anon_sym_typedef] = ACTIONS(1910), - [anon_sym_extern] = ACTIONS(1910), - [anon_sym___attribute__] = ACTIONS(1910), - [anon_sym_COLON_COLON] = ACTIONS(1912), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1912), - [anon_sym___declspec] = ACTIONS(1910), - [anon_sym___based] = ACTIONS(1910), - [anon_sym___cdecl] = ACTIONS(1910), - [anon_sym___clrcall] = ACTIONS(1910), - [anon_sym___stdcall] = ACTIONS(1910), - [anon_sym___fastcall] = ACTIONS(1910), - [anon_sym___thiscall] = ACTIONS(1910), - [anon_sym___vectorcall] = ACTIONS(1910), - [anon_sym_LBRACE] = ACTIONS(1912), - [anon_sym_LBRACK] = ACTIONS(1910), - [anon_sym_static] = ACTIONS(1910), - [anon_sym_register] = ACTIONS(1910), - [anon_sym_inline] = ACTIONS(1910), - [anon_sym_thread_local] = ACTIONS(1910), - [anon_sym_const] = ACTIONS(1910), - [anon_sym_volatile] = ACTIONS(1910), - [anon_sym_restrict] = ACTIONS(1910), - [anon_sym__Atomic] = ACTIONS(1910), - [anon_sym_mutable] = ACTIONS(1910), - [anon_sym_constexpr] = ACTIONS(1910), - [anon_sym_signed] = ACTIONS(1910), - [anon_sym_unsigned] = ACTIONS(1910), - [anon_sym_long] = ACTIONS(1910), - [anon_sym_short] = ACTIONS(1910), - [sym_primitive_type] = ACTIONS(1910), - [anon_sym_enum] = ACTIONS(1910), - [anon_sym_class] = ACTIONS(1910), - [anon_sym_struct] = ACTIONS(1910), - [anon_sym_union] = ACTIONS(1910), - [anon_sym_if] = ACTIONS(1910), - [anon_sym_switch] = ACTIONS(1910), - [anon_sym_case] = ACTIONS(1910), - [anon_sym_default] = ACTIONS(1910), - [anon_sym_while] = ACTIONS(1910), - [anon_sym_do] = ACTIONS(1910), - [anon_sym_for] = ACTIONS(1910), - [anon_sym_return] = ACTIONS(1910), - [anon_sym_break] = ACTIONS(1910), - [anon_sym_continue] = ACTIONS(1910), - [anon_sym_goto] = ACTIONS(1910), - [anon_sym_DASH_DASH] = ACTIONS(1912), - [anon_sym_PLUS_PLUS] = ACTIONS(1912), - [anon_sym_sizeof] = ACTIONS(1910), - [sym_number_literal] = ACTIONS(1912), - [anon_sym_L_SQUOTE] = ACTIONS(1912), - [anon_sym_u_SQUOTE] = ACTIONS(1912), - [anon_sym_U_SQUOTE] = ACTIONS(1912), - [anon_sym_u8_SQUOTE] = ACTIONS(1912), - [anon_sym_SQUOTE] = ACTIONS(1912), - [anon_sym_L_DQUOTE] = ACTIONS(1912), - [anon_sym_u_DQUOTE] = ACTIONS(1912), - [anon_sym_U_DQUOTE] = ACTIONS(1912), - [anon_sym_u8_DQUOTE] = ACTIONS(1912), - [anon_sym_DQUOTE] = ACTIONS(1912), - [sym_true] = ACTIONS(1910), - [sym_false] = ACTIONS(1910), - [sym_null] = ACTIONS(1910), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1910), - [anon_sym_virtual] = ACTIONS(1910), - [anon_sym_explicit] = ACTIONS(1910), - [sym_auto] = ACTIONS(1910), - [anon_sym_typename] = ACTIONS(1910), - [anon_sym_template] = ACTIONS(1910), - [anon_sym_operator] = ACTIONS(1910), - [anon_sym_delete] = ACTIONS(1910), - [anon_sym_throw] = ACTIONS(1910), - [anon_sym_namespace] = ACTIONS(1910), - [anon_sym_using] = ACTIONS(1910), - [anon_sym_static_assert] = ACTIONS(1910), - [anon_sym_co_return] = ACTIONS(1910), - [anon_sym_co_yield] = ACTIONS(1910), - [anon_sym_try] = ACTIONS(1910), - [anon_sym_co_await] = ACTIONS(1910), - [anon_sym_new] = ACTIONS(1910), - [sym_operator_name] = ACTIONS(1910), - [sym_this] = ACTIONS(1910), - [sym_nullptr] = ACTIONS(1910), - [sym_alone_macro] = ACTIONS(1912), - [aux_sym_alone_macro_call_token1] = ACTIONS(1910), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1910), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1910), - [anon_sym_FORWARD] = ACTIONS(1910), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1910), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1910), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1910), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1910), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1910), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1910), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1910), - [anon_sym_PS_GET] = ACTIONS(1910), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1910), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1910), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1910), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1910), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1910), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1910), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1910), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1910), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1910), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1910), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1910), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1910), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1910), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1910), - [anon_sym_MOZ_COLD] = ACTIONS(1910), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1910), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1910), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1910), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1910), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1910), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1910), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1910), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1910), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1910), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1910), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1910), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1910), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1910), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1910), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1910), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1910), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1910), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1910), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1910), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1910), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1910), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1910), - [anon_sym_MOZ_NONNULL] = ACTIONS(1910), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1910), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1910), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1910), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1910), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1910), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1910), - [anon_sym_MOZ_NORETURN] = ACTIONS(1910), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1910), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1910), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1910), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1910), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1910), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1910), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1910), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1910), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1910), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1910), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1910), - [anon_sym_MOZ_RAII] = ACTIONS(1910), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1910), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1910), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1910), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1910), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1910), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1910), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1910), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1910), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1910), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1910), - [sym_raw_string_literal] = ACTIONS(1912), - }, - [252] = { - [sym_identifier] = ACTIONS(1914), - [aux_sym_preproc_include_token1] = ACTIONS(1914), - [aux_sym_preproc_def_token1] = ACTIONS(1914), - [aux_sym_preproc_if_token1] = ACTIONS(1914), - [aux_sym_preproc_if_token2] = ACTIONS(1914), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1914), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1914), - [aux_sym_preproc_else_token1] = ACTIONS(1914), - [aux_sym_preproc_elif_token1] = ACTIONS(1914), - [sym_preproc_directive] = ACTIONS(1914), - [anon_sym_LPAREN2] = ACTIONS(1916), - [anon_sym_BANG] = ACTIONS(1916), - [anon_sym_TILDE] = ACTIONS(1916), - [anon_sym_DASH] = ACTIONS(1914), - [anon_sym_PLUS] = ACTIONS(1914), - [anon_sym_STAR] = ACTIONS(1916), - [anon_sym_AMP_AMP] = ACTIONS(1916), - [anon_sym_AMP] = ACTIONS(1914), - [anon_sym_SEMI] = ACTIONS(1916), - [anon_sym_typedef] = ACTIONS(1914), - [anon_sym_extern] = ACTIONS(1914), - [anon_sym___attribute__] = ACTIONS(1914), - [anon_sym_COLON_COLON] = ACTIONS(1916), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1916), - [anon_sym___declspec] = ACTIONS(1914), - [anon_sym___based] = ACTIONS(1914), - [anon_sym___cdecl] = ACTIONS(1914), - [anon_sym___clrcall] = ACTIONS(1914), - [anon_sym___stdcall] = ACTIONS(1914), - [anon_sym___fastcall] = ACTIONS(1914), - [anon_sym___thiscall] = ACTIONS(1914), - [anon_sym___vectorcall] = ACTIONS(1914), - [anon_sym_LBRACE] = ACTIONS(1916), - [anon_sym_LBRACK] = ACTIONS(1914), - [anon_sym_static] = ACTIONS(1914), - [anon_sym_register] = ACTIONS(1914), - [anon_sym_inline] = ACTIONS(1914), - [anon_sym_thread_local] = ACTIONS(1914), - [anon_sym_const] = ACTIONS(1914), - [anon_sym_volatile] = ACTIONS(1914), - [anon_sym_restrict] = ACTIONS(1914), - [anon_sym__Atomic] = ACTIONS(1914), - [anon_sym_mutable] = ACTIONS(1914), - [anon_sym_constexpr] = ACTIONS(1914), - [anon_sym_signed] = ACTIONS(1914), - [anon_sym_unsigned] = ACTIONS(1914), - [anon_sym_long] = ACTIONS(1914), - [anon_sym_short] = ACTIONS(1914), - [sym_primitive_type] = ACTIONS(1914), - [anon_sym_enum] = ACTIONS(1914), - [anon_sym_class] = ACTIONS(1914), - [anon_sym_struct] = ACTIONS(1914), - [anon_sym_union] = ACTIONS(1914), - [anon_sym_if] = ACTIONS(1914), - [anon_sym_switch] = ACTIONS(1914), - [anon_sym_case] = ACTIONS(1914), - [anon_sym_default] = ACTIONS(1914), - [anon_sym_while] = ACTIONS(1914), - [anon_sym_do] = ACTIONS(1914), - [anon_sym_for] = ACTIONS(1914), - [anon_sym_return] = ACTIONS(1914), - [anon_sym_break] = ACTIONS(1914), - [anon_sym_continue] = ACTIONS(1914), - [anon_sym_goto] = ACTIONS(1914), - [anon_sym_DASH_DASH] = ACTIONS(1916), - [anon_sym_PLUS_PLUS] = ACTIONS(1916), - [anon_sym_sizeof] = ACTIONS(1914), - [sym_number_literal] = ACTIONS(1916), - [anon_sym_L_SQUOTE] = ACTIONS(1916), - [anon_sym_u_SQUOTE] = ACTIONS(1916), - [anon_sym_U_SQUOTE] = ACTIONS(1916), - [anon_sym_u8_SQUOTE] = ACTIONS(1916), - [anon_sym_SQUOTE] = ACTIONS(1916), - [anon_sym_L_DQUOTE] = ACTIONS(1916), - [anon_sym_u_DQUOTE] = ACTIONS(1916), - [anon_sym_U_DQUOTE] = ACTIONS(1916), - [anon_sym_u8_DQUOTE] = ACTIONS(1916), - [anon_sym_DQUOTE] = ACTIONS(1916), - [sym_true] = ACTIONS(1914), - [sym_false] = ACTIONS(1914), - [sym_null] = ACTIONS(1914), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1914), - [anon_sym_virtual] = ACTIONS(1914), - [anon_sym_explicit] = ACTIONS(1914), - [sym_auto] = ACTIONS(1914), - [anon_sym_typename] = ACTIONS(1914), - [anon_sym_template] = ACTIONS(1914), - [anon_sym_operator] = ACTIONS(1914), - [anon_sym_delete] = ACTIONS(1914), - [anon_sym_throw] = ACTIONS(1914), - [anon_sym_namespace] = ACTIONS(1914), - [anon_sym_using] = ACTIONS(1914), - [anon_sym_static_assert] = ACTIONS(1914), - [anon_sym_co_return] = ACTIONS(1914), - [anon_sym_co_yield] = ACTIONS(1914), - [anon_sym_try] = ACTIONS(1914), - [anon_sym_co_await] = ACTIONS(1914), - [anon_sym_new] = ACTIONS(1914), - [sym_operator_name] = ACTIONS(1914), - [sym_this] = ACTIONS(1914), - [sym_nullptr] = ACTIONS(1914), - [sym_alone_macro] = ACTIONS(1916), - [aux_sym_alone_macro_call_token1] = ACTIONS(1914), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1914), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1914), - [anon_sym_FORWARD] = ACTIONS(1914), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1914), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1914), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1914), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1914), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1914), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1914), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1914), - [anon_sym_PS_GET] = ACTIONS(1914), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1914), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1914), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1914), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1914), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1914), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1914), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1914), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1914), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1914), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1914), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1914), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1914), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1914), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1914), - [anon_sym_MOZ_COLD] = ACTIONS(1914), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1914), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1914), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1914), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1914), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1914), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1914), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1914), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1914), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1914), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1914), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1914), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1914), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1914), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1914), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1914), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1914), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1914), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1914), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1914), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1914), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_NONNULL] = ACTIONS(1914), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1914), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1914), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1914), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1914), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1914), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_NORETURN] = ACTIONS(1914), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1914), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1914), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1914), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1914), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1914), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1914), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1914), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1914), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1914), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1914), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1914), - [anon_sym_MOZ_RAII] = ACTIONS(1914), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1914), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1914), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1914), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1914), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1914), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1914), - [sym_raw_string_literal] = ACTIONS(1916), - }, - [253] = { - [sym_identifier] = ACTIONS(1684), - [aux_sym_preproc_include_token1] = ACTIONS(1684), - [aux_sym_preproc_def_token1] = ACTIONS(1684), - [aux_sym_preproc_if_token1] = ACTIONS(1684), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1684), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1684), - [sym_preproc_directive] = ACTIONS(1684), - [anon_sym_LPAREN2] = ACTIONS(1686), - [anon_sym_BANG] = ACTIONS(1686), - [anon_sym_TILDE] = ACTIONS(1686), - [anon_sym_DASH] = ACTIONS(1684), - [anon_sym_PLUS] = ACTIONS(1684), - [anon_sym_STAR] = ACTIONS(1686), - [anon_sym_AMP_AMP] = ACTIONS(1686), - [anon_sym_AMP] = ACTIONS(1684), - [anon_sym_SEMI] = ACTIONS(1686), - [anon_sym_typedef] = ACTIONS(1684), - [anon_sym_extern] = ACTIONS(1684), - [anon_sym___attribute__] = ACTIONS(1684), - [anon_sym_COLON_COLON] = ACTIONS(1686), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1686), - [anon_sym___declspec] = ACTIONS(1684), - [anon_sym___based] = ACTIONS(1684), - [anon_sym___cdecl] = ACTIONS(1684), - [anon_sym___clrcall] = ACTIONS(1684), - [anon_sym___stdcall] = ACTIONS(1684), - [anon_sym___fastcall] = ACTIONS(1684), - [anon_sym___thiscall] = ACTIONS(1684), - [anon_sym___vectorcall] = ACTIONS(1684), - [anon_sym_LBRACE] = ACTIONS(1686), - [anon_sym_RBRACE] = ACTIONS(1686), - [anon_sym_LBRACK] = ACTIONS(1684), - [anon_sym_static] = ACTIONS(1684), - [anon_sym_register] = ACTIONS(1684), - [anon_sym_inline] = ACTIONS(1684), - [anon_sym_thread_local] = ACTIONS(1684), - [anon_sym_const] = ACTIONS(1684), - [anon_sym_volatile] = ACTIONS(1684), - [anon_sym_restrict] = ACTIONS(1684), - [anon_sym__Atomic] = ACTIONS(1684), - [anon_sym_mutable] = ACTIONS(1684), - [anon_sym_constexpr] = ACTIONS(1684), - [anon_sym_signed] = ACTIONS(1684), - [anon_sym_unsigned] = ACTIONS(1684), - [anon_sym_long] = ACTIONS(1684), - [anon_sym_short] = ACTIONS(1684), - [sym_primitive_type] = ACTIONS(1684), - [anon_sym_enum] = ACTIONS(1684), - [anon_sym_class] = ACTIONS(1684), - [anon_sym_struct] = ACTIONS(1684), - [anon_sym_union] = ACTIONS(1684), - [anon_sym_if] = ACTIONS(1684), - [anon_sym_else] = ACTIONS(1684), - [anon_sym_switch] = ACTIONS(1684), - [anon_sym_case] = ACTIONS(1684), - [anon_sym_default] = ACTIONS(1684), - [anon_sym_while] = ACTIONS(1684), - [anon_sym_do] = ACTIONS(1684), - [anon_sym_for] = ACTIONS(1684), - [anon_sym_return] = ACTIONS(1684), - [anon_sym_break] = ACTIONS(1684), - [anon_sym_continue] = ACTIONS(1684), - [anon_sym_goto] = ACTIONS(1684), - [anon_sym_DASH_DASH] = ACTIONS(1686), - [anon_sym_PLUS_PLUS] = ACTIONS(1686), - [anon_sym_sizeof] = ACTIONS(1684), - [sym_number_literal] = ACTIONS(1686), - [anon_sym_L_SQUOTE] = ACTIONS(1686), - [anon_sym_u_SQUOTE] = ACTIONS(1686), - [anon_sym_U_SQUOTE] = ACTIONS(1686), - [anon_sym_u8_SQUOTE] = ACTIONS(1686), - [anon_sym_SQUOTE] = ACTIONS(1686), - [anon_sym_L_DQUOTE] = ACTIONS(1686), - [anon_sym_u_DQUOTE] = ACTIONS(1686), - [anon_sym_U_DQUOTE] = ACTIONS(1686), - [anon_sym_u8_DQUOTE] = ACTIONS(1686), - [anon_sym_DQUOTE] = ACTIONS(1686), - [sym_true] = ACTIONS(1684), - [sym_false] = ACTIONS(1684), - [sym_null] = ACTIONS(1684), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1684), - [anon_sym_virtual] = ACTIONS(1684), - [anon_sym_explicit] = ACTIONS(1684), - [sym_auto] = ACTIONS(1684), - [anon_sym_typename] = ACTIONS(1684), - [anon_sym_template] = ACTIONS(1684), - [anon_sym_operator] = ACTIONS(1684), - [anon_sym_delete] = ACTIONS(1684), - [anon_sym_throw] = ACTIONS(1684), - [anon_sym_namespace] = ACTIONS(1684), - [anon_sym_using] = ACTIONS(1684), - [anon_sym_static_assert] = ACTIONS(1684), - [anon_sym_co_return] = ACTIONS(1684), - [anon_sym_co_yield] = ACTIONS(1684), - [anon_sym_try] = ACTIONS(1684), - [anon_sym_co_await] = ACTIONS(1684), - [anon_sym_new] = ACTIONS(1684), - [sym_operator_name] = ACTIONS(1684), - [sym_this] = ACTIONS(1684), - [sym_nullptr] = ACTIONS(1684), - [sym_alone_macro] = ACTIONS(1686), - [aux_sym_alone_macro_call_token1] = ACTIONS(1684), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1684), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_FORWARD] = ACTIONS(1684), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1684), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1684), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1684), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1684), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_PS_GET] = ACTIONS(1684), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1684), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1684), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1684), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1684), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1684), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1684), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1684), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1684), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1684), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1684), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1684), - [anon_sym_MOZ_COLD] = ACTIONS(1684), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1684), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1684), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1684), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1684), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1684), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1684), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1684), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1684), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1684), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1684), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1684), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1684), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1684), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1684), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1684), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1684), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1684), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1684), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1684), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1684), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_NONNULL] = ACTIONS(1684), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1684), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1684), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1684), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1684), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1684), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_NORETURN] = ACTIONS(1684), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1684), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1684), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1684), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1684), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1684), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1684), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1684), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1684), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1684), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1684), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1684), - [anon_sym_MOZ_RAII] = ACTIONS(1684), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1684), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1684), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1684), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1684), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1684), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1684), - [sym_raw_string_literal] = ACTIONS(1686), - }, - [254] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [255] = { - [ts_builtin_sym_end] = ACTIONS(1650), - [sym_identifier] = ACTIONS(1648), - [aux_sym_preproc_include_token1] = ACTIONS(1648), - [aux_sym_preproc_def_token1] = ACTIONS(1648), - [aux_sym_preproc_if_token1] = ACTIONS(1648), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1648), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1648), - [sym_preproc_directive] = ACTIONS(1648), - [anon_sym_LPAREN2] = ACTIONS(1650), - [anon_sym_BANG] = ACTIONS(1650), - [anon_sym_TILDE] = ACTIONS(1650), - [anon_sym_DASH] = ACTIONS(1648), - [anon_sym_PLUS] = ACTIONS(1648), - [anon_sym_STAR] = ACTIONS(1650), - [anon_sym_AMP_AMP] = ACTIONS(1650), - [anon_sym_AMP] = ACTIONS(1648), - [anon_sym_SEMI] = ACTIONS(1650), - [anon_sym_typedef] = ACTIONS(1648), - [anon_sym_extern] = ACTIONS(1648), - [anon_sym___attribute__] = ACTIONS(1648), - [anon_sym_COLON_COLON] = ACTIONS(1650), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1650), - [anon_sym___declspec] = ACTIONS(1648), - [anon_sym___based] = ACTIONS(1648), - [anon_sym___cdecl] = ACTIONS(1648), - [anon_sym___clrcall] = ACTIONS(1648), - [anon_sym___stdcall] = ACTIONS(1648), - [anon_sym___fastcall] = ACTIONS(1648), - [anon_sym___thiscall] = ACTIONS(1648), - [anon_sym___vectorcall] = ACTIONS(1648), - [anon_sym_LBRACE] = ACTIONS(1650), - [anon_sym_LBRACK] = ACTIONS(1648), - [anon_sym_static] = ACTIONS(1648), - [anon_sym_register] = ACTIONS(1648), - [anon_sym_inline] = ACTIONS(1648), - [anon_sym_thread_local] = ACTIONS(1648), - [anon_sym_const] = ACTIONS(1648), - [anon_sym_volatile] = ACTIONS(1648), - [anon_sym_restrict] = ACTIONS(1648), - [anon_sym__Atomic] = ACTIONS(1648), - [anon_sym_mutable] = ACTIONS(1648), - [anon_sym_constexpr] = ACTIONS(1648), - [anon_sym_signed] = ACTIONS(1648), - [anon_sym_unsigned] = ACTIONS(1648), - [anon_sym_long] = ACTIONS(1648), - [anon_sym_short] = ACTIONS(1648), - [sym_primitive_type] = ACTIONS(1648), - [anon_sym_enum] = ACTIONS(1648), - [anon_sym_class] = ACTIONS(1648), - [anon_sym_struct] = ACTIONS(1648), - [anon_sym_union] = ACTIONS(1648), - [anon_sym_if] = ACTIONS(1648), - [anon_sym_else] = ACTIONS(1648), - [anon_sym_switch] = ACTIONS(1648), - [anon_sym_case] = ACTIONS(1648), - [anon_sym_default] = ACTIONS(1648), - [anon_sym_while] = ACTIONS(1648), - [anon_sym_do] = ACTIONS(1648), - [anon_sym_for] = ACTIONS(1648), - [anon_sym_return] = ACTIONS(1648), - [anon_sym_break] = ACTIONS(1648), - [anon_sym_continue] = ACTIONS(1648), - [anon_sym_goto] = ACTIONS(1648), - [anon_sym_DASH_DASH] = ACTIONS(1650), - [anon_sym_PLUS_PLUS] = ACTIONS(1650), - [anon_sym_sizeof] = ACTIONS(1648), - [sym_number_literal] = ACTIONS(1650), - [anon_sym_L_SQUOTE] = ACTIONS(1650), - [anon_sym_u_SQUOTE] = ACTIONS(1650), - [anon_sym_U_SQUOTE] = ACTIONS(1650), - [anon_sym_u8_SQUOTE] = ACTIONS(1650), - [anon_sym_SQUOTE] = ACTIONS(1650), - [anon_sym_L_DQUOTE] = ACTIONS(1650), - [anon_sym_u_DQUOTE] = ACTIONS(1650), - [anon_sym_U_DQUOTE] = ACTIONS(1650), - [anon_sym_u8_DQUOTE] = ACTIONS(1650), - [anon_sym_DQUOTE] = ACTIONS(1650), - [sym_true] = ACTIONS(1648), - [sym_false] = ACTIONS(1648), - [sym_null] = ACTIONS(1648), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1648), - [anon_sym_virtual] = ACTIONS(1648), - [anon_sym_explicit] = ACTIONS(1648), - [sym_auto] = ACTIONS(1648), - [anon_sym_typename] = ACTIONS(1648), - [anon_sym_template] = ACTIONS(1648), - [anon_sym_operator] = ACTIONS(1648), - [anon_sym_delete] = ACTIONS(1648), - [anon_sym_throw] = ACTIONS(1648), - [anon_sym_namespace] = ACTIONS(1648), - [anon_sym_using] = ACTIONS(1648), - [anon_sym_static_assert] = ACTIONS(1648), - [anon_sym_co_return] = ACTIONS(1648), - [anon_sym_co_yield] = ACTIONS(1648), - [anon_sym_try] = ACTIONS(1648), - [anon_sym_co_await] = ACTIONS(1648), - [anon_sym_new] = ACTIONS(1648), - [sym_operator_name] = ACTIONS(1648), - [sym_this] = ACTIONS(1648), - [sym_nullptr] = ACTIONS(1648), - [sym_alone_macro] = ACTIONS(1650), - [aux_sym_alone_macro_call_token1] = ACTIONS(1648), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1648), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_FORWARD] = ACTIONS(1648), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1648), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1648), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1648), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1648), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_PS_GET] = ACTIONS(1648), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1648), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1648), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1648), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1648), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1648), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1648), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1648), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1648), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1648), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1648), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1648), - [anon_sym_MOZ_COLD] = ACTIONS(1648), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1648), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1648), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1648), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1648), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1648), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1648), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1648), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1648), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1648), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1648), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1648), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1648), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1648), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1648), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1648), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1648), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1648), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1648), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1648), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1648), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_NONNULL] = ACTIONS(1648), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1648), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1648), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1648), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1648), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1648), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_NORETURN] = ACTIONS(1648), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1648), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1648), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1648), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1648), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1648), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1648), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1648), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1648), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1648), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1648), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1648), - [anon_sym_MOZ_RAII] = ACTIONS(1648), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1648), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1648), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1648), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1648), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1648), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1648), - [sym_raw_string_literal] = ACTIONS(1650), - }, - [256] = { - [sym_identifier] = ACTIONS(1660), - [aux_sym_preproc_include_token1] = ACTIONS(1660), - [aux_sym_preproc_def_token1] = ACTIONS(1660), - [aux_sym_preproc_if_token1] = ACTIONS(1660), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1660), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1660), - [sym_preproc_directive] = ACTIONS(1660), - [anon_sym_LPAREN2] = ACTIONS(1662), - [anon_sym_BANG] = ACTIONS(1662), - [anon_sym_TILDE] = ACTIONS(1662), - [anon_sym_DASH] = ACTIONS(1660), - [anon_sym_PLUS] = ACTIONS(1660), - [anon_sym_STAR] = ACTIONS(1662), - [anon_sym_AMP_AMP] = ACTIONS(1662), - [anon_sym_AMP] = ACTIONS(1660), - [anon_sym_SEMI] = ACTIONS(1662), - [anon_sym_typedef] = ACTIONS(1660), - [anon_sym_extern] = ACTIONS(1660), - [anon_sym___attribute__] = ACTIONS(1660), - [anon_sym_COLON_COLON] = ACTIONS(1662), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1662), - [anon_sym___declspec] = ACTIONS(1660), - [anon_sym___based] = ACTIONS(1660), - [anon_sym___cdecl] = ACTIONS(1660), - [anon_sym___clrcall] = ACTIONS(1660), - [anon_sym___stdcall] = ACTIONS(1660), - [anon_sym___fastcall] = ACTIONS(1660), - [anon_sym___thiscall] = ACTIONS(1660), - [anon_sym___vectorcall] = ACTIONS(1660), - [anon_sym_LBRACE] = ACTIONS(1662), - [anon_sym_RBRACE] = ACTIONS(1662), - [anon_sym_LBRACK] = ACTIONS(1660), - [anon_sym_static] = ACTIONS(1660), - [anon_sym_register] = ACTIONS(1660), - [anon_sym_inline] = ACTIONS(1660), - [anon_sym_thread_local] = ACTIONS(1660), - [anon_sym_const] = ACTIONS(1660), - [anon_sym_volatile] = ACTIONS(1660), - [anon_sym_restrict] = ACTIONS(1660), - [anon_sym__Atomic] = ACTIONS(1660), - [anon_sym_mutable] = ACTIONS(1660), - [anon_sym_constexpr] = ACTIONS(1660), - [anon_sym_signed] = ACTIONS(1660), - [anon_sym_unsigned] = ACTIONS(1660), - [anon_sym_long] = ACTIONS(1660), - [anon_sym_short] = ACTIONS(1660), - [sym_primitive_type] = ACTIONS(1660), - [anon_sym_enum] = ACTIONS(1660), - [anon_sym_class] = ACTIONS(1660), - [anon_sym_struct] = ACTIONS(1660), - [anon_sym_union] = ACTIONS(1660), - [anon_sym_if] = ACTIONS(1660), - [anon_sym_else] = ACTIONS(1660), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1660), - [anon_sym_default] = ACTIONS(1660), - [anon_sym_while] = ACTIONS(1660), - [anon_sym_do] = ACTIONS(1660), - [anon_sym_for] = ACTIONS(1660), - [anon_sym_return] = ACTIONS(1660), - [anon_sym_break] = ACTIONS(1660), - [anon_sym_continue] = ACTIONS(1660), - [anon_sym_goto] = ACTIONS(1660), - [anon_sym_DASH_DASH] = ACTIONS(1662), - [anon_sym_PLUS_PLUS] = ACTIONS(1662), - [anon_sym_sizeof] = ACTIONS(1660), - [sym_number_literal] = ACTIONS(1662), - [anon_sym_L_SQUOTE] = ACTIONS(1662), - [anon_sym_u_SQUOTE] = ACTIONS(1662), - [anon_sym_U_SQUOTE] = ACTIONS(1662), - [anon_sym_u8_SQUOTE] = ACTIONS(1662), - [anon_sym_SQUOTE] = ACTIONS(1662), - [anon_sym_L_DQUOTE] = ACTIONS(1662), - [anon_sym_u_DQUOTE] = ACTIONS(1662), - [anon_sym_U_DQUOTE] = ACTIONS(1662), - [anon_sym_u8_DQUOTE] = ACTIONS(1662), - [anon_sym_DQUOTE] = ACTIONS(1662), - [sym_true] = ACTIONS(1660), - [sym_false] = ACTIONS(1660), - [sym_null] = ACTIONS(1660), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1660), - [anon_sym_virtual] = ACTIONS(1660), - [anon_sym_explicit] = ACTIONS(1660), - [sym_auto] = ACTIONS(1660), - [anon_sym_typename] = ACTIONS(1660), - [anon_sym_template] = ACTIONS(1660), - [anon_sym_operator] = ACTIONS(1660), - [anon_sym_delete] = ACTIONS(1660), - [anon_sym_throw] = ACTIONS(1660), - [anon_sym_namespace] = ACTIONS(1660), - [anon_sym_using] = ACTIONS(1660), - [anon_sym_static_assert] = ACTIONS(1660), - [anon_sym_co_return] = ACTIONS(1660), - [anon_sym_co_yield] = ACTIONS(1660), - [anon_sym_try] = ACTIONS(1660), - [anon_sym_co_await] = ACTIONS(1660), - [anon_sym_new] = ACTIONS(1660), - [sym_operator_name] = ACTIONS(1660), - [sym_this] = ACTIONS(1660), - [sym_nullptr] = ACTIONS(1660), - [sym_alone_macro] = ACTIONS(1662), - [aux_sym_alone_macro_call_token1] = ACTIONS(1660), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1660), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_FORWARD] = ACTIONS(1660), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1660), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1660), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1660), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1660), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_PS_GET] = ACTIONS(1660), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1660), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1660), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1660), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1660), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1660), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1660), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1660), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1660), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1660), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1660), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1660), - [anon_sym_MOZ_COLD] = ACTIONS(1660), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1660), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1660), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1660), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1660), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1660), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1660), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1660), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1660), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1660), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1660), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1660), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1660), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1660), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1660), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1660), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1660), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1660), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1660), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1660), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1660), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_NONNULL] = ACTIONS(1660), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1660), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1660), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1660), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1660), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1660), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_NORETURN] = ACTIONS(1660), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1660), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1660), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1660), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1660), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1660), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1660), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1660), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1660), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1660), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1660), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1660), - [anon_sym_MOZ_RAII] = ACTIONS(1660), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1660), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1660), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1660), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1660), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1660), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1660), - [sym_raw_string_literal] = ACTIONS(1662), - }, - [257] = { - [ts_builtin_sym_end] = ACTIONS(1654), - [sym_identifier] = ACTIONS(1652), - [aux_sym_preproc_include_token1] = ACTIONS(1652), - [aux_sym_preproc_def_token1] = ACTIONS(1652), - [aux_sym_preproc_if_token1] = ACTIONS(1652), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1652), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1652), - [sym_preproc_directive] = ACTIONS(1652), - [anon_sym_LPAREN2] = ACTIONS(1654), - [anon_sym_BANG] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1654), - [anon_sym_DASH] = ACTIONS(1652), - [anon_sym_PLUS] = ACTIONS(1652), - [anon_sym_STAR] = ACTIONS(1654), - [anon_sym_AMP_AMP] = ACTIONS(1654), - [anon_sym_AMP] = ACTIONS(1652), - [anon_sym_SEMI] = ACTIONS(1654), - [anon_sym_typedef] = ACTIONS(1652), - [anon_sym_extern] = ACTIONS(1652), - [anon_sym___attribute__] = ACTIONS(1652), - [anon_sym_COLON_COLON] = ACTIONS(1654), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1654), - [anon_sym___declspec] = ACTIONS(1652), - [anon_sym___based] = ACTIONS(1652), - [anon_sym___cdecl] = ACTIONS(1652), - [anon_sym___clrcall] = ACTIONS(1652), - [anon_sym___stdcall] = ACTIONS(1652), - [anon_sym___fastcall] = ACTIONS(1652), - [anon_sym___thiscall] = ACTIONS(1652), - [anon_sym___vectorcall] = ACTIONS(1652), - [anon_sym_LBRACE] = ACTIONS(1654), - [anon_sym_LBRACK] = ACTIONS(1652), - [anon_sym_static] = ACTIONS(1652), - [anon_sym_register] = ACTIONS(1652), - [anon_sym_inline] = ACTIONS(1652), - [anon_sym_thread_local] = ACTIONS(1652), - [anon_sym_const] = ACTIONS(1652), - [anon_sym_volatile] = ACTIONS(1652), - [anon_sym_restrict] = ACTIONS(1652), - [anon_sym__Atomic] = ACTIONS(1652), - [anon_sym_mutable] = ACTIONS(1652), - [anon_sym_constexpr] = ACTIONS(1652), - [anon_sym_signed] = ACTIONS(1652), - [anon_sym_unsigned] = ACTIONS(1652), - [anon_sym_long] = ACTIONS(1652), - [anon_sym_short] = ACTIONS(1652), - [sym_primitive_type] = ACTIONS(1652), - [anon_sym_enum] = ACTIONS(1652), - [anon_sym_class] = ACTIONS(1652), - [anon_sym_struct] = ACTIONS(1652), - [anon_sym_union] = ACTIONS(1652), - [anon_sym_if] = ACTIONS(1652), - [anon_sym_else] = ACTIONS(1652), - [anon_sym_switch] = ACTIONS(1652), - [anon_sym_case] = ACTIONS(1652), - [anon_sym_default] = ACTIONS(1652), - [anon_sym_while] = ACTIONS(1652), - [anon_sym_do] = ACTIONS(1652), - [anon_sym_for] = ACTIONS(1652), - [anon_sym_return] = ACTIONS(1652), - [anon_sym_break] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(1652), - [anon_sym_goto] = ACTIONS(1652), - [anon_sym_DASH_DASH] = ACTIONS(1654), - [anon_sym_PLUS_PLUS] = ACTIONS(1654), - [anon_sym_sizeof] = ACTIONS(1652), - [sym_number_literal] = ACTIONS(1654), - [anon_sym_L_SQUOTE] = ACTIONS(1654), - [anon_sym_u_SQUOTE] = ACTIONS(1654), - [anon_sym_U_SQUOTE] = ACTIONS(1654), - [anon_sym_u8_SQUOTE] = ACTIONS(1654), - [anon_sym_SQUOTE] = ACTIONS(1654), - [anon_sym_L_DQUOTE] = ACTIONS(1654), - [anon_sym_u_DQUOTE] = ACTIONS(1654), - [anon_sym_U_DQUOTE] = ACTIONS(1654), - [anon_sym_u8_DQUOTE] = ACTIONS(1654), - [anon_sym_DQUOTE] = ACTIONS(1654), - [sym_true] = ACTIONS(1652), - [sym_false] = ACTIONS(1652), - [sym_null] = ACTIONS(1652), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1652), - [anon_sym_virtual] = ACTIONS(1652), - [anon_sym_explicit] = ACTIONS(1652), - [sym_auto] = ACTIONS(1652), - [anon_sym_typename] = ACTIONS(1652), - [anon_sym_template] = ACTIONS(1652), - [anon_sym_operator] = ACTIONS(1652), - [anon_sym_delete] = ACTIONS(1652), - [anon_sym_throw] = ACTIONS(1652), - [anon_sym_namespace] = ACTIONS(1652), - [anon_sym_using] = ACTIONS(1652), - [anon_sym_static_assert] = ACTIONS(1652), - [anon_sym_co_return] = ACTIONS(1652), - [anon_sym_co_yield] = ACTIONS(1652), - [anon_sym_try] = ACTIONS(1652), - [anon_sym_co_await] = ACTIONS(1652), - [anon_sym_new] = ACTIONS(1652), - [sym_operator_name] = ACTIONS(1652), - [sym_this] = ACTIONS(1652), - [sym_nullptr] = ACTIONS(1652), - [sym_alone_macro] = ACTIONS(1654), - [aux_sym_alone_macro_call_token1] = ACTIONS(1652), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1652), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_FORWARD] = ACTIONS(1652), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1652), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1652), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1652), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1652), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_PS_GET] = ACTIONS(1652), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1652), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1652), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1652), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1652), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1652), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1652), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1652), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1652), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1652), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1652), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1652), - [anon_sym_MOZ_COLD] = ACTIONS(1652), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1652), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1652), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1652), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1652), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1652), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1652), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1652), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1652), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1652), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1652), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1652), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1652), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1652), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1652), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1652), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1652), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1652), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1652), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1652), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1652), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_NONNULL] = ACTIONS(1652), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1652), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1652), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1652), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1652), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1652), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_NORETURN] = ACTIONS(1652), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1652), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1652), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1652), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1652), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1652), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1652), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1652), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1652), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1652), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1652), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1652), - [anon_sym_MOZ_RAII] = ACTIONS(1652), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1652), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1652), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1652), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1652), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1652), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1652), - [sym_raw_string_literal] = ACTIONS(1654), - }, - [258] = { - [ts_builtin_sym_end] = ACTIONS(1626), - [sym_identifier] = ACTIONS(1624), - [aux_sym_preproc_include_token1] = ACTIONS(1624), - [aux_sym_preproc_def_token1] = ACTIONS(1624), - [aux_sym_preproc_if_token1] = ACTIONS(1624), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1624), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1624), - [sym_preproc_directive] = ACTIONS(1624), - [anon_sym_LPAREN2] = ACTIONS(1626), - [anon_sym_BANG] = ACTIONS(1626), - [anon_sym_TILDE] = ACTIONS(1626), - [anon_sym_DASH] = ACTIONS(1624), - [anon_sym_PLUS] = ACTIONS(1624), - [anon_sym_STAR] = ACTIONS(1626), - [anon_sym_AMP_AMP] = ACTIONS(1626), - [anon_sym_AMP] = ACTIONS(1624), - [anon_sym_SEMI] = ACTIONS(1626), - [anon_sym_typedef] = ACTIONS(1624), - [anon_sym_extern] = ACTIONS(1624), - [anon_sym___attribute__] = ACTIONS(1624), - [anon_sym_COLON_COLON] = ACTIONS(1626), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1626), - [anon_sym___declspec] = ACTIONS(1624), - [anon_sym___based] = ACTIONS(1624), - [anon_sym___cdecl] = ACTIONS(1624), - [anon_sym___clrcall] = ACTIONS(1624), - [anon_sym___stdcall] = ACTIONS(1624), - [anon_sym___fastcall] = ACTIONS(1624), - [anon_sym___thiscall] = ACTIONS(1624), - [anon_sym___vectorcall] = ACTIONS(1624), - [anon_sym_LBRACE] = ACTIONS(1626), - [anon_sym_LBRACK] = ACTIONS(1624), - [anon_sym_static] = ACTIONS(1624), - [anon_sym_register] = ACTIONS(1624), - [anon_sym_inline] = ACTIONS(1624), - [anon_sym_thread_local] = ACTIONS(1624), - [anon_sym_const] = ACTIONS(1624), - [anon_sym_volatile] = ACTIONS(1624), - [anon_sym_restrict] = ACTIONS(1624), - [anon_sym__Atomic] = ACTIONS(1624), - [anon_sym_mutable] = ACTIONS(1624), - [anon_sym_constexpr] = ACTIONS(1624), - [anon_sym_signed] = ACTIONS(1624), - [anon_sym_unsigned] = ACTIONS(1624), - [anon_sym_long] = ACTIONS(1624), - [anon_sym_short] = ACTIONS(1624), - [sym_primitive_type] = ACTIONS(1624), - [anon_sym_enum] = ACTIONS(1624), - [anon_sym_class] = ACTIONS(1624), - [anon_sym_struct] = ACTIONS(1624), - [anon_sym_union] = ACTIONS(1624), - [anon_sym_if] = ACTIONS(1624), - [anon_sym_else] = ACTIONS(1624), - [anon_sym_switch] = ACTIONS(1624), - [anon_sym_case] = ACTIONS(1624), - [anon_sym_default] = ACTIONS(1624), - [anon_sym_while] = ACTIONS(1624), - [anon_sym_do] = ACTIONS(1624), - [anon_sym_for] = ACTIONS(1624), - [anon_sym_return] = ACTIONS(1624), - [anon_sym_break] = ACTIONS(1624), - [anon_sym_continue] = ACTIONS(1624), - [anon_sym_goto] = ACTIONS(1624), - [anon_sym_DASH_DASH] = ACTIONS(1626), - [anon_sym_PLUS_PLUS] = ACTIONS(1626), - [anon_sym_sizeof] = ACTIONS(1624), - [sym_number_literal] = ACTIONS(1626), - [anon_sym_L_SQUOTE] = ACTIONS(1626), - [anon_sym_u_SQUOTE] = ACTIONS(1626), - [anon_sym_U_SQUOTE] = ACTIONS(1626), - [anon_sym_u8_SQUOTE] = ACTIONS(1626), - [anon_sym_SQUOTE] = ACTIONS(1626), - [anon_sym_L_DQUOTE] = ACTIONS(1626), - [anon_sym_u_DQUOTE] = ACTIONS(1626), - [anon_sym_U_DQUOTE] = ACTIONS(1626), - [anon_sym_u8_DQUOTE] = ACTIONS(1626), - [anon_sym_DQUOTE] = ACTIONS(1626), - [sym_true] = ACTIONS(1624), - [sym_false] = ACTIONS(1624), - [sym_null] = ACTIONS(1624), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1624), - [anon_sym_virtual] = ACTIONS(1624), - [anon_sym_explicit] = ACTIONS(1624), - [sym_auto] = ACTIONS(1624), - [anon_sym_typename] = ACTIONS(1624), - [anon_sym_template] = ACTIONS(1624), - [anon_sym_operator] = ACTIONS(1624), - [anon_sym_delete] = ACTIONS(1624), - [anon_sym_throw] = ACTIONS(1624), - [anon_sym_namespace] = ACTIONS(1624), - [anon_sym_using] = ACTIONS(1624), - [anon_sym_static_assert] = ACTIONS(1624), - [anon_sym_co_return] = ACTIONS(1624), - [anon_sym_co_yield] = ACTIONS(1624), - [anon_sym_try] = ACTIONS(1624), - [anon_sym_co_await] = ACTIONS(1624), - [anon_sym_new] = ACTIONS(1624), - [sym_operator_name] = ACTIONS(1624), - [sym_this] = ACTIONS(1624), - [sym_nullptr] = ACTIONS(1624), - [sym_alone_macro] = ACTIONS(1626), - [aux_sym_alone_macro_call_token1] = ACTIONS(1624), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_FORWARD] = ACTIONS(1624), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1624), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_PS_GET] = ACTIONS(1624), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1624), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1624), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1624), - [anon_sym_MOZ_COLD] = ACTIONS(1624), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1624), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1624), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1624), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1624), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1624), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1624), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1624), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1624), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1624), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1624), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1624), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1624), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_RAII] = ACTIONS(1624), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1624), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1624), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1624), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1624), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1624), - [sym_raw_string_literal] = ACTIONS(1626), - }, - [259] = { - [ts_builtin_sym_end] = ACTIONS(1626), - [sym_identifier] = ACTIONS(1624), - [aux_sym_preproc_include_token1] = ACTIONS(1624), - [aux_sym_preproc_def_token1] = ACTIONS(1624), - [aux_sym_preproc_if_token1] = ACTIONS(1624), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1624), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1624), - [sym_preproc_directive] = ACTIONS(1624), - [anon_sym_LPAREN2] = ACTIONS(1626), - [anon_sym_BANG] = ACTIONS(1626), - [anon_sym_TILDE] = ACTIONS(1626), - [anon_sym_DASH] = ACTIONS(1624), - [anon_sym_PLUS] = ACTIONS(1624), - [anon_sym_STAR] = ACTIONS(1626), - [anon_sym_AMP_AMP] = ACTIONS(1626), - [anon_sym_AMP] = ACTIONS(1624), - [anon_sym_SEMI] = ACTIONS(1626), - [anon_sym_typedef] = ACTIONS(1624), - [anon_sym_extern] = ACTIONS(1624), - [anon_sym___attribute__] = ACTIONS(1624), - [anon_sym_COLON_COLON] = ACTIONS(1626), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1626), - [anon_sym___declspec] = ACTIONS(1624), - [anon_sym___based] = ACTIONS(1624), - [anon_sym___cdecl] = ACTIONS(1624), - [anon_sym___clrcall] = ACTIONS(1624), - [anon_sym___stdcall] = ACTIONS(1624), - [anon_sym___fastcall] = ACTIONS(1624), - [anon_sym___thiscall] = ACTIONS(1624), - [anon_sym___vectorcall] = ACTIONS(1624), - [anon_sym_LBRACE] = ACTIONS(1626), - [anon_sym_LBRACK] = ACTIONS(1624), - [anon_sym_static] = ACTIONS(1624), - [anon_sym_register] = ACTIONS(1624), - [anon_sym_inline] = ACTIONS(1624), - [anon_sym_thread_local] = ACTIONS(1624), - [anon_sym_const] = ACTIONS(1624), - [anon_sym_volatile] = ACTIONS(1624), - [anon_sym_restrict] = ACTIONS(1624), - [anon_sym__Atomic] = ACTIONS(1624), - [anon_sym_mutable] = ACTIONS(1624), - [anon_sym_constexpr] = ACTIONS(1624), - [anon_sym_signed] = ACTIONS(1624), - [anon_sym_unsigned] = ACTIONS(1624), - [anon_sym_long] = ACTIONS(1624), - [anon_sym_short] = ACTIONS(1624), - [sym_primitive_type] = ACTIONS(1624), - [anon_sym_enum] = ACTIONS(1624), - [anon_sym_class] = ACTIONS(1624), - [anon_sym_struct] = ACTIONS(1624), - [anon_sym_union] = ACTIONS(1624), - [anon_sym_if] = ACTIONS(1624), - [anon_sym_else] = ACTIONS(1624), - [anon_sym_switch] = ACTIONS(1624), - [anon_sym_case] = ACTIONS(1624), - [anon_sym_default] = ACTIONS(1624), - [anon_sym_while] = ACTIONS(1624), - [anon_sym_do] = ACTIONS(1624), - [anon_sym_for] = ACTIONS(1624), - [anon_sym_return] = ACTIONS(1624), - [anon_sym_break] = ACTIONS(1624), - [anon_sym_continue] = ACTIONS(1624), - [anon_sym_goto] = ACTIONS(1624), - [anon_sym_DASH_DASH] = ACTIONS(1626), - [anon_sym_PLUS_PLUS] = ACTIONS(1626), - [anon_sym_sizeof] = ACTIONS(1624), - [sym_number_literal] = ACTIONS(1626), - [anon_sym_L_SQUOTE] = ACTIONS(1626), - [anon_sym_u_SQUOTE] = ACTIONS(1626), - [anon_sym_U_SQUOTE] = ACTIONS(1626), - [anon_sym_u8_SQUOTE] = ACTIONS(1626), - [anon_sym_SQUOTE] = ACTIONS(1626), - [anon_sym_L_DQUOTE] = ACTIONS(1626), - [anon_sym_u_DQUOTE] = ACTIONS(1626), - [anon_sym_U_DQUOTE] = ACTIONS(1626), - [anon_sym_u8_DQUOTE] = ACTIONS(1626), - [anon_sym_DQUOTE] = ACTIONS(1626), - [sym_true] = ACTIONS(1624), - [sym_false] = ACTIONS(1624), - [sym_null] = ACTIONS(1624), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1624), - [anon_sym_virtual] = ACTIONS(1624), - [anon_sym_explicit] = ACTIONS(1624), - [sym_auto] = ACTIONS(1624), - [anon_sym_typename] = ACTIONS(1624), - [anon_sym_template] = ACTIONS(1624), - [anon_sym_operator] = ACTIONS(1624), - [anon_sym_delete] = ACTIONS(1624), - [anon_sym_throw] = ACTIONS(1624), - [anon_sym_namespace] = ACTIONS(1624), - [anon_sym_using] = ACTIONS(1624), - [anon_sym_static_assert] = ACTIONS(1624), - [anon_sym_co_return] = ACTIONS(1624), - [anon_sym_co_yield] = ACTIONS(1624), - [anon_sym_try] = ACTIONS(1624), - [anon_sym_co_await] = ACTIONS(1624), - [anon_sym_new] = ACTIONS(1624), - [sym_operator_name] = ACTIONS(1624), - [sym_this] = ACTIONS(1624), - [sym_nullptr] = ACTIONS(1624), - [sym_alone_macro] = ACTIONS(1626), - [aux_sym_alone_macro_call_token1] = ACTIONS(1624), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_FORWARD] = ACTIONS(1624), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1624), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_PS_GET] = ACTIONS(1624), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1624), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1624), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1624), - [anon_sym_MOZ_COLD] = ACTIONS(1624), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1624), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1624), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1624), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1624), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1624), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1624), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1624), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1624), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1624), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1624), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1624), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1624), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_RAII] = ACTIONS(1624), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1624), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1624), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1624), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1624), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1624), - [sym_raw_string_literal] = ACTIONS(1626), - }, - [260] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [261] = { - [ts_builtin_sym_end] = ACTIONS(1517), - [sym_identifier] = ACTIONS(1515), - [aux_sym_preproc_include_token1] = ACTIONS(1515), - [aux_sym_preproc_def_token1] = ACTIONS(1515), - [anon_sym_COMMA] = ACTIONS(1544), - [aux_sym_preproc_if_token1] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1515), - [sym_preproc_directive] = ACTIONS(1515), - [anon_sym_LPAREN2] = ACTIONS(1517), - [anon_sym_BANG] = ACTIONS(1517), - [anon_sym_TILDE] = ACTIONS(1517), - [anon_sym_DASH] = ACTIONS(1515), - [anon_sym_PLUS] = ACTIONS(1515), - [anon_sym_STAR] = ACTIONS(1517), - [anon_sym_AMP_AMP] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1515), - [anon_sym_SEMI] = ACTIONS(1544), - [anon_sym_typedef] = ACTIONS(1515), - [anon_sym_extern] = ACTIONS(1515), - [anon_sym___attribute__] = ACTIONS(1515), - [anon_sym_COLON_COLON] = ACTIONS(1517), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1517), - [anon_sym___declspec] = ACTIONS(1515), - [anon_sym___based] = ACTIONS(1515), - [anon_sym___cdecl] = ACTIONS(1515), - [anon_sym___clrcall] = ACTIONS(1515), - [anon_sym___stdcall] = ACTIONS(1515), - [anon_sym___fastcall] = ACTIONS(1515), - [anon_sym___thiscall] = ACTIONS(1515), - [anon_sym___vectorcall] = ACTIONS(1515), - [anon_sym_LBRACE] = ACTIONS(1517), - [anon_sym_LBRACK] = ACTIONS(1515), - [anon_sym_static] = ACTIONS(1515), - [anon_sym_register] = ACTIONS(1515), - [anon_sym_inline] = ACTIONS(1515), - [anon_sym_thread_local] = ACTIONS(1515), - [anon_sym_const] = ACTIONS(1515), - [anon_sym_volatile] = ACTIONS(1515), - [anon_sym_restrict] = ACTIONS(1515), - [anon_sym__Atomic] = ACTIONS(1515), - [anon_sym_mutable] = ACTIONS(1515), - [anon_sym_constexpr] = ACTIONS(1515), - [anon_sym_signed] = ACTIONS(1515), - [anon_sym_unsigned] = ACTIONS(1515), - [anon_sym_long] = ACTIONS(1515), - [anon_sym_short] = ACTIONS(1515), - [sym_primitive_type] = ACTIONS(1515), - [anon_sym_enum] = ACTIONS(1515), - [anon_sym_class] = ACTIONS(1515), - [anon_sym_struct] = ACTIONS(1515), - [anon_sym_union] = ACTIONS(1515), - [anon_sym_if] = ACTIONS(1515), - [anon_sym_switch] = ACTIONS(1515), - [anon_sym_case] = ACTIONS(1515), - [anon_sym_default] = ACTIONS(1515), - [anon_sym_while] = ACTIONS(1515), - [anon_sym_do] = ACTIONS(1515), - [anon_sym_for] = ACTIONS(1515), - [anon_sym_return] = ACTIONS(1515), - [anon_sym_break] = ACTIONS(1515), - [anon_sym_continue] = ACTIONS(1515), - [anon_sym_goto] = ACTIONS(1515), - [anon_sym_DASH_DASH] = ACTIONS(1517), - [anon_sym_PLUS_PLUS] = ACTIONS(1517), - [anon_sym_sizeof] = ACTIONS(1515), - [sym_number_literal] = ACTIONS(1517), - [anon_sym_L_SQUOTE] = ACTIONS(1517), - [anon_sym_u_SQUOTE] = ACTIONS(1517), - [anon_sym_U_SQUOTE] = ACTIONS(1517), - [anon_sym_u8_SQUOTE] = ACTIONS(1517), - [anon_sym_SQUOTE] = ACTIONS(1517), - [anon_sym_L_DQUOTE] = ACTIONS(1517), - [anon_sym_u_DQUOTE] = ACTIONS(1517), - [anon_sym_U_DQUOTE] = ACTIONS(1517), - [anon_sym_u8_DQUOTE] = ACTIONS(1517), - [anon_sym_DQUOTE] = ACTIONS(1517), - [sym_true] = ACTIONS(1515), - [sym_false] = ACTIONS(1515), - [sym_null] = ACTIONS(1515), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1515), - [anon_sym_virtual] = ACTIONS(1515), - [anon_sym_explicit] = ACTIONS(1515), - [sym_auto] = ACTIONS(1515), - [anon_sym_typename] = ACTIONS(1515), - [anon_sym_template] = ACTIONS(1515), - [anon_sym_operator] = ACTIONS(1515), - [anon_sym_delete] = ACTIONS(1515), - [anon_sym_throw] = ACTIONS(1515), - [anon_sym_namespace] = ACTIONS(1515), - [anon_sym_using] = ACTIONS(1515), - [anon_sym_static_assert] = ACTIONS(1515), - [anon_sym_co_return] = ACTIONS(1515), - [anon_sym_co_yield] = ACTIONS(1515), - [anon_sym_try] = ACTIONS(1515), - [anon_sym_co_await] = ACTIONS(1515), - [anon_sym_new] = ACTIONS(1515), - [sym_operator_name] = ACTIONS(1515), - [sym_this] = ACTIONS(1515), - [sym_nullptr] = ACTIONS(1515), - [sym_alone_macro] = ACTIONS(1517), - [aux_sym_alone_macro_call_token1] = ACTIONS(1515), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_FORWARD] = ACTIONS(1515), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1515), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_PS_GET] = ACTIONS(1515), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1515), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1515), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1515), - [anon_sym_MOZ_COLD] = ACTIONS(1515), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1515), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1515), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1515), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1515), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1515), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1515), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1515), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1515), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1515), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1515), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1515), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1515), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_RAII] = ACTIONS(1515), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1515), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1515), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1515), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1515), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1515), - [sym_raw_string_literal] = ACTIONS(1517), - }, - [262] = { - [ts_builtin_sym_end] = ACTIONS(1576), - [sym_identifier] = ACTIONS(1574), - [aux_sym_preproc_include_token1] = ACTIONS(1574), - [aux_sym_preproc_def_token1] = ACTIONS(1574), - [aux_sym_preproc_if_token1] = ACTIONS(1574), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1574), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1574), - [sym_preproc_directive] = ACTIONS(1574), - [anon_sym_LPAREN2] = ACTIONS(1576), - [anon_sym_BANG] = ACTIONS(1576), - [anon_sym_TILDE] = ACTIONS(1576), - [anon_sym_DASH] = ACTIONS(1574), - [anon_sym_PLUS] = ACTIONS(1574), - [anon_sym_STAR] = ACTIONS(1576), - [anon_sym_AMP_AMP] = ACTIONS(1576), - [anon_sym_AMP] = ACTIONS(1574), - [anon_sym_SEMI] = ACTIONS(1576), - [anon_sym_typedef] = ACTIONS(1574), - [anon_sym_extern] = ACTIONS(1574), - [anon_sym___attribute__] = ACTIONS(1574), - [anon_sym_COLON_COLON] = ACTIONS(1576), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1576), - [anon_sym___declspec] = ACTIONS(1574), - [anon_sym___based] = ACTIONS(1574), - [anon_sym___cdecl] = ACTIONS(1574), - [anon_sym___clrcall] = ACTIONS(1574), - [anon_sym___stdcall] = ACTIONS(1574), - [anon_sym___fastcall] = ACTIONS(1574), - [anon_sym___thiscall] = ACTIONS(1574), - [anon_sym___vectorcall] = ACTIONS(1574), - [anon_sym_LBRACE] = ACTIONS(1576), - [anon_sym_LBRACK] = ACTIONS(1574), - [anon_sym_static] = ACTIONS(1574), - [anon_sym_register] = ACTIONS(1574), - [anon_sym_inline] = ACTIONS(1574), - [anon_sym_thread_local] = ACTIONS(1574), - [anon_sym_const] = ACTIONS(1574), - [anon_sym_volatile] = ACTIONS(1574), - [anon_sym_restrict] = ACTIONS(1574), - [anon_sym__Atomic] = ACTIONS(1574), - [anon_sym_mutable] = ACTIONS(1574), - [anon_sym_constexpr] = ACTIONS(1574), - [anon_sym_signed] = ACTIONS(1574), - [anon_sym_unsigned] = ACTIONS(1574), - [anon_sym_long] = ACTIONS(1574), - [anon_sym_short] = ACTIONS(1574), - [sym_primitive_type] = ACTIONS(1574), - [anon_sym_enum] = ACTIONS(1574), - [anon_sym_class] = ACTIONS(1574), - [anon_sym_struct] = ACTIONS(1574), - [anon_sym_union] = ACTIONS(1574), - [anon_sym_if] = ACTIONS(1574), - [anon_sym_else] = ACTIONS(1574), - [anon_sym_switch] = ACTIONS(1574), - [anon_sym_case] = ACTIONS(1574), - [anon_sym_default] = ACTIONS(1574), - [anon_sym_while] = ACTIONS(1574), - [anon_sym_do] = ACTIONS(1574), - [anon_sym_for] = ACTIONS(1574), - [anon_sym_return] = ACTIONS(1574), - [anon_sym_break] = ACTIONS(1574), - [anon_sym_continue] = ACTIONS(1574), - [anon_sym_goto] = ACTIONS(1574), - [anon_sym_DASH_DASH] = ACTIONS(1576), - [anon_sym_PLUS_PLUS] = ACTIONS(1576), - [anon_sym_sizeof] = ACTIONS(1574), - [sym_number_literal] = ACTIONS(1576), - [anon_sym_L_SQUOTE] = ACTIONS(1576), - [anon_sym_u_SQUOTE] = ACTIONS(1576), - [anon_sym_U_SQUOTE] = ACTIONS(1576), - [anon_sym_u8_SQUOTE] = ACTIONS(1576), - [anon_sym_SQUOTE] = ACTIONS(1576), - [anon_sym_L_DQUOTE] = ACTIONS(1576), - [anon_sym_u_DQUOTE] = ACTIONS(1576), - [anon_sym_U_DQUOTE] = ACTIONS(1576), - [anon_sym_u8_DQUOTE] = ACTIONS(1576), - [anon_sym_DQUOTE] = ACTIONS(1576), - [sym_true] = ACTIONS(1574), - [sym_false] = ACTIONS(1574), - [sym_null] = ACTIONS(1574), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1574), - [anon_sym_virtual] = ACTIONS(1574), - [anon_sym_explicit] = ACTIONS(1574), - [sym_auto] = ACTIONS(1574), - [anon_sym_typename] = ACTIONS(1574), - [anon_sym_template] = ACTIONS(1574), - [anon_sym_operator] = ACTIONS(1574), - [anon_sym_delete] = ACTIONS(1574), - [anon_sym_throw] = ACTIONS(1574), - [anon_sym_namespace] = ACTIONS(1574), - [anon_sym_using] = ACTIONS(1574), - [anon_sym_static_assert] = ACTIONS(1574), - [anon_sym_co_return] = ACTIONS(1574), - [anon_sym_co_yield] = ACTIONS(1574), - [anon_sym_try] = ACTIONS(1574), - [anon_sym_co_await] = ACTIONS(1574), - [anon_sym_new] = ACTIONS(1574), - [sym_operator_name] = ACTIONS(1574), - [sym_this] = ACTIONS(1574), - [sym_nullptr] = ACTIONS(1574), - [sym_alone_macro] = ACTIONS(1576), - [aux_sym_alone_macro_call_token1] = ACTIONS(1574), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1574), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_FORWARD] = ACTIONS(1574), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1574), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1574), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1574), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1574), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_PS_GET] = ACTIONS(1574), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1574), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1574), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1574), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1574), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1574), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1574), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1574), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1574), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1574), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1574), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1574), - [anon_sym_MOZ_COLD] = ACTIONS(1574), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1574), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1574), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1574), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1574), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1574), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1574), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1574), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1574), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1574), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1574), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1574), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1574), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1574), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1574), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1574), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1574), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1574), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1574), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1574), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1574), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_NONNULL] = ACTIONS(1574), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1574), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1574), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1574), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1574), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1574), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_NORETURN] = ACTIONS(1574), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1574), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1574), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1574), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1574), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1574), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1574), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1574), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1574), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1574), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1574), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1574), - [anon_sym_MOZ_RAII] = ACTIONS(1574), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1574), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1574), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1574), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1574), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1574), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1574), - [sym_raw_string_literal] = ACTIONS(1576), - }, - [263] = { - [ts_builtin_sym_end] = ACTIONS(1580), - [sym_identifier] = ACTIONS(1578), - [aux_sym_preproc_include_token1] = ACTIONS(1578), - [aux_sym_preproc_def_token1] = ACTIONS(1578), - [aux_sym_preproc_if_token1] = ACTIONS(1578), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1578), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1578), - [sym_preproc_directive] = ACTIONS(1578), - [anon_sym_LPAREN2] = ACTIONS(1580), - [anon_sym_BANG] = ACTIONS(1580), - [anon_sym_TILDE] = ACTIONS(1580), - [anon_sym_DASH] = ACTIONS(1578), - [anon_sym_PLUS] = ACTIONS(1578), - [anon_sym_STAR] = ACTIONS(1580), - [anon_sym_AMP_AMP] = ACTIONS(1580), - [anon_sym_AMP] = ACTIONS(1578), - [anon_sym_SEMI] = ACTIONS(1580), - [anon_sym_typedef] = ACTIONS(1578), - [anon_sym_extern] = ACTIONS(1578), - [anon_sym___attribute__] = ACTIONS(1578), - [anon_sym_COLON_COLON] = ACTIONS(1580), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1580), - [anon_sym___declspec] = ACTIONS(1578), - [anon_sym___based] = ACTIONS(1578), - [anon_sym___cdecl] = ACTIONS(1578), - [anon_sym___clrcall] = ACTIONS(1578), - [anon_sym___stdcall] = ACTIONS(1578), - [anon_sym___fastcall] = ACTIONS(1578), - [anon_sym___thiscall] = ACTIONS(1578), - [anon_sym___vectorcall] = ACTIONS(1578), - [anon_sym_LBRACE] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(1578), - [anon_sym_static] = ACTIONS(1578), - [anon_sym_register] = ACTIONS(1578), - [anon_sym_inline] = ACTIONS(1578), - [anon_sym_thread_local] = ACTIONS(1578), - [anon_sym_const] = ACTIONS(1578), - [anon_sym_volatile] = ACTIONS(1578), - [anon_sym_restrict] = ACTIONS(1578), - [anon_sym__Atomic] = ACTIONS(1578), - [anon_sym_mutable] = ACTIONS(1578), - [anon_sym_constexpr] = ACTIONS(1578), - [anon_sym_signed] = ACTIONS(1578), - [anon_sym_unsigned] = ACTIONS(1578), - [anon_sym_long] = ACTIONS(1578), - [anon_sym_short] = ACTIONS(1578), - [sym_primitive_type] = ACTIONS(1578), - [anon_sym_enum] = ACTIONS(1578), - [anon_sym_class] = ACTIONS(1578), - [anon_sym_struct] = ACTIONS(1578), - [anon_sym_union] = ACTIONS(1578), - [anon_sym_if] = ACTIONS(1578), - [anon_sym_else] = ACTIONS(1578), - [anon_sym_switch] = ACTIONS(1578), - [anon_sym_case] = ACTIONS(1578), - [anon_sym_default] = ACTIONS(1578), - [anon_sym_while] = ACTIONS(1578), - [anon_sym_do] = ACTIONS(1578), - [anon_sym_for] = ACTIONS(1578), - [anon_sym_return] = ACTIONS(1578), - [anon_sym_break] = ACTIONS(1578), - [anon_sym_continue] = ACTIONS(1578), - [anon_sym_goto] = ACTIONS(1578), - [anon_sym_DASH_DASH] = ACTIONS(1580), - [anon_sym_PLUS_PLUS] = ACTIONS(1580), - [anon_sym_sizeof] = ACTIONS(1578), - [sym_number_literal] = ACTIONS(1580), - [anon_sym_L_SQUOTE] = ACTIONS(1580), - [anon_sym_u_SQUOTE] = ACTIONS(1580), - [anon_sym_U_SQUOTE] = ACTIONS(1580), - [anon_sym_u8_SQUOTE] = ACTIONS(1580), - [anon_sym_SQUOTE] = ACTIONS(1580), - [anon_sym_L_DQUOTE] = ACTIONS(1580), - [anon_sym_u_DQUOTE] = ACTIONS(1580), - [anon_sym_U_DQUOTE] = ACTIONS(1580), - [anon_sym_u8_DQUOTE] = ACTIONS(1580), - [anon_sym_DQUOTE] = ACTIONS(1580), - [sym_true] = ACTIONS(1578), - [sym_false] = ACTIONS(1578), - [sym_null] = ACTIONS(1578), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1578), - [anon_sym_virtual] = ACTIONS(1578), - [anon_sym_explicit] = ACTIONS(1578), - [sym_auto] = ACTIONS(1578), - [anon_sym_typename] = ACTIONS(1578), - [anon_sym_template] = ACTIONS(1578), - [anon_sym_operator] = ACTIONS(1578), - [anon_sym_delete] = ACTIONS(1578), - [anon_sym_throw] = ACTIONS(1578), - [anon_sym_namespace] = ACTIONS(1578), - [anon_sym_using] = ACTIONS(1578), - [anon_sym_static_assert] = ACTIONS(1578), - [anon_sym_co_return] = ACTIONS(1578), - [anon_sym_co_yield] = ACTIONS(1578), - [anon_sym_try] = ACTIONS(1578), - [anon_sym_co_await] = ACTIONS(1578), - [anon_sym_new] = ACTIONS(1578), - [sym_operator_name] = ACTIONS(1578), - [sym_this] = ACTIONS(1578), - [sym_nullptr] = ACTIONS(1578), - [sym_alone_macro] = ACTIONS(1580), - [aux_sym_alone_macro_call_token1] = ACTIONS(1578), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1578), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_FORWARD] = ACTIONS(1578), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1578), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1578), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1578), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1578), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_PS_GET] = ACTIONS(1578), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1578), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1578), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1578), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1578), - [anon_sym_MOZ_COLD] = ACTIONS(1578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_NONNULL] = ACTIONS(1578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_NORETURN] = ACTIONS(1578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1578), - [anon_sym_MOZ_RAII] = ACTIONS(1578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1578), - [sym_raw_string_literal] = ACTIONS(1580), - }, - [264] = { - [sym_identifier] = ACTIONS(1598), - [aux_sym_preproc_include_token1] = ACTIONS(1598), - [aux_sym_preproc_def_token1] = ACTIONS(1598), - [aux_sym_preproc_if_token1] = ACTIONS(1598), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1598), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1598), - [sym_preproc_directive] = ACTIONS(1598), - [anon_sym_LPAREN2] = ACTIONS(1600), - [anon_sym_BANG] = ACTIONS(1600), - [anon_sym_TILDE] = ACTIONS(1600), - [anon_sym_DASH] = ACTIONS(1598), - [anon_sym_PLUS] = ACTIONS(1598), - [anon_sym_STAR] = ACTIONS(1600), - [anon_sym_AMP_AMP] = ACTIONS(1600), - [anon_sym_AMP] = ACTIONS(1598), - [anon_sym_SEMI] = ACTIONS(1600), - [anon_sym_typedef] = ACTIONS(1598), - [anon_sym_extern] = ACTIONS(1598), - [anon_sym___attribute__] = ACTIONS(1598), - [anon_sym_COLON_COLON] = ACTIONS(1600), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1600), - [anon_sym___declspec] = ACTIONS(1598), - [anon_sym___based] = ACTIONS(1598), - [anon_sym___cdecl] = ACTIONS(1598), - [anon_sym___clrcall] = ACTIONS(1598), - [anon_sym___stdcall] = ACTIONS(1598), - [anon_sym___fastcall] = ACTIONS(1598), - [anon_sym___thiscall] = ACTIONS(1598), - [anon_sym___vectorcall] = ACTIONS(1598), - [anon_sym_LBRACE] = ACTIONS(1600), - [anon_sym_RBRACE] = ACTIONS(1600), - [anon_sym_LBRACK] = ACTIONS(1598), - [anon_sym_static] = ACTIONS(1598), - [anon_sym_register] = ACTIONS(1598), - [anon_sym_inline] = ACTIONS(1598), - [anon_sym_thread_local] = ACTIONS(1598), - [anon_sym_const] = ACTIONS(1598), - [anon_sym_volatile] = ACTIONS(1598), - [anon_sym_restrict] = ACTIONS(1598), - [anon_sym__Atomic] = ACTIONS(1598), - [anon_sym_mutable] = ACTIONS(1598), - [anon_sym_constexpr] = ACTIONS(1598), - [anon_sym_signed] = ACTIONS(1598), - [anon_sym_unsigned] = ACTIONS(1598), - [anon_sym_long] = ACTIONS(1598), - [anon_sym_short] = ACTIONS(1598), - [sym_primitive_type] = ACTIONS(1598), - [anon_sym_enum] = ACTIONS(1598), - [anon_sym_class] = ACTIONS(1598), - [anon_sym_struct] = ACTIONS(1598), - [anon_sym_union] = ACTIONS(1598), - [anon_sym_if] = ACTIONS(1598), - [anon_sym_else] = ACTIONS(1598), - [anon_sym_switch] = ACTIONS(1598), - [anon_sym_case] = ACTIONS(1598), - [anon_sym_default] = ACTIONS(1598), - [anon_sym_while] = ACTIONS(1598), - [anon_sym_do] = ACTIONS(1598), - [anon_sym_for] = ACTIONS(1598), - [anon_sym_return] = ACTIONS(1598), - [anon_sym_break] = ACTIONS(1598), - [anon_sym_continue] = ACTIONS(1598), - [anon_sym_goto] = ACTIONS(1598), - [anon_sym_DASH_DASH] = ACTIONS(1600), - [anon_sym_PLUS_PLUS] = ACTIONS(1600), - [anon_sym_sizeof] = ACTIONS(1598), - [sym_number_literal] = ACTIONS(1600), - [anon_sym_L_SQUOTE] = ACTIONS(1600), - [anon_sym_u_SQUOTE] = ACTIONS(1600), - [anon_sym_U_SQUOTE] = ACTIONS(1600), - [anon_sym_u8_SQUOTE] = ACTIONS(1600), - [anon_sym_SQUOTE] = ACTIONS(1600), - [anon_sym_L_DQUOTE] = ACTIONS(1600), - [anon_sym_u_DQUOTE] = ACTIONS(1600), - [anon_sym_U_DQUOTE] = ACTIONS(1600), - [anon_sym_u8_DQUOTE] = ACTIONS(1600), - [anon_sym_DQUOTE] = ACTIONS(1600), - [sym_true] = ACTIONS(1598), - [sym_false] = ACTIONS(1598), - [sym_null] = ACTIONS(1598), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1598), - [anon_sym_virtual] = ACTIONS(1598), - [anon_sym_explicit] = ACTIONS(1598), - [sym_auto] = ACTIONS(1598), - [anon_sym_typename] = ACTIONS(1598), - [anon_sym_template] = ACTIONS(1598), - [anon_sym_operator] = ACTIONS(1598), - [anon_sym_delete] = ACTIONS(1598), - [anon_sym_throw] = ACTIONS(1598), - [anon_sym_namespace] = ACTIONS(1598), - [anon_sym_using] = ACTIONS(1598), - [anon_sym_static_assert] = ACTIONS(1598), - [anon_sym_co_return] = ACTIONS(1598), - [anon_sym_co_yield] = ACTIONS(1598), - [anon_sym_try] = ACTIONS(1598), - [anon_sym_co_await] = ACTIONS(1598), - [anon_sym_new] = ACTIONS(1598), - [sym_operator_name] = ACTIONS(1598), - [sym_this] = ACTIONS(1598), - [sym_nullptr] = ACTIONS(1598), - [sym_alone_macro] = ACTIONS(1600), - [aux_sym_alone_macro_call_token1] = ACTIONS(1598), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1598), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_FORWARD] = ACTIONS(1598), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1598), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1598), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1598), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1598), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_PS_GET] = ACTIONS(1598), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1598), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1598), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1598), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1598), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1598), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1598), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1598), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1598), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1598), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1598), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1598), - [anon_sym_MOZ_COLD] = ACTIONS(1598), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1598), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1598), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1598), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1598), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1598), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1598), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1598), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1598), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1598), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1598), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1598), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1598), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1598), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1598), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1598), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1598), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1598), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1598), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1598), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1598), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_NONNULL] = ACTIONS(1598), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1598), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1598), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1598), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1598), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1598), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_NORETURN] = ACTIONS(1598), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1598), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1598), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1598), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1598), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1598), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1598), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1598), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1598), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1598), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1598), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1598), - [anon_sym_MOZ_RAII] = ACTIONS(1598), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1598), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1598), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1598), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1598), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1598), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1598), - [sym_raw_string_literal] = ACTIONS(1600), - }, - [265] = { - [sym_identifier] = ACTIONS(1602), - [aux_sym_preproc_include_token1] = ACTIONS(1602), - [aux_sym_preproc_def_token1] = ACTIONS(1602), - [aux_sym_preproc_if_token1] = ACTIONS(1602), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1602), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1602), - [sym_preproc_directive] = ACTIONS(1602), - [anon_sym_LPAREN2] = ACTIONS(1604), - [anon_sym_BANG] = ACTIONS(1604), - [anon_sym_TILDE] = ACTIONS(1604), - [anon_sym_DASH] = ACTIONS(1602), - [anon_sym_PLUS] = ACTIONS(1602), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_AMP_AMP] = ACTIONS(1604), - [anon_sym_AMP] = ACTIONS(1602), - [anon_sym_SEMI] = ACTIONS(1604), - [anon_sym_typedef] = ACTIONS(1602), - [anon_sym_extern] = ACTIONS(1602), - [anon_sym___attribute__] = ACTIONS(1602), - [anon_sym_COLON_COLON] = ACTIONS(1604), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1604), - [anon_sym___declspec] = ACTIONS(1602), - [anon_sym___based] = ACTIONS(1602), - [anon_sym___cdecl] = ACTIONS(1602), - [anon_sym___clrcall] = ACTIONS(1602), - [anon_sym___stdcall] = ACTIONS(1602), - [anon_sym___fastcall] = ACTIONS(1602), - [anon_sym___thiscall] = ACTIONS(1602), - [anon_sym___vectorcall] = ACTIONS(1602), - [anon_sym_LBRACE] = ACTIONS(1604), - [anon_sym_RBRACE] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1602), - [anon_sym_static] = ACTIONS(1602), - [anon_sym_register] = ACTIONS(1602), - [anon_sym_inline] = ACTIONS(1602), - [anon_sym_thread_local] = ACTIONS(1602), - [anon_sym_const] = ACTIONS(1602), - [anon_sym_volatile] = ACTIONS(1602), - [anon_sym_restrict] = ACTIONS(1602), - [anon_sym__Atomic] = ACTIONS(1602), - [anon_sym_mutable] = ACTIONS(1602), - [anon_sym_constexpr] = ACTIONS(1602), - [anon_sym_signed] = ACTIONS(1602), - [anon_sym_unsigned] = ACTIONS(1602), - [anon_sym_long] = ACTIONS(1602), - [anon_sym_short] = ACTIONS(1602), - [sym_primitive_type] = ACTIONS(1602), - [anon_sym_enum] = ACTIONS(1602), - [anon_sym_class] = ACTIONS(1602), - [anon_sym_struct] = ACTIONS(1602), - [anon_sym_union] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1602), - [anon_sym_else] = ACTIONS(1602), - [anon_sym_switch] = ACTIONS(1602), - [anon_sym_case] = ACTIONS(1602), - [anon_sym_default] = ACTIONS(1602), - [anon_sym_while] = ACTIONS(1602), - [anon_sym_do] = ACTIONS(1602), - [anon_sym_for] = ACTIONS(1602), - [anon_sym_return] = ACTIONS(1602), - [anon_sym_break] = ACTIONS(1602), - [anon_sym_continue] = ACTIONS(1602), - [anon_sym_goto] = ACTIONS(1602), - [anon_sym_DASH_DASH] = ACTIONS(1604), - [anon_sym_PLUS_PLUS] = ACTIONS(1604), - [anon_sym_sizeof] = ACTIONS(1602), - [sym_number_literal] = ACTIONS(1604), - [anon_sym_L_SQUOTE] = ACTIONS(1604), - [anon_sym_u_SQUOTE] = ACTIONS(1604), - [anon_sym_U_SQUOTE] = ACTIONS(1604), - [anon_sym_u8_SQUOTE] = ACTIONS(1604), - [anon_sym_SQUOTE] = ACTIONS(1604), - [anon_sym_L_DQUOTE] = ACTIONS(1604), - [anon_sym_u_DQUOTE] = ACTIONS(1604), - [anon_sym_U_DQUOTE] = ACTIONS(1604), - [anon_sym_u8_DQUOTE] = ACTIONS(1604), - [anon_sym_DQUOTE] = ACTIONS(1604), - [sym_true] = ACTIONS(1602), - [sym_false] = ACTIONS(1602), - [sym_null] = ACTIONS(1602), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1602), - [anon_sym_virtual] = ACTIONS(1602), - [anon_sym_explicit] = ACTIONS(1602), - [sym_auto] = ACTIONS(1602), - [anon_sym_typename] = ACTIONS(1602), - [anon_sym_template] = ACTIONS(1602), - [anon_sym_operator] = ACTIONS(1602), - [anon_sym_delete] = ACTIONS(1602), - [anon_sym_throw] = ACTIONS(1602), - [anon_sym_namespace] = ACTIONS(1602), - [anon_sym_using] = ACTIONS(1602), - [anon_sym_static_assert] = ACTIONS(1602), - [anon_sym_co_return] = ACTIONS(1602), - [anon_sym_co_yield] = ACTIONS(1602), - [anon_sym_try] = ACTIONS(1602), - [anon_sym_co_await] = ACTIONS(1602), - [anon_sym_new] = ACTIONS(1602), - [sym_operator_name] = ACTIONS(1602), - [sym_this] = ACTIONS(1602), - [sym_nullptr] = ACTIONS(1602), - [sym_alone_macro] = ACTIONS(1604), - [aux_sym_alone_macro_call_token1] = ACTIONS(1602), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1602), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_FORWARD] = ACTIONS(1602), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1602), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1602), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1602), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1602), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_PS_GET] = ACTIONS(1602), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1602), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1602), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1602), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1602), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1602), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1602), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1602), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1602), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1602), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1602), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1602), - [anon_sym_MOZ_COLD] = ACTIONS(1602), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1602), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1602), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1602), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1602), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1602), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1602), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1602), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1602), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1602), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1602), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1602), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1602), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1602), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1602), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1602), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1602), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1602), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1602), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1602), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1602), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_NONNULL] = ACTIONS(1602), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1602), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1602), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1602), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1602), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1602), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_NORETURN] = ACTIONS(1602), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1602), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1602), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1602), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1602), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1602), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1602), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1602), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1602), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1602), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1602), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1602), - [anon_sym_MOZ_RAII] = ACTIONS(1602), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1602), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1602), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1602), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1602), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1602), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1602), - [sym_raw_string_literal] = ACTIONS(1604), - }, - [266] = { - [sym_identifier] = ACTIONS(1612), - [aux_sym_preproc_include_token1] = ACTIONS(1612), - [aux_sym_preproc_def_token1] = ACTIONS(1612), - [aux_sym_preproc_if_token1] = ACTIONS(1612), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1612), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1612), - [sym_preproc_directive] = ACTIONS(1612), - [anon_sym_LPAREN2] = ACTIONS(1614), - [anon_sym_BANG] = ACTIONS(1614), - [anon_sym_TILDE] = ACTIONS(1614), - [anon_sym_DASH] = ACTIONS(1612), - [anon_sym_PLUS] = ACTIONS(1612), - [anon_sym_STAR] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1614), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_SEMI] = ACTIONS(1614), - [anon_sym_typedef] = ACTIONS(1612), - [anon_sym_extern] = ACTIONS(1612), - [anon_sym___attribute__] = ACTIONS(1612), - [anon_sym_COLON_COLON] = ACTIONS(1614), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1614), - [anon_sym___declspec] = ACTIONS(1612), - [anon_sym___based] = ACTIONS(1612), - [anon_sym___cdecl] = ACTIONS(1612), - [anon_sym___clrcall] = ACTIONS(1612), - [anon_sym___stdcall] = ACTIONS(1612), - [anon_sym___fastcall] = ACTIONS(1612), - [anon_sym___thiscall] = ACTIONS(1612), - [anon_sym___vectorcall] = ACTIONS(1612), - [anon_sym_LBRACE] = ACTIONS(1614), - [anon_sym_RBRACE] = ACTIONS(1614), - [anon_sym_LBRACK] = ACTIONS(1612), - [anon_sym_static] = ACTIONS(1612), - [anon_sym_register] = ACTIONS(1612), - [anon_sym_inline] = ACTIONS(1612), - [anon_sym_thread_local] = ACTIONS(1612), - [anon_sym_const] = ACTIONS(1612), - [anon_sym_volatile] = ACTIONS(1612), - [anon_sym_restrict] = ACTIONS(1612), - [anon_sym__Atomic] = ACTIONS(1612), - [anon_sym_mutable] = ACTIONS(1612), - [anon_sym_constexpr] = ACTIONS(1612), - [anon_sym_signed] = ACTIONS(1612), - [anon_sym_unsigned] = ACTIONS(1612), - [anon_sym_long] = ACTIONS(1612), - [anon_sym_short] = ACTIONS(1612), - [sym_primitive_type] = ACTIONS(1612), - [anon_sym_enum] = ACTIONS(1612), - [anon_sym_class] = ACTIONS(1612), - [anon_sym_struct] = ACTIONS(1612), - [anon_sym_union] = ACTIONS(1612), - [anon_sym_if] = ACTIONS(1612), - [anon_sym_else] = ACTIONS(1612), - [anon_sym_switch] = ACTIONS(1612), - [anon_sym_case] = ACTIONS(1612), - [anon_sym_default] = ACTIONS(1612), - [anon_sym_while] = ACTIONS(1612), - [anon_sym_do] = ACTIONS(1612), - [anon_sym_for] = ACTIONS(1612), - [anon_sym_return] = ACTIONS(1612), - [anon_sym_break] = ACTIONS(1612), - [anon_sym_continue] = ACTIONS(1612), - [anon_sym_goto] = ACTIONS(1612), - [anon_sym_DASH_DASH] = ACTIONS(1614), - [anon_sym_PLUS_PLUS] = ACTIONS(1614), - [anon_sym_sizeof] = ACTIONS(1612), - [sym_number_literal] = ACTIONS(1614), - [anon_sym_L_SQUOTE] = ACTIONS(1614), - [anon_sym_u_SQUOTE] = ACTIONS(1614), - [anon_sym_U_SQUOTE] = ACTIONS(1614), - [anon_sym_u8_SQUOTE] = ACTIONS(1614), - [anon_sym_SQUOTE] = ACTIONS(1614), - [anon_sym_L_DQUOTE] = ACTIONS(1614), - [anon_sym_u_DQUOTE] = ACTIONS(1614), - [anon_sym_U_DQUOTE] = ACTIONS(1614), - [anon_sym_u8_DQUOTE] = ACTIONS(1614), - [anon_sym_DQUOTE] = ACTIONS(1614), - [sym_true] = ACTIONS(1612), - [sym_false] = ACTIONS(1612), - [sym_null] = ACTIONS(1612), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1612), - [anon_sym_virtual] = ACTIONS(1612), - [anon_sym_explicit] = ACTIONS(1612), - [sym_auto] = ACTIONS(1612), - [anon_sym_typename] = ACTIONS(1612), - [anon_sym_template] = ACTIONS(1612), - [anon_sym_operator] = ACTIONS(1612), - [anon_sym_delete] = ACTIONS(1612), - [anon_sym_throw] = ACTIONS(1612), - [anon_sym_namespace] = ACTIONS(1612), - [anon_sym_using] = ACTIONS(1612), - [anon_sym_static_assert] = ACTIONS(1612), - [anon_sym_co_return] = ACTIONS(1612), - [anon_sym_co_yield] = ACTIONS(1612), - [anon_sym_try] = ACTIONS(1612), - [anon_sym_co_await] = ACTIONS(1612), - [anon_sym_new] = ACTIONS(1612), - [sym_operator_name] = ACTIONS(1612), - [sym_this] = ACTIONS(1612), - [sym_nullptr] = ACTIONS(1612), - [sym_alone_macro] = ACTIONS(1614), - [aux_sym_alone_macro_call_token1] = ACTIONS(1612), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1612), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_FORWARD] = ACTIONS(1612), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1612), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1612), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1612), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1612), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_PS_GET] = ACTIONS(1612), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1612), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1612), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1612), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1612), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1612), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1612), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1612), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1612), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1612), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1612), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1612), - [anon_sym_MOZ_COLD] = ACTIONS(1612), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1612), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1612), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1612), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1612), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1612), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1612), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1612), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1612), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1612), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1612), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1612), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1612), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1612), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1612), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1612), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1612), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1612), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1612), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1612), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1612), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_NONNULL] = ACTIONS(1612), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1612), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1612), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1612), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1612), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1612), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_NORETURN] = ACTIONS(1612), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1612), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1612), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1612), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1612), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1612), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1612), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1612), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1612), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1612), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1612), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1612), - [anon_sym_MOZ_RAII] = ACTIONS(1612), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1612), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1612), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1612), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1612), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1612), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1612), - [sym_raw_string_literal] = ACTIONS(1614), + [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), + [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), }, [267] = { - [ts_builtin_sym_end] = ACTIONS(1548), - [sym_identifier] = ACTIONS(1546), - [aux_sym_preproc_include_token1] = ACTIONS(1546), - [aux_sym_preproc_def_token1] = ACTIONS(1546), - [aux_sym_preproc_if_token1] = ACTIONS(1546), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1546), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1546), - [sym_preproc_directive] = ACTIONS(1546), - [anon_sym_LPAREN2] = ACTIONS(1548), - [anon_sym_BANG] = ACTIONS(1548), - [anon_sym_TILDE] = ACTIONS(1548), - [anon_sym_DASH] = ACTIONS(1546), - [anon_sym_PLUS] = ACTIONS(1546), - [anon_sym_STAR] = ACTIONS(1548), - [anon_sym_AMP_AMP] = ACTIONS(1548), - [anon_sym_AMP] = ACTIONS(1546), - [anon_sym_SEMI] = ACTIONS(1548), - [anon_sym_typedef] = ACTIONS(1546), - [anon_sym_extern] = ACTIONS(1546), - [anon_sym___attribute__] = ACTIONS(1546), - [anon_sym_COLON_COLON] = ACTIONS(1548), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1548), - [anon_sym___declspec] = ACTIONS(1546), - [anon_sym___based] = ACTIONS(1546), - [anon_sym___cdecl] = ACTIONS(1546), - [anon_sym___clrcall] = ACTIONS(1546), - [anon_sym___stdcall] = ACTIONS(1546), - [anon_sym___fastcall] = ACTIONS(1546), - [anon_sym___thiscall] = ACTIONS(1546), - [anon_sym___vectorcall] = ACTIONS(1546), - [anon_sym_LBRACE] = ACTIONS(1548), - [anon_sym_LBRACK] = ACTIONS(1546), - [anon_sym_static] = ACTIONS(1546), - [anon_sym_register] = ACTIONS(1546), - [anon_sym_inline] = ACTIONS(1546), - [anon_sym_thread_local] = ACTIONS(1546), - [anon_sym_const] = ACTIONS(1546), - [anon_sym_volatile] = ACTIONS(1546), - [anon_sym_restrict] = ACTIONS(1546), - [anon_sym__Atomic] = ACTIONS(1546), - [anon_sym_mutable] = ACTIONS(1546), - [anon_sym_constexpr] = ACTIONS(1546), - [anon_sym_signed] = ACTIONS(1546), - [anon_sym_unsigned] = ACTIONS(1546), - [anon_sym_long] = ACTIONS(1546), - [anon_sym_short] = ACTIONS(1546), - [sym_primitive_type] = ACTIONS(1546), - [anon_sym_enum] = ACTIONS(1546), - [anon_sym_class] = ACTIONS(1546), - [anon_sym_struct] = ACTIONS(1546), - [anon_sym_union] = ACTIONS(1546), - [anon_sym_if] = ACTIONS(1546), - [anon_sym_else] = ACTIONS(1546), - [anon_sym_switch] = ACTIONS(1546), - [anon_sym_case] = ACTIONS(1546), - [anon_sym_default] = ACTIONS(1546), - [anon_sym_while] = ACTIONS(1546), - [anon_sym_do] = ACTIONS(1546), - [anon_sym_for] = ACTIONS(1546), - [anon_sym_return] = ACTIONS(1546), - [anon_sym_break] = ACTIONS(1546), - [anon_sym_continue] = ACTIONS(1546), - [anon_sym_goto] = ACTIONS(1546), - [anon_sym_DASH_DASH] = ACTIONS(1548), - [anon_sym_PLUS_PLUS] = ACTIONS(1548), - [anon_sym_sizeof] = ACTIONS(1546), - [sym_number_literal] = ACTIONS(1548), - [anon_sym_L_SQUOTE] = ACTIONS(1548), - [anon_sym_u_SQUOTE] = ACTIONS(1548), - [anon_sym_U_SQUOTE] = ACTIONS(1548), - [anon_sym_u8_SQUOTE] = ACTIONS(1548), - [anon_sym_SQUOTE] = ACTIONS(1548), - [anon_sym_L_DQUOTE] = ACTIONS(1548), - [anon_sym_u_DQUOTE] = ACTIONS(1548), - [anon_sym_U_DQUOTE] = ACTIONS(1548), - [anon_sym_u8_DQUOTE] = ACTIONS(1548), - [anon_sym_DQUOTE] = ACTIONS(1548), - [sym_true] = ACTIONS(1546), - [sym_false] = ACTIONS(1546), - [sym_null] = ACTIONS(1546), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1546), - [anon_sym_virtual] = ACTIONS(1546), - [anon_sym_explicit] = ACTIONS(1546), - [sym_auto] = ACTIONS(1546), - [anon_sym_typename] = ACTIONS(1546), - [anon_sym_template] = ACTIONS(1546), - [anon_sym_operator] = ACTIONS(1546), - [anon_sym_delete] = ACTIONS(1546), - [anon_sym_throw] = ACTIONS(1546), - [anon_sym_namespace] = ACTIONS(1546), - [anon_sym_using] = ACTIONS(1546), - [anon_sym_static_assert] = ACTIONS(1546), - [anon_sym_co_return] = ACTIONS(1546), - [anon_sym_co_yield] = ACTIONS(1546), - [anon_sym_try] = ACTIONS(1546), - [anon_sym_co_await] = ACTIONS(1546), - [anon_sym_new] = ACTIONS(1546), - [sym_operator_name] = ACTIONS(1546), - [sym_this] = ACTIONS(1546), - [sym_nullptr] = ACTIONS(1546), - [sym_alone_macro] = ACTIONS(1548), - [aux_sym_alone_macro_call_token1] = ACTIONS(1546), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1546), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_FORWARD] = ACTIONS(1546), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1546), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1546), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1546), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1546), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_PS_GET] = ACTIONS(1546), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1546), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1546), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1546), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1546), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1546), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1546), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1546), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1546), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1546), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1546), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1546), - [anon_sym_MOZ_COLD] = ACTIONS(1546), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1546), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1546), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1546), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1546), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1546), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1546), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1546), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1546), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1546), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1546), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1546), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1546), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1546), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1546), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1546), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1546), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1546), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1546), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1546), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1546), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_NONNULL] = ACTIONS(1546), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1546), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1546), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1546), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1546), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1546), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_NORETURN] = ACTIONS(1546), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1546), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1546), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1546), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1546), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1546), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1546), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1546), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1546), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1546), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1546), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1546), - [anon_sym_MOZ_RAII] = ACTIONS(1546), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1546), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1546), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1546), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1546), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1546), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1546), - [sym_raw_string_literal] = ACTIONS(1548), + [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), }, [268] = { - [ts_builtin_sym_end] = ACTIONS(1658), - [sym_identifier] = ACTIONS(1656), - [aux_sym_preproc_include_token1] = ACTIONS(1656), - [aux_sym_preproc_def_token1] = ACTIONS(1656), - [aux_sym_preproc_if_token1] = ACTIONS(1656), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1656), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1656), - [sym_preproc_directive] = ACTIONS(1656), - [anon_sym_LPAREN2] = ACTIONS(1658), - [anon_sym_BANG] = ACTIONS(1658), - [anon_sym_TILDE] = ACTIONS(1658), - [anon_sym_DASH] = ACTIONS(1656), - [anon_sym_PLUS] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(1658), - [anon_sym_AMP_AMP] = ACTIONS(1658), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_SEMI] = ACTIONS(1658), - [anon_sym_typedef] = ACTIONS(1656), - [anon_sym_extern] = ACTIONS(1656), - [anon_sym___attribute__] = ACTIONS(1656), - [anon_sym_COLON_COLON] = ACTIONS(1658), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1658), - [anon_sym___declspec] = ACTIONS(1656), - [anon_sym___based] = ACTIONS(1656), - [anon_sym___cdecl] = ACTIONS(1656), - [anon_sym___clrcall] = ACTIONS(1656), - [anon_sym___stdcall] = ACTIONS(1656), - [anon_sym___fastcall] = ACTIONS(1656), - [anon_sym___thiscall] = ACTIONS(1656), - [anon_sym___vectorcall] = ACTIONS(1656), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LBRACK] = ACTIONS(1656), - [anon_sym_static] = ACTIONS(1656), - [anon_sym_register] = ACTIONS(1656), - [anon_sym_inline] = ACTIONS(1656), - [anon_sym_thread_local] = ACTIONS(1656), - [anon_sym_const] = ACTIONS(1656), - [anon_sym_volatile] = ACTIONS(1656), - [anon_sym_restrict] = ACTIONS(1656), - [anon_sym__Atomic] = ACTIONS(1656), - [anon_sym_mutable] = ACTIONS(1656), - [anon_sym_constexpr] = ACTIONS(1656), - [anon_sym_signed] = ACTIONS(1656), - [anon_sym_unsigned] = ACTIONS(1656), - [anon_sym_long] = ACTIONS(1656), - [anon_sym_short] = ACTIONS(1656), - [sym_primitive_type] = ACTIONS(1656), - [anon_sym_enum] = ACTIONS(1656), - [anon_sym_class] = ACTIONS(1656), - [anon_sym_struct] = ACTIONS(1656), - [anon_sym_union] = ACTIONS(1656), - [anon_sym_if] = ACTIONS(1656), - [anon_sym_else] = ACTIONS(1656), - [anon_sym_switch] = ACTIONS(1656), - [anon_sym_case] = ACTIONS(1656), - [anon_sym_default] = ACTIONS(1656), - [anon_sym_while] = ACTIONS(1656), - [anon_sym_do] = ACTIONS(1656), - [anon_sym_for] = ACTIONS(1656), - [anon_sym_return] = ACTIONS(1656), - [anon_sym_break] = ACTIONS(1656), - [anon_sym_continue] = ACTIONS(1656), - [anon_sym_goto] = ACTIONS(1656), - [anon_sym_DASH_DASH] = ACTIONS(1658), - [anon_sym_PLUS_PLUS] = ACTIONS(1658), - [anon_sym_sizeof] = ACTIONS(1656), - [sym_number_literal] = ACTIONS(1658), - [anon_sym_L_SQUOTE] = ACTIONS(1658), - [anon_sym_u_SQUOTE] = ACTIONS(1658), - [anon_sym_U_SQUOTE] = ACTIONS(1658), - [anon_sym_u8_SQUOTE] = ACTIONS(1658), - [anon_sym_SQUOTE] = ACTIONS(1658), - [anon_sym_L_DQUOTE] = ACTIONS(1658), - [anon_sym_u_DQUOTE] = ACTIONS(1658), - [anon_sym_U_DQUOTE] = ACTIONS(1658), - [anon_sym_u8_DQUOTE] = ACTIONS(1658), - [anon_sym_DQUOTE] = ACTIONS(1658), - [sym_true] = ACTIONS(1656), - [sym_false] = ACTIONS(1656), - [sym_null] = ACTIONS(1656), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1656), - [anon_sym_virtual] = ACTIONS(1656), - [anon_sym_explicit] = ACTIONS(1656), - [sym_auto] = ACTIONS(1656), - [anon_sym_typename] = ACTIONS(1656), - [anon_sym_template] = ACTIONS(1656), - [anon_sym_operator] = ACTIONS(1656), - [anon_sym_delete] = ACTIONS(1656), - [anon_sym_throw] = ACTIONS(1656), - [anon_sym_namespace] = ACTIONS(1656), - [anon_sym_using] = ACTIONS(1656), - [anon_sym_static_assert] = ACTIONS(1656), - [anon_sym_co_return] = ACTIONS(1656), - [anon_sym_co_yield] = ACTIONS(1656), - [anon_sym_try] = ACTIONS(1656), - [anon_sym_co_await] = ACTIONS(1656), - [anon_sym_new] = ACTIONS(1656), - [sym_operator_name] = ACTIONS(1656), - [sym_this] = ACTIONS(1656), - [sym_nullptr] = ACTIONS(1656), - [sym_alone_macro] = ACTIONS(1658), - [aux_sym_alone_macro_call_token1] = ACTIONS(1656), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1656), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_FORWARD] = ACTIONS(1656), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1656), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1656), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1656), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1656), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_PS_GET] = ACTIONS(1656), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1656), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1656), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1656), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1656), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1656), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1656), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1656), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1656), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1656), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1656), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1656), - [anon_sym_MOZ_COLD] = ACTIONS(1656), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1656), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1656), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1656), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1656), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1656), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1656), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1656), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1656), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1656), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1656), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1656), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1656), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1656), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1656), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1656), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1656), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1656), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1656), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1656), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1656), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_NONNULL] = ACTIONS(1656), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1656), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1656), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1656), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1656), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1656), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_NORETURN] = ACTIONS(1656), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1656), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1656), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1656), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1656), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1656), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1656), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1656), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1656), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1656), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1656), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1656), - [anon_sym_MOZ_RAII] = ACTIONS(1656), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1656), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1656), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1656), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1656), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1656), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1656), - [sym_raw_string_literal] = ACTIONS(1658), + [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), }, [269] = { - [ts_builtin_sym_end] = ACTIONS(1572), - [sym_identifier] = ACTIONS(1570), - [aux_sym_preproc_include_token1] = ACTIONS(1570), - [aux_sym_preproc_def_token1] = ACTIONS(1570), - [aux_sym_preproc_if_token1] = ACTIONS(1570), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1570), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1570), - [sym_preproc_directive] = ACTIONS(1570), - [anon_sym_LPAREN2] = ACTIONS(1572), - [anon_sym_BANG] = ACTIONS(1572), - [anon_sym_TILDE] = ACTIONS(1572), - [anon_sym_DASH] = ACTIONS(1570), - [anon_sym_PLUS] = ACTIONS(1570), - [anon_sym_STAR] = ACTIONS(1572), - [anon_sym_AMP_AMP] = ACTIONS(1572), - [anon_sym_AMP] = ACTIONS(1570), - [anon_sym_SEMI] = ACTIONS(1572), - [anon_sym_typedef] = ACTIONS(1570), - [anon_sym_extern] = ACTIONS(1570), - [anon_sym___attribute__] = ACTIONS(1570), - [anon_sym_COLON_COLON] = ACTIONS(1572), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1572), - [anon_sym___declspec] = ACTIONS(1570), - [anon_sym___based] = ACTIONS(1570), - [anon_sym___cdecl] = ACTIONS(1570), - [anon_sym___clrcall] = ACTIONS(1570), - [anon_sym___stdcall] = ACTIONS(1570), - [anon_sym___fastcall] = ACTIONS(1570), - [anon_sym___thiscall] = ACTIONS(1570), - [anon_sym___vectorcall] = ACTIONS(1570), - [anon_sym_LBRACE] = ACTIONS(1572), - [anon_sym_LBRACK] = ACTIONS(1570), - [anon_sym_static] = ACTIONS(1570), - [anon_sym_register] = ACTIONS(1570), - [anon_sym_inline] = ACTIONS(1570), - [anon_sym_thread_local] = ACTIONS(1570), - [anon_sym_const] = ACTIONS(1570), - [anon_sym_volatile] = ACTIONS(1570), - [anon_sym_restrict] = ACTIONS(1570), - [anon_sym__Atomic] = ACTIONS(1570), - [anon_sym_mutable] = ACTIONS(1570), - [anon_sym_constexpr] = ACTIONS(1570), - [anon_sym_signed] = ACTIONS(1570), - [anon_sym_unsigned] = ACTIONS(1570), - [anon_sym_long] = ACTIONS(1570), - [anon_sym_short] = ACTIONS(1570), - [sym_primitive_type] = ACTIONS(1570), - [anon_sym_enum] = ACTIONS(1570), - [anon_sym_class] = ACTIONS(1570), - [anon_sym_struct] = ACTIONS(1570), - [anon_sym_union] = ACTIONS(1570), - [anon_sym_if] = ACTIONS(1570), - [anon_sym_else] = ACTIONS(1570), - [anon_sym_switch] = ACTIONS(1570), - [anon_sym_case] = ACTIONS(1570), - [anon_sym_default] = ACTIONS(1570), - [anon_sym_while] = ACTIONS(1570), - [anon_sym_do] = ACTIONS(1570), - [anon_sym_for] = ACTIONS(1570), - [anon_sym_return] = ACTIONS(1570), - [anon_sym_break] = ACTIONS(1570), - [anon_sym_continue] = ACTIONS(1570), - [anon_sym_goto] = ACTIONS(1570), - [anon_sym_DASH_DASH] = ACTIONS(1572), - [anon_sym_PLUS_PLUS] = ACTIONS(1572), - [anon_sym_sizeof] = ACTIONS(1570), - [sym_number_literal] = ACTIONS(1572), - [anon_sym_L_SQUOTE] = ACTIONS(1572), - [anon_sym_u_SQUOTE] = ACTIONS(1572), - [anon_sym_U_SQUOTE] = ACTIONS(1572), - [anon_sym_u8_SQUOTE] = ACTIONS(1572), - [anon_sym_SQUOTE] = ACTIONS(1572), - [anon_sym_L_DQUOTE] = ACTIONS(1572), - [anon_sym_u_DQUOTE] = ACTIONS(1572), - [anon_sym_U_DQUOTE] = ACTIONS(1572), - [anon_sym_u8_DQUOTE] = ACTIONS(1572), - [anon_sym_DQUOTE] = ACTIONS(1572), - [sym_true] = ACTIONS(1570), - [sym_false] = ACTIONS(1570), - [sym_null] = ACTIONS(1570), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1570), - [anon_sym_virtual] = ACTIONS(1570), - [anon_sym_explicit] = ACTIONS(1570), - [sym_auto] = ACTIONS(1570), - [anon_sym_typename] = ACTIONS(1570), - [anon_sym_template] = ACTIONS(1570), - [anon_sym_operator] = ACTIONS(1570), - [anon_sym_delete] = ACTIONS(1570), - [anon_sym_throw] = ACTIONS(1570), - [anon_sym_namespace] = ACTIONS(1570), - [anon_sym_using] = ACTIONS(1570), - [anon_sym_static_assert] = ACTIONS(1570), - [anon_sym_co_return] = ACTIONS(1570), - [anon_sym_co_yield] = ACTIONS(1570), - [anon_sym_try] = ACTIONS(1570), - [anon_sym_co_await] = ACTIONS(1570), - [anon_sym_new] = ACTIONS(1570), - [sym_operator_name] = ACTIONS(1570), - [sym_this] = ACTIONS(1570), - [sym_nullptr] = ACTIONS(1570), - [sym_alone_macro] = ACTIONS(1572), - [aux_sym_alone_macro_call_token1] = ACTIONS(1570), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1570), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_FORWARD] = ACTIONS(1570), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1570), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1570), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1570), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1570), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_PS_GET] = ACTIONS(1570), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1570), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1570), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1570), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1570), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1570), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1570), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1570), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1570), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1570), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1570), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1570), - [anon_sym_MOZ_COLD] = ACTIONS(1570), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1570), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1570), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1570), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1570), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1570), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1570), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1570), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1570), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1570), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1570), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1570), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1570), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1570), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1570), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1570), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1570), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1570), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1570), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1570), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1570), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_NONNULL] = ACTIONS(1570), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1570), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1570), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1570), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1570), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1570), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_NORETURN] = ACTIONS(1570), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1570), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1570), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1570), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1570), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1570), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1570), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1570), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1570), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1570), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1570), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1570), - [anon_sym_MOZ_RAII] = ACTIONS(1570), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1570), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1570), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1570), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1570), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1570), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1570), - [sym_raw_string_literal] = ACTIONS(1572), + [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), }, [270] = { - [ts_builtin_sym_end] = ACTIONS(1608), - [sym_identifier] = ACTIONS(1606), - [aux_sym_preproc_include_token1] = ACTIONS(1606), - [aux_sym_preproc_def_token1] = ACTIONS(1606), - [aux_sym_preproc_if_token1] = ACTIONS(1606), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1606), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1606), - [sym_preproc_directive] = ACTIONS(1606), - [anon_sym_LPAREN2] = ACTIONS(1608), - [anon_sym_BANG] = ACTIONS(1608), - [anon_sym_TILDE] = ACTIONS(1608), - [anon_sym_DASH] = ACTIONS(1606), - [anon_sym_PLUS] = ACTIONS(1606), - [anon_sym_STAR] = ACTIONS(1608), - [anon_sym_AMP_AMP] = ACTIONS(1608), - [anon_sym_AMP] = ACTIONS(1606), - [anon_sym_SEMI] = ACTIONS(1608), - [anon_sym_typedef] = ACTIONS(1606), - [anon_sym_extern] = ACTIONS(1606), - [anon_sym___attribute__] = ACTIONS(1606), - [anon_sym_COLON_COLON] = ACTIONS(1608), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1608), - [anon_sym___declspec] = ACTIONS(1606), - [anon_sym___based] = ACTIONS(1606), - [anon_sym___cdecl] = ACTIONS(1606), - [anon_sym___clrcall] = ACTIONS(1606), - [anon_sym___stdcall] = ACTIONS(1606), - [anon_sym___fastcall] = ACTIONS(1606), - [anon_sym___thiscall] = ACTIONS(1606), - [anon_sym___vectorcall] = ACTIONS(1606), - [anon_sym_LBRACE] = ACTIONS(1608), - [anon_sym_LBRACK] = ACTIONS(1606), - [anon_sym_static] = ACTIONS(1606), - [anon_sym_register] = ACTIONS(1606), - [anon_sym_inline] = ACTIONS(1606), - [anon_sym_thread_local] = ACTIONS(1606), - [anon_sym_const] = ACTIONS(1606), - [anon_sym_volatile] = ACTIONS(1606), - [anon_sym_restrict] = ACTIONS(1606), - [anon_sym__Atomic] = ACTIONS(1606), - [anon_sym_mutable] = ACTIONS(1606), - [anon_sym_constexpr] = ACTIONS(1606), - [anon_sym_signed] = ACTIONS(1606), - [anon_sym_unsigned] = ACTIONS(1606), - [anon_sym_long] = ACTIONS(1606), - [anon_sym_short] = ACTIONS(1606), - [sym_primitive_type] = ACTIONS(1606), - [anon_sym_enum] = ACTIONS(1606), - [anon_sym_class] = ACTIONS(1606), - [anon_sym_struct] = ACTIONS(1606), - [anon_sym_union] = ACTIONS(1606), - [anon_sym_if] = ACTIONS(1606), - [anon_sym_else] = ACTIONS(1918), - [anon_sym_switch] = ACTIONS(1606), - [anon_sym_case] = ACTIONS(1606), - [anon_sym_default] = ACTIONS(1606), - [anon_sym_while] = ACTIONS(1606), - [anon_sym_do] = ACTIONS(1606), - [anon_sym_for] = ACTIONS(1606), - [anon_sym_return] = ACTIONS(1606), - [anon_sym_break] = ACTIONS(1606), - [anon_sym_continue] = ACTIONS(1606), - [anon_sym_goto] = ACTIONS(1606), - [anon_sym_DASH_DASH] = ACTIONS(1608), - [anon_sym_PLUS_PLUS] = ACTIONS(1608), - [anon_sym_sizeof] = ACTIONS(1606), - [sym_number_literal] = ACTIONS(1608), - [anon_sym_L_SQUOTE] = ACTIONS(1608), - [anon_sym_u_SQUOTE] = ACTIONS(1608), - [anon_sym_U_SQUOTE] = ACTIONS(1608), - [anon_sym_u8_SQUOTE] = ACTIONS(1608), - [anon_sym_SQUOTE] = ACTIONS(1608), - [anon_sym_L_DQUOTE] = ACTIONS(1608), - [anon_sym_u_DQUOTE] = ACTIONS(1608), - [anon_sym_U_DQUOTE] = ACTIONS(1608), - [anon_sym_u8_DQUOTE] = ACTIONS(1608), - [anon_sym_DQUOTE] = ACTIONS(1608), - [sym_true] = ACTIONS(1606), - [sym_false] = ACTIONS(1606), - [sym_null] = ACTIONS(1606), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1606), - [anon_sym_virtual] = ACTIONS(1606), - [anon_sym_explicit] = ACTIONS(1606), - [sym_auto] = ACTIONS(1606), - [anon_sym_typename] = ACTIONS(1606), - [anon_sym_template] = ACTIONS(1606), - [anon_sym_operator] = ACTIONS(1606), - [anon_sym_delete] = ACTIONS(1606), - [anon_sym_throw] = ACTIONS(1606), - [anon_sym_namespace] = ACTIONS(1606), - [anon_sym_using] = ACTIONS(1606), - [anon_sym_static_assert] = ACTIONS(1606), - [anon_sym_co_return] = ACTIONS(1606), - [anon_sym_co_yield] = ACTIONS(1606), - [anon_sym_try] = ACTIONS(1606), - [anon_sym_co_await] = ACTIONS(1606), - [anon_sym_new] = ACTIONS(1606), - [sym_operator_name] = ACTIONS(1606), - [sym_this] = ACTIONS(1606), - [sym_nullptr] = ACTIONS(1606), - [sym_alone_macro] = ACTIONS(1608), - [aux_sym_alone_macro_call_token1] = ACTIONS(1606), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1606), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_FORWARD] = ACTIONS(1606), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1606), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1606), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1606), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1606), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_PS_GET] = ACTIONS(1606), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1606), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1606), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1606), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1606), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1606), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1606), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1606), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1606), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1606), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1606), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1606), - [anon_sym_MOZ_COLD] = ACTIONS(1606), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1606), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1606), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1606), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1606), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1606), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1606), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1606), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1606), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1606), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1606), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1606), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1606), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1606), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1606), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1606), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1606), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1606), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1606), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1606), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1606), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_NONNULL] = ACTIONS(1606), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1606), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1606), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1606), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1606), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1606), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_NORETURN] = ACTIONS(1606), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1606), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1606), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1606), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1606), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1606), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1606), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1606), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1606), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1606), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1606), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1606), - [anon_sym_MOZ_RAII] = ACTIONS(1606), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1606), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1606), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1606), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1606), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1606), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1606), - [sym_raw_string_literal] = ACTIONS(1608), + [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(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), }, [271] = { - [sym_identifier] = ACTIONS(1616), - [aux_sym_preproc_include_token1] = ACTIONS(1616), - [aux_sym_preproc_def_token1] = ACTIONS(1616), - [aux_sym_preproc_if_token1] = ACTIONS(1616), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1616), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1616), - [sym_preproc_directive] = ACTIONS(1616), - [anon_sym_LPAREN2] = ACTIONS(1618), - [anon_sym_BANG] = ACTIONS(1618), - [anon_sym_TILDE] = ACTIONS(1618), - [anon_sym_DASH] = ACTIONS(1616), - [anon_sym_PLUS] = ACTIONS(1616), - [anon_sym_STAR] = ACTIONS(1618), - [anon_sym_AMP_AMP] = ACTIONS(1618), - [anon_sym_AMP] = ACTIONS(1616), - [anon_sym_SEMI] = ACTIONS(1618), - [anon_sym_typedef] = ACTIONS(1616), - [anon_sym_extern] = ACTIONS(1616), - [anon_sym___attribute__] = ACTIONS(1616), - [anon_sym_COLON_COLON] = ACTIONS(1618), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1618), - [anon_sym___declspec] = ACTIONS(1616), - [anon_sym___based] = ACTIONS(1616), - [anon_sym___cdecl] = ACTIONS(1616), - [anon_sym___clrcall] = ACTIONS(1616), - [anon_sym___stdcall] = ACTIONS(1616), - [anon_sym___fastcall] = ACTIONS(1616), - [anon_sym___thiscall] = ACTIONS(1616), - [anon_sym___vectorcall] = ACTIONS(1616), - [anon_sym_LBRACE] = ACTIONS(1618), - [anon_sym_RBRACE] = ACTIONS(1618), - [anon_sym_LBRACK] = ACTIONS(1616), - [anon_sym_static] = ACTIONS(1616), - [anon_sym_register] = ACTIONS(1616), - [anon_sym_inline] = ACTIONS(1616), - [anon_sym_thread_local] = ACTIONS(1616), - [anon_sym_const] = ACTIONS(1616), - [anon_sym_volatile] = ACTIONS(1616), - [anon_sym_restrict] = ACTIONS(1616), - [anon_sym__Atomic] = ACTIONS(1616), - [anon_sym_mutable] = ACTIONS(1616), - [anon_sym_constexpr] = ACTIONS(1616), - [anon_sym_signed] = ACTIONS(1616), - [anon_sym_unsigned] = ACTIONS(1616), - [anon_sym_long] = ACTIONS(1616), - [anon_sym_short] = ACTIONS(1616), - [sym_primitive_type] = ACTIONS(1616), - [anon_sym_enum] = ACTIONS(1616), - [anon_sym_class] = ACTIONS(1616), - [anon_sym_struct] = ACTIONS(1616), - [anon_sym_union] = ACTIONS(1616), - [anon_sym_if] = ACTIONS(1616), - [anon_sym_else] = ACTIONS(1616), - [anon_sym_switch] = ACTIONS(1616), - [anon_sym_case] = ACTIONS(1616), - [anon_sym_default] = ACTIONS(1616), - [anon_sym_while] = ACTIONS(1616), - [anon_sym_do] = ACTIONS(1616), - [anon_sym_for] = ACTIONS(1616), - [anon_sym_return] = ACTIONS(1616), - [anon_sym_break] = ACTIONS(1616), - [anon_sym_continue] = ACTIONS(1616), - [anon_sym_goto] = ACTIONS(1616), - [anon_sym_DASH_DASH] = ACTIONS(1618), - [anon_sym_PLUS_PLUS] = ACTIONS(1618), - [anon_sym_sizeof] = ACTIONS(1616), - [sym_number_literal] = ACTIONS(1618), - [anon_sym_L_SQUOTE] = ACTIONS(1618), - [anon_sym_u_SQUOTE] = ACTIONS(1618), - [anon_sym_U_SQUOTE] = ACTIONS(1618), - [anon_sym_u8_SQUOTE] = ACTIONS(1618), - [anon_sym_SQUOTE] = ACTIONS(1618), - [anon_sym_L_DQUOTE] = ACTIONS(1618), - [anon_sym_u_DQUOTE] = ACTIONS(1618), - [anon_sym_U_DQUOTE] = ACTIONS(1618), - [anon_sym_u8_DQUOTE] = ACTIONS(1618), - [anon_sym_DQUOTE] = ACTIONS(1618), - [sym_true] = ACTIONS(1616), - [sym_false] = ACTIONS(1616), - [sym_null] = ACTIONS(1616), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1616), - [anon_sym_virtual] = ACTIONS(1616), - [anon_sym_explicit] = ACTIONS(1616), - [sym_auto] = ACTIONS(1616), - [anon_sym_typename] = ACTIONS(1616), - [anon_sym_template] = ACTIONS(1616), - [anon_sym_operator] = ACTIONS(1616), - [anon_sym_delete] = ACTIONS(1616), - [anon_sym_throw] = ACTIONS(1616), - [anon_sym_namespace] = ACTIONS(1616), - [anon_sym_using] = ACTIONS(1616), - [anon_sym_static_assert] = ACTIONS(1616), - [anon_sym_co_return] = ACTIONS(1616), - [anon_sym_co_yield] = ACTIONS(1616), - [anon_sym_try] = ACTIONS(1616), - [anon_sym_co_await] = ACTIONS(1616), - [anon_sym_new] = ACTIONS(1616), - [sym_operator_name] = ACTIONS(1616), - [sym_this] = ACTIONS(1616), - [sym_nullptr] = ACTIONS(1616), - [sym_alone_macro] = ACTIONS(1618), - [aux_sym_alone_macro_call_token1] = ACTIONS(1616), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1616), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_FORWARD] = ACTIONS(1616), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1616), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1616), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1616), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1616), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_PS_GET] = ACTIONS(1616), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1616), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1616), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1616), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1616), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1616), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1616), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1616), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1616), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1616), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1616), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1616), - [anon_sym_MOZ_COLD] = ACTIONS(1616), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1616), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1616), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1616), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1616), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1616), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1616), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1616), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1616), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1616), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1616), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1616), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1616), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1616), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1616), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1616), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1616), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1616), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1616), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1616), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1616), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_NONNULL] = ACTIONS(1616), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1616), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1616), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1616), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1616), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1616), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_NORETURN] = ACTIONS(1616), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1616), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1616), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1616), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1616), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1616), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1616), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1616), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1616), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1616), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1616), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1616), - [anon_sym_MOZ_RAII] = ACTIONS(1616), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1616), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1616), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1616), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1616), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1616), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1616), - [sym_raw_string_literal] = ACTIONS(1618), + [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), + [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), }, [272] = { - [sym_identifier] = ACTIONS(1515), - [aux_sym_preproc_include_token1] = ACTIONS(1515), - [aux_sym_preproc_def_token1] = ACTIONS(1515), - [anon_sym_COMMA] = ACTIONS(1544), - [aux_sym_preproc_if_token1] = ACTIONS(1515), - [aux_sym_preproc_if_token2] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1515), - [sym_preproc_directive] = ACTIONS(1515), - [anon_sym_LPAREN2] = ACTIONS(1517), - [anon_sym_BANG] = ACTIONS(1517), - [anon_sym_TILDE] = ACTIONS(1517), - [anon_sym_DASH] = ACTIONS(1515), - [anon_sym_PLUS] = ACTIONS(1515), - [anon_sym_STAR] = ACTIONS(1517), - [anon_sym_AMP_AMP] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1515), - [anon_sym_SEMI] = ACTIONS(1544), - [anon_sym_typedef] = ACTIONS(1515), - [anon_sym_extern] = ACTIONS(1515), - [anon_sym___attribute__] = ACTIONS(1515), - [anon_sym_COLON_COLON] = ACTIONS(1517), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1517), - [anon_sym___declspec] = ACTIONS(1515), - [anon_sym___based] = ACTIONS(1515), - [anon_sym___cdecl] = ACTIONS(1515), - [anon_sym___clrcall] = ACTIONS(1515), - [anon_sym___stdcall] = ACTIONS(1515), - [anon_sym___fastcall] = ACTIONS(1515), - [anon_sym___thiscall] = ACTIONS(1515), - [anon_sym___vectorcall] = ACTIONS(1515), - [anon_sym_LBRACE] = ACTIONS(1517), - [anon_sym_LBRACK] = ACTIONS(1515), - [anon_sym_static] = ACTIONS(1515), - [anon_sym_register] = ACTIONS(1515), - [anon_sym_inline] = ACTIONS(1515), - [anon_sym_thread_local] = ACTIONS(1515), - [anon_sym_const] = ACTIONS(1515), - [anon_sym_volatile] = ACTIONS(1515), - [anon_sym_restrict] = ACTIONS(1515), - [anon_sym__Atomic] = ACTIONS(1515), - [anon_sym_mutable] = ACTIONS(1515), - [anon_sym_constexpr] = ACTIONS(1515), - [anon_sym_signed] = ACTIONS(1515), - [anon_sym_unsigned] = ACTIONS(1515), - [anon_sym_long] = ACTIONS(1515), - [anon_sym_short] = ACTIONS(1515), - [sym_primitive_type] = ACTIONS(1515), - [anon_sym_enum] = ACTIONS(1515), - [anon_sym_class] = ACTIONS(1515), - [anon_sym_struct] = ACTIONS(1515), - [anon_sym_union] = ACTIONS(1515), - [anon_sym_if] = ACTIONS(1515), - [anon_sym_switch] = ACTIONS(1515), - [anon_sym_case] = ACTIONS(1515), - [anon_sym_default] = ACTIONS(1515), - [anon_sym_while] = ACTIONS(1515), - [anon_sym_do] = ACTIONS(1515), - [anon_sym_for] = ACTIONS(1515), - [anon_sym_return] = ACTIONS(1515), - [anon_sym_break] = ACTIONS(1515), - [anon_sym_continue] = ACTIONS(1515), - [anon_sym_goto] = ACTIONS(1515), - [anon_sym_DASH_DASH] = ACTIONS(1517), - [anon_sym_PLUS_PLUS] = ACTIONS(1517), - [anon_sym_sizeof] = ACTIONS(1515), - [sym_number_literal] = ACTIONS(1517), - [anon_sym_L_SQUOTE] = ACTIONS(1517), - [anon_sym_u_SQUOTE] = ACTIONS(1517), - [anon_sym_U_SQUOTE] = ACTIONS(1517), - [anon_sym_u8_SQUOTE] = ACTIONS(1517), - [anon_sym_SQUOTE] = ACTIONS(1517), - [anon_sym_L_DQUOTE] = ACTIONS(1517), - [anon_sym_u_DQUOTE] = ACTIONS(1517), - [anon_sym_U_DQUOTE] = ACTIONS(1517), - [anon_sym_u8_DQUOTE] = ACTIONS(1517), - [anon_sym_DQUOTE] = ACTIONS(1517), - [sym_true] = ACTIONS(1515), - [sym_false] = ACTIONS(1515), - [sym_null] = ACTIONS(1515), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1515), - [anon_sym_virtual] = ACTIONS(1515), - [anon_sym_explicit] = ACTIONS(1515), - [sym_auto] = ACTIONS(1515), - [anon_sym_typename] = ACTIONS(1515), - [anon_sym_template] = ACTIONS(1515), - [anon_sym_operator] = ACTIONS(1515), - [anon_sym_delete] = ACTIONS(1515), - [anon_sym_throw] = ACTIONS(1515), - [anon_sym_namespace] = ACTIONS(1515), - [anon_sym_using] = ACTIONS(1515), - [anon_sym_static_assert] = ACTIONS(1515), - [anon_sym_co_return] = ACTIONS(1515), - [anon_sym_co_yield] = ACTIONS(1515), - [anon_sym_try] = ACTIONS(1515), - [anon_sym_co_await] = ACTIONS(1515), - [anon_sym_new] = ACTIONS(1515), - [sym_operator_name] = ACTIONS(1515), - [sym_this] = ACTIONS(1515), - [sym_nullptr] = ACTIONS(1515), - [sym_alone_macro] = ACTIONS(1517), - [aux_sym_alone_macro_call_token1] = ACTIONS(1515), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_FORWARD] = ACTIONS(1515), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1515), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_PS_GET] = ACTIONS(1515), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1515), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1515), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1515), - [anon_sym_MOZ_COLD] = ACTIONS(1515), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1515), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1515), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1515), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1515), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1515), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1515), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1515), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1515), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1515), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1515), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1515), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1515), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_RAII] = ACTIONS(1515), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1515), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1515), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1515), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1515), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1515), - [sym_raw_string_literal] = ACTIONS(1517), + [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), }, [273] = { - [ts_builtin_sym_end] = ACTIONS(1596), - [sym_identifier] = ACTIONS(1594), - [aux_sym_preproc_include_token1] = ACTIONS(1594), - [aux_sym_preproc_def_token1] = ACTIONS(1594), - [aux_sym_preproc_if_token1] = ACTIONS(1594), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1594), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1594), - [sym_preproc_directive] = ACTIONS(1594), - [anon_sym_LPAREN2] = ACTIONS(1596), - [anon_sym_BANG] = ACTIONS(1596), - [anon_sym_TILDE] = ACTIONS(1596), - [anon_sym_DASH] = ACTIONS(1594), - [anon_sym_PLUS] = ACTIONS(1594), - [anon_sym_STAR] = ACTIONS(1596), - [anon_sym_AMP_AMP] = ACTIONS(1596), - [anon_sym_AMP] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1596), - [anon_sym_typedef] = ACTIONS(1594), - [anon_sym_extern] = ACTIONS(1594), - [anon_sym___attribute__] = ACTIONS(1594), - [anon_sym_COLON_COLON] = ACTIONS(1596), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1596), - [anon_sym___declspec] = ACTIONS(1594), - [anon_sym___based] = ACTIONS(1594), - [anon_sym___cdecl] = ACTIONS(1594), - [anon_sym___clrcall] = ACTIONS(1594), - [anon_sym___stdcall] = ACTIONS(1594), - [anon_sym___fastcall] = ACTIONS(1594), - [anon_sym___thiscall] = ACTIONS(1594), - [anon_sym___vectorcall] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LBRACK] = ACTIONS(1594), - [anon_sym_static] = ACTIONS(1594), - [anon_sym_register] = ACTIONS(1594), - [anon_sym_inline] = ACTIONS(1594), - [anon_sym_thread_local] = ACTIONS(1594), - [anon_sym_const] = ACTIONS(1594), - [anon_sym_volatile] = ACTIONS(1594), - [anon_sym_restrict] = ACTIONS(1594), - [anon_sym__Atomic] = ACTIONS(1594), - [anon_sym_mutable] = ACTIONS(1594), - [anon_sym_constexpr] = ACTIONS(1594), - [anon_sym_signed] = ACTIONS(1594), - [anon_sym_unsigned] = ACTIONS(1594), - [anon_sym_long] = ACTIONS(1594), - [anon_sym_short] = ACTIONS(1594), - [sym_primitive_type] = ACTIONS(1594), - [anon_sym_enum] = ACTIONS(1594), - [anon_sym_class] = ACTIONS(1594), - [anon_sym_struct] = ACTIONS(1594), - [anon_sym_union] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1594), - [anon_sym_else] = ACTIONS(1594), - [anon_sym_switch] = ACTIONS(1594), - [anon_sym_case] = ACTIONS(1594), - [anon_sym_default] = ACTIONS(1594), - [anon_sym_while] = ACTIONS(1594), - [anon_sym_do] = ACTIONS(1594), - [anon_sym_for] = ACTIONS(1594), - [anon_sym_return] = ACTIONS(1594), - [anon_sym_break] = ACTIONS(1594), - [anon_sym_continue] = ACTIONS(1594), - [anon_sym_goto] = ACTIONS(1594), - [anon_sym_DASH_DASH] = ACTIONS(1596), - [anon_sym_PLUS_PLUS] = ACTIONS(1596), - [anon_sym_sizeof] = ACTIONS(1594), - [sym_number_literal] = ACTIONS(1596), - [anon_sym_L_SQUOTE] = ACTIONS(1596), - [anon_sym_u_SQUOTE] = ACTIONS(1596), - [anon_sym_U_SQUOTE] = ACTIONS(1596), - [anon_sym_u8_SQUOTE] = ACTIONS(1596), - [anon_sym_SQUOTE] = ACTIONS(1596), - [anon_sym_L_DQUOTE] = ACTIONS(1596), - [anon_sym_u_DQUOTE] = ACTIONS(1596), - [anon_sym_U_DQUOTE] = ACTIONS(1596), - [anon_sym_u8_DQUOTE] = ACTIONS(1596), - [anon_sym_DQUOTE] = ACTIONS(1596), - [sym_true] = ACTIONS(1594), - [sym_false] = ACTIONS(1594), - [sym_null] = ACTIONS(1594), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1594), - [anon_sym_virtual] = ACTIONS(1594), - [anon_sym_explicit] = ACTIONS(1594), - [sym_auto] = ACTIONS(1594), - [anon_sym_typename] = ACTIONS(1594), - [anon_sym_template] = ACTIONS(1594), - [anon_sym_operator] = ACTIONS(1594), - [anon_sym_delete] = ACTIONS(1594), - [anon_sym_throw] = ACTIONS(1594), - [anon_sym_namespace] = ACTIONS(1594), - [anon_sym_using] = ACTIONS(1594), - [anon_sym_static_assert] = ACTIONS(1594), - [anon_sym_co_return] = ACTIONS(1594), - [anon_sym_co_yield] = ACTIONS(1594), - [anon_sym_try] = ACTIONS(1594), - [anon_sym_co_await] = ACTIONS(1594), - [anon_sym_new] = ACTIONS(1594), - [sym_operator_name] = ACTIONS(1594), - [sym_this] = ACTIONS(1594), - [sym_nullptr] = ACTIONS(1594), - [sym_alone_macro] = ACTIONS(1596), - [aux_sym_alone_macro_call_token1] = ACTIONS(1594), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1594), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_FORWARD] = ACTIONS(1594), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1594), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1594), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1594), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1594), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_PS_GET] = ACTIONS(1594), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1594), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1594), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1594), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1594), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1594), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1594), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1594), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1594), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1594), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1594), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1594), - [anon_sym_MOZ_COLD] = ACTIONS(1594), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1594), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1594), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1594), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1594), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1594), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1594), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1594), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1594), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1594), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1594), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1594), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1594), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1594), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1594), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1594), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1594), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1594), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1594), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1594), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1594), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_NONNULL] = ACTIONS(1594), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1594), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1594), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1594), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1594), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1594), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_NORETURN] = ACTIONS(1594), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1594), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1594), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1594), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1594), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1594), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1594), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1594), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1594), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1594), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1594), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1594), - [anon_sym_MOZ_RAII] = ACTIONS(1594), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1594), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1594), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1594), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1594), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1594), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1594), - [sym_raw_string_literal] = ACTIONS(1596), + [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), }, [274] = { - [ts_builtin_sym_end] = ACTIONS(1662), - [sym_identifier] = ACTIONS(1660), - [aux_sym_preproc_include_token1] = ACTIONS(1660), - [aux_sym_preproc_def_token1] = ACTIONS(1660), - [aux_sym_preproc_if_token1] = ACTIONS(1660), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1660), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1660), - [sym_preproc_directive] = ACTIONS(1660), - [anon_sym_LPAREN2] = ACTIONS(1662), - [anon_sym_BANG] = ACTIONS(1662), - [anon_sym_TILDE] = ACTIONS(1662), - [anon_sym_DASH] = ACTIONS(1660), - [anon_sym_PLUS] = ACTIONS(1660), - [anon_sym_STAR] = ACTIONS(1662), - [anon_sym_AMP_AMP] = ACTIONS(1662), - [anon_sym_AMP] = ACTIONS(1660), - [anon_sym_SEMI] = ACTIONS(1662), - [anon_sym_typedef] = ACTIONS(1660), - [anon_sym_extern] = ACTIONS(1660), - [anon_sym___attribute__] = ACTIONS(1660), - [anon_sym_COLON_COLON] = ACTIONS(1662), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1662), - [anon_sym___declspec] = ACTIONS(1660), - [anon_sym___based] = ACTIONS(1660), - [anon_sym___cdecl] = ACTIONS(1660), - [anon_sym___clrcall] = ACTIONS(1660), - [anon_sym___stdcall] = ACTIONS(1660), - [anon_sym___fastcall] = ACTIONS(1660), - [anon_sym___thiscall] = ACTIONS(1660), - [anon_sym___vectorcall] = ACTIONS(1660), - [anon_sym_LBRACE] = ACTIONS(1662), - [anon_sym_LBRACK] = ACTIONS(1660), - [anon_sym_static] = ACTIONS(1660), - [anon_sym_register] = ACTIONS(1660), - [anon_sym_inline] = ACTIONS(1660), - [anon_sym_thread_local] = ACTIONS(1660), - [anon_sym_const] = ACTIONS(1660), - [anon_sym_volatile] = ACTIONS(1660), - [anon_sym_restrict] = ACTIONS(1660), - [anon_sym__Atomic] = ACTIONS(1660), - [anon_sym_mutable] = ACTIONS(1660), - [anon_sym_constexpr] = ACTIONS(1660), - [anon_sym_signed] = ACTIONS(1660), - [anon_sym_unsigned] = ACTIONS(1660), - [anon_sym_long] = ACTIONS(1660), - [anon_sym_short] = ACTIONS(1660), - [sym_primitive_type] = ACTIONS(1660), - [anon_sym_enum] = ACTIONS(1660), - [anon_sym_class] = ACTIONS(1660), - [anon_sym_struct] = ACTIONS(1660), - [anon_sym_union] = ACTIONS(1660), - [anon_sym_if] = ACTIONS(1660), - [anon_sym_else] = ACTIONS(1660), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1660), - [anon_sym_default] = ACTIONS(1660), - [anon_sym_while] = ACTIONS(1660), - [anon_sym_do] = ACTIONS(1660), - [anon_sym_for] = ACTIONS(1660), - [anon_sym_return] = ACTIONS(1660), - [anon_sym_break] = ACTIONS(1660), - [anon_sym_continue] = ACTIONS(1660), - [anon_sym_goto] = ACTIONS(1660), - [anon_sym_DASH_DASH] = ACTIONS(1662), - [anon_sym_PLUS_PLUS] = ACTIONS(1662), - [anon_sym_sizeof] = ACTIONS(1660), - [sym_number_literal] = ACTIONS(1662), - [anon_sym_L_SQUOTE] = ACTIONS(1662), - [anon_sym_u_SQUOTE] = ACTIONS(1662), - [anon_sym_U_SQUOTE] = ACTIONS(1662), - [anon_sym_u8_SQUOTE] = ACTIONS(1662), - [anon_sym_SQUOTE] = ACTIONS(1662), - [anon_sym_L_DQUOTE] = ACTIONS(1662), - [anon_sym_u_DQUOTE] = ACTIONS(1662), - [anon_sym_U_DQUOTE] = ACTIONS(1662), - [anon_sym_u8_DQUOTE] = ACTIONS(1662), - [anon_sym_DQUOTE] = ACTIONS(1662), - [sym_true] = ACTIONS(1660), - [sym_false] = ACTIONS(1660), - [sym_null] = ACTIONS(1660), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1660), - [anon_sym_virtual] = ACTIONS(1660), - [anon_sym_explicit] = ACTIONS(1660), - [sym_auto] = ACTIONS(1660), - [anon_sym_typename] = ACTIONS(1660), - [anon_sym_template] = ACTIONS(1660), - [anon_sym_operator] = ACTIONS(1660), - [anon_sym_delete] = ACTIONS(1660), - [anon_sym_throw] = ACTIONS(1660), - [anon_sym_namespace] = ACTIONS(1660), - [anon_sym_using] = ACTIONS(1660), - [anon_sym_static_assert] = ACTIONS(1660), - [anon_sym_co_return] = ACTIONS(1660), - [anon_sym_co_yield] = ACTIONS(1660), - [anon_sym_try] = ACTIONS(1660), - [anon_sym_co_await] = ACTIONS(1660), - [anon_sym_new] = ACTIONS(1660), - [sym_operator_name] = ACTIONS(1660), - [sym_this] = ACTIONS(1660), - [sym_nullptr] = ACTIONS(1660), - [sym_alone_macro] = ACTIONS(1662), - [aux_sym_alone_macro_call_token1] = ACTIONS(1660), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1660), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_FORWARD] = ACTIONS(1660), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1660), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1660), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1660), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1660), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_PS_GET] = ACTIONS(1660), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1660), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1660), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1660), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1660), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1660), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1660), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1660), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1660), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1660), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1660), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1660), - [anon_sym_MOZ_COLD] = ACTIONS(1660), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1660), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1660), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1660), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1660), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1660), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1660), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1660), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1660), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1660), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1660), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1660), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1660), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1660), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1660), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1660), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1660), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1660), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1660), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1660), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1660), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_NONNULL] = ACTIONS(1660), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1660), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1660), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1660), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1660), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1660), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_NORETURN] = ACTIONS(1660), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1660), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1660), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1660), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1660), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1660), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1660), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1660), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1660), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1660), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1660), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1660), - [anon_sym_MOZ_RAII] = ACTIONS(1660), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1660), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1660), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1660), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1660), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1660), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1660), - [sym_raw_string_literal] = ACTIONS(1662), + [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(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), }, [275] = { - [ts_builtin_sym_end] = ACTIONS(1600), - [sym_identifier] = ACTIONS(1598), - [aux_sym_preproc_include_token1] = ACTIONS(1598), - [aux_sym_preproc_def_token1] = ACTIONS(1598), - [aux_sym_preproc_if_token1] = ACTIONS(1598), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1598), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1598), - [sym_preproc_directive] = ACTIONS(1598), - [anon_sym_LPAREN2] = ACTIONS(1600), - [anon_sym_BANG] = ACTIONS(1600), - [anon_sym_TILDE] = ACTIONS(1600), - [anon_sym_DASH] = ACTIONS(1598), - [anon_sym_PLUS] = ACTIONS(1598), - [anon_sym_STAR] = ACTIONS(1600), - [anon_sym_AMP_AMP] = ACTIONS(1600), - [anon_sym_AMP] = ACTIONS(1598), - [anon_sym_SEMI] = ACTIONS(1600), - [anon_sym_typedef] = ACTIONS(1598), - [anon_sym_extern] = ACTIONS(1598), - [anon_sym___attribute__] = ACTIONS(1598), - [anon_sym_COLON_COLON] = ACTIONS(1600), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1600), - [anon_sym___declspec] = ACTIONS(1598), - [anon_sym___based] = ACTIONS(1598), - [anon_sym___cdecl] = ACTIONS(1598), - [anon_sym___clrcall] = ACTIONS(1598), - [anon_sym___stdcall] = ACTIONS(1598), - [anon_sym___fastcall] = ACTIONS(1598), - [anon_sym___thiscall] = ACTIONS(1598), - [anon_sym___vectorcall] = ACTIONS(1598), - [anon_sym_LBRACE] = ACTIONS(1600), - [anon_sym_LBRACK] = ACTIONS(1598), - [anon_sym_static] = ACTIONS(1598), - [anon_sym_register] = ACTIONS(1598), - [anon_sym_inline] = ACTIONS(1598), - [anon_sym_thread_local] = ACTIONS(1598), - [anon_sym_const] = ACTIONS(1598), - [anon_sym_volatile] = ACTIONS(1598), - [anon_sym_restrict] = ACTIONS(1598), - [anon_sym__Atomic] = ACTIONS(1598), - [anon_sym_mutable] = ACTIONS(1598), - [anon_sym_constexpr] = ACTIONS(1598), - [anon_sym_signed] = ACTIONS(1598), - [anon_sym_unsigned] = ACTIONS(1598), - [anon_sym_long] = ACTIONS(1598), - [anon_sym_short] = ACTIONS(1598), - [sym_primitive_type] = ACTIONS(1598), - [anon_sym_enum] = ACTIONS(1598), - [anon_sym_class] = ACTIONS(1598), - [anon_sym_struct] = ACTIONS(1598), - [anon_sym_union] = ACTIONS(1598), - [anon_sym_if] = ACTIONS(1598), - [anon_sym_else] = ACTIONS(1598), - [anon_sym_switch] = ACTIONS(1598), - [anon_sym_case] = ACTIONS(1598), - [anon_sym_default] = ACTIONS(1598), - [anon_sym_while] = ACTIONS(1598), - [anon_sym_do] = ACTIONS(1598), - [anon_sym_for] = ACTIONS(1598), - [anon_sym_return] = ACTIONS(1598), - [anon_sym_break] = ACTIONS(1598), - [anon_sym_continue] = ACTIONS(1598), - [anon_sym_goto] = ACTIONS(1598), - [anon_sym_DASH_DASH] = ACTIONS(1600), - [anon_sym_PLUS_PLUS] = ACTIONS(1600), - [anon_sym_sizeof] = ACTIONS(1598), - [sym_number_literal] = ACTIONS(1600), - [anon_sym_L_SQUOTE] = ACTIONS(1600), - [anon_sym_u_SQUOTE] = ACTIONS(1600), - [anon_sym_U_SQUOTE] = ACTIONS(1600), - [anon_sym_u8_SQUOTE] = ACTIONS(1600), - [anon_sym_SQUOTE] = ACTIONS(1600), - [anon_sym_L_DQUOTE] = ACTIONS(1600), - [anon_sym_u_DQUOTE] = ACTIONS(1600), - [anon_sym_U_DQUOTE] = ACTIONS(1600), - [anon_sym_u8_DQUOTE] = ACTIONS(1600), - [anon_sym_DQUOTE] = ACTIONS(1600), - [sym_true] = ACTIONS(1598), - [sym_false] = ACTIONS(1598), - [sym_null] = ACTIONS(1598), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1598), - [anon_sym_virtual] = ACTIONS(1598), - [anon_sym_explicit] = ACTIONS(1598), - [sym_auto] = ACTIONS(1598), - [anon_sym_typename] = ACTIONS(1598), - [anon_sym_template] = ACTIONS(1598), - [anon_sym_operator] = ACTIONS(1598), - [anon_sym_delete] = ACTIONS(1598), - [anon_sym_throw] = ACTIONS(1598), - [anon_sym_namespace] = ACTIONS(1598), - [anon_sym_using] = ACTIONS(1598), - [anon_sym_static_assert] = ACTIONS(1598), - [anon_sym_co_return] = ACTIONS(1598), - [anon_sym_co_yield] = ACTIONS(1598), - [anon_sym_try] = ACTIONS(1598), - [anon_sym_co_await] = ACTIONS(1598), - [anon_sym_new] = ACTIONS(1598), - [sym_operator_name] = ACTIONS(1598), - [sym_this] = ACTIONS(1598), - [sym_nullptr] = ACTIONS(1598), - [sym_alone_macro] = ACTIONS(1600), - [aux_sym_alone_macro_call_token1] = ACTIONS(1598), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1598), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_FORWARD] = ACTIONS(1598), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1598), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1598), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1598), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1598), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_PS_GET] = ACTIONS(1598), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1598), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1598), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1598), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1598), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1598), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1598), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1598), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1598), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1598), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1598), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1598), - [anon_sym_MOZ_COLD] = ACTIONS(1598), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1598), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1598), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1598), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1598), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1598), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1598), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1598), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1598), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1598), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1598), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1598), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1598), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1598), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1598), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1598), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1598), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1598), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1598), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1598), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1598), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_NONNULL] = ACTIONS(1598), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1598), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1598), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1598), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1598), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1598), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_NORETURN] = ACTIONS(1598), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1598), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1598), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1598), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1598), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1598), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1598), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1598), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1598), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1598), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1598), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1598), - [anon_sym_MOZ_RAII] = ACTIONS(1598), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1598), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1598), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1598), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1598), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1598), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1598), - [sym_raw_string_literal] = ACTIONS(1600), + [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(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), }, [276] = { - [ts_builtin_sym_end] = ACTIONS(1666), - [sym_identifier] = ACTIONS(1664), - [aux_sym_preproc_include_token1] = ACTIONS(1664), - [aux_sym_preproc_def_token1] = ACTIONS(1664), - [aux_sym_preproc_if_token1] = ACTIONS(1664), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1664), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1664), - [sym_preproc_directive] = ACTIONS(1664), - [anon_sym_LPAREN2] = ACTIONS(1666), - [anon_sym_BANG] = ACTIONS(1666), - [anon_sym_TILDE] = ACTIONS(1666), - [anon_sym_DASH] = ACTIONS(1664), - [anon_sym_PLUS] = ACTIONS(1664), - [anon_sym_STAR] = ACTIONS(1666), - [anon_sym_AMP_AMP] = ACTIONS(1666), - [anon_sym_AMP] = ACTIONS(1664), - [anon_sym_SEMI] = ACTIONS(1666), - [anon_sym_typedef] = ACTIONS(1664), - [anon_sym_extern] = ACTIONS(1664), - [anon_sym___attribute__] = ACTIONS(1664), - [anon_sym_COLON_COLON] = ACTIONS(1666), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1666), - [anon_sym___declspec] = ACTIONS(1664), - [anon_sym___based] = ACTIONS(1664), - [anon_sym___cdecl] = ACTIONS(1664), - [anon_sym___clrcall] = ACTIONS(1664), - [anon_sym___stdcall] = ACTIONS(1664), - [anon_sym___fastcall] = ACTIONS(1664), - [anon_sym___thiscall] = ACTIONS(1664), - [anon_sym___vectorcall] = ACTIONS(1664), - [anon_sym_LBRACE] = ACTIONS(1666), - [anon_sym_LBRACK] = ACTIONS(1664), - [anon_sym_static] = ACTIONS(1664), - [anon_sym_register] = ACTIONS(1664), - [anon_sym_inline] = ACTIONS(1664), - [anon_sym_thread_local] = ACTIONS(1664), - [anon_sym_const] = ACTIONS(1664), - [anon_sym_volatile] = ACTIONS(1664), - [anon_sym_restrict] = ACTIONS(1664), - [anon_sym__Atomic] = ACTIONS(1664), - [anon_sym_mutable] = ACTIONS(1664), - [anon_sym_constexpr] = ACTIONS(1664), - [anon_sym_signed] = ACTIONS(1664), - [anon_sym_unsigned] = ACTIONS(1664), - [anon_sym_long] = ACTIONS(1664), - [anon_sym_short] = ACTIONS(1664), - [sym_primitive_type] = ACTIONS(1664), - [anon_sym_enum] = ACTIONS(1664), - [anon_sym_class] = ACTIONS(1664), - [anon_sym_struct] = ACTIONS(1664), - [anon_sym_union] = ACTIONS(1664), - [anon_sym_if] = ACTIONS(1664), - [anon_sym_else] = ACTIONS(1664), - [anon_sym_switch] = ACTIONS(1664), - [anon_sym_case] = ACTIONS(1664), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1664), - [anon_sym_do] = ACTIONS(1664), - [anon_sym_for] = ACTIONS(1664), - [anon_sym_return] = ACTIONS(1664), - [anon_sym_break] = ACTIONS(1664), - [anon_sym_continue] = ACTIONS(1664), - [anon_sym_goto] = ACTIONS(1664), - [anon_sym_DASH_DASH] = ACTIONS(1666), - [anon_sym_PLUS_PLUS] = ACTIONS(1666), - [anon_sym_sizeof] = ACTIONS(1664), - [sym_number_literal] = ACTIONS(1666), - [anon_sym_L_SQUOTE] = ACTIONS(1666), - [anon_sym_u_SQUOTE] = ACTIONS(1666), - [anon_sym_U_SQUOTE] = ACTIONS(1666), - [anon_sym_u8_SQUOTE] = ACTIONS(1666), - [anon_sym_SQUOTE] = ACTIONS(1666), - [anon_sym_L_DQUOTE] = ACTIONS(1666), - [anon_sym_u_DQUOTE] = ACTIONS(1666), - [anon_sym_U_DQUOTE] = ACTIONS(1666), - [anon_sym_u8_DQUOTE] = ACTIONS(1666), - [anon_sym_DQUOTE] = ACTIONS(1666), - [sym_true] = ACTIONS(1664), - [sym_false] = ACTIONS(1664), - [sym_null] = ACTIONS(1664), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1664), - [anon_sym_virtual] = ACTIONS(1664), - [anon_sym_explicit] = ACTIONS(1664), - [sym_auto] = ACTIONS(1664), - [anon_sym_typename] = ACTIONS(1664), - [anon_sym_template] = ACTIONS(1664), - [anon_sym_operator] = ACTIONS(1664), - [anon_sym_delete] = ACTIONS(1664), - [anon_sym_throw] = ACTIONS(1664), - [anon_sym_namespace] = ACTIONS(1664), - [anon_sym_using] = ACTIONS(1664), - [anon_sym_static_assert] = ACTIONS(1664), - [anon_sym_co_return] = ACTIONS(1664), - [anon_sym_co_yield] = ACTIONS(1664), - [anon_sym_try] = ACTIONS(1664), - [anon_sym_co_await] = ACTIONS(1664), - [anon_sym_new] = ACTIONS(1664), - [sym_operator_name] = ACTIONS(1664), - [sym_this] = ACTIONS(1664), - [sym_nullptr] = ACTIONS(1664), - [sym_alone_macro] = ACTIONS(1666), - [aux_sym_alone_macro_call_token1] = ACTIONS(1664), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1664), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_FORWARD] = ACTIONS(1664), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1664), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1664), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1664), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1664), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_PS_GET] = ACTIONS(1664), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1664), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1664), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1664), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1664), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1664), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1664), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1664), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1664), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1664), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1664), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1664), - [anon_sym_MOZ_COLD] = ACTIONS(1664), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1664), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1664), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1664), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1664), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1664), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1664), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1664), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1664), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1664), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1664), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1664), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1664), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1664), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1664), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1664), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1664), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1664), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1664), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1664), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1664), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_NONNULL] = ACTIONS(1664), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1664), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1664), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1664), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1664), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1664), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_NORETURN] = ACTIONS(1664), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1664), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1664), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1664), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1664), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1664), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1664), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1664), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1664), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1664), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1664), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1664), - [anon_sym_MOZ_RAII] = ACTIONS(1664), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1664), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1664), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1664), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1664), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1664), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1664), - [sym_raw_string_literal] = ACTIONS(1666), + [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), }, [277] = { - [sym_identifier] = ACTIONS(1620), - [aux_sym_preproc_include_token1] = ACTIONS(1620), - [aux_sym_preproc_def_token1] = ACTIONS(1620), - [aux_sym_preproc_if_token1] = ACTIONS(1620), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1620), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1620), - [sym_preproc_directive] = ACTIONS(1620), - [anon_sym_LPAREN2] = ACTIONS(1622), - [anon_sym_BANG] = ACTIONS(1622), - [anon_sym_TILDE] = ACTIONS(1622), - [anon_sym_DASH] = ACTIONS(1620), - [anon_sym_PLUS] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1622), - [anon_sym_AMP_AMP] = ACTIONS(1622), - [anon_sym_AMP] = ACTIONS(1620), - [anon_sym_SEMI] = ACTIONS(1622), - [anon_sym_typedef] = ACTIONS(1620), - [anon_sym_extern] = ACTIONS(1620), - [anon_sym___attribute__] = ACTIONS(1620), - [anon_sym_COLON_COLON] = ACTIONS(1622), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1622), - [anon_sym___declspec] = ACTIONS(1620), - [anon_sym___based] = ACTIONS(1620), - [anon_sym___cdecl] = ACTIONS(1620), - [anon_sym___clrcall] = ACTIONS(1620), - [anon_sym___stdcall] = ACTIONS(1620), - [anon_sym___fastcall] = ACTIONS(1620), - [anon_sym___thiscall] = ACTIONS(1620), - [anon_sym___vectorcall] = ACTIONS(1620), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1622), - [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_static] = ACTIONS(1620), - [anon_sym_register] = ACTIONS(1620), - [anon_sym_inline] = ACTIONS(1620), - [anon_sym_thread_local] = ACTIONS(1620), - [anon_sym_const] = ACTIONS(1620), - [anon_sym_volatile] = ACTIONS(1620), - [anon_sym_restrict] = ACTIONS(1620), - [anon_sym__Atomic] = ACTIONS(1620), - [anon_sym_mutable] = ACTIONS(1620), - [anon_sym_constexpr] = ACTIONS(1620), - [anon_sym_signed] = ACTIONS(1620), - [anon_sym_unsigned] = ACTIONS(1620), - [anon_sym_long] = ACTIONS(1620), - [anon_sym_short] = ACTIONS(1620), - [sym_primitive_type] = ACTIONS(1620), - [anon_sym_enum] = ACTIONS(1620), - [anon_sym_class] = ACTIONS(1620), - [anon_sym_struct] = ACTIONS(1620), - [anon_sym_union] = ACTIONS(1620), - [anon_sym_if] = ACTIONS(1620), - [anon_sym_else] = ACTIONS(1620), - [anon_sym_switch] = ACTIONS(1620), - [anon_sym_case] = ACTIONS(1620), - [anon_sym_default] = ACTIONS(1620), - [anon_sym_while] = ACTIONS(1620), - [anon_sym_do] = ACTIONS(1620), - [anon_sym_for] = ACTIONS(1620), - [anon_sym_return] = ACTIONS(1620), - [anon_sym_break] = ACTIONS(1620), - [anon_sym_continue] = ACTIONS(1620), - [anon_sym_goto] = ACTIONS(1620), - [anon_sym_DASH_DASH] = ACTIONS(1622), - [anon_sym_PLUS_PLUS] = ACTIONS(1622), - [anon_sym_sizeof] = ACTIONS(1620), - [sym_number_literal] = ACTIONS(1622), - [anon_sym_L_SQUOTE] = ACTIONS(1622), - [anon_sym_u_SQUOTE] = ACTIONS(1622), - [anon_sym_U_SQUOTE] = ACTIONS(1622), - [anon_sym_u8_SQUOTE] = ACTIONS(1622), - [anon_sym_SQUOTE] = ACTIONS(1622), - [anon_sym_L_DQUOTE] = ACTIONS(1622), - [anon_sym_u_DQUOTE] = ACTIONS(1622), - [anon_sym_U_DQUOTE] = ACTIONS(1622), - [anon_sym_u8_DQUOTE] = ACTIONS(1622), - [anon_sym_DQUOTE] = ACTIONS(1622), - [sym_true] = ACTIONS(1620), - [sym_false] = ACTIONS(1620), - [sym_null] = ACTIONS(1620), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1620), - [anon_sym_virtual] = ACTIONS(1620), - [anon_sym_explicit] = ACTIONS(1620), - [sym_auto] = ACTIONS(1620), - [anon_sym_typename] = ACTIONS(1620), - [anon_sym_template] = ACTIONS(1620), - [anon_sym_operator] = ACTIONS(1620), - [anon_sym_delete] = ACTIONS(1620), - [anon_sym_throw] = ACTIONS(1620), - [anon_sym_namespace] = ACTIONS(1620), - [anon_sym_using] = ACTIONS(1620), - [anon_sym_static_assert] = ACTIONS(1620), - [anon_sym_co_return] = ACTIONS(1620), - [anon_sym_co_yield] = ACTIONS(1620), - [anon_sym_try] = ACTIONS(1620), - [anon_sym_co_await] = ACTIONS(1620), - [anon_sym_new] = ACTIONS(1620), - [sym_operator_name] = ACTIONS(1620), - [sym_this] = ACTIONS(1620), - [sym_nullptr] = ACTIONS(1620), - [sym_alone_macro] = ACTIONS(1622), - [aux_sym_alone_macro_call_token1] = ACTIONS(1620), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1620), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_FORWARD] = ACTIONS(1620), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1620), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1620), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1620), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1620), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_PS_GET] = ACTIONS(1620), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1620), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1620), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1620), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1620), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1620), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1620), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1620), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1620), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1620), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1620), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1620), - [anon_sym_MOZ_COLD] = ACTIONS(1620), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1620), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1620), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1620), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1620), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1620), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1620), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1620), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1620), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1620), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1620), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1620), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1620), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1620), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1620), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1620), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1620), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1620), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1620), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1620), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1620), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_NONNULL] = ACTIONS(1620), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1620), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1620), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1620), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1620), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1620), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_NORETURN] = ACTIONS(1620), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1620), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1620), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1620), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1620), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1620), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1620), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1620), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1620), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1620), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1620), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1620), - [anon_sym_MOZ_RAII] = ACTIONS(1620), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1620), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1620), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1620), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1620), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1620), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1620), - [sym_raw_string_literal] = ACTIONS(1622), + [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), }, [278] = { - [sym_identifier] = ACTIONS(1578), - [aux_sym_preproc_include_token1] = ACTIONS(1578), - [aux_sym_preproc_def_token1] = ACTIONS(1578), - [aux_sym_preproc_if_token1] = ACTIONS(1578), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1578), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1578), - [sym_preproc_directive] = ACTIONS(1578), - [anon_sym_LPAREN2] = ACTIONS(1580), - [anon_sym_BANG] = ACTIONS(1580), - [anon_sym_TILDE] = ACTIONS(1580), - [anon_sym_DASH] = ACTIONS(1578), - [anon_sym_PLUS] = ACTIONS(1578), - [anon_sym_STAR] = ACTIONS(1580), - [anon_sym_AMP_AMP] = ACTIONS(1580), - [anon_sym_AMP] = ACTIONS(1578), - [anon_sym_SEMI] = ACTIONS(1580), - [anon_sym_typedef] = ACTIONS(1578), - [anon_sym_extern] = ACTIONS(1578), - [anon_sym___attribute__] = ACTIONS(1578), - [anon_sym_COLON_COLON] = ACTIONS(1580), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1580), - [anon_sym___declspec] = ACTIONS(1578), - [anon_sym___based] = ACTIONS(1578), - [anon_sym___cdecl] = ACTIONS(1578), - [anon_sym___clrcall] = ACTIONS(1578), - [anon_sym___stdcall] = ACTIONS(1578), - [anon_sym___fastcall] = ACTIONS(1578), - [anon_sym___thiscall] = ACTIONS(1578), - [anon_sym___vectorcall] = ACTIONS(1578), - [anon_sym_LBRACE] = ACTIONS(1580), - [anon_sym_RBRACE] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(1578), - [anon_sym_static] = ACTIONS(1578), - [anon_sym_register] = ACTIONS(1578), - [anon_sym_inline] = ACTIONS(1578), - [anon_sym_thread_local] = ACTIONS(1578), - [anon_sym_const] = ACTIONS(1578), - [anon_sym_volatile] = ACTIONS(1578), - [anon_sym_restrict] = ACTIONS(1578), - [anon_sym__Atomic] = ACTIONS(1578), - [anon_sym_mutable] = ACTIONS(1578), - [anon_sym_constexpr] = ACTIONS(1578), - [anon_sym_signed] = ACTIONS(1578), - [anon_sym_unsigned] = ACTIONS(1578), - [anon_sym_long] = ACTIONS(1578), - [anon_sym_short] = ACTIONS(1578), - [sym_primitive_type] = ACTIONS(1578), - [anon_sym_enum] = ACTIONS(1578), - [anon_sym_class] = ACTIONS(1578), - [anon_sym_struct] = ACTIONS(1578), - [anon_sym_union] = ACTIONS(1578), - [anon_sym_if] = ACTIONS(1578), - [anon_sym_else] = ACTIONS(1578), - [anon_sym_switch] = ACTIONS(1578), - [anon_sym_case] = ACTIONS(1578), - [anon_sym_default] = ACTIONS(1578), - [anon_sym_while] = ACTIONS(1578), - [anon_sym_do] = ACTIONS(1578), - [anon_sym_for] = ACTIONS(1578), - [anon_sym_return] = ACTIONS(1578), - [anon_sym_break] = ACTIONS(1578), - [anon_sym_continue] = ACTIONS(1578), - [anon_sym_goto] = ACTIONS(1578), - [anon_sym_DASH_DASH] = ACTIONS(1580), - [anon_sym_PLUS_PLUS] = ACTIONS(1580), - [anon_sym_sizeof] = ACTIONS(1578), - [sym_number_literal] = ACTIONS(1580), - [anon_sym_L_SQUOTE] = ACTIONS(1580), - [anon_sym_u_SQUOTE] = ACTIONS(1580), - [anon_sym_U_SQUOTE] = ACTIONS(1580), - [anon_sym_u8_SQUOTE] = ACTIONS(1580), - [anon_sym_SQUOTE] = ACTIONS(1580), - [anon_sym_L_DQUOTE] = ACTIONS(1580), - [anon_sym_u_DQUOTE] = ACTIONS(1580), - [anon_sym_U_DQUOTE] = ACTIONS(1580), - [anon_sym_u8_DQUOTE] = ACTIONS(1580), - [anon_sym_DQUOTE] = ACTIONS(1580), - [sym_true] = ACTIONS(1578), - [sym_false] = ACTIONS(1578), - [sym_null] = ACTIONS(1578), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1578), - [anon_sym_virtual] = ACTIONS(1578), - [anon_sym_explicit] = ACTIONS(1578), - [sym_auto] = ACTIONS(1578), - [anon_sym_typename] = ACTIONS(1578), - [anon_sym_template] = ACTIONS(1578), - [anon_sym_operator] = ACTIONS(1578), - [anon_sym_delete] = ACTIONS(1578), - [anon_sym_throw] = ACTIONS(1578), - [anon_sym_namespace] = ACTIONS(1578), - [anon_sym_using] = ACTIONS(1578), - [anon_sym_static_assert] = ACTIONS(1578), - [anon_sym_co_return] = ACTIONS(1578), - [anon_sym_co_yield] = ACTIONS(1578), - [anon_sym_try] = ACTIONS(1578), - [anon_sym_co_await] = ACTIONS(1578), - [anon_sym_new] = ACTIONS(1578), - [sym_operator_name] = ACTIONS(1578), - [sym_this] = ACTIONS(1578), - [sym_nullptr] = ACTIONS(1578), - [sym_alone_macro] = ACTIONS(1580), - [aux_sym_alone_macro_call_token1] = ACTIONS(1578), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1578), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_FORWARD] = ACTIONS(1578), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1578), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1578), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1578), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1578), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_PS_GET] = ACTIONS(1578), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1578), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1578), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1578), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1578), - [anon_sym_MOZ_COLD] = ACTIONS(1578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_NONNULL] = ACTIONS(1578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_NORETURN] = ACTIONS(1578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1578), - [anon_sym_MOZ_RAII] = ACTIONS(1578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1578), - [sym_raw_string_literal] = ACTIONS(1580), + [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(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), }, [279] = { - [sym_identifier] = ACTIONS(1574), - [aux_sym_preproc_include_token1] = ACTIONS(1574), - [aux_sym_preproc_def_token1] = ACTIONS(1574), - [aux_sym_preproc_if_token1] = ACTIONS(1574), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1574), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1574), - [sym_preproc_directive] = ACTIONS(1574), - [anon_sym_LPAREN2] = ACTIONS(1576), - [anon_sym_BANG] = ACTIONS(1576), - [anon_sym_TILDE] = ACTIONS(1576), - [anon_sym_DASH] = ACTIONS(1574), - [anon_sym_PLUS] = ACTIONS(1574), - [anon_sym_STAR] = ACTIONS(1576), - [anon_sym_AMP_AMP] = ACTIONS(1576), - [anon_sym_AMP] = ACTIONS(1574), - [anon_sym_SEMI] = ACTIONS(1576), - [anon_sym_typedef] = ACTIONS(1574), - [anon_sym_extern] = ACTIONS(1574), - [anon_sym___attribute__] = ACTIONS(1574), - [anon_sym_COLON_COLON] = ACTIONS(1576), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1576), - [anon_sym___declspec] = ACTIONS(1574), - [anon_sym___based] = ACTIONS(1574), - [anon_sym___cdecl] = ACTIONS(1574), - [anon_sym___clrcall] = ACTIONS(1574), - [anon_sym___stdcall] = ACTIONS(1574), - [anon_sym___fastcall] = ACTIONS(1574), - [anon_sym___thiscall] = ACTIONS(1574), - [anon_sym___vectorcall] = ACTIONS(1574), - [anon_sym_LBRACE] = ACTIONS(1576), - [anon_sym_RBRACE] = ACTIONS(1576), - [anon_sym_LBRACK] = ACTIONS(1574), - [anon_sym_static] = ACTIONS(1574), - [anon_sym_register] = ACTIONS(1574), - [anon_sym_inline] = ACTIONS(1574), - [anon_sym_thread_local] = ACTIONS(1574), - [anon_sym_const] = ACTIONS(1574), - [anon_sym_volatile] = ACTIONS(1574), - [anon_sym_restrict] = ACTIONS(1574), - [anon_sym__Atomic] = ACTIONS(1574), - [anon_sym_mutable] = ACTIONS(1574), - [anon_sym_constexpr] = ACTIONS(1574), - [anon_sym_signed] = ACTIONS(1574), - [anon_sym_unsigned] = ACTIONS(1574), - [anon_sym_long] = ACTIONS(1574), - [anon_sym_short] = ACTIONS(1574), - [sym_primitive_type] = ACTIONS(1574), - [anon_sym_enum] = ACTIONS(1574), - [anon_sym_class] = ACTIONS(1574), - [anon_sym_struct] = ACTIONS(1574), - [anon_sym_union] = ACTIONS(1574), - [anon_sym_if] = ACTIONS(1574), - [anon_sym_else] = ACTIONS(1574), - [anon_sym_switch] = ACTIONS(1574), - [anon_sym_case] = ACTIONS(1574), - [anon_sym_default] = ACTIONS(1574), - [anon_sym_while] = ACTIONS(1574), - [anon_sym_do] = ACTIONS(1574), - [anon_sym_for] = ACTIONS(1574), - [anon_sym_return] = ACTIONS(1574), - [anon_sym_break] = ACTIONS(1574), - [anon_sym_continue] = ACTIONS(1574), - [anon_sym_goto] = ACTIONS(1574), - [anon_sym_DASH_DASH] = ACTIONS(1576), - [anon_sym_PLUS_PLUS] = ACTIONS(1576), - [anon_sym_sizeof] = ACTIONS(1574), - [sym_number_literal] = ACTIONS(1576), - [anon_sym_L_SQUOTE] = ACTIONS(1576), - [anon_sym_u_SQUOTE] = ACTIONS(1576), - [anon_sym_U_SQUOTE] = ACTIONS(1576), - [anon_sym_u8_SQUOTE] = ACTIONS(1576), - [anon_sym_SQUOTE] = ACTIONS(1576), - [anon_sym_L_DQUOTE] = ACTIONS(1576), - [anon_sym_u_DQUOTE] = ACTIONS(1576), - [anon_sym_U_DQUOTE] = ACTIONS(1576), - [anon_sym_u8_DQUOTE] = ACTIONS(1576), - [anon_sym_DQUOTE] = ACTIONS(1576), - [sym_true] = ACTIONS(1574), - [sym_false] = ACTIONS(1574), - [sym_null] = ACTIONS(1574), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1574), - [anon_sym_virtual] = ACTIONS(1574), - [anon_sym_explicit] = ACTIONS(1574), - [sym_auto] = ACTIONS(1574), - [anon_sym_typename] = ACTIONS(1574), - [anon_sym_template] = ACTIONS(1574), - [anon_sym_operator] = ACTIONS(1574), - [anon_sym_delete] = ACTIONS(1574), - [anon_sym_throw] = ACTIONS(1574), - [anon_sym_namespace] = ACTIONS(1574), - [anon_sym_using] = ACTIONS(1574), - [anon_sym_static_assert] = ACTIONS(1574), - [anon_sym_co_return] = ACTIONS(1574), - [anon_sym_co_yield] = ACTIONS(1574), - [anon_sym_try] = ACTIONS(1574), - [anon_sym_co_await] = ACTIONS(1574), - [anon_sym_new] = ACTIONS(1574), - [sym_operator_name] = ACTIONS(1574), - [sym_this] = ACTIONS(1574), - [sym_nullptr] = ACTIONS(1574), - [sym_alone_macro] = ACTIONS(1576), - [aux_sym_alone_macro_call_token1] = ACTIONS(1574), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1574), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_FORWARD] = ACTIONS(1574), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1574), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1574), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1574), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1574), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_PS_GET] = ACTIONS(1574), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1574), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1574), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1574), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1574), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1574), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1574), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1574), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1574), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1574), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1574), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1574), - [anon_sym_MOZ_COLD] = ACTIONS(1574), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1574), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1574), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1574), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1574), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1574), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1574), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1574), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1574), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1574), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1574), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1574), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1574), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1574), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1574), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1574), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1574), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1574), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1574), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1574), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1574), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_NONNULL] = ACTIONS(1574), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1574), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1574), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1574), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1574), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1574), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_NORETURN] = ACTIONS(1574), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1574), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1574), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1574), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1574), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1574), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1574), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1574), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1574), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1574), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1574), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1574), - [anon_sym_MOZ_RAII] = ACTIONS(1574), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1574), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1574), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1574), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1574), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1574), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1574), - [sym_raw_string_literal] = ACTIONS(1576), + [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), }, [280] = { - [sym_identifier] = ACTIONS(1628), - [aux_sym_preproc_include_token1] = ACTIONS(1628), - [aux_sym_preproc_def_token1] = ACTIONS(1628), - [aux_sym_preproc_if_token1] = ACTIONS(1628), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1628), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1628), - [sym_preproc_directive] = ACTIONS(1628), - [anon_sym_LPAREN2] = ACTIONS(1630), - [anon_sym_BANG] = ACTIONS(1630), - [anon_sym_TILDE] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1628), - [anon_sym_STAR] = ACTIONS(1630), - [anon_sym_AMP_AMP] = ACTIONS(1630), - [anon_sym_AMP] = ACTIONS(1628), - [anon_sym_SEMI] = ACTIONS(1630), - [anon_sym_typedef] = ACTIONS(1628), - [anon_sym_extern] = ACTIONS(1628), - [anon_sym___attribute__] = ACTIONS(1628), - [anon_sym_COLON_COLON] = ACTIONS(1630), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1630), - [anon_sym___declspec] = ACTIONS(1628), - [anon_sym___based] = ACTIONS(1628), - [anon_sym___cdecl] = ACTIONS(1628), - [anon_sym___clrcall] = ACTIONS(1628), - [anon_sym___stdcall] = ACTIONS(1628), - [anon_sym___fastcall] = ACTIONS(1628), - [anon_sym___thiscall] = ACTIONS(1628), - [anon_sym___vectorcall] = ACTIONS(1628), - [anon_sym_LBRACE] = ACTIONS(1630), - [anon_sym_RBRACE] = ACTIONS(1630), - [anon_sym_LBRACK] = ACTIONS(1628), - [anon_sym_static] = ACTIONS(1628), - [anon_sym_register] = ACTIONS(1628), - [anon_sym_inline] = ACTIONS(1628), - [anon_sym_thread_local] = ACTIONS(1628), - [anon_sym_const] = ACTIONS(1628), - [anon_sym_volatile] = ACTIONS(1628), - [anon_sym_restrict] = ACTIONS(1628), - [anon_sym__Atomic] = ACTIONS(1628), - [anon_sym_mutable] = ACTIONS(1628), - [anon_sym_constexpr] = ACTIONS(1628), - [anon_sym_signed] = ACTIONS(1628), - [anon_sym_unsigned] = ACTIONS(1628), - [anon_sym_long] = ACTIONS(1628), - [anon_sym_short] = ACTIONS(1628), - [sym_primitive_type] = ACTIONS(1628), - [anon_sym_enum] = ACTIONS(1628), - [anon_sym_class] = ACTIONS(1628), - [anon_sym_struct] = ACTIONS(1628), - [anon_sym_union] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1628), - [anon_sym_else] = ACTIONS(1628), - [anon_sym_switch] = ACTIONS(1628), - [anon_sym_case] = ACTIONS(1628), - [anon_sym_default] = ACTIONS(1628), - [anon_sym_while] = ACTIONS(1628), - [anon_sym_do] = ACTIONS(1628), - [anon_sym_for] = ACTIONS(1628), - [anon_sym_return] = ACTIONS(1628), - [anon_sym_break] = ACTIONS(1628), - [anon_sym_continue] = ACTIONS(1628), - [anon_sym_goto] = ACTIONS(1628), - [anon_sym_DASH_DASH] = ACTIONS(1630), - [anon_sym_PLUS_PLUS] = ACTIONS(1630), - [anon_sym_sizeof] = ACTIONS(1628), - [sym_number_literal] = ACTIONS(1630), - [anon_sym_L_SQUOTE] = ACTIONS(1630), - [anon_sym_u_SQUOTE] = ACTIONS(1630), - [anon_sym_U_SQUOTE] = ACTIONS(1630), - [anon_sym_u8_SQUOTE] = ACTIONS(1630), - [anon_sym_SQUOTE] = ACTIONS(1630), - [anon_sym_L_DQUOTE] = ACTIONS(1630), - [anon_sym_u_DQUOTE] = ACTIONS(1630), - [anon_sym_U_DQUOTE] = ACTIONS(1630), - [anon_sym_u8_DQUOTE] = ACTIONS(1630), - [anon_sym_DQUOTE] = ACTIONS(1630), - [sym_true] = ACTIONS(1628), - [sym_false] = ACTIONS(1628), - [sym_null] = ACTIONS(1628), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1628), - [anon_sym_virtual] = ACTIONS(1628), - [anon_sym_explicit] = ACTIONS(1628), - [sym_auto] = ACTIONS(1628), - [anon_sym_typename] = ACTIONS(1628), - [anon_sym_template] = ACTIONS(1628), - [anon_sym_operator] = ACTIONS(1628), - [anon_sym_delete] = ACTIONS(1628), - [anon_sym_throw] = ACTIONS(1628), - [anon_sym_namespace] = ACTIONS(1628), - [anon_sym_using] = ACTIONS(1628), - [anon_sym_static_assert] = ACTIONS(1628), - [anon_sym_co_return] = ACTIONS(1628), - [anon_sym_co_yield] = ACTIONS(1628), - [anon_sym_try] = ACTIONS(1628), - [anon_sym_co_await] = ACTIONS(1628), - [anon_sym_new] = ACTIONS(1628), - [sym_operator_name] = ACTIONS(1628), - [sym_this] = ACTIONS(1628), - [sym_nullptr] = ACTIONS(1628), - [sym_alone_macro] = ACTIONS(1630), - [aux_sym_alone_macro_call_token1] = ACTIONS(1628), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1628), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_FORWARD] = ACTIONS(1628), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1628), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1628), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1628), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1628), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_PS_GET] = ACTIONS(1628), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1628), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1628), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1628), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1628), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1628), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1628), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1628), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1628), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1628), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1628), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1628), - [anon_sym_MOZ_COLD] = ACTIONS(1628), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1628), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1628), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1628), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1628), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1628), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1628), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1628), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1628), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1628), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1628), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1628), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1628), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1628), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1628), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1628), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1628), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1628), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1628), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1628), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1628), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_NONNULL] = ACTIONS(1628), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1628), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1628), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1628), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1628), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1628), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_NORETURN] = ACTIONS(1628), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1628), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1628), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1628), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1628), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1628), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1628), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1628), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1628), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1628), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1628), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1628), - [anon_sym_MOZ_RAII] = ACTIONS(1628), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1628), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1628), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1628), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1628), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1628), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1628), - [sym_raw_string_literal] = ACTIONS(1630), + [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(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), }, [281] = { - [sym_identifier] = ACTIONS(1632), - [aux_sym_preproc_include_token1] = ACTIONS(1632), - [aux_sym_preproc_def_token1] = ACTIONS(1632), - [aux_sym_preproc_if_token1] = ACTIONS(1632), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1632), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1632), - [sym_preproc_directive] = ACTIONS(1632), - [anon_sym_LPAREN2] = ACTIONS(1634), - [anon_sym_BANG] = ACTIONS(1634), - [anon_sym_TILDE] = ACTIONS(1634), - [anon_sym_DASH] = ACTIONS(1632), - [anon_sym_PLUS] = ACTIONS(1632), - [anon_sym_STAR] = ACTIONS(1634), - [anon_sym_AMP_AMP] = ACTIONS(1634), - [anon_sym_AMP] = ACTIONS(1632), - [anon_sym_SEMI] = ACTIONS(1634), - [anon_sym_typedef] = ACTIONS(1632), - [anon_sym_extern] = ACTIONS(1632), - [anon_sym___attribute__] = ACTIONS(1632), - [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1634), - [anon_sym___declspec] = ACTIONS(1632), - [anon_sym___based] = ACTIONS(1632), - [anon_sym___cdecl] = ACTIONS(1632), - [anon_sym___clrcall] = ACTIONS(1632), - [anon_sym___stdcall] = ACTIONS(1632), - [anon_sym___fastcall] = ACTIONS(1632), - [anon_sym___thiscall] = ACTIONS(1632), - [anon_sym___vectorcall] = ACTIONS(1632), - [anon_sym_LBRACE] = ACTIONS(1634), - [anon_sym_RBRACE] = ACTIONS(1634), - [anon_sym_LBRACK] = ACTIONS(1632), - [anon_sym_static] = ACTIONS(1632), - [anon_sym_register] = ACTIONS(1632), - [anon_sym_inline] = ACTIONS(1632), - [anon_sym_thread_local] = ACTIONS(1632), - [anon_sym_const] = ACTIONS(1632), - [anon_sym_volatile] = ACTIONS(1632), - [anon_sym_restrict] = ACTIONS(1632), - [anon_sym__Atomic] = ACTIONS(1632), - [anon_sym_mutable] = ACTIONS(1632), - [anon_sym_constexpr] = ACTIONS(1632), - [anon_sym_signed] = ACTIONS(1632), - [anon_sym_unsigned] = ACTIONS(1632), - [anon_sym_long] = ACTIONS(1632), - [anon_sym_short] = ACTIONS(1632), - [sym_primitive_type] = ACTIONS(1632), - [anon_sym_enum] = ACTIONS(1632), - [anon_sym_class] = ACTIONS(1632), - [anon_sym_struct] = ACTIONS(1632), - [anon_sym_union] = ACTIONS(1632), - [anon_sym_if] = ACTIONS(1632), - [anon_sym_else] = ACTIONS(1632), - [anon_sym_switch] = ACTIONS(1632), - [anon_sym_case] = ACTIONS(1632), - [anon_sym_default] = ACTIONS(1632), - [anon_sym_while] = ACTIONS(1632), - [anon_sym_do] = ACTIONS(1632), - [anon_sym_for] = ACTIONS(1632), - [anon_sym_return] = ACTIONS(1632), - [anon_sym_break] = ACTIONS(1632), - [anon_sym_continue] = ACTIONS(1632), - [anon_sym_goto] = ACTIONS(1632), - [anon_sym_DASH_DASH] = ACTIONS(1634), - [anon_sym_PLUS_PLUS] = ACTIONS(1634), - [anon_sym_sizeof] = ACTIONS(1632), - [sym_number_literal] = ACTIONS(1634), - [anon_sym_L_SQUOTE] = ACTIONS(1634), - [anon_sym_u_SQUOTE] = ACTIONS(1634), - [anon_sym_U_SQUOTE] = ACTIONS(1634), - [anon_sym_u8_SQUOTE] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(1634), - [anon_sym_L_DQUOTE] = ACTIONS(1634), - [anon_sym_u_DQUOTE] = ACTIONS(1634), - [anon_sym_U_DQUOTE] = ACTIONS(1634), - [anon_sym_u8_DQUOTE] = ACTIONS(1634), - [anon_sym_DQUOTE] = ACTIONS(1634), - [sym_true] = ACTIONS(1632), - [sym_false] = ACTIONS(1632), - [sym_null] = ACTIONS(1632), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1632), - [anon_sym_virtual] = ACTIONS(1632), - [anon_sym_explicit] = ACTIONS(1632), - [sym_auto] = ACTIONS(1632), - [anon_sym_typename] = ACTIONS(1632), - [anon_sym_template] = ACTIONS(1632), - [anon_sym_operator] = ACTIONS(1632), - [anon_sym_delete] = ACTIONS(1632), - [anon_sym_throw] = ACTIONS(1632), - [anon_sym_namespace] = ACTIONS(1632), - [anon_sym_using] = ACTIONS(1632), - [anon_sym_static_assert] = ACTIONS(1632), - [anon_sym_co_return] = ACTIONS(1632), - [anon_sym_co_yield] = ACTIONS(1632), - [anon_sym_try] = ACTIONS(1632), - [anon_sym_co_await] = ACTIONS(1632), - [anon_sym_new] = ACTIONS(1632), - [sym_operator_name] = ACTIONS(1632), - [sym_this] = ACTIONS(1632), - [sym_nullptr] = ACTIONS(1632), - [sym_alone_macro] = ACTIONS(1634), - [aux_sym_alone_macro_call_token1] = ACTIONS(1632), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1632), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_FORWARD] = ACTIONS(1632), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1632), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1632), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1632), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1632), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_PS_GET] = ACTIONS(1632), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1632), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1632), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1632), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1632), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1632), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1632), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1632), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1632), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1632), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1632), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1632), - [anon_sym_MOZ_COLD] = ACTIONS(1632), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1632), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1632), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1632), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1632), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1632), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1632), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1632), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1632), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1632), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1632), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1632), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1632), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1632), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1632), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1632), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1632), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1632), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1632), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1632), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1632), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_NONNULL] = ACTIONS(1632), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1632), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1632), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1632), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1632), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1632), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_NORETURN] = ACTIONS(1632), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1632), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1632), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1632), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1632), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1632), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1632), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1632), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1632), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1632), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1632), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1632), - [anon_sym_MOZ_RAII] = ACTIONS(1632), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1632), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1632), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1632), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1632), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1632), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1632), - [sym_raw_string_literal] = ACTIONS(1634), + [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), }, [282] = { - [ts_builtin_sym_end] = ACTIONS(1604), - [sym_identifier] = ACTIONS(1602), - [aux_sym_preproc_include_token1] = ACTIONS(1602), - [aux_sym_preproc_def_token1] = ACTIONS(1602), - [aux_sym_preproc_if_token1] = ACTIONS(1602), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1602), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1602), - [sym_preproc_directive] = ACTIONS(1602), - [anon_sym_LPAREN2] = ACTIONS(1604), - [anon_sym_BANG] = ACTIONS(1604), - [anon_sym_TILDE] = ACTIONS(1604), - [anon_sym_DASH] = ACTIONS(1602), - [anon_sym_PLUS] = ACTIONS(1602), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_AMP_AMP] = ACTIONS(1604), - [anon_sym_AMP] = ACTIONS(1602), - [anon_sym_SEMI] = ACTIONS(1604), - [anon_sym_typedef] = ACTIONS(1602), - [anon_sym_extern] = ACTIONS(1602), - [anon_sym___attribute__] = ACTIONS(1602), - [anon_sym_COLON_COLON] = ACTIONS(1604), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1604), - [anon_sym___declspec] = ACTIONS(1602), - [anon_sym___based] = ACTIONS(1602), - [anon_sym___cdecl] = ACTIONS(1602), - [anon_sym___clrcall] = ACTIONS(1602), - [anon_sym___stdcall] = ACTIONS(1602), - [anon_sym___fastcall] = ACTIONS(1602), - [anon_sym___thiscall] = ACTIONS(1602), - [anon_sym___vectorcall] = ACTIONS(1602), - [anon_sym_LBRACE] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1602), - [anon_sym_static] = ACTIONS(1602), - [anon_sym_register] = ACTIONS(1602), - [anon_sym_inline] = ACTIONS(1602), - [anon_sym_thread_local] = ACTIONS(1602), - [anon_sym_const] = ACTIONS(1602), - [anon_sym_volatile] = ACTIONS(1602), - [anon_sym_restrict] = ACTIONS(1602), - [anon_sym__Atomic] = ACTIONS(1602), - [anon_sym_mutable] = ACTIONS(1602), - [anon_sym_constexpr] = ACTIONS(1602), - [anon_sym_signed] = ACTIONS(1602), - [anon_sym_unsigned] = ACTIONS(1602), - [anon_sym_long] = ACTIONS(1602), - [anon_sym_short] = ACTIONS(1602), - [sym_primitive_type] = ACTIONS(1602), - [anon_sym_enum] = ACTIONS(1602), - [anon_sym_class] = ACTIONS(1602), - [anon_sym_struct] = ACTIONS(1602), - [anon_sym_union] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1602), - [anon_sym_else] = ACTIONS(1602), - [anon_sym_switch] = ACTIONS(1602), - [anon_sym_case] = ACTIONS(1602), - [anon_sym_default] = ACTIONS(1602), - [anon_sym_while] = ACTIONS(1602), - [anon_sym_do] = ACTIONS(1602), - [anon_sym_for] = ACTIONS(1602), - [anon_sym_return] = ACTIONS(1602), - [anon_sym_break] = ACTIONS(1602), - [anon_sym_continue] = ACTIONS(1602), - [anon_sym_goto] = ACTIONS(1602), - [anon_sym_DASH_DASH] = ACTIONS(1604), - [anon_sym_PLUS_PLUS] = ACTIONS(1604), - [anon_sym_sizeof] = ACTIONS(1602), - [sym_number_literal] = ACTIONS(1604), - [anon_sym_L_SQUOTE] = ACTIONS(1604), - [anon_sym_u_SQUOTE] = ACTIONS(1604), - [anon_sym_U_SQUOTE] = ACTIONS(1604), - [anon_sym_u8_SQUOTE] = ACTIONS(1604), - [anon_sym_SQUOTE] = ACTIONS(1604), - [anon_sym_L_DQUOTE] = ACTIONS(1604), - [anon_sym_u_DQUOTE] = ACTIONS(1604), - [anon_sym_U_DQUOTE] = ACTIONS(1604), - [anon_sym_u8_DQUOTE] = ACTIONS(1604), - [anon_sym_DQUOTE] = ACTIONS(1604), - [sym_true] = ACTIONS(1602), - [sym_false] = ACTIONS(1602), - [sym_null] = ACTIONS(1602), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1602), - [anon_sym_virtual] = ACTIONS(1602), - [anon_sym_explicit] = ACTIONS(1602), - [sym_auto] = ACTIONS(1602), - [anon_sym_typename] = ACTIONS(1602), - [anon_sym_template] = ACTIONS(1602), - [anon_sym_operator] = ACTIONS(1602), - [anon_sym_delete] = ACTIONS(1602), - [anon_sym_throw] = ACTIONS(1602), - [anon_sym_namespace] = ACTIONS(1602), - [anon_sym_using] = ACTIONS(1602), - [anon_sym_static_assert] = ACTIONS(1602), - [anon_sym_co_return] = ACTIONS(1602), - [anon_sym_co_yield] = ACTIONS(1602), - [anon_sym_try] = ACTIONS(1602), - [anon_sym_co_await] = ACTIONS(1602), - [anon_sym_new] = ACTIONS(1602), - [sym_operator_name] = ACTIONS(1602), - [sym_this] = ACTIONS(1602), - [sym_nullptr] = ACTIONS(1602), - [sym_alone_macro] = ACTIONS(1604), - [aux_sym_alone_macro_call_token1] = ACTIONS(1602), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1602), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_FORWARD] = ACTIONS(1602), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1602), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1602), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1602), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1602), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_PS_GET] = ACTIONS(1602), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1602), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1602), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1602), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1602), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1602), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1602), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1602), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1602), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1602), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1602), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1602), - [anon_sym_MOZ_COLD] = ACTIONS(1602), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1602), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1602), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1602), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1602), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1602), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1602), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1602), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1602), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1602), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1602), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1602), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1602), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1602), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1602), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1602), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1602), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1602), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1602), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1602), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1602), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_NONNULL] = ACTIONS(1602), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1602), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1602), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1602), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1602), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1602), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_NORETURN] = ACTIONS(1602), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1602), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1602), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1602), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1602), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1602), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1602), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1602), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1602), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1602), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1602), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1602), - [anon_sym_MOZ_RAII] = ACTIONS(1602), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1602), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1602), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1602), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1602), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1602), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1602), - [sym_raw_string_literal] = ACTIONS(1604), + [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), }, [283] = { - [ts_builtin_sym_end] = ACTIONS(1614), - [sym_identifier] = ACTIONS(1612), - [aux_sym_preproc_include_token1] = ACTIONS(1612), - [aux_sym_preproc_def_token1] = ACTIONS(1612), - [aux_sym_preproc_if_token1] = ACTIONS(1612), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1612), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1612), - [sym_preproc_directive] = ACTIONS(1612), - [anon_sym_LPAREN2] = ACTIONS(1614), - [anon_sym_BANG] = ACTIONS(1614), - [anon_sym_TILDE] = ACTIONS(1614), - [anon_sym_DASH] = ACTIONS(1612), - [anon_sym_PLUS] = ACTIONS(1612), - [anon_sym_STAR] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1614), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_SEMI] = ACTIONS(1614), - [anon_sym_typedef] = ACTIONS(1612), - [anon_sym_extern] = ACTIONS(1612), - [anon_sym___attribute__] = ACTIONS(1612), - [anon_sym_COLON_COLON] = ACTIONS(1614), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1614), - [anon_sym___declspec] = ACTIONS(1612), - [anon_sym___based] = ACTIONS(1612), - [anon_sym___cdecl] = ACTIONS(1612), - [anon_sym___clrcall] = ACTIONS(1612), - [anon_sym___stdcall] = ACTIONS(1612), - [anon_sym___fastcall] = ACTIONS(1612), - [anon_sym___thiscall] = ACTIONS(1612), - [anon_sym___vectorcall] = ACTIONS(1612), - [anon_sym_LBRACE] = ACTIONS(1614), - [anon_sym_LBRACK] = ACTIONS(1612), - [anon_sym_static] = ACTIONS(1612), - [anon_sym_register] = ACTIONS(1612), - [anon_sym_inline] = ACTIONS(1612), - [anon_sym_thread_local] = ACTIONS(1612), - [anon_sym_const] = ACTIONS(1612), - [anon_sym_volatile] = ACTIONS(1612), - [anon_sym_restrict] = ACTIONS(1612), - [anon_sym__Atomic] = ACTIONS(1612), - [anon_sym_mutable] = ACTIONS(1612), - [anon_sym_constexpr] = ACTIONS(1612), - [anon_sym_signed] = ACTIONS(1612), - [anon_sym_unsigned] = ACTIONS(1612), - [anon_sym_long] = ACTIONS(1612), - [anon_sym_short] = ACTIONS(1612), - [sym_primitive_type] = ACTIONS(1612), - [anon_sym_enum] = ACTIONS(1612), - [anon_sym_class] = ACTIONS(1612), - [anon_sym_struct] = ACTIONS(1612), - [anon_sym_union] = ACTIONS(1612), - [anon_sym_if] = ACTIONS(1612), - [anon_sym_else] = ACTIONS(1612), - [anon_sym_switch] = ACTIONS(1612), - [anon_sym_case] = ACTIONS(1612), - [anon_sym_default] = ACTIONS(1612), - [anon_sym_while] = ACTIONS(1612), - [anon_sym_do] = ACTIONS(1612), - [anon_sym_for] = ACTIONS(1612), - [anon_sym_return] = ACTIONS(1612), - [anon_sym_break] = ACTIONS(1612), - [anon_sym_continue] = ACTIONS(1612), - [anon_sym_goto] = ACTIONS(1612), - [anon_sym_DASH_DASH] = ACTIONS(1614), - [anon_sym_PLUS_PLUS] = ACTIONS(1614), - [anon_sym_sizeof] = ACTIONS(1612), - [sym_number_literal] = ACTIONS(1614), - [anon_sym_L_SQUOTE] = ACTIONS(1614), - [anon_sym_u_SQUOTE] = ACTIONS(1614), - [anon_sym_U_SQUOTE] = ACTIONS(1614), - [anon_sym_u8_SQUOTE] = ACTIONS(1614), - [anon_sym_SQUOTE] = ACTIONS(1614), - [anon_sym_L_DQUOTE] = ACTIONS(1614), - [anon_sym_u_DQUOTE] = ACTIONS(1614), - [anon_sym_U_DQUOTE] = ACTIONS(1614), - [anon_sym_u8_DQUOTE] = ACTIONS(1614), - [anon_sym_DQUOTE] = ACTIONS(1614), - [sym_true] = ACTIONS(1612), - [sym_false] = ACTIONS(1612), - [sym_null] = ACTIONS(1612), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1612), - [anon_sym_virtual] = ACTIONS(1612), - [anon_sym_explicit] = ACTIONS(1612), - [sym_auto] = ACTIONS(1612), - [anon_sym_typename] = ACTIONS(1612), - [anon_sym_template] = ACTIONS(1612), - [anon_sym_operator] = ACTIONS(1612), - [anon_sym_delete] = ACTIONS(1612), - [anon_sym_throw] = ACTIONS(1612), - [anon_sym_namespace] = ACTIONS(1612), - [anon_sym_using] = ACTIONS(1612), - [anon_sym_static_assert] = ACTIONS(1612), - [anon_sym_co_return] = ACTIONS(1612), - [anon_sym_co_yield] = ACTIONS(1612), - [anon_sym_try] = ACTIONS(1612), - [anon_sym_co_await] = ACTIONS(1612), - [anon_sym_new] = ACTIONS(1612), - [sym_operator_name] = ACTIONS(1612), - [sym_this] = ACTIONS(1612), - [sym_nullptr] = ACTIONS(1612), - [sym_alone_macro] = ACTIONS(1614), - [aux_sym_alone_macro_call_token1] = ACTIONS(1612), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1612), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_FORWARD] = ACTIONS(1612), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1612), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1612), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1612), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1612), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_PS_GET] = ACTIONS(1612), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1612), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1612), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1612), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1612), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1612), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1612), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1612), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1612), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1612), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1612), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1612), - [anon_sym_MOZ_COLD] = ACTIONS(1612), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1612), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1612), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1612), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1612), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1612), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1612), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1612), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1612), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1612), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1612), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1612), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1612), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1612), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1612), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1612), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1612), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1612), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1612), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1612), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1612), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_NONNULL] = ACTIONS(1612), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1612), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1612), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1612), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1612), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1612), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_NORETURN] = ACTIONS(1612), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1612), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1612), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1612), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1612), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1612), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1612), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1612), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1612), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1612), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1612), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1612), - [anon_sym_MOZ_RAII] = ACTIONS(1612), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1612), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1612), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1612), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1612), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1612), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1612), - [sym_raw_string_literal] = ACTIONS(1614), + [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), }, [284] = { - [sym_identifier] = ACTIONS(1636), - [aux_sym_preproc_include_token1] = ACTIONS(1636), - [aux_sym_preproc_def_token1] = ACTIONS(1636), - [aux_sym_preproc_if_token1] = ACTIONS(1636), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1636), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1636), - [sym_preproc_directive] = ACTIONS(1636), - [anon_sym_LPAREN2] = ACTIONS(1638), - [anon_sym_BANG] = ACTIONS(1638), - [anon_sym_TILDE] = ACTIONS(1638), - [anon_sym_DASH] = ACTIONS(1636), - [anon_sym_PLUS] = ACTIONS(1636), - [anon_sym_STAR] = ACTIONS(1638), - [anon_sym_AMP_AMP] = ACTIONS(1638), - [anon_sym_AMP] = ACTIONS(1636), - [anon_sym_SEMI] = ACTIONS(1638), - [anon_sym_typedef] = ACTIONS(1636), - [anon_sym_extern] = ACTIONS(1636), - [anon_sym___attribute__] = ACTIONS(1636), - [anon_sym_COLON_COLON] = ACTIONS(1638), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1638), - [anon_sym___declspec] = ACTIONS(1636), - [anon_sym___based] = ACTIONS(1636), - [anon_sym___cdecl] = ACTIONS(1636), - [anon_sym___clrcall] = ACTIONS(1636), - [anon_sym___stdcall] = ACTIONS(1636), - [anon_sym___fastcall] = ACTIONS(1636), - [anon_sym___thiscall] = ACTIONS(1636), - [anon_sym___vectorcall] = ACTIONS(1636), - [anon_sym_LBRACE] = ACTIONS(1638), - [anon_sym_RBRACE] = ACTIONS(1638), - [anon_sym_LBRACK] = ACTIONS(1636), - [anon_sym_static] = ACTIONS(1636), - [anon_sym_register] = ACTIONS(1636), - [anon_sym_inline] = ACTIONS(1636), - [anon_sym_thread_local] = ACTIONS(1636), - [anon_sym_const] = ACTIONS(1636), - [anon_sym_volatile] = ACTIONS(1636), - [anon_sym_restrict] = ACTIONS(1636), - [anon_sym__Atomic] = ACTIONS(1636), - [anon_sym_mutable] = ACTIONS(1636), - [anon_sym_constexpr] = ACTIONS(1636), - [anon_sym_signed] = ACTIONS(1636), - [anon_sym_unsigned] = ACTIONS(1636), - [anon_sym_long] = ACTIONS(1636), - [anon_sym_short] = ACTIONS(1636), - [sym_primitive_type] = ACTIONS(1636), - [anon_sym_enum] = ACTIONS(1636), - [anon_sym_class] = ACTIONS(1636), - [anon_sym_struct] = ACTIONS(1636), - [anon_sym_union] = ACTIONS(1636), - [anon_sym_if] = ACTIONS(1636), - [anon_sym_else] = ACTIONS(1636), - [anon_sym_switch] = ACTIONS(1636), - [anon_sym_case] = ACTIONS(1636), - [anon_sym_default] = ACTIONS(1636), - [anon_sym_while] = ACTIONS(1636), - [anon_sym_do] = ACTIONS(1636), - [anon_sym_for] = ACTIONS(1636), - [anon_sym_return] = ACTIONS(1636), - [anon_sym_break] = ACTIONS(1636), - [anon_sym_continue] = ACTIONS(1636), - [anon_sym_goto] = ACTIONS(1636), - [anon_sym_DASH_DASH] = ACTIONS(1638), - [anon_sym_PLUS_PLUS] = ACTIONS(1638), - [anon_sym_sizeof] = ACTIONS(1636), - [sym_number_literal] = ACTIONS(1638), - [anon_sym_L_SQUOTE] = ACTIONS(1638), - [anon_sym_u_SQUOTE] = ACTIONS(1638), - [anon_sym_U_SQUOTE] = ACTIONS(1638), - [anon_sym_u8_SQUOTE] = ACTIONS(1638), - [anon_sym_SQUOTE] = ACTIONS(1638), - [anon_sym_L_DQUOTE] = ACTIONS(1638), - [anon_sym_u_DQUOTE] = ACTIONS(1638), - [anon_sym_U_DQUOTE] = ACTIONS(1638), - [anon_sym_u8_DQUOTE] = ACTIONS(1638), - [anon_sym_DQUOTE] = ACTIONS(1638), - [sym_true] = ACTIONS(1636), - [sym_false] = ACTIONS(1636), - [sym_null] = ACTIONS(1636), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1636), - [anon_sym_virtual] = ACTIONS(1636), - [anon_sym_explicit] = ACTIONS(1636), - [sym_auto] = ACTIONS(1636), - [anon_sym_typename] = ACTIONS(1636), - [anon_sym_template] = ACTIONS(1636), - [anon_sym_operator] = ACTIONS(1636), - [anon_sym_delete] = ACTIONS(1636), - [anon_sym_throw] = ACTIONS(1636), - [anon_sym_namespace] = ACTIONS(1636), - [anon_sym_using] = ACTIONS(1636), - [anon_sym_static_assert] = ACTIONS(1636), - [anon_sym_co_return] = ACTIONS(1636), - [anon_sym_co_yield] = ACTIONS(1636), - [anon_sym_try] = ACTIONS(1636), - [anon_sym_co_await] = ACTIONS(1636), - [anon_sym_new] = ACTIONS(1636), - [sym_operator_name] = ACTIONS(1636), - [sym_this] = ACTIONS(1636), - [sym_nullptr] = ACTIONS(1636), - [sym_alone_macro] = ACTIONS(1638), - [aux_sym_alone_macro_call_token1] = ACTIONS(1636), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1636), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_FORWARD] = ACTIONS(1636), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1636), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1636), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1636), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1636), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_PS_GET] = ACTIONS(1636), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1636), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1636), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1636), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1636), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1636), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1636), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1636), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1636), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1636), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1636), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1636), - [anon_sym_MOZ_COLD] = ACTIONS(1636), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1636), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1636), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1636), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1636), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1636), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1636), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1636), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1636), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1636), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1636), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1636), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1636), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1636), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1636), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1636), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1636), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1636), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1636), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1636), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1636), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_NONNULL] = ACTIONS(1636), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1636), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1636), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1636), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1636), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1636), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_NORETURN] = ACTIONS(1636), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1636), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1636), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1636), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1636), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1636), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1636), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1636), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1636), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1636), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1636), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1636), - [anon_sym_MOZ_RAII] = ACTIONS(1636), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1636), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1636), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1636), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1636), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1636), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1636), - [sym_raw_string_literal] = ACTIONS(1638), + [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(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), }, [285] = { - [sym_identifier] = ACTIONS(1664), - [aux_sym_preproc_include_token1] = ACTIONS(1664), - [aux_sym_preproc_def_token1] = ACTIONS(1664), - [aux_sym_preproc_if_token1] = ACTIONS(1664), - [aux_sym_preproc_if_token2] = ACTIONS(1664), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1664), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1664), - [sym_preproc_directive] = ACTIONS(1664), - [anon_sym_LPAREN2] = ACTIONS(1666), - [anon_sym_BANG] = ACTIONS(1666), - [anon_sym_TILDE] = ACTIONS(1666), - [anon_sym_DASH] = ACTIONS(1664), - [anon_sym_PLUS] = ACTIONS(1664), - [anon_sym_STAR] = ACTIONS(1666), - [anon_sym_AMP_AMP] = ACTIONS(1666), - [anon_sym_AMP] = ACTIONS(1664), - [anon_sym_SEMI] = ACTIONS(1666), - [anon_sym_typedef] = ACTIONS(1664), - [anon_sym_extern] = ACTIONS(1664), - [anon_sym___attribute__] = ACTIONS(1664), - [anon_sym_COLON_COLON] = ACTIONS(1666), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1666), - [anon_sym___declspec] = ACTIONS(1664), - [anon_sym___based] = ACTIONS(1664), - [anon_sym___cdecl] = ACTIONS(1664), - [anon_sym___clrcall] = ACTIONS(1664), - [anon_sym___stdcall] = ACTIONS(1664), - [anon_sym___fastcall] = ACTIONS(1664), - [anon_sym___thiscall] = ACTIONS(1664), - [anon_sym___vectorcall] = ACTIONS(1664), - [anon_sym_LBRACE] = ACTIONS(1666), - [anon_sym_LBRACK] = ACTIONS(1664), - [anon_sym_static] = ACTIONS(1664), - [anon_sym_register] = ACTIONS(1664), - [anon_sym_inline] = ACTIONS(1664), - [anon_sym_thread_local] = ACTIONS(1664), - [anon_sym_const] = ACTIONS(1664), - [anon_sym_volatile] = ACTIONS(1664), - [anon_sym_restrict] = ACTIONS(1664), - [anon_sym__Atomic] = ACTIONS(1664), - [anon_sym_mutable] = ACTIONS(1664), - [anon_sym_constexpr] = ACTIONS(1664), - [anon_sym_signed] = ACTIONS(1664), - [anon_sym_unsigned] = ACTIONS(1664), - [anon_sym_long] = ACTIONS(1664), - [anon_sym_short] = ACTIONS(1664), - [sym_primitive_type] = ACTIONS(1664), - [anon_sym_enum] = ACTIONS(1664), - [anon_sym_class] = ACTIONS(1664), - [anon_sym_struct] = ACTIONS(1664), - [anon_sym_union] = ACTIONS(1664), - [anon_sym_if] = ACTIONS(1664), - [anon_sym_else] = ACTIONS(1664), - [anon_sym_switch] = ACTIONS(1664), - [anon_sym_case] = ACTIONS(1664), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1664), - [anon_sym_do] = ACTIONS(1664), - [anon_sym_for] = ACTIONS(1664), - [anon_sym_return] = ACTIONS(1664), - [anon_sym_break] = ACTIONS(1664), - [anon_sym_continue] = ACTIONS(1664), - [anon_sym_goto] = ACTIONS(1664), - [anon_sym_DASH_DASH] = ACTIONS(1666), - [anon_sym_PLUS_PLUS] = ACTIONS(1666), - [anon_sym_sizeof] = ACTIONS(1664), - [sym_number_literal] = ACTIONS(1666), - [anon_sym_L_SQUOTE] = ACTIONS(1666), - [anon_sym_u_SQUOTE] = ACTIONS(1666), - [anon_sym_U_SQUOTE] = ACTIONS(1666), - [anon_sym_u8_SQUOTE] = ACTIONS(1666), - [anon_sym_SQUOTE] = ACTIONS(1666), - [anon_sym_L_DQUOTE] = ACTIONS(1666), - [anon_sym_u_DQUOTE] = ACTIONS(1666), - [anon_sym_U_DQUOTE] = ACTIONS(1666), - [anon_sym_u8_DQUOTE] = ACTIONS(1666), - [anon_sym_DQUOTE] = ACTIONS(1666), - [sym_true] = ACTIONS(1664), - [sym_false] = ACTIONS(1664), - [sym_null] = ACTIONS(1664), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1664), - [anon_sym_virtual] = ACTIONS(1664), - [anon_sym_explicit] = ACTIONS(1664), - [sym_auto] = ACTIONS(1664), - [anon_sym_typename] = ACTIONS(1664), - [anon_sym_template] = ACTIONS(1664), - [anon_sym_operator] = ACTIONS(1664), - [anon_sym_delete] = ACTIONS(1664), - [anon_sym_throw] = ACTIONS(1664), - [anon_sym_namespace] = ACTIONS(1664), - [anon_sym_using] = ACTIONS(1664), - [anon_sym_static_assert] = ACTIONS(1664), - [anon_sym_co_return] = ACTIONS(1664), - [anon_sym_co_yield] = ACTIONS(1664), - [anon_sym_try] = ACTIONS(1664), - [anon_sym_co_await] = ACTIONS(1664), - [anon_sym_new] = ACTIONS(1664), - [sym_operator_name] = ACTIONS(1664), - [sym_this] = ACTIONS(1664), - [sym_nullptr] = ACTIONS(1664), - [sym_alone_macro] = ACTIONS(1666), - [aux_sym_alone_macro_call_token1] = ACTIONS(1664), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1664), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_FORWARD] = ACTIONS(1664), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1664), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1664), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1664), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1664), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_PS_GET] = ACTIONS(1664), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1664), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1664), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1664), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1664), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1664), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1664), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1664), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1664), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1664), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1664), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1664), - [anon_sym_MOZ_COLD] = ACTIONS(1664), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1664), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1664), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1664), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1664), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1664), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1664), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1664), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1664), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1664), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1664), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1664), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1664), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1664), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1664), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1664), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1664), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1664), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1664), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1664), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1664), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_NONNULL] = ACTIONS(1664), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1664), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1664), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1664), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1664), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1664), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_NORETURN] = ACTIONS(1664), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1664), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1664), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1664), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1664), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1664), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1664), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1664), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1664), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1664), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1664), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1664), - [anon_sym_MOZ_RAII] = ACTIONS(1664), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1664), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1664), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1664), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1664), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1664), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1664), - [sym_raw_string_literal] = ACTIONS(1666), + [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), }, [286] = { - [sym_identifier] = ACTIONS(1546), - [aux_sym_preproc_include_token1] = ACTIONS(1546), - [aux_sym_preproc_def_token1] = ACTIONS(1546), - [aux_sym_preproc_if_token1] = ACTIONS(1546), - [aux_sym_preproc_if_token2] = ACTIONS(1546), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1546), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1546), - [sym_preproc_directive] = ACTIONS(1546), - [anon_sym_LPAREN2] = ACTIONS(1548), - [anon_sym_BANG] = ACTIONS(1548), - [anon_sym_TILDE] = ACTIONS(1548), - [anon_sym_DASH] = ACTIONS(1546), - [anon_sym_PLUS] = ACTIONS(1546), - [anon_sym_STAR] = ACTIONS(1548), - [anon_sym_AMP_AMP] = ACTIONS(1548), - [anon_sym_AMP] = ACTIONS(1546), - [anon_sym_SEMI] = ACTIONS(1548), - [anon_sym_typedef] = ACTIONS(1546), - [anon_sym_extern] = ACTIONS(1546), - [anon_sym___attribute__] = ACTIONS(1546), - [anon_sym_COLON_COLON] = ACTIONS(1548), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1548), - [anon_sym___declspec] = ACTIONS(1546), - [anon_sym___based] = ACTIONS(1546), - [anon_sym___cdecl] = ACTIONS(1546), - [anon_sym___clrcall] = ACTIONS(1546), - [anon_sym___stdcall] = ACTIONS(1546), - [anon_sym___fastcall] = ACTIONS(1546), - [anon_sym___thiscall] = ACTIONS(1546), - [anon_sym___vectorcall] = ACTIONS(1546), - [anon_sym_LBRACE] = ACTIONS(1548), - [anon_sym_LBRACK] = ACTIONS(1546), - [anon_sym_static] = ACTIONS(1546), - [anon_sym_register] = ACTIONS(1546), - [anon_sym_inline] = ACTIONS(1546), - [anon_sym_thread_local] = ACTIONS(1546), - [anon_sym_const] = ACTIONS(1546), - [anon_sym_volatile] = ACTIONS(1546), - [anon_sym_restrict] = ACTIONS(1546), - [anon_sym__Atomic] = ACTIONS(1546), - [anon_sym_mutable] = ACTIONS(1546), - [anon_sym_constexpr] = ACTIONS(1546), - [anon_sym_signed] = ACTIONS(1546), - [anon_sym_unsigned] = ACTIONS(1546), - [anon_sym_long] = ACTIONS(1546), - [anon_sym_short] = ACTIONS(1546), - [sym_primitive_type] = ACTIONS(1546), - [anon_sym_enum] = ACTIONS(1546), - [anon_sym_class] = ACTIONS(1546), - [anon_sym_struct] = ACTIONS(1546), - [anon_sym_union] = ACTIONS(1546), - [anon_sym_if] = ACTIONS(1546), - [anon_sym_else] = ACTIONS(1546), - [anon_sym_switch] = ACTIONS(1546), - [anon_sym_case] = ACTIONS(1546), - [anon_sym_default] = ACTIONS(1546), - [anon_sym_while] = ACTIONS(1546), - [anon_sym_do] = ACTIONS(1546), - [anon_sym_for] = ACTIONS(1546), - [anon_sym_return] = ACTIONS(1546), - [anon_sym_break] = ACTIONS(1546), - [anon_sym_continue] = ACTIONS(1546), - [anon_sym_goto] = ACTIONS(1546), - [anon_sym_DASH_DASH] = ACTIONS(1548), - [anon_sym_PLUS_PLUS] = ACTIONS(1548), - [anon_sym_sizeof] = ACTIONS(1546), - [sym_number_literal] = ACTIONS(1548), - [anon_sym_L_SQUOTE] = ACTIONS(1548), - [anon_sym_u_SQUOTE] = ACTIONS(1548), - [anon_sym_U_SQUOTE] = ACTIONS(1548), - [anon_sym_u8_SQUOTE] = ACTIONS(1548), - [anon_sym_SQUOTE] = ACTIONS(1548), - [anon_sym_L_DQUOTE] = ACTIONS(1548), - [anon_sym_u_DQUOTE] = ACTIONS(1548), - [anon_sym_U_DQUOTE] = ACTIONS(1548), - [anon_sym_u8_DQUOTE] = ACTIONS(1548), - [anon_sym_DQUOTE] = ACTIONS(1548), - [sym_true] = ACTIONS(1546), - [sym_false] = ACTIONS(1546), - [sym_null] = ACTIONS(1546), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1546), - [anon_sym_virtual] = ACTIONS(1546), - [anon_sym_explicit] = ACTIONS(1546), - [sym_auto] = ACTIONS(1546), - [anon_sym_typename] = ACTIONS(1546), - [anon_sym_template] = ACTIONS(1546), - [anon_sym_operator] = ACTIONS(1546), - [anon_sym_delete] = ACTIONS(1546), - [anon_sym_throw] = ACTIONS(1546), - [anon_sym_namespace] = ACTIONS(1546), - [anon_sym_using] = ACTIONS(1546), - [anon_sym_static_assert] = ACTIONS(1546), - [anon_sym_co_return] = ACTIONS(1546), - [anon_sym_co_yield] = ACTIONS(1546), - [anon_sym_try] = ACTIONS(1546), - [anon_sym_co_await] = ACTIONS(1546), - [anon_sym_new] = ACTIONS(1546), - [sym_operator_name] = ACTIONS(1546), - [sym_this] = ACTIONS(1546), - [sym_nullptr] = ACTIONS(1546), - [sym_alone_macro] = ACTIONS(1548), - [aux_sym_alone_macro_call_token1] = ACTIONS(1546), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1546), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_FORWARD] = ACTIONS(1546), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1546), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1546), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1546), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1546), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_PS_GET] = ACTIONS(1546), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1546), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1546), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1546), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1546), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1546), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1546), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1546), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1546), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1546), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1546), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1546), - [anon_sym_MOZ_COLD] = ACTIONS(1546), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1546), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1546), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1546), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1546), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1546), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1546), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1546), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1546), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1546), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1546), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1546), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1546), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1546), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1546), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1546), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1546), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1546), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1546), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1546), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1546), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_NONNULL] = ACTIONS(1546), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1546), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1546), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1546), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1546), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1546), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_NORETURN] = ACTIONS(1546), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1546), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1546), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1546), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1546), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1546), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1546), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1546), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1546), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1546), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1546), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1546), - [anon_sym_MOZ_RAII] = ACTIONS(1546), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1546), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1546), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1546), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1546), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1546), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1546), - [sym_raw_string_literal] = ACTIONS(1548), + [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), }, [287] = { - [sym_identifier] = ACTIONS(1550), - [aux_sym_preproc_include_token1] = ACTIONS(1550), - [aux_sym_preproc_def_token1] = ACTIONS(1550), - [aux_sym_preproc_if_token1] = ACTIONS(1550), - [aux_sym_preproc_if_token2] = ACTIONS(1550), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1550), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1550), - [sym_preproc_directive] = ACTIONS(1550), - [anon_sym_LPAREN2] = ACTIONS(1552), - [anon_sym_BANG] = ACTIONS(1552), - [anon_sym_TILDE] = ACTIONS(1552), - [anon_sym_DASH] = ACTIONS(1550), - [anon_sym_PLUS] = ACTIONS(1550), - [anon_sym_STAR] = ACTIONS(1552), - [anon_sym_AMP_AMP] = ACTIONS(1552), - [anon_sym_AMP] = ACTIONS(1550), - [anon_sym_SEMI] = ACTIONS(1552), - [anon_sym_typedef] = ACTIONS(1550), - [anon_sym_extern] = ACTIONS(1550), - [anon_sym___attribute__] = ACTIONS(1550), - [anon_sym_COLON_COLON] = ACTIONS(1552), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1552), - [anon_sym___declspec] = ACTIONS(1550), - [anon_sym___based] = ACTIONS(1550), - [anon_sym___cdecl] = ACTIONS(1550), - [anon_sym___clrcall] = ACTIONS(1550), - [anon_sym___stdcall] = ACTIONS(1550), - [anon_sym___fastcall] = ACTIONS(1550), - [anon_sym___thiscall] = ACTIONS(1550), - [anon_sym___vectorcall] = ACTIONS(1550), - [anon_sym_LBRACE] = ACTIONS(1552), - [anon_sym_LBRACK] = ACTIONS(1550), - [anon_sym_static] = ACTIONS(1550), - [anon_sym_register] = ACTIONS(1550), - [anon_sym_inline] = ACTIONS(1550), - [anon_sym_thread_local] = ACTIONS(1550), - [anon_sym_const] = ACTIONS(1550), - [anon_sym_volatile] = ACTIONS(1550), - [anon_sym_restrict] = ACTIONS(1550), - [anon_sym__Atomic] = ACTIONS(1550), - [anon_sym_mutable] = ACTIONS(1550), - [anon_sym_constexpr] = ACTIONS(1550), - [anon_sym_signed] = ACTIONS(1550), - [anon_sym_unsigned] = ACTIONS(1550), - [anon_sym_long] = ACTIONS(1550), - [anon_sym_short] = ACTIONS(1550), - [sym_primitive_type] = ACTIONS(1550), - [anon_sym_enum] = ACTIONS(1550), - [anon_sym_class] = ACTIONS(1550), - [anon_sym_struct] = ACTIONS(1550), - [anon_sym_union] = ACTIONS(1550), - [anon_sym_if] = ACTIONS(1550), - [anon_sym_else] = ACTIONS(1550), - [anon_sym_switch] = ACTIONS(1550), - [anon_sym_case] = ACTIONS(1550), - [anon_sym_default] = ACTIONS(1550), - [anon_sym_while] = ACTIONS(1550), - [anon_sym_do] = ACTIONS(1550), - [anon_sym_for] = ACTIONS(1550), - [anon_sym_return] = ACTIONS(1550), - [anon_sym_break] = ACTIONS(1550), - [anon_sym_continue] = ACTIONS(1550), - [anon_sym_goto] = ACTIONS(1550), - [anon_sym_DASH_DASH] = ACTIONS(1552), - [anon_sym_PLUS_PLUS] = ACTIONS(1552), - [anon_sym_sizeof] = ACTIONS(1550), - [sym_number_literal] = ACTIONS(1552), - [anon_sym_L_SQUOTE] = ACTIONS(1552), - [anon_sym_u_SQUOTE] = ACTIONS(1552), - [anon_sym_U_SQUOTE] = ACTIONS(1552), - [anon_sym_u8_SQUOTE] = ACTIONS(1552), - [anon_sym_SQUOTE] = ACTIONS(1552), - [anon_sym_L_DQUOTE] = ACTIONS(1552), - [anon_sym_u_DQUOTE] = ACTIONS(1552), - [anon_sym_U_DQUOTE] = ACTIONS(1552), - [anon_sym_u8_DQUOTE] = ACTIONS(1552), - [anon_sym_DQUOTE] = ACTIONS(1552), - [sym_true] = ACTIONS(1550), - [sym_false] = ACTIONS(1550), - [sym_null] = ACTIONS(1550), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1550), - [anon_sym_virtual] = ACTIONS(1550), - [anon_sym_explicit] = ACTIONS(1550), - [sym_auto] = ACTIONS(1550), - [anon_sym_typename] = ACTIONS(1550), - [anon_sym_template] = ACTIONS(1550), - [anon_sym_operator] = ACTIONS(1550), - [anon_sym_delete] = ACTIONS(1550), - [anon_sym_throw] = ACTIONS(1550), - [anon_sym_namespace] = ACTIONS(1550), - [anon_sym_using] = ACTIONS(1550), - [anon_sym_static_assert] = ACTIONS(1550), - [anon_sym_co_return] = ACTIONS(1550), - [anon_sym_co_yield] = ACTIONS(1550), - [anon_sym_try] = ACTIONS(1550), - [anon_sym_co_await] = ACTIONS(1550), - [anon_sym_new] = ACTIONS(1550), - [sym_operator_name] = ACTIONS(1550), - [sym_this] = ACTIONS(1550), - [sym_nullptr] = ACTIONS(1550), - [sym_alone_macro] = ACTIONS(1552), - [aux_sym_alone_macro_call_token1] = ACTIONS(1550), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1550), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_FORWARD] = ACTIONS(1550), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1550), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1550), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1550), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1550), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_PS_GET] = ACTIONS(1550), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1550), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1550), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1550), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1550), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1550), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1550), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1550), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1550), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1550), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1550), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1550), - [anon_sym_MOZ_COLD] = ACTIONS(1550), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1550), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1550), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1550), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1550), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1550), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1550), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1550), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1550), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1550), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1550), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1550), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1550), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1550), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1550), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1550), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1550), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1550), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1550), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1550), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1550), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_NONNULL] = ACTIONS(1550), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1550), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1550), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1550), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1550), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1550), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_NORETURN] = ACTIONS(1550), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1550), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1550), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1550), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1550), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1550), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1550), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1550), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1550), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1550), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1550), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1550), - [anon_sym_MOZ_RAII] = ACTIONS(1550), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1550), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1550), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1550), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1550), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1550), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1550), - [sym_raw_string_literal] = ACTIONS(1552), + [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), }, [288] = { - [sym_identifier] = ACTIONS(1554), - [aux_sym_preproc_include_token1] = ACTIONS(1554), - [aux_sym_preproc_def_token1] = ACTIONS(1554), - [aux_sym_preproc_if_token1] = ACTIONS(1554), - [aux_sym_preproc_if_token2] = ACTIONS(1554), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1554), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1554), - [sym_preproc_directive] = ACTIONS(1554), - [anon_sym_LPAREN2] = ACTIONS(1556), - [anon_sym_BANG] = ACTIONS(1556), - [anon_sym_TILDE] = ACTIONS(1556), - [anon_sym_DASH] = ACTIONS(1554), - [anon_sym_PLUS] = ACTIONS(1554), - [anon_sym_STAR] = ACTIONS(1556), - [anon_sym_AMP_AMP] = ACTIONS(1556), - [anon_sym_AMP] = ACTIONS(1554), - [anon_sym_SEMI] = ACTIONS(1556), - [anon_sym_typedef] = ACTIONS(1554), - [anon_sym_extern] = ACTIONS(1554), - [anon_sym___attribute__] = ACTIONS(1554), - [anon_sym_COLON_COLON] = ACTIONS(1556), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1556), - [anon_sym___declspec] = ACTIONS(1554), - [anon_sym___based] = ACTIONS(1554), - [anon_sym___cdecl] = ACTIONS(1554), - [anon_sym___clrcall] = ACTIONS(1554), - [anon_sym___stdcall] = ACTIONS(1554), - [anon_sym___fastcall] = ACTIONS(1554), - [anon_sym___thiscall] = ACTIONS(1554), - [anon_sym___vectorcall] = ACTIONS(1554), - [anon_sym_LBRACE] = ACTIONS(1556), - [anon_sym_LBRACK] = ACTIONS(1554), - [anon_sym_static] = ACTIONS(1554), - [anon_sym_register] = ACTIONS(1554), - [anon_sym_inline] = ACTIONS(1554), - [anon_sym_thread_local] = ACTIONS(1554), - [anon_sym_const] = ACTIONS(1554), - [anon_sym_volatile] = ACTIONS(1554), - [anon_sym_restrict] = ACTIONS(1554), - [anon_sym__Atomic] = ACTIONS(1554), - [anon_sym_mutable] = ACTIONS(1554), - [anon_sym_constexpr] = ACTIONS(1554), - [anon_sym_signed] = ACTIONS(1554), - [anon_sym_unsigned] = ACTIONS(1554), - [anon_sym_long] = ACTIONS(1554), - [anon_sym_short] = ACTIONS(1554), - [sym_primitive_type] = ACTIONS(1554), - [anon_sym_enum] = ACTIONS(1554), - [anon_sym_class] = ACTIONS(1554), - [anon_sym_struct] = ACTIONS(1554), - [anon_sym_union] = ACTIONS(1554), - [anon_sym_if] = ACTIONS(1554), - [anon_sym_else] = ACTIONS(1554), - [anon_sym_switch] = ACTIONS(1554), - [anon_sym_case] = ACTIONS(1554), - [anon_sym_default] = ACTIONS(1554), - [anon_sym_while] = ACTIONS(1554), - [anon_sym_do] = ACTIONS(1554), - [anon_sym_for] = ACTIONS(1554), - [anon_sym_return] = ACTIONS(1554), - [anon_sym_break] = ACTIONS(1554), - [anon_sym_continue] = ACTIONS(1554), - [anon_sym_goto] = ACTIONS(1554), - [anon_sym_DASH_DASH] = ACTIONS(1556), - [anon_sym_PLUS_PLUS] = ACTIONS(1556), - [anon_sym_sizeof] = ACTIONS(1554), - [sym_number_literal] = ACTIONS(1556), - [anon_sym_L_SQUOTE] = ACTIONS(1556), - [anon_sym_u_SQUOTE] = ACTIONS(1556), - [anon_sym_U_SQUOTE] = ACTIONS(1556), - [anon_sym_u8_SQUOTE] = ACTIONS(1556), - [anon_sym_SQUOTE] = ACTIONS(1556), - [anon_sym_L_DQUOTE] = ACTIONS(1556), - [anon_sym_u_DQUOTE] = ACTIONS(1556), - [anon_sym_U_DQUOTE] = ACTIONS(1556), - [anon_sym_u8_DQUOTE] = ACTIONS(1556), - [anon_sym_DQUOTE] = ACTIONS(1556), - [sym_true] = ACTIONS(1554), - [sym_false] = ACTIONS(1554), - [sym_null] = ACTIONS(1554), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1554), - [anon_sym_virtual] = ACTIONS(1554), - [anon_sym_explicit] = ACTIONS(1554), - [sym_auto] = ACTIONS(1554), - [anon_sym_typename] = ACTIONS(1554), - [anon_sym_template] = ACTIONS(1554), - [anon_sym_operator] = ACTIONS(1554), - [anon_sym_delete] = ACTIONS(1554), - [anon_sym_throw] = ACTIONS(1554), - [anon_sym_namespace] = ACTIONS(1554), - [anon_sym_using] = ACTIONS(1554), - [anon_sym_static_assert] = ACTIONS(1554), - [anon_sym_co_return] = ACTIONS(1554), - [anon_sym_co_yield] = ACTIONS(1554), - [anon_sym_try] = ACTIONS(1554), - [anon_sym_co_await] = ACTIONS(1554), - [anon_sym_new] = ACTIONS(1554), - [sym_operator_name] = ACTIONS(1554), - [sym_this] = ACTIONS(1554), - [sym_nullptr] = ACTIONS(1554), - [sym_alone_macro] = ACTIONS(1556), - [aux_sym_alone_macro_call_token1] = ACTIONS(1554), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1554), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_FORWARD] = ACTIONS(1554), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1554), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1554), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1554), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1554), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_PS_GET] = ACTIONS(1554), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1554), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1554), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1554), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1554), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1554), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1554), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1554), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1554), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1554), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1554), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1554), - [anon_sym_MOZ_COLD] = ACTIONS(1554), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1554), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1554), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1554), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1554), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1554), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1554), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1554), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1554), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1554), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1554), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1554), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1554), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1554), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1554), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1554), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1554), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1554), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1554), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1554), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1554), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_NONNULL] = ACTIONS(1554), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1554), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1554), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1554), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1554), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1554), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_NORETURN] = ACTIONS(1554), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1554), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1554), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1554), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1554), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1554), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1554), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1554), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1554), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1554), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1554), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1554), - [anon_sym_MOZ_RAII] = ACTIONS(1554), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1554), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1554), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1554), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1554), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1554), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1554), - [sym_raw_string_literal] = ACTIONS(1556), + [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), }, [289] = { - [sym_identifier] = ACTIONS(1640), - [aux_sym_preproc_include_token1] = ACTIONS(1640), - [aux_sym_preproc_def_token1] = ACTIONS(1640), - [aux_sym_preproc_if_token1] = ACTIONS(1640), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1640), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1640), - [sym_preproc_directive] = ACTIONS(1640), - [anon_sym_LPAREN2] = ACTIONS(1642), - [anon_sym_BANG] = ACTIONS(1642), - [anon_sym_TILDE] = ACTIONS(1642), - [anon_sym_DASH] = ACTIONS(1640), - [anon_sym_PLUS] = ACTIONS(1640), - [anon_sym_STAR] = ACTIONS(1642), - [anon_sym_AMP_AMP] = ACTIONS(1642), - [anon_sym_AMP] = ACTIONS(1640), - [anon_sym_SEMI] = ACTIONS(1642), - [anon_sym_typedef] = ACTIONS(1640), - [anon_sym_extern] = ACTIONS(1640), - [anon_sym___attribute__] = ACTIONS(1640), - [anon_sym_COLON_COLON] = ACTIONS(1642), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1642), - [anon_sym___declspec] = ACTIONS(1640), - [anon_sym___based] = ACTIONS(1640), - [anon_sym___cdecl] = ACTIONS(1640), - [anon_sym___clrcall] = ACTIONS(1640), - [anon_sym___stdcall] = ACTIONS(1640), - [anon_sym___fastcall] = ACTIONS(1640), - [anon_sym___thiscall] = ACTIONS(1640), - [anon_sym___vectorcall] = ACTIONS(1640), - [anon_sym_LBRACE] = ACTIONS(1642), - [anon_sym_RBRACE] = ACTIONS(1642), - [anon_sym_LBRACK] = ACTIONS(1640), - [anon_sym_static] = ACTIONS(1640), - [anon_sym_register] = ACTIONS(1640), - [anon_sym_inline] = ACTIONS(1640), - [anon_sym_thread_local] = ACTIONS(1640), - [anon_sym_const] = ACTIONS(1640), - [anon_sym_volatile] = ACTIONS(1640), - [anon_sym_restrict] = ACTIONS(1640), - [anon_sym__Atomic] = ACTIONS(1640), - [anon_sym_mutable] = ACTIONS(1640), - [anon_sym_constexpr] = ACTIONS(1640), - [anon_sym_signed] = ACTIONS(1640), - [anon_sym_unsigned] = ACTIONS(1640), - [anon_sym_long] = ACTIONS(1640), - [anon_sym_short] = ACTIONS(1640), - [sym_primitive_type] = ACTIONS(1640), - [anon_sym_enum] = ACTIONS(1640), - [anon_sym_class] = ACTIONS(1640), - [anon_sym_struct] = ACTIONS(1640), - [anon_sym_union] = ACTIONS(1640), - [anon_sym_if] = ACTIONS(1640), - [anon_sym_else] = ACTIONS(1640), - [anon_sym_switch] = ACTIONS(1640), - [anon_sym_case] = ACTIONS(1640), - [anon_sym_default] = ACTIONS(1640), - [anon_sym_while] = ACTIONS(1640), - [anon_sym_do] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1640), - [anon_sym_return] = ACTIONS(1640), - [anon_sym_break] = ACTIONS(1640), - [anon_sym_continue] = ACTIONS(1640), - [anon_sym_goto] = ACTIONS(1640), - [anon_sym_DASH_DASH] = ACTIONS(1642), - [anon_sym_PLUS_PLUS] = ACTIONS(1642), - [anon_sym_sizeof] = ACTIONS(1640), - [sym_number_literal] = ACTIONS(1642), - [anon_sym_L_SQUOTE] = ACTIONS(1642), - [anon_sym_u_SQUOTE] = ACTIONS(1642), - [anon_sym_U_SQUOTE] = ACTIONS(1642), - [anon_sym_u8_SQUOTE] = ACTIONS(1642), - [anon_sym_SQUOTE] = ACTIONS(1642), - [anon_sym_L_DQUOTE] = ACTIONS(1642), - [anon_sym_u_DQUOTE] = ACTIONS(1642), - [anon_sym_U_DQUOTE] = ACTIONS(1642), - [anon_sym_u8_DQUOTE] = ACTIONS(1642), - [anon_sym_DQUOTE] = ACTIONS(1642), - [sym_true] = ACTIONS(1640), - [sym_false] = ACTIONS(1640), - [sym_null] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1640), - [anon_sym_virtual] = ACTIONS(1640), - [anon_sym_explicit] = ACTIONS(1640), - [sym_auto] = ACTIONS(1640), - [anon_sym_typename] = ACTIONS(1640), - [anon_sym_template] = ACTIONS(1640), - [anon_sym_operator] = ACTIONS(1640), - [anon_sym_delete] = ACTIONS(1640), - [anon_sym_throw] = ACTIONS(1640), - [anon_sym_namespace] = ACTIONS(1640), - [anon_sym_using] = ACTIONS(1640), - [anon_sym_static_assert] = ACTIONS(1640), - [anon_sym_co_return] = ACTIONS(1640), - [anon_sym_co_yield] = ACTIONS(1640), - [anon_sym_try] = ACTIONS(1640), - [anon_sym_co_await] = ACTIONS(1640), - [anon_sym_new] = ACTIONS(1640), - [sym_operator_name] = ACTIONS(1640), - [sym_this] = ACTIONS(1640), - [sym_nullptr] = ACTIONS(1640), - [sym_alone_macro] = ACTIONS(1642), - [aux_sym_alone_macro_call_token1] = ACTIONS(1640), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1640), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_FORWARD] = ACTIONS(1640), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1640), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1640), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1640), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1640), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_PS_GET] = ACTIONS(1640), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1640), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1640), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1640), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1640), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1640), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1640), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1640), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1640), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1640), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1640), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1640), - [anon_sym_MOZ_COLD] = ACTIONS(1640), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1640), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1640), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1640), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1640), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1640), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1640), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1640), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1640), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1640), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1640), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1640), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1640), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1640), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1640), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1640), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1640), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1640), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1640), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1640), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1640), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_NONNULL] = ACTIONS(1640), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1640), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1640), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1640), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1640), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1640), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_NORETURN] = ACTIONS(1640), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1640), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1640), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1640), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1640), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1640), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1640), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1640), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1640), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1640), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1640), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1640), - [anon_sym_MOZ_RAII] = ACTIONS(1640), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1640), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1640), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1640), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1640), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1640), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1640), - [sym_raw_string_literal] = ACTIONS(1642), + [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), }, [290] = { - [sym_identifier] = ACTIONS(1562), - [aux_sym_preproc_include_token1] = ACTIONS(1562), - [aux_sym_preproc_def_token1] = ACTIONS(1562), - [aux_sym_preproc_if_token1] = ACTIONS(1562), - [aux_sym_preproc_if_token2] = ACTIONS(1562), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1562), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1562), - [sym_preproc_directive] = ACTIONS(1562), - [anon_sym_LPAREN2] = ACTIONS(1564), - [anon_sym_BANG] = ACTIONS(1564), - [anon_sym_TILDE] = ACTIONS(1564), - [anon_sym_DASH] = ACTIONS(1562), - [anon_sym_PLUS] = ACTIONS(1562), - [anon_sym_STAR] = ACTIONS(1564), - [anon_sym_AMP_AMP] = ACTIONS(1564), - [anon_sym_AMP] = ACTIONS(1562), - [anon_sym_SEMI] = ACTIONS(1564), - [anon_sym_typedef] = ACTIONS(1562), - [anon_sym_extern] = ACTIONS(1562), - [anon_sym___attribute__] = ACTIONS(1562), - [anon_sym_COLON_COLON] = ACTIONS(1564), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1564), - [anon_sym___declspec] = ACTIONS(1562), - [anon_sym___based] = ACTIONS(1562), - [anon_sym___cdecl] = ACTIONS(1562), - [anon_sym___clrcall] = ACTIONS(1562), - [anon_sym___stdcall] = ACTIONS(1562), - [anon_sym___fastcall] = ACTIONS(1562), - [anon_sym___thiscall] = ACTIONS(1562), - [anon_sym___vectorcall] = ACTIONS(1562), - [anon_sym_LBRACE] = ACTIONS(1564), - [anon_sym_LBRACK] = ACTIONS(1562), - [anon_sym_static] = ACTIONS(1562), - [anon_sym_register] = ACTIONS(1562), - [anon_sym_inline] = ACTIONS(1562), - [anon_sym_thread_local] = ACTIONS(1562), - [anon_sym_const] = ACTIONS(1562), - [anon_sym_volatile] = ACTIONS(1562), - [anon_sym_restrict] = ACTIONS(1562), - [anon_sym__Atomic] = ACTIONS(1562), - [anon_sym_mutable] = ACTIONS(1562), - [anon_sym_constexpr] = ACTIONS(1562), - [anon_sym_signed] = ACTIONS(1562), - [anon_sym_unsigned] = ACTIONS(1562), - [anon_sym_long] = ACTIONS(1562), - [anon_sym_short] = ACTIONS(1562), - [sym_primitive_type] = ACTIONS(1562), - [anon_sym_enum] = ACTIONS(1562), - [anon_sym_class] = ACTIONS(1562), - [anon_sym_struct] = ACTIONS(1562), - [anon_sym_union] = ACTIONS(1562), - [anon_sym_if] = ACTIONS(1562), - [anon_sym_else] = ACTIONS(1562), - [anon_sym_switch] = ACTIONS(1562), - [anon_sym_case] = ACTIONS(1562), - [anon_sym_default] = ACTIONS(1562), - [anon_sym_while] = ACTIONS(1562), - [anon_sym_do] = ACTIONS(1562), - [anon_sym_for] = ACTIONS(1562), - [anon_sym_return] = ACTIONS(1562), - [anon_sym_break] = ACTIONS(1562), - [anon_sym_continue] = ACTIONS(1562), - [anon_sym_goto] = ACTIONS(1562), - [anon_sym_DASH_DASH] = ACTIONS(1564), - [anon_sym_PLUS_PLUS] = ACTIONS(1564), - [anon_sym_sizeof] = ACTIONS(1562), - [sym_number_literal] = ACTIONS(1564), - [anon_sym_L_SQUOTE] = ACTIONS(1564), - [anon_sym_u_SQUOTE] = ACTIONS(1564), - [anon_sym_U_SQUOTE] = ACTIONS(1564), - [anon_sym_u8_SQUOTE] = ACTIONS(1564), - [anon_sym_SQUOTE] = ACTIONS(1564), - [anon_sym_L_DQUOTE] = ACTIONS(1564), - [anon_sym_u_DQUOTE] = ACTIONS(1564), - [anon_sym_U_DQUOTE] = ACTIONS(1564), - [anon_sym_u8_DQUOTE] = ACTIONS(1564), - [anon_sym_DQUOTE] = ACTIONS(1564), - [sym_true] = ACTIONS(1562), - [sym_false] = ACTIONS(1562), - [sym_null] = ACTIONS(1562), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1562), - [anon_sym_virtual] = ACTIONS(1562), - [anon_sym_explicit] = ACTIONS(1562), - [sym_auto] = ACTIONS(1562), - [anon_sym_typename] = ACTIONS(1562), - [anon_sym_template] = ACTIONS(1562), - [anon_sym_operator] = ACTIONS(1562), - [anon_sym_delete] = ACTIONS(1562), - [anon_sym_throw] = ACTIONS(1562), - [anon_sym_namespace] = ACTIONS(1562), - [anon_sym_using] = ACTIONS(1562), - [anon_sym_static_assert] = ACTIONS(1562), - [anon_sym_co_return] = ACTIONS(1562), - [anon_sym_co_yield] = ACTIONS(1562), - [anon_sym_try] = ACTIONS(1562), - [anon_sym_co_await] = ACTIONS(1562), - [anon_sym_new] = ACTIONS(1562), - [sym_operator_name] = ACTIONS(1562), - [sym_this] = ACTIONS(1562), - [sym_nullptr] = ACTIONS(1562), - [sym_alone_macro] = ACTIONS(1564), - [aux_sym_alone_macro_call_token1] = ACTIONS(1562), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1562), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_FORWARD] = ACTIONS(1562), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1562), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1562), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1562), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1562), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_PS_GET] = ACTIONS(1562), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1562), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1562), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1562), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1562), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1562), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1562), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1562), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1562), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1562), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1562), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1562), - [anon_sym_MOZ_COLD] = ACTIONS(1562), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1562), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1562), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1562), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1562), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1562), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1562), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1562), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1562), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1562), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1562), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1562), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1562), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1562), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1562), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1562), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1562), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1562), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1562), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1562), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1562), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_NONNULL] = ACTIONS(1562), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1562), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1562), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1562), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1562), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1562), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_NORETURN] = ACTIONS(1562), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1562), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1562), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1562), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1562), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1562), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1562), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1562), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1562), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1562), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1562), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1562), - [anon_sym_MOZ_RAII] = ACTIONS(1562), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1562), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1562), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1562), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1562), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1562), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1562), - [sym_raw_string_literal] = ACTIONS(1564), + [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), }, [291] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [292] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [293] = { - [sym_identifier] = ACTIONS(1652), - [aux_sym_preproc_include_token1] = ACTIONS(1652), - [aux_sym_preproc_def_token1] = ACTIONS(1652), - [aux_sym_preproc_if_token1] = ACTIONS(1652), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1652), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1652), - [sym_preproc_directive] = ACTIONS(1652), - [anon_sym_LPAREN2] = ACTIONS(1654), - [anon_sym_BANG] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1654), - [anon_sym_DASH] = ACTIONS(1652), - [anon_sym_PLUS] = ACTIONS(1652), - [anon_sym_STAR] = ACTIONS(1654), - [anon_sym_AMP_AMP] = ACTIONS(1654), - [anon_sym_AMP] = ACTIONS(1652), - [anon_sym_SEMI] = ACTIONS(1654), - [anon_sym_typedef] = ACTIONS(1652), - [anon_sym_extern] = ACTIONS(1652), - [anon_sym___attribute__] = ACTIONS(1652), - [anon_sym_COLON_COLON] = ACTIONS(1654), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1654), - [anon_sym___declspec] = ACTIONS(1652), - [anon_sym___based] = ACTIONS(1652), - [anon_sym___cdecl] = ACTIONS(1652), - [anon_sym___clrcall] = ACTIONS(1652), - [anon_sym___stdcall] = ACTIONS(1652), - [anon_sym___fastcall] = ACTIONS(1652), - [anon_sym___thiscall] = ACTIONS(1652), - [anon_sym___vectorcall] = ACTIONS(1652), - [anon_sym_LBRACE] = ACTIONS(1654), - [anon_sym_RBRACE] = ACTIONS(1654), - [anon_sym_LBRACK] = ACTIONS(1652), - [anon_sym_static] = ACTIONS(1652), - [anon_sym_register] = ACTIONS(1652), - [anon_sym_inline] = ACTIONS(1652), - [anon_sym_thread_local] = ACTIONS(1652), - [anon_sym_const] = ACTIONS(1652), - [anon_sym_volatile] = ACTIONS(1652), - [anon_sym_restrict] = ACTIONS(1652), - [anon_sym__Atomic] = ACTIONS(1652), - [anon_sym_mutable] = ACTIONS(1652), - [anon_sym_constexpr] = ACTIONS(1652), - [anon_sym_signed] = ACTIONS(1652), - [anon_sym_unsigned] = ACTIONS(1652), - [anon_sym_long] = ACTIONS(1652), - [anon_sym_short] = ACTIONS(1652), - [sym_primitive_type] = ACTIONS(1652), - [anon_sym_enum] = ACTIONS(1652), - [anon_sym_class] = ACTIONS(1652), - [anon_sym_struct] = ACTIONS(1652), - [anon_sym_union] = ACTIONS(1652), - [anon_sym_if] = ACTIONS(1652), - [anon_sym_else] = ACTIONS(1652), - [anon_sym_switch] = ACTIONS(1652), - [anon_sym_case] = ACTIONS(1652), - [anon_sym_default] = ACTIONS(1652), - [anon_sym_while] = ACTIONS(1652), - [anon_sym_do] = ACTIONS(1652), - [anon_sym_for] = ACTIONS(1652), - [anon_sym_return] = ACTIONS(1652), - [anon_sym_break] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(1652), - [anon_sym_goto] = ACTIONS(1652), - [anon_sym_DASH_DASH] = ACTIONS(1654), - [anon_sym_PLUS_PLUS] = ACTIONS(1654), - [anon_sym_sizeof] = ACTIONS(1652), - [sym_number_literal] = ACTIONS(1654), - [anon_sym_L_SQUOTE] = ACTIONS(1654), - [anon_sym_u_SQUOTE] = ACTIONS(1654), - [anon_sym_U_SQUOTE] = ACTIONS(1654), - [anon_sym_u8_SQUOTE] = ACTIONS(1654), - [anon_sym_SQUOTE] = ACTIONS(1654), - [anon_sym_L_DQUOTE] = ACTIONS(1654), - [anon_sym_u_DQUOTE] = ACTIONS(1654), - [anon_sym_U_DQUOTE] = ACTIONS(1654), - [anon_sym_u8_DQUOTE] = ACTIONS(1654), - [anon_sym_DQUOTE] = ACTIONS(1654), - [sym_true] = ACTIONS(1652), - [sym_false] = ACTIONS(1652), - [sym_null] = ACTIONS(1652), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1652), - [anon_sym_virtual] = ACTIONS(1652), - [anon_sym_explicit] = ACTIONS(1652), - [sym_auto] = ACTIONS(1652), - [anon_sym_typename] = ACTIONS(1652), - [anon_sym_template] = ACTIONS(1652), - [anon_sym_operator] = ACTIONS(1652), - [anon_sym_delete] = ACTIONS(1652), - [anon_sym_throw] = ACTIONS(1652), - [anon_sym_namespace] = ACTIONS(1652), - [anon_sym_using] = ACTIONS(1652), - [anon_sym_static_assert] = ACTIONS(1652), - [anon_sym_co_return] = ACTIONS(1652), - [anon_sym_co_yield] = ACTIONS(1652), - [anon_sym_try] = ACTIONS(1652), - [anon_sym_co_await] = ACTIONS(1652), - [anon_sym_new] = ACTIONS(1652), - [sym_operator_name] = ACTIONS(1652), - [sym_this] = ACTIONS(1652), - [sym_nullptr] = ACTIONS(1652), - [sym_alone_macro] = ACTIONS(1654), - [aux_sym_alone_macro_call_token1] = ACTIONS(1652), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1652), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_FORWARD] = ACTIONS(1652), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1652), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1652), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1652), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1652), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_PS_GET] = ACTIONS(1652), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1652), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1652), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1652), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1652), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1652), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1652), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1652), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1652), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1652), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1652), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1652), - [anon_sym_MOZ_COLD] = ACTIONS(1652), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1652), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1652), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1652), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1652), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1652), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1652), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1652), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1652), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1652), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1652), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1652), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1652), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1652), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1652), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1652), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1652), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1652), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1652), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1652), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1652), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_NONNULL] = ACTIONS(1652), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1652), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1652), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1652), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1652), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1652), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_NORETURN] = ACTIONS(1652), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1652), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1652), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1652), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1652), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1652), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1652), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1652), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1652), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1652), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1652), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1652), - [anon_sym_MOZ_RAII] = ACTIONS(1652), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1652), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1652), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1652), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1652), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1652), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1652), - [sym_raw_string_literal] = ACTIONS(1654), + [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), }, [294] = { - [sym_identifier] = ACTIONS(1648), - [aux_sym_preproc_include_token1] = ACTIONS(1648), - [aux_sym_preproc_def_token1] = ACTIONS(1648), - [aux_sym_preproc_if_token1] = ACTIONS(1648), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1648), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1648), - [sym_preproc_directive] = ACTIONS(1648), - [anon_sym_LPAREN2] = ACTIONS(1650), - [anon_sym_BANG] = ACTIONS(1650), - [anon_sym_TILDE] = ACTIONS(1650), - [anon_sym_DASH] = ACTIONS(1648), - [anon_sym_PLUS] = ACTIONS(1648), - [anon_sym_STAR] = ACTIONS(1650), - [anon_sym_AMP_AMP] = ACTIONS(1650), - [anon_sym_AMP] = ACTIONS(1648), - [anon_sym_SEMI] = ACTIONS(1650), - [anon_sym_typedef] = ACTIONS(1648), - [anon_sym_extern] = ACTIONS(1648), - [anon_sym___attribute__] = ACTIONS(1648), - [anon_sym_COLON_COLON] = ACTIONS(1650), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1650), - [anon_sym___declspec] = ACTIONS(1648), - [anon_sym___based] = ACTIONS(1648), - [anon_sym___cdecl] = ACTIONS(1648), - [anon_sym___clrcall] = ACTIONS(1648), - [anon_sym___stdcall] = ACTIONS(1648), - [anon_sym___fastcall] = ACTIONS(1648), - [anon_sym___thiscall] = ACTIONS(1648), - [anon_sym___vectorcall] = ACTIONS(1648), - [anon_sym_LBRACE] = ACTIONS(1650), - [anon_sym_RBRACE] = ACTIONS(1650), - [anon_sym_LBRACK] = ACTIONS(1648), - [anon_sym_static] = ACTIONS(1648), - [anon_sym_register] = ACTIONS(1648), - [anon_sym_inline] = ACTIONS(1648), - [anon_sym_thread_local] = ACTIONS(1648), - [anon_sym_const] = ACTIONS(1648), - [anon_sym_volatile] = ACTIONS(1648), - [anon_sym_restrict] = ACTIONS(1648), - [anon_sym__Atomic] = ACTIONS(1648), - [anon_sym_mutable] = ACTIONS(1648), - [anon_sym_constexpr] = ACTIONS(1648), - [anon_sym_signed] = ACTIONS(1648), - [anon_sym_unsigned] = ACTIONS(1648), - [anon_sym_long] = ACTIONS(1648), - [anon_sym_short] = ACTIONS(1648), - [sym_primitive_type] = ACTIONS(1648), - [anon_sym_enum] = ACTIONS(1648), - [anon_sym_class] = ACTIONS(1648), - [anon_sym_struct] = ACTIONS(1648), - [anon_sym_union] = ACTIONS(1648), - [anon_sym_if] = ACTIONS(1648), - [anon_sym_else] = ACTIONS(1648), - [anon_sym_switch] = ACTIONS(1648), - [anon_sym_case] = ACTIONS(1648), - [anon_sym_default] = ACTIONS(1648), - [anon_sym_while] = ACTIONS(1648), - [anon_sym_do] = ACTIONS(1648), - [anon_sym_for] = ACTIONS(1648), - [anon_sym_return] = ACTIONS(1648), - [anon_sym_break] = ACTIONS(1648), - [anon_sym_continue] = ACTIONS(1648), - [anon_sym_goto] = ACTIONS(1648), - [anon_sym_DASH_DASH] = ACTIONS(1650), - [anon_sym_PLUS_PLUS] = ACTIONS(1650), - [anon_sym_sizeof] = ACTIONS(1648), - [sym_number_literal] = ACTIONS(1650), - [anon_sym_L_SQUOTE] = ACTIONS(1650), - [anon_sym_u_SQUOTE] = ACTIONS(1650), - [anon_sym_U_SQUOTE] = ACTIONS(1650), - [anon_sym_u8_SQUOTE] = ACTIONS(1650), - [anon_sym_SQUOTE] = ACTIONS(1650), - [anon_sym_L_DQUOTE] = ACTIONS(1650), - [anon_sym_u_DQUOTE] = ACTIONS(1650), - [anon_sym_U_DQUOTE] = ACTIONS(1650), - [anon_sym_u8_DQUOTE] = ACTIONS(1650), - [anon_sym_DQUOTE] = ACTIONS(1650), - [sym_true] = ACTIONS(1648), - [sym_false] = ACTIONS(1648), - [sym_null] = ACTIONS(1648), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1648), - [anon_sym_virtual] = ACTIONS(1648), - [anon_sym_explicit] = ACTIONS(1648), - [sym_auto] = ACTIONS(1648), - [anon_sym_typename] = ACTIONS(1648), - [anon_sym_template] = ACTIONS(1648), - [anon_sym_operator] = ACTIONS(1648), - [anon_sym_delete] = ACTIONS(1648), - [anon_sym_throw] = ACTIONS(1648), - [anon_sym_namespace] = ACTIONS(1648), - [anon_sym_using] = ACTIONS(1648), - [anon_sym_static_assert] = ACTIONS(1648), - [anon_sym_co_return] = ACTIONS(1648), - [anon_sym_co_yield] = ACTIONS(1648), - [anon_sym_try] = ACTIONS(1648), - [anon_sym_co_await] = ACTIONS(1648), - [anon_sym_new] = ACTIONS(1648), - [sym_operator_name] = ACTIONS(1648), - [sym_this] = ACTIONS(1648), - [sym_nullptr] = ACTIONS(1648), - [sym_alone_macro] = ACTIONS(1650), - [aux_sym_alone_macro_call_token1] = ACTIONS(1648), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1648), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_FORWARD] = ACTIONS(1648), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1648), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1648), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1648), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1648), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_PS_GET] = ACTIONS(1648), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1648), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1648), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1648), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1648), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1648), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1648), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1648), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1648), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1648), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1648), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1648), - [anon_sym_MOZ_COLD] = ACTIONS(1648), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1648), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1648), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1648), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1648), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1648), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1648), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1648), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1648), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1648), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1648), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1648), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1648), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1648), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1648), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1648), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1648), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1648), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1648), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1648), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1648), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_NONNULL] = ACTIONS(1648), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1648), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1648), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1648), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1648), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1648), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_NORETURN] = ACTIONS(1648), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1648), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1648), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1648), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1648), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1648), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1648), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1648), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1648), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1648), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1648), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1648), - [anon_sym_MOZ_RAII] = ACTIONS(1648), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1648), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1648), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1648), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1648), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1648), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1648), - [sym_raw_string_literal] = ACTIONS(1650), + [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(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [298] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [299] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [300] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [301] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [302] = { - [sym_identifier] = ACTIONS(1644), - [aux_sym_preproc_include_token1] = ACTIONS(1644), - [aux_sym_preproc_def_token1] = ACTIONS(1644), - [aux_sym_preproc_if_token1] = ACTIONS(1644), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1644), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1644), - [sym_preproc_directive] = ACTIONS(1644), - [anon_sym_LPAREN2] = ACTIONS(1646), - [anon_sym_BANG] = ACTIONS(1646), - [anon_sym_TILDE] = ACTIONS(1646), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_AMP_AMP] = ACTIONS(1646), - [anon_sym_AMP] = ACTIONS(1644), - [anon_sym_SEMI] = ACTIONS(1646), - [anon_sym_typedef] = ACTIONS(1644), - [anon_sym_extern] = ACTIONS(1644), - [anon_sym___attribute__] = ACTIONS(1644), - [anon_sym_COLON_COLON] = ACTIONS(1646), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1646), - [anon_sym___declspec] = ACTIONS(1644), - [anon_sym___based] = ACTIONS(1644), - [anon_sym___cdecl] = ACTIONS(1644), - [anon_sym___clrcall] = ACTIONS(1644), - [anon_sym___stdcall] = ACTIONS(1644), - [anon_sym___fastcall] = ACTIONS(1644), - [anon_sym___thiscall] = ACTIONS(1644), - [anon_sym___vectorcall] = ACTIONS(1644), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1646), - [anon_sym_LBRACK] = ACTIONS(1644), - [anon_sym_static] = ACTIONS(1644), - [anon_sym_register] = ACTIONS(1644), - [anon_sym_inline] = ACTIONS(1644), - [anon_sym_thread_local] = ACTIONS(1644), - [anon_sym_const] = ACTIONS(1644), - [anon_sym_volatile] = ACTIONS(1644), - [anon_sym_restrict] = ACTIONS(1644), - [anon_sym__Atomic] = ACTIONS(1644), - [anon_sym_mutable] = ACTIONS(1644), - [anon_sym_constexpr] = ACTIONS(1644), - [anon_sym_signed] = ACTIONS(1644), - [anon_sym_unsigned] = ACTIONS(1644), - [anon_sym_long] = ACTIONS(1644), - [anon_sym_short] = ACTIONS(1644), - [sym_primitive_type] = ACTIONS(1644), - [anon_sym_enum] = ACTIONS(1644), - [anon_sym_class] = ACTIONS(1644), - [anon_sym_struct] = ACTIONS(1644), - [anon_sym_union] = ACTIONS(1644), - [anon_sym_if] = ACTIONS(1644), - [anon_sym_else] = ACTIONS(1644), - [anon_sym_switch] = ACTIONS(1644), - [anon_sym_case] = ACTIONS(1644), - [anon_sym_default] = ACTIONS(1644), - [anon_sym_while] = ACTIONS(1644), - [anon_sym_do] = ACTIONS(1644), - [anon_sym_for] = ACTIONS(1644), - [anon_sym_return] = ACTIONS(1644), - [anon_sym_break] = ACTIONS(1644), - [anon_sym_continue] = ACTIONS(1644), - [anon_sym_goto] = ACTIONS(1644), - [anon_sym_DASH_DASH] = ACTIONS(1646), - [anon_sym_PLUS_PLUS] = ACTIONS(1646), - [anon_sym_sizeof] = ACTIONS(1644), - [sym_number_literal] = ACTIONS(1646), - [anon_sym_L_SQUOTE] = ACTIONS(1646), - [anon_sym_u_SQUOTE] = ACTIONS(1646), - [anon_sym_U_SQUOTE] = ACTIONS(1646), - [anon_sym_u8_SQUOTE] = ACTIONS(1646), - [anon_sym_SQUOTE] = ACTIONS(1646), - [anon_sym_L_DQUOTE] = ACTIONS(1646), - [anon_sym_u_DQUOTE] = ACTIONS(1646), - [anon_sym_U_DQUOTE] = ACTIONS(1646), - [anon_sym_u8_DQUOTE] = ACTIONS(1646), - [anon_sym_DQUOTE] = ACTIONS(1646), - [sym_true] = ACTIONS(1644), - [sym_false] = ACTIONS(1644), - [sym_null] = ACTIONS(1644), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1644), - [anon_sym_virtual] = ACTIONS(1644), - [anon_sym_explicit] = ACTIONS(1644), - [sym_auto] = ACTIONS(1644), - [anon_sym_typename] = ACTIONS(1644), - [anon_sym_template] = ACTIONS(1644), - [anon_sym_operator] = ACTIONS(1644), - [anon_sym_delete] = ACTIONS(1644), - [anon_sym_throw] = ACTIONS(1644), - [anon_sym_namespace] = ACTIONS(1644), - [anon_sym_using] = ACTIONS(1644), - [anon_sym_static_assert] = ACTIONS(1644), - [anon_sym_co_return] = ACTIONS(1644), - [anon_sym_co_yield] = ACTIONS(1644), - [anon_sym_try] = ACTIONS(1644), - [anon_sym_co_await] = ACTIONS(1644), - [anon_sym_new] = ACTIONS(1644), - [sym_operator_name] = ACTIONS(1644), - [sym_this] = ACTIONS(1644), - [sym_nullptr] = ACTIONS(1644), - [sym_alone_macro] = ACTIONS(1646), - [aux_sym_alone_macro_call_token1] = ACTIONS(1644), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1644), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_FORWARD] = ACTIONS(1644), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1644), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1644), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1644), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1644), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_PS_GET] = ACTIONS(1644), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1644), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1644), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1644), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1644), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1644), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1644), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1644), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1644), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1644), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1644), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1644), - [anon_sym_MOZ_COLD] = ACTIONS(1644), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1644), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1644), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1644), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1644), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1644), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1644), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1644), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1644), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1644), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1644), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1644), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1644), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1644), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1644), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1644), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1644), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1644), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1644), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1644), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1644), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_NONNULL] = ACTIONS(1644), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1644), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1644), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1644), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1644), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1644), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_NORETURN] = ACTIONS(1644), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1644), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1644), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1644), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1644), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1644), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1644), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1644), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1644), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1644), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1644), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1644), - [anon_sym_MOZ_RAII] = ACTIONS(1644), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1644), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1644), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1644), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1644), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1644), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1644), - [sym_raw_string_literal] = ACTIONS(1646), + [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), }, [303] = { - [sym_identifier] = ACTIONS(1582), - [aux_sym_preproc_include_token1] = ACTIONS(1582), - [aux_sym_preproc_def_token1] = ACTIONS(1582), - [aux_sym_preproc_if_token1] = ACTIONS(1582), - [aux_sym_preproc_if_token2] = ACTIONS(1582), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1582), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1582), - [sym_preproc_directive] = ACTIONS(1582), - [anon_sym_LPAREN2] = ACTIONS(1584), - [anon_sym_BANG] = ACTIONS(1584), - [anon_sym_TILDE] = ACTIONS(1584), - [anon_sym_DASH] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(1582), - [anon_sym_STAR] = ACTIONS(1584), - [anon_sym_AMP_AMP] = ACTIONS(1584), - [anon_sym_AMP] = ACTIONS(1582), - [anon_sym_SEMI] = ACTIONS(1584), - [anon_sym_typedef] = ACTIONS(1582), - [anon_sym_extern] = ACTIONS(1582), - [anon_sym___attribute__] = ACTIONS(1582), - [anon_sym_COLON_COLON] = ACTIONS(1584), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1584), - [anon_sym___declspec] = ACTIONS(1582), - [anon_sym___based] = ACTIONS(1582), - [anon_sym___cdecl] = ACTIONS(1582), - [anon_sym___clrcall] = ACTIONS(1582), - [anon_sym___stdcall] = ACTIONS(1582), - [anon_sym___fastcall] = ACTIONS(1582), - [anon_sym___thiscall] = ACTIONS(1582), - [anon_sym___vectorcall] = ACTIONS(1582), - [anon_sym_LBRACE] = ACTIONS(1584), - [anon_sym_LBRACK] = ACTIONS(1582), - [anon_sym_static] = ACTIONS(1582), - [anon_sym_register] = ACTIONS(1582), - [anon_sym_inline] = ACTIONS(1582), - [anon_sym_thread_local] = ACTIONS(1582), - [anon_sym_const] = ACTIONS(1582), - [anon_sym_volatile] = ACTIONS(1582), - [anon_sym_restrict] = ACTIONS(1582), - [anon_sym__Atomic] = ACTIONS(1582), - [anon_sym_mutable] = ACTIONS(1582), - [anon_sym_constexpr] = ACTIONS(1582), - [anon_sym_signed] = ACTIONS(1582), - [anon_sym_unsigned] = ACTIONS(1582), - [anon_sym_long] = ACTIONS(1582), - [anon_sym_short] = ACTIONS(1582), - [sym_primitive_type] = ACTIONS(1582), - [anon_sym_enum] = ACTIONS(1582), - [anon_sym_class] = ACTIONS(1582), - [anon_sym_struct] = ACTIONS(1582), - [anon_sym_union] = ACTIONS(1582), - [anon_sym_if] = ACTIONS(1582), - [anon_sym_else] = ACTIONS(1582), - [anon_sym_switch] = ACTIONS(1582), - [anon_sym_case] = ACTIONS(1582), - [anon_sym_default] = ACTIONS(1582), - [anon_sym_while] = ACTIONS(1582), - [anon_sym_do] = ACTIONS(1582), - [anon_sym_for] = ACTIONS(1582), - [anon_sym_return] = ACTIONS(1582), - [anon_sym_break] = ACTIONS(1582), - [anon_sym_continue] = ACTIONS(1582), - [anon_sym_goto] = ACTIONS(1582), - [anon_sym_DASH_DASH] = ACTIONS(1584), - [anon_sym_PLUS_PLUS] = ACTIONS(1584), - [anon_sym_sizeof] = ACTIONS(1582), - [sym_number_literal] = ACTIONS(1584), - [anon_sym_L_SQUOTE] = ACTIONS(1584), - [anon_sym_u_SQUOTE] = ACTIONS(1584), - [anon_sym_U_SQUOTE] = ACTIONS(1584), - [anon_sym_u8_SQUOTE] = ACTIONS(1584), - [anon_sym_SQUOTE] = ACTIONS(1584), - [anon_sym_L_DQUOTE] = ACTIONS(1584), - [anon_sym_u_DQUOTE] = ACTIONS(1584), - [anon_sym_U_DQUOTE] = ACTIONS(1584), - [anon_sym_u8_DQUOTE] = ACTIONS(1584), - [anon_sym_DQUOTE] = ACTIONS(1584), - [sym_true] = ACTIONS(1582), - [sym_false] = ACTIONS(1582), - [sym_null] = ACTIONS(1582), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1582), - [anon_sym_virtual] = ACTIONS(1582), - [anon_sym_explicit] = ACTIONS(1582), - [sym_auto] = ACTIONS(1582), - [anon_sym_typename] = ACTIONS(1582), - [anon_sym_template] = ACTIONS(1582), - [anon_sym_operator] = ACTIONS(1582), - [anon_sym_delete] = ACTIONS(1582), - [anon_sym_throw] = ACTIONS(1582), - [anon_sym_namespace] = ACTIONS(1582), - [anon_sym_using] = ACTIONS(1582), - [anon_sym_static_assert] = ACTIONS(1582), - [anon_sym_co_return] = ACTIONS(1582), - [anon_sym_co_yield] = ACTIONS(1582), - [anon_sym_try] = ACTIONS(1582), - [anon_sym_co_await] = ACTIONS(1582), - [anon_sym_new] = ACTIONS(1582), - [sym_operator_name] = ACTIONS(1582), - [sym_this] = ACTIONS(1582), - [sym_nullptr] = ACTIONS(1582), - [sym_alone_macro] = ACTIONS(1584), - [aux_sym_alone_macro_call_token1] = ACTIONS(1582), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1582), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_FORWARD] = ACTIONS(1582), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1582), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1582), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1582), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1582), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_PS_GET] = ACTIONS(1582), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1582), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1582), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1582), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1582), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1582), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1582), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1582), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1582), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1582), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1582), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1582), - [anon_sym_MOZ_COLD] = ACTIONS(1582), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1582), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1582), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1582), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1582), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1582), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1582), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1582), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1582), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1582), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1582), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1582), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1582), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1582), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1582), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1582), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1582), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1582), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1582), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1582), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1582), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_NONNULL] = ACTIONS(1582), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1582), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1582), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1582), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1582), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1582), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_NORETURN] = ACTIONS(1582), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1582), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1582), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1582), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1582), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1582), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1582), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1582), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1582), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1582), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1582), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1582), - [anon_sym_MOZ_RAII] = ACTIONS(1582), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1582), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1582), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1582), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1582), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1582), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1582), - [sym_raw_string_literal] = ACTIONS(1584), + [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] = { - [sym_identifier] = ACTIONS(1586), - [aux_sym_preproc_include_token1] = ACTIONS(1586), - [aux_sym_preproc_def_token1] = ACTIONS(1586), - [aux_sym_preproc_if_token1] = ACTIONS(1586), - [aux_sym_preproc_if_token2] = ACTIONS(1586), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1586), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1586), - [sym_preproc_directive] = ACTIONS(1586), - [anon_sym_LPAREN2] = ACTIONS(1588), - [anon_sym_BANG] = ACTIONS(1588), - [anon_sym_TILDE] = ACTIONS(1588), - [anon_sym_DASH] = ACTIONS(1586), - [anon_sym_PLUS] = ACTIONS(1586), - [anon_sym_STAR] = ACTIONS(1588), - [anon_sym_AMP_AMP] = ACTIONS(1588), - [anon_sym_AMP] = ACTIONS(1586), - [anon_sym_SEMI] = ACTIONS(1588), - [anon_sym_typedef] = ACTIONS(1586), - [anon_sym_extern] = ACTIONS(1586), - [anon_sym___attribute__] = ACTIONS(1586), - [anon_sym_COLON_COLON] = ACTIONS(1588), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1588), - [anon_sym___declspec] = ACTIONS(1586), - [anon_sym___based] = ACTIONS(1586), - [anon_sym___cdecl] = ACTIONS(1586), - [anon_sym___clrcall] = ACTIONS(1586), - [anon_sym___stdcall] = ACTIONS(1586), - [anon_sym___fastcall] = ACTIONS(1586), - [anon_sym___thiscall] = ACTIONS(1586), - [anon_sym___vectorcall] = ACTIONS(1586), - [anon_sym_LBRACE] = ACTIONS(1588), - [anon_sym_LBRACK] = ACTIONS(1586), - [anon_sym_static] = ACTIONS(1586), - [anon_sym_register] = ACTIONS(1586), - [anon_sym_inline] = ACTIONS(1586), - [anon_sym_thread_local] = ACTIONS(1586), - [anon_sym_const] = ACTIONS(1586), - [anon_sym_volatile] = ACTIONS(1586), - [anon_sym_restrict] = ACTIONS(1586), - [anon_sym__Atomic] = ACTIONS(1586), - [anon_sym_mutable] = ACTIONS(1586), - [anon_sym_constexpr] = ACTIONS(1586), - [anon_sym_signed] = ACTIONS(1586), - [anon_sym_unsigned] = ACTIONS(1586), - [anon_sym_long] = ACTIONS(1586), - [anon_sym_short] = ACTIONS(1586), - [sym_primitive_type] = ACTIONS(1586), - [anon_sym_enum] = ACTIONS(1586), - [anon_sym_class] = ACTIONS(1586), - [anon_sym_struct] = ACTIONS(1586), - [anon_sym_union] = ACTIONS(1586), - [anon_sym_if] = ACTIONS(1586), - [anon_sym_else] = ACTIONS(1586), - [anon_sym_switch] = ACTIONS(1586), - [anon_sym_case] = ACTIONS(1586), - [anon_sym_default] = ACTIONS(1586), - [anon_sym_while] = ACTIONS(1586), - [anon_sym_do] = ACTIONS(1586), - [anon_sym_for] = ACTIONS(1586), - [anon_sym_return] = ACTIONS(1586), - [anon_sym_break] = ACTIONS(1586), - [anon_sym_continue] = ACTIONS(1586), - [anon_sym_goto] = ACTIONS(1586), - [anon_sym_DASH_DASH] = ACTIONS(1588), - [anon_sym_PLUS_PLUS] = ACTIONS(1588), - [anon_sym_sizeof] = ACTIONS(1586), - [sym_number_literal] = ACTIONS(1588), - [anon_sym_L_SQUOTE] = ACTIONS(1588), - [anon_sym_u_SQUOTE] = ACTIONS(1588), - [anon_sym_U_SQUOTE] = ACTIONS(1588), - [anon_sym_u8_SQUOTE] = ACTIONS(1588), - [anon_sym_SQUOTE] = ACTIONS(1588), - [anon_sym_L_DQUOTE] = ACTIONS(1588), - [anon_sym_u_DQUOTE] = ACTIONS(1588), - [anon_sym_U_DQUOTE] = ACTIONS(1588), - [anon_sym_u8_DQUOTE] = ACTIONS(1588), - [anon_sym_DQUOTE] = ACTIONS(1588), - [sym_true] = ACTIONS(1586), - [sym_false] = ACTIONS(1586), - [sym_null] = ACTIONS(1586), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1586), - [anon_sym_virtual] = ACTIONS(1586), - [anon_sym_explicit] = ACTIONS(1586), - [sym_auto] = ACTIONS(1586), - [anon_sym_typename] = ACTIONS(1586), - [anon_sym_template] = ACTIONS(1586), - [anon_sym_operator] = ACTIONS(1586), - [anon_sym_delete] = ACTIONS(1586), - [anon_sym_throw] = ACTIONS(1586), - [anon_sym_namespace] = ACTIONS(1586), - [anon_sym_using] = ACTIONS(1586), - [anon_sym_static_assert] = ACTIONS(1586), - [anon_sym_co_return] = ACTIONS(1586), - [anon_sym_co_yield] = ACTIONS(1586), - [anon_sym_try] = ACTIONS(1586), - [anon_sym_co_await] = ACTIONS(1586), - [anon_sym_new] = ACTIONS(1586), - [sym_operator_name] = ACTIONS(1586), - [sym_this] = ACTIONS(1586), - [sym_nullptr] = ACTIONS(1586), - [sym_alone_macro] = ACTIONS(1588), - [aux_sym_alone_macro_call_token1] = ACTIONS(1586), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1586), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_FORWARD] = ACTIONS(1586), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1586), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1586), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1586), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1586), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_PS_GET] = ACTIONS(1586), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1586), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1586), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1586), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1586), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1586), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1586), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1586), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1586), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1586), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1586), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1586), - [anon_sym_MOZ_COLD] = ACTIONS(1586), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1586), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1586), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1586), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1586), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1586), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1586), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1586), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1586), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1586), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1586), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1586), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1586), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1586), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1586), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1586), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1586), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1586), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1586), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1586), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1586), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_NONNULL] = ACTIONS(1586), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1586), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1586), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1586), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1586), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1586), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_NORETURN] = ACTIONS(1586), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1586), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1586), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1586), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1586), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1586), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1586), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1586), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1586), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1586), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1586), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1586), - [anon_sym_MOZ_RAII] = ACTIONS(1586), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1586), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1586), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1586), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1586), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1586), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1586), - [sym_raw_string_literal] = ACTIONS(1588), + [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), }, [305] = { - [sym_identifier] = ACTIONS(1590), - [aux_sym_preproc_include_token1] = ACTIONS(1590), - [aux_sym_preproc_def_token1] = ACTIONS(1590), - [aux_sym_preproc_if_token1] = ACTIONS(1590), - [aux_sym_preproc_if_token2] = ACTIONS(1590), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1590), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1590), - [sym_preproc_directive] = ACTIONS(1590), - [anon_sym_LPAREN2] = ACTIONS(1592), - [anon_sym_BANG] = ACTIONS(1592), - [anon_sym_TILDE] = ACTIONS(1592), - [anon_sym_DASH] = ACTIONS(1590), - [anon_sym_PLUS] = ACTIONS(1590), - [anon_sym_STAR] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_AMP] = ACTIONS(1590), - [anon_sym_SEMI] = ACTIONS(1592), - [anon_sym_typedef] = ACTIONS(1590), - [anon_sym_extern] = ACTIONS(1590), - [anon_sym___attribute__] = ACTIONS(1590), - [anon_sym_COLON_COLON] = ACTIONS(1592), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1592), - [anon_sym___declspec] = ACTIONS(1590), - [anon_sym___based] = ACTIONS(1590), - [anon_sym___cdecl] = ACTIONS(1590), - [anon_sym___clrcall] = ACTIONS(1590), - [anon_sym___stdcall] = ACTIONS(1590), - [anon_sym___fastcall] = ACTIONS(1590), - [anon_sym___thiscall] = ACTIONS(1590), - [anon_sym___vectorcall] = ACTIONS(1590), - [anon_sym_LBRACE] = ACTIONS(1592), - [anon_sym_LBRACK] = ACTIONS(1590), - [anon_sym_static] = ACTIONS(1590), - [anon_sym_register] = ACTIONS(1590), - [anon_sym_inline] = ACTIONS(1590), - [anon_sym_thread_local] = ACTIONS(1590), - [anon_sym_const] = ACTIONS(1590), - [anon_sym_volatile] = ACTIONS(1590), - [anon_sym_restrict] = ACTIONS(1590), - [anon_sym__Atomic] = ACTIONS(1590), - [anon_sym_mutable] = ACTIONS(1590), - [anon_sym_constexpr] = ACTIONS(1590), - [anon_sym_signed] = ACTIONS(1590), - [anon_sym_unsigned] = ACTIONS(1590), - [anon_sym_long] = ACTIONS(1590), - [anon_sym_short] = ACTIONS(1590), - [sym_primitive_type] = ACTIONS(1590), - [anon_sym_enum] = ACTIONS(1590), - [anon_sym_class] = ACTIONS(1590), - [anon_sym_struct] = ACTIONS(1590), - [anon_sym_union] = ACTIONS(1590), - [anon_sym_if] = ACTIONS(1590), - [anon_sym_else] = ACTIONS(1590), - [anon_sym_switch] = ACTIONS(1590), - [anon_sym_case] = ACTIONS(1590), - [anon_sym_default] = ACTIONS(1590), - [anon_sym_while] = ACTIONS(1590), - [anon_sym_do] = ACTIONS(1590), - [anon_sym_for] = ACTIONS(1590), - [anon_sym_return] = ACTIONS(1590), - [anon_sym_break] = ACTIONS(1590), - [anon_sym_continue] = ACTIONS(1590), - [anon_sym_goto] = ACTIONS(1590), - [anon_sym_DASH_DASH] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(1592), - [anon_sym_sizeof] = ACTIONS(1590), - [sym_number_literal] = ACTIONS(1592), - [anon_sym_L_SQUOTE] = ACTIONS(1592), - [anon_sym_u_SQUOTE] = ACTIONS(1592), - [anon_sym_U_SQUOTE] = ACTIONS(1592), - [anon_sym_u8_SQUOTE] = ACTIONS(1592), - [anon_sym_SQUOTE] = ACTIONS(1592), - [anon_sym_L_DQUOTE] = ACTIONS(1592), - [anon_sym_u_DQUOTE] = ACTIONS(1592), - [anon_sym_U_DQUOTE] = ACTIONS(1592), - [anon_sym_u8_DQUOTE] = ACTIONS(1592), - [anon_sym_DQUOTE] = ACTIONS(1592), - [sym_true] = ACTIONS(1590), - [sym_false] = ACTIONS(1590), - [sym_null] = ACTIONS(1590), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1590), - [anon_sym_virtual] = ACTIONS(1590), - [anon_sym_explicit] = ACTIONS(1590), - [sym_auto] = ACTIONS(1590), - [anon_sym_typename] = ACTIONS(1590), - [anon_sym_template] = ACTIONS(1590), - [anon_sym_operator] = ACTIONS(1590), - [anon_sym_delete] = ACTIONS(1590), - [anon_sym_throw] = ACTIONS(1590), - [anon_sym_namespace] = ACTIONS(1590), - [anon_sym_using] = ACTIONS(1590), - [anon_sym_static_assert] = ACTIONS(1590), - [anon_sym_co_return] = ACTIONS(1590), - [anon_sym_co_yield] = ACTIONS(1590), - [anon_sym_try] = ACTIONS(1590), - [anon_sym_co_await] = ACTIONS(1590), - [anon_sym_new] = ACTIONS(1590), - [sym_operator_name] = ACTIONS(1590), - [sym_this] = ACTIONS(1590), - [sym_nullptr] = ACTIONS(1590), - [sym_alone_macro] = ACTIONS(1592), - [aux_sym_alone_macro_call_token1] = ACTIONS(1590), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1590), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_FORWARD] = ACTIONS(1590), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1590), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1590), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1590), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1590), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_PS_GET] = ACTIONS(1590), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1590), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1590), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1590), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1590), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1590), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1590), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1590), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1590), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1590), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1590), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1590), - [anon_sym_MOZ_COLD] = ACTIONS(1590), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1590), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1590), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1590), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1590), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1590), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1590), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1590), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1590), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1590), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1590), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1590), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1590), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1590), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1590), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1590), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1590), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1590), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1590), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1590), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1590), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_NONNULL] = ACTIONS(1590), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1590), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1590), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1590), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1590), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1590), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_NORETURN] = ACTIONS(1590), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1590), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1590), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1590), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1590), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1590), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1590), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1590), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1590), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1590), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1590), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1590), - [anon_sym_MOZ_RAII] = ACTIONS(1590), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1590), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1590), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1590), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1590), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1590), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1590), - [sym_raw_string_literal] = ACTIONS(1592), + [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), }, [306] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [307] = { - [sym_identifier] = ACTIONS(1594), - [aux_sym_preproc_include_token1] = ACTIONS(1594), - [aux_sym_preproc_def_token1] = ACTIONS(1594), - [aux_sym_preproc_if_token1] = ACTIONS(1594), - [aux_sym_preproc_if_token2] = ACTIONS(1594), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1594), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1594), - [sym_preproc_directive] = ACTIONS(1594), - [anon_sym_LPAREN2] = ACTIONS(1596), - [anon_sym_BANG] = ACTIONS(1596), - [anon_sym_TILDE] = ACTIONS(1596), - [anon_sym_DASH] = ACTIONS(1594), - [anon_sym_PLUS] = ACTIONS(1594), - [anon_sym_STAR] = ACTIONS(1596), - [anon_sym_AMP_AMP] = ACTIONS(1596), - [anon_sym_AMP] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1596), - [anon_sym_typedef] = ACTIONS(1594), - [anon_sym_extern] = ACTIONS(1594), - [anon_sym___attribute__] = ACTIONS(1594), - [anon_sym_COLON_COLON] = ACTIONS(1596), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1596), - [anon_sym___declspec] = ACTIONS(1594), - [anon_sym___based] = ACTIONS(1594), - [anon_sym___cdecl] = ACTIONS(1594), - [anon_sym___clrcall] = ACTIONS(1594), - [anon_sym___stdcall] = ACTIONS(1594), - [anon_sym___fastcall] = ACTIONS(1594), - [anon_sym___thiscall] = ACTIONS(1594), - [anon_sym___vectorcall] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LBRACK] = ACTIONS(1594), - [anon_sym_static] = ACTIONS(1594), - [anon_sym_register] = ACTIONS(1594), - [anon_sym_inline] = ACTIONS(1594), - [anon_sym_thread_local] = ACTIONS(1594), - [anon_sym_const] = ACTIONS(1594), - [anon_sym_volatile] = ACTIONS(1594), - [anon_sym_restrict] = ACTIONS(1594), - [anon_sym__Atomic] = ACTIONS(1594), - [anon_sym_mutable] = ACTIONS(1594), - [anon_sym_constexpr] = ACTIONS(1594), - [anon_sym_signed] = ACTIONS(1594), - [anon_sym_unsigned] = ACTIONS(1594), - [anon_sym_long] = ACTIONS(1594), - [anon_sym_short] = ACTIONS(1594), - [sym_primitive_type] = ACTIONS(1594), - [anon_sym_enum] = ACTIONS(1594), - [anon_sym_class] = ACTIONS(1594), - [anon_sym_struct] = ACTIONS(1594), - [anon_sym_union] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1594), - [anon_sym_else] = ACTIONS(1594), - [anon_sym_switch] = ACTIONS(1594), - [anon_sym_case] = ACTIONS(1594), - [anon_sym_default] = ACTIONS(1594), - [anon_sym_while] = ACTIONS(1594), - [anon_sym_do] = ACTIONS(1594), - [anon_sym_for] = ACTIONS(1594), - [anon_sym_return] = ACTIONS(1594), - [anon_sym_break] = ACTIONS(1594), - [anon_sym_continue] = ACTIONS(1594), - [anon_sym_goto] = ACTIONS(1594), - [anon_sym_DASH_DASH] = ACTIONS(1596), - [anon_sym_PLUS_PLUS] = ACTIONS(1596), - [anon_sym_sizeof] = ACTIONS(1594), - [sym_number_literal] = ACTIONS(1596), - [anon_sym_L_SQUOTE] = ACTIONS(1596), - [anon_sym_u_SQUOTE] = ACTIONS(1596), - [anon_sym_U_SQUOTE] = ACTIONS(1596), - [anon_sym_u8_SQUOTE] = ACTIONS(1596), - [anon_sym_SQUOTE] = ACTIONS(1596), - [anon_sym_L_DQUOTE] = ACTIONS(1596), - [anon_sym_u_DQUOTE] = ACTIONS(1596), - [anon_sym_U_DQUOTE] = ACTIONS(1596), - [anon_sym_u8_DQUOTE] = ACTIONS(1596), - [anon_sym_DQUOTE] = ACTIONS(1596), - [sym_true] = ACTIONS(1594), - [sym_false] = ACTIONS(1594), - [sym_null] = ACTIONS(1594), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1594), - [anon_sym_virtual] = ACTIONS(1594), - [anon_sym_explicit] = ACTIONS(1594), - [sym_auto] = ACTIONS(1594), - [anon_sym_typename] = ACTIONS(1594), - [anon_sym_template] = ACTIONS(1594), - [anon_sym_operator] = ACTIONS(1594), - [anon_sym_delete] = ACTIONS(1594), - [anon_sym_throw] = ACTIONS(1594), - [anon_sym_namespace] = ACTIONS(1594), - [anon_sym_using] = ACTIONS(1594), - [anon_sym_static_assert] = ACTIONS(1594), - [anon_sym_co_return] = ACTIONS(1594), - [anon_sym_co_yield] = ACTIONS(1594), - [anon_sym_try] = ACTIONS(1594), - [anon_sym_co_await] = ACTIONS(1594), - [anon_sym_new] = ACTIONS(1594), - [sym_operator_name] = ACTIONS(1594), - [sym_this] = ACTIONS(1594), - [sym_nullptr] = ACTIONS(1594), - [sym_alone_macro] = ACTIONS(1596), - [aux_sym_alone_macro_call_token1] = ACTIONS(1594), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1594), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_FORWARD] = ACTIONS(1594), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1594), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1594), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1594), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1594), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_PS_GET] = ACTIONS(1594), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1594), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1594), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1594), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1594), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1594), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1594), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1594), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1594), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1594), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1594), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1594), - [anon_sym_MOZ_COLD] = ACTIONS(1594), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1594), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1594), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1594), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1594), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1594), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1594), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1594), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1594), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1594), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1594), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1594), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1594), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1594), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1594), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1594), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1594), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1594), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1594), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1594), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1594), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_NONNULL] = ACTIONS(1594), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1594), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1594), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1594), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1594), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1594), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_NORETURN] = ACTIONS(1594), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1594), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1594), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1594), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1594), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1594), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1594), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1594), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1594), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1594), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1594), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1594), - [anon_sym_MOZ_RAII] = ACTIONS(1594), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1594), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1594), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1594), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1594), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1594), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1594), - [sym_raw_string_literal] = ACTIONS(1596), + [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), }, [308] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [309] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [310] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [311] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [312] = { - [sym_identifier] = ACTIONS(1656), - [aux_sym_preproc_include_token1] = ACTIONS(1656), - [aux_sym_preproc_def_token1] = ACTIONS(1656), - [aux_sym_preproc_if_token1] = ACTIONS(1656), - [aux_sym_preproc_if_token2] = ACTIONS(1656), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1656), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1656), - [sym_preproc_directive] = ACTIONS(1656), - [anon_sym_LPAREN2] = ACTIONS(1658), - [anon_sym_BANG] = ACTIONS(1658), - [anon_sym_TILDE] = ACTIONS(1658), - [anon_sym_DASH] = ACTIONS(1656), - [anon_sym_PLUS] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(1658), - [anon_sym_AMP_AMP] = ACTIONS(1658), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_SEMI] = ACTIONS(1658), - [anon_sym_typedef] = ACTIONS(1656), - [anon_sym_extern] = ACTIONS(1656), - [anon_sym___attribute__] = ACTIONS(1656), - [anon_sym_COLON_COLON] = ACTIONS(1658), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1658), - [anon_sym___declspec] = ACTIONS(1656), - [anon_sym___based] = ACTIONS(1656), - [anon_sym___cdecl] = ACTIONS(1656), - [anon_sym___clrcall] = ACTIONS(1656), - [anon_sym___stdcall] = ACTIONS(1656), - [anon_sym___fastcall] = ACTIONS(1656), - [anon_sym___thiscall] = ACTIONS(1656), - [anon_sym___vectorcall] = ACTIONS(1656), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LBRACK] = ACTIONS(1656), - [anon_sym_static] = ACTIONS(1656), - [anon_sym_register] = ACTIONS(1656), - [anon_sym_inline] = ACTIONS(1656), - [anon_sym_thread_local] = ACTIONS(1656), - [anon_sym_const] = ACTIONS(1656), - [anon_sym_volatile] = ACTIONS(1656), - [anon_sym_restrict] = ACTIONS(1656), - [anon_sym__Atomic] = ACTIONS(1656), - [anon_sym_mutable] = ACTIONS(1656), - [anon_sym_constexpr] = ACTIONS(1656), - [anon_sym_signed] = ACTIONS(1656), - [anon_sym_unsigned] = ACTIONS(1656), - [anon_sym_long] = ACTIONS(1656), - [anon_sym_short] = ACTIONS(1656), - [sym_primitive_type] = ACTIONS(1656), - [anon_sym_enum] = ACTIONS(1656), - [anon_sym_class] = ACTIONS(1656), - [anon_sym_struct] = ACTIONS(1656), - [anon_sym_union] = ACTIONS(1656), - [anon_sym_if] = ACTIONS(1656), - [anon_sym_else] = ACTIONS(1656), - [anon_sym_switch] = ACTIONS(1656), - [anon_sym_case] = ACTIONS(1656), - [anon_sym_default] = ACTIONS(1656), - [anon_sym_while] = ACTIONS(1656), - [anon_sym_do] = ACTIONS(1656), - [anon_sym_for] = ACTIONS(1656), - [anon_sym_return] = ACTIONS(1656), - [anon_sym_break] = ACTIONS(1656), - [anon_sym_continue] = ACTIONS(1656), - [anon_sym_goto] = ACTIONS(1656), - [anon_sym_DASH_DASH] = ACTIONS(1658), - [anon_sym_PLUS_PLUS] = ACTIONS(1658), - [anon_sym_sizeof] = ACTIONS(1656), - [sym_number_literal] = ACTIONS(1658), - [anon_sym_L_SQUOTE] = ACTIONS(1658), - [anon_sym_u_SQUOTE] = ACTIONS(1658), - [anon_sym_U_SQUOTE] = ACTIONS(1658), - [anon_sym_u8_SQUOTE] = ACTIONS(1658), - [anon_sym_SQUOTE] = ACTIONS(1658), - [anon_sym_L_DQUOTE] = ACTIONS(1658), - [anon_sym_u_DQUOTE] = ACTIONS(1658), - [anon_sym_U_DQUOTE] = ACTIONS(1658), - [anon_sym_u8_DQUOTE] = ACTIONS(1658), - [anon_sym_DQUOTE] = ACTIONS(1658), - [sym_true] = ACTIONS(1656), - [sym_false] = ACTIONS(1656), - [sym_null] = ACTIONS(1656), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1656), - [anon_sym_virtual] = ACTIONS(1656), - [anon_sym_explicit] = ACTIONS(1656), - [sym_auto] = ACTIONS(1656), - [anon_sym_typename] = ACTIONS(1656), - [anon_sym_template] = ACTIONS(1656), - [anon_sym_operator] = ACTIONS(1656), - [anon_sym_delete] = ACTIONS(1656), - [anon_sym_throw] = ACTIONS(1656), - [anon_sym_namespace] = ACTIONS(1656), - [anon_sym_using] = ACTIONS(1656), - [anon_sym_static_assert] = ACTIONS(1656), - [anon_sym_co_return] = ACTIONS(1656), - [anon_sym_co_yield] = ACTIONS(1656), - [anon_sym_try] = ACTIONS(1656), - [anon_sym_co_await] = ACTIONS(1656), - [anon_sym_new] = ACTIONS(1656), - [sym_operator_name] = ACTIONS(1656), - [sym_this] = ACTIONS(1656), - [sym_nullptr] = ACTIONS(1656), - [sym_alone_macro] = ACTIONS(1658), - [aux_sym_alone_macro_call_token1] = ACTIONS(1656), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1656), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_FORWARD] = ACTIONS(1656), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1656), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1656), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1656), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1656), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_PS_GET] = ACTIONS(1656), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1656), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1656), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1656), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1656), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1656), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1656), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1656), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1656), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1656), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1656), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1656), - [anon_sym_MOZ_COLD] = ACTIONS(1656), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1656), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1656), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1656), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1656), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1656), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1656), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1656), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1656), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1656), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1656), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1656), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1656), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1656), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1656), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1656), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1656), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1656), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1656), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1656), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1656), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_NONNULL] = ACTIONS(1656), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1656), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1656), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1656), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1656), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1656), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_NORETURN] = ACTIONS(1656), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1656), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1656), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1656), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1656), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1656), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1656), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1656), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1656), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1656), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1656), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1656), - [anon_sym_MOZ_RAII] = ACTIONS(1656), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1656), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1656), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1656), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1656), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1656), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1656), - [sym_raw_string_literal] = ACTIONS(1658), + [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), }, [313] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [314] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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] = { - [ts_builtin_sym_end] = ACTIONS(1618), - [sym_identifier] = ACTIONS(1616), - [aux_sym_preproc_include_token1] = ACTIONS(1616), - [aux_sym_preproc_def_token1] = ACTIONS(1616), - [aux_sym_preproc_if_token1] = ACTIONS(1616), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1616), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1616), - [sym_preproc_directive] = ACTIONS(1616), - [anon_sym_LPAREN2] = ACTIONS(1618), - [anon_sym_BANG] = ACTIONS(1618), - [anon_sym_TILDE] = ACTIONS(1618), - [anon_sym_DASH] = ACTIONS(1616), - [anon_sym_PLUS] = ACTIONS(1616), - [anon_sym_STAR] = ACTIONS(1618), - [anon_sym_AMP_AMP] = ACTIONS(1618), - [anon_sym_AMP] = ACTIONS(1616), - [anon_sym_SEMI] = ACTIONS(1618), - [anon_sym_typedef] = ACTIONS(1616), - [anon_sym_extern] = ACTIONS(1616), - [anon_sym___attribute__] = ACTIONS(1616), - [anon_sym_COLON_COLON] = ACTIONS(1618), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1618), - [anon_sym___declspec] = ACTIONS(1616), - [anon_sym___based] = ACTIONS(1616), - [anon_sym___cdecl] = ACTIONS(1616), - [anon_sym___clrcall] = ACTIONS(1616), - [anon_sym___stdcall] = ACTIONS(1616), - [anon_sym___fastcall] = ACTIONS(1616), - [anon_sym___thiscall] = ACTIONS(1616), - [anon_sym___vectorcall] = ACTIONS(1616), - [anon_sym_LBRACE] = ACTIONS(1618), - [anon_sym_LBRACK] = ACTIONS(1616), - [anon_sym_static] = ACTIONS(1616), - [anon_sym_register] = ACTIONS(1616), - [anon_sym_inline] = ACTIONS(1616), - [anon_sym_thread_local] = ACTIONS(1616), - [anon_sym_const] = ACTIONS(1616), - [anon_sym_volatile] = ACTIONS(1616), - [anon_sym_restrict] = ACTIONS(1616), - [anon_sym__Atomic] = ACTIONS(1616), - [anon_sym_mutable] = ACTIONS(1616), - [anon_sym_constexpr] = ACTIONS(1616), - [anon_sym_signed] = ACTIONS(1616), - [anon_sym_unsigned] = ACTIONS(1616), - [anon_sym_long] = ACTIONS(1616), - [anon_sym_short] = ACTIONS(1616), - [sym_primitive_type] = ACTIONS(1616), - [anon_sym_enum] = ACTIONS(1616), - [anon_sym_class] = ACTIONS(1616), - [anon_sym_struct] = ACTIONS(1616), - [anon_sym_union] = ACTIONS(1616), - [anon_sym_if] = ACTIONS(1616), - [anon_sym_else] = ACTIONS(1616), - [anon_sym_switch] = ACTIONS(1616), - [anon_sym_case] = ACTIONS(1616), - [anon_sym_default] = ACTIONS(1616), - [anon_sym_while] = ACTIONS(1616), - [anon_sym_do] = ACTIONS(1616), - [anon_sym_for] = ACTIONS(1616), - [anon_sym_return] = ACTIONS(1616), - [anon_sym_break] = ACTIONS(1616), - [anon_sym_continue] = ACTIONS(1616), - [anon_sym_goto] = ACTIONS(1616), - [anon_sym_DASH_DASH] = ACTIONS(1618), - [anon_sym_PLUS_PLUS] = ACTIONS(1618), - [anon_sym_sizeof] = ACTIONS(1616), - [sym_number_literal] = ACTIONS(1618), - [anon_sym_L_SQUOTE] = ACTIONS(1618), - [anon_sym_u_SQUOTE] = ACTIONS(1618), - [anon_sym_U_SQUOTE] = ACTIONS(1618), - [anon_sym_u8_SQUOTE] = ACTIONS(1618), - [anon_sym_SQUOTE] = ACTIONS(1618), - [anon_sym_L_DQUOTE] = ACTIONS(1618), - [anon_sym_u_DQUOTE] = ACTIONS(1618), - [anon_sym_U_DQUOTE] = ACTIONS(1618), - [anon_sym_u8_DQUOTE] = ACTIONS(1618), - [anon_sym_DQUOTE] = ACTIONS(1618), - [sym_true] = ACTIONS(1616), - [sym_false] = ACTIONS(1616), - [sym_null] = ACTIONS(1616), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1616), - [anon_sym_virtual] = ACTIONS(1616), - [anon_sym_explicit] = ACTIONS(1616), - [sym_auto] = ACTIONS(1616), - [anon_sym_typename] = ACTIONS(1616), - [anon_sym_template] = ACTIONS(1616), - [anon_sym_operator] = ACTIONS(1616), - [anon_sym_delete] = ACTIONS(1616), - [anon_sym_throw] = ACTIONS(1616), - [anon_sym_namespace] = ACTIONS(1616), - [anon_sym_using] = ACTIONS(1616), - [anon_sym_static_assert] = ACTIONS(1616), - [anon_sym_co_return] = ACTIONS(1616), - [anon_sym_co_yield] = ACTIONS(1616), - [anon_sym_try] = ACTIONS(1616), - [anon_sym_co_await] = ACTIONS(1616), - [anon_sym_new] = ACTIONS(1616), - [sym_operator_name] = ACTIONS(1616), - [sym_this] = ACTIONS(1616), - [sym_nullptr] = ACTIONS(1616), - [sym_alone_macro] = ACTIONS(1618), - [aux_sym_alone_macro_call_token1] = ACTIONS(1616), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1616), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_FORWARD] = ACTIONS(1616), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1616), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1616), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1616), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1616), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_PS_GET] = ACTIONS(1616), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1616), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1616), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1616), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1616), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1616), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1616), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1616), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1616), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1616), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1616), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1616), - [anon_sym_MOZ_COLD] = ACTIONS(1616), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1616), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1616), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1616), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1616), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1616), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1616), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1616), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1616), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1616), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1616), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1616), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1616), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1616), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1616), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1616), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1616), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1616), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1616), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1616), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1616), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_NONNULL] = ACTIONS(1616), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1616), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1616), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1616), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1616), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1616), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_NORETURN] = ACTIONS(1616), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1616), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1616), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1616), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1616), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1616), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1616), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1616), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1616), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1616), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1616), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1616), - [anon_sym_MOZ_RAII] = ACTIONS(1616), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1616), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1616), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1616), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1616), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1616), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1616), - [sym_raw_string_literal] = ACTIONS(1618), + [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), }, [316] = { - [sym_identifier] = ACTIONS(1624), - [aux_sym_preproc_include_token1] = ACTIONS(1624), - [aux_sym_preproc_def_token1] = ACTIONS(1624), - [aux_sym_preproc_if_token1] = ACTIONS(1624), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1624), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1624), - [sym_preproc_directive] = ACTIONS(1624), - [anon_sym_LPAREN2] = ACTIONS(1626), - [anon_sym_BANG] = ACTIONS(1626), - [anon_sym_TILDE] = ACTIONS(1626), - [anon_sym_DASH] = ACTIONS(1624), - [anon_sym_PLUS] = ACTIONS(1624), - [anon_sym_STAR] = ACTIONS(1626), - [anon_sym_AMP_AMP] = ACTIONS(1626), - [anon_sym_AMP] = ACTIONS(1624), - [anon_sym_SEMI] = ACTIONS(1626), - [anon_sym_typedef] = ACTIONS(1624), - [anon_sym_extern] = ACTIONS(1624), - [anon_sym___attribute__] = ACTIONS(1624), - [anon_sym_COLON_COLON] = ACTIONS(1626), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1626), - [anon_sym___declspec] = ACTIONS(1624), - [anon_sym___based] = ACTIONS(1624), - [anon_sym___cdecl] = ACTIONS(1624), - [anon_sym___clrcall] = ACTIONS(1624), - [anon_sym___stdcall] = ACTIONS(1624), - [anon_sym___fastcall] = ACTIONS(1624), - [anon_sym___thiscall] = ACTIONS(1624), - [anon_sym___vectorcall] = ACTIONS(1624), - [anon_sym_LBRACE] = ACTIONS(1626), - [anon_sym_RBRACE] = ACTIONS(1626), - [anon_sym_LBRACK] = ACTIONS(1624), - [anon_sym_static] = ACTIONS(1624), - [anon_sym_register] = ACTIONS(1624), - [anon_sym_inline] = ACTIONS(1624), - [anon_sym_thread_local] = ACTIONS(1624), - [anon_sym_const] = ACTIONS(1624), - [anon_sym_volatile] = ACTIONS(1624), - [anon_sym_restrict] = ACTIONS(1624), - [anon_sym__Atomic] = ACTIONS(1624), - [anon_sym_mutable] = ACTIONS(1624), - [anon_sym_constexpr] = ACTIONS(1624), - [anon_sym_signed] = ACTIONS(1624), - [anon_sym_unsigned] = ACTIONS(1624), - [anon_sym_long] = ACTIONS(1624), - [anon_sym_short] = ACTIONS(1624), - [sym_primitive_type] = ACTIONS(1624), - [anon_sym_enum] = ACTIONS(1624), - [anon_sym_class] = ACTIONS(1624), - [anon_sym_struct] = ACTIONS(1624), - [anon_sym_union] = ACTIONS(1624), - [anon_sym_if] = ACTIONS(1624), - [anon_sym_else] = ACTIONS(1624), - [anon_sym_switch] = ACTIONS(1624), - [anon_sym_case] = ACTIONS(1624), - [anon_sym_default] = ACTIONS(1624), - [anon_sym_while] = ACTIONS(1624), - [anon_sym_do] = ACTIONS(1624), - [anon_sym_for] = ACTIONS(1624), - [anon_sym_return] = ACTIONS(1624), - [anon_sym_break] = ACTIONS(1624), - [anon_sym_continue] = ACTIONS(1624), - [anon_sym_goto] = ACTIONS(1624), - [anon_sym_DASH_DASH] = ACTIONS(1626), - [anon_sym_PLUS_PLUS] = ACTIONS(1626), - [anon_sym_sizeof] = ACTIONS(1624), - [sym_number_literal] = ACTIONS(1626), - [anon_sym_L_SQUOTE] = ACTIONS(1626), - [anon_sym_u_SQUOTE] = ACTIONS(1626), - [anon_sym_U_SQUOTE] = ACTIONS(1626), - [anon_sym_u8_SQUOTE] = ACTIONS(1626), - [anon_sym_SQUOTE] = ACTIONS(1626), - [anon_sym_L_DQUOTE] = ACTIONS(1626), - [anon_sym_u_DQUOTE] = ACTIONS(1626), - [anon_sym_U_DQUOTE] = ACTIONS(1626), - [anon_sym_u8_DQUOTE] = ACTIONS(1626), - [anon_sym_DQUOTE] = ACTIONS(1626), - [sym_true] = ACTIONS(1624), - [sym_false] = ACTIONS(1624), - [sym_null] = ACTIONS(1624), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1624), - [anon_sym_virtual] = ACTIONS(1624), - [anon_sym_explicit] = ACTIONS(1624), - [sym_auto] = ACTIONS(1624), - [anon_sym_typename] = ACTIONS(1624), - [anon_sym_template] = ACTIONS(1624), - [anon_sym_operator] = ACTIONS(1624), - [anon_sym_delete] = ACTIONS(1624), - [anon_sym_throw] = ACTIONS(1624), - [anon_sym_namespace] = ACTIONS(1624), - [anon_sym_using] = ACTIONS(1624), - [anon_sym_static_assert] = ACTIONS(1624), - [anon_sym_co_return] = ACTIONS(1624), - [anon_sym_co_yield] = ACTIONS(1624), - [anon_sym_try] = ACTIONS(1624), - [anon_sym_co_await] = ACTIONS(1624), - [anon_sym_new] = ACTIONS(1624), - [sym_operator_name] = ACTIONS(1624), - [sym_this] = ACTIONS(1624), - [sym_nullptr] = ACTIONS(1624), - [sym_alone_macro] = ACTIONS(1626), - [aux_sym_alone_macro_call_token1] = ACTIONS(1624), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_FORWARD] = ACTIONS(1624), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1624), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_PS_GET] = ACTIONS(1624), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1624), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1624), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1624), - [anon_sym_MOZ_COLD] = ACTIONS(1624), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1624), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1624), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1624), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1624), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1624), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1624), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1624), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1624), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1624), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1624), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1624), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1624), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_RAII] = ACTIONS(1624), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1624), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1624), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1624), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1624), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1624), - [sym_raw_string_literal] = ACTIONS(1626), + [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), }, [317] = { - [sym_identifier] = ACTIONS(1624), - [aux_sym_preproc_include_token1] = ACTIONS(1624), - [aux_sym_preproc_def_token1] = ACTIONS(1624), - [aux_sym_preproc_if_token1] = ACTIONS(1624), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1624), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1624), - [sym_preproc_directive] = ACTIONS(1624), - [anon_sym_LPAREN2] = ACTIONS(1626), - [anon_sym_BANG] = ACTIONS(1626), - [anon_sym_TILDE] = ACTIONS(1626), - [anon_sym_DASH] = ACTIONS(1624), - [anon_sym_PLUS] = ACTIONS(1624), - [anon_sym_STAR] = ACTIONS(1626), - [anon_sym_AMP_AMP] = ACTIONS(1626), - [anon_sym_AMP] = ACTIONS(1624), - [anon_sym_SEMI] = ACTIONS(1626), - [anon_sym_typedef] = ACTIONS(1624), - [anon_sym_extern] = ACTIONS(1624), - [anon_sym___attribute__] = ACTIONS(1624), - [anon_sym_COLON_COLON] = ACTIONS(1626), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1626), - [anon_sym___declspec] = ACTIONS(1624), - [anon_sym___based] = ACTIONS(1624), - [anon_sym___cdecl] = ACTIONS(1624), - [anon_sym___clrcall] = ACTIONS(1624), - [anon_sym___stdcall] = ACTIONS(1624), - [anon_sym___fastcall] = ACTIONS(1624), - [anon_sym___thiscall] = ACTIONS(1624), - [anon_sym___vectorcall] = ACTIONS(1624), - [anon_sym_LBRACE] = ACTIONS(1626), - [anon_sym_RBRACE] = ACTIONS(1626), - [anon_sym_LBRACK] = ACTIONS(1624), - [anon_sym_static] = ACTIONS(1624), - [anon_sym_register] = ACTIONS(1624), - [anon_sym_inline] = ACTIONS(1624), - [anon_sym_thread_local] = ACTIONS(1624), - [anon_sym_const] = ACTIONS(1624), - [anon_sym_volatile] = ACTIONS(1624), - [anon_sym_restrict] = ACTIONS(1624), - [anon_sym__Atomic] = ACTIONS(1624), - [anon_sym_mutable] = ACTIONS(1624), - [anon_sym_constexpr] = ACTIONS(1624), - [anon_sym_signed] = ACTIONS(1624), - [anon_sym_unsigned] = ACTIONS(1624), - [anon_sym_long] = ACTIONS(1624), - [anon_sym_short] = ACTIONS(1624), - [sym_primitive_type] = ACTIONS(1624), - [anon_sym_enum] = ACTIONS(1624), - [anon_sym_class] = ACTIONS(1624), - [anon_sym_struct] = ACTIONS(1624), - [anon_sym_union] = ACTIONS(1624), - [anon_sym_if] = ACTIONS(1624), - [anon_sym_else] = ACTIONS(1624), - [anon_sym_switch] = ACTIONS(1624), - [anon_sym_case] = ACTIONS(1624), - [anon_sym_default] = ACTIONS(1624), - [anon_sym_while] = ACTIONS(1624), - [anon_sym_do] = ACTIONS(1624), - [anon_sym_for] = ACTIONS(1624), - [anon_sym_return] = ACTIONS(1624), - [anon_sym_break] = ACTIONS(1624), - [anon_sym_continue] = ACTIONS(1624), - [anon_sym_goto] = ACTIONS(1624), - [anon_sym_DASH_DASH] = ACTIONS(1626), - [anon_sym_PLUS_PLUS] = ACTIONS(1626), - [anon_sym_sizeof] = ACTIONS(1624), - [sym_number_literal] = ACTIONS(1626), - [anon_sym_L_SQUOTE] = ACTIONS(1626), - [anon_sym_u_SQUOTE] = ACTIONS(1626), - [anon_sym_U_SQUOTE] = ACTIONS(1626), - [anon_sym_u8_SQUOTE] = ACTIONS(1626), - [anon_sym_SQUOTE] = ACTIONS(1626), - [anon_sym_L_DQUOTE] = ACTIONS(1626), - [anon_sym_u_DQUOTE] = ACTIONS(1626), - [anon_sym_U_DQUOTE] = ACTIONS(1626), - [anon_sym_u8_DQUOTE] = ACTIONS(1626), - [anon_sym_DQUOTE] = ACTIONS(1626), - [sym_true] = ACTIONS(1624), - [sym_false] = ACTIONS(1624), - [sym_null] = ACTIONS(1624), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1624), - [anon_sym_virtual] = ACTIONS(1624), - [anon_sym_explicit] = ACTIONS(1624), - [sym_auto] = ACTIONS(1624), - [anon_sym_typename] = ACTIONS(1624), - [anon_sym_template] = ACTIONS(1624), - [anon_sym_operator] = ACTIONS(1624), - [anon_sym_delete] = ACTIONS(1624), - [anon_sym_throw] = ACTIONS(1624), - [anon_sym_namespace] = ACTIONS(1624), - [anon_sym_using] = ACTIONS(1624), - [anon_sym_static_assert] = ACTIONS(1624), - [anon_sym_co_return] = ACTIONS(1624), - [anon_sym_co_yield] = ACTIONS(1624), - [anon_sym_try] = ACTIONS(1624), - [anon_sym_co_await] = ACTIONS(1624), - [anon_sym_new] = ACTIONS(1624), - [sym_operator_name] = ACTIONS(1624), - [sym_this] = ACTIONS(1624), - [sym_nullptr] = ACTIONS(1624), - [sym_alone_macro] = ACTIONS(1626), - [aux_sym_alone_macro_call_token1] = ACTIONS(1624), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_FORWARD] = ACTIONS(1624), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1624), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_PS_GET] = ACTIONS(1624), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1624), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1624), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1624), - [anon_sym_MOZ_COLD] = ACTIONS(1624), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1624), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1624), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1624), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1624), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1624), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1624), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1624), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1624), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1624), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1624), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1624), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1624), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_RAII] = ACTIONS(1624), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1624), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1624), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1624), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1624), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1624), - [sym_raw_string_literal] = ACTIONS(1626), + [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(1515), - [aux_sym_preproc_include_token1] = ACTIONS(1515), - [aux_sym_preproc_def_token1] = ACTIONS(1515), - [anon_sym_COMMA] = ACTIONS(1544), - [aux_sym_preproc_if_token1] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1515), - [sym_preproc_directive] = ACTIONS(1515), - [anon_sym_LPAREN2] = ACTIONS(1517), - [anon_sym_BANG] = ACTIONS(1517), - [anon_sym_TILDE] = ACTIONS(1517), - [anon_sym_DASH] = ACTIONS(1515), - [anon_sym_PLUS] = ACTIONS(1515), - [anon_sym_STAR] = ACTIONS(1517), - [anon_sym_AMP_AMP] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1515), - [anon_sym_SEMI] = ACTIONS(1544), - [anon_sym_typedef] = ACTIONS(1515), - [anon_sym_extern] = ACTIONS(1515), - [anon_sym___attribute__] = ACTIONS(1515), - [anon_sym_COLON_COLON] = ACTIONS(1517), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1517), - [anon_sym___declspec] = ACTIONS(1515), - [anon_sym___based] = ACTIONS(1515), - [anon_sym___cdecl] = ACTIONS(1515), - [anon_sym___clrcall] = ACTIONS(1515), - [anon_sym___stdcall] = ACTIONS(1515), - [anon_sym___fastcall] = ACTIONS(1515), - [anon_sym___thiscall] = ACTIONS(1515), - [anon_sym___vectorcall] = ACTIONS(1515), - [anon_sym_LBRACE] = ACTIONS(1517), - [anon_sym_RBRACE] = ACTIONS(1517), - [anon_sym_LBRACK] = ACTIONS(1515), - [anon_sym_static] = ACTIONS(1515), - [anon_sym_register] = ACTIONS(1515), - [anon_sym_inline] = ACTIONS(1515), - [anon_sym_thread_local] = ACTIONS(1515), - [anon_sym_const] = ACTIONS(1515), - [anon_sym_volatile] = ACTIONS(1515), - [anon_sym_restrict] = ACTIONS(1515), - [anon_sym__Atomic] = ACTIONS(1515), - [anon_sym_mutable] = ACTIONS(1515), - [anon_sym_constexpr] = ACTIONS(1515), - [anon_sym_signed] = ACTIONS(1515), - [anon_sym_unsigned] = ACTIONS(1515), - [anon_sym_long] = ACTIONS(1515), - [anon_sym_short] = ACTIONS(1515), - [sym_primitive_type] = ACTIONS(1515), - [anon_sym_enum] = ACTIONS(1515), - [anon_sym_class] = ACTIONS(1515), - [anon_sym_struct] = ACTIONS(1515), - [anon_sym_union] = ACTIONS(1515), - [anon_sym_if] = ACTIONS(1515), - [anon_sym_switch] = ACTIONS(1515), - [anon_sym_case] = ACTIONS(1515), - [anon_sym_default] = ACTIONS(1515), - [anon_sym_while] = ACTIONS(1515), - [anon_sym_do] = ACTIONS(1515), - [anon_sym_for] = ACTIONS(1515), - [anon_sym_return] = ACTIONS(1515), - [anon_sym_break] = ACTIONS(1515), - [anon_sym_continue] = ACTIONS(1515), - [anon_sym_goto] = ACTIONS(1515), - [anon_sym_DASH_DASH] = ACTIONS(1517), - [anon_sym_PLUS_PLUS] = ACTIONS(1517), - [anon_sym_sizeof] = ACTIONS(1515), - [sym_number_literal] = ACTIONS(1517), - [anon_sym_L_SQUOTE] = ACTIONS(1517), - [anon_sym_u_SQUOTE] = ACTIONS(1517), - [anon_sym_U_SQUOTE] = ACTIONS(1517), - [anon_sym_u8_SQUOTE] = ACTIONS(1517), - [anon_sym_SQUOTE] = ACTIONS(1517), - [anon_sym_L_DQUOTE] = ACTIONS(1517), - [anon_sym_u_DQUOTE] = ACTIONS(1517), - [anon_sym_U_DQUOTE] = ACTIONS(1517), - [anon_sym_u8_DQUOTE] = ACTIONS(1517), - [anon_sym_DQUOTE] = ACTIONS(1517), - [sym_true] = ACTIONS(1515), - [sym_false] = ACTIONS(1515), - [sym_null] = ACTIONS(1515), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1515), - [anon_sym_virtual] = ACTIONS(1515), - [anon_sym_explicit] = ACTIONS(1515), - [sym_auto] = ACTIONS(1515), - [anon_sym_typename] = ACTIONS(1515), - [anon_sym_template] = ACTIONS(1515), - [anon_sym_operator] = ACTIONS(1515), - [anon_sym_delete] = ACTIONS(1515), - [anon_sym_throw] = ACTIONS(1515), - [anon_sym_namespace] = ACTIONS(1515), - [anon_sym_using] = ACTIONS(1515), - [anon_sym_static_assert] = ACTIONS(1515), - [anon_sym_co_return] = ACTIONS(1515), - [anon_sym_co_yield] = ACTIONS(1515), - [anon_sym_try] = ACTIONS(1515), - [anon_sym_co_await] = ACTIONS(1515), - [anon_sym_new] = ACTIONS(1515), - [sym_operator_name] = ACTIONS(1515), - [sym_this] = ACTIONS(1515), - [sym_nullptr] = ACTIONS(1515), - [sym_alone_macro] = ACTIONS(1517), - [aux_sym_alone_macro_call_token1] = ACTIONS(1515), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_FORWARD] = ACTIONS(1515), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1515), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_PS_GET] = ACTIONS(1515), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1515), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1515), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1515), - [anon_sym_MOZ_COLD] = ACTIONS(1515), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1515), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1515), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1515), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1515), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1515), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1515), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1515), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1515), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1515), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1515), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1515), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1515), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_RAII] = ACTIONS(1515), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1515), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1515), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1515), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1515), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1515), - [sym_raw_string_literal] = ACTIONS(1517), + [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] = { - [ts_builtin_sym_end] = ACTIONS(1622), - [sym_identifier] = ACTIONS(1620), - [aux_sym_preproc_include_token1] = ACTIONS(1620), - [aux_sym_preproc_def_token1] = ACTIONS(1620), - [aux_sym_preproc_if_token1] = ACTIONS(1620), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1620), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1620), - [sym_preproc_directive] = ACTIONS(1620), - [anon_sym_LPAREN2] = ACTIONS(1622), - [anon_sym_BANG] = ACTIONS(1622), - [anon_sym_TILDE] = ACTIONS(1622), - [anon_sym_DASH] = ACTIONS(1620), - [anon_sym_PLUS] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1622), - [anon_sym_AMP_AMP] = ACTIONS(1622), - [anon_sym_AMP] = ACTIONS(1620), - [anon_sym_SEMI] = ACTIONS(1622), - [anon_sym_typedef] = ACTIONS(1620), - [anon_sym_extern] = ACTIONS(1620), - [anon_sym___attribute__] = ACTIONS(1620), - [anon_sym_COLON_COLON] = ACTIONS(1622), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1622), - [anon_sym___declspec] = ACTIONS(1620), - [anon_sym___based] = ACTIONS(1620), - [anon_sym___cdecl] = ACTIONS(1620), - [anon_sym___clrcall] = ACTIONS(1620), - [anon_sym___stdcall] = ACTIONS(1620), - [anon_sym___fastcall] = ACTIONS(1620), - [anon_sym___thiscall] = ACTIONS(1620), - [anon_sym___vectorcall] = ACTIONS(1620), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_static] = ACTIONS(1620), - [anon_sym_register] = ACTIONS(1620), - [anon_sym_inline] = ACTIONS(1620), - [anon_sym_thread_local] = ACTIONS(1620), - [anon_sym_const] = ACTIONS(1620), - [anon_sym_volatile] = ACTIONS(1620), - [anon_sym_restrict] = ACTIONS(1620), - [anon_sym__Atomic] = ACTIONS(1620), - [anon_sym_mutable] = ACTIONS(1620), - [anon_sym_constexpr] = ACTIONS(1620), - [anon_sym_signed] = ACTIONS(1620), - [anon_sym_unsigned] = ACTIONS(1620), - [anon_sym_long] = ACTIONS(1620), - [anon_sym_short] = ACTIONS(1620), - [sym_primitive_type] = ACTIONS(1620), - [anon_sym_enum] = ACTIONS(1620), - [anon_sym_class] = ACTIONS(1620), - [anon_sym_struct] = ACTIONS(1620), - [anon_sym_union] = ACTIONS(1620), - [anon_sym_if] = ACTIONS(1620), - [anon_sym_else] = ACTIONS(1620), - [anon_sym_switch] = ACTIONS(1620), - [anon_sym_case] = ACTIONS(1620), - [anon_sym_default] = ACTIONS(1620), - [anon_sym_while] = ACTIONS(1620), - [anon_sym_do] = ACTIONS(1620), - [anon_sym_for] = ACTIONS(1620), - [anon_sym_return] = ACTIONS(1620), - [anon_sym_break] = ACTIONS(1620), - [anon_sym_continue] = ACTIONS(1620), - [anon_sym_goto] = ACTIONS(1620), - [anon_sym_DASH_DASH] = ACTIONS(1622), - [anon_sym_PLUS_PLUS] = ACTIONS(1622), - [anon_sym_sizeof] = ACTIONS(1620), - [sym_number_literal] = ACTIONS(1622), - [anon_sym_L_SQUOTE] = ACTIONS(1622), - [anon_sym_u_SQUOTE] = ACTIONS(1622), - [anon_sym_U_SQUOTE] = ACTIONS(1622), - [anon_sym_u8_SQUOTE] = ACTIONS(1622), - [anon_sym_SQUOTE] = ACTIONS(1622), - [anon_sym_L_DQUOTE] = ACTIONS(1622), - [anon_sym_u_DQUOTE] = ACTIONS(1622), - [anon_sym_U_DQUOTE] = ACTIONS(1622), - [anon_sym_u8_DQUOTE] = ACTIONS(1622), - [anon_sym_DQUOTE] = ACTIONS(1622), - [sym_true] = ACTIONS(1620), - [sym_false] = ACTIONS(1620), - [sym_null] = ACTIONS(1620), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1620), - [anon_sym_virtual] = ACTIONS(1620), - [anon_sym_explicit] = ACTIONS(1620), - [sym_auto] = ACTIONS(1620), - [anon_sym_typename] = ACTIONS(1620), - [anon_sym_template] = ACTIONS(1620), - [anon_sym_operator] = ACTIONS(1620), - [anon_sym_delete] = ACTIONS(1620), - [anon_sym_throw] = ACTIONS(1620), - [anon_sym_namespace] = ACTIONS(1620), - [anon_sym_using] = ACTIONS(1620), - [anon_sym_static_assert] = ACTIONS(1620), - [anon_sym_co_return] = ACTIONS(1620), - [anon_sym_co_yield] = ACTIONS(1620), - [anon_sym_try] = ACTIONS(1620), - [anon_sym_co_await] = ACTIONS(1620), - [anon_sym_new] = ACTIONS(1620), - [sym_operator_name] = ACTIONS(1620), - [sym_this] = ACTIONS(1620), - [sym_nullptr] = ACTIONS(1620), - [sym_alone_macro] = ACTIONS(1622), - [aux_sym_alone_macro_call_token1] = ACTIONS(1620), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1620), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_FORWARD] = ACTIONS(1620), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1620), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1620), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1620), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1620), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_PS_GET] = ACTIONS(1620), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1620), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1620), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1620), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1620), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1620), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1620), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1620), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1620), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1620), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1620), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1620), - [anon_sym_MOZ_COLD] = ACTIONS(1620), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1620), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1620), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1620), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1620), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1620), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1620), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1620), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1620), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1620), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1620), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1620), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1620), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1620), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1620), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1620), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1620), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1620), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1620), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1620), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1620), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_NONNULL] = ACTIONS(1620), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1620), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1620), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1620), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1620), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1620), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_NORETURN] = ACTIONS(1620), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1620), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1620), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1620), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1620), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1620), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1620), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1620), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1620), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1620), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1620), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1620), - [anon_sym_MOZ_RAII] = ACTIONS(1620), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1620), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1620), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1620), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1620), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1620), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1620), - [sym_raw_string_literal] = ACTIONS(1622), + [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] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [321] = { - [ts_builtin_sym_end] = ACTIONS(1630), - [sym_identifier] = ACTIONS(1628), - [aux_sym_preproc_include_token1] = ACTIONS(1628), - [aux_sym_preproc_def_token1] = ACTIONS(1628), - [aux_sym_preproc_if_token1] = ACTIONS(1628), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1628), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1628), - [sym_preproc_directive] = ACTIONS(1628), - [anon_sym_LPAREN2] = ACTIONS(1630), - [anon_sym_BANG] = ACTIONS(1630), - [anon_sym_TILDE] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1628), - [anon_sym_STAR] = ACTIONS(1630), - [anon_sym_AMP_AMP] = ACTIONS(1630), - [anon_sym_AMP] = ACTIONS(1628), - [anon_sym_SEMI] = ACTIONS(1630), - [anon_sym_typedef] = ACTIONS(1628), - [anon_sym_extern] = ACTIONS(1628), - [anon_sym___attribute__] = ACTIONS(1628), - [anon_sym_COLON_COLON] = ACTIONS(1630), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1630), - [anon_sym___declspec] = ACTIONS(1628), - [anon_sym___based] = ACTIONS(1628), - [anon_sym___cdecl] = ACTIONS(1628), - [anon_sym___clrcall] = ACTIONS(1628), - [anon_sym___stdcall] = ACTIONS(1628), - [anon_sym___fastcall] = ACTIONS(1628), - [anon_sym___thiscall] = ACTIONS(1628), - [anon_sym___vectorcall] = ACTIONS(1628), - [anon_sym_LBRACE] = ACTIONS(1630), - [anon_sym_LBRACK] = ACTIONS(1628), - [anon_sym_static] = ACTIONS(1628), - [anon_sym_register] = ACTIONS(1628), - [anon_sym_inline] = ACTIONS(1628), - [anon_sym_thread_local] = ACTIONS(1628), - [anon_sym_const] = ACTIONS(1628), - [anon_sym_volatile] = ACTIONS(1628), - [anon_sym_restrict] = ACTIONS(1628), - [anon_sym__Atomic] = ACTIONS(1628), - [anon_sym_mutable] = ACTIONS(1628), - [anon_sym_constexpr] = ACTIONS(1628), - [anon_sym_signed] = ACTIONS(1628), - [anon_sym_unsigned] = ACTIONS(1628), - [anon_sym_long] = ACTIONS(1628), - [anon_sym_short] = ACTIONS(1628), - [sym_primitive_type] = ACTIONS(1628), - [anon_sym_enum] = ACTIONS(1628), - [anon_sym_class] = ACTIONS(1628), - [anon_sym_struct] = ACTIONS(1628), - [anon_sym_union] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1628), - [anon_sym_else] = ACTIONS(1628), - [anon_sym_switch] = ACTIONS(1628), - [anon_sym_case] = ACTIONS(1628), - [anon_sym_default] = ACTIONS(1628), - [anon_sym_while] = ACTIONS(1628), - [anon_sym_do] = ACTIONS(1628), - [anon_sym_for] = ACTIONS(1628), - [anon_sym_return] = ACTIONS(1628), - [anon_sym_break] = ACTIONS(1628), - [anon_sym_continue] = ACTIONS(1628), - [anon_sym_goto] = ACTIONS(1628), - [anon_sym_DASH_DASH] = ACTIONS(1630), - [anon_sym_PLUS_PLUS] = ACTIONS(1630), - [anon_sym_sizeof] = ACTIONS(1628), - [sym_number_literal] = ACTIONS(1630), - [anon_sym_L_SQUOTE] = ACTIONS(1630), - [anon_sym_u_SQUOTE] = ACTIONS(1630), - [anon_sym_U_SQUOTE] = ACTIONS(1630), - [anon_sym_u8_SQUOTE] = ACTIONS(1630), - [anon_sym_SQUOTE] = ACTIONS(1630), - [anon_sym_L_DQUOTE] = ACTIONS(1630), - [anon_sym_u_DQUOTE] = ACTIONS(1630), - [anon_sym_U_DQUOTE] = ACTIONS(1630), - [anon_sym_u8_DQUOTE] = ACTIONS(1630), - [anon_sym_DQUOTE] = ACTIONS(1630), - [sym_true] = ACTIONS(1628), - [sym_false] = ACTIONS(1628), - [sym_null] = ACTIONS(1628), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1628), - [anon_sym_virtual] = ACTIONS(1628), - [anon_sym_explicit] = ACTIONS(1628), - [sym_auto] = ACTIONS(1628), - [anon_sym_typename] = ACTIONS(1628), - [anon_sym_template] = ACTIONS(1628), - [anon_sym_operator] = ACTIONS(1628), - [anon_sym_delete] = ACTIONS(1628), - [anon_sym_throw] = ACTIONS(1628), - [anon_sym_namespace] = ACTIONS(1628), - [anon_sym_using] = ACTIONS(1628), - [anon_sym_static_assert] = ACTIONS(1628), - [anon_sym_co_return] = ACTIONS(1628), - [anon_sym_co_yield] = ACTIONS(1628), - [anon_sym_try] = ACTIONS(1628), - [anon_sym_co_await] = ACTIONS(1628), - [anon_sym_new] = ACTIONS(1628), - [sym_operator_name] = ACTIONS(1628), - [sym_this] = ACTIONS(1628), - [sym_nullptr] = ACTIONS(1628), - [sym_alone_macro] = ACTIONS(1630), - [aux_sym_alone_macro_call_token1] = ACTIONS(1628), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1628), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_FORWARD] = ACTIONS(1628), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1628), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1628), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1628), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1628), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_PS_GET] = ACTIONS(1628), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1628), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1628), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1628), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1628), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1628), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1628), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1628), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1628), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1628), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1628), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1628), - [anon_sym_MOZ_COLD] = ACTIONS(1628), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1628), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1628), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1628), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1628), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1628), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1628), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1628), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1628), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1628), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1628), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1628), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1628), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1628), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1628), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1628), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1628), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1628), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1628), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1628), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1628), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_NONNULL] = ACTIONS(1628), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1628), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1628), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1628), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1628), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1628), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_NORETURN] = ACTIONS(1628), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1628), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1628), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1628), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1628), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1628), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1628), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1628), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1628), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1628), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1628), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1628), - [anon_sym_MOZ_RAII] = ACTIONS(1628), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1628), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1628), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1628), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1628), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1628), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1628), - [sym_raw_string_literal] = ACTIONS(1630), + [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), }, [322] = { - [ts_builtin_sym_end] = ACTIONS(1634), - [sym_identifier] = ACTIONS(1632), - [aux_sym_preproc_include_token1] = ACTIONS(1632), - [aux_sym_preproc_def_token1] = ACTIONS(1632), - [aux_sym_preproc_if_token1] = ACTIONS(1632), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1632), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1632), - [sym_preproc_directive] = ACTIONS(1632), - [anon_sym_LPAREN2] = ACTIONS(1634), - [anon_sym_BANG] = ACTIONS(1634), - [anon_sym_TILDE] = ACTIONS(1634), - [anon_sym_DASH] = ACTIONS(1632), - [anon_sym_PLUS] = ACTIONS(1632), - [anon_sym_STAR] = ACTIONS(1634), - [anon_sym_AMP_AMP] = ACTIONS(1634), - [anon_sym_AMP] = ACTIONS(1632), - [anon_sym_SEMI] = ACTIONS(1634), - [anon_sym_typedef] = ACTIONS(1632), - [anon_sym_extern] = ACTIONS(1632), - [anon_sym___attribute__] = ACTIONS(1632), - [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1634), - [anon_sym___declspec] = ACTIONS(1632), - [anon_sym___based] = ACTIONS(1632), - [anon_sym___cdecl] = ACTIONS(1632), - [anon_sym___clrcall] = ACTIONS(1632), - [anon_sym___stdcall] = ACTIONS(1632), - [anon_sym___fastcall] = ACTIONS(1632), - [anon_sym___thiscall] = ACTIONS(1632), - [anon_sym___vectorcall] = ACTIONS(1632), - [anon_sym_LBRACE] = ACTIONS(1634), - [anon_sym_LBRACK] = ACTIONS(1632), - [anon_sym_static] = ACTIONS(1632), - [anon_sym_register] = ACTIONS(1632), - [anon_sym_inline] = ACTIONS(1632), - [anon_sym_thread_local] = ACTIONS(1632), - [anon_sym_const] = ACTIONS(1632), - [anon_sym_volatile] = ACTIONS(1632), - [anon_sym_restrict] = ACTIONS(1632), - [anon_sym__Atomic] = ACTIONS(1632), - [anon_sym_mutable] = ACTIONS(1632), - [anon_sym_constexpr] = ACTIONS(1632), - [anon_sym_signed] = ACTIONS(1632), - [anon_sym_unsigned] = ACTIONS(1632), - [anon_sym_long] = ACTIONS(1632), - [anon_sym_short] = ACTIONS(1632), - [sym_primitive_type] = ACTIONS(1632), - [anon_sym_enum] = ACTIONS(1632), - [anon_sym_class] = ACTIONS(1632), - [anon_sym_struct] = ACTIONS(1632), - [anon_sym_union] = ACTIONS(1632), - [anon_sym_if] = ACTIONS(1632), - [anon_sym_else] = ACTIONS(1632), - [anon_sym_switch] = ACTIONS(1632), - [anon_sym_case] = ACTIONS(1632), - [anon_sym_default] = ACTIONS(1632), - [anon_sym_while] = ACTIONS(1632), - [anon_sym_do] = ACTIONS(1632), - [anon_sym_for] = ACTIONS(1632), - [anon_sym_return] = ACTIONS(1632), - [anon_sym_break] = ACTIONS(1632), - [anon_sym_continue] = ACTIONS(1632), - [anon_sym_goto] = ACTIONS(1632), - [anon_sym_DASH_DASH] = ACTIONS(1634), - [anon_sym_PLUS_PLUS] = ACTIONS(1634), - [anon_sym_sizeof] = ACTIONS(1632), - [sym_number_literal] = ACTIONS(1634), - [anon_sym_L_SQUOTE] = ACTIONS(1634), - [anon_sym_u_SQUOTE] = ACTIONS(1634), - [anon_sym_U_SQUOTE] = ACTIONS(1634), - [anon_sym_u8_SQUOTE] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(1634), - [anon_sym_L_DQUOTE] = ACTIONS(1634), - [anon_sym_u_DQUOTE] = ACTIONS(1634), - [anon_sym_U_DQUOTE] = ACTIONS(1634), - [anon_sym_u8_DQUOTE] = ACTIONS(1634), - [anon_sym_DQUOTE] = ACTIONS(1634), - [sym_true] = ACTIONS(1632), - [sym_false] = ACTIONS(1632), - [sym_null] = ACTIONS(1632), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1632), - [anon_sym_virtual] = ACTIONS(1632), - [anon_sym_explicit] = ACTIONS(1632), - [sym_auto] = ACTIONS(1632), - [anon_sym_typename] = ACTIONS(1632), - [anon_sym_template] = ACTIONS(1632), - [anon_sym_operator] = ACTIONS(1632), - [anon_sym_delete] = ACTIONS(1632), - [anon_sym_throw] = ACTIONS(1632), - [anon_sym_namespace] = ACTIONS(1632), - [anon_sym_using] = ACTIONS(1632), - [anon_sym_static_assert] = ACTIONS(1632), - [anon_sym_co_return] = ACTIONS(1632), - [anon_sym_co_yield] = ACTIONS(1632), - [anon_sym_try] = ACTIONS(1632), - [anon_sym_co_await] = ACTIONS(1632), - [anon_sym_new] = ACTIONS(1632), - [sym_operator_name] = ACTIONS(1632), - [sym_this] = ACTIONS(1632), - [sym_nullptr] = ACTIONS(1632), - [sym_alone_macro] = ACTIONS(1634), - [aux_sym_alone_macro_call_token1] = ACTIONS(1632), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1632), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_FORWARD] = ACTIONS(1632), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1632), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1632), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1632), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1632), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_PS_GET] = ACTIONS(1632), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1632), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1632), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1632), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1632), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1632), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1632), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1632), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1632), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1632), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1632), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1632), - [anon_sym_MOZ_COLD] = ACTIONS(1632), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1632), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1632), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1632), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1632), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1632), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1632), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1632), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1632), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1632), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1632), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1632), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1632), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1632), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1632), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1632), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1632), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1632), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1632), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1632), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1632), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_NONNULL] = ACTIONS(1632), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1632), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1632), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1632), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1632), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1632), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_NORETURN] = ACTIONS(1632), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1632), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1632), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1632), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1632), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1632), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1632), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1632), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1632), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1632), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1632), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1632), - [anon_sym_MOZ_RAII] = ACTIONS(1632), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1632), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1632), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1632), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1632), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1632), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1632), - [sym_raw_string_literal] = ACTIONS(1634), + [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), }, [323] = { - [ts_builtin_sym_end] = ACTIONS(1638), - [sym_identifier] = ACTIONS(1636), - [aux_sym_preproc_include_token1] = ACTIONS(1636), - [aux_sym_preproc_def_token1] = ACTIONS(1636), - [aux_sym_preproc_if_token1] = ACTIONS(1636), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1636), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1636), - [sym_preproc_directive] = ACTIONS(1636), - [anon_sym_LPAREN2] = ACTIONS(1638), - [anon_sym_BANG] = ACTIONS(1638), - [anon_sym_TILDE] = ACTIONS(1638), - [anon_sym_DASH] = ACTIONS(1636), - [anon_sym_PLUS] = ACTIONS(1636), - [anon_sym_STAR] = ACTIONS(1638), - [anon_sym_AMP_AMP] = ACTIONS(1638), - [anon_sym_AMP] = ACTIONS(1636), - [anon_sym_SEMI] = ACTIONS(1638), - [anon_sym_typedef] = ACTIONS(1636), - [anon_sym_extern] = ACTIONS(1636), - [anon_sym___attribute__] = ACTIONS(1636), - [anon_sym_COLON_COLON] = ACTIONS(1638), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1638), - [anon_sym___declspec] = ACTIONS(1636), - [anon_sym___based] = ACTIONS(1636), - [anon_sym___cdecl] = ACTIONS(1636), - [anon_sym___clrcall] = ACTIONS(1636), - [anon_sym___stdcall] = ACTIONS(1636), - [anon_sym___fastcall] = ACTIONS(1636), - [anon_sym___thiscall] = ACTIONS(1636), - [anon_sym___vectorcall] = ACTIONS(1636), - [anon_sym_LBRACE] = ACTIONS(1638), - [anon_sym_LBRACK] = ACTIONS(1636), - [anon_sym_static] = ACTIONS(1636), - [anon_sym_register] = ACTIONS(1636), - [anon_sym_inline] = ACTIONS(1636), - [anon_sym_thread_local] = ACTIONS(1636), - [anon_sym_const] = ACTIONS(1636), - [anon_sym_volatile] = ACTIONS(1636), - [anon_sym_restrict] = ACTIONS(1636), - [anon_sym__Atomic] = ACTIONS(1636), - [anon_sym_mutable] = ACTIONS(1636), - [anon_sym_constexpr] = ACTIONS(1636), - [anon_sym_signed] = ACTIONS(1636), - [anon_sym_unsigned] = ACTIONS(1636), - [anon_sym_long] = ACTIONS(1636), - [anon_sym_short] = ACTIONS(1636), - [sym_primitive_type] = ACTIONS(1636), - [anon_sym_enum] = ACTIONS(1636), - [anon_sym_class] = ACTIONS(1636), - [anon_sym_struct] = ACTIONS(1636), - [anon_sym_union] = ACTIONS(1636), - [anon_sym_if] = ACTIONS(1636), - [anon_sym_else] = ACTIONS(1636), - [anon_sym_switch] = ACTIONS(1636), - [anon_sym_case] = ACTIONS(1636), - [anon_sym_default] = ACTIONS(1636), - [anon_sym_while] = ACTIONS(1636), - [anon_sym_do] = ACTIONS(1636), - [anon_sym_for] = ACTIONS(1636), - [anon_sym_return] = ACTIONS(1636), - [anon_sym_break] = ACTIONS(1636), - [anon_sym_continue] = ACTIONS(1636), - [anon_sym_goto] = ACTIONS(1636), - [anon_sym_DASH_DASH] = ACTIONS(1638), - [anon_sym_PLUS_PLUS] = ACTIONS(1638), - [anon_sym_sizeof] = ACTIONS(1636), - [sym_number_literal] = ACTIONS(1638), - [anon_sym_L_SQUOTE] = ACTIONS(1638), - [anon_sym_u_SQUOTE] = ACTIONS(1638), - [anon_sym_U_SQUOTE] = ACTIONS(1638), - [anon_sym_u8_SQUOTE] = ACTIONS(1638), - [anon_sym_SQUOTE] = ACTIONS(1638), - [anon_sym_L_DQUOTE] = ACTIONS(1638), - [anon_sym_u_DQUOTE] = ACTIONS(1638), - [anon_sym_U_DQUOTE] = ACTIONS(1638), - [anon_sym_u8_DQUOTE] = ACTIONS(1638), - [anon_sym_DQUOTE] = ACTIONS(1638), - [sym_true] = ACTIONS(1636), - [sym_false] = ACTIONS(1636), - [sym_null] = ACTIONS(1636), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1636), - [anon_sym_virtual] = ACTIONS(1636), - [anon_sym_explicit] = ACTIONS(1636), - [sym_auto] = ACTIONS(1636), - [anon_sym_typename] = ACTIONS(1636), - [anon_sym_template] = ACTIONS(1636), - [anon_sym_operator] = ACTIONS(1636), - [anon_sym_delete] = ACTIONS(1636), - [anon_sym_throw] = ACTIONS(1636), - [anon_sym_namespace] = ACTIONS(1636), - [anon_sym_using] = ACTIONS(1636), - [anon_sym_static_assert] = ACTIONS(1636), - [anon_sym_co_return] = ACTIONS(1636), - [anon_sym_co_yield] = ACTIONS(1636), - [anon_sym_try] = ACTIONS(1636), - [anon_sym_co_await] = ACTIONS(1636), - [anon_sym_new] = ACTIONS(1636), - [sym_operator_name] = ACTIONS(1636), - [sym_this] = ACTIONS(1636), - [sym_nullptr] = ACTIONS(1636), - [sym_alone_macro] = ACTIONS(1638), - [aux_sym_alone_macro_call_token1] = ACTIONS(1636), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1636), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_FORWARD] = ACTIONS(1636), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1636), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1636), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1636), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1636), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_PS_GET] = ACTIONS(1636), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1636), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1636), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1636), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1636), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1636), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1636), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1636), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1636), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1636), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1636), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1636), - [anon_sym_MOZ_COLD] = ACTIONS(1636), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1636), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1636), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1636), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1636), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1636), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1636), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1636), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1636), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1636), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1636), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1636), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1636), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1636), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1636), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1636), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1636), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1636), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1636), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1636), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1636), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_NONNULL] = ACTIONS(1636), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1636), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1636), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1636), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1636), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1636), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_NORETURN] = ACTIONS(1636), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1636), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1636), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1636), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1636), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1636), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1636), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1636), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1636), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1636), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1636), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1636), - [anon_sym_MOZ_RAII] = ACTIONS(1636), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1636), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1636), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1636), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1636), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1636), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1636), - [sym_raw_string_literal] = ACTIONS(1638), + [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), }, [324] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [325] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [326] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [327] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [328] = { - [sym_identifier] = ACTIONS(1570), - [aux_sym_preproc_include_token1] = ACTIONS(1570), - [aux_sym_preproc_def_token1] = ACTIONS(1570), - [aux_sym_preproc_if_token1] = ACTIONS(1570), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1570), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1570), - [sym_preproc_directive] = ACTIONS(1570), - [anon_sym_LPAREN2] = ACTIONS(1572), - [anon_sym_BANG] = ACTIONS(1572), - [anon_sym_TILDE] = ACTIONS(1572), - [anon_sym_DASH] = ACTIONS(1570), - [anon_sym_PLUS] = ACTIONS(1570), - [anon_sym_STAR] = ACTIONS(1572), - [anon_sym_AMP_AMP] = ACTIONS(1572), - [anon_sym_AMP] = ACTIONS(1570), - [anon_sym_SEMI] = ACTIONS(1572), - [anon_sym_typedef] = ACTIONS(1570), - [anon_sym_extern] = ACTIONS(1570), - [anon_sym___attribute__] = ACTIONS(1570), - [anon_sym_COLON_COLON] = ACTIONS(1572), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1572), - [anon_sym___declspec] = ACTIONS(1570), - [anon_sym___based] = ACTIONS(1570), - [anon_sym___cdecl] = ACTIONS(1570), - [anon_sym___clrcall] = ACTIONS(1570), - [anon_sym___stdcall] = ACTIONS(1570), - [anon_sym___fastcall] = ACTIONS(1570), - [anon_sym___thiscall] = ACTIONS(1570), - [anon_sym___vectorcall] = ACTIONS(1570), - [anon_sym_LBRACE] = ACTIONS(1572), - [anon_sym_RBRACE] = ACTIONS(1572), - [anon_sym_LBRACK] = ACTIONS(1570), - [anon_sym_static] = ACTIONS(1570), - [anon_sym_register] = ACTIONS(1570), - [anon_sym_inline] = ACTIONS(1570), - [anon_sym_thread_local] = ACTIONS(1570), - [anon_sym_const] = ACTIONS(1570), - [anon_sym_volatile] = ACTIONS(1570), - [anon_sym_restrict] = ACTIONS(1570), - [anon_sym__Atomic] = ACTIONS(1570), - [anon_sym_mutable] = ACTIONS(1570), - [anon_sym_constexpr] = ACTIONS(1570), - [anon_sym_signed] = ACTIONS(1570), - [anon_sym_unsigned] = ACTIONS(1570), - [anon_sym_long] = ACTIONS(1570), - [anon_sym_short] = ACTIONS(1570), - [sym_primitive_type] = ACTIONS(1570), - [anon_sym_enum] = ACTIONS(1570), - [anon_sym_class] = ACTIONS(1570), - [anon_sym_struct] = ACTIONS(1570), - [anon_sym_union] = ACTIONS(1570), - [anon_sym_if] = ACTIONS(1570), - [anon_sym_else] = ACTIONS(1570), - [anon_sym_switch] = ACTIONS(1570), - [anon_sym_case] = ACTIONS(1570), - [anon_sym_default] = ACTIONS(1570), - [anon_sym_while] = ACTIONS(1570), - [anon_sym_do] = ACTIONS(1570), - [anon_sym_for] = ACTIONS(1570), - [anon_sym_return] = ACTIONS(1570), - [anon_sym_break] = ACTIONS(1570), - [anon_sym_continue] = ACTIONS(1570), - [anon_sym_goto] = ACTIONS(1570), - [anon_sym_DASH_DASH] = ACTIONS(1572), - [anon_sym_PLUS_PLUS] = ACTIONS(1572), - [anon_sym_sizeof] = ACTIONS(1570), - [sym_number_literal] = ACTIONS(1572), - [anon_sym_L_SQUOTE] = ACTIONS(1572), - [anon_sym_u_SQUOTE] = ACTIONS(1572), - [anon_sym_U_SQUOTE] = ACTIONS(1572), - [anon_sym_u8_SQUOTE] = ACTIONS(1572), - [anon_sym_SQUOTE] = ACTIONS(1572), - [anon_sym_L_DQUOTE] = ACTIONS(1572), - [anon_sym_u_DQUOTE] = ACTIONS(1572), - [anon_sym_U_DQUOTE] = ACTIONS(1572), - [anon_sym_u8_DQUOTE] = ACTIONS(1572), - [anon_sym_DQUOTE] = ACTIONS(1572), - [sym_true] = ACTIONS(1570), - [sym_false] = ACTIONS(1570), - [sym_null] = ACTIONS(1570), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1570), - [anon_sym_virtual] = ACTIONS(1570), - [anon_sym_explicit] = ACTIONS(1570), - [sym_auto] = ACTIONS(1570), - [anon_sym_typename] = ACTIONS(1570), - [anon_sym_template] = ACTIONS(1570), - [anon_sym_operator] = ACTIONS(1570), - [anon_sym_delete] = ACTIONS(1570), - [anon_sym_throw] = ACTIONS(1570), - [anon_sym_namespace] = ACTIONS(1570), - [anon_sym_using] = ACTIONS(1570), - [anon_sym_static_assert] = ACTIONS(1570), - [anon_sym_co_return] = ACTIONS(1570), - [anon_sym_co_yield] = ACTIONS(1570), - [anon_sym_try] = ACTIONS(1570), - [anon_sym_co_await] = ACTIONS(1570), - [anon_sym_new] = ACTIONS(1570), - [sym_operator_name] = ACTIONS(1570), - [sym_this] = ACTIONS(1570), - [sym_nullptr] = ACTIONS(1570), - [sym_alone_macro] = ACTIONS(1572), - [aux_sym_alone_macro_call_token1] = ACTIONS(1570), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1570), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_FORWARD] = ACTIONS(1570), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1570), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1570), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1570), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1570), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_PS_GET] = ACTIONS(1570), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1570), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1570), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1570), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1570), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1570), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1570), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1570), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1570), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1570), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1570), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1570), - [anon_sym_MOZ_COLD] = ACTIONS(1570), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1570), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1570), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1570), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1570), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1570), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1570), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1570), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1570), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1570), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1570), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1570), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1570), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1570), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1570), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1570), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1570), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1570), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1570), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1570), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1570), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_NONNULL] = ACTIONS(1570), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1570), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1570), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1570), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1570), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1570), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_NORETURN] = ACTIONS(1570), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1570), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1570), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1570), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1570), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1570), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1570), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1570), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1570), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1570), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1570), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1570), - [anon_sym_MOZ_RAII] = ACTIONS(1570), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1570), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1570), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1570), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1570), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1570), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1570), - [sym_raw_string_literal] = ACTIONS(1572), + [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), }, [329] = { - [ts_builtin_sym_end] = ACTIONS(1568), - [sym_identifier] = ACTIONS(1566), - [aux_sym_preproc_include_token1] = ACTIONS(1566), - [aux_sym_preproc_def_token1] = ACTIONS(1566), - [aux_sym_preproc_if_token1] = ACTIONS(1566), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1566), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1566), - [sym_preproc_directive] = ACTIONS(1566), - [anon_sym_LPAREN2] = ACTIONS(1568), - [anon_sym_BANG] = ACTIONS(1568), - [anon_sym_TILDE] = ACTIONS(1568), - [anon_sym_DASH] = ACTIONS(1566), - [anon_sym_PLUS] = ACTIONS(1566), - [anon_sym_STAR] = ACTIONS(1568), - [anon_sym_AMP_AMP] = ACTIONS(1568), - [anon_sym_AMP] = ACTIONS(1566), - [anon_sym_SEMI] = ACTIONS(1568), - [anon_sym_typedef] = ACTIONS(1566), - [anon_sym_extern] = ACTIONS(1566), - [anon_sym___attribute__] = ACTIONS(1566), - [anon_sym_COLON_COLON] = ACTIONS(1568), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1568), - [anon_sym___declspec] = ACTIONS(1566), - [anon_sym___based] = ACTIONS(1566), - [anon_sym___cdecl] = ACTIONS(1566), - [anon_sym___clrcall] = ACTIONS(1566), - [anon_sym___stdcall] = ACTIONS(1566), - [anon_sym___fastcall] = ACTIONS(1566), - [anon_sym___thiscall] = ACTIONS(1566), - [anon_sym___vectorcall] = ACTIONS(1566), - [anon_sym_LBRACE] = ACTIONS(1568), - [anon_sym_LBRACK] = ACTIONS(1566), - [anon_sym_static] = ACTIONS(1566), - [anon_sym_register] = ACTIONS(1566), - [anon_sym_inline] = ACTIONS(1566), - [anon_sym_thread_local] = ACTIONS(1566), - [anon_sym_const] = ACTIONS(1566), - [anon_sym_volatile] = ACTIONS(1566), - [anon_sym_restrict] = ACTIONS(1566), - [anon_sym__Atomic] = ACTIONS(1566), - [anon_sym_mutable] = ACTIONS(1566), - [anon_sym_constexpr] = ACTIONS(1566), - [anon_sym_signed] = ACTIONS(1566), - [anon_sym_unsigned] = ACTIONS(1566), - [anon_sym_long] = ACTIONS(1566), - [anon_sym_short] = ACTIONS(1566), - [sym_primitive_type] = ACTIONS(1566), - [anon_sym_enum] = ACTIONS(1566), - [anon_sym_class] = ACTIONS(1566), - [anon_sym_struct] = ACTIONS(1566), - [anon_sym_union] = ACTIONS(1566), - [anon_sym_if] = ACTIONS(1566), - [anon_sym_else] = ACTIONS(1566), - [anon_sym_switch] = ACTIONS(1566), - [anon_sym_case] = ACTIONS(1566), - [anon_sym_default] = ACTIONS(1566), - [anon_sym_while] = ACTIONS(1566), - [anon_sym_do] = ACTIONS(1566), - [anon_sym_for] = ACTIONS(1566), - [anon_sym_return] = ACTIONS(1566), - [anon_sym_break] = ACTIONS(1566), - [anon_sym_continue] = ACTIONS(1566), - [anon_sym_goto] = ACTIONS(1566), - [anon_sym_DASH_DASH] = ACTIONS(1568), - [anon_sym_PLUS_PLUS] = ACTIONS(1568), - [anon_sym_sizeof] = ACTIONS(1566), - [sym_number_literal] = ACTIONS(1568), - [anon_sym_L_SQUOTE] = ACTIONS(1568), - [anon_sym_u_SQUOTE] = ACTIONS(1568), - [anon_sym_U_SQUOTE] = ACTIONS(1568), - [anon_sym_u8_SQUOTE] = ACTIONS(1568), - [anon_sym_SQUOTE] = ACTIONS(1568), - [anon_sym_L_DQUOTE] = ACTIONS(1568), - [anon_sym_u_DQUOTE] = ACTIONS(1568), - [anon_sym_U_DQUOTE] = ACTIONS(1568), - [anon_sym_u8_DQUOTE] = ACTIONS(1568), - [anon_sym_DQUOTE] = ACTIONS(1568), - [sym_true] = ACTIONS(1566), - [sym_false] = ACTIONS(1566), - [sym_null] = ACTIONS(1566), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1566), - [anon_sym_virtual] = ACTIONS(1566), - [anon_sym_explicit] = ACTIONS(1566), - [sym_auto] = ACTIONS(1566), - [anon_sym_typename] = ACTIONS(1566), - [anon_sym_template] = ACTIONS(1566), - [anon_sym_operator] = ACTIONS(1566), - [anon_sym_delete] = ACTIONS(1566), - [anon_sym_throw] = ACTIONS(1566), - [anon_sym_namespace] = ACTIONS(1566), - [anon_sym_using] = ACTIONS(1566), - [anon_sym_static_assert] = ACTIONS(1566), - [anon_sym_co_return] = ACTIONS(1566), - [anon_sym_co_yield] = ACTIONS(1566), - [anon_sym_try] = ACTIONS(1566), - [anon_sym_co_await] = ACTIONS(1566), - [anon_sym_new] = ACTIONS(1566), - [sym_operator_name] = ACTIONS(1566), - [sym_this] = ACTIONS(1566), - [sym_nullptr] = ACTIONS(1566), - [sym_alone_macro] = ACTIONS(1568), - [aux_sym_alone_macro_call_token1] = ACTIONS(1566), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1566), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_FORWARD] = ACTIONS(1566), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1566), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1566), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1566), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1566), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_PS_GET] = ACTIONS(1566), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1566), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1566), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1566), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1566), - [anon_sym_MOZ_COLD] = ACTIONS(1566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_NONNULL] = ACTIONS(1566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_NORETURN] = ACTIONS(1566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1566), - [anon_sym_MOZ_RAII] = ACTIONS(1566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1566), - [sym_raw_string_literal] = ACTIONS(1568), + [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), }, [330] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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] = { - [sym_identifier] = ACTIONS(1606), - [aux_sym_preproc_include_token1] = ACTIONS(1606), - [aux_sym_preproc_def_token1] = ACTIONS(1606), - [aux_sym_preproc_if_token1] = ACTIONS(1606), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1606), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1606), - [sym_preproc_directive] = ACTIONS(1606), - [anon_sym_LPAREN2] = ACTIONS(1608), - [anon_sym_BANG] = ACTIONS(1608), - [anon_sym_TILDE] = ACTIONS(1608), - [anon_sym_DASH] = ACTIONS(1606), - [anon_sym_PLUS] = ACTIONS(1606), - [anon_sym_STAR] = ACTIONS(1608), - [anon_sym_AMP_AMP] = ACTIONS(1608), - [anon_sym_AMP] = ACTIONS(1606), - [anon_sym_SEMI] = ACTIONS(1608), - [anon_sym_typedef] = ACTIONS(1606), - [anon_sym_extern] = ACTIONS(1606), - [anon_sym___attribute__] = ACTIONS(1606), - [anon_sym_COLON_COLON] = ACTIONS(1608), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1608), - [anon_sym___declspec] = ACTIONS(1606), - [anon_sym___based] = ACTIONS(1606), - [anon_sym___cdecl] = ACTIONS(1606), - [anon_sym___clrcall] = ACTIONS(1606), - [anon_sym___stdcall] = ACTIONS(1606), - [anon_sym___fastcall] = ACTIONS(1606), - [anon_sym___thiscall] = ACTIONS(1606), - [anon_sym___vectorcall] = ACTIONS(1606), - [anon_sym_LBRACE] = ACTIONS(1608), - [anon_sym_RBRACE] = ACTIONS(1608), - [anon_sym_LBRACK] = ACTIONS(1606), - [anon_sym_static] = ACTIONS(1606), - [anon_sym_register] = ACTIONS(1606), - [anon_sym_inline] = ACTIONS(1606), - [anon_sym_thread_local] = ACTIONS(1606), - [anon_sym_const] = ACTIONS(1606), - [anon_sym_volatile] = ACTIONS(1606), - [anon_sym_restrict] = ACTIONS(1606), - [anon_sym__Atomic] = ACTIONS(1606), - [anon_sym_mutable] = ACTIONS(1606), - [anon_sym_constexpr] = ACTIONS(1606), - [anon_sym_signed] = ACTIONS(1606), - [anon_sym_unsigned] = ACTIONS(1606), - [anon_sym_long] = ACTIONS(1606), - [anon_sym_short] = ACTIONS(1606), - [sym_primitive_type] = ACTIONS(1606), - [anon_sym_enum] = ACTIONS(1606), - [anon_sym_class] = ACTIONS(1606), - [anon_sym_struct] = ACTIONS(1606), - [anon_sym_union] = ACTIONS(1606), - [anon_sym_if] = ACTIONS(1606), - [anon_sym_else] = ACTIONS(1920), - [anon_sym_switch] = ACTIONS(1606), - [anon_sym_case] = ACTIONS(1606), - [anon_sym_default] = ACTIONS(1606), - [anon_sym_while] = ACTIONS(1606), - [anon_sym_do] = ACTIONS(1606), - [anon_sym_for] = ACTIONS(1606), - [anon_sym_return] = ACTIONS(1606), - [anon_sym_break] = ACTIONS(1606), - [anon_sym_continue] = ACTIONS(1606), - [anon_sym_goto] = ACTIONS(1606), - [anon_sym_DASH_DASH] = ACTIONS(1608), - [anon_sym_PLUS_PLUS] = ACTIONS(1608), - [anon_sym_sizeof] = ACTIONS(1606), - [sym_number_literal] = ACTIONS(1608), - [anon_sym_L_SQUOTE] = ACTIONS(1608), - [anon_sym_u_SQUOTE] = ACTIONS(1608), - [anon_sym_U_SQUOTE] = ACTIONS(1608), - [anon_sym_u8_SQUOTE] = ACTIONS(1608), - [anon_sym_SQUOTE] = ACTIONS(1608), - [anon_sym_L_DQUOTE] = ACTIONS(1608), - [anon_sym_u_DQUOTE] = ACTIONS(1608), - [anon_sym_U_DQUOTE] = ACTIONS(1608), - [anon_sym_u8_DQUOTE] = ACTIONS(1608), - [anon_sym_DQUOTE] = ACTIONS(1608), - [sym_true] = ACTIONS(1606), - [sym_false] = ACTIONS(1606), - [sym_null] = ACTIONS(1606), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1606), - [anon_sym_virtual] = ACTIONS(1606), - [anon_sym_explicit] = ACTIONS(1606), - [sym_auto] = ACTIONS(1606), - [anon_sym_typename] = ACTIONS(1606), - [anon_sym_template] = ACTIONS(1606), - [anon_sym_operator] = ACTIONS(1606), - [anon_sym_delete] = ACTIONS(1606), - [anon_sym_throw] = ACTIONS(1606), - [anon_sym_namespace] = ACTIONS(1606), - [anon_sym_using] = ACTIONS(1606), - [anon_sym_static_assert] = ACTIONS(1606), - [anon_sym_co_return] = ACTIONS(1606), - [anon_sym_co_yield] = ACTIONS(1606), - [anon_sym_try] = ACTIONS(1606), - [anon_sym_co_await] = ACTIONS(1606), - [anon_sym_new] = ACTIONS(1606), - [sym_operator_name] = ACTIONS(1606), - [sym_this] = ACTIONS(1606), - [sym_nullptr] = ACTIONS(1606), - [sym_alone_macro] = ACTIONS(1608), - [aux_sym_alone_macro_call_token1] = ACTIONS(1606), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1606), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_FORWARD] = ACTIONS(1606), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1606), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1606), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1606), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1606), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_PS_GET] = ACTIONS(1606), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1606), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1606), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1606), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1606), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1606), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1606), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1606), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1606), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1606), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1606), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1606), - [anon_sym_MOZ_COLD] = ACTIONS(1606), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1606), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1606), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1606), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1606), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1606), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1606), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1606), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1606), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1606), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1606), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1606), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1606), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1606), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1606), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1606), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1606), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1606), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1606), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1606), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1606), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_NONNULL] = ACTIONS(1606), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1606), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1606), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1606), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1606), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1606), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_NORETURN] = ACTIONS(1606), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1606), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1606), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1606), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1606), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1606), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1606), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1606), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1606), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1606), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1606), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1606), - [anon_sym_MOZ_RAII] = ACTIONS(1606), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1606), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1606), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1606), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1606), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1606), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1606), - [sym_raw_string_literal] = ACTIONS(1608), + [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] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [336] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [337] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(1700), - [aux_sym_preproc_include_token1] = ACTIONS(1700), - [aux_sym_preproc_def_token1] = ACTIONS(1700), - [aux_sym_preproc_if_token1] = ACTIONS(1700), - [aux_sym_preproc_if_token2] = ACTIONS(1700), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1700), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1700), - [sym_preproc_directive] = ACTIONS(1700), - [anon_sym_LPAREN2] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_PLUS] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP_AMP] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1700), - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_typedef] = ACTIONS(1700), - [anon_sym_extern] = ACTIONS(1700), - [anon_sym___attribute__] = ACTIONS(1700), - [anon_sym_COLON_COLON] = ACTIONS(1702), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1702), - [anon_sym___declspec] = ACTIONS(1700), - [anon_sym___based] = ACTIONS(1700), - [anon_sym___cdecl] = ACTIONS(1700), - [anon_sym___clrcall] = ACTIONS(1700), - [anon_sym___stdcall] = ACTIONS(1700), - [anon_sym___fastcall] = ACTIONS(1700), - [anon_sym___thiscall] = ACTIONS(1700), - [anon_sym___vectorcall] = ACTIONS(1700), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_LBRACK] = ACTIONS(1700), - [anon_sym_static] = ACTIONS(1700), - [anon_sym_register] = ACTIONS(1700), - [anon_sym_inline] = ACTIONS(1700), - [anon_sym_thread_local] = ACTIONS(1700), - [anon_sym_const] = ACTIONS(1700), - [anon_sym_volatile] = ACTIONS(1700), - [anon_sym_restrict] = ACTIONS(1700), - [anon_sym__Atomic] = ACTIONS(1700), - [anon_sym_mutable] = ACTIONS(1700), - [anon_sym_constexpr] = ACTIONS(1700), - [anon_sym_signed] = ACTIONS(1700), - [anon_sym_unsigned] = ACTIONS(1700), - [anon_sym_long] = ACTIONS(1700), - [anon_sym_short] = ACTIONS(1700), - [sym_primitive_type] = ACTIONS(1700), - [anon_sym_enum] = ACTIONS(1700), - [anon_sym_class] = ACTIONS(1700), - [anon_sym_struct] = ACTIONS(1700), - [anon_sym_union] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_else] = ACTIONS(1922), - [anon_sym_switch] = ACTIONS(1700), - [anon_sym_case] = ACTIONS(1700), - [anon_sym_default] = ACTIONS(1700), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_do] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_continue] = ACTIONS(1700), - [anon_sym_goto] = ACTIONS(1700), - [anon_sym_DASH_DASH] = ACTIONS(1702), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_sizeof] = ACTIONS(1700), - [sym_number_literal] = ACTIONS(1702), - [anon_sym_L_SQUOTE] = ACTIONS(1702), - [anon_sym_u_SQUOTE] = ACTIONS(1702), - [anon_sym_U_SQUOTE] = ACTIONS(1702), - [anon_sym_u8_SQUOTE] = ACTIONS(1702), - [anon_sym_SQUOTE] = ACTIONS(1702), - [anon_sym_L_DQUOTE] = ACTIONS(1702), - [anon_sym_u_DQUOTE] = ACTIONS(1702), - [anon_sym_U_DQUOTE] = ACTIONS(1702), - [anon_sym_u8_DQUOTE] = ACTIONS(1702), - [anon_sym_DQUOTE] = ACTIONS(1702), - [sym_true] = ACTIONS(1700), - [sym_false] = ACTIONS(1700), - [sym_null] = ACTIONS(1700), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1700), - [anon_sym_virtual] = ACTIONS(1700), - [anon_sym_explicit] = ACTIONS(1700), - [sym_auto] = ACTIONS(1700), - [anon_sym_typename] = ACTIONS(1700), - [anon_sym_template] = ACTIONS(1700), - [anon_sym_operator] = ACTIONS(1700), - [anon_sym_delete] = ACTIONS(1700), - [anon_sym_throw] = ACTIONS(1700), - [anon_sym_namespace] = ACTIONS(1700), - [anon_sym_using] = ACTIONS(1700), - [anon_sym_static_assert] = ACTIONS(1700), - [anon_sym_co_return] = ACTIONS(1700), - [anon_sym_co_yield] = ACTIONS(1700), - [anon_sym_try] = ACTIONS(1700), - [anon_sym_co_await] = ACTIONS(1700), - [anon_sym_new] = ACTIONS(1700), - [sym_operator_name] = ACTIONS(1700), - [sym_this] = ACTIONS(1700), - [sym_nullptr] = ACTIONS(1700), - [sym_alone_macro] = ACTIONS(1702), - [aux_sym_alone_macro_call_token1] = ACTIONS(1700), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1700), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_FORWARD] = ACTIONS(1700), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1700), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1700), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1700), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1700), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_PS_GET] = ACTIONS(1700), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1700), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1700), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1700), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1700), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1700), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1700), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1700), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1700), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1700), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1700), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1700), - [anon_sym_MOZ_COLD] = ACTIONS(1700), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1700), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1700), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1700), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1700), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1700), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1700), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1700), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1700), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1700), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1700), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1700), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1700), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1700), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1700), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1700), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1700), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1700), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1700), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1700), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1700), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_NONNULL] = ACTIONS(1700), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1700), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1700), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1700), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1700), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1700), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_NORETURN] = ACTIONS(1700), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1700), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1700), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1700), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1700), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1700), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1700), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1700), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1700), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1700), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1700), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1700), - [anon_sym_MOZ_RAII] = ACTIONS(1700), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1700), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1700), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1700), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1700), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1700), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1700), - [sym_raw_string_literal] = ACTIONS(1702), + [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] = { - [sym_identifier] = ACTIONS(1696), - [aux_sym_preproc_include_token1] = ACTIONS(1696), - [aux_sym_preproc_def_token1] = ACTIONS(1696), - [aux_sym_preproc_if_token1] = ACTIONS(1696), - [aux_sym_preproc_if_token2] = ACTIONS(1696), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1696), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1696), - [sym_preproc_directive] = ACTIONS(1696), - [anon_sym_LPAREN2] = ACTIONS(1698), - [anon_sym_BANG] = ACTIONS(1698), - [anon_sym_TILDE] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1696), - [anon_sym_STAR] = ACTIONS(1698), - [anon_sym_AMP_AMP] = ACTIONS(1698), - [anon_sym_AMP] = ACTIONS(1696), - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_typedef] = ACTIONS(1696), - [anon_sym_extern] = ACTIONS(1696), - [anon_sym___attribute__] = ACTIONS(1696), - [anon_sym_COLON_COLON] = ACTIONS(1698), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1698), - [anon_sym___declspec] = ACTIONS(1696), - [anon_sym___based] = ACTIONS(1696), - [anon_sym___cdecl] = ACTIONS(1696), - [anon_sym___clrcall] = ACTIONS(1696), - [anon_sym___stdcall] = ACTIONS(1696), - [anon_sym___fastcall] = ACTIONS(1696), - [anon_sym___thiscall] = ACTIONS(1696), - [anon_sym___vectorcall] = ACTIONS(1696), - [anon_sym_LBRACE] = ACTIONS(1698), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_static] = ACTIONS(1696), - [anon_sym_register] = ACTIONS(1696), - [anon_sym_inline] = ACTIONS(1696), - [anon_sym_thread_local] = ACTIONS(1696), - [anon_sym_const] = ACTIONS(1696), - [anon_sym_volatile] = ACTIONS(1696), - [anon_sym_restrict] = ACTIONS(1696), - [anon_sym__Atomic] = ACTIONS(1696), - [anon_sym_mutable] = ACTIONS(1696), - [anon_sym_constexpr] = ACTIONS(1696), - [anon_sym_signed] = ACTIONS(1696), - [anon_sym_unsigned] = ACTIONS(1696), - [anon_sym_long] = ACTIONS(1696), - [anon_sym_short] = ACTIONS(1696), - [sym_primitive_type] = ACTIONS(1696), - [anon_sym_enum] = ACTIONS(1696), - [anon_sym_class] = ACTIONS(1696), - [anon_sym_struct] = ACTIONS(1696), - [anon_sym_union] = ACTIONS(1696), - [anon_sym_if] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1696), - [anon_sym_switch] = ACTIONS(1696), - [anon_sym_case] = ACTIONS(1696), - [anon_sym_default] = ACTIONS(1696), - [anon_sym_while] = ACTIONS(1696), - [anon_sym_do] = ACTIONS(1696), - [anon_sym_for] = ACTIONS(1696), - [anon_sym_return] = ACTIONS(1696), - [anon_sym_break] = ACTIONS(1696), - [anon_sym_continue] = ACTIONS(1696), - [anon_sym_goto] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1698), - [anon_sym_PLUS_PLUS] = ACTIONS(1698), - [anon_sym_sizeof] = ACTIONS(1696), - [sym_number_literal] = ACTIONS(1698), - [anon_sym_L_SQUOTE] = ACTIONS(1698), - [anon_sym_u_SQUOTE] = ACTIONS(1698), - [anon_sym_U_SQUOTE] = ACTIONS(1698), - [anon_sym_u8_SQUOTE] = ACTIONS(1698), - [anon_sym_SQUOTE] = ACTIONS(1698), - [anon_sym_L_DQUOTE] = ACTIONS(1698), - [anon_sym_u_DQUOTE] = ACTIONS(1698), - [anon_sym_U_DQUOTE] = ACTIONS(1698), - [anon_sym_u8_DQUOTE] = ACTIONS(1698), - [anon_sym_DQUOTE] = ACTIONS(1698), - [sym_true] = ACTIONS(1696), - [sym_false] = ACTIONS(1696), - [sym_null] = ACTIONS(1696), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1696), - [anon_sym_virtual] = ACTIONS(1696), - [anon_sym_explicit] = ACTIONS(1696), - [sym_auto] = ACTIONS(1696), - [anon_sym_typename] = ACTIONS(1696), - [anon_sym_template] = ACTIONS(1696), - [anon_sym_operator] = ACTIONS(1696), - [anon_sym_delete] = ACTIONS(1696), - [anon_sym_throw] = ACTIONS(1696), - [anon_sym_namespace] = ACTIONS(1696), - [anon_sym_using] = ACTIONS(1696), - [anon_sym_static_assert] = ACTIONS(1696), - [anon_sym_co_return] = ACTIONS(1696), - [anon_sym_co_yield] = ACTIONS(1696), - [anon_sym_try] = ACTIONS(1696), - [anon_sym_co_await] = ACTIONS(1696), - [anon_sym_new] = ACTIONS(1696), - [sym_operator_name] = ACTIONS(1696), - [sym_this] = ACTIONS(1696), - [sym_nullptr] = ACTIONS(1696), - [sym_alone_macro] = ACTIONS(1698), - [aux_sym_alone_macro_call_token1] = ACTIONS(1696), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1696), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_FORWARD] = ACTIONS(1696), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1696), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1696), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1696), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1696), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_PS_GET] = ACTIONS(1696), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1696), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1696), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1696), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1696), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1696), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1696), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1696), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1696), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1696), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1696), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1696), - [anon_sym_MOZ_COLD] = ACTIONS(1696), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1696), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1696), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1696), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1696), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1696), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1696), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1696), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1696), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1696), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1696), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1696), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1696), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1696), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1696), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1696), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1696), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1696), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1696), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1696), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1696), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_NONNULL] = ACTIONS(1696), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1696), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1696), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1696), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1696), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1696), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_NORETURN] = ACTIONS(1696), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1696), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1696), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1696), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1696), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1696), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1696), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1696), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1696), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1696), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1696), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1696), - [anon_sym_MOZ_RAII] = ACTIONS(1696), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1696), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1696), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1696), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1696), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1696), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1696), - [sym_raw_string_literal] = ACTIONS(1698), + [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), }, [340] = { - [sym_identifier] = ACTIONS(1566), - [aux_sym_preproc_include_token1] = ACTIONS(1566), - [aux_sym_preproc_def_token1] = ACTIONS(1566), - [aux_sym_preproc_if_token1] = ACTIONS(1566), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1566), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1566), - [sym_preproc_directive] = ACTIONS(1566), - [anon_sym_LPAREN2] = ACTIONS(1568), - [anon_sym_BANG] = ACTIONS(1568), - [anon_sym_TILDE] = ACTIONS(1568), - [anon_sym_DASH] = ACTIONS(1566), - [anon_sym_PLUS] = ACTIONS(1566), - [anon_sym_STAR] = ACTIONS(1568), - [anon_sym_AMP_AMP] = ACTIONS(1568), - [anon_sym_AMP] = ACTIONS(1566), - [anon_sym_SEMI] = ACTIONS(1568), - [anon_sym_typedef] = ACTIONS(1566), - [anon_sym_extern] = ACTIONS(1566), - [anon_sym___attribute__] = ACTIONS(1566), - [anon_sym_COLON_COLON] = ACTIONS(1568), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1568), - [anon_sym___declspec] = ACTIONS(1566), - [anon_sym___based] = ACTIONS(1566), - [anon_sym___cdecl] = ACTIONS(1566), - [anon_sym___clrcall] = ACTIONS(1566), - [anon_sym___stdcall] = ACTIONS(1566), - [anon_sym___fastcall] = ACTIONS(1566), - [anon_sym___thiscall] = ACTIONS(1566), - [anon_sym___vectorcall] = ACTIONS(1566), - [anon_sym_LBRACE] = ACTIONS(1568), - [anon_sym_RBRACE] = ACTIONS(1568), - [anon_sym_LBRACK] = ACTIONS(1566), - [anon_sym_static] = ACTIONS(1566), - [anon_sym_register] = ACTIONS(1566), - [anon_sym_inline] = ACTIONS(1566), - [anon_sym_thread_local] = ACTIONS(1566), - [anon_sym_const] = ACTIONS(1566), - [anon_sym_volatile] = ACTIONS(1566), - [anon_sym_restrict] = ACTIONS(1566), - [anon_sym__Atomic] = ACTIONS(1566), - [anon_sym_mutable] = ACTIONS(1566), - [anon_sym_constexpr] = ACTIONS(1566), - [anon_sym_signed] = ACTIONS(1566), - [anon_sym_unsigned] = ACTIONS(1566), - [anon_sym_long] = ACTIONS(1566), - [anon_sym_short] = ACTIONS(1566), - [sym_primitive_type] = ACTIONS(1566), - [anon_sym_enum] = ACTIONS(1566), - [anon_sym_class] = ACTIONS(1566), - [anon_sym_struct] = ACTIONS(1566), - [anon_sym_union] = ACTIONS(1566), - [anon_sym_if] = ACTIONS(1566), - [anon_sym_else] = ACTIONS(1566), - [anon_sym_switch] = ACTIONS(1566), - [anon_sym_case] = ACTIONS(1566), - [anon_sym_default] = ACTIONS(1566), - [anon_sym_while] = ACTIONS(1566), - [anon_sym_do] = ACTIONS(1566), - [anon_sym_for] = ACTIONS(1566), - [anon_sym_return] = ACTIONS(1566), - [anon_sym_break] = ACTIONS(1566), - [anon_sym_continue] = ACTIONS(1566), - [anon_sym_goto] = ACTIONS(1566), - [anon_sym_DASH_DASH] = ACTIONS(1568), - [anon_sym_PLUS_PLUS] = ACTIONS(1568), - [anon_sym_sizeof] = ACTIONS(1566), - [sym_number_literal] = ACTIONS(1568), - [anon_sym_L_SQUOTE] = ACTIONS(1568), - [anon_sym_u_SQUOTE] = ACTIONS(1568), - [anon_sym_U_SQUOTE] = ACTIONS(1568), - [anon_sym_u8_SQUOTE] = ACTIONS(1568), - [anon_sym_SQUOTE] = ACTIONS(1568), - [anon_sym_L_DQUOTE] = ACTIONS(1568), - [anon_sym_u_DQUOTE] = ACTIONS(1568), - [anon_sym_U_DQUOTE] = ACTIONS(1568), - [anon_sym_u8_DQUOTE] = ACTIONS(1568), - [anon_sym_DQUOTE] = ACTIONS(1568), - [sym_true] = ACTIONS(1566), - [sym_false] = ACTIONS(1566), - [sym_null] = ACTIONS(1566), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1566), - [anon_sym_virtual] = ACTIONS(1566), - [anon_sym_explicit] = ACTIONS(1566), - [sym_auto] = ACTIONS(1566), - [anon_sym_typename] = ACTIONS(1566), - [anon_sym_template] = ACTIONS(1566), - [anon_sym_operator] = ACTIONS(1566), - [anon_sym_delete] = ACTIONS(1566), - [anon_sym_throw] = ACTIONS(1566), - [anon_sym_namespace] = ACTIONS(1566), - [anon_sym_using] = ACTIONS(1566), - [anon_sym_static_assert] = ACTIONS(1566), - [anon_sym_co_return] = ACTIONS(1566), - [anon_sym_co_yield] = ACTIONS(1566), - [anon_sym_try] = ACTIONS(1566), - [anon_sym_co_await] = ACTIONS(1566), - [anon_sym_new] = ACTIONS(1566), - [sym_operator_name] = ACTIONS(1566), - [sym_this] = ACTIONS(1566), - [sym_nullptr] = ACTIONS(1566), - [sym_alone_macro] = ACTIONS(1568), - [aux_sym_alone_macro_call_token1] = ACTIONS(1566), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1566), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_FORWARD] = ACTIONS(1566), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1566), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1566), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1566), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1566), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_PS_GET] = ACTIONS(1566), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1566), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1566), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1566), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1566), - [anon_sym_MOZ_COLD] = ACTIONS(1566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_NONNULL] = ACTIONS(1566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_NORETURN] = ACTIONS(1566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1566), - [anon_sym_MOZ_RAII] = ACTIONS(1566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1566), - [sym_raw_string_literal] = ACTIONS(1568), + [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), }, [341] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [342] = { - [ts_builtin_sym_end] = ACTIONS(1642), - [sym_identifier] = ACTIONS(1640), - [aux_sym_preproc_include_token1] = ACTIONS(1640), - [aux_sym_preproc_def_token1] = ACTIONS(1640), - [aux_sym_preproc_if_token1] = ACTIONS(1640), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1640), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1640), - [sym_preproc_directive] = ACTIONS(1640), - [anon_sym_LPAREN2] = ACTIONS(1642), - [anon_sym_BANG] = ACTIONS(1642), - [anon_sym_TILDE] = ACTIONS(1642), - [anon_sym_DASH] = ACTIONS(1640), - [anon_sym_PLUS] = ACTIONS(1640), - [anon_sym_STAR] = ACTIONS(1642), - [anon_sym_AMP_AMP] = ACTIONS(1642), - [anon_sym_AMP] = ACTIONS(1640), - [anon_sym_SEMI] = ACTIONS(1642), - [anon_sym_typedef] = ACTIONS(1640), - [anon_sym_extern] = ACTIONS(1640), - [anon_sym___attribute__] = ACTIONS(1640), - [anon_sym_COLON_COLON] = ACTIONS(1642), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1642), - [anon_sym___declspec] = ACTIONS(1640), - [anon_sym___based] = ACTIONS(1640), - [anon_sym___cdecl] = ACTIONS(1640), - [anon_sym___clrcall] = ACTIONS(1640), - [anon_sym___stdcall] = ACTIONS(1640), - [anon_sym___fastcall] = ACTIONS(1640), - [anon_sym___thiscall] = ACTIONS(1640), - [anon_sym___vectorcall] = ACTIONS(1640), - [anon_sym_LBRACE] = ACTIONS(1642), - [anon_sym_LBRACK] = ACTIONS(1640), - [anon_sym_static] = ACTIONS(1640), - [anon_sym_register] = ACTIONS(1640), - [anon_sym_inline] = ACTIONS(1640), - [anon_sym_thread_local] = ACTIONS(1640), - [anon_sym_const] = ACTIONS(1640), - [anon_sym_volatile] = ACTIONS(1640), - [anon_sym_restrict] = ACTIONS(1640), - [anon_sym__Atomic] = ACTIONS(1640), - [anon_sym_mutable] = ACTIONS(1640), - [anon_sym_constexpr] = ACTIONS(1640), - [anon_sym_signed] = ACTIONS(1640), - [anon_sym_unsigned] = ACTIONS(1640), - [anon_sym_long] = ACTIONS(1640), - [anon_sym_short] = ACTIONS(1640), - [sym_primitive_type] = ACTIONS(1640), - [anon_sym_enum] = ACTIONS(1640), - [anon_sym_class] = ACTIONS(1640), - [anon_sym_struct] = ACTIONS(1640), - [anon_sym_union] = ACTIONS(1640), - [anon_sym_if] = ACTIONS(1640), - [anon_sym_else] = ACTIONS(1640), - [anon_sym_switch] = ACTIONS(1640), - [anon_sym_case] = ACTIONS(1640), - [anon_sym_default] = ACTIONS(1640), - [anon_sym_while] = ACTIONS(1640), - [anon_sym_do] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1640), - [anon_sym_return] = ACTIONS(1640), - [anon_sym_break] = ACTIONS(1640), - [anon_sym_continue] = ACTIONS(1640), - [anon_sym_goto] = ACTIONS(1640), - [anon_sym_DASH_DASH] = ACTIONS(1642), - [anon_sym_PLUS_PLUS] = ACTIONS(1642), - [anon_sym_sizeof] = ACTIONS(1640), - [sym_number_literal] = ACTIONS(1642), - [anon_sym_L_SQUOTE] = ACTIONS(1642), - [anon_sym_u_SQUOTE] = ACTIONS(1642), - [anon_sym_U_SQUOTE] = ACTIONS(1642), - [anon_sym_u8_SQUOTE] = ACTIONS(1642), - [anon_sym_SQUOTE] = ACTIONS(1642), - [anon_sym_L_DQUOTE] = ACTIONS(1642), - [anon_sym_u_DQUOTE] = ACTIONS(1642), - [anon_sym_U_DQUOTE] = ACTIONS(1642), - [anon_sym_u8_DQUOTE] = ACTIONS(1642), - [anon_sym_DQUOTE] = ACTIONS(1642), - [sym_true] = ACTIONS(1640), - [sym_false] = ACTIONS(1640), - [sym_null] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1640), - [anon_sym_virtual] = ACTIONS(1640), - [anon_sym_explicit] = ACTIONS(1640), - [sym_auto] = ACTIONS(1640), - [anon_sym_typename] = ACTIONS(1640), - [anon_sym_template] = ACTIONS(1640), - [anon_sym_operator] = ACTIONS(1640), - [anon_sym_delete] = ACTIONS(1640), - [anon_sym_throw] = ACTIONS(1640), - [anon_sym_namespace] = ACTIONS(1640), - [anon_sym_using] = ACTIONS(1640), - [anon_sym_static_assert] = ACTIONS(1640), - [anon_sym_co_return] = ACTIONS(1640), - [anon_sym_co_yield] = ACTIONS(1640), - [anon_sym_try] = ACTIONS(1640), - [anon_sym_co_await] = ACTIONS(1640), - [anon_sym_new] = ACTIONS(1640), - [sym_operator_name] = ACTIONS(1640), - [sym_this] = ACTIONS(1640), - [sym_nullptr] = ACTIONS(1640), - [sym_alone_macro] = ACTIONS(1642), - [aux_sym_alone_macro_call_token1] = ACTIONS(1640), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1640), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_FORWARD] = ACTIONS(1640), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1640), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1640), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1640), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1640), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_PS_GET] = ACTIONS(1640), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1640), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1640), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1640), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1640), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1640), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1640), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1640), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1640), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1640), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1640), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1640), - [anon_sym_MOZ_COLD] = ACTIONS(1640), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1640), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1640), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1640), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1640), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1640), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1640), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1640), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1640), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1640), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1640), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1640), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1640), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1640), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1640), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1640), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1640), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1640), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1640), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1640), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1640), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_NONNULL] = ACTIONS(1640), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1640), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1640), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1640), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1640), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1640), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_NORETURN] = ACTIONS(1640), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1640), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1640), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1640), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1640), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1640), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1640), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1640), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1640), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1640), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1640), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1640), - [anon_sym_MOZ_RAII] = ACTIONS(1640), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1640), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1640), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1640), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1640), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1640), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1640), - [sym_raw_string_literal] = ACTIONS(1642), + [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] = { - [ts_builtin_sym_end] = ACTIONS(1646), - [sym_identifier] = ACTIONS(1644), - [aux_sym_preproc_include_token1] = ACTIONS(1644), - [aux_sym_preproc_def_token1] = ACTIONS(1644), - [aux_sym_preproc_if_token1] = ACTIONS(1644), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1644), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1644), - [sym_preproc_directive] = ACTIONS(1644), - [anon_sym_LPAREN2] = ACTIONS(1646), - [anon_sym_BANG] = ACTIONS(1646), - [anon_sym_TILDE] = ACTIONS(1646), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_AMP_AMP] = ACTIONS(1646), - [anon_sym_AMP] = ACTIONS(1644), - [anon_sym_SEMI] = ACTIONS(1646), - [anon_sym_typedef] = ACTIONS(1644), - [anon_sym_extern] = ACTIONS(1644), - [anon_sym___attribute__] = ACTIONS(1644), - [anon_sym_COLON_COLON] = ACTIONS(1646), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1646), - [anon_sym___declspec] = ACTIONS(1644), - [anon_sym___based] = ACTIONS(1644), - [anon_sym___cdecl] = ACTIONS(1644), - [anon_sym___clrcall] = ACTIONS(1644), - [anon_sym___stdcall] = ACTIONS(1644), - [anon_sym___fastcall] = ACTIONS(1644), - [anon_sym___thiscall] = ACTIONS(1644), - [anon_sym___vectorcall] = ACTIONS(1644), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LBRACK] = ACTIONS(1644), - [anon_sym_static] = ACTIONS(1644), - [anon_sym_register] = ACTIONS(1644), - [anon_sym_inline] = ACTIONS(1644), - [anon_sym_thread_local] = ACTIONS(1644), - [anon_sym_const] = ACTIONS(1644), - [anon_sym_volatile] = ACTIONS(1644), - [anon_sym_restrict] = ACTIONS(1644), - [anon_sym__Atomic] = ACTIONS(1644), - [anon_sym_mutable] = ACTIONS(1644), - [anon_sym_constexpr] = ACTIONS(1644), - [anon_sym_signed] = ACTIONS(1644), - [anon_sym_unsigned] = ACTIONS(1644), - [anon_sym_long] = ACTIONS(1644), - [anon_sym_short] = ACTIONS(1644), - [sym_primitive_type] = ACTIONS(1644), - [anon_sym_enum] = ACTIONS(1644), - [anon_sym_class] = ACTIONS(1644), - [anon_sym_struct] = ACTIONS(1644), - [anon_sym_union] = ACTIONS(1644), - [anon_sym_if] = ACTIONS(1644), - [anon_sym_else] = ACTIONS(1644), - [anon_sym_switch] = ACTIONS(1644), - [anon_sym_case] = ACTIONS(1644), - [anon_sym_default] = ACTIONS(1644), - [anon_sym_while] = ACTIONS(1644), - [anon_sym_do] = ACTIONS(1644), - [anon_sym_for] = ACTIONS(1644), - [anon_sym_return] = ACTIONS(1644), - [anon_sym_break] = ACTIONS(1644), - [anon_sym_continue] = ACTIONS(1644), - [anon_sym_goto] = ACTIONS(1644), - [anon_sym_DASH_DASH] = ACTIONS(1646), - [anon_sym_PLUS_PLUS] = ACTIONS(1646), - [anon_sym_sizeof] = ACTIONS(1644), - [sym_number_literal] = ACTIONS(1646), - [anon_sym_L_SQUOTE] = ACTIONS(1646), - [anon_sym_u_SQUOTE] = ACTIONS(1646), - [anon_sym_U_SQUOTE] = ACTIONS(1646), - [anon_sym_u8_SQUOTE] = ACTIONS(1646), - [anon_sym_SQUOTE] = ACTIONS(1646), - [anon_sym_L_DQUOTE] = ACTIONS(1646), - [anon_sym_u_DQUOTE] = ACTIONS(1646), - [anon_sym_U_DQUOTE] = ACTIONS(1646), - [anon_sym_u8_DQUOTE] = ACTIONS(1646), - [anon_sym_DQUOTE] = ACTIONS(1646), - [sym_true] = ACTIONS(1644), - [sym_false] = ACTIONS(1644), - [sym_null] = ACTIONS(1644), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1644), - [anon_sym_virtual] = ACTIONS(1644), - [anon_sym_explicit] = ACTIONS(1644), - [sym_auto] = ACTIONS(1644), - [anon_sym_typename] = ACTIONS(1644), - [anon_sym_template] = ACTIONS(1644), - [anon_sym_operator] = ACTIONS(1644), - [anon_sym_delete] = ACTIONS(1644), - [anon_sym_throw] = ACTIONS(1644), - [anon_sym_namespace] = ACTIONS(1644), - [anon_sym_using] = ACTIONS(1644), - [anon_sym_static_assert] = ACTIONS(1644), - [anon_sym_co_return] = ACTIONS(1644), - [anon_sym_co_yield] = ACTIONS(1644), - [anon_sym_try] = ACTIONS(1644), - [anon_sym_co_await] = ACTIONS(1644), - [anon_sym_new] = ACTIONS(1644), - [sym_operator_name] = ACTIONS(1644), - [sym_this] = ACTIONS(1644), - [sym_nullptr] = ACTIONS(1644), - [sym_alone_macro] = ACTIONS(1646), - [aux_sym_alone_macro_call_token1] = ACTIONS(1644), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1644), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_FORWARD] = ACTIONS(1644), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1644), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1644), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1644), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1644), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_PS_GET] = ACTIONS(1644), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1644), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1644), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1644), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1644), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1644), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1644), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1644), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1644), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1644), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1644), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1644), - [anon_sym_MOZ_COLD] = ACTIONS(1644), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1644), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1644), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1644), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1644), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1644), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1644), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1644), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1644), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1644), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1644), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1644), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1644), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1644), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1644), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1644), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1644), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1644), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1644), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1644), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1644), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_NONNULL] = ACTIONS(1644), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1644), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1644), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1644), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1644), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1644), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_NORETURN] = ACTIONS(1644), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1644), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1644), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1644), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1644), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1644), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1644), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1644), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1644), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1644), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1644), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1644), - [anon_sym_MOZ_RAII] = ACTIONS(1644), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1644), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1644), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1644), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1644), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1644), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1644), - [sym_raw_string_literal] = ACTIONS(1646), + [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_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [346] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [347] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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_identifier] = ACTIONS(1692), - [aux_sym_preproc_include_token1] = ACTIONS(1692), - [aux_sym_preproc_def_token1] = ACTIONS(1692), - [aux_sym_preproc_if_token1] = ACTIONS(1692), - [aux_sym_preproc_if_token2] = ACTIONS(1692), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1692), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1692), - [sym_preproc_directive] = ACTIONS(1692), - [anon_sym_LPAREN2] = ACTIONS(1694), - [anon_sym_BANG] = ACTIONS(1694), - [anon_sym_TILDE] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1692), - [anon_sym_PLUS] = ACTIONS(1692), - [anon_sym_STAR] = ACTIONS(1694), - [anon_sym_AMP_AMP] = ACTIONS(1694), - [anon_sym_AMP] = ACTIONS(1692), - [anon_sym_SEMI] = ACTIONS(1694), - [anon_sym_typedef] = ACTIONS(1692), - [anon_sym_extern] = ACTIONS(1692), - [anon_sym___attribute__] = ACTIONS(1692), - [anon_sym_COLON_COLON] = ACTIONS(1694), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1694), - [anon_sym___declspec] = ACTIONS(1692), - [anon_sym___based] = ACTIONS(1692), - [anon_sym___cdecl] = ACTIONS(1692), - [anon_sym___clrcall] = ACTIONS(1692), - [anon_sym___stdcall] = ACTIONS(1692), - [anon_sym___fastcall] = ACTIONS(1692), - [anon_sym___thiscall] = ACTIONS(1692), - [anon_sym___vectorcall] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_static] = ACTIONS(1692), - [anon_sym_register] = ACTIONS(1692), - [anon_sym_inline] = ACTIONS(1692), - [anon_sym_thread_local] = ACTIONS(1692), - [anon_sym_const] = ACTIONS(1692), - [anon_sym_volatile] = ACTIONS(1692), - [anon_sym_restrict] = ACTIONS(1692), - [anon_sym__Atomic] = ACTIONS(1692), - [anon_sym_mutable] = ACTIONS(1692), - [anon_sym_constexpr] = ACTIONS(1692), - [anon_sym_signed] = ACTIONS(1692), - [anon_sym_unsigned] = ACTIONS(1692), - [anon_sym_long] = ACTIONS(1692), - [anon_sym_short] = ACTIONS(1692), - [sym_primitive_type] = ACTIONS(1692), - [anon_sym_enum] = ACTIONS(1692), - [anon_sym_class] = ACTIONS(1692), - [anon_sym_struct] = ACTIONS(1692), - [anon_sym_union] = ACTIONS(1692), - [anon_sym_if] = ACTIONS(1692), - [anon_sym_else] = ACTIONS(1692), - [anon_sym_switch] = ACTIONS(1692), - [anon_sym_case] = ACTIONS(1692), - [anon_sym_default] = ACTIONS(1692), - [anon_sym_while] = ACTIONS(1692), - [anon_sym_do] = ACTIONS(1692), - [anon_sym_for] = ACTIONS(1692), - [anon_sym_return] = ACTIONS(1692), - [anon_sym_break] = ACTIONS(1692), - [anon_sym_continue] = ACTIONS(1692), - [anon_sym_goto] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(1694), - [anon_sym_PLUS_PLUS] = ACTIONS(1694), - [anon_sym_sizeof] = ACTIONS(1692), - [sym_number_literal] = ACTIONS(1694), - [anon_sym_L_SQUOTE] = ACTIONS(1694), - [anon_sym_u_SQUOTE] = ACTIONS(1694), - [anon_sym_U_SQUOTE] = ACTIONS(1694), - [anon_sym_u8_SQUOTE] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1694), - [anon_sym_L_DQUOTE] = ACTIONS(1694), - [anon_sym_u_DQUOTE] = ACTIONS(1694), - [anon_sym_U_DQUOTE] = ACTIONS(1694), - [anon_sym_u8_DQUOTE] = ACTIONS(1694), - [anon_sym_DQUOTE] = ACTIONS(1694), - [sym_true] = ACTIONS(1692), - [sym_false] = ACTIONS(1692), - [sym_null] = ACTIONS(1692), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1692), - [anon_sym_virtual] = ACTIONS(1692), - [anon_sym_explicit] = ACTIONS(1692), - [sym_auto] = ACTIONS(1692), - [anon_sym_typename] = ACTIONS(1692), - [anon_sym_template] = ACTIONS(1692), - [anon_sym_operator] = ACTIONS(1692), - [anon_sym_delete] = ACTIONS(1692), - [anon_sym_throw] = ACTIONS(1692), - [anon_sym_namespace] = ACTIONS(1692), - [anon_sym_using] = ACTIONS(1692), - [anon_sym_static_assert] = ACTIONS(1692), - [anon_sym_co_return] = ACTIONS(1692), - [anon_sym_co_yield] = ACTIONS(1692), - [anon_sym_try] = ACTIONS(1692), - [anon_sym_co_await] = ACTIONS(1692), - [anon_sym_new] = ACTIONS(1692), - [sym_operator_name] = ACTIONS(1692), - [sym_this] = ACTIONS(1692), - [sym_nullptr] = ACTIONS(1692), - [sym_alone_macro] = ACTIONS(1694), - [aux_sym_alone_macro_call_token1] = ACTIONS(1692), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1692), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_FORWARD] = ACTIONS(1692), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1692), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1692), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1692), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1692), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_PS_GET] = ACTIONS(1692), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1692), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1692), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1692), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1692), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1692), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1692), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1692), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1692), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1692), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1692), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1692), - [anon_sym_MOZ_COLD] = ACTIONS(1692), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1692), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1692), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1692), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1692), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1692), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1692), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1692), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1692), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1692), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1692), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1692), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1692), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1692), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1692), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1692), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1692), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1692), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1692), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1692), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1692), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_NONNULL] = ACTIONS(1692), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1692), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1692), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1692), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1692), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1692), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_NORETURN] = ACTIONS(1692), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1692), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1692), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1692), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1692), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1692), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1692), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1692), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1692), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1692), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1692), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1692), - [anon_sym_MOZ_RAII] = ACTIONS(1692), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1692), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1692), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1692), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1692), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1692), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1692), - [sym_raw_string_literal] = ACTIONS(1694), + [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(1688), - [aux_sym_preproc_include_token1] = ACTIONS(1688), - [aux_sym_preproc_def_token1] = ACTIONS(1688), - [aux_sym_preproc_if_token1] = ACTIONS(1688), - [aux_sym_preproc_if_token2] = ACTIONS(1688), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1688), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1688), - [sym_preproc_directive] = ACTIONS(1688), - [anon_sym_LPAREN2] = ACTIONS(1690), - [anon_sym_BANG] = ACTIONS(1690), - [anon_sym_TILDE] = ACTIONS(1690), - [anon_sym_DASH] = ACTIONS(1688), - [anon_sym_PLUS] = ACTIONS(1688), - [anon_sym_STAR] = ACTIONS(1690), - [anon_sym_AMP_AMP] = ACTIONS(1690), - [anon_sym_AMP] = ACTIONS(1688), - [anon_sym_SEMI] = ACTIONS(1690), - [anon_sym_typedef] = ACTIONS(1688), - [anon_sym_extern] = ACTIONS(1688), - [anon_sym___attribute__] = ACTIONS(1688), - [anon_sym_COLON_COLON] = ACTIONS(1690), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1690), - [anon_sym___declspec] = ACTIONS(1688), - [anon_sym___based] = ACTIONS(1688), - [anon_sym___cdecl] = ACTIONS(1688), - [anon_sym___clrcall] = ACTIONS(1688), - [anon_sym___stdcall] = ACTIONS(1688), - [anon_sym___fastcall] = ACTIONS(1688), - [anon_sym___thiscall] = ACTIONS(1688), - [anon_sym___vectorcall] = ACTIONS(1688), - [anon_sym_LBRACE] = ACTIONS(1690), - [anon_sym_LBRACK] = ACTIONS(1688), - [anon_sym_static] = ACTIONS(1688), - [anon_sym_register] = ACTIONS(1688), - [anon_sym_inline] = ACTIONS(1688), - [anon_sym_thread_local] = ACTIONS(1688), - [anon_sym_const] = ACTIONS(1688), - [anon_sym_volatile] = ACTIONS(1688), - [anon_sym_restrict] = ACTIONS(1688), - [anon_sym__Atomic] = ACTIONS(1688), - [anon_sym_mutable] = ACTIONS(1688), - [anon_sym_constexpr] = ACTIONS(1688), - [anon_sym_signed] = ACTIONS(1688), - [anon_sym_unsigned] = ACTIONS(1688), - [anon_sym_long] = ACTIONS(1688), - [anon_sym_short] = ACTIONS(1688), - [sym_primitive_type] = ACTIONS(1688), - [anon_sym_enum] = ACTIONS(1688), - [anon_sym_class] = ACTIONS(1688), - [anon_sym_struct] = ACTIONS(1688), - [anon_sym_union] = ACTIONS(1688), - [anon_sym_if] = ACTIONS(1688), - [anon_sym_else] = ACTIONS(1688), - [anon_sym_switch] = ACTIONS(1688), - [anon_sym_case] = ACTIONS(1688), - [anon_sym_default] = ACTIONS(1688), - [anon_sym_while] = ACTIONS(1688), - [anon_sym_do] = ACTIONS(1688), - [anon_sym_for] = ACTIONS(1688), - [anon_sym_return] = ACTIONS(1688), - [anon_sym_break] = ACTIONS(1688), - [anon_sym_continue] = ACTIONS(1688), - [anon_sym_goto] = ACTIONS(1688), - [anon_sym_DASH_DASH] = ACTIONS(1690), - [anon_sym_PLUS_PLUS] = ACTIONS(1690), - [anon_sym_sizeof] = ACTIONS(1688), - [sym_number_literal] = ACTIONS(1690), - [anon_sym_L_SQUOTE] = ACTIONS(1690), - [anon_sym_u_SQUOTE] = ACTIONS(1690), - [anon_sym_U_SQUOTE] = ACTIONS(1690), - [anon_sym_u8_SQUOTE] = ACTIONS(1690), - [anon_sym_SQUOTE] = ACTIONS(1690), - [anon_sym_L_DQUOTE] = ACTIONS(1690), - [anon_sym_u_DQUOTE] = ACTIONS(1690), - [anon_sym_U_DQUOTE] = ACTIONS(1690), - [anon_sym_u8_DQUOTE] = ACTIONS(1690), - [anon_sym_DQUOTE] = ACTIONS(1690), - [sym_true] = ACTIONS(1688), - [sym_false] = ACTIONS(1688), - [sym_null] = ACTIONS(1688), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1688), - [anon_sym_virtual] = ACTIONS(1688), - [anon_sym_explicit] = ACTIONS(1688), - [sym_auto] = ACTIONS(1688), - [anon_sym_typename] = ACTIONS(1688), - [anon_sym_template] = ACTIONS(1688), - [anon_sym_operator] = ACTIONS(1688), - [anon_sym_delete] = ACTIONS(1688), - [anon_sym_throw] = ACTIONS(1688), - [anon_sym_namespace] = ACTIONS(1688), - [anon_sym_using] = ACTIONS(1688), - [anon_sym_static_assert] = ACTIONS(1688), - [anon_sym_co_return] = ACTIONS(1688), - [anon_sym_co_yield] = ACTIONS(1688), - [anon_sym_try] = ACTIONS(1688), - [anon_sym_co_await] = ACTIONS(1688), - [anon_sym_new] = ACTIONS(1688), - [sym_operator_name] = ACTIONS(1688), - [sym_this] = ACTIONS(1688), - [sym_nullptr] = ACTIONS(1688), - [sym_alone_macro] = ACTIONS(1690), - [aux_sym_alone_macro_call_token1] = ACTIONS(1688), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1688), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_FORWARD] = ACTIONS(1688), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1688), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1688), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1688), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1688), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_PS_GET] = ACTIONS(1688), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1688), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1688), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1688), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1688), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1688), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1688), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1688), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1688), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1688), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1688), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1688), - [anon_sym_MOZ_COLD] = ACTIONS(1688), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1688), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1688), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1688), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1688), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1688), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1688), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1688), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1688), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1688), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1688), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1688), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1688), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1688), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1688), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1688), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1688), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1688), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1688), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1688), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1688), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_NONNULL] = ACTIONS(1688), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1688), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1688), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1688), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1688), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1688), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_NORETURN] = ACTIONS(1688), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1688), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1688), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1688), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1688), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1688), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1688), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1688), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1688), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1688), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1688), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1688), - [anon_sym_MOZ_RAII] = ACTIONS(1688), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1688), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1688), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1688), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1688), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1688), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1688), - [sym_raw_string_literal] = ACTIONS(1690), + [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(1684), - [aux_sym_preproc_include_token1] = ACTIONS(1684), - [aux_sym_preproc_def_token1] = ACTIONS(1684), - [aux_sym_preproc_if_token1] = ACTIONS(1684), - [aux_sym_preproc_if_token2] = ACTIONS(1684), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1684), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1684), - [sym_preproc_directive] = ACTIONS(1684), - [anon_sym_LPAREN2] = ACTIONS(1686), - [anon_sym_BANG] = ACTIONS(1686), - [anon_sym_TILDE] = ACTIONS(1686), - [anon_sym_DASH] = ACTIONS(1684), - [anon_sym_PLUS] = ACTIONS(1684), - [anon_sym_STAR] = ACTIONS(1686), - [anon_sym_AMP_AMP] = ACTIONS(1686), - [anon_sym_AMP] = ACTIONS(1684), - [anon_sym_SEMI] = ACTIONS(1686), - [anon_sym_typedef] = ACTIONS(1684), - [anon_sym_extern] = ACTIONS(1684), - [anon_sym___attribute__] = ACTIONS(1684), - [anon_sym_COLON_COLON] = ACTIONS(1686), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1686), - [anon_sym___declspec] = ACTIONS(1684), - [anon_sym___based] = ACTIONS(1684), - [anon_sym___cdecl] = ACTIONS(1684), - [anon_sym___clrcall] = ACTIONS(1684), - [anon_sym___stdcall] = ACTIONS(1684), - [anon_sym___fastcall] = ACTIONS(1684), - [anon_sym___thiscall] = ACTIONS(1684), - [anon_sym___vectorcall] = ACTIONS(1684), - [anon_sym_LBRACE] = ACTIONS(1686), - [anon_sym_LBRACK] = ACTIONS(1684), - [anon_sym_static] = ACTIONS(1684), - [anon_sym_register] = ACTIONS(1684), - [anon_sym_inline] = ACTIONS(1684), - [anon_sym_thread_local] = ACTIONS(1684), - [anon_sym_const] = ACTIONS(1684), - [anon_sym_volatile] = ACTIONS(1684), - [anon_sym_restrict] = ACTIONS(1684), - [anon_sym__Atomic] = ACTIONS(1684), - [anon_sym_mutable] = ACTIONS(1684), - [anon_sym_constexpr] = ACTIONS(1684), - [anon_sym_signed] = ACTIONS(1684), - [anon_sym_unsigned] = ACTIONS(1684), - [anon_sym_long] = ACTIONS(1684), - [anon_sym_short] = ACTIONS(1684), - [sym_primitive_type] = ACTIONS(1684), - [anon_sym_enum] = ACTIONS(1684), - [anon_sym_class] = ACTIONS(1684), - [anon_sym_struct] = ACTIONS(1684), - [anon_sym_union] = ACTIONS(1684), - [anon_sym_if] = ACTIONS(1684), - [anon_sym_else] = ACTIONS(1684), - [anon_sym_switch] = ACTIONS(1684), - [anon_sym_case] = ACTIONS(1684), - [anon_sym_default] = ACTIONS(1684), - [anon_sym_while] = ACTIONS(1684), - [anon_sym_do] = ACTIONS(1684), - [anon_sym_for] = ACTIONS(1684), - [anon_sym_return] = ACTIONS(1684), - [anon_sym_break] = ACTIONS(1684), - [anon_sym_continue] = ACTIONS(1684), - [anon_sym_goto] = ACTIONS(1684), - [anon_sym_DASH_DASH] = ACTIONS(1686), - [anon_sym_PLUS_PLUS] = ACTIONS(1686), - [anon_sym_sizeof] = ACTIONS(1684), - [sym_number_literal] = ACTIONS(1686), - [anon_sym_L_SQUOTE] = ACTIONS(1686), - [anon_sym_u_SQUOTE] = ACTIONS(1686), - [anon_sym_U_SQUOTE] = ACTIONS(1686), - [anon_sym_u8_SQUOTE] = ACTIONS(1686), - [anon_sym_SQUOTE] = ACTIONS(1686), - [anon_sym_L_DQUOTE] = ACTIONS(1686), - [anon_sym_u_DQUOTE] = ACTIONS(1686), - [anon_sym_U_DQUOTE] = ACTIONS(1686), - [anon_sym_u8_DQUOTE] = ACTIONS(1686), - [anon_sym_DQUOTE] = ACTIONS(1686), - [sym_true] = ACTIONS(1684), - [sym_false] = ACTIONS(1684), - [sym_null] = ACTIONS(1684), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1684), - [anon_sym_virtual] = ACTIONS(1684), - [anon_sym_explicit] = ACTIONS(1684), - [sym_auto] = ACTIONS(1684), - [anon_sym_typename] = ACTIONS(1684), - [anon_sym_template] = ACTIONS(1684), - [anon_sym_operator] = ACTIONS(1684), - [anon_sym_delete] = ACTIONS(1684), - [anon_sym_throw] = ACTIONS(1684), - [anon_sym_namespace] = ACTIONS(1684), - [anon_sym_using] = ACTIONS(1684), - [anon_sym_static_assert] = ACTIONS(1684), - [anon_sym_co_return] = ACTIONS(1684), - [anon_sym_co_yield] = ACTIONS(1684), - [anon_sym_try] = ACTIONS(1684), - [anon_sym_co_await] = ACTIONS(1684), - [anon_sym_new] = ACTIONS(1684), - [sym_operator_name] = ACTIONS(1684), - [sym_this] = ACTIONS(1684), - [sym_nullptr] = ACTIONS(1684), - [sym_alone_macro] = ACTIONS(1686), - [aux_sym_alone_macro_call_token1] = ACTIONS(1684), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1684), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_FORWARD] = ACTIONS(1684), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1684), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1684), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1684), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1684), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_PS_GET] = ACTIONS(1684), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1684), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1684), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1684), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1684), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1684), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1684), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1684), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1684), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1684), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1684), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1684), - [anon_sym_MOZ_COLD] = ACTIONS(1684), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1684), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1684), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1684), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1684), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1684), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1684), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1684), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1684), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1684), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1684), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1684), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1684), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1684), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1684), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1684), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1684), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1684), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1684), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1684), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1684), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_NONNULL] = ACTIONS(1684), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1684), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1684), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1684), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1684), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1684), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_NORETURN] = ACTIONS(1684), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1684), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1684), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1684), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1684), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1684), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1684), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1684), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1684), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1684), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1684), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1684), - [anon_sym_MOZ_RAII] = ACTIONS(1684), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1684), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1684), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1684), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1684), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1684), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1684), - [sym_raw_string_literal] = ACTIONS(1686), + [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] = { - [sym_identifier] = ACTIONS(1680), - [aux_sym_preproc_include_token1] = ACTIONS(1680), - [aux_sym_preproc_def_token1] = ACTIONS(1680), - [aux_sym_preproc_if_token1] = ACTIONS(1680), - [aux_sym_preproc_if_token2] = ACTIONS(1680), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1680), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1680), - [sym_preproc_directive] = ACTIONS(1680), - [anon_sym_LPAREN2] = ACTIONS(1682), - [anon_sym_BANG] = ACTIONS(1682), - [anon_sym_TILDE] = ACTIONS(1682), - [anon_sym_DASH] = ACTIONS(1680), - [anon_sym_PLUS] = ACTIONS(1680), - [anon_sym_STAR] = ACTIONS(1682), - [anon_sym_AMP_AMP] = ACTIONS(1682), - [anon_sym_AMP] = ACTIONS(1680), - [anon_sym_SEMI] = ACTIONS(1682), - [anon_sym_typedef] = ACTIONS(1680), - [anon_sym_extern] = ACTIONS(1680), - [anon_sym___attribute__] = ACTIONS(1680), - [anon_sym_COLON_COLON] = ACTIONS(1682), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1682), - [anon_sym___declspec] = ACTIONS(1680), - [anon_sym___based] = ACTIONS(1680), - [anon_sym___cdecl] = ACTIONS(1680), - [anon_sym___clrcall] = ACTIONS(1680), - [anon_sym___stdcall] = ACTIONS(1680), - [anon_sym___fastcall] = ACTIONS(1680), - [anon_sym___thiscall] = ACTIONS(1680), - [anon_sym___vectorcall] = ACTIONS(1680), - [anon_sym_LBRACE] = ACTIONS(1682), - [anon_sym_LBRACK] = ACTIONS(1680), - [anon_sym_static] = ACTIONS(1680), - [anon_sym_register] = ACTIONS(1680), - [anon_sym_inline] = ACTIONS(1680), - [anon_sym_thread_local] = ACTIONS(1680), - [anon_sym_const] = ACTIONS(1680), - [anon_sym_volatile] = ACTIONS(1680), - [anon_sym_restrict] = ACTIONS(1680), - [anon_sym__Atomic] = ACTIONS(1680), - [anon_sym_mutable] = ACTIONS(1680), - [anon_sym_constexpr] = ACTIONS(1680), - [anon_sym_signed] = ACTIONS(1680), - [anon_sym_unsigned] = ACTIONS(1680), - [anon_sym_long] = ACTIONS(1680), - [anon_sym_short] = ACTIONS(1680), - [sym_primitive_type] = ACTIONS(1680), - [anon_sym_enum] = ACTIONS(1680), - [anon_sym_class] = ACTIONS(1680), - [anon_sym_struct] = ACTIONS(1680), - [anon_sym_union] = ACTIONS(1680), - [anon_sym_if] = ACTIONS(1680), - [anon_sym_else] = ACTIONS(1680), - [anon_sym_switch] = ACTIONS(1680), - [anon_sym_case] = ACTIONS(1680), - [anon_sym_default] = ACTIONS(1680), - [anon_sym_while] = ACTIONS(1680), - [anon_sym_do] = ACTIONS(1680), - [anon_sym_for] = ACTIONS(1680), - [anon_sym_return] = ACTIONS(1680), - [anon_sym_break] = ACTIONS(1680), - [anon_sym_continue] = ACTIONS(1680), - [anon_sym_goto] = ACTIONS(1680), - [anon_sym_DASH_DASH] = ACTIONS(1682), - [anon_sym_PLUS_PLUS] = ACTIONS(1682), - [anon_sym_sizeof] = ACTIONS(1680), - [sym_number_literal] = ACTIONS(1682), - [anon_sym_L_SQUOTE] = ACTIONS(1682), - [anon_sym_u_SQUOTE] = ACTIONS(1682), - [anon_sym_U_SQUOTE] = ACTIONS(1682), - [anon_sym_u8_SQUOTE] = ACTIONS(1682), - [anon_sym_SQUOTE] = ACTIONS(1682), - [anon_sym_L_DQUOTE] = ACTIONS(1682), - [anon_sym_u_DQUOTE] = ACTIONS(1682), - [anon_sym_U_DQUOTE] = ACTIONS(1682), - [anon_sym_u8_DQUOTE] = ACTIONS(1682), - [anon_sym_DQUOTE] = ACTIONS(1682), - [sym_true] = ACTIONS(1680), - [sym_false] = ACTIONS(1680), - [sym_null] = ACTIONS(1680), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1680), - [anon_sym_virtual] = ACTIONS(1680), - [anon_sym_explicit] = ACTIONS(1680), - [sym_auto] = ACTIONS(1680), - [anon_sym_typename] = ACTIONS(1680), - [anon_sym_template] = ACTIONS(1680), - [anon_sym_operator] = ACTIONS(1680), - [anon_sym_delete] = ACTIONS(1680), - [anon_sym_throw] = ACTIONS(1680), - [anon_sym_namespace] = ACTIONS(1680), - [anon_sym_using] = ACTIONS(1680), - [anon_sym_static_assert] = ACTIONS(1680), - [anon_sym_co_return] = ACTIONS(1680), - [anon_sym_co_yield] = ACTIONS(1680), - [anon_sym_try] = ACTIONS(1680), - [anon_sym_co_await] = ACTIONS(1680), - [anon_sym_new] = ACTIONS(1680), - [sym_operator_name] = ACTIONS(1680), - [sym_this] = ACTIONS(1680), - [sym_nullptr] = ACTIONS(1680), - [sym_alone_macro] = ACTIONS(1682), - [aux_sym_alone_macro_call_token1] = ACTIONS(1680), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1680), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_FORWARD] = ACTIONS(1680), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1680), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1680), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1680), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1680), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_PS_GET] = ACTIONS(1680), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1680), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1680), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1680), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1680), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1680), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1680), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1680), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1680), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1680), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1680), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1680), - [anon_sym_MOZ_COLD] = ACTIONS(1680), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1680), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1680), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1680), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1680), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1680), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1680), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1680), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1680), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1680), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1680), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1680), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1680), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1680), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1680), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1680), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1680), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1680), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1680), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1680), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1680), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_NONNULL] = ACTIONS(1680), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1680), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1680), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1680), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1680), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1680), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_NORETURN] = ACTIONS(1680), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1680), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1680), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1680), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1680), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1680), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1680), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1680), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1680), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1680), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1680), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1680), - [anon_sym_MOZ_RAII] = ACTIONS(1680), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1680), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1680), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1680), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1680), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1680), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1680), - [sym_raw_string_literal] = ACTIONS(1682), + [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(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), }, [354] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(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), }, [355] = { - [sym_identifier] = ACTIONS(1676), - [aux_sym_preproc_include_token1] = ACTIONS(1676), - [aux_sym_preproc_def_token1] = ACTIONS(1676), - [aux_sym_preproc_if_token1] = ACTIONS(1676), - [aux_sym_preproc_if_token2] = ACTIONS(1676), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1676), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1676), - [sym_preproc_directive] = ACTIONS(1676), - [anon_sym_LPAREN2] = ACTIONS(1678), - [anon_sym_BANG] = ACTIONS(1678), - [anon_sym_TILDE] = ACTIONS(1678), - [anon_sym_DASH] = ACTIONS(1676), - [anon_sym_PLUS] = ACTIONS(1676), - [anon_sym_STAR] = ACTIONS(1678), - [anon_sym_AMP_AMP] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(1676), - [anon_sym_SEMI] = ACTIONS(1678), - [anon_sym_typedef] = ACTIONS(1676), - [anon_sym_extern] = ACTIONS(1676), - [anon_sym___attribute__] = ACTIONS(1676), - [anon_sym_COLON_COLON] = ACTIONS(1678), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1678), - [anon_sym___declspec] = ACTIONS(1676), - [anon_sym___based] = ACTIONS(1676), - [anon_sym___cdecl] = ACTIONS(1676), - [anon_sym___clrcall] = ACTIONS(1676), - [anon_sym___stdcall] = ACTIONS(1676), - [anon_sym___fastcall] = ACTIONS(1676), - [anon_sym___thiscall] = ACTIONS(1676), - [anon_sym___vectorcall] = ACTIONS(1676), - [anon_sym_LBRACE] = ACTIONS(1678), - [anon_sym_LBRACK] = ACTIONS(1676), - [anon_sym_static] = ACTIONS(1676), - [anon_sym_register] = ACTIONS(1676), - [anon_sym_inline] = ACTIONS(1676), - [anon_sym_thread_local] = ACTIONS(1676), - [anon_sym_const] = ACTIONS(1676), - [anon_sym_volatile] = ACTIONS(1676), - [anon_sym_restrict] = ACTIONS(1676), - [anon_sym__Atomic] = ACTIONS(1676), - [anon_sym_mutable] = ACTIONS(1676), - [anon_sym_constexpr] = ACTIONS(1676), - [anon_sym_signed] = ACTIONS(1676), - [anon_sym_unsigned] = ACTIONS(1676), - [anon_sym_long] = ACTIONS(1676), - [anon_sym_short] = ACTIONS(1676), - [sym_primitive_type] = ACTIONS(1676), - [anon_sym_enum] = ACTIONS(1676), - [anon_sym_class] = ACTIONS(1676), - [anon_sym_struct] = ACTIONS(1676), - [anon_sym_union] = ACTIONS(1676), - [anon_sym_if] = ACTIONS(1676), - [anon_sym_else] = ACTIONS(1676), - [anon_sym_switch] = ACTIONS(1676), - [anon_sym_case] = ACTIONS(1676), - [anon_sym_default] = ACTIONS(1676), - [anon_sym_while] = ACTIONS(1676), - [anon_sym_do] = ACTIONS(1676), - [anon_sym_for] = ACTIONS(1676), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_break] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1676), - [anon_sym_DASH_DASH] = ACTIONS(1678), - [anon_sym_PLUS_PLUS] = ACTIONS(1678), - [anon_sym_sizeof] = ACTIONS(1676), - [sym_number_literal] = ACTIONS(1678), - [anon_sym_L_SQUOTE] = ACTIONS(1678), - [anon_sym_u_SQUOTE] = ACTIONS(1678), - [anon_sym_U_SQUOTE] = ACTIONS(1678), - [anon_sym_u8_SQUOTE] = ACTIONS(1678), - [anon_sym_SQUOTE] = ACTIONS(1678), - [anon_sym_L_DQUOTE] = ACTIONS(1678), - [anon_sym_u_DQUOTE] = ACTIONS(1678), - [anon_sym_U_DQUOTE] = ACTIONS(1678), - [anon_sym_u8_DQUOTE] = ACTIONS(1678), - [anon_sym_DQUOTE] = ACTIONS(1678), - [sym_true] = ACTIONS(1676), - [sym_false] = ACTIONS(1676), - [sym_null] = ACTIONS(1676), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1676), - [anon_sym_virtual] = ACTIONS(1676), - [anon_sym_explicit] = ACTIONS(1676), - [sym_auto] = ACTIONS(1676), - [anon_sym_typename] = ACTIONS(1676), - [anon_sym_template] = ACTIONS(1676), - [anon_sym_operator] = ACTIONS(1676), - [anon_sym_delete] = ACTIONS(1676), - [anon_sym_throw] = ACTIONS(1676), - [anon_sym_namespace] = ACTIONS(1676), - [anon_sym_using] = ACTIONS(1676), - [anon_sym_static_assert] = ACTIONS(1676), - [anon_sym_co_return] = ACTIONS(1676), - [anon_sym_co_yield] = ACTIONS(1676), - [anon_sym_try] = ACTIONS(1676), - [anon_sym_co_await] = ACTIONS(1676), - [anon_sym_new] = ACTIONS(1676), - [sym_operator_name] = ACTIONS(1676), - [sym_this] = ACTIONS(1676), - [sym_nullptr] = ACTIONS(1676), - [sym_alone_macro] = ACTIONS(1678), - [aux_sym_alone_macro_call_token1] = ACTIONS(1676), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1676), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_FORWARD] = ACTIONS(1676), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1676), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1676), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1676), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1676), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_PS_GET] = ACTIONS(1676), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1676), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1676), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1676), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1676), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1676), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1676), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1676), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1676), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1676), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1676), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1676), - [anon_sym_MOZ_COLD] = ACTIONS(1676), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1676), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1676), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1676), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1676), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1676), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1676), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1676), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1676), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1676), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1676), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1676), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1676), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1676), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1676), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1676), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1676), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1676), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1676), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1676), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1676), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_NONNULL] = ACTIONS(1676), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1676), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1676), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1676), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1676), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1676), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_NORETURN] = ACTIONS(1676), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1676), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1676), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1676), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1676), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1676), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1676), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1676), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1676), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1676), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1676), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1676), - [anon_sym_MOZ_RAII] = ACTIONS(1676), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1676), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1676), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1676), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1676), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1676), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1676), - [sym_raw_string_literal] = ACTIONS(1678), + [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), + [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), }, [356] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [357] = { - [sym_identifier] = ACTIONS(1672), - [aux_sym_preproc_include_token1] = ACTIONS(1672), - [aux_sym_preproc_def_token1] = ACTIONS(1672), - [aux_sym_preproc_if_token1] = ACTIONS(1672), - [aux_sym_preproc_if_token2] = ACTIONS(1672), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1672), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1672), - [sym_preproc_directive] = ACTIONS(1672), - [anon_sym_LPAREN2] = ACTIONS(1674), - [anon_sym_BANG] = ACTIONS(1674), - [anon_sym_TILDE] = ACTIONS(1674), - [anon_sym_DASH] = ACTIONS(1672), - [anon_sym_PLUS] = ACTIONS(1672), - [anon_sym_STAR] = ACTIONS(1674), - [anon_sym_AMP_AMP] = ACTIONS(1674), - [anon_sym_AMP] = ACTIONS(1672), - [anon_sym_SEMI] = ACTIONS(1674), - [anon_sym_typedef] = ACTIONS(1672), - [anon_sym_extern] = ACTIONS(1672), - [anon_sym___attribute__] = ACTIONS(1672), - [anon_sym_COLON_COLON] = ACTIONS(1674), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1674), - [anon_sym___declspec] = ACTIONS(1672), - [anon_sym___based] = ACTIONS(1672), - [anon_sym___cdecl] = ACTIONS(1672), - [anon_sym___clrcall] = ACTIONS(1672), - [anon_sym___stdcall] = ACTIONS(1672), - [anon_sym___fastcall] = ACTIONS(1672), - [anon_sym___thiscall] = ACTIONS(1672), - [anon_sym___vectorcall] = ACTIONS(1672), - [anon_sym_LBRACE] = ACTIONS(1674), - [anon_sym_LBRACK] = ACTIONS(1672), - [anon_sym_static] = ACTIONS(1672), - [anon_sym_register] = ACTIONS(1672), - [anon_sym_inline] = ACTIONS(1672), - [anon_sym_thread_local] = ACTIONS(1672), - [anon_sym_const] = ACTIONS(1672), - [anon_sym_volatile] = ACTIONS(1672), - [anon_sym_restrict] = ACTIONS(1672), - [anon_sym__Atomic] = ACTIONS(1672), - [anon_sym_mutable] = ACTIONS(1672), - [anon_sym_constexpr] = ACTIONS(1672), - [anon_sym_signed] = ACTIONS(1672), - [anon_sym_unsigned] = ACTIONS(1672), - [anon_sym_long] = ACTIONS(1672), - [anon_sym_short] = ACTIONS(1672), - [sym_primitive_type] = ACTIONS(1672), - [anon_sym_enum] = ACTIONS(1672), - [anon_sym_class] = ACTIONS(1672), - [anon_sym_struct] = ACTIONS(1672), - [anon_sym_union] = ACTIONS(1672), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_else] = ACTIONS(1672), - [anon_sym_switch] = ACTIONS(1672), - [anon_sym_case] = ACTIONS(1672), - [anon_sym_default] = ACTIONS(1672), - [anon_sym_while] = ACTIONS(1672), - [anon_sym_do] = ACTIONS(1672), - [anon_sym_for] = ACTIONS(1672), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1672), - [anon_sym_continue] = ACTIONS(1672), - [anon_sym_goto] = ACTIONS(1672), - [anon_sym_DASH_DASH] = ACTIONS(1674), - [anon_sym_PLUS_PLUS] = ACTIONS(1674), - [anon_sym_sizeof] = ACTIONS(1672), - [sym_number_literal] = ACTIONS(1674), - [anon_sym_L_SQUOTE] = ACTIONS(1674), - [anon_sym_u_SQUOTE] = ACTIONS(1674), - [anon_sym_U_SQUOTE] = ACTIONS(1674), - [anon_sym_u8_SQUOTE] = ACTIONS(1674), - [anon_sym_SQUOTE] = ACTIONS(1674), - [anon_sym_L_DQUOTE] = ACTIONS(1674), - [anon_sym_u_DQUOTE] = ACTIONS(1674), - [anon_sym_U_DQUOTE] = ACTIONS(1674), - [anon_sym_u8_DQUOTE] = ACTIONS(1674), - [anon_sym_DQUOTE] = ACTIONS(1674), - [sym_true] = ACTIONS(1672), - [sym_false] = ACTIONS(1672), - [sym_null] = ACTIONS(1672), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1672), - [anon_sym_virtual] = ACTIONS(1672), - [anon_sym_explicit] = ACTIONS(1672), - [sym_auto] = ACTIONS(1672), - [anon_sym_typename] = ACTIONS(1672), - [anon_sym_template] = ACTIONS(1672), - [anon_sym_operator] = ACTIONS(1672), - [anon_sym_delete] = ACTIONS(1672), - [anon_sym_throw] = ACTIONS(1672), - [anon_sym_namespace] = ACTIONS(1672), - [anon_sym_using] = ACTIONS(1672), - [anon_sym_static_assert] = ACTIONS(1672), - [anon_sym_co_return] = ACTIONS(1672), - [anon_sym_co_yield] = ACTIONS(1672), - [anon_sym_try] = ACTIONS(1672), - [anon_sym_co_await] = ACTIONS(1672), - [anon_sym_new] = ACTIONS(1672), - [sym_operator_name] = ACTIONS(1672), - [sym_this] = ACTIONS(1672), - [sym_nullptr] = ACTIONS(1672), - [sym_alone_macro] = ACTIONS(1674), - [aux_sym_alone_macro_call_token1] = ACTIONS(1672), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1672), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_FORWARD] = ACTIONS(1672), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1672), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1672), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1672), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1672), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_PS_GET] = ACTIONS(1672), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1672), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1672), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1672), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1672), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1672), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1672), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1672), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1672), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1672), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1672), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1672), - [anon_sym_MOZ_COLD] = ACTIONS(1672), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1672), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1672), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1672), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1672), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1672), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1672), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1672), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1672), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1672), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1672), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1672), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1672), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1672), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1672), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1672), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1672), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1672), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1672), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1672), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1672), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_NONNULL] = ACTIONS(1672), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1672), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1672), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1672), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1672), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1672), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_NORETURN] = ACTIONS(1672), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1672), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1672), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1672), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1672), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1672), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1672), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1672), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1672), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1672), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1672), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1672), - [anon_sym_MOZ_RAII] = ACTIONS(1672), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1672), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1672), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1672), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1672), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1672), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1672), - [sym_raw_string_literal] = ACTIONS(1674), + [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), }, [358] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [359] = { - [sym_identifier] = ACTIONS(1668), - [aux_sym_preproc_include_token1] = ACTIONS(1668), - [aux_sym_preproc_def_token1] = ACTIONS(1668), - [aux_sym_preproc_if_token1] = ACTIONS(1668), - [aux_sym_preproc_if_token2] = ACTIONS(1668), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1668), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1668), - [sym_preproc_directive] = ACTIONS(1668), - [anon_sym_LPAREN2] = ACTIONS(1670), - [anon_sym_BANG] = ACTIONS(1670), - [anon_sym_TILDE] = ACTIONS(1670), - [anon_sym_DASH] = ACTIONS(1668), - [anon_sym_PLUS] = ACTIONS(1668), - [anon_sym_STAR] = ACTIONS(1670), - [anon_sym_AMP_AMP] = ACTIONS(1670), - [anon_sym_AMP] = ACTIONS(1668), - [anon_sym_SEMI] = ACTIONS(1670), - [anon_sym_typedef] = ACTIONS(1668), - [anon_sym_extern] = ACTIONS(1668), - [anon_sym___attribute__] = ACTIONS(1668), - [anon_sym_COLON_COLON] = ACTIONS(1670), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1670), - [anon_sym___declspec] = ACTIONS(1668), - [anon_sym___based] = ACTIONS(1668), - [anon_sym___cdecl] = ACTIONS(1668), - [anon_sym___clrcall] = ACTIONS(1668), - [anon_sym___stdcall] = ACTIONS(1668), - [anon_sym___fastcall] = ACTIONS(1668), - [anon_sym___thiscall] = ACTIONS(1668), - [anon_sym___vectorcall] = ACTIONS(1668), - [anon_sym_LBRACE] = ACTIONS(1670), - [anon_sym_LBRACK] = ACTIONS(1668), - [anon_sym_static] = ACTIONS(1668), - [anon_sym_register] = ACTIONS(1668), - [anon_sym_inline] = ACTIONS(1668), - [anon_sym_thread_local] = ACTIONS(1668), - [anon_sym_const] = ACTIONS(1668), - [anon_sym_volatile] = ACTIONS(1668), - [anon_sym_restrict] = ACTIONS(1668), - [anon_sym__Atomic] = ACTIONS(1668), - [anon_sym_mutable] = ACTIONS(1668), - [anon_sym_constexpr] = ACTIONS(1668), - [anon_sym_signed] = ACTIONS(1668), - [anon_sym_unsigned] = ACTIONS(1668), - [anon_sym_long] = ACTIONS(1668), - [anon_sym_short] = ACTIONS(1668), - [sym_primitive_type] = ACTIONS(1668), - [anon_sym_enum] = ACTIONS(1668), - [anon_sym_class] = ACTIONS(1668), - [anon_sym_struct] = ACTIONS(1668), - [anon_sym_union] = ACTIONS(1668), - [anon_sym_if] = ACTIONS(1668), - [anon_sym_else] = ACTIONS(1668), - [anon_sym_switch] = ACTIONS(1668), - [anon_sym_case] = ACTIONS(1668), - [anon_sym_default] = ACTIONS(1668), - [anon_sym_while] = ACTIONS(1668), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1668), - [anon_sym_return] = ACTIONS(1668), - [anon_sym_break] = ACTIONS(1668), - [anon_sym_continue] = ACTIONS(1668), - [anon_sym_goto] = ACTIONS(1668), - [anon_sym_DASH_DASH] = ACTIONS(1670), - [anon_sym_PLUS_PLUS] = ACTIONS(1670), - [anon_sym_sizeof] = ACTIONS(1668), - [sym_number_literal] = ACTIONS(1670), - [anon_sym_L_SQUOTE] = ACTIONS(1670), - [anon_sym_u_SQUOTE] = ACTIONS(1670), - [anon_sym_U_SQUOTE] = ACTIONS(1670), - [anon_sym_u8_SQUOTE] = ACTIONS(1670), - [anon_sym_SQUOTE] = ACTIONS(1670), - [anon_sym_L_DQUOTE] = ACTIONS(1670), - [anon_sym_u_DQUOTE] = ACTIONS(1670), - [anon_sym_U_DQUOTE] = ACTIONS(1670), - [anon_sym_u8_DQUOTE] = ACTIONS(1670), - [anon_sym_DQUOTE] = ACTIONS(1670), - [sym_true] = ACTIONS(1668), - [sym_false] = ACTIONS(1668), - [sym_null] = ACTIONS(1668), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1668), - [anon_sym_virtual] = ACTIONS(1668), - [anon_sym_explicit] = ACTIONS(1668), - [sym_auto] = ACTIONS(1668), - [anon_sym_typename] = ACTIONS(1668), - [anon_sym_template] = ACTIONS(1668), - [anon_sym_operator] = ACTIONS(1668), - [anon_sym_delete] = ACTIONS(1668), - [anon_sym_throw] = ACTIONS(1668), - [anon_sym_namespace] = ACTIONS(1668), - [anon_sym_using] = ACTIONS(1668), - [anon_sym_static_assert] = ACTIONS(1668), - [anon_sym_co_return] = ACTIONS(1668), - [anon_sym_co_yield] = ACTIONS(1668), - [anon_sym_try] = ACTIONS(1668), - [anon_sym_co_await] = ACTIONS(1668), - [anon_sym_new] = ACTIONS(1668), - [sym_operator_name] = ACTIONS(1668), - [sym_this] = ACTIONS(1668), - [sym_nullptr] = ACTIONS(1668), - [sym_alone_macro] = ACTIONS(1670), - [aux_sym_alone_macro_call_token1] = ACTIONS(1668), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1668), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_FORWARD] = ACTIONS(1668), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1668), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1668), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1668), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1668), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_PS_GET] = ACTIONS(1668), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1668), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1668), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1668), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1668), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1668), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1668), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1668), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1668), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1668), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1668), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1668), - [anon_sym_MOZ_COLD] = ACTIONS(1668), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1668), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1668), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1668), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1668), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1668), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1668), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1668), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1668), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1668), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1668), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1668), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1668), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1668), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1668), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1668), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1668), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1668), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1668), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1668), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1668), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_NONNULL] = ACTIONS(1668), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1668), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1668), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1668), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1668), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1668), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_NORETURN] = ACTIONS(1668), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1668), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1668), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1668), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1668), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1668), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1668), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1668), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1668), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1668), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1668), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1668), - [anon_sym_MOZ_RAII] = ACTIONS(1668), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1668), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1668), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1668), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1668), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1668), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1668), - [sym_raw_string_literal] = ACTIONS(1670), + [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), }, [360] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [367] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [368] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(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), }, [369] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [370] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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] = { - [ts_builtin_sym_end] = ACTIONS(1592), - [sym_identifier] = ACTIONS(1590), - [aux_sym_preproc_include_token1] = ACTIONS(1590), - [aux_sym_preproc_def_token1] = ACTIONS(1590), - [aux_sym_preproc_if_token1] = ACTIONS(1590), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1590), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1590), - [sym_preproc_directive] = ACTIONS(1590), - [anon_sym_LPAREN2] = ACTIONS(1592), - [anon_sym_BANG] = ACTIONS(1592), - [anon_sym_TILDE] = ACTIONS(1592), - [anon_sym_DASH] = ACTIONS(1590), - [anon_sym_PLUS] = ACTIONS(1590), - [anon_sym_STAR] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_AMP] = ACTIONS(1590), - [anon_sym_SEMI] = ACTIONS(1592), - [anon_sym_typedef] = ACTIONS(1590), - [anon_sym_extern] = ACTIONS(1590), - [anon_sym___attribute__] = ACTIONS(1590), - [anon_sym_COLON_COLON] = ACTIONS(1592), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1592), - [anon_sym___declspec] = ACTIONS(1590), - [anon_sym___based] = ACTIONS(1590), - [anon_sym___cdecl] = ACTIONS(1590), - [anon_sym___clrcall] = ACTIONS(1590), - [anon_sym___stdcall] = ACTIONS(1590), - [anon_sym___fastcall] = ACTIONS(1590), - [anon_sym___thiscall] = ACTIONS(1590), - [anon_sym___vectorcall] = ACTIONS(1590), - [anon_sym_LBRACE] = ACTIONS(1592), - [anon_sym_LBRACK] = ACTIONS(1590), - [anon_sym_static] = ACTIONS(1590), - [anon_sym_register] = ACTIONS(1590), - [anon_sym_inline] = ACTIONS(1590), - [anon_sym_thread_local] = ACTIONS(1590), - [anon_sym_const] = ACTIONS(1590), - [anon_sym_volatile] = ACTIONS(1590), - [anon_sym_restrict] = ACTIONS(1590), - [anon_sym__Atomic] = ACTIONS(1590), - [anon_sym_mutable] = ACTIONS(1590), - [anon_sym_constexpr] = ACTIONS(1590), - [anon_sym_signed] = ACTIONS(1590), - [anon_sym_unsigned] = ACTIONS(1590), - [anon_sym_long] = ACTIONS(1590), - [anon_sym_short] = ACTIONS(1590), - [sym_primitive_type] = ACTIONS(1590), - [anon_sym_enum] = ACTIONS(1590), - [anon_sym_class] = ACTIONS(1590), - [anon_sym_struct] = ACTIONS(1590), - [anon_sym_union] = ACTIONS(1590), - [anon_sym_if] = ACTIONS(1590), - [anon_sym_else] = ACTIONS(1590), - [anon_sym_switch] = ACTIONS(1590), - [anon_sym_case] = ACTIONS(1590), - [anon_sym_default] = ACTIONS(1590), - [anon_sym_while] = ACTIONS(1590), - [anon_sym_do] = ACTIONS(1590), - [anon_sym_for] = ACTIONS(1590), - [anon_sym_return] = ACTIONS(1590), - [anon_sym_break] = ACTIONS(1590), - [anon_sym_continue] = ACTIONS(1590), - [anon_sym_goto] = ACTIONS(1590), - [anon_sym_DASH_DASH] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(1592), - [anon_sym_sizeof] = ACTIONS(1590), - [sym_number_literal] = ACTIONS(1592), - [anon_sym_L_SQUOTE] = ACTIONS(1592), - [anon_sym_u_SQUOTE] = ACTIONS(1592), - [anon_sym_U_SQUOTE] = ACTIONS(1592), - [anon_sym_u8_SQUOTE] = ACTIONS(1592), - [anon_sym_SQUOTE] = ACTIONS(1592), - [anon_sym_L_DQUOTE] = ACTIONS(1592), - [anon_sym_u_DQUOTE] = ACTIONS(1592), - [anon_sym_U_DQUOTE] = ACTIONS(1592), - [anon_sym_u8_DQUOTE] = ACTIONS(1592), - [anon_sym_DQUOTE] = ACTIONS(1592), - [sym_true] = ACTIONS(1590), - [sym_false] = ACTIONS(1590), - [sym_null] = ACTIONS(1590), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1590), - [anon_sym_virtual] = ACTIONS(1590), - [anon_sym_explicit] = ACTIONS(1590), - [sym_auto] = ACTIONS(1590), - [anon_sym_typename] = ACTIONS(1590), - [anon_sym_template] = ACTIONS(1590), - [anon_sym_operator] = ACTIONS(1590), - [anon_sym_delete] = ACTIONS(1590), - [anon_sym_throw] = ACTIONS(1590), - [anon_sym_namespace] = ACTIONS(1590), - [anon_sym_using] = ACTIONS(1590), - [anon_sym_static_assert] = ACTIONS(1590), - [anon_sym_co_return] = ACTIONS(1590), - [anon_sym_co_yield] = ACTIONS(1590), - [anon_sym_try] = ACTIONS(1590), - [anon_sym_co_await] = ACTIONS(1590), - [anon_sym_new] = ACTIONS(1590), - [sym_operator_name] = ACTIONS(1590), - [sym_this] = ACTIONS(1590), - [sym_nullptr] = ACTIONS(1590), - [sym_alone_macro] = ACTIONS(1592), - [aux_sym_alone_macro_call_token1] = ACTIONS(1590), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1590), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_FORWARD] = ACTIONS(1590), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1590), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1590), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1590), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1590), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_PS_GET] = ACTIONS(1590), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1590), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1590), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1590), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1590), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1590), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1590), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1590), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1590), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1590), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1590), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1590), - [anon_sym_MOZ_COLD] = ACTIONS(1590), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1590), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1590), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1590), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1590), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1590), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1590), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1590), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1590), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1590), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1590), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1590), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1590), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1590), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1590), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1590), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1590), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1590), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1590), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1590), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1590), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_NONNULL] = ACTIONS(1590), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1590), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1590), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1590), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1590), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1590), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_NORETURN] = ACTIONS(1590), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1590), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1590), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1590), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1590), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1590), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1590), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1590), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1590), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1590), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1590), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1590), - [anon_sym_MOZ_RAII] = ACTIONS(1590), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1590), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1590), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1590), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1590), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1590), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1590), - [sym_raw_string_literal] = ACTIONS(1592), + [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), }, [372] = { - [ts_builtin_sym_end] = ACTIONS(1588), - [sym_identifier] = ACTIONS(1586), - [aux_sym_preproc_include_token1] = ACTIONS(1586), - [aux_sym_preproc_def_token1] = ACTIONS(1586), - [aux_sym_preproc_if_token1] = ACTIONS(1586), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1586), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1586), - [sym_preproc_directive] = ACTIONS(1586), - [anon_sym_LPAREN2] = ACTIONS(1588), - [anon_sym_BANG] = ACTIONS(1588), - [anon_sym_TILDE] = ACTIONS(1588), - [anon_sym_DASH] = ACTIONS(1586), - [anon_sym_PLUS] = ACTIONS(1586), - [anon_sym_STAR] = ACTIONS(1588), - [anon_sym_AMP_AMP] = ACTIONS(1588), - [anon_sym_AMP] = ACTIONS(1586), - [anon_sym_SEMI] = ACTIONS(1588), - [anon_sym_typedef] = ACTIONS(1586), - [anon_sym_extern] = ACTIONS(1586), - [anon_sym___attribute__] = ACTIONS(1586), - [anon_sym_COLON_COLON] = ACTIONS(1588), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1588), - [anon_sym___declspec] = ACTIONS(1586), - [anon_sym___based] = ACTIONS(1586), - [anon_sym___cdecl] = ACTIONS(1586), - [anon_sym___clrcall] = ACTIONS(1586), - [anon_sym___stdcall] = ACTIONS(1586), - [anon_sym___fastcall] = ACTIONS(1586), - [anon_sym___thiscall] = ACTIONS(1586), - [anon_sym___vectorcall] = ACTIONS(1586), - [anon_sym_LBRACE] = ACTIONS(1588), - [anon_sym_LBRACK] = ACTIONS(1586), - [anon_sym_static] = ACTIONS(1586), - [anon_sym_register] = ACTIONS(1586), - [anon_sym_inline] = ACTIONS(1586), - [anon_sym_thread_local] = ACTIONS(1586), - [anon_sym_const] = ACTIONS(1586), - [anon_sym_volatile] = ACTIONS(1586), - [anon_sym_restrict] = ACTIONS(1586), - [anon_sym__Atomic] = ACTIONS(1586), - [anon_sym_mutable] = ACTIONS(1586), - [anon_sym_constexpr] = ACTIONS(1586), - [anon_sym_signed] = ACTIONS(1586), - [anon_sym_unsigned] = ACTIONS(1586), - [anon_sym_long] = ACTIONS(1586), - [anon_sym_short] = ACTIONS(1586), - [sym_primitive_type] = ACTIONS(1586), - [anon_sym_enum] = ACTIONS(1586), - [anon_sym_class] = ACTIONS(1586), - [anon_sym_struct] = ACTIONS(1586), - [anon_sym_union] = ACTIONS(1586), - [anon_sym_if] = ACTIONS(1586), - [anon_sym_else] = ACTIONS(1586), - [anon_sym_switch] = ACTIONS(1586), - [anon_sym_case] = ACTIONS(1586), - [anon_sym_default] = ACTIONS(1586), - [anon_sym_while] = ACTIONS(1586), - [anon_sym_do] = ACTIONS(1586), - [anon_sym_for] = ACTIONS(1586), - [anon_sym_return] = ACTIONS(1586), - [anon_sym_break] = ACTIONS(1586), - [anon_sym_continue] = ACTIONS(1586), - [anon_sym_goto] = ACTIONS(1586), - [anon_sym_DASH_DASH] = ACTIONS(1588), - [anon_sym_PLUS_PLUS] = ACTIONS(1588), - [anon_sym_sizeof] = ACTIONS(1586), - [sym_number_literal] = ACTIONS(1588), - [anon_sym_L_SQUOTE] = ACTIONS(1588), - [anon_sym_u_SQUOTE] = ACTIONS(1588), - [anon_sym_U_SQUOTE] = ACTIONS(1588), - [anon_sym_u8_SQUOTE] = ACTIONS(1588), - [anon_sym_SQUOTE] = ACTIONS(1588), - [anon_sym_L_DQUOTE] = ACTIONS(1588), - [anon_sym_u_DQUOTE] = ACTIONS(1588), - [anon_sym_U_DQUOTE] = ACTIONS(1588), - [anon_sym_u8_DQUOTE] = ACTIONS(1588), - [anon_sym_DQUOTE] = ACTIONS(1588), - [sym_true] = ACTIONS(1586), - [sym_false] = ACTIONS(1586), - [sym_null] = ACTIONS(1586), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1586), - [anon_sym_virtual] = ACTIONS(1586), - [anon_sym_explicit] = ACTIONS(1586), - [sym_auto] = ACTIONS(1586), - [anon_sym_typename] = ACTIONS(1586), - [anon_sym_template] = ACTIONS(1586), - [anon_sym_operator] = ACTIONS(1586), - [anon_sym_delete] = ACTIONS(1586), - [anon_sym_throw] = ACTIONS(1586), - [anon_sym_namespace] = ACTIONS(1586), - [anon_sym_using] = ACTIONS(1586), - [anon_sym_static_assert] = ACTIONS(1586), - [anon_sym_co_return] = ACTIONS(1586), - [anon_sym_co_yield] = ACTIONS(1586), - [anon_sym_try] = ACTIONS(1586), - [anon_sym_co_await] = ACTIONS(1586), - [anon_sym_new] = ACTIONS(1586), - [sym_operator_name] = ACTIONS(1586), - [sym_this] = ACTIONS(1586), - [sym_nullptr] = ACTIONS(1586), - [sym_alone_macro] = ACTIONS(1588), - [aux_sym_alone_macro_call_token1] = ACTIONS(1586), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1586), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_FORWARD] = ACTIONS(1586), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1586), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1586), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1586), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1586), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_PS_GET] = ACTIONS(1586), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1586), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1586), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1586), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1586), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1586), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1586), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1586), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1586), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1586), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1586), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1586), - [anon_sym_MOZ_COLD] = ACTIONS(1586), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1586), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1586), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1586), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1586), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1586), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1586), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1586), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1586), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1586), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1586), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1586), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1586), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1586), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1586), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1586), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1586), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1586), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1586), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1586), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1586), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_NONNULL] = ACTIONS(1586), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1586), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1586), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1586), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1586), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1586), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_NORETURN] = ACTIONS(1586), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1586), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1586), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1586), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1586), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1586), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1586), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1586), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1586), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1586), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1586), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1586), - [anon_sym_MOZ_RAII] = ACTIONS(1586), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1586), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1586), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1586), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1586), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1586), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1586), - [sym_raw_string_literal] = ACTIONS(1588), + [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] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [374] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [375] = { - [sym_identifier] = ACTIONS(1558), - [aux_sym_preproc_include_token1] = ACTIONS(1558), - [aux_sym_preproc_def_token1] = ACTIONS(1558), - [aux_sym_preproc_if_token1] = ACTIONS(1558), - [aux_sym_preproc_if_token2] = ACTIONS(1558), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1558), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1558), - [sym_preproc_directive] = ACTIONS(1558), - [anon_sym_LPAREN2] = ACTIONS(1560), - [anon_sym_BANG] = ACTIONS(1560), - [anon_sym_TILDE] = ACTIONS(1560), - [anon_sym_DASH] = ACTIONS(1558), - [anon_sym_PLUS] = ACTIONS(1558), - [anon_sym_STAR] = ACTIONS(1560), - [anon_sym_AMP_AMP] = ACTIONS(1560), - [anon_sym_AMP] = ACTIONS(1558), - [anon_sym_SEMI] = ACTIONS(1560), - [anon_sym_typedef] = ACTIONS(1558), - [anon_sym_extern] = ACTIONS(1558), - [anon_sym___attribute__] = ACTIONS(1558), - [anon_sym_COLON_COLON] = ACTIONS(1560), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1560), - [anon_sym___declspec] = ACTIONS(1558), - [anon_sym___based] = ACTIONS(1558), - [anon_sym___cdecl] = ACTIONS(1558), - [anon_sym___clrcall] = ACTIONS(1558), - [anon_sym___stdcall] = ACTIONS(1558), - [anon_sym___fastcall] = ACTIONS(1558), - [anon_sym___thiscall] = ACTIONS(1558), - [anon_sym___vectorcall] = ACTIONS(1558), - [anon_sym_LBRACE] = ACTIONS(1560), - [anon_sym_LBRACK] = ACTIONS(1558), - [anon_sym_static] = ACTIONS(1558), - [anon_sym_register] = ACTIONS(1558), - [anon_sym_inline] = ACTIONS(1558), - [anon_sym_thread_local] = ACTIONS(1558), - [anon_sym_const] = ACTIONS(1558), - [anon_sym_volatile] = ACTIONS(1558), - [anon_sym_restrict] = ACTIONS(1558), - [anon_sym__Atomic] = ACTIONS(1558), - [anon_sym_mutable] = ACTIONS(1558), - [anon_sym_constexpr] = ACTIONS(1558), - [anon_sym_signed] = ACTIONS(1558), - [anon_sym_unsigned] = ACTIONS(1558), - [anon_sym_long] = ACTIONS(1558), - [anon_sym_short] = ACTIONS(1558), - [sym_primitive_type] = ACTIONS(1558), - [anon_sym_enum] = ACTIONS(1558), - [anon_sym_class] = ACTIONS(1558), - [anon_sym_struct] = ACTIONS(1558), - [anon_sym_union] = ACTIONS(1558), - [anon_sym_if] = ACTIONS(1558), - [anon_sym_else] = ACTIONS(1558), - [anon_sym_switch] = ACTIONS(1558), - [anon_sym_case] = ACTIONS(1558), - [anon_sym_default] = ACTIONS(1558), - [anon_sym_while] = ACTIONS(1558), - [anon_sym_do] = ACTIONS(1558), - [anon_sym_for] = ACTIONS(1558), - [anon_sym_return] = ACTIONS(1558), - [anon_sym_break] = ACTIONS(1558), - [anon_sym_continue] = ACTIONS(1558), - [anon_sym_goto] = ACTIONS(1558), - [anon_sym_DASH_DASH] = ACTIONS(1560), - [anon_sym_PLUS_PLUS] = ACTIONS(1560), - [anon_sym_sizeof] = ACTIONS(1558), - [sym_number_literal] = ACTIONS(1560), - [anon_sym_L_SQUOTE] = ACTIONS(1560), - [anon_sym_u_SQUOTE] = ACTIONS(1560), - [anon_sym_U_SQUOTE] = ACTIONS(1560), - [anon_sym_u8_SQUOTE] = ACTIONS(1560), - [anon_sym_SQUOTE] = ACTIONS(1560), - [anon_sym_L_DQUOTE] = ACTIONS(1560), - [anon_sym_u_DQUOTE] = ACTIONS(1560), - [anon_sym_U_DQUOTE] = ACTIONS(1560), - [anon_sym_u8_DQUOTE] = ACTIONS(1560), - [anon_sym_DQUOTE] = ACTIONS(1560), - [sym_true] = ACTIONS(1558), - [sym_false] = ACTIONS(1558), - [sym_null] = ACTIONS(1558), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1558), - [anon_sym_virtual] = ACTIONS(1558), - [anon_sym_explicit] = ACTIONS(1558), - [sym_auto] = ACTIONS(1558), - [anon_sym_typename] = ACTIONS(1558), - [anon_sym_template] = ACTIONS(1558), - [anon_sym_operator] = ACTIONS(1558), - [anon_sym_delete] = ACTIONS(1558), - [anon_sym_throw] = ACTIONS(1558), - [anon_sym_namespace] = ACTIONS(1558), - [anon_sym_using] = ACTIONS(1558), - [anon_sym_static_assert] = ACTIONS(1558), - [anon_sym_co_return] = ACTIONS(1558), - [anon_sym_co_yield] = ACTIONS(1558), - [anon_sym_try] = ACTIONS(1558), - [anon_sym_co_await] = ACTIONS(1558), - [anon_sym_new] = ACTIONS(1558), - [sym_operator_name] = ACTIONS(1558), - [sym_this] = ACTIONS(1558), - [sym_nullptr] = ACTIONS(1558), - [sym_alone_macro] = ACTIONS(1560), - [aux_sym_alone_macro_call_token1] = ACTIONS(1558), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_FORWARD] = ACTIONS(1558), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1558), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_PS_GET] = ACTIONS(1558), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1558), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1558), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1558), - [anon_sym_MOZ_COLD] = ACTIONS(1558), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1558), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1558), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1558), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1558), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1558), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1558), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1558), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1558), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1558), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1558), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1558), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1558), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_RAII] = ACTIONS(1558), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1558), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1558), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1558), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1558), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1558), - [sym_raw_string_literal] = ACTIONS(1560), + [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] = { - [sym_identifier] = ACTIONS(1558), - [aux_sym_preproc_include_token1] = ACTIONS(1558), - [aux_sym_preproc_def_token1] = ACTIONS(1558), - [aux_sym_preproc_if_token1] = ACTIONS(1558), - [aux_sym_preproc_if_token2] = ACTIONS(1558), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1558), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1558), - [sym_preproc_directive] = ACTIONS(1558), - [anon_sym_LPAREN2] = ACTIONS(1560), - [anon_sym_BANG] = ACTIONS(1560), - [anon_sym_TILDE] = ACTIONS(1560), - [anon_sym_DASH] = ACTIONS(1558), - [anon_sym_PLUS] = ACTIONS(1558), - [anon_sym_STAR] = ACTIONS(1560), - [anon_sym_AMP_AMP] = ACTIONS(1560), - [anon_sym_AMP] = ACTIONS(1558), - [anon_sym_SEMI] = ACTIONS(1560), - [anon_sym_typedef] = ACTIONS(1558), - [anon_sym_extern] = ACTIONS(1558), - [anon_sym___attribute__] = ACTIONS(1558), - [anon_sym_COLON_COLON] = ACTIONS(1560), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1560), - [anon_sym___declspec] = ACTIONS(1558), - [anon_sym___based] = ACTIONS(1558), - [anon_sym___cdecl] = ACTIONS(1558), - [anon_sym___clrcall] = ACTIONS(1558), - [anon_sym___stdcall] = ACTIONS(1558), - [anon_sym___fastcall] = ACTIONS(1558), - [anon_sym___thiscall] = ACTIONS(1558), - [anon_sym___vectorcall] = ACTIONS(1558), - [anon_sym_LBRACE] = ACTIONS(1560), - [anon_sym_LBRACK] = ACTIONS(1558), - [anon_sym_static] = ACTIONS(1558), - [anon_sym_register] = ACTIONS(1558), - [anon_sym_inline] = ACTIONS(1558), - [anon_sym_thread_local] = ACTIONS(1558), - [anon_sym_const] = ACTIONS(1558), - [anon_sym_volatile] = ACTIONS(1558), - [anon_sym_restrict] = ACTIONS(1558), - [anon_sym__Atomic] = ACTIONS(1558), - [anon_sym_mutable] = ACTIONS(1558), - [anon_sym_constexpr] = ACTIONS(1558), - [anon_sym_signed] = ACTIONS(1558), - [anon_sym_unsigned] = ACTIONS(1558), - [anon_sym_long] = ACTIONS(1558), - [anon_sym_short] = ACTIONS(1558), - [sym_primitive_type] = ACTIONS(1558), - [anon_sym_enum] = ACTIONS(1558), - [anon_sym_class] = ACTIONS(1558), - [anon_sym_struct] = ACTIONS(1558), - [anon_sym_union] = ACTIONS(1558), - [anon_sym_if] = ACTIONS(1558), - [anon_sym_else] = ACTIONS(1558), - [anon_sym_switch] = ACTIONS(1558), - [anon_sym_case] = ACTIONS(1558), - [anon_sym_default] = ACTIONS(1558), - [anon_sym_while] = ACTIONS(1558), - [anon_sym_do] = ACTIONS(1558), - [anon_sym_for] = ACTIONS(1558), - [anon_sym_return] = ACTIONS(1558), - [anon_sym_break] = ACTIONS(1558), - [anon_sym_continue] = ACTIONS(1558), - [anon_sym_goto] = ACTIONS(1558), - [anon_sym_DASH_DASH] = ACTIONS(1560), - [anon_sym_PLUS_PLUS] = ACTIONS(1560), - [anon_sym_sizeof] = ACTIONS(1558), - [sym_number_literal] = ACTIONS(1560), - [anon_sym_L_SQUOTE] = ACTIONS(1560), - [anon_sym_u_SQUOTE] = ACTIONS(1560), - [anon_sym_U_SQUOTE] = ACTIONS(1560), - [anon_sym_u8_SQUOTE] = ACTIONS(1560), - [anon_sym_SQUOTE] = ACTIONS(1560), - [anon_sym_L_DQUOTE] = ACTIONS(1560), - [anon_sym_u_DQUOTE] = ACTIONS(1560), - [anon_sym_U_DQUOTE] = ACTIONS(1560), - [anon_sym_u8_DQUOTE] = ACTIONS(1560), - [anon_sym_DQUOTE] = ACTIONS(1560), - [sym_true] = ACTIONS(1558), - [sym_false] = ACTIONS(1558), - [sym_null] = ACTIONS(1558), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1558), - [anon_sym_virtual] = ACTIONS(1558), - [anon_sym_explicit] = ACTIONS(1558), - [sym_auto] = ACTIONS(1558), - [anon_sym_typename] = ACTIONS(1558), - [anon_sym_template] = ACTIONS(1558), - [anon_sym_operator] = ACTIONS(1558), - [anon_sym_delete] = ACTIONS(1558), - [anon_sym_throw] = ACTIONS(1558), - [anon_sym_namespace] = ACTIONS(1558), - [anon_sym_using] = ACTIONS(1558), - [anon_sym_static_assert] = ACTIONS(1558), - [anon_sym_co_return] = ACTIONS(1558), - [anon_sym_co_yield] = ACTIONS(1558), - [anon_sym_try] = ACTIONS(1558), - [anon_sym_co_await] = ACTIONS(1558), - [anon_sym_new] = ACTIONS(1558), - [sym_operator_name] = ACTIONS(1558), - [sym_this] = ACTIONS(1558), - [sym_nullptr] = ACTIONS(1558), - [sym_alone_macro] = ACTIONS(1560), - [aux_sym_alone_macro_call_token1] = ACTIONS(1558), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_FORWARD] = ACTIONS(1558), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1558), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_PS_GET] = ACTIONS(1558), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1558), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1558), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1558), - [anon_sym_MOZ_COLD] = ACTIONS(1558), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1558), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1558), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1558), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1558), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1558), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1558), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1558), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1558), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1558), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1558), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1558), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1558), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_RAII] = ACTIONS(1558), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1558), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1558), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1558), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1558), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1558), - [sym_raw_string_literal] = ACTIONS(1560), + [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), }, [377] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [379] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(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), }, [380] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(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), }, [381] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), + [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), }, [382] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [383] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [384] = { - [ts_builtin_sym_end] = ACTIONS(1584), - [sym_identifier] = ACTIONS(1582), - [aux_sym_preproc_include_token1] = ACTIONS(1582), - [aux_sym_preproc_def_token1] = ACTIONS(1582), - [aux_sym_preproc_if_token1] = ACTIONS(1582), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1582), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1582), - [sym_preproc_directive] = ACTIONS(1582), - [anon_sym_LPAREN2] = ACTIONS(1584), - [anon_sym_BANG] = ACTIONS(1584), - [anon_sym_TILDE] = ACTIONS(1584), - [anon_sym_DASH] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(1582), - [anon_sym_STAR] = ACTIONS(1584), - [anon_sym_AMP_AMP] = ACTIONS(1584), - [anon_sym_AMP] = ACTIONS(1582), - [anon_sym_SEMI] = ACTIONS(1584), - [anon_sym_typedef] = ACTIONS(1582), - [anon_sym_extern] = ACTIONS(1582), - [anon_sym___attribute__] = ACTIONS(1582), - [anon_sym_COLON_COLON] = ACTIONS(1584), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1584), - [anon_sym___declspec] = ACTIONS(1582), - [anon_sym___based] = ACTIONS(1582), - [anon_sym___cdecl] = ACTIONS(1582), - [anon_sym___clrcall] = ACTIONS(1582), - [anon_sym___stdcall] = ACTIONS(1582), - [anon_sym___fastcall] = ACTIONS(1582), - [anon_sym___thiscall] = ACTIONS(1582), - [anon_sym___vectorcall] = ACTIONS(1582), - [anon_sym_LBRACE] = ACTIONS(1584), - [anon_sym_LBRACK] = ACTIONS(1582), - [anon_sym_static] = ACTIONS(1582), - [anon_sym_register] = ACTIONS(1582), - [anon_sym_inline] = ACTIONS(1582), - [anon_sym_thread_local] = ACTIONS(1582), - [anon_sym_const] = ACTIONS(1582), - [anon_sym_volatile] = ACTIONS(1582), - [anon_sym_restrict] = ACTIONS(1582), - [anon_sym__Atomic] = ACTIONS(1582), - [anon_sym_mutable] = ACTIONS(1582), - [anon_sym_constexpr] = ACTIONS(1582), - [anon_sym_signed] = ACTIONS(1582), - [anon_sym_unsigned] = ACTIONS(1582), - [anon_sym_long] = ACTIONS(1582), - [anon_sym_short] = ACTIONS(1582), - [sym_primitive_type] = ACTIONS(1582), - [anon_sym_enum] = ACTIONS(1582), - [anon_sym_class] = ACTIONS(1582), - [anon_sym_struct] = ACTIONS(1582), - [anon_sym_union] = ACTIONS(1582), - [anon_sym_if] = ACTIONS(1582), - [anon_sym_else] = ACTIONS(1582), - [anon_sym_switch] = ACTIONS(1582), - [anon_sym_case] = ACTIONS(1582), - [anon_sym_default] = ACTIONS(1582), - [anon_sym_while] = ACTIONS(1582), - [anon_sym_do] = ACTIONS(1582), - [anon_sym_for] = ACTIONS(1582), - [anon_sym_return] = ACTIONS(1582), - [anon_sym_break] = ACTIONS(1582), - [anon_sym_continue] = ACTIONS(1582), - [anon_sym_goto] = ACTIONS(1582), - [anon_sym_DASH_DASH] = ACTIONS(1584), - [anon_sym_PLUS_PLUS] = ACTIONS(1584), - [anon_sym_sizeof] = ACTIONS(1582), - [sym_number_literal] = ACTIONS(1584), - [anon_sym_L_SQUOTE] = ACTIONS(1584), - [anon_sym_u_SQUOTE] = ACTIONS(1584), - [anon_sym_U_SQUOTE] = ACTIONS(1584), - [anon_sym_u8_SQUOTE] = ACTIONS(1584), - [anon_sym_SQUOTE] = ACTIONS(1584), - [anon_sym_L_DQUOTE] = ACTIONS(1584), - [anon_sym_u_DQUOTE] = ACTIONS(1584), - [anon_sym_U_DQUOTE] = ACTIONS(1584), - [anon_sym_u8_DQUOTE] = ACTIONS(1584), - [anon_sym_DQUOTE] = ACTIONS(1584), - [sym_true] = ACTIONS(1582), - [sym_false] = ACTIONS(1582), - [sym_null] = ACTIONS(1582), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1582), - [anon_sym_virtual] = ACTIONS(1582), - [anon_sym_explicit] = ACTIONS(1582), - [sym_auto] = ACTIONS(1582), - [anon_sym_typename] = ACTIONS(1582), - [anon_sym_template] = ACTIONS(1582), - [anon_sym_operator] = ACTIONS(1582), - [anon_sym_delete] = ACTIONS(1582), - [anon_sym_throw] = ACTIONS(1582), - [anon_sym_namespace] = ACTIONS(1582), - [anon_sym_using] = ACTIONS(1582), - [anon_sym_static_assert] = ACTIONS(1582), - [anon_sym_co_return] = ACTIONS(1582), - [anon_sym_co_yield] = ACTIONS(1582), - [anon_sym_try] = ACTIONS(1582), - [anon_sym_co_await] = ACTIONS(1582), - [anon_sym_new] = ACTIONS(1582), - [sym_operator_name] = ACTIONS(1582), - [sym_this] = ACTIONS(1582), - [sym_nullptr] = ACTIONS(1582), - [sym_alone_macro] = ACTIONS(1584), - [aux_sym_alone_macro_call_token1] = ACTIONS(1582), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1582), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_FORWARD] = ACTIONS(1582), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1582), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1582), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1582), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1582), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_PS_GET] = ACTIONS(1582), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1582), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1582), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1582), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1582), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1582), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1582), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1582), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1582), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1582), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1582), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1582), - [anon_sym_MOZ_COLD] = ACTIONS(1582), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1582), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1582), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1582), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1582), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1582), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1582), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1582), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1582), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1582), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1582), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1582), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1582), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1582), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1582), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1582), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1582), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1582), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1582), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1582), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1582), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_NONNULL] = ACTIONS(1582), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1582), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1582), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1582), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1582), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1582), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_NORETURN] = ACTIONS(1582), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1582), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1582), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1582), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1582), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1582), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1582), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1582), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1582), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1582), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1582), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1582), - [anon_sym_MOZ_RAII] = ACTIONS(1582), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1582), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1582), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1582), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1582), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1582), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1582), - [sym_raw_string_literal] = ACTIONS(1584), + [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), }, [385] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [386] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [387] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [388] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [389] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [390] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), + [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), + [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), }, [391] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [392] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [393] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [394] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [395] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [396] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [397] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [398] = { - [sym_identifier] = ACTIONS(1566), - [aux_sym_preproc_include_token1] = ACTIONS(1566), - [aux_sym_preproc_def_token1] = ACTIONS(1566), - [aux_sym_preproc_if_token1] = ACTIONS(1566), - [aux_sym_preproc_if_token2] = ACTIONS(1566), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1566), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1566), - [sym_preproc_directive] = ACTIONS(1566), - [anon_sym_LPAREN2] = ACTIONS(1568), - [anon_sym_BANG] = ACTIONS(1568), - [anon_sym_TILDE] = ACTIONS(1568), - [anon_sym_DASH] = ACTIONS(1566), - [anon_sym_PLUS] = ACTIONS(1566), - [anon_sym_STAR] = ACTIONS(1568), - [anon_sym_AMP_AMP] = ACTIONS(1568), - [anon_sym_AMP] = ACTIONS(1566), - [anon_sym_SEMI] = ACTIONS(1568), - [anon_sym_typedef] = ACTIONS(1566), - [anon_sym_extern] = ACTIONS(1566), - [anon_sym___attribute__] = ACTIONS(1566), - [anon_sym_COLON_COLON] = ACTIONS(1568), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1568), - [anon_sym___declspec] = ACTIONS(1566), - [anon_sym___based] = ACTIONS(1566), - [anon_sym___cdecl] = ACTIONS(1566), - [anon_sym___clrcall] = ACTIONS(1566), - [anon_sym___stdcall] = ACTIONS(1566), - [anon_sym___fastcall] = ACTIONS(1566), - [anon_sym___thiscall] = ACTIONS(1566), - [anon_sym___vectorcall] = ACTIONS(1566), - [anon_sym_LBRACE] = ACTIONS(1568), - [anon_sym_LBRACK] = ACTIONS(1566), - [anon_sym_static] = ACTIONS(1566), - [anon_sym_register] = ACTIONS(1566), - [anon_sym_inline] = ACTIONS(1566), - [anon_sym_thread_local] = ACTIONS(1566), - [anon_sym_const] = ACTIONS(1566), - [anon_sym_volatile] = ACTIONS(1566), - [anon_sym_restrict] = ACTIONS(1566), - [anon_sym__Atomic] = ACTIONS(1566), - [anon_sym_mutable] = ACTIONS(1566), - [anon_sym_constexpr] = ACTIONS(1566), - [anon_sym_signed] = ACTIONS(1566), - [anon_sym_unsigned] = ACTIONS(1566), - [anon_sym_long] = ACTIONS(1566), - [anon_sym_short] = ACTIONS(1566), - [sym_primitive_type] = ACTIONS(1566), - [anon_sym_enum] = ACTIONS(1566), - [anon_sym_class] = ACTIONS(1566), - [anon_sym_struct] = ACTIONS(1566), - [anon_sym_union] = ACTIONS(1566), - [anon_sym_if] = ACTIONS(1566), - [anon_sym_else] = ACTIONS(1566), - [anon_sym_switch] = ACTIONS(1566), - [anon_sym_case] = ACTIONS(1566), - [anon_sym_default] = ACTIONS(1566), - [anon_sym_while] = ACTIONS(1566), - [anon_sym_do] = ACTIONS(1566), - [anon_sym_for] = ACTIONS(1566), - [anon_sym_return] = ACTIONS(1566), - [anon_sym_break] = ACTIONS(1566), - [anon_sym_continue] = ACTIONS(1566), - [anon_sym_goto] = ACTIONS(1566), - [anon_sym_DASH_DASH] = ACTIONS(1568), - [anon_sym_PLUS_PLUS] = ACTIONS(1568), - [anon_sym_sizeof] = ACTIONS(1566), - [sym_number_literal] = ACTIONS(1568), - [anon_sym_L_SQUOTE] = ACTIONS(1568), - [anon_sym_u_SQUOTE] = ACTIONS(1568), - [anon_sym_U_SQUOTE] = ACTIONS(1568), - [anon_sym_u8_SQUOTE] = ACTIONS(1568), - [anon_sym_SQUOTE] = ACTIONS(1568), - [anon_sym_L_DQUOTE] = ACTIONS(1568), - [anon_sym_u_DQUOTE] = ACTIONS(1568), - [anon_sym_U_DQUOTE] = ACTIONS(1568), - [anon_sym_u8_DQUOTE] = ACTIONS(1568), - [anon_sym_DQUOTE] = ACTIONS(1568), - [sym_true] = ACTIONS(1566), - [sym_false] = ACTIONS(1566), - [sym_null] = ACTIONS(1566), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1566), - [anon_sym_virtual] = ACTIONS(1566), - [anon_sym_explicit] = ACTIONS(1566), - [sym_auto] = ACTIONS(1566), - [anon_sym_typename] = ACTIONS(1566), - [anon_sym_template] = ACTIONS(1566), - [anon_sym_operator] = ACTIONS(1566), - [anon_sym_delete] = ACTIONS(1566), - [anon_sym_throw] = ACTIONS(1566), - [anon_sym_namespace] = ACTIONS(1566), - [anon_sym_using] = ACTIONS(1566), - [anon_sym_static_assert] = ACTIONS(1566), - [anon_sym_co_return] = ACTIONS(1566), - [anon_sym_co_yield] = ACTIONS(1566), - [anon_sym_try] = ACTIONS(1566), - [anon_sym_co_await] = ACTIONS(1566), - [anon_sym_new] = ACTIONS(1566), - [sym_operator_name] = ACTIONS(1566), - [sym_this] = ACTIONS(1566), - [sym_nullptr] = ACTIONS(1566), - [sym_alone_macro] = ACTIONS(1568), - [aux_sym_alone_macro_call_token1] = ACTIONS(1566), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1566), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_FORWARD] = ACTIONS(1566), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1566), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1566), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1566), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1566), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_PS_GET] = ACTIONS(1566), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1566), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1566), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1566), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1566), - [anon_sym_MOZ_COLD] = ACTIONS(1566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_NONNULL] = ACTIONS(1566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_NORETURN] = ACTIONS(1566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1566), - [anon_sym_MOZ_RAII] = ACTIONS(1566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1566), - [sym_raw_string_literal] = ACTIONS(1568), + [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), }, [399] = { - [sym_identifier] = ACTIONS(1558), - [aux_sym_preproc_include_token1] = ACTIONS(1558), - [aux_sym_preproc_def_token1] = ACTIONS(1558), - [aux_sym_preproc_if_token1] = ACTIONS(1558), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1558), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1558), - [sym_preproc_directive] = ACTIONS(1558), - [anon_sym_LPAREN2] = ACTIONS(1560), - [anon_sym_BANG] = ACTIONS(1560), - [anon_sym_TILDE] = ACTIONS(1560), - [anon_sym_DASH] = ACTIONS(1558), - [anon_sym_PLUS] = ACTIONS(1558), - [anon_sym_STAR] = ACTIONS(1560), - [anon_sym_AMP_AMP] = ACTIONS(1560), - [anon_sym_AMP] = ACTIONS(1558), - [anon_sym_SEMI] = ACTIONS(1560), - [anon_sym_typedef] = ACTIONS(1558), - [anon_sym_extern] = ACTIONS(1558), - [anon_sym___attribute__] = ACTIONS(1558), - [anon_sym_COLON_COLON] = ACTIONS(1560), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1560), - [anon_sym___declspec] = ACTIONS(1558), - [anon_sym___based] = ACTIONS(1558), - [anon_sym___cdecl] = ACTIONS(1558), - [anon_sym___clrcall] = ACTIONS(1558), - [anon_sym___stdcall] = ACTIONS(1558), - [anon_sym___fastcall] = ACTIONS(1558), - [anon_sym___thiscall] = ACTIONS(1558), - [anon_sym___vectorcall] = ACTIONS(1558), - [anon_sym_LBRACE] = ACTIONS(1560), - [anon_sym_RBRACE] = ACTIONS(1560), - [anon_sym_LBRACK] = ACTIONS(1558), - [anon_sym_static] = ACTIONS(1558), - [anon_sym_register] = ACTIONS(1558), - [anon_sym_inline] = ACTIONS(1558), - [anon_sym_thread_local] = ACTIONS(1558), - [anon_sym_const] = ACTIONS(1558), - [anon_sym_volatile] = ACTIONS(1558), - [anon_sym_restrict] = ACTIONS(1558), - [anon_sym__Atomic] = ACTIONS(1558), - [anon_sym_mutable] = ACTIONS(1558), - [anon_sym_constexpr] = ACTIONS(1558), - [anon_sym_signed] = ACTIONS(1558), - [anon_sym_unsigned] = ACTIONS(1558), - [anon_sym_long] = ACTIONS(1558), - [anon_sym_short] = ACTIONS(1558), - [sym_primitive_type] = ACTIONS(1558), - [anon_sym_enum] = ACTIONS(1558), - [anon_sym_class] = ACTIONS(1558), - [anon_sym_struct] = ACTIONS(1558), - [anon_sym_union] = ACTIONS(1558), - [anon_sym_if] = ACTIONS(1558), - [anon_sym_else] = ACTIONS(1558), - [anon_sym_switch] = ACTIONS(1558), - [anon_sym_case] = ACTIONS(1558), - [anon_sym_default] = ACTIONS(1558), - [anon_sym_while] = ACTIONS(1558), - [anon_sym_do] = ACTIONS(1558), - [anon_sym_for] = ACTIONS(1558), - [anon_sym_return] = ACTIONS(1558), - [anon_sym_break] = ACTIONS(1558), - [anon_sym_continue] = ACTIONS(1558), - [anon_sym_goto] = ACTIONS(1558), - [anon_sym_DASH_DASH] = ACTIONS(1560), - [anon_sym_PLUS_PLUS] = ACTIONS(1560), - [anon_sym_sizeof] = ACTIONS(1558), - [sym_number_literal] = ACTIONS(1560), - [anon_sym_L_SQUOTE] = ACTIONS(1560), - [anon_sym_u_SQUOTE] = ACTIONS(1560), - [anon_sym_U_SQUOTE] = ACTIONS(1560), - [anon_sym_u8_SQUOTE] = ACTIONS(1560), - [anon_sym_SQUOTE] = ACTIONS(1560), - [anon_sym_L_DQUOTE] = ACTIONS(1560), - [anon_sym_u_DQUOTE] = ACTIONS(1560), - [anon_sym_U_DQUOTE] = ACTIONS(1560), - [anon_sym_u8_DQUOTE] = ACTIONS(1560), - [anon_sym_DQUOTE] = ACTIONS(1560), - [sym_true] = ACTIONS(1558), - [sym_false] = ACTIONS(1558), - [sym_null] = ACTIONS(1558), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1558), - [anon_sym_virtual] = ACTIONS(1558), - [anon_sym_explicit] = ACTIONS(1558), - [sym_auto] = ACTIONS(1558), - [anon_sym_typename] = ACTIONS(1558), - [anon_sym_template] = ACTIONS(1558), - [anon_sym_operator] = ACTIONS(1558), - [anon_sym_delete] = ACTIONS(1558), - [anon_sym_throw] = ACTIONS(1558), - [anon_sym_namespace] = ACTIONS(1558), - [anon_sym_using] = ACTIONS(1558), - [anon_sym_static_assert] = ACTIONS(1558), - [anon_sym_co_return] = ACTIONS(1558), - [anon_sym_co_yield] = ACTIONS(1558), - [anon_sym_try] = ACTIONS(1558), - [anon_sym_co_await] = ACTIONS(1558), - [anon_sym_new] = ACTIONS(1558), - [sym_operator_name] = ACTIONS(1558), - [sym_this] = ACTIONS(1558), - [sym_nullptr] = ACTIONS(1558), - [sym_alone_macro] = ACTIONS(1560), - [aux_sym_alone_macro_call_token1] = ACTIONS(1558), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_FORWARD] = ACTIONS(1558), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1558), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_PS_GET] = ACTIONS(1558), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1558), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1558), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1558), - [anon_sym_MOZ_COLD] = ACTIONS(1558), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1558), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1558), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1558), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1558), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1558), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1558), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1558), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1558), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1558), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1558), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1558), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1558), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_RAII] = ACTIONS(1558), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1558), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1558), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1558), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1558), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1558), - [sym_raw_string_literal] = ACTIONS(1560), + [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), }, [400] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [401] = { - [sym_identifier] = ACTIONS(1558), - [aux_sym_preproc_include_token1] = ACTIONS(1558), - [aux_sym_preproc_def_token1] = ACTIONS(1558), - [aux_sym_preproc_if_token1] = ACTIONS(1558), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1558), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1558), - [sym_preproc_directive] = ACTIONS(1558), - [anon_sym_LPAREN2] = ACTIONS(1560), - [anon_sym_BANG] = ACTIONS(1560), - [anon_sym_TILDE] = ACTIONS(1560), - [anon_sym_DASH] = ACTIONS(1558), - [anon_sym_PLUS] = ACTIONS(1558), - [anon_sym_STAR] = ACTIONS(1560), - [anon_sym_AMP_AMP] = ACTIONS(1560), - [anon_sym_AMP] = ACTIONS(1558), - [anon_sym_SEMI] = ACTIONS(1560), - [anon_sym_typedef] = ACTIONS(1558), - [anon_sym_extern] = ACTIONS(1558), - [anon_sym___attribute__] = ACTIONS(1558), - [anon_sym_COLON_COLON] = ACTIONS(1560), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1560), - [anon_sym___declspec] = ACTIONS(1558), - [anon_sym___based] = ACTIONS(1558), - [anon_sym___cdecl] = ACTIONS(1558), - [anon_sym___clrcall] = ACTIONS(1558), - [anon_sym___stdcall] = ACTIONS(1558), - [anon_sym___fastcall] = ACTIONS(1558), - [anon_sym___thiscall] = ACTIONS(1558), - [anon_sym___vectorcall] = ACTIONS(1558), - [anon_sym_LBRACE] = ACTIONS(1560), - [anon_sym_RBRACE] = ACTIONS(1560), - [anon_sym_LBRACK] = ACTIONS(1558), - [anon_sym_static] = ACTIONS(1558), - [anon_sym_register] = ACTIONS(1558), - [anon_sym_inline] = ACTIONS(1558), - [anon_sym_thread_local] = ACTIONS(1558), - [anon_sym_const] = ACTIONS(1558), - [anon_sym_volatile] = ACTIONS(1558), - [anon_sym_restrict] = ACTIONS(1558), - [anon_sym__Atomic] = ACTIONS(1558), - [anon_sym_mutable] = ACTIONS(1558), - [anon_sym_constexpr] = ACTIONS(1558), - [anon_sym_signed] = ACTIONS(1558), - [anon_sym_unsigned] = ACTIONS(1558), - [anon_sym_long] = ACTIONS(1558), - [anon_sym_short] = ACTIONS(1558), - [sym_primitive_type] = ACTIONS(1558), - [anon_sym_enum] = ACTIONS(1558), - [anon_sym_class] = ACTIONS(1558), - [anon_sym_struct] = ACTIONS(1558), - [anon_sym_union] = ACTIONS(1558), - [anon_sym_if] = ACTIONS(1558), - [anon_sym_else] = ACTIONS(1558), - [anon_sym_switch] = ACTIONS(1558), - [anon_sym_case] = ACTIONS(1558), - [anon_sym_default] = ACTIONS(1558), - [anon_sym_while] = ACTIONS(1558), - [anon_sym_do] = ACTIONS(1558), - [anon_sym_for] = ACTIONS(1558), - [anon_sym_return] = ACTIONS(1558), - [anon_sym_break] = ACTIONS(1558), - [anon_sym_continue] = ACTIONS(1558), - [anon_sym_goto] = ACTIONS(1558), - [anon_sym_DASH_DASH] = ACTIONS(1560), - [anon_sym_PLUS_PLUS] = ACTIONS(1560), - [anon_sym_sizeof] = ACTIONS(1558), - [sym_number_literal] = ACTIONS(1560), - [anon_sym_L_SQUOTE] = ACTIONS(1560), - [anon_sym_u_SQUOTE] = ACTIONS(1560), - [anon_sym_U_SQUOTE] = ACTIONS(1560), - [anon_sym_u8_SQUOTE] = ACTIONS(1560), - [anon_sym_SQUOTE] = ACTIONS(1560), - [anon_sym_L_DQUOTE] = ACTIONS(1560), - [anon_sym_u_DQUOTE] = ACTIONS(1560), - [anon_sym_U_DQUOTE] = ACTIONS(1560), - [anon_sym_u8_DQUOTE] = ACTIONS(1560), - [anon_sym_DQUOTE] = ACTIONS(1560), - [sym_true] = ACTIONS(1558), - [sym_false] = ACTIONS(1558), - [sym_null] = ACTIONS(1558), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1558), - [anon_sym_virtual] = ACTIONS(1558), - [anon_sym_explicit] = ACTIONS(1558), - [sym_auto] = ACTIONS(1558), - [anon_sym_typename] = ACTIONS(1558), - [anon_sym_template] = ACTIONS(1558), - [anon_sym_operator] = ACTIONS(1558), - [anon_sym_delete] = ACTIONS(1558), - [anon_sym_throw] = ACTIONS(1558), - [anon_sym_namespace] = ACTIONS(1558), - [anon_sym_using] = ACTIONS(1558), - [anon_sym_static_assert] = ACTIONS(1558), - [anon_sym_co_return] = ACTIONS(1558), - [anon_sym_co_yield] = ACTIONS(1558), - [anon_sym_try] = ACTIONS(1558), - [anon_sym_co_await] = ACTIONS(1558), - [anon_sym_new] = ACTIONS(1558), - [sym_operator_name] = ACTIONS(1558), - [sym_this] = ACTIONS(1558), - [sym_nullptr] = ACTIONS(1558), - [sym_alone_macro] = ACTIONS(1560), - [aux_sym_alone_macro_call_token1] = ACTIONS(1558), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_FORWARD] = ACTIONS(1558), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1558), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_PS_GET] = ACTIONS(1558), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1558), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1558), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1558), - [anon_sym_MOZ_COLD] = ACTIONS(1558), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1558), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1558), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1558), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1558), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1558), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1558), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1558), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1558), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1558), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1558), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1558), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1558), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_RAII] = ACTIONS(1558), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1558), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1558), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1558), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1558), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1558), - [sym_raw_string_literal] = ACTIONS(1560), + [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] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [403] = { - [sym_identifier] = ACTIONS(1668), - [aux_sym_preproc_include_token1] = ACTIONS(1668), - [aux_sym_preproc_def_token1] = ACTIONS(1668), - [aux_sym_preproc_if_token1] = ACTIONS(1668), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1668), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1668), - [sym_preproc_directive] = ACTIONS(1668), - [anon_sym_LPAREN2] = ACTIONS(1670), - [anon_sym_BANG] = ACTIONS(1670), - [anon_sym_TILDE] = ACTIONS(1670), - [anon_sym_DASH] = ACTIONS(1668), - [anon_sym_PLUS] = ACTIONS(1668), - [anon_sym_STAR] = ACTIONS(1670), - [anon_sym_AMP_AMP] = ACTIONS(1670), - [anon_sym_AMP] = ACTIONS(1668), - [anon_sym_SEMI] = ACTIONS(1670), - [anon_sym_typedef] = ACTIONS(1668), - [anon_sym_extern] = ACTIONS(1668), - [anon_sym___attribute__] = ACTIONS(1668), - [anon_sym_COLON_COLON] = ACTIONS(1670), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1670), - [anon_sym___declspec] = ACTIONS(1668), - [anon_sym___based] = ACTIONS(1668), - [anon_sym___cdecl] = ACTIONS(1668), - [anon_sym___clrcall] = ACTIONS(1668), - [anon_sym___stdcall] = ACTIONS(1668), - [anon_sym___fastcall] = ACTIONS(1668), - [anon_sym___thiscall] = ACTIONS(1668), - [anon_sym___vectorcall] = ACTIONS(1668), - [anon_sym_LBRACE] = ACTIONS(1670), - [anon_sym_RBRACE] = ACTIONS(1670), - [anon_sym_LBRACK] = ACTIONS(1668), - [anon_sym_static] = ACTIONS(1668), - [anon_sym_register] = ACTIONS(1668), - [anon_sym_inline] = ACTIONS(1668), - [anon_sym_thread_local] = ACTIONS(1668), - [anon_sym_const] = ACTIONS(1668), - [anon_sym_volatile] = ACTIONS(1668), - [anon_sym_restrict] = ACTIONS(1668), - [anon_sym__Atomic] = ACTIONS(1668), - [anon_sym_mutable] = ACTIONS(1668), - [anon_sym_constexpr] = ACTIONS(1668), - [anon_sym_signed] = ACTIONS(1668), - [anon_sym_unsigned] = ACTIONS(1668), - [anon_sym_long] = ACTIONS(1668), - [anon_sym_short] = ACTIONS(1668), - [sym_primitive_type] = ACTIONS(1668), - [anon_sym_enum] = ACTIONS(1668), - [anon_sym_class] = ACTIONS(1668), - [anon_sym_struct] = ACTIONS(1668), - [anon_sym_union] = ACTIONS(1668), - [anon_sym_if] = ACTIONS(1668), - [anon_sym_else] = ACTIONS(1668), - [anon_sym_switch] = ACTIONS(1668), - [anon_sym_case] = ACTIONS(1668), - [anon_sym_default] = ACTIONS(1668), - [anon_sym_while] = ACTIONS(1668), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1668), - [anon_sym_return] = ACTIONS(1668), - [anon_sym_break] = ACTIONS(1668), - [anon_sym_continue] = ACTIONS(1668), - [anon_sym_goto] = ACTIONS(1668), - [anon_sym_DASH_DASH] = ACTIONS(1670), - [anon_sym_PLUS_PLUS] = ACTIONS(1670), - [anon_sym_sizeof] = ACTIONS(1668), - [sym_number_literal] = ACTIONS(1670), - [anon_sym_L_SQUOTE] = ACTIONS(1670), - [anon_sym_u_SQUOTE] = ACTIONS(1670), - [anon_sym_U_SQUOTE] = ACTIONS(1670), - [anon_sym_u8_SQUOTE] = ACTIONS(1670), - [anon_sym_SQUOTE] = ACTIONS(1670), - [anon_sym_L_DQUOTE] = ACTIONS(1670), - [anon_sym_u_DQUOTE] = ACTIONS(1670), - [anon_sym_U_DQUOTE] = ACTIONS(1670), - [anon_sym_u8_DQUOTE] = ACTIONS(1670), - [anon_sym_DQUOTE] = ACTIONS(1670), - [sym_true] = ACTIONS(1668), - [sym_false] = ACTIONS(1668), - [sym_null] = ACTIONS(1668), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1668), - [anon_sym_virtual] = ACTIONS(1668), - [anon_sym_explicit] = ACTIONS(1668), - [sym_auto] = ACTIONS(1668), - [anon_sym_typename] = ACTIONS(1668), - [anon_sym_template] = ACTIONS(1668), - [anon_sym_operator] = ACTIONS(1668), - [anon_sym_delete] = ACTIONS(1668), - [anon_sym_throw] = ACTIONS(1668), - [anon_sym_namespace] = ACTIONS(1668), - [anon_sym_using] = ACTIONS(1668), - [anon_sym_static_assert] = ACTIONS(1668), - [anon_sym_co_return] = ACTIONS(1668), - [anon_sym_co_yield] = ACTIONS(1668), - [anon_sym_try] = ACTIONS(1668), - [anon_sym_co_await] = ACTIONS(1668), - [anon_sym_new] = ACTIONS(1668), - [sym_operator_name] = ACTIONS(1668), - [sym_this] = ACTIONS(1668), - [sym_nullptr] = ACTIONS(1668), - [sym_alone_macro] = ACTIONS(1670), - [aux_sym_alone_macro_call_token1] = ACTIONS(1668), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1668), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_FORWARD] = ACTIONS(1668), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1668), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1668), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1668), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1668), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_PS_GET] = ACTIONS(1668), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1668), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1668), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1668), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1668), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1668), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1668), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1668), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1668), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1668), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1668), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1668), - [anon_sym_MOZ_COLD] = ACTIONS(1668), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1668), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1668), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1668), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1668), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1668), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1668), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1668), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1668), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1668), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1668), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1668), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1668), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1668), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1668), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1668), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1668), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1668), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1668), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1668), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1668), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_NONNULL] = ACTIONS(1668), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1668), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1668), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1668), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1668), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1668), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_NORETURN] = ACTIONS(1668), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1668), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1668), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1668), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1668), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1668), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1668), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1668), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1668), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1668), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1668), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1668), - [anon_sym_MOZ_RAII] = ACTIONS(1668), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1668), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1668), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1668), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1668), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1668), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1668), - [sym_raw_string_literal] = ACTIONS(1670), + [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), }, [404] = { - [sym_identifier] = ACTIONS(1672), - [aux_sym_preproc_include_token1] = ACTIONS(1672), - [aux_sym_preproc_def_token1] = ACTIONS(1672), - [aux_sym_preproc_if_token1] = ACTIONS(1672), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1672), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1672), - [sym_preproc_directive] = ACTIONS(1672), - [anon_sym_LPAREN2] = ACTIONS(1674), - [anon_sym_BANG] = ACTIONS(1674), - [anon_sym_TILDE] = ACTIONS(1674), - [anon_sym_DASH] = ACTIONS(1672), - [anon_sym_PLUS] = ACTIONS(1672), - [anon_sym_STAR] = ACTIONS(1674), - [anon_sym_AMP_AMP] = ACTIONS(1674), - [anon_sym_AMP] = ACTIONS(1672), - [anon_sym_SEMI] = ACTIONS(1674), - [anon_sym_typedef] = ACTIONS(1672), - [anon_sym_extern] = ACTIONS(1672), - [anon_sym___attribute__] = ACTIONS(1672), - [anon_sym_COLON_COLON] = ACTIONS(1674), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1674), - [anon_sym___declspec] = ACTIONS(1672), - [anon_sym___based] = ACTIONS(1672), - [anon_sym___cdecl] = ACTIONS(1672), - [anon_sym___clrcall] = ACTIONS(1672), - [anon_sym___stdcall] = ACTIONS(1672), - [anon_sym___fastcall] = ACTIONS(1672), - [anon_sym___thiscall] = ACTIONS(1672), - [anon_sym___vectorcall] = ACTIONS(1672), - [anon_sym_LBRACE] = ACTIONS(1674), - [anon_sym_RBRACE] = ACTIONS(1674), - [anon_sym_LBRACK] = ACTIONS(1672), - [anon_sym_static] = ACTIONS(1672), - [anon_sym_register] = ACTIONS(1672), - [anon_sym_inline] = ACTIONS(1672), - [anon_sym_thread_local] = ACTIONS(1672), - [anon_sym_const] = ACTIONS(1672), - [anon_sym_volatile] = ACTIONS(1672), - [anon_sym_restrict] = ACTIONS(1672), - [anon_sym__Atomic] = ACTIONS(1672), - [anon_sym_mutable] = ACTIONS(1672), - [anon_sym_constexpr] = ACTIONS(1672), - [anon_sym_signed] = ACTIONS(1672), - [anon_sym_unsigned] = ACTIONS(1672), - [anon_sym_long] = ACTIONS(1672), - [anon_sym_short] = ACTIONS(1672), - [sym_primitive_type] = ACTIONS(1672), - [anon_sym_enum] = ACTIONS(1672), - [anon_sym_class] = ACTIONS(1672), - [anon_sym_struct] = ACTIONS(1672), - [anon_sym_union] = ACTIONS(1672), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_else] = ACTIONS(1672), - [anon_sym_switch] = ACTIONS(1672), - [anon_sym_case] = ACTIONS(1672), - [anon_sym_default] = ACTIONS(1672), - [anon_sym_while] = ACTIONS(1672), - [anon_sym_do] = ACTIONS(1672), - [anon_sym_for] = ACTIONS(1672), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1672), - [anon_sym_continue] = ACTIONS(1672), - [anon_sym_goto] = ACTIONS(1672), - [anon_sym_DASH_DASH] = ACTIONS(1674), - [anon_sym_PLUS_PLUS] = ACTIONS(1674), - [anon_sym_sizeof] = ACTIONS(1672), - [sym_number_literal] = ACTIONS(1674), - [anon_sym_L_SQUOTE] = ACTIONS(1674), - [anon_sym_u_SQUOTE] = ACTIONS(1674), - [anon_sym_U_SQUOTE] = ACTIONS(1674), - [anon_sym_u8_SQUOTE] = ACTIONS(1674), - [anon_sym_SQUOTE] = ACTIONS(1674), - [anon_sym_L_DQUOTE] = ACTIONS(1674), - [anon_sym_u_DQUOTE] = ACTIONS(1674), - [anon_sym_U_DQUOTE] = ACTIONS(1674), - [anon_sym_u8_DQUOTE] = ACTIONS(1674), - [anon_sym_DQUOTE] = ACTIONS(1674), - [sym_true] = ACTIONS(1672), - [sym_false] = ACTIONS(1672), - [sym_null] = ACTIONS(1672), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1672), - [anon_sym_virtual] = ACTIONS(1672), - [anon_sym_explicit] = ACTIONS(1672), - [sym_auto] = ACTIONS(1672), - [anon_sym_typename] = ACTIONS(1672), - [anon_sym_template] = ACTIONS(1672), - [anon_sym_operator] = ACTIONS(1672), - [anon_sym_delete] = ACTIONS(1672), - [anon_sym_throw] = ACTIONS(1672), - [anon_sym_namespace] = ACTIONS(1672), - [anon_sym_using] = ACTIONS(1672), - [anon_sym_static_assert] = ACTIONS(1672), - [anon_sym_co_return] = ACTIONS(1672), - [anon_sym_co_yield] = ACTIONS(1672), - [anon_sym_try] = ACTIONS(1672), - [anon_sym_co_await] = ACTIONS(1672), - [anon_sym_new] = ACTIONS(1672), - [sym_operator_name] = ACTIONS(1672), - [sym_this] = ACTIONS(1672), - [sym_nullptr] = ACTIONS(1672), - [sym_alone_macro] = ACTIONS(1674), - [aux_sym_alone_macro_call_token1] = ACTIONS(1672), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1672), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_FORWARD] = ACTIONS(1672), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1672), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1672), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1672), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1672), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_PS_GET] = ACTIONS(1672), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1672), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1672), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1672), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1672), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1672), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1672), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1672), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1672), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1672), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1672), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1672), - [anon_sym_MOZ_COLD] = ACTIONS(1672), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1672), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1672), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1672), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1672), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1672), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1672), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1672), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1672), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1672), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1672), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1672), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1672), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1672), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1672), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1672), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1672), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1672), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1672), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1672), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1672), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_NONNULL] = ACTIONS(1672), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1672), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1672), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1672), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1672), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1672), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_NORETURN] = ACTIONS(1672), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1672), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1672), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1672), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1672), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1672), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1672), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1672), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1672), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1672), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1672), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1672), - [anon_sym_MOZ_RAII] = ACTIONS(1672), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1672), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1672), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1672), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1672), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1672), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1672), - [sym_raw_string_literal] = ACTIONS(1674), + [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), }, [405] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [406] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [407] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [408] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [409] = { - [sym_identifier] = ACTIONS(1676), - [aux_sym_preproc_include_token1] = ACTIONS(1676), - [aux_sym_preproc_def_token1] = ACTIONS(1676), - [aux_sym_preproc_if_token1] = ACTIONS(1676), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1676), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1676), - [sym_preproc_directive] = ACTIONS(1676), - [anon_sym_LPAREN2] = ACTIONS(1678), - [anon_sym_BANG] = ACTIONS(1678), - [anon_sym_TILDE] = ACTIONS(1678), - [anon_sym_DASH] = ACTIONS(1676), - [anon_sym_PLUS] = ACTIONS(1676), - [anon_sym_STAR] = ACTIONS(1678), - [anon_sym_AMP_AMP] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(1676), - [anon_sym_SEMI] = ACTIONS(1678), - [anon_sym_typedef] = ACTIONS(1676), - [anon_sym_extern] = ACTIONS(1676), - [anon_sym___attribute__] = ACTIONS(1676), - [anon_sym_COLON_COLON] = ACTIONS(1678), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1678), - [anon_sym___declspec] = ACTIONS(1676), - [anon_sym___based] = ACTIONS(1676), - [anon_sym___cdecl] = ACTIONS(1676), - [anon_sym___clrcall] = ACTIONS(1676), - [anon_sym___stdcall] = ACTIONS(1676), - [anon_sym___fastcall] = ACTIONS(1676), - [anon_sym___thiscall] = ACTIONS(1676), - [anon_sym___vectorcall] = ACTIONS(1676), - [anon_sym_LBRACE] = ACTIONS(1678), - [anon_sym_RBRACE] = ACTIONS(1678), - [anon_sym_LBRACK] = ACTIONS(1676), - [anon_sym_static] = ACTIONS(1676), - [anon_sym_register] = ACTIONS(1676), - [anon_sym_inline] = ACTIONS(1676), - [anon_sym_thread_local] = ACTIONS(1676), - [anon_sym_const] = ACTIONS(1676), - [anon_sym_volatile] = ACTIONS(1676), - [anon_sym_restrict] = ACTIONS(1676), - [anon_sym__Atomic] = ACTIONS(1676), - [anon_sym_mutable] = ACTIONS(1676), - [anon_sym_constexpr] = ACTIONS(1676), - [anon_sym_signed] = ACTIONS(1676), - [anon_sym_unsigned] = ACTIONS(1676), - [anon_sym_long] = ACTIONS(1676), - [anon_sym_short] = ACTIONS(1676), - [sym_primitive_type] = ACTIONS(1676), - [anon_sym_enum] = ACTIONS(1676), - [anon_sym_class] = ACTIONS(1676), - [anon_sym_struct] = ACTIONS(1676), - [anon_sym_union] = ACTIONS(1676), - [anon_sym_if] = ACTIONS(1676), - [anon_sym_else] = ACTIONS(1676), - [anon_sym_switch] = ACTIONS(1676), - [anon_sym_case] = ACTIONS(1676), - [anon_sym_default] = ACTIONS(1676), - [anon_sym_while] = ACTIONS(1676), - [anon_sym_do] = ACTIONS(1676), - [anon_sym_for] = ACTIONS(1676), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_break] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1676), - [anon_sym_DASH_DASH] = ACTIONS(1678), - [anon_sym_PLUS_PLUS] = ACTIONS(1678), - [anon_sym_sizeof] = ACTIONS(1676), - [sym_number_literal] = ACTIONS(1678), - [anon_sym_L_SQUOTE] = ACTIONS(1678), - [anon_sym_u_SQUOTE] = ACTIONS(1678), - [anon_sym_U_SQUOTE] = ACTIONS(1678), - [anon_sym_u8_SQUOTE] = ACTIONS(1678), - [anon_sym_SQUOTE] = ACTIONS(1678), - [anon_sym_L_DQUOTE] = ACTIONS(1678), - [anon_sym_u_DQUOTE] = ACTIONS(1678), - [anon_sym_U_DQUOTE] = ACTIONS(1678), - [anon_sym_u8_DQUOTE] = ACTIONS(1678), - [anon_sym_DQUOTE] = ACTIONS(1678), - [sym_true] = ACTIONS(1676), - [sym_false] = ACTIONS(1676), - [sym_null] = ACTIONS(1676), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1676), - [anon_sym_virtual] = ACTIONS(1676), - [anon_sym_explicit] = ACTIONS(1676), - [sym_auto] = ACTIONS(1676), - [anon_sym_typename] = ACTIONS(1676), - [anon_sym_template] = ACTIONS(1676), - [anon_sym_operator] = ACTIONS(1676), - [anon_sym_delete] = ACTIONS(1676), - [anon_sym_throw] = ACTIONS(1676), - [anon_sym_namespace] = ACTIONS(1676), - [anon_sym_using] = ACTIONS(1676), - [anon_sym_static_assert] = ACTIONS(1676), - [anon_sym_co_return] = ACTIONS(1676), - [anon_sym_co_yield] = ACTIONS(1676), - [anon_sym_try] = ACTIONS(1676), - [anon_sym_co_await] = ACTIONS(1676), - [anon_sym_new] = ACTIONS(1676), - [sym_operator_name] = ACTIONS(1676), - [sym_this] = ACTIONS(1676), - [sym_nullptr] = ACTIONS(1676), - [sym_alone_macro] = ACTIONS(1678), - [aux_sym_alone_macro_call_token1] = ACTIONS(1676), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1676), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_FORWARD] = ACTIONS(1676), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1676), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1676), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1676), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1676), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_PS_GET] = ACTIONS(1676), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1676), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1676), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1676), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1676), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1676), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1676), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1676), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1676), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1676), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1676), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1676), - [anon_sym_MOZ_COLD] = ACTIONS(1676), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1676), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1676), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1676), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1676), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1676), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1676), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1676), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1676), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1676), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1676), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1676), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1676), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1676), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1676), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1676), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1676), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1676), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1676), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1676), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1676), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_NONNULL] = ACTIONS(1676), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1676), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1676), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1676), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1676), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1676), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_NORETURN] = ACTIONS(1676), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1676), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1676), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1676), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1676), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1676), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1676), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1676), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1676), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1676), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1676), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1676), - [anon_sym_MOZ_RAII] = ACTIONS(1676), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1676), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1676), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1676), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1676), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1676), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1676), - [sym_raw_string_literal] = ACTIONS(1678), + [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), }, [410] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [411] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [412] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [413] = { - [sym_identifier] = ACTIONS(1680), - [aux_sym_preproc_include_token1] = ACTIONS(1680), - [aux_sym_preproc_def_token1] = ACTIONS(1680), - [aux_sym_preproc_if_token1] = ACTIONS(1680), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1680), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1680), - [sym_preproc_directive] = ACTIONS(1680), - [anon_sym_LPAREN2] = ACTIONS(1682), - [anon_sym_BANG] = ACTIONS(1682), - [anon_sym_TILDE] = ACTIONS(1682), - [anon_sym_DASH] = ACTIONS(1680), - [anon_sym_PLUS] = ACTIONS(1680), - [anon_sym_STAR] = ACTIONS(1682), - [anon_sym_AMP_AMP] = ACTIONS(1682), - [anon_sym_AMP] = ACTIONS(1680), - [anon_sym_SEMI] = ACTIONS(1682), - [anon_sym_typedef] = ACTIONS(1680), - [anon_sym_extern] = ACTIONS(1680), - [anon_sym___attribute__] = ACTIONS(1680), - [anon_sym_COLON_COLON] = ACTIONS(1682), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1682), - [anon_sym___declspec] = ACTIONS(1680), - [anon_sym___based] = ACTIONS(1680), - [anon_sym___cdecl] = ACTIONS(1680), - [anon_sym___clrcall] = ACTIONS(1680), - [anon_sym___stdcall] = ACTIONS(1680), - [anon_sym___fastcall] = ACTIONS(1680), - [anon_sym___thiscall] = ACTIONS(1680), - [anon_sym___vectorcall] = ACTIONS(1680), - [anon_sym_LBRACE] = ACTIONS(1682), - [anon_sym_RBRACE] = ACTIONS(1682), - [anon_sym_LBRACK] = ACTIONS(1680), - [anon_sym_static] = ACTIONS(1680), - [anon_sym_register] = ACTIONS(1680), - [anon_sym_inline] = ACTIONS(1680), - [anon_sym_thread_local] = ACTIONS(1680), - [anon_sym_const] = ACTIONS(1680), - [anon_sym_volatile] = ACTIONS(1680), - [anon_sym_restrict] = ACTIONS(1680), - [anon_sym__Atomic] = ACTIONS(1680), - [anon_sym_mutable] = ACTIONS(1680), - [anon_sym_constexpr] = ACTIONS(1680), - [anon_sym_signed] = ACTIONS(1680), - [anon_sym_unsigned] = ACTIONS(1680), - [anon_sym_long] = ACTIONS(1680), - [anon_sym_short] = ACTIONS(1680), - [sym_primitive_type] = ACTIONS(1680), - [anon_sym_enum] = ACTIONS(1680), - [anon_sym_class] = ACTIONS(1680), - [anon_sym_struct] = ACTIONS(1680), - [anon_sym_union] = ACTIONS(1680), - [anon_sym_if] = ACTIONS(1680), - [anon_sym_else] = ACTIONS(1680), - [anon_sym_switch] = ACTIONS(1680), - [anon_sym_case] = ACTIONS(1680), - [anon_sym_default] = ACTIONS(1680), - [anon_sym_while] = ACTIONS(1680), - [anon_sym_do] = ACTIONS(1680), - [anon_sym_for] = ACTIONS(1680), - [anon_sym_return] = ACTIONS(1680), - [anon_sym_break] = ACTIONS(1680), - [anon_sym_continue] = ACTIONS(1680), - [anon_sym_goto] = ACTIONS(1680), - [anon_sym_DASH_DASH] = ACTIONS(1682), - [anon_sym_PLUS_PLUS] = ACTIONS(1682), - [anon_sym_sizeof] = ACTIONS(1680), - [sym_number_literal] = ACTIONS(1682), - [anon_sym_L_SQUOTE] = ACTIONS(1682), - [anon_sym_u_SQUOTE] = ACTIONS(1682), - [anon_sym_U_SQUOTE] = ACTIONS(1682), - [anon_sym_u8_SQUOTE] = ACTIONS(1682), - [anon_sym_SQUOTE] = ACTIONS(1682), - [anon_sym_L_DQUOTE] = ACTIONS(1682), - [anon_sym_u_DQUOTE] = ACTIONS(1682), - [anon_sym_U_DQUOTE] = ACTIONS(1682), - [anon_sym_u8_DQUOTE] = ACTIONS(1682), - [anon_sym_DQUOTE] = ACTIONS(1682), - [sym_true] = ACTIONS(1680), - [sym_false] = ACTIONS(1680), - [sym_null] = ACTIONS(1680), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1680), - [anon_sym_virtual] = ACTIONS(1680), - [anon_sym_explicit] = ACTIONS(1680), - [sym_auto] = ACTIONS(1680), - [anon_sym_typename] = ACTIONS(1680), - [anon_sym_template] = ACTIONS(1680), - [anon_sym_operator] = ACTIONS(1680), - [anon_sym_delete] = ACTIONS(1680), - [anon_sym_throw] = ACTIONS(1680), - [anon_sym_namespace] = ACTIONS(1680), - [anon_sym_using] = ACTIONS(1680), - [anon_sym_static_assert] = ACTIONS(1680), - [anon_sym_co_return] = ACTIONS(1680), - [anon_sym_co_yield] = ACTIONS(1680), - [anon_sym_try] = ACTIONS(1680), - [anon_sym_co_await] = ACTIONS(1680), - [anon_sym_new] = ACTIONS(1680), - [sym_operator_name] = ACTIONS(1680), - [sym_this] = ACTIONS(1680), - [sym_nullptr] = ACTIONS(1680), - [sym_alone_macro] = ACTIONS(1682), - [aux_sym_alone_macro_call_token1] = ACTIONS(1680), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1680), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_FORWARD] = ACTIONS(1680), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1680), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1680), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1680), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1680), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_PS_GET] = ACTIONS(1680), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1680), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1680), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1680), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1680), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1680), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1680), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1680), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1680), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1680), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1680), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1680), - [anon_sym_MOZ_COLD] = ACTIONS(1680), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1680), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1680), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1680), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1680), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1680), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1680), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1680), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1680), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1680), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1680), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1680), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1680), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1680), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1680), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1680), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1680), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1680), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1680), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1680), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1680), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_NONNULL] = ACTIONS(1680), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1680), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1680), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1680), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1680), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1680), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_NORETURN] = ACTIONS(1680), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1680), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1680), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1680), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1680), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1680), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1680), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1680), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1680), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1680), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1680), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1680), - [anon_sym_MOZ_RAII] = ACTIONS(1680), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1680), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1680), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1680), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1680), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1680), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1680), - [sym_raw_string_literal] = ACTIONS(1682), + [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), }, [414] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [415] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [416] = { - [sym_identifier] = ACTIONS(1688), - [aux_sym_preproc_include_token1] = ACTIONS(1688), - [aux_sym_preproc_def_token1] = ACTIONS(1688), - [aux_sym_preproc_if_token1] = ACTIONS(1688), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1688), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1688), - [sym_preproc_directive] = ACTIONS(1688), - [anon_sym_LPAREN2] = ACTIONS(1690), - [anon_sym_BANG] = ACTIONS(1690), - [anon_sym_TILDE] = ACTIONS(1690), - [anon_sym_DASH] = ACTIONS(1688), - [anon_sym_PLUS] = ACTIONS(1688), - [anon_sym_STAR] = ACTIONS(1690), - [anon_sym_AMP_AMP] = ACTIONS(1690), - [anon_sym_AMP] = ACTIONS(1688), - [anon_sym_SEMI] = ACTIONS(1690), - [anon_sym_typedef] = ACTIONS(1688), - [anon_sym_extern] = ACTIONS(1688), - [anon_sym___attribute__] = ACTIONS(1688), - [anon_sym_COLON_COLON] = ACTIONS(1690), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1690), - [anon_sym___declspec] = ACTIONS(1688), - [anon_sym___based] = ACTIONS(1688), - [anon_sym___cdecl] = ACTIONS(1688), - [anon_sym___clrcall] = ACTIONS(1688), - [anon_sym___stdcall] = ACTIONS(1688), - [anon_sym___fastcall] = ACTIONS(1688), - [anon_sym___thiscall] = ACTIONS(1688), - [anon_sym___vectorcall] = ACTIONS(1688), - [anon_sym_LBRACE] = ACTIONS(1690), - [anon_sym_RBRACE] = ACTIONS(1690), - [anon_sym_LBRACK] = ACTIONS(1688), - [anon_sym_static] = ACTIONS(1688), - [anon_sym_register] = ACTIONS(1688), - [anon_sym_inline] = ACTIONS(1688), - [anon_sym_thread_local] = ACTIONS(1688), - [anon_sym_const] = ACTIONS(1688), - [anon_sym_volatile] = ACTIONS(1688), - [anon_sym_restrict] = ACTIONS(1688), - [anon_sym__Atomic] = ACTIONS(1688), - [anon_sym_mutable] = ACTIONS(1688), - [anon_sym_constexpr] = ACTIONS(1688), - [anon_sym_signed] = ACTIONS(1688), - [anon_sym_unsigned] = ACTIONS(1688), - [anon_sym_long] = ACTIONS(1688), - [anon_sym_short] = ACTIONS(1688), - [sym_primitive_type] = ACTIONS(1688), - [anon_sym_enum] = ACTIONS(1688), - [anon_sym_class] = ACTIONS(1688), - [anon_sym_struct] = ACTIONS(1688), - [anon_sym_union] = ACTIONS(1688), - [anon_sym_if] = ACTIONS(1688), - [anon_sym_else] = ACTIONS(1688), - [anon_sym_switch] = ACTIONS(1688), - [anon_sym_case] = ACTIONS(1688), - [anon_sym_default] = ACTIONS(1688), - [anon_sym_while] = ACTIONS(1688), - [anon_sym_do] = ACTIONS(1688), - [anon_sym_for] = ACTIONS(1688), - [anon_sym_return] = ACTIONS(1688), - [anon_sym_break] = ACTIONS(1688), - [anon_sym_continue] = ACTIONS(1688), - [anon_sym_goto] = ACTIONS(1688), - [anon_sym_DASH_DASH] = ACTIONS(1690), - [anon_sym_PLUS_PLUS] = ACTIONS(1690), - [anon_sym_sizeof] = ACTIONS(1688), - [sym_number_literal] = ACTIONS(1690), - [anon_sym_L_SQUOTE] = ACTIONS(1690), - [anon_sym_u_SQUOTE] = ACTIONS(1690), - [anon_sym_U_SQUOTE] = ACTIONS(1690), - [anon_sym_u8_SQUOTE] = ACTIONS(1690), - [anon_sym_SQUOTE] = ACTIONS(1690), - [anon_sym_L_DQUOTE] = ACTIONS(1690), - [anon_sym_u_DQUOTE] = ACTIONS(1690), - [anon_sym_U_DQUOTE] = ACTIONS(1690), - [anon_sym_u8_DQUOTE] = ACTIONS(1690), - [anon_sym_DQUOTE] = ACTIONS(1690), - [sym_true] = ACTIONS(1688), - [sym_false] = ACTIONS(1688), - [sym_null] = ACTIONS(1688), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1688), - [anon_sym_virtual] = ACTIONS(1688), - [anon_sym_explicit] = ACTIONS(1688), - [sym_auto] = ACTIONS(1688), - [anon_sym_typename] = ACTIONS(1688), - [anon_sym_template] = ACTIONS(1688), - [anon_sym_operator] = ACTIONS(1688), - [anon_sym_delete] = ACTIONS(1688), - [anon_sym_throw] = ACTIONS(1688), - [anon_sym_namespace] = ACTIONS(1688), - [anon_sym_using] = ACTIONS(1688), - [anon_sym_static_assert] = ACTIONS(1688), - [anon_sym_co_return] = ACTIONS(1688), - [anon_sym_co_yield] = ACTIONS(1688), - [anon_sym_try] = ACTIONS(1688), - [anon_sym_co_await] = ACTIONS(1688), - [anon_sym_new] = ACTIONS(1688), - [sym_operator_name] = ACTIONS(1688), - [sym_this] = ACTIONS(1688), - [sym_nullptr] = ACTIONS(1688), - [sym_alone_macro] = ACTIONS(1690), - [aux_sym_alone_macro_call_token1] = ACTIONS(1688), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1688), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_FORWARD] = ACTIONS(1688), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1688), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1688), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1688), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1688), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_PS_GET] = ACTIONS(1688), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1688), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1688), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1688), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1688), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1688), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1688), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1688), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1688), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1688), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1688), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1688), - [anon_sym_MOZ_COLD] = ACTIONS(1688), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1688), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1688), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1688), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1688), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1688), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1688), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1688), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1688), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1688), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1688), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1688), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1688), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1688), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1688), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1688), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1688), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1688), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1688), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1688), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1688), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_NONNULL] = ACTIONS(1688), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1688), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1688), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1688), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1688), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1688), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_NORETURN] = ACTIONS(1688), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1688), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1688), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1688), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1688), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1688), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1688), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1688), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1688), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1688), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1688), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1688), - [anon_sym_MOZ_RAII] = ACTIONS(1688), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1688), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1688), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1688), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1688), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1688), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1688), - [sym_raw_string_literal] = ACTIONS(1690), + [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), }, [417] = { - [sym_identifier] = ACTIONS(1692), - [aux_sym_preproc_include_token1] = ACTIONS(1692), - [aux_sym_preproc_def_token1] = ACTIONS(1692), - [aux_sym_preproc_if_token1] = ACTIONS(1692), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1692), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1692), - [sym_preproc_directive] = ACTIONS(1692), - [anon_sym_LPAREN2] = ACTIONS(1694), - [anon_sym_BANG] = ACTIONS(1694), - [anon_sym_TILDE] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1692), - [anon_sym_PLUS] = ACTIONS(1692), - [anon_sym_STAR] = ACTIONS(1694), - [anon_sym_AMP_AMP] = ACTIONS(1694), - [anon_sym_AMP] = ACTIONS(1692), - [anon_sym_SEMI] = ACTIONS(1694), - [anon_sym_typedef] = ACTIONS(1692), - [anon_sym_extern] = ACTIONS(1692), - [anon_sym___attribute__] = ACTIONS(1692), - [anon_sym_COLON_COLON] = ACTIONS(1694), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1694), - [anon_sym___declspec] = ACTIONS(1692), - [anon_sym___based] = ACTIONS(1692), - [anon_sym___cdecl] = ACTIONS(1692), - [anon_sym___clrcall] = ACTIONS(1692), - [anon_sym___stdcall] = ACTIONS(1692), - [anon_sym___fastcall] = ACTIONS(1692), - [anon_sym___thiscall] = ACTIONS(1692), - [anon_sym___vectorcall] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1694), - [anon_sym_RBRACE] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_static] = ACTIONS(1692), - [anon_sym_register] = ACTIONS(1692), - [anon_sym_inline] = ACTIONS(1692), - [anon_sym_thread_local] = ACTIONS(1692), - [anon_sym_const] = ACTIONS(1692), - [anon_sym_volatile] = ACTIONS(1692), - [anon_sym_restrict] = ACTIONS(1692), - [anon_sym__Atomic] = ACTIONS(1692), - [anon_sym_mutable] = ACTIONS(1692), - [anon_sym_constexpr] = ACTIONS(1692), - [anon_sym_signed] = ACTIONS(1692), - [anon_sym_unsigned] = ACTIONS(1692), - [anon_sym_long] = ACTIONS(1692), - [anon_sym_short] = ACTIONS(1692), - [sym_primitive_type] = ACTIONS(1692), - [anon_sym_enum] = ACTIONS(1692), - [anon_sym_class] = ACTIONS(1692), - [anon_sym_struct] = ACTIONS(1692), - [anon_sym_union] = ACTIONS(1692), - [anon_sym_if] = ACTIONS(1692), - [anon_sym_else] = ACTIONS(1692), - [anon_sym_switch] = ACTIONS(1692), - [anon_sym_case] = ACTIONS(1692), - [anon_sym_default] = ACTIONS(1692), - [anon_sym_while] = ACTIONS(1692), - [anon_sym_do] = ACTIONS(1692), - [anon_sym_for] = ACTIONS(1692), - [anon_sym_return] = ACTIONS(1692), - [anon_sym_break] = ACTIONS(1692), - [anon_sym_continue] = ACTIONS(1692), - [anon_sym_goto] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(1694), - [anon_sym_PLUS_PLUS] = ACTIONS(1694), - [anon_sym_sizeof] = ACTIONS(1692), - [sym_number_literal] = ACTIONS(1694), - [anon_sym_L_SQUOTE] = ACTIONS(1694), - [anon_sym_u_SQUOTE] = ACTIONS(1694), - [anon_sym_U_SQUOTE] = ACTIONS(1694), - [anon_sym_u8_SQUOTE] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1694), - [anon_sym_L_DQUOTE] = ACTIONS(1694), - [anon_sym_u_DQUOTE] = ACTIONS(1694), - [anon_sym_U_DQUOTE] = ACTIONS(1694), - [anon_sym_u8_DQUOTE] = ACTIONS(1694), - [anon_sym_DQUOTE] = ACTIONS(1694), - [sym_true] = ACTIONS(1692), - [sym_false] = ACTIONS(1692), - [sym_null] = ACTIONS(1692), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1692), - [anon_sym_virtual] = ACTIONS(1692), - [anon_sym_explicit] = ACTIONS(1692), - [sym_auto] = ACTIONS(1692), - [anon_sym_typename] = ACTIONS(1692), - [anon_sym_template] = ACTIONS(1692), - [anon_sym_operator] = ACTIONS(1692), - [anon_sym_delete] = ACTIONS(1692), - [anon_sym_throw] = ACTIONS(1692), - [anon_sym_namespace] = ACTIONS(1692), - [anon_sym_using] = ACTIONS(1692), - [anon_sym_static_assert] = ACTIONS(1692), - [anon_sym_co_return] = ACTIONS(1692), - [anon_sym_co_yield] = ACTIONS(1692), - [anon_sym_try] = ACTIONS(1692), - [anon_sym_co_await] = ACTIONS(1692), - [anon_sym_new] = ACTIONS(1692), - [sym_operator_name] = ACTIONS(1692), - [sym_this] = ACTIONS(1692), - [sym_nullptr] = ACTIONS(1692), - [sym_alone_macro] = ACTIONS(1694), - [aux_sym_alone_macro_call_token1] = ACTIONS(1692), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1692), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_FORWARD] = ACTIONS(1692), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1692), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1692), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1692), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1692), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_PS_GET] = ACTIONS(1692), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1692), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1692), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1692), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1692), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1692), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1692), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1692), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1692), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1692), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1692), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1692), - [anon_sym_MOZ_COLD] = ACTIONS(1692), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1692), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1692), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1692), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1692), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1692), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1692), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1692), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1692), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1692), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1692), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1692), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1692), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1692), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1692), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1692), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1692), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1692), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1692), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1692), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1692), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_NONNULL] = ACTIONS(1692), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1692), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1692), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1692), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1692), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1692), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_NORETURN] = ACTIONS(1692), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1692), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1692), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1692), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1692), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1692), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1692), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1692), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1692), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1692), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1692), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1692), - [anon_sym_MOZ_RAII] = ACTIONS(1692), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1692), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1692), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1692), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1692), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1692), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1692), - [sym_raw_string_literal] = ACTIONS(1694), + [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] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [419] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [422] = { - [ts_builtin_sym_end] = ACTIONS(1542), - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [423] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [424] = { - [sym_identifier] = ACTIONS(1696), - [aux_sym_preproc_include_token1] = ACTIONS(1696), - [aux_sym_preproc_def_token1] = ACTIONS(1696), - [aux_sym_preproc_if_token1] = ACTIONS(1696), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1696), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1696), - [sym_preproc_directive] = ACTIONS(1696), - [anon_sym_LPAREN2] = ACTIONS(1698), - [anon_sym_BANG] = ACTIONS(1698), - [anon_sym_TILDE] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1696), - [anon_sym_STAR] = ACTIONS(1698), - [anon_sym_AMP_AMP] = ACTIONS(1698), - [anon_sym_AMP] = ACTIONS(1696), - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_typedef] = ACTIONS(1696), - [anon_sym_extern] = ACTIONS(1696), - [anon_sym___attribute__] = ACTIONS(1696), - [anon_sym_COLON_COLON] = ACTIONS(1698), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1698), - [anon_sym___declspec] = ACTIONS(1696), - [anon_sym___based] = ACTIONS(1696), - [anon_sym___cdecl] = ACTIONS(1696), - [anon_sym___clrcall] = ACTIONS(1696), - [anon_sym___stdcall] = ACTIONS(1696), - [anon_sym___fastcall] = ACTIONS(1696), - [anon_sym___thiscall] = ACTIONS(1696), - [anon_sym___vectorcall] = ACTIONS(1696), - [anon_sym_LBRACE] = ACTIONS(1698), - [anon_sym_RBRACE] = ACTIONS(1698), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_static] = ACTIONS(1696), - [anon_sym_register] = ACTIONS(1696), - [anon_sym_inline] = ACTIONS(1696), - [anon_sym_thread_local] = ACTIONS(1696), - [anon_sym_const] = ACTIONS(1696), - [anon_sym_volatile] = ACTIONS(1696), - [anon_sym_restrict] = ACTIONS(1696), - [anon_sym__Atomic] = ACTIONS(1696), - [anon_sym_mutable] = ACTIONS(1696), - [anon_sym_constexpr] = ACTIONS(1696), - [anon_sym_signed] = ACTIONS(1696), - [anon_sym_unsigned] = ACTIONS(1696), - [anon_sym_long] = ACTIONS(1696), - [anon_sym_short] = ACTIONS(1696), - [sym_primitive_type] = ACTIONS(1696), - [anon_sym_enum] = ACTIONS(1696), - [anon_sym_class] = ACTIONS(1696), - [anon_sym_struct] = ACTIONS(1696), - [anon_sym_union] = ACTIONS(1696), - [anon_sym_if] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1696), - [anon_sym_switch] = ACTIONS(1696), - [anon_sym_case] = ACTIONS(1696), - [anon_sym_default] = ACTIONS(1696), - [anon_sym_while] = ACTIONS(1696), - [anon_sym_do] = ACTIONS(1696), - [anon_sym_for] = ACTIONS(1696), - [anon_sym_return] = ACTIONS(1696), - [anon_sym_break] = ACTIONS(1696), - [anon_sym_continue] = ACTIONS(1696), - [anon_sym_goto] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1698), - [anon_sym_PLUS_PLUS] = ACTIONS(1698), - [anon_sym_sizeof] = ACTIONS(1696), - [sym_number_literal] = ACTIONS(1698), - [anon_sym_L_SQUOTE] = ACTIONS(1698), - [anon_sym_u_SQUOTE] = ACTIONS(1698), - [anon_sym_U_SQUOTE] = ACTIONS(1698), - [anon_sym_u8_SQUOTE] = ACTIONS(1698), - [anon_sym_SQUOTE] = ACTIONS(1698), - [anon_sym_L_DQUOTE] = ACTIONS(1698), - [anon_sym_u_DQUOTE] = ACTIONS(1698), - [anon_sym_U_DQUOTE] = ACTIONS(1698), - [anon_sym_u8_DQUOTE] = ACTIONS(1698), - [anon_sym_DQUOTE] = ACTIONS(1698), - [sym_true] = ACTIONS(1696), - [sym_false] = ACTIONS(1696), - [sym_null] = ACTIONS(1696), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1696), - [anon_sym_virtual] = ACTIONS(1696), - [anon_sym_explicit] = ACTIONS(1696), - [sym_auto] = ACTIONS(1696), - [anon_sym_typename] = ACTIONS(1696), - [anon_sym_template] = ACTIONS(1696), - [anon_sym_operator] = ACTIONS(1696), - [anon_sym_delete] = ACTIONS(1696), - [anon_sym_throw] = ACTIONS(1696), - [anon_sym_namespace] = ACTIONS(1696), - [anon_sym_using] = ACTIONS(1696), - [anon_sym_static_assert] = ACTIONS(1696), - [anon_sym_co_return] = ACTIONS(1696), - [anon_sym_co_yield] = ACTIONS(1696), - [anon_sym_try] = ACTIONS(1696), - [anon_sym_co_await] = ACTIONS(1696), - [anon_sym_new] = ACTIONS(1696), - [sym_operator_name] = ACTIONS(1696), - [sym_this] = ACTIONS(1696), - [sym_nullptr] = ACTIONS(1696), - [sym_alone_macro] = ACTIONS(1698), - [aux_sym_alone_macro_call_token1] = ACTIONS(1696), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1696), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_FORWARD] = ACTIONS(1696), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1696), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1696), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1696), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1696), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_PS_GET] = ACTIONS(1696), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1696), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1696), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1696), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1696), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1696), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1696), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1696), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1696), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1696), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1696), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1696), - [anon_sym_MOZ_COLD] = ACTIONS(1696), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1696), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1696), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1696), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1696), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1696), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1696), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1696), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1696), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1696), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1696), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1696), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1696), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1696), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1696), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1696), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1696), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1696), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1696), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1696), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1696), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_NONNULL] = ACTIONS(1696), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1696), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1696), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1696), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1696), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1696), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_NORETURN] = ACTIONS(1696), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1696), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1696), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1696), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1696), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1696), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1696), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1696), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1696), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1696), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1696), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1696), - [anon_sym_MOZ_RAII] = ACTIONS(1696), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1696), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1696), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1696), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1696), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1696), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1696), - [sym_raw_string_literal] = ACTIONS(1698), + [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(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), }, [425] = { - [sym_identifier] = ACTIONS(1700), - [aux_sym_preproc_include_token1] = ACTIONS(1700), - [aux_sym_preproc_def_token1] = ACTIONS(1700), - [aux_sym_preproc_if_token1] = ACTIONS(1700), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1700), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1700), - [sym_preproc_directive] = ACTIONS(1700), - [anon_sym_LPAREN2] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_PLUS] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP_AMP] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1700), - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_typedef] = ACTIONS(1700), - [anon_sym_extern] = ACTIONS(1700), - [anon_sym___attribute__] = ACTIONS(1700), - [anon_sym_COLON_COLON] = ACTIONS(1702), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1702), - [anon_sym___declspec] = ACTIONS(1700), - [anon_sym___based] = ACTIONS(1700), - [anon_sym___cdecl] = ACTIONS(1700), - [anon_sym___clrcall] = ACTIONS(1700), - [anon_sym___stdcall] = ACTIONS(1700), - [anon_sym___fastcall] = ACTIONS(1700), - [anon_sym___thiscall] = ACTIONS(1700), - [anon_sym___vectorcall] = ACTIONS(1700), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_RBRACE] = ACTIONS(1702), - [anon_sym_LBRACK] = ACTIONS(1700), - [anon_sym_static] = ACTIONS(1700), - [anon_sym_register] = ACTIONS(1700), - [anon_sym_inline] = ACTIONS(1700), - [anon_sym_thread_local] = ACTIONS(1700), - [anon_sym_const] = ACTIONS(1700), - [anon_sym_volatile] = ACTIONS(1700), - [anon_sym_restrict] = ACTIONS(1700), - [anon_sym__Atomic] = ACTIONS(1700), - [anon_sym_mutable] = ACTIONS(1700), - [anon_sym_constexpr] = ACTIONS(1700), - [anon_sym_signed] = ACTIONS(1700), - [anon_sym_unsigned] = ACTIONS(1700), - [anon_sym_long] = ACTIONS(1700), - [anon_sym_short] = ACTIONS(1700), - [sym_primitive_type] = ACTIONS(1700), - [anon_sym_enum] = ACTIONS(1700), - [anon_sym_class] = ACTIONS(1700), - [anon_sym_struct] = ACTIONS(1700), - [anon_sym_union] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_else] = ACTIONS(1924), - [anon_sym_switch] = ACTIONS(1700), - [anon_sym_case] = ACTIONS(1700), - [anon_sym_default] = ACTIONS(1700), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_do] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_continue] = ACTIONS(1700), - [anon_sym_goto] = ACTIONS(1700), - [anon_sym_DASH_DASH] = ACTIONS(1702), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_sizeof] = ACTIONS(1700), - [sym_number_literal] = ACTIONS(1702), - [anon_sym_L_SQUOTE] = ACTIONS(1702), - [anon_sym_u_SQUOTE] = ACTIONS(1702), - [anon_sym_U_SQUOTE] = ACTIONS(1702), - [anon_sym_u8_SQUOTE] = ACTIONS(1702), - [anon_sym_SQUOTE] = ACTIONS(1702), - [anon_sym_L_DQUOTE] = ACTIONS(1702), - [anon_sym_u_DQUOTE] = ACTIONS(1702), - [anon_sym_U_DQUOTE] = ACTIONS(1702), - [anon_sym_u8_DQUOTE] = ACTIONS(1702), - [anon_sym_DQUOTE] = ACTIONS(1702), - [sym_true] = ACTIONS(1700), - [sym_false] = ACTIONS(1700), - [sym_null] = ACTIONS(1700), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1700), - [anon_sym_virtual] = ACTIONS(1700), - [anon_sym_explicit] = ACTIONS(1700), - [sym_auto] = ACTIONS(1700), - [anon_sym_typename] = ACTIONS(1700), - [anon_sym_template] = ACTIONS(1700), - [anon_sym_operator] = ACTIONS(1700), - [anon_sym_delete] = ACTIONS(1700), - [anon_sym_throw] = ACTIONS(1700), - [anon_sym_namespace] = ACTIONS(1700), - [anon_sym_using] = ACTIONS(1700), - [anon_sym_static_assert] = ACTIONS(1700), - [anon_sym_co_return] = ACTIONS(1700), - [anon_sym_co_yield] = ACTIONS(1700), - [anon_sym_try] = ACTIONS(1700), - [anon_sym_co_await] = ACTIONS(1700), - [anon_sym_new] = ACTIONS(1700), - [sym_operator_name] = ACTIONS(1700), - [sym_this] = ACTIONS(1700), - [sym_nullptr] = ACTIONS(1700), - [sym_alone_macro] = ACTIONS(1702), - [aux_sym_alone_macro_call_token1] = ACTIONS(1700), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1700), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_FORWARD] = ACTIONS(1700), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1700), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1700), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1700), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1700), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_PS_GET] = ACTIONS(1700), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1700), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1700), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1700), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1700), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1700), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1700), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1700), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1700), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1700), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1700), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1700), - [anon_sym_MOZ_COLD] = ACTIONS(1700), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1700), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1700), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1700), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1700), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1700), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1700), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1700), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1700), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1700), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1700), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1700), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1700), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1700), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1700), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1700), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1700), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1700), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1700), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1700), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1700), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_NONNULL] = ACTIONS(1700), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1700), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1700), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1700), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1700), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1700), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_NORETURN] = ACTIONS(1700), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1700), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1700), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1700), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1700), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1700), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1700), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1700), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1700), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1700), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1700), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1700), - [anon_sym_MOZ_RAII] = ACTIONS(1700), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1700), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1700), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1700), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1700), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1700), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1700), - [sym_raw_string_literal] = ACTIONS(1702), + [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), }, [426] = { - [sym_identifier] = ACTIONS(1606), - [aux_sym_preproc_include_token1] = ACTIONS(1606), - [aux_sym_preproc_def_token1] = ACTIONS(1606), - [aux_sym_preproc_if_token1] = ACTIONS(1606), - [aux_sym_preproc_if_token2] = ACTIONS(1606), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1606), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1606), - [sym_preproc_directive] = ACTIONS(1606), - [anon_sym_LPAREN2] = ACTIONS(1608), - [anon_sym_BANG] = ACTIONS(1608), - [anon_sym_TILDE] = ACTIONS(1608), - [anon_sym_DASH] = ACTIONS(1606), - [anon_sym_PLUS] = ACTIONS(1606), - [anon_sym_STAR] = ACTIONS(1608), - [anon_sym_AMP_AMP] = ACTIONS(1608), - [anon_sym_AMP] = ACTIONS(1606), - [anon_sym_SEMI] = ACTIONS(1608), - [anon_sym_typedef] = ACTIONS(1606), - [anon_sym_extern] = ACTIONS(1606), - [anon_sym___attribute__] = ACTIONS(1606), - [anon_sym_COLON_COLON] = ACTIONS(1608), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1608), - [anon_sym___declspec] = ACTIONS(1606), - [anon_sym___based] = ACTIONS(1606), - [anon_sym___cdecl] = ACTIONS(1606), - [anon_sym___clrcall] = ACTIONS(1606), - [anon_sym___stdcall] = ACTIONS(1606), - [anon_sym___fastcall] = ACTIONS(1606), - [anon_sym___thiscall] = ACTIONS(1606), - [anon_sym___vectorcall] = ACTIONS(1606), - [anon_sym_LBRACE] = ACTIONS(1608), - [anon_sym_LBRACK] = ACTIONS(1606), - [anon_sym_static] = ACTIONS(1606), - [anon_sym_register] = ACTIONS(1606), - [anon_sym_inline] = ACTIONS(1606), - [anon_sym_thread_local] = ACTIONS(1606), - [anon_sym_const] = ACTIONS(1606), - [anon_sym_volatile] = ACTIONS(1606), - [anon_sym_restrict] = ACTIONS(1606), - [anon_sym__Atomic] = ACTIONS(1606), - [anon_sym_mutable] = ACTIONS(1606), - [anon_sym_constexpr] = ACTIONS(1606), - [anon_sym_signed] = ACTIONS(1606), - [anon_sym_unsigned] = ACTIONS(1606), - [anon_sym_long] = ACTIONS(1606), - [anon_sym_short] = ACTIONS(1606), - [sym_primitive_type] = ACTIONS(1606), - [anon_sym_enum] = ACTIONS(1606), - [anon_sym_class] = ACTIONS(1606), - [anon_sym_struct] = ACTIONS(1606), - [anon_sym_union] = ACTIONS(1606), - [anon_sym_if] = ACTIONS(1606), - [anon_sym_else] = ACTIONS(1926), - [anon_sym_switch] = ACTIONS(1606), - [anon_sym_case] = ACTIONS(1606), - [anon_sym_default] = ACTIONS(1606), - [anon_sym_while] = ACTIONS(1606), - [anon_sym_do] = ACTIONS(1606), - [anon_sym_for] = ACTIONS(1606), - [anon_sym_return] = ACTIONS(1606), - [anon_sym_break] = ACTIONS(1606), - [anon_sym_continue] = ACTIONS(1606), - [anon_sym_goto] = ACTIONS(1606), - [anon_sym_DASH_DASH] = ACTIONS(1608), - [anon_sym_PLUS_PLUS] = ACTIONS(1608), - [anon_sym_sizeof] = ACTIONS(1606), - [sym_number_literal] = ACTIONS(1608), - [anon_sym_L_SQUOTE] = ACTIONS(1608), - [anon_sym_u_SQUOTE] = ACTIONS(1608), - [anon_sym_U_SQUOTE] = ACTIONS(1608), - [anon_sym_u8_SQUOTE] = ACTIONS(1608), - [anon_sym_SQUOTE] = ACTIONS(1608), - [anon_sym_L_DQUOTE] = ACTIONS(1608), - [anon_sym_u_DQUOTE] = ACTIONS(1608), - [anon_sym_U_DQUOTE] = ACTIONS(1608), - [anon_sym_u8_DQUOTE] = ACTIONS(1608), - [anon_sym_DQUOTE] = ACTIONS(1608), - [sym_true] = ACTIONS(1606), - [sym_false] = ACTIONS(1606), - [sym_null] = ACTIONS(1606), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1606), - [anon_sym_virtual] = ACTIONS(1606), - [anon_sym_explicit] = ACTIONS(1606), - [sym_auto] = ACTIONS(1606), - [anon_sym_typename] = ACTIONS(1606), - [anon_sym_template] = ACTIONS(1606), - [anon_sym_operator] = ACTIONS(1606), - [anon_sym_delete] = ACTIONS(1606), - [anon_sym_throw] = ACTIONS(1606), - [anon_sym_namespace] = ACTIONS(1606), - [anon_sym_using] = ACTIONS(1606), - [anon_sym_static_assert] = ACTIONS(1606), - [anon_sym_co_return] = ACTIONS(1606), - [anon_sym_co_yield] = ACTIONS(1606), - [anon_sym_try] = ACTIONS(1606), - [anon_sym_co_await] = ACTIONS(1606), - [anon_sym_new] = ACTIONS(1606), - [sym_operator_name] = ACTIONS(1606), - [sym_this] = ACTIONS(1606), - [sym_nullptr] = ACTIONS(1606), - [sym_alone_macro] = ACTIONS(1608), - [aux_sym_alone_macro_call_token1] = ACTIONS(1606), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1606), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_FORWARD] = ACTIONS(1606), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1606), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1606), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1606), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1606), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_PS_GET] = ACTIONS(1606), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1606), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1606), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1606), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1606), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1606), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1606), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1606), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1606), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1606), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1606), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1606), - [anon_sym_MOZ_COLD] = ACTIONS(1606), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1606), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1606), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1606), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1606), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1606), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1606), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1606), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1606), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1606), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1606), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1606), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1606), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1606), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1606), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1606), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1606), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1606), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1606), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1606), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1606), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_NONNULL] = ACTIONS(1606), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1606), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1606), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1606), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1606), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1606), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_NORETURN] = ACTIONS(1606), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1606), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1606), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1606), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1606), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1606), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1606), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1606), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1606), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1606), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1606), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1606), - [anon_sym_MOZ_RAII] = ACTIONS(1606), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1606), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1606), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1606), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1606), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1606), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1606), - [sym_raw_string_literal] = ACTIONS(1608), + [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), }, [427] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [428] = { - [ts_builtin_sym_end] = ACTIONS(1564), - [sym_identifier] = ACTIONS(1562), - [aux_sym_preproc_include_token1] = ACTIONS(1562), - [aux_sym_preproc_def_token1] = ACTIONS(1562), - [aux_sym_preproc_if_token1] = ACTIONS(1562), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1562), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1562), - [sym_preproc_directive] = ACTIONS(1562), - [anon_sym_LPAREN2] = ACTIONS(1564), - [anon_sym_BANG] = ACTIONS(1564), - [anon_sym_TILDE] = ACTIONS(1564), - [anon_sym_DASH] = ACTIONS(1562), - [anon_sym_PLUS] = ACTIONS(1562), - [anon_sym_STAR] = ACTIONS(1564), - [anon_sym_AMP_AMP] = ACTIONS(1564), - [anon_sym_AMP] = ACTIONS(1562), - [anon_sym_SEMI] = ACTIONS(1564), - [anon_sym_typedef] = ACTIONS(1562), - [anon_sym_extern] = ACTIONS(1562), - [anon_sym___attribute__] = ACTIONS(1562), - [anon_sym_COLON_COLON] = ACTIONS(1564), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1564), - [anon_sym___declspec] = ACTIONS(1562), - [anon_sym___based] = ACTIONS(1562), - [anon_sym___cdecl] = ACTIONS(1562), - [anon_sym___clrcall] = ACTIONS(1562), - [anon_sym___stdcall] = ACTIONS(1562), - [anon_sym___fastcall] = ACTIONS(1562), - [anon_sym___thiscall] = ACTIONS(1562), - [anon_sym___vectorcall] = ACTIONS(1562), - [anon_sym_LBRACE] = ACTIONS(1564), - [anon_sym_LBRACK] = ACTIONS(1562), - [anon_sym_static] = ACTIONS(1562), - [anon_sym_register] = ACTIONS(1562), - [anon_sym_inline] = ACTIONS(1562), - [anon_sym_thread_local] = ACTIONS(1562), - [anon_sym_const] = ACTIONS(1562), - [anon_sym_volatile] = ACTIONS(1562), - [anon_sym_restrict] = ACTIONS(1562), - [anon_sym__Atomic] = ACTIONS(1562), - [anon_sym_mutable] = ACTIONS(1562), - [anon_sym_constexpr] = ACTIONS(1562), - [anon_sym_signed] = ACTIONS(1562), - [anon_sym_unsigned] = ACTIONS(1562), - [anon_sym_long] = ACTIONS(1562), - [anon_sym_short] = ACTIONS(1562), - [sym_primitive_type] = ACTIONS(1562), - [anon_sym_enum] = ACTIONS(1562), - [anon_sym_class] = ACTIONS(1562), - [anon_sym_struct] = ACTIONS(1562), - [anon_sym_union] = ACTIONS(1562), - [anon_sym_if] = ACTIONS(1562), - [anon_sym_else] = ACTIONS(1562), - [anon_sym_switch] = ACTIONS(1562), - [anon_sym_case] = ACTIONS(1562), - [anon_sym_default] = ACTIONS(1562), - [anon_sym_while] = ACTIONS(1562), - [anon_sym_do] = ACTIONS(1562), - [anon_sym_for] = ACTIONS(1562), - [anon_sym_return] = ACTIONS(1562), - [anon_sym_break] = ACTIONS(1562), - [anon_sym_continue] = ACTIONS(1562), - [anon_sym_goto] = ACTIONS(1562), - [anon_sym_DASH_DASH] = ACTIONS(1564), - [anon_sym_PLUS_PLUS] = ACTIONS(1564), - [anon_sym_sizeof] = ACTIONS(1562), - [sym_number_literal] = ACTIONS(1564), - [anon_sym_L_SQUOTE] = ACTIONS(1564), - [anon_sym_u_SQUOTE] = ACTIONS(1564), - [anon_sym_U_SQUOTE] = ACTIONS(1564), - [anon_sym_u8_SQUOTE] = ACTIONS(1564), - [anon_sym_SQUOTE] = ACTIONS(1564), - [anon_sym_L_DQUOTE] = ACTIONS(1564), - [anon_sym_u_DQUOTE] = ACTIONS(1564), - [anon_sym_U_DQUOTE] = ACTIONS(1564), - [anon_sym_u8_DQUOTE] = ACTIONS(1564), - [anon_sym_DQUOTE] = ACTIONS(1564), - [sym_true] = ACTIONS(1562), - [sym_false] = ACTIONS(1562), - [sym_null] = ACTIONS(1562), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1562), - [anon_sym_virtual] = ACTIONS(1562), - [anon_sym_explicit] = ACTIONS(1562), - [sym_auto] = ACTIONS(1562), - [anon_sym_typename] = ACTIONS(1562), - [anon_sym_template] = ACTIONS(1562), - [anon_sym_operator] = ACTIONS(1562), - [anon_sym_delete] = ACTIONS(1562), - [anon_sym_throw] = ACTIONS(1562), - [anon_sym_namespace] = ACTIONS(1562), - [anon_sym_using] = ACTIONS(1562), - [anon_sym_static_assert] = ACTIONS(1562), - [anon_sym_co_return] = ACTIONS(1562), - [anon_sym_co_yield] = ACTIONS(1562), - [anon_sym_try] = ACTIONS(1562), - [anon_sym_co_await] = ACTIONS(1562), - [anon_sym_new] = ACTIONS(1562), - [sym_operator_name] = ACTIONS(1562), - [sym_this] = ACTIONS(1562), - [sym_nullptr] = ACTIONS(1562), - [sym_alone_macro] = ACTIONS(1564), - [aux_sym_alone_macro_call_token1] = ACTIONS(1562), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1562), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_FORWARD] = ACTIONS(1562), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1562), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1562), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1562), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1562), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_PS_GET] = ACTIONS(1562), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1562), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1562), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1562), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1562), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1562), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1562), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1562), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1562), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1562), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1562), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1562), - [anon_sym_MOZ_COLD] = ACTIONS(1562), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1562), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1562), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1562), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1562), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1562), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1562), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1562), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1562), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1562), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1562), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1562), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1562), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1562), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1562), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1562), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1562), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1562), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1562), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1562), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1562), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_NONNULL] = ACTIONS(1562), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1562), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1562), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1562), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1562), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1562), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_NORETURN] = ACTIONS(1562), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1562), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1562), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1562), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1562), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1562), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1562), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1562), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1562), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1562), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1562), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1562), - [anon_sym_MOZ_RAII] = ACTIONS(1562), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1562), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1562), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1562), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1562), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1562), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1562), - [sym_raw_string_literal] = ACTIONS(1564), + [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), + [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), }, [429] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [430] = { - [sym_identifier] = ACTIONS(1570), - [aux_sym_preproc_include_token1] = ACTIONS(1570), - [aux_sym_preproc_def_token1] = ACTIONS(1570), - [aux_sym_preproc_if_token1] = ACTIONS(1570), - [aux_sym_preproc_if_token2] = ACTIONS(1570), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1570), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1570), - [sym_preproc_directive] = ACTIONS(1570), - [anon_sym_LPAREN2] = ACTIONS(1572), - [anon_sym_BANG] = ACTIONS(1572), - [anon_sym_TILDE] = ACTIONS(1572), - [anon_sym_DASH] = ACTIONS(1570), - [anon_sym_PLUS] = ACTIONS(1570), - [anon_sym_STAR] = ACTIONS(1572), - [anon_sym_AMP_AMP] = ACTIONS(1572), - [anon_sym_AMP] = ACTIONS(1570), - [anon_sym_SEMI] = ACTIONS(1572), - [anon_sym_typedef] = ACTIONS(1570), - [anon_sym_extern] = ACTIONS(1570), - [anon_sym___attribute__] = ACTIONS(1570), - [anon_sym_COLON_COLON] = ACTIONS(1572), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1572), - [anon_sym___declspec] = ACTIONS(1570), - [anon_sym___based] = ACTIONS(1570), - [anon_sym___cdecl] = ACTIONS(1570), - [anon_sym___clrcall] = ACTIONS(1570), - [anon_sym___stdcall] = ACTIONS(1570), - [anon_sym___fastcall] = ACTIONS(1570), - [anon_sym___thiscall] = ACTIONS(1570), - [anon_sym___vectorcall] = ACTIONS(1570), - [anon_sym_LBRACE] = ACTIONS(1572), - [anon_sym_LBRACK] = ACTIONS(1570), - [anon_sym_static] = ACTIONS(1570), - [anon_sym_register] = ACTIONS(1570), - [anon_sym_inline] = ACTIONS(1570), - [anon_sym_thread_local] = ACTIONS(1570), - [anon_sym_const] = ACTIONS(1570), - [anon_sym_volatile] = ACTIONS(1570), - [anon_sym_restrict] = ACTIONS(1570), - [anon_sym__Atomic] = ACTIONS(1570), - [anon_sym_mutable] = ACTIONS(1570), - [anon_sym_constexpr] = ACTIONS(1570), - [anon_sym_signed] = ACTIONS(1570), - [anon_sym_unsigned] = ACTIONS(1570), - [anon_sym_long] = ACTIONS(1570), - [anon_sym_short] = ACTIONS(1570), - [sym_primitive_type] = ACTIONS(1570), - [anon_sym_enum] = ACTIONS(1570), - [anon_sym_class] = ACTIONS(1570), - [anon_sym_struct] = ACTIONS(1570), - [anon_sym_union] = ACTIONS(1570), - [anon_sym_if] = ACTIONS(1570), - [anon_sym_else] = ACTIONS(1570), - [anon_sym_switch] = ACTIONS(1570), - [anon_sym_case] = ACTIONS(1570), - [anon_sym_default] = ACTIONS(1570), - [anon_sym_while] = ACTIONS(1570), - [anon_sym_do] = ACTIONS(1570), - [anon_sym_for] = ACTIONS(1570), - [anon_sym_return] = ACTIONS(1570), - [anon_sym_break] = ACTIONS(1570), - [anon_sym_continue] = ACTIONS(1570), - [anon_sym_goto] = ACTIONS(1570), - [anon_sym_DASH_DASH] = ACTIONS(1572), - [anon_sym_PLUS_PLUS] = ACTIONS(1572), - [anon_sym_sizeof] = ACTIONS(1570), - [sym_number_literal] = ACTIONS(1572), - [anon_sym_L_SQUOTE] = ACTIONS(1572), - [anon_sym_u_SQUOTE] = ACTIONS(1572), - [anon_sym_U_SQUOTE] = ACTIONS(1572), - [anon_sym_u8_SQUOTE] = ACTIONS(1572), - [anon_sym_SQUOTE] = ACTIONS(1572), - [anon_sym_L_DQUOTE] = ACTIONS(1572), - [anon_sym_u_DQUOTE] = ACTIONS(1572), - [anon_sym_U_DQUOTE] = ACTIONS(1572), - [anon_sym_u8_DQUOTE] = ACTIONS(1572), - [anon_sym_DQUOTE] = ACTIONS(1572), - [sym_true] = ACTIONS(1570), - [sym_false] = ACTIONS(1570), - [sym_null] = ACTIONS(1570), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1570), - [anon_sym_virtual] = ACTIONS(1570), - [anon_sym_explicit] = ACTIONS(1570), - [sym_auto] = ACTIONS(1570), - [anon_sym_typename] = ACTIONS(1570), - [anon_sym_template] = ACTIONS(1570), - [anon_sym_operator] = ACTIONS(1570), - [anon_sym_delete] = ACTIONS(1570), - [anon_sym_throw] = ACTIONS(1570), - [anon_sym_namespace] = ACTIONS(1570), - [anon_sym_using] = ACTIONS(1570), - [anon_sym_static_assert] = ACTIONS(1570), - [anon_sym_co_return] = ACTIONS(1570), - [anon_sym_co_yield] = ACTIONS(1570), - [anon_sym_try] = ACTIONS(1570), - [anon_sym_co_await] = ACTIONS(1570), - [anon_sym_new] = ACTIONS(1570), - [sym_operator_name] = ACTIONS(1570), - [sym_this] = ACTIONS(1570), - [sym_nullptr] = ACTIONS(1570), - [sym_alone_macro] = ACTIONS(1572), - [aux_sym_alone_macro_call_token1] = ACTIONS(1570), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1570), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_FORWARD] = ACTIONS(1570), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1570), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1570), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1570), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1570), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_PS_GET] = ACTIONS(1570), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1570), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1570), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1570), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1570), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1570), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1570), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1570), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1570), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1570), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1570), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1570), - [anon_sym_MOZ_COLD] = ACTIONS(1570), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1570), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1570), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1570), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1570), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1570), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1570), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1570), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1570), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1570), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1570), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1570), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1570), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1570), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1570), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1570), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1570), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1570), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1570), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1570), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1570), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_NONNULL] = ACTIONS(1570), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1570), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1570), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1570), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1570), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1570), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_NORETURN] = ACTIONS(1570), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1570), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1570), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1570), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1570), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1570), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1570), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1570), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1570), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1570), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1570), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1570), - [anon_sym_MOZ_RAII] = ACTIONS(1570), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1570), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1570), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1570), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1570), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1570), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1570), - [sym_raw_string_literal] = ACTIONS(1572), + [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_RBRACE] = 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), }, [431] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [432] = { - [ts_builtin_sym_end] = ACTIONS(1556), - [sym_identifier] = ACTIONS(1554), - [aux_sym_preproc_include_token1] = ACTIONS(1554), - [aux_sym_preproc_def_token1] = ACTIONS(1554), - [aux_sym_preproc_if_token1] = ACTIONS(1554), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1554), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1554), - [sym_preproc_directive] = ACTIONS(1554), - [anon_sym_LPAREN2] = ACTIONS(1556), - [anon_sym_BANG] = ACTIONS(1556), - [anon_sym_TILDE] = ACTIONS(1556), - [anon_sym_DASH] = ACTIONS(1554), - [anon_sym_PLUS] = ACTIONS(1554), - [anon_sym_STAR] = ACTIONS(1556), - [anon_sym_AMP_AMP] = ACTIONS(1556), - [anon_sym_AMP] = ACTIONS(1554), - [anon_sym_SEMI] = ACTIONS(1556), - [anon_sym_typedef] = ACTIONS(1554), - [anon_sym_extern] = ACTIONS(1554), - [anon_sym___attribute__] = ACTIONS(1554), - [anon_sym_COLON_COLON] = ACTIONS(1556), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1556), - [anon_sym___declspec] = ACTIONS(1554), - [anon_sym___based] = ACTIONS(1554), - [anon_sym___cdecl] = ACTIONS(1554), - [anon_sym___clrcall] = ACTIONS(1554), - [anon_sym___stdcall] = ACTIONS(1554), - [anon_sym___fastcall] = ACTIONS(1554), - [anon_sym___thiscall] = ACTIONS(1554), - [anon_sym___vectorcall] = ACTIONS(1554), - [anon_sym_LBRACE] = ACTIONS(1556), - [anon_sym_LBRACK] = ACTIONS(1554), - [anon_sym_static] = ACTIONS(1554), - [anon_sym_register] = ACTIONS(1554), - [anon_sym_inline] = ACTIONS(1554), - [anon_sym_thread_local] = ACTIONS(1554), - [anon_sym_const] = ACTIONS(1554), - [anon_sym_volatile] = ACTIONS(1554), - [anon_sym_restrict] = ACTIONS(1554), - [anon_sym__Atomic] = ACTIONS(1554), - [anon_sym_mutable] = ACTIONS(1554), - [anon_sym_constexpr] = ACTIONS(1554), - [anon_sym_signed] = ACTIONS(1554), - [anon_sym_unsigned] = ACTIONS(1554), - [anon_sym_long] = ACTIONS(1554), - [anon_sym_short] = ACTIONS(1554), - [sym_primitive_type] = ACTIONS(1554), - [anon_sym_enum] = ACTIONS(1554), - [anon_sym_class] = ACTIONS(1554), - [anon_sym_struct] = ACTIONS(1554), - [anon_sym_union] = ACTIONS(1554), - [anon_sym_if] = ACTIONS(1554), - [anon_sym_else] = ACTIONS(1554), - [anon_sym_switch] = ACTIONS(1554), - [anon_sym_case] = ACTIONS(1554), - [anon_sym_default] = ACTIONS(1554), - [anon_sym_while] = ACTIONS(1554), - [anon_sym_do] = ACTIONS(1554), - [anon_sym_for] = ACTIONS(1554), - [anon_sym_return] = ACTIONS(1554), - [anon_sym_break] = ACTIONS(1554), - [anon_sym_continue] = ACTIONS(1554), - [anon_sym_goto] = ACTIONS(1554), - [anon_sym_DASH_DASH] = ACTIONS(1556), - [anon_sym_PLUS_PLUS] = ACTIONS(1556), - [anon_sym_sizeof] = ACTIONS(1554), - [sym_number_literal] = ACTIONS(1556), - [anon_sym_L_SQUOTE] = ACTIONS(1556), - [anon_sym_u_SQUOTE] = ACTIONS(1556), - [anon_sym_U_SQUOTE] = ACTIONS(1556), - [anon_sym_u8_SQUOTE] = ACTIONS(1556), - [anon_sym_SQUOTE] = ACTIONS(1556), - [anon_sym_L_DQUOTE] = ACTIONS(1556), - [anon_sym_u_DQUOTE] = ACTIONS(1556), - [anon_sym_U_DQUOTE] = ACTIONS(1556), - [anon_sym_u8_DQUOTE] = ACTIONS(1556), - [anon_sym_DQUOTE] = ACTIONS(1556), - [sym_true] = ACTIONS(1554), - [sym_false] = ACTIONS(1554), - [sym_null] = ACTIONS(1554), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1554), - [anon_sym_virtual] = ACTIONS(1554), - [anon_sym_explicit] = ACTIONS(1554), - [sym_auto] = ACTIONS(1554), - [anon_sym_typename] = ACTIONS(1554), - [anon_sym_template] = ACTIONS(1554), - [anon_sym_operator] = ACTIONS(1554), - [anon_sym_delete] = ACTIONS(1554), - [anon_sym_throw] = ACTIONS(1554), - [anon_sym_namespace] = ACTIONS(1554), - [anon_sym_using] = ACTIONS(1554), - [anon_sym_static_assert] = ACTIONS(1554), - [anon_sym_co_return] = ACTIONS(1554), - [anon_sym_co_yield] = ACTIONS(1554), - [anon_sym_try] = ACTIONS(1554), - [anon_sym_co_await] = ACTIONS(1554), - [anon_sym_new] = ACTIONS(1554), - [sym_operator_name] = ACTIONS(1554), - [sym_this] = ACTIONS(1554), - [sym_nullptr] = ACTIONS(1554), - [sym_alone_macro] = ACTIONS(1556), - [aux_sym_alone_macro_call_token1] = ACTIONS(1554), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1554), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_FORWARD] = ACTIONS(1554), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1554), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1554), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1554), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1554), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_PS_GET] = ACTIONS(1554), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1554), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1554), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1554), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1554), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1554), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1554), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1554), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1554), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1554), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1554), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1554), - [anon_sym_MOZ_COLD] = ACTIONS(1554), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1554), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1554), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1554), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1554), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1554), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1554), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1554), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1554), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1554), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1554), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1554), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1554), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1554), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1554), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1554), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1554), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1554), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1554), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1554), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1554), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_NONNULL] = ACTIONS(1554), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1554), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1554), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1554), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1554), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1554), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_NORETURN] = ACTIONS(1554), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1554), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1554), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1554), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1554), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1554), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1554), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1554), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1554), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1554), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1554), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1554), - [anon_sym_MOZ_RAII] = ACTIONS(1554), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1554), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1554), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1554), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1554), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1554), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1554), - [sym_raw_string_literal] = ACTIONS(1556), + [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(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(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), }, [434] = { - [sym_identifier] = ACTIONS(1624), - [aux_sym_preproc_include_token1] = ACTIONS(1624), - [aux_sym_preproc_def_token1] = ACTIONS(1624), - [aux_sym_preproc_if_token1] = ACTIONS(1624), - [aux_sym_preproc_if_token2] = ACTIONS(1624), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1624), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1624), - [sym_preproc_directive] = ACTIONS(1624), - [anon_sym_LPAREN2] = ACTIONS(1626), - [anon_sym_BANG] = ACTIONS(1626), - [anon_sym_TILDE] = ACTIONS(1626), - [anon_sym_DASH] = ACTIONS(1624), - [anon_sym_PLUS] = ACTIONS(1624), - [anon_sym_STAR] = ACTIONS(1626), - [anon_sym_AMP_AMP] = ACTIONS(1626), - [anon_sym_AMP] = ACTIONS(1624), - [anon_sym_SEMI] = ACTIONS(1626), - [anon_sym_typedef] = ACTIONS(1624), - [anon_sym_extern] = ACTIONS(1624), - [anon_sym___attribute__] = ACTIONS(1624), - [anon_sym_COLON_COLON] = ACTIONS(1626), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1626), - [anon_sym___declspec] = ACTIONS(1624), - [anon_sym___based] = ACTIONS(1624), - [anon_sym___cdecl] = ACTIONS(1624), - [anon_sym___clrcall] = ACTIONS(1624), - [anon_sym___stdcall] = ACTIONS(1624), - [anon_sym___fastcall] = ACTIONS(1624), - [anon_sym___thiscall] = ACTIONS(1624), - [anon_sym___vectorcall] = ACTIONS(1624), - [anon_sym_LBRACE] = ACTIONS(1626), - [anon_sym_LBRACK] = ACTIONS(1624), - [anon_sym_static] = ACTIONS(1624), - [anon_sym_register] = ACTIONS(1624), - [anon_sym_inline] = ACTIONS(1624), - [anon_sym_thread_local] = ACTIONS(1624), - [anon_sym_const] = ACTIONS(1624), - [anon_sym_volatile] = ACTIONS(1624), - [anon_sym_restrict] = ACTIONS(1624), - [anon_sym__Atomic] = ACTIONS(1624), - [anon_sym_mutable] = ACTIONS(1624), - [anon_sym_constexpr] = ACTIONS(1624), - [anon_sym_signed] = ACTIONS(1624), - [anon_sym_unsigned] = ACTIONS(1624), - [anon_sym_long] = ACTIONS(1624), - [anon_sym_short] = ACTIONS(1624), - [sym_primitive_type] = ACTIONS(1624), - [anon_sym_enum] = ACTIONS(1624), - [anon_sym_class] = ACTIONS(1624), - [anon_sym_struct] = ACTIONS(1624), - [anon_sym_union] = ACTIONS(1624), - [anon_sym_if] = ACTIONS(1624), - [anon_sym_else] = ACTIONS(1624), - [anon_sym_switch] = ACTIONS(1624), - [anon_sym_case] = ACTIONS(1624), - [anon_sym_default] = ACTIONS(1624), - [anon_sym_while] = ACTIONS(1624), - [anon_sym_do] = ACTIONS(1624), - [anon_sym_for] = ACTIONS(1624), - [anon_sym_return] = ACTIONS(1624), - [anon_sym_break] = ACTIONS(1624), - [anon_sym_continue] = ACTIONS(1624), - [anon_sym_goto] = ACTIONS(1624), - [anon_sym_DASH_DASH] = ACTIONS(1626), - [anon_sym_PLUS_PLUS] = ACTIONS(1626), - [anon_sym_sizeof] = ACTIONS(1624), - [sym_number_literal] = ACTIONS(1626), - [anon_sym_L_SQUOTE] = ACTIONS(1626), - [anon_sym_u_SQUOTE] = ACTIONS(1626), - [anon_sym_U_SQUOTE] = ACTIONS(1626), - [anon_sym_u8_SQUOTE] = ACTIONS(1626), - [anon_sym_SQUOTE] = ACTIONS(1626), - [anon_sym_L_DQUOTE] = ACTIONS(1626), - [anon_sym_u_DQUOTE] = ACTIONS(1626), - [anon_sym_U_DQUOTE] = ACTIONS(1626), - [anon_sym_u8_DQUOTE] = ACTIONS(1626), - [anon_sym_DQUOTE] = ACTIONS(1626), - [sym_true] = ACTIONS(1624), - [sym_false] = ACTIONS(1624), - [sym_null] = ACTIONS(1624), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1624), - [anon_sym_virtual] = ACTIONS(1624), - [anon_sym_explicit] = ACTIONS(1624), - [sym_auto] = ACTIONS(1624), - [anon_sym_typename] = ACTIONS(1624), - [anon_sym_template] = ACTIONS(1624), - [anon_sym_operator] = ACTIONS(1624), - [anon_sym_delete] = ACTIONS(1624), - [anon_sym_throw] = ACTIONS(1624), - [anon_sym_namespace] = ACTIONS(1624), - [anon_sym_using] = ACTIONS(1624), - [anon_sym_static_assert] = ACTIONS(1624), - [anon_sym_co_return] = ACTIONS(1624), - [anon_sym_co_yield] = ACTIONS(1624), - [anon_sym_try] = ACTIONS(1624), - [anon_sym_co_await] = ACTIONS(1624), - [anon_sym_new] = ACTIONS(1624), - [sym_operator_name] = ACTIONS(1624), - [sym_this] = ACTIONS(1624), - [sym_nullptr] = ACTIONS(1624), - [sym_alone_macro] = ACTIONS(1626), - [aux_sym_alone_macro_call_token1] = ACTIONS(1624), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_FORWARD] = ACTIONS(1624), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1624), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_PS_GET] = ACTIONS(1624), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1624), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1624), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1624), - [anon_sym_MOZ_COLD] = ACTIONS(1624), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1624), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1624), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1624), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1624), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1624), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1624), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1624), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1624), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1624), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1624), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1624), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1624), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_RAII] = ACTIONS(1624), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1624), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1624), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1624), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1624), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1624), - [sym_raw_string_literal] = ACTIONS(1626), + [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), }, [435] = { - [sym_identifier] = ACTIONS(1624), - [aux_sym_preproc_include_token1] = ACTIONS(1624), - [aux_sym_preproc_def_token1] = ACTIONS(1624), - [aux_sym_preproc_if_token1] = ACTIONS(1624), - [aux_sym_preproc_if_token2] = ACTIONS(1624), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1624), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1624), - [sym_preproc_directive] = ACTIONS(1624), - [anon_sym_LPAREN2] = ACTIONS(1626), - [anon_sym_BANG] = ACTIONS(1626), - [anon_sym_TILDE] = ACTIONS(1626), - [anon_sym_DASH] = ACTIONS(1624), - [anon_sym_PLUS] = ACTIONS(1624), - [anon_sym_STAR] = ACTIONS(1626), - [anon_sym_AMP_AMP] = ACTIONS(1626), - [anon_sym_AMP] = ACTIONS(1624), - [anon_sym_SEMI] = ACTIONS(1626), - [anon_sym_typedef] = ACTIONS(1624), - [anon_sym_extern] = ACTIONS(1624), - [anon_sym___attribute__] = ACTIONS(1624), - [anon_sym_COLON_COLON] = ACTIONS(1626), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1626), - [anon_sym___declspec] = ACTIONS(1624), - [anon_sym___based] = ACTIONS(1624), - [anon_sym___cdecl] = ACTIONS(1624), - [anon_sym___clrcall] = ACTIONS(1624), - [anon_sym___stdcall] = ACTIONS(1624), - [anon_sym___fastcall] = ACTIONS(1624), - [anon_sym___thiscall] = ACTIONS(1624), - [anon_sym___vectorcall] = ACTIONS(1624), - [anon_sym_LBRACE] = ACTIONS(1626), - [anon_sym_LBRACK] = ACTIONS(1624), - [anon_sym_static] = ACTIONS(1624), - [anon_sym_register] = ACTIONS(1624), - [anon_sym_inline] = ACTIONS(1624), - [anon_sym_thread_local] = ACTIONS(1624), - [anon_sym_const] = ACTIONS(1624), - [anon_sym_volatile] = ACTIONS(1624), - [anon_sym_restrict] = ACTIONS(1624), - [anon_sym__Atomic] = ACTIONS(1624), - [anon_sym_mutable] = ACTIONS(1624), - [anon_sym_constexpr] = ACTIONS(1624), - [anon_sym_signed] = ACTIONS(1624), - [anon_sym_unsigned] = ACTIONS(1624), - [anon_sym_long] = ACTIONS(1624), - [anon_sym_short] = ACTIONS(1624), - [sym_primitive_type] = ACTIONS(1624), - [anon_sym_enum] = ACTIONS(1624), - [anon_sym_class] = ACTIONS(1624), - [anon_sym_struct] = ACTIONS(1624), - [anon_sym_union] = ACTIONS(1624), - [anon_sym_if] = ACTIONS(1624), - [anon_sym_else] = ACTIONS(1624), - [anon_sym_switch] = ACTIONS(1624), - [anon_sym_case] = ACTIONS(1624), - [anon_sym_default] = ACTIONS(1624), - [anon_sym_while] = ACTIONS(1624), - [anon_sym_do] = ACTIONS(1624), - [anon_sym_for] = ACTIONS(1624), - [anon_sym_return] = ACTIONS(1624), - [anon_sym_break] = ACTIONS(1624), - [anon_sym_continue] = ACTIONS(1624), - [anon_sym_goto] = ACTIONS(1624), - [anon_sym_DASH_DASH] = ACTIONS(1626), - [anon_sym_PLUS_PLUS] = ACTIONS(1626), - [anon_sym_sizeof] = ACTIONS(1624), - [sym_number_literal] = ACTIONS(1626), - [anon_sym_L_SQUOTE] = ACTIONS(1626), - [anon_sym_u_SQUOTE] = ACTIONS(1626), - [anon_sym_U_SQUOTE] = ACTIONS(1626), - [anon_sym_u8_SQUOTE] = ACTIONS(1626), - [anon_sym_SQUOTE] = ACTIONS(1626), - [anon_sym_L_DQUOTE] = ACTIONS(1626), - [anon_sym_u_DQUOTE] = ACTIONS(1626), - [anon_sym_U_DQUOTE] = ACTIONS(1626), - [anon_sym_u8_DQUOTE] = ACTIONS(1626), - [anon_sym_DQUOTE] = ACTIONS(1626), - [sym_true] = ACTIONS(1624), - [sym_false] = ACTIONS(1624), - [sym_null] = ACTIONS(1624), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1624), - [anon_sym_virtual] = ACTIONS(1624), - [anon_sym_explicit] = ACTIONS(1624), - [sym_auto] = ACTIONS(1624), - [anon_sym_typename] = ACTIONS(1624), - [anon_sym_template] = ACTIONS(1624), - [anon_sym_operator] = ACTIONS(1624), - [anon_sym_delete] = ACTIONS(1624), - [anon_sym_throw] = ACTIONS(1624), - [anon_sym_namespace] = ACTIONS(1624), - [anon_sym_using] = ACTIONS(1624), - [anon_sym_static_assert] = ACTIONS(1624), - [anon_sym_co_return] = ACTIONS(1624), - [anon_sym_co_yield] = ACTIONS(1624), - [anon_sym_try] = ACTIONS(1624), - [anon_sym_co_await] = ACTIONS(1624), - [anon_sym_new] = ACTIONS(1624), - [sym_operator_name] = ACTIONS(1624), - [sym_this] = ACTIONS(1624), - [sym_nullptr] = ACTIONS(1624), - [sym_alone_macro] = ACTIONS(1626), - [aux_sym_alone_macro_call_token1] = ACTIONS(1624), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_FORWARD] = ACTIONS(1624), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1624), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_PS_GET] = ACTIONS(1624), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1624), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1624), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1624), - [anon_sym_MOZ_COLD] = ACTIONS(1624), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1624), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1624), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1624), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1624), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1624), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1624), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1624), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1624), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1624), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1624), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1624), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1624), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_RAII] = ACTIONS(1624), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1624), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1624), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1624), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1624), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1624), - [sym_raw_string_literal] = ACTIONS(1626), + [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), }, [436] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), + [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), }, [437] = { - [ts_builtin_sym_end] = ACTIONS(1552), - [sym_identifier] = ACTIONS(1550), - [aux_sym_preproc_include_token1] = ACTIONS(1550), - [aux_sym_preproc_def_token1] = ACTIONS(1550), - [aux_sym_preproc_if_token1] = ACTIONS(1550), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1550), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1550), - [sym_preproc_directive] = ACTIONS(1550), - [anon_sym_LPAREN2] = ACTIONS(1552), - [anon_sym_BANG] = ACTIONS(1552), - [anon_sym_TILDE] = ACTIONS(1552), - [anon_sym_DASH] = ACTIONS(1550), - [anon_sym_PLUS] = ACTIONS(1550), - [anon_sym_STAR] = ACTIONS(1552), - [anon_sym_AMP_AMP] = ACTIONS(1552), - [anon_sym_AMP] = ACTIONS(1550), - [anon_sym_SEMI] = ACTIONS(1552), - [anon_sym_typedef] = ACTIONS(1550), - [anon_sym_extern] = ACTIONS(1550), - [anon_sym___attribute__] = ACTIONS(1550), - [anon_sym_COLON_COLON] = ACTIONS(1552), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1552), - [anon_sym___declspec] = ACTIONS(1550), - [anon_sym___based] = ACTIONS(1550), - [anon_sym___cdecl] = ACTIONS(1550), - [anon_sym___clrcall] = ACTIONS(1550), - [anon_sym___stdcall] = ACTIONS(1550), - [anon_sym___fastcall] = ACTIONS(1550), - [anon_sym___thiscall] = ACTIONS(1550), - [anon_sym___vectorcall] = ACTIONS(1550), - [anon_sym_LBRACE] = ACTIONS(1552), - [anon_sym_LBRACK] = ACTIONS(1550), - [anon_sym_static] = ACTIONS(1550), - [anon_sym_register] = ACTIONS(1550), - [anon_sym_inline] = ACTIONS(1550), - [anon_sym_thread_local] = ACTIONS(1550), - [anon_sym_const] = ACTIONS(1550), - [anon_sym_volatile] = ACTIONS(1550), - [anon_sym_restrict] = ACTIONS(1550), - [anon_sym__Atomic] = ACTIONS(1550), - [anon_sym_mutable] = ACTIONS(1550), - [anon_sym_constexpr] = ACTIONS(1550), - [anon_sym_signed] = ACTIONS(1550), - [anon_sym_unsigned] = ACTIONS(1550), - [anon_sym_long] = ACTIONS(1550), - [anon_sym_short] = ACTIONS(1550), - [sym_primitive_type] = ACTIONS(1550), - [anon_sym_enum] = ACTIONS(1550), - [anon_sym_class] = ACTIONS(1550), - [anon_sym_struct] = ACTIONS(1550), - [anon_sym_union] = ACTIONS(1550), - [anon_sym_if] = ACTIONS(1550), - [anon_sym_else] = ACTIONS(1550), - [anon_sym_switch] = ACTIONS(1550), - [anon_sym_case] = ACTIONS(1550), - [anon_sym_default] = ACTIONS(1550), - [anon_sym_while] = ACTIONS(1550), - [anon_sym_do] = ACTIONS(1550), - [anon_sym_for] = ACTIONS(1550), - [anon_sym_return] = ACTIONS(1550), - [anon_sym_break] = ACTIONS(1550), - [anon_sym_continue] = ACTIONS(1550), - [anon_sym_goto] = ACTIONS(1550), - [anon_sym_DASH_DASH] = ACTIONS(1552), - [anon_sym_PLUS_PLUS] = ACTIONS(1552), - [anon_sym_sizeof] = ACTIONS(1550), - [sym_number_literal] = ACTIONS(1552), - [anon_sym_L_SQUOTE] = ACTIONS(1552), - [anon_sym_u_SQUOTE] = ACTIONS(1552), - [anon_sym_U_SQUOTE] = ACTIONS(1552), - [anon_sym_u8_SQUOTE] = ACTIONS(1552), - [anon_sym_SQUOTE] = ACTIONS(1552), - [anon_sym_L_DQUOTE] = ACTIONS(1552), - [anon_sym_u_DQUOTE] = ACTIONS(1552), - [anon_sym_U_DQUOTE] = ACTIONS(1552), - [anon_sym_u8_DQUOTE] = ACTIONS(1552), - [anon_sym_DQUOTE] = ACTIONS(1552), - [sym_true] = ACTIONS(1550), - [sym_false] = ACTIONS(1550), - [sym_null] = ACTIONS(1550), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1550), - [anon_sym_virtual] = ACTIONS(1550), - [anon_sym_explicit] = ACTIONS(1550), - [sym_auto] = ACTIONS(1550), - [anon_sym_typename] = ACTIONS(1550), - [anon_sym_template] = ACTIONS(1550), - [anon_sym_operator] = ACTIONS(1550), - [anon_sym_delete] = ACTIONS(1550), - [anon_sym_throw] = ACTIONS(1550), - [anon_sym_namespace] = ACTIONS(1550), - [anon_sym_using] = ACTIONS(1550), - [anon_sym_static_assert] = ACTIONS(1550), - [anon_sym_co_return] = ACTIONS(1550), - [anon_sym_co_yield] = ACTIONS(1550), - [anon_sym_try] = ACTIONS(1550), - [anon_sym_co_await] = ACTIONS(1550), - [anon_sym_new] = ACTIONS(1550), - [sym_operator_name] = ACTIONS(1550), - [sym_this] = ACTIONS(1550), - [sym_nullptr] = ACTIONS(1550), - [sym_alone_macro] = ACTIONS(1552), - [aux_sym_alone_macro_call_token1] = ACTIONS(1550), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1550), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_FORWARD] = ACTIONS(1550), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1550), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1550), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1550), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1550), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_PS_GET] = ACTIONS(1550), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1550), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1550), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1550), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1550), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1550), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1550), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1550), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1550), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1550), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1550), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1550), - [anon_sym_MOZ_COLD] = ACTIONS(1550), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1550), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1550), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1550), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1550), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1550), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1550), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1550), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1550), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1550), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1550), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1550), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1550), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1550), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1550), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1550), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1550), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1550), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1550), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1550), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1550), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_NONNULL] = ACTIONS(1550), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1550), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1550), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1550), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1550), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1550), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_NORETURN] = ACTIONS(1550), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1550), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1550), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1550), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1550), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1550), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1550), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1550), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1550), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1550), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1550), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1550), - [anon_sym_MOZ_RAII] = ACTIONS(1550), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1550), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1550), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1550), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1550), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1550), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1550), - [sym_raw_string_literal] = ACTIONS(1552), + [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), }, [438] = { - [sym_identifier] = ACTIONS(1546), - [aux_sym_preproc_include_token1] = ACTIONS(1546), - [aux_sym_preproc_def_token1] = ACTIONS(1546), - [aux_sym_preproc_if_token1] = ACTIONS(1546), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1546), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1546), - [sym_preproc_directive] = ACTIONS(1546), - [anon_sym_LPAREN2] = ACTIONS(1548), - [anon_sym_BANG] = ACTIONS(1548), - [anon_sym_TILDE] = ACTIONS(1548), - [anon_sym_DASH] = ACTIONS(1546), - [anon_sym_PLUS] = ACTIONS(1546), - [anon_sym_STAR] = ACTIONS(1548), - [anon_sym_AMP_AMP] = ACTIONS(1548), - [anon_sym_AMP] = ACTIONS(1546), - [anon_sym_SEMI] = ACTIONS(1548), - [anon_sym_typedef] = ACTIONS(1546), - [anon_sym_extern] = ACTIONS(1546), - [anon_sym___attribute__] = ACTIONS(1546), - [anon_sym_COLON_COLON] = ACTIONS(1548), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1548), - [anon_sym___declspec] = ACTIONS(1546), - [anon_sym___based] = ACTIONS(1546), - [anon_sym___cdecl] = ACTIONS(1546), - [anon_sym___clrcall] = ACTIONS(1546), - [anon_sym___stdcall] = ACTIONS(1546), - [anon_sym___fastcall] = ACTIONS(1546), - [anon_sym___thiscall] = ACTIONS(1546), - [anon_sym___vectorcall] = ACTIONS(1546), - [anon_sym_LBRACE] = ACTIONS(1548), - [anon_sym_RBRACE] = ACTIONS(1548), - [anon_sym_LBRACK] = ACTIONS(1546), - [anon_sym_static] = ACTIONS(1546), - [anon_sym_register] = ACTIONS(1546), - [anon_sym_inline] = ACTIONS(1546), - [anon_sym_thread_local] = ACTIONS(1546), - [anon_sym_const] = ACTIONS(1546), - [anon_sym_volatile] = ACTIONS(1546), - [anon_sym_restrict] = ACTIONS(1546), - [anon_sym__Atomic] = ACTIONS(1546), - [anon_sym_mutable] = ACTIONS(1546), - [anon_sym_constexpr] = ACTIONS(1546), - [anon_sym_signed] = ACTIONS(1546), - [anon_sym_unsigned] = ACTIONS(1546), - [anon_sym_long] = ACTIONS(1546), - [anon_sym_short] = ACTIONS(1546), - [sym_primitive_type] = ACTIONS(1546), - [anon_sym_enum] = ACTIONS(1546), - [anon_sym_class] = ACTIONS(1546), - [anon_sym_struct] = ACTIONS(1546), - [anon_sym_union] = ACTIONS(1546), - [anon_sym_if] = ACTIONS(1546), - [anon_sym_else] = ACTIONS(1546), - [anon_sym_switch] = ACTIONS(1546), - [anon_sym_case] = ACTIONS(1546), - [anon_sym_default] = ACTIONS(1546), - [anon_sym_while] = ACTIONS(1546), - [anon_sym_do] = ACTIONS(1546), - [anon_sym_for] = ACTIONS(1546), - [anon_sym_return] = ACTIONS(1546), - [anon_sym_break] = ACTIONS(1546), - [anon_sym_continue] = ACTIONS(1546), - [anon_sym_goto] = ACTIONS(1546), - [anon_sym_DASH_DASH] = ACTIONS(1548), - [anon_sym_PLUS_PLUS] = ACTIONS(1548), - [anon_sym_sizeof] = ACTIONS(1546), - [sym_number_literal] = ACTIONS(1548), - [anon_sym_L_SQUOTE] = ACTIONS(1548), - [anon_sym_u_SQUOTE] = ACTIONS(1548), - [anon_sym_U_SQUOTE] = ACTIONS(1548), - [anon_sym_u8_SQUOTE] = ACTIONS(1548), - [anon_sym_SQUOTE] = ACTIONS(1548), - [anon_sym_L_DQUOTE] = ACTIONS(1548), - [anon_sym_u_DQUOTE] = ACTIONS(1548), - [anon_sym_U_DQUOTE] = ACTIONS(1548), - [anon_sym_u8_DQUOTE] = ACTIONS(1548), - [anon_sym_DQUOTE] = ACTIONS(1548), - [sym_true] = ACTIONS(1546), - [sym_false] = ACTIONS(1546), - [sym_null] = ACTIONS(1546), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1546), - [anon_sym_virtual] = ACTIONS(1546), - [anon_sym_explicit] = ACTIONS(1546), - [sym_auto] = ACTIONS(1546), - [anon_sym_typename] = ACTIONS(1546), - [anon_sym_template] = ACTIONS(1546), - [anon_sym_operator] = ACTIONS(1546), - [anon_sym_delete] = ACTIONS(1546), - [anon_sym_throw] = ACTIONS(1546), - [anon_sym_namespace] = ACTIONS(1546), - [anon_sym_using] = ACTIONS(1546), - [anon_sym_static_assert] = ACTIONS(1546), - [anon_sym_co_return] = ACTIONS(1546), - [anon_sym_co_yield] = ACTIONS(1546), - [anon_sym_try] = ACTIONS(1546), - [anon_sym_co_await] = ACTIONS(1546), - [anon_sym_new] = ACTIONS(1546), - [sym_operator_name] = ACTIONS(1546), - [sym_this] = ACTIONS(1546), - [sym_nullptr] = ACTIONS(1546), - [sym_alone_macro] = ACTIONS(1548), - [aux_sym_alone_macro_call_token1] = ACTIONS(1546), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1546), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_FORWARD] = ACTIONS(1546), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1546), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1546), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1546), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1546), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_PS_GET] = ACTIONS(1546), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1546), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1546), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1546), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1546), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1546), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1546), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1546), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1546), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1546), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1546), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1546), - [anon_sym_MOZ_COLD] = ACTIONS(1546), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1546), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1546), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1546), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1546), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1546), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1546), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1546), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1546), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1546), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1546), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1546), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1546), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1546), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1546), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1546), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1546), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1546), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1546), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1546), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1546), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_NONNULL] = ACTIONS(1546), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1546), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1546), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1546), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1546), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1546), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_NORETURN] = ACTIONS(1546), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1546), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1546), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1546), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1546), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1546), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1546), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1546), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1546), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1546), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1546), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1546), - [anon_sym_MOZ_RAII] = ACTIONS(1546), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1546), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1546), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1546), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1546), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1546), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1546), - [sym_raw_string_literal] = ACTIONS(1548), + [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), }, [439] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [440] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [441] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [442] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(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), }, [443] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(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), }, [444] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(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), }, [445] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(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), }, [446] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [447] = { - [ts_builtin_sym_end] = ACTIONS(1702), - [sym_identifier] = ACTIONS(1700), - [aux_sym_preproc_include_token1] = ACTIONS(1700), - [aux_sym_preproc_def_token1] = ACTIONS(1700), - [aux_sym_preproc_if_token1] = ACTIONS(1700), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1700), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1700), - [sym_preproc_directive] = ACTIONS(1700), - [anon_sym_LPAREN2] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_PLUS] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP_AMP] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1700), - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_typedef] = ACTIONS(1700), - [anon_sym_extern] = ACTIONS(1700), - [anon_sym___attribute__] = ACTIONS(1700), - [anon_sym_COLON_COLON] = ACTIONS(1702), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1702), - [anon_sym___declspec] = ACTIONS(1700), - [anon_sym___based] = ACTIONS(1700), - [anon_sym___cdecl] = ACTIONS(1700), - [anon_sym___clrcall] = ACTIONS(1700), - [anon_sym___stdcall] = ACTIONS(1700), - [anon_sym___fastcall] = ACTIONS(1700), - [anon_sym___thiscall] = ACTIONS(1700), - [anon_sym___vectorcall] = ACTIONS(1700), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_LBRACK] = ACTIONS(1700), - [anon_sym_static] = ACTIONS(1700), - [anon_sym_register] = ACTIONS(1700), - [anon_sym_inline] = ACTIONS(1700), - [anon_sym_thread_local] = ACTIONS(1700), - [anon_sym_const] = ACTIONS(1700), - [anon_sym_volatile] = ACTIONS(1700), - [anon_sym_restrict] = ACTIONS(1700), - [anon_sym__Atomic] = ACTIONS(1700), - [anon_sym_mutable] = ACTIONS(1700), - [anon_sym_constexpr] = ACTIONS(1700), - [anon_sym_signed] = ACTIONS(1700), - [anon_sym_unsigned] = ACTIONS(1700), - [anon_sym_long] = ACTIONS(1700), - [anon_sym_short] = ACTIONS(1700), - [sym_primitive_type] = ACTIONS(1700), - [anon_sym_enum] = ACTIONS(1700), - [anon_sym_class] = ACTIONS(1700), - [anon_sym_struct] = ACTIONS(1700), - [anon_sym_union] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_else] = ACTIONS(1928), - [anon_sym_switch] = ACTIONS(1700), - [anon_sym_case] = ACTIONS(1700), - [anon_sym_default] = ACTIONS(1700), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_do] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_continue] = ACTIONS(1700), - [anon_sym_goto] = ACTIONS(1700), - [anon_sym_DASH_DASH] = ACTIONS(1702), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_sizeof] = ACTIONS(1700), - [sym_number_literal] = ACTIONS(1702), - [anon_sym_L_SQUOTE] = ACTIONS(1702), - [anon_sym_u_SQUOTE] = ACTIONS(1702), - [anon_sym_U_SQUOTE] = ACTIONS(1702), - [anon_sym_u8_SQUOTE] = ACTIONS(1702), - [anon_sym_SQUOTE] = ACTIONS(1702), - [anon_sym_L_DQUOTE] = ACTIONS(1702), - [anon_sym_u_DQUOTE] = ACTIONS(1702), - [anon_sym_U_DQUOTE] = ACTIONS(1702), - [anon_sym_u8_DQUOTE] = ACTIONS(1702), - [anon_sym_DQUOTE] = ACTIONS(1702), - [sym_true] = ACTIONS(1700), - [sym_false] = ACTIONS(1700), - [sym_null] = ACTIONS(1700), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1700), - [anon_sym_virtual] = ACTIONS(1700), - [anon_sym_explicit] = ACTIONS(1700), - [sym_auto] = ACTIONS(1700), - [anon_sym_typename] = ACTIONS(1700), - [anon_sym_template] = ACTIONS(1700), - [anon_sym_operator] = ACTIONS(1700), - [anon_sym_delete] = ACTIONS(1700), - [anon_sym_throw] = ACTIONS(1700), - [anon_sym_namespace] = ACTIONS(1700), - [anon_sym_using] = ACTIONS(1700), - [anon_sym_static_assert] = ACTIONS(1700), - [anon_sym_co_return] = ACTIONS(1700), - [anon_sym_co_yield] = ACTIONS(1700), - [anon_sym_try] = ACTIONS(1700), - [anon_sym_co_await] = ACTIONS(1700), - [anon_sym_new] = ACTIONS(1700), - [sym_operator_name] = ACTIONS(1700), - [sym_this] = ACTIONS(1700), - [sym_nullptr] = ACTIONS(1700), - [sym_alone_macro] = ACTIONS(1702), - [aux_sym_alone_macro_call_token1] = ACTIONS(1700), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1700), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_FORWARD] = ACTIONS(1700), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1700), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1700), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1700), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1700), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_PS_GET] = ACTIONS(1700), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1700), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1700), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1700), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1700), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1700), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1700), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1700), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1700), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1700), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1700), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1700), - [anon_sym_MOZ_COLD] = ACTIONS(1700), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1700), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1700), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1700), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1700), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1700), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1700), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1700), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1700), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1700), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1700), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1700), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1700), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1700), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1700), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1700), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1700), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1700), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1700), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1700), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1700), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_NONNULL] = ACTIONS(1700), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1700), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1700), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1700), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1700), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1700), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_NORETURN] = ACTIONS(1700), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1700), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1700), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1700), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1700), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1700), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1700), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1700), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1700), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1700), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1700), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1700), - [anon_sym_MOZ_RAII] = ACTIONS(1700), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1700), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1700), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1700), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1700), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1700), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1700), - [sym_raw_string_literal] = ACTIONS(1702), - }, - [448] = { - [ts_builtin_sym_end] = ACTIONS(1698), - [sym_identifier] = ACTIONS(1696), - [aux_sym_preproc_include_token1] = ACTIONS(1696), - [aux_sym_preproc_def_token1] = ACTIONS(1696), - [aux_sym_preproc_if_token1] = ACTIONS(1696), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1696), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1696), - [sym_preproc_directive] = ACTIONS(1696), - [anon_sym_LPAREN2] = ACTIONS(1698), - [anon_sym_BANG] = ACTIONS(1698), - [anon_sym_TILDE] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1696), - [anon_sym_STAR] = ACTIONS(1698), - [anon_sym_AMP_AMP] = ACTIONS(1698), - [anon_sym_AMP] = ACTIONS(1696), - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_typedef] = ACTIONS(1696), - [anon_sym_extern] = ACTIONS(1696), - [anon_sym___attribute__] = ACTIONS(1696), - [anon_sym_COLON_COLON] = ACTIONS(1698), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1698), - [anon_sym___declspec] = ACTIONS(1696), - [anon_sym___based] = ACTIONS(1696), - [anon_sym___cdecl] = ACTIONS(1696), - [anon_sym___clrcall] = ACTIONS(1696), - [anon_sym___stdcall] = ACTIONS(1696), - [anon_sym___fastcall] = ACTIONS(1696), - [anon_sym___thiscall] = ACTIONS(1696), - [anon_sym___vectorcall] = ACTIONS(1696), - [anon_sym_LBRACE] = ACTIONS(1698), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_static] = ACTIONS(1696), - [anon_sym_register] = ACTIONS(1696), - [anon_sym_inline] = ACTIONS(1696), - [anon_sym_thread_local] = ACTIONS(1696), - [anon_sym_const] = ACTIONS(1696), - [anon_sym_volatile] = ACTIONS(1696), - [anon_sym_restrict] = ACTIONS(1696), - [anon_sym__Atomic] = ACTIONS(1696), - [anon_sym_mutable] = ACTIONS(1696), - [anon_sym_constexpr] = ACTIONS(1696), - [anon_sym_signed] = ACTIONS(1696), - [anon_sym_unsigned] = ACTIONS(1696), - [anon_sym_long] = ACTIONS(1696), - [anon_sym_short] = ACTIONS(1696), - [sym_primitive_type] = ACTIONS(1696), - [anon_sym_enum] = ACTIONS(1696), - [anon_sym_class] = ACTIONS(1696), - [anon_sym_struct] = ACTIONS(1696), - [anon_sym_union] = ACTIONS(1696), - [anon_sym_if] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1696), - [anon_sym_switch] = ACTIONS(1696), - [anon_sym_case] = ACTIONS(1696), - [anon_sym_default] = ACTIONS(1696), - [anon_sym_while] = ACTIONS(1696), - [anon_sym_do] = ACTIONS(1696), - [anon_sym_for] = ACTIONS(1696), - [anon_sym_return] = ACTIONS(1696), - [anon_sym_break] = ACTIONS(1696), - [anon_sym_continue] = ACTIONS(1696), - [anon_sym_goto] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1698), - [anon_sym_PLUS_PLUS] = ACTIONS(1698), - [anon_sym_sizeof] = ACTIONS(1696), - [sym_number_literal] = ACTIONS(1698), - [anon_sym_L_SQUOTE] = ACTIONS(1698), - [anon_sym_u_SQUOTE] = ACTIONS(1698), - [anon_sym_U_SQUOTE] = ACTIONS(1698), - [anon_sym_u8_SQUOTE] = ACTIONS(1698), - [anon_sym_SQUOTE] = ACTIONS(1698), - [anon_sym_L_DQUOTE] = ACTIONS(1698), - [anon_sym_u_DQUOTE] = ACTIONS(1698), - [anon_sym_U_DQUOTE] = ACTIONS(1698), - [anon_sym_u8_DQUOTE] = ACTIONS(1698), - [anon_sym_DQUOTE] = ACTIONS(1698), - [sym_true] = ACTIONS(1696), - [sym_false] = ACTIONS(1696), - [sym_null] = ACTIONS(1696), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1696), - [anon_sym_virtual] = ACTIONS(1696), - [anon_sym_explicit] = ACTIONS(1696), - [sym_auto] = ACTIONS(1696), - [anon_sym_typename] = ACTIONS(1696), - [anon_sym_template] = ACTIONS(1696), - [anon_sym_operator] = ACTIONS(1696), - [anon_sym_delete] = ACTIONS(1696), - [anon_sym_throw] = ACTIONS(1696), - [anon_sym_namespace] = ACTIONS(1696), - [anon_sym_using] = ACTIONS(1696), - [anon_sym_static_assert] = ACTIONS(1696), - [anon_sym_co_return] = ACTIONS(1696), - [anon_sym_co_yield] = ACTIONS(1696), - [anon_sym_try] = ACTIONS(1696), - [anon_sym_co_await] = ACTIONS(1696), - [anon_sym_new] = ACTIONS(1696), - [sym_operator_name] = ACTIONS(1696), - [sym_this] = ACTIONS(1696), - [sym_nullptr] = ACTIONS(1696), - [sym_alone_macro] = ACTIONS(1698), - [aux_sym_alone_macro_call_token1] = ACTIONS(1696), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1696), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_FORWARD] = ACTIONS(1696), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1696), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1696), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1696), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1696), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_PS_GET] = ACTIONS(1696), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1696), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1696), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1696), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1696), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1696), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1696), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1696), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1696), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1696), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1696), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1696), - [anon_sym_MOZ_COLD] = ACTIONS(1696), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1696), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1696), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1696), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1696), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1696), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1696), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1696), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1696), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1696), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1696), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1696), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1696), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1696), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1696), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1696), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1696), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1696), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1696), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1696), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1696), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_NONNULL] = ACTIONS(1696), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1696), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1696), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1696), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1696), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1696), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_NORETURN] = ACTIONS(1696), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1696), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1696), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1696), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1696), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1696), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1696), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1696), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1696), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1696), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1696), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1696), - [anon_sym_MOZ_RAII] = ACTIONS(1696), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1696), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1696), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1696), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1696), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1696), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1696), - [sym_raw_string_literal] = ACTIONS(1698), - }, - [449] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [450] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [451] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [452] = { - [sym_identifier] = ACTIONS(1648), - [aux_sym_preproc_include_token1] = ACTIONS(1648), - [aux_sym_preproc_def_token1] = ACTIONS(1648), - [aux_sym_preproc_if_token1] = ACTIONS(1648), - [aux_sym_preproc_if_token2] = ACTIONS(1648), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1648), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1648), - [sym_preproc_directive] = ACTIONS(1648), - [anon_sym_LPAREN2] = ACTIONS(1650), - [anon_sym_BANG] = ACTIONS(1650), - [anon_sym_TILDE] = ACTIONS(1650), - [anon_sym_DASH] = ACTIONS(1648), - [anon_sym_PLUS] = ACTIONS(1648), - [anon_sym_STAR] = ACTIONS(1650), - [anon_sym_AMP_AMP] = ACTIONS(1650), - [anon_sym_AMP] = ACTIONS(1648), - [anon_sym_SEMI] = ACTIONS(1650), - [anon_sym_typedef] = ACTIONS(1648), - [anon_sym_extern] = ACTIONS(1648), - [anon_sym___attribute__] = ACTIONS(1648), - [anon_sym_COLON_COLON] = ACTIONS(1650), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1650), - [anon_sym___declspec] = ACTIONS(1648), - [anon_sym___based] = ACTIONS(1648), - [anon_sym___cdecl] = ACTIONS(1648), - [anon_sym___clrcall] = ACTIONS(1648), - [anon_sym___stdcall] = ACTIONS(1648), - [anon_sym___fastcall] = ACTIONS(1648), - [anon_sym___thiscall] = ACTIONS(1648), - [anon_sym___vectorcall] = ACTIONS(1648), - [anon_sym_LBRACE] = ACTIONS(1650), - [anon_sym_LBRACK] = ACTIONS(1648), - [anon_sym_static] = ACTIONS(1648), - [anon_sym_register] = ACTIONS(1648), - [anon_sym_inline] = ACTIONS(1648), - [anon_sym_thread_local] = ACTIONS(1648), - [anon_sym_const] = ACTIONS(1648), - [anon_sym_volatile] = ACTIONS(1648), - [anon_sym_restrict] = ACTIONS(1648), - [anon_sym__Atomic] = ACTIONS(1648), - [anon_sym_mutable] = ACTIONS(1648), - [anon_sym_constexpr] = ACTIONS(1648), - [anon_sym_signed] = ACTIONS(1648), - [anon_sym_unsigned] = ACTIONS(1648), - [anon_sym_long] = ACTIONS(1648), - [anon_sym_short] = ACTIONS(1648), - [sym_primitive_type] = ACTIONS(1648), - [anon_sym_enum] = ACTIONS(1648), - [anon_sym_class] = ACTIONS(1648), - [anon_sym_struct] = ACTIONS(1648), - [anon_sym_union] = ACTIONS(1648), - [anon_sym_if] = ACTIONS(1648), - [anon_sym_else] = ACTIONS(1648), - [anon_sym_switch] = ACTIONS(1648), - [anon_sym_case] = ACTIONS(1648), - [anon_sym_default] = ACTIONS(1648), - [anon_sym_while] = ACTIONS(1648), - [anon_sym_do] = ACTIONS(1648), - [anon_sym_for] = ACTIONS(1648), - [anon_sym_return] = ACTIONS(1648), - [anon_sym_break] = ACTIONS(1648), - [anon_sym_continue] = ACTIONS(1648), - [anon_sym_goto] = ACTIONS(1648), - [anon_sym_DASH_DASH] = ACTIONS(1650), - [anon_sym_PLUS_PLUS] = ACTIONS(1650), - [anon_sym_sizeof] = ACTIONS(1648), - [sym_number_literal] = ACTIONS(1650), - [anon_sym_L_SQUOTE] = ACTIONS(1650), - [anon_sym_u_SQUOTE] = ACTIONS(1650), - [anon_sym_U_SQUOTE] = ACTIONS(1650), - [anon_sym_u8_SQUOTE] = ACTIONS(1650), - [anon_sym_SQUOTE] = ACTIONS(1650), - [anon_sym_L_DQUOTE] = ACTIONS(1650), - [anon_sym_u_DQUOTE] = ACTIONS(1650), - [anon_sym_U_DQUOTE] = ACTIONS(1650), - [anon_sym_u8_DQUOTE] = ACTIONS(1650), - [anon_sym_DQUOTE] = ACTIONS(1650), - [sym_true] = ACTIONS(1648), - [sym_false] = ACTIONS(1648), - [sym_null] = ACTIONS(1648), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1648), - [anon_sym_virtual] = ACTIONS(1648), - [anon_sym_explicit] = ACTIONS(1648), - [sym_auto] = ACTIONS(1648), - [anon_sym_typename] = ACTIONS(1648), - [anon_sym_template] = ACTIONS(1648), - [anon_sym_operator] = ACTIONS(1648), - [anon_sym_delete] = ACTIONS(1648), - [anon_sym_throw] = ACTIONS(1648), - [anon_sym_namespace] = ACTIONS(1648), - [anon_sym_using] = ACTIONS(1648), - [anon_sym_static_assert] = ACTIONS(1648), - [anon_sym_co_return] = ACTIONS(1648), - [anon_sym_co_yield] = ACTIONS(1648), - [anon_sym_try] = ACTIONS(1648), - [anon_sym_co_await] = ACTIONS(1648), - [anon_sym_new] = ACTIONS(1648), - [sym_operator_name] = ACTIONS(1648), - [sym_this] = ACTIONS(1648), - [sym_nullptr] = ACTIONS(1648), - [sym_alone_macro] = ACTIONS(1650), - [aux_sym_alone_macro_call_token1] = ACTIONS(1648), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1648), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_FORWARD] = ACTIONS(1648), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1648), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1648), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1648), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1648), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_PS_GET] = ACTIONS(1648), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1648), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1648), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1648), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1648), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1648), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1648), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1648), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1648), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1648), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1648), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1648), - [anon_sym_MOZ_COLD] = ACTIONS(1648), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1648), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1648), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1648), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1648), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1648), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1648), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1648), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1648), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1648), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1648), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1648), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1648), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1648), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1648), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1648), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1648), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1648), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1648), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1648), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1648), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_NONNULL] = ACTIONS(1648), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1648), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1648), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1648), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1648), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1648), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_NORETURN] = ACTIONS(1648), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1648), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1648), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1648), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1648), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1648), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1648), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1648), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1648), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1648), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1648), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1648), - [anon_sym_MOZ_RAII] = ACTIONS(1648), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1648), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1648), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1648), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1648), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1648), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1648), - [sym_raw_string_literal] = ACTIONS(1650), - }, - [453] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, - [454] = { - [ts_builtin_sym_end] = ACTIONS(1694), - [sym_identifier] = ACTIONS(1692), - [aux_sym_preproc_include_token1] = ACTIONS(1692), - [aux_sym_preproc_def_token1] = ACTIONS(1692), - [aux_sym_preproc_if_token1] = ACTIONS(1692), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1692), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1692), - [sym_preproc_directive] = ACTIONS(1692), - [anon_sym_LPAREN2] = ACTIONS(1694), - [anon_sym_BANG] = ACTIONS(1694), - [anon_sym_TILDE] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1692), - [anon_sym_PLUS] = ACTIONS(1692), - [anon_sym_STAR] = ACTIONS(1694), - [anon_sym_AMP_AMP] = ACTIONS(1694), - [anon_sym_AMP] = ACTIONS(1692), - [anon_sym_SEMI] = ACTIONS(1694), - [anon_sym_typedef] = ACTIONS(1692), - [anon_sym_extern] = ACTIONS(1692), - [anon_sym___attribute__] = ACTIONS(1692), - [anon_sym_COLON_COLON] = ACTIONS(1694), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1694), - [anon_sym___declspec] = ACTIONS(1692), - [anon_sym___based] = ACTIONS(1692), - [anon_sym___cdecl] = ACTIONS(1692), - [anon_sym___clrcall] = ACTIONS(1692), - [anon_sym___stdcall] = ACTIONS(1692), - [anon_sym___fastcall] = ACTIONS(1692), - [anon_sym___thiscall] = ACTIONS(1692), - [anon_sym___vectorcall] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_static] = ACTIONS(1692), - [anon_sym_register] = ACTIONS(1692), - [anon_sym_inline] = ACTIONS(1692), - [anon_sym_thread_local] = ACTIONS(1692), - [anon_sym_const] = ACTIONS(1692), - [anon_sym_volatile] = ACTIONS(1692), - [anon_sym_restrict] = ACTIONS(1692), - [anon_sym__Atomic] = ACTIONS(1692), - [anon_sym_mutable] = ACTIONS(1692), - [anon_sym_constexpr] = ACTIONS(1692), - [anon_sym_signed] = ACTIONS(1692), - [anon_sym_unsigned] = ACTIONS(1692), - [anon_sym_long] = ACTIONS(1692), - [anon_sym_short] = ACTIONS(1692), - [sym_primitive_type] = ACTIONS(1692), - [anon_sym_enum] = ACTIONS(1692), - [anon_sym_class] = ACTIONS(1692), - [anon_sym_struct] = ACTIONS(1692), - [anon_sym_union] = ACTIONS(1692), - [anon_sym_if] = ACTIONS(1692), - [anon_sym_else] = ACTIONS(1692), - [anon_sym_switch] = ACTIONS(1692), - [anon_sym_case] = ACTIONS(1692), - [anon_sym_default] = ACTIONS(1692), - [anon_sym_while] = ACTIONS(1692), - [anon_sym_do] = ACTIONS(1692), - [anon_sym_for] = ACTIONS(1692), - [anon_sym_return] = ACTIONS(1692), - [anon_sym_break] = ACTIONS(1692), - [anon_sym_continue] = ACTIONS(1692), - [anon_sym_goto] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(1694), - [anon_sym_PLUS_PLUS] = ACTIONS(1694), - [anon_sym_sizeof] = ACTIONS(1692), - [sym_number_literal] = ACTIONS(1694), - [anon_sym_L_SQUOTE] = ACTIONS(1694), - [anon_sym_u_SQUOTE] = ACTIONS(1694), - [anon_sym_U_SQUOTE] = ACTIONS(1694), - [anon_sym_u8_SQUOTE] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1694), - [anon_sym_L_DQUOTE] = ACTIONS(1694), - [anon_sym_u_DQUOTE] = ACTIONS(1694), - [anon_sym_U_DQUOTE] = ACTIONS(1694), - [anon_sym_u8_DQUOTE] = ACTIONS(1694), - [anon_sym_DQUOTE] = ACTIONS(1694), - [sym_true] = ACTIONS(1692), - [sym_false] = ACTIONS(1692), - [sym_null] = ACTIONS(1692), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1692), - [anon_sym_virtual] = ACTIONS(1692), - [anon_sym_explicit] = ACTIONS(1692), - [sym_auto] = ACTIONS(1692), - [anon_sym_typename] = ACTIONS(1692), - [anon_sym_template] = ACTIONS(1692), - [anon_sym_operator] = ACTIONS(1692), - [anon_sym_delete] = ACTIONS(1692), - [anon_sym_throw] = ACTIONS(1692), - [anon_sym_namespace] = ACTIONS(1692), - [anon_sym_using] = ACTIONS(1692), - [anon_sym_static_assert] = ACTIONS(1692), - [anon_sym_co_return] = ACTIONS(1692), - [anon_sym_co_yield] = ACTIONS(1692), - [anon_sym_try] = ACTIONS(1692), - [anon_sym_co_await] = ACTIONS(1692), - [anon_sym_new] = ACTIONS(1692), - [sym_operator_name] = ACTIONS(1692), - [sym_this] = ACTIONS(1692), - [sym_nullptr] = ACTIONS(1692), - [sym_alone_macro] = ACTIONS(1694), - [aux_sym_alone_macro_call_token1] = ACTIONS(1692), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1692), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_FORWARD] = ACTIONS(1692), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1692), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1692), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1692), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1692), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_PS_GET] = ACTIONS(1692), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1692), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1692), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1692), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1692), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1692), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1692), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1692), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1692), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1692), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1692), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1692), - [anon_sym_MOZ_COLD] = ACTIONS(1692), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1692), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1692), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1692), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1692), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1692), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1692), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1692), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1692), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1692), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1692), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1692), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1692), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1692), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1692), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1692), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1692), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1692), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1692), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1692), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1692), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_NONNULL] = ACTIONS(1692), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1692), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1692), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1692), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1692), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1692), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_NORETURN] = ACTIONS(1692), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1692), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1692), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1692), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1692), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1692), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1692), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1692), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1692), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1692), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1692), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1692), - [anon_sym_MOZ_RAII] = ACTIONS(1692), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1692), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1692), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1692), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1692), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1692), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1692), - [sym_raw_string_literal] = ACTIONS(1694), - }, - [455] = { - [sym_identifier] = ACTIONS(1652), - [aux_sym_preproc_include_token1] = ACTIONS(1652), - [aux_sym_preproc_def_token1] = ACTIONS(1652), - [aux_sym_preproc_if_token1] = ACTIONS(1652), - [aux_sym_preproc_if_token2] = ACTIONS(1652), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1652), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1652), - [sym_preproc_directive] = ACTIONS(1652), - [anon_sym_LPAREN2] = ACTIONS(1654), - [anon_sym_BANG] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1654), - [anon_sym_DASH] = ACTIONS(1652), - [anon_sym_PLUS] = ACTIONS(1652), - [anon_sym_STAR] = ACTIONS(1654), - [anon_sym_AMP_AMP] = ACTIONS(1654), - [anon_sym_AMP] = ACTIONS(1652), - [anon_sym_SEMI] = ACTIONS(1654), - [anon_sym_typedef] = ACTIONS(1652), - [anon_sym_extern] = ACTIONS(1652), - [anon_sym___attribute__] = ACTIONS(1652), - [anon_sym_COLON_COLON] = ACTIONS(1654), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1654), - [anon_sym___declspec] = ACTIONS(1652), - [anon_sym___based] = ACTIONS(1652), - [anon_sym___cdecl] = ACTIONS(1652), - [anon_sym___clrcall] = ACTIONS(1652), - [anon_sym___stdcall] = ACTIONS(1652), - [anon_sym___fastcall] = ACTIONS(1652), - [anon_sym___thiscall] = ACTIONS(1652), - [anon_sym___vectorcall] = ACTIONS(1652), - [anon_sym_LBRACE] = ACTIONS(1654), - [anon_sym_LBRACK] = ACTIONS(1652), - [anon_sym_static] = ACTIONS(1652), - [anon_sym_register] = ACTIONS(1652), - [anon_sym_inline] = ACTIONS(1652), - [anon_sym_thread_local] = ACTIONS(1652), - [anon_sym_const] = ACTIONS(1652), - [anon_sym_volatile] = ACTIONS(1652), - [anon_sym_restrict] = ACTIONS(1652), - [anon_sym__Atomic] = ACTIONS(1652), - [anon_sym_mutable] = ACTIONS(1652), - [anon_sym_constexpr] = ACTIONS(1652), - [anon_sym_signed] = ACTIONS(1652), - [anon_sym_unsigned] = ACTIONS(1652), - [anon_sym_long] = ACTIONS(1652), - [anon_sym_short] = ACTIONS(1652), - [sym_primitive_type] = ACTIONS(1652), - [anon_sym_enum] = ACTIONS(1652), - [anon_sym_class] = ACTIONS(1652), - [anon_sym_struct] = ACTIONS(1652), - [anon_sym_union] = ACTIONS(1652), - [anon_sym_if] = ACTIONS(1652), - [anon_sym_else] = ACTIONS(1652), - [anon_sym_switch] = ACTIONS(1652), - [anon_sym_case] = ACTIONS(1652), - [anon_sym_default] = ACTIONS(1652), - [anon_sym_while] = ACTIONS(1652), - [anon_sym_do] = ACTIONS(1652), - [anon_sym_for] = ACTIONS(1652), - [anon_sym_return] = ACTIONS(1652), - [anon_sym_break] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(1652), - [anon_sym_goto] = ACTIONS(1652), - [anon_sym_DASH_DASH] = ACTIONS(1654), - [anon_sym_PLUS_PLUS] = ACTIONS(1654), - [anon_sym_sizeof] = ACTIONS(1652), - [sym_number_literal] = ACTIONS(1654), - [anon_sym_L_SQUOTE] = ACTIONS(1654), - [anon_sym_u_SQUOTE] = ACTIONS(1654), - [anon_sym_U_SQUOTE] = ACTIONS(1654), - [anon_sym_u8_SQUOTE] = ACTIONS(1654), - [anon_sym_SQUOTE] = ACTIONS(1654), - [anon_sym_L_DQUOTE] = ACTIONS(1654), - [anon_sym_u_DQUOTE] = ACTIONS(1654), - [anon_sym_U_DQUOTE] = ACTIONS(1654), - [anon_sym_u8_DQUOTE] = ACTIONS(1654), - [anon_sym_DQUOTE] = ACTIONS(1654), - [sym_true] = ACTIONS(1652), - [sym_false] = ACTIONS(1652), - [sym_null] = ACTIONS(1652), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1652), - [anon_sym_virtual] = ACTIONS(1652), - [anon_sym_explicit] = ACTIONS(1652), - [sym_auto] = ACTIONS(1652), - [anon_sym_typename] = ACTIONS(1652), - [anon_sym_template] = ACTIONS(1652), - [anon_sym_operator] = ACTIONS(1652), - [anon_sym_delete] = ACTIONS(1652), - [anon_sym_throw] = ACTIONS(1652), - [anon_sym_namespace] = ACTIONS(1652), - [anon_sym_using] = ACTIONS(1652), - [anon_sym_static_assert] = ACTIONS(1652), - [anon_sym_co_return] = ACTIONS(1652), - [anon_sym_co_yield] = ACTIONS(1652), - [anon_sym_try] = ACTIONS(1652), - [anon_sym_co_await] = ACTIONS(1652), - [anon_sym_new] = ACTIONS(1652), - [sym_operator_name] = ACTIONS(1652), - [sym_this] = ACTIONS(1652), - [sym_nullptr] = ACTIONS(1652), - [sym_alone_macro] = ACTIONS(1654), - [aux_sym_alone_macro_call_token1] = ACTIONS(1652), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1652), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_FORWARD] = ACTIONS(1652), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1652), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1652), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1652), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1652), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_PS_GET] = ACTIONS(1652), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1652), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1652), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1652), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1652), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1652), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1652), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1652), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1652), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1652), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1652), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1652), - [anon_sym_MOZ_COLD] = ACTIONS(1652), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1652), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1652), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1652), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1652), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1652), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1652), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1652), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1652), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1652), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1652), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1652), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1652), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1652), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1652), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1652), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1652), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1652), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1652), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1652), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1652), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_NONNULL] = ACTIONS(1652), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1652), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1652), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1652), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1652), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1652), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_NORETURN] = ACTIONS(1652), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1652), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1652), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1652), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1652), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1652), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1652), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1652), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1652), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1652), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1652), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1652), - [anon_sym_MOZ_RAII] = ACTIONS(1652), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1652), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1652), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1652), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1652), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1652), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1652), - [sym_raw_string_literal] = ACTIONS(1654), - }, - [456] = { - [sym_identifier] = ACTIONS(1574), - [aux_sym_preproc_include_token1] = ACTIONS(1574), - [aux_sym_preproc_def_token1] = ACTIONS(1574), - [aux_sym_preproc_if_token1] = ACTIONS(1574), - [aux_sym_preproc_if_token2] = ACTIONS(1574), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1574), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1574), - [sym_preproc_directive] = ACTIONS(1574), - [anon_sym_LPAREN2] = ACTIONS(1576), - [anon_sym_BANG] = ACTIONS(1576), - [anon_sym_TILDE] = ACTIONS(1576), - [anon_sym_DASH] = ACTIONS(1574), - [anon_sym_PLUS] = ACTIONS(1574), - [anon_sym_STAR] = ACTIONS(1576), - [anon_sym_AMP_AMP] = ACTIONS(1576), - [anon_sym_AMP] = ACTIONS(1574), - [anon_sym_SEMI] = ACTIONS(1576), - [anon_sym_typedef] = ACTIONS(1574), - [anon_sym_extern] = ACTIONS(1574), - [anon_sym___attribute__] = ACTIONS(1574), - [anon_sym_COLON_COLON] = ACTIONS(1576), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1576), - [anon_sym___declspec] = ACTIONS(1574), - [anon_sym___based] = ACTIONS(1574), - [anon_sym___cdecl] = ACTIONS(1574), - [anon_sym___clrcall] = ACTIONS(1574), - [anon_sym___stdcall] = ACTIONS(1574), - [anon_sym___fastcall] = ACTIONS(1574), - [anon_sym___thiscall] = ACTIONS(1574), - [anon_sym___vectorcall] = ACTIONS(1574), - [anon_sym_LBRACE] = ACTIONS(1576), - [anon_sym_LBRACK] = ACTIONS(1574), - [anon_sym_static] = ACTIONS(1574), - [anon_sym_register] = ACTIONS(1574), - [anon_sym_inline] = ACTIONS(1574), - [anon_sym_thread_local] = ACTIONS(1574), - [anon_sym_const] = ACTIONS(1574), - [anon_sym_volatile] = ACTIONS(1574), - [anon_sym_restrict] = ACTIONS(1574), - [anon_sym__Atomic] = ACTIONS(1574), - [anon_sym_mutable] = ACTIONS(1574), - [anon_sym_constexpr] = ACTIONS(1574), - [anon_sym_signed] = ACTIONS(1574), - [anon_sym_unsigned] = ACTIONS(1574), - [anon_sym_long] = ACTIONS(1574), - [anon_sym_short] = ACTIONS(1574), - [sym_primitive_type] = ACTIONS(1574), - [anon_sym_enum] = ACTIONS(1574), - [anon_sym_class] = ACTIONS(1574), - [anon_sym_struct] = ACTIONS(1574), - [anon_sym_union] = ACTIONS(1574), - [anon_sym_if] = ACTIONS(1574), - [anon_sym_else] = ACTIONS(1574), - [anon_sym_switch] = ACTIONS(1574), - [anon_sym_case] = ACTIONS(1574), - [anon_sym_default] = ACTIONS(1574), - [anon_sym_while] = ACTIONS(1574), - [anon_sym_do] = ACTIONS(1574), - [anon_sym_for] = ACTIONS(1574), - [anon_sym_return] = ACTIONS(1574), - [anon_sym_break] = ACTIONS(1574), - [anon_sym_continue] = ACTIONS(1574), - [anon_sym_goto] = ACTIONS(1574), - [anon_sym_DASH_DASH] = ACTIONS(1576), - [anon_sym_PLUS_PLUS] = ACTIONS(1576), - [anon_sym_sizeof] = ACTIONS(1574), - [sym_number_literal] = ACTIONS(1576), - [anon_sym_L_SQUOTE] = ACTIONS(1576), - [anon_sym_u_SQUOTE] = ACTIONS(1576), - [anon_sym_U_SQUOTE] = ACTIONS(1576), - [anon_sym_u8_SQUOTE] = ACTIONS(1576), - [anon_sym_SQUOTE] = ACTIONS(1576), - [anon_sym_L_DQUOTE] = ACTIONS(1576), - [anon_sym_u_DQUOTE] = ACTIONS(1576), - [anon_sym_U_DQUOTE] = ACTIONS(1576), - [anon_sym_u8_DQUOTE] = ACTIONS(1576), - [anon_sym_DQUOTE] = ACTIONS(1576), - [sym_true] = ACTIONS(1574), - [sym_false] = ACTIONS(1574), - [sym_null] = ACTIONS(1574), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1574), - [anon_sym_virtual] = ACTIONS(1574), - [anon_sym_explicit] = ACTIONS(1574), - [sym_auto] = ACTIONS(1574), - [anon_sym_typename] = ACTIONS(1574), - [anon_sym_template] = ACTIONS(1574), - [anon_sym_operator] = ACTIONS(1574), - [anon_sym_delete] = ACTIONS(1574), - [anon_sym_throw] = ACTIONS(1574), - [anon_sym_namespace] = ACTIONS(1574), - [anon_sym_using] = ACTIONS(1574), - [anon_sym_static_assert] = ACTIONS(1574), - [anon_sym_co_return] = ACTIONS(1574), - [anon_sym_co_yield] = ACTIONS(1574), - [anon_sym_try] = ACTIONS(1574), - [anon_sym_co_await] = ACTIONS(1574), - [anon_sym_new] = ACTIONS(1574), - [sym_operator_name] = ACTIONS(1574), - [sym_this] = ACTIONS(1574), - [sym_nullptr] = ACTIONS(1574), - [sym_alone_macro] = ACTIONS(1576), - [aux_sym_alone_macro_call_token1] = ACTIONS(1574), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1574), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_FORWARD] = ACTIONS(1574), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1574), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1574), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1574), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1574), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_PS_GET] = ACTIONS(1574), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1574), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1574), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1574), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1574), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1574), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1574), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1574), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1574), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1574), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1574), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1574), - [anon_sym_MOZ_COLD] = ACTIONS(1574), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1574), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1574), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1574), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1574), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1574), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1574), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1574), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1574), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1574), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1574), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1574), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1574), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1574), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1574), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1574), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1574), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1574), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1574), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1574), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1574), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_NONNULL] = ACTIONS(1574), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1574), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1574), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1574), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1574), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1574), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_NORETURN] = ACTIONS(1574), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1574), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1574), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1574), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1574), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1574), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1574), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1574), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1574), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1574), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1574), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1574), - [anon_sym_MOZ_RAII] = ACTIONS(1574), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1574), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1574), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1574), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1574), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1574), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1574), - [sym_raw_string_literal] = ACTIONS(1576), - }, - [457] = { - [sym_identifier] = ACTIONS(1578), - [aux_sym_preproc_include_token1] = ACTIONS(1578), - [aux_sym_preproc_def_token1] = ACTIONS(1578), - [aux_sym_preproc_if_token1] = ACTIONS(1578), - [aux_sym_preproc_if_token2] = ACTIONS(1578), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1578), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1578), - [sym_preproc_directive] = ACTIONS(1578), - [anon_sym_LPAREN2] = ACTIONS(1580), - [anon_sym_BANG] = ACTIONS(1580), - [anon_sym_TILDE] = ACTIONS(1580), - [anon_sym_DASH] = ACTIONS(1578), - [anon_sym_PLUS] = ACTIONS(1578), - [anon_sym_STAR] = ACTIONS(1580), - [anon_sym_AMP_AMP] = ACTIONS(1580), - [anon_sym_AMP] = ACTIONS(1578), - [anon_sym_SEMI] = ACTIONS(1580), - [anon_sym_typedef] = ACTIONS(1578), - [anon_sym_extern] = ACTIONS(1578), - [anon_sym___attribute__] = ACTIONS(1578), - [anon_sym_COLON_COLON] = ACTIONS(1580), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1580), - [anon_sym___declspec] = ACTIONS(1578), - [anon_sym___based] = ACTIONS(1578), - [anon_sym___cdecl] = ACTIONS(1578), - [anon_sym___clrcall] = ACTIONS(1578), - [anon_sym___stdcall] = ACTIONS(1578), - [anon_sym___fastcall] = ACTIONS(1578), - [anon_sym___thiscall] = ACTIONS(1578), - [anon_sym___vectorcall] = ACTIONS(1578), - [anon_sym_LBRACE] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(1578), - [anon_sym_static] = ACTIONS(1578), - [anon_sym_register] = ACTIONS(1578), - [anon_sym_inline] = ACTIONS(1578), - [anon_sym_thread_local] = ACTIONS(1578), - [anon_sym_const] = ACTIONS(1578), - [anon_sym_volatile] = ACTIONS(1578), - [anon_sym_restrict] = ACTIONS(1578), - [anon_sym__Atomic] = ACTIONS(1578), - [anon_sym_mutable] = ACTIONS(1578), - [anon_sym_constexpr] = ACTIONS(1578), - [anon_sym_signed] = ACTIONS(1578), - [anon_sym_unsigned] = ACTIONS(1578), - [anon_sym_long] = ACTIONS(1578), - [anon_sym_short] = ACTIONS(1578), - [sym_primitive_type] = ACTIONS(1578), - [anon_sym_enum] = ACTIONS(1578), - [anon_sym_class] = ACTIONS(1578), - [anon_sym_struct] = ACTIONS(1578), - [anon_sym_union] = ACTIONS(1578), - [anon_sym_if] = ACTIONS(1578), - [anon_sym_else] = ACTIONS(1578), - [anon_sym_switch] = ACTIONS(1578), - [anon_sym_case] = ACTIONS(1578), - [anon_sym_default] = ACTIONS(1578), - [anon_sym_while] = ACTIONS(1578), - [anon_sym_do] = ACTIONS(1578), - [anon_sym_for] = ACTIONS(1578), - [anon_sym_return] = ACTIONS(1578), - [anon_sym_break] = ACTIONS(1578), - [anon_sym_continue] = ACTIONS(1578), - [anon_sym_goto] = ACTIONS(1578), - [anon_sym_DASH_DASH] = ACTIONS(1580), - [anon_sym_PLUS_PLUS] = ACTIONS(1580), - [anon_sym_sizeof] = ACTIONS(1578), - [sym_number_literal] = ACTIONS(1580), - [anon_sym_L_SQUOTE] = ACTIONS(1580), - [anon_sym_u_SQUOTE] = ACTIONS(1580), - [anon_sym_U_SQUOTE] = ACTIONS(1580), - [anon_sym_u8_SQUOTE] = ACTIONS(1580), - [anon_sym_SQUOTE] = ACTIONS(1580), - [anon_sym_L_DQUOTE] = ACTIONS(1580), - [anon_sym_u_DQUOTE] = ACTIONS(1580), - [anon_sym_U_DQUOTE] = ACTIONS(1580), - [anon_sym_u8_DQUOTE] = ACTIONS(1580), - [anon_sym_DQUOTE] = ACTIONS(1580), - [sym_true] = ACTIONS(1578), - [sym_false] = ACTIONS(1578), - [sym_null] = ACTIONS(1578), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1578), - [anon_sym_virtual] = ACTIONS(1578), - [anon_sym_explicit] = ACTIONS(1578), - [sym_auto] = ACTIONS(1578), - [anon_sym_typename] = ACTIONS(1578), - [anon_sym_template] = ACTIONS(1578), - [anon_sym_operator] = ACTIONS(1578), - [anon_sym_delete] = ACTIONS(1578), - [anon_sym_throw] = ACTIONS(1578), - [anon_sym_namespace] = ACTIONS(1578), - [anon_sym_using] = ACTIONS(1578), - [anon_sym_static_assert] = ACTIONS(1578), - [anon_sym_co_return] = ACTIONS(1578), - [anon_sym_co_yield] = ACTIONS(1578), - [anon_sym_try] = ACTIONS(1578), - [anon_sym_co_await] = ACTIONS(1578), - [anon_sym_new] = ACTIONS(1578), - [sym_operator_name] = ACTIONS(1578), - [sym_this] = ACTIONS(1578), - [sym_nullptr] = ACTIONS(1578), - [sym_alone_macro] = ACTIONS(1580), - [aux_sym_alone_macro_call_token1] = ACTIONS(1578), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1578), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_FORWARD] = ACTIONS(1578), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1578), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1578), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1578), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1578), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_PS_GET] = ACTIONS(1578), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1578), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1578), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1578), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1578), - [anon_sym_MOZ_COLD] = ACTIONS(1578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_NONNULL] = ACTIONS(1578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_NORETURN] = ACTIONS(1578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1578), - [anon_sym_MOZ_RAII] = ACTIONS(1578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1578), - [sym_raw_string_literal] = ACTIONS(1580), - }, - [458] = { - [sym_identifier] = ACTIONS(1540), - [aux_sym_preproc_include_token1] = ACTIONS(1540), - [aux_sym_preproc_def_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token1] = ACTIONS(1540), - [aux_sym_preproc_if_token2] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1540), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1540), - [sym_preproc_directive] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1540), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym___based] = ACTIONS(1540), - [anon_sym___cdecl] = ACTIONS(1540), - [anon_sym___clrcall] = ACTIONS(1540), - [anon_sym___stdcall] = ACTIONS(1540), - [anon_sym___fastcall] = ACTIONS(1540), - [anon_sym___thiscall] = ACTIONS(1540), - [anon_sym___vectorcall] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_case] = ACTIONS(1540), - [anon_sym_default] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [anon_sym_explicit] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_operator] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_namespace] = ACTIONS(1540), - [anon_sym_using] = ACTIONS(1540), - [anon_sym_static_assert] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_operator_name] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [sym_alone_macro] = ACTIONS(1542), - [aux_sym_alone_macro_call_token1] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), - }, + [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), + }, + [447] = { + [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(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), + }, + [448] = { + [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(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), + }, + [449] = { + [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(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), + }, + [450] = { + [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(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), + }, + [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), + [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), + }, + [454] = { + [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(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), + }, + [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), + [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(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), + }, + [457] = { + [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(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), + }, + [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(1562), - [aux_sym_preproc_include_token1] = ACTIONS(1562), - [aux_sym_preproc_def_token1] = ACTIONS(1562), - [aux_sym_preproc_if_token1] = ACTIONS(1562), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1562), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1562), - [sym_preproc_directive] = ACTIONS(1562), - [anon_sym_LPAREN2] = ACTIONS(1564), - [anon_sym_BANG] = ACTIONS(1564), - [anon_sym_TILDE] = ACTIONS(1564), - [anon_sym_DASH] = ACTIONS(1562), - [anon_sym_PLUS] = ACTIONS(1562), - [anon_sym_STAR] = ACTIONS(1564), - [anon_sym_AMP_AMP] = ACTIONS(1564), - [anon_sym_AMP] = ACTIONS(1562), - [anon_sym_SEMI] = ACTIONS(1564), - [anon_sym_typedef] = ACTIONS(1562), - [anon_sym_extern] = ACTIONS(1562), - [anon_sym___attribute__] = ACTIONS(1562), - [anon_sym_COLON_COLON] = ACTIONS(1564), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1564), - [anon_sym___declspec] = ACTIONS(1562), - [anon_sym___based] = ACTIONS(1562), - [anon_sym___cdecl] = ACTIONS(1562), - [anon_sym___clrcall] = ACTIONS(1562), - [anon_sym___stdcall] = ACTIONS(1562), - [anon_sym___fastcall] = ACTIONS(1562), - [anon_sym___thiscall] = ACTIONS(1562), - [anon_sym___vectorcall] = ACTIONS(1562), - [anon_sym_LBRACE] = ACTIONS(1564), - [anon_sym_RBRACE] = ACTIONS(1564), - [anon_sym_LBRACK] = ACTIONS(1562), - [anon_sym_static] = ACTIONS(1562), - [anon_sym_register] = ACTIONS(1562), - [anon_sym_inline] = ACTIONS(1562), - [anon_sym_thread_local] = ACTIONS(1562), - [anon_sym_const] = ACTIONS(1562), - [anon_sym_volatile] = ACTIONS(1562), - [anon_sym_restrict] = ACTIONS(1562), - [anon_sym__Atomic] = ACTIONS(1562), - [anon_sym_mutable] = ACTIONS(1562), - [anon_sym_constexpr] = ACTIONS(1562), - [anon_sym_signed] = ACTIONS(1562), - [anon_sym_unsigned] = ACTIONS(1562), - [anon_sym_long] = ACTIONS(1562), - [anon_sym_short] = ACTIONS(1562), - [sym_primitive_type] = ACTIONS(1562), - [anon_sym_enum] = ACTIONS(1562), - [anon_sym_class] = ACTIONS(1562), - [anon_sym_struct] = ACTIONS(1562), - [anon_sym_union] = ACTIONS(1562), - [anon_sym_if] = ACTIONS(1562), - [anon_sym_else] = ACTIONS(1562), - [anon_sym_switch] = ACTIONS(1562), - [anon_sym_case] = ACTIONS(1562), - [anon_sym_default] = ACTIONS(1562), - [anon_sym_while] = ACTIONS(1562), - [anon_sym_do] = ACTIONS(1562), - [anon_sym_for] = ACTIONS(1562), - [anon_sym_return] = ACTIONS(1562), - [anon_sym_break] = ACTIONS(1562), - [anon_sym_continue] = ACTIONS(1562), - [anon_sym_goto] = ACTIONS(1562), - [anon_sym_DASH_DASH] = ACTIONS(1564), - [anon_sym_PLUS_PLUS] = ACTIONS(1564), - [anon_sym_sizeof] = ACTIONS(1562), - [sym_number_literal] = ACTIONS(1564), - [anon_sym_L_SQUOTE] = ACTIONS(1564), - [anon_sym_u_SQUOTE] = ACTIONS(1564), - [anon_sym_U_SQUOTE] = ACTIONS(1564), - [anon_sym_u8_SQUOTE] = ACTIONS(1564), - [anon_sym_SQUOTE] = ACTIONS(1564), - [anon_sym_L_DQUOTE] = ACTIONS(1564), - [anon_sym_u_DQUOTE] = ACTIONS(1564), - [anon_sym_U_DQUOTE] = ACTIONS(1564), - [anon_sym_u8_DQUOTE] = ACTIONS(1564), - [anon_sym_DQUOTE] = ACTIONS(1564), - [sym_true] = ACTIONS(1562), - [sym_false] = ACTIONS(1562), - [sym_null] = ACTIONS(1562), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1562), - [anon_sym_virtual] = ACTIONS(1562), - [anon_sym_explicit] = ACTIONS(1562), - [sym_auto] = ACTIONS(1562), - [anon_sym_typename] = ACTIONS(1562), - [anon_sym_template] = ACTIONS(1562), - [anon_sym_operator] = ACTIONS(1562), - [anon_sym_delete] = ACTIONS(1562), - [anon_sym_throw] = ACTIONS(1562), - [anon_sym_namespace] = ACTIONS(1562), - [anon_sym_using] = ACTIONS(1562), - [anon_sym_static_assert] = ACTIONS(1562), - [anon_sym_co_return] = ACTIONS(1562), - [anon_sym_co_yield] = ACTIONS(1562), - [anon_sym_try] = ACTIONS(1562), - [anon_sym_co_await] = ACTIONS(1562), - [anon_sym_new] = ACTIONS(1562), - [sym_operator_name] = ACTIONS(1562), - [sym_this] = ACTIONS(1562), - [sym_nullptr] = ACTIONS(1562), - [sym_alone_macro] = ACTIONS(1564), - [aux_sym_alone_macro_call_token1] = ACTIONS(1562), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1562), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_FORWARD] = ACTIONS(1562), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1562), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1562), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1562), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1562), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_PS_GET] = ACTIONS(1562), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1562), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1562), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1562), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1562), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1562), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1562), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1562), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1562), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1562), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1562), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1562), - [anon_sym_MOZ_COLD] = ACTIONS(1562), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1562), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1562), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1562), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1562), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1562), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1562), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1562), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1562), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1562), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1562), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1562), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1562), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1562), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1562), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1562), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1562), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1562), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1562), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1562), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1562), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_NONNULL] = ACTIONS(1562), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1562), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1562), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1562), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1562), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1562), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_NORETURN] = ACTIONS(1562), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1562), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1562), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1562), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1562), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1562), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1562), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1562), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1562), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1562), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1562), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1562), - [anon_sym_MOZ_RAII] = ACTIONS(1562), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1562), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1562), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1562), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1562), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1562), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1562), - [sym_raw_string_literal] = ACTIONS(1564), + [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] = { - [sym_identifier] = ACTIONS(1644), - [aux_sym_preproc_include_token1] = ACTIONS(1644), - [aux_sym_preproc_def_token1] = ACTIONS(1644), - [aux_sym_preproc_if_token1] = ACTIONS(1644), - [aux_sym_preproc_if_token2] = ACTIONS(1644), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1644), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1644), - [sym_preproc_directive] = ACTIONS(1644), - [anon_sym_LPAREN2] = ACTIONS(1646), - [anon_sym_BANG] = ACTIONS(1646), - [anon_sym_TILDE] = ACTIONS(1646), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_AMP_AMP] = ACTIONS(1646), - [anon_sym_AMP] = ACTIONS(1644), - [anon_sym_SEMI] = ACTIONS(1646), - [anon_sym_typedef] = ACTIONS(1644), - [anon_sym_extern] = ACTIONS(1644), - [anon_sym___attribute__] = ACTIONS(1644), - [anon_sym_COLON_COLON] = ACTIONS(1646), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1646), - [anon_sym___declspec] = ACTIONS(1644), - [anon_sym___based] = ACTIONS(1644), - [anon_sym___cdecl] = ACTIONS(1644), - [anon_sym___clrcall] = ACTIONS(1644), - [anon_sym___stdcall] = ACTIONS(1644), - [anon_sym___fastcall] = ACTIONS(1644), - [anon_sym___thiscall] = ACTIONS(1644), - [anon_sym___vectorcall] = ACTIONS(1644), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LBRACK] = ACTIONS(1644), - [anon_sym_static] = ACTIONS(1644), - [anon_sym_register] = ACTIONS(1644), - [anon_sym_inline] = ACTIONS(1644), - [anon_sym_thread_local] = ACTIONS(1644), - [anon_sym_const] = ACTIONS(1644), - [anon_sym_volatile] = ACTIONS(1644), - [anon_sym_restrict] = ACTIONS(1644), - [anon_sym__Atomic] = ACTIONS(1644), - [anon_sym_mutable] = ACTIONS(1644), - [anon_sym_constexpr] = ACTIONS(1644), - [anon_sym_signed] = ACTIONS(1644), - [anon_sym_unsigned] = ACTIONS(1644), - [anon_sym_long] = ACTIONS(1644), - [anon_sym_short] = ACTIONS(1644), - [sym_primitive_type] = ACTIONS(1644), - [anon_sym_enum] = ACTIONS(1644), - [anon_sym_class] = ACTIONS(1644), - [anon_sym_struct] = ACTIONS(1644), - [anon_sym_union] = ACTIONS(1644), - [anon_sym_if] = ACTIONS(1644), - [anon_sym_else] = ACTIONS(1644), - [anon_sym_switch] = ACTIONS(1644), - [anon_sym_case] = ACTIONS(1644), - [anon_sym_default] = ACTIONS(1644), - [anon_sym_while] = ACTIONS(1644), - [anon_sym_do] = ACTIONS(1644), - [anon_sym_for] = ACTIONS(1644), - [anon_sym_return] = ACTIONS(1644), - [anon_sym_break] = ACTIONS(1644), - [anon_sym_continue] = ACTIONS(1644), - [anon_sym_goto] = ACTIONS(1644), - [anon_sym_DASH_DASH] = ACTIONS(1646), - [anon_sym_PLUS_PLUS] = ACTIONS(1646), - [anon_sym_sizeof] = ACTIONS(1644), - [sym_number_literal] = ACTIONS(1646), - [anon_sym_L_SQUOTE] = ACTIONS(1646), - [anon_sym_u_SQUOTE] = ACTIONS(1646), - [anon_sym_U_SQUOTE] = ACTIONS(1646), - [anon_sym_u8_SQUOTE] = ACTIONS(1646), - [anon_sym_SQUOTE] = ACTIONS(1646), - [anon_sym_L_DQUOTE] = ACTIONS(1646), - [anon_sym_u_DQUOTE] = ACTIONS(1646), - [anon_sym_U_DQUOTE] = ACTIONS(1646), - [anon_sym_u8_DQUOTE] = ACTIONS(1646), - [anon_sym_DQUOTE] = ACTIONS(1646), - [sym_true] = ACTIONS(1644), - [sym_false] = ACTIONS(1644), - [sym_null] = ACTIONS(1644), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1644), - [anon_sym_virtual] = ACTIONS(1644), - [anon_sym_explicit] = ACTIONS(1644), - [sym_auto] = ACTIONS(1644), - [anon_sym_typename] = ACTIONS(1644), - [anon_sym_template] = ACTIONS(1644), - [anon_sym_operator] = ACTIONS(1644), - [anon_sym_delete] = ACTIONS(1644), - [anon_sym_throw] = ACTIONS(1644), - [anon_sym_namespace] = ACTIONS(1644), - [anon_sym_using] = ACTIONS(1644), - [anon_sym_static_assert] = ACTIONS(1644), - [anon_sym_co_return] = ACTIONS(1644), - [anon_sym_co_yield] = ACTIONS(1644), - [anon_sym_try] = ACTIONS(1644), - [anon_sym_co_await] = ACTIONS(1644), - [anon_sym_new] = ACTIONS(1644), - [sym_operator_name] = ACTIONS(1644), - [sym_this] = ACTIONS(1644), - [sym_nullptr] = ACTIONS(1644), - [sym_alone_macro] = ACTIONS(1646), - [aux_sym_alone_macro_call_token1] = ACTIONS(1644), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1644), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_FORWARD] = ACTIONS(1644), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1644), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1644), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1644), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1644), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_PS_GET] = ACTIONS(1644), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1644), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1644), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1644), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1644), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1644), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1644), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1644), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1644), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1644), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1644), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1644), - [anon_sym_MOZ_COLD] = ACTIONS(1644), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1644), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1644), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1644), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1644), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1644), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1644), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1644), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1644), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1644), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1644), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1644), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1644), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1644), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1644), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1644), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1644), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1644), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1644), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1644), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1644), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_NONNULL] = ACTIONS(1644), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1644), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1644), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1644), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1644), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1644), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_NORETURN] = ACTIONS(1644), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1644), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1644), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1644), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1644), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1644), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1644), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1644), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1644), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1644), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1644), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1644), - [anon_sym_MOZ_RAII] = ACTIONS(1644), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1644), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1644), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1644), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1644), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1644), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1644), - [sym_raw_string_literal] = ACTIONS(1646), + [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(1560), - [sym_identifier] = ACTIONS(1558), - [aux_sym_preproc_include_token1] = ACTIONS(1558), - [aux_sym_preproc_def_token1] = ACTIONS(1558), - [aux_sym_preproc_if_token1] = ACTIONS(1558), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1558), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1558), - [sym_preproc_directive] = ACTIONS(1558), - [anon_sym_LPAREN2] = ACTIONS(1560), - [anon_sym_BANG] = ACTIONS(1560), - [anon_sym_TILDE] = ACTIONS(1560), - [anon_sym_DASH] = ACTIONS(1558), - [anon_sym_PLUS] = ACTIONS(1558), - [anon_sym_STAR] = ACTIONS(1560), - [anon_sym_AMP_AMP] = ACTIONS(1560), - [anon_sym_AMP] = ACTIONS(1558), - [anon_sym_SEMI] = ACTIONS(1560), - [anon_sym_typedef] = ACTIONS(1558), - [anon_sym_extern] = ACTIONS(1558), - [anon_sym___attribute__] = ACTIONS(1558), - [anon_sym_COLON_COLON] = ACTIONS(1560), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1560), - [anon_sym___declspec] = ACTIONS(1558), - [anon_sym___based] = ACTIONS(1558), - [anon_sym___cdecl] = ACTIONS(1558), - [anon_sym___clrcall] = ACTIONS(1558), - [anon_sym___stdcall] = ACTIONS(1558), - [anon_sym___fastcall] = ACTIONS(1558), - [anon_sym___thiscall] = ACTIONS(1558), - [anon_sym___vectorcall] = ACTIONS(1558), - [anon_sym_LBRACE] = ACTIONS(1560), - [anon_sym_LBRACK] = ACTIONS(1558), - [anon_sym_static] = ACTIONS(1558), - [anon_sym_register] = ACTIONS(1558), - [anon_sym_inline] = ACTIONS(1558), - [anon_sym_thread_local] = ACTIONS(1558), - [anon_sym_const] = ACTIONS(1558), - [anon_sym_volatile] = ACTIONS(1558), - [anon_sym_restrict] = ACTIONS(1558), - [anon_sym__Atomic] = ACTIONS(1558), - [anon_sym_mutable] = ACTIONS(1558), - [anon_sym_constexpr] = ACTIONS(1558), - [anon_sym_signed] = ACTIONS(1558), - [anon_sym_unsigned] = ACTIONS(1558), - [anon_sym_long] = ACTIONS(1558), - [anon_sym_short] = ACTIONS(1558), - [sym_primitive_type] = ACTIONS(1558), - [anon_sym_enum] = ACTIONS(1558), - [anon_sym_class] = ACTIONS(1558), - [anon_sym_struct] = ACTIONS(1558), - [anon_sym_union] = ACTIONS(1558), - [anon_sym_if] = ACTIONS(1558), - [anon_sym_else] = ACTIONS(1558), - [anon_sym_switch] = ACTIONS(1558), - [anon_sym_case] = ACTIONS(1558), - [anon_sym_default] = ACTIONS(1558), - [anon_sym_while] = ACTIONS(1558), - [anon_sym_do] = ACTIONS(1558), - [anon_sym_for] = ACTIONS(1558), - [anon_sym_return] = ACTIONS(1558), - [anon_sym_break] = ACTIONS(1558), - [anon_sym_continue] = ACTIONS(1558), - [anon_sym_goto] = ACTIONS(1558), - [anon_sym_DASH_DASH] = ACTIONS(1560), - [anon_sym_PLUS_PLUS] = ACTIONS(1560), - [anon_sym_sizeof] = ACTIONS(1558), - [sym_number_literal] = ACTIONS(1560), - [anon_sym_L_SQUOTE] = ACTIONS(1560), - [anon_sym_u_SQUOTE] = ACTIONS(1560), - [anon_sym_U_SQUOTE] = ACTIONS(1560), - [anon_sym_u8_SQUOTE] = ACTIONS(1560), - [anon_sym_SQUOTE] = ACTIONS(1560), - [anon_sym_L_DQUOTE] = ACTIONS(1560), - [anon_sym_u_DQUOTE] = ACTIONS(1560), - [anon_sym_U_DQUOTE] = ACTIONS(1560), - [anon_sym_u8_DQUOTE] = ACTIONS(1560), - [anon_sym_DQUOTE] = ACTIONS(1560), - [sym_true] = ACTIONS(1558), - [sym_false] = ACTIONS(1558), - [sym_null] = ACTIONS(1558), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1558), - [anon_sym_virtual] = ACTIONS(1558), - [anon_sym_explicit] = ACTIONS(1558), - [sym_auto] = ACTIONS(1558), - [anon_sym_typename] = ACTIONS(1558), - [anon_sym_template] = ACTIONS(1558), - [anon_sym_operator] = ACTIONS(1558), - [anon_sym_delete] = ACTIONS(1558), - [anon_sym_throw] = ACTIONS(1558), - [anon_sym_namespace] = ACTIONS(1558), - [anon_sym_using] = ACTIONS(1558), - [anon_sym_static_assert] = ACTIONS(1558), - [anon_sym_co_return] = ACTIONS(1558), - [anon_sym_co_yield] = ACTIONS(1558), - [anon_sym_try] = ACTIONS(1558), - [anon_sym_co_await] = ACTIONS(1558), - [anon_sym_new] = ACTIONS(1558), - [sym_operator_name] = ACTIONS(1558), - [sym_this] = ACTIONS(1558), - [sym_nullptr] = ACTIONS(1558), - [sym_alone_macro] = ACTIONS(1560), - [aux_sym_alone_macro_call_token1] = ACTIONS(1558), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_FORWARD] = ACTIONS(1558), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1558), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_PS_GET] = ACTIONS(1558), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1558), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1558), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1558), - [anon_sym_MOZ_COLD] = ACTIONS(1558), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1558), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1558), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1558), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1558), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1558), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1558), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1558), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1558), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1558), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1558), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1558), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1558), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_RAII] = ACTIONS(1558), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1558), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1558), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1558), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1558), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1558), - [sym_raw_string_literal] = ACTIONS(1560), + [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] = { - [sym_identifier] = ACTIONS(1640), - [aux_sym_preproc_include_token1] = ACTIONS(1640), - [aux_sym_preproc_def_token1] = ACTIONS(1640), - [aux_sym_preproc_if_token1] = ACTIONS(1640), - [aux_sym_preproc_if_token2] = ACTIONS(1640), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1640), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1640), - [sym_preproc_directive] = ACTIONS(1640), - [anon_sym_LPAREN2] = ACTIONS(1642), - [anon_sym_BANG] = ACTIONS(1642), - [anon_sym_TILDE] = ACTIONS(1642), - [anon_sym_DASH] = ACTIONS(1640), - [anon_sym_PLUS] = ACTIONS(1640), - [anon_sym_STAR] = ACTIONS(1642), - [anon_sym_AMP_AMP] = ACTIONS(1642), - [anon_sym_AMP] = ACTIONS(1640), - [anon_sym_SEMI] = ACTIONS(1642), - [anon_sym_typedef] = ACTIONS(1640), - [anon_sym_extern] = ACTIONS(1640), - [anon_sym___attribute__] = ACTIONS(1640), - [anon_sym_COLON_COLON] = ACTIONS(1642), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1642), - [anon_sym___declspec] = ACTIONS(1640), - [anon_sym___based] = ACTIONS(1640), - [anon_sym___cdecl] = ACTIONS(1640), - [anon_sym___clrcall] = ACTIONS(1640), - [anon_sym___stdcall] = ACTIONS(1640), - [anon_sym___fastcall] = ACTIONS(1640), - [anon_sym___thiscall] = ACTIONS(1640), - [anon_sym___vectorcall] = ACTIONS(1640), - [anon_sym_LBRACE] = ACTIONS(1642), - [anon_sym_LBRACK] = ACTIONS(1640), - [anon_sym_static] = ACTIONS(1640), - [anon_sym_register] = ACTIONS(1640), - [anon_sym_inline] = ACTIONS(1640), - [anon_sym_thread_local] = ACTIONS(1640), - [anon_sym_const] = ACTIONS(1640), - [anon_sym_volatile] = ACTIONS(1640), - [anon_sym_restrict] = ACTIONS(1640), - [anon_sym__Atomic] = ACTIONS(1640), - [anon_sym_mutable] = ACTIONS(1640), - [anon_sym_constexpr] = ACTIONS(1640), - [anon_sym_signed] = ACTIONS(1640), - [anon_sym_unsigned] = ACTIONS(1640), - [anon_sym_long] = ACTIONS(1640), - [anon_sym_short] = ACTIONS(1640), - [sym_primitive_type] = ACTIONS(1640), - [anon_sym_enum] = ACTIONS(1640), - [anon_sym_class] = ACTIONS(1640), - [anon_sym_struct] = ACTIONS(1640), - [anon_sym_union] = ACTIONS(1640), - [anon_sym_if] = ACTIONS(1640), - [anon_sym_else] = ACTIONS(1640), - [anon_sym_switch] = ACTIONS(1640), - [anon_sym_case] = ACTIONS(1640), - [anon_sym_default] = ACTIONS(1640), - [anon_sym_while] = ACTIONS(1640), - [anon_sym_do] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1640), - [anon_sym_return] = ACTIONS(1640), - [anon_sym_break] = ACTIONS(1640), - [anon_sym_continue] = ACTIONS(1640), - [anon_sym_goto] = ACTIONS(1640), - [anon_sym_DASH_DASH] = ACTIONS(1642), - [anon_sym_PLUS_PLUS] = ACTIONS(1642), - [anon_sym_sizeof] = ACTIONS(1640), - [sym_number_literal] = ACTIONS(1642), - [anon_sym_L_SQUOTE] = ACTIONS(1642), - [anon_sym_u_SQUOTE] = ACTIONS(1642), - [anon_sym_U_SQUOTE] = ACTIONS(1642), - [anon_sym_u8_SQUOTE] = ACTIONS(1642), - [anon_sym_SQUOTE] = ACTIONS(1642), - [anon_sym_L_DQUOTE] = ACTIONS(1642), - [anon_sym_u_DQUOTE] = ACTIONS(1642), - [anon_sym_U_DQUOTE] = ACTIONS(1642), - [anon_sym_u8_DQUOTE] = ACTIONS(1642), - [anon_sym_DQUOTE] = ACTIONS(1642), - [sym_true] = ACTIONS(1640), - [sym_false] = ACTIONS(1640), - [sym_null] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1640), - [anon_sym_virtual] = ACTIONS(1640), - [anon_sym_explicit] = ACTIONS(1640), - [sym_auto] = ACTIONS(1640), - [anon_sym_typename] = ACTIONS(1640), - [anon_sym_template] = ACTIONS(1640), - [anon_sym_operator] = ACTIONS(1640), - [anon_sym_delete] = ACTIONS(1640), - [anon_sym_throw] = ACTIONS(1640), - [anon_sym_namespace] = ACTIONS(1640), - [anon_sym_using] = ACTIONS(1640), - [anon_sym_static_assert] = ACTIONS(1640), - [anon_sym_co_return] = ACTIONS(1640), - [anon_sym_co_yield] = ACTIONS(1640), - [anon_sym_try] = ACTIONS(1640), - [anon_sym_co_await] = ACTIONS(1640), - [anon_sym_new] = ACTIONS(1640), - [sym_operator_name] = ACTIONS(1640), - [sym_this] = ACTIONS(1640), - [sym_nullptr] = ACTIONS(1640), - [sym_alone_macro] = ACTIONS(1642), - [aux_sym_alone_macro_call_token1] = ACTIONS(1640), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1640), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_FORWARD] = ACTIONS(1640), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1640), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1640), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1640), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1640), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_PS_GET] = ACTIONS(1640), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1640), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1640), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1640), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1640), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1640), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1640), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1640), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1640), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1640), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1640), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1640), - [anon_sym_MOZ_COLD] = ACTIONS(1640), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1640), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1640), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1640), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1640), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1640), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1640), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1640), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1640), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1640), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1640), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1640), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1640), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1640), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1640), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1640), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1640), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1640), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1640), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1640), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1640), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_NONNULL] = ACTIONS(1640), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1640), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1640), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1640), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1640), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1640), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_NORETURN] = ACTIONS(1640), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1640), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1640), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1640), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1640), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1640), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1640), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1640), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1640), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1640), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1640), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1640), - [anon_sym_MOZ_RAII] = ACTIONS(1640), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1640), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1640), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1640), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1640), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1640), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1640), - [sym_raw_string_literal] = ACTIONS(1642), + [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] = { - [sym_identifier] = ACTIONS(1554), - [aux_sym_preproc_include_token1] = ACTIONS(1554), - [aux_sym_preproc_def_token1] = ACTIONS(1554), - [aux_sym_preproc_if_token1] = ACTIONS(1554), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1554), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1554), - [sym_preproc_directive] = ACTIONS(1554), - [anon_sym_LPAREN2] = ACTIONS(1556), - [anon_sym_BANG] = ACTIONS(1556), - [anon_sym_TILDE] = ACTIONS(1556), - [anon_sym_DASH] = ACTIONS(1554), - [anon_sym_PLUS] = ACTIONS(1554), - [anon_sym_STAR] = ACTIONS(1556), - [anon_sym_AMP_AMP] = ACTIONS(1556), - [anon_sym_AMP] = ACTIONS(1554), - [anon_sym_SEMI] = ACTIONS(1556), - [anon_sym_typedef] = ACTIONS(1554), - [anon_sym_extern] = ACTIONS(1554), - [anon_sym___attribute__] = ACTIONS(1554), - [anon_sym_COLON_COLON] = ACTIONS(1556), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1556), - [anon_sym___declspec] = ACTIONS(1554), - [anon_sym___based] = ACTIONS(1554), - [anon_sym___cdecl] = ACTIONS(1554), - [anon_sym___clrcall] = ACTIONS(1554), - [anon_sym___stdcall] = ACTIONS(1554), - [anon_sym___fastcall] = ACTIONS(1554), - [anon_sym___thiscall] = ACTIONS(1554), - [anon_sym___vectorcall] = ACTIONS(1554), - [anon_sym_LBRACE] = ACTIONS(1556), - [anon_sym_RBRACE] = ACTIONS(1556), - [anon_sym_LBRACK] = ACTIONS(1554), - [anon_sym_static] = ACTIONS(1554), - [anon_sym_register] = ACTIONS(1554), - [anon_sym_inline] = ACTIONS(1554), - [anon_sym_thread_local] = ACTIONS(1554), - [anon_sym_const] = ACTIONS(1554), - [anon_sym_volatile] = ACTIONS(1554), - [anon_sym_restrict] = ACTIONS(1554), - [anon_sym__Atomic] = ACTIONS(1554), - [anon_sym_mutable] = ACTIONS(1554), - [anon_sym_constexpr] = ACTIONS(1554), - [anon_sym_signed] = ACTIONS(1554), - [anon_sym_unsigned] = ACTIONS(1554), - [anon_sym_long] = ACTIONS(1554), - [anon_sym_short] = ACTIONS(1554), - [sym_primitive_type] = ACTIONS(1554), - [anon_sym_enum] = ACTIONS(1554), - [anon_sym_class] = ACTIONS(1554), - [anon_sym_struct] = ACTIONS(1554), - [anon_sym_union] = ACTIONS(1554), - [anon_sym_if] = ACTIONS(1554), - [anon_sym_else] = ACTIONS(1554), - [anon_sym_switch] = ACTIONS(1554), - [anon_sym_case] = ACTIONS(1554), - [anon_sym_default] = ACTIONS(1554), - [anon_sym_while] = ACTIONS(1554), - [anon_sym_do] = ACTIONS(1554), - [anon_sym_for] = ACTIONS(1554), - [anon_sym_return] = ACTIONS(1554), - [anon_sym_break] = ACTIONS(1554), - [anon_sym_continue] = ACTIONS(1554), - [anon_sym_goto] = ACTIONS(1554), - [anon_sym_DASH_DASH] = ACTIONS(1556), - [anon_sym_PLUS_PLUS] = ACTIONS(1556), - [anon_sym_sizeof] = ACTIONS(1554), - [sym_number_literal] = ACTIONS(1556), - [anon_sym_L_SQUOTE] = ACTIONS(1556), - [anon_sym_u_SQUOTE] = ACTIONS(1556), - [anon_sym_U_SQUOTE] = ACTIONS(1556), - [anon_sym_u8_SQUOTE] = ACTIONS(1556), - [anon_sym_SQUOTE] = ACTIONS(1556), - [anon_sym_L_DQUOTE] = ACTIONS(1556), - [anon_sym_u_DQUOTE] = ACTIONS(1556), - [anon_sym_U_DQUOTE] = ACTIONS(1556), - [anon_sym_u8_DQUOTE] = ACTIONS(1556), - [anon_sym_DQUOTE] = ACTIONS(1556), - [sym_true] = ACTIONS(1554), - [sym_false] = ACTIONS(1554), - [sym_null] = ACTIONS(1554), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1554), - [anon_sym_virtual] = ACTIONS(1554), - [anon_sym_explicit] = ACTIONS(1554), - [sym_auto] = ACTIONS(1554), - [anon_sym_typename] = ACTIONS(1554), - [anon_sym_template] = ACTIONS(1554), - [anon_sym_operator] = ACTIONS(1554), - [anon_sym_delete] = ACTIONS(1554), - [anon_sym_throw] = ACTIONS(1554), - [anon_sym_namespace] = ACTIONS(1554), - [anon_sym_using] = ACTIONS(1554), - [anon_sym_static_assert] = ACTIONS(1554), - [anon_sym_co_return] = ACTIONS(1554), - [anon_sym_co_yield] = ACTIONS(1554), - [anon_sym_try] = ACTIONS(1554), - [anon_sym_co_await] = ACTIONS(1554), - [anon_sym_new] = ACTIONS(1554), - [sym_operator_name] = ACTIONS(1554), - [sym_this] = ACTIONS(1554), - [sym_nullptr] = ACTIONS(1554), - [sym_alone_macro] = ACTIONS(1556), - [aux_sym_alone_macro_call_token1] = ACTIONS(1554), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1554), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_FORWARD] = ACTIONS(1554), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1554), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1554), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1554), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1554), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_PS_GET] = ACTIONS(1554), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1554), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1554), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1554), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1554), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1554), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1554), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1554), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1554), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1554), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1554), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1554), - [anon_sym_MOZ_COLD] = ACTIONS(1554), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1554), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1554), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1554), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1554), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1554), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1554), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1554), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1554), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1554), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1554), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1554), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1554), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1554), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1554), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1554), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1554), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1554), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1554), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1554), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1554), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_NONNULL] = ACTIONS(1554), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1554), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1554), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1554), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1554), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1554), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_NORETURN] = ACTIONS(1554), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1554), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1554), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1554), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1554), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1554), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1554), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1554), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1554), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1554), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1554), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1554), - [anon_sym_MOZ_RAII] = ACTIONS(1554), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1554), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1554), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1554), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1554), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1554), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1554), - [sym_raw_string_literal] = ACTIONS(1556), + [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(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), }, [464] = { - [ts_builtin_sym_end] = ACTIONS(1560), - [sym_identifier] = ACTIONS(1558), - [aux_sym_preproc_include_token1] = ACTIONS(1558), - [aux_sym_preproc_def_token1] = ACTIONS(1558), - [aux_sym_preproc_if_token1] = ACTIONS(1558), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1558), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1558), - [sym_preproc_directive] = ACTIONS(1558), - [anon_sym_LPAREN2] = ACTIONS(1560), - [anon_sym_BANG] = ACTIONS(1560), - [anon_sym_TILDE] = ACTIONS(1560), - [anon_sym_DASH] = ACTIONS(1558), - [anon_sym_PLUS] = ACTIONS(1558), - [anon_sym_STAR] = ACTIONS(1560), - [anon_sym_AMP_AMP] = ACTIONS(1560), - [anon_sym_AMP] = ACTIONS(1558), - [anon_sym_SEMI] = ACTIONS(1560), - [anon_sym_typedef] = ACTIONS(1558), - [anon_sym_extern] = ACTIONS(1558), - [anon_sym___attribute__] = ACTIONS(1558), - [anon_sym_COLON_COLON] = ACTIONS(1560), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1560), - [anon_sym___declspec] = ACTIONS(1558), - [anon_sym___based] = ACTIONS(1558), - [anon_sym___cdecl] = ACTIONS(1558), - [anon_sym___clrcall] = ACTIONS(1558), - [anon_sym___stdcall] = ACTIONS(1558), - [anon_sym___fastcall] = ACTIONS(1558), - [anon_sym___thiscall] = ACTIONS(1558), - [anon_sym___vectorcall] = ACTIONS(1558), - [anon_sym_LBRACE] = ACTIONS(1560), - [anon_sym_LBRACK] = ACTIONS(1558), - [anon_sym_static] = ACTIONS(1558), - [anon_sym_register] = ACTIONS(1558), - [anon_sym_inline] = ACTIONS(1558), - [anon_sym_thread_local] = ACTIONS(1558), - [anon_sym_const] = ACTIONS(1558), - [anon_sym_volatile] = ACTIONS(1558), - [anon_sym_restrict] = ACTIONS(1558), - [anon_sym__Atomic] = ACTIONS(1558), - [anon_sym_mutable] = ACTIONS(1558), - [anon_sym_constexpr] = ACTIONS(1558), - [anon_sym_signed] = ACTIONS(1558), - [anon_sym_unsigned] = ACTIONS(1558), - [anon_sym_long] = ACTIONS(1558), - [anon_sym_short] = ACTIONS(1558), - [sym_primitive_type] = ACTIONS(1558), - [anon_sym_enum] = ACTIONS(1558), - [anon_sym_class] = ACTIONS(1558), - [anon_sym_struct] = ACTIONS(1558), - [anon_sym_union] = ACTIONS(1558), - [anon_sym_if] = ACTIONS(1558), - [anon_sym_else] = ACTIONS(1558), - [anon_sym_switch] = ACTIONS(1558), - [anon_sym_case] = ACTIONS(1558), - [anon_sym_default] = ACTIONS(1558), - [anon_sym_while] = ACTIONS(1558), - [anon_sym_do] = ACTIONS(1558), - [anon_sym_for] = ACTIONS(1558), - [anon_sym_return] = ACTIONS(1558), - [anon_sym_break] = ACTIONS(1558), - [anon_sym_continue] = ACTIONS(1558), - [anon_sym_goto] = ACTIONS(1558), - [anon_sym_DASH_DASH] = ACTIONS(1560), - [anon_sym_PLUS_PLUS] = ACTIONS(1560), - [anon_sym_sizeof] = ACTIONS(1558), - [sym_number_literal] = ACTIONS(1560), - [anon_sym_L_SQUOTE] = ACTIONS(1560), - [anon_sym_u_SQUOTE] = ACTIONS(1560), - [anon_sym_U_SQUOTE] = ACTIONS(1560), - [anon_sym_u8_SQUOTE] = ACTIONS(1560), - [anon_sym_SQUOTE] = ACTIONS(1560), - [anon_sym_L_DQUOTE] = ACTIONS(1560), - [anon_sym_u_DQUOTE] = ACTIONS(1560), - [anon_sym_U_DQUOTE] = ACTIONS(1560), - [anon_sym_u8_DQUOTE] = ACTIONS(1560), - [anon_sym_DQUOTE] = ACTIONS(1560), - [sym_true] = ACTIONS(1558), - [sym_false] = ACTIONS(1558), - [sym_null] = ACTIONS(1558), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1558), - [anon_sym_virtual] = ACTIONS(1558), - [anon_sym_explicit] = ACTIONS(1558), - [sym_auto] = ACTIONS(1558), - [anon_sym_typename] = ACTIONS(1558), - [anon_sym_template] = ACTIONS(1558), - [anon_sym_operator] = ACTIONS(1558), - [anon_sym_delete] = ACTIONS(1558), - [anon_sym_throw] = ACTIONS(1558), - [anon_sym_namespace] = ACTIONS(1558), - [anon_sym_using] = ACTIONS(1558), - [anon_sym_static_assert] = ACTIONS(1558), - [anon_sym_co_return] = ACTIONS(1558), - [anon_sym_co_yield] = ACTIONS(1558), - [anon_sym_try] = ACTIONS(1558), - [anon_sym_co_await] = ACTIONS(1558), - [anon_sym_new] = ACTIONS(1558), - [sym_operator_name] = ACTIONS(1558), - [sym_this] = ACTIONS(1558), - [sym_nullptr] = ACTIONS(1558), - [sym_alone_macro] = ACTIONS(1560), - [aux_sym_alone_macro_call_token1] = ACTIONS(1558), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_FORWARD] = ACTIONS(1558), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1558), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_PS_GET] = ACTIONS(1558), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1558), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1558), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1558), - [anon_sym_MOZ_COLD] = ACTIONS(1558), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1558), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1558), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1558), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1558), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1558), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1558), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1558), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1558), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1558), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1558), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1558), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1558), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_RAII] = ACTIONS(1558), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1558), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1558), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1558), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1558), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1558), - [sym_raw_string_literal] = ACTIONS(1560), + [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(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), }, [465] = { - [sym_identifier] = ACTIONS(1636), - [aux_sym_preproc_include_token1] = ACTIONS(1636), - [aux_sym_preproc_def_token1] = ACTIONS(1636), - [aux_sym_preproc_if_token1] = ACTIONS(1636), - [aux_sym_preproc_if_token2] = ACTIONS(1636), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1636), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1636), - [sym_preproc_directive] = ACTIONS(1636), - [anon_sym_LPAREN2] = ACTIONS(1638), - [anon_sym_BANG] = ACTIONS(1638), - [anon_sym_TILDE] = ACTIONS(1638), - [anon_sym_DASH] = ACTIONS(1636), - [anon_sym_PLUS] = ACTIONS(1636), - [anon_sym_STAR] = ACTIONS(1638), - [anon_sym_AMP_AMP] = ACTIONS(1638), - [anon_sym_AMP] = ACTIONS(1636), - [anon_sym_SEMI] = ACTIONS(1638), - [anon_sym_typedef] = ACTIONS(1636), - [anon_sym_extern] = ACTIONS(1636), - [anon_sym___attribute__] = ACTIONS(1636), - [anon_sym_COLON_COLON] = ACTIONS(1638), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1638), - [anon_sym___declspec] = ACTIONS(1636), - [anon_sym___based] = ACTIONS(1636), - [anon_sym___cdecl] = ACTIONS(1636), - [anon_sym___clrcall] = ACTIONS(1636), - [anon_sym___stdcall] = ACTIONS(1636), - [anon_sym___fastcall] = ACTIONS(1636), - [anon_sym___thiscall] = ACTIONS(1636), - [anon_sym___vectorcall] = ACTIONS(1636), - [anon_sym_LBRACE] = ACTIONS(1638), - [anon_sym_LBRACK] = ACTIONS(1636), - [anon_sym_static] = ACTIONS(1636), - [anon_sym_register] = ACTIONS(1636), - [anon_sym_inline] = ACTIONS(1636), - [anon_sym_thread_local] = ACTIONS(1636), - [anon_sym_const] = ACTIONS(1636), - [anon_sym_volatile] = ACTIONS(1636), - [anon_sym_restrict] = ACTIONS(1636), - [anon_sym__Atomic] = ACTIONS(1636), - [anon_sym_mutable] = ACTIONS(1636), - [anon_sym_constexpr] = ACTIONS(1636), - [anon_sym_signed] = ACTIONS(1636), - [anon_sym_unsigned] = ACTIONS(1636), - [anon_sym_long] = ACTIONS(1636), - [anon_sym_short] = ACTIONS(1636), - [sym_primitive_type] = ACTIONS(1636), - [anon_sym_enum] = ACTIONS(1636), - [anon_sym_class] = ACTIONS(1636), - [anon_sym_struct] = ACTIONS(1636), - [anon_sym_union] = ACTIONS(1636), - [anon_sym_if] = ACTIONS(1636), - [anon_sym_else] = ACTIONS(1636), - [anon_sym_switch] = ACTIONS(1636), - [anon_sym_case] = ACTIONS(1636), - [anon_sym_default] = ACTIONS(1636), - [anon_sym_while] = ACTIONS(1636), - [anon_sym_do] = ACTIONS(1636), - [anon_sym_for] = ACTIONS(1636), - [anon_sym_return] = ACTIONS(1636), - [anon_sym_break] = ACTIONS(1636), - [anon_sym_continue] = ACTIONS(1636), - [anon_sym_goto] = ACTIONS(1636), - [anon_sym_DASH_DASH] = ACTIONS(1638), - [anon_sym_PLUS_PLUS] = ACTIONS(1638), - [anon_sym_sizeof] = ACTIONS(1636), - [sym_number_literal] = ACTIONS(1638), - [anon_sym_L_SQUOTE] = ACTIONS(1638), - [anon_sym_u_SQUOTE] = ACTIONS(1638), - [anon_sym_U_SQUOTE] = ACTIONS(1638), - [anon_sym_u8_SQUOTE] = ACTIONS(1638), - [anon_sym_SQUOTE] = ACTIONS(1638), - [anon_sym_L_DQUOTE] = ACTIONS(1638), - [anon_sym_u_DQUOTE] = ACTIONS(1638), - [anon_sym_U_DQUOTE] = ACTIONS(1638), - [anon_sym_u8_DQUOTE] = ACTIONS(1638), - [anon_sym_DQUOTE] = ACTIONS(1638), - [sym_true] = ACTIONS(1636), - [sym_false] = ACTIONS(1636), - [sym_null] = ACTIONS(1636), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1636), - [anon_sym_virtual] = ACTIONS(1636), - [anon_sym_explicit] = ACTIONS(1636), - [sym_auto] = ACTIONS(1636), - [anon_sym_typename] = ACTIONS(1636), - [anon_sym_template] = ACTIONS(1636), - [anon_sym_operator] = ACTIONS(1636), - [anon_sym_delete] = ACTIONS(1636), - [anon_sym_throw] = ACTIONS(1636), - [anon_sym_namespace] = ACTIONS(1636), - [anon_sym_using] = ACTIONS(1636), - [anon_sym_static_assert] = ACTIONS(1636), - [anon_sym_co_return] = ACTIONS(1636), - [anon_sym_co_yield] = ACTIONS(1636), - [anon_sym_try] = ACTIONS(1636), - [anon_sym_co_await] = ACTIONS(1636), - [anon_sym_new] = ACTIONS(1636), - [sym_operator_name] = ACTIONS(1636), - [sym_this] = ACTIONS(1636), - [sym_nullptr] = ACTIONS(1636), - [sym_alone_macro] = ACTIONS(1638), - [aux_sym_alone_macro_call_token1] = ACTIONS(1636), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1636), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_FORWARD] = ACTIONS(1636), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1636), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1636), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1636), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1636), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_PS_GET] = ACTIONS(1636), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1636), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1636), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1636), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1636), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1636), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1636), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1636), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1636), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1636), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1636), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1636), - [anon_sym_MOZ_COLD] = ACTIONS(1636), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1636), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1636), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1636), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1636), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1636), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1636), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1636), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1636), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1636), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1636), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1636), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1636), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1636), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1636), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1636), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1636), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1636), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1636), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1636), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1636), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_NONNULL] = ACTIONS(1636), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1636), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1636), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1636), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1636), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1636), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_NORETURN] = ACTIONS(1636), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1636), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1636), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1636), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1636), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1636), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1636), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1636), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1636), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1636), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1636), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1636), - [anon_sym_MOZ_RAII] = ACTIONS(1636), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1636), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1636), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1636), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1636), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1636), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1636), - [sym_raw_string_literal] = ACTIONS(1638), + [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_identifier] = ACTIONS(1582), - [aux_sym_preproc_include_token1] = ACTIONS(1582), - [aux_sym_preproc_def_token1] = ACTIONS(1582), - [aux_sym_preproc_if_token1] = ACTIONS(1582), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1582), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1582), - [sym_preproc_directive] = ACTIONS(1582), - [anon_sym_LPAREN2] = ACTIONS(1584), - [anon_sym_BANG] = ACTIONS(1584), - [anon_sym_TILDE] = ACTIONS(1584), - [anon_sym_DASH] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(1582), - [anon_sym_STAR] = ACTIONS(1584), - [anon_sym_AMP_AMP] = ACTIONS(1584), - [anon_sym_AMP] = ACTIONS(1582), - [anon_sym_SEMI] = ACTIONS(1584), - [anon_sym_typedef] = ACTIONS(1582), - [anon_sym_extern] = ACTIONS(1582), - [anon_sym___attribute__] = ACTIONS(1582), - [anon_sym_COLON_COLON] = ACTIONS(1584), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1584), - [anon_sym___declspec] = ACTIONS(1582), - [anon_sym___based] = ACTIONS(1582), - [anon_sym___cdecl] = ACTIONS(1582), - [anon_sym___clrcall] = ACTIONS(1582), - [anon_sym___stdcall] = ACTIONS(1582), - [anon_sym___fastcall] = ACTIONS(1582), - [anon_sym___thiscall] = ACTIONS(1582), - [anon_sym___vectorcall] = ACTIONS(1582), - [anon_sym_LBRACE] = ACTIONS(1584), - [anon_sym_RBRACE] = ACTIONS(1584), - [anon_sym_LBRACK] = ACTIONS(1582), - [anon_sym_static] = ACTIONS(1582), - [anon_sym_register] = ACTIONS(1582), - [anon_sym_inline] = ACTIONS(1582), - [anon_sym_thread_local] = ACTIONS(1582), - [anon_sym_const] = ACTIONS(1582), - [anon_sym_volatile] = ACTIONS(1582), - [anon_sym_restrict] = ACTIONS(1582), - [anon_sym__Atomic] = ACTIONS(1582), - [anon_sym_mutable] = ACTIONS(1582), - [anon_sym_constexpr] = ACTIONS(1582), - [anon_sym_signed] = ACTIONS(1582), - [anon_sym_unsigned] = ACTIONS(1582), - [anon_sym_long] = ACTIONS(1582), - [anon_sym_short] = ACTIONS(1582), - [sym_primitive_type] = ACTIONS(1582), - [anon_sym_enum] = ACTIONS(1582), - [anon_sym_class] = ACTIONS(1582), - [anon_sym_struct] = ACTIONS(1582), - [anon_sym_union] = ACTIONS(1582), - [anon_sym_if] = ACTIONS(1582), - [anon_sym_else] = ACTIONS(1582), - [anon_sym_switch] = ACTIONS(1582), - [anon_sym_case] = ACTIONS(1582), - [anon_sym_default] = ACTIONS(1582), - [anon_sym_while] = ACTIONS(1582), - [anon_sym_do] = ACTIONS(1582), - [anon_sym_for] = ACTIONS(1582), - [anon_sym_return] = ACTIONS(1582), - [anon_sym_break] = ACTIONS(1582), - [anon_sym_continue] = ACTIONS(1582), - [anon_sym_goto] = ACTIONS(1582), - [anon_sym_DASH_DASH] = ACTIONS(1584), - [anon_sym_PLUS_PLUS] = ACTIONS(1584), - [anon_sym_sizeof] = ACTIONS(1582), - [sym_number_literal] = ACTIONS(1584), - [anon_sym_L_SQUOTE] = ACTIONS(1584), - [anon_sym_u_SQUOTE] = ACTIONS(1584), - [anon_sym_U_SQUOTE] = ACTIONS(1584), - [anon_sym_u8_SQUOTE] = ACTIONS(1584), - [anon_sym_SQUOTE] = ACTIONS(1584), - [anon_sym_L_DQUOTE] = ACTIONS(1584), - [anon_sym_u_DQUOTE] = ACTIONS(1584), - [anon_sym_U_DQUOTE] = ACTIONS(1584), - [anon_sym_u8_DQUOTE] = ACTIONS(1584), - [anon_sym_DQUOTE] = ACTIONS(1584), - [sym_true] = ACTIONS(1582), - [sym_false] = ACTIONS(1582), - [sym_null] = ACTIONS(1582), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1582), - [anon_sym_virtual] = ACTIONS(1582), - [anon_sym_explicit] = ACTIONS(1582), - [sym_auto] = ACTIONS(1582), - [anon_sym_typename] = ACTIONS(1582), - [anon_sym_template] = ACTIONS(1582), - [anon_sym_operator] = ACTIONS(1582), - [anon_sym_delete] = ACTIONS(1582), - [anon_sym_throw] = ACTIONS(1582), - [anon_sym_namespace] = ACTIONS(1582), - [anon_sym_using] = ACTIONS(1582), - [anon_sym_static_assert] = ACTIONS(1582), - [anon_sym_co_return] = ACTIONS(1582), - [anon_sym_co_yield] = ACTIONS(1582), - [anon_sym_try] = ACTIONS(1582), - [anon_sym_co_await] = ACTIONS(1582), - [anon_sym_new] = ACTIONS(1582), - [sym_operator_name] = ACTIONS(1582), - [sym_this] = ACTIONS(1582), - [sym_nullptr] = ACTIONS(1582), - [sym_alone_macro] = ACTIONS(1584), - [aux_sym_alone_macro_call_token1] = ACTIONS(1582), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1582), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_FORWARD] = ACTIONS(1582), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1582), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1582), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1582), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1582), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_PS_GET] = ACTIONS(1582), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1582), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1582), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1582), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1582), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1582), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1582), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1582), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1582), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1582), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1582), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1582), - [anon_sym_MOZ_COLD] = ACTIONS(1582), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1582), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1582), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1582), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1582), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1582), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1582), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1582), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1582), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1582), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1582), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1582), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1582), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1582), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1582), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1582), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1582), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1582), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1582), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1582), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1582), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_NONNULL] = ACTIONS(1582), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1582), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1582), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1582), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1582), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1582), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_NORETURN] = ACTIONS(1582), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1582), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1582), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1582), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1582), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1582), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1582), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1582), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1582), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1582), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1582), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1582), - [anon_sym_MOZ_RAII] = ACTIONS(1582), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1582), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1582), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1582), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1582), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1582), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1582), - [sym_raw_string_literal] = ACTIONS(1584), + [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] = { - [sym_identifier] = ACTIONS(1550), - [aux_sym_preproc_include_token1] = ACTIONS(1550), - [aux_sym_preproc_def_token1] = ACTIONS(1550), - [aux_sym_preproc_if_token1] = ACTIONS(1550), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1550), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1550), - [sym_preproc_directive] = ACTIONS(1550), - [anon_sym_LPAREN2] = ACTIONS(1552), - [anon_sym_BANG] = ACTIONS(1552), - [anon_sym_TILDE] = ACTIONS(1552), - [anon_sym_DASH] = ACTIONS(1550), - [anon_sym_PLUS] = ACTIONS(1550), - [anon_sym_STAR] = ACTIONS(1552), - [anon_sym_AMP_AMP] = ACTIONS(1552), - [anon_sym_AMP] = ACTIONS(1550), - [anon_sym_SEMI] = ACTIONS(1552), - [anon_sym_typedef] = ACTIONS(1550), - [anon_sym_extern] = ACTIONS(1550), - [anon_sym___attribute__] = ACTIONS(1550), - [anon_sym_COLON_COLON] = ACTIONS(1552), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1552), - [anon_sym___declspec] = ACTIONS(1550), - [anon_sym___based] = ACTIONS(1550), - [anon_sym___cdecl] = ACTIONS(1550), - [anon_sym___clrcall] = ACTIONS(1550), - [anon_sym___stdcall] = ACTIONS(1550), - [anon_sym___fastcall] = ACTIONS(1550), - [anon_sym___thiscall] = ACTIONS(1550), - [anon_sym___vectorcall] = ACTIONS(1550), - [anon_sym_LBRACE] = ACTIONS(1552), - [anon_sym_RBRACE] = ACTIONS(1552), - [anon_sym_LBRACK] = ACTIONS(1550), - [anon_sym_static] = ACTIONS(1550), - [anon_sym_register] = ACTIONS(1550), - [anon_sym_inline] = ACTIONS(1550), - [anon_sym_thread_local] = ACTIONS(1550), - [anon_sym_const] = ACTIONS(1550), - [anon_sym_volatile] = ACTIONS(1550), - [anon_sym_restrict] = ACTIONS(1550), - [anon_sym__Atomic] = ACTIONS(1550), - [anon_sym_mutable] = ACTIONS(1550), - [anon_sym_constexpr] = ACTIONS(1550), - [anon_sym_signed] = ACTIONS(1550), - [anon_sym_unsigned] = ACTIONS(1550), - [anon_sym_long] = ACTIONS(1550), - [anon_sym_short] = ACTIONS(1550), - [sym_primitive_type] = ACTIONS(1550), - [anon_sym_enum] = ACTIONS(1550), - [anon_sym_class] = ACTIONS(1550), - [anon_sym_struct] = ACTIONS(1550), - [anon_sym_union] = ACTIONS(1550), - [anon_sym_if] = ACTIONS(1550), - [anon_sym_else] = ACTIONS(1550), - [anon_sym_switch] = ACTIONS(1550), - [anon_sym_case] = ACTIONS(1550), - [anon_sym_default] = ACTIONS(1550), - [anon_sym_while] = ACTIONS(1550), - [anon_sym_do] = ACTIONS(1550), - [anon_sym_for] = ACTIONS(1550), - [anon_sym_return] = ACTIONS(1550), - [anon_sym_break] = ACTIONS(1550), - [anon_sym_continue] = ACTIONS(1550), - [anon_sym_goto] = ACTIONS(1550), - [anon_sym_DASH_DASH] = ACTIONS(1552), - [anon_sym_PLUS_PLUS] = ACTIONS(1552), - [anon_sym_sizeof] = ACTIONS(1550), - [sym_number_literal] = ACTIONS(1552), - [anon_sym_L_SQUOTE] = ACTIONS(1552), - [anon_sym_u_SQUOTE] = ACTIONS(1552), - [anon_sym_U_SQUOTE] = ACTIONS(1552), - [anon_sym_u8_SQUOTE] = ACTIONS(1552), - [anon_sym_SQUOTE] = ACTIONS(1552), - [anon_sym_L_DQUOTE] = ACTIONS(1552), - [anon_sym_u_DQUOTE] = ACTIONS(1552), - [anon_sym_U_DQUOTE] = ACTIONS(1552), - [anon_sym_u8_DQUOTE] = ACTIONS(1552), - [anon_sym_DQUOTE] = ACTIONS(1552), - [sym_true] = ACTIONS(1550), - [sym_false] = ACTIONS(1550), - [sym_null] = ACTIONS(1550), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1550), - [anon_sym_virtual] = ACTIONS(1550), - [anon_sym_explicit] = ACTIONS(1550), - [sym_auto] = ACTIONS(1550), - [anon_sym_typename] = ACTIONS(1550), - [anon_sym_template] = ACTIONS(1550), - [anon_sym_operator] = ACTIONS(1550), - [anon_sym_delete] = ACTIONS(1550), - [anon_sym_throw] = ACTIONS(1550), - [anon_sym_namespace] = ACTIONS(1550), - [anon_sym_using] = ACTIONS(1550), - [anon_sym_static_assert] = ACTIONS(1550), - [anon_sym_co_return] = ACTIONS(1550), - [anon_sym_co_yield] = ACTIONS(1550), - [anon_sym_try] = ACTIONS(1550), - [anon_sym_co_await] = ACTIONS(1550), - [anon_sym_new] = ACTIONS(1550), - [sym_operator_name] = ACTIONS(1550), - [sym_this] = ACTIONS(1550), - [sym_nullptr] = ACTIONS(1550), - [sym_alone_macro] = ACTIONS(1552), - [aux_sym_alone_macro_call_token1] = ACTIONS(1550), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1550), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_FORWARD] = ACTIONS(1550), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1550), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1550), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1550), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1550), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_PS_GET] = ACTIONS(1550), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1550), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1550), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1550), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1550), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1550), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1550), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1550), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1550), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1550), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1550), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1550), - [anon_sym_MOZ_COLD] = ACTIONS(1550), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1550), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1550), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1550), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1550), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1550), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1550), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1550), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1550), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1550), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1550), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1550), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1550), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1550), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1550), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1550), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1550), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1550), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1550), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1550), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1550), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_NONNULL] = ACTIONS(1550), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1550), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1550), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1550), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1550), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1550), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_NORETURN] = ACTIONS(1550), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1550), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1550), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1550), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1550), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1550), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1550), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1550), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1550), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1550), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1550), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1550), - [anon_sym_MOZ_RAII] = ACTIONS(1550), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1550), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1550), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1550), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1550), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1550), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1550), - [sym_raw_string_literal] = ACTIONS(1552), + [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(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), }, [468] = { - [ts_builtin_sym_end] = ACTIONS(1690), - [sym_identifier] = ACTIONS(1688), - [aux_sym_preproc_include_token1] = ACTIONS(1688), - [aux_sym_preproc_def_token1] = ACTIONS(1688), - [aux_sym_preproc_if_token1] = ACTIONS(1688), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1688), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1688), - [sym_preproc_directive] = ACTIONS(1688), - [anon_sym_LPAREN2] = ACTIONS(1690), - [anon_sym_BANG] = ACTIONS(1690), - [anon_sym_TILDE] = ACTIONS(1690), - [anon_sym_DASH] = ACTIONS(1688), - [anon_sym_PLUS] = ACTIONS(1688), - [anon_sym_STAR] = ACTIONS(1690), - [anon_sym_AMP_AMP] = ACTIONS(1690), - [anon_sym_AMP] = ACTIONS(1688), - [anon_sym_SEMI] = ACTIONS(1690), - [anon_sym_typedef] = ACTIONS(1688), - [anon_sym_extern] = ACTIONS(1688), - [anon_sym___attribute__] = ACTIONS(1688), - [anon_sym_COLON_COLON] = ACTIONS(1690), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1690), - [anon_sym___declspec] = ACTIONS(1688), - [anon_sym___based] = ACTIONS(1688), - [anon_sym___cdecl] = ACTIONS(1688), - [anon_sym___clrcall] = ACTIONS(1688), - [anon_sym___stdcall] = ACTIONS(1688), - [anon_sym___fastcall] = ACTIONS(1688), - [anon_sym___thiscall] = ACTIONS(1688), - [anon_sym___vectorcall] = ACTIONS(1688), - [anon_sym_LBRACE] = ACTIONS(1690), - [anon_sym_LBRACK] = ACTIONS(1688), - [anon_sym_static] = ACTIONS(1688), - [anon_sym_register] = ACTIONS(1688), - [anon_sym_inline] = ACTIONS(1688), - [anon_sym_thread_local] = ACTIONS(1688), - [anon_sym_const] = ACTIONS(1688), - [anon_sym_volatile] = ACTIONS(1688), - [anon_sym_restrict] = ACTIONS(1688), - [anon_sym__Atomic] = ACTIONS(1688), - [anon_sym_mutable] = ACTIONS(1688), - [anon_sym_constexpr] = ACTIONS(1688), - [anon_sym_signed] = ACTIONS(1688), - [anon_sym_unsigned] = ACTIONS(1688), - [anon_sym_long] = ACTIONS(1688), - [anon_sym_short] = ACTIONS(1688), - [sym_primitive_type] = ACTIONS(1688), - [anon_sym_enum] = ACTIONS(1688), - [anon_sym_class] = ACTIONS(1688), - [anon_sym_struct] = ACTIONS(1688), - [anon_sym_union] = ACTIONS(1688), - [anon_sym_if] = ACTIONS(1688), - [anon_sym_else] = ACTIONS(1688), - [anon_sym_switch] = ACTIONS(1688), - [anon_sym_case] = ACTIONS(1688), - [anon_sym_default] = ACTIONS(1688), - [anon_sym_while] = ACTIONS(1688), - [anon_sym_do] = ACTIONS(1688), - [anon_sym_for] = ACTIONS(1688), - [anon_sym_return] = ACTIONS(1688), - [anon_sym_break] = ACTIONS(1688), - [anon_sym_continue] = ACTIONS(1688), - [anon_sym_goto] = ACTIONS(1688), - [anon_sym_DASH_DASH] = ACTIONS(1690), - [anon_sym_PLUS_PLUS] = ACTIONS(1690), - [anon_sym_sizeof] = ACTIONS(1688), - [sym_number_literal] = ACTIONS(1690), - [anon_sym_L_SQUOTE] = ACTIONS(1690), - [anon_sym_u_SQUOTE] = ACTIONS(1690), - [anon_sym_U_SQUOTE] = ACTIONS(1690), - [anon_sym_u8_SQUOTE] = ACTIONS(1690), - [anon_sym_SQUOTE] = ACTIONS(1690), - [anon_sym_L_DQUOTE] = ACTIONS(1690), - [anon_sym_u_DQUOTE] = ACTIONS(1690), - [anon_sym_U_DQUOTE] = ACTIONS(1690), - [anon_sym_u8_DQUOTE] = ACTIONS(1690), - [anon_sym_DQUOTE] = ACTIONS(1690), - [sym_true] = ACTIONS(1688), - [sym_false] = ACTIONS(1688), - [sym_null] = ACTIONS(1688), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1688), - [anon_sym_virtual] = ACTIONS(1688), - [anon_sym_explicit] = ACTIONS(1688), - [sym_auto] = ACTIONS(1688), - [anon_sym_typename] = ACTIONS(1688), - [anon_sym_template] = ACTIONS(1688), - [anon_sym_operator] = ACTIONS(1688), - [anon_sym_delete] = ACTIONS(1688), - [anon_sym_throw] = ACTIONS(1688), - [anon_sym_namespace] = ACTIONS(1688), - [anon_sym_using] = ACTIONS(1688), - [anon_sym_static_assert] = ACTIONS(1688), - [anon_sym_co_return] = ACTIONS(1688), - [anon_sym_co_yield] = ACTIONS(1688), - [anon_sym_try] = ACTIONS(1688), - [anon_sym_co_await] = ACTIONS(1688), - [anon_sym_new] = ACTIONS(1688), - [sym_operator_name] = ACTIONS(1688), - [sym_this] = ACTIONS(1688), - [sym_nullptr] = ACTIONS(1688), - [sym_alone_macro] = ACTIONS(1690), - [aux_sym_alone_macro_call_token1] = ACTIONS(1688), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1688), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_FORWARD] = ACTIONS(1688), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1688), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1688), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1688), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1688), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_PS_GET] = ACTIONS(1688), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1688), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1688), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1688), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1688), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1688), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1688), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1688), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1688), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1688), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1688), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1688), - [anon_sym_MOZ_COLD] = ACTIONS(1688), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1688), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1688), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1688), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1688), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1688), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1688), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1688), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1688), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1688), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1688), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1688), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1688), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1688), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1688), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1688), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1688), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1688), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1688), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1688), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1688), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_NONNULL] = ACTIONS(1688), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1688), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1688), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1688), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1688), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1688), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_NORETURN] = ACTIONS(1688), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1688), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1688), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1688), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1688), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1688), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1688), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1688), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1688), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1688), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1688), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1688), - [anon_sym_MOZ_RAII] = ACTIONS(1688), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1688), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1688), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1688), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1688), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1688), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1688), - [sym_raw_string_literal] = ACTIONS(1690), + [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(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), }, [469] = { - [ts_builtin_sym_end] = ACTIONS(1686), - [sym_identifier] = ACTIONS(1684), - [aux_sym_preproc_include_token1] = ACTIONS(1684), - [aux_sym_preproc_def_token1] = ACTIONS(1684), - [aux_sym_preproc_if_token1] = ACTIONS(1684), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1684), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1684), - [sym_preproc_directive] = ACTIONS(1684), - [anon_sym_LPAREN2] = ACTIONS(1686), - [anon_sym_BANG] = ACTIONS(1686), - [anon_sym_TILDE] = ACTIONS(1686), - [anon_sym_DASH] = ACTIONS(1684), - [anon_sym_PLUS] = ACTIONS(1684), - [anon_sym_STAR] = ACTIONS(1686), - [anon_sym_AMP_AMP] = ACTIONS(1686), - [anon_sym_AMP] = ACTIONS(1684), - [anon_sym_SEMI] = ACTIONS(1686), - [anon_sym_typedef] = ACTIONS(1684), - [anon_sym_extern] = ACTIONS(1684), - [anon_sym___attribute__] = ACTIONS(1684), - [anon_sym_COLON_COLON] = ACTIONS(1686), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1686), - [anon_sym___declspec] = ACTIONS(1684), - [anon_sym___based] = ACTIONS(1684), - [anon_sym___cdecl] = ACTIONS(1684), - [anon_sym___clrcall] = ACTIONS(1684), - [anon_sym___stdcall] = ACTIONS(1684), - [anon_sym___fastcall] = ACTIONS(1684), - [anon_sym___thiscall] = ACTIONS(1684), - [anon_sym___vectorcall] = ACTIONS(1684), - [anon_sym_LBRACE] = ACTIONS(1686), - [anon_sym_LBRACK] = ACTIONS(1684), - [anon_sym_static] = ACTIONS(1684), - [anon_sym_register] = ACTIONS(1684), - [anon_sym_inline] = ACTIONS(1684), - [anon_sym_thread_local] = ACTIONS(1684), - [anon_sym_const] = ACTIONS(1684), - [anon_sym_volatile] = ACTIONS(1684), - [anon_sym_restrict] = ACTIONS(1684), - [anon_sym__Atomic] = ACTIONS(1684), - [anon_sym_mutable] = ACTIONS(1684), - [anon_sym_constexpr] = ACTIONS(1684), - [anon_sym_signed] = ACTIONS(1684), - [anon_sym_unsigned] = ACTIONS(1684), - [anon_sym_long] = ACTIONS(1684), - [anon_sym_short] = ACTIONS(1684), - [sym_primitive_type] = ACTIONS(1684), - [anon_sym_enum] = ACTIONS(1684), - [anon_sym_class] = ACTIONS(1684), - [anon_sym_struct] = ACTIONS(1684), - [anon_sym_union] = ACTIONS(1684), - [anon_sym_if] = ACTIONS(1684), - [anon_sym_else] = ACTIONS(1684), - [anon_sym_switch] = ACTIONS(1684), - [anon_sym_case] = ACTIONS(1684), - [anon_sym_default] = ACTIONS(1684), - [anon_sym_while] = ACTIONS(1684), - [anon_sym_do] = ACTIONS(1684), - [anon_sym_for] = ACTIONS(1684), - [anon_sym_return] = ACTIONS(1684), - [anon_sym_break] = ACTIONS(1684), - [anon_sym_continue] = ACTIONS(1684), - [anon_sym_goto] = ACTIONS(1684), - [anon_sym_DASH_DASH] = ACTIONS(1686), - [anon_sym_PLUS_PLUS] = ACTIONS(1686), - [anon_sym_sizeof] = ACTIONS(1684), - [sym_number_literal] = ACTIONS(1686), - [anon_sym_L_SQUOTE] = ACTIONS(1686), - [anon_sym_u_SQUOTE] = ACTIONS(1686), - [anon_sym_U_SQUOTE] = ACTIONS(1686), - [anon_sym_u8_SQUOTE] = ACTIONS(1686), - [anon_sym_SQUOTE] = ACTIONS(1686), - [anon_sym_L_DQUOTE] = ACTIONS(1686), - [anon_sym_u_DQUOTE] = ACTIONS(1686), - [anon_sym_U_DQUOTE] = ACTIONS(1686), - [anon_sym_u8_DQUOTE] = ACTIONS(1686), - [anon_sym_DQUOTE] = ACTIONS(1686), - [sym_true] = ACTIONS(1684), - [sym_false] = ACTIONS(1684), - [sym_null] = ACTIONS(1684), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1684), - [anon_sym_virtual] = ACTIONS(1684), - [anon_sym_explicit] = ACTIONS(1684), - [sym_auto] = ACTIONS(1684), - [anon_sym_typename] = ACTIONS(1684), - [anon_sym_template] = ACTIONS(1684), - [anon_sym_operator] = ACTIONS(1684), - [anon_sym_delete] = ACTIONS(1684), - [anon_sym_throw] = ACTIONS(1684), - [anon_sym_namespace] = ACTIONS(1684), - [anon_sym_using] = ACTIONS(1684), - [anon_sym_static_assert] = ACTIONS(1684), - [anon_sym_co_return] = ACTIONS(1684), - [anon_sym_co_yield] = ACTIONS(1684), - [anon_sym_try] = ACTIONS(1684), - [anon_sym_co_await] = ACTIONS(1684), - [anon_sym_new] = ACTIONS(1684), - [sym_operator_name] = ACTIONS(1684), - [sym_this] = ACTIONS(1684), - [sym_nullptr] = ACTIONS(1684), - [sym_alone_macro] = ACTIONS(1686), - [aux_sym_alone_macro_call_token1] = ACTIONS(1684), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1684), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_FORWARD] = ACTIONS(1684), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1684), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1684), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1684), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1684), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_PS_GET] = ACTIONS(1684), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1684), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1684), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1684), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1684), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1684), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1684), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1684), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1684), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1684), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1684), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1684), - [anon_sym_MOZ_COLD] = ACTIONS(1684), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1684), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1684), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1684), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1684), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1684), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1684), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1684), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1684), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1684), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1684), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1684), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1684), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1684), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1684), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1684), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1684), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1684), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1684), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1684), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1684), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_NONNULL] = ACTIONS(1684), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1684), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1684), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1684), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1684), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1684), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_NORETURN] = ACTIONS(1684), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1684), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1684), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1684), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1684), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1684), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1684), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1684), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1684), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1684), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1684), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1684), - [anon_sym_MOZ_RAII] = ACTIONS(1684), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1684), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1684), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1684), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1684), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1684), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1684), - [sym_raw_string_literal] = ACTIONS(1686), + [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(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), }, [470] = { - [sym_identifier] = ACTIONS(1586), - [aux_sym_preproc_include_token1] = ACTIONS(1586), - [aux_sym_preproc_def_token1] = ACTIONS(1586), - [aux_sym_preproc_if_token1] = ACTIONS(1586), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1586), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1586), - [sym_preproc_directive] = ACTIONS(1586), - [anon_sym_LPAREN2] = ACTIONS(1588), - [anon_sym_BANG] = ACTIONS(1588), - [anon_sym_TILDE] = ACTIONS(1588), - [anon_sym_DASH] = ACTIONS(1586), - [anon_sym_PLUS] = ACTIONS(1586), - [anon_sym_STAR] = ACTIONS(1588), - [anon_sym_AMP_AMP] = ACTIONS(1588), - [anon_sym_AMP] = ACTIONS(1586), - [anon_sym_SEMI] = ACTIONS(1588), - [anon_sym_typedef] = ACTIONS(1586), - [anon_sym_extern] = ACTIONS(1586), - [anon_sym___attribute__] = ACTIONS(1586), - [anon_sym_COLON_COLON] = ACTIONS(1588), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1588), - [anon_sym___declspec] = ACTIONS(1586), - [anon_sym___based] = ACTIONS(1586), - [anon_sym___cdecl] = ACTIONS(1586), - [anon_sym___clrcall] = ACTIONS(1586), - [anon_sym___stdcall] = ACTIONS(1586), - [anon_sym___fastcall] = ACTIONS(1586), - [anon_sym___thiscall] = ACTIONS(1586), - [anon_sym___vectorcall] = ACTIONS(1586), - [anon_sym_LBRACE] = ACTIONS(1588), - [anon_sym_RBRACE] = ACTIONS(1588), - [anon_sym_LBRACK] = ACTIONS(1586), - [anon_sym_static] = ACTIONS(1586), - [anon_sym_register] = ACTIONS(1586), - [anon_sym_inline] = ACTIONS(1586), - [anon_sym_thread_local] = ACTIONS(1586), - [anon_sym_const] = ACTIONS(1586), - [anon_sym_volatile] = ACTIONS(1586), - [anon_sym_restrict] = ACTIONS(1586), - [anon_sym__Atomic] = ACTIONS(1586), - [anon_sym_mutable] = ACTIONS(1586), - [anon_sym_constexpr] = ACTIONS(1586), - [anon_sym_signed] = ACTIONS(1586), - [anon_sym_unsigned] = ACTIONS(1586), - [anon_sym_long] = ACTIONS(1586), - [anon_sym_short] = ACTIONS(1586), - [sym_primitive_type] = ACTIONS(1586), - [anon_sym_enum] = ACTIONS(1586), - [anon_sym_class] = ACTIONS(1586), - [anon_sym_struct] = ACTIONS(1586), - [anon_sym_union] = ACTIONS(1586), - [anon_sym_if] = ACTIONS(1586), - [anon_sym_else] = ACTIONS(1586), - [anon_sym_switch] = ACTIONS(1586), - [anon_sym_case] = ACTIONS(1586), - [anon_sym_default] = ACTIONS(1586), - [anon_sym_while] = ACTIONS(1586), - [anon_sym_do] = ACTIONS(1586), - [anon_sym_for] = ACTIONS(1586), - [anon_sym_return] = ACTIONS(1586), - [anon_sym_break] = ACTIONS(1586), - [anon_sym_continue] = ACTIONS(1586), - [anon_sym_goto] = ACTIONS(1586), - [anon_sym_DASH_DASH] = ACTIONS(1588), - [anon_sym_PLUS_PLUS] = ACTIONS(1588), - [anon_sym_sizeof] = ACTIONS(1586), - [sym_number_literal] = ACTIONS(1588), - [anon_sym_L_SQUOTE] = ACTIONS(1588), - [anon_sym_u_SQUOTE] = ACTIONS(1588), - [anon_sym_U_SQUOTE] = ACTIONS(1588), - [anon_sym_u8_SQUOTE] = ACTIONS(1588), - [anon_sym_SQUOTE] = ACTIONS(1588), - [anon_sym_L_DQUOTE] = ACTIONS(1588), - [anon_sym_u_DQUOTE] = ACTIONS(1588), - [anon_sym_U_DQUOTE] = ACTIONS(1588), - [anon_sym_u8_DQUOTE] = ACTIONS(1588), - [anon_sym_DQUOTE] = ACTIONS(1588), - [sym_true] = ACTIONS(1586), - [sym_false] = ACTIONS(1586), - [sym_null] = ACTIONS(1586), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1586), - [anon_sym_virtual] = ACTIONS(1586), - [anon_sym_explicit] = ACTIONS(1586), - [sym_auto] = ACTIONS(1586), - [anon_sym_typename] = ACTIONS(1586), - [anon_sym_template] = ACTIONS(1586), - [anon_sym_operator] = ACTIONS(1586), - [anon_sym_delete] = ACTIONS(1586), - [anon_sym_throw] = ACTIONS(1586), - [anon_sym_namespace] = ACTIONS(1586), - [anon_sym_using] = ACTIONS(1586), - [anon_sym_static_assert] = ACTIONS(1586), - [anon_sym_co_return] = ACTIONS(1586), - [anon_sym_co_yield] = ACTIONS(1586), - [anon_sym_try] = ACTIONS(1586), - [anon_sym_co_await] = ACTIONS(1586), - [anon_sym_new] = ACTIONS(1586), - [sym_operator_name] = ACTIONS(1586), - [sym_this] = ACTIONS(1586), - [sym_nullptr] = ACTIONS(1586), - [sym_alone_macro] = ACTIONS(1588), - [aux_sym_alone_macro_call_token1] = ACTIONS(1586), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1586), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_FORWARD] = ACTIONS(1586), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1586), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1586), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1586), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1586), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_PS_GET] = ACTIONS(1586), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1586), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1586), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1586), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1586), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1586), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1586), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1586), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1586), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1586), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1586), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1586), - [anon_sym_MOZ_COLD] = ACTIONS(1586), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1586), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1586), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1586), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1586), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1586), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1586), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1586), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1586), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1586), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1586), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1586), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1586), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1586), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1586), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1586), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1586), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1586), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1586), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1586), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1586), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_NONNULL] = ACTIONS(1586), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1586), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1586), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1586), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1586), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1586), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_NORETURN] = ACTIONS(1586), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1586), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1586), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1586), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1586), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1586), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1586), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1586), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1586), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1586), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1586), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1586), - [anon_sym_MOZ_RAII] = ACTIONS(1586), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1586), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1586), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1586), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1586), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1586), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1586), - [sym_raw_string_literal] = ACTIONS(1588), + [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(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), }, [471] = { - [sym_identifier] = ACTIONS(1660), - [aux_sym_preproc_include_token1] = ACTIONS(1660), - [aux_sym_preproc_def_token1] = ACTIONS(1660), - [aux_sym_preproc_if_token1] = ACTIONS(1660), - [aux_sym_preproc_if_token2] = ACTIONS(1660), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1660), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1660), - [sym_preproc_directive] = ACTIONS(1660), - [anon_sym_LPAREN2] = ACTIONS(1662), - [anon_sym_BANG] = ACTIONS(1662), - [anon_sym_TILDE] = ACTIONS(1662), - [anon_sym_DASH] = ACTIONS(1660), - [anon_sym_PLUS] = ACTIONS(1660), - [anon_sym_STAR] = ACTIONS(1662), - [anon_sym_AMP_AMP] = ACTIONS(1662), - [anon_sym_AMP] = ACTIONS(1660), - [anon_sym_SEMI] = ACTIONS(1662), - [anon_sym_typedef] = ACTIONS(1660), - [anon_sym_extern] = ACTIONS(1660), - [anon_sym___attribute__] = ACTIONS(1660), - [anon_sym_COLON_COLON] = ACTIONS(1662), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1662), - [anon_sym___declspec] = ACTIONS(1660), - [anon_sym___based] = ACTIONS(1660), - [anon_sym___cdecl] = ACTIONS(1660), - [anon_sym___clrcall] = ACTIONS(1660), - [anon_sym___stdcall] = ACTIONS(1660), - [anon_sym___fastcall] = ACTIONS(1660), - [anon_sym___thiscall] = ACTIONS(1660), - [anon_sym___vectorcall] = ACTIONS(1660), - [anon_sym_LBRACE] = ACTIONS(1662), - [anon_sym_LBRACK] = ACTIONS(1660), - [anon_sym_static] = ACTIONS(1660), - [anon_sym_register] = ACTIONS(1660), - [anon_sym_inline] = ACTIONS(1660), - [anon_sym_thread_local] = ACTIONS(1660), - [anon_sym_const] = ACTIONS(1660), - [anon_sym_volatile] = ACTIONS(1660), - [anon_sym_restrict] = ACTIONS(1660), - [anon_sym__Atomic] = ACTIONS(1660), - [anon_sym_mutable] = ACTIONS(1660), - [anon_sym_constexpr] = ACTIONS(1660), - [anon_sym_signed] = ACTIONS(1660), - [anon_sym_unsigned] = ACTIONS(1660), - [anon_sym_long] = ACTIONS(1660), - [anon_sym_short] = ACTIONS(1660), - [sym_primitive_type] = ACTIONS(1660), - [anon_sym_enum] = ACTIONS(1660), - [anon_sym_class] = ACTIONS(1660), - [anon_sym_struct] = ACTIONS(1660), - [anon_sym_union] = ACTIONS(1660), - [anon_sym_if] = ACTIONS(1660), - [anon_sym_else] = ACTIONS(1660), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1660), - [anon_sym_default] = ACTIONS(1660), - [anon_sym_while] = ACTIONS(1660), - [anon_sym_do] = ACTIONS(1660), - [anon_sym_for] = ACTIONS(1660), - [anon_sym_return] = ACTIONS(1660), - [anon_sym_break] = ACTIONS(1660), - [anon_sym_continue] = ACTIONS(1660), - [anon_sym_goto] = ACTIONS(1660), - [anon_sym_DASH_DASH] = ACTIONS(1662), - [anon_sym_PLUS_PLUS] = ACTIONS(1662), - [anon_sym_sizeof] = ACTIONS(1660), - [sym_number_literal] = ACTIONS(1662), - [anon_sym_L_SQUOTE] = ACTIONS(1662), - [anon_sym_u_SQUOTE] = ACTIONS(1662), - [anon_sym_U_SQUOTE] = ACTIONS(1662), - [anon_sym_u8_SQUOTE] = ACTIONS(1662), - [anon_sym_SQUOTE] = ACTIONS(1662), - [anon_sym_L_DQUOTE] = ACTIONS(1662), - [anon_sym_u_DQUOTE] = ACTIONS(1662), - [anon_sym_U_DQUOTE] = ACTIONS(1662), - [anon_sym_u8_DQUOTE] = ACTIONS(1662), - [anon_sym_DQUOTE] = ACTIONS(1662), - [sym_true] = ACTIONS(1660), - [sym_false] = ACTIONS(1660), - [sym_null] = ACTIONS(1660), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1660), - [anon_sym_virtual] = ACTIONS(1660), - [anon_sym_explicit] = ACTIONS(1660), - [sym_auto] = ACTIONS(1660), - [anon_sym_typename] = ACTIONS(1660), - [anon_sym_template] = ACTIONS(1660), - [anon_sym_operator] = ACTIONS(1660), - [anon_sym_delete] = ACTIONS(1660), - [anon_sym_throw] = ACTIONS(1660), - [anon_sym_namespace] = ACTIONS(1660), - [anon_sym_using] = ACTIONS(1660), - [anon_sym_static_assert] = ACTIONS(1660), - [anon_sym_co_return] = ACTIONS(1660), - [anon_sym_co_yield] = ACTIONS(1660), - [anon_sym_try] = ACTIONS(1660), - [anon_sym_co_await] = ACTIONS(1660), - [anon_sym_new] = ACTIONS(1660), - [sym_operator_name] = ACTIONS(1660), - [sym_this] = ACTIONS(1660), - [sym_nullptr] = ACTIONS(1660), - [sym_alone_macro] = ACTIONS(1662), - [aux_sym_alone_macro_call_token1] = ACTIONS(1660), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1660), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_FORWARD] = ACTIONS(1660), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1660), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1660), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1660), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1660), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_PS_GET] = ACTIONS(1660), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1660), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1660), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1660), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1660), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1660), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1660), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1660), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1660), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1660), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1660), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1660), - [anon_sym_MOZ_COLD] = ACTIONS(1660), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1660), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1660), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1660), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1660), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1660), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1660), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1660), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1660), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1660), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1660), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1660), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1660), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1660), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1660), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1660), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1660), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1660), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1660), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1660), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1660), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_NONNULL] = ACTIONS(1660), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1660), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1660), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1660), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1660), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1660), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_NORETURN] = ACTIONS(1660), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1660), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1660), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1660), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1660), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1660), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1660), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1660), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1660), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1660), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1660), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1660), - [anon_sym_MOZ_RAII] = ACTIONS(1660), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1660), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1660), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1660), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1660), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1660), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1660), - [sym_raw_string_literal] = ACTIONS(1662), + [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(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), }, [472] = { - [sym_identifier] = ACTIONS(1598), - [aux_sym_preproc_include_token1] = ACTIONS(1598), - [aux_sym_preproc_def_token1] = ACTIONS(1598), - [aux_sym_preproc_if_token1] = ACTIONS(1598), - [aux_sym_preproc_if_token2] = ACTIONS(1598), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1598), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1598), - [sym_preproc_directive] = ACTIONS(1598), - [anon_sym_LPAREN2] = ACTIONS(1600), - [anon_sym_BANG] = ACTIONS(1600), - [anon_sym_TILDE] = ACTIONS(1600), - [anon_sym_DASH] = ACTIONS(1598), - [anon_sym_PLUS] = ACTIONS(1598), - [anon_sym_STAR] = ACTIONS(1600), - [anon_sym_AMP_AMP] = ACTIONS(1600), - [anon_sym_AMP] = ACTIONS(1598), - [anon_sym_SEMI] = ACTIONS(1600), - [anon_sym_typedef] = ACTIONS(1598), - [anon_sym_extern] = ACTIONS(1598), - [anon_sym___attribute__] = ACTIONS(1598), - [anon_sym_COLON_COLON] = ACTIONS(1600), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1600), - [anon_sym___declspec] = ACTIONS(1598), - [anon_sym___based] = ACTIONS(1598), - [anon_sym___cdecl] = ACTIONS(1598), - [anon_sym___clrcall] = ACTIONS(1598), - [anon_sym___stdcall] = ACTIONS(1598), - [anon_sym___fastcall] = ACTIONS(1598), - [anon_sym___thiscall] = ACTIONS(1598), - [anon_sym___vectorcall] = ACTIONS(1598), - [anon_sym_LBRACE] = ACTIONS(1600), - [anon_sym_LBRACK] = ACTIONS(1598), - [anon_sym_static] = ACTIONS(1598), - [anon_sym_register] = ACTIONS(1598), - [anon_sym_inline] = ACTIONS(1598), - [anon_sym_thread_local] = ACTIONS(1598), - [anon_sym_const] = ACTIONS(1598), - [anon_sym_volatile] = ACTIONS(1598), - [anon_sym_restrict] = ACTIONS(1598), - [anon_sym__Atomic] = ACTIONS(1598), - [anon_sym_mutable] = ACTIONS(1598), - [anon_sym_constexpr] = ACTIONS(1598), - [anon_sym_signed] = ACTIONS(1598), - [anon_sym_unsigned] = ACTIONS(1598), - [anon_sym_long] = ACTIONS(1598), - [anon_sym_short] = ACTIONS(1598), - [sym_primitive_type] = ACTIONS(1598), - [anon_sym_enum] = ACTIONS(1598), - [anon_sym_class] = ACTIONS(1598), - [anon_sym_struct] = ACTIONS(1598), - [anon_sym_union] = ACTIONS(1598), - [anon_sym_if] = ACTIONS(1598), - [anon_sym_else] = ACTIONS(1598), - [anon_sym_switch] = ACTIONS(1598), - [anon_sym_case] = ACTIONS(1598), - [anon_sym_default] = ACTIONS(1598), - [anon_sym_while] = ACTIONS(1598), - [anon_sym_do] = ACTIONS(1598), - [anon_sym_for] = ACTIONS(1598), - [anon_sym_return] = ACTIONS(1598), - [anon_sym_break] = ACTIONS(1598), - [anon_sym_continue] = ACTIONS(1598), - [anon_sym_goto] = ACTIONS(1598), - [anon_sym_DASH_DASH] = ACTIONS(1600), - [anon_sym_PLUS_PLUS] = ACTIONS(1600), - [anon_sym_sizeof] = ACTIONS(1598), - [sym_number_literal] = ACTIONS(1600), - [anon_sym_L_SQUOTE] = ACTIONS(1600), - [anon_sym_u_SQUOTE] = ACTIONS(1600), - [anon_sym_U_SQUOTE] = ACTIONS(1600), - [anon_sym_u8_SQUOTE] = ACTIONS(1600), - [anon_sym_SQUOTE] = ACTIONS(1600), - [anon_sym_L_DQUOTE] = ACTIONS(1600), - [anon_sym_u_DQUOTE] = ACTIONS(1600), - [anon_sym_U_DQUOTE] = ACTIONS(1600), - [anon_sym_u8_DQUOTE] = ACTIONS(1600), - [anon_sym_DQUOTE] = ACTIONS(1600), - [sym_true] = ACTIONS(1598), - [sym_false] = ACTIONS(1598), - [sym_null] = ACTIONS(1598), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1598), - [anon_sym_virtual] = ACTIONS(1598), - [anon_sym_explicit] = ACTIONS(1598), - [sym_auto] = ACTIONS(1598), - [anon_sym_typename] = ACTIONS(1598), - [anon_sym_template] = ACTIONS(1598), - [anon_sym_operator] = ACTIONS(1598), - [anon_sym_delete] = ACTIONS(1598), - [anon_sym_throw] = ACTIONS(1598), - [anon_sym_namespace] = ACTIONS(1598), - [anon_sym_using] = ACTIONS(1598), - [anon_sym_static_assert] = ACTIONS(1598), - [anon_sym_co_return] = ACTIONS(1598), - [anon_sym_co_yield] = ACTIONS(1598), - [anon_sym_try] = ACTIONS(1598), - [anon_sym_co_await] = ACTIONS(1598), - [anon_sym_new] = ACTIONS(1598), - [sym_operator_name] = ACTIONS(1598), - [sym_this] = ACTIONS(1598), - [sym_nullptr] = ACTIONS(1598), - [sym_alone_macro] = ACTIONS(1600), - [aux_sym_alone_macro_call_token1] = ACTIONS(1598), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1598), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_FORWARD] = ACTIONS(1598), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1598), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1598), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1598), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1598), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_PS_GET] = ACTIONS(1598), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1598), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1598), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1598), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1598), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1598), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1598), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1598), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1598), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1598), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1598), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1598), - [anon_sym_MOZ_COLD] = ACTIONS(1598), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1598), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1598), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1598), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1598), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1598), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1598), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1598), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1598), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1598), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1598), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1598), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1598), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1598), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1598), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1598), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1598), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1598), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1598), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1598), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1598), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_NONNULL] = ACTIONS(1598), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1598), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1598), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1598), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1598), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1598), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_NORETURN] = ACTIONS(1598), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1598), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1598), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1598), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1598), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1598), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1598), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1598), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1598), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1598), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1598), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1598), - [anon_sym_MOZ_RAII] = ACTIONS(1598), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1598), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1598), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1598), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1598), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1598), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1598), - [sym_raw_string_literal] = ACTIONS(1600), + [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] = { - [sym_identifier] = ACTIONS(1602), - [aux_sym_preproc_include_token1] = ACTIONS(1602), - [aux_sym_preproc_def_token1] = ACTIONS(1602), - [aux_sym_preproc_if_token1] = ACTIONS(1602), - [aux_sym_preproc_if_token2] = ACTIONS(1602), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1602), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1602), - [sym_preproc_directive] = ACTIONS(1602), - [anon_sym_LPAREN2] = ACTIONS(1604), - [anon_sym_BANG] = ACTIONS(1604), - [anon_sym_TILDE] = ACTIONS(1604), - [anon_sym_DASH] = ACTIONS(1602), - [anon_sym_PLUS] = ACTIONS(1602), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_AMP_AMP] = ACTIONS(1604), - [anon_sym_AMP] = ACTIONS(1602), - [anon_sym_SEMI] = ACTIONS(1604), - [anon_sym_typedef] = ACTIONS(1602), - [anon_sym_extern] = ACTIONS(1602), - [anon_sym___attribute__] = ACTIONS(1602), - [anon_sym_COLON_COLON] = ACTIONS(1604), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1604), - [anon_sym___declspec] = ACTIONS(1602), - [anon_sym___based] = ACTIONS(1602), - [anon_sym___cdecl] = ACTIONS(1602), - [anon_sym___clrcall] = ACTIONS(1602), - [anon_sym___stdcall] = ACTIONS(1602), - [anon_sym___fastcall] = ACTIONS(1602), - [anon_sym___thiscall] = ACTIONS(1602), - [anon_sym___vectorcall] = ACTIONS(1602), - [anon_sym_LBRACE] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1602), - [anon_sym_static] = ACTIONS(1602), - [anon_sym_register] = ACTIONS(1602), - [anon_sym_inline] = ACTIONS(1602), - [anon_sym_thread_local] = ACTIONS(1602), - [anon_sym_const] = ACTIONS(1602), - [anon_sym_volatile] = ACTIONS(1602), - [anon_sym_restrict] = ACTIONS(1602), - [anon_sym__Atomic] = ACTIONS(1602), - [anon_sym_mutable] = ACTIONS(1602), - [anon_sym_constexpr] = ACTIONS(1602), - [anon_sym_signed] = ACTIONS(1602), - [anon_sym_unsigned] = ACTIONS(1602), - [anon_sym_long] = ACTIONS(1602), - [anon_sym_short] = ACTIONS(1602), - [sym_primitive_type] = ACTIONS(1602), - [anon_sym_enum] = ACTIONS(1602), - [anon_sym_class] = ACTIONS(1602), - [anon_sym_struct] = ACTIONS(1602), - [anon_sym_union] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1602), - [anon_sym_else] = ACTIONS(1602), - [anon_sym_switch] = ACTIONS(1602), - [anon_sym_case] = ACTIONS(1602), - [anon_sym_default] = ACTIONS(1602), - [anon_sym_while] = ACTIONS(1602), - [anon_sym_do] = ACTIONS(1602), - [anon_sym_for] = ACTIONS(1602), - [anon_sym_return] = ACTIONS(1602), - [anon_sym_break] = ACTIONS(1602), - [anon_sym_continue] = ACTIONS(1602), - [anon_sym_goto] = ACTIONS(1602), - [anon_sym_DASH_DASH] = ACTIONS(1604), - [anon_sym_PLUS_PLUS] = ACTIONS(1604), - [anon_sym_sizeof] = ACTIONS(1602), - [sym_number_literal] = ACTIONS(1604), - [anon_sym_L_SQUOTE] = ACTIONS(1604), - [anon_sym_u_SQUOTE] = ACTIONS(1604), - [anon_sym_U_SQUOTE] = ACTIONS(1604), - [anon_sym_u8_SQUOTE] = ACTIONS(1604), - [anon_sym_SQUOTE] = ACTIONS(1604), - [anon_sym_L_DQUOTE] = ACTIONS(1604), - [anon_sym_u_DQUOTE] = ACTIONS(1604), - [anon_sym_U_DQUOTE] = ACTIONS(1604), - [anon_sym_u8_DQUOTE] = ACTIONS(1604), - [anon_sym_DQUOTE] = ACTIONS(1604), - [sym_true] = ACTIONS(1602), - [sym_false] = ACTIONS(1602), - [sym_null] = ACTIONS(1602), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1602), - [anon_sym_virtual] = ACTIONS(1602), - [anon_sym_explicit] = ACTIONS(1602), - [sym_auto] = ACTIONS(1602), - [anon_sym_typename] = ACTIONS(1602), - [anon_sym_template] = ACTIONS(1602), - [anon_sym_operator] = ACTIONS(1602), - [anon_sym_delete] = ACTIONS(1602), - [anon_sym_throw] = ACTIONS(1602), - [anon_sym_namespace] = ACTIONS(1602), - [anon_sym_using] = ACTIONS(1602), - [anon_sym_static_assert] = ACTIONS(1602), - [anon_sym_co_return] = ACTIONS(1602), - [anon_sym_co_yield] = ACTIONS(1602), - [anon_sym_try] = ACTIONS(1602), - [anon_sym_co_await] = ACTIONS(1602), - [anon_sym_new] = ACTIONS(1602), - [sym_operator_name] = ACTIONS(1602), - [sym_this] = ACTIONS(1602), - [sym_nullptr] = ACTIONS(1602), - [sym_alone_macro] = ACTIONS(1604), - [aux_sym_alone_macro_call_token1] = ACTIONS(1602), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1602), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_FORWARD] = ACTIONS(1602), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1602), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1602), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1602), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1602), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_PS_GET] = ACTIONS(1602), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1602), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1602), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1602), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1602), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1602), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1602), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1602), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1602), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1602), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1602), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1602), - [anon_sym_MOZ_COLD] = ACTIONS(1602), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1602), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1602), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1602), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1602), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1602), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1602), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1602), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1602), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1602), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1602), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1602), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1602), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1602), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1602), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1602), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1602), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1602), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1602), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1602), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1602), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_NONNULL] = ACTIONS(1602), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1602), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1602), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1602), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1602), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1602), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_NORETURN] = ACTIONS(1602), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1602), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1602), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1602), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1602), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1602), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1602), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1602), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1602), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1602), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1602), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1602), - [anon_sym_MOZ_RAII] = ACTIONS(1602), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1602), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1602), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1602), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1602), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1602), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1602), - [sym_raw_string_literal] = ACTIONS(1604), + [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] = { - [sym_identifier] = ACTIONS(1590), - [aux_sym_preproc_include_token1] = ACTIONS(1590), - [aux_sym_preproc_def_token1] = ACTIONS(1590), - [aux_sym_preproc_if_token1] = ACTIONS(1590), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1590), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1590), - [sym_preproc_directive] = ACTIONS(1590), - [anon_sym_LPAREN2] = ACTIONS(1592), - [anon_sym_BANG] = ACTIONS(1592), - [anon_sym_TILDE] = ACTIONS(1592), - [anon_sym_DASH] = ACTIONS(1590), - [anon_sym_PLUS] = ACTIONS(1590), - [anon_sym_STAR] = ACTIONS(1592), - [anon_sym_AMP_AMP] = ACTIONS(1592), - [anon_sym_AMP] = ACTIONS(1590), - [anon_sym_SEMI] = ACTIONS(1592), - [anon_sym_typedef] = ACTIONS(1590), - [anon_sym_extern] = ACTIONS(1590), - [anon_sym___attribute__] = ACTIONS(1590), - [anon_sym_COLON_COLON] = ACTIONS(1592), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1592), - [anon_sym___declspec] = ACTIONS(1590), - [anon_sym___based] = ACTIONS(1590), - [anon_sym___cdecl] = ACTIONS(1590), - [anon_sym___clrcall] = ACTIONS(1590), - [anon_sym___stdcall] = ACTIONS(1590), - [anon_sym___fastcall] = ACTIONS(1590), - [anon_sym___thiscall] = ACTIONS(1590), - [anon_sym___vectorcall] = ACTIONS(1590), - [anon_sym_LBRACE] = ACTIONS(1592), - [anon_sym_RBRACE] = ACTIONS(1592), - [anon_sym_LBRACK] = ACTIONS(1590), - [anon_sym_static] = ACTIONS(1590), - [anon_sym_register] = ACTIONS(1590), - [anon_sym_inline] = ACTIONS(1590), - [anon_sym_thread_local] = ACTIONS(1590), - [anon_sym_const] = ACTIONS(1590), - [anon_sym_volatile] = ACTIONS(1590), - [anon_sym_restrict] = ACTIONS(1590), - [anon_sym__Atomic] = ACTIONS(1590), - [anon_sym_mutable] = ACTIONS(1590), - [anon_sym_constexpr] = ACTIONS(1590), - [anon_sym_signed] = ACTIONS(1590), - [anon_sym_unsigned] = ACTIONS(1590), - [anon_sym_long] = ACTIONS(1590), - [anon_sym_short] = ACTIONS(1590), - [sym_primitive_type] = ACTIONS(1590), - [anon_sym_enum] = ACTIONS(1590), - [anon_sym_class] = ACTIONS(1590), - [anon_sym_struct] = ACTIONS(1590), - [anon_sym_union] = ACTIONS(1590), - [anon_sym_if] = ACTIONS(1590), - [anon_sym_else] = ACTIONS(1590), - [anon_sym_switch] = ACTIONS(1590), - [anon_sym_case] = ACTIONS(1590), - [anon_sym_default] = ACTIONS(1590), - [anon_sym_while] = ACTIONS(1590), - [anon_sym_do] = ACTIONS(1590), - [anon_sym_for] = ACTIONS(1590), - [anon_sym_return] = ACTIONS(1590), - [anon_sym_break] = ACTIONS(1590), - [anon_sym_continue] = ACTIONS(1590), - [anon_sym_goto] = ACTIONS(1590), - [anon_sym_DASH_DASH] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(1592), - [anon_sym_sizeof] = ACTIONS(1590), - [sym_number_literal] = ACTIONS(1592), - [anon_sym_L_SQUOTE] = ACTIONS(1592), - [anon_sym_u_SQUOTE] = ACTIONS(1592), - [anon_sym_U_SQUOTE] = ACTIONS(1592), - [anon_sym_u8_SQUOTE] = ACTIONS(1592), - [anon_sym_SQUOTE] = ACTIONS(1592), - [anon_sym_L_DQUOTE] = ACTIONS(1592), - [anon_sym_u_DQUOTE] = ACTIONS(1592), - [anon_sym_U_DQUOTE] = ACTIONS(1592), - [anon_sym_u8_DQUOTE] = ACTIONS(1592), - [anon_sym_DQUOTE] = ACTIONS(1592), - [sym_true] = ACTIONS(1590), - [sym_false] = ACTIONS(1590), - [sym_null] = ACTIONS(1590), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1590), - [anon_sym_virtual] = ACTIONS(1590), - [anon_sym_explicit] = ACTIONS(1590), - [sym_auto] = ACTIONS(1590), - [anon_sym_typename] = ACTIONS(1590), - [anon_sym_template] = ACTIONS(1590), - [anon_sym_operator] = ACTIONS(1590), - [anon_sym_delete] = ACTIONS(1590), - [anon_sym_throw] = ACTIONS(1590), - [anon_sym_namespace] = ACTIONS(1590), - [anon_sym_using] = ACTIONS(1590), - [anon_sym_static_assert] = ACTIONS(1590), - [anon_sym_co_return] = ACTIONS(1590), - [anon_sym_co_yield] = ACTIONS(1590), - [anon_sym_try] = ACTIONS(1590), - [anon_sym_co_await] = ACTIONS(1590), - [anon_sym_new] = ACTIONS(1590), - [sym_operator_name] = ACTIONS(1590), - [sym_this] = ACTIONS(1590), - [sym_nullptr] = ACTIONS(1590), - [sym_alone_macro] = ACTIONS(1592), - [aux_sym_alone_macro_call_token1] = ACTIONS(1590), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1590), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_FORWARD] = ACTIONS(1590), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1590), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1590), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1590), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1590), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_PS_GET] = ACTIONS(1590), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1590), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1590), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1590), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1590), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1590), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1590), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1590), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1590), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1590), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1590), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1590), - [anon_sym_MOZ_COLD] = ACTIONS(1590), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1590), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1590), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1590), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1590), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1590), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1590), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1590), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1590), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1590), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1590), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1590), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1590), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1590), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1590), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1590), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1590), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1590), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1590), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1590), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1590), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_NONNULL] = ACTIONS(1590), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1590), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1590), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1590), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1590), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1590), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_NORETURN] = ACTIONS(1590), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1590), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1590), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1590), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1590), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1590), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1590), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1590), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1590), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1590), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1590), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1590), - [anon_sym_MOZ_RAII] = ACTIONS(1590), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1590), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1590), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1590), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1590), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1590), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1590), - [sym_raw_string_literal] = ACTIONS(1592), + [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(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), }, [475] = { - [sym_identifier] = ACTIONS(1632), - [aux_sym_preproc_include_token1] = ACTIONS(1632), - [aux_sym_preproc_def_token1] = ACTIONS(1632), - [aux_sym_preproc_if_token1] = ACTIONS(1632), - [aux_sym_preproc_if_token2] = ACTIONS(1632), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1632), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1632), - [sym_preproc_directive] = ACTIONS(1632), - [anon_sym_LPAREN2] = ACTIONS(1634), - [anon_sym_BANG] = ACTIONS(1634), - [anon_sym_TILDE] = ACTIONS(1634), - [anon_sym_DASH] = ACTIONS(1632), - [anon_sym_PLUS] = ACTIONS(1632), - [anon_sym_STAR] = ACTIONS(1634), - [anon_sym_AMP_AMP] = ACTIONS(1634), - [anon_sym_AMP] = ACTIONS(1632), - [anon_sym_SEMI] = ACTIONS(1634), - [anon_sym_typedef] = ACTIONS(1632), - [anon_sym_extern] = ACTIONS(1632), - [anon_sym___attribute__] = ACTIONS(1632), - [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1634), - [anon_sym___declspec] = ACTIONS(1632), - [anon_sym___based] = ACTIONS(1632), - [anon_sym___cdecl] = ACTIONS(1632), - [anon_sym___clrcall] = ACTIONS(1632), - [anon_sym___stdcall] = ACTIONS(1632), - [anon_sym___fastcall] = ACTIONS(1632), - [anon_sym___thiscall] = ACTIONS(1632), - [anon_sym___vectorcall] = ACTIONS(1632), - [anon_sym_LBRACE] = ACTIONS(1634), - [anon_sym_LBRACK] = ACTIONS(1632), - [anon_sym_static] = ACTIONS(1632), - [anon_sym_register] = ACTIONS(1632), - [anon_sym_inline] = ACTIONS(1632), - [anon_sym_thread_local] = ACTIONS(1632), - [anon_sym_const] = ACTIONS(1632), - [anon_sym_volatile] = ACTIONS(1632), - [anon_sym_restrict] = ACTIONS(1632), - [anon_sym__Atomic] = ACTIONS(1632), - [anon_sym_mutable] = ACTIONS(1632), - [anon_sym_constexpr] = ACTIONS(1632), - [anon_sym_signed] = ACTIONS(1632), - [anon_sym_unsigned] = ACTIONS(1632), - [anon_sym_long] = ACTIONS(1632), - [anon_sym_short] = ACTIONS(1632), - [sym_primitive_type] = ACTIONS(1632), - [anon_sym_enum] = ACTIONS(1632), - [anon_sym_class] = ACTIONS(1632), - [anon_sym_struct] = ACTIONS(1632), - [anon_sym_union] = ACTIONS(1632), - [anon_sym_if] = ACTIONS(1632), - [anon_sym_else] = ACTIONS(1632), - [anon_sym_switch] = ACTIONS(1632), - [anon_sym_case] = ACTIONS(1632), - [anon_sym_default] = ACTIONS(1632), - [anon_sym_while] = ACTIONS(1632), - [anon_sym_do] = ACTIONS(1632), - [anon_sym_for] = ACTIONS(1632), - [anon_sym_return] = ACTIONS(1632), - [anon_sym_break] = ACTIONS(1632), - [anon_sym_continue] = ACTIONS(1632), - [anon_sym_goto] = ACTIONS(1632), - [anon_sym_DASH_DASH] = ACTIONS(1634), - [anon_sym_PLUS_PLUS] = ACTIONS(1634), - [anon_sym_sizeof] = ACTIONS(1632), - [sym_number_literal] = ACTIONS(1634), - [anon_sym_L_SQUOTE] = ACTIONS(1634), - [anon_sym_u_SQUOTE] = ACTIONS(1634), - [anon_sym_U_SQUOTE] = ACTIONS(1634), - [anon_sym_u8_SQUOTE] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(1634), - [anon_sym_L_DQUOTE] = ACTIONS(1634), - [anon_sym_u_DQUOTE] = ACTIONS(1634), - [anon_sym_U_DQUOTE] = ACTIONS(1634), - [anon_sym_u8_DQUOTE] = ACTIONS(1634), - [anon_sym_DQUOTE] = ACTIONS(1634), - [sym_true] = ACTIONS(1632), - [sym_false] = ACTIONS(1632), - [sym_null] = ACTIONS(1632), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1632), - [anon_sym_virtual] = ACTIONS(1632), - [anon_sym_explicit] = ACTIONS(1632), - [sym_auto] = ACTIONS(1632), - [anon_sym_typename] = ACTIONS(1632), - [anon_sym_template] = ACTIONS(1632), - [anon_sym_operator] = ACTIONS(1632), - [anon_sym_delete] = ACTIONS(1632), - [anon_sym_throw] = ACTIONS(1632), - [anon_sym_namespace] = ACTIONS(1632), - [anon_sym_using] = ACTIONS(1632), - [anon_sym_static_assert] = ACTIONS(1632), - [anon_sym_co_return] = ACTIONS(1632), - [anon_sym_co_yield] = ACTIONS(1632), - [anon_sym_try] = ACTIONS(1632), - [anon_sym_co_await] = ACTIONS(1632), - [anon_sym_new] = ACTIONS(1632), - [sym_operator_name] = ACTIONS(1632), - [sym_this] = ACTIONS(1632), - [sym_nullptr] = ACTIONS(1632), - [sym_alone_macro] = ACTIONS(1634), - [aux_sym_alone_macro_call_token1] = ACTIONS(1632), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1632), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_FORWARD] = ACTIONS(1632), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1632), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1632), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1632), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1632), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_PS_GET] = ACTIONS(1632), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1632), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1632), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1632), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1632), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1632), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1632), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1632), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1632), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1632), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1632), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1632), - [anon_sym_MOZ_COLD] = ACTIONS(1632), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1632), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1632), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1632), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1632), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1632), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1632), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1632), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1632), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1632), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1632), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1632), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1632), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1632), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1632), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1632), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1632), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1632), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1632), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1632), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1632), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_NONNULL] = ACTIONS(1632), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1632), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1632), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1632), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1632), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1632), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_NORETURN] = ACTIONS(1632), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1632), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1632), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1632), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1632), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1632), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1632), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1632), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1632), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1632), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1632), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1632), - [anon_sym_MOZ_RAII] = ACTIONS(1632), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1632), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1632), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1632), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1632), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1632), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1632), - [sym_raw_string_literal] = ACTIONS(1634), + [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(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), }, [476] = { - [ts_builtin_sym_end] = ACTIONS(1670), - [sym_identifier] = ACTIONS(1668), - [aux_sym_preproc_include_token1] = ACTIONS(1668), - [aux_sym_preproc_def_token1] = ACTIONS(1668), - [aux_sym_preproc_if_token1] = ACTIONS(1668), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1668), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1668), - [sym_preproc_directive] = ACTIONS(1668), - [anon_sym_LPAREN2] = ACTIONS(1670), - [anon_sym_BANG] = ACTIONS(1670), - [anon_sym_TILDE] = ACTIONS(1670), - [anon_sym_DASH] = ACTIONS(1668), - [anon_sym_PLUS] = ACTIONS(1668), - [anon_sym_STAR] = ACTIONS(1670), - [anon_sym_AMP_AMP] = ACTIONS(1670), - [anon_sym_AMP] = ACTIONS(1668), - [anon_sym_SEMI] = ACTIONS(1670), - [anon_sym_typedef] = ACTIONS(1668), - [anon_sym_extern] = ACTIONS(1668), - [anon_sym___attribute__] = ACTIONS(1668), - [anon_sym_COLON_COLON] = ACTIONS(1670), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1670), - [anon_sym___declspec] = ACTIONS(1668), - [anon_sym___based] = ACTIONS(1668), - [anon_sym___cdecl] = ACTIONS(1668), - [anon_sym___clrcall] = ACTIONS(1668), - [anon_sym___stdcall] = ACTIONS(1668), - [anon_sym___fastcall] = ACTIONS(1668), - [anon_sym___thiscall] = ACTIONS(1668), - [anon_sym___vectorcall] = ACTIONS(1668), - [anon_sym_LBRACE] = ACTIONS(1670), - [anon_sym_LBRACK] = ACTIONS(1668), - [anon_sym_static] = ACTIONS(1668), - [anon_sym_register] = ACTIONS(1668), - [anon_sym_inline] = ACTIONS(1668), - [anon_sym_thread_local] = ACTIONS(1668), - [anon_sym_const] = ACTIONS(1668), - [anon_sym_volatile] = ACTIONS(1668), - [anon_sym_restrict] = ACTIONS(1668), - [anon_sym__Atomic] = ACTIONS(1668), - [anon_sym_mutable] = ACTIONS(1668), - [anon_sym_constexpr] = ACTIONS(1668), - [anon_sym_signed] = ACTIONS(1668), - [anon_sym_unsigned] = ACTIONS(1668), - [anon_sym_long] = ACTIONS(1668), - [anon_sym_short] = ACTIONS(1668), - [sym_primitive_type] = ACTIONS(1668), - [anon_sym_enum] = ACTIONS(1668), - [anon_sym_class] = ACTIONS(1668), - [anon_sym_struct] = ACTIONS(1668), - [anon_sym_union] = ACTIONS(1668), - [anon_sym_if] = ACTIONS(1668), - [anon_sym_else] = ACTIONS(1668), - [anon_sym_switch] = ACTIONS(1668), - [anon_sym_case] = ACTIONS(1668), - [anon_sym_default] = ACTIONS(1668), - [anon_sym_while] = ACTIONS(1668), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1668), - [anon_sym_return] = ACTIONS(1668), - [anon_sym_break] = ACTIONS(1668), - [anon_sym_continue] = ACTIONS(1668), - [anon_sym_goto] = ACTIONS(1668), - [anon_sym_DASH_DASH] = ACTIONS(1670), - [anon_sym_PLUS_PLUS] = ACTIONS(1670), - [anon_sym_sizeof] = ACTIONS(1668), - [sym_number_literal] = ACTIONS(1670), - [anon_sym_L_SQUOTE] = ACTIONS(1670), - [anon_sym_u_SQUOTE] = ACTIONS(1670), - [anon_sym_U_SQUOTE] = ACTIONS(1670), - [anon_sym_u8_SQUOTE] = ACTIONS(1670), - [anon_sym_SQUOTE] = ACTIONS(1670), - [anon_sym_L_DQUOTE] = ACTIONS(1670), - [anon_sym_u_DQUOTE] = ACTIONS(1670), - [anon_sym_U_DQUOTE] = ACTIONS(1670), - [anon_sym_u8_DQUOTE] = ACTIONS(1670), - [anon_sym_DQUOTE] = ACTIONS(1670), - [sym_true] = ACTIONS(1668), - [sym_false] = ACTIONS(1668), - [sym_null] = ACTIONS(1668), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1668), - [anon_sym_virtual] = ACTIONS(1668), - [anon_sym_explicit] = ACTIONS(1668), - [sym_auto] = ACTIONS(1668), - [anon_sym_typename] = ACTIONS(1668), - [anon_sym_template] = ACTIONS(1668), - [anon_sym_operator] = ACTIONS(1668), - [anon_sym_delete] = ACTIONS(1668), - [anon_sym_throw] = ACTIONS(1668), - [anon_sym_namespace] = ACTIONS(1668), - [anon_sym_using] = ACTIONS(1668), - [anon_sym_static_assert] = ACTIONS(1668), - [anon_sym_co_return] = ACTIONS(1668), - [anon_sym_co_yield] = ACTIONS(1668), - [anon_sym_try] = ACTIONS(1668), - [anon_sym_co_await] = ACTIONS(1668), - [anon_sym_new] = ACTIONS(1668), - [sym_operator_name] = ACTIONS(1668), - [sym_this] = ACTIONS(1668), - [sym_nullptr] = ACTIONS(1668), - [sym_alone_macro] = ACTIONS(1670), - [aux_sym_alone_macro_call_token1] = ACTIONS(1668), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1668), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_FORWARD] = ACTIONS(1668), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1668), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1668), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1668), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1668), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_PS_GET] = ACTIONS(1668), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1668), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1668), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1668), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1668), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1668), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1668), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1668), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1668), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1668), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1668), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1668), - [anon_sym_MOZ_COLD] = ACTIONS(1668), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1668), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1668), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1668), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1668), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1668), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1668), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1668), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1668), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1668), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1668), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1668), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1668), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1668), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1668), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1668), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1668), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1668), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1668), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1668), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1668), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_NONNULL] = ACTIONS(1668), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1668), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1668), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1668), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1668), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1668), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_NORETURN] = ACTIONS(1668), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1668), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1668), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1668), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1668), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1668), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1668), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1668), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1668), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1668), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1668), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1668), - [anon_sym_MOZ_RAII] = ACTIONS(1668), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1668), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1668), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1668), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1668), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1668), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1668), - [sym_raw_string_literal] = ACTIONS(1670), + [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(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), }, [477] = { - [sym_identifier] = ACTIONS(1612), - [aux_sym_preproc_include_token1] = ACTIONS(1612), - [aux_sym_preproc_def_token1] = ACTIONS(1612), - [aux_sym_preproc_if_token1] = ACTIONS(1612), - [aux_sym_preproc_if_token2] = ACTIONS(1612), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1612), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1612), - [sym_preproc_directive] = ACTIONS(1612), - [anon_sym_LPAREN2] = ACTIONS(1614), - [anon_sym_BANG] = ACTIONS(1614), - [anon_sym_TILDE] = ACTIONS(1614), - [anon_sym_DASH] = ACTIONS(1612), - [anon_sym_PLUS] = ACTIONS(1612), - [anon_sym_STAR] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1614), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_SEMI] = ACTIONS(1614), - [anon_sym_typedef] = ACTIONS(1612), - [anon_sym_extern] = ACTIONS(1612), - [anon_sym___attribute__] = ACTIONS(1612), - [anon_sym_COLON_COLON] = ACTIONS(1614), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1614), - [anon_sym___declspec] = ACTIONS(1612), - [anon_sym___based] = ACTIONS(1612), - [anon_sym___cdecl] = ACTIONS(1612), - [anon_sym___clrcall] = ACTIONS(1612), - [anon_sym___stdcall] = ACTIONS(1612), - [anon_sym___fastcall] = ACTIONS(1612), - [anon_sym___thiscall] = ACTIONS(1612), - [anon_sym___vectorcall] = ACTIONS(1612), - [anon_sym_LBRACE] = ACTIONS(1614), - [anon_sym_LBRACK] = ACTIONS(1612), - [anon_sym_static] = ACTIONS(1612), - [anon_sym_register] = ACTIONS(1612), - [anon_sym_inline] = ACTIONS(1612), - [anon_sym_thread_local] = ACTIONS(1612), - [anon_sym_const] = ACTIONS(1612), - [anon_sym_volatile] = ACTIONS(1612), - [anon_sym_restrict] = ACTIONS(1612), - [anon_sym__Atomic] = ACTIONS(1612), - [anon_sym_mutable] = ACTIONS(1612), - [anon_sym_constexpr] = ACTIONS(1612), - [anon_sym_signed] = ACTIONS(1612), - [anon_sym_unsigned] = ACTIONS(1612), - [anon_sym_long] = ACTIONS(1612), - [anon_sym_short] = ACTIONS(1612), - [sym_primitive_type] = ACTIONS(1612), - [anon_sym_enum] = ACTIONS(1612), - [anon_sym_class] = ACTIONS(1612), - [anon_sym_struct] = ACTIONS(1612), - [anon_sym_union] = ACTIONS(1612), - [anon_sym_if] = ACTIONS(1612), - [anon_sym_else] = ACTIONS(1612), - [anon_sym_switch] = ACTIONS(1612), - [anon_sym_case] = ACTIONS(1612), - [anon_sym_default] = ACTIONS(1612), - [anon_sym_while] = ACTIONS(1612), - [anon_sym_do] = ACTIONS(1612), - [anon_sym_for] = ACTIONS(1612), - [anon_sym_return] = ACTIONS(1612), - [anon_sym_break] = ACTIONS(1612), - [anon_sym_continue] = ACTIONS(1612), - [anon_sym_goto] = ACTIONS(1612), - [anon_sym_DASH_DASH] = ACTIONS(1614), - [anon_sym_PLUS_PLUS] = ACTIONS(1614), - [anon_sym_sizeof] = ACTIONS(1612), - [sym_number_literal] = ACTIONS(1614), - [anon_sym_L_SQUOTE] = ACTIONS(1614), - [anon_sym_u_SQUOTE] = ACTIONS(1614), - [anon_sym_U_SQUOTE] = ACTIONS(1614), - [anon_sym_u8_SQUOTE] = ACTIONS(1614), - [anon_sym_SQUOTE] = ACTIONS(1614), - [anon_sym_L_DQUOTE] = ACTIONS(1614), - [anon_sym_u_DQUOTE] = ACTIONS(1614), - [anon_sym_U_DQUOTE] = ACTIONS(1614), - [anon_sym_u8_DQUOTE] = ACTIONS(1614), - [anon_sym_DQUOTE] = ACTIONS(1614), - [sym_true] = ACTIONS(1612), - [sym_false] = ACTIONS(1612), - [sym_null] = ACTIONS(1612), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1612), - [anon_sym_virtual] = ACTIONS(1612), - [anon_sym_explicit] = ACTIONS(1612), - [sym_auto] = ACTIONS(1612), - [anon_sym_typename] = ACTIONS(1612), - [anon_sym_template] = ACTIONS(1612), - [anon_sym_operator] = ACTIONS(1612), - [anon_sym_delete] = ACTIONS(1612), - [anon_sym_throw] = ACTIONS(1612), - [anon_sym_namespace] = ACTIONS(1612), - [anon_sym_using] = ACTIONS(1612), - [anon_sym_static_assert] = ACTIONS(1612), - [anon_sym_co_return] = ACTIONS(1612), - [anon_sym_co_yield] = ACTIONS(1612), - [anon_sym_try] = ACTIONS(1612), - [anon_sym_co_await] = ACTIONS(1612), - [anon_sym_new] = ACTIONS(1612), - [sym_operator_name] = ACTIONS(1612), - [sym_this] = ACTIONS(1612), - [sym_nullptr] = ACTIONS(1612), - [sym_alone_macro] = ACTIONS(1614), - [aux_sym_alone_macro_call_token1] = ACTIONS(1612), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1612), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_FORWARD] = ACTIONS(1612), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1612), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1612), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1612), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1612), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_PS_GET] = ACTIONS(1612), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1612), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1612), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1612), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1612), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1612), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1612), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1612), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1612), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1612), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1612), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1612), - [anon_sym_MOZ_COLD] = ACTIONS(1612), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1612), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1612), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1612), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1612), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1612), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1612), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1612), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1612), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1612), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1612), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1612), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1612), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1612), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1612), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1612), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1612), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1612), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1612), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1612), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1612), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_NONNULL] = ACTIONS(1612), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1612), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1612), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1612), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1612), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1612), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_NORETURN] = ACTIONS(1612), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1612), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1612), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1612), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1612), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1612), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1612), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1612), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1612), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1612), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1612), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1612), - [anon_sym_MOZ_RAII] = ACTIONS(1612), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1612), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1612), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1612), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1612), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1612), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1612), - [sym_raw_string_literal] = ACTIONS(1614), + [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(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), }, [478] = { - [ts_builtin_sym_end] = ACTIONS(1674), - [sym_identifier] = ACTIONS(1672), - [aux_sym_preproc_include_token1] = ACTIONS(1672), - [aux_sym_preproc_def_token1] = ACTIONS(1672), - [aux_sym_preproc_if_token1] = ACTIONS(1672), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1672), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1672), - [sym_preproc_directive] = ACTIONS(1672), - [anon_sym_LPAREN2] = ACTIONS(1674), - [anon_sym_BANG] = ACTIONS(1674), - [anon_sym_TILDE] = ACTIONS(1674), - [anon_sym_DASH] = ACTIONS(1672), - [anon_sym_PLUS] = ACTIONS(1672), - [anon_sym_STAR] = ACTIONS(1674), - [anon_sym_AMP_AMP] = ACTIONS(1674), - [anon_sym_AMP] = ACTIONS(1672), - [anon_sym_SEMI] = ACTIONS(1674), - [anon_sym_typedef] = ACTIONS(1672), - [anon_sym_extern] = ACTIONS(1672), - [anon_sym___attribute__] = ACTIONS(1672), - [anon_sym_COLON_COLON] = ACTIONS(1674), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1674), - [anon_sym___declspec] = ACTIONS(1672), - [anon_sym___based] = ACTIONS(1672), - [anon_sym___cdecl] = ACTIONS(1672), - [anon_sym___clrcall] = ACTIONS(1672), - [anon_sym___stdcall] = ACTIONS(1672), - [anon_sym___fastcall] = ACTIONS(1672), - [anon_sym___thiscall] = ACTIONS(1672), - [anon_sym___vectorcall] = ACTIONS(1672), - [anon_sym_LBRACE] = ACTIONS(1674), - [anon_sym_LBRACK] = ACTIONS(1672), - [anon_sym_static] = ACTIONS(1672), - [anon_sym_register] = ACTIONS(1672), - [anon_sym_inline] = ACTIONS(1672), - [anon_sym_thread_local] = ACTIONS(1672), - [anon_sym_const] = ACTIONS(1672), - [anon_sym_volatile] = ACTIONS(1672), - [anon_sym_restrict] = ACTIONS(1672), - [anon_sym__Atomic] = ACTIONS(1672), - [anon_sym_mutable] = ACTIONS(1672), - [anon_sym_constexpr] = ACTIONS(1672), - [anon_sym_signed] = ACTIONS(1672), - [anon_sym_unsigned] = ACTIONS(1672), - [anon_sym_long] = ACTIONS(1672), - [anon_sym_short] = ACTIONS(1672), - [sym_primitive_type] = ACTIONS(1672), - [anon_sym_enum] = ACTIONS(1672), - [anon_sym_class] = ACTIONS(1672), - [anon_sym_struct] = ACTIONS(1672), - [anon_sym_union] = ACTIONS(1672), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_else] = ACTIONS(1672), - [anon_sym_switch] = ACTIONS(1672), - [anon_sym_case] = ACTIONS(1672), - [anon_sym_default] = ACTIONS(1672), - [anon_sym_while] = ACTIONS(1672), - [anon_sym_do] = ACTIONS(1672), - [anon_sym_for] = ACTIONS(1672), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1672), - [anon_sym_continue] = ACTIONS(1672), - [anon_sym_goto] = ACTIONS(1672), - [anon_sym_DASH_DASH] = ACTIONS(1674), - [anon_sym_PLUS_PLUS] = ACTIONS(1674), - [anon_sym_sizeof] = ACTIONS(1672), - [sym_number_literal] = ACTIONS(1674), - [anon_sym_L_SQUOTE] = ACTIONS(1674), - [anon_sym_u_SQUOTE] = ACTIONS(1674), - [anon_sym_U_SQUOTE] = ACTIONS(1674), - [anon_sym_u8_SQUOTE] = ACTIONS(1674), - [anon_sym_SQUOTE] = ACTIONS(1674), - [anon_sym_L_DQUOTE] = ACTIONS(1674), - [anon_sym_u_DQUOTE] = ACTIONS(1674), - [anon_sym_U_DQUOTE] = ACTIONS(1674), - [anon_sym_u8_DQUOTE] = ACTIONS(1674), - [anon_sym_DQUOTE] = ACTIONS(1674), - [sym_true] = ACTIONS(1672), - [sym_false] = ACTIONS(1672), - [sym_null] = ACTIONS(1672), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1672), - [anon_sym_virtual] = ACTIONS(1672), - [anon_sym_explicit] = ACTIONS(1672), - [sym_auto] = ACTIONS(1672), - [anon_sym_typename] = ACTIONS(1672), - [anon_sym_template] = ACTIONS(1672), - [anon_sym_operator] = ACTIONS(1672), - [anon_sym_delete] = ACTIONS(1672), - [anon_sym_throw] = ACTIONS(1672), - [anon_sym_namespace] = ACTIONS(1672), - [anon_sym_using] = ACTIONS(1672), - [anon_sym_static_assert] = ACTIONS(1672), - [anon_sym_co_return] = ACTIONS(1672), - [anon_sym_co_yield] = ACTIONS(1672), - [anon_sym_try] = ACTIONS(1672), - [anon_sym_co_await] = ACTIONS(1672), - [anon_sym_new] = ACTIONS(1672), - [sym_operator_name] = ACTIONS(1672), - [sym_this] = ACTIONS(1672), - [sym_nullptr] = ACTIONS(1672), - [sym_alone_macro] = ACTIONS(1674), - [aux_sym_alone_macro_call_token1] = ACTIONS(1672), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1672), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_FORWARD] = ACTIONS(1672), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1672), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1672), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1672), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1672), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_PS_GET] = ACTIONS(1672), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1672), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1672), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1672), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1672), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1672), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1672), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1672), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1672), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1672), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1672), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1672), - [anon_sym_MOZ_COLD] = ACTIONS(1672), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1672), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1672), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1672), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1672), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1672), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1672), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1672), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1672), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1672), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1672), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1672), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1672), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1672), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1672), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1672), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1672), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1672), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1672), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1672), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1672), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_NONNULL] = ACTIONS(1672), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1672), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1672), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1672), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1672), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1672), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_NORETURN] = ACTIONS(1672), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1672), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1672), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1672), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1672), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1672), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1672), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1672), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1672), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1672), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1672), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1672), - [anon_sym_MOZ_RAII] = ACTIONS(1672), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1672), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1672), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1672), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1672), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1672), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1672), - [sym_raw_string_literal] = ACTIONS(1674), + [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(1616), - [aux_sym_preproc_include_token1] = ACTIONS(1616), - [aux_sym_preproc_def_token1] = ACTIONS(1616), - [aux_sym_preproc_if_token1] = ACTIONS(1616), - [aux_sym_preproc_if_token2] = ACTIONS(1616), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1616), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1616), - [sym_preproc_directive] = ACTIONS(1616), - [anon_sym_LPAREN2] = ACTIONS(1618), - [anon_sym_BANG] = ACTIONS(1618), - [anon_sym_TILDE] = ACTIONS(1618), - [anon_sym_DASH] = ACTIONS(1616), - [anon_sym_PLUS] = ACTIONS(1616), - [anon_sym_STAR] = ACTIONS(1618), - [anon_sym_AMP_AMP] = ACTIONS(1618), - [anon_sym_AMP] = ACTIONS(1616), - [anon_sym_SEMI] = ACTIONS(1618), - [anon_sym_typedef] = ACTIONS(1616), - [anon_sym_extern] = ACTIONS(1616), - [anon_sym___attribute__] = ACTIONS(1616), - [anon_sym_COLON_COLON] = ACTIONS(1618), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1618), - [anon_sym___declspec] = ACTIONS(1616), - [anon_sym___based] = ACTIONS(1616), - [anon_sym___cdecl] = ACTIONS(1616), - [anon_sym___clrcall] = ACTIONS(1616), - [anon_sym___stdcall] = ACTIONS(1616), - [anon_sym___fastcall] = ACTIONS(1616), - [anon_sym___thiscall] = ACTIONS(1616), - [anon_sym___vectorcall] = ACTIONS(1616), - [anon_sym_LBRACE] = ACTIONS(1618), - [anon_sym_LBRACK] = ACTIONS(1616), - [anon_sym_static] = ACTIONS(1616), - [anon_sym_register] = ACTIONS(1616), - [anon_sym_inline] = ACTIONS(1616), - [anon_sym_thread_local] = ACTIONS(1616), - [anon_sym_const] = ACTIONS(1616), - [anon_sym_volatile] = ACTIONS(1616), - [anon_sym_restrict] = ACTIONS(1616), - [anon_sym__Atomic] = ACTIONS(1616), - [anon_sym_mutable] = ACTIONS(1616), - [anon_sym_constexpr] = ACTIONS(1616), - [anon_sym_signed] = ACTIONS(1616), - [anon_sym_unsigned] = ACTIONS(1616), - [anon_sym_long] = ACTIONS(1616), - [anon_sym_short] = ACTIONS(1616), - [sym_primitive_type] = ACTIONS(1616), - [anon_sym_enum] = ACTIONS(1616), - [anon_sym_class] = ACTIONS(1616), - [anon_sym_struct] = ACTIONS(1616), - [anon_sym_union] = ACTIONS(1616), - [anon_sym_if] = ACTIONS(1616), - [anon_sym_else] = ACTIONS(1616), - [anon_sym_switch] = ACTIONS(1616), - [anon_sym_case] = ACTIONS(1616), - [anon_sym_default] = ACTIONS(1616), - [anon_sym_while] = ACTIONS(1616), - [anon_sym_do] = ACTIONS(1616), - [anon_sym_for] = ACTIONS(1616), - [anon_sym_return] = ACTIONS(1616), - [anon_sym_break] = ACTIONS(1616), - [anon_sym_continue] = ACTIONS(1616), - [anon_sym_goto] = ACTIONS(1616), - [anon_sym_DASH_DASH] = ACTIONS(1618), - [anon_sym_PLUS_PLUS] = ACTIONS(1618), - [anon_sym_sizeof] = ACTIONS(1616), - [sym_number_literal] = ACTIONS(1618), - [anon_sym_L_SQUOTE] = ACTIONS(1618), - [anon_sym_u_SQUOTE] = ACTIONS(1618), - [anon_sym_U_SQUOTE] = ACTIONS(1618), - [anon_sym_u8_SQUOTE] = ACTIONS(1618), - [anon_sym_SQUOTE] = ACTIONS(1618), - [anon_sym_L_DQUOTE] = ACTIONS(1618), - [anon_sym_u_DQUOTE] = ACTIONS(1618), - [anon_sym_U_DQUOTE] = ACTIONS(1618), - [anon_sym_u8_DQUOTE] = ACTIONS(1618), - [anon_sym_DQUOTE] = ACTIONS(1618), - [sym_true] = ACTIONS(1616), - [sym_false] = ACTIONS(1616), - [sym_null] = ACTIONS(1616), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1616), - [anon_sym_virtual] = ACTIONS(1616), - [anon_sym_explicit] = ACTIONS(1616), - [sym_auto] = ACTIONS(1616), - [anon_sym_typename] = ACTIONS(1616), - [anon_sym_template] = ACTIONS(1616), - [anon_sym_operator] = ACTIONS(1616), - [anon_sym_delete] = ACTIONS(1616), - [anon_sym_throw] = ACTIONS(1616), - [anon_sym_namespace] = ACTIONS(1616), - [anon_sym_using] = ACTIONS(1616), - [anon_sym_static_assert] = ACTIONS(1616), - [anon_sym_co_return] = ACTIONS(1616), - [anon_sym_co_yield] = ACTIONS(1616), - [anon_sym_try] = ACTIONS(1616), - [anon_sym_co_await] = ACTIONS(1616), - [anon_sym_new] = ACTIONS(1616), - [sym_operator_name] = ACTIONS(1616), - [sym_this] = ACTIONS(1616), - [sym_nullptr] = ACTIONS(1616), - [sym_alone_macro] = ACTIONS(1618), - [aux_sym_alone_macro_call_token1] = ACTIONS(1616), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1616), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_FORWARD] = ACTIONS(1616), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1616), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1616), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1616), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1616), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_PS_GET] = ACTIONS(1616), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1616), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1616), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1616), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1616), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1616), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1616), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1616), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1616), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1616), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1616), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1616), - [anon_sym_MOZ_COLD] = ACTIONS(1616), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1616), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1616), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1616), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1616), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1616), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1616), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1616), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1616), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1616), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1616), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1616), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1616), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1616), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1616), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1616), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1616), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1616), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1616), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1616), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1616), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_NONNULL] = ACTIONS(1616), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1616), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1616), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1616), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1616), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1616), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_NORETURN] = ACTIONS(1616), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1616), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1616), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1616), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1616), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1616), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1616), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1616), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1616), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1616), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1616), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1616), - [anon_sym_MOZ_RAII] = ACTIONS(1616), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1616), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1616), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1616), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1616), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1616), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1616), - [sym_raw_string_literal] = ACTIONS(1618), + [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(1682), - [sym_identifier] = ACTIONS(1680), - [aux_sym_preproc_include_token1] = ACTIONS(1680), - [aux_sym_preproc_def_token1] = ACTIONS(1680), - [aux_sym_preproc_if_token1] = ACTIONS(1680), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1680), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1680), - [sym_preproc_directive] = ACTIONS(1680), - [anon_sym_LPAREN2] = ACTIONS(1682), - [anon_sym_BANG] = ACTIONS(1682), - [anon_sym_TILDE] = ACTIONS(1682), - [anon_sym_DASH] = ACTIONS(1680), - [anon_sym_PLUS] = ACTIONS(1680), - [anon_sym_STAR] = ACTIONS(1682), - [anon_sym_AMP_AMP] = ACTIONS(1682), - [anon_sym_AMP] = ACTIONS(1680), - [anon_sym_SEMI] = ACTIONS(1682), - [anon_sym_typedef] = ACTIONS(1680), - [anon_sym_extern] = ACTIONS(1680), - [anon_sym___attribute__] = ACTIONS(1680), - [anon_sym_COLON_COLON] = ACTIONS(1682), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1682), - [anon_sym___declspec] = ACTIONS(1680), - [anon_sym___based] = ACTIONS(1680), - [anon_sym___cdecl] = ACTIONS(1680), - [anon_sym___clrcall] = ACTIONS(1680), - [anon_sym___stdcall] = ACTIONS(1680), - [anon_sym___fastcall] = ACTIONS(1680), - [anon_sym___thiscall] = ACTIONS(1680), - [anon_sym___vectorcall] = ACTIONS(1680), - [anon_sym_LBRACE] = ACTIONS(1682), - [anon_sym_LBRACK] = ACTIONS(1680), - [anon_sym_static] = ACTIONS(1680), - [anon_sym_register] = ACTIONS(1680), - [anon_sym_inline] = ACTIONS(1680), - [anon_sym_thread_local] = ACTIONS(1680), - [anon_sym_const] = ACTIONS(1680), - [anon_sym_volatile] = ACTIONS(1680), - [anon_sym_restrict] = ACTIONS(1680), - [anon_sym__Atomic] = ACTIONS(1680), - [anon_sym_mutable] = ACTIONS(1680), - [anon_sym_constexpr] = ACTIONS(1680), - [anon_sym_signed] = ACTIONS(1680), - [anon_sym_unsigned] = ACTIONS(1680), - [anon_sym_long] = ACTIONS(1680), - [anon_sym_short] = ACTIONS(1680), - [sym_primitive_type] = ACTIONS(1680), - [anon_sym_enum] = ACTIONS(1680), - [anon_sym_class] = ACTIONS(1680), - [anon_sym_struct] = ACTIONS(1680), - [anon_sym_union] = ACTIONS(1680), - [anon_sym_if] = ACTIONS(1680), - [anon_sym_else] = ACTIONS(1680), - [anon_sym_switch] = ACTIONS(1680), - [anon_sym_case] = ACTIONS(1680), - [anon_sym_default] = ACTIONS(1680), - [anon_sym_while] = ACTIONS(1680), - [anon_sym_do] = ACTIONS(1680), - [anon_sym_for] = ACTIONS(1680), - [anon_sym_return] = ACTIONS(1680), - [anon_sym_break] = ACTIONS(1680), - [anon_sym_continue] = ACTIONS(1680), - [anon_sym_goto] = ACTIONS(1680), - [anon_sym_DASH_DASH] = ACTIONS(1682), - [anon_sym_PLUS_PLUS] = ACTIONS(1682), - [anon_sym_sizeof] = ACTIONS(1680), - [sym_number_literal] = ACTIONS(1682), - [anon_sym_L_SQUOTE] = ACTIONS(1682), - [anon_sym_u_SQUOTE] = ACTIONS(1682), - [anon_sym_U_SQUOTE] = ACTIONS(1682), - [anon_sym_u8_SQUOTE] = ACTIONS(1682), - [anon_sym_SQUOTE] = ACTIONS(1682), - [anon_sym_L_DQUOTE] = ACTIONS(1682), - [anon_sym_u_DQUOTE] = ACTIONS(1682), - [anon_sym_U_DQUOTE] = ACTIONS(1682), - [anon_sym_u8_DQUOTE] = ACTIONS(1682), - [anon_sym_DQUOTE] = ACTIONS(1682), - [sym_true] = ACTIONS(1680), - [sym_false] = ACTIONS(1680), - [sym_null] = ACTIONS(1680), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1680), - [anon_sym_virtual] = ACTIONS(1680), - [anon_sym_explicit] = ACTIONS(1680), - [sym_auto] = ACTIONS(1680), - [anon_sym_typename] = ACTIONS(1680), - [anon_sym_template] = ACTIONS(1680), - [anon_sym_operator] = ACTIONS(1680), - [anon_sym_delete] = ACTIONS(1680), - [anon_sym_throw] = ACTIONS(1680), - [anon_sym_namespace] = ACTIONS(1680), - [anon_sym_using] = ACTIONS(1680), - [anon_sym_static_assert] = ACTIONS(1680), - [anon_sym_co_return] = ACTIONS(1680), - [anon_sym_co_yield] = ACTIONS(1680), - [anon_sym_try] = ACTIONS(1680), - [anon_sym_co_await] = ACTIONS(1680), - [anon_sym_new] = ACTIONS(1680), - [sym_operator_name] = ACTIONS(1680), - [sym_this] = ACTIONS(1680), - [sym_nullptr] = ACTIONS(1680), - [sym_alone_macro] = ACTIONS(1682), - [aux_sym_alone_macro_call_token1] = ACTIONS(1680), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1680), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_FORWARD] = ACTIONS(1680), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1680), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1680), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1680), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1680), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_PS_GET] = ACTIONS(1680), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1680), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1680), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1680), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1680), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1680), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1680), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1680), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1680), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1680), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1680), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1680), - [anon_sym_MOZ_COLD] = ACTIONS(1680), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1680), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1680), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1680), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1680), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1680), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1680), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1680), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1680), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1680), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1680), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1680), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1680), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1680), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1680), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1680), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1680), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1680), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1680), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1680), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1680), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_NONNULL] = ACTIONS(1680), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1680), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1680), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1680), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1680), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1680), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_NORETURN] = ACTIONS(1680), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1680), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1680), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1680), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1680), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1680), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1680), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1680), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1680), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1680), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1680), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1680), - [anon_sym_MOZ_RAII] = ACTIONS(1680), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1680), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1680), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1680), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1680), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1680), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1680), - [sym_raw_string_literal] = ACTIONS(1682), + [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] = { - [sym_identifier] = ACTIONS(1628), - [aux_sym_preproc_include_token1] = ACTIONS(1628), - [aux_sym_preproc_def_token1] = ACTIONS(1628), - [aux_sym_preproc_if_token1] = ACTIONS(1628), - [aux_sym_preproc_if_token2] = ACTIONS(1628), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1628), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1628), - [sym_preproc_directive] = ACTIONS(1628), - [anon_sym_LPAREN2] = ACTIONS(1630), - [anon_sym_BANG] = ACTIONS(1630), - [anon_sym_TILDE] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1628), - [anon_sym_STAR] = ACTIONS(1630), - [anon_sym_AMP_AMP] = ACTIONS(1630), - [anon_sym_AMP] = ACTIONS(1628), - [anon_sym_SEMI] = ACTIONS(1630), - [anon_sym_typedef] = ACTIONS(1628), - [anon_sym_extern] = ACTIONS(1628), - [anon_sym___attribute__] = ACTIONS(1628), - [anon_sym_COLON_COLON] = ACTIONS(1630), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1630), - [anon_sym___declspec] = ACTIONS(1628), - [anon_sym___based] = ACTIONS(1628), - [anon_sym___cdecl] = ACTIONS(1628), - [anon_sym___clrcall] = ACTIONS(1628), - [anon_sym___stdcall] = ACTIONS(1628), - [anon_sym___fastcall] = ACTIONS(1628), - [anon_sym___thiscall] = ACTIONS(1628), - [anon_sym___vectorcall] = ACTIONS(1628), - [anon_sym_LBRACE] = ACTIONS(1630), - [anon_sym_LBRACK] = ACTIONS(1628), - [anon_sym_static] = ACTIONS(1628), - [anon_sym_register] = ACTIONS(1628), - [anon_sym_inline] = ACTIONS(1628), - [anon_sym_thread_local] = ACTIONS(1628), - [anon_sym_const] = ACTIONS(1628), - [anon_sym_volatile] = ACTIONS(1628), - [anon_sym_restrict] = ACTIONS(1628), - [anon_sym__Atomic] = ACTIONS(1628), - [anon_sym_mutable] = ACTIONS(1628), - [anon_sym_constexpr] = ACTIONS(1628), - [anon_sym_signed] = ACTIONS(1628), - [anon_sym_unsigned] = ACTIONS(1628), - [anon_sym_long] = ACTIONS(1628), - [anon_sym_short] = ACTIONS(1628), - [sym_primitive_type] = ACTIONS(1628), - [anon_sym_enum] = ACTIONS(1628), - [anon_sym_class] = ACTIONS(1628), - [anon_sym_struct] = ACTIONS(1628), - [anon_sym_union] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1628), - [anon_sym_else] = ACTIONS(1628), - [anon_sym_switch] = ACTIONS(1628), - [anon_sym_case] = ACTIONS(1628), - [anon_sym_default] = ACTIONS(1628), - [anon_sym_while] = ACTIONS(1628), - [anon_sym_do] = ACTIONS(1628), - [anon_sym_for] = ACTIONS(1628), - [anon_sym_return] = ACTIONS(1628), - [anon_sym_break] = ACTIONS(1628), - [anon_sym_continue] = ACTIONS(1628), - [anon_sym_goto] = ACTIONS(1628), - [anon_sym_DASH_DASH] = ACTIONS(1630), - [anon_sym_PLUS_PLUS] = ACTIONS(1630), - [anon_sym_sizeof] = ACTIONS(1628), - [sym_number_literal] = ACTIONS(1630), - [anon_sym_L_SQUOTE] = ACTIONS(1630), - [anon_sym_u_SQUOTE] = ACTIONS(1630), - [anon_sym_U_SQUOTE] = ACTIONS(1630), - [anon_sym_u8_SQUOTE] = ACTIONS(1630), - [anon_sym_SQUOTE] = ACTIONS(1630), - [anon_sym_L_DQUOTE] = ACTIONS(1630), - [anon_sym_u_DQUOTE] = ACTIONS(1630), - [anon_sym_U_DQUOTE] = ACTIONS(1630), - [anon_sym_u8_DQUOTE] = ACTIONS(1630), - [anon_sym_DQUOTE] = ACTIONS(1630), - [sym_true] = ACTIONS(1628), - [sym_false] = ACTIONS(1628), - [sym_null] = ACTIONS(1628), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1628), - [anon_sym_virtual] = ACTIONS(1628), - [anon_sym_explicit] = ACTIONS(1628), - [sym_auto] = ACTIONS(1628), - [anon_sym_typename] = ACTIONS(1628), - [anon_sym_template] = ACTIONS(1628), - [anon_sym_operator] = ACTIONS(1628), - [anon_sym_delete] = ACTIONS(1628), - [anon_sym_throw] = ACTIONS(1628), - [anon_sym_namespace] = ACTIONS(1628), - [anon_sym_using] = ACTIONS(1628), - [anon_sym_static_assert] = ACTIONS(1628), - [anon_sym_co_return] = ACTIONS(1628), - [anon_sym_co_yield] = ACTIONS(1628), - [anon_sym_try] = ACTIONS(1628), - [anon_sym_co_await] = ACTIONS(1628), - [anon_sym_new] = ACTIONS(1628), - [sym_operator_name] = ACTIONS(1628), - [sym_this] = ACTIONS(1628), - [sym_nullptr] = ACTIONS(1628), - [sym_alone_macro] = ACTIONS(1630), - [aux_sym_alone_macro_call_token1] = ACTIONS(1628), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1628), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_FORWARD] = ACTIONS(1628), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1628), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1628), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1628), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1628), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_PS_GET] = ACTIONS(1628), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1628), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1628), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1628), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1628), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1628), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1628), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1628), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1628), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1628), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1628), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1628), - [anon_sym_MOZ_COLD] = ACTIONS(1628), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1628), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1628), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1628), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1628), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1628), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1628), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1628), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1628), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1628), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1628), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1628), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1628), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1628), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1628), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1628), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1628), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1628), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1628), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1628), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1628), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_NONNULL] = ACTIONS(1628), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1628), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1628), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1628), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1628), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1628), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_NORETURN] = ACTIONS(1628), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1628), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1628), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1628), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1628), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1628), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1628), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1628), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1628), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1628), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1628), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1628), - [anon_sym_MOZ_RAII] = ACTIONS(1628), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1628), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1628), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1628), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1628), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1628), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1628), - [sym_raw_string_literal] = ACTIONS(1630), + [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(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), }, [482] = { - [sym_identifier] = ACTIONS(1515), - [aux_sym_preproc_include_token1] = ACTIONS(1515), - [aux_sym_preproc_def_token1] = ACTIONS(1515), - [anon_sym_COMMA] = ACTIONS(1544), - [aux_sym_preproc_if_token1] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1515), - [sym_preproc_directive] = ACTIONS(1515), - [anon_sym_LPAREN2] = ACTIONS(1517), - [anon_sym_BANG] = ACTIONS(1517), - [anon_sym_TILDE] = ACTIONS(1517), - [anon_sym_DASH] = ACTIONS(1515), - [anon_sym_PLUS] = ACTIONS(1515), - [anon_sym_STAR] = ACTIONS(1517), - [anon_sym_AMP_AMP] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1515), - [anon_sym_SEMI] = ACTIONS(1517), - [anon_sym_typedef] = ACTIONS(1515), - [anon_sym_extern] = ACTIONS(1515), - [anon_sym___attribute__] = ACTIONS(1515), - [anon_sym_COLON_COLON] = ACTIONS(1517), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1517), - [anon_sym___declspec] = ACTIONS(1515), - [anon_sym___based] = ACTIONS(1515), - [anon_sym___cdecl] = ACTIONS(1515), - [anon_sym___clrcall] = ACTIONS(1515), - [anon_sym___stdcall] = ACTIONS(1515), - [anon_sym___fastcall] = ACTIONS(1515), - [anon_sym___thiscall] = ACTIONS(1515), - [anon_sym___vectorcall] = ACTIONS(1515), - [anon_sym_LBRACE] = ACTIONS(1517), - [anon_sym_RBRACE] = ACTIONS(1544), - [anon_sym_LBRACK] = ACTIONS(1515), - [anon_sym_static] = ACTIONS(1515), - [anon_sym_register] = ACTIONS(1515), - [anon_sym_inline] = ACTIONS(1515), - [anon_sym_thread_local] = ACTIONS(1515), - [anon_sym_const] = ACTIONS(1515), - [anon_sym_volatile] = ACTIONS(1515), - [anon_sym_restrict] = ACTIONS(1515), - [anon_sym__Atomic] = ACTIONS(1515), - [anon_sym_mutable] = ACTIONS(1515), - [anon_sym_constexpr] = ACTIONS(1515), - [anon_sym_signed] = ACTIONS(1515), - [anon_sym_unsigned] = ACTIONS(1515), - [anon_sym_long] = ACTIONS(1515), - [anon_sym_short] = ACTIONS(1515), - [sym_primitive_type] = ACTIONS(1515), - [anon_sym_enum] = ACTIONS(1515), - [anon_sym_class] = ACTIONS(1515), - [anon_sym_struct] = ACTIONS(1515), - [anon_sym_union] = ACTIONS(1515), - [anon_sym_if] = ACTIONS(1515), - [anon_sym_switch] = ACTIONS(1515), - [anon_sym_case] = ACTIONS(1515), - [anon_sym_default] = ACTIONS(1515), - [anon_sym_while] = ACTIONS(1515), - [anon_sym_do] = ACTIONS(1515), - [anon_sym_for] = ACTIONS(1515), - [anon_sym_return] = ACTIONS(1515), - [anon_sym_break] = ACTIONS(1515), - [anon_sym_continue] = ACTIONS(1515), - [anon_sym_goto] = ACTIONS(1515), - [anon_sym_DASH_DASH] = ACTIONS(1517), - [anon_sym_PLUS_PLUS] = ACTIONS(1517), - [anon_sym_sizeof] = ACTIONS(1515), - [sym_number_literal] = ACTIONS(1517), - [anon_sym_L_SQUOTE] = ACTIONS(1517), - [anon_sym_u_SQUOTE] = ACTIONS(1517), - [anon_sym_U_SQUOTE] = ACTIONS(1517), - [anon_sym_u8_SQUOTE] = ACTIONS(1517), - [anon_sym_SQUOTE] = ACTIONS(1517), - [anon_sym_L_DQUOTE] = ACTIONS(1517), - [anon_sym_u_DQUOTE] = ACTIONS(1517), - [anon_sym_U_DQUOTE] = ACTIONS(1517), - [anon_sym_u8_DQUOTE] = ACTIONS(1517), - [anon_sym_DQUOTE] = ACTIONS(1517), - [sym_true] = ACTIONS(1515), - [sym_false] = ACTIONS(1515), - [sym_null] = ACTIONS(1515), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1515), - [anon_sym_virtual] = ACTIONS(1515), - [anon_sym_explicit] = ACTIONS(1515), - [sym_auto] = ACTIONS(1515), - [anon_sym_typename] = ACTIONS(1515), - [anon_sym_template] = ACTIONS(1515), - [anon_sym_operator] = ACTIONS(1515), - [anon_sym_delete] = ACTIONS(1515), - [anon_sym_throw] = ACTIONS(1515), - [anon_sym_namespace] = ACTIONS(1515), - [anon_sym_using] = ACTIONS(1515), - [anon_sym_static_assert] = ACTIONS(1515), - [anon_sym_co_return] = ACTIONS(1515), - [anon_sym_co_yield] = ACTIONS(1515), - [anon_sym_try] = ACTIONS(1515), - [anon_sym_co_await] = ACTIONS(1515), - [anon_sym_new] = ACTIONS(1515), - [sym_operator_name] = ACTIONS(1515), - [sym_this] = ACTIONS(1515), - [sym_nullptr] = ACTIONS(1515), - [sym_alone_macro] = ACTIONS(1517), - [aux_sym_alone_macro_call_token1] = ACTIONS(1515), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_FORWARD] = ACTIONS(1515), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1515), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_PS_GET] = ACTIONS(1515), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1515), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1515), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1515), - [anon_sym_MOZ_COLD] = ACTIONS(1515), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1515), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1515), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1515), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1515), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1515), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1515), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1515), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1515), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1515), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1515), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1515), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1515), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_RAII] = ACTIONS(1515), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1515), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1515), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1515), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1515), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1515), - [sym_raw_string_literal] = ACTIONS(1517), + [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(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), }, [483] = { - [sym_identifier] = ACTIONS(1620), - [aux_sym_preproc_include_token1] = ACTIONS(1620), - [aux_sym_preproc_def_token1] = ACTIONS(1620), - [aux_sym_preproc_if_token1] = ACTIONS(1620), - [aux_sym_preproc_if_token2] = ACTIONS(1620), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1620), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1620), - [sym_preproc_directive] = ACTIONS(1620), - [anon_sym_LPAREN2] = ACTIONS(1622), - [anon_sym_BANG] = ACTIONS(1622), - [anon_sym_TILDE] = ACTIONS(1622), - [anon_sym_DASH] = ACTIONS(1620), - [anon_sym_PLUS] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1622), - [anon_sym_AMP_AMP] = ACTIONS(1622), - [anon_sym_AMP] = ACTIONS(1620), - [anon_sym_SEMI] = ACTIONS(1622), - [anon_sym_typedef] = ACTIONS(1620), - [anon_sym_extern] = ACTIONS(1620), - [anon_sym___attribute__] = ACTIONS(1620), - [anon_sym_COLON_COLON] = ACTIONS(1622), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1622), - [anon_sym___declspec] = ACTIONS(1620), - [anon_sym___based] = ACTIONS(1620), - [anon_sym___cdecl] = ACTIONS(1620), - [anon_sym___clrcall] = ACTIONS(1620), - [anon_sym___stdcall] = ACTIONS(1620), - [anon_sym___fastcall] = ACTIONS(1620), - [anon_sym___thiscall] = ACTIONS(1620), - [anon_sym___vectorcall] = ACTIONS(1620), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_static] = ACTIONS(1620), - [anon_sym_register] = ACTIONS(1620), - [anon_sym_inline] = ACTIONS(1620), - [anon_sym_thread_local] = ACTIONS(1620), - [anon_sym_const] = ACTIONS(1620), - [anon_sym_volatile] = ACTIONS(1620), - [anon_sym_restrict] = ACTIONS(1620), - [anon_sym__Atomic] = ACTIONS(1620), - [anon_sym_mutable] = ACTIONS(1620), - [anon_sym_constexpr] = ACTIONS(1620), - [anon_sym_signed] = ACTIONS(1620), - [anon_sym_unsigned] = ACTIONS(1620), - [anon_sym_long] = ACTIONS(1620), - [anon_sym_short] = ACTIONS(1620), - [sym_primitive_type] = ACTIONS(1620), - [anon_sym_enum] = ACTIONS(1620), - [anon_sym_class] = ACTIONS(1620), - [anon_sym_struct] = ACTIONS(1620), - [anon_sym_union] = ACTIONS(1620), - [anon_sym_if] = ACTIONS(1620), - [anon_sym_else] = ACTIONS(1620), - [anon_sym_switch] = ACTIONS(1620), - [anon_sym_case] = ACTIONS(1620), - [anon_sym_default] = ACTIONS(1620), - [anon_sym_while] = ACTIONS(1620), - [anon_sym_do] = ACTIONS(1620), - [anon_sym_for] = ACTIONS(1620), - [anon_sym_return] = ACTIONS(1620), - [anon_sym_break] = ACTIONS(1620), - [anon_sym_continue] = ACTIONS(1620), - [anon_sym_goto] = ACTIONS(1620), - [anon_sym_DASH_DASH] = ACTIONS(1622), - [anon_sym_PLUS_PLUS] = ACTIONS(1622), - [anon_sym_sizeof] = ACTIONS(1620), - [sym_number_literal] = ACTIONS(1622), - [anon_sym_L_SQUOTE] = ACTIONS(1622), - [anon_sym_u_SQUOTE] = ACTIONS(1622), - [anon_sym_U_SQUOTE] = ACTIONS(1622), - [anon_sym_u8_SQUOTE] = ACTIONS(1622), - [anon_sym_SQUOTE] = ACTIONS(1622), - [anon_sym_L_DQUOTE] = ACTIONS(1622), - [anon_sym_u_DQUOTE] = ACTIONS(1622), - [anon_sym_U_DQUOTE] = ACTIONS(1622), - [anon_sym_u8_DQUOTE] = ACTIONS(1622), - [anon_sym_DQUOTE] = ACTIONS(1622), - [sym_true] = ACTIONS(1620), - [sym_false] = ACTIONS(1620), - [sym_null] = ACTIONS(1620), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1620), - [anon_sym_virtual] = ACTIONS(1620), - [anon_sym_explicit] = ACTIONS(1620), - [sym_auto] = ACTIONS(1620), - [anon_sym_typename] = ACTIONS(1620), - [anon_sym_template] = ACTIONS(1620), - [anon_sym_operator] = ACTIONS(1620), - [anon_sym_delete] = ACTIONS(1620), - [anon_sym_throw] = ACTIONS(1620), - [anon_sym_namespace] = ACTIONS(1620), - [anon_sym_using] = ACTIONS(1620), - [anon_sym_static_assert] = ACTIONS(1620), - [anon_sym_co_return] = ACTIONS(1620), - [anon_sym_co_yield] = ACTIONS(1620), - [anon_sym_try] = ACTIONS(1620), - [anon_sym_co_await] = ACTIONS(1620), - [anon_sym_new] = ACTIONS(1620), - [sym_operator_name] = ACTIONS(1620), - [sym_this] = ACTIONS(1620), - [sym_nullptr] = ACTIONS(1620), - [sym_alone_macro] = ACTIONS(1622), - [aux_sym_alone_macro_call_token1] = ACTIONS(1620), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1620), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_FORWARD] = ACTIONS(1620), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1620), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1620), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1620), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1620), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_PS_GET] = ACTIONS(1620), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1620), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1620), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1620), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1620), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1620), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1620), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1620), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1620), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1620), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1620), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1620), - [anon_sym_MOZ_COLD] = ACTIONS(1620), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1620), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1620), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1620), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1620), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1620), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1620), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1620), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1620), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1620), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1620), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1620), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1620), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1620), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1620), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1620), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1620), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1620), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1620), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1620), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1620), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_NONNULL] = ACTIONS(1620), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1620), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1620), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1620), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1620), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1620), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_NORETURN] = ACTIONS(1620), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1620), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1620), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1620), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1620), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1620), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1620), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1620), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1620), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1620), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1620), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1620), - [anon_sym_MOZ_RAII] = ACTIONS(1620), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1620), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1620), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1620), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1620), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1620), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1620), - [sym_raw_string_literal] = ACTIONS(1622), + [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(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), }, [484] = { - [sym_identifier] = ACTIONS(1664), - [aux_sym_preproc_include_token1] = ACTIONS(1664), - [aux_sym_preproc_def_token1] = ACTIONS(1664), - [aux_sym_preproc_if_token1] = ACTIONS(1664), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1664), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1664), - [sym_preproc_directive] = ACTIONS(1664), - [anon_sym_LPAREN2] = ACTIONS(1666), - [anon_sym_BANG] = ACTIONS(1666), - [anon_sym_TILDE] = ACTIONS(1666), - [anon_sym_DASH] = ACTIONS(1664), - [anon_sym_PLUS] = ACTIONS(1664), - [anon_sym_STAR] = ACTIONS(1666), - [anon_sym_AMP_AMP] = ACTIONS(1666), - [anon_sym_AMP] = ACTIONS(1664), - [anon_sym_SEMI] = ACTIONS(1666), - [anon_sym_typedef] = ACTIONS(1664), - [anon_sym_extern] = ACTIONS(1664), - [anon_sym___attribute__] = ACTIONS(1664), - [anon_sym_COLON_COLON] = ACTIONS(1666), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1666), - [anon_sym___declspec] = ACTIONS(1664), - [anon_sym___based] = ACTIONS(1664), - [anon_sym___cdecl] = ACTIONS(1664), - [anon_sym___clrcall] = ACTIONS(1664), - [anon_sym___stdcall] = ACTIONS(1664), - [anon_sym___fastcall] = ACTIONS(1664), - [anon_sym___thiscall] = ACTIONS(1664), - [anon_sym___vectorcall] = ACTIONS(1664), - [anon_sym_LBRACE] = ACTIONS(1666), - [anon_sym_RBRACE] = ACTIONS(1666), - [anon_sym_LBRACK] = ACTIONS(1664), - [anon_sym_static] = ACTIONS(1664), - [anon_sym_register] = ACTIONS(1664), - [anon_sym_inline] = ACTIONS(1664), - [anon_sym_thread_local] = ACTIONS(1664), - [anon_sym_const] = ACTIONS(1664), - [anon_sym_volatile] = ACTIONS(1664), - [anon_sym_restrict] = ACTIONS(1664), - [anon_sym__Atomic] = ACTIONS(1664), - [anon_sym_mutable] = ACTIONS(1664), - [anon_sym_constexpr] = ACTIONS(1664), - [anon_sym_signed] = ACTIONS(1664), - [anon_sym_unsigned] = ACTIONS(1664), - [anon_sym_long] = ACTIONS(1664), - [anon_sym_short] = ACTIONS(1664), - [sym_primitive_type] = ACTIONS(1664), - [anon_sym_enum] = ACTIONS(1664), - [anon_sym_class] = ACTIONS(1664), - [anon_sym_struct] = ACTIONS(1664), - [anon_sym_union] = ACTIONS(1664), - [anon_sym_if] = ACTIONS(1664), - [anon_sym_else] = ACTIONS(1664), - [anon_sym_switch] = ACTIONS(1664), - [anon_sym_case] = ACTIONS(1664), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1664), - [anon_sym_do] = ACTIONS(1664), - [anon_sym_for] = ACTIONS(1664), - [anon_sym_return] = ACTIONS(1664), - [anon_sym_break] = ACTIONS(1664), - [anon_sym_continue] = ACTIONS(1664), - [anon_sym_goto] = ACTIONS(1664), - [anon_sym_DASH_DASH] = ACTIONS(1666), - [anon_sym_PLUS_PLUS] = ACTIONS(1666), - [anon_sym_sizeof] = ACTIONS(1664), - [sym_number_literal] = ACTIONS(1666), - [anon_sym_L_SQUOTE] = ACTIONS(1666), - [anon_sym_u_SQUOTE] = ACTIONS(1666), - [anon_sym_U_SQUOTE] = ACTIONS(1666), - [anon_sym_u8_SQUOTE] = ACTIONS(1666), - [anon_sym_SQUOTE] = ACTIONS(1666), - [anon_sym_L_DQUOTE] = ACTIONS(1666), - [anon_sym_u_DQUOTE] = ACTIONS(1666), - [anon_sym_U_DQUOTE] = ACTIONS(1666), - [anon_sym_u8_DQUOTE] = ACTIONS(1666), - [anon_sym_DQUOTE] = ACTIONS(1666), - [sym_true] = ACTIONS(1664), - [sym_false] = ACTIONS(1664), - [sym_null] = ACTIONS(1664), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1664), - [anon_sym_virtual] = ACTIONS(1664), - [anon_sym_explicit] = ACTIONS(1664), - [sym_auto] = ACTIONS(1664), - [anon_sym_typename] = ACTIONS(1664), - [anon_sym_template] = ACTIONS(1664), - [anon_sym_operator] = ACTIONS(1664), - [anon_sym_delete] = ACTIONS(1664), - [anon_sym_throw] = ACTIONS(1664), - [anon_sym_namespace] = ACTIONS(1664), - [anon_sym_using] = ACTIONS(1664), - [anon_sym_static_assert] = ACTIONS(1664), - [anon_sym_co_return] = ACTIONS(1664), - [anon_sym_co_yield] = ACTIONS(1664), - [anon_sym_try] = ACTIONS(1664), - [anon_sym_co_await] = ACTIONS(1664), - [anon_sym_new] = ACTIONS(1664), - [sym_operator_name] = ACTIONS(1664), - [sym_this] = ACTIONS(1664), - [sym_nullptr] = ACTIONS(1664), - [sym_alone_macro] = ACTIONS(1666), - [aux_sym_alone_macro_call_token1] = ACTIONS(1664), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1664), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_FORWARD] = ACTIONS(1664), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1664), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1664), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1664), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1664), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_PS_GET] = ACTIONS(1664), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1664), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1664), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1664), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1664), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1664), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1664), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1664), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1664), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1664), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1664), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1664), - [anon_sym_MOZ_COLD] = ACTIONS(1664), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1664), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1664), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1664), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1664), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1664), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1664), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1664), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1664), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1664), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1664), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1664), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1664), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1664), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1664), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1664), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1664), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1664), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1664), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1664), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1664), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_NONNULL] = ACTIONS(1664), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1664), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1664), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1664), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1664), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1664), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_NORETURN] = ACTIONS(1664), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1664), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1664), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1664), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1664), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1664), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1664), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1664), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1664), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1664), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1664), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1664), - [anon_sym_MOZ_RAII] = ACTIONS(1664), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1664), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1664), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1664), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1664), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1664), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1664), - [sym_raw_string_literal] = ACTIONS(1666), + [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(1678), - [sym_identifier] = ACTIONS(1676), - [aux_sym_preproc_include_token1] = ACTIONS(1676), - [aux_sym_preproc_def_token1] = ACTIONS(1676), - [aux_sym_preproc_if_token1] = ACTIONS(1676), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1676), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1676), - [sym_preproc_directive] = ACTIONS(1676), - [anon_sym_LPAREN2] = ACTIONS(1678), - [anon_sym_BANG] = ACTIONS(1678), - [anon_sym_TILDE] = ACTIONS(1678), - [anon_sym_DASH] = ACTIONS(1676), - [anon_sym_PLUS] = ACTIONS(1676), - [anon_sym_STAR] = ACTIONS(1678), - [anon_sym_AMP_AMP] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(1676), - [anon_sym_SEMI] = ACTIONS(1678), - [anon_sym_typedef] = ACTIONS(1676), - [anon_sym_extern] = ACTIONS(1676), - [anon_sym___attribute__] = ACTIONS(1676), - [anon_sym_COLON_COLON] = ACTIONS(1678), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1678), - [anon_sym___declspec] = ACTIONS(1676), - [anon_sym___based] = ACTIONS(1676), - [anon_sym___cdecl] = ACTIONS(1676), - [anon_sym___clrcall] = ACTIONS(1676), - [anon_sym___stdcall] = ACTIONS(1676), - [anon_sym___fastcall] = ACTIONS(1676), - [anon_sym___thiscall] = ACTIONS(1676), - [anon_sym___vectorcall] = ACTIONS(1676), - [anon_sym_LBRACE] = ACTIONS(1678), - [anon_sym_LBRACK] = ACTIONS(1676), - [anon_sym_static] = ACTIONS(1676), - [anon_sym_register] = ACTIONS(1676), - [anon_sym_inline] = ACTIONS(1676), - [anon_sym_thread_local] = ACTIONS(1676), - [anon_sym_const] = ACTIONS(1676), - [anon_sym_volatile] = ACTIONS(1676), - [anon_sym_restrict] = ACTIONS(1676), - [anon_sym__Atomic] = ACTIONS(1676), - [anon_sym_mutable] = ACTIONS(1676), - [anon_sym_constexpr] = ACTIONS(1676), - [anon_sym_signed] = ACTIONS(1676), - [anon_sym_unsigned] = ACTIONS(1676), - [anon_sym_long] = ACTIONS(1676), - [anon_sym_short] = ACTIONS(1676), - [sym_primitive_type] = ACTIONS(1676), - [anon_sym_enum] = ACTIONS(1676), - [anon_sym_class] = ACTIONS(1676), - [anon_sym_struct] = ACTIONS(1676), - [anon_sym_union] = ACTIONS(1676), - [anon_sym_if] = ACTIONS(1676), - [anon_sym_else] = ACTIONS(1676), - [anon_sym_switch] = ACTIONS(1676), - [anon_sym_case] = ACTIONS(1676), - [anon_sym_default] = ACTIONS(1676), - [anon_sym_while] = ACTIONS(1676), - [anon_sym_do] = ACTIONS(1676), - [anon_sym_for] = ACTIONS(1676), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_break] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1676), - [anon_sym_DASH_DASH] = ACTIONS(1678), - [anon_sym_PLUS_PLUS] = ACTIONS(1678), - [anon_sym_sizeof] = ACTIONS(1676), - [sym_number_literal] = ACTIONS(1678), - [anon_sym_L_SQUOTE] = ACTIONS(1678), - [anon_sym_u_SQUOTE] = ACTIONS(1678), - [anon_sym_U_SQUOTE] = ACTIONS(1678), - [anon_sym_u8_SQUOTE] = ACTIONS(1678), - [anon_sym_SQUOTE] = ACTIONS(1678), - [anon_sym_L_DQUOTE] = ACTIONS(1678), - [anon_sym_u_DQUOTE] = ACTIONS(1678), - [anon_sym_U_DQUOTE] = ACTIONS(1678), - [anon_sym_u8_DQUOTE] = ACTIONS(1678), - [anon_sym_DQUOTE] = ACTIONS(1678), - [sym_true] = ACTIONS(1676), - [sym_false] = ACTIONS(1676), - [sym_null] = ACTIONS(1676), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1676), - [anon_sym_virtual] = ACTIONS(1676), - [anon_sym_explicit] = ACTIONS(1676), - [sym_auto] = ACTIONS(1676), - [anon_sym_typename] = ACTIONS(1676), - [anon_sym_template] = ACTIONS(1676), - [anon_sym_operator] = ACTIONS(1676), - [anon_sym_delete] = ACTIONS(1676), - [anon_sym_throw] = ACTIONS(1676), - [anon_sym_namespace] = ACTIONS(1676), - [anon_sym_using] = ACTIONS(1676), - [anon_sym_static_assert] = ACTIONS(1676), - [anon_sym_co_return] = ACTIONS(1676), - [anon_sym_co_yield] = ACTIONS(1676), - [anon_sym_try] = ACTIONS(1676), - [anon_sym_co_await] = ACTIONS(1676), - [anon_sym_new] = ACTIONS(1676), - [sym_operator_name] = ACTIONS(1676), - [sym_this] = ACTIONS(1676), - [sym_nullptr] = ACTIONS(1676), - [sym_alone_macro] = ACTIONS(1678), - [aux_sym_alone_macro_call_token1] = ACTIONS(1676), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1676), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_FORWARD] = ACTIONS(1676), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1676), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1676), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1676), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1676), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_PS_GET] = ACTIONS(1676), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1676), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1676), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1676), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1676), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1676), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1676), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1676), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1676), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1676), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1676), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1676), - [anon_sym_MOZ_COLD] = ACTIONS(1676), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1676), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1676), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1676), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1676), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1676), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1676), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1676), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1676), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1676), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1676), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1676), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1676), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1676), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1676), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1676), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1676), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1676), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1676), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1676), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1676), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_NONNULL] = ACTIONS(1676), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1676), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1676), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1676), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1676), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1676), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_NORETURN] = ACTIONS(1676), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1676), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1676), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1676), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1676), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1676), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1676), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1676), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1676), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1676), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1676), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1676), - [anon_sym_MOZ_RAII] = ACTIONS(1676), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1676), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1676), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1676), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1676), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1676), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1676), - [sym_raw_string_literal] = ACTIONS(1678), + [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(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(1594), - [aux_sym_preproc_include_token1] = ACTIONS(1594), - [aux_sym_preproc_def_token1] = ACTIONS(1594), - [aux_sym_preproc_if_token1] = ACTIONS(1594), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1594), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1594), - [sym_preproc_directive] = ACTIONS(1594), - [anon_sym_LPAREN2] = ACTIONS(1596), - [anon_sym_BANG] = ACTIONS(1596), - [anon_sym_TILDE] = ACTIONS(1596), - [anon_sym_DASH] = ACTIONS(1594), - [anon_sym_PLUS] = ACTIONS(1594), - [anon_sym_STAR] = ACTIONS(1596), - [anon_sym_AMP_AMP] = ACTIONS(1596), - [anon_sym_AMP] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1596), - [anon_sym_typedef] = ACTIONS(1594), - [anon_sym_extern] = ACTIONS(1594), - [anon_sym___attribute__] = ACTIONS(1594), - [anon_sym_COLON_COLON] = ACTIONS(1596), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1596), - [anon_sym___declspec] = ACTIONS(1594), - [anon_sym___based] = ACTIONS(1594), - [anon_sym___cdecl] = ACTIONS(1594), - [anon_sym___clrcall] = ACTIONS(1594), - [anon_sym___stdcall] = ACTIONS(1594), - [anon_sym___fastcall] = ACTIONS(1594), - [anon_sym___thiscall] = ACTIONS(1594), - [anon_sym___vectorcall] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_RBRACE] = ACTIONS(1596), - [anon_sym_LBRACK] = ACTIONS(1594), - [anon_sym_static] = ACTIONS(1594), - [anon_sym_register] = ACTIONS(1594), - [anon_sym_inline] = ACTIONS(1594), - [anon_sym_thread_local] = ACTIONS(1594), - [anon_sym_const] = ACTIONS(1594), - [anon_sym_volatile] = ACTIONS(1594), - [anon_sym_restrict] = ACTIONS(1594), - [anon_sym__Atomic] = ACTIONS(1594), - [anon_sym_mutable] = ACTIONS(1594), - [anon_sym_constexpr] = ACTIONS(1594), - [anon_sym_signed] = ACTIONS(1594), - [anon_sym_unsigned] = ACTIONS(1594), - [anon_sym_long] = ACTIONS(1594), - [anon_sym_short] = ACTIONS(1594), - [sym_primitive_type] = ACTIONS(1594), - [anon_sym_enum] = ACTIONS(1594), - [anon_sym_class] = ACTIONS(1594), - [anon_sym_struct] = ACTIONS(1594), - [anon_sym_union] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1594), - [anon_sym_else] = ACTIONS(1594), - [anon_sym_switch] = ACTIONS(1594), - [anon_sym_case] = ACTIONS(1594), - [anon_sym_default] = ACTIONS(1594), - [anon_sym_while] = ACTIONS(1594), - [anon_sym_do] = ACTIONS(1594), - [anon_sym_for] = ACTIONS(1594), - [anon_sym_return] = ACTIONS(1594), - [anon_sym_break] = ACTIONS(1594), - [anon_sym_continue] = ACTIONS(1594), - [anon_sym_goto] = ACTIONS(1594), - [anon_sym_DASH_DASH] = ACTIONS(1596), - [anon_sym_PLUS_PLUS] = ACTIONS(1596), - [anon_sym_sizeof] = ACTIONS(1594), - [sym_number_literal] = ACTIONS(1596), - [anon_sym_L_SQUOTE] = ACTIONS(1596), - [anon_sym_u_SQUOTE] = ACTIONS(1596), - [anon_sym_U_SQUOTE] = ACTIONS(1596), - [anon_sym_u8_SQUOTE] = ACTIONS(1596), - [anon_sym_SQUOTE] = ACTIONS(1596), - [anon_sym_L_DQUOTE] = ACTIONS(1596), - [anon_sym_u_DQUOTE] = ACTIONS(1596), - [anon_sym_U_DQUOTE] = ACTIONS(1596), - [anon_sym_u8_DQUOTE] = ACTIONS(1596), - [anon_sym_DQUOTE] = ACTIONS(1596), - [sym_true] = ACTIONS(1594), - [sym_false] = ACTIONS(1594), - [sym_null] = ACTIONS(1594), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1594), - [anon_sym_virtual] = ACTIONS(1594), - [anon_sym_explicit] = ACTIONS(1594), - [sym_auto] = ACTIONS(1594), - [anon_sym_typename] = ACTIONS(1594), - [anon_sym_template] = ACTIONS(1594), - [anon_sym_operator] = ACTIONS(1594), - [anon_sym_delete] = ACTIONS(1594), - [anon_sym_throw] = ACTIONS(1594), - [anon_sym_namespace] = ACTIONS(1594), - [anon_sym_using] = ACTIONS(1594), - [anon_sym_static_assert] = ACTIONS(1594), - [anon_sym_co_return] = ACTIONS(1594), - [anon_sym_co_yield] = ACTIONS(1594), - [anon_sym_try] = ACTIONS(1594), - [anon_sym_co_await] = ACTIONS(1594), - [anon_sym_new] = ACTIONS(1594), - [sym_operator_name] = ACTIONS(1594), - [sym_this] = ACTIONS(1594), - [sym_nullptr] = ACTIONS(1594), - [sym_alone_macro] = ACTIONS(1596), - [aux_sym_alone_macro_call_token1] = ACTIONS(1594), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1594), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_FORWARD] = ACTIONS(1594), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1594), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1594), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1594), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1594), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_PS_GET] = ACTIONS(1594), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1594), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1594), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1594), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1594), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1594), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1594), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1594), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1594), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1594), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1594), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1594), - [anon_sym_MOZ_COLD] = ACTIONS(1594), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1594), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1594), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1594), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1594), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1594), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1594), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1594), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1594), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1594), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1594), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1594), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1594), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1594), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1594), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1594), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1594), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1594), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1594), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1594), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1594), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_NONNULL] = ACTIONS(1594), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1594), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1594), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1594), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1594), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1594), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_NORETURN] = ACTIONS(1594), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1594), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1594), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1594), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1594), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1594), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1594), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1594), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1594), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1594), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1594), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1594), - [anon_sym_MOZ_RAII] = ACTIONS(1594), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1594), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1594), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1594), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1594), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1594), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1594), - [sym_raw_string_literal] = ACTIONS(1596), + [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] = { - [sym_identifier] = ACTIONS(1656), - [aux_sym_preproc_include_token1] = ACTIONS(1656), - [aux_sym_preproc_def_token1] = ACTIONS(1656), - [aux_sym_preproc_if_token1] = ACTIONS(1656), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1656), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1656), - [sym_preproc_directive] = ACTIONS(1656), - [anon_sym_LPAREN2] = ACTIONS(1658), - [anon_sym_BANG] = ACTIONS(1658), - [anon_sym_TILDE] = ACTIONS(1658), - [anon_sym_DASH] = ACTIONS(1656), - [anon_sym_PLUS] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(1658), - [anon_sym_AMP_AMP] = ACTIONS(1658), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_SEMI] = ACTIONS(1658), - [anon_sym_typedef] = ACTIONS(1656), - [anon_sym_extern] = ACTIONS(1656), - [anon_sym___attribute__] = ACTIONS(1656), - [anon_sym_COLON_COLON] = ACTIONS(1658), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1658), - [anon_sym___declspec] = ACTIONS(1656), - [anon_sym___based] = ACTIONS(1656), - [anon_sym___cdecl] = ACTIONS(1656), - [anon_sym___clrcall] = ACTIONS(1656), - [anon_sym___stdcall] = ACTIONS(1656), - [anon_sym___fastcall] = ACTIONS(1656), - [anon_sym___thiscall] = ACTIONS(1656), - [anon_sym___vectorcall] = ACTIONS(1656), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1658), - [anon_sym_LBRACK] = ACTIONS(1656), - [anon_sym_static] = ACTIONS(1656), - [anon_sym_register] = ACTIONS(1656), - [anon_sym_inline] = ACTIONS(1656), - [anon_sym_thread_local] = ACTIONS(1656), - [anon_sym_const] = ACTIONS(1656), - [anon_sym_volatile] = ACTIONS(1656), - [anon_sym_restrict] = ACTIONS(1656), - [anon_sym__Atomic] = ACTIONS(1656), - [anon_sym_mutable] = ACTIONS(1656), - [anon_sym_constexpr] = ACTIONS(1656), - [anon_sym_signed] = ACTIONS(1656), - [anon_sym_unsigned] = ACTIONS(1656), - [anon_sym_long] = ACTIONS(1656), - [anon_sym_short] = ACTIONS(1656), - [sym_primitive_type] = ACTIONS(1656), - [anon_sym_enum] = ACTIONS(1656), - [anon_sym_class] = ACTIONS(1656), - [anon_sym_struct] = ACTIONS(1656), - [anon_sym_union] = ACTIONS(1656), - [anon_sym_if] = ACTIONS(1656), - [anon_sym_else] = ACTIONS(1656), - [anon_sym_switch] = ACTIONS(1656), - [anon_sym_case] = ACTIONS(1656), - [anon_sym_default] = ACTIONS(1656), - [anon_sym_while] = ACTIONS(1656), - [anon_sym_do] = ACTIONS(1656), - [anon_sym_for] = ACTIONS(1656), - [anon_sym_return] = ACTIONS(1656), - [anon_sym_break] = ACTIONS(1656), - [anon_sym_continue] = ACTIONS(1656), - [anon_sym_goto] = ACTIONS(1656), - [anon_sym_DASH_DASH] = ACTIONS(1658), - [anon_sym_PLUS_PLUS] = ACTIONS(1658), - [anon_sym_sizeof] = ACTIONS(1656), - [sym_number_literal] = ACTIONS(1658), - [anon_sym_L_SQUOTE] = ACTIONS(1658), - [anon_sym_u_SQUOTE] = ACTIONS(1658), - [anon_sym_U_SQUOTE] = ACTIONS(1658), - [anon_sym_u8_SQUOTE] = ACTIONS(1658), - [anon_sym_SQUOTE] = ACTIONS(1658), - [anon_sym_L_DQUOTE] = ACTIONS(1658), - [anon_sym_u_DQUOTE] = ACTIONS(1658), - [anon_sym_U_DQUOTE] = ACTIONS(1658), - [anon_sym_u8_DQUOTE] = ACTIONS(1658), - [anon_sym_DQUOTE] = ACTIONS(1658), - [sym_true] = ACTIONS(1656), - [sym_false] = ACTIONS(1656), - [sym_null] = ACTIONS(1656), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1656), - [anon_sym_virtual] = ACTIONS(1656), - [anon_sym_explicit] = ACTIONS(1656), - [sym_auto] = ACTIONS(1656), - [anon_sym_typename] = ACTIONS(1656), - [anon_sym_template] = ACTIONS(1656), - [anon_sym_operator] = ACTIONS(1656), - [anon_sym_delete] = ACTIONS(1656), - [anon_sym_throw] = ACTIONS(1656), - [anon_sym_namespace] = ACTIONS(1656), - [anon_sym_using] = ACTIONS(1656), - [anon_sym_static_assert] = ACTIONS(1656), - [anon_sym_co_return] = ACTIONS(1656), - [anon_sym_co_yield] = ACTIONS(1656), - [anon_sym_try] = ACTIONS(1656), - [anon_sym_co_await] = ACTIONS(1656), - [anon_sym_new] = ACTIONS(1656), - [sym_operator_name] = ACTIONS(1656), - [sym_this] = ACTIONS(1656), - [sym_nullptr] = ACTIONS(1656), - [sym_alone_macro] = ACTIONS(1658), - [aux_sym_alone_macro_call_token1] = ACTIONS(1656), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1656), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_FORWARD] = ACTIONS(1656), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1656), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1656), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1656), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1656), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_PS_GET] = ACTIONS(1656), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1656), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1656), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1656), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1656), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1656), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1656), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1656), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1656), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1656), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1656), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1656), - [anon_sym_MOZ_COLD] = ACTIONS(1656), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1656), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1656), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1656), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1656), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1656), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1656), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1656), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1656), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1656), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1656), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1656), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1656), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1656), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1656), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1656), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1656), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1656), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1656), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1656), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1656), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_NONNULL] = ACTIONS(1656), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1656), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1656), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1656), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1656), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1656), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_NORETURN] = ACTIONS(1656), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1656), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1656), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1656), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1656), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1656), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1656), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1656), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1656), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1656), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1656), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1656), - [anon_sym_MOZ_RAII] = ACTIONS(1656), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1656), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1656), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1656), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1656), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1656), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1656), - [sym_raw_string_literal] = ACTIONS(1658), + [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(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), }, [488] = { - [ts_builtin_sym_end] = ACTIONS(1800), - [sym_identifier] = ACTIONS(1798), - [aux_sym_preproc_include_token1] = ACTIONS(1798), - [aux_sym_preproc_def_token1] = ACTIONS(1798), - [aux_sym_preproc_if_token1] = ACTIONS(1798), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1798), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1798), - [sym_preproc_directive] = ACTIONS(1798), - [anon_sym_LPAREN2] = ACTIONS(1800), - [anon_sym_BANG] = ACTIONS(1800), - [anon_sym_TILDE] = ACTIONS(1800), - [anon_sym_DASH] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1798), - [anon_sym_STAR] = ACTIONS(1800), - [anon_sym_AMP_AMP] = ACTIONS(1800), - [anon_sym_AMP] = ACTIONS(1798), - [anon_sym_SEMI] = ACTIONS(1800), - [anon_sym_typedef] = ACTIONS(1798), - [anon_sym_extern] = ACTIONS(1798), - [anon_sym___attribute__] = ACTIONS(1798), - [anon_sym_COLON_COLON] = ACTIONS(1800), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1800), - [anon_sym___declspec] = ACTIONS(1798), - [anon_sym___based] = ACTIONS(1798), - [anon_sym___cdecl] = ACTIONS(1798), - [anon_sym___clrcall] = ACTIONS(1798), - [anon_sym___stdcall] = ACTIONS(1798), - [anon_sym___fastcall] = ACTIONS(1798), - [anon_sym___thiscall] = ACTIONS(1798), - [anon_sym___vectorcall] = ACTIONS(1798), - [anon_sym_LBRACE] = ACTIONS(1800), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_static] = ACTIONS(1798), - [anon_sym_register] = ACTIONS(1798), - [anon_sym_inline] = ACTIONS(1798), - [anon_sym_thread_local] = ACTIONS(1798), - [anon_sym_const] = ACTIONS(1798), - [anon_sym_volatile] = ACTIONS(1798), - [anon_sym_restrict] = ACTIONS(1798), - [anon_sym__Atomic] = ACTIONS(1798), - [anon_sym_mutable] = ACTIONS(1798), - [anon_sym_constexpr] = ACTIONS(1798), - [anon_sym_signed] = ACTIONS(1798), - [anon_sym_unsigned] = ACTIONS(1798), - [anon_sym_long] = ACTIONS(1798), - [anon_sym_short] = ACTIONS(1798), - [sym_primitive_type] = ACTIONS(1798), - [anon_sym_enum] = ACTIONS(1798), - [anon_sym_class] = ACTIONS(1798), - [anon_sym_struct] = ACTIONS(1798), - [anon_sym_union] = ACTIONS(1798), - [anon_sym_if] = ACTIONS(1798), - [anon_sym_switch] = ACTIONS(1798), - [anon_sym_case] = ACTIONS(1798), - [anon_sym_default] = ACTIONS(1798), - [anon_sym_while] = ACTIONS(1798), - [anon_sym_do] = ACTIONS(1798), - [anon_sym_for] = ACTIONS(1798), - [anon_sym_return] = ACTIONS(1798), - [anon_sym_break] = ACTIONS(1798), - [anon_sym_continue] = ACTIONS(1798), - [anon_sym_goto] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1800), - [anon_sym_PLUS_PLUS] = ACTIONS(1800), - [anon_sym_sizeof] = ACTIONS(1798), - [sym_number_literal] = ACTIONS(1800), - [anon_sym_L_SQUOTE] = ACTIONS(1800), - [anon_sym_u_SQUOTE] = ACTIONS(1800), - [anon_sym_U_SQUOTE] = ACTIONS(1800), - [anon_sym_u8_SQUOTE] = ACTIONS(1800), - [anon_sym_SQUOTE] = ACTIONS(1800), - [anon_sym_L_DQUOTE] = ACTIONS(1800), - [anon_sym_u_DQUOTE] = ACTIONS(1800), - [anon_sym_U_DQUOTE] = ACTIONS(1800), - [anon_sym_u8_DQUOTE] = ACTIONS(1800), - [anon_sym_DQUOTE] = ACTIONS(1800), - [sym_true] = ACTIONS(1798), - [sym_false] = ACTIONS(1798), - [sym_null] = ACTIONS(1798), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1798), - [anon_sym_virtual] = ACTIONS(1798), - [anon_sym_explicit] = ACTIONS(1798), - [sym_auto] = ACTIONS(1798), - [anon_sym_typename] = ACTIONS(1798), - [anon_sym_template] = ACTIONS(1798), - [anon_sym_operator] = ACTIONS(1798), - [anon_sym_delete] = ACTIONS(1798), - [anon_sym_throw] = ACTIONS(1798), - [anon_sym_namespace] = ACTIONS(1798), - [anon_sym_using] = ACTIONS(1798), - [anon_sym_static_assert] = ACTIONS(1798), - [anon_sym_co_return] = ACTIONS(1798), - [anon_sym_co_yield] = ACTIONS(1798), - [anon_sym_try] = ACTIONS(1798), - [anon_sym_co_await] = ACTIONS(1798), - [anon_sym_new] = ACTIONS(1798), - [sym_operator_name] = ACTIONS(1798), - [sym_this] = ACTIONS(1798), - [sym_nullptr] = ACTIONS(1798), - [sym_alone_macro] = ACTIONS(1800), - [aux_sym_alone_macro_call_token1] = ACTIONS(1798), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1798), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1798), - [anon_sym_FORWARD] = ACTIONS(1798), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1798), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1798), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1798), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1798), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1798), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1798), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1798), - [anon_sym_PS_GET] = ACTIONS(1798), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1798), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1798), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1798), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1798), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1798), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1798), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1798), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1798), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1798), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1798), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1798), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1798), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1798), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1798), - [anon_sym_MOZ_COLD] = ACTIONS(1798), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1798), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1798), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1798), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1798), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1798), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1798), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1798), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1798), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1798), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1798), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1798), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1798), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1798), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1798), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1798), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1798), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1798), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1798), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1798), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1798), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_NONNULL] = ACTIONS(1798), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1798), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1798), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1798), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1798), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1798), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_NORETURN] = ACTIONS(1798), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1798), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1798), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1798), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1798), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1798), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1798), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1798), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1798), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1798), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1798), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1798), - [anon_sym_MOZ_RAII] = ACTIONS(1798), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1798), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1798), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1798), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1798), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1798), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1798), - [sym_raw_string_literal] = ACTIONS(1800), + [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(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), }, [489] = { - [sym_identifier] = ACTIONS(1814), - [aux_sym_preproc_include_token1] = ACTIONS(1814), - [aux_sym_preproc_def_token1] = ACTIONS(1814), - [aux_sym_preproc_if_token1] = ACTIONS(1814), - [aux_sym_preproc_if_token2] = ACTIONS(1814), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1814), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1814), - [sym_preproc_directive] = ACTIONS(1814), - [anon_sym_LPAREN2] = ACTIONS(1816), - [anon_sym_BANG] = ACTIONS(1816), - [anon_sym_TILDE] = ACTIONS(1816), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_STAR] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_AMP] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_typedef] = ACTIONS(1814), - [anon_sym_extern] = ACTIONS(1814), - [anon_sym___attribute__] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1816), - [anon_sym___declspec] = ACTIONS(1814), - [anon_sym___based] = ACTIONS(1814), - [anon_sym___cdecl] = ACTIONS(1814), - [anon_sym___clrcall] = ACTIONS(1814), - [anon_sym___stdcall] = ACTIONS(1814), - [anon_sym___fastcall] = ACTIONS(1814), - [anon_sym___thiscall] = ACTIONS(1814), - [anon_sym___vectorcall] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_LBRACK] = ACTIONS(1814), - [anon_sym_static] = ACTIONS(1814), - [anon_sym_register] = ACTIONS(1814), - [anon_sym_inline] = ACTIONS(1814), - [anon_sym_thread_local] = ACTIONS(1814), - [anon_sym_const] = ACTIONS(1814), - [anon_sym_volatile] = ACTIONS(1814), - [anon_sym_restrict] = ACTIONS(1814), - [anon_sym__Atomic] = ACTIONS(1814), - [anon_sym_mutable] = ACTIONS(1814), - [anon_sym_constexpr] = ACTIONS(1814), - [anon_sym_signed] = ACTIONS(1814), - [anon_sym_unsigned] = ACTIONS(1814), - [anon_sym_long] = ACTIONS(1814), - [anon_sym_short] = ACTIONS(1814), - [sym_primitive_type] = ACTIONS(1814), - [anon_sym_enum] = ACTIONS(1814), - [anon_sym_class] = ACTIONS(1814), - [anon_sym_struct] = ACTIONS(1814), - [anon_sym_union] = ACTIONS(1814), - [anon_sym_if] = ACTIONS(1814), - [anon_sym_switch] = ACTIONS(1814), - [anon_sym_case] = ACTIONS(1814), - [anon_sym_default] = ACTIONS(1814), - [anon_sym_while] = ACTIONS(1814), - [anon_sym_do] = ACTIONS(1814), - [anon_sym_for] = ACTIONS(1814), - [anon_sym_return] = ACTIONS(1814), - [anon_sym_break] = ACTIONS(1814), - [anon_sym_continue] = ACTIONS(1814), - [anon_sym_goto] = ACTIONS(1814), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_sizeof] = ACTIONS(1814), - [sym_number_literal] = ACTIONS(1816), - [anon_sym_L_SQUOTE] = ACTIONS(1816), - [anon_sym_u_SQUOTE] = ACTIONS(1816), - [anon_sym_U_SQUOTE] = ACTIONS(1816), - [anon_sym_u8_SQUOTE] = ACTIONS(1816), - [anon_sym_SQUOTE] = ACTIONS(1816), - [anon_sym_L_DQUOTE] = ACTIONS(1816), - [anon_sym_u_DQUOTE] = ACTIONS(1816), - [anon_sym_U_DQUOTE] = ACTIONS(1816), - [anon_sym_u8_DQUOTE] = ACTIONS(1816), - [anon_sym_DQUOTE] = ACTIONS(1816), - [sym_true] = ACTIONS(1814), - [sym_false] = ACTIONS(1814), - [sym_null] = ACTIONS(1814), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1814), - [anon_sym_virtual] = ACTIONS(1814), - [anon_sym_explicit] = ACTIONS(1814), - [sym_auto] = ACTIONS(1814), - [anon_sym_typename] = ACTIONS(1814), - [anon_sym_template] = ACTIONS(1814), - [anon_sym_operator] = ACTIONS(1814), - [anon_sym_delete] = ACTIONS(1814), - [anon_sym_throw] = ACTIONS(1814), - [anon_sym_namespace] = ACTIONS(1814), - [anon_sym_using] = ACTIONS(1814), - [anon_sym_static_assert] = ACTIONS(1814), - [anon_sym_co_return] = ACTIONS(1814), - [anon_sym_co_yield] = ACTIONS(1814), - [anon_sym_try] = ACTIONS(1814), - [anon_sym_co_await] = ACTIONS(1814), - [anon_sym_new] = ACTIONS(1814), - [sym_operator_name] = ACTIONS(1814), - [sym_this] = ACTIONS(1814), - [sym_nullptr] = ACTIONS(1814), - [sym_alone_macro] = ACTIONS(1816), - [aux_sym_alone_macro_call_token1] = ACTIONS(1814), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1814), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1814), - [anon_sym_FORWARD] = ACTIONS(1814), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1814), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1814), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1814), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1814), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1814), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1814), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1814), - [anon_sym_PS_GET] = ACTIONS(1814), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1814), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1814), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1814), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1814), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1814), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1814), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1814), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1814), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1814), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1814), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1814), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1814), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1814), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1814), - [anon_sym_MOZ_COLD] = ACTIONS(1814), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1814), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1814), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1814), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1814), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1814), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1814), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1814), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1814), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1814), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1814), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1814), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1814), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1814), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1814), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1814), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1814), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1814), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1814), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1814), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1814), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_NONNULL] = ACTIONS(1814), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1814), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1814), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1814), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1814), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1814), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_NORETURN] = ACTIONS(1814), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1814), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1814), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1814), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1814), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1814), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1814), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1814), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1814), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1814), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1814), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1814), - [anon_sym_MOZ_RAII] = ACTIONS(1814), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1814), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1814), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1814), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1814), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1814), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1814), - [sym_raw_string_literal] = ACTIONS(1816), + [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(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), }, [490] = { - [ts_builtin_sym_end] = ACTIONS(1764), - [sym_identifier] = ACTIONS(1762), - [aux_sym_preproc_include_token1] = ACTIONS(1762), - [aux_sym_preproc_def_token1] = ACTIONS(1762), - [aux_sym_preproc_if_token1] = ACTIONS(1762), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1762), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1762), - [sym_preproc_directive] = ACTIONS(1762), - [anon_sym_LPAREN2] = ACTIONS(1764), - [anon_sym_BANG] = ACTIONS(1764), - [anon_sym_TILDE] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1762), - [anon_sym_PLUS] = ACTIONS(1762), - [anon_sym_STAR] = ACTIONS(1764), - [anon_sym_AMP_AMP] = ACTIONS(1764), - [anon_sym_AMP] = ACTIONS(1762), - [anon_sym_SEMI] = ACTIONS(1764), - [anon_sym_typedef] = ACTIONS(1762), - [anon_sym_extern] = ACTIONS(1762), - [anon_sym___attribute__] = ACTIONS(1762), - [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(1762), - [anon_sym___based] = ACTIONS(1762), - [anon_sym___cdecl] = ACTIONS(1762), - [anon_sym___clrcall] = ACTIONS(1762), - [anon_sym___stdcall] = ACTIONS(1762), - [anon_sym___fastcall] = ACTIONS(1762), - [anon_sym___thiscall] = ACTIONS(1762), - [anon_sym___vectorcall] = ACTIONS(1762), - [anon_sym_LBRACE] = ACTIONS(1764), - [anon_sym_LBRACK] = ACTIONS(1762), - [anon_sym_static] = ACTIONS(1762), - [anon_sym_register] = ACTIONS(1762), - [anon_sym_inline] = ACTIONS(1762), - [anon_sym_thread_local] = ACTIONS(1762), - [anon_sym_const] = ACTIONS(1762), - [anon_sym_volatile] = ACTIONS(1762), - [anon_sym_restrict] = ACTIONS(1762), - [anon_sym__Atomic] = ACTIONS(1762), - [anon_sym_mutable] = ACTIONS(1762), - [anon_sym_constexpr] = ACTIONS(1762), - [anon_sym_signed] = ACTIONS(1762), - [anon_sym_unsigned] = ACTIONS(1762), - [anon_sym_long] = ACTIONS(1762), - [anon_sym_short] = ACTIONS(1762), - [sym_primitive_type] = ACTIONS(1762), - [anon_sym_enum] = ACTIONS(1762), - [anon_sym_class] = ACTIONS(1762), - [anon_sym_struct] = ACTIONS(1762), - [anon_sym_union] = ACTIONS(1762), - [anon_sym_if] = ACTIONS(1762), - [anon_sym_switch] = ACTIONS(1762), - [anon_sym_case] = ACTIONS(1762), - [anon_sym_default] = ACTIONS(1762), - [anon_sym_while] = ACTIONS(1762), - [anon_sym_do] = ACTIONS(1762), - [anon_sym_for] = ACTIONS(1762), - [anon_sym_return] = ACTIONS(1762), - [anon_sym_break] = ACTIONS(1762), - [anon_sym_continue] = ACTIONS(1762), - [anon_sym_goto] = ACTIONS(1762), - [anon_sym_DASH_DASH] = ACTIONS(1764), - [anon_sym_PLUS_PLUS] = ACTIONS(1764), - [anon_sym_sizeof] = ACTIONS(1762), - [sym_number_literal] = ACTIONS(1764), - [anon_sym_L_SQUOTE] = ACTIONS(1764), - [anon_sym_u_SQUOTE] = ACTIONS(1764), - [anon_sym_U_SQUOTE] = ACTIONS(1764), - [anon_sym_u8_SQUOTE] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1764), - [anon_sym_L_DQUOTE] = ACTIONS(1764), - [anon_sym_u_DQUOTE] = ACTIONS(1764), - [anon_sym_U_DQUOTE] = ACTIONS(1764), - [anon_sym_u8_DQUOTE] = ACTIONS(1764), - [anon_sym_DQUOTE] = ACTIONS(1764), - [sym_true] = ACTIONS(1762), - [sym_false] = ACTIONS(1762), - [sym_null] = ACTIONS(1762), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1762), - [anon_sym_virtual] = ACTIONS(1762), - [anon_sym_explicit] = ACTIONS(1762), - [sym_auto] = ACTIONS(1762), - [anon_sym_typename] = ACTIONS(1762), - [anon_sym_template] = ACTIONS(1762), - [anon_sym_operator] = ACTIONS(1762), - [anon_sym_delete] = ACTIONS(1762), - [anon_sym_throw] = ACTIONS(1762), - [anon_sym_namespace] = ACTIONS(1762), - [anon_sym_using] = ACTIONS(1762), - [anon_sym_static_assert] = ACTIONS(1762), - [anon_sym_co_return] = ACTIONS(1762), - [anon_sym_co_yield] = ACTIONS(1762), - [anon_sym_try] = ACTIONS(1762), - [anon_sym_co_await] = ACTIONS(1762), - [anon_sym_new] = ACTIONS(1762), - [sym_operator_name] = ACTIONS(1762), - [sym_this] = ACTIONS(1762), - [sym_nullptr] = ACTIONS(1762), - [sym_alone_macro] = ACTIONS(1764), - [aux_sym_alone_macro_call_token1] = ACTIONS(1762), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1762), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1762), - [anon_sym_FORWARD] = ACTIONS(1762), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1762), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1762), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1762), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1762), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1762), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1762), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1762), - [anon_sym_PS_GET] = ACTIONS(1762), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1762), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1762), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1762), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1762), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1762), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1762), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1762), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1762), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1762), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1762), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1762), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1762), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1762), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1762), - [anon_sym_MOZ_COLD] = ACTIONS(1762), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1762), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1762), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1762), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1762), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1762), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1762), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1762), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1762), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1762), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1762), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1762), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1762), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1762), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1762), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1762), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1762), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1762), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1762), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1762), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1762), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1762), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1762), - [anon_sym_MOZ_NONNULL] = ACTIONS(1762), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1762), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1762), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1762), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1762), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1762), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1762), - [anon_sym_MOZ_NORETURN] = ACTIONS(1762), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1762), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1762), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1762), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1762), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1762), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1762), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1762), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1762), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1762), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1762), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1762), - [anon_sym_MOZ_RAII] = ACTIONS(1762), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1762), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1762), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1762), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1762), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1762), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1762), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1762), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1762), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1762), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1762), - [sym_raw_string_literal] = ACTIONS(1764), + [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(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), }, [491] = { - [ts_builtin_sym_end] = ACTIONS(1708), - [sym_identifier] = ACTIONS(1706), - [aux_sym_preproc_include_token1] = ACTIONS(1706), - [aux_sym_preproc_def_token1] = ACTIONS(1706), - [aux_sym_preproc_if_token1] = ACTIONS(1706), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1706), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1706), - [sym_preproc_directive] = ACTIONS(1706), - [anon_sym_LPAREN2] = ACTIONS(1708), - [anon_sym_BANG] = ACTIONS(1708), - [anon_sym_TILDE] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1706), - [anon_sym_STAR] = ACTIONS(1708), - [anon_sym_AMP_AMP] = ACTIONS(1708), - [anon_sym_AMP] = ACTIONS(1706), - [anon_sym_SEMI] = ACTIONS(1708), - [anon_sym_typedef] = ACTIONS(1706), - [anon_sym_extern] = ACTIONS(1706), - [anon_sym___attribute__] = ACTIONS(1706), - [anon_sym_COLON_COLON] = ACTIONS(1708), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1708), - [anon_sym___declspec] = ACTIONS(1706), - [anon_sym___based] = ACTIONS(1706), - [anon_sym___cdecl] = ACTIONS(1706), - [anon_sym___clrcall] = ACTIONS(1706), - [anon_sym___stdcall] = ACTIONS(1706), - [anon_sym___fastcall] = ACTIONS(1706), - [anon_sym___thiscall] = ACTIONS(1706), - [anon_sym___vectorcall] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_static] = ACTIONS(1706), - [anon_sym_register] = ACTIONS(1706), - [anon_sym_inline] = ACTIONS(1706), - [anon_sym_thread_local] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1706), - [anon_sym_volatile] = ACTIONS(1706), - [anon_sym_restrict] = ACTIONS(1706), - [anon_sym__Atomic] = ACTIONS(1706), - [anon_sym_mutable] = ACTIONS(1706), - [anon_sym_constexpr] = ACTIONS(1706), - [anon_sym_signed] = ACTIONS(1706), - [anon_sym_unsigned] = ACTIONS(1706), - [anon_sym_long] = ACTIONS(1706), - [anon_sym_short] = ACTIONS(1706), - [sym_primitive_type] = ACTIONS(1706), - [anon_sym_enum] = ACTIONS(1706), - [anon_sym_class] = ACTIONS(1706), - [anon_sym_struct] = ACTIONS(1706), - [anon_sym_union] = ACTIONS(1706), - [anon_sym_if] = ACTIONS(1706), - [anon_sym_switch] = ACTIONS(1706), - [anon_sym_case] = ACTIONS(1706), - [anon_sym_default] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1706), - [anon_sym_do] = ACTIONS(1706), - [anon_sym_for] = ACTIONS(1706), - [anon_sym_return] = ACTIONS(1706), - [anon_sym_break] = ACTIONS(1706), - [anon_sym_continue] = ACTIONS(1706), - [anon_sym_goto] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1708), - [anon_sym_PLUS_PLUS] = ACTIONS(1708), - [anon_sym_sizeof] = ACTIONS(1706), - [sym_number_literal] = ACTIONS(1708), - [anon_sym_L_SQUOTE] = ACTIONS(1708), - [anon_sym_u_SQUOTE] = ACTIONS(1708), - [anon_sym_U_SQUOTE] = ACTIONS(1708), - [anon_sym_u8_SQUOTE] = ACTIONS(1708), - [anon_sym_SQUOTE] = ACTIONS(1708), - [anon_sym_L_DQUOTE] = ACTIONS(1708), - [anon_sym_u_DQUOTE] = ACTIONS(1708), - [anon_sym_U_DQUOTE] = ACTIONS(1708), - [anon_sym_u8_DQUOTE] = ACTIONS(1708), - [anon_sym_DQUOTE] = ACTIONS(1708), - [sym_true] = ACTIONS(1706), - [sym_false] = ACTIONS(1706), - [sym_null] = ACTIONS(1706), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1706), - [anon_sym_virtual] = ACTIONS(1706), - [anon_sym_explicit] = ACTIONS(1706), - [sym_auto] = ACTIONS(1706), - [anon_sym_typename] = ACTIONS(1706), - [anon_sym_template] = ACTIONS(1706), - [anon_sym_operator] = ACTIONS(1706), - [anon_sym_delete] = ACTIONS(1706), - [anon_sym_throw] = ACTIONS(1706), - [anon_sym_namespace] = ACTIONS(1706), - [anon_sym_using] = ACTIONS(1706), - [anon_sym_static_assert] = ACTIONS(1706), - [anon_sym_co_return] = ACTIONS(1706), - [anon_sym_co_yield] = ACTIONS(1706), - [anon_sym_try] = ACTIONS(1706), - [anon_sym_co_await] = ACTIONS(1706), - [anon_sym_new] = ACTIONS(1706), - [sym_operator_name] = ACTIONS(1706), - [sym_this] = ACTIONS(1706), - [sym_nullptr] = ACTIONS(1706), - [sym_alone_macro] = ACTIONS(1708), - [aux_sym_alone_macro_call_token1] = ACTIONS(1706), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1706), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1706), - [anon_sym_FORWARD] = ACTIONS(1706), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1706), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1706), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1706), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1706), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1706), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1706), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1706), - [anon_sym_PS_GET] = ACTIONS(1706), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1706), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1706), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1706), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1706), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1706), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1706), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1706), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1706), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1706), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1706), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1706), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1706), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1706), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1706), - [anon_sym_MOZ_COLD] = ACTIONS(1706), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1706), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1706), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1706), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1706), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1706), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1706), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1706), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1706), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1706), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1706), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1706), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1706), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1706), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1706), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1706), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1706), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1706), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1706), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1706), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1706), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1706), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1706), - [anon_sym_MOZ_NONNULL] = ACTIONS(1706), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1706), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1706), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1706), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1706), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1706), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1706), - [anon_sym_MOZ_NORETURN] = ACTIONS(1706), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1706), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1706), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1706), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1706), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1706), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1706), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1706), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1706), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1706), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1706), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1706), - [anon_sym_MOZ_RAII] = ACTIONS(1706), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1706), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1706), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1706), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1706), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1706), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1706), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1706), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1706), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1706), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1706), - [sym_raw_string_literal] = ACTIONS(1708), + [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(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), }, [492] = { - [ts_builtin_sym_end] = ACTIONS(1768), - [sym_identifier] = ACTIONS(1766), - [aux_sym_preproc_include_token1] = ACTIONS(1766), - [aux_sym_preproc_def_token1] = ACTIONS(1766), - [aux_sym_preproc_if_token1] = ACTIONS(1766), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1766), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1766), - [sym_preproc_directive] = ACTIONS(1766), - [anon_sym_LPAREN2] = ACTIONS(1768), - [anon_sym_BANG] = ACTIONS(1768), - [anon_sym_TILDE] = ACTIONS(1768), - [anon_sym_DASH] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1766), - [anon_sym_STAR] = ACTIONS(1768), - [anon_sym_AMP_AMP] = ACTIONS(1768), - [anon_sym_AMP] = ACTIONS(1766), - [anon_sym_SEMI] = ACTIONS(1768), - [anon_sym_typedef] = ACTIONS(1766), - [anon_sym_extern] = ACTIONS(1766), - [anon_sym___attribute__] = ACTIONS(1766), - [anon_sym_COLON_COLON] = ACTIONS(1768), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1768), - [anon_sym___declspec] = ACTIONS(1766), - [anon_sym___based] = ACTIONS(1766), - [anon_sym___cdecl] = ACTIONS(1766), - [anon_sym___clrcall] = ACTIONS(1766), - [anon_sym___stdcall] = ACTIONS(1766), - [anon_sym___fastcall] = ACTIONS(1766), - [anon_sym___thiscall] = ACTIONS(1766), - [anon_sym___vectorcall] = ACTIONS(1766), - [anon_sym_LBRACE] = ACTIONS(1768), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_static] = ACTIONS(1766), - [anon_sym_register] = ACTIONS(1766), - [anon_sym_inline] = ACTIONS(1766), - [anon_sym_thread_local] = ACTIONS(1766), - [anon_sym_const] = ACTIONS(1766), - [anon_sym_volatile] = ACTIONS(1766), - [anon_sym_restrict] = ACTIONS(1766), - [anon_sym__Atomic] = ACTIONS(1766), - [anon_sym_mutable] = ACTIONS(1766), - [anon_sym_constexpr] = ACTIONS(1766), - [anon_sym_signed] = ACTIONS(1766), - [anon_sym_unsigned] = ACTIONS(1766), - [anon_sym_long] = ACTIONS(1766), - [anon_sym_short] = ACTIONS(1766), - [sym_primitive_type] = ACTIONS(1766), - [anon_sym_enum] = ACTIONS(1766), - [anon_sym_class] = ACTIONS(1766), - [anon_sym_struct] = ACTIONS(1766), - [anon_sym_union] = ACTIONS(1766), - [anon_sym_if] = ACTIONS(1766), - [anon_sym_switch] = ACTIONS(1766), - [anon_sym_case] = ACTIONS(1766), - [anon_sym_default] = ACTIONS(1766), - [anon_sym_while] = ACTIONS(1766), - [anon_sym_do] = ACTIONS(1766), - [anon_sym_for] = ACTIONS(1766), - [anon_sym_return] = ACTIONS(1766), - [anon_sym_break] = ACTIONS(1766), - [anon_sym_continue] = ACTIONS(1766), - [anon_sym_goto] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1768), - [anon_sym_PLUS_PLUS] = ACTIONS(1768), - [anon_sym_sizeof] = ACTIONS(1766), - [sym_number_literal] = ACTIONS(1768), - [anon_sym_L_SQUOTE] = ACTIONS(1768), - [anon_sym_u_SQUOTE] = ACTIONS(1768), - [anon_sym_U_SQUOTE] = ACTIONS(1768), - [anon_sym_u8_SQUOTE] = ACTIONS(1768), - [anon_sym_SQUOTE] = ACTIONS(1768), - [anon_sym_L_DQUOTE] = ACTIONS(1768), - [anon_sym_u_DQUOTE] = ACTIONS(1768), - [anon_sym_U_DQUOTE] = ACTIONS(1768), - [anon_sym_u8_DQUOTE] = ACTIONS(1768), - [anon_sym_DQUOTE] = ACTIONS(1768), - [sym_true] = ACTIONS(1766), - [sym_false] = ACTIONS(1766), - [sym_null] = ACTIONS(1766), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1766), - [anon_sym_virtual] = ACTIONS(1766), - [anon_sym_explicit] = ACTIONS(1766), - [sym_auto] = ACTIONS(1766), - [anon_sym_typename] = ACTIONS(1766), - [anon_sym_template] = ACTIONS(1766), - [anon_sym_operator] = ACTIONS(1766), - [anon_sym_delete] = ACTIONS(1766), - [anon_sym_throw] = ACTIONS(1766), - [anon_sym_namespace] = ACTIONS(1766), - [anon_sym_using] = ACTIONS(1766), - [anon_sym_static_assert] = ACTIONS(1766), - [anon_sym_co_return] = ACTIONS(1766), - [anon_sym_co_yield] = ACTIONS(1766), - [anon_sym_try] = ACTIONS(1766), - [anon_sym_co_await] = ACTIONS(1766), - [anon_sym_new] = ACTIONS(1766), - [sym_operator_name] = ACTIONS(1766), - [sym_this] = ACTIONS(1766), - [sym_nullptr] = ACTIONS(1766), - [sym_alone_macro] = ACTIONS(1768), - [aux_sym_alone_macro_call_token1] = ACTIONS(1766), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1766), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1766), - [anon_sym_FORWARD] = ACTIONS(1766), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1766), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1766), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1766), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1766), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1766), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1766), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1766), - [anon_sym_PS_GET] = ACTIONS(1766), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1766), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1766), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1766), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1766), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1766), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1766), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1766), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1766), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1766), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1766), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1766), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1766), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1766), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1766), - [anon_sym_MOZ_COLD] = ACTIONS(1766), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1766), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1766), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1766), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1766), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1766), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1766), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1766), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1766), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1766), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1766), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1766), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1766), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1766), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1766), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1766), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1766), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1766), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1766), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1766), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1766), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_NONNULL] = ACTIONS(1766), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1766), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1766), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1766), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1766), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1766), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_NORETURN] = ACTIONS(1766), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1766), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1766), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1766), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1766), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1766), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1766), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1766), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1766), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1766), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1766), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1766), - [anon_sym_MOZ_RAII] = ACTIONS(1766), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1766), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1766), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1766), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1766), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1766), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1766), - [sym_raw_string_literal] = ACTIONS(1768), + [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(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), }, [493] = { - [sym_identifier] = ACTIONS(1906), - [aux_sym_preproc_include_token1] = ACTIONS(1906), - [aux_sym_preproc_def_token1] = ACTIONS(1906), - [aux_sym_preproc_if_token1] = ACTIONS(1906), - [aux_sym_preproc_if_token2] = ACTIONS(1906), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1906), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1906), - [sym_preproc_directive] = ACTIONS(1906), - [anon_sym_LPAREN2] = ACTIONS(1908), - [anon_sym_BANG] = ACTIONS(1908), - [anon_sym_TILDE] = ACTIONS(1908), - [anon_sym_DASH] = ACTIONS(1906), - [anon_sym_PLUS] = ACTIONS(1906), - [anon_sym_STAR] = ACTIONS(1908), - [anon_sym_AMP_AMP] = ACTIONS(1908), - [anon_sym_AMP] = ACTIONS(1906), - [anon_sym_SEMI] = ACTIONS(1908), - [anon_sym_typedef] = ACTIONS(1906), - [anon_sym_extern] = ACTIONS(1906), - [anon_sym___attribute__] = ACTIONS(1906), - [anon_sym_COLON_COLON] = ACTIONS(1908), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1908), - [anon_sym___declspec] = ACTIONS(1906), - [anon_sym___based] = ACTIONS(1906), - [anon_sym___cdecl] = ACTIONS(1906), - [anon_sym___clrcall] = ACTIONS(1906), - [anon_sym___stdcall] = ACTIONS(1906), - [anon_sym___fastcall] = ACTIONS(1906), - [anon_sym___thiscall] = ACTIONS(1906), - [anon_sym___vectorcall] = ACTIONS(1906), - [anon_sym_LBRACE] = ACTIONS(1908), - [anon_sym_LBRACK] = ACTIONS(1906), - [anon_sym_static] = ACTIONS(1906), - [anon_sym_register] = ACTIONS(1906), - [anon_sym_inline] = ACTIONS(1906), - [anon_sym_thread_local] = ACTIONS(1906), - [anon_sym_const] = ACTIONS(1906), - [anon_sym_volatile] = ACTIONS(1906), - [anon_sym_restrict] = ACTIONS(1906), - [anon_sym__Atomic] = ACTIONS(1906), - [anon_sym_mutable] = ACTIONS(1906), - [anon_sym_constexpr] = ACTIONS(1906), - [anon_sym_signed] = ACTIONS(1906), - [anon_sym_unsigned] = ACTIONS(1906), - [anon_sym_long] = ACTIONS(1906), - [anon_sym_short] = ACTIONS(1906), - [sym_primitive_type] = ACTIONS(1906), - [anon_sym_enum] = ACTIONS(1906), - [anon_sym_class] = ACTIONS(1906), - [anon_sym_struct] = ACTIONS(1906), - [anon_sym_union] = ACTIONS(1906), - [anon_sym_if] = ACTIONS(1906), - [anon_sym_switch] = ACTIONS(1906), - [anon_sym_case] = ACTIONS(1906), - [anon_sym_default] = ACTIONS(1906), - [anon_sym_while] = ACTIONS(1906), - [anon_sym_do] = ACTIONS(1906), - [anon_sym_for] = ACTIONS(1906), - [anon_sym_return] = ACTIONS(1906), - [anon_sym_break] = ACTIONS(1906), - [anon_sym_continue] = ACTIONS(1906), - [anon_sym_goto] = ACTIONS(1906), - [anon_sym_DASH_DASH] = ACTIONS(1908), - [anon_sym_PLUS_PLUS] = ACTIONS(1908), - [anon_sym_sizeof] = ACTIONS(1906), - [sym_number_literal] = ACTIONS(1908), - [anon_sym_L_SQUOTE] = ACTIONS(1908), - [anon_sym_u_SQUOTE] = ACTIONS(1908), - [anon_sym_U_SQUOTE] = ACTIONS(1908), - [anon_sym_u8_SQUOTE] = ACTIONS(1908), - [anon_sym_SQUOTE] = ACTIONS(1908), - [anon_sym_L_DQUOTE] = ACTIONS(1908), - [anon_sym_u_DQUOTE] = ACTIONS(1908), - [anon_sym_U_DQUOTE] = ACTIONS(1908), - [anon_sym_u8_DQUOTE] = ACTIONS(1908), - [anon_sym_DQUOTE] = ACTIONS(1908), - [sym_true] = ACTIONS(1906), - [sym_false] = ACTIONS(1906), - [sym_null] = ACTIONS(1906), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1906), - [anon_sym_virtual] = ACTIONS(1906), - [anon_sym_explicit] = ACTIONS(1906), - [sym_auto] = ACTIONS(1906), - [anon_sym_typename] = ACTIONS(1906), - [anon_sym_template] = ACTIONS(1906), - [anon_sym_operator] = ACTIONS(1906), - [anon_sym_delete] = ACTIONS(1906), - [anon_sym_throw] = ACTIONS(1906), - [anon_sym_namespace] = ACTIONS(1906), - [anon_sym_using] = ACTIONS(1906), - [anon_sym_static_assert] = ACTIONS(1906), - [anon_sym_co_return] = ACTIONS(1906), - [anon_sym_co_yield] = ACTIONS(1906), - [anon_sym_try] = ACTIONS(1906), - [anon_sym_co_await] = ACTIONS(1906), - [anon_sym_new] = ACTIONS(1906), - [sym_operator_name] = ACTIONS(1906), - [sym_this] = ACTIONS(1906), - [sym_nullptr] = ACTIONS(1906), - [sym_alone_macro] = ACTIONS(1908), - [aux_sym_alone_macro_call_token1] = ACTIONS(1906), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1906), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1906), - [anon_sym_FORWARD] = ACTIONS(1906), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1906), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1906), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1906), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1906), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1906), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1906), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1906), - [anon_sym_PS_GET] = ACTIONS(1906), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1906), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1906), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1906), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1906), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1906), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1906), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1906), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1906), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1906), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1906), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1906), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1906), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1906), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1906), - [anon_sym_MOZ_COLD] = ACTIONS(1906), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1906), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1906), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1906), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1906), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1906), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1906), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1906), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1906), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1906), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1906), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1906), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1906), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1906), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1906), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1906), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1906), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1906), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1906), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1906), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1906), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1906), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1906), - [anon_sym_MOZ_NONNULL] = ACTIONS(1906), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1906), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1906), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1906), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1906), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1906), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1906), - [anon_sym_MOZ_NORETURN] = ACTIONS(1906), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1906), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1906), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1906), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1906), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1906), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1906), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1906), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1906), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1906), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1906), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1906), - [anon_sym_MOZ_RAII] = ACTIONS(1906), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1906), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1906), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1906), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1906), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1906), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1906), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1906), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1906), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1906), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1906), - [sym_raw_string_literal] = ACTIONS(1908), + [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(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), }, [494] = { - [sym_identifier] = ACTIONS(1734), - [aux_sym_preproc_include_token1] = ACTIONS(1734), - [aux_sym_preproc_def_token1] = ACTIONS(1734), - [aux_sym_preproc_if_token1] = ACTIONS(1734), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1734), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1734), - [sym_preproc_directive] = ACTIONS(1734), - [anon_sym_LPAREN2] = ACTIONS(1736), - [anon_sym_BANG] = ACTIONS(1736), - [anon_sym_TILDE] = ACTIONS(1736), - [anon_sym_DASH] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1734), - [anon_sym_STAR] = ACTIONS(1736), - [anon_sym_AMP_AMP] = ACTIONS(1736), - [anon_sym_AMP] = ACTIONS(1734), - [anon_sym_SEMI] = ACTIONS(1736), - [anon_sym_typedef] = ACTIONS(1734), - [anon_sym_extern] = ACTIONS(1734), - [anon_sym___attribute__] = ACTIONS(1734), - [anon_sym_COLON_COLON] = ACTIONS(1736), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1736), - [anon_sym___declspec] = ACTIONS(1734), - [anon_sym___based] = ACTIONS(1734), - [anon_sym___cdecl] = ACTIONS(1734), - [anon_sym___clrcall] = ACTIONS(1734), - [anon_sym___stdcall] = ACTIONS(1734), - [anon_sym___fastcall] = ACTIONS(1734), - [anon_sym___thiscall] = ACTIONS(1734), - [anon_sym___vectorcall] = ACTIONS(1734), - [anon_sym_LBRACE] = ACTIONS(1736), - [anon_sym_RBRACE] = ACTIONS(1736), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_static] = ACTIONS(1734), - [anon_sym_register] = ACTIONS(1734), - [anon_sym_inline] = ACTIONS(1734), - [anon_sym_thread_local] = ACTIONS(1734), - [anon_sym_const] = ACTIONS(1734), - [anon_sym_volatile] = ACTIONS(1734), - [anon_sym_restrict] = ACTIONS(1734), - [anon_sym__Atomic] = ACTIONS(1734), - [anon_sym_mutable] = ACTIONS(1734), - [anon_sym_constexpr] = ACTIONS(1734), - [anon_sym_signed] = ACTIONS(1734), - [anon_sym_unsigned] = ACTIONS(1734), - [anon_sym_long] = ACTIONS(1734), - [anon_sym_short] = ACTIONS(1734), - [sym_primitive_type] = ACTIONS(1734), - [anon_sym_enum] = ACTIONS(1734), - [anon_sym_class] = ACTIONS(1734), - [anon_sym_struct] = ACTIONS(1734), - [anon_sym_union] = ACTIONS(1734), - [anon_sym_if] = ACTIONS(1734), - [anon_sym_switch] = ACTIONS(1734), - [anon_sym_case] = ACTIONS(1734), - [anon_sym_default] = ACTIONS(1734), - [anon_sym_while] = ACTIONS(1734), - [anon_sym_do] = ACTIONS(1734), - [anon_sym_for] = ACTIONS(1734), - [anon_sym_return] = ACTIONS(1734), - [anon_sym_break] = ACTIONS(1734), - [anon_sym_continue] = ACTIONS(1734), - [anon_sym_goto] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1736), - [anon_sym_PLUS_PLUS] = ACTIONS(1736), - [anon_sym_sizeof] = ACTIONS(1734), - [sym_number_literal] = ACTIONS(1736), - [anon_sym_L_SQUOTE] = ACTIONS(1736), - [anon_sym_u_SQUOTE] = ACTIONS(1736), - [anon_sym_U_SQUOTE] = ACTIONS(1736), - [anon_sym_u8_SQUOTE] = ACTIONS(1736), - [anon_sym_SQUOTE] = ACTIONS(1736), - [anon_sym_L_DQUOTE] = ACTIONS(1736), - [anon_sym_u_DQUOTE] = ACTIONS(1736), - [anon_sym_U_DQUOTE] = ACTIONS(1736), - [anon_sym_u8_DQUOTE] = ACTIONS(1736), - [anon_sym_DQUOTE] = ACTIONS(1736), - [sym_true] = ACTIONS(1734), - [sym_false] = ACTIONS(1734), - [sym_null] = ACTIONS(1734), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1734), - [anon_sym_virtual] = ACTIONS(1734), - [anon_sym_explicit] = ACTIONS(1734), - [sym_auto] = ACTIONS(1734), - [anon_sym_typename] = ACTIONS(1734), - [anon_sym_template] = ACTIONS(1734), - [anon_sym_operator] = ACTIONS(1734), - [anon_sym_delete] = ACTIONS(1734), - [anon_sym_throw] = ACTIONS(1734), - [anon_sym_namespace] = ACTIONS(1734), - [anon_sym_using] = ACTIONS(1734), - [anon_sym_static_assert] = ACTIONS(1734), - [anon_sym_co_return] = ACTIONS(1734), - [anon_sym_co_yield] = ACTIONS(1734), - [anon_sym_try] = ACTIONS(1734), - [anon_sym_co_await] = ACTIONS(1734), - [anon_sym_new] = ACTIONS(1734), - [sym_operator_name] = ACTIONS(1734), - [sym_this] = ACTIONS(1734), - [sym_nullptr] = ACTIONS(1734), - [sym_alone_macro] = ACTIONS(1736), - [aux_sym_alone_macro_call_token1] = ACTIONS(1734), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1734), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1734), - [anon_sym_FORWARD] = ACTIONS(1734), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1734), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1734), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1734), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1734), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1734), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1734), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1734), - [anon_sym_PS_GET] = ACTIONS(1734), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1734), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1734), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1734), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1734), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1734), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1734), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1734), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1734), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1734), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1734), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1734), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1734), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1734), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1734), - [anon_sym_MOZ_COLD] = ACTIONS(1734), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1734), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1734), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1734), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1734), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1734), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1734), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1734), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1734), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1734), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1734), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1734), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1734), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1734), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1734), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1734), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1734), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1734), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1734), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1734), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1734), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_NONNULL] = ACTIONS(1734), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1734), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1734), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1734), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1734), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1734), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_NORETURN] = ACTIONS(1734), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1734), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1734), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1734), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1734), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1734), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1734), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1734), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1734), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1734), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1734), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1734), - [anon_sym_MOZ_RAII] = ACTIONS(1734), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1734), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1734), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1734), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1734), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1734), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1734), - [sym_raw_string_literal] = ACTIONS(1736), + [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(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), }, [495] = { - [sym_identifier] = ACTIONS(1730), - [aux_sym_preproc_include_token1] = ACTIONS(1730), - [aux_sym_preproc_def_token1] = ACTIONS(1730), - [aux_sym_preproc_if_token1] = ACTIONS(1730), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1730), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1730), - [sym_preproc_directive] = ACTIONS(1730), - [anon_sym_LPAREN2] = ACTIONS(1732), - [anon_sym_BANG] = ACTIONS(1732), - [anon_sym_TILDE] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1730), - [anon_sym_PLUS] = ACTIONS(1730), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_AMP_AMP] = ACTIONS(1732), - [anon_sym_AMP] = ACTIONS(1730), - [anon_sym_SEMI] = ACTIONS(1732), - [anon_sym_typedef] = ACTIONS(1730), - [anon_sym_extern] = ACTIONS(1730), - [anon_sym___attribute__] = ACTIONS(1730), - [anon_sym_COLON_COLON] = ACTIONS(1732), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1732), - [anon_sym___declspec] = ACTIONS(1730), - [anon_sym___based] = ACTIONS(1730), - [anon_sym___cdecl] = ACTIONS(1730), - [anon_sym___clrcall] = ACTIONS(1730), - [anon_sym___stdcall] = ACTIONS(1730), - [anon_sym___fastcall] = ACTIONS(1730), - [anon_sym___thiscall] = ACTIONS(1730), - [anon_sym___vectorcall] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1732), - [anon_sym_RBRACE] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_static] = ACTIONS(1730), - [anon_sym_register] = ACTIONS(1730), - [anon_sym_inline] = ACTIONS(1730), - [anon_sym_thread_local] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1730), - [anon_sym_volatile] = ACTIONS(1730), - [anon_sym_restrict] = ACTIONS(1730), - [anon_sym__Atomic] = ACTIONS(1730), - [anon_sym_mutable] = ACTIONS(1730), - [anon_sym_constexpr] = ACTIONS(1730), - [anon_sym_signed] = ACTIONS(1730), - [anon_sym_unsigned] = ACTIONS(1730), - [anon_sym_long] = ACTIONS(1730), - [anon_sym_short] = ACTIONS(1730), - [sym_primitive_type] = ACTIONS(1730), - [anon_sym_enum] = ACTIONS(1730), - [anon_sym_class] = ACTIONS(1730), - [anon_sym_struct] = ACTIONS(1730), - [anon_sym_union] = ACTIONS(1730), - [anon_sym_if] = ACTIONS(1730), - [anon_sym_switch] = ACTIONS(1730), - [anon_sym_case] = ACTIONS(1730), - [anon_sym_default] = ACTIONS(1730), - [anon_sym_while] = ACTIONS(1730), - [anon_sym_do] = ACTIONS(1730), - [anon_sym_for] = ACTIONS(1730), - [anon_sym_return] = ACTIONS(1730), - [anon_sym_break] = ACTIONS(1730), - [anon_sym_continue] = ACTIONS(1730), - [anon_sym_goto] = ACTIONS(1730), - [anon_sym_DASH_DASH] = ACTIONS(1732), - [anon_sym_PLUS_PLUS] = ACTIONS(1732), - [anon_sym_sizeof] = ACTIONS(1730), - [sym_number_literal] = ACTIONS(1732), - [anon_sym_L_SQUOTE] = ACTIONS(1732), - [anon_sym_u_SQUOTE] = ACTIONS(1732), - [anon_sym_U_SQUOTE] = ACTIONS(1732), - [anon_sym_u8_SQUOTE] = ACTIONS(1732), - [anon_sym_SQUOTE] = ACTIONS(1732), - [anon_sym_L_DQUOTE] = ACTIONS(1732), - [anon_sym_u_DQUOTE] = ACTIONS(1732), - [anon_sym_U_DQUOTE] = ACTIONS(1732), - [anon_sym_u8_DQUOTE] = ACTIONS(1732), - [anon_sym_DQUOTE] = ACTIONS(1732), - [sym_true] = ACTIONS(1730), - [sym_false] = ACTIONS(1730), - [sym_null] = ACTIONS(1730), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1730), - [anon_sym_virtual] = ACTIONS(1730), - [anon_sym_explicit] = ACTIONS(1730), - [sym_auto] = ACTIONS(1730), - [anon_sym_typename] = ACTIONS(1730), - [anon_sym_template] = ACTIONS(1730), - [anon_sym_operator] = ACTIONS(1730), - [anon_sym_delete] = ACTIONS(1730), - [anon_sym_throw] = ACTIONS(1730), - [anon_sym_namespace] = ACTIONS(1730), - [anon_sym_using] = ACTIONS(1730), - [anon_sym_static_assert] = ACTIONS(1730), - [anon_sym_co_return] = ACTIONS(1730), - [anon_sym_co_yield] = ACTIONS(1730), - [anon_sym_try] = ACTIONS(1730), - [anon_sym_co_await] = ACTIONS(1730), - [anon_sym_new] = ACTIONS(1730), - [sym_operator_name] = ACTIONS(1730), - [sym_this] = ACTIONS(1730), - [sym_nullptr] = ACTIONS(1730), - [sym_alone_macro] = ACTIONS(1732), - [aux_sym_alone_macro_call_token1] = ACTIONS(1730), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1730), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1730), - [anon_sym_FORWARD] = ACTIONS(1730), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1730), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1730), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1730), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1730), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1730), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1730), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1730), - [anon_sym_PS_GET] = ACTIONS(1730), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1730), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1730), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1730), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1730), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1730), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1730), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1730), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1730), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1730), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1730), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1730), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1730), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1730), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1730), - [anon_sym_MOZ_COLD] = ACTIONS(1730), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1730), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1730), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1730), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1730), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1730), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1730), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1730), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1730), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1730), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1730), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1730), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1730), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1730), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1730), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1730), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1730), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1730), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1730), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1730), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1730), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_NONNULL] = ACTIONS(1730), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1730), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1730), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1730), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1730), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1730), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_NORETURN] = ACTIONS(1730), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1730), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1730), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1730), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1730), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1730), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1730), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1730), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1730), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1730), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1730), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1730), - [anon_sym_MOZ_RAII] = ACTIONS(1730), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1730), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1730), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1730), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1730), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1730), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1730), - [sym_raw_string_literal] = ACTIONS(1732), + [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(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), }, [496] = { - [ts_builtin_sym_end] = ACTIONS(1772), - [sym_identifier] = ACTIONS(1770), - [aux_sym_preproc_include_token1] = ACTIONS(1770), - [aux_sym_preproc_def_token1] = ACTIONS(1770), - [aux_sym_preproc_if_token1] = ACTIONS(1770), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1770), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1770), - [sym_preproc_directive] = ACTIONS(1770), - [anon_sym_LPAREN2] = ACTIONS(1772), - [anon_sym_BANG] = ACTIONS(1772), - [anon_sym_TILDE] = ACTIONS(1772), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_STAR] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_AMP] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_typedef] = ACTIONS(1770), - [anon_sym_extern] = ACTIONS(1770), - [anon_sym___attribute__] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1772), - [anon_sym___declspec] = ACTIONS(1770), - [anon_sym___based] = ACTIONS(1770), - [anon_sym___cdecl] = ACTIONS(1770), - [anon_sym___clrcall] = ACTIONS(1770), - [anon_sym___stdcall] = ACTIONS(1770), - [anon_sym___fastcall] = ACTIONS(1770), - [anon_sym___thiscall] = ACTIONS(1770), - [anon_sym___vectorcall] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_LBRACK] = ACTIONS(1770), - [anon_sym_static] = ACTIONS(1770), - [anon_sym_register] = ACTIONS(1770), - [anon_sym_inline] = ACTIONS(1770), - [anon_sym_thread_local] = ACTIONS(1770), - [anon_sym_const] = ACTIONS(1770), - [anon_sym_volatile] = ACTIONS(1770), - [anon_sym_restrict] = ACTIONS(1770), - [anon_sym__Atomic] = ACTIONS(1770), - [anon_sym_mutable] = ACTIONS(1770), - [anon_sym_constexpr] = ACTIONS(1770), - [anon_sym_signed] = ACTIONS(1770), - [anon_sym_unsigned] = ACTIONS(1770), - [anon_sym_long] = ACTIONS(1770), - [anon_sym_short] = ACTIONS(1770), - [sym_primitive_type] = ACTIONS(1770), - [anon_sym_enum] = ACTIONS(1770), - [anon_sym_class] = ACTIONS(1770), - [anon_sym_struct] = ACTIONS(1770), - [anon_sym_union] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_switch] = ACTIONS(1770), - [anon_sym_case] = ACTIONS(1770), - [anon_sym_default] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_do] = ACTIONS(1770), - [anon_sym_for] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_goto] = ACTIONS(1770), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_sizeof] = ACTIONS(1770), - [sym_number_literal] = ACTIONS(1772), - [anon_sym_L_SQUOTE] = ACTIONS(1772), - [anon_sym_u_SQUOTE] = ACTIONS(1772), - [anon_sym_U_SQUOTE] = ACTIONS(1772), - [anon_sym_u8_SQUOTE] = ACTIONS(1772), - [anon_sym_SQUOTE] = ACTIONS(1772), - [anon_sym_L_DQUOTE] = ACTIONS(1772), - [anon_sym_u_DQUOTE] = ACTIONS(1772), - [anon_sym_U_DQUOTE] = ACTIONS(1772), - [anon_sym_u8_DQUOTE] = ACTIONS(1772), - [anon_sym_DQUOTE] = ACTIONS(1772), - [sym_true] = ACTIONS(1770), - [sym_false] = ACTIONS(1770), - [sym_null] = ACTIONS(1770), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1770), - [anon_sym_virtual] = ACTIONS(1770), - [anon_sym_explicit] = ACTIONS(1770), - [sym_auto] = ACTIONS(1770), - [anon_sym_typename] = ACTIONS(1770), - [anon_sym_template] = ACTIONS(1770), - [anon_sym_operator] = ACTIONS(1770), - [anon_sym_delete] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_namespace] = ACTIONS(1770), - [anon_sym_using] = ACTIONS(1770), - [anon_sym_static_assert] = ACTIONS(1770), - [anon_sym_co_return] = ACTIONS(1770), - [anon_sym_co_yield] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_co_await] = ACTIONS(1770), - [anon_sym_new] = ACTIONS(1770), - [sym_operator_name] = ACTIONS(1770), - [sym_this] = ACTIONS(1770), - [sym_nullptr] = ACTIONS(1770), - [sym_alone_macro] = ACTIONS(1772), - [aux_sym_alone_macro_call_token1] = ACTIONS(1770), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1770), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1770), - [anon_sym_FORWARD] = ACTIONS(1770), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1770), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1770), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1770), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1770), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1770), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1770), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1770), - [anon_sym_PS_GET] = ACTIONS(1770), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1770), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1770), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1770), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1770), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1770), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1770), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1770), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1770), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1770), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1770), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1770), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1770), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1770), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1770), - [anon_sym_MOZ_COLD] = ACTIONS(1770), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1770), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1770), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1770), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1770), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1770), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1770), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1770), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1770), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1770), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1770), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1770), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1770), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1770), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1770), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1770), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1770), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1770), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1770), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1770), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1770), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1770), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1770), - [anon_sym_MOZ_NONNULL] = ACTIONS(1770), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1770), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1770), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1770), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1770), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1770), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1770), - [anon_sym_MOZ_NORETURN] = ACTIONS(1770), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1770), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1770), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1770), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1770), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1770), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1770), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1770), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1770), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1770), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1770), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1770), - [anon_sym_MOZ_RAII] = ACTIONS(1770), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1770), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1770), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1770), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1770), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1770), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1770), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1770), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1770), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1770), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1770), - [sym_raw_string_literal] = ACTIONS(1772), + [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(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), }, [497] = { - [sym_identifier] = ACTIONS(1714), - [aux_sym_preproc_include_token1] = ACTIONS(1714), - [aux_sym_preproc_def_token1] = ACTIONS(1714), - [aux_sym_preproc_if_token1] = ACTIONS(1714), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1714), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1714), - [sym_preproc_directive] = ACTIONS(1714), - [anon_sym_LPAREN2] = ACTIONS(1716), - [anon_sym_BANG] = ACTIONS(1716), - [anon_sym_TILDE] = ACTIONS(1716), - [anon_sym_DASH] = ACTIONS(1714), - [anon_sym_PLUS] = ACTIONS(1714), - [anon_sym_STAR] = ACTIONS(1716), - [anon_sym_AMP_AMP] = ACTIONS(1716), - [anon_sym_AMP] = ACTIONS(1714), - [anon_sym_SEMI] = ACTIONS(1716), - [anon_sym_typedef] = ACTIONS(1714), - [anon_sym_extern] = ACTIONS(1714), - [anon_sym___attribute__] = ACTIONS(1714), - [anon_sym_COLON_COLON] = ACTIONS(1716), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1716), - [anon_sym___declspec] = ACTIONS(1714), - [anon_sym___based] = ACTIONS(1714), - [anon_sym___cdecl] = ACTIONS(1714), - [anon_sym___clrcall] = ACTIONS(1714), - [anon_sym___stdcall] = ACTIONS(1714), - [anon_sym___fastcall] = ACTIONS(1714), - [anon_sym___thiscall] = ACTIONS(1714), - [anon_sym___vectorcall] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1716), - [anon_sym_RBRACE] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_static] = ACTIONS(1714), - [anon_sym_register] = ACTIONS(1714), - [anon_sym_inline] = ACTIONS(1714), - [anon_sym_thread_local] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1714), - [anon_sym_volatile] = ACTIONS(1714), - [anon_sym_restrict] = ACTIONS(1714), - [anon_sym__Atomic] = ACTIONS(1714), - [anon_sym_mutable] = ACTIONS(1714), - [anon_sym_constexpr] = ACTIONS(1714), - [anon_sym_signed] = ACTIONS(1714), - [anon_sym_unsigned] = ACTIONS(1714), - [anon_sym_long] = ACTIONS(1714), - [anon_sym_short] = ACTIONS(1714), - [sym_primitive_type] = ACTIONS(1714), - [anon_sym_enum] = ACTIONS(1714), - [anon_sym_class] = ACTIONS(1714), - [anon_sym_struct] = ACTIONS(1714), - [anon_sym_union] = ACTIONS(1714), - [anon_sym_if] = ACTIONS(1714), - [anon_sym_switch] = ACTIONS(1714), - [anon_sym_case] = ACTIONS(1714), - [anon_sym_default] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1714), - [anon_sym_do] = ACTIONS(1714), - [anon_sym_for] = ACTIONS(1714), - [anon_sym_return] = ACTIONS(1714), - [anon_sym_break] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(1714), - [anon_sym_goto] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1716), - [anon_sym_PLUS_PLUS] = ACTIONS(1716), - [anon_sym_sizeof] = ACTIONS(1714), - [sym_number_literal] = ACTIONS(1716), - [anon_sym_L_SQUOTE] = ACTIONS(1716), - [anon_sym_u_SQUOTE] = ACTIONS(1716), - [anon_sym_U_SQUOTE] = ACTIONS(1716), - [anon_sym_u8_SQUOTE] = ACTIONS(1716), - [anon_sym_SQUOTE] = ACTIONS(1716), - [anon_sym_L_DQUOTE] = ACTIONS(1716), - [anon_sym_u_DQUOTE] = ACTIONS(1716), - [anon_sym_U_DQUOTE] = ACTIONS(1716), - [anon_sym_u8_DQUOTE] = ACTIONS(1716), - [anon_sym_DQUOTE] = ACTIONS(1716), - [sym_true] = ACTIONS(1714), - [sym_false] = ACTIONS(1714), - [sym_null] = ACTIONS(1714), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1714), - [anon_sym_virtual] = ACTIONS(1714), - [anon_sym_explicit] = ACTIONS(1714), - [sym_auto] = ACTIONS(1714), - [anon_sym_typename] = ACTIONS(1714), - [anon_sym_template] = ACTIONS(1714), - [anon_sym_operator] = ACTIONS(1714), - [anon_sym_delete] = ACTIONS(1714), - [anon_sym_throw] = ACTIONS(1714), - [anon_sym_namespace] = ACTIONS(1714), - [anon_sym_using] = ACTIONS(1714), - [anon_sym_static_assert] = ACTIONS(1714), - [anon_sym_co_return] = ACTIONS(1714), - [anon_sym_co_yield] = ACTIONS(1714), - [anon_sym_try] = ACTIONS(1714), - [anon_sym_co_await] = ACTIONS(1714), - [anon_sym_new] = ACTIONS(1714), - [sym_operator_name] = ACTIONS(1714), - [sym_this] = ACTIONS(1714), - [sym_nullptr] = ACTIONS(1714), - [sym_alone_macro] = ACTIONS(1716), - [aux_sym_alone_macro_call_token1] = ACTIONS(1714), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1714), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1714), - [anon_sym_FORWARD] = ACTIONS(1714), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1714), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1714), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1714), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1714), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1714), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1714), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1714), - [anon_sym_PS_GET] = ACTIONS(1714), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1714), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1714), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1714), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1714), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1714), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1714), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1714), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1714), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1714), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1714), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1714), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1714), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1714), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1714), - [anon_sym_MOZ_COLD] = ACTIONS(1714), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1714), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1714), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1714), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1714), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1714), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1714), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1714), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1714), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1714), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1714), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1714), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1714), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1714), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1714), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1714), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1714), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1714), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1714), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1714), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1714), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_NONNULL] = ACTIONS(1714), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1714), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1714), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1714), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1714), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1714), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_NORETURN] = ACTIONS(1714), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1714), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1714), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1714), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1714), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1714), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1714), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1714), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1714), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1714), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1714), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1714), - [anon_sym_MOZ_RAII] = ACTIONS(1714), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1714), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1714), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1714), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1714), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1714), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1714), - [sym_raw_string_literal] = ACTIONS(1716), + [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), }, [498] = { - [ts_builtin_sym_end] = ACTIONS(1860), - [sym_identifier] = ACTIONS(1858), - [aux_sym_preproc_include_token1] = ACTIONS(1858), - [aux_sym_preproc_def_token1] = ACTIONS(1858), - [aux_sym_preproc_if_token1] = ACTIONS(1858), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1858), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1858), - [sym_preproc_directive] = ACTIONS(1858), - [anon_sym_LPAREN2] = ACTIONS(1860), - [anon_sym_BANG] = ACTIONS(1860), - [anon_sym_TILDE] = ACTIONS(1860), - [anon_sym_DASH] = ACTIONS(1858), - [anon_sym_PLUS] = ACTIONS(1858), - [anon_sym_STAR] = ACTIONS(1860), - [anon_sym_AMP_AMP] = ACTIONS(1860), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym_SEMI] = ACTIONS(1860), - [anon_sym_typedef] = ACTIONS(1858), - [anon_sym_extern] = ACTIONS(1858), - [anon_sym___attribute__] = ACTIONS(1858), - [anon_sym_COLON_COLON] = ACTIONS(1860), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1860), - [anon_sym___declspec] = ACTIONS(1858), - [anon_sym___based] = ACTIONS(1858), - [anon_sym___cdecl] = ACTIONS(1858), - [anon_sym___clrcall] = ACTIONS(1858), - [anon_sym___stdcall] = ACTIONS(1858), - [anon_sym___fastcall] = ACTIONS(1858), - [anon_sym___thiscall] = ACTIONS(1858), - [anon_sym___vectorcall] = ACTIONS(1858), - [anon_sym_LBRACE] = ACTIONS(1860), - [anon_sym_LBRACK] = ACTIONS(1858), - [anon_sym_static] = ACTIONS(1858), - [anon_sym_register] = ACTIONS(1858), - [anon_sym_inline] = ACTIONS(1858), - [anon_sym_thread_local] = ACTIONS(1858), - [anon_sym_const] = ACTIONS(1858), - [anon_sym_volatile] = ACTIONS(1858), - [anon_sym_restrict] = ACTIONS(1858), - [anon_sym__Atomic] = ACTIONS(1858), - [anon_sym_mutable] = ACTIONS(1858), - [anon_sym_constexpr] = ACTIONS(1858), - [anon_sym_signed] = ACTIONS(1858), - [anon_sym_unsigned] = ACTIONS(1858), - [anon_sym_long] = ACTIONS(1858), - [anon_sym_short] = ACTIONS(1858), - [sym_primitive_type] = ACTIONS(1858), - [anon_sym_enum] = ACTIONS(1858), - [anon_sym_class] = ACTIONS(1858), - [anon_sym_struct] = ACTIONS(1858), - [anon_sym_union] = ACTIONS(1858), - [anon_sym_if] = ACTIONS(1858), - [anon_sym_switch] = ACTIONS(1858), - [anon_sym_case] = ACTIONS(1858), - [anon_sym_default] = ACTIONS(1858), - [anon_sym_while] = ACTIONS(1858), - [anon_sym_do] = ACTIONS(1858), - [anon_sym_for] = ACTIONS(1858), - [anon_sym_return] = ACTIONS(1858), - [anon_sym_break] = ACTIONS(1858), - [anon_sym_continue] = ACTIONS(1858), - [anon_sym_goto] = ACTIONS(1858), - [anon_sym_DASH_DASH] = ACTIONS(1860), - [anon_sym_PLUS_PLUS] = ACTIONS(1860), - [anon_sym_sizeof] = ACTIONS(1858), - [sym_number_literal] = ACTIONS(1860), - [anon_sym_L_SQUOTE] = ACTIONS(1860), - [anon_sym_u_SQUOTE] = ACTIONS(1860), - [anon_sym_U_SQUOTE] = ACTIONS(1860), - [anon_sym_u8_SQUOTE] = ACTIONS(1860), - [anon_sym_SQUOTE] = ACTIONS(1860), - [anon_sym_L_DQUOTE] = ACTIONS(1860), - [anon_sym_u_DQUOTE] = ACTIONS(1860), - [anon_sym_U_DQUOTE] = ACTIONS(1860), - [anon_sym_u8_DQUOTE] = ACTIONS(1860), - [anon_sym_DQUOTE] = ACTIONS(1860), - [sym_true] = ACTIONS(1858), - [sym_false] = ACTIONS(1858), - [sym_null] = ACTIONS(1858), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1858), - [anon_sym_virtual] = ACTIONS(1858), - [anon_sym_explicit] = ACTIONS(1858), - [sym_auto] = ACTIONS(1858), - [anon_sym_typename] = ACTIONS(1858), - [anon_sym_template] = ACTIONS(1858), - [anon_sym_operator] = ACTIONS(1858), - [anon_sym_delete] = ACTIONS(1858), - [anon_sym_throw] = ACTIONS(1858), - [anon_sym_namespace] = ACTIONS(1858), - [anon_sym_using] = ACTIONS(1858), - [anon_sym_static_assert] = ACTIONS(1858), - [anon_sym_co_return] = ACTIONS(1858), - [anon_sym_co_yield] = ACTIONS(1858), - [anon_sym_try] = ACTIONS(1858), - [anon_sym_co_await] = ACTIONS(1858), - [anon_sym_new] = ACTIONS(1858), - [sym_operator_name] = ACTIONS(1858), - [sym_this] = ACTIONS(1858), - [sym_nullptr] = ACTIONS(1858), - [sym_alone_macro] = ACTIONS(1860), - [aux_sym_alone_macro_call_token1] = ACTIONS(1858), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1858), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1858), - [anon_sym_FORWARD] = ACTIONS(1858), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1858), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1858), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1858), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1858), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1858), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1858), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1858), - [anon_sym_PS_GET] = ACTIONS(1858), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1858), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1858), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1858), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1858), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1858), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1858), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1858), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1858), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1858), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1858), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1858), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1858), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1858), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1858), - [anon_sym_MOZ_COLD] = ACTIONS(1858), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1858), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1858), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1858), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1858), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1858), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1858), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1858), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1858), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1858), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1858), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1858), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1858), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1858), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1858), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1858), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1858), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1858), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1858), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1858), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1858), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_NONNULL] = ACTIONS(1858), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1858), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1858), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1858), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1858), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1858), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_NORETURN] = ACTIONS(1858), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1858), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1858), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1858), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1858), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1858), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1858), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1858), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1858), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1858), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1858), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1858), - [anon_sym_MOZ_RAII] = ACTIONS(1858), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1858), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1858), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1858), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1858), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1858), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1858), - [sym_raw_string_literal] = ACTIONS(1860), + [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(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), }, [499] = { - [ts_builtin_sym_end] = ACTIONS(1776), - [sym_identifier] = ACTIONS(1774), - [aux_sym_preproc_include_token1] = ACTIONS(1774), - [aux_sym_preproc_def_token1] = ACTIONS(1774), - [aux_sym_preproc_if_token1] = ACTIONS(1774), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1774), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1774), - [sym_preproc_directive] = ACTIONS(1774), - [anon_sym_LPAREN2] = ACTIONS(1776), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1774), - [anon_sym_PLUS] = ACTIONS(1774), - [anon_sym_STAR] = ACTIONS(1776), - [anon_sym_AMP_AMP] = ACTIONS(1776), - [anon_sym_AMP] = ACTIONS(1774), - [anon_sym_SEMI] = ACTIONS(1776), - [anon_sym_typedef] = ACTIONS(1774), - [anon_sym_extern] = ACTIONS(1774), - [anon_sym___attribute__] = ACTIONS(1774), - [anon_sym_COLON_COLON] = ACTIONS(1776), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1776), - [anon_sym___declspec] = ACTIONS(1774), - [anon_sym___based] = ACTIONS(1774), - [anon_sym___cdecl] = ACTIONS(1774), - [anon_sym___clrcall] = ACTIONS(1774), - [anon_sym___stdcall] = ACTIONS(1774), - [anon_sym___fastcall] = ACTIONS(1774), - [anon_sym___thiscall] = ACTIONS(1774), - [anon_sym___vectorcall] = ACTIONS(1774), - [anon_sym_LBRACE] = ACTIONS(1776), - [anon_sym_LBRACK] = ACTIONS(1774), - [anon_sym_static] = ACTIONS(1774), - [anon_sym_register] = ACTIONS(1774), - [anon_sym_inline] = ACTIONS(1774), - [anon_sym_thread_local] = ACTIONS(1774), - [anon_sym_const] = ACTIONS(1774), - [anon_sym_volatile] = ACTIONS(1774), - [anon_sym_restrict] = ACTIONS(1774), - [anon_sym__Atomic] = ACTIONS(1774), - [anon_sym_mutable] = ACTIONS(1774), - [anon_sym_constexpr] = ACTIONS(1774), - [anon_sym_signed] = ACTIONS(1774), - [anon_sym_unsigned] = ACTIONS(1774), - [anon_sym_long] = ACTIONS(1774), - [anon_sym_short] = ACTIONS(1774), - [sym_primitive_type] = ACTIONS(1774), - [anon_sym_enum] = ACTIONS(1774), - [anon_sym_class] = ACTIONS(1774), - [anon_sym_struct] = ACTIONS(1774), - [anon_sym_union] = ACTIONS(1774), - [anon_sym_if] = ACTIONS(1774), - [anon_sym_switch] = ACTIONS(1774), - [anon_sym_case] = ACTIONS(1774), - [anon_sym_default] = ACTIONS(1774), - [anon_sym_while] = ACTIONS(1774), - [anon_sym_do] = ACTIONS(1774), - [anon_sym_for] = ACTIONS(1774), - [anon_sym_return] = ACTIONS(1774), - [anon_sym_break] = ACTIONS(1774), - [anon_sym_continue] = ACTIONS(1774), - [anon_sym_goto] = ACTIONS(1774), - [anon_sym_DASH_DASH] = ACTIONS(1776), - [anon_sym_PLUS_PLUS] = ACTIONS(1776), - [anon_sym_sizeof] = ACTIONS(1774), - [sym_number_literal] = ACTIONS(1776), - [anon_sym_L_SQUOTE] = ACTIONS(1776), - [anon_sym_u_SQUOTE] = ACTIONS(1776), - [anon_sym_U_SQUOTE] = ACTIONS(1776), - [anon_sym_u8_SQUOTE] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1776), - [anon_sym_L_DQUOTE] = ACTIONS(1776), - [anon_sym_u_DQUOTE] = ACTIONS(1776), - [anon_sym_U_DQUOTE] = ACTIONS(1776), - [anon_sym_u8_DQUOTE] = ACTIONS(1776), - [anon_sym_DQUOTE] = ACTIONS(1776), - [sym_true] = ACTIONS(1774), - [sym_false] = ACTIONS(1774), - [sym_null] = ACTIONS(1774), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1774), - [anon_sym_virtual] = ACTIONS(1774), - [anon_sym_explicit] = ACTIONS(1774), - [sym_auto] = ACTIONS(1774), - [anon_sym_typename] = ACTIONS(1774), - [anon_sym_template] = ACTIONS(1774), - [anon_sym_operator] = ACTIONS(1774), - [anon_sym_delete] = ACTIONS(1774), - [anon_sym_throw] = ACTIONS(1774), - [anon_sym_namespace] = ACTIONS(1774), - [anon_sym_using] = ACTIONS(1774), - [anon_sym_static_assert] = ACTIONS(1774), - [anon_sym_co_return] = ACTIONS(1774), - [anon_sym_co_yield] = ACTIONS(1774), - [anon_sym_try] = ACTIONS(1774), - [anon_sym_co_await] = ACTIONS(1774), - [anon_sym_new] = ACTIONS(1774), - [sym_operator_name] = ACTIONS(1774), - [sym_this] = ACTIONS(1774), - [sym_nullptr] = ACTIONS(1774), - [sym_alone_macro] = ACTIONS(1776), - [aux_sym_alone_macro_call_token1] = ACTIONS(1774), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1774), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1774), - [anon_sym_FORWARD] = ACTIONS(1774), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1774), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1774), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1774), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1774), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1774), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1774), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1774), - [anon_sym_PS_GET] = ACTIONS(1774), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1774), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1774), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1774), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1774), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1774), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1774), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1774), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1774), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1774), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1774), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1774), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1774), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1774), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1774), - [anon_sym_MOZ_COLD] = ACTIONS(1774), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1774), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1774), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1774), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1774), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1774), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1774), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1774), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1774), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1774), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1774), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1774), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1774), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1774), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1774), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1774), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1774), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1774), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1774), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1774), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1774), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1774), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1774), - [anon_sym_MOZ_NONNULL] = ACTIONS(1774), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1774), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1774), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1774), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1774), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1774), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1774), - [anon_sym_MOZ_NORETURN] = ACTIONS(1774), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1774), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1774), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1774), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1774), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1774), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1774), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1774), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1774), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1774), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1774), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1774), - [anon_sym_MOZ_RAII] = ACTIONS(1774), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1774), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1774), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1774), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1774), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1774), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1774), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1774), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1774), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1774), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1774), - [sym_raw_string_literal] = ACTIONS(1776), + [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(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), }, [500] = { - [ts_builtin_sym_end] = ACTIONS(1780), - [sym_identifier] = ACTIONS(1778), - [aux_sym_preproc_include_token1] = ACTIONS(1778), - [aux_sym_preproc_def_token1] = ACTIONS(1778), - [aux_sym_preproc_if_token1] = ACTIONS(1778), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1778), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1778), - [sym_preproc_directive] = ACTIONS(1778), - [anon_sym_LPAREN2] = ACTIONS(1780), - [anon_sym_BANG] = ACTIONS(1780), - [anon_sym_TILDE] = ACTIONS(1780), - [anon_sym_DASH] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1778), - [anon_sym_STAR] = ACTIONS(1780), - [anon_sym_AMP_AMP] = ACTIONS(1780), - [anon_sym_AMP] = ACTIONS(1778), - [anon_sym_SEMI] = ACTIONS(1780), - [anon_sym_typedef] = ACTIONS(1778), - [anon_sym_extern] = ACTIONS(1778), - [anon_sym___attribute__] = ACTIONS(1778), - [anon_sym_COLON_COLON] = ACTIONS(1780), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1780), - [anon_sym___declspec] = ACTIONS(1778), - [anon_sym___based] = ACTIONS(1778), - [anon_sym___cdecl] = ACTIONS(1778), - [anon_sym___clrcall] = ACTIONS(1778), - [anon_sym___stdcall] = ACTIONS(1778), - [anon_sym___fastcall] = ACTIONS(1778), - [anon_sym___thiscall] = ACTIONS(1778), - [anon_sym___vectorcall] = ACTIONS(1778), - [anon_sym_LBRACE] = ACTIONS(1780), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_static] = ACTIONS(1778), - [anon_sym_register] = ACTIONS(1778), - [anon_sym_inline] = ACTIONS(1778), - [anon_sym_thread_local] = ACTIONS(1778), - [anon_sym_const] = ACTIONS(1778), - [anon_sym_volatile] = ACTIONS(1778), - [anon_sym_restrict] = ACTIONS(1778), - [anon_sym__Atomic] = ACTIONS(1778), - [anon_sym_mutable] = ACTIONS(1778), - [anon_sym_constexpr] = ACTIONS(1778), - [anon_sym_signed] = ACTIONS(1778), - [anon_sym_unsigned] = ACTIONS(1778), - [anon_sym_long] = ACTIONS(1778), - [anon_sym_short] = ACTIONS(1778), - [sym_primitive_type] = ACTIONS(1778), - [anon_sym_enum] = ACTIONS(1778), - [anon_sym_class] = ACTIONS(1778), - [anon_sym_struct] = ACTIONS(1778), - [anon_sym_union] = ACTIONS(1778), - [anon_sym_if] = ACTIONS(1778), - [anon_sym_switch] = ACTIONS(1778), - [anon_sym_case] = ACTIONS(1778), - [anon_sym_default] = ACTIONS(1778), - [anon_sym_while] = ACTIONS(1778), - [anon_sym_do] = ACTIONS(1778), - [anon_sym_for] = ACTIONS(1778), - [anon_sym_return] = ACTIONS(1778), - [anon_sym_break] = ACTIONS(1778), - [anon_sym_continue] = ACTIONS(1778), - [anon_sym_goto] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1780), - [anon_sym_PLUS_PLUS] = ACTIONS(1780), - [anon_sym_sizeof] = ACTIONS(1778), - [sym_number_literal] = ACTIONS(1780), - [anon_sym_L_SQUOTE] = ACTIONS(1780), - [anon_sym_u_SQUOTE] = ACTIONS(1780), - [anon_sym_U_SQUOTE] = ACTIONS(1780), - [anon_sym_u8_SQUOTE] = ACTIONS(1780), - [anon_sym_SQUOTE] = ACTIONS(1780), - [anon_sym_L_DQUOTE] = ACTIONS(1780), - [anon_sym_u_DQUOTE] = ACTIONS(1780), - [anon_sym_U_DQUOTE] = ACTIONS(1780), - [anon_sym_u8_DQUOTE] = ACTIONS(1780), - [anon_sym_DQUOTE] = ACTIONS(1780), - [sym_true] = ACTIONS(1778), - [sym_false] = ACTIONS(1778), - [sym_null] = ACTIONS(1778), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1778), - [anon_sym_virtual] = ACTIONS(1778), - [anon_sym_explicit] = ACTIONS(1778), - [sym_auto] = ACTIONS(1778), - [anon_sym_typename] = ACTIONS(1778), - [anon_sym_template] = ACTIONS(1778), - [anon_sym_operator] = ACTIONS(1778), - [anon_sym_delete] = ACTIONS(1778), - [anon_sym_throw] = ACTIONS(1778), - [anon_sym_namespace] = ACTIONS(1778), - [anon_sym_using] = ACTIONS(1778), - [anon_sym_static_assert] = ACTIONS(1778), - [anon_sym_co_return] = ACTIONS(1778), - [anon_sym_co_yield] = ACTIONS(1778), - [anon_sym_try] = ACTIONS(1778), - [anon_sym_co_await] = ACTIONS(1778), - [anon_sym_new] = ACTIONS(1778), - [sym_operator_name] = ACTIONS(1778), - [sym_this] = ACTIONS(1778), - [sym_nullptr] = ACTIONS(1778), - [sym_alone_macro] = ACTIONS(1780), - [aux_sym_alone_macro_call_token1] = ACTIONS(1778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1778), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1778), - [anon_sym_FORWARD] = ACTIONS(1778), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1778), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1778), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1778), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1778), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1778), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1778), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1778), - [anon_sym_PS_GET] = ACTIONS(1778), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1778), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1778), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1778), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1778), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1778), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1778), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1778), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1778), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1778), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1778), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1778), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1778), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1778), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1778), - [anon_sym_MOZ_COLD] = ACTIONS(1778), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1778), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1778), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1778), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1778), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1778), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1778), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1778), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1778), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1778), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1778), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1778), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1778), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1778), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1778), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1778), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1778), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1778), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1778), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1778), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1778), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_NONNULL] = ACTIONS(1778), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1778), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1778), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1778), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1778), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1778), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_NORETURN] = ACTIONS(1778), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1778), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1778), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1778), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1778), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1778), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1778), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1778), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1778), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1778), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1778), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1778), - [anon_sym_MOZ_RAII] = ACTIONS(1778), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1778), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1778), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1778), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1778), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1778), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1778), - [sym_raw_string_literal] = ACTIONS(1780), + [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(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), }, [501] = { - [sym_identifier] = ACTIONS(1726), - [aux_sym_preproc_include_token1] = ACTIONS(1726), - [aux_sym_preproc_def_token1] = ACTIONS(1726), - [aux_sym_preproc_if_token1] = ACTIONS(1726), - [aux_sym_preproc_if_token2] = ACTIONS(1726), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1726), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1726), - [sym_preproc_directive] = ACTIONS(1726), - [anon_sym_LPAREN2] = ACTIONS(1728), - [anon_sym_BANG] = ACTIONS(1728), - [anon_sym_TILDE] = ACTIONS(1728), - [anon_sym_DASH] = ACTIONS(1726), - [anon_sym_PLUS] = ACTIONS(1726), - [anon_sym_STAR] = ACTIONS(1728), - [anon_sym_AMP_AMP] = ACTIONS(1728), - [anon_sym_AMP] = ACTIONS(1726), - [anon_sym_SEMI] = ACTIONS(1728), - [anon_sym_typedef] = ACTIONS(1726), - [anon_sym_extern] = ACTIONS(1726), - [anon_sym___attribute__] = ACTIONS(1726), - [anon_sym_COLON_COLON] = ACTIONS(1728), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1728), - [anon_sym___declspec] = ACTIONS(1726), - [anon_sym___based] = ACTIONS(1726), - [anon_sym___cdecl] = ACTIONS(1726), - [anon_sym___clrcall] = ACTIONS(1726), - [anon_sym___stdcall] = ACTIONS(1726), - [anon_sym___fastcall] = ACTIONS(1726), - [anon_sym___thiscall] = ACTIONS(1726), - [anon_sym___vectorcall] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1726), - [anon_sym_static] = ACTIONS(1726), - [anon_sym_register] = ACTIONS(1726), - [anon_sym_inline] = ACTIONS(1726), - [anon_sym_thread_local] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(1726), - [anon_sym_volatile] = ACTIONS(1726), - [anon_sym_restrict] = ACTIONS(1726), - [anon_sym__Atomic] = ACTIONS(1726), - [anon_sym_mutable] = ACTIONS(1726), - [anon_sym_constexpr] = ACTIONS(1726), - [anon_sym_signed] = ACTIONS(1726), - [anon_sym_unsigned] = ACTIONS(1726), - [anon_sym_long] = ACTIONS(1726), - [anon_sym_short] = ACTIONS(1726), - [sym_primitive_type] = ACTIONS(1726), - [anon_sym_enum] = ACTIONS(1726), - [anon_sym_class] = ACTIONS(1726), - [anon_sym_struct] = ACTIONS(1726), - [anon_sym_union] = ACTIONS(1726), - [anon_sym_if] = ACTIONS(1726), - [anon_sym_switch] = ACTIONS(1726), - [anon_sym_case] = ACTIONS(1726), - [anon_sym_default] = ACTIONS(1726), - [anon_sym_while] = ACTIONS(1726), - [anon_sym_do] = ACTIONS(1726), - [anon_sym_for] = ACTIONS(1726), - [anon_sym_return] = ACTIONS(1726), - [anon_sym_break] = ACTIONS(1726), - [anon_sym_continue] = ACTIONS(1726), - [anon_sym_goto] = ACTIONS(1726), - [anon_sym_DASH_DASH] = ACTIONS(1728), - [anon_sym_PLUS_PLUS] = ACTIONS(1728), - [anon_sym_sizeof] = ACTIONS(1726), - [sym_number_literal] = ACTIONS(1728), - [anon_sym_L_SQUOTE] = ACTIONS(1728), - [anon_sym_u_SQUOTE] = ACTIONS(1728), - [anon_sym_U_SQUOTE] = ACTIONS(1728), - [anon_sym_u8_SQUOTE] = ACTIONS(1728), - [anon_sym_SQUOTE] = ACTIONS(1728), - [anon_sym_L_DQUOTE] = ACTIONS(1728), - [anon_sym_u_DQUOTE] = ACTIONS(1728), - [anon_sym_U_DQUOTE] = ACTIONS(1728), - [anon_sym_u8_DQUOTE] = ACTIONS(1728), - [anon_sym_DQUOTE] = ACTIONS(1728), - [sym_true] = ACTIONS(1726), - [sym_false] = ACTIONS(1726), - [sym_null] = ACTIONS(1726), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1726), - [anon_sym_virtual] = ACTIONS(1726), - [anon_sym_explicit] = ACTIONS(1726), - [sym_auto] = ACTIONS(1726), - [anon_sym_typename] = ACTIONS(1726), - [anon_sym_template] = ACTIONS(1726), - [anon_sym_operator] = ACTIONS(1726), - [anon_sym_delete] = ACTIONS(1726), - [anon_sym_throw] = ACTIONS(1726), - [anon_sym_namespace] = ACTIONS(1726), - [anon_sym_using] = ACTIONS(1726), - [anon_sym_static_assert] = ACTIONS(1726), - [anon_sym_co_return] = ACTIONS(1726), - [anon_sym_co_yield] = ACTIONS(1726), - [anon_sym_try] = ACTIONS(1726), - [anon_sym_co_await] = ACTIONS(1726), - [anon_sym_new] = ACTIONS(1726), - [sym_operator_name] = ACTIONS(1726), - [sym_this] = ACTIONS(1726), - [sym_nullptr] = ACTIONS(1726), - [sym_alone_macro] = ACTIONS(1728), - [aux_sym_alone_macro_call_token1] = ACTIONS(1726), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1726), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1726), - [anon_sym_FORWARD] = ACTIONS(1726), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1726), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1726), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1726), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1726), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1726), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1726), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1726), - [anon_sym_PS_GET] = ACTIONS(1726), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1726), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1726), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1726), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1726), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1726), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1726), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1726), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1726), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1726), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1726), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1726), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1726), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1726), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1726), - [anon_sym_MOZ_COLD] = ACTIONS(1726), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1726), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1726), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1726), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1726), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1726), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1726), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1726), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1726), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1726), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1726), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1726), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1726), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1726), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1726), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1726), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1726), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1726), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1726), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1726), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1726), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1726), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1726), - [anon_sym_MOZ_NONNULL] = ACTIONS(1726), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1726), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1726), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1726), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1726), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1726), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1726), - [anon_sym_MOZ_NORETURN] = ACTIONS(1726), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1726), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1726), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1726), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1726), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1726), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1726), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1726), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1726), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1726), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1726), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1726), - [anon_sym_MOZ_RAII] = ACTIONS(1726), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1726), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1726), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1726), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1726), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1726), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1726), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1726), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1726), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1726), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1726), - [sym_raw_string_literal] = ACTIONS(1728), + [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(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), }, [502] = { - [sym_identifier] = ACTIONS(1710), - [aux_sym_preproc_include_token1] = ACTIONS(1710), - [aux_sym_preproc_def_token1] = ACTIONS(1710), - [aux_sym_preproc_if_token1] = ACTIONS(1710), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1710), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1710), - [sym_preproc_directive] = ACTIONS(1710), - [anon_sym_LPAREN2] = ACTIONS(1712), - [anon_sym_BANG] = ACTIONS(1712), - [anon_sym_TILDE] = ACTIONS(1712), - [anon_sym_DASH] = ACTIONS(1710), - [anon_sym_PLUS] = ACTIONS(1710), - [anon_sym_STAR] = ACTIONS(1712), - [anon_sym_AMP_AMP] = ACTIONS(1712), - [anon_sym_AMP] = ACTIONS(1710), - [anon_sym_SEMI] = ACTIONS(1712), - [anon_sym_typedef] = ACTIONS(1710), - [anon_sym_extern] = ACTIONS(1710), - [anon_sym___attribute__] = ACTIONS(1710), - [anon_sym_COLON_COLON] = ACTIONS(1712), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1712), - [anon_sym___declspec] = ACTIONS(1710), - [anon_sym___based] = ACTIONS(1710), - [anon_sym___cdecl] = ACTIONS(1710), - [anon_sym___clrcall] = ACTIONS(1710), - [anon_sym___stdcall] = ACTIONS(1710), - [anon_sym___fastcall] = ACTIONS(1710), - [anon_sym___thiscall] = ACTIONS(1710), - [anon_sym___vectorcall] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1712), - [anon_sym_RBRACE] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_static] = ACTIONS(1710), - [anon_sym_register] = ACTIONS(1710), - [anon_sym_inline] = ACTIONS(1710), - [anon_sym_thread_local] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1710), - [anon_sym_volatile] = ACTIONS(1710), - [anon_sym_restrict] = ACTIONS(1710), - [anon_sym__Atomic] = ACTIONS(1710), - [anon_sym_mutable] = ACTIONS(1710), - [anon_sym_constexpr] = ACTIONS(1710), - [anon_sym_signed] = ACTIONS(1710), - [anon_sym_unsigned] = ACTIONS(1710), - [anon_sym_long] = ACTIONS(1710), - [anon_sym_short] = ACTIONS(1710), - [sym_primitive_type] = ACTIONS(1710), - [anon_sym_enum] = ACTIONS(1710), - [anon_sym_class] = ACTIONS(1710), - [anon_sym_struct] = ACTIONS(1710), - [anon_sym_union] = ACTIONS(1710), - [anon_sym_if] = ACTIONS(1710), - [anon_sym_switch] = ACTIONS(1710), - [anon_sym_case] = ACTIONS(1710), - [anon_sym_default] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1710), - [anon_sym_do] = ACTIONS(1710), - [anon_sym_for] = ACTIONS(1710), - [anon_sym_return] = ACTIONS(1710), - [anon_sym_break] = ACTIONS(1710), - [anon_sym_continue] = ACTIONS(1710), - [anon_sym_goto] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1712), - [anon_sym_PLUS_PLUS] = ACTIONS(1712), - [anon_sym_sizeof] = ACTIONS(1710), - [sym_number_literal] = ACTIONS(1712), - [anon_sym_L_SQUOTE] = ACTIONS(1712), - [anon_sym_u_SQUOTE] = ACTIONS(1712), - [anon_sym_U_SQUOTE] = ACTIONS(1712), - [anon_sym_u8_SQUOTE] = ACTIONS(1712), - [anon_sym_SQUOTE] = ACTIONS(1712), - [anon_sym_L_DQUOTE] = ACTIONS(1712), - [anon_sym_u_DQUOTE] = ACTIONS(1712), - [anon_sym_U_DQUOTE] = ACTIONS(1712), - [anon_sym_u8_DQUOTE] = ACTIONS(1712), - [anon_sym_DQUOTE] = ACTIONS(1712), - [sym_true] = ACTIONS(1710), - [sym_false] = ACTIONS(1710), - [sym_null] = ACTIONS(1710), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1710), - [anon_sym_virtual] = ACTIONS(1710), - [anon_sym_explicit] = ACTIONS(1710), - [sym_auto] = ACTIONS(1710), - [anon_sym_typename] = ACTIONS(1710), - [anon_sym_template] = ACTIONS(1710), - [anon_sym_operator] = ACTIONS(1710), - [anon_sym_delete] = ACTIONS(1710), - [anon_sym_throw] = ACTIONS(1710), - [anon_sym_namespace] = ACTIONS(1710), - [anon_sym_using] = ACTIONS(1710), - [anon_sym_static_assert] = ACTIONS(1710), - [anon_sym_co_return] = ACTIONS(1710), - [anon_sym_co_yield] = ACTIONS(1710), - [anon_sym_try] = ACTIONS(1710), - [anon_sym_co_await] = ACTIONS(1710), - [anon_sym_new] = ACTIONS(1710), - [sym_operator_name] = ACTIONS(1710), - [sym_this] = ACTIONS(1710), - [sym_nullptr] = ACTIONS(1710), - [sym_alone_macro] = ACTIONS(1712), - [aux_sym_alone_macro_call_token1] = ACTIONS(1710), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1710), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1710), - [anon_sym_FORWARD] = ACTIONS(1710), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1710), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1710), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1710), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1710), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1710), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1710), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1710), - [anon_sym_PS_GET] = ACTIONS(1710), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1710), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1710), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1710), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1710), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1710), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1710), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1710), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1710), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1710), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1710), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1710), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1710), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1710), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1710), - [anon_sym_MOZ_COLD] = ACTIONS(1710), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1710), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1710), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1710), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1710), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1710), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1710), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1710), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1710), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1710), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1710), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1710), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1710), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1710), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1710), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1710), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1710), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1710), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1710), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1710), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1710), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_NONNULL] = ACTIONS(1710), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1710), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1710), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1710), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1710), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1710), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_NORETURN] = ACTIONS(1710), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1710), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1710), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1710), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1710), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1710), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1710), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1710), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1710), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1710), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1710), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1710), - [anon_sym_MOZ_RAII] = ACTIONS(1710), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1710), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1710), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1710), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1710), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1710), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1710), - [sym_raw_string_literal] = ACTIONS(1712), + [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(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), }, [503] = { - [ts_builtin_sym_end] = ACTIONS(1856), - [sym_identifier] = ACTIONS(1854), - [aux_sym_preproc_include_token1] = ACTIONS(1854), - [aux_sym_preproc_def_token1] = ACTIONS(1854), - [aux_sym_preproc_if_token1] = ACTIONS(1854), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1854), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1854), - [sym_preproc_directive] = ACTIONS(1854), - [anon_sym_LPAREN2] = ACTIONS(1856), - [anon_sym_BANG] = ACTIONS(1856), - [anon_sym_TILDE] = ACTIONS(1856), - [anon_sym_DASH] = ACTIONS(1854), - [anon_sym_PLUS] = ACTIONS(1854), - [anon_sym_STAR] = ACTIONS(1856), - [anon_sym_AMP_AMP] = ACTIONS(1856), - [anon_sym_AMP] = ACTIONS(1854), - [anon_sym_SEMI] = ACTIONS(1856), - [anon_sym_typedef] = ACTIONS(1854), - [anon_sym_extern] = ACTIONS(1854), - [anon_sym___attribute__] = ACTIONS(1854), - [anon_sym_COLON_COLON] = ACTIONS(1856), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1856), - [anon_sym___declspec] = ACTIONS(1854), - [anon_sym___based] = ACTIONS(1854), - [anon_sym___cdecl] = ACTIONS(1854), - [anon_sym___clrcall] = ACTIONS(1854), - [anon_sym___stdcall] = ACTIONS(1854), - [anon_sym___fastcall] = ACTIONS(1854), - [anon_sym___thiscall] = ACTIONS(1854), - [anon_sym___vectorcall] = ACTIONS(1854), - [anon_sym_LBRACE] = ACTIONS(1856), - [anon_sym_LBRACK] = ACTIONS(1854), - [anon_sym_static] = ACTIONS(1854), - [anon_sym_register] = ACTIONS(1854), - [anon_sym_inline] = ACTIONS(1854), - [anon_sym_thread_local] = ACTIONS(1854), - [anon_sym_const] = ACTIONS(1854), - [anon_sym_volatile] = ACTIONS(1854), - [anon_sym_restrict] = ACTIONS(1854), - [anon_sym__Atomic] = ACTIONS(1854), - [anon_sym_mutable] = ACTIONS(1854), - [anon_sym_constexpr] = ACTIONS(1854), - [anon_sym_signed] = ACTIONS(1854), - [anon_sym_unsigned] = ACTIONS(1854), - [anon_sym_long] = ACTIONS(1854), - [anon_sym_short] = ACTIONS(1854), - [sym_primitive_type] = ACTIONS(1854), - [anon_sym_enum] = ACTIONS(1854), - [anon_sym_class] = ACTIONS(1854), - [anon_sym_struct] = ACTIONS(1854), - [anon_sym_union] = ACTIONS(1854), - [anon_sym_if] = ACTIONS(1854), - [anon_sym_switch] = ACTIONS(1854), - [anon_sym_case] = ACTIONS(1854), - [anon_sym_default] = ACTIONS(1854), - [anon_sym_while] = ACTIONS(1854), - [anon_sym_do] = ACTIONS(1854), - [anon_sym_for] = ACTIONS(1854), - [anon_sym_return] = ACTIONS(1854), - [anon_sym_break] = ACTIONS(1854), - [anon_sym_continue] = ACTIONS(1854), - [anon_sym_goto] = ACTIONS(1854), - [anon_sym_DASH_DASH] = ACTIONS(1856), - [anon_sym_PLUS_PLUS] = ACTIONS(1856), - [anon_sym_sizeof] = ACTIONS(1854), - [sym_number_literal] = ACTIONS(1856), - [anon_sym_L_SQUOTE] = ACTIONS(1856), - [anon_sym_u_SQUOTE] = ACTIONS(1856), - [anon_sym_U_SQUOTE] = ACTIONS(1856), - [anon_sym_u8_SQUOTE] = ACTIONS(1856), - [anon_sym_SQUOTE] = ACTIONS(1856), - [anon_sym_L_DQUOTE] = ACTIONS(1856), - [anon_sym_u_DQUOTE] = ACTIONS(1856), - [anon_sym_U_DQUOTE] = ACTIONS(1856), - [anon_sym_u8_DQUOTE] = ACTIONS(1856), - [anon_sym_DQUOTE] = ACTIONS(1856), - [sym_true] = ACTIONS(1854), - [sym_false] = ACTIONS(1854), - [sym_null] = ACTIONS(1854), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1854), - [anon_sym_virtual] = ACTIONS(1854), - [anon_sym_explicit] = ACTIONS(1854), - [sym_auto] = ACTIONS(1854), - [anon_sym_typename] = ACTIONS(1854), - [anon_sym_template] = ACTIONS(1854), - [anon_sym_operator] = ACTIONS(1854), - [anon_sym_delete] = ACTIONS(1854), - [anon_sym_throw] = ACTIONS(1854), - [anon_sym_namespace] = ACTIONS(1854), - [anon_sym_using] = ACTIONS(1854), - [anon_sym_static_assert] = ACTIONS(1854), - [anon_sym_co_return] = ACTIONS(1854), - [anon_sym_co_yield] = ACTIONS(1854), - [anon_sym_try] = ACTIONS(1854), - [anon_sym_co_await] = ACTIONS(1854), - [anon_sym_new] = ACTIONS(1854), - [sym_operator_name] = ACTIONS(1854), - [sym_this] = ACTIONS(1854), - [sym_nullptr] = ACTIONS(1854), - [sym_alone_macro] = ACTIONS(1856), - [aux_sym_alone_macro_call_token1] = ACTIONS(1854), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1854), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1854), - [anon_sym_FORWARD] = ACTIONS(1854), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1854), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1854), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1854), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1854), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1854), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1854), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1854), - [anon_sym_PS_GET] = ACTIONS(1854), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1854), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1854), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1854), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1854), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1854), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1854), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1854), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1854), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1854), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1854), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1854), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1854), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1854), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1854), - [anon_sym_MOZ_COLD] = ACTIONS(1854), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1854), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1854), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1854), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1854), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1854), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1854), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1854), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1854), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1854), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1854), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1854), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1854), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1854), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1854), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1854), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1854), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1854), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1854), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1854), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1854), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_NONNULL] = ACTIONS(1854), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1854), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1854), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1854), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1854), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1854), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_NORETURN] = ACTIONS(1854), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1854), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1854), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1854), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1854), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1854), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1854), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1854), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1854), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1854), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1854), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1854), - [anon_sym_MOZ_RAII] = ACTIONS(1854), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1854), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1854), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1854), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1854), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1854), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1854), - [sym_raw_string_literal] = ACTIONS(1856), + [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), }, [504] = { - [sym_identifier] = ACTIONS(1706), - [aux_sym_preproc_include_token1] = ACTIONS(1706), - [aux_sym_preproc_def_token1] = ACTIONS(1706), - [aux_sym_preproc_if_token1] = ACTIONS(1706), - [aux_sym_preproc_if_token2] = ACTIONS(1706), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1706), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1706), - [sym_preproc_directive] = ACTIONS(1706), - [anon_sym_LPAREN2] = ACTIONS(1708), - [anon_sym_BANG] = ACTIONS(1708), - [anon_sym_TILDE] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1706), - [anon_sym_STAR] = ACTIONS(1708), - [anon_sym_AMP_AMP] = ACTIONS(1708), - [anon_sym_AMP] = ACTIONS(1706), - [anon_sym_SEMI] = ACTIONS(1708), - [anon_sym_typedef] = ACTIONS(1706), - [anon_sym_extern] = ACTIONS(1706), - [anon_sym___attribute__] = ACTIONS(1706), - [anon_sym_COLON_COLON] = ACTIONS(1708), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1708), - [anon_sym___declspec] = ACTIONS(1706), - [anon_sym___based] = ACTIONS(1706), - [anon_sym___cdecl] = ACTIONS(1706), - [anon_sym___clrcall] = ACTIONS(1706), - [anon_sym___stdcall] = ACTIONS(1706), - [anon_sym___fastcall] = ACTIONS(1706), - [anon_sym___thiscall] = ACTIONS(1706), - [anon_sym___vectorcall] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_static] = ACTIONS(1706), - [anon_sym_register] = ACTIONS(1706), - [anon_sym_inline] = ACTIONS(1706), - [anon_sym_thread_local] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1706), - [anon_sym_volatile] = ACTIONS(1706), - [anon_sym_restrict] = ACTIONS(1706), - [anon_sym__Atomic] = ACTIONS(1706), - [anon_sym_mutable] = ACTIONS(1706), - [anon_sym_constexpr] = ACTIONS(1706), - [anon_sym_signed] = ACTIONS(1706), - [anon_sym_unsigned] = ACTIONS(1706), - [anon_sym_long] = ACTIONS(1706), - [anon_sym_short] = ACTIONS(1706), - [sym_primitive_type] = ACTIONS(1706), - [anon_sym_enum] = ACTIONS(1706), - [anon_sym_class] = ACTIONS(1706), - [anon_sym_struct] = ACTIONS(1706), - [anon_sym_union] = ACTIONS(1706), - [anon_sym_if] = ACTIONS(1706), - [anon_sym_switch] = ACTIONS(1706), - [anon_sym_case] = ACTIONS(1706), - [anon_sym_default] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1706), - [anon_sym_do] = ACTIONS(1706), - [anon_sym_for] = ACTIONS(1706), - [anon_sym_return] = ACTIONS(1706), - [anon_sym_break] = ACTIONS(1706), - [anon_sym_continue] = ACTIONS(1706), - [anon_sym_goto] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1708), - [anon_sym_PLUS_PLUS] = ACTIONS(1708), - [anon_sym_sizeof] = ACTIONS(1706), - [sym_number_literal] = ACTIONS(1708), - [anon_sym_L_SQUOTE] = ACTIONS(1708), - [anon_sym_u_SQUOTE] = ACTIONS(1708), - [anon_sym_U_SQUOTE] = ACTIONS(1708), - [anon_sym_u8_SQUOTE] = ACTIONS(1708), - [anon_sym_SQUOTE] = ACTIONS(1708), - [anon_sym_L_DQUOTE] = ACTIONS(1708), - [anon_sym_u_DQUOTE] = ACTIONS(1708), - [anon_sym_U_DQUOTE] = ACTIONS(1708), - [anon_sym_u8_DQUOTE] = ACTIONS(1708), - [anon_sym_DQUOTE] = ACTIONS(1708), - [sym_true] = ACTIONS(1706), - [sym_false] = ACTIONS(1706), - [sym_null] = ACTIONS(1706), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1706), - [anon_sym_virtual] = ACTIONS(1706), - [anon_sym_explicit] = ACTIONS(1706), - [sym_auto] = ACTIONS(1706), - [anon_sym_typename] = ACTIONS(1706), - [anon_sym_template] = ACTIONS(1706), - [anon_sym_operator] = ACTIONS(1706), - [anon_sym_delete] = ACTIONS(1706), - [anon_sym_throw] = ACTIONS(1706), - [anon_sym_namespace] = ACTIONS(1706), - [anon_sym_using] = ACTIONS(1706), - [anon_sym_static_assert] = ACTIONS(1706), - [anon_sym_co_return] = ACTIONS(1706), - [anon_sym_co_yield] = ACTIONS(1706), - [anon_sym_try] = ACTIONS(1706), - [anon_sym_co_await] = ACTIONS(1706), - [anon_sym_new] = ACTIONS(1706), - [sym_operator_name] = ACTIONS(1706), - [sym_this] = ACTIONS(1706), - [sym_nullptr] = ACTIONS(1706), - [sym_alone_macro] = ACTIONS(1708), - [aux_sym_alone_macro_call_token1] = ACTIONS(1706), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1706), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1706), - [anon_sym_FORWARD] = ACTIONS(1706), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1706), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1706), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1706), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1706), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1706), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1706), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1706), - [anon_sym_PS_GET] = ACTIONS(1706), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1706), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1706), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1706), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1706), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1706), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1706), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1706), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1706), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1706), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1706), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1706), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1706), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1706), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1706), - [anon_sym_MOZ_COLD] = ACTIONS(1706), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1706), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1706), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1706), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1706), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1706), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1706), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1706), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1706), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1706), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1706), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1706), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1706), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1706), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1706), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1706), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1706), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1706), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1706), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1706), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1706), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1706), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1706), - [anon_sym_MOZ_NONNULL] = ACTIONS(1706), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1706), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1706), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1706), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1706), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1706), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1706), - [anon_sym_MOZ_NORETURN] = ACTIONS(1706), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1706), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1706), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1706), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1706), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1706), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1706), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1706), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1706), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1706), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1706), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1706), - [anon_sym_MOZ_RAII] = ACTIONS(1706), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1706), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1706), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1706), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1706), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1706), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1706), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1706), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1706), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1706), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1706), - [sym_raw_string_literal] = ACTIONS(1708), + [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), + [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), }, [505] = { - [sym_identifier] = ACTIONS(1910), - [aux_sym_preproc_include_token1] = ACTIONS(1910), - [aux_sym_preproc_def_token1] = ACTIONS(1910), - [aux_sym_preproc_if_token1] = ACTIONS(1910), - [aux_sym_preproc_if_token2] = ACTIONS(1910), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1910), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1910), - [sym_preproc_directive] = ACTIONS(1910), - [anon_sym_LPAREN2] = ACTIONS(1912), - [anon_sym_BANG] = ACTIONS(1912), - [anon_sym_TILDE] = ACTIONS(1912), - [anon_sym_DASH] = ACTIONS(1910), - [anon_sym_PLUS] = ACTIONS(1910), - [anon_sym_STAR] = ACTIONS(1912), - [anon_sym_AMP_AMP] = ACTIONS(1912), - [anon_sym_AMP] = ACTIONS(1910), - [anon_sym_SEMI] = ACTIONS(1912), - [anon_sym_typedef] = ACTIONS(1910), - [anon_sym_extern] = ACTIONS(1910), - [anon_sym___attribute__] = ACTIONS(1910), - [anon_sym_COLON_COLON] = ACTIONS(1912), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1912), - [anon_sym___declspec] = ACTIONS(1910), - [anon_sym___based] = ACTIONS(1910), - [anon_sym___cdecl] = ACTIONS(1910), - [anon_sym___clrcall] = ACTIONS(1910), - [anon_sym___stdcall] = ACTIONS(1910), - [anon_sym___fastcall] = ACTIONS(1910), - [anon_sym___thiscall] = ACTIONS(1910), - [anon_sym___vectorcall] = ACTIONS(1910), - [anon_sym_LBRACE] = ACTIONS(1912), - [anon_sym_LBRACK] = ACTIONS(1910), - [anon_sym_static] = ACTIONS(1910), - [anon_sym_register] = ACTIONS(1910), - [anon_sym_inline] = ACTIONS(1910), - [anon_sym_thread_local] = ACTIONS(1910), - [anon_sym_const] = ACTIONS(1910), - [anon_sym_volatile] = ACTIONS(1910), - [anon_sym_restrict] = ACTIONS(1910), - [anon_sym__Atomic] = ACTIONS(1910), - [anon_sym_mutable] = ACTIONS(1910), - [anon_sym_constexpr] = ACTIONS(1910), - [anon_sym_signed] = ACTIONS(1910), - [anon_sym_unsigned] = ACTIONS(1910), - [anon_sym_long] = ACTIONS(1910), - [anon_sym_short] = ACTIONS(1910), - [sym_primitive_type] = ACTIONS(1910), - [anon_sym_enum] = ACTIONS(1910), - [anon_sym_class] = ACTIONS(1910), - [anon_sym_struct] = ACTIONS(1910), - [anon_sym_union] = ACTIONS(1910), - [anon_sym_if] = ACTIONS(1910), - [anon_sym_switch] = ACTIONS(1910), - [anon_sym_case] = ACTIONS(1910), - [anon_sym_default] = ACTIONS(1910), - [anon_sym_while] = ACTIONS(1910), - [anon_sym_do] = ACTIONS(1910), - [anon_sym_for] = ACTIONS(1910), - [anon_sym_return] = ACTIONS(1910), - [anon_sym_break] = ACTIONS(1910), - [anon_sym_continue] = ACTIONS(1910), - [anon_sym_goto] = ACTIONS(1910), - [anon_sym_DASH_DASH] = ACTIONS(1912), - [anon_sym_PLUS_PLUS] = ACTIONS(1912), - [anon_sym_sizeof] = ACTIONS(1910), - [sym_number_literal] = ACTIONS(1912), - [anon_sym_L_SQUOTE] = ACTIONS(1912), - [anon_sym_u_SQUOTE] = ACTIONS(1912), - [anon_sym_U_SQUOTE] = ACTIONS(1912), - [anon_sym_u8_SQUOTE] = ACTIONS(1912), - [anon_sym_SQUOTE] = ACTIONS(1912), - [anon_sym_L_DQUOTE] = ACTIONS(1912), - [anon_sym_u_DQUOTE] = ACTIONS(1912), - [anon_sym_U_DQUOTE] = ACTIONS(1912), - [anon_sym_u8_DQUOTE] = ACTIONS(1912), - [anon_sym_DQUOTE] = ACTIONS(1912), - [sym_true] = ACTIONS(1910), - [sym_false] = ACTIONS(1910), - [sym_null] = ACTIONS(1910), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1910), - [anon_sym_virtual] = ACTIONS(1910), - [anon_sym_explicit] = ACTIONS(1910), - [sym_auto] = ACTIONS(1910), - [anon_sym_typename] = ACTIONS(1910), - [anon_sym_template] = ACTIONS(1910), - [anon_sym_operator] = ACTIONS(1910), - [anon_sym_delete] = ACTIONS(1910), - [anon_sym_throw] = ACTIONS(1910), - [anon_sym_namespace] = ACTIONS(1910), - [anon_sym_using] = ACTIONS(1910), - [anon_sym_static_assert] = ACTIONS(1910), - [anon_sym_co_return] = ACTIONS(1910), - [anon_sym_co_yield] = ACTIONS(1910), - [anon_sym_try] = ACTIONS(1910), - [anon_sym_co_await] = ACTIONS(1910), - [anon_sym_new] = ACTIONS(1910), - [sym_operator_name] = ACTIONS(1910), - [sym_this] = ACTIONS(1910), - [sym_nullptr] = ACTIONS(1910), - [sym_alone_macro] = ACTIONS(1912), - [aux_sym_alone_macro_call_token1] = ACTIONS(1910), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1910), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1910), - [anon_sym_FORWARD] = ACTIONS(1910), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1910), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1910), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1910), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1910), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1910), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1910), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1910), - [anon_sym_PS_GET] = ACTIONS(1910), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1910), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1910), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1910), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1910), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1910), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1910), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1910), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1910), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1910), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1910), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1910), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1910), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1910), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1910), - [anon_sym_MOZ_COLD] = ACTIONS(1910), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1910), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1910), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1910), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1910), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1910), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1910), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1910), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1910), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1910), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1910), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1910), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1910), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1910), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1910), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1910), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1910), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1910), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1910), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1910), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1910), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1910), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1910), - [anon_sym_MOZ_NONNULL] = ACTIONS(1910), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1910), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1910), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1910), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1910), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1910), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1910), - [anon_sym_MOZ_NORETURN] = ACTIONS(1910), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1910), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1910), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1910), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1910), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1910), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1910), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1910), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1910), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1910), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1910), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1910), - [anon_sym_MOZ_RAII] = ACTIONS(1910), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1910), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1910), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1910), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1910), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1910), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1910), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1910), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1910), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1910), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1910), - [sym_raw_string_literal] = ACTIONS(1912), + [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), }, [506] = { - [sym_preproc_def] = STATE(555), - [sym_preproc_function_def] = STATE(555), - [sym_preproc_call] = STATE(555), - [sym_preproc_if_in_field_declaration_list] = STATE(555), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(555), - [sym_preproc_else_in_field_declaration_list] = STATE(4937), - [sym_preproc_elif_in_field_declaration_list] = STATE(4937), - [sym_type_definition] = STATE(555), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3235), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3536), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), - [sym__field_declaration_list_item] = STATE(555), - [sym_field_declaration] = STATE(555), - [sym_decltype] = STATE(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(865), - [sym_dependent_type] = STATE(1451), - [sym_template_declaration] = STATE(555), - [sym_operator_cast] = STATE(3928), - [sym_inline_method_definition] = STATE(555), - [sym__constructor_specifiers] = STATE(865), - [sym_operator_cast_definition] = STATE(555), - [sym_operator_cast_declaration] = STATE(555), - [sym_constructor_or_destructor_definition] = STATE(555), - [sym_constructor_or_destructor_declaration] = STATE(555), - [sym_friend_declaration] = STATE(555), - [sym_access_specifier] = STATE(555), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_using_declaration] = STATE(555), - [sym_alias_declaration] = STATE(555), - [sym_static_assert_declaration] = STATE(555), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3928), - [sym_macro_statement] = STATE(555), - [sym_macro_annotation] = STATE(1266), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(555), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(865), - [sym_identifier] = ACTIONS(1930), - [aux_sym_preproc_def_token1] = ACTIONS(1932), - [aux_sym_preproc_if_token1] = ACTIONS(1934), - [aux_sym_preproc_if_token2] = ACTIONS(1936), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1938), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1938), - [aux_sym_preproc_else_token1] = ACTIONS(1940), - [aux_sym_preproc_elif_token1] = ACTIONS(1942), - [sym_preproc_directive] = ACTIONS(1944), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_typedef] = ACTIONS(1954), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1960), - [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(1962), - [anon_sym_unsigned] = ACTIONS(1962), - [anon_sym_long] = ACTIONS(1962), - [anon_sym_short] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1966), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1970), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1974), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(1976), - [anon_sym_private] = ACTIONS(1976), - [anon_sym_protected] = ACTIONS(1976), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1978), - [anon_sym_template] = ACTIONS(1980), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1982), - [anon_sym_using] = ACTIONS(1984), - [anon_sym_static_assert] = ACTIONS(1986), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1988), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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(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), }, [507] = { - [sym_identifier] = ACTIONS(1882), - [aux_sym_preproc_include_token1] = ACTIONS(1882), - [aux_sym_preproc_def_token1] = ACTIONS(1882), - [aux_sym_preproc_if_token1] = ACTIONS(1882), - [aux_sym_preproc_if_token2] = ACTIONS(1882), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1882), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1882), - [sym_preproc_directive] = ACTIONS(1882), - [anon_sym_LPAREN2] = ACTIONS(1884), - [anon_sym_BANG] = ACTIONS(1884), - [anon_sym_TILDE] = ACTIONS(1884), - [anon_sym_DASH] = ACTIONS(1882), - [anon_sym_PLUS] = ACTIONS(1882), - [anon_sym_STAR] = ACTIONS(1884), - [anon_sym_AMP_AMP] = ACTIONS(1884), - [anon_sym_AMP] = ACTIONS(1882), - [anon_sym_SEMI] = ACTIONS(1884), - [anon_sym_typedef] = ACTIONS(1882), - [anon_sym_extern] = ACTIONS(1882), - [anon_sym___attribute__] = ACTIONS(1882), - [anon_sym_COLON_COLON] = ACTIONS(1884), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1884), - [anon_sym___declspec] = ACTIONS(1882), - [anon_sym___based] = ACTIONS(1882), - [anon_sym___cdecl] = ACTIONS(1882), - [anon_sym___clrcall] = ACTIONS(1882), - [anon_sym___stdcall] = ACTIONS(1882), - [anon_sym___fastcall] = ACTIONS(1882), - [anon_sym___thiscall] = ACTIONS(1882), - [anon_sym___vectorcall] = ACTIONS(1882), - [anon_sym_LBRACE] = ACTIONS(1884), - [anon_sym_LBRACK] = ACTIONS(1882), - [anon_sym_static] = ACTIONS(1882), - [anon_sym_register] = ACTIONS(1882), - [anon_sym_inline] = ACTIONS(1882), - [anon_sym_thread_local] = ACTIONS(1882), - [anon_sym_const] = ACTIONS(1882), - [anon_sym_volatile] = ACTIONS(1882), - [anon_sym_restrict] = ACTIONS(1882), - [anon_sym__Atomic] = ACTIONS(1882), - [anon_sym_mutable] = ACTIONS(1882), - [anon_sym_constexpr] = ACTIONS(1882), - [anon_sym_signed] = ACTIONS(1882), - [anon_sym_unsigned] = ACTIONS(1882), - [anon_sym_long] = ACTIONS(1882), - [anon_sym_short] = ACTIONS(1882), - [sym_primitive_type] = ACTIONS(1882), - [anon_sym_enum] = ACTIONS(1882), - [anon_sym_class] = ACTIONS(1882), - [anon_sym_struct] = ACTIONS(1882), - [anon_sym_union] = ACTIONS(1882), - [anon_sym_if] = ACTIONS(1882), - [anon_sym_switch] = ACTIONS(1882), - [anon_sym_case] = ACTIONS(1882), - [anon_sym_default] = ACTIONS(1882), - [anon_sym_while] = ACTIONS(1882), - [anon_sym_do] = ACTIONS(1882), - [anon_sym_for] = ACTIONS(1882), - [anon_sym_return] = ACTIONS(1882), - [anon_sym_break] = ACTIONS(1882), - [anon_sym_continue] = ACTIONS(1882), - [anon_sym_goto] = ACTIONS(1882), - [anon_sym_DASH_DASH] = ACTIONS(1884), - [anon_sym_PLUS_PLUS] = ACTIONS(1884), - [anon_sym_sizeof] = ACTIONS(1882), - [sym_number_literal] = ACTIONS(1884), - [anon_sym_L_SQUOTE] = ACTIONS(1884), - [anon_sym_u_SQUOTE] = ACTIONS(1884), - [anon_sym_U_SQUOTE] = ACTIONS(1884), - [anon_sym_u8_SQUOTE] = ACTIONS(1884), - [anon_sym_SQUOTE] = ACTIONS(1884), - [anon_sym_L_DQUOTE] = ACTIONS(1884), - [anon_sym_u_DQUOTE] = ACTIONS(1884), - [anon_sym_U_DQUOTE] = ACTIONS(1884), - [anon_sym_u8_DQUOTE] = ACTIONS(1884), - [anon_sym_DQUOTE] = ACTIONS(1884), - [sym_true] = ACTIONS(1882), - [sym_false] = ACTIONS(1882), - [sym_null] = ACTIONS(1882), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1882), - [anon_sym_virtual] = ACTIONS(1882), - [anon_sym_explicit] = ACTIONS(1882), - [sym_auto] = ACTIONS(1882), - [anon_sym_typename] = ACTIONS(1882), - [anon_sym_template] = ACTIONS(1882), - [anon_sym_operator] = ACTIONS(1882), - [anon_sym_delete] = ACTIONS(1882), - [anon_sym_throw] = ACTIONS(1882), - [anon_sym_namespace] = ACTIONS(1882), - [anon_sym_using] = ACTIONS(1882), - [anon_sym_static_assert] = ACTIONS(1882), - [anon_sym_co_return] = ACTIONS(1882), - [anon_sym_co_yield] = ACTIONS(1882), - [anon_sym_try] = ACTIONS(1882), - [anon_sym_co_await] = ACTIONS(1882), - [anon_sym_new] = ACTIONS(1882), - [sym_operator_name] = ACTIONS(1882), - [sym_this] = ACTIONS(1882), - [sym_nullptr] = ACTIONS(1882), - [sym_alone_macro] = ACTIONS(1884), - [aux_sym_alone_macro_call_token1] = ACTIONS(1882), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1882), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1882), - [anon_sym_FORWARD] = ACTIONS(1882), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1882), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1882), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1882), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1882), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1882), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1882), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1882), - [anon_sym_PS_GET] = ACTIONS(1882), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1882), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1882), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1882), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1882), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1882), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1882), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1882), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1882), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1882), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1882), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1882), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1882), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1882), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1882), - [anon_sym_MOZ_COLD] = ACTIONS(1882), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1882), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1882), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1882), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1882), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1882), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1882), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1882), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1882), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1882), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1882), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1882), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1882), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1882), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1882), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1882), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1882), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1882), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1882), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1882), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1882), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1882), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1882), - [anon_sym_MOZ_NONNULL] = ACTIONS(1882), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1882), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1882), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1882), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1882), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1882), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1882), - [anon_sym_MOZ_NORETURN] = ACTIONS(1882), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1882), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1882), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1882), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1882), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1882), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1882), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1882), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1882), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1882), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1882), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1882), - [anon_sym_MOZ_RAII] = ACTIONS(1882), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1882), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1882), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1882), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1882), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1882), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1882), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1882), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1882), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1882), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1882), - [sym_raw_string_literal] = ACTIONS(1884), + [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(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), }, [508] = { - [sym_identifier] = ACTIONS(1878), - [aux_sym_preproc_include_token1] = ACTIONS(1878), - [aux_sym_preproc_def_token1] = ACTIONS(1878), - [aux_sym_preproc_if_token1] = ACTIONS(1878), - [aux_sym_preproc_if_token2] = ACTIONS(1878), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1878), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1878), - [sym_preproc_directive] = ACTIONS(1878), - [anon_sym_LPAREN2] = ACTIONS(1880), - [anon_sym_BANG] = ACTIONS(1880), - [anon_sym_TILDE] = ACTIONS(1880), - [anon_sym_DASH] = ACTIONS(1878), - [anon_sym_PLUS] = ACTIONS(1878), - [anon_sym_STAR] = ACTIONS(1880), - [anon_sym_AMP_AMP] = ACTIONS(1880), - [anon_sym_AMP] = ACTIONS(1878), - [anon_sym_SEMI] = ACTIONS(1880), - [anon_sym_typedef] = ACTIONS(1878), - [anon_sym_extern] = ACTIONS(1878), - [anon_sym___attribute__] = ACTIONS(1878), - [anon_sym_COLON_COLON] = ACTIONS(1880), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1880), - [anon_sym___declspec] = ACTIONS(1878), - [anon_sym___based] = ACTIONS(1878), - [anon_sym___cdecl] = ACTIONS(1878), - [anon_sym___clrcall] = ACTIONS(1878), - [anon_sym___stdcall] = ACTIONS(1878), - [anon_sym___fastcall] = ACTIONS(1878), - [anon_sym___thiscall] = ACTIONS(1878), - [anon_sym___vectorcall] = ACTIONS(1878), - [anon_sym_LBRACE] = ACTIONS(1880), - [anon_sym_LBRACK] = ACTIONS(1878), - [anon_sym_static] = ACTIONS(1878), - [anon_sym_register] = ACTIONS(1878), - [anon_sym_inline] = ACTIONS(1878), - [anon_sym_thread_local] = ACTIONS(1878), - [anon_sym_const] = ACTIONS(1878), - [anon_sym_volatile] = ACTIONS(1878), - [anon_sym_restrict] = ACTIONS(1878), - [anon_sym__Atomic] = ACTIONS(1878), - [anon_sym_mutable] = ACTIONS(1878), - [anon_sym_constexpr] = ACTIONS(1878), - [anon_sym_signed] = ACTIONS(1878), - [anon_sym_unsigned] = ACTIONS(1878), - [anon_sym_long] = ACTIONS(1878), - [anon_sym_short] = ACTIONS(1878), - [sym_primitive_type] = ACTIONS(1878), - [anon_sym_enum] = ACTIONS(1878), - [anon_sym_class] = ACTIONS(1878), - [anon_sym_struct] = ACTIONS(1878), - [anon_sym_union] = ACTIONS(1878), - [anon_sym_if] = ACTIONS(1878), - [anon_sym_switch] = ACTIONS(1878), - [anon_sym_case] = ACTIONS(1878), - [anon_sym_default] = ACTIONS(1878), - [anon_sym_while] = ACTIONS(1878), - [anon_sym_do] = ACTIONS(1878), - [anon_sym_for] = ACTIONS(1878), - [anon_sym_return] = ACTIONS(1878), - [anon_sym_break] = ACTIONS(1878), - [anon_sym_continue] = ACTIONS(1878), - [anon_sym_goto] = ACTIONS(1878), - [anon_sym_DASH_DASH] = ACTIONS(1880), - [anon_sym_PLUS_PLUS] = ACTIONS(1880), - [anon_sym_sizeof] = ACTIONS(1878), - [sym_number_literal] = ACTIONS(1880), - [anon_sym_L_SQUOTE] = ACTIONS(1880), - [anon_sym_u_SQUOTE] = ACTIONS(1880), - [anon_sym_U_SQUOTE] = ACTIONS(1880), - [anon_sym_u8_SQUOTE] = ACTIONS(1880), - [anon_sym_SQUOTE] = ACTIONS(1880), - [anon_sym_L_DQUOTE] = ACTIONS(1880), - [anon_sym_u_DQUOTE] = ACTIONS(1880), - [anon_sym_U_DQUOTE] = ACTIONS(1880), - [anon_sym_u8_DQUOTE] = ACTIONS(1880), - [anon_sym_DQUOTE] = ACTIONS(1880), - [sym_true] = ACTIONS(1878), - [sym_false] = ACTIONS(1878), - [sym_null] = ACTIONS(1878), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1878), - [anon_sym_virtual] = ACTIONS(1878), - [anon_sym_explicit] = ACTIONS(1878), - [sym_auto] = ACTIONS(1878), - [anon_sym_typename] = ACTIONS(1878), - [anon_sym_template] = ACTIONS(1878), - [anon_sym_operator] = ACTIONS(1878), - [anon_sym_delete] = ACTIONS(1878), - [anon_sym_throw] = ACTIONS(1878), - [anon_sym_namespace] = ACTIONS(1878), - [anon_sym_using] = ACTIONS(1878), - [anon_sym_static_assert] = ACTIONS(1878), - [anon_sym_co_return] = ACTIONS(1878), - [anon_sym_co_yield] = ACTIONS(1878), - [anon_sym_try] = ACTIONS(1878), - [anon_sym_co_await] = ACTIONS(1878), - [anon_sym_new] = ACTIONS(1878), - [sym_operator_name] = ACTIONS(1878), - [sym_this] = ACTIONS(1878), - [sym_nullptr] = ACTIONS(1878), - [sym_alone_macro] = ACTIONS(1880), - [aux_sym_alone_macro_call_token1] = ACTIONS(1878), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1878), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1878), - [anon_sym_FORWARD] = ACTIONS(1878), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1878), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1878), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1878), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1878), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1878), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1878), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1878), - [anon_sym_PS_GET] = ACTIONS(1878), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1878), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1878), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1878), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1878), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1878), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1878), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1878), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1878), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1878), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1878), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1878), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1878), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1878), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1878), - [anon_sym_MOZ_COLD] = ACTIONS(1878), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1878), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1878), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1878), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1878), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1878), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1878), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1878), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1878), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1878), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1878), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1878), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1878), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1878), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1878), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1878), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1878), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1878), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1878), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1878), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1878), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1878), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1878), - [anon_sym_MOZ_NONNULL] = ACTIONS(1878), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1878), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1878), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1878), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1878), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1878), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1878), - [anon_sym_MOZ_NORETURN] = ACTIONS(1878), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1878), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1878), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1878), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1878), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1878), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1878), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1878), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1878), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1878), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1878), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1878), - [anon_sym_MOZ_RAII] = ACTIONS(1878), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1878), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1878), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1878), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1878), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1878), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1878), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1878), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1878), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1878), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1878), - [sym_raw_string_literal] = ACTIONS(1880), + [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(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), }, [509] = { - [sym_identifier] = ACTIONS(1894), - [aux_sym_preproc_include_token1] = ACTIONS(1894), - [aux_sym_preproc_def_token1] = ACTIONS(1894), - [aux_sym_preproc_if_token1] = ACTIONS(1894), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1894), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1894), - [sym_preproc_directive] = ACTIONS(1894), - [anon_sym_LPAREN2] = ACTIONS(1896), - [anon_sym_BANG] = ACTIONS(1896), - [anon_sym_TILDE] = ACTIONS(1896), - [anon_sym_DASH] = ACTIONS(1894), - [anon_sym_PLUS] = ACTIONS(1894), - [anon_sym_STAR] = ACTIONS(1896), - [anon_sym_AMP_AMP] = ACTIONS(1896), - [anon_sym_AMP] = ACTIONS(1894), - [anon_sym_SEMI] = ACTIONS(1896), - [anon_sym_typedef] = ACTIONS(1894), - [anon_sym_extern] = ACTIONS(1894), - [anon_sym___attribute__] = ACTIONS(1894), - [anon_sym_COLON_COLON] = ACTIONS(1896), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1896), - [anon_sym___declspec] = ACTIONS(1894), - [anon_sym___based] = ACTIONS(1894), - [anon_sym___cdecl] = ACTIONS(1894), - [anon_sym___clrcall] = ACTIONS(1894), - [anon_sym___stdcall] = ACTIONS(1894), - [anon_sym___fastcall] = ACTIONS(1894), - [anon_sym___thiscall] = ACTIONS(1894), - [anon_sym___vectorcall] = ACTIONS(1894), - [anon_sym_LBRACE] = ACTIONS(1896), - [anon_sym_RBRACE] = ACTIONS(1896), - [anon_sym_LBRACK] = ACTIONS(1894), - [anon_sym_static] = ACTIONS(1894), - [anon_sym_register] = ACTIONS(1894), - [anon_sym_inline] = ACTIONS(1894), - [anon_sym_thread_local] = ACTIONS(1894), - [anon_sym_const] = ACTIONS(1894), - [anon_sym_volatile] = ACTIONS(1894), - [anon_sym_restrict] = ACTIONS(1894), - [anon_sym__Atomic] = ACTIONS(1894), - [anon_sym_mutable] = ACTIONS(1894), - [anon_sym_constexpr] = ACTIONS(1894), - [anon_sym_signed] = ACTIONS(1894), - [anon_sym_unsigned] = ACTIONS(1894), - [anon_sym_long] = ACTIONS(1894), - [anon_sym_short] = ACTIONS(1894), - [sym_primitive_type] = ACTIONS(1894), - [anon_sym_enum] = ACTIONS(1894), - [anon_sym_class] = ACTIONS(1894), - [anon_sym_struct] = ACTIONS(1894), - [anon_sym_union] = ACTIONS(1894), - [anon_sym_if] = ACTIONS(1894), - [anon_sym_switch] = ACTIONS(1894), - [anon_sym_case] = ACTIONS(1894), - [anon_sym_default] = ACTIONS(1894), - [anon_sym_while] = ACTIONS(1894), - [anon_sym_do] = ACTIONS(1894), - [anon_sym_for] = ACTIONS(1894), - [anon_sym_return] = ACTIONS(1894), - [anon_sym_break] = ACTIONS(1894), - [anon_sym_continue] = ACTIONS(1894), - [anon_sym_goto] = ACTIONS(1894), - [anon_sym_DASH_DASH] = ACTIONS(1896), - [anon_sym_PLUS_PLUS] = ACTIONS(1896), - [anon_sym_sizeof] = ACTIONS(1894), - [sym_number_literal] = ACTIONS(1896), - [anon_sym_L_SQUOTE] = ACTIONS(1896), - [anon_sym_u_SQUOTE] = ACTIONS(1896), - [anon_sym_U_SQUOTE] = ACTIONS(1896), - [anon_sym_u8_SQUOTE] = ACTIONS(1896), - [anon_sym_SQUOTE] = ACTIONS(1896), - [anon_sym_L_DQUOTE] = ACTIONS(1896), - [anon_sym_u_DQUOTE] = ACTIONS(1896), - [anon_sym_U_DQUOTE] = ACTIONS(1896), - [anon_sym_u8_DQUOTE] = ACTIONS(1896), - [anon_sym_DQUOTE] = ACTIONS(1896), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [sym_null] = ACTIONS(1894), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1894), - [anon_sym_virtual] = ACTIONS(1894), - [anon_sym_explicit] = ACTIONS(1894), - [sym_auto] = ACTIONS(1894), - [anon_sym_typename] = ACTIONS(1894), - [anon_sym_template] = ACTIONS(1894), - [anon_sym_operator] = ACTIONS(1894), - [anon_sym_delete] = ACTIONS(1894), - [anon_sym_throw] = ACTIONS(1894), - [anon_sym_namespace] = ACTIONS(1894), - [anon_sym_using] = ACTIONS(1894), - [anon_sym_static_assert] = ACTIONS(1894), - [anon_sym_co_return] = ACTIONS(1894), - [anon_sym_co_yield] = ACTIONS(1894), - [anon_sym_try] = ACTIONS(1894), - [anon_sym_co_await] = ACTIONS(1894), - [anon_sym_new] = ACTIONS(1894), - [sym_operator_name] = ACTIONS(1894), - [sym_this] = ACTIONS(1894), - [sym_nullptr] = ACTIONS(1894), - [sym_alone_macro] = ACTIONS(1896), - [aux_sym_alone_macro_call_token1] = ACTIONS(1894), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1894), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1894), - [anon_sym_FORWARD] = ACTIONS(1894), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1894), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1894), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1894), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1894), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1894), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1894), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1894), - [anon_sym_PS_GET] = ACTIONS(1894), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1894), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1894), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1894), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1894), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1894), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1894), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1894), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1894), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1894), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1894), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1894), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1894), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1894), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1894), - [anon_sym_MOZ_COLD] = ACTIONS(1894), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1894), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1894), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1894), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1894), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1894), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1894), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1894), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1894), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1894), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1894), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1894), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1894), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1894), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1894), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1894), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1894), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1894), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1894), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1894), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1894), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_NONNULL] = ACTIONS(1894), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1894), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1894), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1894), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1894), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1894), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_NORETURN] = ACTIONS(1894), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1894), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1894), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1894), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1894), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1894), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1894), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1894), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1894), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1894), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1894), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1894), - [anon_sym_MOZ_RAII] = ACTIONS(1894), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1894), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1894), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1894), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1894), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1894), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1894), - [sym_raw_string_literal] = ACTIONS(1896), + [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), + [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), }, [510] = { - [sym_identifier] = ACTIONS(1746), - [aux_sym_preproc_include_token1] = ACTIONS(1746), - [aux_sym_preproc_def_token1] = ACTIONS(1746), - [aux_sym_preproc_if_token1] = ACTIONS(1746), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1746), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1746), - [sym_preproc_directive] = ACTIONS(1746), - [anon_sym_LPAREN2] = ACTIONS(1748), - [anon_sym_BANG] = ACTIONS(1748), - [anon_sym_TILDE] = ACTIONS(1748), - [anon_sym_DASH] = ACTIONS(1746), - [anon_sym_PLUS] = ACTIONS(1746), - [anon_sym_STAR] = ACTIONS(1748), - [anon_sym_AMP_AMP] = ACTIONS(1748), - [anon_sym_AMP] = ACTIONS(1746), - [anon_sym_SEMI] = ACTIONS(1748), - [anon_sym_typedef] = ACTIONS(1746), - [anon_sym_extern] = ACTIONS(1746), - [anon_sym___attribute__] = ACTIONS(1746), - [anon_sym_COLON_COLON] = ACTIONS(1748), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1748), - [anon_sym___declspec] = ACTIONS(1746), - [anon_sym___based] = ACTIONS(1746), - [anon_sym___cdecl] = ACTIONS(1746), - [anon_sym___clrcall] = ACTIONS(1746), - [anon_sym___stdcall] = ACTIONS(1746), - [anon_sym___fastcall] = ACTIONS(1746), - [anon_sym___thiscall] = ACTIONS(1746), - [anon_sym___vectorcall] = ACTIONS(1746), - [anon_sym_LBRACE] = ACTIONS(1748), - [anon_sym_RBRACE] = ACTIONS(1748), - [anon_sym_LBRACK] = ACTIONS(1746), - [anon_sym_static] = ACTIONS(1746), - [anon_sym_register] = ACTIONS(1746), - [anon_sym_inline] = ACTIONS(1746), - [anon_sym_thread_local] = ACTIONS(1746), - [anon_sym_const] = ACTIONS(1746), - [anon_sym_volatile] = ACTIONS(1746), - [anon_sym_restrict] = ACTIONS(1746), - [anon_sym__Atomic] = ACTIONS(1746), - [anon_sym_mutable] = ACTIONS(1746), - [anon_sym_constexpr] = ACTIONS(1746), - [anon_sym_signed] = ACTIONS(1746), - [anon_sym_unsigned] = ACTIONS(1746), - [anon_sym_long] = ACTIONS(1746), - [anon_sym_short] = ACTIONS(1746), - [sym_primitive_type] = ACTIONS(1746), - [anon_sym_enum] = ACTIONS(1746), - [anon_sym_class] = ACTIONS(1746), - [anon_sym_struct] = ACTIONS(1746), - [anon_sym_union] = ACTIONS(1746), - [anon_sym_if] = ACTIONS(1746), - [anon_sym_switch] = ACTIONS(1746), - [anon_sym_case] = ACTIONS(1746), - [anon_sym_default] = ACTIONS(1746), - [anon_sym_while] = ACTIONS(1746), - [anon_sym_do] = ACTIONS(1746), - [anon_sym_for] = ACTIONS(1746), - [anon_sym_return] = ACTIONS(1746), - [anon_sym_break] = ACTIONS(1746), - [anon_sym_continue] = ACTIONS(1746), - [anon_sym_goto] = ACTIONS(1746), - [anon_sym_DASH_DASH] = ACTIONS(1748), - [anon_sym_PLUS_PLUS] = ACTIONS(1748), - [anon_sym_sizeof] = ACTIONS(1746), - [sym_number_literal] = ACTIONS(1748), - [anon_sym_L_SQUOTE] = ACTIONS(1748), - [anon_sym_u_SQUOTE] = ACTIONS(1748), - [anon_sym_U_SQUOTE] = ACTIONS(1748), - [anon_sym_u8_SQUOTE] = ACTIONS(1748), - [anon_sym_SQUOTE] = ACTIONS(1748), - [anon_sym_L_DQUOTE] = ACTIONS(1748), - [anon_sym_u_DQUOTE] = ACTIONS(1748), - [anon_sym_U_DQUOTE] = ACTIONS(1748), - [anon_sym_u8_DQUOTE] = ACTIONS(1748), - [anon_sym_DQUOTE] = ACTIONS(1748), - [sym_true] = ACTIONS(1746), - [sym_false] = ACTIONS(1746), - [sym_null] = ACTIONS(1746), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1746), - [anon_sym_virtual] = ACTIONS(1746), - [anon_sym_explicit] = ACTIONS(1746), - [sym_auto] = ACTIONS(1746), - [anon_sym_typename] = ACTIONS(1746), - [anon_sym_template] = ACTIONS(1746), - [anon_sym_operator] = ACTIONS(1746), - [anon_sym_delete] = ACTIONS(1746), - [anon_sym_throw] = ACTIONS(1746), - [anon_sym_namespace] = ACTIONS(1746), - [anon_sym_using] = ACTIONS(1746), - [anon_sym_static_assert] = ACTIONS(1746), - [anon_sym_co_return] = ACTIONS(1746), - [anon_sym_co_yield] = ACTIONS(1746), - [anon_sym_try] = ACTIONS(1746), - [anon_sym_co_await] = ACTIONS(1746), - [anon_sym_new] = ACTIONS(1746), - [sym_operator_name] = ACTIONS(1746), - [sym_this] = ACTIONS(1746), - [sym_nullptr] = ACTIONS(1746), - [sym_alone_macro] = ACTIONS(1748), - [aux_sym_alone_macro_call_token1] = ACTIONS(1746), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1746), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1746), - [anon_sym_FORWARD] = ACTIONS(1746), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1746), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1746), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1746), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1746), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1746), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1746), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1746), - [anon_sym_PS_GET] = ACTIONS(1746), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1746), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1746), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1746), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1746), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1746), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1746), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1746), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1746), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1746), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1746), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1746), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1746), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1746), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1746), - [anon_sym_MOZ_COLD] = ACTIONS(1746), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1746), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1746), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1746), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1746), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1746), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1746), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1746), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1746), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1746), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1746), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1746), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1746), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1746), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1746), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1746), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1746), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1746), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1746), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1746), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1746), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1746), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1746), - [anon_sym_MOZ_NONNULL] = ACTIONS(1746), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1746), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1746), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1746), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1746), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1746), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1746), - [anon_sym_MOZ_NORETURN] = ACTIONS(1746), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1746), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1746), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1746), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1746), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1746), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1746), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1746), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1746), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1746), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1746), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1746), - [anon_sym_MOZ_RAII] = ACTIONS(1746), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1746), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1746), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1746), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1746), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1746), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1746), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1746), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1746), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1746), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1746), - [sym_raw_string_literal] = ACTIONS(1748), + [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(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), }, [511] = { - [ts_builtin_sym_end] = ACTIONS(1864), - [sym_identifier] = ACTIONS(1862), - [aux_sym_preproc_include_token1] = ACTIONS(1862), - [aux_sym_preproc_def_token1] = ACTIONS(1862), - [aux_sym_preproc_if_token1] = ACTIONS(1862), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1862), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1862), - [sym_preproc_directive] = ACTIONS(1862), - [anon_sym_LPAREN2] = ACTIONS(1864), - [anon_sym_BANG] = ACTIONS(1864), - [anon_sym_TILDE] = ACTIONS(1864), - [anon_sym_DASH] = ACTIONS(1862), - [anon_sym_PLUS] = ACTIONS(1862), - [anon_sym_STAR] = ACTIONS(1864), - [anon_sym_AMP_AMP] = ACTIONS(1864), - [anon_sym_AMP] = ACTIONS(1862), - [anon_sym_SEMI] = ACTIONS(1864), - [anon_sym_typedef] = ACTIONS(1862), - [anon_sym_extern] = ACTIONS(1862), - [anon_sym___attribute__] = ACTIONS(1862), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym___declspec] = ACTIONS(1862), - [anon_sym___based] = ACTIONS(1862), - [anon_sym___cdecl] = ACTIONS(1862), - [anon_sym___clrcall] = ACTIONS(1862), - [anon_sym___stdcall] = ACTIONS(1862), - [anon_sym___fastcall] = ACTIONS(1862), - [anon_sym___thiscall] = ACTIONS(1862), - [anon_sym___vectorcall] = ACTIONS(1862), - [anon_sym_LBRACE] = ACTIONS(1864), - [anon_sym_LBRACK] = ACTIONS(1862), - [anon_sym_static] = ACTIONS(1862), - [anon_sym_register] = ACTIONS(1862), - [anon_sym_inline] = ACTIONS(1862), - [anon_sym_thread_local] = ACTIONS(1862), - [anon_sym_const] = ACTIONS(1862), - [anon_sym_volatile] = ACTIONS(1862), - [anon_sym_restrict] = ACTIONS(1862), - [anon_sym__Atomic] = ACTIONS(1862), - [anon_sym_mutable] = ACTIONS(1862), - [anon_sym_constexpr] = ACTIONS(1862), - [anon_sym_signed] = ACTIONS(1862), - [anon_sym_unsigned] = ACTIONS(1862), - [anon_sym_long] = ACTIONS(1862), - [anon_sym_short] = ACTIONS(1862), - [sym_primitive_type] = ACTIONS(1862), - [anon_sym_enum] = ACTIONS(1862), - [anon_sym_class] = ACTIONS(1862), - [anon_sym_struct] = ACTIONS(1862), - [anon_sym_union] = ACTIONS(1862), - [anon_sym_if] = ACTIONS(1862), - [anon_sym_switch] = ACTIONS(1862), - [anon_sym_case] = ACTIONS(1862), - [anon_sym_default] = ACTIONS(1862), - [anon_sym_while] = ACTIONS(1862), - [anon_sym_do] = ACTIONS(1862), - [anon_sym_for] = ACTIONS(1862), - [anon_sym_return] = ACTIONS(1862), - [anon_sym_break] = ACTIONS(1862), - [anon_sym_continue] = ACTIONS(1862), - [anon_sym_goto] = ACTIONS(1862), - [anon_sym_DASH_DASH] = ACTIONS(1864), - [anon_sym_PLUS_PLUS] = ACTIONS(1864), - [anon_sym_sizeof] = ACTIONS(1862), - [sym_number_literal] = ACTIONS(1864), - [anon_sym_L_SQUOTE] = ACTIONS(1864), - [anon_sym_u_SQUOTE] = ACTIONS(1864), - [anon_sym_U_SQUOTE] = ACTIONS(1864), - [anon_sym_u8_SQUOTE] = ACTIONS(1864), - [anon_sym_SQUOTE] = ACTIONS(1864), - [anon_sym_L_DQUOTE] = ACTIONS(1864), - [anon_sym_u_DQUOTE] = ACTIONS(1864), - [anon_sym_U_DQUOTE] = ACTIONS(1864), - [anon_sym_u8_DQUOTE] = ACTIONS(1864), - [anon_sym_DQUOTE] = ACTIONS(1864), - [sym_true] = ACTIONS(1862), - [sym_false] = ACTIONS(1862), - [sym_null] = ACTIONS(1862), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1862), - [anon_sym_virtual] = ACTIONS(1862), - [anon_sym_explicit] = ACTIONS(1862), - [sym_auto] = ACTIONS(1862), - [anon_sym_typename] = ACTIONS(1862), - [anon_sym_template] = ACTIONS(1862), - [anon_sym_operator] = ACTIONS(1862), - [anon_sym_delete] = ACTIONS(1862), - [anon_sym_throw] = ACTIONS(1862), - [anon_sym_namespace] = ACTIONS(1862), - [anon_sym_using] = ACTIONS(1862), - [anon_sym_static_assert] = ACTIONS(1862), - [anon_sym_co_return] = ACTIONS(1862), - [anon_sym_co_yield] = ACTIONS(1862), - [anon_sym_try] = ACTIONS(1862), - [anon_sym_co_await] = ACTIONS(1862), - [anon_sym_new] = ACTIONS(1862), - [sym_operator_name] = ACTIONS(1862), - [sym_this] = ACTIONS(1862), - [sym_nullptr] = ACTIONS(1862), - [sym_alone_macro] = ACTIONS(1864), - [aux_sym_alone_macro_call_token1] = ACTIONS(1862), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1862), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1862), - [anon_sym_FORWARD] = ACTIONS(1862), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1862), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1862), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1862), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1862), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1862), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1862), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1862), - [anon_sym_PS_GET] = ACTIONS(1862), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1862), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1862), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1862), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1862), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1862), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1862), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1862), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1862), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1862), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1862), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1862), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1862), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1862), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1862), - [anon_sym_MOZ_COLD] = ACTIONS(1862), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1862), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1862), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1862), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1862), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1862), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1862), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1862), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1862), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1862), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1862), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1862), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1862), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1862), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1862), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1862), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1862), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1862), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1862), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1862), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1862), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_NONNULL] = ACTIONS(1862), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1862), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1862), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1862), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1862), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1862), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_NORETURN] = ACTIONS(1862), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1862), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1862), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1862), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1862), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1862), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1862), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1862), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1862), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1862), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1862), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1862), - [anon_sym_MOZ_RAII] = ACTIONS(1862), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1862), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1862), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1862), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1862), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1862), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1862), - [sym_raw_string_literal] = ACTIONS(1864), + [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(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), }, [512] = { - [sym_identifier] = ACTIONS(1726), - [aux_sym_preproc_include_token1] = ACTIONS(1726), - [aux_sym_preproc_def_token1] = ACTIONS(1726), - [aux_sym_preproc_if_token1] = ACTIONS(1726), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1726), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1726), - [sym_preproc_directive] = ACTIONS(1726), - [anon_sym_LPAREN2] = ACTIONS(1728), - [anon_sym_BANG] = ACTIONS(1728), - [anon_sym_TILDE] = ACTIONS(1728), - [anon_sym_DASH] = ACTIONS(1726), - [anon_sym_PLUS] = ACTIONS(1726), - [anon_sym_STAR] = ACTIONS(1728), - [anon_sym_AMP_AMP] = ACTIONS(1728), - [anon_sym_AMP] = ACTIONS(1726), - [anon_sym_SEMI] = ACTIONS(1728), - [anon_sym_typedef] = ACTIONS(1726), - [anon_sym_extern] = ACTIONS(1726), - [anon_sym___attribute__] = ACTIONS(1726), - [anon_sym_COLON_COLON] = ACTIONS(1728), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1728), - [anon_sym___declspec] = ACTIONS(1726), - [anon_sym___based] = ACTIONS(1726), - [anon_sym___cdecl] = ACTIONS(1726), - [anon_sym___clrcall] = ACTIONS(1726), - [anon_sym___stdcall] = ACTIONS(1726), - [anon_sym___fastcall] = ACTIONS(1726), - [anon_sym___thiscall] = ACTIONS(1726), - [anon_sym___vectorcall] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1728), - [anon_sym_RBRACE] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1726), - [anon_sym_static] = ACTIONS(1726), - [anon_sym_register] = ACTIONS(1726), - [anon_sym_inline] = ACTIONS(1726), - [anon_sym_thread_local] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(1726), - [anon_sym_volatile] = ACTIONS(1726), - [anon_sym_restrict] = ACTIONS(1726), - [anon_sym__Atomic] = ACTIONS(1726), - [anon_sym_mutable] = ACTIONS(1726), - [anon_sym_constexpr] = ACTIONS(1726), - [anon_sym_signed] = ACTIONS(1726), - [anon_sym_unsigned] = ACTIONS(1726), - [anon_sym_long] = ACTIONS(1726), - [anon_sym_short] = ACTIONS(1726), - [sym_primitive_type] = ACTIONS(1726), - [anon_sym_enum] = ACTIONS(1726), - [anon_sym_class] = ACTIONS(1726), - [anon_sym_struct] = ACTIONS(1726), - [anon_sym_union] = ACTIONS(1726), - [anon_sym_if] = ACTIONS(1726), - [anon_sym_switch] = ACTIONS(1726), - [anon_sym_case] = ACTIONS(1726), - [anon_sym_default] = ACTIONS(1726), - [anon_sym_while] = ACTIONS(1726), - [anon_sym_do] = ACTIONS(1726), - [anon_sym_for] = ACTIONS(1726), - [anon_sym_return] = ACTIONS(1726), - [anon_sym_break] = ACTIONS(1726), - [anon_sym_continue] = ACTIONS(1726), - [anon_sym_goto] = ACTIONS(1726), - [anon_sym_DASH_DASH] = ACTIONS(1728), - [anon_sym_PLUS_PLUS] = ACTIONS(1728), - [anon_sym_sizeof] = ACTIONS(1726), - [sym_number_literal] = ACTIONS(1728), - [anon_sym_L_SQUOTE] = ACTIONS(1728), - [anon_sym_u_SQUOTE] = ACTIONS(1728), - [anon_sym_U_SQUOTE] = ACTIONS(1728), - [anon_sym_u8_SQUOTE] = ACTIONS(1728), - [anon_sym_SQUOTE] = ACTIONS(1728), - [anon_sym_L_DQUOTE] = ACTIONS(1728), - [anon_sym_u_DQUOTE] = ACTIONS(1728), - [anon_sym_U_DQUOTE] = ACTIONS(1728), - [anon_sym_u8_DQUOTE] = ACTIONS(1728), - [anon_sym_DQUOTE] = ACTIONS(1728), - [sym_true] = ACTIONS(1726), - [sym_false] = ACTIONS(1726), - [sym_null] = ACTIONS(1726), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1726), - [anon_sym_virtual] = ACTIONS(1726), - [anon_sym_explicit] = ACTIONS(1726), - [sym_auto] = ACTIONS(1726), - [anon_sym_typename] = ACTIONS(1726), - [anon_sym_template] = ACTIONS(1726), - [anon_sym_operator] = ACTIONS(1726), - [anon_sym_delete] = ACTIONS(1726), - [anon_sym_throw] = ACTIONS(1726), - [anon_sym_namespace] = ACTIONS(1726), - [anon_sym_using] = ACTIONS(1726), - [anon_sym_static_assert] = ACTIONS(1726), - [anon_sym_co_return] = ACTIONS(1726), - [anon_sym_co_yield] = ACTIONS(1726), - [anon_sym_try] = ACTIONS(1726), - [anon_sym_co_await] = ACTIONS(1726), - [anon_sym_new] = ACTIONS(1726), - [sym_operator_name] = ACTIONS(1726), - [sym_this] = ACTIONS(1726), - [sym_nullptr] = ACTIONS(1726), - [sym_alone_macro] = ACTIONS(1728), - [aux_sym_alone_macro_call_token1] = ACTIONS(1726), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1726), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1726), - [anon_sym_FORWARD] = ACTIONS(1726), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1726), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1726), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1726), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1726), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1726), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1726), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1726), - [anon_sym_PS_GET] = ACTIONS(1726), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1726), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1726), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1726), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1726), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1726), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1726), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1726), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1726), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1726), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1726), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1726), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1726), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1726), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1726), - [anon_sym_MOZ_COLD] = ACTIONS(1726), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1726), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1726), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1726), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1726), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1726), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1726), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1726), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1726), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1726), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1726), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1726), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1726), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1726), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1726), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1726), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1726), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1726), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1726), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1726), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1726), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1726), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1726), - [anon_sym_MOZ_NONNULL] = ACTIONS(1726), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1726), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1726), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1726), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1726), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1726), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1726), - [anon_sym_MOZ_NORETURN] = ACTIONS(1726), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1726), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1726), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1726), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1726), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1726), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1726), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1726), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1726), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1726), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1726), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1726), - [anon_sym_MOZ_RAII] = ACTIONS(1726), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1726), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1726), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1726), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1726), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1726), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1726), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1726), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1726), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1726), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1726), - [sym_raw_string_literal] = ACTIONS(1728), + [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(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), }, [513] = { - [ts_builtin_sym_end] = ACTIONS(1908), - [sym_identifier] = ACTIONS(1906), - [aux_sym_preproc_include_token1] = ACTIONS(1906), - [aux_sym_preproc_def_token1] = ACTIONS(1906), - [aux_sym_preproc_if_token1] = ACTIONS(1906), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1906), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1906), - [sym_preproc_directive] = ACTIONS(1906), - [anon_sym_LPAREN2] = ACTIONS(1908), - [anon_sym_BANG] = ACTIONS(1908), - [anon_sym_TILDE] = ACTIONS(1908), - [anon_sym_DASH] = ACTIONS(1906), - [anon_sym_PLUS] = ACTIONS(1906), - [anon_sym_STAR] = ACTIONS(1908), - [anon_sym_AMP_AMP] = ACTIONS(1908), - [anon_sym_AMP] = ACTIONS(1906), - [anon_sym_SEMI] = ACTIONS(1908), - [anon_sym_typedef] = ACTIONS(1906), - [anon_sym_extern] = ACTIONS(1906), - [anon_sym___attribute__] = ACTIONS(1906), - [anon_sym_COLON_COLON] = ACTIONS(1908), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1908), - [anon_sym___declspec] = ACTIONS(1906), - [anon_sym___based] = ACTIONS(1906), - [anon_sym___cdecl] = ACTIONS(1906), - [anon_sym___clrcall] = ACTIONS(1906), - [anon_sym___stdcall] = ACTIONS(1906), - [anon_sym___fastcall] = ACTIONS(1906), - [anon_sym___thiscall] = ACTIONS(1906), - [anon_sym___vectorcall] = ACTIONS(1906), - [anon_sym_LBRACE] = ACTIONS(1908), - [anon_sym_LBRACK] = ACTIONS(1906), - [anon_sym_static] = ACTIONS(1906), - [anon_sym_register] = ACTIONS(1906), - [anon_sym_inline] = ACTIONS(1906), - [anon_sym_thread_local] = ACTIONS(1906), - [anon_sym_const] = ACTIONS(1906), - [anon_sym_volatile] = ACTIONS(1906), - [anon_sym_restrict] = ACTIONS(1906), - [anon_sym__Atomic] = ACTIONS(1906), - [anon_sym_mutable] = ACTIONS(1906), - [anon_sym_constexpr] = ACTIONS(1906), - [anon_sym_signed] = ACTIONS(1906), - [anon_sym_unsigned] = ACTIONS(1906), - [anon_sym_long] = ACTIONS(1906), - [anon_sym_short] = ACTIONS(1906), - [sym_primitive_type] = ACTIONS(1906), - [anon_sym_enum] = ACTIONS(1906), - [anon_sym_class] = ACTIONS(1906), - [anon_sym_struct] = ACTIONS(1906), - [anon_sym_union] = ACTIONS(1906), - [anon_sym_if] = ACTIONS(1906), - [anon_sym_switch] = ACTIONS(1906), - [anon_sym_case] = ACTIONS(1906), - [anon_sym_default] = ACTIONS(1906), - [anon_sym_while] = ACTIONS(1906), - [anon_sym_do] = ACTIONS(1906), - [anon_sym_for] = ACTIONS(1906), - [anon_sym_return] = ACTIONS(1906), - [anon_sym_break] = ACTIONS(1906), - [anon_sym_continue] = ACTIONS(1906), - [anon_sym_goto] = ACTIONS(1906), - [anon_sym_DASH_DASH] = ACTIONS(1908), - [anon_sym_PLUS_PLUS] = ACTIONS(1908), - [anon_sym_sizeof] = ACTIONS(1906), - [sym_number_literal] = ACTIONS(1908), - [anon_sym_L_SQUOTE] = ACTIONS(1908), - [anon_sym_u_SQUOTE] = ACTIONS(1908), - [anon_sym_U_SQUOTE] = ACTIONS(1908), - [anon_sym_u8_SQUOTE] = ACTIONS(1908), - [anon_sym_SQUOTE] = ACTIONS(1908), - [anon_sym_L_DQUOTE] = ACTIONS(1908), - [anon_sym_u_DQUOTE] = ACTIONS(1908), - [anon_sym_U_DQUOTE] = ACTIONS(1908), - [anon_sym_u8_DQUOTE] = ACTIONS(1908), - [anon_sym_DQUOTE] = ACTIONS(1908), - [sym_true] = ACTIONS(1906), - [sym_false] = ACTIONS(1906), - [sym_null] = ACTIONS(1906), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1906), - [anon_sym_virtual] = ACTIONS(1906), - [anon_sym_explicit] = ACTIONS(1906), - [sym_auto] = ACTIONS(1906), - [anon_sym_typename] = ACTIONS(1906), - [anon_sym_template] = ACTIONS(1906), - [anon_sym_operator] = ACTIONS(1906), - [anon_sym_delete] = ACTIONS(1906), - [anon_sym_throw] = ACTIONS(1906), - [anon_sym_namespace] = ACTIONS(1906), - [anon_sym_using] = ACTIONS(1906), - [anon_sym_static_assert] = ACTIONS(1906), - [anon_sym_co_return] = ACTIONS(1906), - [anon_sym_co_yield] = ACTIONS(1906), - [anon_sym_try] = ACTIONS(1906), - [anon_sym_co_await] = ACTIONS(1906), - [anon_sym_new] = ACTIONS(1906), - [sym_operator_name] = ACTIONS(1906), - [sym_this] = ACTIONS(1906), - [sym_nullptr] = ACTIONS(1906), - [sym_alone_macro] = ACTIONS(1908), - [aux_sym_alone_macro_call_token1] = ACTIONS(1906), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1906), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1906), - [anon_sym_FORWARD] = ACTIONS(1906), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1906), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1906), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1906), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1906), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1906), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1906), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1906), - [anon_sym_PS_GET] = ACTIONS(1906), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1906), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1906), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1906), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1906), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1906), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1906), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1906), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1906), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1906), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1906), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1906), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1906), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1906), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1906), - [anon_sym_MOZ_COLD] = ACTIONS(1906), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1906), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1906), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1906), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1906), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1906), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1906), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1906), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1906), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1906), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1906), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1906), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1906), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1906), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1906), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1906), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1906), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1906), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1906), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1906), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1906), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1906), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1906), - [anon_sym_MOZ_NONNULL] = ACTIONS(1906), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1906), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1906), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1906), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1906), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1906), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1906), - [anon_sym_MOZ_NORETURN] = ACTIONS(1906), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1906), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1906), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1906), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1906), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1906), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1906), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1906), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1906), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1906), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1906), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1906), - [anon_sym_MOZ_RAII] = ACTIONS(1906), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1906), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1906), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1906), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1906), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1906), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1906), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1906), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1906), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1906), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1906), - [sym_raw_string_literal] = ACTIONS(1908), + [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), }, [514] = { - [sym_identifier] = ACTIONS(1850), - [aux_sym_preproc_include_token1] = ACTIONS(1850), - [aux_sym_preproc_def_token1] = ACTIONS(1850), - [aux_sym_preproc_if_token1] = ACTIONS(1850), - [aux_sym_preproc_if_token2] = ACTIONS(1850), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1850), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1850), - [sym_preproc_directive] = ACTIONS(1850), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1852), - [anon_sym_TILDE] = ACTIONS(1852), - [anon_sym_DASH] = ACTIONS(1850), - [anon_sym_PLUS] = ACTIONS(1850), - [anon_sym_STAR] = ACTIONS(1852), - [anon_sym_AMP_AMP] = ACTIONS(1852), - [anon_sym_AMP] = ACTIONS(1850), - [anon_sym_SEMI] = ACTIONS(1852), - [anon_sym_typedef] = ACTIONS(1850), - [anon_sym_extern] = ACTIONS(1850), - [anon_sym___attribute__] = ACTIONS(1850), - [anon_sym_COLON_COLON] = ACTIONS(1852), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1852), - [anon_sym___declspec] = ACTIONS(1850), - [anon_sym___based] = ACTIONS(1850), - [anon_sym___cdecl] = ACTIONS(1850), - [anon_sym___clrcall] = ACTIONS(1850), - [anon_sym___stdcall] = ACTIONS(1850), - [anon_sym___fastcall] = ACTIONS(1850), - [anon_sym___thiscall] = ACTIONS(1850), - [anon_sym___vectorcall] = ACTIONS(1850), - [anon_sym_LBRACE] = ACTIONS(1852), - [anon_sym_LBRACK] = ACTIONS(1850), - [anon_sym_static] = ACTIONS(1850), - [anon_sym_register] = ACTIONS(1850), - [anon_sym_inline] = ACTIONS(1850), - [anon_sym_thread_local] = ACTIONS(1850), - [anon_sym_const] = ACTIONS(1850), - [anon_sym_volatile] = ACTIONS(1850), - [anon_sym_restrict] = ACTIONS(1850), - [anon_sym__Atomic] = ACTIONS(1850), - [anon_sym_mutable] = ACTIONS(1850), - [anon_sym_constexpr] = ACTIONS(1850), - [anon_sym_signed] = ACTIONS(1850), - [anon_sym_unsigned] = ACTIONS(1850), - [anon_sym_long] = ACTIONS(1850), - [anon_sym_short] = ACTIONS(1850), - [sym_primitive_type] = ACTIONS(1850), - [anon_sym_enum] = ACTIONS(1850), - [anon_sym_class] = ACTIONS(1850), - [anon_sym_struct] = ACTIONS(1850), - [anon_sym_union] = ACTIONS(1850), - [anon_sym_if] = ACTIONS(1850), - [anon_sym_switch] = ACTIONS(1850), - [anon_sym_case] = ACTIONS(1850), - [anon_sym_default] = ACTIONS(1850), - [anon_sym_while] = ACTIONS(1850), - [anon_sym_do] = ACTIONS(1850), - [anon_sym_for] = ACTIONS(1850), - [anon_sym_return] = ACTIONS(1850), - [anon_sym_break] = ACTIONS(1850), - [anon_sym_continue] = ACTIONS(1850), - [anon_sym_goto] = ACTIONS(1850), - [anon_sym_DASH_DASH] = ACTIONS(1852), - [anon_sym_PLUS_PLUS] = ACTIONS(1852), - [anon_sym_sizeof] = ACTIONS(1850), - [sym_number_literal] = ACTIONS(1852), - [anon_sym_L_SQUOTE] = ACTIONS(1852), - [anon_sym_u_SQUOTE] = ACTIONS(1852), - [anon_sym_U_SQUOTE] = ACTIONS(1852), - [anon_sym_u8_SQUOTE] = ACTIONS(1852), - [anon_sym_SQUOTE] = ACTIONS(1852), - [anon_sym_L_DQUOTE] = ACTIONS(1852), - [anon_sym_u_DQUOTE] = ACTIONS(1852), - [anon_sym_U_DQUOTE] = ACTIONS(1852), - [anon_sym_u8_DQUOTE] = ACTIONS(1852), - [anon_sym_DQUOTE] = ACTIONS(1852), - [sym_true] = ACTIONS(1850), - [sym_false] = ACTIONS(1850), - [sym_null] = ACTIONS(1850), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1850), - [anon_sym_virtual] = ACTIONS(1850), - [anon_sym_explicit] = ACTIONS(1850), - [sym_auto] = ACTIONS(1850), - [anon_sym_typename] = ACTIONS(1850), - [anon_sym_template] = ACTIONS(1850), - [anon_sym_operator] = ACTIONS(1850), - [anon_sym_delete] = ACTIONS(1850), - [anon_sym_throw] = ACTIONS(1850), - [anon_sym_namespace] = ACTIONS(1850), - [anon_sym_using] = ACTIONS(1850), - [anon_sym_static_assert] = ACTIONS(1850), - [anon_sym_co_return] = ACTIONS(1850), - [anon_sym_co_yield] = ACTIONS(1850), - [anon_sym_try] = ACTIONS(1850), - [anon_sym_co_await] = ACTIONS(1850), - [anon_sym_new] = ACTIONS(1850), - [sym_operator_name] = ACTIONS(1850), - [sym_this] = ACTIONS(1850), - [sym_nullptr] = ACTIONS(1850), - [sym_alone_macro] = ACTIONS(1852), - [aux_sym_alone_macro_call_token1] = ACTIONS(1850), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1850), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1850), - [anon_sym_FORWARD] = ACTIONS(1850), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1850), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1850), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1850), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1850), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1850), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1850), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1850), - [anon_sym_PS_GET] = ACTIONS(1850), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1850), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1850), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1850), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1850), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1850), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1850), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1850), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1850), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1850), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1850), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1850), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1850), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1850), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1850), - [anon_sym_MOZ_COLD] = ACTIONS(1850), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1850), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1850), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1850), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1850), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1850), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1850), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1850), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1850), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1850), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1850), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1850), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1850), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1850), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1850), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1850), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1850), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1850), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1850), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1850), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1850), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_NONNULL] = ACTIONS(1850), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1850), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1850), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1850), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1850), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1850), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_NORETURN] = ACTIONS(1850), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1850), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1850), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1850), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1850), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1850), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1850), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1850), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1850), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1850), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1850), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1850), - [anon_sym_MOZ_RAII] = ACTIONS(1850), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1850), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1850), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1850), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1850), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1850), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1850), - [sym_raw_string_literal] = ACTIONS(1852), + [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(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), }, [515] = { - [sym_identifier] = ACTIONS(1902), - [aux_sym_preproc_include_token1] = ACTIONS(1902), - [aux_sym_preproc_def_token1] = ACTIONS(1902), - [aux_sym_preproc_if_token1] = ACTIONS(1902), - [aux_sym_preproc_if_token2] = ACTIONS(1902), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1902), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1902), - [sym_preproc_directive] = ACTIONS(1902), - [anon_sym_LPAREN2] = ACTIONS(1904), - [anon_sym_BANG] = ACTIONS(1904), - [anon_sym_TILDE] = ACTIONS(1904), - [anon_sym_DASH] = ACTIONS(1902), - [anon_sym_PLUS] = ACTIONS(1902), - [anon_sym_STAR] = ACTIONS(1904), - [anon_sym_AMP_AMP] = ACTIONS(1904), - [anon_sym_AMP] = ACTIONS(1902), - [anon_sym_SEMI] = ACTIONS(1904), - [anon_sym_typedef] = ACTIONS(1902), - [anon_sym_extern] = ACTIONS(1902), - [anon_sym___attribute__] = ACTIONS(1902), - [anon_sym_COLON_COLON] = ACTIONS(1904), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1904), - [anon_sym___declspec] = ACTIONS(1902), - [anon_sym___based] = ACTIONS(1902), - [anon_sym___cdecl] = ACTIONS(1902), - [anon_sym___clrcall] = ACTIONS(1902), - [anon_sym___stdcall] = ACTIONS(1902), - [anon_sym___fastcall] = ACTIONS(1902), - [anon_sym___thiscall] = ACTIONS(1902), - [anon_sym___vectorcall] = ACTIONS(1902), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LBRACK] = ACTIONS(1902), - [anon_sym_static] = ACTIONS(1902), - [anon_sym_register] = ACTIONS(1902), - [anon_sym_inline] = ACTIONS(1902), - [anon_sym_thread_local] = ACTIONS(1902), - [anon_sym_const] = ACTIONS(1902), - [anon_sym_volatile] = ACTIONS(1902), - [anon_sym_restrict] = ACTIONS(1902), - [anon_sym__Atomic] = ACTIONS(1902), - [anon_sym_mutable] = ACTIONS(1902), - [anon_sym_constexpr] = ACTIONS(1902), - [anon_sym_signed] = ACTIONS(1902), - [anon_sym_unsigned] = ACTIONS(1902), - [anon_sym_long] = ACTIONS(1902), - [anon_sym_short] = ACTIONS(1902), - [sym_primitive_type] = ACTIONS(1902), - [anon_sym_enum] = ACTIONS(1902), - [anon_sym_class] = ACTIONS(1902), - [anon_sym_struct] = ACTIONS(1902), - [anon_sym_union] = ACTIONS(1902), - [anon_sym_if] = ACTIONS(1902), - [anon_sym_switch] = ACTIONS(1902), - [anon_sym_case] = ACTIONS(1902), - [anon_sym_default] = ACTIONS(1902), - [anon_sym_while] = ACTIONS(1902), - [anon_sym_do] = ACTIONS(1902), - [anon_sym_for] = ACTIONS(1902), - [anon_sym_return] = ACTIONS(1902), - [anon_sym_break] = ACTIONS(1902), - [anon_sym_continue] = ACTIONS(1902), - [anon_sym_goto] = ACTIONS(1902), - [anon_sym_DASH_DASH] = ACTIONS(1904), - [anon_sym_PLUS_PLUS] = ACTIONS(1904), - [anon_sym_sizeof] = ACTIONS(1902), - [sym_number_literal] = ACTIONS(1904), - [anon_sym_L_SQUOTE] = ACTIONS(1904), - [anon_sym_u_SQUOTE] = ACTIONS(1904), - [anon_sym_U_SQUOTE] = ACTIONS(1904), - [anon_sym_u8_SQUOTE] = ACTIONS(1904), - [anon_sym_SQUOTE] = ACTIONS(1904), - [anon_sym_L_DQUOTE] = ACTIONS(1904), - [anon_sym_u_DQUOTE] = ACTIONS(1904), - [anon_sym_U_DQUOTE] = ACTIONS(1904), - [anon_sym_u8_DQUOTE] = ACTIONS(1904), - [anon_sym_DQUOTE] = ACTIONS(1904), - [sym_true] = ACTIONS(1902), - [sym_false] = ACTIONS(1902), - [sym_null] = ACTIONS(1902), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1902), - [anon_sym_virtual] = ACTIONS(1902), - [anon_sym_explicit] = ACTIONS(1902), - [sym_auto] = ACTIONS(1902), - [anon_sym_typename] = ACTIONS(1902), - [anon_sym_template] = ACTIONS(1902), - [anon_sym_operator] = ACTIONS(1902), - [anon_sym_delete] = ACTIONS(1902), - [anon_sym_throw] = ACTIONS(1902), - [anon_sym_namespace] = ACTIONS(1902), - [anon_sym_using] = ACTIONS(1902), - [anon_sym_static_assert] = ACTIONS(1902), - [anon_sym_co_return] = ACTIONS(1902), - [anon_sym_co_yield] = ACTIONS(1902), - [anon_sym_try] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1902), - [anon_sym_new] = ACTIONS(1902), - [sym_operator_name] = ACTIONS(1902), - [sym_this] = ACTIONS(1902), - [sym_nullptr] = ACTIONS(1902), - [sym_alone_macro] = ACTIONS(1904), - [aux_sym_alone_macro_call_token1] = ACTIONS(1902), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1902), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1902), - [anon_sym_FORWARD] = ACTIONS(1902), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1902), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1902), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1902), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1902), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1902), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1902), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1902), - [anon_sym_PS_GET] = ACTIONS(1902), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1902), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1902), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1902), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1902), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1902), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1902), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1902), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1902), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1902), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1902), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1902), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1902), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1902), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1902), - [anon_sym_MOZ_COLD] = ACTIONS(1902), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1902), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1902), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1902), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1902), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1902), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1902), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1902), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1902), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1902), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1902), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1902), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1902), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1902), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1902), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1902), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1902), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1902), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1902), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1902), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1902), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_NONNULL] = ACTIONS(1902), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1902), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1902), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1902), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1902), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1902), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_NORETURN] = ACTIONS(1902), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1902), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1902), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1902), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1902), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1902), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1902), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1902), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1902), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1902), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1902), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1902), - [anon_sym_MOZ_RAII] = ACTIONS(1902), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1902), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1902), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1902), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1902), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1902), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1902), - [sym_raw_string_literal] = ACTIONS(1904), + [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), }, [516] = { - [sym_identifier] = ACTIONS(1830), - [aux_sym_preproc_include_token1] = ACTIONS(1830), - [aux_sym_preproc_def_token1] = ACTIONS(1830), - [aux_sym_preproc_if_token1] = ACTIONS(1830), - [aux_sym_preproc_if_token2] = ACTIONS(1830), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1830), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1830), - [sym_preproc_directive] = ACTIONS(1830), - [anon_sym_LPAREN2] = ACTIONS(1832), - [anon_sym_BANG] = ACTIONS(1832), - [anon_sym_TILDE] = ACTIONS(1832), - [anon_sym_DASH] = ACTIONS(1830), - [anon_sym_PLUS] = ACTIONS(1830), - [anon_sym_STAR] = ACTIONS(1832), - [anon_sym_AMP_AMP] = ACTIONS(1832), - [anon_sym_AMP] = ACTIONS(1830), - [anon_sym_SEMI] = ACTIONS(1832), - [anon_sym_typedef] = ACTIONS(1830), - [anon_sym_extern] = ACTIONS(1830), - [anon_sym___attribute__] = ACTIONS(1830), - [anon_sym_COLON_COLON] = ACTIONS(1832), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1832), - [anon_sym___declspec] = ACTIONS(1830), - [anon_sym___based] = ACTIONS(1830), - [anon_sym___cdecl] = ACTIONS(1830), - [anon_sym___clrcall] = ACTIONS(1830), - [anon_sym___stdcall] = ACTIONS(1830), - [anon_sym___fastcall] = ACTIONS(1830), - [anon_sym___thiscall] = ACTIONS(1830), - [anon_sym___vectorcall] = ACTIONS(1830), - [anon_sym_LBRACE] = ACTIONS(1832), - [anon_sym_LBRACK] = ACTIONS(1830), - [anon_sym_static] = ACTIONS(1830), - [anon_sym_register] = ACTIONS(1830), - [anon_sym_inline] = ACTIONS(1830), - [anon_sym_thread_local] = ACTIONS(1830), - [anon_sym_const] = ACTIONS(1830), - [anon_sym_volatile] = ACTIONS(1830), - [anon_sym_restrict] = ACTIONS(1830), - [anon_sym__Atomic] = ACTIONS(1830), - [anon_sym_mutable] = ACTIONS(1830), - [anon_sym_constexpr] = ACTIONS(1830), - [anon_sym_signed] = ACTIONS(1830), - [anon_sym_unsigned] = ACTIONS(1830), - [anon_sym_long] = ACTIONS(1830), - [anon_sym_short] = ACTIONS(1830), - [sym_primitive_type] = ACTIONS(1830), - [anon_sym_enum] = ACTIONS(1830), - [anon_sym_class] = ACTIONS(1830), - [anon_sym_struct] = ACTIONS(1830), - [anon_sym_union] = ACTIONS(1830), - [anon_sym_if] = ACTIONS(1830), - [anon_sym_switch] = ACTIONS(1830), - [anon_sym_case] = ACTIONS(1830), - [anon_sym_default] = ACTIONS(1830), - [anon_sym_while] = ACTIONS(1830), - [anon_sym_do] = ACTIONS(1830), - [anon_sym_for] = ACTIONS(1830), - [anon_sym_return] = ACTIONS(1830), - [anon_sym_break] = ACTIONS(1830), - [anon_sym_continue] = ACTIONS(1830), - [anon_sym_goto] = ACTIONS(1830), - [anon_sym_DASH_DASH] = ACTIONS(1832), - [anon_sym_PLUS_PLUS] = ACTIONS(1832), - [anon_sym_sizeof] = ACTIONS(1830), - [sym_number_literal] = ACTIONS(1832), - [anon_sym_L_SQUOTE] = ACTIONS(1832), - [anon_sym_u_SQUOTE] = ACTIONS(1832), - [anon_sym_U_SQUOTE] = ACTIONS(1832), - [anon_sym_u8_SQUOTE] = ACTIONS(1832), - [anon_sym_SQUOTE] = ACTIONS(1832), - [anon_sym_L_DQUOTE] = ACTIONS(1832), - [anon_sym_u_DQUOTE] = ACTIONS(1832), - [anon_sym_U_DQUOTE] = ACTIONS(1832), - [anon_sym_u8_DQUOTE] = ACTIONS(1832), - [anon_sym_DQUOTE] = ACTIONS(1832), - [sym_true] = ACTIONS(1830), - [sym_false] = ACTIONS(1830), - [sym_null] = ACTIONS(1830), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1830), - [anon_sym_virtual] = ACTIONS(1830), - [anon_sym_explicit] = ACTIONS(1830), - [sym_auto] = ACTIONS(1830), - [anon_sym_typename] = ACTIONS(1830), - [anon_sym_template] = ACTIONS(1830), - [anon_sym_operator] = ACTIONS(1830), - [anon_sym_delete] = ACTIONS(1830), - [anon_sym_throw] = ACTIONS(1830), - [anon_sym_namespace] = ACTIONS(1830), - [anon_sym_using] = ACTIONS(1830), - [anon_sym_static_assert] = ACTIONS(1830), - [anon_sym_co_return] = ACTIONS(1830), - [anon_sym_co_yield] = ACTIONS(1830), - [anon_sym_try] = ACTIONS(1830), - [anon_sym_co_await] = ACTIONS(1830), - [anon_sym_new] = ACTIONS(1830), - [sym_operator_name] = ACTIONS(1830), - [sym_this] = ACTIONS(1830), - [sym_nullptr] = ACTIONS(1830), - [sym_alone_macro] = ACTIONS(1832), - [aux_sym_alone_macro_call_token1] = ACTIONS(1830), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1830), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1830), - [anon_sym_FORWARD] = ACTIONS(1830), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1830), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1830), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1830), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1830), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1830), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1830), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1830), - [anon_sym_PS_GET] = ACTIONS(1830), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1830), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1830), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1830), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1830), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1830), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1830), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1830), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1830), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1830), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1830), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1830), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1830), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1830), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1830), - [anon_sym_MOZ_COLD] = ACTIONS(1830), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1830), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1830), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1830), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1830), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1830), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1830), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1830), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1830), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1830), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1830), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1830), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1830), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1830), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1830), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1830), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1830), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1830), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1830), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1830), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1830), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1830), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1830), - [anon_sym_MOZ_NONNULL] = ACTIONS(1830), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1830), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1830), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1830), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1830), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1830), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1830), - [anon_sym_MOZ_NORETURN] = ACTIONS(1830), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1830), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1830), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1830), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1830), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1830), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1830), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1830), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1830), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1830), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1830), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1830), - [anon_sym_MOZ_RAII] = ACTIONS(1830), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1830), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1830), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1830), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1830), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1830), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1830), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1830), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1830), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1830), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1830), - [sym_raw_string_literal] = ACTIONS(1832), + [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), }, [517] = { - [sym_identifier] = ACTIONS(1846), - [aux_sym_preproc_include_token1] = ACTIONS(1846), - [aux_sym_preproc_def_token1] = ACTIONS(1846), - [aux_sym_preproc_if_token1] = ACTIONS(1846), - [aux_sym_preproc_if_token2] = ACTIONS(1846), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1846), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1846), - [sym_preproc_directive] = ACTIONS(1846), - [anon_sym_LPAREN2] = ACTIONS(1848), - [anon_sym_BANG] = ACTIONS(1848), - [anon_sym_TILDE] = ACTIONS(1848), - [anon_sym_DASH] = ACTIONS(1846), - [anon_sym_PLUS] = ACTIONS(1846), - [anon_sym_STAR] = ACTIONS(1848), - [anon_sym_AMP_AMP] = ACTIONS(1848), - [anon_sym_AMP] = ACTIONS(1846), - [anon_sym_SEMI] = ACTIONS(1848), - [anon_sym_typedef] = ACTIONS(1846), - [anon_sym_extern] = ACTIONS(1846), - [anon_sym___attribute__] = ACTIONS(1846), - [anon_sym_COLON_COLON] = ACTIONS(1848), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1848), - [anon_sym___declspec] = ACTIONS(1846), - [anon_sym___based] = ACTIONS(1846), - [anon_sym___cdecl] = ACTIONS(1846), - [anon_sym___clrcall] = ACTIONS(1846), - [anon_sym___stdcall] = ACTIONS(1846), - [anon_sym___fastcall] = ACTIONS(1846), - [anon_sym___thiscall] = ACTIONS(1846), - [anon_sym___vectorcall] = ACTIONS(1846), - [anon_sym_LBRACE] = ACTIONS(1848), - [anon_sym_LBRACK] = ACTIONS(1846), - [anon_sym_static] = ACTIONS(1846), - [anon_sym_register] = ACTIONS(1846), - [anon_sym_inline] = ACTIONS(1846), - [anon_sym_thread_local] = ACTIONS(1846), - [anon_sym_const] = ACTIONS(1846), - [anon_sym_volatile] = ACTIONS(1846), - [anon_sym_restrict] = ACTIONS(1846), - [anon_sym__Atomic] = ACTIONS(1846), - [anon_sym_mutable] = ACTIONS(1846), - [anon_sym_constexpr] = ACTIONS(1846), - [anon_sym_signed] = ACTIONS(1846), - [anon_sym_unsigned] = ACTIONS(1846), - [anon_sym_long] = ACTIONS(1846), - [anon_sym_short] = ACTIONS(1846), - [sym_primitive_type] = ACTIONS(1846), - [anon_sym_enum] = ACTIONS(1846), - [anon_sym_class] = ACTIONS(1846), - [anon_sym_struct] = ACTIONS(1846), - [anon_sym_union] = ACTIONS(1846), - [anon_sym_if] = ACTIONS(1846), - [anon_sym_switch] = ACTIONS(1846), - [anon_sym_case] = ACTIONS(1846), - [anon_sym_default] = ACTIONS(1846), - [anon_sym_while] = ACTIONS(1846), - [anon_sym_do] = ACTIONS(1846), - [anon_sym_for] = ACTIONS(1846), - [anon_sym_return] = ACTIONS(1846), - [anon_sym_break] = ACTIONS(1846), - [anon_sym_continue] = ACTIONS(1846), - [anon_sym_goto] = ACTIONS(1846), - [anon_sym_DASH_DASH] = ACTIONS(1848), - [anon_sym_PLUS_PLUS] = ACTIONS(1848), - [anon_sym_sizeof] = ACTIONS(1846), - [sym_number_literal] = ACTIONS(1848), - [anon_sym_L_SQUOTE] = ACTIONS(1848), - [anon_sym_u_SQUOTE] = ACTIONS(1848), - [anon_sym_U_SQUOTE] = ACTIONS(1848), - [anon_sym_u8_SQUOTE] = ACTIONS(1848), - [anon_sym_SQUOTE] = ACTIONS(1848), - [anon_sym_L_DQUOTE] = ACTIONS(1848), - [anon_sym_u_DQUOTE] = ACTIONS(1848), - [anon_sym_U_DQUOTE] = ACTIONS(1848), - [anon_sym_u8_DQUOTE] = ACTIONS(1848), - [anon_sym_DQUOTE] = ACTIONS(1848), - [sym_true] = ACTIONS(1846), - [sym_false] = ACTIONS(1846), - [sym_null] = ACTIONS(1846), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1846), - [anon_sym_virtual] = ACTIONS(1846), - [anon_sym_explicit] = ACTIONS(1846), - [sym_auto] = ACTIONS(1846), - [anon_sym_typename] = ACTIONS(1846), - [anon_sym_template] = ACTIONS(1846), - [anon_sym_operator] = ACTIONS(1846), - [anon_sym_delete] = ACTIONS(1846), - [anon_sym_throw] = ACTIONS(1846), - [anon_sym_namespace] = ACTIONS(1846), - [anon_sym_using] = ACTIONS(1846), - [anon_sym_static_assert] = ACTIONS(1846), - [anon_sym_co_return] = ACTIONS(1846), - [anon_sym_co_yield] = ACTIONS(1846), - [anon_sym_try] = ACTIONS(1846), - [anon_sym_co_await] = ACTIONS(1846), - [anon_sym_new] = ACTIONS(1846), - [sym_operator_name] = ACTIONS(1846), - [sym_this] = ACTIONS(1846), - [sym_nullptr] = ACTIONS(1846), - [sym_alone_macro] = ACTIONS(1848), - [aux_sym_alone_macro_call_token1] = ACTIONS(1846), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1846), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1846), - [anon_sym_FORWARD] = ACTIONS(1846), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1846), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1846), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1846), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1846), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1846), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1846), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1846), - [anon_sym_PS_GET] = ACTIONS(1846), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1846), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1846), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1846), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1846), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1846), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1846), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1846), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1846), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1846), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1846), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1846), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1846), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1846), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1846), - [anon_sym_MOZ_COLD] = ACTIONS(1846), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1846), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1846), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1846), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1846), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1846), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1846), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1846), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1846), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1846), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1846), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1846), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1846), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1846), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1846), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1846), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1846), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1846), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1846), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1846), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1846), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1846), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1846), - [anon_sym_MOZ_NONNULL] = ACTIONS(1846), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1846), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1846), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1846), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1846), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1846), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1846), - [anon_sym_MOZ_NORETURN] = ACTIONS(1846), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1846), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1846), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1846), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1846), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1846), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1846), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1846), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1846), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1846), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1846), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1846), - [anon_sym_MOZ_RAII] = ACTIONS(1846), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1846), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1846), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1846), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1846), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1846), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1846), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1846), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1846), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1846), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1846), - [sym_raw_string_literal] = ACTIONS(1848), + [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(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), }, [518] = { - [ts_builtin_sym_end] = ACTIONS(1744), - [sym_identifier] = ACTIONS(1742), - [aux_sym_preproc_include_token1] = ACTIONS(1742), - [aux_sym_preproc_def_token1] = ACTIONS(1742), - [aux_sym_preproc_if_token1] = ACTIONS(1742), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1742), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1742), - [sym_preproc_directive] = ACTIONS(1742), - [anon_sym_LPAREN2] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1744), - [anon_sym_TILDE] = ACTIONS(1744), - [anon_sym_DASH] = ACTIONS(1742), - [anon_sym_PLUS] = ACTIONS(1742), - [anon_sym_STAR] = ACTIONS(1744), - [anon_sym_AMP_AMP] = ACTIONS(1744), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(1744), - [anon_sym_typedef] = ACTIONS(1742), - [anon_sym_extern] = ACTIONS(1742), - [anon_sym___attribute__] = ACTIONS(1742), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1744), - [anon_sym___declspec] = ACTIONS(1742), - [anon_sym___based] = ACTIONS(1742), - [anon_sym___cdecl] = ACTIONS(1742), - [anon_sym___clrcall] = ACTIONS(1742), - [anon_sym___stdcall] = ACTIONS(1742), - [anon_sym___fastcall] = ACTIONS(1742), - [anon_sym___thiscall] = ACTIONS(1742), - [anon_sym___vectorcall] = ACTIONS(1742), - [anon_sym_LBRACE] = ACTIONS(1744), - [anon_sym_LBRACK] = ACTIONS(1742), - [anon_sym_static] = ACTIONS(1742), - [anon_sym_register] = ACTIONS(1742), - [anon_sym_inline] = ACTIONS(1742), - [anon_sym_thread_local] = ACTIONS(1742), - [anon_sym_const] = ACTIONS(1742), - [anon_sym_volatile] = ACTIONS(1742), - [anon_sym_restrict] = ACTIONS(1742), - [anon_sym__Atomic] = ACTIONS(1742), - [anon_sym_mutable] = ACTIONS(1742), - [anon_sym_constexpr] = ACTIONS(1742), - [anon_sym_signed] = ACTIONS(1742), - [anon_sym_unsigned] = ACTIONS(1742), - [anon_sym_long] = ACTIONS(1742), - [anon_sym_short] = ACTIONS(1742), - [sym_primitive_type] = ACTIONS(1742), - [anon_sym_enum] = ACTIONS(1742), - [anon_sym_class] = ACTIONS(1742), - [anon_sym_struct] = ACTIONS(1742), - [anon_sym_union] = ACTIONS(1742), - [anon_sym_if] = ACTIONS(1742), - [anon_sym_switch] = ACTIONS(1742), - [anon_sym_case] = ACTIONS(1742), - [anon_sym_default] = ACTIONS(1742), - [anon_sym_while] = ACTIONS(1742), - [anon_sym_do] = ACTIONS(1742), - [anon_sym_for] = ACTIONS(1742), - [anon_sym_return] = ACTIONS(1742), - [anon_sym_break] = ACTIONS(1742), - [anon_sym_continue] = ACTIONS(1742), - [anon_sym_goto] = ACTIONS(1742), - [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_PLUS_PLUS] = ACTIONS(1744), - [anon_sym_sizeof] = ACTIONS(1742), - [sym_number_literal] = ACTIONS(1744), - [anon_sym_L_SQUOTE] = ACTIONS(1744), - [anon_sym_u_SQUOTE] = ACTIONS(1744), - [anon_sym_U_SQUOTE] = ACTIONS(1744), - [anon_sym_u8_SQUOTE] = ACTIONS(1744), - [anon_sym_SQUOTE] = ACTIONS(1744), - [anon_sym_L_DQUOTE] = ACTIONS(1744), - [anon_sym_u_DQUOTE] = ACTIONS(1744), - [anon_sym_U_DQUOTE] = ACTIONS(1744), - [anon_sym_u8_DQUOTE] = ACTIONS(1744), - [anon_sym_DQUOTE] = ACTIONS(1744), - [sym_true] = ACTIONS(1742), - [sym_false] = ACTIONS(1742), - [sym_null] = ACTIONS(1742), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1742), - [anon_sym_virtual] = ACTIONS(1742), - [anon_sym_explicit] = ACTIONS(1742), - [sym_auto] = ACTIONS(1742), - [anon_sym_typename] = ACTIONS(1742), - [anon_sym_template] = ACTIONS(1742), - [anon_sym_operator] = ACTIONS(1742), - [anon_sym_delete] = ACTIONS(1742), - [anon_sym_throw] = ACTIONS(1742), - [anon_sym_namespace] = ACTIONS(1742), - [anon_sym_using] = ACTIONS(1742), - [anon_sym_static_assert] = ACTIONS(1742), - [anon_sym_co_return] = ACTIONS(1742), - [anon_sym_co_yield] = ACTIONS(1742), - [anon_sym_try] = ACTIONS(1742), - [anon_sym_co_await] = ACTIONS(1742), - [anon_sym_new] = ACTIONS(1742), - [sym_operator_name] = ACTIONS(1742), - [sym_this] = ACTIONS(1742), - [sym_nullptr] = ACTIONS(1742), - [sym_alone_macro] = ACTIONS(1744), - [aux_sym_alone_macro_call_token1] = ACTIONS(1742), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1742), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1742), - [anon_sym_FORWARD] = ACTIONS(1742), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1742), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1742), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1742), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1742), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1742), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1742), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1742), - [anon_sym_PS_GET] = ACTIONS(1742), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1742), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1742), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1742), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1742), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1742), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1742), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1742), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1742), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1742), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1742), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1742), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1742), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1742), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1742), - [anon_sym_MOZ_COLD] = ACTIONS(1742), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1742), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1742), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1742), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1742), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1742), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1742), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1742), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1742), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1742), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1742), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1742), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1742), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1742), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1742), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1742), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1742), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1742), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1742), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1742), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1742), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_NONNULL] = ACTIONS(1742), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1742), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1742), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1742), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1742), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1742), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_NORETURN] = ACTIONS(1742), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1742), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1742), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1742), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1742), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1742), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1742), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1742), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1742), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1742), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1742), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1742), - [anon_sym_MOZ_RAII] = ACTIONS(1742), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1742), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1742), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1742), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1742), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1742), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1742), - [sym_raw_string_literal] = ACTIONS(1744), + [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), }, [519] = { - [sym_identifier] = ACTIONS(1722), - [aux_sym_preproc_include_token1] = ACTIONS(1722), - [aux_sym_preproc_def_token1] = ACTIONS(1722), - [aux_sym_preproc_if_token1] = ACTIONS(1722), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1722), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1722), - [sym_preproc_directive] = ACTIONS(1722), - [anon_sym_LPAREN2] = ACTIONS(1724), - [anon_sym_BANG] = ACTIONS(1724), - [anon_sym_TILDE] = ACTIONS(1724), - [anon_sym_DASH] = ACTIONS(1722), - [anon_sym_PLUS] = ACTIONS(1722), - [anon_sym_STAR] = ACTIONS(1724), - [anon_sym_AMP_AMP] = ACTIONS(1724), - [anon_sym_AMP] = ACTIONS(1722), - [anon_sym_SEMI] = ACTIONS(1724), - [anon_sym_typedef] = ACTIONS(1722), - [anon_sym_extern] = ACTIONS(1722), - [anon_sym___attribute__] = ACTIONS(1722), - [anon_sym_COLON_COLON] = ACTIONS(1724), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1724), - [anon_sym___declspec] = ACTIONS(1722), - [anon_sym___based] = ACTIONS(1722), - [anon_sym___cdecl] = ACTIONS(1722), - [anon_sym___clrcall] = ACTIONS(1722), - [anon_sym___stdcall] = ACTIONS(1722), - [anon_sym___fastcall] = ACTIONS(1722), - [anon_sym___thiscall] = ACTIONS(1722), - [anon_sym___vectorcall] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1724), - [anon_sym_RBRACE] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_static] = ACTIONS(1722), - [anon_sym_register] = ACTIONS(1722), - [anon_sym_inline] = ACTIONS(1722), - [anon_sym_thread_local] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1722), - [anon_sym_volatile] = ACTIONS(1722), - [anon_sym_restrict] = ACTIONS(1722), - [anon_sym__Atomic] = ACTIONS(1722), - [anon_sym_mutable] = ACTIONS(1722), - [anon_sym_constexpr] = ACTIONS(1722), - [anon_sym_signed] = ACTIONS(1722), - [anon_sym_unsigned] = ACTIONS(1722), - [anon_sym_long] = ACTIONS(1722), - [anon_sym_short] = ACTIONS(1722), - [sym_primitive_type] = ACTIONS(1722), - [anon_sym_enum] = ACTIONS(1722), - [anon_sym_class] = ACTIONS(1722), - [anon_sym_struct] = ACTIONS(1722), - [anon_sym_union] = ACTIONS(1722), - [anon_sym_if] = ACTIONS(1722), - [anon_sym_switch] = ACTIONS(1722), - [anon_sym_case] = ACTIONS(1722), - [anon_sym_default] = ACTIONS(1722), - [anon_sym_while] = ACTIONS(1722), - [anon_sym_do] = ACTIONS(1722), - [anon_sym_for] = ACTIONS(1722), - [anon_sym_return] = ACTIONS(1722), - [anon_sym_break] = ACTIONS(1722), - [anon_sym_continue] = ACTIONS(1722), - [anon_sym_goto] = ACTIONS(1722), - [anon_sym_DASH_DASH] = ACTIONS(1724), - [anon_sym_PLUS_PLUS] = ACTIONS(1724), - [anon_sym_sizeof] = ACTIONS(1722), - [sym_number_literal] = ACTIONS(1724), - [anon_sym_L_SQUOTE] = ACTIONS(1724), - [anon_sym_u_SQUOTE] = ACTIONS(1724), - [anon_sym_U_SQUOTE] = ACTIONS(1724), - [anon_sym_u8_SQUOTE] = ACTIONS(1724), - [anon_sym_SQUOTE] = ACTIONS(1724), - [anon_sym_L_DQUOTE] = ACTIONS(1724), - [anon_sym_u_DQUOTE] = ACTIONS(1724), - [anon_sym_U_DQUOTE] = ACTIONS(1724), - [anon_sym_u8_DQUOTE] = ACTIONS(1724), - [anon_sym_DQUOTE] = ACTIONS(1724), - [sym_true] = ACTIONS(1722), - [sym_false] = ACTIONS(1722), - [sym_null] = ACTIONS(1722), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1722), - [anon_sym_virtual] = ACTIONS(1722), - [anon_sym_explicit] = ACTIONS(1722), - [sym_auto] = ACTIONS(1722), - [anon_sym_typename] = ACTIONS(1722), - [anon_sym_template] = ACTIONS(1722), - [anon_sym_operator] = ACTIONS(1722), - [anon_sym_delete] = ACTIONS(1722), - [anon_sym_throw] = ACTIONS(1722), - [anon_sym_namespace] = ACTIONS(1722), - [anon_sym_using] = ACTIONS(1722), - [anon_sym_static_assert] = ACTIONS(1722), - [anon_sym_co_return] = ACTIONS(1722), - [anon_sym_co_yield] = ACTIONS(1722), - [anon_sym_try] = ACTIONS(1722), - [anon_sym_co_await] = ACTIONS(1722), - [anon_sym_new] = ACTIONS(1722), - [sym_operator_name] = ACTIONS(1722), - [sym_this] = ACTIONS(1722), - [sym_nullptr] = ACTIONS(1722), - [sym_alone_macro] = ACTIONS(1724), - [aux_sym_alone_macro_call_token1] = ACTIONS(1722), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1722), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1722), - [anon_sym_FORWARD] = ACTIONS(1722), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1722), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1722), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1722), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1722), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1722), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1722), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1722), - [anon_sym_PS_GET] = ACTIONS(1722), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1722), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1722), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1722), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1722), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1722), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1722), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1722), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1722), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1722), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1722), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1722), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1722), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1722), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1722), - [anon_sym_MOZ_COLD] = ACTIONS(1722), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1722), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1722), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1722), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1722), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1722), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1722), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1722), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1722), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1722), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1722), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1722), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1722), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1722), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1722), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1722), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1722), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1722), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1722), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1722), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1722), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_NONNULL] = ACTIONS(1722), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1722), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1722), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1722), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1722), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1722), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_NORETURN] = ACTIONS(1722), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1722), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1722), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1722), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1722), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1722), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1722), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1722), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1722), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1722), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1722), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1722), - [anon_sym_MOZ_RAII] = ACTIONS(1722), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1722), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1722), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1722), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1722), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1722), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1722), - [sym_raw_string_literal] = ACTIONS(1724), + [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), }, [520] = { - [sym_identifier] = ACTIONS(1838), - [aux_sym_preproc_include_token1] = ACTIONS(1838), - [aux_sym_preproc_def_token1] = ACTIONS(1838), - [aux_sym_preproc_if_token1] = ACTIONS(1838), - [aux_sym_preproc_if_token2] = ACTIONS(1838), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1838), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1838), - [sym_preproc_directive] = ACTIONS(1838), - [anon_sym_LPAREN2] = ACTIONS(1840), - [anon_sym_BANG] = ACTIONS(1840), - [anon_sym_TILDE] = ACTIONS(1840), - [anon_sym_DASH] = ACTIONS(1838), - [anon_sym_PLUS] = ACTIONS(1838), - [anon_sym_STAR] = ACTIONS(1840), - [anon_sym_AMP_AMP] = ACTIONS(1840), - [anon_sym_AMP] = ACTIONS(1838), - [anon_sym_SEMI] = ACTIONS(1840), - [anon_sym_typedef] = ACTIONS(1838), - [anon_sym_extern] = ACTIONS(1838), - [anon_sym___attribute__] = ACTIONS(1838), - [anon_sym_COLON_COLON] = ACTIONS(1840), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1840), - [anon_sym___declspec] = ACTIONS(1838), - [anon_sym___based] = ACTIONS(1838), - [anon_sym___cdecl] = ACTIONS(1838), - [anon_sym___clrcall] = ACTIONS(1838), - [anon_sym___stdcall] = ACTIONS(1838), - [anon_sym___fastcall] = ACTIONS(1838), - [anon_sym___thiscall] = ACTIONS(1838), - [anon_sym___vectorcall] = ACTIONS(1838), - [anon_sym_LBRACE] = ACTIONS(1840), - [anon_sym_LBRACK] = ACTIONS(1838), - [anon_sym_static] = ACTIONS(1838), - [anon_sym_register] = ACTIONS(1838), - [anon_sym_inline] = ACTIONS(1838), - [anon_sym_thread_local] = ACTIONS(1838), - [anon_sym_const] = ACTIONS(1838), - [anon_sym_volatile] = ACTIONS(1838), - [anon_sym_restrict] = ACTIONS(1838), - [anon_sym__Atomic] = ACTIONS(1838), - [anon_sym_mutable] = ACTIONS(1838), - [anon_sym_constexpr] = ACTIONS(1838), - [anon_sym_signed] = ACTIONS(1838), - [anon_sym_unsigned] = ACTIONS(1838), - [anon_sym_long] = ACTIONS(1838), - [anon_sym_short] = ACTIONS(1838), - [sym_primitive_type] = ACTIONS(1838), - [anon_sym_enum] = ACTIONS(1838), - [anon_sym_class] = ACTIONS(1838), - [anon_sym_struct] = ACTIONS(1838), - [anon_sym_union] = ACTIONS(1838), - [anon_sym_if] = ACTIONS(1838), - [anon_sym_switch] = ACTIONS(1838), - [anon_sym_case] = ACTIONS(1838), - [anon_sym_default] = ACTIONS(1838), - [anon_sym_while] = ACTIONS(1838), - [anon_sym_do] = ACTIONS(1838), - [anon_sym_for] = ACTIONS(1838), - [anon_sym_return] = ACTIONS(1838), - [anon_sym_break] = ACTIONS(1838), - [anon_sym_continue] = ACTIONS(1838), - [anon_sym_goto] = ACTIONS(1838), - [anon_sym_DASH_DASH] = ACTIONS(1840), - [anon_sym_PLUS_PLUS] = ACTIONS(1840), - [anon_sym_sizeof] = ACTIONS(1838), - [sym_number_literal] = ACTIONS(1840), - [anon_sym_L_SQUOTE] = ACTIONS(1840), - [anon_sym_u_SQUOTE] = ACTIONS(1840), - [anon_sym_U_SQUOTE] = ACTIONS(1840), - [anon_sym_u8_SQUOTE] = ACTIONS(1840), - [anon_sym_SQUOTE] = ACTIONS(1840), - [anon_sym_L_DQUOTE] = ACTIONS(1840), - [anon_sym_u_DQUOTE] = ACTIONS(1840), - [anon_sym_U_DQUOTE] = ACTIONS(1840), - [anon_sym_u8_DQUOTE] = ACTIONS(1840), - [anon_sym_DQUOTE] = ACTIONS(1840), - [sym_true] = ACTIONS(1838), - [sym_false] = ACTIONS(1838), - [sym_null] = ACTIONS(1838), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1838), - [anon_sym_virtual] = ACTIONS(1838), - [anon_sym_explicit] = ACTIONS(1838), - [sym_auto] = ACTIONS(1838), - [anon_sym_typename] = ACTIONS(1838), - [anon_sym_template] = ACTIONS(1838), - [anon_sym_operator] = ACTIONS(1838), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_throw] = ACTIONS(1838), - [anon_sym_namespace] = ACTIONS(1838), - [anon_sym_using] = ACTIONS(1838), - [anon_sym_static_assert] = ACTIONS(1838), - [anon_sym_co_return] = ACTIONS(1838), - [anon_sym_co_yield] = ACTIONS(1838), - [anon_sym_try] = ACTIONS(1838), - [anon_sym_co_await] = ACTIONS(1838), - [anon_sym_new] = ACTIONS(1838), - [sym_operator_name] = ACTIONS(1838), - [sym_this] = ACTIONS(1838), - [sym_nullptr] = ACTIONS(1838), - [sym_alone_macro] = ACTIONS(1840), - [aux_sym_alone_macro_call_token1] = ACTIONS(1838), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1838), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1838), - [anon_sym_FORWARD] = ACTIONS(1838), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1838), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1838), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1838), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1838), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1838), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1838), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1838), - [anon_sym_PS_GET] = ACTIONS(1838), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1838), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1838), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1838), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1838), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1838), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1838), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1838), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1838), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1838), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1838), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1838), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1838), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1838), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1838), - [anon_sym_MOZ_COLD] = ACTIONS(1838), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1838), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1838), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1838), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1838), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1838), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1838), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1838), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1838), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1838), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1838), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1838), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1838), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1838), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1838), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1838), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1838), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1838), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1838), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1838), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1838), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1838), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1838), - [anon_sym_MOZ_NONNULL] = ACTIONS(1838), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1838), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1838), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1838), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1838), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1838), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1838), - [anon_sym_MOZ_NORETURN] = ACTIONS(1838), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1838), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1838), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1838), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1838), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1838), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1838), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1838), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1838), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1838), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1838), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1838), - [anon_sym_MOZ_RAII] = ACTIONS(1838), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1838), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1838), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1838), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1838), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1838), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1838), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1838), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1838), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1838), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1838), - [sym_raw_string_literal] = ACTIONS(1840), + [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(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), }, [521] = { - [sym_identifier] = ACTIONS(1914), - [aux_sym_preproc_include_token1] = ACTIONS(1914), - [aux_sym_preproc_def_token1] = ACTIONS(1914), - [aux_sym_preproc_if_token1] = ACTIONS(1914), - [aux_sym_preproc_if_token2] = ACTIONS(1914), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1914), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1914), - [sym_preproc_directive] = ACTIONS(1914), - [anon_sym_LPAREN2] = ACTIONS(1916), - [anon_sym_BANG] = ACTIONS(1916), - [anon_sym_TILDE] = ACTIONS(1916), - [anon_sym_DASH] = ACTIONS(1914), - [anon_sym_PLUS] = ACTIONS(1914), - [anon_sym_STAR] = ACTIONS(1916), - [anon_sym_AMP_AMP] = ACTIONS(1916), - [anon_sym_AMP] = ACTIONS(1914), - [anon_sym_SEMI] = ACTIONS(1916), - [anon_sym_typedef] = ACTIONS(1914), - [anon_sym_extern] = ACTIONS(1914), - [anon_sym___attribute__] = ACTIONS(1914), - [anon_sym_COLON_COLON] = ACTIONS(1916), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1916), - [anon_sym___declspec] = ACTIONS(1914), - [anon_sym___based] = ACTIONS(1914), - [anon_sym___cdecl] = ACTIONS(1914), - [anon_sym___clrcall] = ACTIONS(1914), - [anon_sym___stdcall] = ACTIONS(1914), - [anon_sym___fastcall] = ACTIONS(1914), - [anon_sym___thiscall] = ACTIONS(1914), - [anon_sym___vectorcall] = ACTIONS(1914), - [anon_sym_LBRACE] = ACTIONS(1916), - [anon_sym_LBRACK] = ACTIONS(1914), - [anon_sym_static] = ACTIONS(1914), - [anon_sym_register] = ACTIONS(1914), - [anon_sym_inline] = ACTIONS(1914), - [anon_sym_thread_local] = ACTIONS(1914), - [anon_sym_const] = ACTIONS(1914), - [anon_sym_volatile] = ACTIONS(1914), - [anon_sym_restrict] = ACTIONS(1914), - [anon_sym__Atomic] = ACTIONS(1914), - [anon_sym_mutable] = ACTIONS(1914), - [anon_sym_constexpr] = ACTIONS(1914), - [anon_sym_signed] = ACTIONS(1914), - [anon_sym_unsigned] = ACTIONS(1914), - [anon_sym_long] = ACTIONS(1914), - [anon_sym_short] = ACTIONS(1914), - [sym_primitive_type] = ACTIONS(1914), - [anon_sym_enum] = ACTIONS(1914), - [anon_sym_class] = ACTIONS(1914), - [anon_sym_struct] = ACTIONS(1914), - [anon_sym_union] = ACTIONS(1914), - [anon_sym_if] = ACTIONS(1914), - [anon_sym_switch] = ACTIONS(1914), - [anon_sym_case] = ACTIONS(1914), - [anon_sym_default] = ACTIONS(1914), - [anon_sym_while] = ACTIONS(1914), - [anon_sym_do] = ACTIONS(1914), - [anon_sym_for] = ACTIONS(1914), - [anon_sym_return] = ACTIONS(1914), - [anon_sym_break] = ACTIONS(1914), - [anon_sym_continue] = ACTIONS(1914), - [anon_sym_goto] = ACTIONS(1914), - [anon_sym_DASH_DASH] = ACTIONS(1916), - [anon_sym_PLUS_PLUS] = ACTIONS(1916), - [anon_sym_sizeof] = ACTIONS(1914), - [sym_number_literal] = ACTIONS(1916), - [anon_sym_L_SQUOTE] = ACTIONS(1916), - [anon_sym_u_SQUOTE] = ACTIONS(1916), - [anon_sym_U_SQUOTE] = ACTIONS(1916), - [anon_sym_u8_SQUOTE] = ACTIONS(1916), - [anon_sym_SQUOTE] = ACTIONS(1916), - [anon_sym_L_DQUOTE] = ACTIONS(1916), - [anon_sym_u_DQUOTE] = ACTIONS(1916), - [anon_sym_U_DQUOTE] = ACTIONS(1916), - [anon_sym_u8_DQUOTE] = ACTIONS(1916), - [anon_sym_DQUOTE] = ACTIONS(1916), - [sym_true] = ACTIONS(1914), - [sym_false] = ACTIONS(1914), - [sym_null] = ACTIONS(1914), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1914), - [anon_sym_virtual] = ACTIONS(1914), - [anon_sym_explicit] = ACTIONS(1914), - [sym_auto] = ACTIONS(1914), - [anon_sym_typename] = ACTIONS(1914), - [anon_sym_template] = ACTIONS(1914), - [anon_sym_operator] = ACTIONS(1914), - [anon_sym_delete] = ACTIONS(1914), - [anon_sym_throw] = ACTIONS(1914), - [anon_sym_namespace] = ACTIONS(1914), - [anon_sym_using] = ACTIONS(1914), - [anon_sym_static_assert] = ACTIONS(1914), - [anon_sym_co_return] = ACTIONS(1914), - [anon_sym_co_yield] = ACTIONS(1914), - [anon_sym_try] = ACTIONS(1914), - [anon_sym_co_await] = ACTIONS(1914), - [anon_sym_new] = ACTIONS(1914), - [sym_operator_name] = ACTIONS(1914), - [sym_this] = ACTIONS(1914), - [sym_nullptr] = ACTIONS(1914), - [sym_alone_macro] = ACTIONS(1916), - [aux_sym_alone_macro_call_token1] = ACTIONS(1914), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1914), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1914), - [anon_sym_FORWARD] = ACTIONS(1914), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1914), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1914), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1914), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1914), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1914), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1914), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1914), - [anon_sym_PS_GET] = ACTIONS(1914), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1914), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1914), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1914), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1914), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1914), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1914), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1914), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1914), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1914), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1914), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1914), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1914), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1914), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1914), - [anon_sym_MOZ_COLD] = ACTIONS(1914), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1914), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1914), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1914), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1914), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1914), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1914), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1914), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1914), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1914), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1914), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1914), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1914), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1914), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1914), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1914), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1914), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1914), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1914), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1914), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1914), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_NONNULL] = ACTIONS(1914), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1914), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1914), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1914), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1914), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1914), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_NORETURN] = ACTIONS(1914), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1914), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1914), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1914), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1914), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1914), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1914), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1914), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1914), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1914), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1914), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1914), - [anon_sym_MOZ_RAII] = ACTIONS(1914), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1914), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1914), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1914), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1914), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1914), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1914), - [sym_raw_string_literal] = ACTIONS(1916), + [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), + [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), }, [522] = { - [ts_builtin_sym_end] = ACTIONS(1788), - [sym_identifier] = ACTIONS(1786), - [aux_sym_preproc_include_token1] = ACTIONS(1786), - [aux_sym_preproc_def_token1] = ACTIONS(1786), - [aux_sym_preproc_if_token1] = ACTIONS(1786), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1786), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1786), - [sym_preproc_directive] = ACTIONS(1786), - [anon_sym_LPAREN2] = ACTIONS(1788), - [anon_sym_BANG] = ACTIONS(1788), - [anon_sym_TILDE] = ACTIONS(1788), - [anon_sym_DASH] = ACTIONS(1786), - [anon_sym_PLUS] = ACTIONS(1786), - [anon_sym_STAR] = ACTIONS(1788), - [anon_sym_AMP_AMP] = ACTIONS(1788), - [anon_sym_AMP] = ACTIONS(1786), - [anon_sym_SEMI] = ACTIONS(1788), - [anon_sym_typedef] = ACTIONS(1786), - [anon_sym_extern] = ACTIONS(1786), - [anon_sym___attribute__] = ACTIONS(1786), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1788), - [anon_sym___declspec] = ACTIONS(1786), - [anon_sym___based] = ACTIONS(1786), - [anon_sym___cdecl] = ACTIONS(1786), - [anon_sym___clrcall] = ACTIONS(1786), - [anon_sym___stdcall] = ACTIONS(1786), - [anon_sym___fastcall] = ACTIONS(1786), - [anon_sym___thiscall] = ACTIONS(1786), - [anon_sym___vectorcall] = ACTIONS(1786), - [anon_sym_LBRACE] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1786), - [anon_sym_static] = ACTIONS(1786), - [anon_sym_register] = ACTIONS(1786), - [anon_sym_inline] = ACTIONS(1786), - [anon_sym_thread_local] = ACTIONS(1786), - [anon_sym_const] = ACTIONS(1786), - [anon_sym_volatile] = ACTIONS(1786), - [anon_sym_restrict] = ACTIONS(1786), - [anon_sym__Atomic] = ACTIONS(1786), - [anon_sym_mutable] = ACTIONS(1786), - [anon_sym_constexpr] = ACTIONS(1786), - [anon_sym_signed] = ACTIONS(1786), - [anon_sym_unsigned] = ACTIONS(1786), - [anon_sym_long] = ACTIONS(1786), - [anon_sym_short] = ACTIONS(1786), - [sym_primitive_type] = ACTIONS(1786), - [anon_sym_enum] = ACTIONS(1786), - [anon_sym_class] = ACTIONS(1786), - [anon_sym_struct] = ACTIONS(1786), - [anon_sym_union] = ACTIONS(1786), - [anon_sym_if] = ACTIONS(1786), - [anon_sym_switch] = ACTIONS(1786), - [anon_sym_case] = ACTIONS(1786), - [anon_sym_default] = ACTIONS(1786), - [anon_sym_while] = ACTIONS(1786), - [anon_sym_do] = ACTIONS(1786), - [anon_sym_for] = ACTIONS(1786), - [anon_sym_return] = ACTIONS(1786), - [anon_sym_break] = ACTIONS(1786), - [anon_sym_continue] = ACTIONS(1786), - [anon_sym_goto] = ACTIONS(1786), - [anon_sym_DASH_DASH] = ACTIONS(1788), - [anon_sym_PLUS_PLUS] = ACTIONS(1788), - [anon_sym_sizeof] = ACTIONS(1786), - [sym_number_literal] = ACTIONS(1788), - [anon_sym_L_SQUOTE] = ACTIONS(1788), - [anon_sym_u_SQUOTE] = ACTIONS(1788), - [anon_sym_U_SQUOTE] = ACTIONS(1788), - [anon_sym_u8_SQUOTE] = ACTIONS(1788), - [anon_sym_SQUOTE] = ACTIONS(1788), - [anon_sym_L_DQUOTE] = ACTIONS(1788), - [anon_sym_u_DQUOTE] = ACTIONS(1788), - [anon_sym_U_DQUOTE] = ACTIONS(1788), - [anon_sym_u8_DQUOTE] = ACTIONS(1788), - [anon_sym_DQUOTE] = ACTIONS(1788), - [sym_true] = ACTIONS(1786), - [sym_false] = ACTIONS(1786), - [sym_null] = ACTIONS(1786), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1786), - [anon_sym_virtual] = ACTIONS(1786), - [anon_sym_explicit] = ACTIONS(1786), - [sym_auto] = ACTIONS(1786), - [anon_sym_typename] = ACTIONS(1786), - [anon_sym_template] = ACTIONS(1786), - [anon_sym_operator] = ACTIONS(1786), - [anon_sym_delete] = ACTIONS(1786), - [anon_sym_throw] = ACTIONS(1786), - [anon_sym_namespace] = ACTIONS(1786), - [anon_sym_using] = ACTIONS(1786), - [anon_sym_static_assert] = ACTIONS(1786), - [anon_sym_co_return] = ACTIONS(1786), - [anon_sym_co_yield] = ACTIONS(1786), - [anon_sym_try] = ACTIONS(1786), - [anon_sym_co_await] = ACTIONS(1786), - [anon_sym_new] = ACTIONS(1786), - [sym_operator_name] = ACTIONS(1786), - [sym_this] = ACTIONS(1786), - [sym_nullptr] = ACTIONS(1786), - [sym_alone_macro] = ACTIONS(1788), - [aux_sym_alone_macro_call_token1] = ACTIONS(1786), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1786), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1786), - [anon_sym_FORWARD] = ACTIONS(1786), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1786), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1786), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1786), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1786), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1786), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1786), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1786), - [anon_sym_PS_GET] = ACTIONS(1786), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1786), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1786), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1786), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1786), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1786), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1786), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1786), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1786), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1786), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1786), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1786), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1786), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1786), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1786), - [anon_sym_MOZ_COLD] = ACTIONS(1786), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1786), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1786), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1786), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1786), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1786), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1786), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1786), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1786), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1786), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1786), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1786), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1786), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1786), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1786), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1786), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1786), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1786), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1786), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1786), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1786), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_NONNULL] = ACTIONS(1786), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1786), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1786), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1786), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1786), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1786), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_NORETURN] = ACTIONS(1786), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1786), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1786), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1786), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1786), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1786), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1786), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1786), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1786), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1786), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1786), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1786), - [anon_sym_MOZ_RAII] = ACTIONS(1786), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1786), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1786), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1786), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1786), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1786), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1786), - [sym_raw_string_literal] = ACTIONS(1788), + [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(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), }, [523] = { - [sym_identifier] = ACTIONS(1894), - [aux_sym_preproc_include_token1] = ACTIONS(1894), - [aux_sym_preproc_def_token1] = ACTIONS(1894), - [aux_sym_preproc_if_token1] = ACTIONS(1894), - [aux_sym_preproc_if_token2] = ACTIONS(1894), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1894), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1894), - [sym_preproc_directive] = ACTIONS(1894), - [anon_sym_LPAREN2] = ACTIONS(1896), - [anon_sym_BANG] = ACTIONS(1896), - [anon_sym_TILDE] = ACTIONS(1896), - [anon_sym_DASH] = ACTIONS(1894), - [anon_sym_PLUS] = ACTIONS(1894), - [anon_sym_STAR] = ACTIONS(1896), - [anon_sym_AMP_AMP] = ACTIONS(1896), - [anon_sym_AMP] = ACTIONS(1894), - [anon_sym_SEMI] = ACTIONS(1896), - [anon_sym_typedef] = ACTIONS(1894), - [anon_sym_extern] = ACTIONS(1894), - [anon_sym___attribute__] = ACTIONS(1894), - [anon_sym_COLON_COLON] = ACTIONS(1896), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1896), - [anon_sym___declspec] = ACTIONS(1894), - [anon_sym___based] = ACTIONS(1894), - [anon_sym___cdecl] = ACTIONS(1894), - [anon_sym___clrcall] = ACTIONS(1894), - [anon_sym___stdcall] = ACTIONS(1894), - [anon_sym___fastcall] = ACTIONS(1894), - [anon_sym___thiscall] = ACTIONS(1894), - [anon_sym___vectorcall] = ACTIONS(1894), - [anon_sym_LBRACE] = ACTIONS(1896), - [anon_sym_LBRACK] = ACTIONS(1894), - [anon_sym_static] = ACTIONS(1894), - [anon_sym_register] = ACTIONS(1894), - [anon_sym_inline] = ACTIONS(1894), - [anon_sym_thread_local] = ACTIONS(1894), - [anon_sym_const] = ACTIONS(1894), - [anon_sym_volatile] = ACTIONS(1894), - [anon_sym_restrict] = ACTIONS(1894), - [anon_sym__Atomic] = ACTIONS(1894), - [anon_sym_mutable] = ACTIONS(1894), - [anon_sym_constexpr] = ACTIONS(1894), - [anon_sym_signed] = ACTIONS(1894), - [anon_sym_unsigned] = ACTIONS(1894), - [anon_sym_long] = ACTIONS(1894), - [anon_sym_short] = ACTIONS(1894), - [sym_primitive_type] = ACTIONS(1894), - [anon_sym_enum] = ACTIONS(1894), - [anon_sym_class] = ACTIONS(1894), - [anon_sym_struct] = ACTIONS(1894), - [anon_sym_union] = ACTIONS(1894), - [anon_sym_if] = ACTIONS(1894), - [anon_sym_switch] = ACTIONS(1894), - [anon_sym_case] = ACTIONS(1894), - [anon_sym_default] = ACTIONS(1894), - [anon_sym_while] = ACTIONS(1894), - [anon_sym_do] = ACTIONS(1894), - [anon_sym_for] = ACTIONS(1894), - [anon_sym_return] = ACTIONS(1894), - [anon_sym_break] = ACTIONS(1894), - [anon_sym_continue] = ACTIONS(1894), - [anon_sym_goto] = ACTIONS(1894), - [anon_sym_DASH_DASH] = ACTIONS(1896), - [anon_sym_PLUS_PLUS] = ACTIONS(1896), - [anon_sym_sizeof] = ACTIONS(1894), - [sym_number_literal] = ACTIONS(1896), - [anon_sym_L_SQUOTE] = ACTIONS(1896), - [anon_sym_u_SQUOTE] = ACTIONS(1896), - [anon_sym_U_SQUOTE] = ACTIONS(1896), - [anon_sym_u8_SQUOTE] = ACTIONS(1896), - [anon_sym_SQUOTE] = ACTIONS(1896), - [anon_sym_L_DQUOTE] = ACTIONS(1896), - [anon_sym_u_DQUOTE] = ACTIONS(1896), - [anon_sym_U_DQUOTE] = ACTIONS(1896), - [anon_sym_u8_DQUOTE] = ACTIONS(1896), - [anon_sym_DQUOTE] = ACTIONS(1896), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [sym_null] = ACTIONS(1894), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1894), - [anon_sym_virtual] = ACTIONS(1894), - [anon_sym_explicit] = ACTIONS(1894), - [sym_auto] = ACTIONS(1894), - [anon_sym_typename] = ACTIONS(1894), - [anon_sym_template] = ACTIONS(1894), - [anon_sym_operator] = ACTIONS(1894), - [anon_sym_delete] = ACTIONS(1894), - [anon_sym_throw] = ACTIONS(1894), - [anon_sym_namespace] = ACTIONS(1894), - [anon_sym_using] = ACTIONS(1894), - [anon_sym_static_assert] = ACTIONS(1894), - [anon_sym_co_return] = ACTIONS(1894), - [anon_sym_co_yield] = ACTIONS(1894), - [anon_sym_try] = ACTIONS(1894), - [anon_sym_co_await] = ACTIONS(1894), - [anon_sym_new] = ACTIONS(1894), - [sym_operator_name] = ACTIONS(1894), - [sym_this] = ACTIONS(1894), - [sym_nullptr] = ACTIONS(1894), - [sym_alone_macro] = ACTIONS(1896), - [aux_sym_alone_macro_call_token1] = ACTIONS(1894), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1894), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1894), - [anon_sym_FORWARD] = ACTIONS(1894), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1894), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1894), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1894), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1894), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1894), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1894), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1894), - [anon_sym_PS_GET] = ACTIONS(1894), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1894), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1894), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1894), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1894), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1894), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1894), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1894), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1894), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1894), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1894), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1894), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1894), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1894), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1894), - [anon_sym_MOZ_COLD] = ACTIONS(1894), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1894), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1894), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1894), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1894), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1894), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1894), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1894), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1894), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1894), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1894), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1894), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1894), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1894), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1894), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1894), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1894), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1894), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1894), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1894), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1894), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_NONNULL] = ACTIONS(1894), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1894), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1894), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1894), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1894), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1894), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_NORETURN] = ACTIONS(1894), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1894), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1894), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1894), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1894), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1894), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1894), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1894), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1894), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1894), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1894), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1894), - [anon_sym_MOZ_RAII] = ACTIONS(1894), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1894), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1894), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1894), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1894), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1894), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1894), - [sym_raw_string_literal] = ACTIONS(1896), + [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), }, [524] = { - [ts_builtin_sym_end] = ACTIONS(1868), - [sym_identifier] = ACTIONS(1866), - [aux_sym_preproc_include_token1] = ACTIONS(1866), - [aux_sym_preproc_def_token1] = ACTIONS(1866), - [aux_sym_preproc_if_token1] = ACTIONS(1866), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1866), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1866), - [sym_preproc_directive] = ACTIONS(1866), - [anon_sym_LPAREN2] = ACTIONS(1868), - [anon_sym_BANG] = ACTIONS(1868), - [anon_sym_TILDE] = ACTIONS(1868), - [anon_sym_DASH] = ACTIONS(1866), - [anon_sym_PLUS] = ACTIONS(1866), - [anon_sym_STAR] = ACTIONS(1868), - [anon_sym_AMP_AMP] = ACTIONS(1868), - [anon_sym_AMP] = ACTIONS(1866), - [anon_sym_SEMI] = ACTIONS(1868), - [anon_sym_typedef] = ACTIONS(1866), - [anon_sym_extern] = ACTIONS(1866), - [anon_sym___attribute__] = ACTIONS(1866), - [anon_sym_COLON_COLON] = ACTIONS(1868), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1868), - [anon_sym___declspec] = ACTIONS(1866), - [anon_sym___based] = ACTIONS(1866), - [anon_sym___cdecl] = ACTIONS(1866), - [anon_sym___clrcall] = ACTIONS(1866), - [anon_sym___stdcall] = ACTIONS(1866), - [anon_sym___fastcall] = ACTIONS(1866), - [anon_sym___thiscall] = ACTIONS(1866), - [anon_sym___vectorcall] = ACTIONS(1866), - [anon_sym_LBRACE] = ACTIONS(1868), - [anon_sym_LBRACK] = ACTIONS(1866), - [anon_sym_static] = ACTIONS(1866), - [anon_sym_register] = ACTIONS(1866), - [anon_sym_inline] = ACTIONS(1866), - [anon_sym_thread_local] = ACTIONS(1866), - [anon_sym_const] = ACTIONS(1866), - [anon_sym_volatile] = ACTIONS(1866), - [anon_sym_restrict] = ACTIONS(1866), - [anon_sym__Atomic] = ACTIONS(1866), - [anon_sym_mutable] = ACTIONS(1866), - [anon_sym_constexpr] = ACTIONS(1866), - [anon_sym_signed] = ACTIONS(1866), - [anon_sym_unsigned] = ACTIONS(1866), - [anon_sym_long] = ACTIONS(1866), - [anon_sym_short] = ACTIONS(1866), - [sym_primitive_type] = ACTIONS(1866), - [anon_sym_enum] = ACTIONS(1866), - [anon_sym_class] = ACTIONS(1866), - [anon_sym_struct] = ACTIONS(1866), - [anon_sym_union] = ACTIONS(1866), - [anon_sym_if] = ACTIONS(1866), - [anon_sym_switch] = ACTIONS(1866), - [anon_sym_case] = ACTIONS(1866), - [anon_sym_default] = ACTIONS(1866), - [anon_sym_while] = ACTIONS(1866), - [anon_sym_do] = ACTIONS(1866), - [anon_sym_for] = ACTIONS(1866), - [anon_sym_return] = ACTIONS(1866), - [anon_sym_break] = ACTIONS(1866), - [anon_sym_continue] = ACTIONS(1866), - [anon_sym_goto] = ACTIONS(1866), - [anon_sym_DASH_DASH] = ACTIONS(1868), - [anon_sym_PLUS_PLUS] = ACTIONS(1868), - [anon_sym_sizeof] = ACTIONS(1866), - [sym_number_literal] = ACTIONS(1868), - [anon_sym_L_SQUOTE] = ACTIONS(1868), - [anon_sym_u_SQUOTE] = ACTIONS(1868), - [anon_sym_U_SQUOTE] = ACTIONS(1868), - [anon_sym_u8_SQUOTE] = ACTIONS(1868), - [anon_sym_SQUOTE] = ACTIONS(1868), - [anon_sym_L_DQUOTE] = ACTIONS(1868), - [anon_sym_u_DQUOTE] = ACTIONS(1868), - [anon_sym_U_DQUOTE] = ACTIONS(1868), - [anon_sym_u8_DQUOTE] = ACTIONS(1868), - [anon_sym_DQUOTE] = ACTIONS(1868), - [sym_true] = ACTIONS(1866), - [sym_false] = ACTIONS(1866), - [sym_null] = ACTIONS(1866), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1866), - [anon_sym_virtual] = ACTIONS(1866), - [anon_sym_explicit] = ACTIONS(1866), - [sym_auto] = ACTIONS(1866), - [anon_sym_typename] = ACTIONS(1866), - [anon_sym_template] = ACTIONS(1866), - [anon_sym_operator] = ACTIONS(1866), - [anon_sym_delete] = ACTIONS(1866), - [anon_sym_throw] = ACTIONS(1866), - [anon_sym_namespace] = ACTIONS(1866), - [anon_sym_using] = ACTIONS(1866), - [anon_sym_static_assert] = ACTIONS(1866), - [anon_sym_co_return] = ACTIONS(1866), - [anon_sym_co_yield] = ACTIONS(1866), - [anon_sym_try] = ACTIONS(1866), - [anon_sym_co_await] = ACTIONS(1866), - [anon_sym_new] = ACTIONS(1866), - [sym_operator_name] = ACTIONS(1866), - [sym_this] = ACTIONS(1866), - [sym_nullptr] = ACTIONS(1866), - [sym_alone_macro] = ACTIONS(1868), - [aux_sym_alone_macro_call_token1] = ACTIONS(1866), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1866), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1866), - [anon_sym_FORWARD] = ACTIONS(1866), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1866), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1866), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1866), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1866), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1866), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1866), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1866), - [anon_sym_PS_GET] = ACTIONS(1866), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1866), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1866), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1866), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1866), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1866), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1866), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1866), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1866), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1866), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1866), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1866), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1866), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1866), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1866), - [anon_sym_MOZ_COLD] = ACTIONS(1866), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1866), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1866), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1866), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1866), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1866), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1866), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1866), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1866), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1866), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1866), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1866), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1866), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1866), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1866), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1866), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1866), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1866), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1866), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1866), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1866), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_NONNULL] = ACTIONS(1866), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1866), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1866), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1866), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1866), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1866), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_NORETURN] = ACTIONS(1866), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1866), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1866), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1866), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1866), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1866), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1866), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1866), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1866), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1866), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1866), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1866), - [anon_sym_MOZ_RAII] = ACTIONS(1866), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1866), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1866), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1866), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1866), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1866), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1866), - [sym_raw_string_literal] = ACTIONS(1868), + [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), }, [525] = { - [sym_identifier] = ACTIONS(1746), - [aux_sym_preproc_include_token1] = ACTIONS(1746), - [aux_sym_preproc_def_token1] = ACTIONS(1746), - [aux_sym_preproc_if_token1] = ACTIONS(1746), - [aux_sym_preproc_if_token2] = ACTIONS(1746), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1746), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1746), - [sym_preproc_directive] = ACTIONS(1746), - [anon_sym_LPAREN2] = ACTIONS(1748), - [anon_sym_BANG] = ACTIONS(1748), - [anon_sym_TILDE] = ACTIONS(1748), - [anon_sym_DASH] = ACTIONS(1746), - [anon_sym_PLUS] = ACTIONS(1746), - [anon_sym_STAR] = ACTIONS(1748), - [anon_sym_AMP_AMP] = ACTIONS(1748), - [anon_sym_AMP] = ACTIONS(1746), - [anon_sym_SEMI] = ACTIONS(1748), - [anon_sym_typedef] = ACTIONS(1746), - [anon_sym_extern] = ACTIONS(1746), - [anon_sym___attribute__] = ACTIONS(1746), - [anon_sym_COLON_COLON] = ACTIONS(1748), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1748), - [anon_sym___declspec] = ACTIONS(1746), - [anon_sym___based] = ACTIONS(1746), - [anon_sym___cdecl] = ACTIONS(1746), - [anon_sym___clrcall] = ACTIONS(1746), - [anon_sym___stdcall] = ACTIONS(1746), - [anon_sym___fastcall] = ACTIONS(1746), - [anon_sym___thiscall] = ACTIONS(1746), - [anon_sym___vectorcall] = ACTIONS(1746), - [anon_sym_LBRACE] = ACTIONS(1748), - [anon_sym_LBRACK] = ACTIONS(1746), - [anon_sym_static] = ACTIONS(1746), - [anon_sym_register] = ACTIONS(1746), - [anon_sym_inline] = ACTIONS(1746), - [anon_sym_thread_local] = ACTIONS(1746), - [anon_sym_const] = ACTIONS(1746), - [anon_sym_volatile] = ACTIONS(1746), - [anon_sym_restrict] = ACTIONS(1746), - [anon_sym__Atomic] = ACTIONS(1746), - [anon_sym_mutable] = ACTIONS(1746), - [anon_sym_constexpr] = ACTIONS(1746), - [anon_sym_signed] = ACTIONS(1746), - [anon_sym_unsigned] = ACTIONS(1746), - [anon_sym_long] = ACTIONS(1746), - [anon_sym_short] = ACTIONS(1746), - [sym_primitive_type] = ACTIONS(1746), - [anon_sym_enum] = ACTIONS(1746), - [anon_sym_class] = ACTIONS(1746), - [anon_sym_struct] = ACTIONS(1746), - [anon_sym_union] = ACTIONS(1746), - [anon_sym_if] = ACTIONS(1746), - [anon_sym_switch] = ACTIONS(1746), - [anon_sym_case] = ACTIONS(1746), - [anon_sym_default] = ACTIONS(1746), - [anon_sym_while] = ACTIONS(1746), - [anon_sym_do] = ACTIONS(1746), - [anon_sym_for] = ACTIONS(1746), - [anon_sym_return] = ACTIONS(1746), - [anon_sym_break] = ACTIONS(1746), - [anon_sym_continue] = ACTIONS(1746), - [anon_sym_goto] = ACTIONS(1746), - [anon_sym_DASH_DASH] = ACTIONS(1748), - [anon_sym_PLUS_PLUS] = ACTIONS(1748), - [anon_sym_sizeof] = ACTIONS(1746), - [sym_number_literal] = ACTIONS(1748), - [anon_sym_L_SQUOTE] = ACTIONS(1748), - [anon_sym_u_SQUOTE] = ACTIONS(1748), - [anon_sym_U_SQUOTE] = ACTIONS(1748), - [anon_sym_u8_SQUOTE] = ACTIONS(1748), - [anon_sym_SQUOTE] = ACTIONS(1748), - [anon_sym_L_DQUOTE] = ACTIONS(1748), - [anon_sym_u_DQUOTE] = ACTIONS(1748), - [anon_sym_U_DQUOTE] = ACTIONS(1748), - [anon_sym_u8_DQUOTE] = ACTIONS(1748), - [anon_sym_DQUOTE] = ACTIONS(1748), - [sym_true] = ACTIONS(1746), - [sym_false] = ACTIONS(1746), - [sym_null] = ACTIONS(1746), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1746), - [anon_sym_virtual] = ACTIONS(1746), - [anon_sym_explicit] = ACTIONS(1746), - [sym_auto] = ACTIONS(1746), - [anon_sym_typename] = ACTIONS(1746), - [anon_sym_template] = ACTIONS(1746), - [anon_sym_operator] = ACTIONS(1746), - [anon_sym_delete] = ACTIONS(1746), - [anon_sym_throw] = ACTIONS(1746), - [anon_sym_namespace] = ACTIONS(1746), - [anon_sym_using] = ACTIONS(1746), - [anon_sym_static_assert] = ACTIONS(1746), - [anon_sym_co_return] = ACTIONS(1746), - [anon_sym_co_yield] = ACTIONS(1746), - [anon_sym_try] = ACTIONS(1746), - [anon_sym_co_await] = ACTIONS(1746), - [anon_sym_new] = ACTIONS(1746), - [sym_operator_name] = ACTIONS(1746), - [sym_this] = ACTIONS(1746), - [sym_nullptr] = ACTIONS(1746), - [sym_alone_macro] = ACTIONS(1748), - [aux_sym_alone_macro_call_token1] = ACTIONS(1746), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1746), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1746), - [anon_sym_FORWARD] = ACTIONS(1746), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1746), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1746), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1746), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1746), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1746), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1746), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1746), - [anon_sym_PS_GET] = ACTIONS(1746), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1746), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1746), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1746), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1746), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1746), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1746), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1746), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1746), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1746), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1746), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1746), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1746), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1746), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1746), - [anon_sym_MOZ_COLD] = ACTIONS(1746), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1746), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1746), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1746), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1746), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1746), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1746), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1746), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1746), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1746), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1746), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1746), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1746), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1746), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1746), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1746), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1746), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1746), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1746), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1746), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1746), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1746), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1746), - [anon_sym_MOZ_NONNULL] = ACTIONS(1746), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1746), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1746), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1746), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1746), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1746), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1746), - [anon_sym_MOZ_NORETURN] = ACTIONS(1746), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1746), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1746), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1746), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1746), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1746), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1746), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1746), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1746), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1746), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1746), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1746), - [anon_sym_MOZ_RAII] = ACTIONS(1746), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1746), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1746), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1746), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1746), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1746), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1746), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1746), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1746), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1746), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1746), - [sym_raw_string_literal] = ACTIONS(1748), + [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(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), }, [526] = { - [sym_identifier] = ACTIONS(1834), - [aux_sym_preproc_include_token1] = ACTIONS(1834), - [aux_sym_preproc_def_token1] = ACTIONS(1834), - [aux_sym_preproc_if_token1] = ACTIONS(1834), - [aux_sym_preproc_if_token2] = ACTIONS(1834), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1834), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1834), - [sym_preproc_directive] = ACTIONS(1834), - [anon_sym_LPAREN2] = ACTIONS(1836), - [anon_sym_BANG] = ACTIONS(1836), - [anon_sym_TILDE] = ACTIONS(1836), - [anon_sym_DASH] = ACTIONS(1834), - [anon_sym_PLUS] = ACTIONS(1834), - [anon_sym_STAR] = ACTIONS(1836), - [anon_sym_AMP_AMP] = ACTIONS(1836), - [anon_sym_AMP] = ACTIONS(1834), - [anon_sym_SEMI] = ACTIONS(1836), - [anon_sym_typedef] = ACTIONS(1834), - [anon_sym_extern] = ACTIONS(1834), - [anon_sym___attribute__] = ACTIONS(1834), - [anon_sym_COLON_COLON] = ACTIONS(1836), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1836), - [anon_sym___declspec] = ACTIONS(1834), - [anon_sym___based] = ACTIONS(1834), - [anon_sym___cdecl] = ACTIONS(1834), - [anon_sym___clrcall] = ACTIONS(1834), - [anon_sym___stdcall] = ACTIONS(1834), - [anon_sym___fastcall] = ACTIONS(1834), - [anon_sym___thiscall] = ACTIONS(1834), - [anon_sym___vectorcall] = ACTIONS(1834), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LBRACK] = ACTIONS(1834), - [anon_sym_static] = ACTIONS(1834), - [anon_sym_register] = ACTIONS(1834), - [anon_sym_inline] = ACTIONS(1834), - [anon_sym_thread_local] = ACTIONS(1834), - [anon_sym_const] = ACTIONS(1834), - [anon_sym_volatile] = ACTIONS(1834), - [anon_sym_restrict] = ACTIONS(1834), - [anon_sym__Atomic] = ACTIONS(1834), - [anon_sym_mutable] = ACTIONS(1834), - [anon_sym_constexpr] = ACTIONS(1834), - [anon_sym_signed] = ACTIONS(1834), - [anon_sym_unsigned] = ACTIONS(1834), - [anon_sym_long] = ACTIONS(1834), - [anon_sym_short] = ACTIONS(1834), - [sym_primitive_type] = ACTIONS(1834), - [anon_sym_enum] = ACTIONS(1834), - [anon_sym_class] = ACTIONS(1834), - [anon_sym_struct] = ACTIONS(1834), - [anon_sym_union] = ACTIONS(1834), - [anon_sym_if] = ACTIONS(1834), - [anon_sym_switch] = ACTIONS(1834), - [anon_sym_case] = ACTIONS(1834), - [anon_sym_default] = ACTIONS(1834), - [anon_sym_while] = ACTIONS(1834), - [anon_sym_do] = ACTIONS(1834), - [anon_sym_for] = ACTIONS(1834), - [anon_sym_return] = ACTIONS(1834), - [anon_sym_break] = ACTIONS(1834), - [anon_sym_continue] = ACTIONS(1834), - [anon_sym_goto] = ACTIONS(1834), - [anon_sym_DASH_DASH] = ACTIONS(1836), - [anon_sym_PLUS_PLUS] = ACTIONS(1836), - [anon_sym_sizeof] = ACTIONS(1834), - [sym_number_literal] = ACTIONS(1836), - [anon_sym_L_SQUOTE] = ACTIONS(1836), - [anon_sym_u_SQUOTE] = ACTIONS(1836), - [anon_sym_U_SQUOTE] = ACTIONS(1836), - [anon_sym_u8_SQUOTE] = ACTIONS(1836), - [anon_sym_SQUOTE] = ACTIONS(1836), - [anon_sym_L_DQUOTE] = ACTIONS(1836), - [anon_sym_u_DQUOTE] = ACTIONS(1836), - [anon_sym_U_DQUOTE] = ACTIONS(1836), - [anon_sym_u8_DQUOTE] = ACTIONS(1836), - [anon_sym_DQUOTE] = ACTIONS(1836), - [sym_true] = ACTIONS(1834), - [sym_false] = ACTIONS(1834), - [sym_null] = ACTIONS(1834), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1834), - [anon_sym_virtual] = ACTIONS(1834), - [anon_sym_explicit] = ACTIONS(1834), - [sym_auto] = ACTIONS(1834), - [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1834), - [anon_sym_operator] = ACTIONS(1834), - [anon_sym_delete] = ACTIONS(1834), - [anon_sym_throw] = ACTIONS(1834), - [anon_sym_namespace] = ACTIONS(1834), - [anon_sym_using] = ACTIONS(1834), - [anon_sym_static_assert] = ACTIONS(1834), - [anon_sym_co_return] = ACTIONS(1834), - [anon_sym_co_yield] = ACTIONS(1834), - [anon_sym_try] = ACTIONS(1834), - [anon_sym_co_await] = ACTIONS(1834), - [anon_sym_new] = ACTIONS(1834), - [sym_operator_name] = ACTIONS(1834), - [sym_this] = ACTIONS(1834), - [sym_nullptr] = ACTIONS(1834), - [sym_alone_macro] = ACTIONS(1836), - [aux_sym_alone_macro_call_token1] = ACTIONS(1834), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1834), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1834), - [anon_sym_FORWARD] = ACTIONS(1834), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1834), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1834), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1834), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1834), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1834), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1834), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1834), - [anon_sym_PS_GET] = ACTIONS(1834), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1834), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1834), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1834), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1834), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1834), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1834), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1834), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1834), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1834), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1834), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1834), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1834), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1834), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1834), - [anon_sym_MOZ_COLD] = ACTIONS(1834), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1834), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1834), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1834), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1834), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1834), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1834), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1834), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1834), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1834), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1834), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1834), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1834), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1834), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1834), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1834), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1834), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1834), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1834), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1834), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1834), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1834), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1834), - [anon_sym_MOZ_NONNULL] = ACTIONS(1834), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1834), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1834), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1834), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1834), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1834), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1834), - [anon_sym_MOZ_NORETURN] = ACTIONS(1834), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1834), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1834), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1834), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1834), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1834), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1834), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1834), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1834), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1834), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1834), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1834), - [anon_sym_MOZ_RAII] = ACTIONS(1834), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1834), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1834), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1834), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1834), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1834), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1834), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1834), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1834), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1834), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1834), - [sym_raw_string_literal] = ACTIONS(1836), + [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), }, [527] = { - [sym_identifier] = ACTIONS(1886), - [aux_sym_preproc_include_token1] = ACTIONS(1886), - [aux_sym_preproc_def_token1] = ACTIONS(1886), - [aux_sym_preproc_if_token1] = ACTIONS(1886), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1886), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1886), - [sym_preproc_directive] = ACTIONS(1886), - [anon_sym_LPAREN2] = ACTIONS(1888), - [anon_sym_BANG] = ACTIONS(1888), - [anon_sym_TILDE] = ACTIONS(1888), - [anon_sym_DASH] = ACTIONS(1886), - [anon_sym_PLUS] = ACTIONS(1886), - [anon_sym_STAR] = ACTIONS(1888), - [anon_sym_AMP_AMP] = ACTIONS(1888), - [anon_sym_AMP] = ACTIONS(1886), - [anon_sym_SEMI] = ACTIONS(1888), - [anon_sym_typedef] = ACTIONS(1886), - [anon_sym_extern] = ACTIONS(1886), - [anon_sym___attribute__] = ACTIONS(1886), - [anon_sym_COLON_COLON] = ACTIONS(1888), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1888), - [anon_sym___declspec] = ACTIONS(1886), - [anon_sym___based] = ACTIONS(1886), - [anon_sym___cdecl] = ACTIONS(1886), - [anon_sym___clrcall] = ACTIONS(1886), - [anon_sym___stdcall] = ACTIONS(1886), - [anon_sym___fastcall] = ACTIONS(1886), - [anon_sym___thiscall] = ACTIONS(1886), - [anon_sym___vectorcall] = ACTIONS(1886), - [anon_sym_LBRACE] = ACTIONS(1888), - [anon_sym_RBRACE] = ACTIONS(1888), - [anon_sym_LBRACK] = ACTIONS(1886), - [anon_sym_static] = ACTIONS(1886), - [anon_sym_register] = ACTIONS(1886), - [anon_sym_inline] = ACTIONS(1886), - [anon_sym_thread_local] = ACTIONS(1886), - [anon_sym_const] = ACTIONS(1886), - [anon_sym_volatile] = ACTIONS(1886), - [anon_sym_restrict] = ACTIONS(1886), - [anon_sym__Atomic] = ACTIONS(1886), - [anon_sym_mutable] = ACTIONS(1886), - [anon_sym_constexpr] = ACTIONS(1886), - [anon_sym_signed] = ACTIONS(1886), - [anon_sym_unsigned] = ACTIONS(1886), - [anon_sym_long] = ACTIONS(1886), - [anon_sym_short] = ACTIONS(1886), - [sym_primitive_type] = ACTIONS(1886), - [anon_sym_enum] = ACTIONS(1886), - [anon_sym_class] = ACTIONS(1886), - [anon_sym_struct] = ACTIONS(1886), - [anon_sym_union] = ACTIONS(1886), - [anon_sym_if] = ACTIONS(1886), - [anon_sym_switch] = ACTIONS(1886), - [anon_sym_case] = ACTIONS(1886), - [anon_sym_default] = ACTIONS(1886), - [anon_sym_while] = ACTIONS(1886), - [anon_sym_do] = ACTIONS(1886), - [anon_sym_for] = ACTIONS(1886), - [anon_sym_return] = ACTIONS(1886), - [anon_sym_break] = ACTIONS(1886), - [anon_sym_continue] = ACTIONS(1886), - [anon_sym_goto] = ACTIONS(1886), - [anon_sym_DASH_DASH] = ACTIONS(1888), - [anon_sym_PLUS_PLUS] = ACTIONS(1888), - [anon_sym_sizeof] = ACTIONS(1886), - [sym_number_literal] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1888), - [anon_sym_u_SQUOTE] = ACTIONS(1888), - [anon_sym_U_SQUOTE] = ACTIONS(1888), - [anon_sym_u8_SQUOTE] = ACTIONS(1888), - [anon_sym_SQUOTE] = ACTIONS(1888), - [anon_sym_L_DQUOTE] = ACTIONS(1888), - [anon_sym_u_DQUOTE] = ACTIONS(1888), - [anon_sym_U_DQUOTE] = ACTIONS(1888), - [anon_sym_u8_DQUOTE] = ACTIONS(1888), - [anon_sym_DQUOTE] = ACTIONS(1888), - [sym_true] = ACTIONS(1886), - [sym_false] = ACTIONS(1886), - [sym_null] = ACTIONS(1886), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1886), - [anon_sym_virtual] = ACTIONS(1886), - [anon_sym_explicit] = ACTIONS(1886), - [sym_auto] = ACTIONS(1886), - [anon_sym_typename] = ACTIONS(1886), - [anon_sym_template] = ACTIONS(1886), - [anon_sym_operator] = ACTIONS(1886), - [anon_sym_delete] = ACTIONS(1886), - [anon_sym_throw] = ACTIONS(1886), - [anon_sym_namespace] = ACTIONS(1886), - [anon_sym_using] = ACTIONS(1886), - [anon_sym_static_assert] = ACTIONS(1886), - [anon_sym_co_return] = ACTIONS(1886), - [anon_sym_co_yield] = ACTIONS(1886), - [anon_sym_try] = ACTIONS(1886), - [anon_sym_co_await] = ACTIONS(1886), - [anon_sym_new] = ACTIONS(1886), - [sym_operator_name] = ACTIONS(1886), - [sym_this] = ACTIONS(1886), - [sym_nullptr] = ACTIONS(1886), - [sym_alone_macro] = ACTIONS(1888), - [aux_sym_alone_macro_call_token1] = ACTIONS(1886), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1886), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1886), - [anon_sym_FORWARD] = ACTIONS(1886), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1886), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1886), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1886), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1886), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1886), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1886), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1886), - [anon_sym_PS_GET] = ACTIONS(1886), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1886), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1886), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1886), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1886), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1886), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1886), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1886), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1886), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1886), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1886), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1886), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1886), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1886), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1886), - [anon_sym_MOZ_COLD] = ACTIONS(1886), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1886), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1886), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1886), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1886), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1886), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1886), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1886), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1886), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1886), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1886), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1886), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1886), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1886), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1886), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1886), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1886), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1886), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1886), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1886), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1886), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_NONNULL] = ACTIONS(1886), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1886), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1886), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1886), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1886), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1886), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_NORETURN] = ACTIONS(1886), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1886), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1886), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1886), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1886), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1886), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1886), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1886), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1886), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1886), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1886), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1886), - [anon_sym_MOZ_RAII] = ACTIONS(1886), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1886), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1886), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1886), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1886), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1886), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1886), - [sym_raw_string_literal] = ACTIONS(1888), + [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(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), }, [528] = { - [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(4907), - [sym_preproc_elif_in_field_declaration_list] = STATE(4907), - [sym_type_definition] = STATE(661), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3235), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3536), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), - [sym__field_declaration_list_item] = STATE(661), - [sym_field_declaration] = STATE(661), - [sym_decltype] = STATE(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(865), - [sym_dependent_type] = STATE(1451), - [sym_template_declaration] = STATE(661), - [sym_operator_cast] = STATE(3928), - [sym_inline_method_definition] = STATE(661), - [sym__constructor_specifiers] = STATE(865), - [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(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_using_declaration] = STATE(661), - [sym_alias_declaration] = STATE(661), - [sym_static_assert_declaration] = STATE(661), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3928), - [sym_macro_statement] = STATE(661), - [sym_macro_annotation] = STATE(1266), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(661), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(865), - [sym_identifier] = ACTIONS(1930), - [aux_sym_preproc_def_token1] = ACTIONS(1932), - [aux_sym_preproc_if_token1] = ACTIONS(1934), - [aux_sym_preproc_if_token2] = ACTIONS(1990), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1938), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1938), - [aux_sym_preproc_else_token1] = ACTIONS(1940), - [aux_sym_preproc_elif_token1] = ACTIONS(1942), - [sym_preproc_directive] = ACTIONS(1944), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_typedef] = ACTIONS(1954), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1960), - [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(1962), - [anon_sym_unsigned] = ACTIONS(1962), - [anon_sym_long] = ACTIONS(1962), - [anon_sym_short] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1966), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1970), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1974), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(1976), - [anon_sym_private] = ACTIONS(1976), - [anon_sym_protected] = ACTIONS(1976), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1978), - [anon_sym_template] = ACTIONS(1980), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1982), - [anon_sym_using] = ACTIONS(1984), - [anon_sym_static_assert] = ACTIONS(1986), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1988), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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(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), }, [529] = { - [sym_identifier] = ACTIONS(1890), - [aux_sym_preproc_include_token1] = ACTIONS(1890), - [aux_sym_preproc_def_token1] = ACTIONS(1890), - [aux_sym_preproc_if_token1] = ACTIONS(1890), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1890), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1890), - [sym_preproc_directive] = ACTIONS(1890), - [anon_sym_LPAREN2] = ACTIONS(1892), - [anon_sym_BANG] = ACTIONS(1892), - [anon_sym_TILDE] = ACTIONS(1892), - [anon_sym_DASH] = ACTIONS(1890), - [anon_sym_PLUS] = ACTIONS(1890), - [anon_sym_STAR] = ACTIONS(1892), - [anon_sym_AMP_AMP] = ACTIONS(1892), - [anon_sym_AMP] = ACTIONS(1890), - [anon_sym_SEMI] = ACTIONS(1892), - [anon_sym_typedef] = ACTIONS(1890), - [anon_sym_extern] = ACTIONS(1890), - [anon_sym___attribute__] = ACTIONS(1890), - [anon_sym_COLON_COLON] = ACTIONS(1892), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1892), - [anon_sym___declspec] = ACTIONS(1890), - [anon_sym___based] = ACTIONS(1890), - [anon_sym___cdecl] = ACTIONS(1890), - [anon_sym___clrcall] = ACTIONS(1890), - [anon_sym___stdcall] = ACTIONS(1890), - [anon_sym___fastcall] = ACTIONS(1890), - [anon_sym___thiscall] = ACTIONS(1890), - [anon_sym___vectorcall] = ACTIONS(1890), - [anon_sym_LBRACE] = ACTIONS(1892), - [anon_sym_RBRACE] = ACTIONS(1892), - [anon_sym_LBRACK] = ACTIONS(1890), - [anon_sym_static] = ACTIONS(1890), - [anon_sym_register] = ACTIONS(1890), - [anon_sym_inline] = ACTIONS(1890), - [anon_sym_thread_local] = ACTIONS(1890), - [anon_sym_const] = ACTIONS(1890), - [anon_sym_volatile] = ACTIONS(1890), - [anon_sym_restrict] = ACTIONS(1890), - [anon_sym__Atomic] = ACTIONS(1890), - [anon_sym_mutable] = ACTIONS(1890), - [anon_sym_constexpr] = ACTIONS(1890), - [anon_sym_signed] = ACTIONS(1890), - [anon_sym_unsigned] = ACTIONS(1890), - [anon_sym_long] = ACTIONS(1890), - [anon_sym_short] = ACTIONS(1890), - [sym_primitive_type] = ACTIONS(1890), - [anon_sym_enum] = ACTIONS(1890), - [anon_sym_class] = ACTIONS(1890), - [anon_sym_struct] = ACTIONS(1890), - [anon_sym_union] = ACTIONS(1890), - [anon_sym_if] = ACTIONS(1890), - [anon_sym_switch] = ACTIONS(1890), - [anon_sym_case] = ACTIONS(1890), - [anon_sym_default] = ACTIONS(1890), - [anon_sym_while] = ACTIONS(1890), - [anon_sym_do] = ACTIONS(1890), - [anon_sym_for] = ACTIONS(1890), - [anon_sym_return] = ACTIONS(1890), - [anon_sym_break] = ACTIONS(1890), - [anon_sym_continue] = ACTIONS(1890), - [anon_sym_goto] = ACTIONS(1890), - [anon_sym_DASH_DASH] = ACTIONS(1892), - [anon_sym_PLUS_PLUS] = ACTIONS(1892), - [anon_sym_sizeof] = ACTIONS(1890), - [sym_number_literal] = ACTIONS(1892), - [anon_sym_L_SQUOTE] = ACTIONS(1892), - [anon_sym_u_SQUOTE] = ACTIONS(1892), - [anon_sym_U_SQUOTE] = ACTIONS(1892), - [anon_sym_u8_SQUOTE] = ACTIONS(1892), - [anon_sym_SQUOTE] = ACTIONS(1892), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1890), - [sym_false] = ACTIONS(1890), - [sym_null] = ACTIONS(1890), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1890), - [anon_sym_virtual] = ACTIONS(1890), - [anon_sym_explicit] = ACTIONS(1890), - [sym_auto] = ACTIONS(1890), - [anon_sym_typename] = ACTIONS(1890), - [anon_sym_template] = ACTIONS(1890), - [anon_sym_operator] = ACTIONS(1890), - [anon_sym_delete] = ACTIONS(1890), - [anon_sym_throw] = ACTIONS(1890), - [anon_sym_namespace] = ACTIONS(1890), - [anon_sym_using] = ACTIONS(1890), - [anon_sym_static_assert] = ACTIONS(1890), - [anon_sym_co_return] = ACTIONS(1890), - [anon_sym_co_yield] = ACTIONS(1890), - [anon_sym_try] = ACTIONS(1890), - [anon_sym_co_await] = ACTIONS(1890), - [anon_sym_new] = ACTIONS(1890), - [sym_operator_name] = ACTIONS(1890), - [sym_this] = ACTIONS(1890), - [sym_nullptr] = ACTIONS(1890), - [sym_alone_macro] = ACTIONS(1892), - [aux_sym_alone_macro_call_token1] = ACTIONS(1890), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1890), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1890), - [anon_sym_FORWARD] = ACTIONS(1890), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1890), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1890), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1890), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1890), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1890), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1890), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1890), - [anon_sym_PS_GET] = ACTIONS(1890), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1890), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1890), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1890), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1890), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1890), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1890), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1890), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1890), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1890), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1890), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1890), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1890), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1890), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1890), - [anon_sym_MOZ_COLD] = ACTIONS(1890), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1890), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1890), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1890), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1890), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1890), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1890), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1890), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1890), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1890), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1890), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1890), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1890), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1890), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1890), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1890), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1890), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1890), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1890), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1890), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1890), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_NONNULL] = ACTIONS(1890), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1890), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1890), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1890), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1890), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1890), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_NORETURN] = ACTIONS(1890), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1890), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1890), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1890), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1890), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1890), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1890), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1890), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1890), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1890), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1890), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1890), - [anon_sym_MOZ_RAII] = ACTIONS(1890), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1890), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1890), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1890), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1890), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1890), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1890), - [sym_raw_string_literal] = ACTIONS(1892), + [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(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), }, [530] = { - [sym_identifier] = ACTIONS(1890), - [aux_sym_preproc_include_token1] = ACTIONS(1890), - [aux_sym_preproc_def_token1] = ACTIONS(1890), - [aux_sym_preproc_if_token1] = ACTIONS(1890), - [aux_sym_preproc_if_token2] = ACTIONS(1890), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1890), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1890), - [sym_preproc_directive] = ACTIONS(1890), - [anon_sym_LPAREN2] = ACTIONS(1892), - [anon_sym_BANG] = ACTIONS(1892), - [anon_sym_TILDE] = ACTIONS(1892), - [anon_sym_DASH] = ACTIONS(1890), - [anon_sym_PLUS] = ACTIONS(1890), - [anon_sym_STAR] = ACTIONS(1892), - [anon_sym_AMP_AMP] = ACTIONS(1892), - [anon_sym_AMP] = ACTIONS(1890), - [anon_sym_SEMI] = ACTIONS(1892), - [anon_sym_typedef] = ACTIONS(1890), - [anon_sym_extern] = ACTIONS(1890), - [anon_sym___attribute__] = ACTIONS(1890), - [anon_sym_COLON_COLON] = ACTIONS(1892), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1892), - [anon_sym___declspec] = ACTIONS(1890), - [anon_sym___based] = ACTIONS(1890), - [anon_sym___cdecl] = ACTIONS(1890), - [anon_sym___clrcall] = ACTIONS(1890), - [anon_sym___stdcall] = ACTIONS(1890), - [anon_sym___fastcall] = ACTIONS(1890), - [anon_sym___thiscall] = ACTIONS(1890), - [anon_sym___vectorcall] = ACTIONS(1890), - [anon_sym_LBRACE] = ACTIONS(1892), - [anon_sym_LBRACK] = ACTIONS(1890), - [anon_sym_static] = ACTIONS(1890), - [anon_sym_register] = ACTIONS(1890), - [anon_sym_inline] = ACTIONS(1890), - [anon_sym_thread_local] = ACTIONS(1890), - [anon_sym_const] = ACTIONS(1890), - [anon_sym_volatile] = ACTIONS(1890), - [anon_sym_restrict] = ACTIONS(1890), - [anon_sym__Atomic] = ACTIONS(1890), - [anon_sym_mutable] = ACTIONS(1890), - [anon_sym_constexpr] = ACTIONS(1890), - [anon_sym_signed] = ACTIONS(1890), - [anon_sym_unsigned] = ACTIONS(1890), - [anon_sym_long] = ACTIONS(1890), - [anon_sym_short] = ACTIONS(1890), - [sym_primitive_type] = ACTIONS(1890), - [anon_sym_enum] = ACTIONS(1890), - [anon_sym_class] = ACTIONS(1890), - [anon_sym_struct] = ACTIONS(1890), - [anon_sym_union] = ACTIONS(1890), - [anon_sym_if] = ACTIONS(1890), - [anon_sym_switch] = ACTIONS(1890), - [anon_sym_case] = ACTIONS(1890), - [anon_sym_default] = ACTIONS(1890), - [anon_sym_while] = ACTIONS(1890), - [anon_sym_do] = ACTIONS(1890), - [anon_sym_for] = ACTIONS(1890), - [anon_sym_return] = ACTIONS(1890), - [anon_sym_break] = ACTIONS(1890), - [anon_sym_continue] = ACTIONS(1890), - [anon_sym_goto] = ACTIONS(1890), - [anon_sym_DASH_DASH] = ACTIONS(1892), - [anon_sym_PLUS_PLUS] = ACTIONS(1892), - [anon_sym_sizeof] = ACTIONS(1890), - [sym_number_literal] = ACTIONS(1892), - [anon_sym_L_SQUOTE] = ACTIONS(1892), - [anon_sym_u_SQUOTE] = ACTIONS(1892), - [anon_sym_U_SQUOTE] = ACTIONS(1892), - [anon_sym_u8_SQUOTE] = ACTIONS(1892), - [anon_sym_SQUOTE] = ACTIONS(1892), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1890), - [sym_false] = ACTIONS(1890), - [sym_null] = ACTIONS(1890), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1890), - [anon_sym_virtual] = ACTIONS(1890), - [anon_sym_explicit] = ACTIONS(1890), - [sym_auto] = ACTIONS(1890), - [anon_sym_typename] = ACTIONS(1890), - [anon_sym_template] = ACTIONS(1890), - [anon_sym_operator] = ACTIONS(1890), - [anon_sym_delete] = ACTIONS(1890), - [anon_sym_throw] = ACTIONS(1890), - [anon_sym_namespace] = ACTIONS(1890), - [anon_sym_using] = ACTIONS(1890), - [anon_sym_static_assert] = ACTIONS(1890), - [anon_sym_co_return] = ACTIONS(1890), - [anon_sym_co_yield] = ACTIONS(1890), - [anon_sym_try] = ACTIONS(1890), - [anon_sym_co_await] = ACTIONS(1890), - [anon_sym_new] = ACTIONS(1890), - [sym_operator_name] = ACTIONS(1890), - [sym_this] = ACTIONS(1890), - [sym_nullptr] = ACTIONS(1890), - [sym_alone_macro] = ACTIONS(1892), - [aux_sym_alone_macro_call_token1] = ACTIONS(1890), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1890), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1890), - [anon_sym_FORWARD] = ACTIONS(1890), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1890), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1890), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1890), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1890), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1890), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1890), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1890), - [anon_sym_PS_GET] = ACTIONS(1890), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1890), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1890), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1890), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1890), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1890), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1890), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1890), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1890), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1890), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1890), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1890), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1890), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1890), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1890), - [anon_sym_MOZ_COLD] = ACTIONS(1890), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1890), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1890), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1890), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1890), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1890), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1890), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1890), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1890), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1890), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1890), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1890), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1890), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1890), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1890), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1890), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1890), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1890), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1890), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1890), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1890), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_NONNULL] = ACTIONS(1890), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1890), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1890), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1890), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1890), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1890), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_NORETURN] = ACTIONS(1890), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1890), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1890), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1890), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1890), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1890), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1890), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1890), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1890), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1890), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1890), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1890), - [anon_sym_MOZ_RAII] = ACTIONS(1890), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1890), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1890), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1890), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1890), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1890), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1890), - [sym_raw_string_literal] = ACTIONS(1892), + [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), }, [531] = { - [ts_builtin_sym_end] = ACTIONS(1884), - [sym_identifier] = ACTIONS(1882), - [aux_sym_preproc_include_token1] = ACTIONS(1882), - [aux_sym_preproc_def_token1] = ACTIONS(1882), - [aux_sym_preproc_if_token1] = ACTIONS(1882), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1882), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1882), - [sym_preproc_directive] = ACTIONS(1882), - [anon_sym_LPAREN2] = ACTIONS(1884), - [anon_sym_BANG] = ACTIONS(1884), - [anon_sym_TILDE] = ACTIONS(1884), - [anon_sym_DASH] = ACTIONS(1882), - [anon_sym_PLUS] = ACTIONS(1882), - [anon_sym_STAR] = ACTIONS(1884), - [anon_sym_AMP_AMP] = ACTIONS(1884), - [anon_sym_AMP] = ACTIONS(1882), - [anon_sym_SEMI] = ACTIONS(1884), - [anon_sym_typedef] = ACTIONS(1882), - [anon_sym_extern] = ACTIONS(1882), - [anon_sym___attribute__] = ACTIONS(1882), - [anon_sym_COLON_COLON] = ACTIONS(1884), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1884), - [anon_sym___declspec] = ACTIONS(1882), - [anon_sym___based] = ACTIONS(1882), - [anon_sym___cdecl] = ACTIONS(1882), - [anon_sym___clrcall] = ACTIONS(1882), - [anon_sym___stdcall] = ACTIONS(1882), - [anon_sym___fastcall] = ACTIONS(1882), - [anon_sym___thiscall] = ACTIONS(1882), - [anon_sym___vectorcall] = ACTIONS(1882), - [anon_sym_LBRACE] = ACTIONS(1884), - [anon_sym_LBRACK] = ACTIONS(1882), - [anon_sym_static] = ACTIONS(1882), - [anon_sym_register] = ACTIONS(1882), - [anon_sym_inline] = ACTIONS(1882), - [anon_sym_thread_local] = ACTIONS(1882), - [anon_sym_const] = ACTIONS(1882), - [anon_sym_volatile] = ACTIONS(1882), - [anon_sym_restrict] = ACTIONS(1882), - [anon_sym__Atomic] = ACTIONS(1882), - [anon_sym_mutable] = ACTIONS(1882), - [anon_sym_constexpr] = ACTIONS(1882), - [anon_sym_signed] = ACTIONS(1882), - [anon_sym_unsigned] = ACTIONS(1882), - [anon_sym_long] = ACTIONS(1882), - [anon_sym_short] = ACTIONS(1882), - [sym_primitive_type] = ACTIONS(1882), - [anon_sym_enum] = ACTIONS(1882), - [anon_sym_class] = ACTIONS(1882), - [anon_sym_struct] = ACTIONS(1882), - [anon_sym_union] = ACTIONS(1882), - [anon_sym_if] = ACTIONS(1882), - [anon_sym_switch] = ACTIONS(1882), - [anon_sym_case] = ACTIONS(1882), - [anon_sym_default] = ACTIONS(1882), - [anon_sym_while] = ACTIONS(1882), - [anon_sym_do] = ACTIONS(1882), - [anon_sym_for] = ACTIONS(1882), - [anon_sym_return] = ACTIONS(1882), - [anon_sym_break] = ACTIONS(1882), - [anon_sym_continue] = ACTIONS(1882), - [anon_sym_goto] = ACTIONS(1882), - [anon_sym_DASH_DASH] = ACTIONS(1884), - [anon_sym_PLUS_PLUS] = ACTIONS(1884), - [anon_sym_sizeof] = ACTIONS(1882), - [sym_number_literal] = ACTIONS(1884), - [anon_sym_L_SQUOTE] = ACTIONS(1884), - [anon_sym_u_SQUOTE] = ACTIONS(1884), - [anon_sym_U_SQUOTE] = ACTIONS(1884), - [anon_sym_u8_SQUOTE] = ACTIONS(1884), - [anon_sym_SQUOTE] = ACTIONS(1884), - [anon_sym_L_DQUOTE] = ACTIONS(1884), - [anon_sym_u_DQUOTE] = ACTIONS(1884), - [anon_sym_U_DQUOTE] = ACTIONS(1884), - [anon_sym_u8_DQUOTE] = ACTIONS(1884), - [anon_sym_DQUOTE] = ACTIONS(1884), - [sym_true] = ACTIONS(1882), - [sym_false] = ACTIONS(1882), - [sym_null] = ACTIONS(1882), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1882), - [anon_sym_virtual] = ACTIONS(1882), - [anon_sym_explicit] = ACTIONS(1882), - [sym_auto] = ACTIONS(1882), - [anon_sym_typename] = ACTIONS(1882), - [anon_sym_template] = ACTIONS(1882), - [anon_sym_operator] = ACTIONS(1882), - [anon_sym_delete] = ACTIONS(1882), - [anon_sym_throw] = ACTIONS(1882), - [anon_sym_namespace] = ACTIONS(1882), - [anon_sym_using] = ACTIONS(1882), - [anon_sym_static_assert] = ACTIONS(1882), - [anon_sym_co_return] = ACTIONS(1882), - [anon_sym_co_yield] = ACTIONS(1882), - [anon_sym_try] = ACTIONS(1882), - [anon_sym_co_await] = ACTIONS(1882), - [anon_sym_new] = ACTIONS(1882), - [sym_operator_name] = ACTIONS(1882), - [sym_this] = ACTIONS(1882), - [sym_nullptr] = ACTIONS(1882), - [sym_alone_macro] = ACTIONS(1884), - [aux_sym_alone_macro_call_token1] = ACTIONS(1882), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1882), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1882), - [anon_sym_FORWARD] = ACTIONS(1882), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1882), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1882), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1882), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1882), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1882), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1882), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1882), - [anon_sym_PS_GET] = ACTIONS(1882), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1882), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1882), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1882), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1882), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1882), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1882), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1882), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1882), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1882), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1882), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1882), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1882), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1882), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1882), - [anon_sym_MOZ_COLD] = ACTIONS(1882), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1882), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1882), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1882), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1882), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1882), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1882), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1882), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1882), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1882), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1882), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1882), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1882), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1882), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1882), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1882), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1882), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1882), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1882), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1882), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1882), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1882), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1882), - [anon_sym_MOZ_NONNULL] = ACTIONS(1882), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1882), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1882), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1882), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1882), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1882), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1882), - [anon_sym_MOZ_NORETURN] = ACTIONS(1882), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1882), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1882), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1882), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1882), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1882), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1882), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1882), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1882), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1882), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1882), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1882), - [anon_sym_MOZ_RAII] = ACTIONS(1882), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1882), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1882), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1882), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1882), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1882), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1882), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1882), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1882), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1882), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1882), - [sym_raw_string_literal] = ACTIONS(1884), + [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(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), }, [532] = { - [sym_identifier] = ACTIONS(1874), - [aux_sym_preproc_include_token1] = ACTIONS(1874), - [aux_sym_preproc_def_token1] = ACTIONS(1874), - [aux_sym_preproc_if_token1] = ACTIONS(1874), - [aux_sym_preproc_if_token2] = ACTIONS(1874), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1874), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1874), - [sym_preproc_directive] = ACTIONS(1874), - [anon_sym_LPAREN2] = ACTIONS(1876), - [anon_sym_BANG] = ACTIONS(1876), - [anon_sym_TILDE] = ACTIONS(1876), - [anon_sym_DASH] = ACTIONS(1874), - [anon_sym_PLUS] = ACTIONS(1874), - [anon_sym_STAR] = ACTIONS(1876), - [anon_sym_AMP_AMP] = ACTIONS(1876), - [anon_sym_AMP] = ACTIONS(1874), - [anon_sym_SEMI] = ACTIONS(1876), - [anon_sym_typedef] = ACTIONS(1874), - [anon_sym_extern] = ACTIONS(1874), - [anon_sym___attribute__] = ACTIONS(1874), - [anon_sym_COLON_COLON] = ACTIONS(1876), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1876), - [anon_sym___declspec] = ACTIONS(1874), - [anon_sym___based] = ACTIONS(1874), - [anon_sym___cdecl] = ACTIONS(1874), - [anon_sym___clrcall] = ACTIONS(1874), - [anon_sym___stdcall] = ACTIONS(1874), - [anon_sym___fastcall] = ACTIONS(1874), - [anon_sym___thiscall] = ACTIONS(1874), - [anon_sym___vectorcall] = ACTIONS(1874), - [anon_sym_LBRACE] = ACTIONS(1876), - [anon_sym_LBRACK] = ACTIONS(1874), - [anon_sym_static] = ACTIONS(1874), - [anon_sym_register] = ACTIONS(1874), - [anon_sym_inline] = ACTIONS(1874), - [anon_sym_thread_local] = ACTIONS(1874), - [anon_sym_const] = ACTIONS(1874), - [anon_sym_volatile] = ACTIONS(1874), - [anon_sym_restrict] = ACTIONS(1874), - [anon_sym__Atomic] = ACTIONS(1874), - [anon_sym_mutable] = ACTIONS(1874), - [anon_sym_constexpr] = ACTIONS(1874), - [anon_sym_signed] = ACTIONS(1874), - [anon_sym_unsigned] = ACTIONS(1874), - [anon_sym_long] = ACTIONS(1874), - [anon_sym_short] = ACTIONS(1874), - [sym_primitive_type] = ACTIONS(1874), - [anon_sym_enum] = ACTIONS(1874), - [anon_sym_class] = ACTIONS(1874), - [anon_sym_struct] = ACTIONS(1874), - [anon_sym_union] = ACTIONS(1874), - [anon_sym_if] = ACTIONS(1874), - [anon_sym_switch] = ACTIONS(1874), - [anon_sym_case] = ACTIONS(1874), - [anon_sym_default] = ACTIONS(1874), - [anon_sym_while] = ACTIONS(1874), - [anon_sym_do] = ACTIONS(1874), - [anon_sym_for] = ACTIONS(1874), - [anon_sym_return] = ACTIONS(1874), - [anon_sym_break] = ACTIONS(1874), - [anon_sym_continue] = ACTIONS(1874), - [anon_sym_goto] = ACTIONS(1874), - [anon_sym_DASH_DASH] = ACTIONS(1876), - [anon_sym_PLUS_PLUS] = ACTIONS(1876), - [anon_sym_sizeof] = ACTIONS(1874), - [sym_number_literal] = ACTIONS(1876), - [anon_sym_L_SQUOTE] = ACTIONS(1876), - [anon_sym_u_SQUOTE] = ACTIONS(1876), - [anon_sym_U_SQUOTE] = ACTIONS(1876), - [anon_sym_u8_SQUOTE] = ACTIONS(1876), - [anon_sym_SQUOTE] = ACTIONS(1876), - [anon_sym_L_DQUOTE] = ACTIONS(1876), - [anon_sym_u_DQUOTE] = ACTIONS(1876), - [anon_sym_U_DQUOTE] = ACTIONS(1876), - [anon_sym_u8_DQUOTE] = ACTIONS(1876), - [anon_sym_DQUOTE] = ACTIONS(1876), - [sym_true] = ACTIONS(1874), - [sym_false] = ACTIONS(1874), - [sym_null] = ACTIONS(1874), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1874), - [anon_sym_virtual] = ACTIONS(1874), - [anon_sym_explicit] = ACTIONS(1874), - [sym_auto] = ACTIONS(1874), - [anon_sym_typename] = ACTIONS(1874), - [anon_sym_template] = ACTIONS(1874), - [anon_sym_operator] = ACTIONS(1874), - [anon_sym_delete] = ACTIONS(1874), - [anon_sym_throw] = ACTIONS(1874), - [anon_sym_namespace] = ACTIONS(1874), - [anon_sym_using] = ACTIONS(1874), - [anon_sym_static_assert] = ACTIONS(1874), - [anon_sym_co_return] = ACTIONS(1874), - [anon_sym_co_yield] = ACTIONS(1874), - [anon_sym_try] = ACTIONS(1874), - [anon_sym_co_await] = ACTIONS(1874), - [anon_sym_new] = ACTIONS(1874), - [sym_operator_name] = ACTIONS(1874), - [sym_this] = ACTIONS(1874), - [sym_nullptr] = ACTIONS(1874), - [sym_alone_macro] = ACTIONS(1876), - [aux_sym_alone_macro_call_token1] = ACTIONS(1874), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1874), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1874), - [anon_sym_FORWARD] = ACTIONS(1874), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1874), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1874), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1874), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1874), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1874), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1874), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1874), - [anon_sym_PS_GET] = ACTIONS(1874), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1874), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1874), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1874), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1874), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1874), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1874), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1874), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1874), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1874), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1874), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1874), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1874), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1874), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1874), - [anon_sym_MOZ_COLD] = ACTIONS(1874), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1874), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1874), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1874), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1874), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1874), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1874), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1874), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1874), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1874), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1874), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1874), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1874), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1874), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1874), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1874), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1874), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1874), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1874), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1874), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1874), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_NONNULL] = ACTIONS(1874), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1874), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1874), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1874), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1874), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1874), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_NORETURN] = ACTIONS(1874), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1874), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1874), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1874), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1874), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1874), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1874), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1874), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1874), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1874), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1874), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1874), - [anon_sym_MOZ_RAII] = ACTIONS(1874), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1874), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1874), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1874), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1874), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1874), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1874), - [sym_raw_string_literal] = ACTIONS(1876), + [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] = { - [ts_builtin_sym_end] = ACTIONS(1880), - [sym_identifier] = ACTIONS(1878), - [aux_sym_preproc_include_token1] = ACTIONS(1878), - [aux_sym_preproc_def_token1] = ACTIONS(1878), - [aux_sym_preproc_if_token1] = ACTIONS(1878), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1878), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1878), - [sym_preproc_directive] = ACTIONS(1878), - [anon_sym_LPAREN2] = ACTIONS(1880), - [anon_sym_BANG] = ACTIONS(1880), - [anon_sym_TILDE] = ACTIONS(1880), - [anon_sym_DASH] = ACTIONS(1878), - [anon_sym_PLUS] = ACTIONS(1878), - [anon_sym_STAR] = ACTIONS(1880), - [anon_sym_AMP_AMP] = ACTIONS(1880), - [anon_sym_AMP] = ACTIONS(1878), - [anon_sym_SEMI] = ACTIONS(1880), - [anon_sym_typedef] = ACTIONS(1878), - [anon_sym_extern] = ACTIONS(1878), - [anon_sym___attribute__] = ACTIONS(1878), - [anon_sym_COLON_COLON] = ACTIONS(1880), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1880), - [anon_sym___declspec] = ACTIONS(1878), - [anon_sym___based] = ACTIONS(1878), - [anon_sym___cdecl] = ACTIONS(1878), - [anon_sym___clrcall] = ACTIONS(1878), - [anon_sym___stdcall] = ACTIONS(1878), - [anon_sym___fastcall] = ACTIONS(1878), - [anon_sym___thiscall] = ACTIONS(1878), - [anon_sym___vectorcall] = ACTIONS(1878), - [anon_sym_LBRACE] = ACTIONS(1880), - [anon_sym_LBRACK] = ACTIONS(1878), - [anon_sym_static] = ACTIONS(1878), - [anon_sym_register] = ACTIONS(1878), - [anon_sym_inline] = ACTIONS(1878), - [anon_sym_thread_local] = ACTIONS(1878), - [anon_sym_const] = ACTIONS(1878), - [anon_sym_volatile] = ACTIONS(1878), - [anon_sym_restrict] = ACTIONS(1878), - [anon_sym__Atomic] = ACTIONS(1878), - [anon_sym_mutable] = ACTIONS(1878), - [anon_sym_constexpr] = ACTIONS(1878), - [anon_sym_signed] = ACTIONS(1878), - [anon_sym_unsigned] = ACTIONS(1878), - [anon_sym_long] = ACTIONS(1878), - [anon_sym_short] = ACTIONS(1878), - [sym_primitive_type] = ACTIONS(1878), - [anon_sym_enum] = ACTIONS(1878), - [anon_sym_class] = ACTIONS(1878), - [anon_sym_struct] = ACTIONS(1878), - [anon_sym_union] = ACTIONS(1878), - [anon_sym_if] = ACTIONS(1878), - [anon_sym_switch] = ACTIONS(1878), - [anon_sym_case] = ACTIONS(1878), - [anon_sym_default] = ACTIONS(1878), - [anon_sym_while] = ACTIONS(1878), - [anon_sym_do] = ACTIONS(1878), - [anon_sym_for] = ACTIONS(1878), - [anon_sym_return] = ACTIONS(1878), - [anon_sym_break] = ACTIONS(1878), - [anon_sym_continue] = ACTIONS(1878), - [anon_sym_goto] = ACTIONS(1878), - [anon_sym_DASH_DASH] = ACTIONS(1880), - [anon_sym_PLUS_PLUS] = ACTIONS(1880), - [anon_sym_sizeof] = ACTIONS(1878), - [sym_number_literal] = ACTIONS(1880), - [anon_sym_L_SQUOTE] = ACTIONS(1880), - [anon_sym_u_SQUOTE] = ACTIONS(1880), - [anon_sym_U_SQUOTE] = ACTIONS(1880), - [anon_sym_u8_SQUOTE] = ACTIONS(1880), - [anon_sym_SQUOTE] = ACTIONS(1880), - [anon_sym_L_DQUOTE] = ACTIONS(1880), - [anon_sym_u_DQUOTE] = ACTIONS(1880), - [anon_sym_U_DQUOTE] = ACTIONS(1880), - [anon_sym_u8_DQUOTE] = ACTIONS(1880), - [anon_sym_DQUOTE] = ACTIONS(1880), - [sym_true] = ACTIONS(1878), - [sym_false] = ACTIONS(1878), - [sym_null] = ACTIONS(1878), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1878), - [anon_sym_virtual] = ACTIONS(1878), - [anon_sym_explicit] = ACTIONS(1878), - [sym_auto] = ACTIONS(1878), - [anon_sym_typename] = ACTIONS(1878), - [anon_sym_template] = ACTIONS(1878), - [anon_sym_operator] = ACTIONS(1878), - [anon_sym_delete] = ACTIONS(1878), - [anon_sym_throw] = ACTIONS(1878), - [anon_sym_namespace] = ACTIONS(1878), - [anon_sym_using] = ACTIONS(1878), - [anon_sym_static_assert] = ACTIONS(1878), - [anon_sym_co_return] = ACTIONS(1878), - [anon_sym_co_yield] = ACTIONS(1878), - [anon_sym_try] = ACTIONS(1878), - [anon_sym_co_await] = ACTIONS(1878), - [anon_sym_new] = ACTIONS(1878), - [sym_operator_name] = ACTIONS(1878), - [sym_this] = ACTIONS(1878), - [sym_nullptr] = ACTIONS(1878), - [sym_alone_macro] = ACTIONS(1880), - [aux_sym_alone_macro_call_token1] = ACTIONS(1878), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1878), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1878), - [anon_sym_FORWARD] = ACTIONS(1878), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1878), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1878), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1878), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1878), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1878), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1878), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1878), - [anon_sym_PS_GET] = ACTIONS(1878), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1878), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1878), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1878), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1878), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1878), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1878), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1878), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1878), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1878), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1878), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1878), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1878), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1878), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1878), - [anon_sym_MOZ_COLD] = ACTIONS(1878), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1878), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1878), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1878), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1878), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1878), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1878), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1878), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1878), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1878), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1878), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1878), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1878), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1878), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1878), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1878), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1878), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1878), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1878), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1878), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1878), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1878), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1878), - [anon_sym_MOZ_NONNULL] = ACTIONS(1878), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1878), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1878), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1878), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1878), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1878), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1878), - [anon_sym_MOZ_NORETURN] = ACTIONS(1878), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1878), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1878), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1878), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1878), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1878), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1878), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1878), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1878), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1878), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1878), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1878), - [anon_sym_MOZ_RAII] = ACTIONS(1878), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1878), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1878), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1878), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1878), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1878), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1878), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1878), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1878), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1878), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1878), - [sym_raw_string_literal] = ACTIONS(1880), + [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(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(1742), - [aux_sym_preproc_include_token1] = ACTIONS(1742), - [aux_sym_preproc_def_token1] = ACTIONS(1742), - [aux_sym_preproc_if_token1] = ACTIONS(1742), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1742), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1742), - [sym_preproc_directive] = ACTIONS(1742), - [anon_sym_LPAREN2] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1744), - [anon_sym_TILDE] = ACTIONS(1744), - [anon_sym_DASH] = ACTIONS(1742), - [anon_sym_PLUS] = ACTIONS(1742), - [anon_sym_STAR] = ACTIONS(1744), - [anon_sym_AMP_AMP] = ACTIONS(1744), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(1744), - [anon_sym_typedef] = ACTIONS(1742), - [anon_sym_extern] = ACTIONS(1742), - [anon_sym___attribute__] = ACTIONS(1742), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1744), - [anon_sym___declspec] = ACTIONS(1742), - [anon_sym___based] = ACTIONS(1742), - [anon_sym___cdecl] = ACTIONS(1742), - [anon_sym___clrcall] = ACTIONS(1742), - [anon_sym___stdcall] = ACTIONS(1742), - [anon_sym___fastcall] = ACTIONS(1742), - [anon_sym___thiscall] = ACTIONS(1742), - [anon_sym___vectorcall] = ACTIONS(1742), - [anon_sym_LBRACE] = ACTIONS(1744), - [anon_sym_RBRACE] = ACTIONS(1744), - [anon_sym_LBRACK] = ACTIONS(1742), - [anon_sym_static] = ACTIONS(1742), - [anon_sym_register] = ACTIONS(1742), - [anon_sym_inline] = ACTIONS(1742), - [anon_sym_thread_local] = ACTIONS(1742), - [anon_sym_const] = ACTIONS(1742), - [anon_sym_volatile] = ACTIONS(1742), - [anon_sym_restrict] = ACTIONS(1742), - [anon_sym__Atomic] = ACTIONS(1742), - [anon_sym_mutable] = ACTIONS(1742), - [anon_sym_constexpr] = ACTIONS(1742), - [anon_sym_signed] = ACTIONS(1742), - [anon_sym_unsigned] = ACTIONS(1742), - [anon_sym_long] = ACTIONS(1742), - [anon_sym_short] = ACTIONS(1742), - [sym_primitive_type] = ACTIONS(1742), - [anon_sym_enum] = ACTIONS(1742), - [anon_sym_class] = ACTIONS(1742), - [anon_sym_struct] = ACTIONS(1742), - [anon_sym_union] = ACTIONS(1742), - [anon_sym_if] = ACTIONS(1742), - [anon_sym_switch] = ACTIONS(1742), - [anon_sym_case] = ACTIONS(1742), - [anon_sym_default] = ACTIONS(1742), - [anon_sym_while] = ACTIONS(1742), - [anon_sym_do] = ACTIONS(1742), - [anon_sym_for] = ACTIONS(1742), - [anon_sym_return] = ACTIONS(1742), - [anon_sym_break] = ACTIONS(1742), - [anon_sym_continue] = ACTIONS(1742), - [anon_sym_goto] = ACTIONS(1742), - [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_PLUS_PLUS] = ACTIONS(1744), - [anon_sym_sizeof] = ACTIONS(1742), - [sym_number_literal] = ACTIONS(1744), - [anon_sym_L_SQUOTE] = ACTIONS(1744), - [anon_sym_u_SQUOTE] = ACTIONS(1744), - [anon_sym_U_SQUOTE] = ACTIONS(1744), - [anon_sym_u8_SQUOTE] = ACTIONS(1744), - [anon_sym_SQUOTE] = ACTIONS(1744), - [anon_sym_L_DQUOTE] = ACTIONS(1744), - [anon_sym_u_DQUOTE] = ACTIONS(1744), - [anon_sym_U_DQUOTE] = ACTIONS(1744), - [anon_sym_u8_DQUOTE] = ACTIONS(1744), - [anon_sym_DQUOTE] = ACTIONS(1744), - [sym_true] = ACTIONS(1742), - [sym_false] = ACTIONS(1742), - [sym_null] = ACTIONS(1742), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1742), - [anon_sym_virtual] = ACTIONS(1742), - [anon_sym_explicit] = ACTIONS(1742), - [sym_auto] = ACTIONS(1742), - [anon_sym_typename] = ACTIONS(1742), - [anon_sym_template] = ACTIONS(1742), - [anon_sym_operator] = ACTIONS(1742), - [anon_sym_delete] = ACTIONS(1742), - [anon_sym_throw] = ACTIONS(1742), - [anon_sym_namespace] = ACTIONS(1742), - [anon_sym_using] = ACTIONS(1742), - [anon_sym_static_assert] = ACTIONS(1742), - [anon_sym_co_return] = ACTIONS(1742), - [anon_sym_co_yield] = ACTIONS(1742), - [anon_sym_try] = ACTIONS(1742), - [anon_sym_co_await] = ACTIONS(1742), - [anon_sym_new] = ACTIONS(1742), - [sym_operator_name] = ACTIONS(1742), - [sym_this] = ACTIONS(1742), - [sym_nullptr] = ACTIONS(1742), - [sym_alone_macro] = ACTIONS(1744), - [aux_sym_alone_macro_call_token1] = ACTIONS(1742), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1742), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1742), - [anon_sym_FORWARD] = ACTIONS(1742), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1742), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1742), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1742), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1742), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1742), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1742), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1742), - [anon_sym_PS_GET] = ACTIONS(1742), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1742), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1742), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1742), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1742), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1742), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1742), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1742), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1742), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1742), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1742), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1742), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1742), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1742), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1742), - [anon_sym_MOZ_COLD] = ACTIONS(1742), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1742), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1742), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1742), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1742), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1742), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1742), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1742), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1742), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1742), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1742), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1742), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1742), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1742), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1742), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1742), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1742), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1742), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1742), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1742), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1742), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_NONNULL] = ACTIONS(1742), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1742), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1742), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1742), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1742), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1742), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_NORETURN] = ACTIONS(1742), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1742), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1742), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1742), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1742), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1742), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1742), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1742), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1742), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1742), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1742), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1742), - [anon_sym_MOZ_RAII] = ACTIONS(1742), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1742), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1742), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1742), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1742), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1742), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1742), - [sym_raw_string_literal] = ACTIONS(1744), + [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), }, [535] = { - [sym_identifier] = ACTIONS(1906), - [aux_sym_preproc_include_token1] = ACTIONS(1906), - [aux_sym_preproc_def_token1] = ACTIONS(1906), - [aux_sym_preproc_if_token1] = ACTIONS(1906), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1906), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1906), - [sym_preproc_directive] = ACTIONS(1906), - [anon_sym_LPAREN2] = ACTIONS(1908), - [anon_sym_BANG] = ACTIONS(1908), - [anon_sym_TILDE] = ACTIONS(1908), - [anon_sym_DASH] = ACTIONS(1906), - [anon_sym_PLUS] = ACTIONS(1906), - [anon_sym_STAR] = ACTIONS(1908), - [anon_sym_AMP_AMP] = ACTIONS(1908), - [anon_sym_AMP] = ACTIONS(1906), - [anon_sym_SEMI] = ACTIONS(1908), - [anon_sym_typedef] = ACTIONS(1906), - [anon_sym_extern] = ACTIONS(1906), - [anon_sym___attribute__] = ACTIONS(1906), - [anon_sym_COLON_COLON] = ACTIONS(1908), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1908), - [anon_sym___declspec] = ACTIONS(1906), - [anon_sym___based] = ACTIONS(1906), - [anon_sym___cdecl] = ACTIONS(1906), - [anon_sym___clrcall] = ACTIONS(1906), - [anon_sym___stdcall] = ACTIONS(1906), - [anon_sym___fastcall] = ACTIONS(1906), - [anon_sym___thiscall] = ACTIONS(1906), - [anon_sym___vectorcall] = ACTIONS(1906), - [anon_sym_LBRACE] = ACTIONS(1908), - [anon_sym_RBRACE] = ACTIONS(1908), - [anon_sym_LBRACK] = ACTIONS(1906), - [anon_sym_static] = ACTIONS(1906), - [anon_sym_register] = ACTIONS(1906), - [anon_sym_inline] = ACTIONS(1906), - [anon_sym_thread_local] = ACTIONS(1906), - [anon_sym_const] = ACTIONS(1906), - [anon_sym_volatile] = ACTIONS(1906), - [anon_sym_restrict] = ACTIONS(1906), - [anon_sym__Atomic] = ACTIONS(1906), - [anon_sym_mutable] = ACTIONS(1906), - [anon_sym_constexpr] = ACTIONS(1906), - [anon_sym_signed] = ACTIONS(1906), - [anon_sym_unsigned] = ACTIONS(1906), - [anon_sym_long] = ACTIONS(1906), - [anon_sym_short] = ACTIONS(1906), - [sym_primitive_type] = ACTIONS(1906), - [anon_sym_enum] = ACTIONS(1906), - [anon_sym_class] = ACTIONS(1906), - [anon_sym_struct] = ACTIONS(1906), - [anon_sym_union] = ACTIONS(1906), - [anon_sym_if] = ACTIONS(1906), - [anon_sym_switch] = ACTIONS(1906), - [anon_sym_case] = ACTIONS(1906), - [anon_sym_default] = ACTIONS(1906), - [anon_sym_while] = ACTIONS(1906), - [anon_sym_do] = ACTIONS(1906), - [anon_sym_for] = ACTIONS(1906), - [anon_sym_return] = ACTIONS(1906), - [anon_sym_break] = ACTIONS(1906), - [anon_sym_continue] = ACTIONS(1906), - [anon_sym_goto] = ACTIONS(1906), - [anon_sym_DASH_DASH] = ACTIONS(1908), - [anon_sym_PLUS_PLUS] = ACTIONS(1908), - [anon_sym_sizeof] = ACTIONS(1906), - [sym_number_literal] = ACTIONS(1908), - [anon_sym_L_SQUOTE] = ACTIONS(1908), - [anon_sym_u_SQUOTE] = ACTIONS(1908), - [anon_sym_U_SQUOTE] = ACTIONS(1908), - [anon_sym_u8_SQUOTE] = ACTIONS(1908), - [anon_sym_SQUOTE] = ACTIONS(1908), - [anon_sym_L_DQUOTE] = ACTIONS(1908), - [anon_sym_u_DQUOTE] = ACTIONS(1908), - [anon_sym_U_DQUOTE] = ACTIONS(1908), - [anon_sym_u8_DQUOTE] = ACTIONS(1908), - [anon_sym_DQUOTE] = ACTIONS(1908), - [sym_true] = ACTIONS(1906), - [sym_false] = ACTIONS(1906), - [sym_null] = ACTIONS(1906), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1906), - [anon_sym_virtual] = ACTIONS(1906), - [anon_sym_explicit] = ACTIONS(1906), - [sym_auto] = ACTIONS(1906), - [anon_sym_typename] = ACTIONS(1906), - [anon_sym_template] = ACTIONS(1906), - [anon_sym_operator] = ACTIONS(1906), - [anon_sym_delete] = ACTIONS(1906), - [anon_sym_throw] = ACTIONS(1906), - [anon_sym_namespace] = ACTIONS(1906), - [anon_sym_using] = ACTIONS(1906), - [anon_sym_static_assert] = ACTIONS(1906), - [anon_sym_co_return] = ACTIONS(1906), - [anon_sym_co_yield] = ACTIONS(1906), - [anon_sym_try] = ACTIONS(1906), - [anon_sym_co_await] = ACTIONS(1906), - [anon_sym_new] = ACTIONS(1906), - [sym_operator_name] = ACTIONS(1906), - [sym_this] = ACTIONS(1906), - [sym_nullptr] = ACTIONS(1906), - [sym_alone_macro] = ACTIONS(1908), - [aux_sym_alone_macro_call_token1] = ACTIONS(1906), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1906), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1906), - [anon_sym_FORWARD] = ACTIONS(1906), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1906), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1906), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1906), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1906), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1906), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1906), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1906), - [anon_sym_PS_GET] = ACTIONS(1906), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1906), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1906), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1906), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1906), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1906), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1906), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1906), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1906), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1906), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1906), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1906), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1906), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1906), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1906), - [anon_sym_MOZ_COLD] = ACTIONS(1906), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1906), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1906), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1906), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1906), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1906), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1906), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1906), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1906), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1906), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1906), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1906), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1906), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1906), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1906), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1906), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1906), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1906), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1906), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1906), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1906), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1906), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1906), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1906), - [anon_sym_MOZ_NONNULL] = ACTIONS(1906), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1906), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1906), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1906), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1906), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1906), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1906), - [anon_sym_MOZ_NORETURN] = ACTIONS(1906), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1906), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1906), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1906), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1906), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1906), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1906), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1906), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1906), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1906), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1906), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1906), - [anon_sym_MOZ_RAII] = ACTIONS(1906), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1906), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1906), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1906), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1906), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1906), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1906), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1906), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1906), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1906), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1906), - [sym_raw_string_literal] = ACTIONS(1908), + [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), }, [536] = { - [sym_identifier] = ACTIONS(1718), - [aux_sym_preproc_include_token1] = ACTIONS(1718), - [aux_sym_preproc_def_token1] = ACTIONS(1718), - [aux_sym_preproc_if_token1] = ACTIONS(1718), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1718), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1718), - [sym_preproc_directive] = ACTIONS(1718), - [anon_sym_LPAREN2] = ACTIONS(1720), - [anon_sym_BANG] = ACTIONS(1720), - [anon_sym_TILDE] = ACTIONS(1720), - [anon_sym_DASH] = ACTIONS(1718), - [anon_sym_PLUS] = ACTIONS(1718), - [anon_sym_STAR] = ACTIONS(1720), - [anon_sym_AMP_AMP] = ACTIONS(1720), - [anon_sym_AMP] = ACTIONS(1718), - [anon_sym_SEMI] = ACTIONS(1720), - [anon_sym_typedef] = ACTIONS(1718), - [anon_sym_extern] = ACTIONS(1718), - [anon_sym___attribute__] = ACTIONS(1718), - [anon_sym_COLON_COLON] = ACTIONS(1720), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1720), - [anon_sym___declspec] = ACTIONS(1718), - [anon_sym___based] = ACTIONS(1718), - [anon_sym___cdecl] = ACTIONS(1718), - [anon_sym___clrcall] = ACTIONS(1718), - [anon_sym___stdcall] = ACTIONS(1718), - [anon_sym___fastcall] = ACTIONS(1718), - [anon_sym___thiscall] = ACTIONS(1718), - [anon_sym___vectorcall] = ACTIONS(1718), - [anon_sym_LBRACE] = ACTIONS(1720), - [anon_sym_RBRACE] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1718), - [anon_sym_static] = ACTIONS(1718), - [anon_sym_register] = ACTIONS(1718), - [anon_sym_inline] = ACTIONS(1718), - [anon_sym_thread_local] = ACTIONS(1718), - [anon_sym_const] = ACTIONS(1718), - [anon_sym_volatile] = ACTIONS(1718), - [anon_sym_restrict] = ACTIONS(1718), - [anon_sym__Atomic] = ACTIONS(1718), - [anon_sym_mutable] = ACTIONS(1718), - [anon_sym_constexpr] = ACTIONS(1718), - [anon_sym_signed] = ACTIONS(1718), - [anon_sym_unsigned] = ACTIONS(1718), - [anon_sym_long] = ACTIONS(1718), - [anon_sym_short] = ACTIONS(1718), - [sym_primitive_type] = ACTIONS(1718), - [anon_sym_enum] = ACTIONS(1718), - [anon_sym_class] = ACTIONS(1718), - [anon_sym_struct] = ACTIONS(1718), - [anon_sym_union] = ACTIONS(1718), - [anon_sym_if] = ACTIONS(1718), - [anon_sym_switch] = ACTIONS(1718), - [anon_sym_case] = ACTIONS(1718), - [anon_sym_default] = ACTIONS(1718), - [anon_sym_while] = ACTIONS(1718), - [anon_sym_do] = ACTIONS(1718), - [anon_sym_for] = ACTIONS(1718), - [anon_sym_return] = ACTIONS(1718), - [anon_sym_break] = ACTIONS(1718), - [anon_sym_continue] = ACTIONS(1718), - [anon_sym_goto] = ACTIONS(1718), - [anon_sym_DASH_DASH] = ACTIONS(1720), - [anon_sym_PLUS_PLUS] = ACTIONS(1720), - [anon_sym_sizeof] = ACTIONS(1718), - [sym_number_literal] = ACTIONS(1720), - [anon_sym_L_SQUOTE] = ACTIONS(1720), - [anon_sym_u_SQUOTE] = ACTIONS(1720), - [anon_sym_U_SQUOTE] = ACTIONS(1720), - [anon_sym_u8_SQUOTE] = ACTIONS(1720), - [anon_sym_SQUOTE] = ACTIONS(1720), - [anon_sym_L_DQUOTE] = ACTIONS(1720), - [anon_sym_u_DQUOTE] = ACTIONS(1720), - [anon_sym_U_DQUOTE] = ACTIONS(1720), - [anon_sym_u8_DQUOTE] = ACTIONS(1720), - [anon_sym_DQUOTE] = ACTIONS(1720), - [sym_true] = ACTIONS(1718), - [sym_false] = ACTIONS(1718), - [sym_null] = ACTIONS(1718), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1718), - [anon_sym_virtual] = ACTIONS(1718), - [anon_sym_explicit] = ACTIONS(1718), - [sym_auto] = ACTIONS(1718), - [anon_sym_typename] = ACTIONS(1718), - [anon_sym_template] = ACTIONS(1718), - [anon_sym_operator] = ACTIONS(1718), - [anon_sym_delete] = ACTIONS(1718), - [anon_sym_throw] = ACTIONS(1718), - [anon_sym_namespace] = ACTIONS(1718), - [anon_sym_using] = ACTIONS(1718), - [anon_sym_static_assert] = ACTIONS(1718), - [anon_sym_co_return] = ACTIONS(1718), - [anon_sym_co_yield] = ACTIONS(1718), - [anon_sym_try] = ACTIONS(1718), - [anon_sym_co_await] = ACTIONS(1718), - [anon_sym_new] = ACTIONS(1718), - [sym_operator_name] = ACTIONS(1718), - [sym_this] = ACTIONS(1718), - [sym_nullptr] = ACTIONS(1718), - [sym_alone_macro] = ACTIONS(1720), - [aux_sym_alone_macro_call_token1] = ACTIONS(1718), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1718), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1718), - [anon_sym_FORWARD] = ACTIONS(1718), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1718), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1718), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1718), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1718), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1718), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1718), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1718), - [anon_sym_PS_GET] = ACTIONS(1718), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1718), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1718), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1718), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1718), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1718), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1718), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1718), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1718), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1718), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1718), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1718), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1718), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1718), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1718), - [anon_sym_MOZ_COLD] = ACTIONS(1718), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1718), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1718), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1718), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1718), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1718), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1718), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1718), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1718), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1718), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1718), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1718), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1718), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1718), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1718), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1718), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1718), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1718), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1718), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1718), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1718), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1718), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1718), - [anon_sym_MOZ_NONNULL] = ACTIONS(1718), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1718), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1718), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1718), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1718), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1718), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1718), - [anon_sym_MOZ_NORETURN] = ACTIONS(1718), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1718), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1718), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1718), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1718), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1718), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1718), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1718), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1718), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1718), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1718), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1718), - [anon_sym_MOZ_RAII] = ACTIONS(1718), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1718), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1718), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1718), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1718), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1718), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1718), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1718), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1718), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1718), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1718), - [sym_raw_string_literal] = ACTIONS(1720), + [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(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), }, [537] = { - [sym_identifier] = ACTIONS(1754), - [aux_sym_preproc_include_token1] = ACTIONS(1754), - [aux_sym_preproc_def_token1] = ACTIONS(1754), - [aux_sym_preproc_if_token1] = ACTIONS(1754), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1754), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1754), - [sym_preproc_directive] = ACTIONS(1754), - [anon_sym_LPAREN2] = ACTIONS(1756), - [anon_sym_BANG] = ACTIONS(1756), - [anon_sym_TILDE] = ACTIONS(1756), - [anon_sym_DASH] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1754), - [anon_sym_STAR] = ACTIONS(1756), - [anon_sym_AMP_AMP] = ACTIONS(1756), - [anon_sym_AMP] = ACTIONS(1754), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym___declspec] = ACTIONS(1754), - [anon_sym___based] = ACTIONS(1754), - [anon_sym___cdecl] = ACTIONS(1754), - [anon_sym___clrcall] = ACTIONS(1754), - [anon_sym___stdcall] = ACTIONS(1754), - [anon_sym___fastcall] = ACTIONS(1754), - [anon_sym___thiscall] = ACTIONS(1754), - [anon_sym___vectorcall] = ACTIONS(1754), - [anon_sym_LBRACE] = ACTIONS(1756), - [anon_sym_RBRACE] = ACTIONS(1756), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_static] = ACTIONS(1754), - [anon_sym_register] = ACTIONS(1754), - [anon_sym_inline] = ACTIONS(1754), - [anon_sym_thread_local] = ACTIONS(1754), - [anon_sym_const] = ACTIONS(1754), - [anon_sym_volatile] = ACTIONS(1754), - [anon_sym_restrict] = ACTIONS(1754), - [anon_sym__Atomic] = ACTIONS(1754), - [anon_sym_mutable] = ACTIONS(1754), - [anon_sym_constexpr] = ACTIONS(1754), - [anon_sym_signed] = ACTIONS(1754), - [anon_sym_unsigned] = ACTIONS(1754), - [anon_sym_long] = ACTIONS(1754), - [anon_sym_short] = ACTIONS(1754), - [sym_primitive_type] = ACTIONS(1754), - [anon_sym_enum] = ACTIONS(1754), - [anon_sym_class] = ACTIONS(1754), - [anon_sym_struct] = ACTIONS(1754), - [anon_sym_union] = ACTIONS(1754), - [anon_sym_if] = ACTIONS(1754), - [anon_sym_switch] = ACTIONS(1754), - [anon_sym_case] = ACTIONS(1754), - [anon_sym_default] = ACTIONS(1754), - [anon_sym_while] = ACTIONS(1754), - [anon_sym_do] = ACTIONS(1754), - [anon_sym_for] = ACTIONS(1754), - [anon_sym_return] = ACTIONS(1754), - [anon_sym_break] = ACTIONS(1754), - [anon_sym_continue] = ACTIONS(1754), - [anon_sym_goto] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1756), - [anon_sym_PLUS_PLUS] = ACTIONS(1756), - [anon_sym_sizeof] = ACTIONS(1754), - [sym_number_literal] = ACTIONS(1756), - [anon_sym_L_SQUOTE] = ACTIONS(1756), - [anon_sym_u_SQUOTE] = ACTIONS(1756), - [anon_sym_U_SQUOTE] = ACTIONS(1756), - [anon_sym_u8_SQUOTE] = ACTIONS(1756), - [anon_sym_SQUOTE] = ACTIONS(1756), - [anon_sym_L_DQUOTE] = ACTIONS(1756), - [anon_sym_u_DQUOTE] = ACTIONS(1756), - [anon_sym_U_DQUOTE] = ACTIONS(1756), - [anon_sym_u8_DQUOTE] = ACTIONS(1756), - [anon_sym_DQUOTE] = ACTIONS(1756), - [sym_true] = ACTIONS(1754), - [sym_false] = ACTIONS(1754), - [sym_null] = ACTIONS(1754), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1754), - [anon_sym_virtual] = ACTIONS(1754), - [anon_sym_explicit] = ACTIONS(1754), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_template] = ACTIONS(1754), - [anon_sym_operator] = ACTIONS(1754), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_throw] = ACTIONS(1754), - [anon_sym_namespace] = ACTIONS(1754), - [anon_sym_using] = ACTIONS(1754), - [anon_sym_static_assert] = ACTIONS(1754), - [anon_sym_co_return] = ACTIONS(1754), - [anon_sym_co_yield] = ACTIONS(1754), - [anon_sym_try] = ACTIONS(1754), - [anon_sym_co_await] = ACTIONS(1754), - [anon_sym_new] = ACTIONS(1754), - [sym_operator_name] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = ACTIONS(1754), - [sym_alone_macro] = ACTIONS(1756), - [aux_sym_alone_macro_call_token1] = ACTIONS(1754), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1754), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1754), - [anon_sym_FORWARD] = ACTIONS(1754), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1754), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1754), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1754), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1754), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1754), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1754), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1754), - [anon_sym_PS_GET] = ACTIONS(1754), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1754), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1754), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1754), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1754), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1754), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1754), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1754), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1754), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1754), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1754), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1754), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1754), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1754), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1754), - [anon_sym_MOZ_COLD] = ACTIONS(1754), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1754), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1754), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1754), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1754), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1754), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1754), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1754), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1754), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1754), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1754), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1754), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1754), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1754), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1754), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1754), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1754), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1754), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1754), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1754), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1754), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_NONNULL] = ACTIONS(1754), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1754), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1754), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1754), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1754), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1754), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_NORETURN] = ACTIONS(1754), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1754), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1754), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1754), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1754), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1754), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1754), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1754), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1754), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1754), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1754), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1754), - [anon_sym_MOZ_RAII] = ACTIONS(1754), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1754), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1754), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1754), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1754), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1754), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1754), - [sym_raw_string_literal] = ACTIONS(1756), + [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(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), }, [538] = { - [ts_builtin_sym_end] = ACTIONS(1876), - [sym_identifier] = ACTIONS(1874), - [aux_sym_preproc_include_token1] = ACTIONS(1874), - [aux_sym_preproc_def_token1] = ACTIONS(1874), - [aux_sym_preproc_if_token1] = ACTIONS(1874), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1874), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1874), - [sym_preproc_directive] = ACTIONS(1874), - [anon_sym_LPAREN2] = ACTIONS(1876), - [anon_sym_BANG] = ACTIONS(1876), - [anon_sym_TILDE] = ACTIONS(1876), - [anon_sym_DASH] = ACTIONS(1874), - [anon_sym_PLUS] = ACTIONS(1874), - [anon_sym_STAR] = ACTIONS(1876), - [anon_sym_AMP_AMP] = ACTIONS(1876), - [anon_sym_AMP] = ACTIONS(1874), - [anon_sym_SEMI] = ACTIONS(1876), - [anon_sym_typedef] = ACTIONS(1874), - [anon_sym_extern] = ACTIONS(1874), - [anon_sym___attribute__] = ACTIONS(1874), - [anon_sym_COLON_COLON] = ACTIONS(1876), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1876), - [anon_sym___declspec] = ACTIONS(1874), - [anon_sym___based] = ACTIONS(1874), - [anon_sym___cdecl] = ACTIONS(1874), - [anon_sym___clrcall] = ACTIONS(1874), - [anon_sym___stdcall] = ACTIONS(1874), - [anon_sym___fastcall] = ACTIONS(1874), - [anon_sym___thiscall] = ACTIONS(1874), - [anon_sym___vectorcall] = ACTIONS(1874), - [anon_sym_LBRACE] = ACTIONS(1876), - [anon_sym_LBRACK] = ACTIONS(1874), - [anon_sym_static] = ACTIONS(1874), - [anon_sym_register] = ACTIONS(1874), - [anon_sym_inline] = ACTIONS(1874), - [anon_sym_thread_local] = ACTIONS(1874), - [anon_sym_const] = ACTIONS(1874), - [anon_sym_volatile] = ACTIONS(1874), - [anon_sym_restrict] = ACTIONS(1874), - [anon_sym__Atomic] = ACTIONS(1874), - [anon_sym_mutable] = ACTIONS(1874), - [anon_sym_constexpr] = ACTIONS(1874), - [anon_sym_signed] = ACTIONS(1874), - [anon_sym_unsigned] = ACTIONS(1874), - [anon_sym_long] = ACTIONS(1874), - [anon_sym_short] = ACTIONS(1874), - [sym_primitive_type] = ACTIONS(1874), - [anon_sym_enum] = ACTIONS(1874), - [anon_sym_class] = ACTIONS(1874), - [anon_sym_struct] = ACTIONS(1874), - [anon_sym_union] = ACTIONS(1874), - [anon_sym_if] = ACTIONS(1874), - [anon_sym_switch] = ACTIONS(1874), - [anon_sym_case] = ACTIONS(1874), - [anon_sym_default] = ACTIONS(1874), - [anon_sym_while] = ACTIONS(1874), - [anon_sym_do] = ACTIONS(1874), - [anon_sym_for] = ACTIONS(1874), - [anon_sym_return] = ACTIONS(1874), - [anon_sym_break] = ACTIONS(1874), - [anon_sym_continue] = ACTIONS(1874), - [anon_sym_goto] = ACTIONS(1874), - [anon_sym_DASH_DASH] = ACTIONS(1876), - [anon_sym_PLUS_PLUS] = ACTIONS(1876), - [anon_sym_sizeof] = ACTIONS(1874), - [sym_number_literal] = ACTIONS(1876), - [anon_sym_L_SQUOTE] = ACTIONS(1876), - [anon_sym_u_SQUOTE] = ACTIONS(1876), - [anon_sym_U_SQUOTE] = ACTIONS(1876), - [anon_sym_u8_SQUOTE] = ACTIONS(1876), - [anon_sym_SQUOTE] = ACTIONS(1876), - [anon_sym_L_DQUOTE] = ACTIONS(1876), - [anon_sym_u_DQUOTE] = ACTIONS(1876), - [anon_sym_U_DQUOTE] = ACTIONS(1876), - [anon_sym_u8_DQUOTE] = ACTIONS(1876), - [anon_sym_DQUOTE] = ACTIONS(1876), - [sym_true] = ACTIONS(1874), - [sym_false] = ACTIONS(1874), - [sym_null] = ACTIONS(1874), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1874), - [anon_sym_virtual] = ACTIONS(1874), - [anon_sym_explicit] = ACTIONS(1874), - [sym_auto] = ACTIONS(1874), - [anon_sym_typename] = ACTIONS(1874), - [anon_sym_template] = ACTIONS(1874), - [anon_sym_operator] = ACTIONS(1874), - [anon_sym_delete] = ACTIONS(1874), - [anon_sym_throw] = ACTIONS(1874), - [anon_sym_namespace] = ACTIONS(1874), - [anon_sym_using] = ACTIONS(1874), - [anon_sym_static_assert] = ACTIONS(1874), - [anon_sym_co_return] = ACTIONS(1874), - [anon_sym_co_yield] = ACTIONS(1874), - [anon_sym_try] = ACTIONS(1874), - [anon_sym_co_await] = ACTIONS(1874), - [anon_sym_new] = ACTIONS(1874), - [sym_operator_name] = ACTIONS(1874), - [sym_this] = ACTIONS(1874), - [sym_nullptr] = ACTIONS(1874), - [sym_alone_macro] = ACTIONS(1876), - [aux_sym_alone_macro_call_token1] = ACTIONS(1874), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1874), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1874), - [anon_sym_FORWARD] = ACTIONS(1874), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1874), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1874), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1874), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1874), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1874), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1874), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1874), - [anon_sym_PS_GET] = ACTIONS(1874), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1874), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1874), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1874), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1874), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1874), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1874), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1874), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1874), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1874), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1874), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1874), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1874), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1874), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1874), - [anon_sym_MOZ_COLD] = ACTIONS(1874), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1874), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1874), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1874), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1874), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1874), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1874), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1874), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1874), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1874), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1874), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1874), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1874), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1874), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1874), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1874), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1874), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1874), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1874), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1874), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1874), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_NONNULL] = ACTIONS(1874), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1874), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1874), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1874), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1874), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1874), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_NORETURN] = ACTIONS(1874), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1874), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1874), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1874), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1874), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1874), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1874), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1874), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1874), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1874), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1874), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1874), - [anon_sym_MOZ_RAII] = ACTIONS(1874), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1874), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1874), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1874), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1874), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1874), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1874), - [sym_raw_string_literal] = ACTIONS(1876), + [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), }, [539] = { - [sym_identifier] = ACTIONS(1870), - [aux_sym_preproc_include_token1] = ACTIONS(1870), - [aux_sym_preproc_def_token1] = ACTIONS(1870), - [aux_sym_preproc_if_token1] = ACTIONS(1870), - [aux_sym_preproc_if_token2] = ACTIONS(1870), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1870), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1870), - [sym_preproc_directive] = ACTIONS(1870), - [anon_sym_LPAREN2] = ACTIONS(1872), - [anon_sym_BANG] = ACTIONS(1872), - [anon_sym_TILDE] = ACTIONS(1872), - [anon_sym_DASH] = ACTIONS(1870), - [anon_sym_PLUS] = ACTIONS(1870), - [anon_sym_STAR] = ACTIONS(1872), - [anon_sym_AMP_AMP] = ACTIONS(1872), - [anon_sym_AMP] = ACTIONS(1870), - [anon_sym_SEMI] = ACTIONS(1872), - [anon_sym_typedef] = ACTIONS(1870), - [anon_sym_extern] = ACTIONS(1870), - [anon_sym___attribute__] = ACTIONS(1870), - [anon_sym_COLON_COLON] = ACTIONS(1872), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1872), - [anon_sym___declspec] = ACTIONS(1870), - [anon_sym___based] = ACTIONS(1870), - [anon_sym___cdecl] = ACTIONS(1870), - [anon_sym___clrcall] = ACTIONS(1870), - [anon_sym___stdcall] = ACTIONS(1870), - [anon_sym___fastcall] = ACTIONS(1870), - [anon_sym___thiscall] = ACTIONS(1870), - [anon_sym___vectorcall] = ACTIONS(1870), - [anon_sym_LBRACE] = ACTIONS(1872), - [anon_sym_LBRACK] = ACTIONS(1870), - [anon_sym_static] = ACTIONS(1870), - [anon_sym_register] = ACTIONS(1870), - [anon_sym_inline] = ACTIONS(1870), - [anon_sym_thread_local] = ACTIONS(1870), - [anon_sym_const] = ACTIONS(1870), - [anon_sym_volatile] = ACTIONS(1870), - [anon_sym_restrict] = ACTIONS(1870), - [anon_sym__Atomic] = ACTIONS(1870), - [anon_sym_mutable] = ACTIONS(1870), - [anon_sym_constexpr] = ACTIONS(1870), - [anon_sym_signed] = ACTIONS(1870), - [anon_sym_unsigned] = ACTIONS(1870), - [anon_sym_long] = ACTIONS(1870), - [anon_sym_short] = ACTIONS(1870), - [sym_primitive_type] = ACTIONS(1870), - [anon_sym_enum] = ACTIONS(1870), - [anon_sym_class] = ACTIONS(1870), - [anon_sym_struct] = ACTIONS(1870), - [anon_sym_union] = ACTIONS(1870), - [anon_sym_if] = ACTIONS(1870), - [anon_sym_switch] = ACTIONS(1870), - [anon_sym_case] = ACTIONS(1870), - [anon_sym_default] = ACTIONS(1870), - [anon_sym_while] = ACTIONS(1870), - [anon_sym_do] = ACTIONS(1870), - [anon_sym_for] = ACTIONS(1870), - [anon_sym_return] = ACTIONS(1870), - [anon_sym_break] = ACTIONS(1870), - [anon_sym_continue] = ACTIONS(1870), - [anon_sym_goto] = ACTIONS(1870), - [anon_sym_DASH_DASH] = ACTIONS(1872), - [anon_sym_PLUS_PLUS] = ACTIONS(1872), - [anon_sym_sizeof] = ACTIONS(1870), - [sym_number_literal] = ACTIONS(1872), - [anon_sym_L_SQUOTE] = ACTIONS(1872), - [anon_sym_u_SQUOTE] = ACTIONS(1872), - [anon_sym_U_SQUOTE] = ACTIONS(1872), - [anon_sym_u8_SQUOTE] = ACTIONS(1872), - [anon_sym_SQUOTE] = ACTIONS(1872), - [anon_sym_L_DQUOTE] = ACTIONS(1872), - [anon_sym_u_DQUOTE] = ACTIONS(1872), - [anon_sym_U_DQUOTE] = ACTIONS(1872), - [anon_sym_u8_DQUOTE] = ACTIONS(1872), - [anon_sym_DQUOTE] = ACTIONS(1872), - [sym_true] = ACTIONS(1870), - [sym_false] = ACTIONS(1870), - [sym_null] = ACTIONS(1870), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1870), - [anon_sym_virtual] = ACTIONS(1870), - [anon_sym_explicit] = ACTIONS(1870), - [sym_auto] = ACTIONS(1870), - [anon_sym_typename] = ACTIONS(1870), - [anon_sym_template] = ACTIONS(1870), - [anon_sym_operator] = ACTIONS(1870), - [anon_sym_delete] = ACTIONS(1870), - [anon_sym_throw] = ACTIONS(1870), - [anon_sym_namespace] = ACTIONS(1870), - [anon_sym_using] = ACTIONS(1870), - [anon_sym_static_assert] = ACTIONS(1870), - [anon_sym_co_return] = ACTIONS(1870), - [anon_sym_co_yield] = ACTIONS(1870), - [anon_sym_try] = ACTIONS(1870), - [anon_sym_co_await] = ACTIONS(1870), - [anon_sym_new] = ACTIONS(1870), - [sym_operator_name] = ACTIONS(1870), - [sym_this] = ACTIONS(1870), - [sym_nullptr] = ACTIONS(1870), - [sym_alone_macro] = ACTIONS(1872), - [aux_sym_alone_macro_call_token1] = ACTIONS(1870), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1870), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1870), - [anon_sym_FORWARD] = ACTIONS(1870), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1870), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1870), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1870), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1870), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1870), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1870), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1870), - [anon_sym_PS_GET] = ACTIONS(1870), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1870), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1870), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1870), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1870), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1870), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1870), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1870), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1870), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1870), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1870), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1870), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1870), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1870), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1870), - [anon_sym_MOZ_COLD] = ACTIONS(1870), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1870), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1870), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1870), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1870), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1870), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1870), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1870), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1870), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1870), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1870), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1870), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1870), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1870), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1870), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1870), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1870), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1870), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1870), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1870), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1870), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_NONNULL] = ACTIONS(1870), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1870), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1870), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1870), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1870), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1870), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_NORETURN] = ACTIONS(1870), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1870), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1870), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1870), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1870), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1870), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1870), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1870), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1870), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1870), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1870), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1870), - [anon_sym_MOZ_RAII] = ACTIONS(1870), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1870), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1870), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1870), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1870), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1870), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1870), - [sym_raw_string_literal] = ACTIONS(1872), + [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(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), }, [540] = { - [sym_preproc_def] = STATE(528), - [sym_preproc_function_def] = STATE(528), - [sym_preproc_call] = STATE(528), - [sym_preproc_if_in_field_declaration_list] = STATE(528), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(528), - [sym_preproc_else_in_field_declaration_list] = STATE(4882), - [sym_preproc_elif_in_field_declaration_list] = STATE(4882), - [sym_type_definition] = STATE(528), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3235), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3536), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), - [sym__field_declaration_list_item] = STATE(528), - [sym_field_declaration] = STATE(528), - [sym_decltype] = STATE(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(865), - [sym_dependent_type] = STATE(1451), - [sym_template_declaration] = STATE(528), - [sym_operator_cast] = STATE(3928), - [sym_inline_method_definition] = STATE(528), - [sym__constructor_specifiers] = STATE(865), - [sym_operator_cast_definition] = STATE(528), - [sym_operator_cast_declaration] = STATE(528), - [sym_constructor_or_destructor_definition] = STATE(528), - [sym_constructor_or_destructor_declaration] = STATE(528), - [sym_friend_declaration] = STATE(528), - [sym_access_specifier] = STATE(528), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_using_declaration] = STATE(528), - [sym_alias_declaration] = STATE(528), - [sym_static_assert_declaration] = STATE(528), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3928), - [sym_macro_statement] = STATE(528), - [sym_macro_annotation] = STATE(1266), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(528), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(865), - [sym_identifier] = ACTIONS(1930), - [aux_sym_preproc_def_token1] = ACTIONS(1932), - [aux_sym_preproc_if_token1] = ACTIONS(1934), - [aux_sym_preproc_if_token2] = ACTIONS(1992), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1938), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1938), - [aux_sym_preproc_else_token1] = ACTIONS(1940), - [aux_sym_preproc_elif_token1] = ACTIONS(1942), - [sym_preproc_directive] = ACTIONS(1944), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_typedef] = ACTIONS(1954), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1960), - [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(1962), - [anon_sym_unsigned] = ACTIONS(1962), - [anon_sym_long] = ACTIONS(1962), - [anon_sym_short] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1966), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1970), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1974), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(1976), - [anon_sym_private] = ACTIONS(1976), - [anon_sym_protected] = ACTIONS(1976), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1978), - [anon_sym_template] = ACTIONS(1980), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1982), - [anon_sym_using] = ACTIONS(1984), - [anon_sym_static_assert] = ACTIONS(1986), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1988), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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(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), }, [541] = { - [sym_identifier] = ACTIONS(1866), - [aux_sym_preproc_include_token1] = ACTIONS(1866), - [aux_sym_preproc_def_token1] = ACTIONS(1866), - [aux_sym_preproc_if_token1] = ACTIONS(1866), - [aux_sym_preproc_if_token2] = ACTIONS(1866), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1866), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1866), - [sym_preproc_directive] = ACTIONS(1866), - [anon_sym_LPAREN2] = ACTIONS(1868), - [anon_sym_BANG] = ACTIONS(1868), - [anon_sym_TILDE] = ACTIONS(1868), - [anon_sym_DASH] = ACTIONS(1866), - [anon_sym_PLUS] = ACTIONS(1866), - [anon_sym_STAR] = ACTIONS(1868), - [anon_sym_AMP_AMP] = ACTIONS(1868), - [anon_sym_AMP] = ACTIONS(1866), - [anon_sym_SEMI] = ACTIONS(1868), - [anon_sym_typedef] = ACTIONS(1866), - [anon_sym_extern] = ACTIONS(1866), - [anon_sym___attribute__] = ACTIONS(1866), - [anon_sym_COLON_COLON] = ACTIONS(1868), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1868), - [anon_sym___declspec] = ACTIONS(1866), - [anon_sym___based] = ACTIONS(1866), - [anon_sym___cdecl] = ACTIONS(1866), - [anon_sym___clrcall] = ACTIONS(1866), - [anon_sym___stdcall] = ACTIONS(1866), - [anon_sym___fastcall] = ACTIONS(1866), - [anon_sym___thiscall] = ACTIONS(1866), - [anon_sym___vectorcall] = ACTIONS(1866), - [anon_sym_LBRACE] = ACTIONS(1868), - [anon_sym_LBRACK] = ACTIONS(1866), - [anon_sym_static] = ACTIONS(1866), - [anon_sym_register] = ACTIONS(1866), - [anon_sym_inline] = ACTIONS(1866), - [anon_sym_thread_local] = ACTIONS(1866), - [anon_sym_const] = ACTIONS(1866), - [anon_sym_volatile] = ACTIONS(1866), - [anon_sym_restrict] = ACTIONS(1866), - [anon_sym__Atomic] = ACTIONS(1866), - [anon_sym_mutable] = ACTIONS(1866), - [anon_sym_constexpr] = ACTIONS(1866), - [anon_sym_signed] = ACTIONS(1866), - [anon_sym_unsigned] = ACTIONS(1866), - [anon_sym_long] = ACTIONS(1866), - [anon_sym_short] = ACTIONS(1866), - [sym_primitive_type] = ACTIONS(1866), - [anon_sym_enum] = ACTIONS(1866), - [anon_sym_class] = ACTIONS(1866), - [anon_sym_struct] = ACTIONS(1866), - [anon_sym_union] = ACTIONS(1866), - [anon_sym_if] = ACTIONS(1866), - [anon_sym_switch] = ACTIONS(1866), - [anon_sym_case] = ACTIONS(1866), - [anon_sym_default] = ACTIONS(1866), - [anon_sym_while] = ACTIONS(1866), - [anon_sym_do] = ACTIONS(1866), - [anon_sym_for] = ACTIONS(1866), - [anon_sym_return] = ACTIONS(1866), - [anon_sym_break] = ACTIONS(1866), - [anon_sym_continue] = ACTIONS(1866), - [anon_sym_goto] = ACTIONS(1866), - [anon_sym_DASH_DASH] = ACTIONS(1868), - [anon_sym_PLUS_PLUS] = ACTIONS(1868), - [anon_sym_sizeof] = ACTIONS(1866), - [sym_number_literal] = ACTIONS(1868), - [anon_sym_L_SQUOTE] = ACTIONS(1868), - [anon_sym_u_SQUOTE] = ACTIONS(1868), - [anon_sym_U_SQUOTE] = ACTIONS(1868), - [anon_sym_u8_SQUOTE] = ACTIONS(1868), - [anon_sym_SQUOTE] = ACTIONS(1868), - [anon_sym_L_DQUOTE] = ACTIONS(1868), - [anon_sym_u_DQUOTE] = ACTIONS(1868), - [anon_sym_U_DQUOTE] = ACTIONS(1868), - [anon_sym_u8_DQUOTE] = ACTIONS(1868), - [anon_sym_DQUOTE] = ACTIONS(1868), - [sym_true] = ACTIONS(1866), - [sym_false] = ACTIONS(1866), - [sym_null] = ACTIONS(1866), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1866), - [anon_sym_virtual] = ACTIONS(1866), - [anon_sym_explicit] = ACTIONS(1866), - [sym_auto] = ACTIONS(1866), - [anon_sym_typename] = ACTIONS(1866), - [anon_sym_template] = ACTIONS(1866), - [anon_sym_operator] = ACTIONS(1866), - [anon_sym_delete] = ACTIONS(1866), - [anon_sym_throw] = ACTIONS(1866), - [anon_sym_namespace] = ACTIONS(1866), - [anon_sym_using] = ACTIONS(1866), - [anon_sym_static_assert] = ACTIONS(1866), - [anon_sym_co_return] = ACTIONS(1866), - [anon_sym_co_yield] = ACTIONS(1866), - [anon_sym_try] = ACTIONS(1866), - [anon_sym_co_await] = ACTIONS(1866), - [anon_sym_new] = ACTIONS(1866), - [sym_operator_name] = ACTIONS(1866), - [sym_this] = ACTIONS(1866), - [sym_nullptr] = ACTIONS(1866), - [sym_alone_macro] = ACTIONS(1868), - [aux_sym_alone_macro_call_token1] = ACTIONS(1866), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1866), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1866), - [anon_sym_FORWARD] = ACTIONS(1866), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1866), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1866), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1866), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1866), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1866), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1866), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1866), - [anon_sym_PS_GET] = ACTIONS(1866), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1866), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1866), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1866), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1866), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1866), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1866), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1866), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1866), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1866), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1866), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1866), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1866), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1866), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1866), - [anon_sym_MOZ_COLD] = ACTIONS(1866), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1866), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1866), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1866), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1866), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1866), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1866), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1866), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1866), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1866), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1866), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1866), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1866), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1866), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1866), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1866), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1866), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1866), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1866), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1866), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1866), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_NONNULL] = ACTIONS(1866), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1866), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1866), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1866), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1866), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1866), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_NORETURN] = ACTIONS(1866), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1866), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1866), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1866), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1866), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1866), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1866), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1866), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1866), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1866), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1866), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1866), - [anon_sym_MOZ_RAII] = ACTIONS(1866), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1866), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1866), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1866), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1866), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1866), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1866), - [sym_raw_string_literal] = ACTIONS(1868), + [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(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), }, [542] = { - [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(4934), - [sym_preproc_elif_in_field_declaration_list] = STATE(4934), - [sym_type_definition] = STATE(661), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3235), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3536), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), - [sym__field_declaration_list_item] = STATE(661), - [sym_field_declaration] = STATE(661), - [sym_decltype] = STATE(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(865), - [sym_dependent_type] = STATE(1451), - [sym_template_declaration] = STATE(661), - [sym_operator_cast] = STATE(3928), - [sym_inline_method_definition] = STATE(661), - [sym__constructor_specifiers] = STATE(865), - [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(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_using_declaration] = STATE(661), - [sym_alias_declaration] = STATE(661), - [sym_static_assert_declaration] = STATE(661), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3928), - [sym_macro_statement] = STATE(661), - [sym_macro_annotation] = STATE(1266), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(661), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(865), - [sym_identifier] = ACTIONS(1930), - [aux_sym_preproc_def_token1] = ACTIONS(1932), - [aux_sym_preproc_if_token1] = ACTIONS(1934), - [aux_sym_preproc_if_token2] = ACTIONS(1994), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1938), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1938), - [aux_sym_preproc_else_token1] = ACTIONS(1940), - [aux_sym_preproc_elif_token1] = ACTIONS(1942), - [sym_preproc_directive] = ACTIONS(1944), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_typedef] = ACTIONS(1954), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1960), - [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(1962), - [anon_sym_unsigned] = ACTIONS(1962), - [anon_sym_long] = ACTIONS(1962), - [anon_sym_short] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1966), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1970), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1974), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(1976), - [anon_sym_private] = ACTIONS(1976), - [anon_sym_protected] = ACTIONS(1976), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1978), - [anon_sym_template] = ACTIONS(1980), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1982), - [anon_sym_using] = ACTIONS(1984), - [anon_sym_static_assert] = ACTIONS(1986), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1988), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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(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), }, [543] = { - [sym_preproc_def] = STATE(650), - [sym_preproc_function_def] = STATE(650), - [sym_preproc_call] = STATE(650), - [sym_preproc_if_in_field_declaration_list] = STATE(650), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(650), - [sym_preproc_else_in_field_declaration_list] = STATE(4957), - [sym_preproc_elif_in_field_declaration_list] = STATE(4957), - [sym_type_definition] = STATE(650), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3235), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3536), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), - [sym__field_declaration_list_item] = STATE(650), - [sym_field_declaration] = STATE(650), - [sym_decltype] = STATE(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(865), - [sym_dependent_type] = STATE(1451), - [sym_template_declaration] = STATE(650), - [sym_operator_cast] = STATE(3928), - [sym_inline_method_definition] = STATE(650), - [sym__constructor_specifiers] = STATE(865), - [sym_operator_cast_definition] = STATE(650), - [sym_operator_cast_declaration] = STATE(650), - [sym_constructor_or_destructor_definition] = STATE(650), - [sym_constructor_or_destructor_declaration] = STATE(650), - [sym_friend_declaration] = STATE(650), - [sym_access_specifier] = STATE(650), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_using_declaration] = STATE(650), - [sym_alias_declaration] = STATE(650), - [sym_static_assert_declaration] = STATE(650), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3928), - [sym_macro_statement] = STATE(650), - [sym_macro_annotation] = STATE(1266), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(650), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(865), - [sym_identifier] = ACTIONS(1930), - [aux_sym_preproc_def_token1] = ACTIONS(1932), - [aux_sym_preproc_if_token1] = ACTIONS(1934), - [aux_sym_preproc_if_token2] = ACTIONS(1996), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1938), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1938), - [aux_sym_preproc_else_token1] = ACTIONS(1940), - [aux_sym_preproc_elif_token1] = ACTIONS(1942), - [sym_preproc_directive] = ACTIONS(1944), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_typedef] = ACTIONS(1954), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1960), - [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(1962), - [anon_sym_unsigned] = ACTIONS(1962), - [anon_sym_long] = ACTIONS(1962), - [anon_sym_short] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1966), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1970), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1974), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(1976), - [anon_sym_private] = ACTIONS(1976), - [anon_sym_protected] = ACTIONS(1976), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1978), - [anon_sym_template] = ACTIONS(1980), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1982), - [anon_sym_using] = ACTIONS(1984), - [anon_sym_static_assert] = ACTIONS(1986), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1988), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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(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), }, [544] = { - [ts_builtin_sym_end] = ACTIONS(1852), - [sym_identifier] = ACTIONS(1850), - [aux_sym_preproc_include_token1] = ACTIONS(1850), - [aux_sym_preproc_def_token1] = ACTIONS(1850), - [aux_sym_preproc_if_token1] = ACTIONS(1850), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1850), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1850), - [sym_preproc_directive] = ACTIONS(1850), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1852), - [anon_sym_TILDE] = ACTIONS(1852), - [anon_sym_DASH] = ACTIONS(1850), - [anon_sym_PLUS] = ACTIONS(1850), - [anon_sym_STAR] = ACTIONS(1852), - [anon_sym_AMP_AMP] = ACTIONS(1852), - [anon_sym_AMP] = ACTIONS(1850), - [anon_sym_SEMI] = ACTIONS(1852), - [anon_sym_typedef] = ACTIONS(1850), - [anon_sym_extern] = ACTIONS(1850), - [anon_sym___attribute__] = ACTIONS(1850), - [anon_sym_COLON_COLON] = ACTIONS(1852), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1852), - [anon_sym___declspec] = ACTIONS(1850), - [anon_sym___based] = ACTIONS(1850), - [anon_sym___cdecl] = ACTIONS(1850), - [anon_sym___clrcall] = ACTIONS(1850), - [anon_sym___stdcall] = ACTIONS(1850), - [anon_sym___fastcall] = ACTIONS(1850), - [anon_sym___thiscall] = ACTIONS(1850), - [anon_sym___vectorcall] = ACTIONS(1850), - [anon_sym_LBRACE] = ACTIONS(1852), - [anon_sym_LBRACK] = ACTIONS(1850), - [anon_sym_static] = ACTIONS(1850), - [anon_sym_register] = ACTIONS(1850), - [anon_sym_inline] = ACTIONS(1850), - [anon_sym_thread_local] = ACTIONS(1850), - [anon_sym_const] = ACTIONS(1850), - [anon_sym_volatile] = ACTIONS(1850), - [anon_sym_restrict] = ACTIONS(1850), - [anon_sym__Atomic] = ACTIONS(1850), - [anon_sym_mutable] = ACTIONS(1850), - [anon_sym_constexpr] = ACTIONS(1850), - [anon_sym_signed] = ACTIONS(1850), - [anon_sym_unsigned] = ACTIONS(1850), - [anon_sym_long] = ACTIONS(1850), - [anon_sym_short] = ACTIONS(1850), - [sym_primitive_type] = ACTIONS(1850), - [anon_sym_enum] = ACTIONS(1850), - [anon_sym_class] = ACTIONS(1850), - [anon_sym_struct] = ACTIONS(1850), - [anon_sym_union] = ACTIONS(1850), - [anon_sym_if] = ACTIONS(1850), - [anon_sym_switch] = ACTIONS(1850), - [anon_sym_case] = ACTIONS(1850), - [anon_sym_default] = ACTIONS(1850), - [anon_sym_while] = ACTIONS(1850), - [anon_sym_do] = ACTIONS(1850), - [anon_sym_for] = ACTIONS(1850), - [anon_sym_return] = ACTIONS(1850), - [anon_sym_break] = ACTIONS(1850), - [anon_sym_continue] = ACTIONS(1850), - [anon_sym_goto] = ACTIONS(1850), - [anon_sym_DASH_DASH] = ACTIONS(1852), - [anon_sym_PLUS_PLUS] = ACTIONS(1852), - [anon_sym_sizeof] = ACTIONS(1850), - [sym_number_literal] = ACTIONS(1852), - [anon_sym_L_SQUOTE] = ACTIONS(1852), - [anon_sym_u_SQUOTE] = ACTIONS(1852), - [anon_sym_U_SQUOTE] = ACTIONS(1852), - [anon_sym_u8_SQUOTE] = ACTIONS(1852), - [anon_sym_SQUOTE] = ACTIONS(1852), - [anon_sym_L_DQUOTE] = ACTIONS(1852), - [anon_sym_u_DQUOTE] = ACTIONS(1852), - [anon_sym_U_DQUOTE] = ACTIONS(1852), - [anon_sym_u8_DQUOTE] = ACTIONS(1852), - [anon_sym_DQUOTE] = ACTIONS(1852), - [sym_true] = ACTIONS(1850), - [sym_false] = ACTIONS(1850), - [sym_null] = ACTIONS(1850), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1850), - [anon_sym_virtual] = ACTIONS(1850), - [anon_sym_explicit] = ACTIONS(1850), - [sym_auto] = ACTIONS(1850), - [anon_sym_typename] = ACTIONS(1850), - [anon_sym_template] = ACTIONS(1850), - [anon_sym_operator] = ACTIONS(1850), - [anon_sym_delete] = ACTIONS(1850), - [anon_sym_throw] = ACTIONS(1850), - [anon_sym_namespace] = ACTIONS(1850), - [anon_sym_using] = ACTIONS(1850), - [anon_sym_static_assert] = ACTIONS(1850), - [anon_sym_co_return] = ACTIONS(1850), - [anon_sym_co_yield] = ACTIONS(1850), - [anon_sym_try] = ACTIONS(1850), - [anon_sym_co_await] = ACTIONS(1850), - [anon_sym_new] = ACTIONS(1850), - [sym_operator_name] = ACTIONS(1850), - [sym_this] = ACTIONS(1850), - [sym_nullptr] = ACTIONS(1850), - [sym_alone_macro] = ACTIONS(1852), - [aux_sym_alone_macro_call_token1] = ACTIONS(1850), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1850), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1850), - [anon_sym_FORWARD] = ACTIONS(1850), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1850), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1850), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1850), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1850), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1850), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1850), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1850), - [anon_sym_PS_GET] = ACTIONS(1850), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1850), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1850), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1850), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1850), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1850), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1850), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1850), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1850), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1850), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1850), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1850), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1850), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1850), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1850), - [anon_sym_MOZ_COLD] = ACTIONS(1850), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1850), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1850), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1850), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1850), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1850), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1850), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1850), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1850), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1850), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1850), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1850), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1850), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1850), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1850), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1850), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1850), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1850), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1850), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1850), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1850), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_NONNULL] = ACTIONS(1850), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1850), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1850), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1850), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1850), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1850), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_NORETURN] = ACTIONS(1850), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1850), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1850), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1850), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1850), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1850), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1850), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1850), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1850), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1850), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1850), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1850), - [anon_sym_MOZ_RAII] = ACTIONS(1850), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1850), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1850), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1850), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1850), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1850), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1850), - [sym_raw_string_literal] = ACTIONS(1852), + [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), }, [545] = { - [sym_identifier] = ACTIONS(1862), - [aux_sym_preproc_include_token1] = ACTIONS(1862), - [aux_sym_preproc_def_token1] = ACTIONS(1862), - [aux_sym_preproc_if_token1] = ACTIONS(1862), - [aux_sym_preproc_if_token2] = ACTIONS(1862), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1862), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1862), - [sym_preproc_directive] = ACTIONS(1862), - [anon_sym_LPAREN2] = ACTIONS(1864), - [anon_sym_BANG] = ACTIONS(1864), - [anon_sym_TILDE] = ACTIONS(1864), - [anon_sym_DASH] = ACTIONS(1862), - [anon_sym_PLUS] = ACTIONS(1862), - [anon_sym_STAR] = ACTIONS(1864), - [anon_sym_AMP_AMP] = ACTIONS(1864), - [anon_sym_AMP] = ACTIONS(1862), - [anon_sym_SEMI] = ACTIONS(1864), - [anon_sym_typedef] = ACTIONS(1862), - [anon_sym_extern] = ACTIONS(1862), - [anon_sym___attribute__] = ACTIONS(1862), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym___declspec] = ACTIONS(1862), - [anon_sym___based] = ACTIONS(1862), - [anon_sym___cdecl] = ACTIONS(1862), - [anon_sym___clrcall] = ACTIONS(1862), - [anon_sym___stdcall] = ACTIONS(1862), - [anon_sym___fastcall] = ACTIONS(1862), - [anon_sym___thiscall] = ACTIONS(1862), - [anon_sym___vectorcall] = ACTIONS(1862), - [anon_sym_LBRACE] = ACTIONS(1864), - [anon_sym_LBRACK] = ACTIONS(1862), - [anon_sym_static] = ACTIONS(1862), - [anon_sym_register] = ACTIONS(1862), - [anon_sym_inline] = ACTIONS(1862), - [anon_sym_thread_local] = ACTIONS(1862), - [anon_sym_const] = ACTIONS(1862), - [anon_sym_volatile] = ACTIONS(1862), - [anon_sym_restrict] = ACTIONS(1862), - [anon_sym__Atomic] = ACTIONS(1862), - [anon_sym_mutable] = ACTIONS(1862), - [anon_sym_constexpr] = ACTIONS(1862), - [anon_sym_signed] = ACTIONS(1862), - [anon_sym_unsigned] = ACTIONS(1862), - [anon_sym_long] = ACTIONS(1862), - [anon_sym_short] = ACTIONS(1862), - [sym_primitive_type] = ACTIONS(1862), - [anon_sym_enum] = ACTIONS(1862), - [anon_sym_class] = ACTIONS(1862), - [anon_sym_struct] = ACTIONS(1862), - [anon_sym_union] = ACTIONS(1862), - [anon_sym_if] = ACTIONS(1862), - [anon_sym_switch] = ACTIONS(1862), - [anon_sym_case] = ACTIONS(1862), - [anon_sym_default] = ACTIONS(1862), - [anon_sym_while] = ACTIONS(1862), - [anon_sym_do] = ACTIONS(1862), - [anon_sym_for] = ACTIONS(1862), - [anon_sym_return] = ACTIONS(1862), - [anon_sym_break] = ACTIONS(1862), - [anon_sym_continue] = ACTIONS(1862), - [anon_sym_goto] = ACTIONS(1862), - [anon_sym_DASH_DASH] = ACTIONS(1864), - [anon_sym_PLUS_PLUS] = ACTIONS(1864), - [anon_sym_sizeof] = ACTIONS(1862), - [sym_number_literal] = ACTIONS(1864), - [anon_sym_L_SQUOTE] = ACTIONS(1864), - [anon_sym_u_SQUOTE] = ACTIONS(1864), - [anon_sym_U_SQUOTE] = ACTIONS(1864), - [anon_sym_u8_SQUOTE] = ACTIONS(1864), - [anon_sym_SQUOTE] = ACTIONS(1864), - [anon_sym_L_DQUOTE] = ACTIONS(1864), - [anon_sym_u_DQUOTE] = ACTIONS(1864), - [anon_sym_U_DQUOTE] = ACTIONS(1864), - [anon_sym_u8_DQUOTE] = ACTIONS(1864), - [anon_sym_DQUOTE] = ACTIONS(1864), - [sym_true] = ACTIONS(1862), - [sym_false] = ACTIONS(1862), - [sym_null] = ACTIONS(1862), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1862), - [anon_sym_virtual] = ACTIONS(1862), - [anon_sym_explicit] = ACTIONS(1862), - [sym_auto] = ACTIONS(1862), - [anon_sym_typename] = ACTIONS(1862), - [anon_sym_template] = ACTIONS(1862), - [anon_sym_operator] = ACTIONS(1862), - [anon_sym_delete] = ACTIONS(1862), - [anon_sym_throw] = ACTIONS(1862), - [anon_sym_namespace] = ACTIONS(1862), - [anon_sym_using] = ACTIONS(1862), - [anon_sym_static_assert] = ACTIONS(1862), - [anon_sym_co_return] = ACTIONS(1862), - [anon_sym_co_yield] = ACTIONS(1862), - [anon_sym_try] = ACTIONS(1862), - [anon_sym_co_await] = ACTIONS(1862), - [anon_sym_new] = ACTIONS(1862), - [sym_operator_name] = ACTIONS(1862), - [sym_this] = ACTIONS(1862), - [sym_nullptr] = ACTIONS(1862), - [sym_alone_macro] = ACTIONS(1864), - [aux_sym_alone_macro_call_token1] = ACTIONS(1862), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1862), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1862), - [anon_sym_FORWARD] = ACTIONS(1862), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1862), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1862), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1862), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1862), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1862), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1862), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1862), - [anon_sym_PS_GET] = ACTIONS(1862), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1862), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1862), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1862), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1862), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1862), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1862), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1862), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1862), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1862), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1862), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1862), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1862), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1862), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1862), - [anon_sym_MOZ_COLD] = ACTIONS(1862), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1862), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1862), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1862), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1862), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1862), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1862), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1862), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1862), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1862), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1862), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1862), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1862), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1862), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1862), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1862), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1862), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1862), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1862), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1862), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1862), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_NONNULL] = ACTIONS(1862), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1862), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1862), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1862), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1862), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1862), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_NORETURN] = ACTIONS(1862), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1862), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1862), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1862), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1862), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1862), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1862), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1862), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1862), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1862), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1862), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1862), - [anon_sym_MOZ_RAII] = ACTIONS(1862), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1862), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1862), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1862), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1862), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1862), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1862), - [sym_raw_string_literal] = ACTIONS(1864), + [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(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), }, [546] = { - [sym_identifier] = ACTIONS(1758), - [aux_sym_preproc_include_token1] = ACTIONS(1758), - [aux_sym_preproc_def_token1] = ACTIONS(1758), - [aux_sym_preproc_if_token1] = ACTIONS(1758), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1758), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1758), - [sym_preproc_directive] = ACTIONS(1758), - [anon_sym_LPAREN2] = ACTIONS(1760), - [anon_sym_BANG] = ACTIONS(1760), - [anon_sym_TILDE] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1758), - [anon_sym_STAR] = ACTIONS(1760), - [anon_sym_AMP_AMP] = ACTIONS(1760), - [anon_sym_AMP] = ACTIONS(1758), - [anon_sym_SEMI] = ACTIONS(1760), - [anon_sym_typedef] = ACTIONS(1758), - [anon_sym_extern] = ACTIONS(1758), - [anon_sym___attribute__] = ACTIONS(1758), - [anon_sym_COLON_COLON] = ACTIONS(1760), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1760), - [anon_sym___declspec] = ACTIONS(1758), - [anon_sym___based] = ACTIONS(1758), - [anon_sym___cdecl] = ACTIONS(1758), - [anon_sym___clrcall] = ACTIONS(1758), - [anon_sym___stdcall] = ACTIONS(1758), - [anon_sym___fastcall] = ACTIONS(1758), - [anon_sym___thiscall] = ACTIONS(1758), - [anon_sym___vectorcall] = ACTIONS(1758), - [anon_sym_LBRACE] = ACTIONS(1760), - [anon_sym_RBRACE] = ACTIONS(1760), - [anon_sym_LBRACK] = ACTIONS(1758), - [anon_sym_static] = ACTIONS(1758), - [anon_sym_register] = ACTIONS(1758), - [anon_sym_inline] = ACTIONS(1758), - [anon_sym_thread_local] = ACTIONS(1758), - [anon_sym_const] = ACTIONS(1758), - [anon_sym_volatile] = ACTIONS(1758), - [anon_sym_restrict] = ACTIONS(1758), - [anon_sym__Atomic] = ACTIONS(1758), - [anon_sym_mutable] = ACTIONS(1758), - [anon_sym_constexpr] = ACTIONS(1758), - [anon_sym_signed] = ACTIONS(1758), - [anon_sym_unsigned] = ACTIONS(1758), - [anon_sym_long] = ACTIONS(1758), - [anon_sym_short] = ACTIONS(1758), - [sym_primitive_type] = ACTIONS(1758), - [anon_sym_enum] = ACTIONS(1758), - [anon_sym_class] = ACTIONS(1758), - [anon_sym_struct] = ACTIONS(1758), - [anon_sym_union] = ACTIONS(1758), - [anon_sym_if] = ACTIONS(1758), - [anon_sym_switch] = ACTIONS(1758), - [anon_sym_case] = ACTIONS(1758), - [anon_sym_default] = ACTIONS(1758), - [anon_sym_while] = ACTIONS(1758), - [anon_sym_do] = ACTIONS(1758), - [anon_sym_for] = ACTIONS(1758), - [anon_sym_return] = ACTIONS(1758), - [anon_sym_break] = ACTIONS(1758), - [anon_sym_continue] = ACTIONS(1758), - [anon_sym_goto] = ACTIONS(1758), - [anon_sym_DASH_DASH] = ACTIONS(1760), - [anon_sym_PLUS_PLUS] = ACTIONS(1760), - [anon_sym_sizeof] = ACTIONS(1758), - [sym_number_literal] = ACTIONS(1760), - [anon_sym_L_SQUOTE] = ACTIONS(1760), - [anon_sym_u_SQUOTE] = ACTIONS(1760), - [anon_sym_U_SQUOTE] = ACTIONS(1760), - [anon_sym_u8_SQUOTE] = ACTIONS(1760), - [anon_sym_SQUOTE] = ACTIONS(1760), - [anon_sym_L_DQUOTE] = ACTIONS(1760), - [anon_sym_u_DQUOTE] = ACTIONS(1760), - [anon_sym_U_DQUOTE] = ACTIONS(1760), - [anon_sym_u8_DQUOTE] = ACTIONS(1760), - [anon_sym_DQUOTE] = ACTIONS(1760), - [sym_true] = ACTIONS(1758), - [sym_false] = ACTIONS(1758), - [sym_null] = ACTIONS(1758), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1758), - [anon_sym_virtual] = ACTIONS(1758), - [anon_sym_explicit] = ACTIONS(1758), - [sym_auto] = ACTIONS(1758), - [anon_sym_typename] = ACTIONS(1758), - [anon_sym_template] = ACTIONS(1758), - [anon_sym_operator] = ACTIONS(1758), - [anon_sym_delete] = ACTIONS(1758), - [anon_sym_throw] = ACTIONS(1758), - [anon_sym_namespace] = ACTIONS(1758), - [anon_sym_using] = ACTIONS(1758), - [anon_sym_static_assert] = ACTIONS(1758), - [anon_sym_co_return] = ACTIONS(1758), - [anon_sym_co_yield] = ACTIONS(1758), - [anon_sym_try] = ACTIONS(1758), - [anon_sym_co_await] = ACTIONS(1758), - [anon_sym_new] = ACTIONS(1758), - [sym_operator_name] = ACTIONS(1758), - [sym_this] = ACTIONS(1758), - [sym_nullptr] = ACTIONS(1758), - [sym_alone_macro] = ACTIONS(1760), - [aux_sym_alone_macro_call_token1] = ACTIONS(1758), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1758), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1758), - [anon_sym_FORWARD] = ACTIONS(1758), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1758), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1758), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1758), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1758), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1758), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1758), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1758), - [anon_sym_PS_GET] = ACTIONS(1758), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1758), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1758), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1758), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1758), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1758), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1758), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1758), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1758), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1758), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1758), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1758), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1758), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1758), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1758), - [anon_sym_MOZ_COLD] = ACTIONS(1758), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1758), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1758), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1758), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1758), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1758), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1758), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1758), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1758), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1758), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1758), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1758), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1758), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1758), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1758), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1758), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1758), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1758), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1758), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1758), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1758), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1758), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1758), - [anon_sym_MOZ_NONNULL] = ACTIONS(1758), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1758), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1758), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1758), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1758), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1758), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1758), - [anon_sym_MOZ_NORETURN] = ACTIONS(1758), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1758), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1758), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1758), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1758), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1758), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1758), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1758), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1758), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1758), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1758), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1758), - [anon_sym_MOZ_RAII] = ACTIONS(1758), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1758), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1758), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1758), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1758), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1758), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1758), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1758), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1758), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1758), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1758), - [sym_raw_string_literal] = ACTIONS(1760), + [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(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), }, [547] = { - [ts_builtin_sym_end] = ACTIONS(1792), - [sym_identifier] = ACTIONS(1790), - [aux_sym_preproc_include_token1] = ACTIONS(1790), - [aux_sym_preproc_def_token1] = ACTIONS(1790), - [aux_sym_preproc_if_token1] = ACTIONS(1790), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1790), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1790), - [sym_preproc_directive] = ACTIONS(1790), - [anon_sym_LPAREN2] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1792), - [anon_sym_TILDE] = ACTIONS(1792), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_AMP] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_typedef] = ACTIONS(1790), - [anon_sym_extern] = ACTIONS(1790), - [anon_sym___attribute__] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1792), - [anon_sym___declspec] = ACTIONS(1790), - [anon_sym___based] = ACTIONS(1790), - [anon_sym___cdecl] = ACTIONS(1790), - [anon_sym___clrcall] = ACTIONS(1790), - [anon_sym___stdcall] = ACTIONS(1790), - [anon_sym___fastcall] = ACTIONS(1790), - [anon_sym___thiscall] = ACTIONS(1790), - [anon_sym___vectorcall] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_LBRACK] = ACTIONS(1790), - [anon_sym_static] = ACTIONS(1790), - [anon_sym_register] = ACTIONS(1790), - [anon_sym_inline] = ACTIONS(1790), - [anon_sym_thread_local] = ACTIONS(1790), - [anon_sym_const] = ACTIONS(1790), - [anon_sym_volatile] = ACTIONS(1790), - [anon_sym_restrict] = ACTIONS(1790), - [anon_sym__Atomic] = ACTIONS(1790), - [anon_sym_mutable] = ACTIONS(1790), - [anon_sym_constexpr] = ACTIONS(1790), - [anon_sym_signed] = ACTIONS(1790), - [anon_sym_unsigned] = ACTIONS(1790), - [anon_sym_long] = ACTIONS(1790), - [anon_sym_short] = ACTIONS(1790), - [sym_primitive_type] = ACTIONS(1790), - [anon_sym_enum] = ACTIONS(1790), - [anon_sym_class] = ACTIONS(1790), - [anon_sym_struct] = ACTIONS(1790), - [anon_sym_union] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_switch] = ACTIONS(1790), - [anon_sym_case] = ACTIONS(1790), - [anon_sym_default] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_do] = ACTIONS(1790), - [anon_sym_for] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_goto] = ACTIONS(1790), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_sizeof] = ACTIONS(1790), - [sym_number_literal] = ACTIONS(1792), - [anon_sym_L_SQUOTE] = ACTIONS(1792), - [anon_sym_u_SQUOTE] = ACTIONS(1792), - [anon_sym_U_SQUOTE] = ACTIONS(1792), - [anon_sym_u8_SQUOTE] = ACTIONS(1792), - [anon_sym_SQUOTE] = ACTIONS(1792), - [anon_sym_L_DQUOTE] = ACTIONS(1792), - [anon_sym_u_DQUOTE] = ACTIONS(1792), - [anon_sym_U_DQUOTE] = ACTIONS(1792), - [anon_sym_u8_DQUOTE] = ACTIONS(1792), - [anon_sym_DQUOTE] = ACTIONS(1792), - [sym_true] = ACTIONS(1790), - [sym_false] = ACTIONS(1790), - [sym_null] = ACTIONS(1790), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1790), - [anon_sym_virtual] = ACTIONS(1790), - [anon_sym_explicit] = ACTIONS(1790), - [sym_auto] = ACTIONS(1790), - [anon_sym_typename] = ACTIONS(1790), - [anon_sym_template] = ACTIONS(1790), - [anon_sym_operator] = ACTIONS(1790), - [anon_sym_delete] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_namespace] = ACTIONS(1790), - [anon_sym_using] = ACTIONS(1790), - [anon_sym_static_assert] = ACTIONS(1790), - [anon_sym_co_return] = ACTIONS(1790), - [anon_sym_co_yield] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_co_await] = ACTIONS(1790), - [anon_sym_new] = ACTIONS(1790), - [sym_operator_name] = ACTIONS(1790), - [sym_this] = ACTIONS(1790), - [sym_nullptr] = ACTIONS(1790), - [sym_alone_macro] = ACTIONS(1792), - [aux_sym_alone_macro_call_token1] = ACTIONS(1790), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1790), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1790), - [anon_sym_FORWARD] = ACTIONS(1790), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1790), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1790), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1790), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1790), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1790), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1790), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1790), - [anon_sym_PS_GET] = ACTIONS(1790), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1790), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1790), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1790), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1790), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1790), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1790), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1790), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1790), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1790), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1790), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1790), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1790), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1790), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1790), - [anon_sym_MOZ_COLD] = ACTIONS(1790), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1790), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1790), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1790), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1790), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1790), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1790), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1790), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1790), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1790), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1790), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1790), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1790), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1790), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1790), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1790), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1790), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1790), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1790), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1790), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1790), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_NONNULL] = ACTIONS(1790), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1790), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1790), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1790), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1790), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1790), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_NORETURN] = ACTIONS(1790), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1790), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1790), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1790), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1790), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1790), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1790), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1790), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1790), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1790), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1790), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1790), - [anon_sym_MOZ_RAII] = ACTIONS(1790), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1790), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1790), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1790), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1790), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1790), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1790), - [sym_raw_string_literal] = ACTIONS(1792), + [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(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), }, [548] = { - [ts_builtin_sym_end] = ACTIONS(1796), - [sym_identifier] = ACTIONS(1794), - [aux_sym_preproc_include_token1] = ACTIONS(1794), - [aux_sym_preproc_def_token1] = ACTIONS(1794), - [aux_sym_preproc_if_token1] = ACTIONS(1794), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1794), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1794), - [sym_preproc_directive] = ACTIONS(1794), - [anon_sym_LPAREN2] = ACTIONS(1796), - [anon_sym_BANG] = ACTIONS(1796), - [anon_sym_TILDE] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1794), - [anon_sym_PLUS] = ACTIONS(1794), - [anon_sym_STAR] = ACTIONS(1796), - [anon_sym_AMP_AMP] = ACTIONS(1796), - [anon_sym_AMP] = ACTIONS(1794), - [anon_sym_SEMI] = ACTIONS(1796), - [anon_sym_typedef] = ACTIONS(1794), - [anon_sym_extern] = ACTIONS(1794), - [anon_sym___attribute__] = ACTIONS(1794), - [anon_sym_COLON_COLON] = ACTIONS(1796), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1796), - [anon_sym___declspec] = ACTIONS(1794), - [anon_sym___based] = ACTIONS(1794), - [anon_sym___cdecl] = ACTIONS(1794), - [anon_sym___clrcall] = ACTIONS(1794), - [anon_sym___stdcall] = ACTIONS(1794), - [anon_sym___fastcall] = ACTIONS(1794), - [anon_sym___thiscall] = ACTIONS(1794), - [anon_sym___vectorcall] = ACTIONS(1794), - [anon_sym_LBRACE] = ACTIONS(1796), - [anon_sym_LBRACK] = ACTIONS(1794), - [anon_sym_static] = ACTIONS(1794), - [anon_sym_register] = ACTIONS(1794), - [anon_sym_inline] = ACTIONS(1794), - [anon_sym_thread_local] = ACTIONS(1794), - [anon_sym_const] = ACTIONS(1794), - [anon_sym_volatile] = ACTIONS(1794), - [anon_sym_restrict] = ACTIONS(1794), - [anon_sym__Atomic] = ACTIONS(1794), - [anon_sym_mutable] = ACTIONS(1794), - [anon_sym_constexpr] = ACTIONS(1794), - [anon_sym_signed] = ACTIONS(1794), - [anon_sym_unsigned] = ACTIONS(1794), - [anon_sym_long] = ACTIONS(1794), - [anon_sym_short] = ACTIONS(1794), - [sym_primitive_type] = ACTIONS(1794), - [anon_sym_enum] = ACTIONS(1794), - [anon_sym_class] = ACTIONS(1794), - [anon_sym_struct] = ACTIONS(1794), - [anon_sym_union] = ACTIONS(1794), - [anon_sym_if] = ACTIONS(1794), - [anon_sym_switch] = ACTIONS(1794), - [anon_sym_case] = ACTIONS(1794), - [anon_sym_default] = ACTIONS(1794), - [anon_sym_while] = ACTIONS(1794), - [anon_sym_do] = ACTIONS(1794), - [anon_sym_for] = ACTIONS(1794), - [anon_sym_return] = ACTIONS(1794), - [anon_sym_break] = ACTIONS(1794), - [anon_sym_continue] = ACTIONS(1794), - [anon_sym_goto] = ACTIONS(1794), - [anon_sym_DASH_DASH] = ACTIONS(1796), - [anon_sym_PLUS_PLUS] = ACTIONS(1796), - [anon_sym_sizeof] = ACTIONS(1794), - [sym_number_literal] = ACTIONS(1796), - [anon_sym_L_SQUOTE] = ACTIONS(1796), - [anon_sym_u_SQUOTE] = ACTIONS(1796), - [anon_sym_U_SQUOTE] = ACTIONS(1796), - [anon_sym_u8_SQUOTE] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1796), - [anon_sym_L_DQUOTE] = ACTIONS(1796), - [anon_sym_u_DQUOTE] = ACTIONS(1796), - [anon_sym_U_DQUOTE] = ACTIONS(1796), - [anon_sym_u8_DQUOTE] = ACTIONS(1796), - [anon_sym_DQUOTE] = ACTIONS(1796), - [sym_true] = ACTIONS(1794), - [sym_false] = ACTIONS(1794), - [sym_null] = ACTIONS(1794), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1794), - [anon_sym_virtual] = ACTIONS(1794), - [anon_sym_explicit] = ACTIONS(1794), - [sym_auto] = ACTIONS(1794), - [anon_sym_typename] = ACTIONS(1794), - [anon_sym_template] = ACTIONS(1794), - [anon_sym_operator] = ACTIONS(1794), - [anon_sym_delete] = ACTIONS(1794), - [anon_sym_throw] = ACTIONS(1794), - [anon_sym_namespace] = ACTIONS(1794), - [anon_sym_using] = ACTIONS(1794), - [anon_sym_static_assert] = ACTIONS(1794), - [anon_sym_co_return] = ACTIONS(1794), - [anon_sym_co_yield] = ACTIONS(1794), - [anon_sym_try] = ACTIONS(1794), - [anon_sym_co_await] = ACTIONS(1794), - [anon_sym_new] = ACTIONS(1794), - [sym_operator_name] = ACTIONS(1794), - [sym_this] = ACTIONS(1794), - [sym_nullptr] = ACTIONS(1794), - [sym_alone_macro] = ACTIONS(1796), - [aux_sym_alone_macro_call_token1] = ACTIONS(1794), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1794), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1794), - [anon_sym_FORWARD] = ACTIONS(1794), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1794), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1794), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1794), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1794), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1794), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1794), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1794), - [anon_sym_PS_GET] = ACTIONS(1794), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1794), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1794), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1794), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1794), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1794), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1794), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1794), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1794), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1794), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1794), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1794), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1794), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1794), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1794), - [anon_sym_MOZ_COLD] = ACTIONS(1794), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1794), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1794), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1794), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1794), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1794), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1794), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1794), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1794), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1794), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1794), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1794), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1794), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1794), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1794), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1794), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1794), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1794), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1794), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1794), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1794), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_NONNULL] = ACTIONS(1794), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1794), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1794), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1794), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1794), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1794), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_NORETURN] = ACTIONS(1794), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1794), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1794), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1794), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1794), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1794), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1794), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1794), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1794), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1794), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1794), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1794), - [anon_sym_MOZ_RAII] = ACTIONS(1794), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1794), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1794), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1794), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1794), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1794), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1794), - [sym_raw_string_literal] = ACTIONS(1796), + [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(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), }, [549] = { - [sym_identifier] = ACTIONS(1898), - [aux_sym_preproc_include_token1] = ACTIONS(1898), - [aux_sym_preproc_def_token1] = ACTIONS(1898), - [aux_sym_preproc_if_token1] = ACTIONS(1898), - [aux_sym_preproc_if_token2] = ACTIONS(1898), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1898), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1898), - [sym_preproc_directive] = ACTIONS(1898), - [anon_sym_LPAREN2] = ACTIONS(1900), - [anon_sym_BANG] = ACTIONS(1900), - [anon_sym_TILDE] = ACTIONS(1900), - [anon_sym_DASH] = ACTIONS(1898), - [anon_sym_PLUS] = ACTIONS(1898), - [anon_sym_STAR] = ACTIONS(1900), - [anon_sym_AMP_AMP] = ACTIONS(1900), - [anon_sym_AMP] = ACTIONS(1898), - [anon_sym_SEMI] = ACTIONS(1900), - [anon_sym_typedef] = ACTIONS(1898), - [anon_sym_extern] = ACTIONS(1898), - [anon_sym___attribute__] = ACTIONS(1898), - [anon_sym_COLON_COLON] = ACTIONS(1900), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1900), - [anon_sym___declspec] = ACTIONS(1898), - [anon_sym___based] = ACTIONS(1898), - [anon_sym___cdecl] = ACTIONS(1898), - [anon_sym___clrcall] = ACTIONS(1898), - [anon_sym___stdcall] = ACTIONS(1898), - [anon_sym___fastcall] = ACTIONS(1898), - [anon_sym___thiscall] = ACTIONS(1898), - [anon_sym___vectorcall] = ACTIONS(1898), - [anon_sym_LBRACE] = ACTIONS(1900), - [anon_sym_LBRACK] = ACTIONS(1898), - [anon_sym_static] = ACTIONS(1898), - [anon_sym_register] = ACTIONS(1898), - [anon_sym_inline] = ACTIONS(1898), - [anon_sym_thread_local] = ACTIONS(1898), - [anon_sym_const] = ACTIONS(1898), - [anon_sym_volatile] = ACTIONS(1898), - [anon_sym_restrict] = ACTIONS(1898), - [anon_sym__Atomic] = ACTIONS(1898), - [anon_sym_mutable] = ACTIONS(1898), - [anon_sym_constexpr] = ACTIONS(1898), - [anon_sym_signed] = ACTIONS(1898), - [anon_sym_unsigned] = ACTIONS(1898), - [anon_sym_long] = ACTIONS(1898), - [anon_sym_short] = ACTIONS(1898), - [sym_primitive_type] = ACTIONS(1898), - [anon_sym_enum] = ACTIONS(1898), - [anon_sym_class] = ACTIONS(1898), - [anon_sym_struct] = ACTIONS(1898), - [anon_sym_union] = ACTIONS(1898), - [anon_sym_if] = ACTIONS(1898), - [anon_sym_switch] = ACTIONS(1898), - [anon_sym_case] = ACTIONS(1898), - [anon_sym_default] = ACTIONS(1898), - [anon_sym_while] = ACTIONS(1898), - [anon_sym_do] = ACTIONS(1898), - [anon_sym_for] = ACTIONS(1898), - [anon_sym_return] = ACTIONS(1898), - [anon_sym_break] = ACTIONS(1898), - [anon_sym_continue] = ACTIONS(1898), - [anon_sym_goto] = ACTIONS(1898), - [anon_sym_DASH_DASH] = ACTIONS(1900), - [anon_sym_PLUS_PLUS] = ACTIONS(1900), - [anon_sym_sizeof] = ACTIONS(1898), - [sym_number_literal] = ACTIONS(1900), - [anon_sym_L_SQUOTE] = ACTIONS(1900), - [anon_sym_u_SQUOTE] = ACTIONS(1900), - [anon_sym_U_SQUOTE] = ACTIONS(1900), - [anon_sym_u8_SQUOTE] = ACTIONS(1900), - [anon_sym_SQUOTE] = ACTIONS(1900), - [anon_sym_L_DQUOTE] = ACTIONS(1900), - [anon_sym_u_DQUOTE] = ACTIONS(1900), - [anon_sym_U_DQUOTE] = ACTIONS(1900), - [anon_sym_u8_DQUOTE] = ACTIONS(1900), - [anon_sym_DQUOTE] = ACTIONS(1900), - [sym_true] = ACTIONS(1898), - [sym_false] = ACTIONS(1898), - [sym_null] = ACTIONS(1898), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1898), - [anon_sym_virtual] = ACTIONS(1898), - [anon_sym_explicit] = ACTIONS(1898), - [sym_auto] = ACTIONS(1898), - [anon_sym_typename] = ACTIONS(1898), - [anon_sym_template] = ACTIONS(1898), - [anon_sym_operator] = ACTIONS(1898), - [anon_sym_delete] = ACTIONS(1898), - [anon_sym_throw] = ACTIONS(1898), - [anon_sym_namespace] = ACTIONS(1898), - [anon_sym_using] = ACTIONS(1898), - [anon_sym_static_assert] = ACTIONS(1898), - [anon_sym_co_return] = ACTIONS(1898), - [anon_sym_co_yield] = ACTIONS(1898), - [anon_sym_try] = ACTIONS(1898), - [anon_sym_co_await] = ACTIONS(1898), - [anon_sym_new] = ACTIONS(1898), - [sym_operator_name] = ACTIONS(1898), - [sym_this] = ACTIONS(1898), - [sym_nullptr] = ACTIONS(1898), - [sym_alone_macro] = ACTIONS(1900), - [aux_sym_alone_macro_call_token1] = ACTIONS(1898), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1898), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1898), - [anon_sym_FORWARD] = ACTIONS(1898), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1898), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1898), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1898), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1898), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1898), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1898), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1898), - [anon_sym_PS_GET] = ACTIONS(1898), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1898), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1898), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1898), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1898), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1898), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1898), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1898), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1898), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1898), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1898), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1898), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1898), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1898), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1898), - [anon_sym_MOZ_COLD] = ACTIONS(1898), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1898), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1898), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1898), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1898), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1898), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1898), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1898), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1898), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1898), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1898), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1898), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1898), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1898), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1898), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1898), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1898), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1898), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1898), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1898), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1898), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1898), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1898), - [anon_sym_MOZ_NONNULL] = ACTIONS(1898), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1898), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1898), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1898), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1898), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1898), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1898), - [anon_sym_MOZ_NORETURN] = ACTIONS(1898), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1898), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1898), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1898), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1898), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1898), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1898), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1898), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1898), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1898), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1898), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1898), - [anon_sym_MOZ_RAII] = ACTIONS(1898), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1898), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1898), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1898), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1898), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1898), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1898), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1898), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1898), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1898), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1898), - [sym_raw_string_literal] = ACTIONS(1900), + [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(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), }, [550] = { - [sym_identifier] = ACTIONS(1858), - [aux_sym_preproc_include_token1] = ACTIONS(1858), - [aux_sym_preproc_def_token1] = ACTIONS(1858), - [aux_sym_preproc_if_token1] = ACTIONS(1858), - [aux_sym_preproc_if_token2] = ACTIONS(1858), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1858), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1858), - [sym_preproc_directive] = ACTIONS(1858), - [anon_sym_LPAREN2] = ACTIONS(1860), - [anon_sym_BANG] = ACTIONS(1860), - [anon_sym_TILDE] = ACTIONS(1860), - [anon_sym_DASH] = ACTIONS(1858), - [anon_sym_PLUS] = ACTIONS(1858), - [anon_sym_STAR] = ACTIONS(1860), - [anon_sym_AMP_AMP] = ACTIONS(1860), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym_SEMI] = ACTIONS(1860), - [anon_sym_typedef] = ACTIONS(1858), - [anon_sym_extern] = ACTIONS(1858), - [anon_sym___attribute__] = ACTIONS(1858), - [anon_sym_COLON_COLON] = ACTIONS(1860), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1860), - [anon_sym___declspec] = ACTIONS(1858), - [anon_sym___based] = ACTIONS(1858), - [anon_sym___cdecl] = ACTIONS(1858), - [anon_sym___clrcall] = ACTIONS(1858), - [anon_sym___stdcall] = ACTIONS(1858), - [anon_sym___fastcall] = ACTIONS(1858), - [anon_sym___thiscall] = ACTIONS(1858), - [anon_sym___vectorcall] = ACTIONS(1858), - [anon_sym_LBRACE] = ACTIONS(1860), - [anon_sym_LBRACK] = ACTIONS(1858), - [anon_sym_static] = ACTIONS(1858), - [anon_sym_register] = ACTIONS(1858), - [anon_sym_inline] = ACTIONS(1858), - [anon_sym_thread_local] = ACTIONS(1858), - [anon_sym_const] = ACTIONS(1858), - [anon_sym_volatile] = ACTIONS(1858), - [anon_sym_restrict] = ACTIONS(1858), - [anon_sym__Atomic] = ACTIONS(1858), - [anon_sym_mutable] = ACTIONS(1858), - [anon_sym_constexpr] = ACTIONS(1858), - [anon_sym_signed] = ACTIONS(1858), - [anon_sym_unsigned] = ACTIONS(1858), - [anon_sym_long] = ACTIONS(1858), - [anon_sym_short] = ACTIONS(1858), - [sym_primitive_type] = ACTIONS(1858), - [anon_sym_enum] = ACTIONS(1858), - [anon_sym_class] = ACTIONS(1858), - [anon_sym_struct] = ACTIONS(1858), - [anon_sym_union] = ACTIONS(1858), - [anon_sym_if] = ACTIONS(1858), - [anon_sym_switch] = ACTIONS(1858), - [anon_sym_case] = ACTIONS(1858), - [anon_sym_default] = ACTIONS(1858), - [anon_sym_while] = ACTIONS(1858), - [anon_sym_do] = ACTIONS(1858), - [anon_sym_for] = ACTIONS(1858), - [anon_sym_return] = ACTIONS(1858), - [anon_sym_break] = ACTIONS(1858), - [anon_sym_continue] = ACTIONS(1858), - [anon_sym_goto] = ACTIONS(1858), - [anon_sym_DASH_DASH] = ACTIONS(1860), - [anon_sym_PLUS_PLUS] = ACTIONS(1860), - [anon_sym_sizeof] = ACTIONS(1858), - [sym_number_literal] = ACTIONS(1860), - [anon_sym_L_SQUOTE] = ACTIONS(1860), - [anon_sym_u_SQUOTE] = ACTIONS(1860), - [anon_sym_U_SQUOTE] = ACTIONS(1860), - [anon_sym_u8_SQUOTE] = ACTIONS(1860), - [anon_sym_SQUOTE] = ACTIONS(1860), - [anon_sym_L_DQUOTE] = ACTIONS(1860), - [anon_sym_u_DQUOTE] = ACTIONS(1860), - [anon_sym_U_DQUOTE] = ACTIONS(1860), - [anon_sym_u8_DQUOTE] = ACTIONS(1860), - [anon_sym_DQUOTE] = ACTIONS(1860), - [sym_true] = ACTIONS(1858), - [sym_false] = ACTIONS(1858), - [sym_null] = ACTIONS(1858), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1858), - [anon_sym_virtual] = ACTIONS(1858), - [anon_sym_explicit] = ACTIONS(1858), - [sym_auto] = ACTIONS(1858), - [anon_sym_typename] = ACTIONS(1858), - [anon_sym_template] = ACTIONS(1858), - [anon_sym_operator] = ACTIONS(1858), - [anon_sym_delete] = ACTIONS(1858), - [anon_sym_throw] = ACTIONS(1858), - [anon_sym_namespace] = ACTIONS(1858), - [anon_sym_using] = ACTIONS(1858), - [anon_sym_static_assert] = ACTIONS(1858), - [anon_sym_co_return] = ACTIONS(1858), - [anon_sym_co_yield] = ACTIONS(1858), - [anon_sym_try] = ACTIONS(1858), - [anon_sym_co_await] = ACTIONS(1858), - [anon_sym_new] = ACTIONS(1858), - [sym_operator_name] = ACTIONS(1858), - [sym_this] = ACTIONS(1858), - [sym_nullptr] = ACTIONS(1858), - [sym_alone_macro] = ACTIONS(1860), - [aux_sym_alone_macro_call_token1] = ACTIONS(1858), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1858), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1858), - [anon_sym_FORWARD] = ACTIONS(1858), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1858), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1858), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1858), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1858), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1858), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1858), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1858), - [anon_sym_PS_GET] = ACTIONS(1858), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1858), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1858), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1858), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1858), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1858), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1858), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1858), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1858), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1858), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1858), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1858), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1858), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1858), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1858), - [anon_sym_MOZ_COLD] = ACTIONS(1858), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1858), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1858), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1858), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1858), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1858), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1858), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1858), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1858), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1858), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1858), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1858), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1858), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1858), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1858), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1858), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1858), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1858), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1858), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1858), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1858), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_NONNULL] = ACTIONS(1858), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1858), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1858), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1858), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1858), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1858), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_NORETURN] = ACTIONS(1858), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1858), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1858), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1858), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1858), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1858), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1858), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1858), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1858), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1858), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1858), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1858), - [anon_sym_MOZ_RAII] = ACTIONS(1858), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1858), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1858), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1858), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1858), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1858), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1858), - [sym_raw_string_literal] = ACTIONS(1860), + [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), }, [551] = { - [sym_identifier] = ACTIONS(1854), - [aux_sym_preproc_include_token1] = ACTIONS(1854), - [aux_sym_preproc_def_token1] = ACTIONS(1854), - [aux_sym_preproc_if_token1] = ACTIONS(1854), - [aux_sym_preproc_if_token2] = ACTIONS(1854), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1854), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1854), - [sym_preproc_directive] = ACTIONS(1854), - [anon_sym_LPAREN2] = ACTIONS(1856), - [anon_sym_BANG] = ACTIONS(1856), - [anon_sym_TILDE] = ACTIONS(1856), - [anon_sym_DASH] = ACTIONS(1854), - [anon_sym_PLUS] = ACTIONS(1854), - [anon_sym_STAR] = ACTIONS(1856), - [anon_sym_AMP_AMP] = ACTIONS(1856), - [anon_sym_AMP] = ACTIONS(1854), - [anon_sym_SEMI] = ACTIONS(1856), - [anon_sym_typedef] = ACTIONS(1854), - [anon_sym_extern] = ACTIONS(1854), - [anon_sym___attribute__] = ACTIONS(1854), - [anon_sym_COLON_COLON] = ACTIONS(1856), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1856), - [anon_sym___declspec] = ACTIONS(1854), - [anon_sym___based] = ACTIONS(1854), - [anon_sym___cdecl] = ACTIONS(1854), - [anon_sym___clrcall] = ACTIONS(1854), - [anon_sym___stdcall] = ACTIONS(1854), - [anon_sym___fastcall] = ACTIONS(1854), - [anon_sym___thiscall] = ACTIONS(1854), - [anon_sym___vectorcall] = ACTIONS(1854), - [anon_sym_LBRACE] = ACTIONS(1856), - [anon_sym_LBRACK] = ACTIONS(1854), - [anon_sym_static] = ACTIONS(1854), - [anon_sym_register] = ACTIONS(1854), - [anon_sym_inline] = ACTIONS(1854), - [anon_sym_thread_local] = ACTIONS(1854), - [anon_sym_const] = ACTIONS(1854), - [anon_sym_volatile] = ACTIONS(1854), - [anon_sym_restrict] = ACTIONS(1854), - [anon_sym__Atomic] = ACTIONS(1854), - [anon_sym_mutable] = ACTIONS(1854), - [anon_sym_constexpr] = ACTIONS(1854), - [anon_sym_signed] = ACTIONS(1854), - [anon_sym_unsigned] = ACTIONS(1854), - [anon_sym_long] = ACTIONS(1854), - [anon_sym_short] = ACTIONS(1854), - [sym_primitive_type] = ACTIONS(1854), - [anon_sym_enum] = ACTIONS(1854), - [anon_sym_class] = ACTIONS(1854), - [anon_sym_struct] = ACTIONS(1854), - [anon_sym_union] = ACTIONS(1854), - [anon_sym_if] = ACTIONS(1854), - [anon_sym_switch] = ACTIONS(1854), - [anon_sym_case] = ACTIONS(1854), - [anon_sym_default] = ACTIONS(1854), - [anon_sym_while] = ACTIONS(1854), - [anon_sym_do] = ACTIONS(1854), - [anon_sym_for] = ACTIONS(1854), - [anon_sym_return] = ACTIONS(1854), - [anon_sym_break] = ACTIONS(1854), - [anon_sym_continue] = ACTIONS(1854), - [anon_sym_goto] = ACTIONS(1854), - [anon_sym_DASH_DASH] = ACTIONS(1856), - [anon_sym_PLUS_PLUS] = ACTIONS(1856), - [anon_sym_sizeof] = ACTIONS(1854), - [sym_number_literal] = ACTIONS(1856), - [anon_sym_L_SQUOTE] = ACTIONS(1856), - [anon_sym_u_SQUOTE] = ACTIONS(1856), - [anon_sym_U_SQUOTE] = ACTIONS(1856), - [anon_sym_u8_SQUOTE] = ACTIONS(1856), - [anon_sym_SQUOTE] = ACTIONS(1856), - [anon_sym_L_DQUOTE] = ACTIONS(1856), - [anon_sym_u_DQUOTE] = ACTIONS(1856), - [anon_sym_U_DQUOTE] = ACTIONS(1856), - [anon_sym_u8_DQUOTE] = ACTIONS(1856), - [anon_sym_DQUOTE] = ACTIONS(1856), - [sym_true] = ACTIONS(1854), - [sym_false] = ACTIONS(1854), - [sym_null] = ACTIONS(1854), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1854), - [anon_sym_virtual] = ACTIONS(1854), - [anon_sym_explicit] = ACTIONS(1854), - [sym_auto] = ACTIONS(1854), - [anon_sym_typename] = ACTIONS(1854), - [anon_sym_template] = ACTIONS(1854), - [anon_sym_operator] = ACTIONS(1854), - [anon_sym_delete] = ACTIONS(1854), - [anon_sym_throw] = ACTIONS(1854), - [anon_sym_namespace] = ACTIONS(1854), - [anon_sym_using] = ACTIONS(1854), - [anon_sym_static_assert] = ACTIONS(1854), - [anon_sym_co_return] = ACTIONS(1854), - [anon_sym_co_yield] = ACTIONS(1854), - [anon_sym_try] = ACTIONS(1854), - [anon_sym_co_await] = ACTIONS(1854), - [anon_sym_new] = ACTIONS(1854), - [sym_operator_name] = ACTIONS(1854), - [sym_this] = ACTIONS(1854), - [sym_nullptr] = ACTIONS(1854), - [sym_alone_macro] = ACTIONS(1856), - [aux_sym_alone_macro_call_token1] = ACTIONS(1854), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1854), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1854), - [anon_sym_FORWARD] = ACTIONS(1854), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1854), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1854), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1854), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1854), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1854), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1854), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1854), - [anon_sym_PS_GET] = ACTIONS(1854), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1854), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1854), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1854), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1854), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1854), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1854), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1854), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1854), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1854), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1854), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1854), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1854), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1854), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1854), - [anon_sym_MOZ_COLD] = ACTIONS(1854), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1854), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1854), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1854), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1854), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1854), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1854), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1854), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1854), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1854), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1854), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1854), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1854), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1854), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1854), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1854), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1854), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1854), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1854), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1854), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1854), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_NONNULL] = ACTIONS(1854), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1854), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1854), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1854), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1854), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1854), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_NORETURN] = ACTIONS(1854), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1854), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1854), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1854), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1854), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1854), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1854), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1854), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1854), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1854), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1854), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1854), - [anon_sym_MOZ_RAII] = ACTIONS(1854), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1854), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1854), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1854), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1854), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1854), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1854), - [sym_raw_string_literal] = ACTIONS(1856), + [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_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(4876), - [sym_preproc_elif_in_field_declaration_list] = STATE(4876), - [sym_type_definition] = STATE(661), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3235), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3536), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), - [sym__field_declaration_list_item] = STATE(661), - [sym_field_declaration] = STATE(661), - [sym_decltype] = STATE(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(865), - [sym_dependent_type] = STATE(1451), - [sym_template_declaration] = STATE(661), - [sym_operator_cast] = STATE(3928), - [sym_inline_method_definition] = STATE(661), - [sym__constructor_specifiers] = STATE(865), - [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(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_using_declaration] = STATE(661), - [sym_alias_declaration] = STATE(661), - [sym_static_assert_declaration] = STATE(661), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3928), - [sym_macro_statement] = STATE(661), - [sym_macro_annotation] = STATE(1266), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(661), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(865), - [sym_identifier] = ACTIONS(1930), - [aux_sym_preproc_def_token1] = ACTIONS(1932), - [aux_sym_preproc_if_token1] = ACTIONS(1934), - [aux_sym_preproc_if_token2] = ACTIONS(1998), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1938), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1938), - [aux_sym_preproc_else_token1] = ACTIONS(1940), - [aux_sym_preproc_elif_token1] = ACTIONS(1942), - [sym_preproc_directive] = ACTIONS(1944), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_typedef] = ACTIONS(1954), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1960), - [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(1962), - [anon_sym_unsigned] = ACTIONS(1962), - [anon_sym_long] = ACTIONS(1962), - [anon_sym_short] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1966), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1970), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1974), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(1976), - [anon_sym_private] = ACTIONS(1976), - [anon_sym_protected] = ACTIONS(1976), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1978), - [anon_sym_template] = ACTIONS(1980), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1982), - [anon_sym_using] = ACTIONS(1984), - [anon_sym_static_assert] = ACTIONS(1986), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1988), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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_preproc_def] = STATE(542), - [sym_preproc_function_def] = STATE(542), - [sym_preproc_call] = STATE(542), - [sym_preproc_if_in_field_declaration_list] = STATE(542), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(542), - [sym_preproc_else_in_field_declaration_list] = STATE(4875), - [sym_preproc_elif_in_field_declaration_list] = STATE(4875), - [sym_type_definition] = STATE(542), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3235), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3536), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), - [sym__field_declaration_list_item] = STATE(542), - [sym_field_declaration] = STATE(542), - [sym_decltype] = STATE(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(865), - [sym_dependent_type] = STATE(1451), - [sym_template_declaration] = STATE(542), - [sym_operator_cast] = STATE(3928), - [sym_inline_method_definition] = STATE(542), - [sym__constructor_specifiers] = STATE(865), - [sym_operator_cast_definition] = STATE(542), - [sym_operator_cast_declaration] = STATE(542), - [sym_constructor_or_destructor_definition] = STATE(542), - [sym_constructor_or_destructor_declaration] = STATE(542), - [sym_friend_declaration] = STATE(542), - [sym_access_specifier] = STATE(542), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_using_declaration] = STATE(542), - [sym_alias_declaration] = STATE(542), - [sym_static_assert_declaration] = STATE(542), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3928), - [sym_macro_statement] = STATE(542), - [sym_macro_annotation] = STATE(1266), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(542), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(865), - [sym_identifier] = ACTIONS(1930), - [aux_sym_preproc_def_token1] = ACTIONS(1932), - [aux_sym_preproc_if_token1] = ACTIONS(1934), - [aux_sym_preproc_if_token2] = ACTIONS(2000), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1938), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1938), - [aux_sym_preproc_else_token1] = ACTIONS(1940), - [aux_sym_preproc_elif_token1] = ACTIONS(1942), - [sym_preproc_directive] = ACTIONS(1944), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_typedef] = ACTIONS(1954), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1960), - [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(1962), - [anon_sym_unsigned] = ACTIONS(1962), - [anon_sym_long] = ACTIONS(1962), - [anon_sym_short] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1966), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1970), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1974), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(1976), - [anon_sym_private] = ACTIONS(1976), - [anon_sym_protected] = ACTIONS(1976), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1978), - [anon_sym_template] = ACTIONS(1980), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1982), - [anon_sym_using] = ACTIONS(1984), - [anon_sym_static_assert] = ACTIONS(1986), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1988), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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(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), }, [554] = { - [sym_identifier] = ACTIONS(1842), - [aux_sym_preproc_include_token1] = ACTIONS(1842), - [aux_sym_preproc_def_token1] = ACTIONS(1842), - [aux_sym_preproc_if_token1] = ACTIONS(1842), - [aux_sym_preproc_if_token2] = ACTIONS(1842), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1842), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1842), - [sym_preproc_directive] = ACTIONS(1842), - [anon_sym_LPAREN2] = ACTIONS(1844), - [anon_sym_BANG] = ACTIONS(1844), - [anon_sym_TILDE] = ACTIONS(1844), - [anon_sym_DASH] = ACTIONS(1842), - [anon_sym_PLUS] = ACTIONS(1842), - [anon_sym_STAR] = ACTIONS(1844), - [anon_sym_AMP_AMP] = ACTIONS(1844), - [anon_sym_AMP] = ACTIONS(1842), - [anon_sym_SEMI] = ACTIONS(1844), - [anon_sym_typedef] = ACTIONS(1842), - [anon_sym_extern] = ACTIONS(1842), - [anon_sym___attribute__] = ACTIONS(1842), - [anon_sym_COLON_COLON] = ACTIONS(1844), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1844), - [anon_sym___declspec] = ACTIONS(1842), - [anon_sym___based] = ACTIONS(1842), - [anon_sym___cdecl] = ACTIONS(1842), - [anon_sym___clrcall] = ACTIONS(1842), - [anon_sym___stdcall] = ACTIONS(1842), - [anon_sym___fastcall] = ACTIONS(1842), - [anon_sym___thiscall] = ACTIONS(1842), - [anon_sym___vectorcall] = ACTIONS(1842), - [anon_sym_LBRACE] = ACTIONS(1844), - [anon_sym_LBRACK] = ACTIONS(1842), - [anon_sym_static] = ACTIONS(1842), - [anon_sym_register] = ACTIONS(1842), - [anon_sym_inline] = ACTIONS(1842), - [anon_sym_thread_local] = ACTIONS(1842), - [anon_sym_const] = ACTIONS(1842), - [anon_sym_volatile] = ACTIONS(1842), - [anon_sym_restrict] = ACTIONS(1842), - [anon_sym__Atomic] = ACTIONS(1842), - [anon_sym_mutable] = ACTIONS(1842), - [anon_sym_constexpr] = ACTIONS(1842), - [anon_sym_signed] = ACTIONS(1842), - [anon_sym_unsigned] = ACTIONS(1842), - [anon_sym_long] = ACTIONS(1842), - [anon_sym_short] = ACTIONS(1842), - [sym_primitive_type] = ACTIONS(1842), - [anon_sym_enum] = ACTIONS(1842), - [anon_sym_class] = ACTIONS(1842), - [anon_sym_struct] = ACTIONS(1842), - [anon_sym_union] = ACTIONS(1842), - [anon_sym_if] = ACTIONS(1842), - [anon_sym_switch] = ACTIONS(1842), - [anon_sym_case] = ACTIONS(1842), - [anon_sym_default] = ACTIONS(1842), - [anon_sym_while] = ACTIONS(1842), - [anon_sym_do] = ACTIONS(1842), - [anon_sym_for] = ACTIONS(1842), - [anon_sym_return] = ACTIONS(1842), - [anon_sym_break] = ACTIONS(1842), - [anon_sym_continue] = ACTIONS(1842), - [anon_sym_goto] = ACTIONS(1842), - [anon_sym_DASH_DASH] = ACTIONS(1844), - [anon_sym_PLUS_PLUS] = ACTIONS(1844), - [anon_sym_sizeof] = ACTIONS(1842), - [sym_number_literal] = ACTIONS(1844), - [anon_sym_L_SQUOTE] = ACTIONS(1844), - [anon_sym_u_SQUOTE] = ACTIONS(1844), - [anon_sym_U_SQUOTE] = ACTIONS(1844), - [anon_sym_u8_SQUOTE] = ACTIONS(1844), - [anon_sym_SQUOTE] = ACTIONS(1844), - [anon_sym_L_DQUOTE] = ACTIONS(1844), - [anon_sym_u_DQUOTE] = ACTIONS(1844), - [anon_sym_U_DQUOTE] = ACTIONS(1844), - [anon_sym_u8_DQUOTE] = ACTIONS(1844), - [anon_sym_DQUOTE] = ACTIONS(1844), - [sym_true] = ACTIONS(1842), - [sym_false] = ACTIONS(1842), - [sym_null] = ACTIONS(1842), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1842), - [anon_sym_virtual] = ACTIONS(1842), - [anon_sym_explicit] = ACTIONS(1842), - [sym_auto] = ACTIONS(1842), - [anon_sym_typename] = ACTIONS(1842), - [anon_sym_template] = ACTIONS(1842), - [anon_sym_operator] = ACTIONS(1842), - [anon_sym_delete] = ACTIONS(1842), - [anon_sym_throw] = ACTIONS(1842), - [anon_sym_namespace] = ACTIONS(1842), - [anon_sym_using] = ACTIONS(1842), - [anon_sym_static_assert] = ACTIONS(1842), - [anon_sym_co_return] = ACTIONS(1842), - [anon_sym_co_yield] = ACTIONS(1842), - [anon_sym_try] = ACTIONS(1842), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1842), - [sym_operator_name] = ACTIONS(1842), - [sym_this] = ACTIONS(1842), - [sym_nullptr] = ACTIONS(1842), - [sym_alone_macro] = ACTIONS(1844), - [aux_sym_alone_macro_call_token1] = ACTIONS(1842), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1842), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1842), - [anon_sym_FORWARD] = ACTIONS(1842), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1842), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1842), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1842), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1842), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1842), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1842), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1842), - [anon_sym_PS_GET] = ACTIONS(1842), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1842), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1842), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1842), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1842), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1842), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1842), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1842), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1842), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1842), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1842), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1842), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1842), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1842), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1842), - [anon_sym_MOZ_COLD] = ACTIONS(1842), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1842), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1842), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1842), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1842), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1842), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1842), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1842), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1842), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1842), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1842), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1842), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1842), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1842), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1842), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1842), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1842), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1842), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1842), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1842), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1842), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_NONNULL] = ACTIONS(1842), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1842), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1842), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1842), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1842), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1842), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_NORETURN] = ACTIONS(1842), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1842), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1842), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1842), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1842), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1842), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1842), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1842), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1842), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1842), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1842), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1842), - [anon_sym_MOZ_RAII] = ACTIONS(1842), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1842), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1842), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1842), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1842), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1842), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1842), - [sym_raw_string_literal] = ACTIONS(1844), + [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), }, [555] = { - [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(4958), - [sym_preproc_elif_in_field_declaration_list] = STATE(4958), - [sym_type_definition] = STATE(661), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3235), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3536), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), - [sym__field_declaration_list_item] = STATE(661), - [sym_field_declaration] = STATE(661), - [sym_decltype] = STATE(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(865), - [sym_dependent_type] = STATE(1451), - [sym_template_declaration] = STATE(661), - [sym_operator_cast] = STATE(3928), - [sym_inline_method_definition] = STATE(661), - [sym__constructor_specifiers] = STATE(865), - [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(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_using_declaration] = STATE(661), - [sym_alias_declaration] = STATE(661), - [sym_static_assert_declaration] = STATE(661), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3928), - [sym_macro_statement] = STATE(661), - [sym_macro_annotation] = STATE(1266), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(661), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(865), - [sym_identifier] = ACTIONS(1930), - [aux_sym_preproc_def_token1] = ACTIONS(1932), - [aux_sym_preproc_if_token1] = ACTIONS(1934), - [aux_sym_preproc_if_token2] = ACTIONS(2002), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1938), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1938), - [aux_sym_preproc_else_token1] = ACTIONS(1940), - [aux_sym_preproc_elif_token1] = ACTIONS(1942), - [sym_preproc_directive] = ACTIONS(1944), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_typedef] = ACTIONS(1954), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1960), - [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(1962), - [anon_sym_unsigned] = ACTIONS(1962), - [anon_sym_long] = ACTIONS(1962), - [anon_sym_short] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1966), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1970), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1974), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(1976), - [anon_sym_private] = ACTIONS(1976), - [anon_sym_protected] = ACTIONS(1976), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1978), - [anon_sym_template] = ACTIONS(1980), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1982), - [anon_sym_using] = ACTIONS(1984), - [anon_sym_static_assert] = ACTIONS(1986), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1988), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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(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), }, [556] = { - [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(4884), - [sym_preproc_elif_in_field_declaration_list] = STATE(4884), - [sym_type_definition] = STATE(661), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3235), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3536), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), - [sym__field_declaration_list_item] = STATE(661), - [sym_field_declaration] = STATE(661), - [sym_decltype] = STATE(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(865), - [sym_dependent_type] = STATE(1451), - [sym_template_declaration] = STATE(661), - [sym_operator_cast] = STATE(3928), - [sym_inline_method_definition] = STATE(661), - [sym__constructor_specifiers] = STATE(865), - [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(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_using_declaration] = STATE(661), - [sym_alias_declaration] = STATE(661), - [sym_static_assert_declaration] = STATE(661), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3928), - [sym_macro_statement] = STATE(661), - [sym_macro_annotation] = STATE(1266), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(661), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(865), - [sym_identifier] = ACTIONS(1930), - [aux_sym_preproc_def_token1] = ACTIONS(1932), - [aux_sym_preproc_if_token1] = ACTIONS(1934), - [aux_sym_preproc_if_token2] = ACTIONS(2004), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1938), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1938), - [aux_sym_preproc_else_token1] = ACTIONS(1940), - [aux_sym_preproc_elif_token1] = ACTIONS(1942), - [sym_preproc_directive] = ACTIONS(1944), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_typedef] = ACTIONS(1954), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1960), - [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(1962), - [anon_sym_unsigned] = ACTIONS(1962), - [anon_sym_long] = ACTIONS(1962), - [anon_sym_short] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1966), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1970), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1974), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(1976), - [anon_sym_private] = ACTIONS(1976), - [anon_sym_protected] = ACTIONS(1976), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1978), - [anon_sym_template] = ACTIONS(1980), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1982), - [anon_sym_using] = ACTIONS(1984), - [anon_sym_static_assert] = ACTIONS(1986), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1988), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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(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), }, [557] = { - [sym_preproc_def] = STATE(552), - [sym_preproc_function_def] = STATE(552), - [sym_preproc_call] = STATE(552), - [sym_preproc_if_in_field_declaration_list] = STATE(552), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(552), - [sym_preproc_else_in_field_declaration_list] = STATE(4810), - [sym_preproc_elif_in_field_declaration_list] = STATE(4810), - [sym_type_definition] = STATE(552), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3235), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3536), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), - [sym__field_declaration_list_item] = STATE(552), - [sym_field_declaration] = STATE(552), - [sym_decltype] = STATE(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(865), - [sym_dependent_type] = STATE(1451), - [sym_template_declaration] = STATE(552), - [sym_operator_cast] = STATE(3928), - [sym_inline_method_definition] = STATE(552), - [sym__constructor_specifiers] = STATE(865), - [sym_operator_cast_definition] = STATE(552), - [sym_operator_cast_declaration] = STATE(552), - [sym_constructor_or_destructor_definition] = STATE(552), - [sym_constructor_or_destructor_declaration] = STATE(552), - [sym_friend_declaration] = STATE(552), - [sym_access_specifier] = STATE(552), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_using_declaration] = STATE(552), - [sym_alias_declaration] = STATE(552), - [sym_static_assert_declaration] = STATE(552), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3928), - [sym_macro_statement] = STATE(552), - [sym_macro_annotation] = STATE(1266), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(552), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(865), - [sym_identifier] = ACTIONS(1930), - [aux_sym_preproc_def_token1] = ACTIONS(1932), - [aux_sym_preproc_if_token1] = ACTIONS(1934), - [aux_sym_preproc_if_token2] = ACTIONS(2006), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1938), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1938), - [aux_sym_preproc_else_token1] = ACTIONS(1940), - [aux_sym_preproc_elif_token1] = ACTIONS(1942), - [sym_preproc_directive] = ACTIONS(1944), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_typedef] = ACTIONS(1954), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1960), - [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(1962), - [anon_sym_unsigned] = ACTIONS(1962), - [anon_sym_long] = ACTIONS(1962), - [anon_sym_short] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1966), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1970), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1974), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(1976), - [anon_sym_private] = ACTIONS(1976), - [anon_sym_protected] = ACTIONS(1976), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1978), - [anon_sym_template] = ACTIONS(1980), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1982), - [anon_sym_using] = ACTIONS(1984), - [anon_sym_static_assert] = ACTIONS(1986), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1988), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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(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), }, [558] = { - [sym_identifier] = ACTIONS(1902), - [aux_sym_preproc_include_token1] = ACTIONS(1902), - [aux_sym_preproc_def_token1] = ACTIONS(1902), - [aux_sym_preproc_if_token1] = ACTIONS(1902), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1902), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1902), - [sym_preproc_directive] = ACTIONS(1902), - [anon_sym_LPAREN2] = ACTIONS(1904), - [anon_sym_BANG] = ACTIONS(1904), - [anon_sym_TILDE] = ACTIONS(1904), - [anon_sym_DASH] = ACTIONS(1902), - [anon_sym_PLUS] = ACTIONS(1902), - [anon_sym_STAR] = ACTIONS(1904), - [anon_sym_AMP_AMP] = ACTIONS(1904), - [anon_sym_AMP] = ACTIONS(1902), - [anon_sym_SEMI] = ACTIONS(1904), - [anon_sym_typedef] = ACTIONS(1902), - [anon_sym_extern] = ACTIONS(1902), - [anon_sym___attribute__] = ACTIONS(1902), - [anon_sym_COLON_COLON] = ACTIONS(1904), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1904), - [anon_sym___declspec] = ACTIONS(1902), - [anon_sym___based] = ACTIONS(1902), - [anon_sym___cdecl] = ACTIONS(1902), - [anon_sym___clrcall] = ACTIONS(1902), - [anon_sym___stdcall] = ACTIONS(1902), - [anon_sym___fastcall] = ACTIONS(1902), - [anon_sym___thiscall] = ACTIONS(1902), - [anon_sym___vectorcall] = ACTIONS(1902), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(1904), - [anon_sym_LBRACK] = ACTIONS(1902), - [anon_sym_static] = ACTIONS(1902), - [anon_sym_register] = ACTIONS(1902), - [anon_sym_inline] = ACTIONS(1902), - [anon_sym_thread_local] = ACTIONS(1902), - [anon_sym_const] = ACTIONS(1902), - [anon_sym_volatile] = ACTIONS(1902), - [anon_sym_restrict] = ACTIONS(1902), - [anon_sym__Atomic] = ACTIONS(1902), - [anon_sym_mutable] = ACTIONS(1902), - [anon_sym_constexpr] = ACTIONS(1902), - [anon_sym_signed] = ACTIONS(1902), - [anon_sym_unsigned] = ACTIONS(1902), - [anon_sym_long] = ACTIONS(1902), - [anon_sym_short] = ACTIONS(1902), - [sym_primitive_type] = ACTIONS(1902), - [anon_sym_enum] = ACTIONS(1902), - [anon_sym_class] = ACTIONS(1902), - [anon_sym_struct] = ACTIONS(1902), - [anon_sym_union] = ACTIONS(1902), - [anon_sym_if] = ACTIONS(1902), - [anon_sym_switch] = ACTIONS(1902), - [anon_sym_case] = ACTIONS(1902), - [anon_sym_default] = ACTIONS(1902), - [anon_sym_while] = ACTIONS(1902), - [anon_sym_do] = ACTIONS(1902), - [anon_sym_for] = ACTIONS(1902), - [anon_sym_return] = ACTIONS(1902), - [anon_sym_break] = ACTIONS(1902), - [anon_sym_continue] = ACTIONS(1902), - [anon_sym_goto] = ACTIONS(1902), - [anon_sym_DASH_DASH] = ACTIONS(1904), - [anon_sym_PLUS_PLUS] = ACTIONS(1904), - [anon_sym_sizeof] = ACTIONS(1902), - [sym_number_literal] = ACTIONS(1904), - [anon_sym_L_SQUOTE] = ACTIONS(1904), - [anon_sym_u_SQUOTE] = ACTIONS(1904), - [anon_sym_U_SQUOTE] = ACTIONS(1904), - [anon_sym_u8_SQUOTE] = ACTIONS(1904), - [anon_sym_SQUOTE] = ACTIONS(1904), - [anon_sym_L_DQUOTE] = ACTIONS(1904), - [anon_sym_u_DQUOTE] = ACTIONS(1904), - [anon_sym_U_DQUOTE] = ACTIONS(1904), - [anon_sym_u8_DQUOTE] = ACTIONS(1904), - [anon_sym_DQUOTE] = ACTIONS(1904), - [sym_true] = ACTIONS(1902), - [sym_false] = ACTIONS(1902), - [sym_null] = ACTIONS(1902), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1902), - [anon_sym_virtual] = ACTIONS(1902), - [anon_sym_explicit] = ACTIONS(1902), - [sym_auto] = ACTIONS(1902), - [anon_sym_typename] = ACTIONS(1902), - [anon_sym_template] = ACTIONS(1902), - [anon_sym_operator] = ACTIONS(1902), - [anon_sym_delete] = ACTIONS(1902), - [anon_sym_throw] = ACTIONS(1902), - [anon_sym_namespace] = ACTIONS(1902), - [anon_sym_using] = ACTIONS(1902), - [anon_sym_static_assert] = ACTIONS(1902), - [anon_sym_co_return] = ACTIONS(1902), - [anon_sym_co_yield] = ACTIONS(1902), - [anon_sym_try] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1902), - [anon_sym_new] = ACTIONS(1902), - [sym_operator_name] = ACTIONS(1902), - [sym_this] = ACTIONS(1902), - [sym_nullptr] = ACTIONS(1902), - [sym_alone_macro] = ACTIONS(1904), - [aux_sym_alone_macro_call_token1] = ACTIONS(1902), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1902), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1902), - [anon_sym_FORWARD] = ACTIONS(1902), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1902), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1902), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1902), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1902), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1902), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1902), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1902), - [anon_sym_PS_GET] = ACTIONS(1902), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1902), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1902), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1902), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1902), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1902), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1902), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1902), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1902), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1902), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1902), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1902), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1902), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1902), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1902), - [anon_sym_MOZ_COLD] = ACTIONS(1902), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1902), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1902), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1902), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1902), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1902), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1902), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1902), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1902), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1902), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1902), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1902), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1902), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1902), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1902), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1902), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1902), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1902), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1902), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1902), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1902), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_NONNULL] = ACTIONS(1902), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1902), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1902), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1902), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1902), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1902), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_NORETURN] = ACTIONS(1902), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1902), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1902), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1902), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1902), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1902), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1902), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1902), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1902), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1902), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1902), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1902), - [anon_sym_MOZ_RAII] = ACTIONS(1902), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1902), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1902), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1902), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1902), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1902), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1902), - [sym_raw_string_literal] = ACTIONS(1904), + [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(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), }, [559] = { - [ts_builtin_sym_end] = ACTIONS(1804), - [sym_identifier] = ACTIONS(1802), - [aux_sym_preproc_include_token1] = ACTIONS(1802), - [aux_sym_preproc_def_token1] = ACTIONS(1802), - [aux_sym_preproc_if_token1] = ACTIONS(1802), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1802), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1802), - [sym_preproc_directive] = ACTIONS(1802), - [anon_sym_LPAREN2] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1804), - [anon_sym_TILDE] = ACTIONS(1804), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_AMP] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_typedef] = ACTIONS(1802), - [anon_sym_extern] = ACTIONS(1802), - [anon_sym___attribute__] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1804), - [anon_sym___declspec] = ACTIONS(1802), - [anon_sym___based] = ACTIONS(1802), - [anon_sym___cdecl] = ACTIONS(1802), - [anon_sym___clrcall] = ACTIONS(1802), - [anon_sym___stdcall] = ACTIONS(1802), - [anon_sym___fastcall] = ACTIONS(1802), - [anon_sym___thiscall] = ACTIONS(1802), - [anon_sym___vectorcall] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_LBRACK] = ACTIONS(1802), - [anon_sym_static] = ACTIONS(1802), - [anon_sym_register] = ACTIONS(1802), - [anon_sym_inline] = ACTIONS(1802), - [anon_sym_thread_local] = ACTIONS(1802), - [anon_sym_const] = ACTIONS(1802), - [anon_sym_volatile] = ACTIONS(1802), - [anon_sym_restrict] = ACTIONS(1802), - [anon_sym__Atomic] = ACTIONS(1802), - [anon_sym_mutable] = ACTIONS(1802), - [anon_sym_constexpr] = ACTIONS(1802), - [anon_sym_signed] = ACTIONS(1802), - [anon_sym_unsigned] = ACTIONS(1802), - [anon_sym_long] = ACTIONS(1802), - [anon_sym_short] = ACTIONS(1802), - [sym_primitive_type] = ACTIONS(1802), - [anon_sym_enum] = ACTIONS(1802), - [anon_sym_class] = ACTIONS(1802), - [anon_sym_struct] = ACTIONS(1802), - [anon_sym_union] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_switch] = ACTIONS(1802), - [anon_sym_case] = ACTIONS(1802), - [anon_sym_default] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_do] = ACTIONS(1802), - [anon_sym_for] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_goto] = ACTIONS(1802), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_sizeof] = ACTIONS(1802), - [sym_number_literal] = ACTIONS(1804), - [anon_sym_L_SQUOTE] = ACTIONS(1804), - [anon_sym_u_SQUOTE] = ACTIONS(1804), - [anon_sym_U_SQUOTE] = ACTIONS(1804), - [anon_sym_u8_SQUOTE] = ACTIONS(1804), - [anon_sym_SQUOTE] = ACTIONS(1804), - [anon_sym_L_DQUOTE] = ACTIONS(1804), - [anon_sym_u_DQUOTE] = ACTIONS(1804), - [anon_sym_U_DQUOTE] = ACTIONS(1804), - [anon_sym_u8_DQUOTE] = ACTIONS(1804), - [anon_sym_DQUOTE] = ACTIONS(1804), - [sym_true] = ACTIONS(1802), - [sym_false] = ACTIONS(1802), - [sym_null] = ACTIONS(1802), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1802), - [anon_sym_virtual] = ACTIONS(1802), - [anon_sym_explicit] = ACTIONS(1802), - [sym_auto] = ACTIONS(1802), - [anon_sym_typename] = ACTIONS(1802), - [anon_sym_template] = ACTIONS(1802), - [anon_sym_operator] = ACTIONS(1802), - [anon_sym_delete] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_namespace] = ACTIONS(1802), - [anon_sym_using] = ACTIONS(1802), - [anon_sym_static_assert] = ACTIONS(1802), - [anon_sym_co_return] = ACTIONS(1802), - [anon_sym_co_yield] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_co_await] = ACTIONS(1802), - [anon_sym_new] = ACTIONS(1802), - [sym_operator_name] = ACTIONS(1802), - [sym_this] = ACTIONS(1802), - [sym_nullptr] = ACTIONS(1802), - [sym_alone_macro] = ACTIONS(1804), - [aux_sym_alone_macro_call_token1] = ACTIONS(1802), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1802), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1802), - [anon_sym_FORWARD] = ACTIONS(1802), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1802), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1802), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1802), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1802), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1802), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1802), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1802), - [anon_sym_PS_GET] = ACTIONS(1802), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1802), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1802), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1802), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1802), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1802), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1802), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1802), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1802), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1802), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1802), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1802), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1802), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1802), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1802), - [anon_sym_MOZ_COLD] = ACTIONS(1802), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1802), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1802), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1802), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1802), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1802), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1802), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1802), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1802), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1802), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1802), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1802), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1802), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1802), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1802), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1802), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1802), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1802), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1802), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1802), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1802), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_NONNULL] = ACTIONS(1802), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1802), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1802), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1802), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1802), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1802), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_NORETURN] = ACTIONS(1802), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1802), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1802), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1802), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1802), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1802), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1802), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1802), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1802), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1802), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1802), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1802), - [anon_sym_MOZ_RAII] = ACTIONS(1802), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1802), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1802), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1802), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1802), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1802), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1802), - [sym_raw_string_literal] = ACTIONS(1804), + [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(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), }, [560] = { - [ts_builtin_sym_end] = ACTIONS(1736), - [sym_identifier] = ACTIONS(1734), - [aux_sym_preproc_include_token1] = ACTIONS(1734), - [aux_sym_preproc_def_token1] = ACTIONS(1734), - [aux_sym_preproc_if_token1] = ACTIONS(1734), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1734), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1734), - [sym_preproc_directive] = ACTIONS(1734), - [anon_sym_LPAREN2] = ACTIONS(1736), - [anon_sym_BANG] = ACTIONS(1736), - [anon_sym_TILDE] = ACTIONS(1736), - [anon_sym_DASH] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1734), - [anon_sym_STAR] = ACTIONS(1736), - [anon_sym_AMP_AMP] = ACTIONS(1736), - [anon_sym_AMP] = ACTIONS(1734), - [anon_sym_SEMI] = ACTIONS(1736), - [anon_sym_typedef] = ACTIONS(1734), - [anon_sym_extern] = ACTIONS(1734), - [anon_sym___attribute__] = ACTIONS(1734), - [anon_sym_COLON_COLON] = ACTIONS(1736), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1736), - [anon_sym___declspec] = ACTIONS(1734), - [anon_sym___based] = ACTIONS(1734), - [anon_sym___cdecl] = ACTIONS(1734), - [anon_sym___clrcall] = ACTIONS(1734), - [anon_sym___stdcall] = ACTIONS(1734), - [anon_sym___fastcall] = ACTIONS(1734), - [anon_sym___thiscall] = ACTIONS(1734), - [anon_sym___vectorcall] = ACTIONS(1734), - [anon_sym_LBRACE] = ACTIONS(1736), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_static] = ACTIONS(1734), - [anon_sym_register] = ACTIONS(1734), - [anon_sym_inline] = ACTIONS(1734), - [anon_sym_thread_local] = ACTIONS(1734), - [anon_sym_const] = ACTIONS(1734), - [anon_sym_volatile] = ACTIONS(1734), - [anon_sym_restrict] = ACTIONS(1734), - [anon_sym__Atomic] = ACTIONS(1734), - [anon_sym_mutable] = ACTIONS(1734), - [anon_sym_constexpr] = ACTIONS(1734), - [anon_sym_signed] = ACTIONS(1734), - [anon_sym_unsigned] = ACTIONS(1734), - [anon_sym_long] = ACTIONS(1734), - [anon_sym_short] = ACTIONS(1734), - [sym_primitive_type] = ACTIONS(1734), - [anon_sym_enum] = ACTIONS(1734), - [anon_sym_class] = ACTIONS(1734), - [anon_sym_struct] = ACTIONS(1734), - [anon_sym_union] = ACTIONS(1734), - [anon_sym_if] = ACTIONS(1734), - [anon_sym_switch] = ACTIONS(1734), - [anon_sym_case] = ACTIONS(1734), - [anon_sym_default] = ACTIONS(1734), - [anon_sym_while] = ACTIONS(1734), - [anon_sym_do] = ACTIONS(1734), - [anon_sym_for] = ACTIONS(1734), - [anon_sym_return] = ACTIONS(1734), - [anon_sym_break] = ACTIONS(1734), - [anon_sym_continue] = ACTIONS(1734), - [anon_sym_goto] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1736), - [anon_sym_PLUS_PLUS] = ACTIONS(1736), - [anon_sym_sizeof] = ACTIONS(1734), - [sym_number_literal] = ACTIONS(1736), - [anon_sym_L_SQUOTE] = ACTIONS(1736), - [anon_sym_u_SQUOTE] = ACTIONS(1736), - [anon_sym_U_SQUOTE] = ACTIONS(1736), - [anon_sym_u8_SQUOTE] = ACTIONS(1736), - [anon_sym_SQUOTE] = ACTIONS(1736), - [anon_sym_L_DQUOTE] = ACTIONS(1736), - [anon_sym_u_DQUOTE] = ACTIONS(1736), - [anon_sym_U_DQUOTE] = ACTIONS(1736), - [anon_sym_u8_DQUOTE] = ACTIONS(1736), - [anon_sym_DQUOTE] = ACTIONS(1736), - [sym_true] = ACTIONS(1734), - [sym_false] = ACTIONS(1734), - [sym_null] = ACTIONS(1734), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1734), - [anon_sym_virtual] = ACTIONS(1734), - [anon_sym_explicit] = ACTIONS(1734), - [sym_auto] = ACTIONS(1734), - [anon_sym_typename] = ACTIONS(1734), - [anon_sym_template] = ACTIONS(1734), - [anon_sym_operator] = ACTIONS(1734), - [anon_sym_delete] = ACTIONS(1734), - [anon_sym_throw] = ACTIONS(1734), - [anon_sym_namespace] = ACTIONS(1734), - [anon_sym_using] = ACTIONS(1734), - [anon_sym_static_assert] = ACTIONS(1734), - [anon_sym_co_return] = ACTIONS(1734), - [anon_sym_co_yield] = ACTIONS(1734), - [anon_sym_try] = ACTIONS(1734), - [anon_sym_co_await] = ACTIONS(1734), - [anon_sym_new] = ACTIONS(1734), - [sym_operator_name] = ACTIONS(1734), - [sym_this] = ACTIONS(1734), - [sym_nullptr] = ACTIONS(1734), - [sym_alone_macro] = ACTIONS(1736), - [aux_sym_alone_macro_call_token1] = ACTIONS(1734), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1734), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1734), - [anon_sym_FORWARD] = ACTIONS(1734), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1734), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1734), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1734), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1734), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1734), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1734), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1734), - [anon_sym_PS_GET] = ACTIONS(1734), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1734), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1734), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1734), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1734), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1734), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1734), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1734), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1734), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1734), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1734), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1734), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1734), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1734), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1734), - [anon_sym_MOZ_COLD] = ACTIONS(1734), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1734), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1734), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1734), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1734), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1734), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1734), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1734), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1734), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1734), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1734), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1734), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1734), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1734), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1734), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1734), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1734), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1734), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1734), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1734), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1734), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_NONNULL] = ACTIONS(1734), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1734), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1734), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1734), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1734), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1734), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_NORETURN] = ACTIONS(1734), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1734), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1734), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1734), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1734), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1734), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1734), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1734), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1734), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1734), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1734), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1734), - [anon_sym_MOZ_RAII] = ACTIONS(1734), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1734), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1734), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1734), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1734), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1734), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1734), - [sym_raw_string_literal] = ACTIONS(1736), + [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), }, [561] = { - [ts_builtin_sym_end] = ACTIONS(1716), - [sym_identifier] = ACTIONS(1714), - [aux_sym_preproc_include_token1] = ACTIONS(1714), - [aux_sym_preproc_def_token1] = ACTIONS(1714), - [aux_sym_preproc_if_token1] = ACTIONS(1714), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1714), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1714), - [sym_preproc_directive] = ACTIONS(1714), - [anon_sym_LPAREN2] = ACTIONS(1716), - [anon_sym_BANG] = ACTIONS(1716), - [anon_sym_TILDE] = ACTIONS(1716), - [anon_sym_DASH] = ACTIONS(1714), - [anon_sym_PLUS] = ACTIONS(1714), - [anon_sym_STAR] = ACTIONS(1716), - [anon_sym_AMP_AMP] = ACTIONS(1716), - [anon_sym_AMP] = ACTIONS(1714), - [anon_sym_SEMI] = ACTIONS(1716), - [anon_sym_typedef] = ACTIONS(1714), - [anon_sym_extern] = ACTIONS(1714), - [anon_sym___attribute__] = ACTIONS(1714), - [anon_sym_COLON_COLON] = ACTIONS(1716), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1716), - [anon_sym___declspec] = ACTIONS(1714), - [anon_sym___based] = ACTIONS(1714), - [anon_sym___cdecl] = ACTIONS(1714), - [anon_sym___clrcall] = ACTIONS(1714), - [anon_sym___stdcall] = ACTIONS(1714), - [anon_sym___fastcall] = ACTIONS(1714), - [anon_sym___thiscall] = ACTIONS(1714), - [anon_sym___vectorcall] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_static] = ACTIONS(1714), - [anon_sym_register] = ACTIONS(1714), - [anon_sym_inline] = ACTIONS(1714), - [anon_sym_thread_local] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1714), - [anon_sym_volatile] = ACTIONS(1714), - [anon_sym_restrict] = ACTIONS(1714), - [anon_sym__Atomic] = ACTIONS(1714), - [anon_sym_mutable] = ACTIONS(1714), - [anon_sym_constexpr] = ACTIONS(1714), - [anon_sym_signed] = ACTIONS(1714), - [anon_sym_unsigned] = ACTIONS(1714), - [anon_sym_long] = ACTIONS(1714), - [anon_sym_short] = ACTIONS(1714), - [sym_primitive_type] = ACTIONS(1714), - [anon_sym_enum] = ACTIONS(1714), - [anon_sym_class] = ACTIONS(1714), - [anon_sym_struct] = ACTIONS(1714), - [anon_sym_union] = ACTIONS(1714), - [anon_sym_if] = ACTIONS(1714), - [anon_sym_switch] = ACTIONS(1714), - [anon_sym_case] = ACTIONS(1714), - [anon_sym_default] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1714), - [anon_sym_do] = ACTIONS(1714), - [anon_sym_for] = ACTIONS(1714), - [anon_sym_return] = ACTIONS(1714), - [anon_sym_break] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(1714), - [anon_sym_goto] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1716), - [anon_sym_PLUS_PLUS] = ACTIONS(1716), - [anon_sym_sizeof] = ACTIONS(1714), - [sym_number_literal] = ACTIONS(1716), - [anon_sym_L_SQUOTE] = ACTIONS(1716), - [anon_sym_u_SQUOTE] = ACTIONS(1716), - [anon_sym_U_SQUOTE] = ACTIONS(1716), - [anon_sym_u8_SQUOTE] = ACTIONS(1716), - [anon_sym_SQUOTE] = ACTIONS(1716), - [anon_sym_L_DQUOTE] = ACTIONS(1716), - [anon_sym_u_DQUOTE] = ACTIONS(1716), - [anon_sym_U_DQUOTE] = ACTIONS(1716), - [anon_sym_u8_DQUOTE] = ACTIONS(1716), - [anon_sym_DQUOTE] = ACTIONS(1716), - [sym_true] = ACTIONS(1714), - [sym_false] = ACTIONS(1714), - [sym_null] = ACTIONS(1714), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1714), - [anon_sym_virtual] = ACTIONS(1714), - [anon_sym_explicit] = ACTIONS(1714), - [sym_auto] = ACTIONS(1714), - [anon_sym_typename] = ACTIONS(1714), - [anon_sym_template] = ACTIONS(1714), - [anon_sym_operator] = ACTIONS(1714), - [anon_sym_delete] = ACTIONS(1714), - [anon_sym_throw] = ACTIONS(1714), - [anon_sym_namespace] = ACTIONS(1714), - [anon_sym_using] = ACTIONS(1714), - [anon_sym_static_assert] = ACTIONS(1714), - [anon_sym_co_return] = ACTIONS(1714), - [anon_sym_co_yield] = ACTIONS(1714), - [anon_sym_try] = ACTIONS(1714), - [anon_sym_co_await] = ACTIONS(1714), - [anon_sym_new] = ACTIONS(1714), - [sym_operator_name] = ACTIONS(1714), - [sym_this] = ACTIONS(1714), - [sym_nullptr] = ACTIONS(1714), - [sym_alone_macro] = ACTIONS(1716), - [aux_sym_alone_macro_call_token1] = ACTIONS(1714), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1714), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1714), - [anon_sym_FORWARD] = ACTIONS(1714), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1714), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1714), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1714), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1714), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1714), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1714), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1714), - [anon_sym_PS_GET] = ACTIONS(1714), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1714), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1714), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1714), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1714), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1714), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1714), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1714), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1714), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1714), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1714), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1714), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1714), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1714), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1714), - [anon_sym_MOZ_COLD] = ACTIONS(1714), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1714), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1714), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1714), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1714), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1714), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1714), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1714), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1714), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1714), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1714), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1714), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1714), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1714), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1714), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1714), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1714), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1714), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1714), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1714), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1714), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_NONNULL] = ACTIONS(1714), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1714), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1714), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1714), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1714), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1714), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_NORETURN] = ACTIONS(1714), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1714), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1714), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1714), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1714), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1714), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1714), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1714), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1714), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1714), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1714), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1714), - [anon_sym_MOZ_RAII] = ACTIONS(1714), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1714), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1714), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1714), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1714), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1714), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1714), - [sym_raw_string_literal] = ACTIONS(1716), + [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), + [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), }, [562] = { - [ts_builtin_sym_end] = ACTIONS(1848), - [sym_identifier] = ACTIONS(1846), - [aux_sym_preproc_include_token1] = ACTIONS(1846), - [aux_sym_preproc_def_token1] = ACTIONS(1846), - [aux_sym_preproc_if_token1] = ACTIONS(1846), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1846), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1846), - [sym_preproc_directive] = ACTIONS(1846), - [anon_sym_LPAREN2] = ACTIONS(1848), - [anon_sym_BANG] = ACTIONS(1848), - [anon_sym_TILDE] = ACTIONS(1848), - [anon_sym_DASH] = ACTIONS(1846), - [anon_sym_PLUS] = ACTIONS(1846), - [anon_sym_STAR] = ACTIONS(1848), - [anon_sym_AMP_AMP] = ACTIONS(1848), - [anon_sym_AMP] = ACTIONS(1846), - [anon_sym_SEMI] = ACTIONS(1848), - [anon_sym_typedef] = ACTIONS(1846), - [anon_sym_extern] = ACTIONS(1846), - [anon_sym___attribute__] = ACTIONS(1846), - [anon_sym_COLON_COLON] = ACTIONS(1848), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1848), - [anon_sym___declspec] = ACTIONS(1846), - [anon_sym___based] = ACTIONS(1846), - [anon_sym___cdecl] = ACTIONS(1846), - [anon_sym___clrcall] = ACTIONS(1846), - [anon_sym___stdcall] = ACTIONS(1846), - [anon_sym___fastcall] = ACTIONS(1846), - [anon_sym___thiscall] = ACTIONS(1846), - [anon_sym___vectorcall] = ACTIONS(1846), - [anon_sym_LBRACE] = ACTIONS(1848), - [anon_sym_LBRACK] = ACTIONS(1846), - [anon_sym_static] = ACTIONS(1846), - [anon_sym_register] = ACTIONS(1846), - [anon_sym_inline] = ACTIONS(1846), - [anon_sym_thread_local] = ACTIONS(1846), - [anon_sym_const] = ACTIONS(1846), - [anon_sym_volatile] = ACTIONS(1846), - [anon_sym_restrict] = ACTIONS(1846), - [anon_sym__Atomic] = ACTIONS(1846), - [anon_sym_mutable] = ACTIONS(1846), - [anon_sym_constexpr] = ACTIONS(1846), - [anon_sym_signed] = ACTIONS(1846), - [anon_sym_unsigned] = ACTIONS(1846), - [anon_sym_long] = ACTIONS(1846), - [anon_sym_short] = ACTIONS(1846), - [sym_primitive_type] = ACTIONS(1846), - [anon_sym_enum] = ACTIONS(1846), - [anon_sym_class] = ACTIONS(1846), - [anon_sym_struct] = ACTIONS(1846), - [anon_sym_union] = ACTIONS(1846), - [anon_sym_if] = ACTIONS(1846), - [anon_sym_switch] = ACTIONS(1846), - [anon_sym_case] = ACTIONS(1846), - [anon_sym_default] = ACTIONS(1846), - [anon_sym_while] = ACTIONS(1846), - [anon_sym_do] = ACTIONS(1846), - [anon_sym_for] = ACTIONS(1846), - [anon_sym_return] = ACTIONS(1846), - [anon_sym_break] = ACTIONS(1846), - [anon_sym_continue] = ACTIONS(1846), - [anon_sym_goto] = ACTIONS(1846), - [anon_sym_DASH_DASH] = ACTIONS(1848), - [anon_sym_PLUS_PLUS] = ACTIONS(1848), - [anon_sym_sizeof] = ACTIONS(1846), - [sym_number_literal] = ACTIONS(1848), - [anon_sym_L_SQUOTE] = ACTIONS(1848), - [anon_sym_u_SQUOTE] = ACTIONS(1848), - [anon_sym_U_SQUOTE] = ACTIONS(1848), - [anon_sym_u8_SQUOTE] = ACTIONS(1848), - [anon_sym_SQUOTE] = ACTIONS(1848), - [anon_sym_L_DQUOTE] = ACTIONS(1848), - [anon_sym_u_DQUOTE] = ACTIONS(1848), - [anon_sym_U_DQUOTE] = ACTIONS(1848), - [anon_sym_u8_DQUOTE] = ACTIONS(1848), - [anon_sym_DQUOTE] = ACTIONS(1848), - [sym_true] = ACTIONS(1846), - [sym_false] = ACTIONS(1846), - [sym_null] = ACTIONS(1846), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1846), - [anon_sym_virtual] = ACTIONS(1846), - [anon_sym_explicit] = ACTIONS(1846), - [sym_auto] = ACTIONS(1846), - [anon_sym_typename] = ACTIONS(1846), - [anon_sym_template] = ACTIONS(1846), - [anon_sym_operator] = ACTIONS(1846), - [anon_sym_delete] = ACTIONS(1846), - [anon_sym_throw] = ACTIONS(1846), - [anon_sym_namespace] = ACTIONS(1846), - [anon_sym_using] = ACTIONS(1846), - [anon_sym_static_assert] = ACTIONS(1846), - [anon_sym_co_return] = ACTIONS(1846), - [anon_sym_co_yield] = ACTIONS(1846), - [anon_sym_try] = ACTIONS(1846), - [anon_sym_co_await] = ACTIONS(1846), - [anon_sym_new] = ACTIONS(1846), - [sym_operator_name] = ACTIONS(1846), - [sym_this] = ACTIONS(1846), - [sym_nullptr] = ACTIONS(1846), - [sym_alone_macro] = ACTIONS(1848), - [aux_sym_alone_macro_call_token1] = ACTIONS(1846), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1846), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1846), - [anon_sym_FORWARD] = ACTIONS(1846), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1846), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1846), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1846), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1846), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1846), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1846), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1846), - [anon_sym_PS_GET] = ACTIONS(1846), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1846), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1846), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1846), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1846), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1846), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1846), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1846), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1846), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1846), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1846), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1846), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1846), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1846), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1846), - [anon_sym_MOZ_COLD] = ACTIONS(1846), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1846), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1846), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1846), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1846), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1846), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1846), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1846), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1846), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1846), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1846), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1846), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1846), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1846), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1846), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1846), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1846), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1846), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1846), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1846), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1846), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1846), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1846), - [anon_sym_MOZ_NONNULL] = ACTIONS(1846), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1846), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1846), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1846), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1846), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1846), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1846), - [anon_sym_MOZ_NORETURN] = ACTIONS(1846), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1846), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1846), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1846), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1846), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1846), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1846), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1846), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1846), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1846), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1846), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1846), - [anon_sym_MOZ_RAII] = ACTIONS(1846), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1846), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1846), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1846), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1846), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1846), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1846), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1846), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1846), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1846), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1846), - [sym_raw_string_literal] = ACTIONS(1848), + [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(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), }, [563] = { - [sym_identifier] = ACTIONS(1730), - [aux_sym_preproc_include_token1] = ACTIONS(1730), - [aux_sym_preproc_def_token1] = ACTIONS(1730), - [aux_sym_preproc_if_token1] = ACTIONS(1730), - [aux_sym_preproc_if_token2] = ACTIONS(1730), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1730), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1730), - [sym_preproc_directive] = ACTIONS(1730), - [anon_sym_LPAREN2] = ACTIONS(1732), - [anon_sym_BANG] = ACTIONS(1732), - [anon_sym_TILDE] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1730), - [anon_sym_PLUS] = ACTIONS(1730), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_AMP_AMP] = ACTIONS(1732), - [anon_sym_AMP] = ACTIONS(1730), - [anon_sym_SEMI] = ACTIONS(1732), - [anon_sym_typedef] = ACTIONS(1730), - [anon_sym_extern] = ACTIONS(1730), - [anon_sym___attribute__] = ACTIONS(1730), - [anon_sym_COLON_COLON] = ACTIONS(1732), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1732), - [anon_sym___declspec] = ACTIONS(1730), - [anon_sym___based] = ACTIONS(1730), - [anon_sym___cdecl] = ACTIONS(1730), - [anon_sym___clrcall] = ACTIONS(1730), - [anon_sym___stdcall] = ACTIONS(1730), - [anon_sym___fastcall] = ACTIONS(1730), - [anon_sym___thiscall] = ACTIONS(1730), - [anon_sym___vectorcall] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_static] = ACTIONS(1730), - [anon_sym_register] = ACTIONS(1730), - [anon_sym_inline] = ACTIONS(1730), - [anon_sym_thread_local] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1730), - [anon_sym_volatile] = ACTIONS(1730), - [anon_sym_restrict] = ACTIONS(1730), - [anon_sym__Atomic] = ACTIONS(1730), - [anon_sym_mutable] = ACTIONS(1730), - [anon_sym_constexpr] = ACTIONS(1730), - [anon_sym_signed] = ACTIONS(1730), - [anon_sym_unsigned] = ACTIONS(1730), - [anon_sym_long] = ACTIONS(1730), - [anon_sym_short] = ACTIONS(1730), - [sym_primitive_type] = ACTIONS(1730), - [anon_sym_enum] = ACTIONS(1730), - [anon_sym_class] = ACTIONS(1730), - [anon_sym_struct] = ACTIONS(1730), - [anon_sym_union] = ACTIONS(1730), - [anon_sym_if] = ACTIONS(1730), - [anon_sym_switch] = ACTIONS(1730), - [anon_sym_case] = ACTIONS(1730), - [anon_sym_default] = ACTIONS(1730), - [anon_sym_while] = ACTIONS(1730), - [anon_sym_do] = ACTIONS(1730), - [anon_sym_for] = ACTIONS(1730), - [anon_sym_return] = ACTIONS(1730), - [anon_sym_break] = ACTIONS(1730), - [anon_sym_continue] = ACTIONS(1730), - [anon_sym_goto] = ACTIONS(1730), - [anon_sym_DASH_DASH] = ACTIONS(1732), - [anon_sym_PLUS_PLUS] = ACTIONS(1732), - [anon_sym_sizeof] = ACTIONS(1730), - [sym_number_literal] = ACTIONS(1732), - [anon_sym_L_SQUOTE] = ACTIONS(1732), - [anon_sym_u_SQUOTE] = ACTIONS(1732), - [anon_sym_U_SQUOTE] = ACTIONS(1732), - [anon_sym_u8_SQUOTE] = ACTIONS(1732), - [anon_sym_SQUOTE] = ACTIONS(1732), - [anon_sym_L_DQUOTE] = ACTIONS(1732), - [anon_sym_u_DQUOTE] = ACTIONS(1732), - [anon_sym_U_DQUOTE] = ACTIONS(1732), - [anon_sym_u8_DQUOTE] = ACTIONS(1732), - [anon_sym_DQUOTE] = ACTIONS(1732), - [sym_true] = ACTIONS(1730), - [sym_false] = ACTIONS(1730), - [sym_null] = ACTIONS(1730), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1730), - [anon_sym_virtual] = ACTIONS(1730), - [anon_sym_explicit] = ACTIONS(1730), - [sym_auto] = ACTIONS(1730), - [anon_sym_typename] = ACTIONS(1730), - [anon_sym_template] = ACTIONS(1730), - [anon_sym_operator] = ACTIONS(1730), - [anon_sym_delete] = ACTIONS(1730), - [anon_sym_throw] = ACTIONS(1730), - [anon_sym_namespace] = ACTIONS(1730), - [anon_sym_using] = ACTIONS(1730), - [anon_sym_static_assert] = ACTIONS(1730), - [anon_sym_co_return] = ACTIONS(1730), - [anon_sym_co_yield] = ACTIONS(1730), - [anon_sym_try] = ACTIONS(1730), - [anon_sym_co_await] = ACTIONS(1730), - [anon_sym_new] = ACTIONS(1730), - [sym_operator_name] = ACTIONS(1730), - [sym_this] = ACTIONS(1730), - [sym_nullptr] = ACTIONS(1730), - [sym_alone_macro] = ACTIONS(1732), - [aux_sym_alone_macro_call_token1] = ACTIONS(1730), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1730), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1730), - [anon_sym_FORWARD] = ACTIONS(1730), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1730), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1730), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1730), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1730), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1730), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1730), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1730), - [anon_sym_PS_GET] = ACTIONS(1730), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1730), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1730), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1730), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1730), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1730), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1730), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1730), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1730), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1730), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1730), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1730), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1730), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1730), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1730), - [anon_sym_MOZ_COLD] = ACTIONS(1730), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1730), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1730), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1730), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1730), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1730), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1730), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1730), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1730), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1730), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1730), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1730), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1730), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1730), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1730), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1730), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1730), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1730), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1730), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1730), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1730), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_NONNULL] = ACTIONS(1730), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1730), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1730), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1730), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1730), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1730), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_NORETURN] = ACTIONS(1730), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1730), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1730), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1730), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1730), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1730), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1730), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1730), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1730), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1730), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1730), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1730), - [anon_sym_MOZ_RAII] = ACTIONS(1730), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1730), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1730), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1730), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1730), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1730), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1730), - [sym_raw_string_literal] = ACTIONS(1732), + [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), }, [564] = { - [ts_builtin_sym_end] = ACTIONS(1712), - [sym_identifier] = ACTIONS(1710), - [aux_sym_preproc_include_token1] = ACTIONS(1710), - [aux_sym_preproc_def_token1] = ACTIONS(1710), - [aux_sym_preproc_if_token1] = ACTIONS(1710), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1710), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1710), - [sym_preproc_directive] = ACTIONS(1710), - [anon_sym_LPAREN2] = ACTIONS(1712), - [anon_sym_BANG] = ACTIONS(1712), - [anon_sym_TILDE] = ACTIONS(1712), - [anon_sym_DASH] = ACTIONS(1710), - [anon_sym_PLUS] = ACTIONS(1710), - [anon_sym_STAR] = ACTIONS(1712), - [anon_sym_AMP_AMP] = ACTIONS(1712), - [anon_sym_AMP] = ACTIONS(1710), - [anon_sym_SEMI] = ACTIONS(1712), - [anon_sym_typedef] = ACTIONS(1710), - [anon_sym_extern] = ACTIONS(1710), - [anon_sym___attribute__] = ACTIONS(1710), - [anon_sym_COLON_COLON] = ACTIONS(1712), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1712), - [anon_sym___declspec] = ACTIONS(1710), - [anon_sym___based] = ACTIONS(1710), - [anon_sym___cdecl] = ACTIONS(1710), - [anon_sym___clrcall] = ACTIONS(1710), - [anon_sym___stdcall] = ACTIONS(1710), - [anon_sym___fastcall] = ACTIONS(1710), - [anon_sym___thiscall] = ACTIONS(1710), - [anon_sym___vectorcall] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_static] = ACTIONS(1710), - [anon_sym_register] = ACTIONS(1710), - [anon_sym_inline] = ACTIONS(1710), - [anon_sym_thread_local] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1710), - [anon_sym_volatile] = ACTIONS(1710), - [anon_sym_restrict] = ACTIONS(1710), - [anon_sym__Atomic] = ACTIONS(1710), - [anon_sym_mutable] = ACTIONS(1710), - [anon_sym_constexpr] = ACTIONS(1710), - [anon_sym_signed] = ACTIONS(1710), - [anon_sym_unsigned] = ACTIONS(1710), - [anon_sym_long] = ACTIONS(1710), - [anon_sym_short] = ACTIONS(1710), - [sym_primitive_type] = ACTIONS(1710), - [anon_sym_enum] = ACTIONS(1710), - [anon_sym_class] = ACTIONS(1710), - [anon_sym_struct] = ACTIONS(1710), - [anon_sym_union] = ACTIONS(1710), - [anon_sym_if] = ACTIONS(1710), - [anon_sym_switch] = ACTIONS(1710), - [anon_sym_case] = ACTIONS(1710), - [anon_sym_default] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1710), - [anon_sym_do] = ACTIONS(1710), - [anon_sym_for] = ACTIONS(1710), - [anon_sym_return] = ACTIONS(1710), - [anon_sym_break] = ACTIONS(1710), - [anon_sym_continue] = ACTIONS(1710), - [anon_sym_goto] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1712), - [anon_sym_PLUS_PLUS] = ACTIONS(1712), - [anon_sym_sizeof] = ACTIONS(1710), - [sym_number_literal] = ACTIONS(1712), - [anon_sym_L_SQUOTE] = ACTIONS(1712), - [anon_sym_u_SQUOTE] = ACTIONS(1712), - [anon_sym_U_SQUOTE] = ACTIONS(1712), - [anon_sym_u8_SQUOTE] = ACTIONS(1712), - [anon_sym_SQUOTE] = ACTIONS(1712), - [anon_sym_L_DQUOTE] = ACTIONS(1712), - [anon_sym_u_DQUOTE] = ACTIONS(1712), - [anon_sym_U_DQUOTE] = ACTIONS(1712), - [anon_sym_u8_DQUOTE] = ACTIONS(1712), - [anon_sym_DQUOTE] = ACTIONS(1712), - [sym_true] = ACTIONS(1710), - [sym_false] = ACTIONS(1710), - [sym_null] = ACTIONS(1710), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1710), - [anon_sym_virtual] = ACTIONS(1710), - [anon_sym_explicit] = ACTIONS(1710), - [sym_auto] = ACTIONS(1710), - [anon_sym_typename] = ACTIONS(1710), - [anon_sym_template] = ACTIONS(1710), - [anon_sym_operator] = ACTIONS(1710), - [anon_sym_delete] = ACTIONS(1710), - [anon_sym_throw] = ACTIONS(1710), - [anon_sym_namespace] = ACTIONS(1710), - [anon_sym_using] = ACTIONS(1710), - [anon_sym_static_assert] = ACTIONS(1710), - [anon_sym_co_return] = ACTIONS(1710), - [anon_sym_co_yield] = ACTIONS(1710), - [anon_sym_try] = ACTIONS(1710), - [anon_sym_co_await] = ACTIONS(1710), - [anon_sym_new] = ACTIONS(1710), - [sym_operator_name] = ACTIONS(1710), - [sym_this] = ACTIONS(1710), - [sym_nullptr] = ACTIONS(1710), - [sym_alone_macro] = ACTIONS(1712), - [aux_sym_alone_macro_call_token1] = ACTIONS(1710), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1710), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1710), - [anon_sym_FORWARD] = ACTIONS(1710), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1710), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1710), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1710), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1710), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1710), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1710), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1710), - [anon_sym_PS_GET] = ACTIONS(1710), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1710), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1710), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1710), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1710), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1710), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1710), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1710), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1710), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1710), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1710), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1710), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1710), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1710), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1710), - [anon_sym_MOZ_COLD] = ACTIONS(1710), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1710), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1710), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1710), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1710), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1710), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1710), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1710), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1710), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1710), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1710), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1710), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1710), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1710), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1710), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1710), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1710), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1710), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1710), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1710), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1710), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_NONNULL] = ACTIONS(1710), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1710), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1710), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1710), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1710), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1710), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_NORETURN] = ACTIONS(1710), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1710), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1710), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1710), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1710), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1710), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1710), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1710), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1710), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1710), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1710), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1710), - [anon_sym_MOZ_RAII] = ACTIONS(1710), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1710), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1710), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1710), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1710), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1710), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1710), - [sym_raw_string_literal] = ACTIONS(1712), + [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(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), }, [565] = { - [ts_builtin_sym_end] = ACTIONS(1844), - [sym_identifier] = ACTIONS(1842), - [aux_sym_preproc_include_token1] = ACTIONS(1842), - [aux_sym_preproc_def_token1] = ACTIONS(1842), - [aux_sym_preproc_if_token1] = ACTIONS(1842), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1842), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1842), - [sym_preproc_directive] = ACTIONS(1842), - [anon_sym_LPAREN2] = ACTIONS(1844), - [anon_sym_BANG] = ACTIONS(1844), - [anon_sym_TILDE] = ACTIONS(1844), - [anon_sym_DASH] = ACTIONS(1842), - [anon_sym_PLUS] = ACTIONS(1842), - [anon_sym_STAR] = ACTIONS(1844), - [anon_sym_AMP_AMP] = ACTIONS(1844), - [anon_sym_AMP] = ACTIONS(1842), - [anon_sym_SEMI] = ACTIONS(1844), - [anon_sym_typedef] = ACTIONS(1842), - [anon_sym_extern] = ACTIONS(1842), - [anon_sym___attribute__] = ACTIONS(1842), - [anon_sym_COLON_COLON] = ACTIONS(1844), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1844), - [anon_sym___declspec] = ACTIONS(1842), - [anon_sym___based] = ACTIONS(1842), - [anon_sym___cdecl] = ACTIONS(1842), - [anon_sym___clrcall] = ACTIONS(1842), - [anon_sym___stdcall] = ACTIONS(1842), - [anon_sym___fastcall] = ACTIONS(1842), - [anon_sym___thiscall] = ACTIONS(1842), - [anon_sym___vectorcall] = ACTIONS(1842), - [anon_sym_LBRACE] = ACTIONS(1844), - [anon_sym_LBRACK] = ACTIONS(1842), - [anon_sym_static] = ACTIONS(1842), - [anon_sym_register] = ACTIONS(1842), - [anon_sym_inline] = ACTIONS(1842), - [anon_sym_thread_local] = ACTIONS(1842), - [anon_sym_const] = ACTIONS(1842), - [anon_sym_volatile] = ACTIONS(1842), - [anon_sym_restrict] = ACTIONS(1842), - [anon_sym__Atomic] = ACTIONS(1842), - [anon_sym_mutable] = ACTIONS(1842), - [anon_sym_constexpr] = ACTIONS(1842), - [anon_sym_signed] = ACTIONS(1842), - [anon_sym_unsigned] = ACTIONS(1842), - [anon_sym_long] = ACTIONS(1842), - [anon_sym_short] = ACTIONS(1842), - [sym_primitive_type] = ACTIONS(1842), - [anon_sym_enum] = ACTIONS(1842), - [anon_sym_class] = ACTIONS(1842), - [anon_sym_struct] = ACTIONS(1842), - [anon_sym_union] = ACTIONS(1842), - [anon_sym_if] = ACTIONS(1842), - [anon_sym_switch] = ACTIONS(1842), - [anon_sym_case] = ACTIONS(1842), - [anon_sym_default] = ACTIONS(1842), - [anon_sym_while] = ACTIONS(1842), - [anon_sym_do] = ACTIONS(1842), - [anon_sym_for] = ACTIONS(1842), - [anon_sym_return] = ACTIONS(1842), - [anon_sym_break] = ACTIONS(1842), - [anon_sym_continue] = ACTIONS(1842), - [anon_sym_goto] = ACTIONS(1842), - [anon_sym_DASH_DASH] = ACTIONS(1844), - [anon_sym_PLUS_PLUS] = ACTIONS(1844), - [anon_sym_sizeof] = ACTIONS(1842), - [sym_number_literal] = ACTIONS(1844), - [anon_sym_L_SQUOTE] = ACTIONS(1844), - [anon_sym_u_SQUOTE] = ACTIONS(1844), - [anon_sym_U_SQUOTE] = ACTIONS(1844), - [anon_sym_u8_SQUOTE] = ACTIONS(1844), - [anon_sym_SQUOTE] = ACTIONS(1844), - [anon_sym_L_DQUOTE] = ACTIONS(1844), - [anon_sym_u_DQUOTE] = ACTIONS(1844), - [anon_sym_U_DQUOTE] = ACTIONS(1844), - [anon_sym_u8_DQUOTE] = ACTIONS(1844), - [anon_sym_DQUOTE] = ACTIONS(1844), - [sym_true] = ACTIONS(1842), - [sym_false] = ACTIONS(1842), - [sym_null] = ACTIONS(1842), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1842), - [anon_sym_virtual] = ACTIONS(1842), - [anon_sym_explicit] = ACTIONS(1842), - [sym_auto] = ACTIONS(1842), - [anon_sym_typename] = ACTIONS(1842), - [anon_sym_template] = ACTIONS(1842), - [anon_sym_operator] = ACTIONS(1842), - [anon_sym_delete] = ACTIONS(1842), - [anon_sym_throw] = ACTIONS(1842), - [anon_sym_namespace] = ACTIONS(1842), - [anon_sym_using] = ACTIONS(1842), - [anon_sym_static_assert] = ACTIONS(1842), - [anon_sym_co_return] = ACTIONS(1842), - [anon_sym_co_yield] = ACTIONS(1842), - [anon_sym_try] = ACTIONS(1842), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1842), - [sym_operator_name] = ACTIONS(1842), - [sym_this] = ACTIONS(1842), - [sym_nullptr] = ACTIONS(1842), - [sym_alone_macro] = ACTIONS(1844), - [aux_sym_alone_macro_call_token1] = ACTIONS(1842), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1842), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1842), - [anon_sym_FORWARD] = ACTIONS(1842), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1842), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1842), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1842), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1842), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1842), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1842), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1842), - [anon_sym_PS_GET] = ACTIONS(1842), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1842), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1842), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1842), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1842), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1842), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1842), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1842), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1842), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1842), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1842), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1842), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1842), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1842), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1842), - [anon_sym_MOZ_COLD] = ACTIONS(1842), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1842), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1842), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1842), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1842), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1842), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1842), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1842), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1842), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1842), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1842), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1842), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1842), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1842), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1842), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1842), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1842), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1842), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1842), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1842), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1842), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_NONNULL] = ACTIONS(1842), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1842), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1842), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1842), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1842), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1842), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_NORETURN] = ACTIONS(1842), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1842), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1842), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1842), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1842), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1842), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1842), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1842), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1842), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1842), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1842), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1842), - [anon_sym_MOZ_RAII] = ACTIONS(1842), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1842), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1842), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1842), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1842), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1842), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1842), - [sym_raw_string_literal] = ACTIONS(1844), + [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(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), }, [566] = { - [ts_builtin_sym_end] = ACTIONS(1904), - [sym_identifier] = ACTIONS(1902), - [aux_sym_preproc_include_token1] = ACTIONS(1902), - [aux_sym_preproc_def_token1] = ACTIONS(1902), - [aux_sym_preproc_if_token1] = ACTIONS(1902), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1902), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1902), - [sym_preproc_directive] = ACTIONS(1902), - [anon_sym_LPAREN2] = ACTIONS(1904), - [anon_sym_BANG] = ACTIONS(1904), - [anon_sym_TILDE] = ACTIONS(1904), - [anon_sym_DASH] = ACTIONS(1902), - [anon_sym_PLUS] = ACTIONS(1902), - [anon_sym_STAR] = ACTIONS(1904), - [anon_sym_AMP_AMP] = ACTIONS(1904), - [anon_sym_AMP] = ACTIONS(1902), - [anon_sym_SEMI] = ACTIONS(1904), - [anon_sym_typedef] = ACTIONS(1902), - [anon_sym_extern] = ACTIONS(1902), - [anon_sym___attribute__] = ACTIONS(1902), - [anon_sym_COLON_COLON] = ACTIONS(1904), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1904), - [anon_sym___declspec] = ACTIONS(1902), - [anon_sym___based] = ACTIONS(1902), - [anon_sym___cdecl] = ACTIONS(1902), - [anon_sym___clrcall] = ACTIONS(1902), - [anon_sym___stdcall] = ACTIONS(1902), - [anon_sym___fastcall] = ACTIONS(1902), - [anon_sym___thiscall] = ACTIONS(1902), - [anon_sym___vectorcall] = ACTIONS(1902), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LBRACK] = ACTIONS(1902), - [anon_sym_static] = ACTIONS(1902), - [anon_sym_register] = ACTIONS(1902), - [anon_sym_inline] = ACTIONS(1902), - [anon_sym_thread_local] = ACTIONS(1902), - [anon_sym_const] = ACTIONS(1902), - [anon_sym_volatile] = ACTIONS(1902), - [anon_sym_restrict] = ACTIONS(1902), - [anon_sym__Atomic] = ACTIONS(1902), - [anon_sym_mutable] = ACTIONS(1902), - [anon_sym_constexpr] = ACTIONS(1902), - [anon_sym_signed] = ACTIONS(1902), - [anon_sym_unsigned] = ACTIONS(1902), - [anon_sym_long] = ACTIONS(1902), - [anon_sym_short] = ACTIONS(1902), - [sym_primitive_type] = ACTIONS(1902), - [anon_sym_enum] = ACTIONS(1902), - [anon_sym_class] = ACTIONS(1902), - [anon_sym_struct] = ACTIONS(1902), - [anon_sym_union] = ACTIONS(1902), - [anon_sym_if] = ACTIONS(1902), - [anon_sym_switch] = ACTIONS(1902), - [anon_sym_case] = ACTIONS(1902), - [anon_sym_default] = ACTIONS(1902), - [anon_sym_while] = ACTIONS(1902), - [anon_sym_do] = ACTIONS(1902), - [anon_sym_for] = ACTIONS(1902), - [anon_sym_return] = ACTIONS(1902), - [anon_sym_break] = ACTIONS(1902), - [anon_sym_continue] = ACTIONS(1902), - [anon_sym_goto] = ACTIONS(1902), - [anon_sym_DASH_DASH] = ACTIONS(1904), - [anon_sym_PLUS_PLUS] = ACTIONS(1904), - [anon_sym_sizeof] = ACTIONS(1902), - [sym_number_literal] = ACTIONS(1904), - [anon_sym_L_SQUOTE] = ACTIONS(1904), - [anon_sym_u_SQUOTE] = ACTIONS(1904), - [anon_sym_U_SQUOTE] = ACTIONS(1904), - [anon_sym_u8_SQUOTE] = ACTIONS(1904), - [anon_sym_SQUOTE] = ACTIONS(1904), - [anon_sym_L_DQUOTE] = ACTIONS(1904), - [anon_sym_u_DQUOTE] = ACTIONS(1904), - [anon_sym_U_DQUOTE] = ACTIONS(1904), - [anon_sym_u8_DQUOTE] = ACTIONS(1904), - [anon_sym_DQUOTE] = ACTIONS(1904), - [sym_true] = ACTIONS(1902), - [sym_false] = ACTIONS(1902), - [sym_null] = ACTIONS(1902), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1902), - [anon_sym_virtual] = ACTIONS(1902), - [anon_sym_explicit] = ACTIONS(1902), - [sym_auto] = ACTIONS(1902), - [anon_sym_typename] = ACTIONS(1902), - [anon_sym_template] = ACTIONS(1902), - [anon_sym_operator] = ACTIONS(1902), - [anon_sym_delete] = ACTIONS(1902), - [anon_sym_throw] = ACTIONS(1902), - [anon_sym_namespace] = ACTIONS(1902), - [anon_sym_using] = ACTIONS(1902), - [anon_sym_static_assert] = ACTIONS(1902), - [anon_sym_co_return] = ACTIONS(1902), - [anon_sym_co_yield] = ACTIONS(1902), - [anon_sym_try] = ACTIONS(1902), - [anon_sym_co_await] = ACTIONS(1902), - [anon_sym_new] = ACTIONS(1902), - [sym_operator_name] = ACTIONS(1902), - [sym_this] = ACTIONS(1902), - [sym_nullptr] = ACTIONS(1902), - [sym_alone_macro] = ACTIONS(1904), - [aux_sym_alone_macro_call_token1] = ACTIONS(1902), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1902), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1902), - [anon_sym_FORWARD] = ACTIONS(1902), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1902), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1902), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1902), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1902), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1902), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1902), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1902), - [anon_sym_PS_GET] = ACTIONS(1902), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1902), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1902), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1902), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1902), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1902), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1902), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1902), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1902), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1902), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1902), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1902), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1902), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1902), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1902), - [anon_sym_MOZ_COLD] = ACTIONS(1902), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1902), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1902), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1902), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1902), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1902), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1902), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1902), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1902), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1902), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1902), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1902), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1902), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1902), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1902), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1902), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1902), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1902), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1902), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1902), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1902), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_NONNULL] = ACTIONS(1902), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1902), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1902), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1902), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1902), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1902), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_NORETURN] = ACTIONS(1902), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1902), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1902), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1902), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1902), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1902), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1902), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1902), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1902), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1902), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1902), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1902), - [anon_sym_MOZ_RAII] = ACTIONS(1902), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1902), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1902), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1902), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1902), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1902), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1902), - [sym_raw_string_literal] = ACTIONS(1904), + [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), }, [567] = { - [sym_identifier] = ACTIONS(1886), - [aux_sym_preproc_include_token1] = ACTIONS(1886), - [aux_sym_preproc_def_token1] = ACTIONS(1886), - [aux_sym_preproc_if_token1] = ACTIONS(1886), - [aux_sym_preproc_if_token2] = ACTIONS(1886), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1886), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1886), - [sym_preproc_directive] = ACTIONS(1886), - [anon_sym_LPAREN2] = ACTIONS(1888), - [anon_sym_BANG] = ACTIONS(1888), - [anon_sym_TILDE] = ACTIONS(1888), - [anon_sym_DASH] = ACTIONS(1886), - [anon_sym_PLUS] = ACTIONS(1886), - [anon_sym_STAR] = ACTIONS(1888), - [anon_sym_AMP_AMP] = ACTIONS(1888), - [anon_sym_AMP] = ACTIONS(1886), - [anon_sym_SEMI] = ACTIONS(1888), - [anon_sym_typedef] = ACTIONS(1886), - [anon_sym_extern] = ACTIONS(1886), - [anon_sym___attribute__] = ACTIONS(1886), - [anon_sym_COLON_COLON] = ACTIONS(1888), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1888), - [anon_sym___declspec] = ACTIONS(1886), - [anon_sym___based] = ACTIONS(1886), - [anon_sym___cdecl] = ACTIONS(1886), - [anon_sym___clrcall] = ACTIONS(1886), - [anon_sym___stdcall] = ACTIONS(1886), - [anon_sym___fastcall] = ACTIONS(1886), - [anon_sym___thiscall] = ACTIONS(1886), - [anon_sym___vectorcall] = ACTIONS(1886), - [anon_sym_LBRACE] = ACTIONS(1888), - [anon_sym_LBRACK] = ACTIONS(1886), - [anon_sym_static] = ACTIONS(1886), - [anon_sym_register] = ACTIONS(1886), - [anon_sym_inline] = ACTIONS(1886), - [anon_sym_thread_local] = ACTIONS(1886), - [anon_sym_const] = ACTIONS(1886), - [anon_sym_volatile] = ACTIONS(1886), - [anon_sym_restrict] = ACTIONS(1886), - [anon_sym__Atomic] = ACTIONS(1886), - [anon_sym_mutable] = ACTIONS(1886), - [anon_sym_constexpr] = ACTIONS(1886), - [anon_sym_signed] = ACTIONS(1886), - [anon_sym_unsigned] = ACTIONS(1886), - [anon_sym_long] = ACTIONS(1886), - [anon_sym_short] = ACTIONS(1886), - [sym_primitive_type] = ACTIONS(1886), - [anon_sym_enum] = ACTIONS(1886), - [anon_sym_class] = ACTIONS(1886), - [anon_sym_struct] = ACTIONS(1886), - [anon_sym_union] = ACTIONS(1886), - [anon_sym_if] = ACTIONS(1886), - [anon_sym_switch] = ACTIONS(1886), - [anon_sym_case] = ACTIONS(1886), - [anon_sym_default] = ACTIONS(1886), - [anon_sym_while] = ACTIONS(1886), - [anon_sym_do] = ACTIONS(1886), - [anon_sym_for] = ACTIONS(1886), - [anon_sym_return] = ACTIONS(1886), - [anon_sym_break] = ACTIONS(1886), - [anon_sym_continue] = ACTIONS(1886), - [anon_sym_goto] = ACTIONS(1886), - [anon_sym_DASH_DASH] = ACTIONS(1888), - [anon_sym_PLUS_PLUS] = ACTIONS(1888), - [anon_sym_sizeof] = ACTIONS(1886), - [sym_number_literal] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1888), - [anon_sym_u_SQUOTE] = ACTIONS(1888), - [anon_sym_U_SQUOTE] = ACTIONS(1888), - [anon_sym_u8_SQUOTE] = ACTIONS(1888), - [anon_sym_SQUOTE] = ACTIONS(1888), - [anon_sym_L_DQUOTE] = ACTIONS(1888), - [anon_sym_u_DQUOTE] = ACTIONS(1888), - [anon_sym_U_DQUOTE] = ACTIONS(1888), - [anon_sym_u8_DQUOTE] = ACTIONS(1888), - [anon_sym_DQUOTE] = ACTIONS(1888), - [sym_true] = ACTIONS(1886), - [sym_false] = ACTIONS(1886), - [sym_null] = ACTIONS(1886), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1886), - [anon_sym_virtual] = ACTIONS(1886), - [anon_sym_explicit] = ACTIONS(1886), - [sym_auto] = ACTIONS(1886), - [anon_sym_typename] = ACTIONS(1886), - [anon_sym_template] = ACTIONS(1886), - [anon_sym_operator] = ACTIONS(1886), - [anon_sym_delete] = ACTIONS(1886), - [anon_sym_throw] = ACTIONS(1886), - [anon_sym_namespace] = ACTIONS(1886), - [anon_sym_using] = ACTIONS(1886), - [anon_sym_static_assert] = ACTIONS(1886), - [anon_sym_co_return] = ACTIONS(1886), - [anon_sym_co_yield] = ACTIONS(1886), - [anon_sym_try] = ACTIONS(1886), - [anon_sym_co_await] = ACTIONS(1886), - [anon_sym_new] = ACTIONS(1886), - [sym_operator_name] = ACTIONS(1886), - [sym_this] = ACTIONS(1886), - [sym_nullptr] = ACTIONS(1886), - [sym_alone_macro] = ACTIONS(1888), - [aux_sym_alone_macro_call_token1] = ACTIONS(1886), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1886), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1886), - [anon_sym_FORWARD] = ACTIONS(1886), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1886), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1886), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1886), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1886), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1886), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1886), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1886), - [anon_sym_PS_GET] = ACTIONS(1886), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1886), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1886), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1886), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1886), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1886), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1886), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1886), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1886), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1886), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1886), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1886), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1886), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1886), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1886), - [anon_sym_MOZ_COLD] = ACTIONS(1886), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1886), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1886), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1886), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1886), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1886), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1886), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1886), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1886), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1886), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1886), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1886), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1886), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1886), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1886), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1886), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1886), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1886), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1886), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1886), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1886), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_NONNULL] = ACTIONS(1886), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1886), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1886), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1886), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1886), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1886), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_NORETURN] = ACTIONS(1886), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1886), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1886), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1886), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1886), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1886), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1886), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1886), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1886), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1886), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1886), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1886), - [anon_sym_MOZ_RAII] = ACTIONS(1886), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1886), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1886), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1886), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1886), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1886), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1886), - [sym_raw_string_literal] = ACTIONS(1888), + [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), }, [568] = { - [ts_builtin_sym_end] = ACTIONS(1840), - [sym_identifier] = ACTIONS(1838), - [aux_sym_preproc_include_token1] = ACTIONS(1838), - [aux_sym_preproc_def_token1] = ACTIONS(1838), - [aux_sym_preproc_if_token1] = ACTIONS(1838), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1838), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1838), - [sym_preproc_directive] = ACTIONS(1838), - [anon_sym_LPAREN2] = ACTIONS(1840), - [anon_sym_BANG] = ACTIONS(1840), - [anon_sym_TILDE] = ACTIONS(1840), - [anon_sym_DASH] = ACTIONS(1838), - [anon_sym_PLUS] = ACTIONS(1838), - [anon_sym_STAR] = ACTIONS(1840), - [anon_sym_AMP_AMP] = ACTIONS(1840), - [anon_sym_AMP] = ACTIONS(1838), - [anon_sym_SEMI] = ACTIONS(1840), - [anon_sym_typedef] = ACTIONS(1838), - [anon_sym_extern] = ACTIONS(1838), - [anon_sym___attribute__] = ACTIONS(1838), - [anon_sym_COLON_COLON] = ACTIONS(1840), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1840), - [anon_sym___declspec] = ACTIONS(1838), - [anon_sym___based] = ACTIONS(1838), - [anon_sym___cdecl] = ACTIONS(1838), - [anon_sym___clrcall] = ACTIONS(1838), - [anon_sym___stdcall] = ACTIONS(1838), - [anon_sym___fastcall] = ACTIONS(1838), - [anon_sym___thiscall] = ACTIONS(1838), - [anon_sym___vectorcall] = ACTIONS(1838), - [anon_sym_LBRACE] = ACTIONS(1840), - [anon_sym_LBRACK] = ACTIONS(1838), - [anon_sym_static] = ACTIONS(1838), - [anon_sym_register] = ACTIONS(1838), - [anon_sym_inline] = ACTIONS(1838), - [anon_sym_thread_local] = ACTIONS(1838), - [anon_sym_const] = ACTIONS(1838), - [anon_sym_volatile] = ACTIONS(1838), - [anon_sym_restrict] = ACTIONS(1838), - [anon_sym__Atomic] = ACTIONS(1838), - [anon_sym_mutable] = ACTIONS(1838), - [anon_sym_constexpr] = ACTIONS(1838), - [anon_sym_signed] = ACTIONS(1838), - [anon_sym_unsigned] = ACTIONS(1838), - [anon_sym_long] = ACTIONS(1838), - [anon_sym_short] = ACTIONS(1838), - [sym_primitive_type] = ACTIONS(1838), - [anon_sym_enum] = ACTIONS(1838), - [anon_sym_class] = ACTIONS(1838), - [anon_sym_struct] = ACTIONS(1838), - [anon_sym_union] = ACTIONS(1838), - [anon_sym_if] = ACTIONS(1838), - [anon_sym_switch] = ACTIONS(1838), - [anon_sym_case] = ACTIONS(1838), - [anon_sym_default] = ACTIONS(1838), - [anon_sym_while] = ACTIONS(1838), - [anon_sym_do] = ACTIONS(1838), - [anon_sym_for] = ACTIONS(1838), - [anon_sym_return] = ACTIONS(1838), - [anon_sym_break] = ACTIONS(1838), - [anon_sym_continue] = ACTIONS(1838), - [anon_sym_goto] = ACTIONS(1838), - [anon_sym_DASH_DASH] = ACTIONS(1840), - [anon_sym_PLUS_PLUS] = ACTIONS(1840), - [anon_sym_sizeof] = ACTIONS(1838), - [sym_number_literal] = ACTIONS(1840), - [anon_sym_L_SQUOTE] = ACTIONS(1840), - [anon_sym_u_SQUOTE] = ACTIONS(1840), - [anon_sym_U_SQUOTE] = ACTIONS(1840), - [anon_sym_u8_SQUOTE] = ACTIONS(1840), - [anon_sym_SQUOTE] = ACTIONS(1840), - [anon_sym_L_DQUOTE] = ACTIONS(1840), - [anon_sym_u_DQUOTE] = ACTIONS(1840), - [anon_sym_U_DQUOTE] = ACTIONS(1840), - [anon_sym_u8_DQUOTE] = ACTIONS(1840), - [anon_sym_DQUOTE] = ACTIONS(1840), - [sym_true] = ACTIONS(1838), - [sym_false] = ACTIONS(1838), - [sym_null] = ACTIONS(1838), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1838), - [anon_sym_virtual] = ACTIONS(1838), - [anon_sym_explicit] = ACTIONS(1838), - [sym_auto] = ACTIONS(1838), - [anon_sym_typename] = ACTIONS(1838), - [anon_sym_template] = ACTIONS(1838), - [anon_sym_operator] = ACTIONS(1838), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_throw] = ACTIONS(1838), - [anon_sym_namespace] = ACTIONS(1838), - [anon_sym_using] = ACTIONS(1838), - [anon_sym_static_assert] = ACTIONS(1838), - [anon_sym_co_return] = ACTIONS(1838), - [anon_sym_co_yield] = ACTIONS(1838), - [anon_sym_try] = ACTIONS(1838), - [anon_sym_co_await] = ACTIONS(1838), - [anon_sym_new] = ACTIONS(1838), - [sym_operator_name] = ACTIONS(1838), - [sym_this] = ACTIONS(1838), - [sym_nullptr] = ACTIONS(1838), - [sym_alone_macro] = ACTIONS(1840), - [aux_sym_alone_macro_call_token1] = ACTIONS(1838), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1838), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1838), - [anon_sym_FORWARD] = ACTIONS(1838), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1838), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1838), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1838), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1838), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1838), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1838), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1838), - [anon_sym_PS_GET] = ACTIONS(1838), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1838), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1838), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1838), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1838), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1838), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1838), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1838), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1838), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1838), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1838), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1838), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1838), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1838), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1838), - [anon_sym_MOZ_COLD] = ACTIONS(1838), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1838), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1838), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1838), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1838), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1838), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1838), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1838), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1838), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1838), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1838), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1838), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1838), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1838), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1838), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1838), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1838), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1838), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1838), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1838), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1838), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1838), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1838), - [anon_sym_MOZ_NONNULL] = ACTIONS(1838), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1838), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1838), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1838), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1838), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1838), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1838), - [anon_sym_MOZ_NORETURN] = ACTIONS(1838), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1838), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1838), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1838), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1838), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1838), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1838), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1838), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1838), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1838), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1838), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1838), - [anon_sym_MOZ_RAII] = ACTIONS(1838), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1838), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1838), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1838), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1838), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1838), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1838), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1838), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1838), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1838), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1838), - [sym_raw_string_literal] = ACTIONS(1840), + [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), }, [569] = { - [ts_builtin_sym_end] = ACTIONS(1732), - [sym_identifier] = ACTIONS(1730), - [aux_sym_preproc_include_token1] = ACTIONS(1730), - [aux_sym_preproc_def_token1] = ACTIONS(1730), - [aux_sym_preproc_if_token1] = ACTIONS(1730), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1730), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1730), - [sym_preproc_directive] = ACTIONS(1730), - [anon_sym_LPAREN2] = ACTIONS(1732), - [anon_sym_BANG] = ACTIONS(1732), - [anon_sym_TILDE] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1730), - [anon_sym_PLUS] = ACTIONS(1730), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_AMP_AMP] = ACTIONS(1732), - [anon_sym_AMP] = ACTIONS(1730), - [anon_sym_SEMI] = ACTIONS(1732), - [anon_sym_typedef] = ACTIONS(1730), - [anon_sym_extern] = ACTIONS(1730), - [anon_sym___attribute__] = ACTIONS(1730), - [anon_sym_COLON_COLON] = ACTIONS(1732), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1732), - [anon_sym___declspec] = ACTIONS(1730), - [anon_sym___based] = ACTIONS(1730), - [anon_sym___cdecl] = ACTIONS(1730), - [anon_sym___clrcall] = ACTIONS(1730), - [anon_sym___stdcall] = ACTIONS(1730), - [anon_sym___fastcall] = ACTIONS(1730), - [anon_sym___thiscall] = ACTIONS(1730), - [anon_sym___vectorcall] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_static] = ACTIONS(1730), - [anon_sym_register] = ACTIONS(1730), - [anon_sym_inline] = ACTIONS(1730), - [anon_sym_thread_local] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1730), - [anon_sym_volatile] = ACTIONS(1730), - [anon_sym_restrict] = ACTIONS(1730), - [anon_sym__Atomic] = ACTIONS(1730), - [anon_sym_mutable] = ACTIONS(1730), - [anon_sym_constexpr] = ACTIONS(1730), - [anon_sym_signed] = ACTIONS(1730), - [anon_sym_unsigned] = ACTIONS(1730), - [anon_sym_long] = ACTIONS(1730), - [anon_sym_short] = ACTIONS(1730), - [sym_primitive_type] = ACTIONS(1730), - [anon_sym_enum] = ACTIONS(1730), - [anon_sym_class] = ACTIONS(1730), - [anon_sym_struct] = ACTIONS(1730), - [anon_sym_union] = ACTIONS(1730), - [anon_sym_if] = ACTIONS(1730), - [anon_sym_switch] = ACTIONS(1730), - [anon_sym_case] = ACTIONS(1730), - [anon_sym_default] = ACTIONS(1730), - [anon_sym_while] = ACTIONS(1730), - [anon_sym_do] = ACTIONS(1730), - [anon_sym_for] = ACTIONS(1730), - [anon_sym_return] = ACTIONS(1730), - [anon_sym_break] = ACTIONS(1730), - [anon_sym_continue] = ACTIONS(1730), - [anon_sym_goto] = ACTIONS(1730), - [anon_sym_DASH_DASH] = ACTIONS(1732), - [anon_sym_PLUS_PLUS] = ACTIONS(1732), - [anon_sym_sizeof] = ACTIONS(1730), - [sym_number_literal] = ACTIONS(1732), - [anon_sym_L_SQUOTE] = ACTIONS(1732), - [anon_sym_u_SQUOTE] = ACTIONS(1732), - [anon_sym_U_SQUOTE] = ACTIONS(1732), - [anon_sym_u8_SQUOTE] = ACTIONS(1732), - [anon_sym_SQUOTE] = ACTIONS(1732), - [anon_sym_L_DQUOTE] = ACTIONS(1732), - [anon_sym_u_DQUOTE] = ACTIONS(1732), - [anon_sym_U_DQUOTE] = ACTIONS(1732), - [anon_sym_u8_DQUOTE] = ACTIONS(1732), - [anon_sym_DQUOTE] = ACTIONS(1732), - [sym_true] = ACTIONS(1730), - [sym_false] = ACTIONS(1730), - [sym_null] = ACTIONS(1730), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1730), - [anon_sym_virtual] = ACTIONS(1730), - [anon_sym_explicit] = ACTIONS(1730), - [sym_auto] = ACTIONS(1730), - [anon_sym_typename] = ACTIONS(1730), - [anon_sym_template] = ACTIONS(1730), - [anon_sym_operator] = ACTIONS(1730), - [anon_sym_delete] = ACTIONS(1730), - [anon_sym_throw] = ACTIONS(1730), - [anon_sym_namespace] = ACTIONS(1730), - [anon_sym_using] = ACTIONS(1730), - [anon_sym_static_assert] = ACTIONS(1730), - [anon_sym_co_return] = ACTIONS(1730), - [anon_sym_co_yield] = ACTIONS(1730), - [anon_sym_try] = ACTIONS(1730), - [anon_sym_co_await] = ACTIONS(1730), - [anon_sym_new] = ACTIONS(1730), - [sym_operator_name] = ACTIONS(1730), - [sym_this] = ACTIONS(1730), - [sym_nullptr] = ACTIONS(1730), - [sym_alone_macro] = ACTIONS(1732), - [aux_sym_alone_macro_call_token1] = ACTIONS(1730), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1730), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1730), - [anon_sym_FORWARD] = ACTIONS(1730), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1730), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1730), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1730), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1730), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1730), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1730), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1730), - [anon_sym_PS_GET] = ACTIONS(1730), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1730), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1730), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1730), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1730), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1730), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1730), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1730), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1730), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1730), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1730), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1730), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1730), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1730), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1730), - [anon_sym_MOZ_COLD] = ACTIONS(1730), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1730), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1730), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1730), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1730), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1730), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1730), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1730), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1730), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1730), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1730), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1730), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1730), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1730), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1730), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1730), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1730), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1730), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1730), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1730), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1730), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_NONNULL] = ACTIONS(1730), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1730), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1730), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1730), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1730), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1730), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_NORETURN] = ACTIONS(1730), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1730), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1730), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1730), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1730), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1730), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1730), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1730), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1730), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1730), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1730), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1730), - [anon_sym_MOZ_RAII] = ACTIONS(1730), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1730), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1730), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1730), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1730), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1730), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1730), - [sym_raw_string_literal] = ACTIONS(1732), + [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(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), }, [570] = { - [sym_identifier] = ACTIONS(1782), - [aux_sym_preproc_include_token1] = ACTIONS(1782), - [aux_sym_preproc_def_token1] = ACTIONS(1782), - [aux_sym_preproc_if_token1] = ACTIONS(1782), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1782), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1782), - [sym_preproc_directive] = ACTIONS(1782), - [anon_sym_LPAREN2] = ACTIONS(1784), - [anon_sym_BANG] = ACTIONS(1784), - [anon_sym_TILDE] = ACTIONS(1784), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_STAR] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_AMP] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_typedef] = ACTIONS(1782), - [anon_sym_extern] = ACTIONS(1782), - [anon_sym___attribute__] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1784), - [anon_sym___declspec] = ACTIONS(1782), - [anon_sym___based] = ACTIONS(1782), - [anon_sym___cdecl] = ACTIONS(1782), - [anon_sym___clrcall] = ACTIONS(1782), - [anon_sym___stdcall] = ACTIONS(1782), - [anon_sym___fastcall] = ACTIONS(1782), - [anon_sym___thiscall] = ACTIONS(1782), - [anon_sym___vectorcall] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LBRACK] = ACTIONS(1782), - [anon_sym_static] = ACTIONS(1782), - [anon_sym_register] = ACTIONS(1782), - [anon_sym_inline] = ACTIONS(1782), - [anon_sym_thread_local] = ACTIONS(1782), - [anon_sym_const] = ACTIONS(1782), - [anon_sym_volatile] = ACTIONS(1782), - [anon_sym_restrict] = ACTIONS(1782), - [anon_sym__Atomic] = ACTIONS(1782), - [anon_sym_mutable] = ACTIONS(1782), - [anon_sym_constexpr] = ACTIONS(1782), - [anon_sym_signed] = ACTIONS(1782), - [anon_sym_unsigned] = ACTIONS(1782), - [anon_sym_long] = ACTIONS(1782), - [anon_sym_short] = ACTIONS(1782), - [sym_primitive_type] = ACTIONS(1782), - [anon_sym_enum] = ACTIONS(1782), - [anon_sym_class] = ACTIONS(1782), - [anon_sym_struct] = ACTIONS(1782), - [anon_sym_union] = ACTIONS(1782), - [anon_sym_if] = ACTIONS(1782), - [anon_sym_switch] = ACTIONS(1782), - [anon_sym_case] = ACTIONS(1782), - [anon_sym_default] = ACTIONS(1782), - [anon_sym_while] = ACTIONS(1782), - [anon_sym_do] = ACTIONS(1782), - [anon_sym_for] = ACTIONS(1782), - [anon_sym_return] = ACTIONS(1782), - [anon_sym_break] = ACTIONS(1782), - [anon_sym_continue] = ACTIONS(1782), - [anon_sym_goto] = ACTIONS(1782), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_sizeof] = ACTIONS(1782), - [sym_number_literal] = ACTIONS(1784), - [anon_sym_L_SQUOTE] = ACTIONS(1784), - [anon_sym_u_SQUOTE] = ACTIONS(1784), - [anon_sym_U_SQUOTE] = ACTIONS(1784), - [anon_sym_u8_SQUOTE] = ACTIONS(1784), - [anon_sym_SQUOTE] = ACTIONS(1784), - [anon_sym_L_DQUOTE] = ACTIONS(1784), - [anon_sym_u_DQUOTE] = ACTIONS(1784), - [anon_sym_U_DQUOTE] = ACTIONS(1784), - [anon_sym_u8_DQUOTE] = ACTIONS(1784), - [anon_sym_DQUOTE] = ACTIONS(1784), - [sym_true] = ACTIONS(1782), - [sym_false] = ACTIONS(1782), - [sym_null] = ACTIONS(1782), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1782), - [anon_sym_virtual] = ACTIONS(1782), - [anon_sym_explicit] = ACTIONS(1782), - [sym_auto] = ACTIONS(1782), - [anon_sym_typename] = ACTIONS(1782), - [anon_sym_template] = ACTIONS(1782), - [anon_sym_operator] = ACTIONS(1782), - [anon_sym_delete] = ACTIONS(1782), - [anon_sym_throw] = ACTIONS(1782), - [anon_sym_namespace] = ACTIONS(1782), - [anon_sym_using] = ACTIONS(1782), - [anon_sym_static_assert] = ACTIONS(1782), - [anon_sym_co_return] = ACTIONS(1782), - [anon_sym_co_yield] = ACTIONS(1782), - [anon_sym_try] = ACTIONS(1782), - [anon_sym_co_await] = ACTIONS(1782), - [anon_sym_new] = ACTIONS(1782), - [sym_operator_name] = ACTIONS(1782), - [sym_this] = ACTIONS(1782), - [sym_nullptr] = ACTIONS(1782), - [sym_alone_macro] = ACTIONS(1784), - [aux_sym_alone_macro_call_token1] = ACTIONS(1782), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1782), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1782), - [anon_sym_FORWARD] = ACTIONS(1782), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1782), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1782), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1782), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1782), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1782), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1782), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1782), - [anon_sym_PS_GET] = ACTIONS(1782), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1782), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1782), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1782), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1782), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1782), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1782), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1782), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1782), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1782), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1782), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1782), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1782), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1782), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1782), - [anon_sym_MOZ_COLD] = ACTIONS(1782), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1782), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1782), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1782), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1782), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1782), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1782), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1782), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1782), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1782), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1782), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1782), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1782), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1782), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1782), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1782), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1782), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1782), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1782), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1782), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1782), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_NONNULL] = ACTIONS(1782), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1782), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1782), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1782), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1782), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1782), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_NORETURN] = ACTIONS(1782), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1782), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1782), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1782), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1782), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1782), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1782), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1782), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1782), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1782), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1782), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1782), - [anon_sym_MOZ_RAII] = ACTIONS(1782), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1782), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1782), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1782), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1782), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1782), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1782), - [sym_raw_string_literal] = ACTIONS(1784), + [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), + [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), }, [571] = { - [sym_identifier] = ACTIONS(1762), - [aux_sym_preproc_include_token1] = ACTIONS(1762), - [aux_sym_preproc_def_token1] = ACTIONS(1762), - [aux_sym_preproc_if_token1] = ACTIONS(1762), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1762), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1762), - [sym_preproc_directive] = ACTIONS(1762), - [anon_sym_LPAREN2] = ACTIONS(1764), - [anon_sym_BANG] = ACTIONS(1764), - [anon_sym_TILDE] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1762), - [anon_sym_PLUS] = ACTIONS(1762), - [anon_sym_STAR] = ACTIONS(1764), - [anon_sym_AMP_AMP] = ACTIONS(1764), - [anon_sym_AMP] = ACTIONS(1762), - [anon_sym_SEMI] = ACTIONS(1764), - [anon_sym_typedef] = ACTIONS(1762), - [anon_sym_extern] = ACTIONS(1762), - [anon_sym___attribute__] = ACTIONS(1762), - [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(1762), - [anon_sym___based] = ACTIONS(1762), - [anon_sym___cdecl] = ACTIONS(1762), - [anon_sym___clrcall] = ACTIONS(1762), - [anon_sym___stdcall] = ACTIONS(1762), - [anon_sym___fastcall] = ACTIONS(1762), - [anon_sym___thiscall] = ACTIONS(1762), - [anon_sym___vectorcall] = ACTIONS(1762), - [anon_sym_LBRACE] = ACTIONS(1764), - [anon_sym_RBRACE] = ACTIONS(1764), - [anon_sym_LBRACK] = ACTIONS(1762), - [anon_sym_static] = ACTIONS(1762), - [anon_sym_register] = ACTIONS(1762), - [anon_sym_inline] = ACTIONS(1762), - [anon_sym_thread_local] = ACTIONS(1762), - [anon_sym_const] = ACTIONS(1762), - [anon_sym_volatile] = ACTIONS(1762), - [anon_sym_restrict] = ACTIONS(1762), - [anon_sym__Atomic] = ACTIONS(1762), - [anon_sym_mutable] = ACTIONS(1762), - [anon_sym_constexpr] = ACTIONS(1762), - [anon_sym_signed] = ACTIONS(1762), - [anon_sym_unsigned] = ACTIONS(1762), - [anon_sym_long] = ACTIONS(1762), - [anon_sym_short] = ACTIONS(1762), - [sym_primitive_type] = ACTIONS(1762), - [anon_sym_enum] = ACTIONS(1762), - [anon_sym_class] = ACTIONS(1762), - [anon_sym_struct] = ACTIONS(1762), - [anon_sym_union] = ACTIONS(1762), - [anon_sym_if] = ACTIONS(1762), - [anon_sym_switch] = ACTIONS(1762), - [anon_sym_case] = ACTIONS(1762), - [anon_sym_default] = ACTIONS(1762), - [anon_sym_while] = ACTIONS(1762), - [anon_sym_do] = ACTIONS(1762), - [anon_sym_for] = ACTIONS(1762), - [anon_sym_return] = ACTIONS(1762), - [anon_sym_break] = ACTIONS(1762), - [anon_sym_continue] = ACTIONS(1762), - [anon_sym_goto] = ACTIONS(1762), - [anon_sym_DASH_DASH] = ACTIONS(1764), - [anon_sym_PLUS_PLUS] = ACTIONS(1764), - [anon_sym_sizeof] = ACTIONS(1762), - [sym_number_literal] = ACTIONS(1764), - [anon_sym_L_SQUOTE] = ACTIONS(1764), - [anon_sym_u_SQUOTE] = ACTIONS(1764), - [anon_sym_U_SQUOTE] = ACTIONS(1764), - [anon_sym_u8_SQUOTE] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1764), - [anon_sym_L_DQUOTE] = ACTIONS(1764), - [anon_sym_u_DQUOTE] = ACTIONS(1764), - [anon_sym_U_DQUOTE] = ACTIONS(1764), - [anon_sym_u8_DQUOTE] = ACTIONS(1764), - [anon_sym_DQUOTE] = ACTIONS(1764), - [sym_true] = ACTIONS(1762), - [sym_false] = ACTIONS(1762), - [sym_null] = ACTIONS(1762), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1762), - [anon_sym_virtual] = ACTIONS(1762), - [anon_sym_explicit] = ACTIONS(1762), - [sym_auto] = ACTIONS(1762), - [anon_sym_typename] = ACTIONS(1762), - [anon_sym_template] = ACTIONS(1762), - [anon_sym_operator] = ACTIONS(1762), - [anon_sym_delete] = ACTIONS(1762), - [anon_sym_throw] = ACTIONS(1762), - [anon_sym_namespace] = ACTIONS(1762), - [anon_sym_using] = ACTIONS(1762), - [anon_sym_static_assert] = ACTIONS(1762), - [anon_sym_co_return] = ACTIONS(1762), - [anon_sym_co_yield] = ACTIONS(1762), - [anon_sym_try] = ACTIONS(1762), - [anon_sym_co_await] = ACTIONS(1762), - [anon_sym_new] = ACTIONS(1762), - [sym_operator_name] = ACTIONS(1762), - [sym_this] = ACTIONS(1762), - [sym_nullptr] = ACTIONS(1762), - [sym_alone_macro] = ACTIONS(1764), - [aux_sym_alone_macro_call_token1] = ACTIONS(1762), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1762), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1762), - [anon_sym_FORWARD] = ACTIONS(1762), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1762), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1762), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1762), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1762), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1762), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1762), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1762), - [anon_sym_PS_GET] = ACTIONS(1762), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1762), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1762), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1762), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1762), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1762), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1762), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1762), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1762), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1762), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1762), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1762), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1762), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1762), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1762), - [anon_sym_MOZ_COLD] = ACTIONS(1762), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1762), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1762), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1762), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1762), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1762), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1762), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1762), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1762), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1762), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1762), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1762), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1762), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1762), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1762), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1762), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1762), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1762), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1762), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1762), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1762), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1762), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1762), - [anon_sym_MOZ_NONNULL] = ACTIONS(1762), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1762), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1762), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1762), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1762), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1762), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1762), - [anon_sym_MOZ_NORETURN] = ACTIONS(1762), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1762), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1762), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1762), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1762), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1762), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1762), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1762), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1762), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1762), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1762), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1762), - [anon_sym_MOZ_RAII] = ACTIONS(1762), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1762), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1762), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1762), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1762), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1762), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1762), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1762), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1762), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1762), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1762), - [sym_raw_string_literal] = ACTIONS(1764), + [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), }, [572] = { - [ts_builtin_sym_end] = ACTIONS(1836), - [sym_identifier] = ACTIONS(1834), - [aux_sym_preproc_include_token1] = ACTIONS(1834), - [aux_sym_preproc_def_token1] = ACTIONS(1834), - [aux_sym_preproc_if_token1] = ACTIONS(1834), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1834), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1834), - [sym_preproc_directive] = ACTIONS(1834), - [anon_sym_LPAREN2] = ACTIONS(1836), - [anon_sym_BANG] = ACTIONS(1836), - [anon_sym_TILDE] = ACTIONS(1836), - [anon_sym_DASH] = ACTIONS(1834), - [anon_sym_PLUS] = ACTIONS(1834), - [anon_sym_STAR] = ACTIONS(1836), - [anon_sym_AMP_AMP] = ACTIONS(1836), - [anon_sym_AMP] = ACTIONS(1834), - [anon_sym_SEMI] = ACTIONS(1836), - [anon_sym_typedef] = ACTIONS(1834), - [anon_sym_extern] = ACTIONS(1834), - [anon_sym___attribute__] = ACTIONS(1834), - [anon_sym_COLON_COLON] = ACTIONS(1836), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1836), - [anon_sym___declspec] = ACTIONS(1834), - [anon_sym___based] = ACTIONS(1834), - [anon_sym___cdecl] = ACTIONS(1834), - [anon_sym___clrcall] = ACTIONS(1834), - [anon_sym___stdcall] = ACTIONS(1834), - [anon_sym___fastcall] = ACTIONS(1834), - [anon_sym___thiscall] = ACTIONS(1834), - [anon_sym___vectorcall] = ACTIONS(1834), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LBRACK] = ACTIONS(1834), - [anon_sym_static] = ACTIONS(1834), - [anon_sym_register] = ACTIONS(1834), - [anon_sym_inline] = ACTIONS(1834), - [anon_sym_thread_local] = ACTIONS(1834), - [anon_sym_const] = ACTIONS(1834), - [anon_sym_volatile] = ACTIONS(1834), - [anon_sym_restrict] = ACTIONS(1834), - [anon_sym__Atomic] = ACTIONS(1834), - [anon_sym_mutable] = ACTIONS(1834), - [anon_sym_constexpr] = ACTIONS(1834), - [anon_sym_signed] = ACTIONS(1834), - [anon_sym_unsigned] = ACTIONS(1834), - [anon_sym_long] = ACTIONS(1834), - [anon_sym_short] = ACTIONS(1834), - [sym_primitive_type] = ACTIONS(1834), - [anon_sym_enum] = ACTIONS(1834), - [anon_sym_class] = ACTIONS(1834), - [anon_sym_struct] = ACTIONS(1834), - [anon_sym_union] = ACTIONS(1834), - [anon_sym_if] = ACTIONS(1834), - [anon_sym_switch] = ACTIONS(1834), - [anon_sym_case] = ACTIONS(1834), - [anon_sym_default] = ACTIONS(1834), - [anon_sym_while] = ACTIONS(1834), - [anon_sym_do] = ACTIONS(1834), - [anon_sym_for] = ACTIONS(1834), - [anon_sym_return] = ACTIONS(1834), - [anon_sym_break] = ACTIONS(1834), - [anon_sym_continue] = ACTIONS(1834), - [anon_sym_goto] = ACTIONS(1834), - [anon_sym_DASH_DASH] = ACTIONS(1836), - [anon_sym_PLUS_PLUS] = ACTIONS(1836), - [anon_sym_sizeof] = ACTIONS(1834), - [sym_number_literal] = ACTIONS(1836), - [anon_sym_L_SQUOTE] = ACTIONS(1836), - [anon_sym_u_SQUOTE] = ACTIONS(1836), - [anon_sym_U_SQUOTE] = ACTIONS(1836), - [anon_sym_u8_SQUOTE] = ACTIONS(1836), - [anon_sym_SQUOTE] = ACTIONS(1836), - [anon_sym_L_DQUOTE] = ACTIONS(1836), - [anon_sym_u_DQUOTE] = ACTIONS(1836), - [anon_sym_U_DQUOTE] = ACTIONS(1836), - [anon_sym_u8_DQUOTE] = ACTIONS(1836), - [anon_sym_DQUOTE] = ACTIONS(1836), - [sym_true] = ACTIONS(1834), - [sym_false] = ACTIONS(1834), - [sym_null] = ACTIONS(1834), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1834), - [anon_sym_virtual] = ACTIONS(1834), - [anon_sym_explicit] = ACTIONS(1834), - [sym_auto] = ACTIONS(1834), - [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1834), - [anon_sym_operator] = ACTIONS(1834), - [anon_sym_delete] = ACTIONS(1834), - [anon_sym_throw] = ACTIONS(1834), - [anon_sym_namespace] = ACTIONS(1834), - [anon_sym_using] = ACTIONS(1834), - [anon_sym_static_assert] = ACTIONS(1834), - [anon_sym_co_return] = ACTIONS(1834), - [anon_sym_co_yield] = ACTIONS(1834), - [anon_sym_try] = ACTIONS(1834), - [anon_sym_co_await] = ACTIONS(1834), - [anon_sym_new] = ACTIONS(1834), - [sym_operator_name] = ACTIONS(1834), - [sym_this] = ACTIONS(1834), - [sym_nullptr] = ACTIONS(1834), - [sym_alone_macro] = ACTIONS(1836), - [aux_sym_alone_macro_call_token1] = ACTIONS(1834), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1834), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1834), - [anon_sym_FORWARD] = ACTIONS(1834), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1834), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1834), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1834), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1834), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1834), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1834), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1834), - [anon_sym_PS_GET] = ACTIONS(1834), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1834), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1834), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1834), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1834), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1834), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1834), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1834), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1834), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1834), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1834), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1834), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1834), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1834), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1834), - [anon_sym_MOZ_COLD] = ACTIONS(1834), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1834), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1834), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1834), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1834), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1834), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1834), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1834), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1834), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1834), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1834), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1834), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1834), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1834), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1834), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1834), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1834), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1834), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1834), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1834), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1834), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1834), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1834), - [anon_sym_MOZ_NONNULL] = ACTIONS(1834), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1834), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1834), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1834), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1834), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1834), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1834), - [anon_sym_MOZ_NORETURN] = ACTIONS(1834), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1834), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1834), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1834), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1834), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1834), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1834), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1834), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1834), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1834), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1834), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1834), - [anon_sym_MOZ_RAII] = ACTIONS(1834), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1834), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1834), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1834), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1834), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1834), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1834), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1834), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1834), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1834), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1834), - [sym_raw_string_literal] = ACTIONS(1836), + [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(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), }, [573] = { - [sym_identifier] = ACTIONS(1738), - [aux_sym_preproc_include_token1] = ACTIONS(1738), - [aux_sym_preproc_def_token1] = ACTIONS(1738), - [aux_sym_preproc_if_token1] = ACTIONS(1738), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1738), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1738), - [sym_preproc_directive] = ACTIONS(1738), - [anon_sym_LPAREN2] = ACTIONS(1740), - [anon_sym_BANG] = ACTIONS(1740), - [anon_sym_TILDE] = ACTIONS(1740), - [anon_sym_DASH] = ACTIONS(1738), - [anon_sym_PLUS] = ACTIONS(1738), - [anon_sym_STAR] = ACTIONS(1740), - [anon_sym_AMP_AMP] = ACTIONS(1740), - [anon_sym_AMP] = ACTIONS(1738), - [anon_sym_SEMI] = ACTIONS(1740), - [anon_sym_typedef] = ACTIONS(1738), - [anon_sym_extern] = ACTIONS(1738), - [anon_sym___attribute__] = ACTIONS(1738), - [anon_sym_COLON_COLON] = ACTIONS(1740), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1740), - [anon_sym___declspec] = ACTIONS(1738), - [anon_sym___based] = ACTIONS(1738), - [anon_sym___cdecl] = ACTIONS(1738), - [anon_sym___clrcall] = ACTIONS(1738), - [anon_sym___stdcall] = ACTIONS(1738), - [anon_sym___fastcall] = ACTIONS(1738), - [anon_sym___thiscall] = ACTIONS(1738), - [anon_sym___vectorcall] = ACTIONS(1738), - [anon_sym_LBRACE] = ACTIONS(1740), - [anon_sym_RBRACE] = ACTIONS(1740), - [anon_sym_LBRACK] = ACTIONS(1738), - [anon_sym_static] = ACTIONS(1738), - [anon_sym_register] = ACTIONS(1738), - [anon_sym_inline] = ACTIONS(1738), - [anon_sym_thread_local] = ACTIONS(1738), - [anon_sym_const] = ACTIONS(1738), - [anon_sym_volatile] = ACTIONS(1738), - [anon_sym_restrict] = ACTIONS(1738), - [anon_sym__Atomic] = ACTIONS(1738), - [anon_sym_mutable] = ACTIONS(1738), - [anon_sym_constexpr] = ACTIONS(1738), - [anon_sym_signed] = ACTIONS(1738), - [anon_sym_unsigned] = ACTIONS(1738), - [anon_sym_long] = ACTIONS(1738), - [anon_sym_short] = ACTIONS(1738), - [sym_primitive_type] = ACTIONS(1738), - [anon_sym_enum] = ACTIONS(1738), - [anon_sym_class] = ACTIONS(1738), - [anon_sym_struct] = ACTIONS(1738), - [anon_sym_union] = ACTIONS(1738), - [anon_sym_if] = ACTIONS(1738), - [anon_sym_switch] = ACTIONS(1738), - [anon_sym_case] = ACTIONS(1738), - [anon_sym_default] = ACTIONS(1738), - [anon_sym_while] = ACTIONS(1738), - [anon_sym_do] = ACTIONS(1738), - [anon_sym_for] = ACTIONS(1738), - [anon_sym_return] = ACTIONS(1738), - [anon_sym_break] = ACTIONS(1738), - [anon_sym_continue] = ACTIONS(1738), - [anon_sym_goto] = ACTIONS(1738), - [anon_sym_DASH_DASH] = ACTIONS(1740), - [anon_sym_PLUS_PLUS] = ACTIONS(1740), - [anon_sym_sizeof] = ACTIONS(1738), - [sym_number_literal] = ACTIONS(1740), - [anon_sym_L_SQUOTE] = ACTIONS(1740), - [anon_sym_u_SQUOTE] = ACTIONS(1740), - [anon_sym_U_SQUOTE] = ACTIONS(1740), - [anon_sym_u8_SQUOTE] = ACTIONS(1740), - [anon_sym_SQUOTE] = ACTIONS(1740), - [anon_sym_L_DQUOTE] = ACTIONS(1740), - [anon_sym_u_DQUOTE] = ACTIONS(1740), - [anon_sym_U_DQUOTE] = ACTIONS(1740), - [anon_sym_u8_DQUOTE] = ACTIONS(1740), - [anon_sym_DQUOTE] = ACTIONS(1740), - [sym_true] = ACTIONS(1738), - [sym_false] = ACTIONS(1738), - [sym_null] = ACTIONS(1738), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1738), - [anon_sym_virtual] = ACTIONS(1738), - [anon_sym_explicit] = ACTIONS(1738), - [sym_auto] = ACTIONS(1738), - [anon_sym_typename] = ACTIONS(1738), - [anon_sym_template] = ACTIONS(1738), - [anon_sym_operator] = ACTIONS(1738), - [anon_sym_delete] = ACTIONS(1738), - [anon_sym_throw] = ACTIONS(1738), - [anon_sym_namespace] = ACTIONS(1738), - [anon_sym_using] = ACTIONS(1738), - [anon_sym_static_assert] = ACTIONS(1738), - [anon_sym_co_return] = ACTIONS(1738), - [anon_sym_co_yield] = ACTIONS(1738), - [anon_sym_try] = ACTIONS(1738), - [anon_sym_co_await] = ACTIONS(1738), - [anon_sym_new] = ACTIONS(1738), - [sym_operator_name] = ACTIONS(1738), - [sym_this] = ACTIONS(1738), - [sym_nullptr] = ACTIONS(1738), - [sym_alone_macro] = ACTIONS(1740), - [aux_sym_alone_macro_call_token1] = ACTIONS(1738), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1738), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1738), - [anon_sym_FORWARD] = ACTIONS(1738), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1738), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1738), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1738), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1738), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1738), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1738), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1738), - [anon_sym_PS_GET] = ACTIONS(1738), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1738), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1738), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1738), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1738), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1738), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1738), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1738), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1738), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1738), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1738), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1738), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1738), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1738), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1738), - [anon_sym_MOZ_COLD] = ACTIONS(1738), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1738), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1738), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1738), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1738), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1738), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1738), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1738), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1738), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1738), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1738), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1738), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1738), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1738), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1738), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1738), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1738), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1738), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1738), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1738), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1738), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_NONNULL] = ACTIONS(1738), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1738), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1738), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1738), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1738), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1738), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_NORETURN] = ACTIONS(1738), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1738), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1738), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1738), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1738), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1738), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1738), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1738), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1738), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1738), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1738), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1738), - [anon_sym_MOZ_RAII] = ACTIONS(1738), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1738), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1738), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1738), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1738), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1738), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1738), - [sym_raw_string_literal] = ACTIONS(1740), + [ts_builtin_sym_end] = ACTIONS(1885), + [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_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), }, [574] = { - [sym_identifier] = ACTIONS(1766), - [aux_sym_preproc_include_token1] = ACTIONS(1766), - [aux_sym_preproc_def_token1] = ACTIONS(1766), - [aux_sym_preproc_if_token1] = ACTIONS(1766), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1766), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1766), - [sym_preproc_directive] = ACTIONS(1766), - [anon_sym_LPAREN2] = ACTIONS(1768), - [anon_sym_BANG] = ACTIONS(1768), - [anon_sym_TILDE] = ACTIONS(1768), - [anon_sym_DASH] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1766), - [anon_sym_STAR] = ACTIONS(1768), - [anon_sym_AMP_AMP] = ACTIONS(1768), - [anon_sym_AMP] = ACTIONS(1766), - [anon_sym_SEMI] = ACTIONS(1768), - [anon_sym_typedef] = ACTIONS(1766), - [anon_sym_extern] = ACTIONS(1766), - [anon_sym___attribute__] = ACTIONS(1766), - [anon_sym_COLON_COLON] = ACTIONS(1768), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1768), - [anon_sym___declspec] = ACTIONS(1766), - [anon_sym___based] = ACTIONS(1766), - [anon_sym___cdecl] = ACTIONS(1766), - [anon_sym___clrcall] = ACTIONS(1766), - [anon_sym___stdcall] = ACTIONS(1766), - [anon_sym___fastcall] = ACTIONS(1766), - [anon_sym___thiscall] = ACTIONS(1766), - [anon_sym___vectorcall] = ACTIONS(1766), - [anon_sym_LBRACE] = ACTIONS(1768), - [anon_sym_RBRACE] = ACTIONS(1768), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_static] = ACTIONS(1766), - [anon_sym_register] = ACTIONS(1766), - [anon_sym_inline] = ACTIONS(1766), - [anon_sym_thread_local] = ACTIONS(1766), - [anon_sym_const] = ACTIONS(1766), - [anon_sym_volatile] = ACTIONS(1766), - [anon_sym_restrict] = ACTIONS(1766), - [anon_sym__Atomic] = ACTIONS(1766), - [anon_sym_mutable] = ACTIONS(1766), - [anon_sym_constexpr] = ACTIONS(1766), - [anon_sym_signed] = ACTIONS(1766), - [anon_sym_unsigned] = ACTIONS(1766), - [anon_sym_long] = ACTIONS(1766), - [anon_sym_short] = ACTIONS(1766), - [sym_primitive_type] = ACTIONS(1766), - [anon_sym_enum] = ACTIONS(1766), - [anon_sym_class] = ACTIONS(1766), - [anon_sym_struct] = ACTIONS(1766), - [anon_sym_union] = ACTIONS(1766), - [anon_sym_if] = ACTIONS(1766), - [anon_sym_switch] = ACTIONS(1766), - [anon_sym_case] = ACTIONS(1766), - [anon_sym_default] = ACTIONS(1766), - [anon_sym_while] = ACTIONS(1766), - [anon_sym_do] = ACTIONS(1766), - [anon_sym_for] = ACTIONS(1766), - [anon_sym_return] = ACTIONS(1766), - [anon_sym_break] = ACTIONS(1766), - [anon_sym_continue] = ACTIONS(1766), - [anon_sym_goto] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1768), - [anon_sym_PLUS_PLUS] = ACTIONS(1768), - [anon_sym_sizeof] = ACTIONS(1766), - [sym_number_literal] = ACTIONS(1768), - [anon_sym_L_SQUOTE] = ACTIONS(1768), - [anon_sym_u_SQUOTE] = ACTIONS(1768), - [anon_sym_U_SQUOTE] = ACTIONS(1768), - [anon_sym_u8_SQUOTE] = ACTIONS(1768), - [anon_sym_SQUOTE] = ACTIONS(1768), - [anon_sym_L_DQUOTE] = ACTIONS(1768), - [anon_sym_u_DQUOTE] = ACTIONS(1768), - [anon_sym_U_DQUOTE] = ACTIONS(1768), - [anon_sym_u8_DQUOTE] = ACTIONS(1768), - [anon_sym_DQUOTE] = ACTIONS(1768), - [sym_true] = ACTIONS(1766), - [sym_false] = ACTIONS(1766), - [sym_null] = ACTIONS(1766), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1766), - [anon_sym_virtual] = ACTIONS(1766), - [anon_sym_explicit] = ACTIONS(1766), - [sym_auto] = ACTIONS(1766), - [anon_sym_typename] = ACTIONS(1766), - [anon_sym_template] = ACTIONS(1766), - [anon_sym_operator] = ACTIONS(1766), - [anon_sym_delete] = ACTIONS(1766), - [anon_sym_throw] = ACTIONS(1766), - [anon_sym_namespace] = ACTIONS(1766), - [anon_sym_using] = ACTIONS(1766), - [anon_sym_static_assert] = ACTIONS(1766), - [anon_sym_co_return] = ACTIONS(1766), - [anon_sym_co_yield] = ACTIONS(1766), - [anon_sym_try] = ACTIONS(1766), - [anon_sym_co_await] = ACTIONS(1766), - [anon_sym_new] = ACTIONS(1766), - [sym_operator_name] = ACTIONS(1766), - [sym_this] = ACTIONS(1766), - [sym_nullptr] = ACTIONS(1766), - [sym_alone_macro] = ACTIONS(1768), - [aux_sym_alone_macro_call_token1] = ACTIONS(1766), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1766), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1766), - [anon_sym_FORWARD] = ACTIONS(1766), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1766), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1766), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1766), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1766), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1766), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1766), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1766), - [anon_sym_PS_GET] = ACTIONS(1766), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1766), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1766), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1766), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1766), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1766), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1766), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1766), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1766), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1766), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1766), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1766), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1766), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1766), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1766), - [anon_sym_MOZ_COLD] = ACTIONS(1766), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1766), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1766), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1766), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1766), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1766), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1766), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1766), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1766), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1766), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1766), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1766), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1766), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1766), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1766), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1766), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1766), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1766), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1766), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1766), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1766), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_NONNULL] = ACTIONS(1766), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1766), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1766), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1766), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1766), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1766), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_NORETURN] = ACTIONS(1766), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1766), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1766), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1766), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1766), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1766), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1766), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1766), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1766), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1766), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1766), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1766), - [anon_sym_MOZ_RAII] = ACTIONS(1766), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1766), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1766), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1766), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1766), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1766), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1766), - [sym_raw_string_literal] = ACTIONS(1768), + [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(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), }, [575] = { - [sym_identifier] = ACTIONS(1770), - [aux_sym_preproc_include_token1] = ACTIONS(1770), - [aux_sym_preproc_def_token1] = ACTIONS(1770), - [aux_sym_preproc_if_token1] = ACTIONS(1770), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1770), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1770), - [sym_preproc_directive] = ACTIONS(1770), - [anon_sym_LPAREN2] = ACTIONS(1772), - [anon_sym_BANG] = ACTIONS(1772), - [anon_sym_TILDE] = ACTIONS(1772), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_STAR] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_AMP] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_typedef] = ACTIONS(1770), - [anon_sym_extern] = ACTIONS(1770), - [anon_sym___attribute__] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1772), - [anon_sym___declspec] = ACTIONS(1770), - [anon_sym___based] = ACTIONS(1770), - [anon_sym___cdecl] = ACTIONS(1770), - [anon_sym___clrcall] = ACTIONS(1770), - [anon_sym___stdcall] = ACTIONS(1770), - [anon_sym___fastcall] = ACTIONS(1770), - [anon_sym___thiscall] = ACTIONS(1770), - [anon_sym___vectorcall] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_RBRACE] = ACTIONS(1772), - [anon_sym_LBRACK] = ACTIONS(1770), - [anon_sym_static] = ACTIONS(1770), - [anon_sym_register] = ACTIONS(1770), - [anon_sym_inline] = ACTIONS(1770), - [anon_sym_thread_local] = ACTIONS(1770), - [anon_sym_const] = ACTIONS(1770), - [anon_sym_volatile] = ACTIONS(1770), - [anon_sym_restrict] = ACTIONS(1770), - [anon_sym__Atomic] = ACTIONS(1770), - [anon_sym_mutable] = ACTIONS(1770), - [anon_sym_constexpr] = ACTIONS(1770), - [anon_sym_signed] = ACTIONS(1770), - [anon_sym_unsigned] = ACTIONS(1770), - [anon_sym_long] = ACTIONS(1770), - [anon_sym_short] = ACTIONS(1770), - [sym_primitive_type] = ACTIONS(1770), - [anon_sym_enum] = ACTIONS(1770), - [anon_sym_class] = ACTIONS(1770), - [anon_sym_struct] = ACTIONS(1770), - [anon_sym_union] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_switch] = ACTIONS(1770), - [anon_sym_case] = ACTIONS(1770), - [anon_sym_default] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_do] = ACTIONS(1770), - [anon_sym_for] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_goto] = ACTIONS(1770), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_sizeof] = ACTIONS(1770), - [sym_number_literal] = ACTIONS(1772), - [anon_sym_L_SQUOTE] = ACTIONS(1772), - [anon_sym_u_SQUOTE] = ACTIONS(1772), - [anon_sym_U_SQUOTE] = ACTIONS(1772), - [anon_sym_u8_SQUOTE] = ACTIONS(1772), - [anon_sym_SQUOTE] = ACTIONS(1772), - [anon_sym_L_DQUOTE] = ACTIONS(1772), - [anon_sym_u_DQUOTE] = ACTIONS(1772), - [anon_sym_U_DQUOTE] = ACTIONS(1772), - [anon_sym_u8_DQUOTE] = ACTIONS(1772), - [anon_sym_DQUOTE] = ACTIONS(1772), - [sym_true] = ACTIONS(1770), - [sym_false] = ACTIONS(1770), - [sym_null] = ACTIONS(1770), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1770), - [anon_sym_virtual] = ACTIONS(1770), - [anon_sym_explicit] = ACTIONS(1770), - [sym_auto] = ACTIONS(1770), - [anon_sym_typename] = ACTIONS(1770), - [anon_sym_template] = ACTIONS(1770), - [anon_sym_operator] = ACTIONS(1770), - [anon_sym_delete] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_namespace] = ACTIONS(1770), - [anon_sym_using] = ACTIONS(1770), - [anon_sym_static_assert] = ACTIONS(1770), - [anon_sym_co_return] = ACTIONS(1770), - [anon_sym_co_yield] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_co_await] = ACTIONS(1770), - [anon_sym_new] = ACTIONS(1770), - [sym_operator_name] = ACTIONS(1770), - [sym_this] = ACTIONS(1770), - [sym_nullptr] = ACTIONS(1770), - [sym_alone_macro] = ACTIONS(1772), - [aux_sym_alone_macro_call_token1] = ACTIONS(1770), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1770), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1770), - [anon_sym_FORWARD] = ACTIONS(1770), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1770), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1770), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1770), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1770), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1770), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1770), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1770), - [anon_sym_PS_GET] = ACTIONS(1770), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1770), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1770), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1770), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1770), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1770), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1770), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1770), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1770), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1770), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1770), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1770), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1770), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1770), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1770), - [anon_sym_MOZ_COLD] = ACTIONS(1770), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1770), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1770), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1770), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1770), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1770), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1770), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1770), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1770), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1770), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1770), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1770), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1770), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1770), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1770), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1770), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1770), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1770), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1770), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1770), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1770), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1770), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1770), - [anon_sym_MOZ_NONNULL] = ACTIONS(1770), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1770), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1770), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1770), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1770), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1770), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1770), - [anon_sym_MOZ_NORETURN] = ACTIONS(1770), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1770), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1770), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1770), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1770), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1770), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1770), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1770), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1770), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1770), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1770), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1770), - [anon_sym_MOZ_RAII] = ACTIONS(1770), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1770), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1770), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1770), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1770), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1770), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1770), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1770), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1770), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1770), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1770), - [sym_raw_string_literal] = ACTIONS(1772), + [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] = { - [sym_identifier] = ACTIONS(1774), - [aux_sym_preproc_include_token1] = ACTIONS(1774), - [aux_sym_preproc_def_token1] = ACTIONS(1774), - [aux_sym_preproc_if_token1] = ACTIONS(1774), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1774), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1774), - [sym_preproc_directive] = ACTIONS(1774), - [anon_sym_LPAREN2] = ACTIONS(1776), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1774), - [anon_sym_PLUS] = ACTIONS(1774), - [anon_sym_STAR] = ACTIONS(1776), - [anon_sym_AMP_AMP] = ACTIONS(1776), - [anon_sym_AMP] = ACTIONS(1774), - [anon_sym_SEMI] = ACTIONS(1776), - [anon_sym_typedef] = ACTIONS(1774), - [anon_sym_extern] = ACTIONS(1774), - [anon_sym___attribute__] = ACTIONS(1774), - [anon_sym_COLON_COLON] = ACTIONS(1776), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1776), - [anon_sym___declspec] = ACTIONS(1774), - [anon_sym___based] = ACTIONS(1774), - [anon_sym___cdecl] = ACTIONS(1774), - [anon_sym___clrcall] = ACTIONS(1774), - [anon_sym___stdcall] = ACTIONS(1774), - [anon_sym___fastcall] = ACTIONS(1774), - [anon_sym___thiscall] = ACTIONS(1774), - [anon_sym___vectorcall] = ACTIONS(1774), - [anon_sym_LBRACE] = ACTIONS(1776), - [anon_sym_RBRACE] = ACTIONS(1776), - [anon_sym_LBRACK] = ACTIONS(1774), - [anon_sym_static] = ACTIONS(1774), - [anon_sym_register] = ACTIONS(1774), - [anon_sym_inline] = ACTIONS(1774), - [anon_sym_thread_local] = ACTIONS(1774), - [anon_sym_const] = ACTIONS(1774), - [anon_sym_volatile] = ACTIONS(1774), - [anon_sym_restrict] = ACTIONS(1774), - [anon_sym__Atomic] = ACTIONS(1774), - [anon_sym_mutable] = ACTIONS(1774), - [anon_sym_constexpr] = ACTIONS(1774), - [anon_sym_signed] = ACTIONS(1774), - [anon_sym_unsigned] = ACTIONS(1774), - [anon_sym_long] = ACTIONS(1774), - [anon_sym_short] = ACTIONS(1774), - [sym_primitive_type] = ACTIONS(1774), - [anon_sym_enum] = ACTIONS(1774), - [anon_sym_class] = ACTIONS(1774), - [anon_sym_struct] = ACTIONS(1774), - [anon_sym_union] = ACTIONS(1774), - [anon_sym_if] = ACTIONS(1774), - [anon_sym_switch] = ACTIONS(1774), - [anon_sym_case] = ACTIONS(1774), - [anon_sym_default] = ACTIONS(1774), - [anon_sym_while] = ACTIONS(1774), - [anon_sym_do] = ACTIONS(1774), - [anon_sym_for] = ACTIONS(1774), - [anon_sym_return] = ACTIONS(1774), - [anon_sym_break] = ACTIONS(1774), - [anon_sym_continue] = ACTIONS(1774), - [anon_sym_goto] = ACTIONS(1774), - [anon_sym_DASH_DASH] = ACTIONS(1776), - [anon_sym_PLUS_PLUS] = ACTIONS(1776), - [anon_sym_sizeof] = ACTIONS(1774), - [sym_number_literal] = ACTIONS(1776), - [anon_sym_L_SQUOTE] = ACTIONS(1776), - [anon_sym_u_SQUOTE] = ACTIONS(1776), - [anon_sym_U_SQUOTE] = ACTIONS(1776), - [anon_sym_u8_SQUOTE] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1776), - [anon_sym_L_DQUOTE] = ACTIONS(1776), - [anon_sym_u_DQUOTE] = ACTIONS(1776), - [anon_sym_U_DQUOTE] = ACTIONS(1776), - [anon_sym_u8_DQUOTE] = ACTIONS(1776), - [anon_sym_DQUOTE] = ACTIONS(1776), - [sym_true] = ACTIONS(1774), - [sym_false] = ACTIONS(1774), - [sym_null] = ACTIONS(1774), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1774), - [anon_sym_virtual] = ACTIONS(1774), - [anon_sym_explicit] = ACTIONS(1774), - [sym_auto] = ACTIONS(1774), - [anon_sym_typename] = ACTIONS(1774), - [anon_sym_template] = ACTIONS(1774), - [anon_sym_operator] = ACTIONS(1774), - [anon_sym_delete] = ACTIONS(1774), - [anon_sym_throw] = ACTIONS(1774), - [anon_sym_namespace] = ACTIONS(1774), - [anon_sym_using] = ACTIONS(1774), - [anon_sym_static_assert] = ACTIONS(1774), - [anon_sym_co_return] = ACTIONS(1774), - [anon_sym_co_yield] = ACTIONS(1774), - [anon_sym_try] = ACTIONS(1774), - [anon_sym_co_await] = ACTIONS(1774), - [anon_sym_new] = ACTIONS(1774), - [sym_operator_name] = ACTIONS(1774), - [sym_this] = ACTIONS(1774), - [sym_nullptr] = ACTIONS(1774), - [sym_alone_macro] = ACTIONS(1776), - [aux_sym_alone_macro_call_token1] = ACTIONS(1774), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1774), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1774), - [anon_sym_FORWARD] = ACTIONS(1774), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1774), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1774), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1774), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1774), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1774), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1774), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1774), - [anon_sym_PS_GET] = ACTIONS(1774), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1774), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1774), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1774), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1774), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1774), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1774), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1774), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1774), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1774), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1774), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1774), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1774), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1774), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1774), - [anon_sym_MOZ_COLD] = ACTIONS(1774), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1774), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1774), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1774), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1774), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1774), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1774), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1774), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1774), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1774), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1774), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1774), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1774), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1774), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1774), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1774), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1774), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1774), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1774), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1774), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1774), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1774), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1774), - [anon_sym_MOZ_NONNULL] = ACTIONS(1774), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1774), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1774), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1774), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1774), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1774), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1774), - [anon_sym_MOZ_NORETURN] = ACTIONS(1774), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1774), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1774), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1774), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1774), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1774), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1774), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1774), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1774), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1774), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1774), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1774), - [anon_sym_MOZ_RAII] = ACTIONS(1774), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1774), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1774), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1774), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1774), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1774), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1774), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1774), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1774), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1774), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1774), - [sym_raw_string_literal] = ACTIONS(1776), + [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(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(1778), - [aux_sym_preproc_include_token1] = ACTIONS(1778), - [aux_sym_preproc_def_token1] = ACTIONS(1778), - [aux_sym_preproc_if_token1] = ACTIONS(1778), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1778), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1778), - [sym_preproc_directive] = ACTIONS(1778), - [anon_sym_LPAREN2] = ACTIONS(1780), - [anon_sym_BANG] = ACTIONS(1780), - [anon_sym_TILDE] = ACTIONS(1780), - [anon_sym_DASH] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1778), - [anon_sym_STAR] = ACTIONS(1780), - [anon_sym_AMP_AMP] = ACTIONS(1780), - [anon_sym_AMP] = ACTIONS(1778), - [anon_sym_SEMI] = ACTIONS(1780), - [anon_sym_typedef] = ACTIONS(1778), - [anon_sym_extern] = ACTIONS(1778), - [anon_sym___attribute__] = ACTIONS(1778), - [anon_sym_COLON_COLON] = ACTIONS(1780), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1780), - [anon_sym___declspec] = ACTIONS(1778), - [anon_sym___based] = ACTIONS(1778), - [anon_sym___cdecl] = ACTIONS(1778), - [anon_sym___clrcall] = ACTIONS(1778), - [anon_sym___stdcall] = ACTIONS(1778), - [anon_sym___fastcall] = ACTIONS(1778), - [anon_sym___thiscall] = ACTIONS(1778), - [anon_sym___vectorcall] = ACTIONS(1778), - [anon_sym_LBRACE] = ACTIONS(1780), - [anon_sym_RBRACE] = ACTIONS(1780), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_static] = ACTIONS(1778), - [anon_sym_register] = ACTIONS(1778), - [anon_sym_inline] = ACTIONS(1778), - [anon_sym_thread_local] = ACTIONS(1778), - [anon_sym_const] = ACTIONS(1778), - [anon_sym_volatile] = ACTIONS(1778), - [anon_sym_restrict] = ACTIONS(1778), - [anon_sym__Atomic] = ACTIONS(1778), - [anon_sym_mutable] = ACTIONS(1778), - [anon_sym_constexpr] = ACTIONS(1778), - [anon_sym_signed] = ACTIONS(1778), - [anon_sym_unsigned] = ACTIONS(1778), - [anon_sym_long] = ACTIONS(1778), - [anon_sym_short] = ACTIONS(1778), - [sym_primitive_type] = ACTIONS(1778), - [anon_sym_enum] = ACTIONS(1778), - [anon_sym_class] = ACTIONS(1778), - [anon_sym_struct] = ACTIONS(1778), - [anon_sym_union] = ACTIONS(1778), - [anon_sym_if] = ACTIONS(1778), - [anon_sym_switch] = ACTIONS(1778), - [anon_sym_case] = ACTIONS(1778), - [anon_sym_default] = ACTIONS(1778), - [anon_sym_while] = ACTIONS(1778), - [anon_sym_do] = ACTIONS(1778), - [anon_sym_for] = ACTIONS(1778), - [anon_sym_return] = ACTIONS(1778), - [anon_sym_break] = ACTIONS(1778), - [anon_sym_continue] = ACTIONS(1778), - [anon_sym_goto] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1780), - [anon_sym_PLUS_PLUS] = ACTIONS(1780), - [anon_sym_sizeof] = ACTIONS(1778), - [sym_number_literal] = ACTIONS(1780), - [anon_sym_L_SQUOTE] = ACTIONS(1780), - [anon_sym_u_SQUOTE] = ACTIONS(1780), - [anon_sym_U_SQUOTE] = ACTIONS(1780), - [anon_sym_u8_SQUOTE] = ACTIONS(1780), - [anon_sym_SQUOTE] = ACTIONS(1780), - [anon_sym_L_DQUOTE] = ACTIONS(1780), - [anon_sym_u_DQUOTE] = ACTIONS(1780), - [anon_sym_U_DQUOTE] = ACTIONS(1780), - [anon_sym_u8_DQUOTE] = ACTIONS(1780), - [anon_sym_DQUOTE] = ACTIONS(1780), - [sym_true] = ACTIONS(1778), - [sym_false] = ACTIONS(1778), - [sym_null] = ACTIONS(1778), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1778), - [anon_sym_virtual] = ACTIONS(1778), - [anon_sym_explicit] = ACTIONS(1778), - [sym_auto] = ACTIONS(1778), - [anon_sym_typename] = ACTIONS(1778), - [anon_sym_template] = ACTIONS(1778), - [anon_sym_operator] = ACTIONS(1778), - [anon_sym_delete] = ACTIONS(1778), - [anon_sym_throw] = ACTIONS(1778), - [anon_sym_namespace] = ACTIONS(1778), - [anon_sym_using] = ACTIONS(1778), - [anon_sym_static_assert] = ACTIONS(1778), - [anon_sym_co_return] = ACTIONS(1778), - [anon_sym_co_yield] = ACTIONS(1778), - [anon_sym_try] = ACTIONS(1778), - [anon_sym_co_await] = ACTIONS(1778), - [anon_sym_new] = ACTIONS(1778), - [sym_operator_name] = ACTIONS(1778), - [sym_this] = ACTIONS(1778), - [sym_nullptr] = ACTIONS(1778), - [sym_alone_macro] = ACTIONS(1780), - [aux_sym_alone_macro_call_token1] = ACTIONS(1778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1778), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1778), - [anon_sym_FORWARD] = ACTIONS(1778), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1778), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1778), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1778), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1778), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1778), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1778), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1778), - [anon_sym_PS_GET] = ACTIONS(1778), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1778), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1778), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1778), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1778), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1778), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1778), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1778), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1778), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1778), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1778), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1778), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1778), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1778), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1778), - [anon_sym_MOZ_COLD] = ACTIONS(1778), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1778), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1778), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1778), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1778), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1778), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1778), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1778), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1778), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1778), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1778), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1778), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1778), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1778), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1778), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1778), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1778), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1778), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1778), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1778), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1778), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_NONNULL] = ACTIONS(1778), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1778), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1778), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1778), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1778), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1778), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_NORETURN] = ACTIONS(1778), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1778), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1778), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1778), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1778), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1778), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1778), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1778), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1778), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1778), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1778), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1778), - [anon_sym_MOZ_RAII] = ACTIONS(1778), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1778), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1778), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1778), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1778), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1778), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1778), - [sym_raw_string_literal] = ACTIONS(1780), + [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] = { - [sym_identifier] = ACTIONS(1786), - [aux_sym_preproc_include_token1] = ACTIONS(1786), - [aux_sym_preproc_def_token1] = ACTIONS(1786), - [aux_sym_preproc_if_token1] = ACTIONS(1786), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1786), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1786), - [sym_preproc_directive] = ACTIONS(1786), - [anon_sym_LPAREN2] = ACTIONS(1788), - [anon_sym_BANG] = ACTIONS(1788), - [anon_sym_TILDE] = ACTIONS(1788), - [anon_sym_DASH] = ACTIONS(1786), - [anon_sym_PLUS] = ACTIONS(1786), - [anon_sym_STAR] = ACTIONS(1788), - [anon_sym_AMP_AMP] = ACTIONS(1788), - [anon_sym_AMP] = ACTIONS(1786), - [anon_sym_SEMI] = ACTIONS(1788), - [anon_sym_typedef] = ACTIONS(1786), - [anon_sym_extern] = ACTIONS(1786), - [anon_sym___attribute__] = ACTIONS(1786), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1788), - [anon_sym___declspec] = ACTIONS(1786), - [anon_sym___based] = ACTIONS(1786), - [anon_sym___cdecl] = ACTIONS(1786), - [anon_sym___clrcall] = ACTIONS(1786), - [anon_sym___stdcall] = ACTIONS(1786), - [anon_sym___fastcall] = ACTIONS(1786), - [anon_sym___thiscall] = ACTIONS(1786), - [anon_sym___vectorcall] = ACTIONS(1786), - [anon_sym_LBRACE] = ACTIONS(1788), - [anon_sym_RBRACE] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1786), - [anon_sym_static] = ACTIONS(1786), - [anon_sym_register] = ACTIONS(1786), - [anon_sym_inline] = ACTIONS(1786), - [anon_sym_thread_local] = ACTIONS(1786), - [anon_sym_const] = ACTIONS(1786), - [anon_sym_volatile] = ACTIONS(1786), - [anon_sym_restrict] = ACTIONS(1786), - [anon_sym__Atomic] = ACTIONS(1786), - [anon_sym_mutable] = ACTIONS(1786), - [anon_sym_constexpr] = ACTIONS(1786), - [anon_sym_signed] = ACTIONS(1786), - [anon_sym_unsigned] = ACTIONS(1786), - [anon_sym_long] = ACTIONS(1786), - [anon_sym_short] = ACTIONS(1786), - [sym_primitive_type] = ACTIONS(1786), - [anon_sym_enum] = ACTIONS(1786), - [anon_sym_class] = ACTIONS(1786), - [anon_sym_struct] = ACTIONS(1786), - [anon_sym_union] = ACTIONS(1786), - [anon_sym_if] = ACTIONS(1786), - [anon_sym_switch] = ACTIONS(1786), - [anon_sym_case] = ACTIONS(1786), - [anon_sym_default] = ACTIONS(1786), - [anon_sym_while] = ACTIONS(1786), - [anon_sym_do] = ACTIONS(1786), - [anon_sym_for] = ACTIONS(1786), - [anon_sym_return] = ACTIONS(1786), - [anon_sym_break] = ACTIONS(1786), - [anon_sym_continue] = ACTIONS(1786), - [anon_sym_goto] = ACTIONS(1786), - [anon_sym_DASH_DASH] = ACTIONS(1788), - [anon_sym_PLUS_PLUS] = ACTIONS(1788), - [anon_sym_sizeof] = ACTIONS(1786), - [sym_number_literal] = ACTIONS(1788), - [anon_sym_L_SQUOTE] = ACTIONS(1788), - [anon_sym_u_SQUOTE] = ACTIONS(1788), - [anon_sym_U_SQUOTE] = ACTIONS(1788), - [anon_sym_u8_SQUOTE] = ACTIONS(1788), - [anon_sym_SQUOTE] = ACTIONS(1788), - [anon_sym_L_DQUOTE] = ACTIONS(1788), - [anon_sym_u_DQUOTE] = ACTIONS(1788), - [anon_sym_U_DQUOTE] = ACTIONS(1788), - [anon_sym_u8_DQUOTE] = ACTIONS(1788), - [anon_sym_DQUOTE] = ACTIONS(1788), - [sym_true] = ACTIONS(1786), - [sym_false] = ACTIONS(1786), - [sym_null] = ACTIONS(1786), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1786), - [anon_sym_virtual] = ACTIONS(1786), - [anon_sym_explicit] = ACTIONS(1786), - [sym_auto] = ACTIONS(1786), - [anon_sym_typename] = ACTIONS(1786), - [anon_sym_template] = ACTIONS(1786), - [anon_sym_operator] = ACTIONS(1786), - [anon_sym_delete] = ACTIONS(1786), - [anon_sym_throw] = ACTIONS(1786), - [anon_sym_namespace] = ACTIONS(1786), - [anon_sym_using] = ACTIONS(1786), - [anon_sym_static_assert] = ACTIONS(1786), - [anon_sym_co_return] = ACTIONS(1786), - [anon_sym_co_yield] = ACTIONS(1786), - [anon_sym_try] = ACTIONS(1786), - [anon_sym_co_await] = ACTIONS(1786), - [anon_sym_new] = ACTIONS(1786), - [sym_operator_name] = ACTIONS(1786), - [sym_this] = ACTIONS(1786), - [sym_nullptr] = ACTIONS(1786), - [sym_alone_macro] = ACTIONS(1788), - [aux_sym_alone_macro_call_token1] = ACTIONS(1786), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1786), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1786), - [anon_sym_FORWARD] = ACTIONS(1786), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1786), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1786), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1786), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1786), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1786), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1786), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1786), - [anon_sym_PS_GET] = ACTIONS(1786), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1786), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1786), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1786), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1786), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1786), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1786), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1786), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1786), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1786), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1786), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1786), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1786), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1786), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1786), - [anon_sym_MOZ_COLD] = ACTIONS(1786), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1786), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1786), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1786), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1786), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1786), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1786), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1786), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1786), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1786), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1786), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1786), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1786), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1786), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1786), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1786), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1786), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1786), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1786), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1786), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1786), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_NONNULL] = ACTIONS(1786), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1786), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1786), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1786), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1786), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1786), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_NORETURN] = ACTIONS(1786), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1786), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1786), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1786), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1786), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1786), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1786), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1786), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1786), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1786), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1786), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1786), - [anon_sym_MOZ_RAII] = ACTIONS(1786), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1786), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1786), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1786), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1786), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1786), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1786), - [sym_raw_string_literal] = ACTIONS(1788), + [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), }, [579] = { - [sym_identifier] = ACTIONS(1818), - [aux_sym_preproc_include_token1] = ACTIONS(1818), - [aux_sym_preproc_def_token1] = ACTIONS(1818), - [aux_sym_preproc_if_token1] = ACTIONS(1818), - [aux_sym_preproc_if_token2] = ACTIONS(1818), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1818), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1818), - [sym_preproc_directive] = ACTIONS(1818), - [anon_sym_LPAREN2] = ACTIONS(1820), - [anon_sym_BANG] = ACTIONS(1820), - [anon_sym_TILDE] = ACTIONS(1820), - [anon_sym_DASH] = ACTIONS(1818), - [anon_sym_PLUS] = ACTIONS(1818), - [anon_sym_STAR] = ACTIONS(1820), - [anon_sym_AMP_AMP] = ACTIONS(1820), - [anon_sym_AMP] = ACTIONS(1818), - [anon_sym_SEMI] = ACTIONS(1820), - [anon_sym_typedef] = ACTIONS(1818), - [anon_sym_extern] = ACTIONS(1818), - [anon_sym___attribute__] = ACTIONS(1818), - [anon_sym_COLON_COLON] = ACTIONS(1820), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1820), - [anon_sym___declspec] = ACTIONS(1818), - [anon_sym___based] = ACTIONS(1818), - [anon_sym___cdecl] = ACTIONS(1818), - [anon_sym___clrcall] = ACTIONS(1818), - [anon_sym___stdcall] = ACTIONS(1818), - [anon_sym___fastcall] = ACTIONS(1818), - [anon_sym___thiscall] = ACTIONS(1818), - [anon_sym___vectorcall] = ACTIONS(1818), - [anon_sym_LBRACE] = ACTIONS(1820), - [anon_sym_LBRACK] = ACTIONS(1818), - [anon_sym_static] = ACTIONS(1818), - [anon_sym_register] = ACTIONS(1818), - [anon_sym_inline] = ACTIONS(1818), - [anon_sym_thread_local] = ACTIONS(1818), - [anon_sym_const] = ACTIONS(1818), - [anon_sym_volatile] = ACTIONS(1818), - [anon_sym_restrict] = ACTIONS(1818), - [anon_sym__Atomic] = ACTIONS(1818), - [anon_sym_mutable] = ACTIONS(1818), - [anon_sym_constexpr] = ACTIONS(1818), - [anon_sym_signed] = ACTIONS(1818), - [anon_sym_unsigned] = ACTIONS(1818), - [anon_sym_long] = ACTIONS(1818), - [anon_sym_short] = ACTIONS(1818), - [sym_primitive_type] = ACTIONS(1818), - [anon_sym_enum] = ACTIONS(1818), - [anon_sym_class] = ACTIONS(1818), - [anon_sym_struct] = ACTIONS(1818), - [anon_sym_union] = ACTIONS(1818), - [anon_sym_if] = ACTIONS(1818), - [anon_sym_switch] = ACTIONS(1818), - [anon_sym_case] = ACTIONS(1818), - [anon_sym_default] = ACTIONS(1818), - [anon_sym_while] = ACTIONS(1818), - [anon_sym_do] = ACTIONS(1818), - [anon_sym_for] = ACTIONS(1818), - [anon_sym_return] = ACTIONS(1818), - [anon_sym_break] = ACTIONS(1818), - [anon_sym_continue] = ACTIONS(1818), - [anon_sym_goto] = ACTIONS(1818), - [anon_sym_DASH_DASH] = ACTIONS(1820), - [anon_sym_PLUS_PLUS] = ACTIONS(1820), - [anon_sym_sizeof] = ACTIONS(1818), - [sym_number_literal] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1820), - [anon_sym_u_SQUOTE] = ACTIONS(1820), - [anon_sym_U_SQUOTE] = ACTIONS(1820), - [anon_sym_u8_SQUOTE] = ACTIONS(1820), - [anon_sym_SQUOTE] = ACTIONS(1820), - [anon_sym_L_DQUOTE] = ACTIONS(1820), - [anon_sym_u_DQUOTE] = ACTIONS(1820), - [anon_sym_U_DQUOTE] = ACTIONS(1820), - [anon_sym_u8_DQUOTE] = ACTIONS(1820), - [anon_sym_DQUOTE] = ACTIONS(1820), - [sym_true] = ACTIONS(1818), - [sym_false] = ACTIONS(1818), - [sym_null] = ACTIONS(1818), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1818), - [anon_sym_virtual] = ACTIONS(1818), - [anon_sym_explicit] = ACTIONS(1818), - [sym_auto] = ACTIONS(1818), - [anon_sym_typename] = ACTIONS(1818), - [anon_sym_template] = ACTIONS(1818), - [anon_sym_operator] = ACTIONS(1818), - [anon_sym_delete] = ACTIONS(1818), - [anon_sym_throw] = ACTIONS(1818), - [anon_sym_namespace] = ACTIONS(1818), - [anon_sym_using] = ACTIONS(1818), - [anon_sym_static_assert] = ACTIONS(1818), - [anon_sym_co_return] = ACTIONS(1818), - [anon_sym_co_yield] = ACTIONS(1818), - [anon_sym_try] = ACTIONS(1818), - [anon_sym_co_await] = ACTIONS(1818), - [anon_sym_new] = ACTIONS(1818), - [sym_operator_name] = ACTIONS(1818), - [sym_this] = ACTIONS(1818), - [sym_nullptr] = ACTIONS(1818), - [sym_alone_macro] = ACTIONS(1820), - [aux_sym_alone_macro_call_token1] = ACTIONS(1818), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1818), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1818), - [anon_sym_FORWARD] = ACTIONS(1818), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1818), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1818), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1818), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1818), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1818), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1818), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1818), - [anon_sym_PS_GET] = ACTIONS(1818), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1818), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1818), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1818), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1818), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1818), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1818), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1818), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1818), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1818), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1818), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1818), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1818), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1818), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1818), - [anon_sym_MOZ_COLD] = ACTIONS(1818), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1818), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1818), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1818), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1818), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1818), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1818), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1818), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1818), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1818), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1818), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1818), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1818), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1818), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1818), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1818), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1818), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1818), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1818), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1818), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1818), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_NONNULL] = ACTIONS(1818), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1818), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1818), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1818), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1818), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1818), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_NORETURN] = ACTIONS(1818), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1818), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1818), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1818), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1818), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1818), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1818), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1818), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1818), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1818), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1818), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1818), - [anon_sym_MOZ_RAII] = ACTIONS(1818), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1818), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1818), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1818), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1818), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1818), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1818), - [sym_raw_string_literal] = ACTIONS(1820), + [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_RBRACE] = 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), }, [580] = { - [sym_identifier] = ACTIONS(1826), - [aux_sym_preproc_include_token1] = ACTIONS(1826), - [aux_sym_preproc_def_token1] = ACTIONS(1826), - [aux_sym_preproc_if_token1] = ACTIONS(1826), - [aux_sym_preproc_if_token2] = ACTIONS(1826), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1826), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1826), - [sym_preproc_directive] = ACTIONS(1826), - [anon_sym_LPAREN2] = ACTIONS(1828), - [anon_sym_BANG] = ACTIONS(1828), - [anon_sym_TILDE] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(1826), - [anon_sym_PLUS] = ACTIONS(1826), - [anon_sym_STAR] = ACTIONS(1828), - [anon_sym_AMP_AMP] = ACTIONS(1828), - [anon_sym_AMP] = ACTIONS(1826), - [anon_sym_SEMI] = ACTIONS(1828), - [anon_sym_typedef] = ACTIONS(1826), - [anon_sym_extern] = ACTIONS(1826), - [anon_sym___attribute__] = ACTIONS(1826), - [anon_sym_COLON_COLON] = ACTIONS(1828), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1828), - [anon_sym___declspec] = ACTIONS(1826), - [anon_sym___based] = ACTIONS(1826), - [anon_sym___cdecl] = ACTIONS(1826), - [anon_sym___clrcall] = ACTIONS(1826), - [anon_sym___stdcall] = ACTIONS(1826), - [anon_sym___fastcall] = ACTIONS(1826), - [anon_sym___thiscall] = ACTIONS(1826), - [anon_sym___vectorcall] = ACTIONS(1826), - [anon_sym_LBRACE] = ACTIONS(1828), - [anon_sym_LBRACK] = ACTIONS(1826), - [anon_sym_static] = ACTIONS(1826), - [anon_sym_register] = ACTIONS(1826), - [anon_sym_inline] = ACTIONS(1826), - [anon_sym_thread_local] = ACTIONS(1826), - [anon_sym_const] = ACTIONS(1826), - [anon_sym_volatile] = ACTIONS(1826), - [anon_sym_restrict] = ACTIONS(1826), - [anon_sym__Atomic] = ACTIONS(1826), - [anon_sym_mutable] = ACTIONS(1826), - [anon_sym_constexpr] = ACTIONS(1826), - [anon_sym_signed] = ACTIONS(1826), - [anon_sym_unsigned] = ACTIONS(1826), - [anon_sym_long] = ACTIONS(1826), - [anon_sym_short] = ACTIONS(1826), - [sym_primitive_type] = ACTIONS(1826), - [anon_sym_enum] = ACTIONS(1826), - [anon_sym_class] = ACTIONS(1826), - [anon_sym_struct] = ACTIONS(1826), - [anon_sym_union] = ACTIONS(1826), - [anon_sym_if] = ACTIONS(1826), - [anon_sym_switch] = ACTIONS(1826), - [anon_sym_case] = ACTIONS(1826), - [anon_sym_default] = ACTIONS(1826), - [anon_sym_while] = ACTIONS(1826), - [anon_sym_do] = ACTIONS(1826), - [anon_sym_for] = ACTIONS(1826), - [anon_sym_return] = ACTIONS(1826), - [anon_sym_break] = ACTIONS(1826), - [anon_sym_continue] = ACTIONS(1826), - [anon_sym_goto] = ACTIONS(1826), - [anon_sym_DASH_DASH] = ACTIONS(1828), - [anon_sym_PLUS_PLUS] = ACTIONS(1828), - [anon_sym_sizeof] = ACTIONS(1826), - [sym_number_literal] = ACTIONS(1828), - [anon_sym_L_SQUOTE] = ACTIONS(1828), - [anon_sym_u_SQUOTE] = ACTIONS(1828), - [anon_sym_U_SQUOTE] = ACTIONS(1828), - [anon_sym_u8_SQUOTE] = ACTIONS(1828), - [anon_sym_SQUOTE] = ACTIONS(1828), - [anon_sym_L_DQUOTE] = ACTIONS(1828), - [anon_sym_u_DQUOTE] = ACTIONS(1828), - [anon_sym_U_DQUOTE] = ACTIONS(1828), - [anon_sym_u8_DQUOTE] = ACTIONS(1828), - [anon_sym_DQUOTE] = ACTIONS(1828), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [sym_null] = ACTIONS(1826), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1826), - [anon_sym_virtual] = ACTIONS(1826), - [anon_sym_explicit] = ACTIONS(1826), - [sym_auto] = ACTIONS(1826), - [anon_sym_typename] = ACTIONS(1826), - [anon_sym_template] = ACTIONS(1826), - [anon_sym_operator] = ACTIONS(1826), - [anon_sym_delete] = ACTIONS(1826), - [anon_sym_throw] = ACTIONS(1826), - [anon_sym_namespace] = ACTIONS(1826), - [anon_sym_using] = ACTIONS(1826), - [anon_sym_static_assert] = ACTIONS(1826), - [anon_sym_co_return] = ACTIONS(1826), - [anon_sym_co_yield] = ACTIONS(1826), - [anon_sym_try] = ACTIONS(1826), - [anon_sym_co_await] = ACTIONS(1826), - [anon_sym_new] = ACTIONS(1826), - [sym_operator_name] = ACTIONS(1826), - [sym_this] = ACTIONS(1826), - [sym_nullptr] = ACTIONS(1826), - [sym_alone_macro] = ACTIONS(1828), - [aux_sym_alone_macro_call_token1] = ACTIONS(1826), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1826), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1826), - [anon_sym_FORWARD] = ACTIONS(1826), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1826), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1826), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1826), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1826), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1826), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1826), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1826), - [anon_sym_PS_GET] = ACTIONS(1826), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1826), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1826), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1826), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1826), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1826), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1826), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1826), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1826), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1826), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1826), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1826), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1826), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1826), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1826), - [anon_sym_MOZ_COLD] = ACTIONS(1826), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1826), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1826), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1826), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1826), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1826), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1826), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1826), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1826), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1826), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1826), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1826), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1826), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1826), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1826), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1826), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1826), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1826), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1826), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1826), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1826), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1826), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1826), - [anon_sym_MOZ_NONNULL] = ACTIONS(1826), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1826), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1826), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1826), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1826), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1826), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1826), - [anon_sym_MOZ_NORETURN] = ACTIONS(1826), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1826), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1826), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1826), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1826), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1826), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1826), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1826), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1826), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1826), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1826), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1826), - [anon_sym_MOZ_RAII] = ACTIONS(1826), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1826), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1826), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1826), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1826), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1826), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1826), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1826), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1826), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1826), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1826), - [sym_raw_string_literal] = ACTIONS(1828), + [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(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), }, [581] = { - [sym_identifier] = ACTIONS(1750), - [aux_sym_preproc_include_token1] = ACTIONS(1750), - [aux_sym_preproc_def_token1] = ACTIONS(1750), - [aux_sym_preproc_if_token1] = ACTIONS(1750), - [aux_sym_preproc_if_token2] = ACTIONS(1750), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1750), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1750), - [sym_preproc_directive] = ACTIONS(1750), - [anon_sym_LPAREN2] = ACTIONS(1752), - [anon_sym_BANG] = ACTIONS(1752), - [anon_sym_TILDE] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1750), - [anon_sym_PLUS] = ACTIONS(1750), - [anon_sym_STAR] = ACTIONS(1752), - [anon_sym_AMP_AMP] = ACTIONS(1752), - [anon_sym_AMP] = ACTIONS(1750), - [anon_sym_SEMI] = ACTIONS(1752), - [anon_sym_typedef] = ACTIONS(1750), - [anon_sym_extern] = ACTIONS(1750), - [anon_sym___attribute__] = ACTIONS(1750), - [anon_sym_COLON_COLON] = ACTIONS(1752), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1752), - [anon_sym___declspec] = ACTIONS(1750), - [anon_sym___based] = ACTIONS(1750), - [anon_sym___cdecl] = ACTIONS(1750), - [anon_sym___clrcall] = ACTIONS(1750), - [anon_sym___stdcall] = ACTIONS(1750), - [anon_sym___fastcall] = ACTIONS(1750), - [anon_sym___thiscall] = ACTIONS(1750), - [anon_sym___vectorcall] = ACTIONS(1750), - [anon_sym_LBRACE] = ACTIONS(1752), - [anon_sym_LBRACK] = ACTIONS(1750), - [anon_sym_static] = ACTIONS(1750), - [anon_sym_register] = ACTIONS(1750), - [anon_sym_inline] = ACTIONS(1750), - [anon_sym_thread_local] = ACTIONS(1750), - [anon_sym_const] = ACTIONS(1750), - [anon_sym_volatile] = ACTIONS(1750), - [anon_sym_restrict] = ACTIONS(1750), - [anon_sym__Atomic] = ACTIONS(1750), - [anon_sym_mutable] = ACTIONS(1750), - [anon_sym_constexpr] = ACTIONS(1750), - [anon_sym_signed] = ACTIONS(1750), - [anon_sym_unsigned] = ACTIONS(1750), - [anon_sym_long] = ACTIONS(1750), - [anon_sym_short] = ACTIONS(1750), - [sym_primitive_type] = ACTIONS(1750), - [anon_sym_enum] = ACTIONS(1750), - [anon_sym_class] = ACTIONS(1750), - [anon_sym_struct] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_if] = ACTIONS(1750), - [anon_sym_switch] = ACTIONS(1750), - [anon_sym_case] = ACTIONS(1750), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_while] = ACTIONS(1750), - [anon_sym_do] = ACTIONS(1750), - [anon_sym_for] = ACTIONS(1750), - [anon_sym_return] = ACTIONS(1750), - [anon_sym_break] = ACTIONS(1750), - [anon_sym_continue] = ACTIONS(1750), - [anon_sym_goto] = ACTIONS(1750), - [anon_sym_DASH_DASH] = ACTIONS(1752), - [anon_sym_PLUS_PLUS] = ACTIONS(1752), - [anon_sym_sizeof] = ACTIONS(1750), - [sym_number_literal] = ACTIONS(1752), - [anon_sym_L_SQUOTE] = ACTIONS(1752), - [anon_sym_u_SQUOTE] = ACTIONS(1752), - [anon_sym_U_SQUOTE] = ACTIONS(1752), - [anon_sym_u8_SQUOTE] = ACTIONS(1752), - [anon_sym_SQUOTE] = ACTIONS(1752), - [anon_sym_L_DQUOTE] = ACTIONS(1752), - [anon_sym_u_DQUOTE] = ACTIONS(1752), - [anon_sym_U_DQUOTE] = ACTIONS(1752), - [anon_sym_u8_DQUOTE] = ACTIONS(1752), - [anon_sym_DQUOTE] = ACTIONS(1752), - [sym_true] = ACTIONS(1750), - [sym_false] = ACTIONS(1750), - [sym_null] = ACTIONS(1750), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1750), - [anon_sym_virtual] = ACTIONS(1750), - [anon_sym_explicit] = ACTIONS(1750), - [sym_auto] = ACTIONS(1750), - [anon_sym_typename] = ACTIONS(1750), - [anon_sym_template] = ACTIONS(1750), - [anon_sym_operator] = ACTIONS(1750), - [anon_sym_delete] = ACTIONS(1750), - [anon_sym_throw] = ACTIONS(1750), - [anon_sym_namespace] = ACTIONS(1750), - [anon_sym_using] = ACTIONS(1750), - [anon_sym_static_assert] = ACTIONS(1750), - [anon_sym_co_return] = ACTIONS(1750), - [anon_sym_co_yield] = ACTIONS(1750), - [anon_sym_try] = ACTIONS(1750), - [anon_sym_co_await] = ACTIONS(1750), - [anon_sym_new] = ACTIONS(1750), - [sym_operator_name] = ACTIONS(1750), - [sym_this] = ACTIONS(1750), - [sym_nullptr] = ACTIONS(1750), - [sym_alone_macro] = ACTIONS(1752), - [aux_sym_alone_macro_call_token1] = ACTIONS(1750), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1750), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1750), - [anon_sym_FORWARD] = ACTIONS(1750), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1750), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1750), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1750), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1750), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1750), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1750), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1750), - [anon_sym_PS_GET] = ACTIONS(1750), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1750), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1750), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1750), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1750), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1750), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1750), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1750), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1750), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1750), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1750), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1750), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1750), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1750), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1750), - [anon_sym_MOZ_COLD] = ACTIONS(1750), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1750), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1750), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1750), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1750), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1750), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1750), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1750), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1750), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1750), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1750), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1750), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1750), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1750), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1750), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1750), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1750), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1750), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1750), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1750), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1750), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1750), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1750), - [anon_sym_MOZ_NONNULL] = ACTIONS(1750), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1750), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1750), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1750), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1750), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1750), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1750), - [anon_sym_MOZ_NORETURN] = ACTIONS(1750), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1750), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1750), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1750), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1750), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1750), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1750), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1750), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1750), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1750), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1750), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1750), - [anon_sym_MOZ_RAII] = ACTIONS(1750), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1750), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1750), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1750), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1750), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1750), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1750), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1750), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1750), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1750), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1750), - [sym_raw_string_literal] = ACTIONS(1752), + [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(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), }, [582] = { - [sym_identifier] = ACTIONS(1790), - [aux_sym_preproc_include_token1] = ACTIONS(1790), - [aux_sym_preproc_def_token1] = ACTIONS(1790), - [aux_sym_preproc_if_token1] = ACTIONS(1790), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1790), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1790), - [sym_preproc_directive] = ACTIONS(1790), - [anon_sym_LPAREN2] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1792), - [anon_sym_TILDE] = ACTIONS(1792), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_AMP] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_typedef] = ACTIONS(1790), - [anon_sym_extern] = ACTIONS(1790), - [anon_sym___attribute__] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1792), - [anon_sym___declspec] = ACTIONS(1790), - [anon_sym___based] = ACTIONS(1790), - [anon_sym___cdecl] = ACTIONS(1790), - [anon_sym___clrcall] = ACTIONS(1790), - [anon_sym___stdcall] = ACTIONS(1790), - [anon_sym___fastcall] = ACTIONS(1790), - [anon_sym___thiscall] = ACTIONS(1790), - [anon_sym___vectorcall] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LBRACK] = ACTIONS(1790), - [anon_sym_static] = ACTIONS(1790), - [anon_sym_register] = ACTIONS(1790), - [anon_sym_inline] = ACTIONS(1790), - [anon_sym_thread_local] = ACTIONS(1790), - [anon_sym_const] = ACTIONS(1790), - [anon_sym_volatile] = ACTIONS(1790), - [anon_sym_restrict] = ACTIONS(1790), - [anon_sym__Atomic] = ACTIONS(1790), - [anon_sym_mutable] = ACTIONS(1790), - [anon_sym_constexpr] = ACTIONS(1790), - [anon_sym_signed] = ACTIONS(1790), - [anon_sym_unsigned] = ACTIONS(1790), - [anon_sym_long] = ACTIONS(1790), - [anon_sym_short] = ACTIONS(1790), - [sym_primitive_type] = ACTIONS(1790), - [anon_sym_enum] = ACTIONS(1790), - [anon_sym_class] = ACTIONS(1790), - [anon_sym_struct] = ACTIONS(1790), - [anon_sym_union] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_switch] = ACTIONS(1790), - [anon_sym_case] = ACTIONS(1790), - [anon_sym_default] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_do] = ACTIONS(1790), - [anon_sym_for] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_goto] = ACTIONS(1790), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_sizeof] = ACTIONS(1790), - [sym_number_literal] = ACTIONS(1792), - [anon_sym_L_SQUOTE] = ACTIONS(1792), - [anon_sym_u_SQUOTE] = ACTIONS(1792), - [anon_sym_U_SQUOTE] = ACTIONS(1792), - [anon_sym_u8_SQUOTE] = ACTIONS(1792), - [anon_sym_SQUOTE] = ACTIONS(1792), - [anon_sym_L_DQUOTE] = ACTIONS(1792), - [anon_sym_u_DQUOTE] = ACTIONS(1792), - [anon_sym_U_DQUOTE] = ACTIONS(1792), - [anon_sym_u8_DQUOTE] = ACTIONS(1792), - [anon_sym_DQUOTE] = ACTIONS(1792), - [sym_true] = ACTIONS(1790), - [sym_false] = ACTIONS(1790), - [sym_null] = ACTIONS(1790), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1790), - [anon_sym_virtual] = ACTIONS(1790), - [anon_sym_explicit] = ACTIONS(1790), - [sym_auto] = ACTIONS(1790), - [anon_sym_typename] = ACTIONS(1790), - [anon_sym_template] = ACTIONS(1790), - [anon_sym_operator] = ACTIONS(1790), - [anon_sym_delete] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_namespace] = ACTIONS(1790), - [anon_sym_using] = ACTIONS(1790), - [anon_sym_static_assert] = ACTIONS(1790), - [anon_sym_co_return] = ACTIONS(1790), - [anon_sym_co_yield] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_co_await] = ACTIONS(1790), - [anon_sym_new] = ACTIONS(1790), - [sym_operator_name] = ACTIONS(1790), - [sym_this] = ACTIONS(1790), - [sym_nullptr] = ACTIONS(1790), - [sym_alone_macro] = ACTIONS(1792), - [aux_sym_alone_macro_call_token1] = ACTIONS(1790), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1790), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1790), - [anon_sym_FORWARD] = ACTIONS(1790), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1790), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1790), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1790), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1790), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1790), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1790), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1790), - [anon_sym_PS_GET] = ACTIONS(1790), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1790), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1790), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1790), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1790), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1790), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1790), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1790), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1790), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1790), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1790), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1790), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1790), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1790), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1790), - [anon_sym_MOZ_COLD] = ACTIONS(1790), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1790), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1790), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1790), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1790), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1790), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1790), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1790), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1790), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1790), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1790), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1790), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1790), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1790), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1790), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1790), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1790), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1790), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1790), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1790), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1790), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_NONNULL] = ACTIONS(1790), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1790), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1790), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1790), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1790), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1790), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_NORETURN] = ACTIONS(1790), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1790), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1790), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1790), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1790), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1790), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1790), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1790), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1790), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1790), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1790), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1790), - [anon_sym_MOZ_RAII] = ACTIONS(1790), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1790), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1790), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1790), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1790), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1790), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1790), - [sym_raw_string_literal] = ACTIONS(1792), + [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(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), }, [583] = { - [sym_identifier] = ACTIONS(1910), - [aux_sym_preproc_include_token1] = ACTIONS(1910), - [aux_sym_preproc_def_token1] = ACTIONS(1910), - [aux_sym_preproc_if_token1] = ACTIONS(1910), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1910), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1910), - [sym_preproc_directive] = ACTIONS(1910), - [anon_sym_LPAREN2] = ACTIONS(1912), - [anon_sym_BANG] = ACTIONS(1912), - [anon_sym_TILDE] = ACTIONS(1912), - [anon_sym_DASH] = ACTIONS(1910), - [anon_sym_PLUS] = ACTIONS(1910), - [anon_sym_STAR] = ACTIONS(1912), - [anon_sym_AMP_AMP] = ACTIONS(1912), - [anon_sym_AMP] = ACTIONS(1910), - [anon_sym_SEMI] = ACTIONS(1912), - [anon_sym_typedef] = ACTIONS(1910), - [anon_sym_extern] = ACTIONS(1910), - [anon_sym___attribute__] = ACTIONS(1910), - [anon_sym_COLON_COLON] = ACTIONS(1912), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1912), - [anon_sym___declspec] = ACTIONS(1910), - [anon_sym___based] = ACTIONS(1910), - [anon_sym___cdecl] = ACTIONS(1910), - [anon_sym___clrcall] = ACTIONS(1910), - [anon_sym___stdcall] = ACTIONS(1910), - [anon_sym___fastcall] = ACTIONS(1910), - [anon_sym___thiscall] = ACTIONS(1910), - [anon_sym___vectorcall] = ACTIONS(1910), - [anon_sym_LBRACE] = ACTIONS(1912), - [anon_sym_RBRACE] = ACTIONS(1912), - [anon_sym_LBRACK] = ACTIONS(1910), - [anon_sym_static] = ACTIONS(1910), - [anon_sym_register] = ACTIONS(1910), - [anon_sym_inline] = ACTIONS(1910), - [anon_sym_thread_local] = ACTIONS(1910), - [anon_sym_const] = ACTIONS(1910), - [anon_sym_volatile] = ACTIONS(1910), - [anon_sym_restrict] = ACTIONS(1910), - [anon_sym__Atomic] = ACTIONS(1910), - [anon_sym_mutable] = ACTIONS(1910), - [anon_sym_constexpr] = ACTIONS(1910), - [anon_sym_signed] = ACTIONS(1910), - [anon_sym_unsigned] = ACTIONS(1910), - [anon_sym_long] = ACTIONS(1910), - [anon_sym_short] = ACTIONS(1910), - [sym_primitive_type] = ACTIONS(1910), - [anon_sym_enum] = ACTIONS(1910), - [anon_sym_class] = ACTIONS(1910), - [anon_sym_struct] = ACTIONS(1910), - [anon_sym_union] = ACTIONS(1910), - [anon_sym_if] = ACTIONS(1910), - [anon_sym_switch] = ACTIONS(1910), - [anon_sym_case] = ACTIONS(1910), - [anon_sym_default] = ACTIONS(1910), - [anon_sym_while] = ACTIONS(1910), - [anon_sym_do] = ACTIONS(1910), - [anon_sym_for] = ACTIONS(1910), - [anon_sym_return] = ACTIONS(1910), - [anon_sym_break] = ACTIONS(1910), - [anon_sym_continue] = ACTIONS(1910), - [anon_sym_goto] = ACTIONS(1910), - [anon_sym_DASH_DASH] = ACTIONS(1912), - [anon_sym_PLUS_PLUS] = ACTIONS(1912), - [anon_sym_sizeof] = ACTIONS(1910), - [sym_number_literal] = ACTIONS(1912), - [anon_sym_L_SQUOTE] = ACTIONS(1912), - [anon_sym_u_SQUOTE] = ACTIONS(1912), - [anon_sym_U_SQUOTE] = ACTIONS(1912), - [anon_sym_u8_SQUOTE] = ACTIONS(1912), - [anon_sym_SQUOTE] = ACTIONS(1912), - [anon_sym_L_DQUOTE] = ACTIONS(1912), - [anon_sym_u_DQUOTE] = ACTIONS(1912), - [anon_sym_U_DQUOTE] = ACTIONS(1912), - [anon_sym_u8_DQUOTE] = ACTIONS(1912), - [anon_sym_DQUOTE] = ACTIONS(1912), - [sym_true] = ACTIONS(1910), - [sym_false] = ACTIONS(1910), - [sym_null] = ACTIONS(1910), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1910), - [anon_sym_virtual] = ACTIONS(1910), - [anon_sym_explicit] = ACTIONS(1910), - [sym_auto] = ACTIONS(1910), - [anon_sym_typename] = ACTIONS(1910), - [anon_sym_template] = ACTIONS(1910), - [anon_sym_operator] = ACTIONS(1910), - [anon_sym_delete] = ACTIONS(1910), - [anon_sym_throw] = ACTIONS(1910), - [anon_sym_namespace] = ACTIONS(1910), - [anon_sym_using] = ACTIONS(1910), - [anon_sym_static_assert] = ACTIONS(1910), - [anon_sym_co_return] = ACTIONS(1910), - [anon_sym_co_yield] = ACTIONS(1910), - [anon_sym_try] = ACTIONS(1910), - [anon_sym_co_await] = ACTIONS(1910), - [anon_sym_new] = ACTIONS(1910), - [sym_operator_name] = ACTIONS(1910), - [sym_this] = ACTIONS(1910), - [sym_nullptr] = ACTIONS(1910), - [sym_alone_macro] = ACTIONS(1912), - [aux_sym_alone_macro_call_token1] = ACTIONS(1910), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1910), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1910), - [anon_sym_FORWARD] = ACTIONS(1910), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1910), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1910), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1910), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1910), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1910), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1910), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1910), - [anon_sym_PS_GET] = ACTIONS(1910), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1910), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1910), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1910), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1910), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1910), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1910), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1910), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1910), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1910), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1910), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1910), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1910), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1910), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1910), - [anon_sym_MOZ_COLD] = ACTIONS(1910), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1910), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1910), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1910), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1910), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1910), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1910), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1910), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1910), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1910), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1910), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1910), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1910), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1910), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1910), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1910), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1910), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1910), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1910), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1910), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1910), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1910), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1910), - [anon_sym_MOZ_NONNULL] = ACTIONS(1910), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1910), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1910), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1910), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1910), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1910), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1910), - [anon_sym_MOZ_NORETURN] = ACTIONS(1910), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1910), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1910), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1910), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1910), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1910), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1910), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1910), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1910), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1910), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1910), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1910), - [anon_sym_MOZ_RAII] = ACTIONS(1910), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1910), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1910), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1910), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1910), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1910), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1910), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1910), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1910), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1910), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1910), - [sym_raw_string_literal] = ACTIONS(1912), + [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), + [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), }, [584] = { - [ts_builtin_sym_end] = ACTIONS(1872), - [sym_identifier] = ACTIONS(1870), - [aux_sym_preproc_include_token1] = ACTIONS(1870), - [aux_sym_preproc_def_token1] = ACTIONS(1870), - [aux_sym_preproc_if_token1] = ACTIONS(1870), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1870), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1870), - [sym_preproc_directive] = ACTIONS(1870), - [anon_sym_LPAREN2] = ACTIONS(1872), - [anon_sym_BANG] = ACTIONS(1872), - [anon_sym_TILDE] = ACTIONS(1872), - [anon_sym_DASH] = ACTIONS(1870), - [anon_sym_PLUS] = ACTIONS(1870), - [anon_sym_STAR] = ACTIONS(1872), - [anon_sym_AMP_AMP] = ACTIONS(1872), - [anon_sym_AMP] = ACTIONS(1870), - [anon_sym_SEMI] = ACTIONS(1872), - [anon_sym_typedef] = ACTIONS(1870), - [anon_sym_extern] = ACTIONS(1870), - [anon_sym___attribute__] = ACTIONS(1870), - [anon_sym_COLON_COLON] = ACTIONS(1872), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1872), - [anon_sym___declspec] = ACTIONS(1870), - [anon_sym___based] = ACTIONS(1870), - [anon_sym___cdecl] = ACTIONS(1870), - [anon_sym___clrcall] = ACTIONS(1870), - [anon_sym___stdcall] = ACTIONS(1870), - [anon_sym___fastcall] = ACTIONS(1870), - [anon_sym___thiscall] = ACTIONS(1870), - [anon_sym___vectorcall] = ACTIONS(1870), - [anon_sym_LBRACE] = ACTIONS(1872), - [anon_sym_LBRACK] = ACTIONS(1870), - [anon_sym_static] = ACTIONS(1870), - [anon_sym_register] = ACTIONS(1870), - [anon_sym_inline] = ACTIONS(1870), - [anon_sym_thread_local] = ACTIONS(1870), - [anon_sym_const] = ACTIONS(1870), - [anon_sym_volatile] = ACTIONS(1870), - [anon_sym_restrict] = ACTIONS(1870), - [anon_sym__Atomic] = ACTIONS(1870), - [anon_sym_mutable] = ACTIONS(1870), - [anon_sym_constexpr] = ACTIONS(1870), - [anon_sym_signed] = ACTIONS(1870), - [anon_sym_unsigned] = ACTIONS(1870), - [anon_sym_long] = ACTIONS(1870), - [anon_sym_short] = ACTIONS(1870), - [sym_primitive_type] = ACTIONS(1870), - [anon_sym_enum] = ACTIONS(1870), - [anon_sym_class] = ACTIONS(1870), - [anon_sym_struct] = ACTIONS(1870), - [anon_sym_union] = ACTIONS(1870), - [anon_sym_if] = ACTIONS(1870), - [anon_sym_switch] = ACTIONS(1870), - [anon_sym_case] = ACTIONS(1870), - [anon_sym_default] = ACTIONS(1870), - [anon_sym_while] = ACTIONS(1870), - [anon_sym_do] = ACTIONS(1870), - [anon_sym_for] = ACTIONS(1870), - [anon_sym_return] = ACTIONS(1870), - [anon_sym_break] = ACTIONS(1870), - [anon_sym_continue] = ACTIONS(1870), - [anon_sym_goto] = ACTIONS(1870), - [anon_sym_DASH_DASH] = ACTIONS(1872), - [anon_sym_PLUS_PLUS] = ACTIONS(1872), - [anon_sym_sizeof] = ACTIONS(1870), - [sym_number_literal] = ACTIONS(1872), - [anon_sym_L_SQUOTE] = ACTIONS(1872), - [anon_sym_u_SQUOTE] = ACTIONS(1872), - [anon_sym_U_SQUOTE] = ACTIONS(1872), - [anon_sym_u8_SQUOTE] = ACTIONS(1872), - [anon_sym_SQUOTE] = ACTIONS(1872), - [anon_sym_L_DQUOTE] = ACTIONS(1872), - [anon_sym_u_DQUOTE] = ACTIONS(1872), - [anon_sym_U_DQUOTE] = ACTIONS(1872), - [anon_sym_u8_DQUOTE] = ACTIONS(1872), - [anon_sym_DQUOTE] = ACTIONS(1872), - [sym_true] = ACTIONS(1870), - [sym_false] = ACTIONS(1870), - [sym_null] = ACTIONS(1870), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1870), - [anon_sym_virtual] = ACTIONS(1870), - [anon_sym_explicit] = ACTIONS(1870), - [sym_auto] = ACTIONS(1870), - [anon_sym_typename] = ACTIONS(1870), - [anon_sym_template] = ACTIONS(1870), - [anon_sym_operator] = ACTIONS(1870), - [anon_sym_delete] = ACTIONS(1870), - [anon_sym_throw] = ACTIONS(1870), - [anon_sym_namespace] = ACTIONS(1870), - [anon_sym_using] = ACTIONS(1870), - [anon_sym_static_assert] = ACTIONS(1870), - [anon_sym_co_return] = ACTIONS(1870), - [anon_sym_co_yield] = ACTIONS(1870), - [anon_sym_try] = ACTIONS(1870), - [anon_sym_co_await] = ACTIONS(1870), - [anon_sym_new] = ACTIONS(1870), - [sym_operator_name] = ACTIONS(1870), - [sym_this] = ACTIONS(1870), - [sym_nullptr] = ACTIONS(1870), - [sym_alone_macro] = ACTIONS(1872), - [aux_sym_alone_macro_call_token1] = ACTIONS(1870), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1870), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1870), - [anon_sym_FORWARD] = ACTIONS(1870), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1870), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1870), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1870), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1870), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1870), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1870), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1870), - [anon_sym_PS_GET] = ACTIONS(1870), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1870), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1870), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1870), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1870), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1870), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1870), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1870), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1870), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1870), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1870), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1870), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1870), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1870), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1870), - [anon_sym_MOZ_COLD] = ACTIONS(1870), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1870), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1870), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1870), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1870), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1870), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1870), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1870), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1870), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1870), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1870), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1870), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1870), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1870), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1870), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1870), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1870), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1870), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1870), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1870), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1870), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_NONNULL] = ACTIONS(1870), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1870), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1870), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1870), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1870), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1870), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_NORETURN] = ACTIONS(1870), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1870), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1870), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1870), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1870), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1870), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1870), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1870), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1870), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1870), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1870), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1870), - [anon_sym_MOZ_RAII] = ACTIONS(1870), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1870), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1870), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1870), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1870), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1870), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1870), - [sym_raw_string_literal] = ACTIONS(1872), + [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), + [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), }, [585] = { - [sym_identifier] = ACTIONS(1750), - [aux_sym_preproc_include_token1] = ACTIONS(1750), - [aux_sym_preproc_def_token1] = ACTIONS(1750), - [aux_sym_preproc_if_token1] = ACTIONS(1750), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1750), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1750), - [sym_preproc_directive] = ACTIONS(1750), - [anon_sym_LPAREN2] = ACTIONS(1752), - [anon_sym_BANG] = ACTIONS(1752), - [anon_sym_TILDE] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1750), - [anon_sym_PLUS] = ACTIONS(1750), - [anon_sym_STAR] = ACTIONS(1752), - [anon_sym_AMP_AMP] = ACTIONS(1752), - [anon_sym_AMP] = ACTIONS(1750), - [anon_sym_SEMI] = ACTIONS(1752), - [anon_sym_typedef] = ACTIONS(1750), - [anon_sym_extern] = ACTIONS(1750), - [anon_sym___attribute__] = ACTIONS(1750), - [anon_sym_COLON_COLON] = ACTIONS(1752), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1752), - [anon_sym___declspec] = ACTIONS(1750), - [anon_sym___based] = ACTIONS(1750), - [anon_sym___cdecl] = ACTIONS(1750), - [anon_sym___clrcall] = ACTIONS(1750), - [anon_sym___stdcall] = ACTIONS(1750), - [anon_sym___fastcall] = ACTIONS(1750), - [anon_sym___thiscall] = ACTIONS(1750), - [anon_sym___vectorcall] = ACTIONS(1750), - [anon_sym_LBRACE] = ACTIONS(1752), - [anon_sym_RBRACE] = ACTIONS(1752), - [anon_sym_LBRACK] = ACTIONS(1750), - [anon_sym_static] = ACTIONS(1750), - [anon_sym_register] = ACTIONS(1750), - [anon_sym_inline] = ACTIONS(1750), - [anon_sym_thread_local] = ACTIONS(1750), - [anon_sym_const] = ACTIONS(1750), - [anon_sym_volatile] = ACTIONS(1750), - [anon_sym_restrict] = ACTIONS(1750), - [anon_sym__Atomic] = ACTIONS(1750), - [anon_sym_mutable] = ACTIONS(1750), - [anon_sym_constexpr] = ACTIONS(1750), - [anon_sym_signed] = ACTIONS(1750), - [anon_sym_unsigned] = ACTIONS(1750), - [anon_sym_long] = ACTIONS(1750), - [anon_sym_short] = ACTIONS(1750), - [sym_primitive_type] = ACTIONS(1750), - [anon_sym_enum] = ACTIONS(1750), - [anon_sym_class] = ACTIONS(1750), - [anon_sym_struct] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_if] = ACTIONS(1750), - [anon_sym_switch] = ACTIONS(1750), - [anon_sym_case] = ACTIONS(1750), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_while] = ACTIONS(1750), - [anon_sym_do] = ACTIONS(1750), - [anon_sym_for] = ACTIONS(1750), - [anon_sym_return] = ACTIONS(1750), - [anon_sym_break] = ACTIONS(1750), - [anon_sym_continue] = ACTIONS(1750), - [anon_sym_goto] = ACTIONS(1750), - [anon_sym_DASH_DASH] = ACTIONS(1752), - [anon_sym_PLUS_PLUS] = ACTIONS(1752), - [anon_sym_sizeof] = ACTIONS(1750), - [sym_number_literal] = ACTIONS(1752), - [anon_sym_L_SQUOTE] = ACTIONS(1752), - [anon_sym_u_SQUOTE] = ACTIONS(1752), - [anon_sym_U_SQUOTE] = ACTIONS(1752), - [anon_sym_u8_SQUOTE] = ACTIONS(1752), - [anon_sym_SQUOTE] = ACTIONS(1752), - [anon_sym_L_DQUOTE] = ACTIONS(1752), - [anon_sym_u_DQUOTE] = ACTIONS(1752), - [anon_sym_U_DQUOTE] = ACTIONS(1752), - [anon_sym_u8_DQUOTE] = ACTIONS(1752), - [anon_sym_DQUOTE] = ACTIONS(1752), - [sym_true] = ACTIONS(1750), - [sym_false] = ACTIONS(1750), - [sym_null] = ACTIONS(1750), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1750), - [anon_sym_virtual] = ACTIONS(1750), - [anon_sym_explicit] = ACTIONS(1750), - [sym_auto] = ACTIONS(1750), - [anon_sym_typename] = ACTIONS(1750), - [anon_sym_template] = ACTIONS(1750), - [anon_sym_operator] = ACTIONS(1750), - [anon_sym_delete] = ACTIONS(1750), - [anon_sym_throw] = ACTIONS(1750), - [anon_sym_namespace] = ACTIONS(1750), - [anon_sym_using] = ACTIONS(1750), - [anon_sym_static_assert] = ACTIONS(1750), - [anon_sym_co_return] = ACTIONS(1750), - [anon_sym_co_yield] = ACTIONS(1750), - [anon_sym_try] = ACTIONS(1750), - [anon_sym_co_await] = ACTIONS(1750), - [anon_sym_new] = ACTIONS(1750), - [sym_operator_name] = ACTIONS(1750), - [sym_this] = ACTIONS(1750), - [sym_nullptr] = ACTIONS(1750), - [sym_alone_macro] = ACTIONS(1752), - [aux_sym_alone_macro_call_token1] = ACTIONS(1750), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1750), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1750), - [anon_sym_FORWARD] = ACTIONS(1750), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1750), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1750), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1750), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1750), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1750), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1750), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1750), - [anon_sym_PS_GET] = ACTIONS(1750), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1750), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1750), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1750), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1750), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1750), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1750), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1750), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1750), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1750), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1750), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1750), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1750), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1750), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1750), - [anon_sym_MOZ_COLD] = ACTIONS(1750), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1750), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1750), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1750), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1750), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1750), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1750), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1750), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1750), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1750), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1750), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1750), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1750), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1750), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1750), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1750), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1750), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1750), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1750), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1750), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1750), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1750), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1750), - [anon_sym_MOZ_NONNULL] = ACTIONS(1750), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1750), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1750), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1750), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1750), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1750), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1750), - [anon_sym_MOZ_NORETURN] = ACTIONS(1750), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1750), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1750), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1750), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1750), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1750), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1750), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1750), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1750), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1750), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1750), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1750), - [anon_sym_MOZ_RAII] = ACTIONS(1750), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1750), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1750), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1750), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1750), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1750), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1750), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1750), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1750), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1750), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1750), - [sym_raw_string_literal] = ACTIONS(1752), + [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(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), }, [586] = { - [ts_builtin_sym_end] = ACTIONS(1740), - [sym_identifier] = ACTIONS(1738), - [aux_sym_preproc_include_token1] = ACTIONS(1738), - [aux_sym_preproc_def_token1] = ACTIONS(1738), - [aux_sym_preproc_if_token1] = ACTIONS(1738), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1738), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1738), - [sym_preproc_directive] = ACTIONS(1738), - [anon_sym_LPAREN2] = ACTIONS(1740), - [anon_sym_BANG] = ACTIONS(1740), - [anon_sym_TILDE] = ACTIONS(1740), - [anon_sym_DASH] = ACTIONS(1738), - [anon_sym_PLUS] = ACTIONS(1738), - [anon_sym_STAR] = ACTIONS(1740), - [anon_sym_AMP_AMP] = ACTIONS(1740), - [anon_sym_AMP] = ACTIONS(1738), - [anon_sym_SEMI] = ACTIONS(1740), - [anon_sym_typedef] = ACTIONS(1738), - [anon_sym_extern] = ACTIONS(1738), - [anon_sym___attribute__] = ACTIONS(1738), - [anon_sym_COLON_COLON] = ACTIONS(1740), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1740), - [anon_sym___declspec] = ACTIONS(1738), - [anon_sym___based] = ACTIONS(1738), - [anon_sym___cdecl] = ACTIONS(1738), - [anon_sym___clrcall] = ACTIONS(1738), - [anon_sym___stdcall] = ACTIONS(1738), - [anon_sym___fastcall] = ACTIONS(1738), - [anon_sym___thiscall] = ACTIONS(1738), - [anon_sym___vectorcall] = ACTIONS(1738), - [anon_sym_LBRACE] = ACTIONS(1740), - [anon_sym_LBRACK] = ACTIONS(1738), - [anon_sym_static] = ACTIONS(1738), - [anon_sym_register] = ACTIONS(1738), - [anon_sym_inline] = ACTIONS(1738), - [anon_sym_thread_local] = ACTIONS(1738), - [anon_sym_const] = ACTIONS(1738), - [anon_sym_volatile] = ACTIONS(1738), - [anon_sym_restrict] = ACTIONS(1738), - [anon_sym__Atomic] = ACTIONS(1738), - [anon_sym_mutable] = ACTIONS(1738), - [anon_sym_constexpr] = ACTIONS(1738), - [anon_sym_signed] = ACTIONS(1738), - [anon_sym_unsigned] = ACTIONS(1738), - [anon_sym_long] = ACTIONS(1738), - [anon_sym_short] = ACTIONS(1738), - [sym_primitive_type] = ACTIONS(1738), - [anon_sym_enum] = ACTIONS(1738), - [anon_sym_class] = ACTIONS(1738), - [anon_sym_struct] = ACTIONS(1738), - [anon_sym_union] = ACTIONS(1738), - [anon_sym_if] = ACTIONS(1738), - [anon_sym_switch] = ACTIONS(1738), - [anon_sym_case] = ACTIONS(1738), - [anon_sym_default] = ACTIONS(1738), - [anon_sym_while] = ACTIONS(1738), - [anon_sym_do] = ACTIONS(1738), - [anon_sym_for] = ACTIONS(1738), - [anon_sym_return] = ACTIONS(1738), - [anon_sym_break] = ACTIONS(1738), - [anon_sym_continue] = ACTIONS(1738), - [anon_sym_goto] = ACTIONS(1738), - [anon_sym_DASH_DASH] = ACTIONS(1740), - [anon_sym_PLUS_PLUS] = ACTIONS(1740), - [anon_sym_sizeof] = ACTIONS(1738), - [sym_number_literal] = ACTIONS(1740), - [anon_sym_L_SQUOTE] = ACTIONS(1740), - [anon_sym_u_SQUOTE] = ACTIONS(1740), - [anon_sym_U_SQUOTE] = ACTIONS(1740), - [anon_sym_u8_SQUOTE] = ACTIONS(1740), - [anon_sym_SQUOTE] = ACTIONS(1740), - [anon_sym_L_DQUOTE] = ACTIONS(1740), - [anon_sym_u_DQUOTE] = ACTIONS(1740), - [anon_sym_U_DQUOTE] = ACTIONS(1740), - [anon_sym_u8_DQUOTE] = ACTIONS(1740), - [anon_sym_DQUOTE] = ACTIONS(1740), - [sym_true] = ACTIONS(1738), - [sym_false] = ACTIONS(1738), - [sym_null] = ACTIONS(1738), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1738), - [anon_sym_virtual] = ACTIONS(1738), - [anon_sym_explicit] = ACTIONS(1738), - [sym_auto] = ACTIONS(1738), - [anon_sym_typename] = ACTIONS(1738), - [anon_sym_template] = ACTIONS(1738), - [anon_sym_operator] = ACTIONS(1738), - [anon_sym_delete] = ACTIONS(1738), - [anon_sym_throw] = ACTIONS(1738), - [anon_sym_namespace] = ACTIONS(1738), - [anon_sym_using] = ACTIONS(1738), - [anon_sym_static_assert] = ACTIONS(1738), - [anon_sym_co_return] = ACTIONS(1738), - [anon_sym_co_yield] = ACTIONS(1738), - [anon_sym_try] = ACTIONS(1738), - [anon_sym_co_await] = ACTIONS(1738), - [anon_sym_new] = ACTIONS(1738), - [sym_operator_name] = ACTIONS(1738), - [sym_this] = ACTIONS(1738), - [sym_nullptr] = ACTIONS(1738), - [sym_alone_macro] = ACTIONS(1740), - [aux_sym_alone_macro_call_token1] = ACTIONS(1738), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1738), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1738), - [anon_sym_FORWARD] = ACTIONS(1738), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1738), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1738), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1738), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1738), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1738), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1738), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1738), - [anon_sym_PS_GET] = ACTIONS(1738), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1738), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1738), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1738), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1738), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1738), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1738), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1738), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1738), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1738), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1738), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1738), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1738), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1738), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1738), - [anon_sym_MOZ_COLD] = ACTIONS(1738), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1738), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1738), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1738), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1738), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1738), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1738), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1738), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1738), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1738), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1738), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1738), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1738), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1738), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1738), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1738), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1738), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1738), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1738), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1738), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1738), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_NONNULL] = ACTIONS(1738), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1738), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1738), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1738), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1738), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1738), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_NORETURN] = ACTIONS(1738), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1738), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1738), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1738), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1738), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1738), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1738), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1738), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1738), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1738), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1738), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1738), - [anon_sym_MOZ_RAII] = ACTIONS(1738), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1738), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1738), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1738), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1738), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1738), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1738), - [sym_raw_string_literal] = ACTIONS(1740), + [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), }, [587] = { - [ts_builtin_sym_end] = ACTIONS(1808), - [sym_identifier] = ACTIONS(1806), - [aux_sym_preproc_include_token1] = ACTIONS(1806), - [aux_sym_preproc_def_token1] = ACTIONS(1806), - [aux_sym_preproc_if_token1] = ACTIONS(1806), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1806), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1806), - [sym_preproc_directive] = ACTIONS(1806), - [anon_sym_LPAREN2] = ACTIONS(1808), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_TILDE] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1806), - [anon_sym_STAR] = ACTIONS(1808), - [anon_sym_AMP_AMP] = ACTIONS(1808), - [anon_sym_AMP] = ACTIONS(1806), - [anon_sym_SEMI] = ACTIONS(1808), - [anon_sym_typedef] = ACTIONS(1806), - [anon_sym_extern] = ACTIONS(1806), - [anon_sym___attribute__] = ACTIONS(1806), - [anon_sym_COLON_COLON] = ACTIONS(1808), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1808), - [anon_sym___declspec] = ACTIONS(1806), - [anon_sym___based] = ACTIONS(1806), - [anon_sym___cdecl] = ACTIONS(1806), - [anon_sym___clrcall] = ACTIONS(1806), - [anon_sym___stdcall] = ACTIONS(1806), - [anon_sym___fastcall] = ACTIONS(1806), - [anon_sym___thiscall] = ACTIONS(1806), - [anon_sym___vectorcall] = ACTIONS(1806), - [anon_sym_LBRACE] = ACTIONS(1808), - [anon_sym_LBRACK] = ACTIONS(1806), - [anon_sym_static] = ACTIONS(1806), - [anon_sym_register] = ACTIONS(1806), - [anon_sym_inline] = ACTIONS(1806), - [anon_sym_thread_local] = ACTIONS(1806), - [anon_sym_const] = ACTIONS(1806), - [anon_sym_volatile] = ACTIONS(1806), - [anon_sym_restrict] = ACTIONS(1806), - [anon_sym__Atomic] = ACTIONS(1806), - [anon_sym_mutable] = ACTIONS(1806), - [anon_sym_constexpr] = ACTIONS(1806), - [anon_sym_signed] = ACTIONS(1806), - [anon_sym_unsigned] = ACTIONS(1806), - [anon_sym_long] = ACTIONS(1806), - [anon_sym_short] = ACTIONS(1806), - [sym_primitive_type] = ACTIONS(1806), - [anon_sym_enum] = ACTIONS(1806), - [anon_sym_class] = ACTIONS(1806), - [anon_sym_struct] = ACTIONS(1806), - [anon_sym_union] = ACTIONS(1806), - [anon_sym_if] = ACTIONS(1806), - [anon_sym_switch] = ACTIONS(1806), - [anon_sym_case] = ACTIONS(1806), - [anon_sym_default] = ACTIONS(1806), - [anon_sym_while] = ACTIONS(1806), - [anon_sym_do] = ACTIONS(1806), - [anon_sym_for] = ACTIONS(1806), - [anon_sym_return] = ACTIONS(1806), - [anon_sym_break] = ACTIONS(1806), - [anon_sym_continue] = ACTIONS(1806), - [anon_sym_goto] = ACTIONS(1806), - [anon_sym_DASH_DASH] = ACTIONS(1808), - [anon_sym_PLUS_PLUS] = ACTIONS(1808), - [anon_sym_sizeof] = ACTIONS(1806), - [sym_number_literal] = ACTIONS(1808), - [anon_sym_L_SQUOTE] = ACTIONS(1808), - [anon_sym_u_SQUOTE] = ACTIONS(1808), - [anon_sym_U_SQUOTE] = ACTIONS(1808), - [anon_sym_u8_SQUOTE] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1808), - [anon_sym_L_DQUOTE] = ACTIONS(1808), - [anon_sym_u_DQUOTE] = ACTIONS(1808), - [anon_sym_U_DQUOTE] = ACTIONS(1808), - [anon_sym_u8_DQUOTE] = ACTIONS(1808), - [anon_sym_DQUOTE] = ACTIONS(1808), - [sym_true] = ACTIONS(1806), - [sym_false] = ACTIONS(1806), - [sym_null] = ACTIONS(1806), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1806), - [anon_sym_virtual] = ACTIONS(1806), - [anon_sym_explicit] = ACTIONS(1806), - [sym_auto] = ACTIONS(1806), - [anon_sym_typename] = ACTIONS(1806), - [anon_sym_template] = ACTIONS(1806), - [anon_sym_operator] = ACTIONS(1806), - [anon_sym_delete] = ACTIONS(1806), - [anon_sym_throw] = ACTIONS(1806), - [anon_sym_namespace] = ACTIONS(1806), - [anon_sym_using] = ACTIONS(1806), - [anon_sym_static_assert] = ACTIONS(1806), - [anon_sym_co_return] = ACTIONS(1806), - [anon_sym_co_yield] = ACTIONS(1806), - [anon_sym_try] = ACTIONS(1806), - [anon_sym_co_await] = ACTIONS(1806), - [anon_sym_new] = ACTIONS(1806), - [sym_operator_name] = ACTIONS(1806), - [sym_this] = ACTIONS(1806), - [sym_nullptr] = ACTIONS(1806), - [sym_alone_macro] = ACTIONS(1808), - [aux_sym_alone_macro_call_token1] = ACTIONS(1806), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1806), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1806), - [anon_sym_FORWARD] = ACTIONS(1806), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1806), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1806), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1806), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1806), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1806), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1806), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1806), - [anon_sym_PS_GET] = ACTIONS(1806), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1806), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1806), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1806), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1806), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1806), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1806), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1806), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1806), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1806), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1806), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1806), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1806), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1806), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1806), - [anon_sym_MOZ_COLD] = ACTIONS(1806), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1806), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1806), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1806), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1806), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1806), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1806), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1806), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1806), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1806), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1806), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1806), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1806), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1806), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1806), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1806), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1806), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1806), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1806), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1806), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1806), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_NONNULL] = ACTIONS(1806), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1806), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1806), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1806), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1806), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1806), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_NORETURN] = ACTIONS(1806), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1806), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1806), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1806), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1806), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1806), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1806), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1806), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1806), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1806), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1806), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1806), - [anon_sym_MOZ_RAII] = ACTIONS(1806), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1806), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1806), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1806), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1806), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1806), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1806), - [sym_raw_string_literal] = ACTIONS(1808), + [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(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), }, [588] = { - [sym_identifier] = ACTIONS(1794), - [aux_sym_preproc_include_token1] = ACTIONS(1794), - [aux_sym_preproc_def_token1] = ACTIONS(1794), - [aux_sym_preproc_if_token1] = ACTIONS(1794), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1794), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1794), - [sym_preproc_directive] = ACTIONS(1794), - [anon_sym_LPAREN2] = ACTIONS(1796), - [anon_sym_BANG] = ACTIONS(1796), - [anon_sym_TILDE] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1794), - [anon_sym_PLUS] = ACTIONS(1794), - [anon_sym_STAR] = ACTIONS(1796), - [anon_sym_AMP_AMP] = ACTIONS(1796), - [anon_sym_AMP] = ACTIONS(1794), - [anon_sym_SEMI] = ACTIONS(1796), - [anon_sym_typedef] = ACTIONS(1794), - [anon_sym_extern] = ACTIONS(1794), - [anon_sym___attribute__] = ACTIONS(1794), - [anon_sym_COLON_COLON] = ACTIONS(1796), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1796), - [anon_sym___declspec] = ACTIONS(1794), - [anon_sym___based] = ACTIONS(1794), - [anon_sym___cdecl] = ACTIONS(1794), - [anon_sym___clrcall] = ACTIONS(1794), - [anon_sym___stdcall] = ACTIONS(1794), - [anon_sym___fastcall] = ACTIONS(1794), - [anon_sym___thiscall] = ACTIONS(1794), - [anon_sym___vectorcall] = ACTIONS(1794), - [anon_sym_LBRACE] = ACTIONS(1796), - [anon_sym_RBRACE] = ACTIONS(1796), - [anon_sym_LBRACK] = ACTIONS(1794), - [anon_sym_static] = ACTIONS(1794), - [anon_sym_register] = ACTIONS(1794), - [anon_sym_inline] = ACTIONS(1794), - [anon_sym_thread_local] = ACTIONS(1794), - [anon_sym_const] = ACTIONS(1794), - [anon_sym_volatile] = ACTIONS(1794), - [anon_sym_restrict] = ACTIONS(1794), - [anon_sym__Atomic] = ACTIONS(1794), - [anon_sym_mutable] = ACTIONS(1794), - [anon_sym_constexpr] = ACTIONS(1794), - [anon_sym_signed] = ACTIONS(1794), - [anon_sym_unsigned] = ACTIONS(1794), - [anon_sym_long] = ACTIONS(1794), - [anon_sym_short] = ACTIONS(1794), - [sym_primitive_type] = ACTIONS(1794), - [anon_sym_enum] = ACTIONS(1794), - [anon_sym_class] = ACTIONS(1794), - [anon_sym_struct] = ACTIONS(1794), - [anon_sym_union] = ACTIONS(1794), - [anon_sym_if] = ACTIONS(1794), - [anon_sym_switch] = ACTIONS(1794), - [anon_sym_case] = ACTIONS(1794), - [anon_sym_default] = ACTIONS(1794), - [anon_sym_while] = ACTIONS(1794), - [anon_sym_do] = ACTIONS(1794), - [anon_sym_for] = ACTIONS(1794), - [anon_sym_return] = ACTIONS(1794), - [anon_sym_break] = ACTIONS(1794), - [anon_sym_continue] = ACTIONS(1794), - [anon_sym_goto] = ACTIONS(1794), - [anon_sym_DASH_DASH] = ACTIONS(1796), - [anon_sym_PLUS_PLUS] = ACTIONS(1796), - [anon_sym_sizeof] = ACTIONS(1794), - [sym_number_literal] = ACTIONS(1796), - [anon_sym_L_SQUOTE] = ACTIONS(1796), - [anon_sym_u_SQUOTE] = ACTIONS(1796), - [anon_sym_U_SQUOTE] = ACTIONS(1796), - [anon_sym_u8_SQUOTE] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1796), - [anon_sym_L_DQUOTE] = ACTIONS(1796), - [anon_sym_u_DQUOTE] = ACTIONS(1796), - [anon_sym_U_DQUOTE] = ACTIONS(1796), - [anon_sym_u8_DQUOTE] = ACTIONS(1796), - [anon_sym_DQUOTE] = ACTIONS(1796), - [sym_true] = ACTIONS(1794), - [sym_false] = ACTIONS(1794), - [sym_null] = ACTIONS(1794), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1794), - [anon_sym_virtual] = ACTIONS(1794), - [anon_sym_explicit] = ACTIONS(1794), - [sym_auto] = ACTIONS(1794), - [anon_sym_typename] = ACTIONS(1794), - [anon_sym_template] = ACTIONS(1794), - [anon_sym_operator] = ACTIONS(1794), - [anon_sym_delete] = ACTIONS(1794), - [anon_sym_throw] = ACTIONS(1794), - [anon_sym_namespace] = ACTIONS(1794), - [anon_sym_using] = ACTIONS(1794), - [anon_sym_static_assert] = ACTIONS(1794), - [anon_sym_co_return] = ACTIONS(1794), - [anon_sym_co_yield] = ACTIONS(1794), - [anon_sym_try] = ACTIONS(1794), - [anon_sym_co_await] = ACTIONS(1794), - [anon_sym_new] = ACTIONS(1794), - [sym_operator_name] = ACTIONS(1794), - [sym_this] = ACTIONS(1794), - [sym_nullptr] = ACTIONS(1794), - [sym_alone_macro] = ACTIONS(1796), - [aux_sym_alone_macro_call_token1] = ACTIONS(1794), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1794), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1794), - [anon_sym_FORWARD] = ACTIONS(1794), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1794), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1794), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1794), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1794), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1794), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1794), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1794), - [anon_sym_PS_GET] = ACTIONS(1794), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1794), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1794), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1794), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1794), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1794), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1794), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1794), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1794), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1794), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1794), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1794), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1794), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1794), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1794), - [anon_sym_MOZ_COLD] = ACTIONS(1794), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1794), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1794), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1794), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1794), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1794), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1794), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1794), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1794), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1794), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1794), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1794), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1794), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1794), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1794), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1794), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1794), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1794), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1794), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1794), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1794), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_NONNULL] = ACTIONS(1794), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1794), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1794), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1794), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1794), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1794), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_NORETURN] = ACTIONS(1794), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1794), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1794), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1794), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1794), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1794), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1794), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1794), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1794), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1794), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1794), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1794), - [anon_sym_MOZ_RAII] = ACTIONS(1794), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1794), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1794), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1794), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1794), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1794), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1794), - [sym_raw_string_literal] = ACTIONS(1796), + [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(1812), - [sym_identifier] = ACTIONS(1810), - [aux_sym_preproc_include_token1] = ACTIONS(1810), - [aux_sym_preproc_def_token1] = ACTIONS(1810), - [aux_sym_preproc_if_token1] = ACTIONS(1810), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1810), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1810), - [sym_preproc_directive] = ACTIONS(1810), - [anon_sym_LPAREN2] = ACTIONS(1812), - [anon_sym_BANG] = ACTIONS(1812), - [anon_sym_TILDE] = ACTIONS(1812), - [anon_sym_DASH] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1810), - [anon_sym_STAR] = ACTIONS(1812), - [anon_sym_AMP_AMP] = ACTIONS(1812), - [anon_sym_AMP] = ACTIONS(1810), - [anon_sym_SEMI] = ACTIONS(1812), - [anon_sym_typedef] = ACTIONS(1810), - [anon_sym_extern] = ACTIONS(1810), - [anon_sym___attribute__] = ACTIONS(1810), - [anon_sym_COLON_COLON] = ACTIONS(1812), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1812), - [anon_sym___declspec] = ACTIONS(1810), - [anon_sym___based] = ACTIONS(1810), - [anon_sym___cdecl] = ACTIONS(1810), - [anon_sym___clrcall] = ACTIONS(1810), - [anon_sym___stdcall] = ACTIONS(1810), - [anon_sym___fastcall] = ACTIONS(1810), - [anon_sym___thiscall] = ACTIONS(1810), - [anon_sym___vectorcall] = ACTIONS(1810), - [anon_sym_LBRACE] = ACTIONS(1812), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_static] = ACTIONS(1810), - [anon_sym_register] = ACTIONS(1810), - [anon_sym_inline] = ACTIONS(1810), - [anon_sym_thread_local] = ACTIONS(1810), - [anon_sym_const] = ACTIONS(1810), - [anon_sym_volatile] = ACTIONS(1810), - [anon_sym_restrict] = ACTIONS(1810), - [anon_sym__Atomic] = ACTIONS(1810), - [anon_sym_mutable] = ACTIONS(1810), - [anon_sym_constexpr] = ACTIONS(1810), - [anon_sym_signed] = ACTIONS(1810), - [anon_sym_unsigned] = ACTIONS(1810), - [anon_sym_long] = ACTIONS(1810), - [anon_sym_short] = ACTIONS(1810), - [sym_primitive_type] = ACTIONS(1810), - [anon_sym_enum] = ACTIONS(1810), - [anon_sym_class] = ACTIONS(1810), - [anon_sym_struct] = ACTIONS(1810), - [anon_sym_union] = ACTIONS(1810), - [anon_sym_if] = ACTIONS(1810), - [anon_sym_switch] = ACTIONS(1810), - [anon_sym_case] = ACTIONS(1810), - [anon_sym_default] = ACTIONS(1810), - [anon_sym_while] = ACTIONS(1810), - [anon_sym_do] = ACTIONS(1810), - [anon_sym_for] = ACTIONS(1810), - [anon_sym_return] = ACTIONS(1810), - [anon_sym_break] = ACTIONS(1810), - [anon_sym_continue] = ACTIONS(1810), - [anon_sym_goto] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1812), - [anon_sym_PLUS_PLUS] = ACTIONS(1812), - [anon_sym_sizeof] = ACTIONS(1810), - [sym_number_literal] = ACTIONS(1812), - [anon_sym_L_SQUOTE] = ACTIONS(1812), - [anon_sym_u_SQUOTE] = ACTIONS(1812), - [anon_sym_U_SQUOTE] = ACTIONS(1812), - [anon_sym_u8_SQUOTE] = ACTIONS(1812), - [anon_sym_SQUOTE] = ACTIONS(1812), - [anon_sym_L_DQUOTE] = ACTIONS(1812), - [anon_sym_u_DQUOTE] = ACTIONS(1812), - [anon_sym_U_DQUOTE] = ACTIONS(1812), - [anon_sym_u8_DQUOTE] = ACTIONS(1812), - [anon_sym_DQUOTE] = ACTIONS(1812), - [sym_true] = ACTIONS(1810), - [sym_false] = ACTIONS(1810), - [sym_null] = ACTIONS(1810), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1810), - [anon_sym_virtual] = ACTIONS(1810), - [anon_sym_explicit] = ACTIONS(1810), - [sym_auto] = ACTIONS(1810), - [anon_sym_typename] = ACTIONS(1810), - [anon_sym_template] = ACTIONS(1810), - [anon_sym_operator] = ACTIONS(1810), - [anon_sym_delete] = ACTIONS(1810), - [anon_sym_throw] = ACTIONS(1810), - [anon_sym_namespace] = ACTIONS(1810), - [anon_sym_using] = ACTIONS(1810), - [anon_sym_static_assert] = ACTIONS(1810), - [anon_sym_co_return] = ACTIONS(1810), - [anon_sym_co_yield] = ACTIONS(1810), - [anon_sym_try] = ACTIONS(1810), - [anon_sym_co_await] = ACTIONS(1810), - [anon_sym_new] = ACTIONS(1810), - [sym_operator_name] = ACTIONS(1810), - [sym_this] = ACTIONS(1810), - [sym_nullptr] = ACTIONS(1810), - [sym_alone_macro] = ACTIONS(1812), - [aux_sym_alone_macro_call_token1] = ACTIONS(1810), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1810), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1810), - [anon_sym_FORWARD] = ACTIONS(1810), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1810), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1810), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1810), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1810), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1810), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1810), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1810), - [anon_sym_PS_GET] = ACTIONS(1810), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1810), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1810), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1810), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1810), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1810), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1810), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1810), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1810), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1810), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1810), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1810), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1810), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1810), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1810), - [anon_sym_MOZ_COLD] = ACTIONS(1810), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1810), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1810), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1810), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1810), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1810), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1810), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1810), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1810), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1810), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1810), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1810), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1810), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1810), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1810), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1810), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1810), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1810), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1810), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1810), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1810), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_NONNULL] = ACTIONS(1810), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1810), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1810), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1810), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1810), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1810), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_NORETURN] = ACTIONS(1810), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1810), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1810), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1810), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1810), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1810), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1810), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1810), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1810), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1810), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1810), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1810), - [anon_sym_MOZ_RAII] = ACTIONS(1810), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1810), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1810), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1810), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1810), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1810), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1810), - [sym_raw_string_literal] = ACTIONS(1812), + [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] = { - [sym_identifier] = ACTIONS(1822), - [aux_sym_preproc_include_token1] = ACTIONS(1822), - [aux_sym_preproc_def_token1] = ACTIONS(1822), - [aux_sym_preproc_if_token1] = ACTIONS(1822), - [aux_sym_preproc_if_token2] = ACTIONS(1822), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1822), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1822), - [sym_preproc_directive] = ACTIONS(1822), - [anon_sym_LPAREN2] = ACTIONS(1824), - [anon_sym_BANG] = ACTIONS(1824), - [anon_sym_TILDE] = ACTIONS(1824), - [anon_sym_DASH] = ACTIONS(1822), - [anon_sym_PLUS] = ACTIONS(1822), - [anon_sym_STAR] = ACTIONS(1824), - [anon_sym_AMP_AMP] = ACTIONS(1824), - [anon_sym_AMP] = ACTIONS(1822), - [anon_sym_SEMI] = ACTIONS(1824), - [anon_sym_typedef] = ACTIONS(1822), - [anon_sym_extern] = ACTIONS(1822), - [anon_sym___attribute__] = ACTIONS(1822), - [anon_sym_COLON_COLON] = ACTIONS(1824), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1824), - [anon_sym___declspec] = ACTIONS(1822), - [anon_sym___based] = ACTIONS(1822), - [anon_sym___cdecl] = ACTIONS(1822), - [anon_sym___clrcall] = ACTIONS(1822), - [anon_sym___stdcall] = ACTIONS(1822), - [anon_sym___fastcall] = ACTIONS(1822), - [anon_sym___thiscall] = ACTIONS(1822), - [anon_sym___vectorcall] = ACTIONS(1822), - [anon_sym_LBRACE] = ACTIONS(1824), - [anon_sym_LBRACK] = ACTIONS(1822), - [anon_sym_static] = ACTIONS(1822), - [anon_sym_register] = ACTIONS(1822), - [anon_sym_inline] = ACTIONS(1822), - [anon_sym_thread_local] = ACTIONS(1822), - [anon_sym_const] = ACTIONS(1822), - [anon_sym_volatile] = ACTIONS(1822), - [anon_sym_restrict] = ACTIONS(1822), - [anon_sym__Atomic] = ACTIONS(1822), - [anon_sym_mutable] = ACTIONS(1822), - [anon_sym_constexpr] = ACTIONS(1822), - [anon_sym_signed] = ACTIONS(1822), - [anon_sym_unsigned] = ACTIONS(1822), - [anon_sym_long] = ACTIONS(1822), - [anon_sym_short] = ACTIONS(1822), - [sym_primitive_type] = ACTIONS(1822), - [anon_sym_enum] = ACTIONS(1822), - [anon_sym_class] = ACTIONS(1822), - [anon_sym_struct] = ACTIONS(1822), - [anon_sym_union] = ACTIONS(1822), - [anon_sym_if] = ACTIONS(1822), - [anon_sym_switch] = ACTIONS(1822), - [anon_sym_case] = ACTIONS(1822), - [anon_sym_default] = ACTIONS(1822), - [anon_sym_while] = ACTIONS(1822), - [anon_sym_do] = ACTIONS(1822), - [anon_sym_for] = ACTIONS(1822), - [anon_sym_return] = ACTIONS(1822), - [anon_sym_break] = ACTIONS(1822), - [anon_sym_continue] = ACTIONS(1822), - [anon_sym_goto] = ACTIONS(1822), - [anon_sym_DASH_DASH] = ACTIONS(1824), - [anon_sym_PLUS_PLUS] = ACTIONS(1824), - [anon_sym_sizeof] = ACTIONS(1822), - [sym_number_literal] = ACTIONS(1824), - [anon_sym_L_SQUOTE] = ACTIONS(1824), - [anon_sym_u_SQUOTE] = ACTIONS(1824), - [anon_sym_U_SQUOTE] = ACTIONS(1824), - [anon_sym_u8_SQUOTE] = ACTIONS(1824), - [anon_sym_SQUOTE] = ACTIONS(1824), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1822), - [sym_false] = ACTIONS(1822), - [sym_null] = ACTIONS(1822), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1822), - [anon_sym_virtual] = ACTIONS(1822), - [anon_sym_explicit] = ACTIONS(1822), - [sym_auto] = ACTIONS(1822), - [anon_sym_typename] = ACTIONS(1822), - [anon_sym_template] = ACTIONS(1822), - [anon_sym_operator] = ACTIONS(1822), - [anon_sym_delete] = ACTIONS(1822), - [anon_sym_throw] = ACTIONS(1822), - [anon_sym_namespace] = ACTIONS(1822), - [anon_sym_using] = ACTIONS(1822), - [anon_sym_static_assert] = ACTIONS(1822), - [anon_sym_co_return] = ACTIONS(1822), - [anon_sym_co_yield] = ACTIONS(1822), - [anon_sym_try] = ACTIONS(1822), - [anon_sym_co_await] = ACTIONS(1822), - [anon_sym_new] = ACTIONS(1822), - [sym_operator_name] = ACTIONS(1822), - [sym_this] = ACTIONS(1822), - [sym_nullptr] = ACTIONS(1822), - [sym_alone_macro] = ACTIONS(1824), - [aux_sym_alone_macro_call_token1] = ACTIONS(1822), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1822), - [anon_sym_FORWARD] = ACTIONS(1822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1822), - [anon_sym_PS_GET] = ACTIONS(1822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1822), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1822), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1822), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1822), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1822), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1822), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1822), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1822), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1822), - [anon_sym_MOZ_COLD] = ACTIONS(1822), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1822), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1822), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1822), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1822), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1822), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1822), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1822), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1822), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1822), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1822), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1822), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1822), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1822), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1822), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1822), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1822), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1822), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1822), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1822), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1822), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1822), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1822), - [anon_sym_MOZ_NONNULL] = ACTIONS(1822), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1822), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1822), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1822), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1822), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1822), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1822), - [anon_sym_MOZ_NORETURN] = ACTIONS(1822), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1822), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1822), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1822), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1822), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1822), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1822), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1822), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1822), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1822), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1822), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1822), - [anon_sym_MOZ_RAII] = ACTIONS(1822), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1822), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1822), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1822), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1822), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1822), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1822), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1822), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1822), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1822), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1822), - [sym_raw_string_literal] = ACTIONS(1824), + [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), + [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), }, [591] = { - [sym_identifier] = ACTIONS(1810), - [aux_sym_preproc_include_token1] = ACTIONS(1810), - [aux_sym_preproc_def_token1] = ACTIONS(1810), - [aux_sym_preproc_if_token1] = ACTIONS(1810), - [aux_sym_preproc_if_token2] = ACTIONS(1810), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1810), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1810), - [sym_preproc_directive] = ACTIONS(1810), - [anon_sym_LPAREN2] = ACTIONS(1812), - [anon_sym_BANG] = ACTIONS(1812), - [anon_sym_TILDE] = ACTIONS(1812), - [anon_sym_DASH] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1810), - [anon_sym_STAR] = ACTIONS(1812), - [anon_sym_AMP_AMP] = ACTIONS(1812), - [anon_sym_AMP] = ACTIONS(1810), - [anon_sym_SEMI] = ACTIONS(1812), - [anon_sym_typedef] = ACTIONS(1810), - [anon_sym_extern] = ACTIONS(1810), - [anon_sym___attribute__] = ACTIONS(1810), - [anon_sym_COLON_COLON] = ACTIONS(1812), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1812), - [anon_sym___declspec] = ACTIONS(1810), - [anon_sym___based] = ACTIONS(1810), - [anon_sym___cdecl] = ACTIONS(1810), - [anon_sym___clrcall] = ACTIONS(1810), - [anon_sym___stdcall] = ACTIONS(1810), - [anon_sym___fastcall] = ACTIONS(1810), - [anon_sym___thiscall] = ACTIONS(1810), - [anon_sym___vectorcall] = ACTIONS(1810), - [anon_sym_LBRACE] = ACTIONS(1812), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_static] = ACTIONS(1810), - [anon_sym_register] = ACTIONS(1810), - [anon_sym_inline] = ACTIONS(1810), - [anon_sym_thread_local] = ACTIONS(1810), - [anon_sym_const] = ACTIONS(1810), - [anon_sym_volatile] = ACTIONS(1810), - [anon_sym_restrict] = ACTIONS(1810), - [anon_sym__Atomic] = ACTIONS(1810), - [anon_sym_mutable] = ACTIONS(1810), - [anon_sym_constexpr] = ACTIONS(1810), - [anon_sym_signed] = ACTIONS(1810), - [anon_sym_unsigned] = ACTIONS(1810), - [anon_sym_long] = ACTIONS(1810), - [anon_sym_short] = ACTIONS(1810), - [sym_primitive_type] = ACTIONS(1810), - [anon_sym_enum] = ACTIONS(1810), - [anon_sym_class] = ACTIONS(1810), - [anon_sym_struct] = ACTIONS(1810), - [anon_sym_union] = ACTIONS(1810), - [anon_sym_if] = ACTIONS(1810), - [anon_sym_switch] = ACTIONS(1810), - [anon_sym_case] = ACTIONS(1810), - [anon_sym_default] = ACTIONS(1810), - [anon_sym_while] = ACTIONS(1810), - [anon_sym_do] = ACTIONS(1810), - [anon_sym_for] = ACTIONS(1810), - [anon_sym_return] = ACTIONS(1810), - [anon_sym_break] = ACTIONS(1810), - [anon_sym_continue] = ACTIONS(1810), - [anon_sym_goto] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1812), - [anon_sym_PLUS_PLUS] = ACTIONS(1812), - [anon_sym_sizeof] = ACTIONS(1810), - [sym_number_literal] = ACTIONS(1812), - [anon_sym_L_SQUOTE] = ACTIONS(1812), - [anon_sym_u_SQUOTE] = ACTIONS(1812), - [anon_sym_U_SQUOTE] = ACTIONS(1812), - [anon_sym_u8_SQUOTE] = ACTIONS(1812), - [anon_sym_SQUOTE] = ACTIONS(1812), - [anon_sym_L_DQUOTE] = ACTIONS(1812), - [anon_sym_u_DQUOTE] = ACTIONS(1812), - [anon_sym_U_DQUOTE] = ACTIONS(1812), - [anon_sym_u8_DQUOTE] = ACTIONS(1812), - [anon_sym_DQUOTE] = ACTIONS(1812), - [sym_true] = ACTIONS(1810), - [sym_false] = ACTIONS(1810), - [sym_null] = ACTIONS(1810), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1810), - [anon_sym_virtual] = ACTIONS(1810), - [anon_sym_explicit] = ACTIONS(1810), - [sym_auto] = ACTIONS(1810), - [anon_sym_typename] = ACTIONS(1810), - [anon_sym_template] = ACTIONS(1810), - [anon_sym_operator] = ACTIONS(1810), - [anon_sym_delete] = ACTIONS(1810), - [anon_sym_throw] = ACTIONS(1810), - [anon_sym_namespace] = ACTIONS(1810), - [anon_sym_using] = ACTIONS(1810), - [anon_sym_static_assert] = ACTIONS(1810), - [anon_sym_co_return] = ACTIONS(1810), - [anon_sym_co_yield] = ACTIONS(1810), - [anon_sym_try] = ACTIONS(1810), - [anon_sym_co_await] = ACTIONS(1810), - [anon_sym_new] = ACTIONS(1810), - [sym_operator_name] = ACTIONS(1810), - [sym_this] = ACTIONS(1810), - [sym_nullptr] = ACTIONS(1810), - [sym_alone_macro] = ACTIONS(1812), - [aux_sym_alone_macro_call_token1] = ACTIONS(1810), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1810), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1810), - [anon_sym_FORWARD] = ACTIONS(1810), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1810), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1810), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1810), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1810), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1810), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1810), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1810), - [anon_sym_PS_GET] = ACTIONS(1810), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1810), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1810), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1810), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1810), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1810), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1810), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1810), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1810), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1810), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1810), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1810), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1810), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1810), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1810), - [anon_sym_MOZ_COLD] = ACTIONS(1810), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1810), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1810), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1810), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1810), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1810), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1810), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1810), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1810), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1810), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1810), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1810), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1810), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1810), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1810), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1810), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1810), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1810), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1810), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1810), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1810), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_NONNULL] = ACTIONS(1810), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1810), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1810), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1810), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1810), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1810), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_NORETURN] = ACTIONS(1810), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1810), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1810), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1810), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1810), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1810), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1810), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1810), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1810), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1810), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1810), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1810), - [anon_sym_MOZ_RAII] = ACTIONS(1810), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1810), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1810), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1810), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1810), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1810), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1810), - [sym_raw_string_literal] = ACTIONS(1812), + [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(1892), - [sym_identifier] = ACTIONS(1890), - [aux_sym_preproc_include_token1] = ACTIONS(1890), - [aux_sym_preproc_def_token1] = ACTIONS(1890), - [aux_sym_preproc_if_token1] = ACTIONS(1890), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1890), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1890), - [sym_preproc_directive] = ACTIONS(1890), - [anon_sym_LPAREN2] = ACTIONS(1892), - [anon_sym_BANG] = ACTIONS(1892), - [anon_sym_TILDE] = ACTIONS(1892), - [anon_sym_DASH] = ACTIONS(1890), - [anon_sym_PLUS] = ACTIONS(1890), - [anon_sym_STAR] = ACTIONS(1892), - [anon_sym_AMP_AMP] = ACTIONS(1892), - [anon_sym_AMP] = ACTIONS(1890), - [anon_sym_SEMI] = ACTIONS(1892), - [anon_sym_typedef] = ACTIONS(1890), - [anon_sym_extern] = ACTIONS(1890), - [anon_sym___attribute__] = ACTIONS(1890), - [anon_sym_COLON_COLON] = ACTIONS(1892), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1892), - [anon_sym___declspec] = ACTIONS(1890), - [anon_sym___based] = ACTIONS(1890), - [anon_sym___cdecl] = ACTIONS(1890), - [anon_sym___clrcall] = ACTIONS(1890), - [anon_sym___stdcall] = ACTIONS(1890), - [anon_sym___fastcall] = ACTIONS(1890), - [anon_sym___thiscall] = ACTIONS(1890), - [anon_sym___vectorcall] = ACTIONS(1890), - [anon_sym_LBRACE] = ACTIONS(1892), - [anon_sym_LBRACK] = ACTIONS(1890), - [anon_sym_static] = ACTIONS(1890), - [anon_sym_register] = ACTIONS(1890), - [anon_sym_inline] = ACTIONS(1890), - [anon_sym_thread_local] = ACTIONS(1890), - [anon_sym_const] = ACTIONS(1890), - [anon_sym_volatile] = ACTIONS(1890), - [anon_sym_restrict] = ACTIONS(1890), - [anon_sym__Atomic] = ACTIONS(1890), - [anon_sym_mutable] = ACTIONS(1890), - [anon_sym_constexpr] = ACTIONS(1890), - [anon_sym_signed] = ACTIONS(1890), - [anon_sym_unsigned] = ACTIONS(1890), - [anon_sym_long] = ACTIONS(1890), - [anon_sym_short] = ACTIONS(1890), - [sym_primitive_type] = ACTIONS(1890), - [anon_sym_enum] = ACTIONS(1890), - [anon_sym_class] = ACTIONS(1890), - [anon_sym_struct] = ACTIONS(1890), - [anon_sym_union] = ACTIONS(1890), - [anon_sym_if] = ACTIONS(1890), - [anon_sym_switch] = ACTIONS(1890), - [anon_sym_case] = ACTIONS(1890), - [anon_sym_default] = ACTIONS(1890), - [anon_sym_while] = ACTIONS(1890), - [anon_sym_do] = ACTIONS(1890), - [anon_sym_for] = ACTIONS(1890), - [anon_sym_return] = ACTIONS(1890), - [anon_sym_break] = ACTIONS(1890), - [anon_sym_continue] = ACTIONS(1890), - [anon_sym_goto] = ACTIONS(1890), - [anon_sym_DASH_DASH] = ACTIONS(1892), - [anon_sym_PLUS_PLUS] = ACTIONS(1892), - [anon_sym_sizeof] = ACTIONS(1890), - [sym_number_literal] = ACTIONS(1892), - [anon_sym_L_SQUOTE] = ACTIONS(1892), - [anon_sym_u_SQUOTE] = ACTIONS(1892), - [anon_sym_U_SQUOTE] = ACTIONS(1892), - [anon_sym_u8_SQUOTE] = ACTIONS(1892), - [anon_sym_SQUOTE] = ACTIONS(1892), - [anon_sym_L_DQUOTE] = ACTIONS(1892), - [anon_sym_u_DQUOTE] = ACTIONS(1892), - [anon_sym_U_DQUOTE] = ACTIONS(1892), - [anon_sym_u8_DQUOTE] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym_true] = ACTIONS(1890), - [sym_false] = ACTIONS(1890), - [sym_null] = ACTIONS(1890), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1890), - [anon_sym_virtual] = ACTIONS(1890), - [anon_sym_explicit] = ACTIONS(1890), - [sym_auto] = ACTIONS(1890), - [anon_sym_typename] = ACTIONS(1890), - [anon_sym_template] = ACTIONS(1890), - [anon_sym_operator] = ACTIONS(1890), - [anon_sym_delete] = ACTIONS(1890), - [anon_sym_throw] = ACTIONS(1890), - [anon_sym_namespace] = ACTIONS(1890), - [anon_sym_using] = ACTIONS(1890), - [anon_sym_static_assert] = ACTIONS(1890), - [anon_sym_co_return] = ACTIONS(1890), - [anon_sym_co_yield] = ACTIONS(1890), - [anon_sym_try] = ACTIONS(1890), - [anon_sym_co_await] = ACTIONS(1890), - [anon_sym_new] = ACTIONS(1890), - [sym_operator_name] = ACTIONS(1890), - [sym_this] = ACTIONS(1890), - [sym_nullptr] = ACTIONS(1890), - [sym_alone_macro] = ACTIONS(1892), - [aux_sym_alone_macro_call_token1] = ACTIONS(1890), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1890), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1890), - [anon_sym_FORWARD] = ACTIONS(1890), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1890), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1890), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1890), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1890), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1890), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1890), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1890), - [anon_sym_PS_GET] = ACTIONS(1890), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1890), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1890), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1890), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1890), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1890), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1890), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1890), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1890), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1890), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1890), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1890), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1890), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1890), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1890), - [anon_sym_MOZ_COLD] = ACTIONS(1890), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1890), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1890), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1890), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1890), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1890), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1890), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1890), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1890), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1890), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1890), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1890), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1890), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1890), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1890), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1890), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1890), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1890), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1890), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1890), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1890), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_NONNULL] = ACTIONS(1890), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1890), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1890), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1890), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1890), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1890), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_NORETURN] = ACTIONS(1890), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1890), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1890), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1890), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1890), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1890), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1890), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1890), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1890), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1890), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1890), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1890), - [anon_sym_MOZ_RAII] = ACTIONS(1890), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1890), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1890), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1890), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1890), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1890), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1890), - [sym_raw_string_literal] = ACTIONS(1892), + [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), }, [593] = { - [sym_identifier] = ACTIONS(1806), - [aux_sym_preproc_include_token1] = ACTIONS(1806), - [aux_sym_preproc_def_token1] = ACTIONS(1806), - [aux_sym_preproc_if_token1] = ACTIONS(1806), - [aux_sym_preproc_if_token2] = ACTIONS(1806), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1806), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1806), - [sym_preproc_directive] = ACTIONS(1806), - [anon_sym_LPAREN2] = ACTIONS(1808), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_TILDE] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1806), - [anon_sym_STAR] = ACTIONS(1808), - [anon_sym_AMP_AMP] = ACTIONS(1808), - [anon_sym_AMP] = ACTIONS(1806), - [anon_sym_SEMI] = ACTIONS(1808), - [anon_sym_typedef] = ACTIONS(1806), - [anon_sym_extern] = ACTIONS(1806), - [anon_sym___attribute__] = ACTIONS(1806), - [anon_sym_COLON_COLON] = ACTIONS(1808), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1808), - [anon_sym___declspec] = ACTIONS(1806), - [anon_sym___based] = ACTIONS(1806), - [anon_sym___cdecl] = ACTIONS(1806), - [anon_sym___clrcall] = ACTIONS(1806), - [anon_sym___stdcall] = ACTIONS(1806), - [anon_sym___fastcall] = ACTIONS(1806), - [anon_sym___thiscall] = ACTIONS(1806), - [anon_sym___vectorcall] = ACTIONS(1806), - [anon_sym_LBRACE] = ACTIONS(1808), - [anon_sym_LBRACK] = ACTIONS(1806), - [anon_sym_static] = ACTIONS(1806), - [anon_sym_register] = ACTIONS(1806), - [anon_sym_inline] = ACTIONS(1806), - [anon_sym_thread_local] = ACTIONS(1806), - [anon_sym_const] = ACTIONS(1806), - [anon_sym_volatile] = ACTIONS(1806), - [anon_sym_restrict] = ACTIONS(1806), - [anon_sym__Atomic] = ACTIONS(1806), - [anon_sym_mutable] = ACTIONS(1806), - [anon_sym_constexpr] = ACTIONS(1806), - [anon_sym_signed] = ACTIONS(1806), - [anon_sym_unsigned] = ACTIONS(1806), - [anon_sym_long] = ACTIONS(1806), - [anon_sym_short] = ACTIONS(1806), - [sym_primitive_type] = ACTIONS(1806), - [anon_sym_enum] = ACTIONS(1806), - [anon_sym_class] = ACTIONS(1806), - [anon_sym_struct] = ACTIONS(1806), - [anon_sym_union] = ACTIONS(1806), - [anon_sym_if] = ACTIONS(1806), - [anon_sym_switch] = ACTIONS(1806), - [anon_sym_case] = ACTIONS(1806), - [anon_sym_default] = ACTIONS(1806), - [anon_sym_while] = ACTIONS(1806), - [anon_sym_do] = ACTIONS(1806), - [anon_sym_for] = ACTIONS(1806), - [anon_sym_return] = ACTIONS(1806), - [anon_sym_break] = ACTIONS(1806), - [anon_sym_continue] = ACTIONS(1806), - [anon_sym_goto] = ACTIONS(1806), - [anon_sym_DASH_DASH] = ACTIONS(1808), - [anon_sym_PLUS_PLUS] = ACTIONS(1808), - [anon_sym_sizeof] = ACTIONS(1806), - [sym_number_literal] = ACTIONS(1808), - [anon_sym_L_SQUOTE] = ACTIONS(1808), - [anon_sym_u_SQUOTE] = ACTIONS(1808), - [anon_sym_U_SQUOTE] = ACTIONS(1808), - [anon_sym_u8_SQUOTE] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1808), - [anon_sym_L_DQUOTE] = ACTIONS(1808), - [anon_sym_u_DQUOTE] = ACTIONS(1808), - [anon_sym_U_DQUOTE] = ACTIONS(1808), - [anon_sym_u8_DQUOTE] = ACTIONS(1808), - [anon_sym_DQUOTE] = ACTIONS(1808), - [sym_true] = ACTIONS(1806), - [sym_false] = ACTIONS(1806), - [sym_null] = ACTIONS(1806), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1806), - [anon_sym_virtual] = ACTIONS(1806), - [anon_sym_explicit] = ACTIONS(1806), - [sym_auto] = ACTIONS(1806), - [anon_sym_typename] = ACTIONS(1806), - [anon_sym_template] = ACTIONS(1806), - [anon_sym_operator] = ACTIONS(1806), - [anon_sym_delete] = ACTIONS(1806), - [anon_sym_throw] = ACTIONS(1806), - [anon_sym_namespace] = ACTIONS(1806), - [anon_sym_using] = ACTIONS(1806), - [anon_sym_static_assert] = ACTIONS(1806), - [anon_sym_co_return] = ACTIONS(1806), - [anon_sym_co_yield] = ACTIONS(1806), - [anon_sym_try] = ACTIONS(1806), - [anon_sym_co_await] = ACTIONS(1806), - [anon_sym_new] = ACTIONS(1806), - [sym_operator_name] = ACTIONS(1806), - [sym_this] = ACTIONS(1806), - [sym_nullptr] = ACTIONS(1806), - [sym_alone_macro] = ACTIONS(1808), - [aux_sym_alone_macro_call_token1] = ACTIONS(1806), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1806), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1806), - [anon_sym_FORWARD] = ACTIONS(1806), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1806), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1806), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1806), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1806), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1806), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1806), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1806), - [anon_sym_PS_GET] = ACTIONS(1806), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1806), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1806), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1806), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1806), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1806), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1806), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1806), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1806), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1806), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1806), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1806), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1806), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1806), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1806), - [anon_sym_MOZ_COLD] = ACTIONS(1806), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1806), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1806), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1806), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1806), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1806), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1806), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1806), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1806), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1806), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1806), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1806), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1806), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1806), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1806), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1806), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1806), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1806), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1806), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1806), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1806), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_NONNULL] = ACTIONS(1806), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1806), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1806), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1806), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1806), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1806), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_NORETURN] = ACTIONS(1806), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1806), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1806), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1806), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1806), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1806), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1806), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1806), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1806), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1806), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1806), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1806), - [anon_sym_MOZ_RAII] = ACTIONS(1806), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1806), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1806), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1806), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1806), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1806), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1806), - [sym_raw_string_literal] = ACTIONS(1808), + [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), }, [594] = { - [ts_builtin_sym_end] = ACTIONS(1816), - [sym_identifier] = ACTIONS(1814), - [aux_sym_preproc_include_token1] = ACTIONS(1814), - [aux_sym_preproc_def_token1] = ACTIONS(1814), - [aux_sym_preproc_if_token1] = ACTIONS(1814), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1814), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1814), - [sym_preproc_directive] = ACTIONS(1814), - [anon_sym_LPAREN2] = ACTIONS(1816), - [anon_sym_BANG] = ACTIONS(1816), - [anon_sym_TILDE] = ACTIONS(1816), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_STAR] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_AMP] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_typedef] = ACTIONS(1814), - [anon_sym_extern] = ACTIONS(1814), - [anon_sym___attribute__] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1816), - [anon_sym___declspec] = ACTIONS(1814), - [anon_sym___based] = ACTIONS(1814), - [anon_sym___cdecl] = ACTIONS(1814), - [anon_sym___clrcall] = ACTIONS(1814), - [anon_sym___stdcall] = ACTIONS(1814), - [anon_sym___fastcall] = ACTIONS(1814), - [anon_sym___thiscall] = ACTIONS(1814), - [anon_sym___vectorcall] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_LBRACK] = ACTIONS(1814), - [anon_sym_static] = ACTIONS(1814), - [anon_sym_register] = ACTIONS(1814), - [anon_sym_inline] = ACTIONS(1814), - [anon_sym_thread_local] = ACTIONS(1814), - [anon_sym_const] = ACTIONS(1814), - [anon_sym_volatile] = ACTIONS(1814), - [anon_sym_restrict] = ACTIONS(1814), - [anon_sym__Atomic] = ACTIONS(1814), - [anon_sym_mutable] = ACTIONS(1814), - [anon_sym_constexpr] = ACTIONS(1814), - [anon_sym_signed] = ACTIONS(1814), - [anon_sym_unsigned] = ACTIONS(1814), - [anon_sym_long] = ACTIONS(1814), - [anon_sym_short] = ACTIONS(1814), - [sym_primitive_type] = ACTIONS(1814), - [anon_sym_enum] = ACTIONS(1814), - [anon_sym_class] = ACTIONS(1814), - [anon_sym_struct] = ACTIONS(1814), - [anon_sym_union] = ACTIONS(1814), - [anon_sym_if] = ACTIONS(1814), - [anon_sym_switch] = ACTIONS(1814), - [anon_sym_case] = ACTIONS(1814), - [anon_sym_default] = ACTIONS(1814), - [anon_sym_while] = ACTIONS(1814), - [anon_sym_do] = ACTIONS(1814), - [anon_sym_for] = ACTIONS(1814), - [anon_sym_return] = ACTIONS(1814), - [anon_sym_break] = ACTIONS(1814), - [anon_sym_continue] = ACTIONS(1814), - [anon_sym_goto] = ACTIONS(1814), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_sizeof] = ACTIONS(1814), - [sym_number_literal] = ACTIONS(1816), - [anon_sym_L_SQUOTE] = ACTIONS(1816), - [anon_sym_u_SQUOTE] = ACTIONS(1816), - [anon_sym_U_SQUOTE] = ACTIONS(1816), - [anon_sym_u8_SQUOTE] = ACTIONS(1816), - [anon_sym_SQUOTE] = ACTIONS(1816), - [anon_sym_L_DQUOTE] = ACTIONS(1816), - [anon_sym_u_DQUOTE] = ACTIONS(1816), - [anon_sym_U_DQUOTE] = ACTIONS(1816), - [anon_sym_u8_DQUOTE] = ACTIONS(1816), - [anon_sym_DQUOTE] = ACTIONS(1816), - [sym_true] = ACTIONS(1814), - [sym_false] = ACTIONS(1814), - [sym_null] = ACTIONS(1814), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1814), - [anon_sym_virtual] = ACTIONS(1814), - [anon_sym_explicit] = ACTIONS(1814), - [sym_auto] = ACTIONS(1814), - [anon_sym_typename] = ACTIONS(1814), - [anon_sym_template] = ACTIONS(1814), - [anon_sym_operator] = ACTIONS(1814), - [anon_sym_delete] = ACTIONS(1814), - [anon_sym_throw] = ACTIONS(1814), - [anon_sym_namespace] = ACTIONS(1814), - [anon_sym_using] = ACTIONS(1814), - [anon_sym_static_assert] = ACTIONS(1814), - [anon_sym_co_return] = ACTIONS(1814), - [anon_sym_co_yield] = ACTIONS(1814), - [anon_sym_try] = ACTIONS(1814), - [anon_sym_co_await] = ACTIONS(1814), - [anon_sym_new] = ACTIONS(1814), - [sym_operator_name] = ACTIONS(1814), - [sym_this] = ACTIONS(1814), - [sym_nullptr] = ACTIONS(1814), - [sym_alone_macro] = ACTIONS(1816), - [aux_sym_alone_macro_call_token1] = ACTIONS(1814), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1814), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1814), - [anon_sym_FORWARD] = ACTIONS(1814), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1814), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1814), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1814), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1814), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1814), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1814), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1814), - [anon_sym_PS_GET] = ACTIONS(1814), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1814), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1814), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1814), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1814), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1814), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1814), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1814), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1814), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1814), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1814), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1814), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1814), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1814), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1814), - [anon_sym_MOZ_COLD] = ACTIONS(1814), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1814), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1814), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1814), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1814), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1814), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1814), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1814), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1814), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1814), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1814), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1814), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1814), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1814), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1814), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1814), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1814), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1814), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1814), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1814), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1814), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_NONNULL] = ACTIONS(1814), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1814), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1814), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1814), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1814), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1814), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_NORETURN] = ACTIONS(1814), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1814), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1814), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1814), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1814), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1814), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1814), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1814), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1814), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1814), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1814), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1814), - [anon_sym_MOZ_RAII] = ACTIONS(1814), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1814), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1814), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1814), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1814), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1814), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1814), - [sym_raw_string_literal] = ACTIONS(1816), + [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(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), }, [595] = { - [ts_builtin_sym_end] = ACTIONS(1820), - [sym_identifier] = ACTIONS(1818), - [aux_sym_preproc_include_token1] = ACTIONS(1818), - [aux_sym_preproc_def_token1] = ACTIONS(1818), - [aux_sym_preproc_if_token1] = ACTIONS(1818), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1818), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1818), - [sym_preproc_directive] = ACTIONS(1818), - [anon_sym_LPAREN2] = ACTIONS(1820), - [anon_sym_BANG] = ACTIONS(1820), - [anon_sym_TILDE] = ACTIONS(1820), - [anon_sym_DASH] = ACTIONS(1818), - [anon_sym_PLUS] = ACTIONS(1818), - [anon_sym_STAR] = ACTIONS(1820), - [anon_sym_AMP_AMP] = ACTIONS(1820), - [anon_sym_AMP] = ACTIONS(1818), - [anon_sym_SEMI] = ACTIONS(1820), - [anon_sym_typedef] = ACTIONS(1818), - [anon_sym_extern] = ACTIONS(1818), - [anon_sym___attribute__] = ACTIONS(1818), - [anon_sym_COLON_COLON] = ACTIONS(1820), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1820), - [anon_sym___declspec] = ACTIONS(1818), - [anon_sym___based] = ACTIONS(1818), - [anon_sym___cdecl] = ACTIONS(1818), - [anon_sym___clrcall] = ACTIONS(1818), - [anon_sym___stdcall] = ACTIONS(1818), - [anon_sym___fastcall] = ACTIONS(1818), - [anon_sym___thiscall] = ACTIONS(1818), - [anon_sym___vectorcall] = ACTIONS(1818), - [anon_sym_LBRACE] = ACTIONS(1820), - [anon_sym_LBRACK] = ACTIONS(1818), - [anon_sym_static] = ACTIONS(1818), - [anon_sym_register] = ACTIONS(1818), - [anon_sym_inline] = ACTIONS(1818), - [anon_sym_thread_local] = ACTIONS(1818), - [anon_sym_const] = ACTIONS(1818), - [anon_sym_volatile] = ACTIONS(1818), - [anon_sym_restrict] = ACTIONS(1818), - [anon_sym__Atomic] = ACTIONS(1818), - [anon_sym_mutable] = ACTIONS(1818), - [anon_sym_constexpr] = ACTIONS(1818), - [anon_sym_signed] = ACTIONS(1818), - [anon_sym_unsigned] = ACTIONS(1818), - [anon_sym_long] = ACTIONS(1818), - [anon_sym_short] = ACTIONS(1818), - [sym_primitive_type] = ACTIONS(1818), - [anon_sym_enum] = ACTIONS(1818), - [anon_sym_class] = ACTIONS(1818), - [anon_sym_struct] = ACTIONS(1818), - [anon_sym_union] = ACTIONS(1818), - [anon_sym_if] = ACTIONS(1818), - [anon_sym_switch] = ACTIONS(1818), - [anon_sym_case] = ACTIONS(1818), - [anon_sym_default] = ACTIONS(1818), - [anon_sym_while] = ACTIONS(1818), - [anon_sym_do] = ACTIONS(1818), - [anon_sym_for] = ACTIONS(1818), - [anon_sym_return] = ACTIONS(1818), - [anon_sym_break] = ACTIONS(1818), - [anon_sym_continue] = ACTIONS(1818), - [anon_sym_goto] = ACTIONS(1818), - [anon_sym_DASH_DASH] = ACTIONS(1820), - [anon_sym_PLUS_PLUS] = ACTIONS(1820), - [anon_sym_sizeof] = ACTIONS(1818), - [sym_number_literal] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1820), - [anon_sym_u_SQUOTE] = ACTIONS(1820), - [anon_sym_U_SQUOTE] = ACTIONS(1820), - [anon_sym_u8_SQUOTE] = ACTIONS(1820), - [anon_sym_SQUOTE] = ACTIONS(1820), - [anon_sym_L_DQUOTE] = ACTIONS(1820), - [anon_sym_u_DQUOTE] = ACTIONS(1820), - [anon_sym_U_DQUOTE] = ACTIONS(1820), - [anon_sym_u8_DQUOTE] = ACTIONS(1820), - [anon_sym_DQUOTE] = ACTIONS(1820), - [sym_true] = ACTIONS(1818), - [sym_false] = ACTIONS(1818), - [sym_null] = ACTIONS(1818), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1818), - [anon_sym_virtual] = ACTIONS(1818), - [anon_sym_explicit] = ACTIONS(1818), - [sym_auto] = ACTIONS(1818), - [anon_sym_typename] = ACTIONS(1818), - [anon_sym_template] = ACTIONS(1818), - [anon_sym_operator] = ACTIONS(1818), - [anon_sym_delete] = ACTIONS(1818), - [anon_sym_throw] = ACTIONS(1818), - [anon_sym_namespace] = ACTIONS(1818), - [anon_sym_using] = ACTIONS(1818), - [anon_sym_static_assert] = ACTIONS(1818), - [anon_sym_co_return] = ACTIONS(1818), - [anon_sym_co_yield] = ACTIONS(1818), - [anon_sym_try] = ACTIONS(1818), - [anon_sym_co_await] = ACTIONS(1818), - [anon_sym_new] = ACTIONS(1818), - [sym_operator_name] = ACTIONS(1818), - [sym_this] = ACTIONS(1818), - [sym_nullptr] = ACTIONS(1818), - [sym_alone_macro] = ACTIONS(1820), - [aux_sym_alone_macro_call_token1] = ACTIONS(1818), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1818), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1818), - [anon_sym_FORWARD] = ACTIONS(1818), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1818), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1818), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1818), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1818), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1818), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1818), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1818), - [anon_sym_PS_GET] = ACTIONS(1818), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1818), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1818), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1818), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1818), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1818), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1818), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1818), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1818), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1818), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1818), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1818), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1818), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1818), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1818), - [anon_sym_MOZ_COLD] = ACTIONS(1818), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1818), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1818), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1818), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1818), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1818), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1818), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1818), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1818), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1818), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1818), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1818), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1818), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1818), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1818), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1818), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1818), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1818), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1818), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1818), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1818), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_NONNULL] = ACTIONS(1818), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1818), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1818), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1818), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1818), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1818), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_NORETURN] = ACTIONS(1818), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1818), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1818), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1818), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1818), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1818), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1818), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1818), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1818), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1818), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1818), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1818), - [anon_sym_MOZ_RAII] = ACTIONS(1818), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1818), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1818), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1818), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1818), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1818), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1818), - [sym_raw_string_literal] = ACTIONS(1820), + [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(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), }, [596] = { - [sym_identifier] = ACTIONS(1802), - [aux_sym_preproc_include_token1] = ACTIONS(1802), - [aux_sym_preproc_def_token1] = ACTIONS(1802), - [aux_sym_preproc_if_token1] = ACTIONS(1802), - [aux_sym_preproc_if_token2] = ACTIONS(1802), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1802), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1802), - [sym_preproc_directive] = ACTIONS(1802), - [anon_sym_LPAREN2] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1804), - [anon_sym_TILDE] = ACTIONS(1804), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_AMP] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_typedef] = ACTIONS(1802), - [anon_sym_extern] = ACTIONS(1802), - [anon_sym___attribute__] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1804), - [anon_sym___declspec] = ACTIONS(1802), - [anon_sym___based] = ACTIONS(1802), - [anon_sym___cdecl] = ACTIONS(1802), - [anon_sym___clrcall] = ACTIONS(1802), - [anon_sym___stdcall] = ACTIONS(1802), - [anon_sym___fastcall] = ACTIONS(1802), - [anon_sym___thiscall] = ACTIONS(1802), - [anon_sym___vectorcall] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_LBRACK] = ACTIONS(1802), - [anon_sym_static] = ACTIONS(1802), - [anon_sym_register] = ACTIONS(1802), - [anon_sym_inline] = ACTIONS(1802), - [anon_sym_thread_local] = ACTIONS(1802), - [anon_sym_const] = ACTIONS(1802), - [anon_sym_volatile] = ACTIONS(1802), - [anon_sym_restrict] = ACTIONS(1802), - [anon_sym__Atomic] = ACTIONS(1802), - [anon_sym_mutable] = ACTIONS(1802), - [anon_sym_constexpr] = ACTIONS(1802), - [anon_sym_signed] = ACTIONS(1802), - [anon_sym_unsigned] = ACTIONS(1802), - [anon_sym_long] = ACTIONS(1802), - [anon_sym_short] = ACTIONS(1802), - [sym_primitive_type] = ACTIONS(1802), - [anon_sym_enum] = ACTIONS(1802), - [anon_sym_class] = ACTIONS(1802), - [anon_sym_struct] = ACTIONS(1802), - [anon_sym_union] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_switch] = ACTIONS(1802), - [anon_sym_case] = ACTIONS(1802), - [anon_sym_default] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_do] = ACTIONS(1802), - [anon_sym_for] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_goto] = ACTIONS(1802), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_sizeof] = ACTIONS(1802), - [sym_number_literal] = ACTIONS(1804), - [anon_sym_L_SQUOTE] = ACTIONS(1804), - [anon_sym_u_SQUOTE] = ACTIONS(1804), - [anon_sym_U_SQUOTE] = ACTIONS(1804), - [anon_sym_u8_SQUOTE] = ACTIONS(1804), - [anon_sym_SQUOTE] = ACTIONS(1804), - [anon_sym_L_DQUOTE] = ACTIONS(1804), - [anon_sym_u_DQUOTE] = ACTIONS(1804), - [anon_sym_U_DQUOTE] = ACTIONS(1804), - [anon_sym_u8_DQUOTE] = ACTIONS(1804), - [anon_sym_DQUOTE] = ACTIONS(1804), - [sym_true] = ACTIONS(1802), - [sym_false] = ACTIONS(1802), - [sym_null] = ACTIONS(1802), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1802), - [anon_sym_virtual] = ACTIONS(1802), - [anon_sym_explicit] = ACTIONS(1802), - [sym_auto] = ACTIONS(1802), - [anon_sym_typename] = ACTIONS(1802), - [anon_sym_template] = ACTIONS(1802), - [anon_sym_operator] = ACTIONS(1802), - [anon_sym_delete] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_namespace] = ACTIONS(1802), - [anon_sym_using] = ACTIONS(1802), - [anon_sym_static_assert] = ACTIONS(1802), - [anon_sym_co_return] = ACTIONS(1802), - [anon_sym_co_yield] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_co_await] = ACTIONS(1802), - [anon_sym_new] = ACTIONS(1802), - [sym_operator_name] = ACTIONS(1802), - [sym_this] = ACTIONS(1802), - [sym_nullptr] = ACTIONS(1802), - [sym_alone_macro] = ACTIONS(1804), - [aux_sym_alone_macro_call_token1] = ACTIONS(1802), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1802), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1802), - [anon_sym_FORWARD] = ACTIONS(1802), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1802), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1802), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1802), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1802), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1802), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1802), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1802), - [anon_sym_PS_GET] = ACTIONS(1802), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1802), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1802), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1802), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1802), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1802), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1802), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1802), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1802), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1802), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1802), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1802), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1802), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1802), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1802), - [anon_sym_MOZ_COLD] = ACTIONS(1802), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1802), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1802), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1802), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1802), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1802), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1802), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1802), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1802), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1802), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1802), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1802), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1802), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1802), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1802), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1802), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1802), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1802), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1802), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1802), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1802), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_NONNULL] = ACTIONS(1802), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1802), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1802), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1802), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1802), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1802), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_NORETURN] = ACTIONS(1802), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1802), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1802), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1802), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1802), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1802), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1802), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1802), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1802), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1802), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1802), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1802), - [anon_sym_MOZ_RAII] = ACTIONS(1802), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1802), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1802), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1802), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1802), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1802), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1802), - [sym_raw_string_literal] = ACTIONS(1804), + [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(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), }, [597] = { - [sym_preproc_def] = STATE(556), - [sym_preproc_function_def] = STATE(556), - [sym_preproc_call] = STATE(556), - [sym_preproc_if_in_field_declaration_list] = STATE(556), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(556), - [sym_preproc_else_in_field_declaration_list] = STATE(4795), - [sym_preproc_elif_in_field_declaration_list] = STATE(4795), - [sym_type_definition] = STATE(556), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3235), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3536), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), - [sym__field_declaration_list_item] = STATE(556), - [sym_field_declaration] = STATE(556), - [sym_decltype] = STATE(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(865), - [sym_dependent_type] = STATE(1451), - [sym_template_declaration] = STATE(556), - [sym_operator_cast] = STATE(3928), - [sym_inline_method_definition] = STATE(556), - [sym__constructor_specifiers] = STATE(865), - [sym_operator_cast_definition] = STATE(556), - [sym_operator_cast_declaration] = STATE(556), - [sym_constructor_or_destructor_definition] = STATE(556), - [sym_constructor_or_destructor_declaration] = STATE(556), - [sym_friend_declaration] = STATE(556), - [sym_access_specifier] = STATE(556), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_using_declaration] = STATE(556), - [sym_alias_declaration] = STATE(556), - [sym_static_assert_declaration] = STATE(556), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3928), - [sym_macro_statement] = STATE(556), - [sym_macro_annotation] = STATE(1266), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(556), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(865), - [sym_identifier] = ACTIONS(1930), - [aux_sym_preproc_def_token1] = ACTIONS(1932), - [aux_sym_preproc_if_token1] = ACTIONS(1934), - [aux_sym_preproc_if_token2] = ACTIONS(2008), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1938), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1938), - [aux_sym_preproc_else_token1] = ACTIONS(1940), - [aux_sym_preproc_elif_token1] = ACTIONS(1942), - [sym_preproc_directive] = ACTIONS(1944), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_typedef] = ACTIONS(1954), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1960), - [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(1962), - [anon_sym_unsigned] = ACTIONS(1962), - [anon_sym_long] = ACTIONS(1962), - [anon_sym_short] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1966), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1970), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1974), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(1976), - [anon_sym_private] = ACTIONS(1976), - [anon_sym_protected] = ACTIONS(1976), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1978), - [anon_sym_template] = ACTIONS(1980), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1982), - [anon_sym_using] = ACTIONS(1984), - [anon_sym_static_assert] = ACTIONS(1986), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1988), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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), }, [598] = { - [ts_builtin_sym_end] = ACTIONS(1752), - [sym_identifier] = ACTIONS(1750), - [aux_sym_preproc_include_token1] = ACTIONS(1750), - [aux_sym_preproc_def_token1] = ACTIONS(1750), - [aux_sym_preproc_if_token1] = ACTIONS(1750), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1750), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1750), - [sym_preproc_directive] = ACTIONS(1750), - [anon_sym_LPAREN2] = ACTIONS(1752), - [anon_sym_BANG] = ACTIONS(1752), - [anon_sym_TILDE] = ACTIONS(1752), - [anon_sym_DASH] = ACTIONS(1750), - [anon_sym_PLUS] = ACTIONS(1750), - [anon_sym_STAR] = ACTIONS(1752), - [anon_sym_AMP_AMP] = ACTIONS(1752), - [anon_sym_AMP] = ACTIONS(1750), - [anon_sym_SEMI] = ACTIONS(1752), - [anon_sym_typedef] = ACTIONS(1750), - [anon_sym_extern] = ACTIONS(1750), - [anon_sym___attribute__] = ACTIONS(1750), - [anon_sym_COLON_COLON] = ACTIONS(1752), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1752), - [anon_sym___declspec] = ACTIONS(1750), - [anon_sym___based] = ACTIONS(1750), - [anon_sym___cdecl] = ACTIONS(1750), - [anon_sym___clrcall] = ACTIONS(1750), - [anon_sym___stdcall] = ACTIONS(1750), - [anon_sym___fastcall] = ACTIONS(1750), - [anon_sym___thiscall] = ACTIONS(1750), - [anon_sym___vectorcall] = ACTIONS(1750), - [anon_sym_LBRACE] = ACTIONS(1752), - [anon_sym_LBRACK] = ACTIONS(1750), - [anon_sym_static] = ACTIONS(1750), - [anon_sym_register] = ACTIONS(1750), - [anon_sym_inline] = ACTIONS(1750), - [anon_sym_thread_local] = ACTIONS(1750), - [anon_sym_const] = ACTIONS(1750), - [anon_sym_volatile] = ACTIONS(1750), - [anon_sym_restrict] = ACTIONS(1750), - [anon_sym__Atomic] = ACTIONS(1750), - [anon_sym_mutable] = ACTIONS(1750), - [anon_sym_constexpr] = ACTIONS(1750), - [anon_sym_signed] = ACTIONS(1750), - [anon_sym_unsigned] = ACTIONS(1750), - [anon_sym_long] = ACTIONS(1750), - [anon_sym_short] = ACTIONS(1750), - [sym_primitive_type] = ACTIONS(1750), - [anon_sym_enum] = ACTIONS(1750), - [anon_sym_class] = ACTIONS(1750), - [anon_sym_struct] = ACTIONS(1750), - [anon_sym_union] = ACTIONS(1750), - [anon_sym_if] = ACTIONS(1750), - [anon_sym_switch] = ACTIONS(1750), - [anon_sym_case] = ACTIONS(1750), - [anon_sym_default] = ACTIONS(1750), - [anon_sym_while] = ACTIONS(1750), - [anon_sym_do] = ACTIONS(1750), - [anon_sym_for] = ACTIONS(1750), - [anon_sym_return] = ACTIONS(1750), - [anon_sym_break] = ACTIONS(1750), - [anon_sym_continue] = ACTIONS(1750), - [anon_sym_goto] = ACTIONS(1750), - [anon_sym_DASH_DASH] = ACTIONS(1752), - [anon_sym_PLUS_PLUS] = ACTIONS(1752), - [anon_sym_sizeof] = ACTIONS(1750), - [sym_number_literal] = ACTIONS(1752), - [anon_sym_L_SQUOTE] = ACTIONS(1752), - [anon_sym_u_SQUOTE] = ACTIONS(1752), - [anon_sym_U_SQUOTE] = ACTIONS(1752), - [anon_sym_u8_SQUOTE] = ACTIONS(1752), - [anon_sym_SQUOTE] = ACTIONS(1752), - [anon_sym_L_DQUOTE] = ACTIONS(1752), - [anon_sym_u_DQUOTE] = ACTIONS(1752), - [anon_sym_U_DQUOTE] = ACTIONS(1752), - [anon_sym_u8_DQUOTE] = ACTIONS(1752), - [anon_sym_DQUOTE] = ACTIONS(1752), - [sym_true] = ACTIONS(1750), - [sym_false] = ACTIONS(1750), - [sym_null] = ACTIONS(1750), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1750), - [anon_sym_virtual] = ACTIONS(1750), - [anon_sym_explicit] = ACTIONS(1750), - [sym_auto] = ACTIONS(1750), - [anon_sym_typename] = ACTIONS(1750), - [anon_sym_template] = ACTIONS(1750), - [anon_sym_operator] = ACTIONS(1750), - [anon_sym_delete] = ACTIONS(1750), - [anon_sym_throw] = ACTIONS(1750), - [anon_sym_namespace] = ACTIONS(1750), - [anon_sym_using] = ACTIONS(1750), - [anon_sym_static_assert] = ACTIONS(1750), - [anon_sym_co_return] = ACTIONS(1750), - [anon_sym_co_yield] = ACTIONS(1750), - [anon_sym_try] = ACTIONS(1750), - [anon_sym_co_await] = ACTIONS(1750), - [anon_sym_new] = ACTIONS(1750), - [sym_operator_name] = ACTIONS(1750), - [sym_this] = ACTIONS(1750), - [sym_nullptr] = ACTIONS(1750), - [sym_alone_macro] = ACTIONS(1752), - [aux_sym_alone_macro_call_token1] = ACTIONS(1750), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1750), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1750), - [anon_sym_FORWARD] = ACTIONS(1750), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1750), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1750), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1750), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1750), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1750), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1750), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1750), - [anon_sym_PS_GET] = ACTIONS(1750), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1750), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1750), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1750), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1750), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1750), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1750), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1750), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1750), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1750), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1750), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1750), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1750), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1750), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1750), - [anon_sym_MOZ_COLD] = ACTIONS(1750), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1750), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1750), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1750), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1750), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1750), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1750), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1750), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1750), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1750), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1750), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1750), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1750), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1750), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1750), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1750), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1750), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1750), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1750), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1750), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1750), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1750), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1750), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1750), - [anon_sym_MOZ_NONNULL] = ACTIONS(1750), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1750), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1750), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1750), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1750), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1750), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1750), - [anon_sym_MOZ_NORETURN] = ACTIONS(1750), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1750), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1750), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1750), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1750), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1750), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1750), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1750), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1750), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1750), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1750), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1750), - [anon_sym_MOZ_RAII] = ACTIONS(1750), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1750), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1750), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1750), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1750), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1750), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1750), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1750), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1750), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1750), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1750), - [sym_raw_string_literal] = ACTIONS(1752), + [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(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), }, [599] = { - [ts_builtin_sym_end] = ACTIONS(1824), - [sym_identifier] = ACTIONS(1822), - [aux_sym_preproc_include_token1] = ACTIONS(1822), - [aux_sym_preproc_def_token1] = ACTIONS(1822), - [aux_sym_preproc_if_token1] = ACTIONS(1822), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1822), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1822), - [sym_preproc_directive] = ACTIONS(1822), - [anon_sym_LPAREN2] = ACTIONS(1824), - [anon_sym_BANG] = ACTIONS(1824), - [anon_sym_TILDE] = ACTIONS(1824), - [anon_sym_DASH] = ACTIONS(1822), - [anon_sym_PLUS] = ACTIONS(1822), - [anon_sym_STAR] = ACTIONS(1824), - [anon_sym_AMP_AMP] = ACTIONS(1824), - [anon_sym_AMP] = ACTIONS(1822), - [anon_sym_SEMI] = ACTIONS(1824), - [anon_sym_typedef] = ACTIONS(1822), - [anon_sym_extern] = ACTIONS(1822), - [anon_sym___attribute__] = ACTIONS(1822), - [anon_sym_COLON_COLON] = ACTIONS(1824), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1824), - [anon_sym___declspec] = ACTIONS(1822), - [anon_sym___based] = ACTIONS(1822), - [anon_sym___cdecl] = ACTIONS(1822), - [anon_sym___clrcall] = ACTIONS(1822), - [anon_sym___stdcall] = ACTIONS(1822), - [anon_sym___fastcall] = ACTIONS(1822), - [anon_sym___thiscall] = ACTIONS(1822), - [anon_sym___vectorcall] = ACTIONS(1822), - [anon_sym_LBRACE] = ACTIONS(1824), - [anon_sym_LBRACK] = ACTIONS(1822), - [anon_sym_static] = ACTIONS(1822), - [anon_sym_register] = ACTIONS(1822), - [anon_sym_inline] = ACTIONS(1822), - [anon_sym_thread_local] = ACTIONS(1822), - [anon_sym_const] = ACTIONS(1822), - [anon_sym_volatile] = ACTIONS(1822), - [anon_sym_restrict] = ACTIONS(1822), - [anon_sym__Atomic] = ACTIONS(1822), - [anon_sym_mutable] = ACTIONS(1822), - [anon_sym_constexpr] = ACTIONS(1822), - [anon_sym_signed] = ACTIONS(1822), - [anon_sym_unsigned] = ACTIONS(1822), - [anon_sym_long] = ACTIONS(1822), - [anon_sym_short] = ACTIONS(1822), - [sym_primitive_type] = ACTIONS(1822), - [anon_sym_enum] = ACTIONS(1822), - [anon_sym_class] = ACTIONS(1822), - [anon_sym_struct] = ACTIONS(1822), - [anon_sym_union] = ACTIONS(1822), - [anon_sym_if] = ACTIONS(1822), - [anon_sym_switch] = ACTIONS(1822), - [anon_sym_case] = ACTIONS(1822), - [anon_sym_default] = ACTIONS(1822), - [anon_sym_while] = ACTIONS(1822), - [anon_sym_do] = ACTIONS(1822), - [anon_sym_for] = ACTIONS(1822), - [anon_sym_return] = ACTIONS(1822), - [anon_sym_break] = ACTIONS(1822), - [anon_sym_continue] = ACTIONS(1822), - [anon_sym_goto] = ACTIONS(1822), - [anon_sym_DASH_DASH] = ACTIONS(1824), - [anon_sym_PLUS_PLUS] = ACTIONS(1824), - [anon_sym_sizeof] = ACTIONS(1822), - [sym_number_literal] = ACTIONS(1824), - [anon_sym_L_SQUOTE] = ACTIONS(1824), - [anon_sym_u_SQUOTE] = ACTIONS(1824), - [anon_sym_U_SQUOTE] = ACTIONS(1824), - [anon_sym_u8_SQUOTE] = ACTIONS(1824), - [anon_sym_SQUOTE] = ACTIONS(1824), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1822), - [sym_false] = ACTIONS(1822), - [sym_null] = ACTIONS(1822), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1822), - [anon_sym_virtual] = ACTIONS(1822), - [anon_sym_explicit] = ACTIONS(1822), - [sym_auto] = ACTIONS(1822), - [anon_sym_typename] = ACTIONS(1822), - [anon_sym_template] = ACTIONS(1822), - [anon_sym_operator] = ACTIONS(1822), - [anon_sym_delete] = ACTIONS(1822), - [anon_sym_throw] = ACTIONS(1822), - [anon_sym_namespace] = ACTIONS(1822), - [anon_sym_using] = ACTIONS(1822), - [anon_sym_static_assert] = ACTIONS(1822), - [anon_sym_co_return] = ACTIONS(1822), - [anon_sym_co_yield] = ACTIONS(1822), - [anon_sym_try] = ACTIONS(1822), - [anon_sym_co_await] = ACTIONS(1822), - [anon_sym_new] = ACTIONS(1822), - [sym_operator_name] = ACTIONS(1822), - [sym_this] = ACTIONS(1822), - [sym_nullptr] = ACTIONS(1822), - [sym_alone_macro] = ACTIONS(1824), - [aux_sym_alone_macro_call_token1] = ACTIONS(1822), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1822), - [anon_sym_FORWARD] = ACTIONS(1822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1822), - [anon_sym_PS_GET] = ACTIONS(1822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1822), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1822), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1822), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1822), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1822), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1822), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1822), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1822), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1822), - [anon_sym_MOZ_COLD] = ACTIONS(1822), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1822), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1822), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1822), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1822), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1822), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1822), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1822), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1822), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1822), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1822), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1822), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1822), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1822), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1822), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1822), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1822), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1822), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1822), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1822), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1822), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1822), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1822), - [anon_sym_MOZ_NONNULL] = ACTIONS(1822), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1822), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1822), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1822), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1822), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1822), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1822), - [anon_sym_MOZ_NORETURN] = ACTIONS(1822), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1822), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1822), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1822), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1822), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1822), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1822), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1822), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1822), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1822), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1822), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1822), - [anon_sym_MOZ_RAII] = ACTIONS(1822), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1822), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1822), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1822), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1822), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1822), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1822), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1822), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1822), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1822), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1822), - [sym_raw_string_literal] = ACTIONS(1824), + [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), }, [600] = { - [sym_identifier] = ACTIONS(1798), - [aux_sym_preproc_include_token1] = ACTIONS(1798), - [aux_sym_preproc_def_token1] = ACTIONS(1798), - [aux_sym_preproc_if_token1] = ACTIONS(1798), - [aux_sym_preproc_if_token2] = ACTIONS(1798), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1798), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1798), - [sym_preproc_directive] = ACTIONS(1798), - [anon_sym_LPAREN2] = ACTIONS(1800), - [anon_sym_BANG] = ACTIONS(1800), - [anon_sym_TILDE] = ACTIONS(1800), - [anon_sym_DASH] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1798), - [anon_sym_STAR] = ACTIONS(1800), - [anon_sym_AMP_AMP] = ACTIONS(1800), - [anon_sym_AMP] = ACTIONS(1798), - [anon_sym_SEMI] = ACTIONS(1800), - [anon_sym_typedef] = ACTIONS(1798), - [anon_sym_extern] = ACTIONS(1798), - [anon_sym___attribute__] = ACTIONS(1798), - [anon_sym_COLON_COLON] = ACTIONS(1800), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1800), - [anon_sym___declspec] = ACTIONS(1798), - [anon_sym___based] = ACTIONS(1798), - [anon_sym___cdecl] = ACTIONS(1798), - [anon_sym___clrcall] = ACTIONS(1798), - [anon_sym___stdcall] = ACTIONS(1798), - [anon_sym___fastcall] = ACTIONS(1798), - [anon_sym___thiscall] = ACTIONS(1798), - [anon_sym___vectorcall] = ACTIONS(1798), - [anon_sym_LBRACE] = ACTIONS(1800), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_static] = ACTIONS(1798), - [anon_sym_register] = ACTIONS(1798), - [anon_sym_inline] = ACTIONS(1798), - [anon_sym_thread_local] = ACTIONS(1798), - [anon_sym_const] = ACTIONS(1798), - [anon_sym_volatile] = ACTIONS(1798), - [anon_sym_restrict] = ACTIONS(1798), - [anon_sym__Atomic] = ACTIONS(1798), - [anon_sym_mutable] = ACTIONS(1798), - [anon_sym_constexpr] = ACTIONS(1798), - [anon_sym_signed] = ACTIONS(1798), - [anon_sym_unsigned] = ACTIONS(1798), - [anon_sym_long] = ACTIONS(1798), - [anon_sym_short] = ACTIONS(1798), - [sym_primitive_type] = ACTIONS(1798), - [anon_sym_enum] = ACTIONS(1798), - [anon_sym_class] = ACTIONS(1798), - [anon_sym_struct] = ACTIONS(1798), - [anon_sym_union] = ACTIONS(1798), - [anon_sym_if] = ACTIONS(1798), - [anon_sym_switch] = ACTIONS(1798), - [anon_sym_case] = ACTIONS(1798), - [anon_sym_default] = ACTIONS(1798), - [anon_sym_while] = ACTIONS(1798), - [anon_sym_do] = ACTIONS(1798), - [anon_sym_for] = ACTIONS(1798), - [anon_sym_return] = ACTIONS(1798), - [anon_sym_break] = ACTIONS(1798), - [anon_sym_continue] = ACTIONS(1798), - [anon_sym_goto] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1800), - [anon_sym_PLUS_PLUS] = ACTIONS(1800), - [anon_sym_sizeof] = ACTIONS(1798), - [sym_number_literal] = ACTIONS(1800), - [anon_sym_L_SQUOTE] = ACTIONS(1800), - [anon_sym_u_SQUOTE] = ACTIONS(1800), - [anon_sym_U_SQUOTE] = ACTIONS(1800), - [anon_sym_u8_SQUOTE] = ACTIONS(1800), - [anon_sym_SQUOTE] = ACTIONS(1800), - [anon_sym_L_DQUOTE] = ACTIONS(1800), - [anon_sym_u_DQUOTE] = ACTIONS(1800), - [anon_sym_U_DQUOTE] = ACTIONS(1800), - [anon_sym_u8_DQUOTE] = ACTIONS(1800), - [anon_sym_DQUOTE] = ACTIONS(1800), - [sym_true] = ACTIONS(1798), - [sym_false] = ACTIONS(1798), - [sym_null] = ACTIONS(1798), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1798), - [anon_sym_virtual] = ACTIONS(1798), - [anon_sym_explicit] = ACTIONS(1798), - [sym_auto] = ACTIONS(1798), - [anon_sym_typename] = ACTIONS(1798), - [anon_sym_template] = ACTIONS(1798), - [anon_sym_operator] = ACTIONS(1798), - [anon_sym_delete] = ACTIONS(1798), - [anon_sym_throw] = ACTIONS(1798), - [anon_sym_namespace] = ACTIONS(1798), - [anon_sym_using] = ACTIONS(1798), - [anon_sym_static_assert] = ACTIONS(1798), - [anon_sym_co_return] = ACTIONS(1798), - [anon_sym_co_yield] = ACTIONS(1798), - [anon_sym_try] = ACTIONS(1798), - [anon_sym_co_await] = ACTIONS(1798), - [anon_sym_new] = ACTIONS(1798), - [sym_operator_name] = ACTIONS(1798), - [sym_this] = ACTIONS(1798), - [sym_nullptr] = ACTIONS(1798), - [sym_alone_macro] = ACTIONS(1800), - [aux_sym_alone_macro_call_token1] = ACTIONS(1798), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1798), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1798), - [anon_sym_FORWARD] = ACTIONS(1798), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1798), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1798), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1798), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1798), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1798), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1798), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1798), - [anon_sym_PS_GET] = ACTIONS(1798), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1798), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1798), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1798), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1798), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1798), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1798), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1798), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1798), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1798), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1798), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1798), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1798), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1798), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1798), - [anon_sym_MOZ_COLD] = ACTIONS(1798), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1798), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1798), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1798), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1798), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1798), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1798), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1798), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1798), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1798), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1798), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1798), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1798), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1798), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1798), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1798), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1798), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1798), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1798), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1798), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1798), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_NONNULL] = ACTIONS(1798), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1798), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1798), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1798), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1798), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1798), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_NORETURN] = ACTIONS(1798), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1798), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1798), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1798), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1798), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1798), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1798), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1798), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1798), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1798), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1798), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1798), - [anon_sym_MOZ_RAII] = ACTIONS(1798), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1798), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1798), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1798), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1798), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1798), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1798), - [sym_raw_string_literal] = ACTIONS(1800), + [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), }, [601] = { - [sym_identifier] = ACTIONS(1758), - [aux_sym_preproc_include_token1] = ACTIONS(1758), - [aux_sym_preproc_def_token1] = ACTIONS(1758), - [aux_sym_preproc_if_token1] = ACTIONS(1758), - [aux_sym_preproc_if_token2] = ACTIONS(1758), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1758), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1758), - [sym_preproc_directive] = ACTIONS(1758), - [anon_sym_LPAREN2] = ACTIONS(1760), - [anon_sym_BANG] = ACTIONS(1760), - [anon_sym_TILDE] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1758), - [anon_sym_STAR] = ACTIONS(1760), - [anon_sym_AMP_AMP] = ACTIONS(1760), - [anon_sym_AMP] = ACTIONS(1758), - [anon_sym_SEMI] = ACTIONS(1760), - [anon_sym_typedef] = ACTIONS(1758), - [anon_sym_extern] = ACTIONS(1758), - [anon_sym___attribute__] = ACTIONS(1758), - [anon_sym_COLON_COLON] = ACTIONS(1760), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1760), - [anon_sym___declspec] = ACTIONS(1758), - [anon_sym___based] = ACTIONS(1758), - [anon_sym___cdecl] = ACTIONS(1758), - [anon_sym___clrcall] = ACTIONS(1758), - [anon_sym___stdcall] = ACTIONS(1758), - [anon_sym___fastcall] = ACTIONS(1758), - [anon_sym___thiscall] = ACTIONS(1758), - [anon_sym___vectorcall] = ACTIONS(1758), - [anon_sym_LBRACE] = ACTIONS(1760), - [anon_sym_LBRACK] = ACTIONS(1758), - [anon_sym_static] = ACTIONS(1758), - [anon_sym_register] = ACTIONS(1758), - [anon_sym_inline] = ACTIONS(1758), - [anon_sym_thread_local] = ACTIONS(1758), - [anon_sym_const] = ACTIONS(1758), - [anon_sym_volatile] = ACTIONS(1758), - [anon_sym_restrict] = ACTIONS(1758), - [anon_sym__Atomic] = ACTIONS(1758), - [anon_sym_mutable] = ACTIONS(1758), - [anon_sym_constexpr] = ACTIONS(1758), - [anon_sym_signed] = ACTIONS(1758), - [anon_sym_unsigned] = ACTIONS(1758), - [anon_sym_long] = ACTIONS(1758), - [anon_sym_short] = ACTIONS(1758), - [sym_primitive_type] = ACTIONS(1758), - [anon_sym_enum] = ACTIONS(1758), - [anon_sym_class] = ACTIONS(1758), - [anon_sym_struct] = ACTIONS(1758), - [anon_sym_union] = ACTIONS(1758), - [anon_sym_if] = ACTIONS(1758), - [anon_sym_switch] = ACTIONS(1758), - [anon_sym_case] = ACTIONS(1758), - [anon_sym_default] = ACTIONS(1758), - [anon_sym_while] = ACTIONS(1758), - [anon_sym_do] = ACTIONS(1758), - [anon_sym_for] = ACTIONS(1758), - [anon_sym_return] = ACTIONS(1758), - [anon_sym_break] = ACTIONS(1758), - [anon_sym_continue] = ACTIONS(1758), - [anon_sym_goto] = ACTIONS(1758), - [anon_sym_DASH_DASH] = ACTIONS(1760), - [anon_sym_PLUS_PLUS] = ACTIONS(1760), - [anon_sym_sizeof] = ACTIONS(1758), - [sym_number_literal] = ACTIONS(1760), - [anon_sym_L_SQUOTE] = ACTIONS(1760), - [anon_sym_u_SQUOTE] = ACTIONS(1760), - [anon_sym_U_SQUOTE] = ACTIONS(1760), - [anon_sym_u8_SQUOTE] = ACTIONS(1760), - [anon_sym_SQUOTE] = ACTIONS(1760), - [anon_sym_L_DQUOTE] = ACTIONS(1760), - [anon_sym_u_DQUOTE] = ACTIONS(1760), - [anon_sym_U_DQUOTE] = ACTIONS(1760), - [anon_sym_u8_DQUOTE] = ACTIONS(1760), - [anon_sym_DQUOTE] = ACTIONS(1760), - [sym_true] = ACTIONS(1758), - [sym_false] = ACTIONS(1758), - [sym_null] = ACTIONS(1758), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1758), - [anon_sym_virtual] = ACTIONS(1758), - [anon_sym_explicit] = ACTIONS(1758), - [sym_auto] = ACTIONS(1758), - [anon_sym_typename] = ACTIONS(1758), - [anon_sym_template] = ACTIONS(1758), - [anon_sym_operator] = ACTIONS(1758), - [anon_sym_delete] = ACTIONS(1758), - [anon_sym_throw] = ACTIONS(1758), - [anon_sym_namespace] = ACTIONS(1758), - [anon_sym_using] = ACTIONS(1758), - [anon_sym_static_assert] = ACTIONS(1758), - [anon_sym_co_return] = ACTIONS(1758), - [anon_sym_co_yield] = ACTIONS(1758), - [anon_sym_try] = ACTIONS(1758), - [anon_sym_co_await] = ACTIONS(1758), - [anon_sym_new] = ACTIONS(1758), - [sym_operator_name] = ACTIONS(1758), - [sym_this] = ACTIONS(1758), - [sym_nullptr] = ACTIONS(1758), - [sym_alone_macro] = ACTIONS(1760), - [aux_sym_alone_macro_call_token1] = ACTIONS(1758), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1758), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1758), - [anon_sym_FORWARD] = ACTIONS(1758), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1758), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1758), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1758), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1758), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1758), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1758), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1758), - [anon_sym_PS_GET] = ACTIONS(1758), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1758), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1758), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1758), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1758), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1758), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1758), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1758), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1758), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1758), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1758), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1758), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1758), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1758), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1758), - [anon_sym_MOZ_COLD] = ACTIONS(1758), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1758), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1758), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1758), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1758), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1758), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1758), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1758), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1758), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1758), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1758), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1758), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1758), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1758), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1758), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1758), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1758), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1758), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1758), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1758), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1758), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1758), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1758), - [anon_sym_MOZ_NONNULL] = ACTIONS(1758), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1758), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1758), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1758), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1758), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1758), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1758), - [anon_sym_MOZ_NORETURN] = ACTIONS(1758), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1758), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1758), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1758), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1758), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1758), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1758), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1758), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1758), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1758), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1758), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1758), - [anon_sym_MOZ_RAII] = ACTIONS(1758), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1758), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1758), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1758), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1758), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1758), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1758), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1758), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1758), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1758), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1758), - [sym_raw_string_literal] = ACTIONS(1760), + [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), }, [602] = { - [sym_identifier] = ACTIONS(1794), - [aux_sym_preproc_include_token1] = ACTIONS(1794), - [aux_sym_preproc_def_token1] = ACTIONS(1794), - [aux_sym_preproc_if_token1] = ACTIONS(1794), - [aux_sym_preproc_if_token2] = ACTIONS(1794), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1794), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1794), - [sym_preproc_directive] = ACTIONS(1794), - [anon_sym_LPAREN2] = ACTIONS(1796), - [anon_sym_BANG] = ACTIONS(1796), - [anon_sym_TILDE] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1794), - [anon_sym_PLUS] = ACTIONS(1794), - [anon_sym_STAR] = ACTIONS(1796), - [anon_sym_AMP_AMP] = ACTIONS(1796), - [anon_sym_AMP] = ACTIONS(1794), - [anon_sym_SEMI] = ACTIONS(1796), - [anon_sym_typedef] = ACTIONS(1794), - [anon_sym_extern] = ACTIONS(1794), - [anon_sym___attribute__] = ACTIONS(1794), - [anon_sym_COLON_COLON] = ACTIONS(1796), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1796), - [anon_sym___declspec] = ACTIONS(1794), - [anon_sym___based] = ACTIONS(1794), - [anon_sym___cdecl] = ACTIONS(1794), - [anon_sym___clrcall] = ACTIONS(1794), - [anon_sym___stdcall] = ACTIONS(1794), - [anon_sym___fastcall] = ACTIONS(1794), - [anon_sym___thiscall] = ACTIONS(1794), - [anon_sym___vectorcall] = ACTIONS(1794), - [anon_sym_LBRACE] = ACTIONS(1796), - [anon_sym_LBRACK] = ACTIONS(1794), - [anon_sym_static] = ACTIONS(1794), - [anon_sym_register] = ACTIONS(1794), - [anon_sym_inline] = ACTIONS(1794), - [anon_sym_thread_local] = ACTIONS(1794), - [anon_sym_const] = ACTIONS(1794), - [anon_sym_volatile] = ACTIONS(1794), - [anon_sym_restrict] = ACTIONS(1794), - [anon_sym__Atomic] = ACTIONS(1794), - [anon_sym_mutable] = ACTIONS(1794), - [anon_sym_constexpr] = ACTIONS(1794), - [anon_sym_signed] = ACTIONS(1794), - [anon_sym_unsigned] = ACTIONS(1794), - [anon_sym_long] = ACTIONS(1794), - [anon_sym_short] = ACTIONS(1794), - [sym_primitive_type] = ACTIONS(1794), - [anon_sym_enum] = ACTIONS(1794), - [anon_sym_class] = ACTIONS(1794), - [anon_sym_struct] = ACTIONS(1794), - [anon_sym_union] = ACTIONS(1794), - [anon_sym_if] = ACTIONS(1794), - [anon_sym_switch] = ACTIONS(1794), - [anon_sym_case] = ACTIONS(1794), - [anon_sym_default] = ACTIONS(1794), - [anon_sym_while] = ACTIONS(1794), - [anon_sym_do] = ACTIONS(1794), - [anon_sym_for] = ACTIONS(1794), - [anon_sym_return] = ACTIONS(1794), - [anon_sym_break] = ACTIONS(1794), - [anon_sym_continue] = ACTIONS(1794), - [anon_sym_goto] = ACTIONS(1794), - [anon_sym_DASH_DASH] = ACTIONS(1796), - [anon_sym_PLUS_PLUS] = ACTIONS(1796), - [anon_sym_sizeof] = ACTIONS(1794), - [sym_number_literal] = ACTIONS(1796), - [anon_sym_L_SQUOTE] = ACTIONS(1796), - [anon_sym_u_SQUOTE] = ACTIONS(1796), - [anon_sym_U_SQUOTE] = ACTIONS(1796), - [anon_sym_u8_SQUOTE] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1796), - [anon_sym_L_DQUOTE] = ACTIONS(1796), - [anon_sym_u_DQUOTE] = ACTIONS(1796), - [anon_sym_U_DQUOTE] = ACTIONS(1796), - [anon_sym_u8_DQUOTE] = ACTIONS(1796), - [anon_sym_DQUOTE] = ACTIONS(1796), - [sym_true] = ACTIONS(1794), - [sym_false] = ACTIONS(1794), - [sym_null] = ACTIONS(1794), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1794), - [anon_sym_virtual] = ACTIONS(1794), - [anon_sym_explicit] = ACTIONS(1794), - [sym_auto] = ACTIONS(1794), - [anon_sym_typename] = ACTIONS(1794), - [anon_sym_template] = ACTIONS(1794), - [anon_sym_operator] = ACTIONS(1794), - [anon_sym_delete] = ACTIONS(1794), - [anon_sym_throw] = ACTIONS(1794), - [anon_sym_namespace] = ACTIONS(1794), - [anon_sym_using] = ACTIONS(1794), - [anon_sym_static_assert] = ACTIONS(1794), - [anon_sym_co_return] = ACTIONS(1794), - [anon_sym_co_yield] = ACTIONS(1794), - [anon_sym_try] = ACTIONS(1794), - [anon_sym_co_await] = ACTIONS(1794), - [anon_sym_new] = ACTIONS(1794), - [sym_operator_name] = ACTIONS(1794), - [sym_this] = ACTIONS(1794), - [sym_nullptr] = ACTIONS(1794), - [sym_alone_macro] = ACTIONS(1796), - [aux_sym_alone_macro_call_token1] = ACTIONS(1794), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1794), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1794), - [anon_sym_FORWARD] = ACTIONS(1794), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1794), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1794), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1794), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1794), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1794), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1794), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1794), - [anon_sym_PS_GET] = ACTIONS(1794), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1794), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1794), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1794), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1794), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1794), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1794), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1794), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1794), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1794), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1794), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1794), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1794), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1794), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1794), - [anon_sym_MOZ_COLD] = ACTIONS(1794), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1794), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1794), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1794), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1794), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1794), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1794), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1794), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1794), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1794), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1794), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1794), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1794), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1794), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1794), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1794), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1794), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1794), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1794), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1794), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1794), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_NONNULL] = ACTIONS(1794), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1794), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1794), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1794), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1794), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1794), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_NORETURN] = ACTIONS(1794), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1794), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1794), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1794), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1794), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1794), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1794), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1794), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1794), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1794), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1794), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1794), - [anon_sym_MOZ_RAII] = ACTIONS(1794), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1794), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1794), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1794), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1794), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1794), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1794), - [sym_raw_string_literal] = ACTIONS(1796), + [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(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), }, [603] = { - [sym_identifier] = ACTIONS(1790), - [aux_sym_preproc_include_token1] = ACTIONS(1790), - [aux_sym_preproc_def_token1] = ACTIONS(1790), - [aux_sym_preproc_if_token1] = ACTIONS(1790), - [aux_sym_preproc_if_token2] = ACTIONS(1790), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1790), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1790), - [sym_preproc_directive] = ACTIONS(1790), - [anon_sym_LPAREN2] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1792), - [anon_sym_TILDE] = ACTIONS(1792), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_AMP] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_typedef] = ACTIONS(1790), - [anon_sym_extern] = ACTIONS(1790), - [anon_sym___attribute__] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1792), - [anon_sym___declspec] = ACTIONS(1790), - [anon_sym___based] = ACTIONS(1790), - [anon_sym___cdecl] = ACTIONS(1790), - [anon_sym___clrcall] = ACTIONS(1790), - [anon_sym___stdcall] = ACTIONS(1790), - [anon_sym___fastcall] = ACTIONS(1790), - [anon_sym___thiscall] = ACTIONS(1790), - [anon_sym___vectorcall] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_LBRACK] = ACTIONS(1790), - [anon_sym_static] = ACTIONS(1790), - [anon_sym_register] = ACTIONS(1790), - [anon_sym_inline] = ACTIONS(1790), - [anon_sym_thread_local] = ACTIONS(1790), - [anon_sym_const] = ACTIONS(1790), - [anon_sym_volatile] = ACTIONS(1790), - [anon_sym_restrict] = ACTIONS(1790), - [anon_sym__Atomic] = ACTIONS(1790), - [anon_sym_mutable] = ACTIONS(1790), - [anon_sym_constexpr] = ACTIONS(1790), - [anon_sym_signed] = ACTIONS(1790), - [anon_sym_unsigned] = ACTIONS(1790), - [anon_sym_long] = ACTIONS(1790), - [anon_sym_short] = ACTIONS(1790), - [sym_primitive_type] = ACTIONS(1790), - [anon_sym_enum] = ACTIONS(1790), - [anon_sym_class] = ACTIONS(1790), - [anon_sym_struct] = ACTIONS(1790), - [anon_sym_union] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_switch] = ACTIONS(1790), - [anon_sym_case] = ACTIONS(1790), - [anon_sym_default] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_do] = ACTIONS(1790), - [anon_sym_for] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_goto] = ACTIONS(1790), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_sizeof] = ACTIONS(1790), - [sym_number_literal] = ACTIONS(1792), - [anon_sym_L_SQUOTE] = ACTIONS(1792), - [anon_sym_u_SQUOTE] = ACTIONS(1792), - [anon_sym_U_SQUOTE] = ACTIONS(1792), - [anon_sym_u8_SQUOTE] = ACTIONS(1792), - [anon_sym_SQUOTE] = ACTIONS(1792), - [anon_sym_L_DQUOTE] = ACTIONS(1792), - [anon_sym_u_DQUOTE] = ACTIONS(1792), - [anon_sym_U_DQUOTE] = ACTIONS(1792), - [anon_sym_u8_DQUOTE] = ACTIONS(1792), - [anon_sym_DQUOTE] = ACTIONS(1792), - [sym_true] = ACTIONS(1790), - [sym_false] = ACTIONS(1790), - [sym_null] = ACTIONS(1790), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1790), - [anon_sym_virtual] = ACTIONS(1790), - [anon_sym_explicit] = ACTIONS(1790), - [sym_auto] = ACTIONS(1790), - [anon_sym_typename] = ACTIONS(1790), - [anon_sym_template] = ACTIONS(1790), - [anon_sym_operator] = ACTIONS(1790), - [anon_sym_delete] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_namespace] = ACTIONS(1790), - [anon_sym_using] = ACTIONS(1790), - [anon_sym_static_assert] = ACTIONS(1790), - [anon_sym_co_return] = ACTIONS(1790), - [anon_sym_co_yield] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_co_await] = ACTIONS(1790), - [anon_sym_new] = ACTIONS(1790), - [sym_operator_name] = ACTIONS(1790), - [sym_this] = ACTIONS(1790), - [sym_nullptr] = ACTIONS(1790), - [sym_alone_macro] = ACTIONS(1792), - [aux_sym_alone_macro_call_token1] = ACTIONS(1790), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1790), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1790), - [anon_sym_FORWARD] = ACTIONS(1790), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1790), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1790), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1790), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1790), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1790), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1790), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1790), - [anon_sym_PS_GET] = ACTIONS(1790), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1790), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1790), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1790), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1790), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1790), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1790), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1790), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1790), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1790), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1790), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1790), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1790), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1790), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1790), - [anon_sym_MOZ_COLD] = ACTIONS(1790), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1790), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1790), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1790), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1790), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1790), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1790), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1790), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1790), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1790), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1790), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1790), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1790), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1790), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1790), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1790), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1790), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1790), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1790), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1790), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1790), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_NONNULL] = ACTIONS(1790), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1790), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1790), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1790), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1790), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1790), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_NORETURN] = ACTIONS(1790), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1790), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1790), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1790), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1790), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1790), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1790), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1790), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1790), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1790), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1790), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1790), - [anon_sym_MOZ_RAII] = ACTIONS(1790), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1790), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1790), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1790), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1790), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1790), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1790), - [sym_raw_string_literal] = ACTIONS(1792), + [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(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), }, [604] = { - [ts_builtin_sym_end] = ACTIONS(1896), - [sym_identifier] = ACTIONS(1894), - [aux_sym_preproc_include_token1] = ACTIONS(1894), - [aux_sym_preproc_def_token1] = ACTIONS(1894), - [aux_sym_preproc_if_token1] = ACTIONS(1894), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1894), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1894), - [sym_preproc_directive] = ACTIONS(1894), - [anon_sym_LPAREN2] = ACTIONS(1896), - [anon_sym_BANG] = ACTIONS(1896), - [anon_sym_TILDE] = ACTIONS(1896), - [anon_sym_DASH] = ACTIONS(1894), - [anon_sym_PLUS] = ACTIONS(1894), - [anon_sym_STAR] = ACTIONS(1896), - [anon_sym_AMP_AMP] = ACTIONS(1896), - [anon_sym_AMP] = ACTIONS(1894), - [anon_sym_SEMI] = ACTIONS(1896), - [anon_sym_typedef] = ACTIONS(1894), - [anon_sym_extern] = ACTIONS(1894), - [anon_sym___attribute__] = ACTIONS(1894), - [anon_sym_COLON_COLON] = ACTIONS(1896), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1896), - [anon_sym___declspec] = ACTIONS(1894), - [anon_sym___based] = ACTIONS(1894), - [anon_sym___cdecl] = ACTIONS(1894), - [anon_sym___clrcall] = ACTIONS(1894), - [anon_sym___stdcall] = ACTIONS(1894), - [anon_sym___fastcall] = ACTIONS(1894), - [anon_sym___thiscall] = ACTIONS(1894), - [anon_sym___vectorcall] = ACTIONS(1894), - [anon_sym_LBRACE] = ACTIONS(1896), - [anon_sym_LBRACK] = ACTIONS(1894), - [anon_sym_static] = ACTIONS(1894), - [anon_sym_register] = ACTIONS(1894), - [anon_sym_inline] = ACTIONS(1894), - [anon_sym_thread_local] = ACTIONS(1894), - [anon_sym_const] = ACTIONS(1894), - [anon_sym_volatile] = ACTIONS(1894), - [anon_sym_restrict] = ACTIONS(1894), - [anon_sym__Atomic] = ACTIONS(1894), - [anon_sym_mutable] = ACTIONS(1894), - [anon_sym_constexpr] = ACTIONS(1894), - [anon_sym_signed] = ACTIONS(1894), - [anon_sym_unsigned] = ACTIONS(1894), - [anon_sym_long] = ACTIONS(1894), - [anon_sym_short] = ACTIONS(1894), - [sym_primitive_type] = ACTIONS(1894), - [anon_sym_enum] = ACTIONS(1894), - [anon_sym_class] = ACTIONS(1894), - [anon_sym_struct] = ACTIONS(1894), - [anon_sym_union] = ACTIONS(1894), - [anon_sym_if] = ACTIONS(1894), - [anon_sym_switch] = ACTIONS(1894), - [anon_sym_case] = ACTIONS(1894), - [anon_sym_default] = ACTIONS(1894), - [anon_sym_while] = ACTIONS(1894), - [anon_sym_do] = ACTIONS(1894), - [anon_sym_for] = ACTIONS(1894), - [anon_sym_return] = ACTIONS(1894), - [anon_sym_break] = ACTIONS(1894), - [anon_sym_continue] = ACTIONS(1894), - [anon_sym_goto] = ACTIONS(1894), - [anon_sym_DASH_DASH] = ACTIONS(1896), - [anon_sym_PLUS_PLUS] = ACTIONS(1896), - [anon_sym_sizeof] = ACTIONS(1894), - [sym_number_literal] = ACTIONS(1896), - [anon_sym_L_SQUOTE] = ACTIONS(1896), - [anon_sym_u_SQUOTE] = ACTIONS(1896), - [anon_sym_U_SQUOTE] = ACTIONS(1896), - [anon_sym_u8_SQUOTE] = ACTIONS(1896), - [anon_sym_SQUOTE] = ACTIONS(1896), - [anon_sym_L_DQUOTE] = ACTIONS(1896), - [anon_sym_u_DQUOTE] = ACTIONS(1896), - [anon_sym_U_DQUOTE] = ACTIONS(1896), - [anon_sym_u8_DQUOTE] = ACTIONS(1896), - [anon_sym_DQUOTE] = ACTIONS(1896), - [sym_true] = ACTIONS(1894), - [sym_false] = ACTIONS(1894), - [sym_null] = ACTIONS(1894), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1894), - [anon_sym_virtual] = ACTIONS(1894), - [anon_sym_explicit] = ACTIONS(1894), - [sym_auto] = ACTIONS(1894), - [anon_sym_typename] = ACTIONS(1894), - [anon_sym_template] = ACTIONS(1894), - [anon_sym_operator] = ACTIONS(1894), - [anon_sym_delete] = ACTIONS(1894), - [anon_sym_throw] = ACTIONS(1894), - [anon_sym_namespace] = ACTIONS(1894), - [anon_sym_using] = ACTIONS(1894), - [anon_sym_static_assert] = ACTIONS(1894), - [anon_sym_co_return] = ACTIONS(1894), - [anon_sym_co_yield] = ACTIONS(1894), - [anon_sym_try] = ACTIONS(1894), - [anon_sym_co_await] = ACTIONS(1894), - [anon_sym_new] = ACTIONS(1894), - [sym_operator_name] = ACTIONS(1894), - [sym_this] = ACTIONS(1894), - [sym_nullptr] = ACTIONS(1894), - [sym_alone_macro] = ACTIONS(1896), - [aux_sym_alone_macro_call_token1] = ACTIONS(1894), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1894), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1894), - [anon_sym_FORWARD] = ACTIONS(1894), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1894), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1894), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1894), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1894), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1894), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1894), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1894), - [anon_sym_PS_GET] = ACTIONS(1894), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1894), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1894), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1894), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1894), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1894), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1894), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1894), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1894), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1894), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1894), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1894), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1894), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1894), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1894), - [anon_sym_MOZ_COLD] = ACTIONS(1894), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1894), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1894), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1894), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1894), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1894), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1894), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1894), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1894), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1894), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1894), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1894), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1894), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1894), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1894), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1894), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1894), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1894), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1894), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1894), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1894), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_NONNULL] = ACTIONS(1894), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1894), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1894), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1894), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1894), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1894), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_NORETURN] = ACTIONS(1894), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1894), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1894), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1894), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1894), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1894), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1894), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1894), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1894), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1894), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1894), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1894), - [anon_sym_MOZ_RAII] = ACTIONS(1894), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1894), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1894), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1894), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1894), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1894), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1894), - [sym_raw_string_literal] = ACTIONS(1896), + [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(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), }, [605] = { - [ts_builtin_sym_end] = ACTIONS(1760), - [sym_identifier] = ACTIONS(1758), - [aux_sym_preproc_include_token1] = ACTIONS(1758), - [aux_sym_preproc_def_token1] = ACTIONS(1758), - [aux_sym_preproc_if_token1] = ACTIONS(1758), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1758), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1758), - [sym_preproc_directive] = ACTIONS(1758), - [anon_sym_LPAREN2] = ACTIONS(1760), - [anon_sym_BANG] = ACTIONS(1760), - [anon_sym_TILDE] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1758), - [anon_sym_STAR] = ACTIONS(1760), - [anon_sym_AMP_AMP] = ACTIONS(1760), - [anon_sym_AMP] = ACTIONS(1758), - [anon_sym_SEMI] = ACTIONS(1760), - [anon_sym_typedef] = ACTIONS(1758), - [anon_sym_extern] = ACTIONS(1758), - [anon_sym___attribute__] = ACTIONS(1758), - [anon_sym_COLON_COLON] = ACTIONS(1760), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1760), - [anon_sym___declspec] = ACTIONS(1758), - [anon_sym___based] = ACTIONS(1758), - [anon_sym___cdecl] = ACTIONS(1758), - [anon_sym___clrcall] = ACTIONS(1758), - [anon_sym___stdcall] = ACTIONS(1758), - [anon_sym___fastcall] = ACTIONS(1758), - [anon_sym___thiscall] = ACTIONS(1758), - [anon_sym___vectorcall] = ACTIONS(1758), - [anon_sym_LBRACE] = ACTIONS(1760), - [anon_sym_LBRACK] = ACTIONS(1758), - [anon_sym_static] = ACTIONS(1758), - [anon_sym_register] = ACTIONS(1758), - [anon_sym_inline] = ACTIONS(1758), - [anon_sym_thread_local] = ACTIONS(1758), - [anon_sym_const] = ACTIONS(1758), - [anon_sym_volatile] = ACTIONS(1758), - [anon_sym_restrict] = ACTIONS(1758), - [anon_sym__Atomic] = ACTIONS(1758), - [anon_sym_mutable] = ACTIONS(1758), - [anon_sym_constexpr] = ACTIONS(1758), - [anon_sym_signed] = ACTIONS(1758), - [anon_sym_unsigned] = ACTIONS(1758), - [anon_sym_long] = ACTIONS(1758), - [anon_sym_short] = ACTIONS(1758), - [sym_primitive_type] = ACTIONS(1758), - [anon_sym_enum] = ACTIONS(1758), - [anon_sym_class] = ACTIONS(1758), - [anon_sym_struct] = ACTIONS(1758), - [anon_sym_union] = ACTIONS(1758), - [anon_sym_if] = ACTIONS(1758), - [anon_sym_switch] = ACTIONS(1758), - [anon_sym_case] = ACTIONS(1758), - [anon_sym_default] = ACTIONS(1758), - [anon_sym_while] = ACTIONS(1758), - [anon_sym_do] = ACTIONS(1758), - [anon_sym_for] = ACTIONS(1758), - [anon_sym_return] = ACTIONS(1758), - [anon_sym_break] = ACTIONS(1758), - [anon_sym_continue] = ACTIONS(1758), - [anon_sym_goto] = ACTIONS(1758), - [anon_sym_DASH_DASH] = ACTIONS(1760), - [anon_sym_PLUS_PLUS] = ACTIONS(1760), - [anon_sym_sizeof] = ACTIONS(1758), - [sym_number_literal] = ACTIONS(1760), - [anon_sym_L_SQUOTE] = ACTIONS(1760), - [anon_sym_u_SQUOTE] = ACTIONS(1760), - [anon_sym_U_SQUOTE] = ACTIONS(1760), - [anon_sym_u8_SQUOTE] = ACTIONS(1760), - [anon_sym_SQUOTE] = ACTIONS(1760), - [anon_sym_L_DQUOTE] = ACTIONS(1760), - [anon_sym_u_DQUOTE] = ACTIONS(1760), - [anon_sym_U_DQUOTE] = ACTIONS(1760), - [anon_sym_u8_DQUOTE] = ACTIONS(1760), - [anon_sym_DQUOTE] = ACTIONS(1760), - [sym_true] = ACTIONS(1758), - [sym_false] = ACTIONS(1758), - [sym_null] = ACTIONS(1758), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1758), - [anon_sym_virtual] = ACTIONS(1758), - [anon_sym_explicit] = ACTIONS(1758), - [sym_auto] = ACTIONS(1758), - [anon_sym_typename] = ACTIONS(1758), - [anon_sym_template] = ACTIONS(1758), - [anon_sym_operator] = ACTIONS(1758), - [anon_sym_delete] = ACTIONS(1758), - [anon_sym_throw] = ACTIONS(1758), - [anon_sym_namespace] = ACTIONS(1758), - [anon_sym_using] = ACTIONS(1758), - [anon_sym_static_assert] = ACTIONS(1758), - [anon_sym_co_return] = ACTIONS(1758), - [anon_sym_co_yield] = ACTIONS(1758), - [anon_sym_try] = ACTIONS(1758), - [anon_sym_co_await] = ACTIONS(1758), - [anon_sym_new] = ACTIONS(1758), - [sym_operator_name] = ACTIONS(1758), - [sym_this] = ACTIONS(1758), - [sym_nullptr] = ACTIONS(1758), - [sym_alone_macro] = ACTIONS(1760), - [aux_sym_alone_macro_call_token1] = ACTIONS(1758), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1758), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1758), - [anon_sym_FORWARD] = ACTIONS(1758), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1758), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1758), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1758), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1758), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1758), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1758), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1758), - [anon_sym_PS_GET] = ACTIONS(1758), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1758), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1758), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1758), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1758), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1758), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1758), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1758), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1758), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1758), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1758), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1758), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1758), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1758), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1758), - [anon_sym_MOZ_COLD] = ACTIONS(1758), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1758), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1758), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1758), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1758), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1758), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1758), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1758), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1758), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1758), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1758), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1758), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1758), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1758), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1758), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1758), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1758), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1758), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1758), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1758), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1758), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1758), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1758), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1758), - [anon_sym_MOZ_NONNULL] = ACTIONS(1758), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1758), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1758), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1758), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1758), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1758), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1758), - [anon_sym_MOZ_NORETURN] = ACTIONS(1758), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1758), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1758), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1758), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1758), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1758), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1758), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1758), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1758), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1758), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1758), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1758), - [anon_sym_MOZ_RAII] = ACTIONS(1758), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1758), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1758), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1758), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1758), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1758), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1758), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1758), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1758), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1758), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1758), - [sym_raw_string_literal] = ACTIONS(1760), + [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), }, [606] = { - [sym_identifier] = ACTIONS(1798), - [aux_sym_preproc_include_token1] = ACTIONS(1798), - [aux_sym_preproc_def_token1] = ACTIONS(1798), - [aux_sym_preproc_if_token1] = ACTIONS(1798), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1798), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1798), - [sym_preproc_directive] = ACTIONS(1798), - [anon_sym_LPAREN2] = ACTIONS(1800), - [anon_sym_BANG] = ACTIONS(1800), - [anon_sym_TILDE] = ACTIONS(1800), - [anon_sym_DASH] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1798), - [anon_sym_STAR] = ACTIONS(1800), - [anon_sym_AMP_AMP] = ACTIONS(1800), - [anon_sym_AMP] = ACTIONS(1798), - [anon_sym_SEMI] = ACTIONS(1800), - [anon_sym_typedef] = ACTIONS(1798), - [anon_sym_extern] = ACTIONS(1798), - [anon_sym___attribute__] = ACTIONS(1798), - [anon_sym_COLON_COLON] = ACTIONS(1800), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1800), - [anon_sym___declspec] = ACTIONS(1798), - [anon_sym___based] = ACTIONS(1798), - [anon_sym___cdecl] = ACTIONS(1798), - [anon_sym___clrcall] = ACTIONS(1798), - [anon_sym___stdcall] = ACTIONS(1798), - [anon_sym___fastcall] = ACTIONS(1798), - [anon_sym___thiscall] = ACTIONS(1798), - [anon_sym___vectorcall] = ACTIONS(1798), - [anon_sym_LBRACE] = ACTIONS(1800), - [anon_sym_RBRACE] = ACTIONS(1800), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_static] = ACTIONS(1798), - [anon_sym_register] = ACTIONS(1798), - [anon_sym_inline] = ACTIONS(1798), - [anon_sym_thread_local] = ACTIONS(1798), - [anon_sym_const] = ACTIONS(1798), - [anon_sym_volatile] = ACTIONS(1798), - [anon_sym_restrict] = ACTIONS(1798), - [anon_sym__Atomic] = ACTIONS(1798), - [anon_sym_mutable] = ACTIONS(1798), - [anon_sym_constexpr] = ACTIONS(1798), - [anon_sym_signed] = ACTIONS(1798), - [anon_sym_unsigned] = ACTIONS(1798), - [anon_sym_long] = ACTIONS(1798), - [anon_sym_short] = ACTIONS(1798), - [sym_primitive_type] = ACTIONS(1798), - [anon_sym_enum] = ACTIONS(1798), - [anon_sym_class] = ACTIONS(1798), - [anon_sym_struct] = ACTIONS(1798), - [anon_sym_union] = ACTIONS(1798), - [anon_sym_if] = ACTIONS(1798), - [anon_sym_switch] = ACTIONS(1798), - [anon_sym_case] = ACTIONS(1798), - [anon_sym_default] = ACTIONS(1798), - [anon_sym_while] = ACTIONS(1798), - [anon_sym_do] = ACTIONS(1798), - [anon_sym_for] = ACTIONS(1798), - [anon_sym_return] = ACTIONS(1798), - [anon_sym_break] = ACTIONS(1798), - [anon_sym_continue] = ACTIONS(1798), - [anon_sym_goto] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1800), - [anon_sym_PLUS_PLUS] = ACTIONS(1800), - [anon_sym_sizeof] = ACTIONS(1798), - [sym_number_literal] = ACTIONS(1800), - [anon_sym_L_SQUOTE] = ACTIONS(1800), - [anon_sym_u_SQUOTE] = ACTIONS(1800), - [anon_sym_U_SQUOTE] = ACTIONS(1800), - [anon_sym_u8_SQUOTE] = ACTIONS(1800), - [anon_sym_SQUOTE] = ACTIONS(1800), - [anon_sym_L_DQUOTE] = ACTIONS(1800), - [anon_sym_u_DQUOTE] = ACTIONS(1800), - [anon_sym_U_DQUOTE] = ACTIONS(1800), - [anon_sym_u8_DQUOTE] = ACTIONS(1800), - [anon_sym_DQUOTE] = ACTIONS(1800), - [sym_true] = ACTIONS(1798), - [sym_false] = ACTIONS(1798), - [sym_null] = ACTIONS(1798), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1798), - [anon_sym_virtual] = ACTIONS(1798), - [anon_sym_explicit] = ACTIONS(1798), - [sym_auto] = ACTIONS(1798), - [anon_sym_typename] = ACTIONS(1798), - [anon_sym_template] = ACTIONS(1798), - [anon_sym_operator] = ACTIONS(1798), - [anon_sym_delete] = ACTIONS(1798), - [anon_sym_throw] = ACTIONS(1798), - [anon_sym_namespace] = ACTIONS(1798), - [anon_sym_using] = ACTIONS(1798), - [anon_sym_static_assert] = ACTIONS(1798), - [anon_sym_co_return] = ACTIONS(1798), - [anon_sym_co_yield] = ACTIONS(1798), - [anon_sym_try] = ACTIONS(1798), - [anon_sym_co_await] = ACTIONS(1798), - [anon_sym_new] = ACTIONS(1798), - [sym_operator_name] = ACTIONS(1798), - [sym_this] = ACTIONS(1798), - [sym_nullptr] = ACTIONS(1798), - [sym_alone_macro] = ACTIONS(1800), - [aux_sym_alone_macro_call_token1] = ACTIONS(1798), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1798), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1798), - [anon_sym_FORWARD] = ACTIONS(1798), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1798), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1798), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1798), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1798), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1798), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1798), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1798), - [anon_sym_PS_GET] = ACTIONS(1798), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1798), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1798), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1798), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1798), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1798), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1798), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1798), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1798), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1798), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1798), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1798), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1798), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1798), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1798), - [anon_sym_MOZ_COLD] = ACTIONS(1798), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1798), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1798), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1798), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1798), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1798), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1798), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1798), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1798), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1798), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1798), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1798), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1798), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1798), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1798), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1798), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1798), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1798), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1798), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1798), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1798), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_NONNULL] = ACTIONS(1798), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1798), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1798), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1798), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1798), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1798), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_NORETURN] = ACTIONS(1798), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1798), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1798), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1798), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1798), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1798), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1798), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1798), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1798), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1798), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1798), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1798), - [anon_sym_MOZ_RAII] = ACTIONS(1798), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1798), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1798), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1798), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1798), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1798), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1798), - [sym_raw_string_literal] = ACTIONS(1800), + [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(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), }, [607] = { - [sym_identifier] = ACTIONS(1718), - [aux_sym_preproc_include_token1] = ACTIONS(1718), - [aux_sym_preproc_def_token1] = ACTIONS(1718), - [aux_sym_preproc_if_token1] = ACTIONS(1718), - [aux_sym_preproc_if_token2] = ACTIONS(1718), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1718), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1718), - [sym_preproc_directive] = ACTIONS(1718), - [anon_sym_LPAREN2] = ACTIONS(1720), - [anon_sym_BANG] = ACTIONS(1720), - [anon_sym_TILDE] = ACTIONS(1720), - [anon_sym_DASH] = ACTIONS(1718), - [anon_sym_PLUS] = ACTIONS(1718), - [anon_sym_STAR] = ACTIONS(1720), - [anon_sym_AMP_AMP] = ACTIONS(1720), - [anon_sym_AMP] = ACTIONS(1718), - [anon_sym_SEMI] = ACTIONS(1720), - [anon_sym_typedef] = ACTIONS(1718), - [anon_sym_extern] = ACTIONS(1718), - [anon_sym___attribute__] = ACTIONS(1718), - [anon_sym_COLON_COLON] = ACTIONS(1720), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1720), - [anon_sym___declspec] = ACTIONS(1718), - [anon_sym___based] = ACTIONS(1718), - [anon_sym___cdecl] = ACTIONS(1718), - [anon_sym___clrcall] = ACTIONS(1718), - [anon_sym___stdcall] = ACTIONS(1718), - [anon_sym___fastcall] = ACTIONS(1718), - [anon_sym___thiscall] = ACTIONS(1718), - [anon_sym___vectorcall] = ACTIONS(1718), - [anon_sym_LBRACE] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1718), - [anon_sym_static] = ACTIONS(1718), - [anon_sym_register] = ACTIONS(1718), - [anon_sym_inline] = ACTIONS(1718), - [anon_sym_thread_local] = ACTIONS(1718), - [anon_sym_const] = ACTIONS(1718), - [anon_sym_volatile] = ACTIONS(1718), - [anon_sym_restrict] = ACTIONS(1718), - [anon_sym__Atomic] = ACTIONS(1718), - [anon_sym_mutable] = ACTIONS(1718), - [anon_sym_constexpr] = ACTIONS(1718), - [anon_sym_signed] = ACTIONS(1718), - [anon_sym_unsigned] = ACTIONS(1718), - [anon_sym_long] = ACTIONS(1718), - [anon_sym_short] = ACTIONS(1718), - [sym_primitive_type] = ACTIONS(1718), - [anon_sym_enum] = ACTIONS(1718), - [anon_sym_class] = ACTIONS(1718), - [anon_sym_struct] = ACTIONS(1718), - [anon_sym_union] = ACTIONS(1718), - [anon_sym_if] = ACTIONS(1718), - [anon_sym_switch] = ACTIONS(1718), - [anon_sym_case] = ACTIONS(1718), - [anon_sym_default] = ACTIONS(1718), - [anon_sym_while] = ACTIONS(1718), - [anon_sym_do] = ACTIONS(1718), - [anon_sym_for] = ACTIONS(1718), - [anon_sym_return] = ACTIONS(1718), - [anon_sym_break] = ACTIONS(1718), - [anon_sym_continue] = ACTIONS(1718), - [anon_sym_goto] = ACTIONS(1718), - [anon_sym_DASH_DASH] = ACTIONS(1720), - [anon_sym_PLUS_PLUS] = ACTIONS(1720), - [anon_sym_sizeof] = ACTIONS(1718), - [sym_number_literal] = ACTIONS(1720), - [anon_sym_L_SQUOTE] = ACTIONS(1720), - [anon_sym_u_SQUOTE] = ACTIONS(1720), - [anon_sym_U_SQUOTE] = ACTIONS(1720), - [anon_sym_u8_SQUOTE] = ACTIONS(1720), - [anon_sym_SQUOTE] = ACTIONS(1720), - [anon_sym_L_DQUOTE] = ACTIONS(1720), - [anon_sym_u_DQUOTE] = ACTIONS(1720), - [anon_sym_U_DQUOTE] = ACTIONS(1720), - [anon_sym_u8_DQUOTE] = ACTIONS(1720), - [anon_sym_DQUOTE] = ACTIONS(1720), - [sym_true] = ACTIONS(1718), - [sym_false] = ACTIONS(1718), - [sym_null] = ACTIONS(1718), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1718), - [anon_sym_virtual] = ACTIONS(1718), - [anon_sym_explicit] = ACTIONS(1718), - [sym_auto] = ACTIONS(1718), - [anon_sym_typename] = ACTIONS(1718), - [anon_sym_template] = ACTIONS(1718), - [anon_sym_operator] = ACTIONS(1718), - [anon_sym_delete] = ACTIONS(1718), - [anon_sym_throw] = ACTIONS(1718), - [anon_sym_namespace] = ACTIONS(1718), - [anon_sym_using] = ACTIONS(1718), - [anon_sym_static_assert] = ACTIONS(1718), - [anon_sym_co_return] = ACTIONS(1718), - [anon_sym_co_yield] = ACTIONS(1718), - [anon_sym_try] = ACTIONS(1718), - [anon_sym_co_await] = ACTIONS(1718), - [anon_sym_new] = ACTIONS(1718), - [sym_operator_name] = ACTIONS(1718), - [sym_this] = ACTIONS(1718), - [sym_nullptr] = ACTIONS(1718), - [sym_alone_macro] = ACTIONS(1720), - [aux_sym_alone_macro_call_token1] = ACTIONS(1718), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1718), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1718), - [anon_sym_FORWARD] = ACTIONS(1718), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1718), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1718), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1718), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1718), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1718), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1718), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1718), - [anon_sym_PS_GET] = ACTIONS(1718), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1718), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1718), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1718), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1718), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1718), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1718), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1718), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1718), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1718), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1718), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1718), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1718), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1718), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1718), - [anon_sym_MOZ_COLD] = ACTIONS(1718), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1718), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1718), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1718), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1718), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1718), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1718), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1718), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1718), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1718), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1718), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1718), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1718), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1718), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1718), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1718), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1718), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1718), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1718), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1718), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1718), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1718), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1718), - [anon_sym_MOZ_NONNULL] = ACTIONS(1718), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1718), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1718), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1718), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1718), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1718), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1718), - [anon_sym_MOZ_NORETURN] = ACTIONS(1718), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1718), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1718), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1718), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1718), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1718), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1718), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1718), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1718), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1718), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1718), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1718), - [anon_sym_MOZ_RAII] = ACTIONS(1718), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1718), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1718), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1718), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1718), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1718), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1718), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1718), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1718), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1718), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1718), - [sym_raw_string_literal] = ACTIONS(1720), + [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(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), }, [608] = { - [sym_identifier] = ACTIONS(1802), - [aux_sym_preproc_include_token1] = ACTIONS(1802), - [aux_sym_preproc_def_token1] = ACTIONS(1802), - [aux_sym_preproc_if_token1] = ACTIONS(1802), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1802), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1802), - [sym_preproc_directive] = ACTIONS(1802), - [anon_sym_LPAREN2] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1804), - [anon_sym_TILDE] = ACTIONS(1804), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_AMP] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_typedef] = ACTIONS(1802), - [anon_sym_extern] = ACTIONS(1802), - [anon_sym___attribute__] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1804), - [anon_sym___declspec] = ACTIONS(1802), - [anon_sym___based] = ACTIONS(1802), - [anon_sym___cdecl] = ACTIONS(1802), - [anon_sym___clrcall] = ACTIONS(1802), - [anon_sym___stdcall] = ACTIONS(1802), - [anon_sym___fastcall] = ACTIONS(1802), - [anon_sym___thiscall] = ACTIONS(1802), - [anon_sym___vectorcall] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LBRACK] = ACTIONS(1802), - [anon_sym_static] = ACTIONS(1802), - [anon_sym_register] = ACTIONS(1802), - [anon_sym_inline] = ACTIONS(1802), - [anon_sym_thread_local] = ACTIONS(1802), - [anon_sym_const] = ACTIONS(1802), - [anon_sym_volatile] = ACTIONS(1802), - [anon_sym_restrict] = ACTIONS(1802), - [anon_sym__Atomic] = ACTIONS(1802), - [anon_sym_mutable] = ACTIONS(1802), - [anon_sym_constexpr] = ACTIONS(1802), - [anon_sym_signed] = ACTIONS(1802), - [anon_sym_unsigned] = ACTIONS(1802), - [anon_sym_long] = ACTIONS(1802), - [anon_sym_short] = ACTIONS(1802), - [sym_primitive_type] = ACTIONS(1802), - [anon_sym_enum] = ACTIONS(1802), - [anon_sym_class] = ACTIONS(1802), - [anon_sym_struct] = ACTIONS(1802), - [anon_sym_union] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_switch] = ACTIONS(1802), - [anon_sym_case] = ACTIONS(1802), - [anon_sym_default] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_do] = ACTIONS(1802), - [anon_sym_for] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_goto] = ACTIONS(1802), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_sizeof] = ACTIONS(1802), - [sym_number_literal] = ACTIONS(1804), - [anon_sym_L_SQUOTE] = ACTIONS(1804), - [anon_sym_u_SQUOTE] = ACTIONS(1804), - [anon_sym_U_SQUOTE] = ACTIONS(1804), - [anon_sym_u8_SQUOTE] = ACTIONS(1804), - [anon_sym_SQUOTE] = ACTIONS(1804), - [anon_sym_L_DQUOTE] = ACTIONS(1804), - [anon_sym_u_DQUOTE] = ACTIONS(1804), - [anon_sym_U_DQUOTE] = ACTIONS(1804), - [anon_sym_u8_DQUOTE] = ACTIONS(1804), - [anon_sym_DQUOTE] = ACTIONS(1804), - [sym_true] = ACTIONS(1802), - [sym_false] = ACTIONS(1802), - [sym_null] = ACTIONS(1802), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1802), - [anon_sym_virtual] = ACTIONS(1802), - [anon_sym_explicit] = ACTIONS(1802), - [sym_auto] = ACTIONS(1802), - [anon_sym_typename] = ACTIONS(1802), - [anon_sym_template] = ACTIONS(1802), - [anon_sym_operator] = ACTIONS(1802), - [anon_sym_delete] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_namespace] = ACTIONS(1802), - [anon_sym_using] = ACTIONS(1802), - [anon_sym_static_assert] = ACTIONS(1802), - [anon_sym_co_return] = ACTIONS(1802), - [anon_sym_co_yield] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_co_await] = ACTIONS(1802), - [anon_sym_new] = ACTIONS(1802), - [sym_operator_name] = ACTIONS(1802), - [sym_this] = ACTIONS(1802), - [sym_nullptr] = ACTIONS(1802), - [sym_alone_macro] = ACTIONS(1804), - [aux_sym_alone_macro_call_token1] = ACTIONS(1802), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1802), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1802), - [anon_sym_FORWARD] = ACTIONS(1802), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1802), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1802), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1802), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1802), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1802), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1802), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1802), - [anon_sym_PS_GET] = ACTIONS(1802), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1802), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1802), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1802), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1802), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1802), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1802), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1802), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1802), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1802), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1802), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1802), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1802), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1802), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1802), - [anon_sym_MOZ_COLD] = ACTIONS(1802), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1802), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1802), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1802), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1802), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1802), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1802), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1802), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1802), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1802), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1802), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1802), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1802), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1802), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1802), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1802), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1802), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1802), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1802), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1802), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1802), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_NONNULL] = ACTIONS(1802), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1802), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1802), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1802), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1802), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1802), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_NORETURN] = ACTIONS(1802), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1802), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1802), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1802), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1802), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1802), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1802), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1802), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1802), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1802), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1802), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1802), - [anon_sym_MOZ_RAII] = ACTIONS(1802), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1802), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1802), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1802), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1802), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1802), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1802), - [sym_raw_string_literal] = ACTIONS(1804), + [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), }, [609] = { - [sym_identifier] = ACTIONS(1806), - [aux_sym_preproc_include_token1] = ACTIONS(1806), - [aux_sym_preproc_def_token1] = ACTIONS(1806), - [aux_sym_preproc_if_token1] = ACTIONS(1806), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1806), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1806), - [sym_preproc_directive] = ACTIONS(1806), - [anon_sym_LPAREN2] = ACTIONS(1808), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_TILDE] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1806), - [anon_sym_STAR] = ACTIONS(1808), - [anon_sym_AMP_AMP] = ACTIONS(1808), - [anon_sym_AMP] = ACTIONS(1806), - [anon_sym_SEMI] = ACTIONS(1808), - [anon_sym_typedef] = ACTIONS(1806), - [anon_sym_extern] = ACTIONS(1806), - [anon_sym___attribute__] = ACTIONS(1806), - [anon_sym_COLON_COLON] = ACTIONS(1808), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1808), - [anon_sym___declspec] = ACTIONS(1806), - [anon_sym___based] = ACTIONS(1806), - [anon_sym___cdecl] = ACTIONS(1806), - [anon_sym___clrcall] = ACTIONS(1806), - [anon_sym___stdcall] = ACTIONS(1806), - [anon_sym___fastcall] = ACTIONS(1806), - [anon_sym___thiscall] = ACTIONS(1806), - [anon_sym___vectorcall] = ACTIONS(1806), - [anon_sym_LBRACE] = ACTIONS(1808), - [anon_sym_RBRACE] = ACTIONS(1808), - [anon_sym_LBRACK] = ACTIONS(1806), - [anon_sym_static] = ACTIONS(1806), - [anon_sym_register] = ACTIONS(1806), - [anon_sym_inline] = ACTIONS(1806), - [anon_sym_thread_local] = ACTIONS(1806), - [anon_sym_const] = ACTIONS(1806), - [anon_sym_volatile] = ACTIONS(1806), - [anon_sym_restrict] = ACTIONS(1806), - [anon_sym__Atomic] = ACTIONS(1806), - [anon_sym_mutable] = ACTIONS(1806), - [anon_sym_constexpr] = ACTIONS(1806), - [anon_sym_signed] = ACTIONS(1806), - [anon_sym_unsigned] = ACTIONS(1806), - [anon_sym_long] = ACTIONS(1806), - [anon_sym_short] = ACTIONS(1806), - [sym_primitive_type] = ACTIONS(1806), - [anon_sym_enum] = ACTIONS(1806), - [anon_sym_class] = ACTIONS(1806), - [anon_sym_struct] = ACTIONS(1806), - [anon_sym_union] = ACTIONS(1806), - [anon_sym_if] = ACTIONS(1806), - [anon_sym_switch] = ACTIONS(1806), - [anon_sym_case] = ACTIONS(1806), - [anon_sym_default] = ACTIONS(1806), - [anon_sym_while] = ACTIONS(1806), - [anon_sym_do] = ACTIONS(1806), - [anon_sym_for] = ACTIONS(1806), - [anon_sym_return] = ACTIONS(1806), - [anon_sym_break] = ACTIONS(1806), - [anon_sym_continue] = ACTIONS(1806), - [anon_sym_goto] = ACTIONS(1806), - [anon_sym_DASH_DASH] = ACTIONS(1808), - [anon_sym_PLUS_PLUS] = ACTIONS(1808), - [anon_sym_sizeof] = ACTIONS(1806), - [sym_number_literal] = ACTIONS(1808), - [anon_sym_L_SQUOTE] = ACTIONS(1808), - [anon_sym_u_SQUOTE] = ACTIONS(1808), - [anon_sym_U_SQUOTE] = ACTIONS(1808), - [anon_sym_u8_SQUOTE] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1808), - [anon_sym_L_DQUOTE] = ACTIONS(1808), - [anon_sym_u_DQUOTE] = ACTIONS(1808), - [anon_sym_U_DQUOTE] = ACTIONS(1808), - [anon_sym_u8_DQUOTE] = ACTIONS(1808), - [anon_sym_DQUOTE] = ACTIONS(1808), - [sym_true] = ACTIONS(1806), - [sym_false] = ACTIONS(1806), - [sym_null] = ACTIONS(1806), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1806), - [anon_sym_virtual] = ACTIONS(1806), - [anon_sym_explicit] = ACTIONS(1806), - [sym_auto] = ACTIONS(1806), - [anon_sym_typename] = ACTIONS(1806), - [anon_sym_template] = ACTIONS(1806), - [anon_sym_operator] = ACTIONS(1806), - [anon_sym_delete] = ACTIONS(1806), - [anon_sym_throw] = ACTIONS(1806), - [anon_sym_namespace] = ACTIONS(1806), - [anon_sym_using] = ACTIONS(1806), - [anon_sym_static_assert] = ACTIONS(1806), - [anon_sym_co_return] = ACTIONS(1806), - [anon_sym_co_yield] = ACTIONS(1806), - [anon_sym_try] = ACTIONS(1806), - [anon_sym_co_await] = ACTIONS(1806), - [anon_sym_new] = ACTIONS(1806), - [sym_operator_name] = ACTIONS(1806), - [sym_this] = ACTIONS(1806), - [sym_nullptr] = ACTIONS(1806), - [sym_alone_macro] = ACTIONS(1808), - [aux_sym_alone_macro_call_token1] = ACTIONS(1806), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1806), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1806), - [anon_sym_FORWARD] = ACTIONS(1806), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1806), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1806), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1806), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1806), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1806), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1806), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1806), - [anon_sym_PS_GET] = ACTIONS(1806), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1806), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1806), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1806), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1806), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1806), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1806), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1806), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1806), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1806), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1806), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1806), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1806), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1806), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1806), - [anon_sym_MOZ_COLD] = ACTIONS(1806), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1806), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1806), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1806), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1806), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1806), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1806), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1806), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1806), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1806), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1806), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1806), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1806), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1806), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1806), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1806), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1806), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1806), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1806), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1806), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1806), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_NONNULL] = ACTIONS(1806), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1806), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1806), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1806), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1806), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1806), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_NORETURN] = ACTIONS(1806), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1806), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1806), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1806), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1806), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1806), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1806), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1806), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1806), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1806), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1806), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1806), - [anon_sym_MOZ_RAII] = ACTIONS(1806), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1806), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1806), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1806), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1806), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1806), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1806), - [sym_raw_string_literal] = ACTIONS(1808), + [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), }, [610] = { - [sym_identifier] = ACTIONS(1810), - [aux_sym_preproc_include_token1] = ACTIONS(1810), - [aux_sym_preproc_def_token1] = ACTIONS(1810), - [aux_sym_preproc_if_token1] = ACTIONS(1810), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1810), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1810), - [sym_preproc_directive] = ACTIONS(1810), - [anon_sym_LPAREN2] = ACTIONS(1812), - [anon_sym_BANG] = ACTIONS(1812), - [anon_sym_TILDE] = ACTIONS(1812), - [anon_sym_DASH] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1810), - [anon_sym_STAR] = ACTIONS(1812), - [anon_sym_AMP_AMP] = ACTIONS(1812), - [anon_sym_AMP] = ACTIONS(1810), - [anon_sym_SEMI] = ACTIONS(1812), - [anon_sym_typedef] = ACTIONS(1810), - [anon_sym_extern] = ACTIONS(1810), - [anon_sym___attribute__] = ACTIONS(1810), - [anon_sym_COLON_COLON] = ACTIONS(1812), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1812), - [anon_sym___declspec] = ACTIONS(1810), - [anon_sym___based] = ACTIONS(1810), - [anon_sym___cdecl] = ACTIONS(1810), - [anon_sym___clrcall] = ACTIONS(1810), - [anon_sym___stdcall] = ACTIONS(1810), - [anon_sym___fastcall] = ACTIONS(1810), - [anon_sym___thiscall] = ACTIONS(1810), - [anon_sym___vectorcall] = ACTIONS(1810), - [anon_sym_LBRACE] = ACTIONS(1812), - [anon_sym_RBRACE] = ACTIONS(1812), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_static] = ACTIONS(1810), - [anon_sym_register] = ACTIONS(1810), - [anon_sym_inline] = ACTIONS(1810), - [anon_sym_thread_local] = ACTIONS(1810), - [anon_sym_const] = ACTIONS(1810), - [anon_sym_volatile] = ACTIONS(1810), - [anon_sym_restrict] = ACTIONS(1810), - [anon_sym__Atomic] = ACTIONS(1810), - [anon_sym_mutable] = ACTIONS(1810), - [anon_sym_constexpr] = ACTIONS(1810), - [anon_sym_signed] = ACTIONS(1810), - [anon_sym_unsigned] = ACTIONS(1810), - [anon_sym_long] = ACTIONS(1810), - [anon_sym_short] = ACTIONS(1810), - [sym_primitive_type] = ACTIONS(1810), - [anon_sym_enum] = ACTIONS(1810), - [anon_sym_class] = ACTIONS(1810), - [anon_sym_struct] = ACTIONS(1810), - [anon_sym_union] = ACTIONS(1810), - [anon_sym_if] = ACTIONS(1810), - [anon_sym_switch] = ACTIONS(1810), - [anon_sym_case] = ACTIONS(1810), - [anon_sym_default] = ACTIONS(1810), - [anon_sym_while] = ACTIONS(1810), - [anon_sym_do] = ACTIONS(1810), - [anon_sym_for] = ACTIONS(1810), - [anon_sym_return] = ACTIONS(1810), - [anon_sym_break] = ACTIONS(1810), - [anon_sym_continue] = ACTIONS(1810), - [anon_sym_goto] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1812), - [anon_sym_PLUS_PLUS] = ACTIONS(1812), - [anon_sym_sizeof] = ACTIONS(1810), - [sym_number_literal] = ACTIONS(1812), - [anon_sym_L_SQUOTE] = ACTIONS(1812), - [anon_sym_u_SQUOTE] = ACTIONS(1812), - [anon_sym_U_SQUOTE] = ACTIONS(1812), - [anon_sym_u8_SQUOTE] = ACTIONS(1812), - [anon_sym_SQUOTE] = ACTIONS(1812), - [anon_sym_L_DQUOTE] = ACTIONS(1812), - [anon_sym_u_DQUOTE] = ACTIONS(1812), - [anon_sym_U_DQUOTE] = ACTIONS(1812), - [anon_sym_u8_DQUOTE] = ACTIONS(1812), - [anon_sym_DQUOTE] = ACTIONS(1812), - [sym_true] = ACTIONS(1810), - [sym_false] = ACTIONS(1810), - [sym_null] = ACTIONS(1810), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1810), - [anon_sym_virtual] = ACTIONS(1810), - [anon_sym_explicit] = ACTIONS(1810), - [sym_auto] = ACTIONS(1810), - [anon_sym_typename] = ACTIONS(1810), - [anon_sym_template] = ACTIONS(1810), - [anon_sym_operator] = ACTIONS(1810), - [anon_sym_delete] = ACTIONS(1810), - [anon_sym_throw] = ACTIONS(1810), - [anon_sym_namespace] = ACTIONS(1810), - [anon_sym_using] = ACTIONS(1810), - [anon_sym_static_assert] = ACTIONS(1810), - [anon_sym_co_return] = ACTIONS(1810), - [anon_sym_co_yield] = ACTIONS(1810), - [anon_sym_try] = ACTIONS(1810), - [anon_sym_co_await] = ACTIONS(1810), - [anon_sym_new] = ACTIONS(1810), - [sym_operator_name] = ACTIONS(1810), - [sym_this] = ACTIONS(1810), - [sym_nullptr] = ACTIONS(1810), - [sym_alone_macro] = ACTIONS(1812), - [aux_sym_alone_macro_call_token1] = ACTIONS(1810), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1810), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1810), - [anon_sym_FORWARD] = ACTIONS(1810), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1810), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1810), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1810), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1810), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1810), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1810), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1810), - [anon_sym_PS_GET] = ACTIONS(1810), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1810), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1810), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1810), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1810), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1810), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1810), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1810), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1810), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1810), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1810), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1810), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1810), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1810), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1810), - [anon_sym_MOZ_COLD] = ACTIONS(1810), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1810), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1810), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1810), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1810), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1810), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1810), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1810), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1810), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1810), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1810), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1810), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1810), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1810), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1810), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1810), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1810), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1810), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1810), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1810), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1810), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_NONNULL] = ACTIONS(1810), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1810), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1810), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1810), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1810), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1810), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_NORETURN] = ACTIONS(1810), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1810), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1810), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1810), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1810), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1810), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1810), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1810), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1810), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1810), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1810), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1810), - [anon_sym_MOZ_RAII] = ACTIONS(1810), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1810), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1810), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1810), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1810), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1810), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1810), - [sym_raw_string_literal] = ACTIONS(1812), + [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(1814), - [aux_sym_preproc_include_token1] = ACTIONS(1814), - [aux_sym_preproc_def_token1] = ACTIONS(1814), - [aux_sym_preproc_if_token1] = ACTIONS(1814), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1814), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1814), - [sym_preproc_directive] = ACTIONS(1814), - [anon_sym_LPAREN2] = ACTIONS(1816), - [anon_sym_BANG] = ACTIONS(1816), - [anon_sym_TILDE] = ACTIONS(1816), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_STAR] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_AMP] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_typedef] = ACTIONS(1814), - [anon_sym_extern] = ACTIONS(1814), - [anon_sym___attribute__] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1816), - [anon_sym___declspec] = ACTIONS(1814), - [anon_sym___based] = ACTIONS(1814), - [anon_sym___cdecl] = ACTIONS(1814), - [anon_sym___clrcall] = ACTIONS(1814), - [anon_sym___stdcall] = ACTIONS(1814), - [anon_sym___fastcall] = ACTIONS(1814), - [anon_sym___thiscall] = ACTIONS(1814), - [anon_sym___vectorcall] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LBRACK] = ACTIONS(1814), - [anon_sym_static] = ACTIONS(1814), - [anon_sym_register] = ACTIONS(1814), - [anon_sym_inline] = ACTIONS(1814), - [anon_sym_thread_local] = ACTIONS(1814), - [anon_sym_const] = ACTIONS(1814), - [anon_sym_volatile] = ACTIONS(1814), - [anon_sym_restrict] = ACTIONS(1814), - [anon_sym__Atomic] = ACTIONS(1814), - [anon_sym_mutable] = ACTIONS(1814), - [anon_sym_constexpr] = ACTIONS(1814), - [anon_sym_signed] = ACTIONS(1814), - [anon_sym_unsigned] = ACTIONS(1814), - [anon_sym_long] = ACTIONS(1814), - [anon_sym_short] = ACTIONS(1814), - [sym_primitive_type] = ACTIONS(1814), - [anon_sym_enum] = ACTIONS(1814), - [anon_sym_class] = ACTIONS(1814), - [anon_sym_struct] = ACTIONS(1814), - [anon_sym_union] = ACTIONS(1814), - [anon_sym_if] = ACTIONS(1814), - [anon_sym_switch] = ACTIONS(1814), - [anon_sym_case] = ACTIONS(1814), - [anon_sym_default] = ACTIONS(1814), - [anon_sym_while] = ACTIONS(1814), - [anon_sym_do] = ACTIONS(1814), - [anon_sym_for] = ACTIONS(1814), - [anon_sym_return] = ACTIONS(1814), - [anon_sym_break] = ACTIONS(1814), - [anon_sym_continue] = ACTIONS(1814), - [anon_sym_goto] = ACTIONS(1814), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_sizeof] = ACTIONS(1814), - [sym_number_literal] = ACTIONS(1816), - [anon_sym_L_SQUOTE] = ACTIONS(1816), - [anon_sym_u_SQUOTE] = ACTIONS(1816), - [anon_sym_U_SQUOTE] = ACTIONS(1816), - [anon_sym_u8_SQUOTE] = ACTIONS(1816), - [anon_sym_SQUOTE] = ACTIONS(1816), - [anon_sym_L_DQUOTE] = ACTIONS(1816), - [anon_sym_u_DQUOTE] = ACTIONS(1816), - [anon_sym_U_DQUOTE] = ACTIONS(1816), - [anon_sym_u8_DQUOTE] = ACTIONS(1816), - [anon_sym_DQUOTE] = ACTIONS(1816), - [sym_true] = ACTIONS(1814), - [sym_false] = ACTIONS(1814), - [sym_null] = ACTIONS(1814), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1814), - [anon_sym_virtual] = ACTIONS(1814), - [anon_sym_explicit] = ACTIONS(1814), - [sym_auto] = ACTIONS(1814), - [anon_sym_typename] = ACTIONS(1814), - [anon_sym_template] = ACTIONS(1814), - [anon_sym_operator] = ACTIONS(1814), - [anon_sym_delete] = ACTIONS(1814), - [anon_sym_throw] = ACTIONS(1814), - [anon_sym_namespace] = ACTIONS(1814), - [anon_sym_using] = ACTIONS(1814), - [anon_sym_static_assert] = ACTIONS(1814), - [anon_sym_co_return] = ACTIONS(1814), - [anon_sym_co_yield] = ACTIONS(1814), - [anon_sym_try] = ACTIONS(1814), - [anon_sym_co_await] = ACTIONS(1814), - [anon_sym_new] = ACTIONS(1814), - [sym_operator_name] = ACTIONS(1814), - [sym_this] = ACTIONS(1814), - [sym_nullptr] = ACTIONS(1814), - [sym_alone_macro] = ACTIONS(1816), - [aux_sym_alone_macro_call_token1] = ACTIONS(1814), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1814), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1814), - [anon_sym_FORWARD] = ACTIONS(1814), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1814), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1814), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1814), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1814), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1814), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1814), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1814), - [anon_sym_PS_GET] = ACTIONS(1814), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1814), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1814), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1814), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1814), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1814), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1814), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1814), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1814), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1814), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1814), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1814), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1814), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1814), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1814), - [anon_sym_MOZ_COLD] = ACTIONS(1814), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1814), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1814), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1814), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1814), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1814), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1814), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1814), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1814), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1814), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1814), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1814), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1814), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1814), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1814), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1814), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1814), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1814), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1814), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1814), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1814), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_NONNULL] = ACTIONS(1814), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1814), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1814), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1814), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1814), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1814), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_NORETURN] = ACTIONS(1814), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1814), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1814), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1814), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1814), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1814), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1814), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1814), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1814), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1814), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1814), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1814), - [anon_sym_MOZ_RAII] = ACTIONS(1814), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1814), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1814), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1814), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1814), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1814), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1814), - [sym_raw_string_literal] = ACTIONS(1816), + [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] = { - [sym_identifier] = ACTIONS(1762), - [aux_sym_preproc_include_token1] = ACTIONS(1762), - [aux_sym_preproc_def_token1] = ACTIONS(1762), - [aux_sym_preproc_if_token1] = ACTIONS(1762), - [aux_sym_preproc_if_token2] = ACTIONS(1762), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1762), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1762), - [sym_preproc_directive] = ACTIONS(1762), - [anon_sym_LPAREN2] = ACTIONS(1764), - [anon_sym_BANG] = ACTIONS(1764), - [anon_sym_TILDE] = ACTIONS(1764), - [anon_sym_DASH] = ACTIONS(1762), - [anon_sym_PLUS] = ACTIONS(1762), - [anon_sym_STAR] = ACTIONS(1764), - [anon_sym_AMP_AMP] = ACTIONS(1764), - [anon_sym_AMP] = ACTIONS(1762), - [anon_sym_SEMI] = ACTIONS(1764), - [anon_sym_typedef] = ACTIONS(1762), - [anon_sym_extern] = ACTIONS(1762), - [anon_sym___attribute__] = ACTIONS(1762), - [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1764), - [anon_sym___declspec] = ACTIONS(1762), - [anon_sym___based] = ACTIONS(1762), - [anon_sym___cdecl] = ACTIONS(1762), - [anon_sym___clrcall] = ACTIONS(1762), - [anon_sym___stdcall] = ACTIONS(1762), - [anon_sym___fastcall] = ACTIONS(1762), - [anon_sym___thiscall] = ACTIONS(1762), - [anon_sym___vectorcall] = ACTIONS(1762), - [anon_sym_LBRACE] = ACTIONS(1764), - [anon_sym_LBRACK] = ACTIONS(1762), - [anon_sym_static] = ACTIONS(1762), - [anon_sym_register] = ACTIONS(1762), - [anon_sym_inline] = ACTIONS(1762), - [anon_sym_thread_local] = ACTIONS(1762), - [anon_sym_const] = ACTIONS(1762), - [anon_sym_volatile] = ACTIONS(1762), - [anon_sym_restrict] = ACTIONS(1762), - [anon_sym__Atomic] = ACTIONS(1762), - [anon_sym_mutable] = ACTIONS(1762), - [anon_sym_constexpr] = ACTIONS(1762), - [anon_sym_signed] = ACTIONS(1762), - [anon_sym_unsigned] = ACTIONS(1762), - [anon_sym_long] = ACTIONS(1762), - [anon_sym_short] = ACTIONS(1762), - [sym_primitive_type] = ACTIONS(1762), - [anon_sym_enum] = ACTIONS(1762), - [anon_sym_class] = ACTIONS(1762), - [anon_sym_struct] = ACTIONS(1762), - [anon_sym_union] = ACTIONS(1762), - [anon_sym_if] = ACTIONS(1762), - [anon_sym_switch] = ACTIONS(1762), - [anon_sym_case] = ACTIONS(1762), - [anon_sym_default] = ACTIONS(1762), - [anon_sym_while] = ACTIONS(1762), - [anon_sym_do] = ACTIONS(1762), - [anon_sym_for] = ACTIONS(1762), - [anon_sym_return] = ACTIONS(1762), - [anon_sym_break] = ACTIONS(1762), - [anon_sym_continue] = ACTIONS(1762), - [anon_sym_goto] = ACTIONS(1762), - [anon_sym_DASH_DASH] = ACTIONS(1764), - [anon_sym_PLUS_PLUS] = ACTIONS(1764), - [anon_sym_sizeof] = ACTIONS(1762), - [sym_number_literal] = ACTIONS(1764), - [anon_sym_L_SQUOTE] = ACTIONS(1764), - [anon_sym_u_SQUOTE] = ACTIONS(1764), - [anon_sym_U_SQUOTE] = ACTIONS(1764), - [anon_sym_u8_SQUOTE] = ACTIONS(1764), - [anon_sym_SQUOTE] = ACTIONS(1764), - [anon_sym_L_DQUOTE] = ACTIONS(1764), - [anon_sym_u_DQUOTE] = ACTIONS(1764), - [anon_sym_U_DQUOTE] = ACTIONS(1764), - [anon_sym_u8_DQUOTE] = ACTIONS(1764), - [anon_sym_DQUOTE] = ACTIONS(1764), - [sym_true] = ACTIONS(1762), - [sym_false] = ACTIONS(1762), - [sym_null] = ACTIONS(1762), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1762), - [anon_sym_virtual] = ACTIONS(1762), - [anon_sym_explicit] = ACTIONS(1762), - [sym_auto] = ACTIONS(1762), - [anon_sym_typename] = ACTIONS(1762), - [anon_sym_template] = ACTIONS(1762), - [anon_sym_operator] = ACTIONS(1762), - [anon_sym_delete] = ACTIONS(1762), - [anon_sym_throw] = ACTIONS(1762), - [anon_sym_namespace] = ACTIONS(1762), - [anon_sym_using] = ACTIONS(1762), - [anon_sym_static_assert] = ACTIONS(1762), - [anon_sym_co_return] = ACTIONS(1762), - [anon_sym_co_yield] = ACTIONS(1762), - [anon_sym_try] = ACTIONS(1762), - [anon_sym_co_await] = ACTIONS(1762), - [anon_sym_new] = ACTIONS(1762), - [sym_operator_name] = ACTIONS(1762), - [sym_this] = ACTIONS(1762), - [sym_nullptr] = ACTIONS(1762), - [sym_alone_macro] = ACTIONS(1764), - [aux_sym_alone_macro_call_token1] = ACTIONS(1762), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1762), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1762), - [anon_sym_FORWARD] = ACTIONS(1762), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1762), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1762), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1762), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1762), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1762), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1762), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1762), - [anon_sym_PS_GET] = ACTIONS(1762), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1762), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1762), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1762), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1762), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1762), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1762), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1762), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1762), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1762), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1762), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1762), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1762), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1762), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1762), - [anon_sym_MOZ_COLD] = ACTIONS(1762), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1762), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1762), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1762), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1762), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1762), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1762), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1762), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1762), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1762), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1762), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1762), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1762), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1762), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1762), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1762), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1762), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1762), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1762), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1762), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1762), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1762), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1762), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1762), - [anon_sym_MOZ_NONNULL] = ACTIONS(1762), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1762), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1762), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1762), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1762), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1762), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1762), - [anon_sym_MOZ_NORETURN] = ACTIONS(1762), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1762), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1762), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1762), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1762), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1762), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1762), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1762), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1762), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1762), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1762), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1762), - [anon_sym_MOZ_RAII] = ACTIONS(1762), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1762), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1762), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1762), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1762), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1762), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1762), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1762), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1762), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1762), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1762), - [sym_raw_string_literal] = ACTIONS(1764), + [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(1818), - [aux_sym_preproc_include_token1] = ACTIONS(1818), - [aux_sym_preproc_def_token1] = ACTIONS(1818), - [aux_sym_preproc_if_token1] = ACTIONS(1818), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1818), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1818), - [sym_preproc_directive] = ACTIONS(1818), - [anon_sym_LPAREN2] = ACTIONS(1820), - [anon_sym_BANG] = ACTIONS(1820), - [anon_sym_TILDE] = ACTIONS(1820), - [anon_sym_DASH] = ACTIONS(1818), - [anon_sym_PLUS] = ACTIONS(1818), - [anon_sym_STAR] = ACTIONS(1820), - [anon_sym_AMP_AMP] = ACTIONS(1820), - [anon_sym_AMP] = ACTIONS(1818), - [anon_sym_SEMI] = ACTIONS(1820), - [anon_sym_typedef] = ACTIONS(1818), - [anon_sym_extern] = ACTIONS(1818), - [anon_sym___attribute__] = ACTIONS(1818), - [anon_sym_COLON_COLON] = ACTIONS(1820), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1820), - [anon_sym___declspec] = ACTIONS(1818), - [anon_sym___based] = ACTIONS(1818), - [anon_sym___cdecl] = ACTIONS(1818), - [anon_sym___clrcall] = ACTIONS(1818), - [anon_sym___stdcall] = ACTIONS(1818), - [anon_sym___fastcall] = ACTIONS(1818), - [anon_sym___thiscall] = ACTIONS(1818), - [anon_sym___vectorcall] = ACTIONS(1818), - [anon_sym_LBRACE] = ACTIONS(1820), - [anon_sym_RBRACE] = ACTIONS(1820), - [anon_sym_LBRACK] = ACTIONS(1818), - [anon_sym_static] = ACTIONS(1818), - [anon_sym_register] = ACTIONS(1818), - [anon_sym_inline] = ACTIONS(1818), - [anon_sym_thread_local] = ACTIONS(1818), - [anon_sym_const] = ACTIONS(1818), - [anon_sym_volatile] = ACTIONS(1818), - [anon_sym_restrict] = ACTIONS(1818), - [anon_sym__Atomic] = ACTIONS(1818), - [anon_sym_mutable] = ACTIONS(1818), - [anon_sym_constexpr] = ACTIONS(1818), - [anon_sym_signed] = ACTIONS(1818), - [anon_sym_unsigned] = ACTIONS(1818), - [anon_sym_long] = ACTIONS(1818), - [anon_sym_short] = ACTIONS(1818), - [sym_primitive_type] = ACTIONS(1818), - [anon_sym_enum] = ACTIONS(1818), - [anon_sym_class] = ACTIONS(1818), - [anon_sym_struct] = ACTIONS(1818), - [anon_sym_union] = ACTIONS(1818), - [anon_sym_if] = ACTIONS(1818), - [anon_sym_switch] = ACTIONS(1818), - [anon_sym_case] = ACTIONS(1818), - [anon_sym_default] = ACTIONS(1818), - [anon_sym_while] = ACTIONS(1818), - [anon_sym_do] = ACTIONS(1818), - [anon_sym_for] = ACTIONS(1818), - [anon_sym_return] = ACTIONS(1818), - [anon_sym_break] = ACTIONS(1818), - [anon_sym_continue] = ACTIONS(1818), - [anon_sym_goto] = ACTIONS(1818), - [anon_sym_DASH_DASH] = ACTIONS(1820), - [anon_sym_PLUS_PLUS] = ACTIONS(1820), - [anon_sym_sizeof] = ACTIONS(1818), - [sym_number_literal] = ACTIONS(1820), - [anon_sym_L_SQUOTE] = ACTIONS(1820), - [anon_sym_u_SQUOTE] = ACTIONS(1820), - [anon_sym_U_SQUOTE] = ACTIONS(1820), - [anon_sym_u8_SQUOTE] = ACTIONS(1820), - [anon_sym_SQUOTE] = ACTIONS(1820), - [anon_sym_L_DQUOTE] = ACTIONS(1820), - [anon_sym_u_DQUOTE] = ACTIONS(1820), - [anon_sym_U_DQUOTE] = ACTIONS(1820), - [anon_sym_u8_DQUOTE] = ACTIONS(1820), - [anon_sym_DQUOTE] = ACTIONS(1820), - [sym_true] = ACTIONS(1818), - [sym_false] = ACTIONS(1818), - [sym_null] = ACTIONS(1818), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1818), - [anon_sym_virtual] = ACTIONS(1818), - [anon_sym_explicit] = ACTIONS(1818), - [sym_auto] = ACTIONS(1818), - [anon_sym_typename] = ACTIONS(1818), - [anon_sym_template] = ACTIONS(1818), - [anon_sym_operator] = ACTIONS(1818), - [anon_sym_delete] = ACTIONS(1818), - [anon_sym_throw] = ACTIONS(1818), - [anon_sym_namespace] = ACTIONS(1818), - [anon_sym_using] = ACTIONS(1818), - [anon_sym_static_assert] = ACTIONS(1818), - [anon_sym_co_return] = ACTIONS(1818), - [anon_sym_co_yield] = ACTIONS(1818), - [anon_sym_try] = ACTIONS(1818), - [anon_sym_co_await] = ACTIONS(1818), - [anon_sym_new] = ACTIONS(1818), - [sym_operator_name] = ACTIONS(1818), - [sym_this] = ACTIONS(1818), - [sym_nullptr] = ACTIONS(1818), - [sym_alone_macro] = ACTIONS(1820), - [aux_sym_alone_macro_call_token1] = ACTIONS(1818), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1818), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1818), - [anon_sym_FORWARD] = ACTIONS(1818), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1818), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1818), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1818), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1818), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1818), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1818), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1818), - [anon_sym_PS_GET] = ACTIONS(1818), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1818), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1818), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1818), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1818), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1818), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1818), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1818), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1818), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1818), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1818), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1818), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1818), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1818), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1818), - [anon_sym_MOZ_COLD] = ACTIONS(1818), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1818), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1818), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1818), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1818), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1818), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1818), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1818), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1818), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1818), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1818), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1818), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1818), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1818), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1818), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1818), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1818), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1818), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1818), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1818), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1818), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_NONNULL] = ACTIONS(1818), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1818), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1818), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1818), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1818), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1818), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_NORETURN] = ACTIONS(1818), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1818), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1818), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1818), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1818), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1818), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1818), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1818), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1818), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1818), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1818), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1818), - [anon_sym_MOZ_RAII] = ACTIONS(1818), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1818), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1818), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1818), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1818), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1818), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1818), - [sym_raw_string_literal] = ACTIONS(1820), + [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(1828), - [sym_identifier] = ACTIONS(1826), - [aux_sym_preproc_include_token1] = ACTIONS(1826), - [aux_sym_preproc_def_token1] = ACTIONS(1826), - [aux_sym_preproc_if_token1] = ACTIONS(1826), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1826), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1826), - [sym_preproc_directive] = ACTIONS(1826), - [anon_sym_LPAREN2] = ACTIONS(1828), - [anon_sym_BANG] = ACTIONS(1828), - [anon_sym_TILDE] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(1826), - [anon_sym_PLUS] = ACTIONS(1826), - [anon_sym_STAR] = ACTIONS(1828), - [anon_sym_AMP_AMP] = ACTIONS(1828), - [anon_sym_AMP] = ACTIONS(1826), - [anon_sym_SEMI] = ACTIONS(1828), - [anon_sym_typedef] = ACTIONS(1826), - [anon_sym_extern] = ACTIONS(1826), - [anon_sym___attribute__] = ACTIONS(1826), - [anon_sym_COLON_COLON] = ACTIONS(1828), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1828), - [anon_sym___declspec] = ACTIONS(1826), - [anon_sym___based] = ACTIONS(1826), - [anon_sym___cdecl] = ACTIONS(1826), - [anon_sym___clrcall] = ACTIONS(1826), - [anon_sym___stdcall] = ACTIONS(1826), - [anon_sym___fastcall] = ACTIONS(1826), - [anon_sym___thiscall] = ACTIONS(1826), - [anon_sym___vectorcall] = ACTIONS(1826), - [anon_sym_LBRACE] = ACTIONS(1828), - [anon_sym_LBRACK] = ACTIONS(1826), - [anon_sym_static] = ACTIONS(1826), - [anon_sym_register] = ACTIONS(1826), - [anon_sym_inline] = ACTIONS(1826), - [anon_sym_thread_local] = ACTIONS(1826), - [anon_sym_const] = ACTIONS(1826), - [anon_sym_volatile] = ACTIONS(1826), - [anon_sym_restrict] = ACTIONS(1826), - [anon_sym__Atomic] = ACTIONS(1826), - [anon_sym_mutable] = ACTIONS(1826), - [anon_sym_constexpr] = ACTIONS(1826), - [anon_sym_signed] = ACTIONS(1826), - [anon_sym_unsigned] = ACTIONS(1826), - [anon_sym_long] = ACTIONS(1826), - [anon_sym_short] = ACTIONS(1826), - [sym_primitive_type] = ACTIONS(1826), - [anon_sym_enum] = ACTIONS(1826), - [anon_sym_class] = ACTIONS(1826), - [anon_sym_struct] = ACTIONS(1826), - [anon_sym_union] = ACTIONS(1826), - [anon_sym_if] = ACTIONS(1826), - [anon_sym_switch] = ACTIONS(1826), - [anon_sym_case] = ACTIONS(1826), - [anon_sym_default] = ACTIONS(1826), - [anon_sym_while] = ACTIONS(1826), - [anon_sym_do] = ACTIONS(1826), - [anon_sym_for] = ACTIONS(1826), - [anon_sym_return] = ACTIONS(1826), - [anon_sym_break] = ACTIONS(1826), - [anon_sym_continue] = ACTIONS(1826), - [anon_sym_goto] = ACTIONS(1826), - [anon_sym_DASH_DASH] = ACTIONS(1828), - [anon_sym_PLUS_PLUS] = ACTIONS(1828), - [anon_sym_sizeof] = ACTIONS(1826), - [sym_number_literal] = ACTIONS(1828), - [anon_sym_L_SQUOTE] = ACTIONS(1828), - [anon_sym_u_SQUOTE] = ACTIONS(1828), - [anon_sym_U_SQUOTE] = ACTIONS(1828), - [anon_sym_u8_SQUOTE] = ACTIONS(1828), - [anon_sym_SQUOTE] = ACTIONS(1828), - [anon_sym_L_DQUOTE] = ACTIONS(1828), - [anon_sym_u_DQUOTE] = ACTIONS(1828), - [anon_sym_U_DQUOTE] = ACTIONS(1828), - [anon_sym_u8_DQUOTE] = ACTIONS(1828), - [anon_sym_DQUOTE] = ACTIONS(1828), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [sym_null] = ACTIONS(1826), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1826), - [anon_sym_virtual] = ACTIONS(1826), - [anon_sym_explicit] = ACTIONS(1826), - [sym_auto] = ACTIONS(1826), - [anon_sym_typename] = ACTIONS(1826), - [anon_sym_template] = ACTIONS(1826), - [anon_sym_operator] = ACTIONS(1826), - [anon_sym_delete] = ACTIONS(1826), - [anon_sym_throw] = ACTIONS(1826), - [anon_sym_namespace] = ACTIONS(1826), - [anon_sym_using] = ACTIONS(1826), - [anon_sym_static_assert] = ACTIONS(1826), - [anon_sym_co_return] = ACTIONS(1826), - [anon_sym_co_yield] = ACTIONS(1826), - [anon_sym_try] = ACTIONS(1826), - [anon_sym_co_await] = ACTIONS(1826), - [anon_sym_new] = ACTIONS(1826), - [sym_operator_name] = ACTIONS(1826), - [sym_this] = ACTIONS(1826), - [sym_nullptr] = ACTIONS(1826), - [sym_alone_macro] = ACTIONS(1828), - [aux_sym_alone_macro_call_token1] = ACTIONS(1826), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1826), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1826), - [anon_sym_FORWARD] = ACTIONS(1826), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1826), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1826), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1826), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1826), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1826), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1826), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1826), - [anon_sym_PS_GET] = ACTIONS(1826), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1826), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1826), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1826), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1826), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1826), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1826), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1826), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1826), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1826), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1826), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1826), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1826), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1826), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1826), - [anon_sym_MOZ_COLD] = ACTIONS(1826), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1826), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1826), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1826), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1826), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1826), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1826), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1826), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1826), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1826), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1826), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1826), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1826), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1826), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1826), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1826), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1826), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1826), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1826), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1826), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1826), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1826), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1826), - [anon_sym_MOZ_NONNULL] = ACTIONS(1826), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1826), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1826), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1826), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1826), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1826), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1826), - [anon_sym_MOZ_NORETURN] = ACTIONS(1826), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1826), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1826), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1826), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1826), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1826), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1826), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1826), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1826), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1826), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1826), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1826), - [anon_sym_MOZ_RAII] = ACTIONS(1826), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1826), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1826), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1826), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1826), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1826), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1826), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1826), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1826), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1826), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1826), - [sym_raw_string_literal] = ACTIONS(1828), + [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), + [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), }, [615] = { - [ts_builtin_sym_end] = ACTIONS(1832), - [sym_identifier] = ACTIONS(1830), - [aux_sym_preproc_include_token1] = ACTIONS(1830), - [aux_sym_preproc_def_token1] = ACTIONS(1830), - [aux_sym_preproc_if_token1] = ACTIONS(1830), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1830), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1830), - [sym_preproc_directive] = ACTIONS(1830), - [anon_sym_LPAREN2] = ACTIONS(1832), - [anon_sym_BANG] = ACTIONS(1832), - [anon_sym_TILDE] = ACTIONS(1832), - [anon_sym_DASH] = ACTIONS(1830), - [anon_sym_PLUS] = ACTIONS(1830), - [anon_sym_STAR] = ACTIONS(1832), - [anon_sym_AMP_AMP] = ACTIONS(1832), - [anon_sym_AMP] = ACTIONS(1830), - [anon_sym_SEMI] = ACTIONS(1832), - [anon_sym_typedef] = ACTIONS(1830), - [anon_sym_extern] = ACTIONS(1830), - [anon_sym___attribute__] = ACTIONS(1830), - [anon_sym_COLON_COLON] = ACTIONS(1832), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1832), - [anon_sym___declspec] = ACTIONS(1830), - [anon_sym___based] = ACTIONS(1830), - [anon_sym___cdecl] = ACTIONS(1830), - [anon_sym___clrcall] = ACTIONS(1830), - [anon_sym___stdcall] = ACTIONS(1830), - [anon_sym___fastcall] = ACTIONS(1830), - [anon_sym___thiscall] = ACTIONS(1830), - [anon_sym___vectorcall] = ACTIONS(1830), - [anon_sym_LBRACE] = ACTIONS(1832), - [anon_sym_LBRACK] = ACTIONS(1830), - [anon_sym_static] = ACTIONS(1830), - [anon_sym_register] = ACTIONS(1830), - [anon_sym_inline] = ACTIONS(1830), - [anon_sym_thread_local] = ACTIONS(1830), - [anon_sym_const] = ACTIONS(1830), - [anon_sym_volatile] = ACTIONS(1830), - [anon_sym_restrict] = ACTIONS(1830), - [anon_sym__Atomic] = ACTIONS(1830), - [anon_sym_mutable] = ACTIONS(1830), - [anon_sym_constexpr] = ACTIONS(1830), - [anon_sym_signed] = ACTIONS(1830), - [anon_sym_unsigned] = ACTIONS(1830), - [anon_sym_long] = ACTIONS(1830), - [anon_sym_short] = ACTIONS(1830), - [sym_primitive_type] = ACTIONS(1830), - [anon_sym_enum] = ACTIONS(1830), - [anon_sym_class] = ACTIONS(1830), - [anon_sym_struct] = ACTIONS(1830), - [anon_sym_union] = ACTIONS(1830), - [anon_sym_if] = ACTIONS(1830), - [anon_sym_switch] = ACTIONS(1830), - [anon_sym_case] = ACTIONS(1830), - [anon_sym_default] = ACTIONS(1830), - [anon_sym_while] = ACTIONS(1830), - [anon_sym_do] = ACTIONS(1830), - [anon_sym_for] = ACTIONS(1830), - [anon_sym_return] = ACTIONS(1830), - [anon_sym_break] = ACTIONS(1830), - [anon_sym_continue] = ACTIONS(1830), - [anon_sym_goto] = ACTIONS(1830), - [anon_sym_DASH_DASH] = ACTIONS(1832), - [anon_sym_PLUS_PLUS] = ACTIONS(1832), - [anon_sym_sizeof] = ACTIONS(1830), - [sym_number_literal] = ACTIONS(1832), - [anon_sym_L_SQUOTE] = ACTIONS(1832), - [anon_sym_u_SQUOTE] = ACTIONS(1832), - [anon_sym_U_SQUOTE] = ACTIONS(1832), - [anon_sym_u8_SQUOTE] = ACTIONS(1832), - [anon_sym_SQUOTE] = ACTIONS(1832), - [anon_sym_L_DQUOTE] = ACTIONS(1832), - [anon_sym_u_DQUOTE] = ACTIONS(1832), - [anon_sym_U_DQUOTE] = ACTIONS(1832), - [anon_sym_u8_DQUOTE] = ACTIONS(1832), - [anon_sym_DQUOTE] = ACTIONS(1832), - [sym_true] = ACTIONS(1830), - [sym_false] = ACTIONS(1830), - [sym_null] = ACTIONS(1830), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1830), - [anon_sym_virtual] = ACTIONS(1830), - [anon_sym_explicit] = ACTIONS(1830), - [sym_auto] = ACTIONS(1830), - [anon_sym_typename] = ACTIONS(1830), - [anon_sym_template] = ACTIONS(1830), - [anon_sym_operator] = ACTIONS(1830), - [anon_sym_delete] = ACTIONS(1830), - [anon_sym_throw] = ACTIONS(1830), - [anon_sym_namespace] = ACTIONS(1830), - [anon_sym_using] = ACTIONS(1830), - [anon_sym_static_assert] = ACTIONS(1830), - [anon_sym_co_return] = ACTIONS(1830), - [anon_sym_co_yield] = ACTIONS(1830), - [anon_sym_try] = ACTIONS(1830), - [anon_sym_co_await] = ACTIONS(1830), - [anon_sym_new] = ACTIONS(1830), - [sym_operator_name] = ACTIONS(1830), - [sym_this] = ACTIONS(1830), - [sym_nullptr] = ACTIONS(1830), - [sym_alone_macro] = ACTIONS(1832), - [aux_sym_alone_macro_call_token1] = ACTIONS(1830), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1830), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1830), - [anon_sym_FORWARD] = ACTIONS(1830), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1830), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1830), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1830), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1830), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1830), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1830), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1830), - [anon_sym_PS_GET] = ACTIONS(1830), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1830), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1830), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1830), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1830), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1830), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1830), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1830), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1830), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1830), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1830), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1830), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1830), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1830), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1830), - [anon_sym_MOZ_COLD] = ACTIONS(1830), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1830), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1830), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1830), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1830), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1830), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1830), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1830), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1830), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1830), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1830), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1830), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1830), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1830), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1830), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1830), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1830), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1830), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1830), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1830), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1830), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1830), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1830), - [anon_sym_MOZ_NONNULL] = ACTIONS(1830), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1830), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1830), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1830), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1830), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1830), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1830), - [anon_sym_MOZ_NORETURN] = ACTIONS(1830), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1830), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1830), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1830), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1830), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1830), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1830), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1830), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1830), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1830), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1830), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1830), - [anon_sym_MOZ_RAII] = ACTIONS(1830), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1830), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1830), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1830), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1830), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1830), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1830), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1830), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1830), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1830), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1830), - [sym_raw_string_literal] = ACTIONS(1832), + [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), + [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), }, [616] = { - [sym_identifier] = ACTIONS(1770), - [aux_sym_preproc_include_token1] = ACTIONS(1770), - [aux_sym_preproc_def_token1] = ACTIONS(1770), - [aux_sym_preproc_if_token1] = ACTIONS(1770), - [aux_sym_preproc_if_token2] = ACTIONS(1770), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1770), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1770), - [sym_preproc_directive] = ACTIONS(1770), - [anon_sym_LPAREN2] = ACTIONS(1772), - [anon_sym_BANG] = ACTIONS(1772), - [anon_sym_TILDE] = ACTIONS(1772), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_STAR] = ACTIONS(1772), - [anon_sym_AMP_AMP] = ACTIONS(1772), - [anon_sym_AMP] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1772), - [anon_sym_typedef] = ACTIONS(1770), - [anon_sym_extern] = ACTIONS(1770), - [anon_sym___attribute__] = ACTIONS(1770), - [anon_sym_COLON_COLON] = ACTIONS(1772), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1772), - [anon_sym___declspec] = ACTIONS(1770), - [anon_sym___based] = ACTIONS(1770), - [anon_sym___cdecl] = ACTIONS(1770), - [anon_sym___clrcall] = ACTIONS(1770), - [anon_sym___stdcall] = ACTIONS(1770), - [anon_sym___fastcall] = ACTIONS(1770), - [anon_sym___thiscall] = ACTIONS(1770), - [anon_sym___vectorcall] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1772), - [anon_sym_LBRACK] = ACTIONS(1770), - [anon_sym_static] = ACTIONS(1770), - [anon_sym_register] = ACTIONS(1770), - [anon_sym_inline] = ACTIONS(1770), - [anon_sym_thread_local] = ACTIONS(1770), - [anon_sym_const] = ACTIONS(1770), - [anon_sym_volatile] = ACTIONS(1770), - [anon_sym_restrict] = ACTIONS(1770), - [anon_sym__Atomic] = ACTIONS(1770), - [anon_sym_mutable] = ACTIONS(1770), - [anon_sym_constexpr] = ACTIONS(1770), - [anon_sym_signed] = ACTIONS(1770), - [anon_sym_unsigned] = ACTIONS(1770), - [anon_sym_long] = ACTIONS(1770), - [anon_sym_short] = ACTIONS(1770), - [sym_primitive_type] = ACTIONS(1770), - [anon_sym_enum] = ACTIONS(1770), - [anon_sym_class] = ACTIONS(1770), - [anon_sym_struct] = ACTIONS(1770), - [anon_sym_union] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_switch] = ACTIONS(1770), - [anon_sym_case] = ACTIONS(1770), - [anon_sym_default] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_do] = ACTIONS(1770), - [anon_sym_for] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_goto] = ACTIONS(1770), - [anon_sym_DASH_DASH] = ACTIONS(1772), - [anon_sym_PLUS_PLUS] = ACTIONS(1772), - [anon_sym_sizeof] = ACTIONS(1770), - [sym_number_literal] = ACTIONS(1772), - [anon_sym_L_SQUOTE] = ACTIONS(1772), - [anon_sym_u_SQUOTE] = ACTIONS(1772), - [anon_sym_U_SQUOTE] = ACTIONS(1772), - [anon_sym_u8_SQUOTE] = ACTIONS(1772), - [anon_sym_SQUOTE] = ACTIONS(1772), - [anon_sym_L_DQUOTE] = ACTIONS(1772), - [anon_sym_u_DQUOTE] = ACTIONS(1772), - [anon_sym_U_DQUOTE] = ACTIONS(1772), - [anon_sym_u8_DQUOTE] = ACTIONS(1772), - [anon_sym_DQUOTE] = ACTIONS(1772), - [sym_true] = ACTIONS(1770), - [sym_false] = ACTIONS(1770), - [sym_null] = ACTIONS(1770), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1770), - [anon_sym_virtual] = ACTIONS(1770), - [anon_sym_explicit] = ACTIONS(1770), - [sym_auto] = ACTIONS(1770), - [anon_sym_typename] = ACTIONS(1770), - [anon_sym_template] = ACTIONS(1770), - [anon_sym_operator] = ACTIONS(1770), - [anon_sym_delete] = ACTIONS(1770), - [anon_sym_throw] = ACTIONS(1770), - [anon_sym_namespace] = ACTIONS(1770), - [anon_sym_using] = ACTIONS(1770), - [anon_sym_static_assert] = ACTIONS(1770), - [anon_sym_co_return] = ACTIONS(1770), - [anon_sym_co_yield] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_co_await] = ACTIONS(1770), - [anon_sym_new] = ACTIONS(1770), - [sym_operator_name] = ACTIONS(1770), - [sym_this] = ACTIONS(1770), - [sym_nullptr] = ACTIONS(1770), - [sym_alone_macro] = ACTIONS(1772), - [aux_sym_alone_macro_call_token1] = ACTIONS(1770), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1770), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1770), - [anon_sym_FORWARD] = ACTIONS(1770), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1770), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1770), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1770), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1770), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1770), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1770), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1770), - [anon_sym_PS_GET] = ACTIONS(1770), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1770), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1770), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1770), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1770), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1770), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1770), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1770), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1770), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1770), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1770), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1770), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1770), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1770), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1770), - [anon_sym_MOZ_COLD] = ACTIONS(1770), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1770), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1770), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1770), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1770), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1770), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1770), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1770), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1770), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1770), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1770), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1770), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1770), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1770), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1770), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1770), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1770), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1770), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1770), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1770), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1770), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1770), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1770), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1770), - [anon_sym_MOZ_NONNULL] = ACTIONS(1770), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1770), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1770), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1770), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1770), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1770), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1770), - [anon_sym_MOZ_NORETURN] = ACTIONS(1770), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1770), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1770), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1770), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1770), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1770), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1770), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1770), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1770), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1770), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1770), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1770), - [anon_sym_MOZ_RAII] = ACTIONS(1770), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1770), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1770), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1770), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1770), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1770), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1770), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1770), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1770), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1770), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1770), - [sym_raw_string_literal] = ACTIONS(1772), + [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), }, [617] = { - [sym_identifier] = ACTIONS(1822), - [aux_sym_preproc_include_token1] = ACTIONS(1822), - [aux_sym_preproc_def_token1] = ACTIONS(1822), - [aux_sym_preproc_if_token1] = ACTIONS(1822), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1822), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1822), - [sym_preproc_directive] = ACTIONS(1822), - [anon_sym_LPAREN2] = ACTIONS(1824), - [anon_sym_BANG] = ACTIONS(1824), - [anon_sym_TILDE] = ACTIONS(1824), - [anon_sym_DASH] = ACTIONS(1822), - [anon_sym_PLUS] = ACTIONS(1822), - [anon_sym_STAR] = ACTIONS(1824), - [anon_sym_AMP_AMP] = ACTIONS(1824), - [anon_sym_AMP] = ACTIONS(1822), - [anon_sym_SEMI] = ACTIONS(1824), - [anon_sym_typedef] = ACTIONS(1822), - [anon_sym_extern] = ACTIONS(1822), - [anon_sym___attribute__] = ACTIONS(1822), - [anon_sym_COLON_COLON] = ACTIONS(1824), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1824), - [anon_sym___declspec] = ACTIONS(1822), - [anon_sym___based] = ACTIONS(1822), - [anon_sym___cdecl] = ACTIONS(1822), - [anon_sym___clrcall] = ACTIONS(1822), - [anon_sym___stdcall] = ACTIONS(1822), - [anon_sym___fastcall] = ACTIONS(1822), - [anon_sym___thiscall] = ACTIONS(1822), - [anon_sym___vectorcall] = ACTIONS(1822), - [anon_sym_LBRACE] = ACTIONS(1824), - [anon_sym_RBRACE] = ACTIONS(1824), - [anon_sym_LBRACK] = ACTIONS(1822), - [anon_sym_static] = ACTIONS(1822), - [anon_sym_register] = ACTIONS(1822), - [anon_sym_inline] = ACTIONS(1822), - [anon_sym_thread_local] = ACTIONS(1822), - [anon_sym_const] = ACTIONS(1822), - [anon_sym_volatile] = ACTIONS(1822), - [anon_sym_restrict] = ACTIONS(1822), - [anon_sym__Atomic] = ACTIONS(1822), - [anon_sym_mutable] = ACTIONS(1822), - [anon_sym_constexpr] = ACTIONS(1822), - [anon_sym_signed] = ACTIONS(1822), - [anon_sym_unsigned] = ACTIONS(1822), - [anon_sym_long] = ACTIONS(1822), - [anon_sym_short] = ACTIONS(1822), - [sym_primitive_type] = ACTIONS(1822), - [anon_sym_enum] = ACTIONS(1822), - [anon_sym_class] = ACTIONS(1822), - [anon_sym_struct] = ACTIONS(1822), - [anon_sym_union] = ACTIONS(1822), - [anon_sym_if] = ACTIONS(1822), - [anon_sym_switch] = ACTIONS(1822), - [anon_sym_case] = ACTIONS(1822), - [anon_sym_default] = ACTIONS(1822), - [anon_sym_while] = ACTIONS(1822), - [anon_sym_do] = ACTIONS(1822), - [anon_sym_for] = ACTIONS(1822), - [anon_sym_return] = ACTIONS(1822), - [anon_sym_break] = ACTIONS(1822), - [anon_sym_continue] = ACTIONS(1822), - [anon_sym_goto] = ACTIONS(1822), - [anon_sym_DASH_DASH] = ACTIONS(1824), - [anon_sym_PLUS_PLUS] = ACTIONS(1824), - [anon_sym_sizeof] = ACTIONS(1822), - [sym_number_literal] = ACTIONS(1824), - [anon_sym_L_SQUOTE] = ACTIONS(1824), - [anon_sym_u_SQUOTE] = ACTIONS(1824), - [anon_sym_U_SQUOTE] = ACTIONS(1824), - [anon_sym_u8_SQUOTE] = ACTIONS(1824), - [anon_sym_SQUOTE] = ACTIONS(1824), - [anon_sym_L_DQUOTE] = ACTIONS(1824), - [anon_sym_u_DQUOTE] = ACTIONS(1824), - [anon_sym_U_DQUOTE] = ACTIONS(1824), - [anon_sym_u8_DQUOTE] = ACTIONS(1824), - [anon_sym_DQUOTE] = ACTIONS(1824), - [sym_true] = ACTIONS(1822), - [sym_false] = ACTIONS(1822), - [sym_null] = ACTIONS(1822), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1822), - [anon_sym_virtual] = ACTIONS(1822), - [anon_sym_explicit] = ACTIONS(1822), - [sym_auto] = ACTIONS(1822), - [anon_sym_typename] = ACTIONS(1822), - [anon_sym_template] = ACTIONS(1822), - [anon_sym_operator] = ACTIONS(1822), - [anon_sym_delete] = ACTIONS(1822), - [anon_sym_throw] = ACTIONS(1822), - [anon_sym_namespace] = ACTIONS(1822), - [anon_sym_using] = ACTIONS(1822), - [anon_sym_static_assert] = ACTIONS(1822), - [anon_sym_co_return] = ACTIONS(1822), - [anon_sym_co_yield] = ACTIONS(1822), - [anon_sym_try] = ACTIONS(1822), - [anon_sym_co_await] = ACTIONS(1822), - [anon_sym_new] = ACTIONS(1822), - [sym_operator_name] = ACTIONS(1822), - [sym_this] = ACTIONS(1822), - [sym_nullptr] = ACTIONS(1822), - [sym_alone_macro] = ACTIONS(1824), - [aux_sym_alone_macro_call_token1] = ACTIONS(1822), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1822), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1822), - [anon_sym_FORWARD] = ACTIONS(1822), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1822), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1822), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1822), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1822), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1822), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1822), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1822), - [anon_sym_PS_GET] = ACTIONS(1822), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1822), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1822), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1822), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1822), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1822), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1822), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1822), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1822), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1822), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1822), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1822), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1822), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1822), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1822), - [anon_sym_MOZ_COLD] = ACTIONS(1822), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1822), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1822), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1822), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1822), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1822), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1822), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1822), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1822), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1822), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1822), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1822), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1822), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1822), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1822), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1822), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1822), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1822), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1822), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1822), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1822), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1822), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1822), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1822), - [anon_sym_MOZ_NONNULL] = ACTIONS(1822), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1822), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1822), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1822), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1822), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1822), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1822), - [anon_sym_MOZ_NORETURN] = ACTIONS(1822), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1822), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1822), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1822), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1822), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1822), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1822), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1822), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1822), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1822), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1822), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1822), - [anon_sym_MOZ_RAII] = ACTIONS(1822), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1822), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1822), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1822), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1822), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1822), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1822), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1822), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1822), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1822), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1822), - [sym_raw_string_literal] = ACTIONS(1824), + [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(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), }, [618] = { - [sym_identifier] = ACTIONS(1778), - [aux_sym_preproc_include_token1] = ACTIONS(1778), - [aux_sym_preproc_def_token1] = ACTIONS(1778), - [aux_sym_preproc_if_token1] = ACTIONS(1778), - [aux_sym_preproc_if_token2] = ACTIONS(1778), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1778), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1778), - [sym_preproc_directive] = ACTIONS(1778), - [anon_sym_LPAREN2] = ACTIONS(1780), - [anon_sym_BANG] = ACTIONS(1780), - [anon_sym_TILDE] = ACTIONS(1780), - [anon_sym_DASH] = ACTIONS(1778), - [anon_sym_PLUS] = ACTIONS(1778), - [anon_sym_STAR] = ACTIONS(1780), - [anon_sym_AMP_AMP] = ACTIONS(1780), - [anon_sym_AMP] = ACTIONS(1778), - [anon_sym_SEMI] = ACTIONS(1780), - [anon_sym_typedef] = ACTIONS(1778), - [anon_sym_extern] = ACTIONS(1778), - [anon_sym___attribute__] = ACTIONS(1778), - [anon_sym_COLON_COLON] = ACTIONS(1780), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1780), - [anon_sym___declspec] = ACTIONS(1778), - [anon_sym___based] = ACTIONS(1778), - [anon_sym___cdecl] = ACTIONS(1778), - [anon_sym___clrcall] = ACTIONS(1778), - [anon_sym___stdcall] = ACTIONS(1778), - [anon_sym___fastcall] = ACTIONS(1778), - [anon_sym___thiscall] = ACTIONS(1778), - [anon_sym___vectorcall] = ACTIONS(1778), - [anon_sym_LBRACE] = ACTIONS(1780), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_static] = ACTIONS(1778), - [anon_sym_register] = ACTIONS(1778), - [anon_sym_inline] = ACTIONS(1778), - [anon_sym_thread_local] = ACTIONS(1778), - [anon_sym_const] = ACTIONS(1778), - [anon_sym_volatile] = ACTIONS(1778), - [anon_sym_restrict] = ACTIONS(1778), - [anon_sym__Atomic] = ACTIONS(1778), - [anon_sym_mutable] = ACTIONS(1778), - [anon_sym_constexpr] = ACTIONS(1778), - [anon_sym_signed] = ACTIONS(1778), - [anon_sym_unsigned] = ACTIONS(1778), - [anon_sym_long] = ACTIONS(1778), - [anon_sym_short] = ACTIONS(1778), - [sym_primitive_type] = ACTIONS(1778), - [anon_sym_enum] = ACTIONS(1778), - [anon_sym_class] = ACTIONS(1778), - [anon_sym_struct] = ACTIONS(1778), - [anon_sym_union] = ACTIONS(1778), - [anon_sym_if] = ACTIONS(1778), - [anon_sym_switch] = ACTIONS(1778), - [anon_sym_case] = ACTIONS(1778), - [anon_sym_default] = ACTIONS(1778), - [anon_sym_while] = ACTIONS(1778), - [anon_sym_do] = ACTIONS(1778), - [anon_sym_for] = ACTIONS(1778), - [anon_sym_return] = ACTIONS(1778), - [anon_sym_break] = ACTIONS(1778), - [anon_sym_continue] = ACTIONS(1778), - [anon_sym_goto] = ACTIONS(1778), - [anon_sym_DASH_DASH] = ACTIONS(1780), - [anon_sym_PLUS_PLUS] = ACTIONS(1780), - [anon_sym_sizeof] = ACTIONS(1778), - [sym_number_literal] = ACTIONS(1780), - [anon_sym_L_SQUOTE] = ACTIONS(1780), - [anon_sym_u_SQUOTE] = ACTIONS(1780), - [anon_sym_U_SQUOTE] = ACTIONS(1780), - [anon_sym_u8_SQUOTE] = ACTIONS(1780), - [anon_sym_SQUOTE] = ACTIONS(1780), - [anon_sym_L_DQUOTE] = ACTIONS(1780), - [anon_sym_u_DQUOTE] = ACTIONS(1780), - [anon_sym_U_DQUOTE] = ACTIONS(1780), - [anon_sym_u8_DQUOTE] = ACTIONS(1780), - [anon_sym_DQUOTE] = ACTIONS(1780), - [sym_true] = ACTIONS(1778), - [sym_false] = ACTIONS(1778), - [sym_null] = ACTIONS(1778), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1778), - [anon_sym_virtual] = ACTIONS(1778), - [anon_sym_explicit] = ACTIONS(1778), - [sym_auto] = ACTIONS(1778), - [anon_sym_typename] = ACTIONS(1778), - [anon_sym_template] = ACTIONS(1778), - [anon_sym_operator] = ACTIONS(1778), - [anon_sym_delete] = ACTIONS(1778), - [anon_sym_throw] = ACTIONS(1778), - [anon_sym_namespace] = ACTIONS(1778), - [anon_sym_using] = ACTIONS(1778), - [anon_sym_static_assert] = ACTIONS(1778), - [anon_sym_co_return] = ACTIONS(1778), - [anon_sym_co_yield] = ACTIONS(1778), - [anon_sym_try] = ACTIONS(1778), - [anon_sym_co_await] = ACTIONS(1778), - [anon_sym_new] = ACTIONS(1778), - [sym_operator_name] = ACTIONS(1778), - [sym_this] = ACTIONS(1778), - [sym_nullptr] = ACTIONS(1778), - [sym_alone_macro] = ACTIONS(1780), - [aux_sym_alone_macro_call_token1] = ACTIONS(1778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1778), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1778), - [anon_sym_FORWARD] = ACTIONS(1778), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1778), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1778), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1778), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1778), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1778), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1778), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1778), - [anon_sym_PS_GET] = ACTIONS(1778), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1778), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1778), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1778), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1778), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1778), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1778), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1778), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1778), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1778), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1778), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1778), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1778), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1778), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1778), - [anon_sym_MOZ_COLD] = ACTIONS(1778), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1778), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1778), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1778), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1778), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1778), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1778), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1778), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1778), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1778), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1778), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1778), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1778), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1778), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1778), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1778), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1778), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1778), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1778), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1778), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1778), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_NONNULL] = ACTIONS(1778), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1778), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1778), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1778), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1778), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1778), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_NORETURN] = ACTIONS(1778), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1778), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1778), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1778), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1778), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1778), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1778), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1778), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1778), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1778), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1778), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1778), - [anon_sym_MOZ_RAII] = ACTIONS(1778), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1778), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1778), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1778), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1778), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1778), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1778), - [sym_raw_string_literal] = ACTIONS(1780), + [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(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), }, [619] = { - [sym_identifier] = ACTIONS(1766), - [aux_sym_preproc_include_token1] = ACTIONS(1766), - [aux_sym_preproc_def_token1] = ACTIONS(1766), - [aux_sym_preproc_if_token1] = ACTIONS(1766), - [aux_sym_preproc_if_token2] = ACTIONS(1766), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1766), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1766), - [sym_preproc_directive] = ACTIONS(1766), - [anon_sym_LPAREN2] = ACTIONS(1768), - [anon_sym_BANG] = ACTIONS(1768), - [anon_sym_TILDE] = ACTIONS(1768), - [anon_sym_DASH] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1766), - [anon_sym_STAR] = ACTIONS(1768), - [anon_sym_AMP_AMP] = ACTIONS(1768), - [anon_sym_AMP] = ACTIONS(1766), - [anon_sym_SEMI] = ACTIONS(1768), - [anon_sym_typedef] = ACTIONS(1766), - [anon_sym_extern] = ACTIONS(1766), - [anon_sym___attribute__] = ACTIONS(1766), - [anon_sym_COLON_COLON] = ACTIONS(1768), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1768), - [anon_sym___declspec] = ACTIONS(1766), - [anon_sym___based] = ACTIONS(1766), - [anon_sym___cdecl] = ACTIONS(1766), - [anon_sym___clrcall] = ACTIONS(1766), - [anon_sym___stdcall] = ACTIONS(1766), - [anon_sym___fastcall] = ACTIONS(1766), - [anon_sym___thiscall] = ACTIONS(1766), - [anon_sym___vectorcall] = ACTIONS(1766), - [anon_sym_LBRACE] = ACTIONS(1768), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_static] = ACTIONS(1766), - [anon_sym_register] = ACTIONS(1766), - [anon_sym_inline] = ACTIONS(1766), - [anon_sym_thread_local] = ACTIONS(1766), - [anon_sym_const] = ACTIONS(1766), - [anon_sym_volatile] = ACTIONS(1766), - [anon_sym_restrict] = ACTIONS(1766), - [anon_sym__Atomic] = ACTIONS(1766), - [anon_sym_mutable] = ACTIONS(1766), - [anon_sym_constexpr] = ACTIONS(1766), - [anon_sym_signed] = ACTIONS(1766), - [anon_sym_unsigned] = ACTIONS(1766), - [anon_sym_long] = ACTIONS(1766), - [anon_sym_short] = ACTIONS(1766), - [sym_primitive_type] = ACTIONS(1766), - [anon_sym_enum] = ACTIONS(1766), - [anon_sym_class] = ACTIONS(1766), - [anon_sym_struct] = ACTIONS(1766), - [anon_sym_union] = ACTIONS(1766), - [anon_sym_if] = ACTIONS(1766), - [anon_sym_switch] = ACTIONS(1766), - [anon_sym_case] = ACTIONS(1766), - [anon_sym_default] = ACTIONS(1766), - [anon_sym_while] = ACTIONS(1766), - [anon_sym_do] = ACTIONS(1766), - [anon_sym_for] = ACTIONS(1766), - [anon_sym_return] = ACTIONS(1766), - [anon_sym_break] = ACTIONS(1766), - [anon_sym_continue] = ACTIONS(1766), - [anon_sym_goto] = ACTIONS(1766), - [anon_sym_DASH_DASH] = ACTIONS(1768), - [anon_sym_PLUS_PLUS] = ACTIONS(1768), - [anon_sym_sizeof] = ACTIONS(1766), - [sym_number_literal] = ACTIONS(1768), - [anon_sym_L_SQUOTE] = ACTIONS(1768), - [anon_sym_u_SQUOTE] = ACTIONS(1768), - [anon_sym_U_SQUOTE] = ACTIONS(1768), - [anon_sym_u8_SQUOTE] = ACTIONS(1768), - [anon_sym_SQUOTE] = ACTIONS(1768), - [anon_sym_L_DQUOTE] = ACTIONS(1768), - [anon_sym_u_DQUOTE] = ACTIONS(1768), - [anon_sym_U_DQUOTE] = ACTIONS(1768), - [anon_sym_u8_DQUOTE] = ACTIONS(1768), - [anon_sym_DQUOTE] = ACTIONS(1768), - [sym_true] = ACTIONS(1766), - [sym_false] = ACTIONS(1766), - [sym_null] = ACTIONS(1766), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1766), - [anon_sym_virtual] = ACTIONS(1766), - [anon_sym_explicit] = ACTIONS(1766), - [sym_auto] = ACTIONS(1766), - [anon_sym_typename] = ACTIONS(1766), - [anon_sym_template] = ACTIONS(1766), - [anon_sym_operator] = ACTIONS(1766), - [anon_sym_delete] = ACTIONS(1766), - [anon_sym_throw] = ACTIONS(1766), - [anon_sym_namespace] = ACTIONS(1766), - [anon_sym_using] = ACTIONS(1766), - [anon_sym_static_assert] = ACTIONS(1766), - [anon_sym_co_return] = ACTIONS(1766), - [anon_sym_co_yield] = ACTIONS(1766), - [anon_sym_try] = ACTIONS(1766), - [anon_sym_co_await] = ACTIONS(1766), - [anon_sym_new] = ACTIONS(1766), - [sym_operator_name] = ACTIONS(1766), - [sym_this] = ACTIONS(1766), - [sym_nullptr] = ACTIONS(1766), - [sym_alone_macro] = ACTIONS(1768), - [aux_sym_alone_macro_call_token1] = ACTIONS(1766), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1766), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1766), - [anon_sym_FORWARD] = ACTIONS(1766), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1766), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1766), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1766), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1766), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1766), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1766), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1766), - [anon_sym_PS_GET] = ACTIONS(1766), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1766), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1766), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1766), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1766), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1766), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1766), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1766), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1766), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1766), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1766), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1766), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1766), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1766), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1766), - [anon_sym_MOZ_COLD] = ACTIONS(1766), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1766), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1766), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1766), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1766), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1766), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1766), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1766), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1766), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1766), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1766), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1766), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1766), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1766), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1766), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1766), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1766), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1766), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1766), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1766), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1766), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_NONNULL] = ACTIONS(1766), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1766), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1766), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1766), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1766), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1766), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_NORETURN] = ACTIONS(1766), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1766), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1766), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1766), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1766), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1766), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1766), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1766), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1766), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1766), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1766), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1766), - [anon_sym_MOZ_RAII] = ACTIONS(1766), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1766), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1766), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1766), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1766), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1766), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1766), - [sym_raw_string_literal] = ACTIONS(1768), + [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), }, [620] = { - [ts_builtin_sym_end] = ACTIONS(1756), - [sym_identifier] = ACTIONS(1754), - [aux_sym_preproc_include_token1] = ACTIONS(1754), - [aux_sym_preproc_def_token1] = ACTIONS(1754), - [aux_sym_preproc_if_token1] = ACTIONS(1754), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1754), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1754), - [sym_preproc_directive] = ACTIONS(1754), - [anon_sym_LPAREN2] = ACTIONS(1756), - [anon_sym_BANG] = ACTIONS(1756), - [anon_sym_TILDE] = ACTIONS(1756), - [anon_sym_DASH] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1754), - [anon_sym_STAR] = ACTIONS(1756), - [anon_sym_AMP_AMP] = ACTIONS(1756), - [anon_sym_AMP] = ACTIONS(1754), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym___declspec] = ACTIONS(1754), - [anon_sym___based] = ACTIONS(1754), - [anon_sym___cdecl] = ACTIONS(1754), - [anon_sym___clrcall] = ACTIONS(1754), - [anon_sym___stdcall] = ACTIONS(1754), - [anon_sym___fastcall] = ACTIONS(1754), - [anon_sym___thiscall] = ACTIONS(1754), - [anon_sym___vectorcall] = ACTIONS(1754), - [anon_sym_LBRACE] = ACTIONS(1756), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_static] = ACTIONS(1754), - [anon_sym_register] = ACTIONS(1754), - [anon_sym_inline] = ACTIONS(1754), - [anon_sym_thread_local] = ACTIONS(1754), - [anon_sym_const] = ACTIONS(1754), - [anon_sym_volatile] = ACTIONS(1754), - [anon_sym_restrict] = ACTIONS(1754), - [anon_sym__Atomic] = ACTIONS(1754), - [anon_sym_mutable] = ACTIONS(1754), - [anon_sym_constexpr] = ACTIONS(1754), - [anon_sym_signed] = ACTIONS(1754), - [anon_sym_unsigned] = ACTIONS(1754), - [anon_sym_long] = ACTIONS(1754), - [anon_sym_short] = ACTIONS(1754), - [sym_primitive_type] = ACTIONS(1754), - [anon_sym_enum] = ACTIONS(1754), - [anon_sym_class] = ACTIONS(1754), - [anon_sym_struct] = ACTIONS(1754), - [anon_sym_union] = ACTIONS(1754), - [anon_sym_if] = ACTIONS(1754), - [anon_sym_switch] = ACTIONS(1754), - [anon_sym_case] = ACTIONS(1754), - [anon_sym_default] = ACTIONS(1754), - [anon_sym_while] = ACTIONS(1754), - [anon_sym_do] = ACTIONS(1754), - [anon_sym_for] = ACTIONS(1754), - [anon_sym_return] = ACTIONS(1754), - [anon_sym_break] = ACTIONS(1754), - [anon_sym_continue] = ACTIONS(1754), - [anon_sym_goto] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1756), - [anon_sym_PLUS_PLUS] = ACTIONS(1756), - [anon_sym_sizeof] = ACTIONS(1754), - [sym_number_literal] = ACTIONS(1756), - [anon_sym_L_SQUOTE] = ACTIONS(1756), - [anon_sym_u_SQUOTE] = ACTIONS(1756), - [anon_sym_U_SQUOTE] = ACTIONS(1756), - [anon_sym_u8_SQUOTE] = ACTIONS(1756), - [anon_sym_SQUOTE] = ACTIONS(1756), - [anon_sym_L_DQUOTE] = ACTIONS(1756), - [anon_sym_u_DQUOTE] = ACTIONS(1756), - [anon_sym_U_DQUOTE] = ACTIONS(1756), - [anon_sym_u8_DQUOTE] = ACTIONS(1756), - [anon_sym_DQUOTE] = ACTIONS(1756), - [sym_true] = ACTIONS(1754), - [sym_false] = ACTIONS(1754), - [sym_null] = ACTIONS(1754), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1754), - [anon_sym_virtual] = ACTIONS(1754), - [anon_sym_explicit] = ACTIONS(1754), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_template] = ACTIONS(1754), - [anon_sym_operator] = ACTIONS(1754), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_throw] = ACTIONS(1754), - [anon_sym_namespace] = ACTIONS(1754), - [anon_sym_using] = ACTIONS(1754), - [anon_sym_static_assert] = ACTIONS(1754), - [anon_sym_co_return] = ACTIONS(1754), - [anon_sym_co_yield] = ACTIONS(1754), - [anon_sym_try] = ACTIONS(1754), - [anon_sym_co_await] = ACTIONS(1754), - [anon_sym_new] = ACTIONS(1754), - [sym_operator_name] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = ACTIONS(1754), - [sym_alone_macro] = ACTIONS(1756), - [aux_sym_alone_macro_call_token1] = ACTIONS(1754), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1754), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1754), - [anon_sym_FORWARD] = ACTIONS(1754), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1754), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1754), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1754), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1754), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1754), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1754), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1754), - [anon_sym_PS_GET] = ACTIONS(1754), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1754), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1754), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1754), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1754), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1754), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1754), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1754), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1754), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1754), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1754), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1754), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1754), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1754), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1754), - [anon_sym_MOZ_COLD] = ACTIONS(1754), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1754), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1754), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1754), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1754), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1754), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1754), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1754), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1754), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1754), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1754), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1754), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1754), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1754), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1754), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1754), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1754), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1754), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1754), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1754), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1754), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_NONNULL] = ACTIONS(1754), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1754), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1754), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1754), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1754), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1754), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_NORETURN] = ACTIONS(1754), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1754), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1754), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1754), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1754), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1754), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1754), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1754), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1754), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1754), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1754), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1754), - [anon_sym_MOZ_RAII] = ACTIONS(1754), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1754), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1754), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1754), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1754), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1754), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1754), - [sym_raw_string_literal] = ACTIONS(1756), + [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(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), }, [621] = { - [ts_builtin_sym_end] = ACTIONS(1720), - [sym_identifier] = ACTIONS(1718), - [aux_sym_preproc_include_token1] = ACTIONS(1718), - [aux_sym_preproc_def_token1] = ACTIONS(1718), - [aux_sym_preproc_if_token1] = ACTIONS(1718), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1718), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1718), - [sym_preproc_directive] = ACTIONS(1718), - [anon_sym_LPAREN2] = ACTIONS(1720), - [anon_sym_BANG] = ACTIONS(1720), - [anon_sym_TILDE] = ACTIONS(1720), - [anon_sym_DASH] = ACTIONS(1718), - [anon_sym_PLUS] = ACTIONS(1718), - [anon_sym_STAR] = ACTIONS(1720), - [anon_sym_AMP_AMP] = ACTIONS(1720), - [anon_sym_AMP] = ACTIONS(1718), - [anon_sym_SEMI] = ACTIONS(1720), - [anon_sym_typedef] = ACTIONS(1718), - [anon_sym_extern] = ACTIONS(1718), - [anon_sym___attribute__] = ACTIONS(1718), - [anon_sym_COLON_COLON] = ACTIONS(1720), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1720), - [anon_sym___declspec] = ACTIONS(1718), - [anon_sym___based] = ACTIONS(1718), - [anon_sym___cdecl] = ACTIONS(1718), - [anon_sym___clrcall] = ACTIONS(1718), - [anon_sym___stdcall] = ACTIONS(1718), - [anon_sym___fastcall] = ACTIONS(1718), - [anon_sym___thiscall] = ACTIONS(1718), - [anon_sym___vectorcall] = ACTIONS(1718), - [anon_sym_LBRACE] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1718), - [anon_sym_static] = ACTIONS(1718), - [anon_sym_register] = ACTIONS(1718), - [anon_sym_inline] = ACTIONS(1718), - [anon_sym_thread_local] = ACTIONS(1718), - [anon_sym_const] = ACTIONS(1718), - [anon_sym_volatile] = ACTIONS(1718), - [anon_sym_restrict] = ACTIONS(1718), - [anon_sym__Atomic] = ACTIONS(1718), - [anon_sym_mutable] = ACTIONS(1718), - [anon_sym_constexpr] = ACTIONS(1718), - [anon_sym_signed] = ACTIONS(1718), - [anon_sym_unsigned] = ACTIONS(1718), - [anon_sym_long] = ACTIONS(1718), - [anon_sym_short] = ACTIONS(1718), - [sym_primitive_type] = ACTIONS(1718), - [anon_sym_enum] = ACTIONS(1718), - [anon_sym_class] = ACTIONS(1718), - [anon_sym_struct] = ACTIONS(1718), - [anon_sym_union] = ACTIONS(1718), - [anon_sym_if] = ACTIONS(1718), - [anon_sym_switch] = ACTIONS(1718), - [anon_sym_case] = ACTIONS(1718), - [anon_sym_default] = ACTIONS(1718), - [anon_sym_while] = ACTIONS(1718), - [anon_sym_do] = ACTIONS(1718), - [anon_sym_for] = ACTIONS(1718), - [anon_sym_return] = ACTIONS(1718), - [anon_sym_break] = ACTIONS(1718), - [anon_sym_continue] = ACTIONS(1718), - [anon_sym_goto] = ACTIONS(1718), - [anon_sym_DASH_DASH] = ACTIONS(1720), - [anon_sym_PLUS_PLUS] = ACTIONS(1720), - [anon_sym_sizeof] = ACTIONS(1718), - [sym_number_literal] = ACTIONS(1720), - [anon_sym_L_SQUOTE] = ACTIONS(1720), - [anon_sym_u_SQUOTE] = ACTIONS(1720), - [anon_sym_U_SQUOTE] = ACTIONS(1720), - [anon_sym_u8_SQUOTE] = ACTIONS(1720), - [anon_sym_SQUOTE] = ACTIONS(1720), - [anon_sym_L_DQUOTE] = ACTIONS(1720), - [anon_sym_u_DQUOTE] = ACTIONS(1720), - [anon_sym_U_DQUOTE] = ACTIONS(1720), - [anon_sym_u8_DQUOTE] = ACTIONS(1720), - [anon_sym_DQUOTE] = ACTIONS(1720), - [sym_true] = ACTIONS(1718), - [sym_false] = ACTIONS(1718), - [sym_null] = ACTIONS(1718), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1718), - [anon_sym_virtual] = ACTIONS(1718), - [anon_sym_explicit] = ACTIONS(1718), - [sym_auto] = ACTIONS(1718), - [anon_sym_typename] = ACTIONS(1718), - [anon_sym_template] = ACTIONS(1718), - [anon_sym_operator] = ACTIONS(1718), - [anon_sym_delete] = ACTIONS(1718), - [anon_sym_throw] = ACTIONS(1718), - [anon_sym_namespace] = ACTIONS(1718), - [anon_sym_using] = ACTIONS(1718), - [anon_sym_static_assert] = ACTIONS(1718), - [anon_sym_co_return] = ACTIONS(1718), - [anon_sym_co_yield] = ACTIONS(1718), - [anon_sym_try] = ACTIONS(1718), - [anon_sym_co_await] = ACTIONS(1718), - [anon_sym_new] = ACTIONS(1718), - [sym_operator_name] = ACTIONS(1718), - [sym_this] = ACTIONS(1718), - [sym_nullptr] = ACTIONS(1718), - [sym_alone_macro] = ACTIONS(1720), - [aux_sym_alone_macro_call_token1] = ACTIONS(1718), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1718), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1718), - [anon_sym_FORWARD] = ACTIONS(1718), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1718), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1718), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1718), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1718), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1718), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1718), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1718), - [anon_sym_PS_GET] = ACTIONS(1718), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1718), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1718), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1718), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1718), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1718), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1718), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1718), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1718), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1718), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1718), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1718), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1718), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1718), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1718), - [anon_sym_MOZ_COLD] = ACTIONS(1718), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1718), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1718), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1718), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1718), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1718), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1718), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1718), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1718), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1718), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1718), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1718), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1718), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1718), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1718), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1718), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1718), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1718), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1718), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1718), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1718), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1718), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1718), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1718), - [anon_sym_MOZ_NONNULL] = ACTIONS(1718), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1718), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1718), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1718), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1718), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1718), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1718), - [anon_sym_MOZ_NORETURN] = ACTIONS(1718), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1718), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1718), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1718), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1718), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1718), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1718), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1718), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1718), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1718), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1718), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1718), - [anon_sym_MOZ_RAII] = ACTIONS(1718), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1718), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1718), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1718), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1718), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1718), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1718), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1718), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1718), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1718), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1718), - [sym_raw_string_literal] = ACTIONS(1720), + [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(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), }, [622] = { - [sym_identifier] = ACTIONS(1826), - [aux_sym_preproc_include_token1] = ACTIONS(1826), - [aux_sym_preproc_def_token1] = ACTIONS(1826), - [aux_sym_preproc_if_token1] = ACTIONS(1826), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1826), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1826), - [sym_preproc_directive] = ACTIONS(1826), - [anon_sym_LPAREN2] = ACTIONS(1828), - [anon_sym_BANG] = ACTIONS(1828), - [anon_sym_TILDE] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(1826), - [anon_sym_PLUS] = ACTIONS(1826), - [anon_sym_STAR] = ACTIONS(1828), - [anon_sym_AMP_AMP] = ACTIONS(1828), - [anon_sym_AMP] = ACTIONS(1826), - [anon_sym_SEMI] = ACTIONS(1828), - [anon_sym_typedef] = ACTIONS(1826), - [anon_sym_extern] = ACTIONS(1826), - [anon_sym___attribute__] = ACTIONS(1826), - [anon_sym_COLON_COLON] = ACTIONS(1828), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1828), - [anon_sym___declspec] = ACTIONS(1826), - [anon_sym___based] = ACTIONS(1826), - [anon_sym___cdecl] = ACTIONS(1826), - [anon_sym___clrcall] = ACTIONS(1826), - [anon_sym___stdcall] = ACTIONS(1826), - [anon_sym___fastcall] = ACTIONS(1826), - [anon_sym___thiscall] = ACTIONS(1826), - [anon_sym___vectorcall] = ACTIONS(1826), - [anon_sym_LBRACE] = ACTIONS(1828), - [anon_sym_RBRACE] = ACTIONS(1828), - [anon_sym_LBRACK] = ACTIONS(1826), - [anon_sym_static] = ACTIONS(1826), - [anon_sym_register] = ACTIONS(1826), - [anon_sym_inline] = ACTIONS(1826), - [anon_sym_thread_local] = ACTIONS(1826), - [anon_sym_const] = ACTIONS(1826), - [anon_sym_volatile] = ACTIONS(1826), - [anon_sym_restrict] = ACTIONS(1826), - [anon_sym__Atomic] = ACTIONS(1826), - [anon_sym_mutable] = ACTIONS(1826), - [anon_sym_constexpr] = ACTIONS(1826), - [anon_sym_signed] = ACTIONS(1826), - [anon_sym_unsigned] = ACTIONS(1826), - [anon_sym_long] = ACTIONS(1826), - [anon_sym_short] = ACTIONS(1826), - [sym_primitive_type] = ACTIONS(1826), - [anon_sym_enum] = ACTIONS(1826), - [anon_sym_class] = ACTIONS(1826), - [anon_sym_struct] = ACTIONS(1826), - [anon_sym_union] = ACTIONS(1826), - [anon_sym_if] = ACTIONS(1826), - [anon_sym_switch] = ACTIONS(1826), - [anon_sym_case] = ACTIONS(1826), - [anon_sym_default] = ACTIONS(1826), - [anon_sym_while] = ACTIONS(1826), - [anon_sym_do] = ACTIONS(1826), - [anon_sym_for] = ACTIONS(1826), - [anon_sym_return] = ACTIONS(1826), - [anon_sym_break] = ACTIONS(1826), - [anon_sym_continue] = ACTIONS(1826), - [anon_sym_goto] = ACTIONS(1826), - [anon_sym_DASH_DASH] = ACTIONS(1828), - [anon_sym_PLUS_PLUS] = ACTIONS(1828), - [anon_sym_sizeof] = ACTIONS(1826), - [sym_number_literal] = ACTIONS(1828), - [anon_sym_L_SQUOTE] = ACTIONS(1828), - [anon_sym_u_SQUOTE] = ACTIONS(1828), - [anon_sym_U_SQUOTE] = ACTIONS(1828), - [anon_sym_u8_SQUOTE] = ACTIONS(1828), - [anon_sym_SQUOTE] = ACTIONS(1828), - [anon_sym_L_DQUOTE] = ACTIONS(1828), - [anon_sym_u_DQUOTE] = ACTIONS(1828), - [anon_sym_U_DQUOTE] = ACTIONS(1828), - [anon_sym_u8_DQUOTE] = ACTIONS(1828), - [anon_sym_DQUOTE] = ACTIONS(1828), - [sym_true] = ACTIONS(1826), - [sym_false] = ACTIONS(1826), - [sym_null] = ACTIONS(1826), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1826), - [anon_sym_virtual] = ACTIONS(1826), - [anon_sym_explicit] = ACTIONS(1826), - [sym_auto] = ACTIONS(1826), - [anon_sym_typename] = ACTIONS(1826), - [anon_sym_template] = ACTIONS(1826), - [anon_sym_operator] = ACTIONS(1826), - [anon_sym_delete] = ACTIONS(1826), - [anon_sym_throw] = ACTIONS(1826), - [anon_sym_namespace] = ACTIONS(1826), - [anon_sym_using] = ACTIONS(1826), - [anon_sym_static_assert] = ACTIONS(1826), - [anon_sym_co_return] = ACTIONS(1826), - [anon_sym_co_yield] = ACTIONS(1826), - [anon_sym_try] = ACTIONS(1826), - [anon_sym_co_await] = ACTIONS(1826), - [anon_sym_new] = ACTIONS(1826), - [sym_operator_name] = ACTIONS(1826), - [sym_this] = ACTIONS(1826), - [sym_nullptr] = ACTIONS(1826), - [sym_alone_macro] = ACTIONS(1828), - [aux_sym_alone_macro_call_token1] = ACTIONS(1826), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1826), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1826), - [anon_sym_FORWARD] = ACTIONS(1826), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1826), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1826), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1826), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1826), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1826), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1826), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1826), - [anon_sym_PS_GET] = ACTIONS(1826), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1826), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1826), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1826), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1826), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1826), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1826), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1826), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1826), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1826), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1826), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1826), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1826), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1826), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1826), - [anon_sym_MOZ_COLD] = ACTIONS(1826), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1826), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1826), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1826), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1826), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1826), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1826), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1826), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1826), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1826), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1826), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1826), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1826), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1826), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1826), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1826), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1826), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1826), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1826), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1826), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1826), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1826), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1826), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1826), - [anon_sym_MOZ_NONNULL] = ACTIONS(1826), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1826), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1826), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1826), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1826), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1826), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1826), - [anon_sym_MOZ_NORETURN] = ACTIONS(1826), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1826), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1826), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1826), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1826), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1826), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1826), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1826), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1826), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1826), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1826), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1826), - [anon_sym_MOZ_RAII] = ACTIONS(1826), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1826), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1826), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1826), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1826), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1826), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1826), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1826), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1826), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1826), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1826), - [sym_raw_string_literal] = ACTIONS(1828), + [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), + [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), }, [623] = { - [sym_identifier] = ACTIONS(1830), - [aux_sym_preproc_include_token1] = ACTIONS(1830), - [aux_sym_preproc_def_token1] = ACTIONS(1830), - [aux_sym_preproc_if_token1] = ACTIONS(1830), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1830), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1830), - [sym_preproc_directive] = ACTIONS(1830), - [anon_sym_LPAREN2] = ACTIONS(1832), - [anon_sym_BANG] = ACTIONS(1832), - [anon_sym_TILDE] = ACTIONS(1832), - [anon_sym_DASH] = ACTIONS(1830), - [anon_sym_PLUS] = ACTIONS(1830), - [anon_sym_STAR] = ACTIONS(1832), - [anon_sym_AMP_AMP] = ACTIONS(1832), - [anon_sym_AMP] = ACTIONS(1830), - [anon_sym_SEMI] = ACTIONS(1832), - [anon_sym_typedef] = ACTIONS(1830), - [anon_sym_extern] = ACTIONS(1830), - [anon_sym___attribute__] = ACTIONS(1830), - [anon_sym_COLON_COLON] = ACTIONS(1832), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1832), - [anon_sym___declspec] = ACTIONS(1830), - [anon_sym___based] = ACTIONS(1830), - [anon_sym___cdecl] = ACTIONS(1830), - [anon_sym___clrcall] = ACTIONS(1830), - [anon_sym___stdcall] = ACTIONS(1830), - [anon_sym___fastcall] = ACTIONS(1830), - [anon_sym___thiscall] = ACTIONS(1830), - [anon_sym___vectorcall] = ACTIONS(1830), - [anon_sym_LBRACE] = ACTIONS(1832), - [anon_sym_RBRACE] = ACTIONS(1832), - [anon_sym_LBRACK] = ACTIONS(1830), - [anon_sym_static] = ACTIONS(1830), - [anon_sym_register] = ACTIONS(1830), - [anon_sym_inline] = ACTIONS(1830), - [anon_sym_thread_local] = ACTIONS(1830), - [anon_sym_const] = ACTIONS(1830), - [anon_sym_volatile] = ACTIONS(1830), - [anon_sym_restrict] = ACTIONS(1830), - [anon_sym__Atomic] = ACTIONS(1830), - [anon_sym_mutable] = ACTIONS(1830), - [anon_sym_constexpr] = ACTIONS(1830), - [anon_sym_signed] = ACTIONS(1830), - [anon_sym_unsigned] = ACTIONS(1830), - [anon_sym_long] = ACTIONS(1830), - [anon_sym_short] = ACTIONS(1830), - [sym_primitive_type] = ACTIONS(1830), - [anon_sym_enum] = ACTIONS(1830), - [anon_sym_class] = ACTIONS(1830), - [anon_sym_struct] = ACTIONS(1830), - [anon_sym_union] = ACTIONS(1830), - [anon_sym_if] = ACTIONS(1830), - [anon_sym_switch] = ACTIONS(1830), - [anon_sym_case] = ACTIONS(1830), - [anon_sym_default] = ACTIONS(1830), - [anon_sym_while] = ACTIONS(1830), - [anon_sym_do] = ACTIONS(1830), - [anon_sym_for] = ACTIONS(1830), - [anon_sym_return] = ACTIONS(1830), - [anon_sym_break] = ACTIONS(1830), - [anon_sym_continue] = ACTIONS(1830), - [anon_sym_goto] = ACTIONS(1830), - [anon_sym_DASH_DASH] = ACTIONS(1832), - [anon_sym_PLUS_PLUS] = ACTIONS(1832), - [anon_sym_sizeof] = ACTIONS(1830), - [sym_number_literal] = ACTIONS(1832), - [anon_sym_L_SQUOTE] = ACTIONS(1832), - [anon_sym_u_SQUOTE] = ACTIONS(1832), - [anon_sym_U_SQUOTE] = ACTIONS(1832), - [anon_sym_u8_SQUOTE] = ACTIONS(1832), - [anon_sym_SQUOTE] = ACTIONS(1832), - [anon_sym_L_DQUOTE] = ACTIONS(1832), - [anon_sym_u_DQUOTE] = ACTIONS(1832), - [anon_sym_U_DQUOTE] = ACTIONS(1832), - [anon_sym_u8_DQUOTE] = ACTIONS(1832), - [anon_sym_DQUOTE] = ACTIONS(1832), - [sym_true] = ACTIONS(1830), - [sym_false] = ACTIONS(1830), - [sym_null] = ACTIONS(1830), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1830), - [anon_sym_virtual] = ACTIONS(1830), - [anon_sym_explicit] = ACTIONS(1830), - [sym_auto] = ACTIONS(1830), - [anon_sym_typename] = ACTIONS(1830), - [anon_sym_template] = ACTIONS(1830), - [anon_sym_operator] = ACTIONS(1830), - [anon_sym_delete] = ACTIONS(1830), - [anon_sym_throw] = ACTIONS(1830), - [anon_sym_namespace] = ACTIONS(1830), - [anon_sym_using] = ACTIONS(1830), - [anon_sym_static_assert] = ACTIONS(1830), - [anon_sym_co_return] = ACTIONS(1830), - [anon_sym_co_yield] = ACTIONS(1830), - [anon_sym_try] = ACTIONS(1830), - [anon_sym_co_await] = ACTIONS(1830), - [anon_sym_new] = ACTIONS(1830), - [sym_operator_name] = ACTIONS(1830), - [sym_this] = ACTIONS(1830), - [sym_nullptr] = ACTIONS(1830), - [sym_alone_macro] = ACTIONS(1832), - [aux_sym_alone_macro_call_token1] = ACTIONS(1830), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1830), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1830), - [anon_sym_FORWARD] = ACTIONS(1830), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1830), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1830), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1830), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1830), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1830), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1830), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1830), - [anon_sym_PS_GET] = ACTIONS(1830), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1830), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1830), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1830), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1830), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1830), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1830), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1830), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1830), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1830), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1830), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1830), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1830), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1830), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1830), - [anon_sym_MOZ_COLD] = ACTIONS(1830), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1830), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1830), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1830), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1830), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1830), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1830), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1830), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1830), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1830), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1830), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1830), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1830), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1830), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1830), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1830), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1830), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1830), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1830), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1830), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1830), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1830), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1830), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1830), - [anon_sym_MOZ_NONNULL] = ACTIONS(1830), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1830), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1830), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1830), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1830), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1830), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1830), - [anon_sym_MOZ_NORETURN] = ACTIONS(1830), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1830), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1830), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1830), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1830), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1830), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1830), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1830), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1830), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1830), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1830), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1830), - [anon_sym_MOZ_RAII] = ACTIONS(1830), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1830), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1830), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1830), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1830), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1830), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1830), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1830), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1830), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1830), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1830), - [sym_raw_string_literal] = ACTIONS(1832), + [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(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), }, [624] = { - [ts_builtin_sym_end] = ACTIONS(1888), - [sym_identifier] = ACTIONS(1886), - [aux_sym_preproc_include_token1] = ACTIONS(1886), - [aux_sym_preproc_def_token1] = ACTIONS(1886), - [aux_sym_preproc_if_token1] = ACTIONS(1886), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1886), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1886), - [sym_preproc_directive] = ACTIONS(1886), - [anon_sym_LPAREN2] = ACTIONS(1888), - [anon_sym_BANG] = ACTIONS(1888), - [anon_sym_TILDE] = ACTIONS(1888), - [anon_sym_DASH] = ACTIONS(1886), - [anon_sym_PLUS] = ACTIONS(1886), - [anon_sym_STAR] = ACTIONS(1888), - [anon_sym_AMP_AMP] = ACTIONS(1888), - [anon_sym_AMP] = ACTIONS(1886), - [anon_sym_SEMI] = ACTIONS(1888), - [anon_sym_typedef] = ACTIONS(1886), - [anon_sym_extern] = ACTIONS(1886), - [anon_sym___attribute__] = ACTIONS(1886), - [anon_sym_COLON_COLON] = ACTIONS(1888), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1888), - [anon_sym___declspec] = ACTIONS(1886), - [anon_sym___based] = ACTIONS(1886), - [anon_sym___cdecl] = ACTIONS(1886), - [anon_sym___clrcall] = ACTIONS(1886), - [anon_sym___stdcall] = ACTIONS(1886), - [anon_sym___fastcall] = ACTIONS(1886), - [anon_sym___thiscall] = ACTIONS(1886), - [anon_sym___vectorcall] = ACTIONS(1886), - [anon_sym_LBRACE] = ACTIONS(1888), - [anon_sym_LBRACK] = ACTIONS(1886), - [anon_sym_static] = ACTIONS(1886), - [anon_sym_register] = ACTIONS(1886), - [anon_sym_inline] = ACTIONS(1886), - [anon_sym_thread_local] = ACTIONS(1886), - [anon_sym_const] = ACTIONS(1886), - [anon_sym_volatile] = ACTIONS(1886), - [anon_sym_restrict] = ACTIONS(1886), - [anon_sym__Atomic] = ACTIONS(1886), - [anon_sym_mutable] = ACTIONS(1886), - [anon_sym_constexpr] = ACTIONS(1886), - [anon_sym_signed] = ACTIONS(1886), - [anon_sym_unsigned] = ACTIONS(1886), - [anon_sym_long] = ACTIONS(1886), - [anon_sym_short] = ACTIONS(1886), - [sym_primitive_type] = ACTIONS(1886), - [anon_sym_enum] = ACTIONS(1886), - [anon_sym_class] = ACTIONS(1886), - [anon_sym_struct] = ACTIONS(1886), - [anon_sym_union] = ACTIONS(1886), - [anon_sym_if] = ACTIONS(1886), - [anon_sym_switch] = ACTIONS(1886), - [anon_sym_case] = ACTIONS(1886), - [anon_sym_default] = ACTIONS(1886), - [anon_sym_while] = ACTIONS(1886), - [anon_sym_do] = ACTIONS(1886), - [anon_sym_for] = ACTIONS(1886), - [anon_sym_return] = ACTIONS(1886), - [anon_sym_break] = ACTIONS(1886), - [anon_sym_continue] = ACTIONS(1886), - [anon_sym_goto] = ACTIONS(1886), - [anon_sym_DASH_DASH] = ACTIONS(1888), - [anon_sym_PLUS_PLUS] = ACTIONS(1888), - [anon_sym_sizeof] = ACTIONS(1886), - [sym_number_literal] = ACTIONS(1888), - [anon_sym_L_SQUOTE] = ACTIONS(1888), - [anon_sym_u_SQUOTE] = ACTIONS(1888), - [anon_sym_U_SQUOTE] = ACTIONS(1888), - [anon_sym_u8_SQUOTE] = ACTIONS(1888), - [anon_sym_SQUOTE] = ACTIONS(1888), - [anon_sym_L_DQUOTE] = ACTIONS(1888), - [anon_sym_u_DQUOTE] = ACTIONS(1888), - [anon_sym_U_DQUOTE] = ACTIONS(1888), - [anon_sym_u8_DQUOTE] = ACTIONS(1888), - [anon_sym_DQUOTE] = ACTIONS(1888), - [sym_true] = ACTIONS(1886), - [sym_false] = ACTIONS(1886), - [sym_null] = ACTIONS(1886), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1886), - [anon_sym_virtual] = ACTIONS(1886), - [anon_sym_explicit] = ACTIONS(1886), - [sym_auto] = ACTIONS(1886), - [anon_sym_typename] = ACTIONS(1886), - [anon_sym_template] = ACTIONS(1886), - [anon_sym_operator] = ACTIONS(1886), - [anon_sym_delete] = ACTIONS(1886), - [anon_sym_throw] = ACTIONS(1886), - [anon_sym_namespace] = ACTIONS(1886), - [anon_sym_using] = ACTIONS(1886), - [anon_sym_static_assert] = ACTIONS(1886), - [anon_sym_co_return] = ACTIONS(1886), - [anon_sym_co_yield] = ACTIONS(1886), - [anon_sym_try] = ACTIONS(1886), - [anon_sym_co_await] = ACTIONS(1886), - [anon_sym_new] = ACTIONS(1886), - [sym_operator_name] = ACTIONS(1886), - [sym_this] = ACTIONS(1886), - [sym_nullptr] = ACTIONS(1886), - [sym_alone_macro] = ACTIONS(1888), - [aux_sym_alone_macro_call_token1] = ACTIONS(1886), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1886), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1886), - [anon_sym_FORWARD] = ACTIONS(1886), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1886), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1886), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1886), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1886), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1886), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1886), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1886), - [anon_sym_PS_GET] = ACTIONS(1886), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1886), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1886), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1886), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1886), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1886), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1886), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1886), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1886), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1886), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1886), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1886), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1886), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1886), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1886), - [anon_sym_MOZ_COLD] = ACTIONS(1886), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1886), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1886), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1886), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1886), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1886), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1886), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1886), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1886), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1886), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1886), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1886), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1886), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1886), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1886), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1886), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1886), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1886), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1886), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1886), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1886), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_NONNULL] = ACTIONS(1886), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1886), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1886), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1886), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1886), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1886), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_NORETURN] = ACTIONS(1886), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1886), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1886), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1886), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1886), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1886), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1886), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1886), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1886), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1886), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1886), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1886), - [anon_sym_MOZ_RAII] = ACTIONS(1886), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1886), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1886), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1886), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1886), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1886), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1886), - [sym_raw_string_literal] = ACTIONS(1888), + [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_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(4917), - [sym_preproc_elif_in_field_declaration_list] = STATE(4917), - [sym_type_definition] = STATE(661), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3235), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3536), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), - [sym__field_declaration_list_item] = STATE(661), - [sym_field_declaration] = STATE(661), - [sym_decltype] = STATE(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(865), - [sym_dependent_type] = STATE(1451), - [sym_template_declaration] = STATE(661), - [sym_operator_cast] = STATE(3928), - [sym_inline_method_definition] = STATE(661), - [sym__constructor_specifiers] = STATE(865), - [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(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_using_declaration] = STATE(661), - [sym_alias_declaration] = STATE(661), - [sym_static_assert_declaration] = STATE(661), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3928), - [sym_macro_statement] = STATE(661), - [sym_macro_annotation] = STATE(1266), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(661), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(865), - [sym_identifier] = ACTIONS(1930), - [aux_sym_preproc_def_token1] = ACTIONS(1932), - [aux_sym_preproc_if_token1] = ACTIONS(1934), - [aux_sym_preproc_if_token2] = ACTIONS(2010), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1938), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1938), - [aux_sym_preproc_else_token1] = ACTIONS(1940), - [aux_sym_preproc_elif_token1] = ACTIONS(1942), - [sym_preproc_directive] = ACTIONS(1944), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_typedef] = ACTIONS(1954), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1960), - [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(1962), - [anon_sym_unsigned] = ACTIONS(1962), - [anon_sym_long] = ACTIONS(1962), - [anon_sym_short] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1966), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1970), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1974), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(1976), - [anon_sym_private] = ACTIONS(1976), - [anon_sym_protected] = ACTIONS(1976), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1978), - [anon_sym_template] = ACTIONS(1980), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1982), - [anon_sym_using] = ACTIONS(1984), - [anon_sym_static_assert] = ACTIONS(1986), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1988), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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] = { - [sym_identifier] = ACTIONS(1786), - [aux_sym_preproc_include_token1] = ACTIONS(1786), - [aux_sym_preproc_def_token1] = ACTIONS(1786), - [aux_sym_preproc_if_token1] = ACTIONS(1786), - [aux_sym_preproc_if_token2] = ACTIONS(1786), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1786), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1786), - [sym_preproc_directive] = ACTIONS(1786), - [anon_sym_LPAREN2] = ACTIONS(1788), - [anon_sym_BANG] = ACTIONS(1788), - [anon_sym_TILDE] = ACTIONS(1788), - [anon_sym_DASH] = ACTIONS(1786), - [anon_sym_PLUS] = ACTIONS(1786), - [anon_sym_STAR] = ACTIONS(1788), - [anon_sym_AMP_AMP] = ACTIONS(1788), - [anon_sym_AMP] = ACTIONS(1786), - [anon_sym_SEMI] = ACTIONS(1788), - [anon_sym_typedef] = ACTIONS(1786), - [anon_sym_extern] = ACTIONS(1786), - [anon_sym___attribute__] = ACTIONS(1786), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1788), - [anon_sym___declspec] = ACTIONS(1786), - [anon_sym___based] = ACTIONS(1786), - [anon_sym___cdecl] = ACTIONS(1786), - [anon_sym___clrcall] = ACTIONS(1786), - [anon_sym___stdcall] = ACTIONS(1786), - [anon_sym___fastcall] = ACTIONS(1786), - [anon_sym___thiscall] = ACTIONS(1786), - [anon_sym___vectorcall] = ACTIONS(1786), - [anon_sym_LBRACE] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1786), - [anon_sym_static] = ACTIONS(1786), - [anon_sym_register] = ACTIONS(1786), - [anon_sym_inline] = ACTIONS(1786), - [anon_sym_thread_local] = ACTIONS(1786), - [anon_sym_const] = ACTIONS(1786), - [anon_sym_volatile] = ACTIONS(1786), - [anon_sym_restrict] = ACTIONS(1786), - [anon_sym__Atomic] = ACTIONS(1786), - [anon_sym_mutable] = ACTIONS(1786), - [anon_sym_constexpr] = ACTIONS(1786), - [anon_sym_signed] = ACTIONS(1786), - [anon_sym_unsigned] = ACTIONS(1786), - [anon_sym_long] = ACTIONS(1786), - [anon_sym_short] = ACTIONS(1786), - [sym_primitive_type] = ACTIONS(1786), - [anon_sym_enum] = ACTIONS(1786), - [anon_sym_class] = ACTIONS(1786), - [anon_sym_struct] = ACTIONS(1786), - [anon_sym_union] = ACTIONS(1786), - [anon_sym_if] = ACTIONS(1786), - [anon_sym_switch] = ACTIONS(1786), - [anon_sym_case] = ACTIONS(1786), - [anon_sym_default] = ACTIONS(1786), - [anon_sym_while] = ACTIONS(1786), - [anon_sym_do] = ACTIONS(1786), - [anon_sym_for] = ACTIONS(1786), - [anon_sym_return] = ACTIONS(1786), - [anon_sym_break] = ACTIONS(1786), - [anon_sym_continue] = ACTIONS(1786), - [anon_sym_goto] = ACTIONS(1786), - [anon_sym_DASH_DASH] = ACTIONS(1788), - [anon_sym_PLUS_PLUS] = ACTIONS(1788), - [anon_sym_sizeof] = ACTIONS(1786), - [sym_number_literal] = ACTIONS(1788), - [anon_sym_L_SQUOTE] = ACTIONS(1788), - [anon_sym_u_SQUOTE] = ACTIONS(1788), - [anon_sym_U_SQUOTE] = ACTIONS(1788), - [anon_sym_u8_SQUOTE] = ACTIONS(1788), - [anon_sym_SQUOTE] = ACTIONS(1788), - [anon_sym_L_DQUOTE] = ACTIONS(1788), - [anon_sym_u_DQUOTE] = ACTIONS(1788), - [anon_sym_U_DQUOTE] = ACTIONS(1788), - [anon_sym_u8_DQUOTE] = ACTIONS(1788), - [anon_sym_DQUOTE] = ACTIONS(1788), - [sym_true] = ACTIONS(1786), - [sym_false] = ACTIONS(1786), - [sym_null] = ACTIONS(1786), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1786), - [anon_sym_virtual] = ACTIONS(1786), - [anon_sym_explicit] = ACTIONS(1786), - [sym_auto] = ACTIONS(1786), - [anon_sym_typename] = ACTIONS(1786), - [anon_sym_template] = ACTIONS(1786), - [anon_sym_operator] = ACTIONS(1786), - [anon_sym_delete] = ACTIONS(1786), - [anon_sym_throw] = ACTIONS(1786), - [anon_sym_namespace] = ACTIONS(1786), - [anon_sym_using] = ACTIONS(1786), - [anon_sym_static_assert] = ACTIONS(1786), - [anon_sym_co_return] = ACTIONS(1786), - [anon_sym_co_yield] = ACTIONS(1786), - [anon_sym_try] = ACTIONS(1786), - [anon_sym_co_await] = ACTIONS(1786), - [anon_sym_new] = ACTIONS(1786), - [sym_operator_name] = ACTIONS(1786), - [sym_this] = ACTIONS(1786), - [sym_nullptr] = ACTIONS(1786), - [sym_alone_macro] = ACTIONS(1788), - [aux_sym_alone_macro_call_token1] = ACTIONS(1786), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1786), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1786), - [anon_sym_FORWARD] = ACTIONS(1786), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1786), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1786), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1786), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1786), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1786), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1786), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1786), - [anon_sym_PS_GET] = ACTIONS(1786), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1786), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1786), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1786), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1786), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1786), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1786), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1786), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1786), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1786), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1786), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1786), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1786), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1786), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1786), - [anon_sym_MOZ_COLD] = ACTIONS(1786), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1786), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1786), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1786), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1786), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1786), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1786), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1786), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1786), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1786), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1786), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1786), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1786), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1786), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1786), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1786), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1786), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1786), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1786), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1786), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1786), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_NONNULL] = ACTIONS(1786), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1786), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1786), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1786), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1786), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1786), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_NORETURN] = ACTIONS(1786), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1786), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1786), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1786), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1786), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1786), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1786), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1786), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1786), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1786), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1786), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1786), - [anon_sym_MOZ_RAII] = ACTIONS(1786), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1786), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1786), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1786), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1786), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1786), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1786), - [sym_raw_string_literal] = ACTIONS(1788), + [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(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), }, [627] = { - [sym_identifier] = ACTIONS(1754), - [aux_sym_preproc_include_token1] = ACTIONS(1754), - [aux_sym_preproc_def_token1] = ACTIONS(1754), - [aux_sym_preproc_if_token1] = ACTIONS(1754), - [aux_sym_preproc_if_token2] = ACTIONS(1754), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1754), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1754), - [sym_preproc_directive] = ACTIONS(1754), - [anon_sym_LPAREN2] = ACTIONS(1756), - [anon_sym_BANG] = ACTIONS(1756), - [anon_sym_TILDE] = ACTIONS(1756), - [anon_sym_DASH] = ACTIONS(1754), - [anon_sym_PLUS] = ACTIONS(1754), - [anon_sym_STAR] = ACTIONS(1756), - [anon_sym_AMP_AMP] = ACTIONS(1756), - [anon_sym_AMP] = ACTIONS(1754), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym___declspec] = ACTIONS(1754), - [anon_sym___based] = ACTIONS(1754), - [anon_sym___cdecl] = ACTIONS(1754), - [anon_sym___clrcall] = ACTIONS(1754), - [anon_sym___stdcall] = ACTIONS(1754), - [anon_sym___fastcall] = ACTIONS(1754), - [anon_sym___thiscall] = ACTIONS(1754), - [anon_sym___vectorcall] = ACTIONS(1754), - [anon_sym_LBRACE] = ACTIONS(1756), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_static] = ACTIONS(1754), - [anon_sym_register] = ACTIONS(1754), - [anon_sym_inline] = ACTIONS(1754), - [anon_sym_thread_local] = ACTIONS(1754), - [anon_sym_const] = ACTIONS(1754), - [anon_sym_volatile] = ACTIONS(1754), - [anon_sym_restrict] = ACTIONS(1754), - [anon_sym__Atomic] = ACTIONS(1754), - [anon_sym_mutable] = ACTIONS(1754), - [anon_sym_constexpr] = ACTIONS(1754), - [anon_sym_signed] = ACTIONS(1754), - [anon_sym_unsigned] = ACTIONS(1754), - [anon_sym_long] = ACTIONS(1754), - [anon_sym_short] = ACTIONS(1754), - [sym_primitive_type] = ACTIONS(1754), - [anon_sym_enum] = ACTIONS(1754), - [anon_sym_class] = ACTIONS(1754), - [anon_sym_struct] = ACTIONS(1754), - [anon_sym_union] = ACTIONS(1754), - [anon_sym_if] = ACTIONS(1754), - [anon_sym_switch] = ACTIONS(1754), - [anon_sym_case] = ACTIONS(1754), - [anon_sym_default] = ACTIONS(1754), - [anon_sym_while] = ACTIONS(1754), - [anon_sym_do] = ACTIONS(1754), - [anon_sym_for] = ACTIONS(1754), - [anon_sym_return] = ACTIONS(1754), - [anon_sym_break] = ACTIONS(1754), - [anon_sym_continue] = ACTIONS(1754), - [anon_sym_goto] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1756), - [anon_sym_PLUS_PLUS] = ACTIONS(1756), - [anon_sym_sizeof] = ACTIONS(1754), - [sym_number_literal] = ACTIONS(1756), - [anon_sym_L_SQUOTE] = ACTIONS(1756), - [anon_sym_u_SQUOTE] = ACTIONS(1756), - [anon_sym_U_SQUOTE] = ACTIONS(1756), - [anon_sym_u8_SQUOTE] = ACTIONS(1756), - [anon_sym_SQUOTE] = ACTIONS(1756), - [anon_sym_L_DQUOTE] = ACTIONS(1756), - [anon_sym_u_DQUOTE] = ACTIONS(1756), - [anon_sym_U_DQUOTE] = ACTIONS(1756), - [anon_sym_u8_DQUOTE] = ACTIONS(1756), - [anon_sym_DQUOTE] = ACTIONS(1756), - [sym_true] = ACTIONS(1754), - [sym_false] = ACTIONS(1754), - [sym_null] = ACTIONS(1754), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1754), - [anon_sym_virtual] = ACTIONS(1754), - [anon_sym_explicit] = ACTIONS(1754), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_template] = ACTIONS(1754), - [anon_sym_operator] = ACTIONS(1754), - [anon_sym_delete] = ACTIONS(1754), - [anon_sym_throw] = ACTIONS(1754), - [anon_sym_namespace] = ACTIONS(1754), - [anon_sym_using] = ACTIONS(1754), - [anon_sym_static_assert] = ACTIONS(1754), - [anon_sym_co_return] = ACTIONS(1754), - [anon_sym_co_yield] = ACTIONS(1754), - [anon_sym_try] = ACTIONS(1754), - [anon_sym_co_await] = ACTIONS(1754), - [anon_sym_new] = ACTIONS(1754), - [sym_operator_name] = ACTIONS(1754), - [sym_this] = ACTIONS(1754), - [sym_nullptr] = ACTIONS(1754), - [sym_alone_macro] = ACTIONS(1756), - [aux_sym_alone_macro_call_token1] = ACTIONS(1754), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1754), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1754), - [anon_sym_FORWARD] = ACTIONS(1754), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1754), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1754), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1754), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1754), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1754), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1754), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1754), - [anon_sym_PS_GET] = ACTIONS(1754), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1754), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1754), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1754), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1754), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1754), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1754), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1754), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1754), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1754), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1754), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1754), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1754), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1754), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1754), - [anon_sym_MOZ_COLD] = ACTIONS(1754), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1754), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1754), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1754), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1754), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1754), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1754), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1754), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1754), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1754), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1754), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1754), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1754), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1754), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1754), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1754), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1754), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1754), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1754), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1754), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1754), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_NONNULL] = ACTIONS(1754), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1754), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1754), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1754), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1754), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1754), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_NORETURN] = ACTIONS(1754), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1754), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1754), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1754), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1754), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1754), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1754), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1754), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1754), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1754), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1754), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1754), - [anon_sym_MOZ_RAII] = ACTIONS(1754), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1754), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1754), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1754), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1754), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1754), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1754), - [sym_raw_string_literal] = ACTIONS(1756), + [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), }, [628] = { - [sym_identifier] = ACTIONS(1722), - [aux_sym_preproc_include_token1] = ACTIONS(1722), - [aux_sym_preproc_def_token1] = ACTIONS(1722), - [aux_sym_preproc_if_token1] = ACTIONS(1722), - [aux_sym_preproc_if_token2] = ACTIONS(1722), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1722), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1722), - [sym_preproc_directive] = ACTIONS(1722), - [anon_sym_LPAREN2] = ACTIONS(1724), - [anon_sym_BANG] = ACTIONS(1724), - [anon_sym_TILDE] = ACTIONS(1724), - [anon_sym_DASH] = ACTIONS(1722), - [anon_sym_PLUS] = ACTIONS(1722), - [anon_sym_STAR] = ACTIONS(1724), - [anon_sym_AMP_AMP] = ACTIONS(1724), - [anon_sym_AMP] = ACTIONS(1722), - [anon_sym_SEMI] = ACTIONS(1724), - [anon_sym_typedef] = ACTIONS(1722), - [anon_sym_extern] = ACTIONS(1722), - [anon_sym___attribute__] = ACTIONS(1722), - [anon_sym_COLON_COLON] = ACTIONS(1724), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1724), - [anon_sym___declspec] = ACTIONS(1722), - [anon_sym___based] = ACTIONS(1722), - [anon_sym___cdecl] = ACTIONS(1722), - [anon_sym___clrcall] = ACTIONS(1722), - [anon_sym___stdcall] = ACTIONS(1722), - [anon_sym___fastcall] = ACTIONS(1722), - [anon_sym___thiscall] = ACTIONS(1722), - [anon_sym___vectorcall] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_static] = ACTIONS(1722), - [anon_sym_register] = ACTIONS(1722), - [anon_sym_inline] = ACTIONS(1722), - [anon_sym_thread_local] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1722), - [anon_sym_volatile] = ACTIONS(1722), - [anon_sym_restrict] = ACTIONS(1722), - [anon_sym__Atomic] = ACTIONS(1722), - [anon_sym_mutable] = ACTIONS(1722), - [anon_sym_constexpr] = ACTIONS(1722), - [anon_sym_signed] = ACTIONS(1722), - [anon_sym_unsigned] = ACTIONS(1722), - [anon_sym_long] = ACTIONS(1722), - [anon_sym_short] = ACTIONS(1722), - [sym_primitive_type] = ACTIONS(1722), - [anon_sym_enum] = ACTIONS(1722), - [anon_sym_class] = ACTIONS(1722), - [anon_sym_struct] = ACTIONS(1722), - [anon_sym_union] = ACTIONS(1722), - [anon_sym_if] = ACTIONS(1722), - [anon_sym_switch] = ACTIONS(1722), - [anon_sym_case] = ACTIONS(1722), - [anon_sym_default] = ACTIONS(1722), - [anon_sym_while] = ACTIONS(1722), - [anon_sym_do] = ACTIONS(1722), - [anon_sym_for] = ACTIONS(1722), - [anon_sym_return] = ACTIONS(1722), - [anon_sym_break] = ACTIONS(1722), - [anon_sym_continue] = ACTIONS(1722), - [anon_sym_goto] = ACTIONS(1722), - [anon_sym_DASH_DASH] = ACTIONS(1724), - [anon_sym_PLUS_PLUS] = ACTIONS(1724), - [anon_sym_sizeof] = ACTIONS(1722), - [sym_number_literal] = ACTIONS(1724), - [anon_sym_L_SQUOTE] = ACTIONS(1724), - [anon_sym_u_SQUOTE] = ACTIONS(1724), - [anon_sym_U_SQUOTE] = ACTIONS(1724), - [anon_sym_u8_SQUOTE] = ACTIONS(1724), - [anon_sym_SQUOTE] = ACTIONS(1724), - [anon_sym_L_DQUOTE] = ACTIONS(1724), - [anon_sym_u_DQUOTE] = ACTIONS(1724), - [anon_sym_U_DQUOTE] = ACTIONS(1724), - [anon_sym_u8_DQUOTE] = ACTIONS(1724), - [anon_sym_DQUOTE] = ACTIONS(1724), - [sym_true] = ACTIONS(1722), - [sym_false] = ACTIONS(1722), - [sym_null] = ACTIONS(1722), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1722), - [anon_sym_virtual] = ACTIONS(1722), - [anon_sym_explicit] = ACTIONS(1722), - [sym_auto] = ACTIONS(1722), - [anon_sym_typename] = ACTIONS(1722), - [anon_sym_template] = ACTIONS(1722), - [anon_sym_operator] = ACTIONS(1722), - [anon_sym_delete] = ACTIONS(1722), - [anon_sym_throw] = ACTIONS(1722), - [anon_sym_namespace] = ACTIONS(1722), - [anon_sym_using] = ACTIONS(1722), - [anon_sym_static_assert] = ACTIONS(1722), - [anon_sym_co_return] = ACTIONS(1722), - [anon_sym_co_yield] = ACTIONS(1722), - [anon_sym_try] = ACTIONS(1722), - [anon_sym_co_await] = ACTIONS(1722), - [anon_sym_new] = ACTIONS(1722), - [sym_operator_name] = ACTIONS(1722), - [sym_this] = ACTIONS(1722), - [sym_nullptr] = ACTIONS(1722), - [sym_alone_macro] = ACTIONS(1724), - [aux_sym_alone_macro_call_token1] = ACTIONS(1722), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1722), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1722), - [anon_sym_FORWARD] = ACTIONS(1722), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1722), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1722), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1722), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1722), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1722), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1722), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1722), - [anon_sym_PS_GET] = ACTIONS(1722), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1722), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1722), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1722), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1722), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1722), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1722), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1722), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1722), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1722), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1722), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1722), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1722), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1722), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1722), - [anon_sym_MOZ_COLD] = ACTIONS(1722), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1722), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1722), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1722), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1722), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1722), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1722), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1722), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1722), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1722), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1722), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1722), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1722), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1722), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1722), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1722), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1722), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1722), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1722), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1722), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1722), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_NONNULL] = ACTIONS(1722), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1722), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1722), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1722), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1722), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1722), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_NORETURN] = ACTIONS(1722), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1722), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1722), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1722), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1722), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1722), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1722), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1722), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1722), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1722), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1722), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1722), - [anon_sym_MOZ_RAII] = ACTIONS(1722), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1722), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1722), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1722), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1722), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1722), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1722), - [sym_raw_string_literal] = ACTIONS(1724), + [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(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), }, [629] = { - [sym_identifier] = ACTIONS(1710), - [aux_sym_preproc_include_token1] = ACTIONS(1710), - [aux_sym_preproc_def_token1] = ACTIONS(1710), - [aux_sym_preproc_if_token1] = ACTIONS(1710), - [aux_sym_preproc_if_token2] = ACTIONS(1710), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1710), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1710), - [sym_preproc_directive] = ACTIONS(1710), - [anon_sym_LPAREN2] = ACTIONS(1712), - [anon_sym_BANG] = ACTIONS(1712), - [anon_sym_TILDE] = ACTIONS(1712), - [anon_sym_DASH] = ACTIONS(1710), - [anon_sym_PLUS] = ACTIONS(1710), - [anon_sym_STAR] = ACTIONS(1712), - [anon_sym_AMP_AMP] = ACTIONS(1712), - [anon_sym_AMP] = ACTIONS(1710), - [anon_sym_SEMI] = ACTIONS(1712), - [anon_sym_typedef] = ACTIONS(1710), - [anon_sym_extern] = ACTIONS(1710), - [anon_sym___attribute__] = ACTIONS(1710), - [anon_sym_COLON_COLON] = ACTIONS(1712), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1712), - [anon_sym___declspec] = ACTIONS(1710), - [anon_sym___based] = ACTIONS(1710), - [anon_sym___cdecl] = ACTIONS(1710), - [anon_sym___clrcall] = ACTIONS(1710), - [anon_sym___stdcall] = ACTIONS(1710), - [anon_sym___fastcall] = ACTIONS(1710), - [anon_sym___thiscall] = ACTIONS(1710), - [anon_sym___vectorcall] = ACTIONS(1710), - [anon_sym_LBRACE] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_static] = ACTIONS(1710), - [anon_sym_register] = ACTIONS(1710), - [anon_sym_inline] = ACTIONS(1710), - [anon_sym_thread_local] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1710), - [anon_sym_volatile] = ACTIONS(1710), - [anon_sym_restrict] = ACTIONS(1710), - [anon_sym__Atomic] = ACTIONS(1710), - [anon_sym_mutable] = ACTIONS(1710), - [anon_sym_constexpr] = ACTIONS(1710), - [anon_sym_signed] = ACTIONS(1710), - [anon_sym_unsigned] = ACTIONS(1710), - [anon_sym_long] = ACTIONS(1710), - [anon_sym_short] = ACTIONS(1710), - [sym_primitive_type] = ACTIONS(1710), - [anon_sym_enum] = ACTIONS(1710), - [anon_sym_class] = ACTIONS(1710), - [anon_sym_struct] = ACTIONS(1710), - [anon_sym_union] = ACTIONS(1710), - [anon_sym_if] = ACTIONS(1710), - [anon_sym_switch] = ACTIONS(1710), - [anon_sym_case] = ACTIONS(1710), - [anon_sym_default] = ACTIONS(1710), - [anon_sym_while] = ACTIONS(1710), - [anon_sym_do] = ACTIONS(1710), - [anon_sym_for] = ACTIONS(1710), - [anon_sym_return] = ACTIONS(1710), - [anon_sym_break] = ACTIONS(1710), - [anon_sym_continue] = ACTIONS(1710), - [anon_sym_goto] = ACTIONS(1710), - [anon_sym_DASH_DASH] = ACTIONS(1712), - [anon_sym_PLUS_PLUS] = ACTIONS(1712), - [anon_sym_sizeof] = ACTIONS(1710), - [sym_number_literal] = ACTIONS(1712), - [anon_sym_L_SQUOTE] = ACTIONS(1712), - [anon_sym_u_SQUOTE] = ACTIONS(1712), - [anon_sym_U_SQUOTE] = ACTIONS(1712), - [anon_sym_u8_SQUOTE] = ACTIONS(1712), - [anon_sym_SQUOTE] = ACTIONS(1712), - [anon_sym_L_DQUOTE] = ACTIONS(1712), - [anon_sym_u_DQUOTE] = ACTIONS(1712), - [anon_sym_U_DQUOTE] = ACTIONS(1712), - [anon_sym_u8_DQUOTE] = ACTIONS(1712), - [anon_sym_DQUOTE] = ACTIONS(1712), - [sym_true] = ACTIONS(1710), - [sym_false] = ACTIONS(1710), - [sym_null] = ACTIONS(1710), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1710), - [anon_sym_virtual] = ACTIONS(1710), - [anon_sym_explicit] = ACTIONS(1710), - [sym_auto] = ACTIONS(1710), - [anon_sym_typename] = ACTIONS(1710), - [anon_sym_template] = ACTIONS(1710), - [anon_sym_operator] = ACTIONS(1710), - [anon_sym_delete] = ACTIONS(1710), - [anon_sym_throw] = ACTIONS(1710), - [anon_sym_namespace] = ACTIONS(1710), - [anon_sym_using] = ACTIONS(1710), - [anon_sym_static_assert] = ACTIONS(1710), - [anon_sym_co_return] = ACTIONS(1710), - [anon_sym_co_yield] = ACTIONS(1710), - [anon_sym_try] = ACTIONS(1710), - [anon_sym_co_await] = ACTIONS(1710), - [anon_sym_new] = ACTIONS(1710), - [sym_operator_name] = ACTIONS(1710), - [sym_this] = ACTIONS(1710), - [sym_nullptr] = ACTIONS(1710), - [sym_alone_macro] = ACTIONS(1712), - [aux_sym_alone_macro_call_token1] = ACTIONS(1710), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1710), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1710), - [anon_sym_FORWARD] = ACTIONS(1710), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1710), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1710), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1710), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1710), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1710), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1710), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1710), - [anon_sym_PS_GET] = ACTIONS(1710), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1710), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1710), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1710), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1710), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1710), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1710), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1710), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1710), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1710), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1710), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1710), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1710), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1710), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1710), - [anon_sym_MOZ_COLD] = ACTIONS(1710), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1710), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1710), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1710), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1710), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1710), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1710), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1710), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1710), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1710), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1710), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1710), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1710), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1710), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1710), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1710), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1710), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1710), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1710), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1710), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1710), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_NONNULL] = ACTIONS(1710), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1710), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1710), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1710), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1710), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1710), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_NORETURN] = ACTIONS(1710), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1710), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1710), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1710), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1710), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1710), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1710), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1710), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1710), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1710), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1710), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1710), - [anon_sym_MOZ_RAII] = ACTIONS(1710), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1710), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1710), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1710), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1710), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1710), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1710), - [sym_raw_string_literal] = ACTIONS(1712), + [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(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), }, [630] = { - [sym_identifier] = ACTIONS(1714), - [aux_sym_preproc_include_token1] = ACTIONS(1714), - [aux_sym_preproc_def_token1] = ACTIONS(1714), - [aux_sym_preproc_if_token1] = ACTIONS(1714), - [aux_sym_preproc_if_token2] = ACTIONS(1714), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1714), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1714), - [sym_preproc_directive] = ACTIONS(1714), - [anon_sym_LPAREN2] = ACTIONS(1716), - [anon_sym_BANG] = ACTIONS(1716), - [anon_sym_TILDE] = ACTIONS(1716), - [anon_sym_DASH] = ACTIONS(1714), - [anon_sym_PLUS] = ACTIONS(1714), - [anon_sym_STAR] = ACTIONS(1716), - [anon_sym_AMP_AMP] = ACTIONS(1716), - [anon_sym_AMP] = ACTIONS(1714), - [anon_sym_SEMI] = ACTIONS(1716), - [anon_sym_typedef] = ACTIONS(1714), - [anon_sym_extern] = ACTIONS(1714), - [anon_sym___attribute__] = ACTIONS(1714), - [anon_sym_COLON_COLON] = ACTIONS(1716), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1716), - [anon_sym___declspec] = ACTIONS(1714), - [anon_sym___based] = ACTIONS(1714), - [anon_sym___cdecl] = ACTIONS(1714), - [anon_sym___clrcall] = ACTIONS(1714), - [anon_sym___stdcall] = ACTIONS(1714), - [anon_sym___fastcall] = ACTIONS(1714), - [anon_sym___thiscall] = ACTIONS(1714), - [anon_sym___vectorcall] = ACTIONS(1714), - [anon_sym_LBRACE] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_static] = ACTIONS(1714), - [anon_sym_register] = ACTIONS(1714), - [anon_sym_inline] = ACTIONS(1714), - [anon_sym_thread_local] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1714), - [anon_sym_volatile] = ACTIONS(1714), - [anon_sym_restrict] = ACTIONS(1714), - [anon_sym__Atomic] = ACTIONS(1714), - [anon_sym_mutable] = ACTIONS(1714), - [anon_sym_constexpr] = ACTIONS(1714), - [anon_sym_signed] = ACTIONS(1714), - [anon_sym_unsigned] = ACTIONS(1714), - [anon_sym_long] = ACTIONS(1714), - [anon_sym_short] = ACTIONS(1714), - [sym_primitive_type] = ACTIONS(1714), - [anon_sym_enum] = ACTIONS(1714), - [anon_sym_class] = ACTIONS(1714), - [anon_sym_struct] = ACTIONS(1714), - [anon_sym_union] = ACTIONS(1714), - [anon_sym_if] = ACTIONS(1714), - [anon_sym_switch] = ACTIONS(1714), - [anon_sym_case] = ACTIONS(1714), - [anon_sym_default] = ACTIONS(1714), - [anon_sym_while] = ACTIONS(1714), - [anon_sym_do] = ACTIONS(1714), - [anon_sym_for] = ACTIONS(1714), - [anon_sym_return] = ACTIONS(1714), - [anon_sym_break] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(1714), - [anon_sym_goto] = ACTIONS(1714), - [anon_sym_DASH_DASH] = ACTIONS(1716), - [anon_sym_PLUS_PLUS] = ACTIONS(1716), - [anon_sym_sizeof] = ACTIONS(1714), - [sym_number_literal] = ACTIONS(1716), - [anon_sym_L_SQUOTE] = ACTIONS(1716), - [anon_sym_u_SQUOTE] = ACTIONS(1716), - [anon_sym_U_SQUOTE] = ACTIONS(1716), - [anon_sym_u8_SQUOTE] = ACTIONS(1716), - [anon_sym_SQUOTE] = ACTIONS(1716), - [anon_sym_L_DQUOTE] = ACTIONS(1716), - [anon_sym_u_DQUOTE] = ACTIONS(1716), - [anon_sym_U_DQUOTE] = ACTIONS(1716), - [anon_sym_u8_DQUOTE] = ACTIONS(1716), - [anon_sym_DQUOTE] = ACTIONS(1716), - [sym_true] = ACTIONS(1714), - [sym_false] = ACTIONS(1714), - [sym_null] = ACTIONS(1714), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1714), - [anon_sym_virtual] = ACTIONS(1714), - [anon_sym_explicit] = ACTIONS(1714), - [sym_auto] = ACTIONS(1714), - [anon_sym_typename] = ACTIONS(1714), - [anon_sym_template] = ACTIONS(1714), - [anon_sym_operator] = ACTIONS(1714), - [anon_sym_delete] = ACTIONS(1714), - [anon_sym_throw] = ACTIONS(1714), - [anon_sym_namespace] = ACTIONS(1714), - [anon_sym_using] = ACTIONS(1714), - [anon_sym_static_assert] = ACTIONS(1714), - [anon_sym_co_return] = ACTIONS(1714), - [anon_sym_co_yield] = ACTIONS(1714), - [anon_sym_try] = ACTIONS(1714), - [anon_sym_co_await] = ACTIONS(1714), - [anon_sym_new] = ACTIONS(1714), - [sym_operator_name] = ACTIONS(1714), - [sym_this] = ACTIONS(1714), - [sym_nullptr] = ACTIONS(1714), - [sym_alone_macro] = ACTIONS(1716), - [aux_sym_alone_macro_call_token1] = ACTIONS(1714), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1714), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1714), - [anon_sym_FORWARD] = ACTIONS(1714), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1714), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1714), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1714), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1714), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1714), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1714), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1714), - [anon_sym_PS_GET] = ACTIONS(1714), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1714), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1714), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1714), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1714), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1714), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1714), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1714), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1714), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1714), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1714), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1714), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1714), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1714), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1714), - [anon_sym_MOZ_COLD] = ACTIONS(1714), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1714), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1714), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1714), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1714), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1714), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1714), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1714), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1714), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1714), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1714), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1714), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1714), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1714), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1714), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1714), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1714), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1714), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1714), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1714), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1714), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_NONNULL] = ACTIONS(1714), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1714), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1714), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1714), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1714), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1714), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_NORETURN] = ACTIONS(1714), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1714), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1714), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1714), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1714), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1714), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1714), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1714), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1714), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1714), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1714), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1714), - [anon_sym_MOZ_RAII] = ACTIONS(1714), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1714), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1714), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1714), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1714), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1714), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1714), - [sym_raw_string_literal] = ACTIONS(1716), + [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), }, [631] = { - [ts_builtin_sym_end] = ACTIONS(1900), - [sym_identifier] = ACTIONS(1898), - [aux_sym_preproc_include_token1] = ACTIONS(1898), - [aux_sym_preproc_def_token1] = ACTIONS(1898), - [aux_sym_preproc_if_token1] = ACTIONS(1898), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1898), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1898), - [sym_preproc_directive] = ACTIONS(1898), - [anon_sym_LPAREN2] = ACTIONS(1900), - [anon_sym_BANG] = ACTIONS(1900), - [anon_sym_TILDE] = ACTIONS(1900), - [anon_sym_DASH] = ACTIONS(1898), - [anon_sym_PLUS] = ACTIONS(1898), - [anon_sym_STAR] = ACTIONS(1900), - [anon_sym_AMP_AMP] = ACTIONS(1900), - [anon_sym_AMP] = ACTIONS(1898), - [anon_sym_SEMI] = ACTIONS(1900), - [anon_sym_typedef] = ACTIONS(1898), - [anon_sym_extern] = ACTIONS(1898), - [anon_sym___attribute__] = ACTIONS(1898), - [anon_sym_COLON_COLON] = ACTIONS(1900), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1900), - [anon_sym___declspec] = ACTIONS(1898), - [anon_sym___based] = ACTIONS(1898), - [anon_sym___cdecl] = ACTIONS(1898), - [anon_sym___clrcall] = ACTIONS(1898), - [anon_sym___stdcall] = ACTIONS(1898), - [anon_sym___fastcall] = ACTIONS(1898), - [anon_sym___thiscall] = ACTIONS(1898), - [anon_sym___vectorcall] = ACTIONS(1898), - [anon_sym_LBRACE] = ACTIONS(1900), - [anon_sym_LBRACK] = ACTIONS(1898), - [anon_sym_static] = ACTIONS(1898), - [anon_sym_register] = ACTIONS(1898), - [anon_sym_inline] = ACTIONS(1898), - [anon_sym_thread_local] = ACTIONS(1898), - [anon_sym_const] = ACTIONS(1898), - [anon_sym_volatile] = ACTIONS(1898), - [anon_sym_restrict] = ACTIONS(1898), - [anon_sym__Atomic] = ACTIONS(1898), - [anon_sym_mutable] = ACTIONS(1898), - [anon_sym_constexpr] = ACTIONS(1898), - [anon_sym_signed] = ACTIONS(1898), - [anon_sym_unsigned] = ACTIONS(1898), - [anon_sym_long] = ACTIONS(1898), - [anon_sym_short] = ACTIONS(1898), - [sym_primitive_type] = ACTIONS(1898), - [anon_sym_enum] = ACTIONS(1898), - [anon_sym_class] = ACTIONS(1898), - [anon_sym_struct] = ACTIONS(1898), - [anon_sym_union] = ACTIONS(1898), - [anon_sym_if] = ACTIONS(1898), - [anon_sym_switch] = ACTIONS(1898), - [anon_sym_case] = ACTIONS(1898), - [anon_sym_default] = ACTIONS(1898), - [anon_sym_while] = ACTIONS(1898), - [anon_sym_do] = ACTIONS(1898), - [anon_sym_for] = ACTIONS(1898), - [anon_sym_return] = ACTIONS(1898), - [anon_sym_break] = ACTIONS(1898), - [anon_sym_continue] = ACTIONS(1898), - [anon_sym_goto] = ACTIONS(1898), - [anon_sym_DASH_DASH] = ACTIONS(1900), - [anon_sym_PLUS_PLUS] = ACTIONS(1900), - [anon_sym_sizeof] = ACTIONS(1898), - [sym_number_literal] = ACTIONS(1900), - [anon_sym_L_SQUOTE] = ACTIONS(1900), - [anon_sym_u_SQUOTE] = ACTIONS(1900), - [anon_sym_U_SQUOTE] = ACTIONS(1900), - [anon_sym_u8_SQUOTE] = ACTIONS(1900), - [anon_sym_SQUOTE] = ACTIONS(1900), - [anon_sym_L_DQUOTE] = ACTIONS(1900), - [anon_sym_u_DQUOTE] = ACTIONS(1900), - [anon_sym_U_DQUOTE] = ACTIONS(1900), - [anon_sym_u8_DQUOTE] = ACTIONS(1900), - [anon_sym_DQUOTE] = ACTIONS(1900), - [sym_true] = ACTIONS(1898), - [sym_false] = ACTIONS(1898), - [sym_null] = ACTIONS(1898), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1898), - [anon_sym_virtual] = ACTIONS(1898), - [anon_sym_explicit] = ACTIONS(1898), - [sym_auto] = ACTIONS(1898), - [anon_sym_typename] = ACTIONS(1898), - [anon_sym_template] = ACTIONS(1898), - [anon_sym_operator] = ACTIONS(1898), - [anon_sym_delete] = ACTIONS(1898), - [anon_sym_throw] = ACTIONS(1898), - [anon_sym_namespace] = ACTIONS(1898), - [anon_sym_using] = ACTIONS(1898), - [anon_sym_static_assert] = ACTIONS(1898), - [anon_sym_co_return] = ACTIONS(1898), - [anon_sym_co_yield] = ACTIONS(1898), - [anon_sym_try] = ACTIONS(1898), - [anon_sym_co_await] = ACTIONS(1898), - [anon_sym_new] = ACTIONS(1898), - [sym_operator_name] = ACTIONS(1898), - [sym_this] = ACTIONS(1898), - [sym_nullptr] = ACTIONS(1898), - [sym_alone_macro] = ACTIONS(1900), - [aux_sym_alone_macro_call_token1] = ACTIONS(1898), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1898), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1898), - [anon_sym_FORWARD] = ACTIONS(1898), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1898), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1898), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1898), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1898), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1898), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1898), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1898), - [anon_sym_PS_GET] = ACTIONS(1898), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1898), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1898), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1898), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1898), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1898), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1898), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1898), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1898), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1898), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1898), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1898), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1898), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1898), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1898), - [anon_sym_MOZ_COLD] = ACTIONS(1898), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1898), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1898), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1898), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1898), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1898), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1898), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1898), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1898), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1898), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1898), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1898), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1898), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1898), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1898), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1898), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1898), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1898), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1898), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1898), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1898), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1898), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1898), - [anon_sym_MOZ_NONNULL] = ACTIONS(1898), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1898), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1898), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1898), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1898), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1898), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1898), - [anon_sym_MOZ_NORETURN] = ACTIONS(1898), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1898), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1898), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1898), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1898), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1898), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1898), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1898), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1898), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1898), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1898), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1898), - [anon_sym_MOZ_RAII] = ACTIONS(1898), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1898), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1898), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1898), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1898), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1898), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1898), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1898), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1898), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1898), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1898), - [sym_raw_string_literal] = ACTIONS(1900), + [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), + [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), }, [632] = { - [ts_builtin_sym_end] = ACTIONS(1916), - [sym_identifier] = ACTIONS(1914), - [aux_sym_preproc_include_token1] = ACTIONS(1914), - [aux_sym_preproc_def_token1] = ACTIONS(1914), - [aux_sym_preproc_if_token1] = ACTIONS(1914), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1914), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1914), - [sym_preproc_directive] = ACTIONS(1914), - [anon_sym_LPAREN2] = ACTIONS(1916), - [anon_sym_BANG] = ACTIONS(1916), - [anon_sym_TILDE] = ACTIONS(1916), - [anon_sym_DASH] = ACTIONS(1914), - [anon_sym_PLUS] = ACTIONS(1914), - [anon_sym_STAR] = ACTIONS(1916), - [anon_sym_AMP_AMP] = ACTIONS(1916), - [anon_sym_AMP] = ACTIONS(1914), - [anon_sym_SEMI] = ACTIONS(1916), - [anon_sym_typedef] = ACTIONS(1914), - [anon_sym_extern] = ACTIONS(1914), - [anon_sym___attribute__] = ACTIONS(1914), - [anon_sym_COLON_COLON] = ACTIONS(1916), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1916), - [anon_sym___declspec] = ACTIONS(1914), - [anon_sym___based] = ACTIONS(1914), - [anon_sym___cdecl] = ACTIONS(1914), - [anon_sym___clrcall] = ACTIONS(1914), - [anon_sym___stdcall] = ACTIONS(1914), - [anon_sym___fastcall] = ACTIONS(1914), - [anon_sym___thiscall] = ACTIONS(1914), - [anon_sym___vectorcall] = ACTIONS(1914), - [anon_sym_LBRACE] = ACTIONS(1916), - [anon_sym_LBRACK] = ACTIONS(1914), - [anon_sym_static] = ACTIONS(1914), - [anon_sym_register] = ACTIONS(1914), - [anon_sym_inline] = ACTIONS(1914), - [anon_sym_thread_local] = ACTIONS(1914), - [anon_sym_const] = ACTIONS(1914), - [anon_sym_volatile] = ACTIONS(1914), - [anon_sym_restrict] = ACTIONS(1914), - [anon_sym__Atomic] = ACTIONS(1914), - [anon_sym_mutable] = ACTIONS(1914), - [anon_sym_constexpr] = ACTIONS(1914), - [anon_sym_signed] = ACTIONS(1914), - [anon_sym_unsigned] = ACTIONS(1914), - [anon_sym_long] = ACTIONS(1914), - [anon_sym_short] = ACTIONS(1914), - [sym_primitive_type] = ACTIONS(1914), - [anon_sym_enum] = ACTIONS(1914), - [anon_sym_class] = ACTIONS(1914), - [anon_sym_struct] = ACTIONS(1914), - [anon_sym_union] = ACTIONS(1914), - [anon_sym_if] = ACTIONS(1914), - [anon_sym_switch] = ACTIONS(1914), - [anon_sym_case] = ACTIONS(1914), - [anon_sym_default] = ACTIONS(1914), - [anon_sym_while] = ACTIONS(1914), - [anon_sym_do] = ACTIONS(1914), - [anon_sym_for] = ACTIONS(1914), - [anon_sym_return] = ACTIONS(1914), - [anon_sym_break] = ACTIONS(1914), - [anon_sym_continue] = ACTIONS(1914), - [anon_sym_goto] = ACTIONS(1914), - [anon_sym_DASH_DASH] = ACTIONS(1916), - [anon_sym_PLUS_PLUS] = ACTIONS(1916), - [anon_sym_sizeof] = ACTIONS(1914), - [sym_number_literal] = ACTIONS(1916), - [anon_sym_L_SQUOTE] = ACTIONS(1916), - [anon_sym_u_SQUOTE] = ACTIONS(1916), - [anon_sym_U_SQUOTE] = ACTIONS(1916), - [anon_sym_u8_SQUOTE] = ACTIONS(1916), - [anon_sym_SQUOTE] = ACTIONS(1916), - [anon_sym_L_DQUOTE] = ACTIONS(1916), - [anon_sym_u_DQUOTE] = ACTIONS(1916), - [anon_sym_U_DQUOTE] = ACTIONS(1916), - [anon_sym_u8_DQUOTE] = ACTIONS(1916), - [anon_sym_DQUOTE] = ACTIONS(1916), - [sym_true] = ACTIONS(1914), - [sym_false] = ACTIONS(1914), - [sym_null] = ACTIONS(1914), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1914), - [anon_sym_virtual] = ACTIONS(1914), - [anon_sym_explicit] = ACTIONS(1914), - [sym_auto] = ACTIONS(1914), - [anon_sym_typename] = ACTIONS(1914), - [anon_sym_template] = ACTIONS(1914), - [anon_sym_operator] = ACTIONS(1914), - [anon_sym_delete] = ACTIONS(1914), - [anon_sym_throw] = ACTIONS(1914), - [anon_sym_namespace] = ACTIONS(1914), - [anon_sym_using] = ACTIONS(1914), - [anon_sym_static_assert] = ACTIONS(1914), - [anon_sym_co_return] = ACTIONS(1914), - [anon_sym_co_yield] = ACTIONS(1914), - [anon_sym_try] = ACTIONS(1914), - [anon_sym_co_await] = ACTIONS(1914), - [anon_sym_new] = ACTIONS(1914), - [sym_operator_name] = ACTIONS(1914), - [sym_this] = ACTIONS(1914), - [sym_nullptr] = ACTIONS(1914), - [sym_alone_macro] = ACTIONS(1916), - [aux_sym_alone_macro_call_token1] = ACTIONS(1914), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1914), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1914), - [anon_sym_FORWARD] = ACTIONS(1914), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1914), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1914), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1914), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1914), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1914), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1914), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1914), - [anon_sym_PS_GET] = ACTIONS(1914), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1914), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1914), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1914), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1914), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1914), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1914), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1914), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1914), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1914), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1914), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1914), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1914), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1914), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1914), - [anon_sym_MOZ_COLD] = ACTIONS(1914), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1914), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1914), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1914), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1914), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1914), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1914), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1914), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1914), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1914), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1914), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1914), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1914), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1914), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1914), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1914), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1914), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1914), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1914), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1914), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1914), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_NONNULL] = ACTIONS(1914), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1914), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1914), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1914), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1914), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1914), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_NORETURN] = ACTIONS(1914), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1914), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1914), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1914), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1914), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1914), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1914), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1914), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1914), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1914), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1914), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1914), - [anon_sym_MOZ_RAII] = ACTIONS(1914), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1914), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1914), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1914), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1914), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1914), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1914), - [sym_raw_string_literal] = ACTIONS(1916), + [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(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), }, [633] = { - [sym_identifier] = ACTIONS(1834), - [aux_sym_preproc_include_token1] = ACTIONS(1834), - [aux_sym_preproc_def_token1] = ACTIONS(1834), - [aux_sym_preproc_if_token1] = ACTIONS(1834), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1834), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1834), - [sym_preproc_directive] = ACTIONS(1834), - [anon_sym_LPAREN2] = ACTIONS(1836), - [anon_sym_BANG] = ACTIONS(1836), - [anon_sym_TILDE] = ACTIONS(1836), - [anon_sym_DASH] = ACTIONS(1834), - [anon_sym_PLUS] = ACTIONS(1834), - [anon_sym_STAR] = ACTIONS(1836), - [anon_sym_AMP_AMP] = ACTIONS(1836), - [anon_sym_AMP] = ACTIONS(1834), - [anon_sym_SEMI] = ACTIONS(1836), - [anon_sym_typedef] = ACTIONS(1834), - [anon_sym_extern] = ACTIONS(1834), - [anon_sym___attribute__] = ACTIONS(1834), - [anon_sym_COLON_COLON] = ACTIONS(1836), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1836), - [anon_sym___declspec] = ACTIONS(1834), - [anon_sym___based] = ACTIONS(1834), - [anon_sym___cdecl] = ACTIONS(1834), - [anon_sym___clrcall] = ACTIONS(1834), - [anon_sym___stdcall] = ACTIONS(1834), - [anon_sym___fastcall] = ACTIONS(1834), - [anon_sym___thiscall] = ACTIONS(1834), - [anon_sym___vectorcall] = ACTIONS(1834), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(1836), - [anon_sym_LBRACK] = ACTIONS(1834), - [anon_sym_static] = ACTIONS(1834), - [anon_sym_register] = ACTIONS(1834), - [anon_sym_inline] = ACTIONS(1834), - [anon_sym_thread_local] = ACTIONS(1834), - [anon_sym_const] = ACTIONS(1834), - [anon_sym_volatile] = ACTIONS(1834), - [anon_sym_restrict] = ACTIONS(1834), - [anon_sym__Atomic] = ACTIONS(1834), - [anon_sym_mutable] = ACTIONS(1834), - [anon_sym_constexpr] = ACTIONS(1834), - [anon_sym_signed] = ACTIONS(1834), - [anon_sym_unsigned] = ACTIONS(1834), - [anon_sym_long] = ACTIONS(1834), - [anon_sym_short] = ACTIONS(1834), - [sym_primitive_type] = ACTIONS(1834), - [anon_sym_enum] = ACTIONS(1834), - [anon_sym_class] = ACTIONS(1834), - [anon_sym_struct] = ACTIONS(1834), - [anon_sym_union] = ACTIONS(1834), - [anon_sym_if] = ACTIONS(1834), - [anon_sym_switch] = ACTIONS(1834), - [anon_sym_case] = ACTIONS(1834), - [anon_sym_default] = ACTIONS(1834), - [anon_sym_while] = ACTIONS(1834), - [anon_sym_do] = ACTIONS(1834), - [anon_sym_for] = ACTIONS(1834), - [anon_sym_return] = ACTIONS(1834), - [anon_sym_break] = ACTIONS(1834), - [anon_sym_continue] = ACTIONS(1834), - [anon_sym_goto] = ACTIONS(1834), - [anon_sym_DASH_DASH] = ACTIONS(1836), - [anon_sym_PLUS_PLUS] = ACTIONS(1836), - [anon_sym_sizeof] = ACTIONS(1834), - [sym_number_literal] = ACTIONS(1836), - [anon_sym_L_SQUOTE] = ACTIONS(1836), - [anon_sym_u_SQUOTE] = ACTIONS(1836), - [anon_sym_U_SQUOTE] = ACTIONS(1836), - [anon_sym_u8_SQUOTE] = ACTIONS(1836), - [anon_sym_SQUOTE] = ACTIONS(1836), - [anon_sym_L_DQUOTE] = ACTIONS(1836), - [anon_sym_u_DQUOTE] = ACTIONS(1836), - [anon_sym_U_DQUOTE] = ACTIONS(1836), - [anon_sym_u8_DQUOTE] = ACTIONS(1836), - [anon_sym_DQUOTE] = ACTIONS(1836), - [sym_true] = ACTIONS(1834), - [sym_false] = ACTIONS(1834), - [sym_null] = ACTIONS(1834), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1834), - [anon_sym_virtual] = ACTIONS(1834), - [anon_sym_explicit] = ACTIONS(1834), - [sym_auto] = ACTIONS(1834), - [anon_sym_typename] = ACTIONS(1834), - [anon_sym_template] = ACTIONS(1834), - [anon_sym_operator] = ACTIONS(1834), - [anon_sym_delete] = ACTIONS(1834), - [anon_sym_throw] = ACTIONS(1834), - [anon_sym_namespace] = ACTIONS(1834), - [anon_sym_using] = ACTIONS(1834), - [anon_sym_static_assert] = ACTIONS(1834), - [anon_sym_co_return] = ACTIONS(1834), - [anon_sym_co_yield] = ACTIONS(1834), - [anon_sym_try] = ACTIONS(1834), - [anon_sym_co_await] = ACTIONS(1834), - [anon_sym_new] = ACTIONS(1834), - [sym_operator_name] = ACTIONS(1834), - [sym_this] = ACTIONS(1834), - [sym_nullptr] = ACTIONS(1834), - [sym_alone_macro] = ACTIONS(1836), - [aux_sym_alone_macro_call_token1] = ACTIONS(1834), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1834), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1834), - [anon_sym_FORWARD] = ACTIONS(1834), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1834), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1834), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1834), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1834), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1834), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1834), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1834), - [anon_sym_PS_GET] = ACTIONS(1834), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1834), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1834), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1834), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1834), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1834), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1834), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1834), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1834), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1834), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1834), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1834), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1834), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1834), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1834), - [anon_sym_MOZ_COLD] = ACTIONS(1834), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1834), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1834), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1834), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1834), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1834), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1834), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1834), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1834), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1834), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1834), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1834), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1834), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1834), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1834), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1834), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1834), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1834), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1834), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1834), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1834), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1834), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1834), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1834), - [anon_sym_MOZ_NONNULL] = ACTIONS(1834), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1834), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1834), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1834), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1834), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1834), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1834), - [anon_sym_MOZ_NORETURN] = ACTIONS(1834), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1834), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1834), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1834), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1834), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1834), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1834), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1834), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1834), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1834), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1834), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1834), - [anon_sym_MOZ_RAII] = ACTIONS(1834), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1834), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1834), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1834), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1834), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1834), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1834), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1834), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1834), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1834), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1834), - [sym_raw_string_literal] = ACTIONS(1836), + [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), }, [634] = { - [ts_builtin_sym_end] = ACTIONS(1724), - [sym_identifier] = ACTIONS(1722), - [aux_sym_preproc_include_token1] = ACTIONS(1722), - [aux_sym_preproc_def_token1] = ACTIONS(1722), - [aux_sym_preproc_if_token1] = ACTIONS(1722), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1722), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1722), - [sym_preproc_directive] = ACTIONS(1722), - [anon_sym_LPAREN2] = ACTIONS(1724), - [anon_sym_BANG] = ACTIONS(1724), - [anon_sym_TILDE] = ACTIONS(1724), - [anon_sym_DASH] = ACTIONS(1722), - [anon_sym_PLUS] = ACTIONS(1722), - [anon_sym_STAR] = ACTIONS(1724), - [anon_sym_AMP_AMP] = ACTIONS(1724), - [anon_sym_AMP] = ACTIONS(1722), - [anon_sym_SEMI] = ACTIONS(1724), - [anon_sym_typedef] = ACTIONS(1722), - [anon_sym_extern] = ACTIONS(1722), - [anon_sym___attribute__] = ACTIONS(1722), - [anon_sym_COLON_COLON] = ACTIONS(1724), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1724), - [anon_sym___declspec] = ACTIONS(1722), - [anon_sym___based] = ACTIONS(1722), - [anon_sym___cdecl] = ACTIONS(1722), - [anon_sym___clrcall] = ACTIONS(1722), - [anon_sym___stdcall] = ACTIONS(1722), - [anon_sym___fastcall] = ACTIONS(1722), - [anon_sym___thiscall] = ACTIONS(1722), - [anon_sym___vectorcall] = ACTIONS(1722), - [anon_sym_LBRACE] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_static] = ACTIONS(1722), - [anon_sym_register] = ACTIONS(1722), - [anon_sym_inline] = ACTIONS(1722), - [anon_sym_thread_local] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1722), - [anon_sym_volatile] = ACTIONS(1722), - [anon_sym_restrict] = ACTIONS(1722), - [anon_sym__Atomic] = ACTIONS(1722), - [anon_sym_mutable] = ACTIONS(1722), - [anon_sym_constexpr] = ACTIONS(1722), - [anon_sym_signed] = ACTIONS(1722), - [anon_sym_unsigned] = ACTIONS(1722), - [anon_sym_long] = ACTIONS(1722), - [anon_sym_short] = ACTIONS(1722), - [sym_primitive_type] = ACTIONS(1722), - [anon_sym_enum] = ACTIONS(1722), - [anon_sym_class] = ACTIONS(1722), - [anon_sym_struct] = ACTIONS(1722), - [anon_sym_union] = ACTIONS(1722), - [anon_sym_if] = ACTIONS(1722), - [anon_sym_switch] = ACTIONS(1722), - [anon_sym_case] = ACTIONS(1722), - [anon_sym_default] = ACTIONS(1722), - [anon_sym_while] = ACTIONS(1722), - [anon_sym_do] = ACTIONS(1722), - [anon_sym_for] = ACTIONS(1722), - [anon_sym_return] = ACTIONS(1722), - [anon_sym_break] = ACTIONS(1722), - [anon_sym_continue] = ACTIONS(1722), - [anon_sym_goto] = ACTIONS(1722), - [anon_sym_DASH_DASH] = ACTIONS(1724), - [anon_sym_PLUS_PLUS] = ACTIONS(1724), - [anon_sym_sizeof] = ACTIONS(1722), - [sym_number_literal] = ACTIONS(1724), - [anon_sym_L_SQUOTE] = ACTIONS(1724), - [anon_sym_u_SQUOTE] = ACTIONS(1724), - [anon_sym_U_SQUOTE] = ACTIONS(1724), - [anon_sym_u8_SQUOTE] = ACTIONS(1724), - [anon_sym_SQUOTE] = ACTIONS(1724), - [anon_sym_L_DQUOTE] = ACTIONS(1724), - [anon_sym_u_DQUOTE] = ACTIONS(1724), - [anon_sym_U_DQUOTE] = ACTIONS(1724), - [anon_sym_u8_DQUOTE] = ACTIONS(1724), - [anon_sym_DQUOTE] = ACTIONS(1724), - [sym_true] = ACTIONS(1722), - [sym_false] = ACTIONS(1722), - [sym_null] = ACTIONS(1722), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1722), - [anon_sym_virtual] = ACTIONS(1722), - [anon_sym_explicit] = ACTIONS(1722), - [sym_auto] = ACTIONS(1722), - [anon_sym_typename] = ACTIONS(1722), - [anon_sym_template] = ACTIONS(1722), - [anon_sym_operator] = ACTIONS(1722), - [anon_sym_delete] = ACTIONS(1722), - [anon_sym_throw] = ACTIONS(1722), - [anon_sym_namespace] = ACTIONS(1722), - [anon_sym_using] = ACTIONS(1722), - [anon_sym_static_assert] = ACTIONS(1722), - [anon_sym_co_return] = ACTIONS(1722), - [anon_sym_co_yield] = ACTIONS(1722), - [anon_sym_try] = ACTIONS(1722), - [anon_sym_co_await] = ACTIONS(1722), - [anon_sym_new] = ACTIONS(1722), - [sym_operator_name] = ACTIONS(1722), - [sym_this] = ACTIONS(1722), - [sym_nullptr] = ACTIONS(1722), - [sym_alone_macro] = ACTIONS(1724), - [aux_sym_alone_macro_call_token1] = ACTIONS(1722), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1722), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1722), - [anon_sym_FORWARD] = ACTIONS(1722), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1722), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1722), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1722), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1722), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1722), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1722), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1722), - [anon_sym_PS_GET] = ACTIONS(1722), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1722), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1722), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1722), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1722), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1722), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1722), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1722), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1722), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1722), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1722), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1722), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1722), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1722), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1722), - [anon_sym_MOZ_COLD] = ACTIONS(1722), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1722), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1722), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1722), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1722), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1722), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1722), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1722), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1722), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1722), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1722), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1722), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1722), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1722), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1722), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1722), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1722), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1722), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1722), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1722), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1722), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_NONNULL] = ACTIONS(1722), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1722), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1722), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1722), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1722), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1722), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_NORETURN] = ACTIONS(1722), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1722), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1722), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1722), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1722), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1722), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1722), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1722), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1722), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1722), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1722), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1722), - [anon_sym_MOZ_RAII] = ACTIONS(1722), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1722), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1722), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1722), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1722), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1722), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1722), - [sym_raw_string_literal] = ACTIONS(1724), + [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(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), }, [635] = { - [sym_identifier] = ACTIONS(1838), - [aux_sym_preproc_include_token1] = ACTIONS(1838), - [aux_sym_preproc_def_token1] = ACTIONS(1838), - [aux_sym_preproc_if_token1] = ACTIONS(1838), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1838), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1838), - [sym_preproc_directive] = ACTIONS(1838), - [anon_sym_LPAREN2] = ACTIONS(1840), - [anon_sym_BANG] = ACTIONS(1840), - [anon_sym_TILDE] = ACTIONS(1840), - [anon_sym_DASH] = ACTIONS(1838), - [anon_sym_PLUS] = ACTIONS(1838), - [anon_sym_STAR] = ACTIONS(1840), - [anon_sym_AMP_AMP] = ACTIONS(1840), - [anon_sym_AMP] = ACTIONS(1838), - [anon_sym_SEMI] = ACTIONS(1840), - [anon_sym_typedef] = ACTIONS(1838), - [anon_sym_extern] = ACTIONS(1838), - [anon_sym___attribute__] = ACTIONS(1838), - [anon_sym_COLON_COLON] = ACTIONS(1840), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1840), - [anon_sym___declspec] = ACTIONS(1838), - [anon_sym___based] = ACTIONS(1838), - [anon_sym___cdecl] = ACTIONS(1838), - [anon_sym___clrcall] = ACTIONS(1838), - [anon_sym___stdcall] = ACTIONS(1838), - [anon_sym___fastcall] = ACTIONS(1838), - [anon_sym___thiscall] = ACTIONS(1838), - [anon_sym___vectorcall] = ACTIONS(1838), - [anon_sym_LBRACE] = ACTIONS(1840), - [anon_sym_RBRACE] = ACTIONS(1840), - [anon_sym_LBRACK] = ACTIONS(1838), - [anon_sym_static] = ACTIONS(1838), - [anon_sym_register] = ACTIONS(1838), - [anon_sym_inline] = ACTIONS(1838), - [anon_sym_thread_local] = ACTIONS(1838), - [anon_sym_const] = ACTIONS(1838), - [anon_sym_volatile] = ACTIONS(1838), - [anon_sym_restrict] = ACTIONS(1838), - [anon_sym__Atomic] = ACTIONS(1838), - [anon_sym_mutable] = ACTIONS(1838), - [anon_sym_constexpr] = ACTIONS(1838), - [anon_sym_signed] = ACTIONS(1838), - [anon_sym_unsigned] = ACTIONS(1838), - [anon_sym_long] = ACTIONS(1838), - [anon_sym_short] = ACTIONS(1838), - [sym_primitive_type] = ACTIONS(1838), - [anon_sym_enum] = ACTIONS(1838), - [anon_sym_class] = ACTIONS(1838), - [anon_sym_struct] = ACTIONS(1838), - [anon_sym_union] = ACTIONS(1838), - [anon_sym_if] = ACTIONS(1838), - [anon_sym_switch] = ACTIONS(1838), - [anon_sym_case] = ACTIONS(1838), - [anon_sym_default] = ACTIONS(1838), - [anon_sym_while] = ACTIONS(1838), - [anon_sym_do] = ACTIONS(1838), - [anon_sym_for] = ACTIONS(1838), - [anon_sym_return] = ACTIONS(1838), - [anon_sym_break] = ACTIONS(1838), - [anon_sym_continue] = ACTIONS(1838), - [anon_sym_goto] = ACTIONS(1838), - [anon_sym_DASH_DASH] = ACTIONS(1840), - [anon_sym_PLUS_PLUS] = ACTIONS(1840), - [anon_sym_sizeof] = ACTIONS(1838), - [sym_number_literal] = ACTIONS(1840), - [anon_sym_L_SQUOTE] = ACTIONS(1840), - [anon_sym_u_SQUOTE] = ACTIONS(1840), - [anon_sym_U_SQUOTE] = ACTIONS(1840), - [anon_sym_u8_SQUOTE] = ACTIONS(1840), - [anon_sym_SQUOTE] = ACTIONS(1840), - [anon_sym_L_DQUOTE] = ACTIONS(1840), - [anon_sym_u_DQUOTE] = ACTIONS(1840), - [anon_sym_U_DQUOTE] = ACTIONS(1840), - [anon_sym_u8_DQUOTE] = ACTIONS(1840), - [anon_sym_DQUOTE] = ACTIONS(1840), - [sym_true] = ACTIONS(1838), - [sym_false] = ACTIONS(1838), - [sym_null] = ACTIONS(1838), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1838), - [anon_sym_virtual] = ACTIONS(1838), - [anon_sym_explicit] = ACTIONS(1838), - [sym_auto] = ACTIONS(1838), - [anon_sym_typename] = ACTIONS(1838), - [anon_sym_template] = ACTIONS(1838), - [anon_sym_operator] = ACTIONS(1838), - [anon_sym_delete] = ACTIONS(1838), - [anon_sym_throw] = ACTIONS(1838), - [anon_sym_namespace] = ACTIONS(1838), - [anon_sym_using] = ACTIONS(1838), - [anon_sym_static_assert] = ACTIONS(1838), - [anon_sym_co_return] = ACTIONS(1838), - [anon_sym_co_yield] = ACTIONS(1838), - [anon_sym_try] = ACTIONS(1838), - [anon_sym_co_await] = ACTIONS(1838), - [anon_sym_new] = ACTIONS(1838), - [sym_operator_name] = ACTIONS(1838), - [sym_this] = ACTIONS(1838), - [sym_nullptr] = ACTIONS(1838), - [sym_alone_macro] = ACTIONS(1840), - [aux_sym_alone_macro_call_token1] = ACTIONS(1838), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1838), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1838), - [anon_sym_FORWARD] = ACTIONS(1838), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1838), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1838), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1838), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1838), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1838), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1838), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1838), - [anon_sym_PS_GET] = ACTIONS(1838), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1838), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1838), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1838), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1838), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1838), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1838), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1838), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1838), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1838), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1838), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1838), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1838), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1838), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1838), - [anon_sym_MOZ_COLD] = ACTIONS(1838), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1838), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1838), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1838), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1838), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1838), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1838), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1838), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1838), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1838), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1838), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1838), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1838), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1838), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1838), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1838), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1838), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1838), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1838), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1838), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1838), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1838), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1838), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1838), - [anon_sym_MOZ_NONNULL] = ACTIONS(1838), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1838), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1838), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1838), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1838), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1838), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1838), - [anon_sym_MOZ_NORETURN] = ACTIONS(1838), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1838), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1838), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1838), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1838), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1838), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1838), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1838), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1838), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1838), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1838), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1838), - [anon_sym_MOZ_RAII] = ACTIONS(1838), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1838), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1838), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1838), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1838), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1838), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1838), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1838), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1838), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1838), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1838), - [sym_raw_string_literal] = ACTIONS(1840), + [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), }, [636] = { - [sym_identifier] = ACTIONS(1842), - [aux_sym_preproc_include_token1] = ACTIONS(1842), - [aux_sym_preproc_def_token1] = ACTIONS(1842), - [aux_sym_preproc_if_token1] = ACTIONS(1842), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1842), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1842), - [sym_preproc_directive] = ACTIONS(1842), - [anon_sym_LPAREN2] = ACTIONS(1844), - [anon_sym_BANG] = ACTIONS(1844), - [anon_sym_TILDE] = ACTIONS(1844), - [anon_sym_DASH] = ACTIONS(1842), - [anon_sym_PLUS] = ACTIONS(1842), - [anon_sym_STAR] = ACTIONS(1844), - [anon_sym_AMP_AMP] = ACTIONS(1844), - [anon_sym_AMP] = ACTIONS(1842), - [anon_sym_SEMI] = ACTIONS(1844), - [anon_sym_typedef] = ACTIONS(1842), - [anon_sym_extern] = ACTIONS(1842), - [anon_sym___attribute__] = ACTIONS(1842), - [anon_sym_COLON_COLON] = ACTIONS(1844), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1844), - [anon_sym___declspec] = ACTIONS(1842), - [anon_sym___based] = ACTIONS(1842), - [anon_sym___cdecl] = ACTIONS(1842), - [anon_sym___clrcall] = ACTIONS(1842), - [anon_sym___stdcall] = ACTIONS(1842), - [anon_sym___fastcall] = ACTIONS(1842), - [anon_sym___thiscall] = ACTIONS(1842), - [anon_sym___vectorcall] = ACTIONS(1842), - [anon_sym_LBRACE] = ACTIONS(1844), - [anon_sym_RBRACE] = ACTIONS(1844), - [anon_sym_LBRACK] = ACTIONS(1842), - [anon_sym_static] = ACTIONS(1842), - [anon_sym_register] = ACTIONS(1842), - [anon_sym_inline] = ACTIONS(1842), - [anon_sym_thread_local] = ACTIONS(1842), - [anon_sym_const] = ACTIONS(1842), - [anon_sym_volatile] = ACTIONS(1842), - [anon_sym_restrict] = ACTIONS(1842), - [anon_sym__Atomic] = ACTIONS(1842), - [anon_sym_mutable] = ACTIONS(1842), - [anon_sym_constexpr] = ACTIONS(1842), - [anon_sym_signed] = ACTIONS(1842), - [anon_sym_unsigned] = ACTIONS(1842), - [anon_sym_long] = ACTIONS(1842), - [anon_sym_short] = ACTIONS(1842), - [sym_primitive_type] = ACTIONS(1842), - [anon_sym_enum] = ACTIONS(1842), - [anon_sym_class] = ACTIONS(1842), - [anon_sym_struct] = ACTIONS(1842), - [anon_sym_union] = ACTIONS(1842), - [anon_sym_if] = ACTIONS(1842), - [anon_sym_switch] = ACTIONS(1842), - [anon_sym_case] = ACTIONS(1842), - [anon_sym_default] = ACTIONS(1842), - [anon_sym_while] = ACTIONS(1842), - [anon_sym_do] = ACTIONS(1842), - [anon_sym_for] = ACTIONS(1842), - [anon_sym_return] = ACTIONS(1842), - [anon_sym_break] = ACTIONS(1842), - [anon_sym_continue] = ACTIONS(1842), - [anon_sym_goto] = ACTIONS(1842), - [anon_sym_DASH_DASH] = ACTIONS(1844), - [anon_sym_PLUS_PLUS] = ACTIONS(1844), - [anon_sym_sizeof] = ACTIONS(1842), - [sym_number_literal] = ACTIONS(1844), - [anon_sym_L_SQUOTE] = ACTIONS(1844), - [anon_sym_u_SQUOTE] = ACTIONS(1844), - [anon_sym_U_SQUOTE] = ACTIONS(1844), - [anon_sym_u8_SQUOTE] = ACTIONS(1844), - [anon_sym_SQUOTE] = ACTIONS(1844), - [anon_sym_L_DQUOTE] = ACTIONS(1844), - [anon_sym_u_DQUOTE] = ACTIONS(1844), - [anon_sym_U_DQUOTE] = ACTIONS(1844), - [anon_sym_u8_DQUOTE] = ACTIONS(1844), - [anon_sym_DQUOTE] = ACTIONS(1844), - [sym_true] = ACTIONS(1842), - [sym_false] = ACTIONS(1842), - [sym_null] = ACTIONS(1842), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1842), - [anon_sym_virtual] = ACTIONS(1842), - [anon_sym_explicit] = ACTIONS(1842), - [sym_auto] = ACTIONS(1842), - [anon_sym_typename] = ACTIONS(1842), - [anon_sym_template] = ACTIONS(1842), - [anon_sym_operator] = ACTIONS(1842), - [anon_sym_delete] = ACTIONS(1842), - [anon_sym_throw] = ACTIONS(1842), - [anon_sym_namespace] = ACTIONS(1842), - [anon_sym_using] = ACTIONS(1842), - [anon_sym_static_assert] = ACTIONS(1842), - [anon_sym_co_return] = ACTIONS(1842), - [anon_sym_co_yield] = ACTIONS(1842), - [anon_sym_try] = ACTIONS(1842), - [anon_sym_co_await] = ACTIONS(1842), - [anon_sym_new] = ACTIONS(1842), - [sym_operator_name] = ACTIONS(1842), - [sym_this] = ACTIONS(1842), - [sym_nullptr] = ACTIONS(1842), - [sym_alone_macro] = ACTIONS(1844), - [aux_sym_alone_macro_call_token1] = ACTIONS(1842), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1842), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1842), - [anon_sym_FORWARD] = ACTIONS(1842), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1842), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1842), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1842), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1842), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1842), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1842), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1842), - [anon_sym_PS_GET] = ACTIONS(1842), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1842), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1842), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1842), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1842), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1842), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1842), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1842), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1842), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1842), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1842), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1842), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1842), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1842), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1842), - [anon_sym_MOZ_COLD] = ACTIONS(1842), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1842), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1842), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1842), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1842), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1842), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1842), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1842), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1842), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1842), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1842), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1842), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1842), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1842), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1842), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1842), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1842), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1842), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1842), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1842), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1842), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_NONNULL] = ACTIONS(1842), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1842), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1842), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1842), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1842), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1842), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_NORETURN] = ACTIONS(1842), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1842), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1842), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1842), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1842), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1842), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1842), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1842), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1842), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1842), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1842), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1842), - [anon_sym_MOZ_RAII] = ACTIONS(1842), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1842), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1842), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1842), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1842), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1842), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1842), - [sym_raw_string_literal] = ACTIONS(1844), + [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(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), }, [637] = { - [ts_builtin_sym_end] = ACTIONS(1728), - [sym_identifier] = ACTIONS(1726), - [aux_sym_preproc_include_token1] = ACTIONS(1726), - [aux_sym_preproc_def_token1] = ACTIONS(1726), - [aux_sym_preproc_if_token1] = ACTIONS(1726), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1726), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1726), - [sym_preproc_directive] = ACTIONS(1726), - [anon_sym_LPAREN2] = ACTIONS(1728), - [anon_sym_BANG] = ACTIONS(1728), - [anon_sym_TILDE] = ACTIONS(1728), - [anon_sym_DASH] = ACTIONS(1726), - [anon_sym_PLUS] = ACTIONS(1726), - [anon_sym_STAR] = ACTIONS(1728), - [anon_sym_AMP_AMP] = ACTIONS(1728), - [anon_sym_AMP] = ACTIONS(1726), - [anon_sym_SEMI] = ACTIONS(1728), - [anon_sym_typedef] = ACTIONS(1726), - [anon_sym_extern] = ACTIONS(1726), - [anon_sym___attribute__] = ACTIONS(1726), - [anon_sym_COLON_COLON] = ACTIONS(1728), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1728), - [anon_sym___declspec] = ACTIONS(1726), - [anon_sym___based] = ACTIONS(1726), - [anon_sym___cdecl] = ACTIONS(1726), - [anon_sym___clrcall] = ACTIONS(1726), - [anon_sym___stdcall] = ACTIONS(1726), - [anon_sym___fastcall] = ACTIONS(1726), - [anon_sym___thiscall] = ACTIONS(1726), - [anon_sym___vectorcall] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1726), - [anon_sym_static] = ACTIONS(1726), - [anon_sym_register] = ACTIONS(1726), - [anon_sym_inline] = ACTIONS(1726), - [anon_sym_thread_local] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(1726), - [anon_sym_volatile] = ACTIONS(1726), - [anon_sym_restrict] = ACTIONS(1726), - [anon_sym__Atomic] = ACTIONS(1726), - [anon_sym_mutable] = ACTIONS(1726), - [anon_sym_constexpr] = ACTIONS(1726), - [anon_sym_signed] = ACTIONS(1726), - [anon_sym_unsigned] = ACTIONS(1726), - [anon_sym_long] = ACTIONS(1726), - [anon_sym_short] = ACTIONS(1726), - [sym_primitive_type] = ACTIONS(1726), - [anon_sym_enum] = ACTIONS(1726), - [anon_sym_class] = ACTIONS(1726), - [anon_sym_struct] = ACTIONS(1726), - [anon_sym_union] = ACTIONS(1726), - [anon_sym_if] = ACTIONS(1726), - [anon_sym_switch] = ACTIONS(1726), - [anon_sym_case] = ACTIONS(1726), - [anon_sym_default] = ACTIONS(1726), - [anon_sym_while] = ACTIONS(1726), - [anon_sym_do] = ACTIONS(1726), - [anon_sym_for] = ACTIONS(1726), - [anon_sym_return] = ACTIONS(1726), - [anon_sym_break] = ACTIONS(1726), - [anon_sym_continue] = ACTIONS(1726), - [anon_sym_goto] = ACTIONS(1726), - [anon_sym_DASH_DASH] = ACTIONS(1728), - [anon_sym_PLUS_PLUS] = ACTIONS(1728), - [anon_sym_sizeof] = ACTIONS(1726), - [sym_number_literal] = ACTIONS(1728), - [anon_sym_L_SQUOTE] = ACTIONS(1728), - [anon_sym_u_SQUOTE] = ACTIONS(1728), - [anon_sym_U_SQUOTE] = ACTIONS(1728), - [anon_sym_u8_SQUOTE] = ACTIONS(1728), - [anon_sym_SQUOTE] = ACTIONS(1728), - [anon_sym_L_DQUOTE] = ACTIONS(1728), - [anon_sym_u_DQUOTE] = ACTIONS(1728), - [anon_sym_U_DQUOTE] = ACTIONS(1728), - [anon_sym_u8_DQUOTE] = ACTIONS(1728), - [anon_sym_DQUOTE] = ACTIONS(1728), - [sym_true] = ACTIONS(1726), - [sym_false] = ACTIONS(1726), - [sym_null] = ACTIONS(1726), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1726), - [anon_sym_virtual] = ACTIONS(1726), - [anon_sym_explicit] = ACTIONS(1726), - [sym_auto] = ACTIONS(1726), - [anon_sym_typename] = ACTIONS(1726), - [anon_sym_template] = ACTIONS(1726), - [anon_sym_operator] = ACTIONS(1726), - [anon_sym_delete] = ACTIONS(1726), - [anon_sym_throw] = ACTIONS(1726), - [anon_sym_namespace] = ACTIONS(1726), - [anon_sym_using] = ACTIONS(1726), - [anon_sym_static_assert] = ACTIONS(1726), - [anon_sym_co_return] = ACTIONS(1726), - [anon_sym_co_yield] = ACTIONS(1726), - [anon_sym_try] = ACTIONS(1726), - [anon_sym_co_await] = ACTIONS(1726), - [anon_sym_new] = ACTIONS(1726), - [sym_operator_name] = ACTIONS(1726), - [sym_this] = ACTIONS(1726), - [sym_nullptr] = ACTIONS(1726), - [sym_alone_macro] = ACTIONS(1728), - [aux_sym_alone_macro_call_token1] = ACTIONS(1726), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1726), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1726), - [anon_sym_FORWARD] = ACTIONS(1726), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1726), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1726), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1726), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1726), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1726), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1726), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1726), - [anon_sym_PS_GET] = ACTIONS(1726), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1726), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1726), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1726), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1726), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1726), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1726), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1726), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1726), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1726), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1726), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1726), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1726), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1726), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1726), - [anon_sym_MOZ_COLD] = ACTIONS(1726), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1726), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1726), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1726), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1726), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1726), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1726), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1726), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1726), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1726), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1726), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1726), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1726), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1726), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1726), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1726), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1726), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1726), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1726), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1726), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1726), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1726), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1726), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1726), - [anon_sym_MOZ_NONNULL] = ACTIONS(1726), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1726), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1726), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1726), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1726), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1726), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1726), - [anon_sym_MOZ_NORETURN] = ACTIONS(1726), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1726), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1726), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1726), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1726), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1726), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1726), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1726), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1726), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1726), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1726), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1726), - [anon_sym_MOZ_RAII] = ACTIONS(1726), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1726), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1726), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1726), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1726), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1726), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1726), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1726), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1726), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1726), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1726), - [sym_raw_string_literal] = ACTIONS(1728), + [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(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), }, [638] = { - [sym_identifier] = ACTIONS(1846), - [aux_sym_preproc_include_token1] = ACTIONS(1846), - [aux_sym_preproc_def_token1] = ACTIONS(1846), - [aux_sym_preproc_if_token1] = ACTIONS(1846), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1846), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1846), - [sym_preproc_directive] = ACTIONS(1846), - [anon_sym_LPAREN2] = ACTIONS(1848), - [anon_sym_BANG] = ACTIONS(1848), - [anon_sym_TILDE] = ACTIONS(1848), - [anon_sym_DASH] = ACTIONS(1846), - [anon_sym_PLUS] = ACTIONS(1846), - [anon_sym_STAR] = ACTIONS(1848), - [anon_sym_AMP_AMP] = ACTIONS(1848), - [anon_sym_AMP] = ACTIONS(1846), - [anon_sym_SEMI] = ACTIONS(1848), - [anon_sym_typedef] = ACTIONS(1846), - [anon_sym_extern] = ACTIONS(1846), - [anon_sym___attribute__] = ACTIONS(1846), - [anon_sym_COLON_COLON] = ACTIONS(1848), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1848), - [anon_sym___declspec] = ACTIONS(1846), - [anon_sym___based] = ACTIONS(1846), - [anon_sym___cdecl] = ACTIONS(1846), - [anon_sym___clrcall] = ACTIONS(1846), - [anon_sym___stdcall] = ACTIONS(1846), - [anon_sym___fastcall] = ACTIONS(1846), - [anon_sym___thiscall] = ACTIONS(1846), - [anon_sym___vectorcall] = ACTIONS(1846), - [anon_sym_LBRACE] = ACTIONS(1848), - [anon_sym_RBRACE] = ACTIONS(1848), - [anon_sym_LBRACK] = ACTIONS(1846), - [anon_sym_static] = ACTIONS(1846), - [anon_sym_register] = ACTIONS(1846), - [anon_sym_inline] = ACTIONS(1846), - [anon_sym_thread_local] = ACTIONS(1846), - [anon_sym_const] = ACTIONS(1846), - [anon_sym_volatile] = ACTIONS(1846), - [anon_sym_restrict] = ACTIONS(1846), - [anon_sym__Atomic] = ACTIONS(1846), - [anon_sym_mutable] = ACTIONS(1846), - [anon_sym_constexpr] = ACTIONS(1846), - [anon_sym_signed] = ACTIONS(1846), - [anon_sym_unsigned] = ACTIONS(1846), - [anon_sym_long] = ACTIONS(1846), - [anon_sym_short] = ACTIONS(1846), - [sym_primitive_type] = ACTIONS(1846), - [anon_sym_enum] = ACTIONS(1846), - [anon_sym_class] = ACTIONS(1846), - [anon_sym_struct] = ACTIONS(1846), - [anon_sym_union] = ACTIONS(1846), - [anon_sym_if] = ACTIONS(1846), - [anon_sym_switch] = ACTIONS(1846), - [anon_sym_case] = ACTIONS(1846), - [anon_sym_default] = ACTIONS(1846), - [anon_sym_while] = ACTIONS(1846), - [anon_sym_do] = ACTIONS(1846), - [anon_sym_for] = ACTIONS(1846), - [anon_sym_return] = ACTIONS(1846), - [anon_sym_break] = ACTIONS(1846), - [anon_sym_continue] = ACTIONS(1846), - [anon_sym_goto] = ACTIONS(1846), - [anon_sym_DASH_DASH] = ACTIONS(1848), - [anon_sym_PLUS_PLUS] = ACTIONS(1848), - [anon_sym_sizeof] = ACTIONS(1846), - [sym_number_literal] = ACTIONS(1848), - [anon_sym_L_SQUOTE] = ACTIONS(1848), - [anon_sym_u_SQUOTE] = ACTIONS(1848), - [anon_sym_U_SQUOTE] = ACTIONS(1848), - [anon_sym_u8_SQUOTE] = ACTIONS(1848), - [anon_sym_SQUOTE] = ACTIONS(1848), - [anon_sym_L_DQUOTE] = ACTIONS(1848), - [anon_sym_u_DQUOTE] = ACTIONS(1848), - [anon_sym_U_DQUOTE] = ACTIONS(1848), - [anon_sym_u8_DQUOTE] = ACTIONS(1848), - [anon_sym_DQUOTE] = ACTIONS(1848), - [sym_true] = ACTIONS(1846), - [sym_false] = ACTIONS(1846), - [sym_null] = ACTIONS(1846), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1846), - [anon_sym_virtual] = ACTIONS(1846), - [anon_sym_explicit] = ACTIONS(1846), - [sym_auto] = ACTIONS(1846), - [anon_sym_typename] = ACTIONS(1846), - [anon_sym_template] = ACTIONS(1846), - [anon_sym_operator] = ACTIONS(1846), - [anon_sym_delete] = ACTIONS(1846), - [anon_sym_throw] = ACTIONS(1846), - [anon_sym_namespace] = ACTIONS(1846), - [anon_sym_using] = ACTIONS(1846), - [anon_sym_static_assert] = ACTIONS(1846), - [anon_sym_co_return] = ACTIONS(1846), - [anon_sym_co_yield] = ACTIONS(1846), - [anon_sym_try] = ACTIONS(1846), - [anon_sym_co_await] = ACTIONS(1846), - [anon_sym_new] = ACTIONS(1846), - [sym_operator_name] = ACTIONS(1846), - [sym_this] = ACTIONS(1846), - [sym_nullptr] = ACTIONS(1846), - [sym_alone_macro] = ACTIONS(1848), - [aux_sym_alone_macro_call_token1] = ACTIONS(1846), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1846), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1846), - [anon_sym_FORWARD] = ACTIONS(1846), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1846), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1846), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1846), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1846), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1846), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1846), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1846), - [anon_sym_PS_GET] = ACTIONS(1846), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1846), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1846), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1846), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1846), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1846), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1846), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1846), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1846), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1846), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1846), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1846), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1846), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1846), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1846), - [anon_sym_MOZ_COLD] = ACTIONS(1846), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1846), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1846), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1846), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1846), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1846), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1846), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1846), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1846), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1846), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1846), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1846), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1846), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1846), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1846), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1846), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1846), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1846), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1846), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1846), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1846), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1846), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1846), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1846), - [anon_sym_MOZ_NONNULL] = ACTIONS(1846), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1846), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1846), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1846), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1846), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1846), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1846), - [anon_sym_MOZ_NORETURN] = ACTIONS(1846), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1846), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1846), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1846), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1846), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1846), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1846), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1846), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1846), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1846), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1846), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1846), - [anon_sym_MOZ_RAII] = ACTIONS(1846), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1846), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1846), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1846), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1846), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1846), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1846), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1846), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1846), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1846), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1846), - [sym_raw_string_literal] = ACTIONS(1848), + [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(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), }, [639] = { - [sym_identifier] = ACTIONS(1850), - [aux_sym_preproc_include_token1] = ACTIONS(1850), - [aux_sym_preproc_def_token1] = ACTIONS(1850), - [aux_sym_preproc_if_token1] = ACTIONS(1850), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1850), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1850), - [sym_preproc_directive] = ACTIONS(1850), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_BANG] = ACTIONS(1852), - [anon_sym_TILDE] = ACTIONS(1852), - [anon_sym_DASH] = ACTIONS(1850), - [anon_sym_PLUS] = ACTIONS(1850), - [anon_sym_STAR] = ACTIONS(1852), - [anon_sym_AMP_AMP] = ACTIONS(1852), - [anon_sym_AMP] = ACTIONS(1850), - [anon_sym_SEMI] = ACTIONS(1852), - [anon_sym_typedef] = ACTIONS(1850), - [anon_sym_extern] = ACTIONS(1850), - [anon_sym___attribute__] = ACTIONS(1850), - [anon_sym_COLON_COLON] = ACTIONS(1852), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1852), - [anon_sym___declspec] = ACTIONS(1850), - [anon_sym___based] = ACTIONS(1850), - [anon_sym___cdecl] = ACTIONS(1850), - [anon_sym___clrcall] = ACTIONS(1850), - [anon_sym___stdcall] = ACTIONS(1850), - [anon_sym___fastcall] = ACTIONS(1850), - [anon_sym___thiscall] = ACTIONS(1850), - [anon_sym___vectorcall] = ACTIONS(1850), - [anon_sym_LBRACE] = ACTIONS(1852), - [anon_sym_RBRACE] = ACTIONS(1852), - [anon_sym_LBRACK] = ACTIONS(1850), - [anon_sym_static] = ACTIONS(1850), - [anon_sym_register] = ACTIONS(1850), - [anon_sym_inline] = ACTIONS(1850), - [anon_sym_thread_local] = ACTIONS(1850), - [anon_sym_const] = ACTIONS(1850), - [anon_sym_volatile] = ACTIONS(1850), - [anon_sym_restrict] = ACTIONS(1850), - [anon_sym__Atomic] = ACTIONS(1850), - [anon_sym_mutable] = ACTIONS(1850), - [anon_sym_constexpr] = ACTIONS(1850), - [anon_sym_signed] = ACTIONS(1850), - [anon_sym_unsigned] = ACTIONS(1850), - [anon_sym_long] = ACTIONS(1850), - [anon_sym_short] = ACTIONS(1850), - [sym_primitive_type] = ACTIONS(1850), - [anon_sym_enum] = ACTIONS(1850), - [anon_sym_class] = ACTIONS(1850), - [anon_sym_struct] = ACTIONS(1850), - [anon_sym_union] = ACTIONS(1850), - [anon_sym_if] = ACTIONS(1850), - [anon_sym_switch] = ACTIONS(1850), - [anon_sym_case] = ACTIONS(1850), - [anon_sym_default] = ACTIONS(1850), - [anon_sym_while] = ACTIONS(1850), - [anon_sym_do] = ACTIONS(1850), - [anon_sym_for] = ACTIONS(1850), - [anon_sym_return] = ACTIONS(1850), - [anon_sym_break] = ACTIONS(1850), - [anon_sym_continue] = ACTIONS(1850), - [anon_sym_goto] = ACTIONS(1850), - [anon_sym_DASH_DASH] = ACTIONS(1852), - [anon_sym_PLUS_PLUS] = ACTIONS(1852), - [anon_sym_sizeof] = ACTIONS(1850), - [sym_number_literal] = ACTIONS(1852), - [anon_sym_L_SQUOTE] = ACTIONS(1852), - [anon_sym_u_SQUOTE] = ACTIONS(1852), - [anon_sym_U_SQUOTE] = ACTIONS(1852), - [anon_sym_u8_SQUOTE] = ACTIONS(1852), - [anon_sym_SQUOTE] = ACTIONS(1852), - [anon_sym_L_DQUOTE] = ACTIONS(1852), - [anon_sym_u_DQUOTE] = ACTIONS(1852), - [anon_sym_U_DQUOTE] = ACTIONS(1852), - [anon_sym_u8_DQUOTE] = ACTIONS(1852), - [anon_sym_DQUOTE] = ACTIONS(1852), - [sym_true] = ACTIONS(1850), - [sym_false] = ACTIONS(1850), - [sym_null] = ACTIONS(1850), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1850), - [anon_sym_virtual] = ACTIONS(1850), - [anon_sym_explicit] = ACTIONS(1850), - [sym_auto] = ACTIONS(1850), - [anon_sym_typename] = ACTIONS(1850), - [anon_sym_template] = ACTIONS(1850), - [anon_sym_operator] = ACTIONS(1850), - [anon_sym_delete] = ACTIONS(1850), - [anon_sym_throw] = ACTIONS(1850), - [anon_sym_namespace] = ACTIONS(1850), - [anon_sym_using] = ACTIONS(1850), - [anon_sym_static_assert] = ACTIONS(1850), - [anon_sym_co_return] = ACTIONS(1850), - [anon_sym_co_yield] = ACTIONS(1850), - [anon_sym_try] = ACTIONS(1850), - [anon_sym_co_await] = ACTIONS(1850), - [anon_sym_new] = ACTIONS(1850), - [sym_operator_name] = ACTIONS(1850), - [sym_this] = ACTIONS(1850), - [sym_nullptr] = ACTIONS(1850), - [sym_alone_macro] = ACTIONS(1852), - [aux_sym_alone_macro_call_token1] = ACTIONS(1850), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1850), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1850), - [anon_sym_FORWARD] = ACTIONS(1850), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1850), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1850), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1850), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1850), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1850), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1850), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1850), - [anon_sym_PS_GET] = ACTIONS(1850), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1850), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1850), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1850), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1850), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1850), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1850), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1850), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1850), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1850), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1850), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1850), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1850), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1850), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1850), - [anon_sym_MOZ_COLD] = ACTIONS(1850), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1850), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1850), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1850), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1850), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1850), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1850), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1850), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1850), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1850), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1850), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1850), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1850), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1850), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1850), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1850), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1850), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1850), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1850), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1850), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1850), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_NONNULL] = ACTIONS(1850), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1850), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1850), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1850), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1850), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1850), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_NORETURN] = ACTIONS(1850), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1850), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1850), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1850), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1850), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1850), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1850), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1850), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1850), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1850), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1850), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1850), - [anon_sym_MOZ_RAII] = ACTIONS(1850), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1850), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1850), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1850), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1850), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1850), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1850), - [sym_raw_string_literal] = ACTIONS(1852), + [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(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), }, [640] = { - [sym_identifier] = ACTIONS(1734), - [aux_sym_preproc_include_token1] = ACTIONS(1734), - [aux_sym_preproc_def_token1] = ACTIONS(1734), - [aux_sym_preproc_if_token1] = ACTIONS(1734), - [aux_sym_preproc_if_token2] = ACTIONS(1734), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1734), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1734), - [sym_preproc_directive] = ACTIONS(1734), - [anon_sym_LPAREN2] = ACTIONS(1736), - [anon_sym_BANG] = ACTIONS(1736), - [anon_sym_TILDE] = ACTIONS(1736), - [anon_sym_DASH] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1734), - [anon_sym_STAR] = ACTIONS(1736), - [anon_sym_AMP_AMP] = ACTIONS(1736), - [anon_sym_AMP] = ACTIONS(1734), - [anon_sym_SEMI] = ACTIONS(1736), - [anon_sym_typedef] = ACTIONS(1734), - [anon_sym_extern] = ACTIONS(1734), - [anon_sym___attribute__] = ACTIONS(1734), - [anon_sym_COLON_COLON] = ACTIONS(1736), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1736), - [anon_sym___declspec] = ACTIONS(1734), - [anon_sym___based] = ACTIONS(1734), - [anon_sym___cdecl] = ACTIONS(1734), - [anon_sym___clrcall] = ACTIONS(1734), - [anon_sym___stdcall] = ACTIONS(1734), - [anon_sym___fastcall] = ACTIONS(1734), - [anon_sym___thiscall] = ACTIONS(1734), - [anon_sym___vectorcall] = ACTIONS(1734), - [anon_sym_LBRACE] = ACTIONS(1736), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_static] = ACTIONS(1734), - [anon_sym_register] = ACTIONS(1734), - [anon_sym_inline] = ACTIONS(1734), - [anon_sym_thread_local] = ACTIONS(1734), - [anon_sym_const] = ACTIONS(1734), - [anon_sym_volatile] = ACTIONS(1734), - [anon_sym_restrict] = ACTIONS(1734), - [anon_sym__Atomic] = ACTIONS(1734), - [anon_sym_mutable] = ACTIONS(1734), - [anon_sym_constexpr] = ACTIONS(1734), - [anon_sym_signed] = ACTIONS(1734), - [anon_sym_unsigned] = ACTIONS(1734), - [anon_sym_long] = ACTIONS(1734), - [anon_sym_short] = ACTIONS(1734), - [sym_primitive_type] = ACTIONS(1734), - [anon_sym_enum] = ACTIONS(1734), - [anon_sym_class] = ACTIONS(1734), - [anon_sym_struct] = ACTIONS(1734), - [anon_sym_union] = ACTIONS(1734), - [anon_sym_if] = ACTIONS(1734), - [anon_sym_switch] = ACTIONS(1734), - [anon_sym_case] = ACTIONS(1734), - [anon_sym_default] = ACTIONS(1734), - [anon_sym_while] = ACTIONS(1734), - [anon_sym_do] = ACTIONS(1734), - [anon_sym_for] = ACTIONS(1734), - [anon_sym_return] = ACTIONS(1734), - [anon_sym_break] = ACTIONS(1734), - [anon_sym_continue] = ACTIONS(1734), - [anon_sym_goto] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1736), - [anon_sym_PLUS_PLUS] = ACTIONS(1736), - [anon_sym_sizeof] = ACTIONS(1734), - [sym_number_literal] = ACTIONS(1736), - [anon_sym_L_SQUOTE] = ACTIONS(1736), - [anon_sym_u_SQUOTE] = ACTIONS(1736), - [anon_sym_U_SQUOTE] = ACTIONS(1736), - [anon_sym_u8_SQUOTE] = ACTIONS(1736), - [anon_sym_SQUOTE] = ACTIONS(1736), - [anon_sym_L_DQUOTE] = ACTIONS(1736), - [anon_sym_u_DQUOTE] = ACTIONS(1736), - [anon_sym_U_DQUOTE] = ACTIONS(1736), - [anon_sym_u8_DQUOTE] = ACTIONS(1736), - [anon_sym_DQUOTE] = ACTIONS(1736), - [sym_true] = ACTIONS(1734), - [sym_false] = ACTIONS(1734), - [sym_null] = ACTIONS(1734), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1734), - [anon_sym_virtual] = ACTIONS(1734), - [anon_sym_explicit] = ACTIONS(1734), - [sym_auto] = ACTIONS(1734), - [anon_sym_typename] = ACTIONS(1734), - [anon_sym_template] = ACTIONS(1734), - [anon_sym_operator] = ACTIONS(1734), - [anon_sym_delete] = ACTIONS(1734), - [anon_sym_throw] = ACTIONS(1734), - [anon_sym_namespace] = ACTIONS(1734), - [anon_sym_using] = ACTIONS(1734), - [anon_sym_static_assert] = ACTIONS(1734), - [anon_sym_co_return] = ACTIONS(1734), - [anon_sym_co_yield] = ACTIONS(1734), - [anon_sym_try] = ACTIONS(1734), - [anon_sym_co_await] = ACTIONS(1734), - [anon_sym_new] = ACTIONS(1734), - [sym_operator_name] = ACTIONS(1734), - [sym_this] = ACTIONS(1734), - [sym_nullptr] = ACTIONS(1734), - [sym_alone_macro] = ACTIONS(1736), - [aux_sym_alone_macro_call_token1] = ACTIONS(1734), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1734), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1734), - [anon_sym_FORWARD] = ACTIONS(1734), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1734), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1734), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1734), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1734), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1734), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1734), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1734), - [anon_sym_PS_GET] = ACTIONS(1734), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1734), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1734), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1734), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1734), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1734), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1734), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1734), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1734), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1734), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1734), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1734), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1734), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1734), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1734), - [anon_sym_MOZ_COLD] = ACTIONS(1734), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1734), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1734), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1734), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1734), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1734), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1734), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1734), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1734), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1734), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1734), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1734), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1734), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1734), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1734), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1734), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1734), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1734), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1734), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1734), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1734), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_NONNULL] = ACTIONS(1734), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1734), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1734), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1734), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1734), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1734), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_NORETURN] = ACTIONS(1734), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1734), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1734), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1734), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1734), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1734), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1734), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1734), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1734), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1734), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1734), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1734), - [anon_sym_MOZ_RAII] = ACTIONS(1734), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1734), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1734), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1734), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1734), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1734), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1734), - [sym_raw_string_literal] = ACTIONS(1736), + [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(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), }, [641] = { - [sym_identifier] = ACTIONS(1738), - [aux_sym_preproc_include_token1] = ACTIONS(1738), - [aux_sym_preproc_def_token1] = ACTIONS(1738), - [aux_sym_preproc_if_token1] = ACTIONS(1738), - [aux_sym_preproc_if_token2] = ACTIONS(1738), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1738), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1738), - [sym_preproc_directive] = ACTIONS(1738), - [anon_sym_LPAREN2] = ACTIONS(1740), - [anon_sym_BANG] = ACTIONS(1740), - [anon_sym_TILDE] = ACTIONS(1740), - [anon_sym_DASH] = ACTIONS(1738), - [anon_sym_PLUS] = ACTIONS(1738), - [anon_sym_STAR] = ACTIONS(1740), - [anon_sym_AMP_AMP] = ACTIONS(1740), - [anon_sym_AMP] = ACTIONS(1738), - [anon_sym_SEMI] = ACTIONS(1740), - [anon_sym_typedef] = ACTIONS(1738), - [anon_sym_extern] = ACTIONS(1738), - [anon_sym___attribute__] = ACTIONS(1738), - [anon_sym_COLON_COLON] = ACTIONS(1740), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1740), - [anon_sym___declspec] = ACTIONS(1738), - [anon_sym___based] = ACTIONS(1738), - [anon_sym___cdecl] = ACTIONS(1738), - [anon_sym___clrcall] = ACTIONS(1738), - [anon_sym___stdcall] = ACTIONS(1738), - [anon_sym___fastcall] = ACTIONS(1738), - [anon_sym___thiscall] = ACTIONS(1738), - [anon_sym___vectorcall] = ACTIONS(1738), - [anon_sym_LBRACE] = ACTIONS(1740), - [anon_sym_LBRACK] = ACTIONS(1738), - [anon_sym_static] = ACTIONS(1738), - [anon_sym_register] = ACTIONS(1738), - [anon_sym_inline] = ACTIONS(1738), - [anon_sym_thread_local] = ACTIONS(1738), - [anon_sym_const] = ACTIONS(1738), - [anon_sym_volatile] = ACTIONS(1738), - [anon_sym_restrict] = ACTIONS(1738), - [anon_sym__Atomic] = ACTIONS(1738), - [anon_sym_mutable] = ACTIONS(1738), - [anon_sym_constexpr] = ACTIONS(1738), - [anon_sym_signed] = ACTIONS(1738), - [anon_sym_unsigned] = ACTIONS(1738), - [anon_sym_long] = ACTIONS(1738), - [anon_sym_short] = ACTIONS(1738), - [sym_primitive_type] = ACTIONS(1738), - [anon_sym_enum] = ACTIONS(1738), - [anon_sym_class] = ACTIONS(1738), - [anon_sym_struct] = ACTIONS(1738), - [anon_sym_union] = ACTIONS(1738), - [anon_sym_if] = ACTIONS(1738), - [anon_sym_switch] = ACTIONS(1738), - [anon_sym_case] = ACTIONS(1738), - [anon_sym_default] = ACTIONS(1738), - [anon_sym_while] = ACTIONS(1738), - [anon_sym_do] = ACTIONS(1738), - [anon_sym_for] = ACTIONS(1738), - [anon_sym_return] = ACTIONS(1738), - [anon_sym_break] = ACTIONS(1738), - [anon_sym_continue] = ACTIONS(1738), - [anon_sym_goto] = ACTIONS(1738), - [anon_sym_DASH_DASH] = ACTIONS(1740), - [anon_sym_PLUS_PLUS] = ACTIONS(1740), - [anon_sym_sizeof] = ACTIONS(1738), - [sym_number_literal] = ACTIONS(1740), - [anon_sym_L_SQUOTE] = ACTIONS(1740), - [anon_sym_u_SQUOTE] = ACTIONS(1740), - [anon_sym_U_SQUOTE] = ACTIONS(1740), - [anon_sym_u8_SQUOTE] = ACTIONS(1740), - [anon_sym_SQUOTE] = ACTIONS(1740), - [anon_sym_L_DQUOTE] = ACTIONS(1740), - [anon_sym_u_DQUOTE] = ACTIONS(1740), - [anon_sym_U_DQUOTE] = ACTIONS(1740), - [anon_sym_u8_DQUOTE] = ACTIONS(1740), - [anon_sym_DQUOTE] = ACTIONS(1740), - [sym_true] = ACTIONS(1738), - [sym_false] = ACTIONS(1738), - [sym_null] = ACTIONS(1738), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1738), - [anon_sym_virtual] = ACTIONS(1738), - [anon_sym_explicit] = ACTIONS(1738), - [sym_auto] = ACTIONS(1738), - [anon_sym_typename] = ACTIONS(1738), - [anon_sym_template] = ACTIONS(1738), - [anon_sym_operator] = ACTIONS(1738), - [anon_sym_delete] = ACTIONS(1738), - [anon_sym_throw] = ACTIONS(1738), - [anon_sym_namespace] = ACTIONS(1738), - [anon_sym_using] = ACTIONS(1738), - [anon_sym_static_assert] = ACTIONS(1738), - [anon_sym_co_return] = ACTIONS(1738), - [anon_sym_co_yield] = ACTIONS(1738), - [anon_sym_try] = ACTIONS(1738), - [anon_sym_co_await] = ACTIONS(1738), - [anon_sym_new] = ACTIONS(1738), - [sym_operator_name] = ACTIONS(1738), - [sym_this] = ACTIONS(1738), - [sym_nullptr] = ACTIONS(1738), - [sym_alone_macro] = ACTIONS(1740), - [aux_sym_alone_macro_call_token1] = ACTIONS(1738), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1738), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1738), - [anon_sym_FORWARD] = ACTIONS(1738), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1738), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1738), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1738), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1738), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1738), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1738), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1738), - [anon_sym_PS_GET] = ACTIONS(1738), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1738), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1738), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1738), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1738), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1738), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1738), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1738), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1738), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1738), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1738), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1738), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1738), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1738), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1738), - [anon_sym_MOZ_COLD] = ACTIONS(1738), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1738), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1738), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1738), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1738), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1738), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1738), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1738), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1738), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1738), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1738), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1738), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1738), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1738), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1738), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1738), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1738), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1738), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1738), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1738), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1738), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_NONNULL] = ACTIONS(1738), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1738), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1738), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1738), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1738), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1738), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_NORETURN] = ACTIONS(1738), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1738), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1738), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1738), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1738), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1738), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1738), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1738), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1738), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1738), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1738), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1738), - [anon_sym_MOZ_RAII] = ACTIONS(1738), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1738), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1738), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1738), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1738), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1738), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1738), - [sym_raw_string_literal] = ACTIONS(1740), + [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(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), }, [642] = { - [ts_builtin_sym_end] = ACTIONS(1912), - [sym_identifier] = ACTIONS(1910), - [aux_sym_preproc_include_token1] = ACTIONS(1910), - [aux_sym_preproc_def_token1] = ACTIONS(1910), - [aux_sym_preproc_if_token1] = ACTIONS(1910), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1910), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1910), - [sym_preproc_directive] = ACTIONS(1910), - [anon_sym_LPAREN2] = ACTIONS(1912), - [anon_sym_BANG] = ACTIONS(1912), - [anon_sym_TILDE] = ACTIONS(1912), - [anon_sym_DASH] = ACTIONS(1910), - [anon_sym_PLUS] = ACTIONS(1910), - [anon_sym_STAR] = ACTIONS(1912), - [anon_sym_AMP_AMP] = ACTIONS(1912), - [anon_sym_AMP] = ACTIONS(1910), - [anon_sym_SEMI] = ACTIONS(1912), - [anon_sym_typedef] = ACTIONS(1910), - [anon_sym_extern] = ACTIONS(1910), - [anon_sym___attribute__] = ACTIONS(1910), - [anon_sym_COLON_COLON] = ACTIONS(1912), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1912), - [anon_sym___declspec] = ACTIONS(1910), - [anon_sym___based] = ACTIONS(1910), - [anon_sym___cdecl] = ACTIONS(1910), - [anon_sym___clrcall] = ACTIONS(1910), - [anon_sym___stdcall] = ACTIONS(1910), - [anon_sym___fastcall] = ACTIONS(1910), - [anon_sym___thiscall] = ACTIONS(1910), - [anon_sym___vectorcall] = ACTIONS(1910), - [anon_sym_LBRACE] = ACTIONS(1912), - [anon_sym_LBRACK] = ACTIONS(1910), - [anon_sym_static] = ACTIONS(1910), - [anon_sym_register] = ACTIONS(1910), - [anon_sym_inline] = ACTIONS(1910), - [anon_sym_thread_local] = ACTIONS(1910), - [anon_sym_const] = ACTIONS(1910), - [anon_sym_volatile] = ACTIONS(1910), - [anon_sym_restrict] = ACTIONS(1910), - [anon_sym__Atomic] = ACTIONS(1910), - [anon_sym_mutable] = ACTIONS(1910), - [anon_sym_constexpr] = ACTIONS(1910), - [anon_sym_signed] = ACTIONS(1910), - [anon_sym_unsigned] = ACTIONS(1910), - [anon_sym_long] = ACTIONS(1910), - [anon_sym_short] = ACTIONS(1910), - [sym_primitive_type] = ACTIONS(1910), - [anon_sym_enum] = ACTIONS(1910), - [anon_sym_class] = ACTIONS(1910), - [anon_sym_struct] = ACTIONS(1910), - [anon_sym_union] = ACTIONS(1910), - [anon_sym_if] = ACTIONS(1910), - [anon_sym_switch] = ACTIONS(1910), - [anon_sym_case] = ACTIONS(1910), - [anon_sym_default] = ACTIONS(1910), - [anon_sym_while] = ACTIONS(1910), - [anon_sym_do] = ACTIONS(1910), - [anon_sym_for] = ACTIONS(1910), - [anon_sym_return] = ACTIONS(1910), - [anon_sym_break] = ACTIONS(1910), - [anon_sym_continue] = ACTIONS(1910), - [anon_sym_goto] = ACTIONS(1910), - [anon_sym_DASH_DASH] = ACTIONS(1912), - [anon_sym_PLUS_PLUS] = ACTIONS(1912), - [anon_sym_sizeof] = ACTIONS(1910), - [sym_number_literal] = ACTIONS(1912), - [anon_sym_L_SQUOTE] = ACTIONS(1912), - [anon_sym_u_SQUOTE] = ACTIONS(1912), - [anon_sym_U_SQUOTE] = ACTIONS(1912), - [anon_sym_u8_SQUOTE] = ACTIONS(1912), - [anon_sym_SQUOTE] = ACTIONS(1912), - [anon_sym_L_DQUOTE] = ACTIONS(1912), - [anon_sym_u_DQUOTE] = ACTIONS(1912), - [anon_sym_U_DQUOTE] = ACTIONS(1912), - [anon_sym_u8_DQUOTE] = ACTIONS(1912), - [anon_sym_DQUOTE] = ACTIONS(1912), - [sym_true] = ACTIONS(1910), - [sym_false] = ACTIONS(1910), - [sym_null] = ACTIONS(1910), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1910), - [anon_sym_virtual] = ACTIONS(1910), - [anon_sym_explicit] = ACTIONS(1910), - [sym_auto] = ACTIONS(1910), - [anon_sym_typename] = ACTIONS(1910), - [anon_sym_template] = ACTIONS(1910), - [anon_sym_operator] = ACTIONS(1910), - [anon_sym_delete] = ACTIONS(1910), - [anon_sym_throw] = ACTIONS(1910), - [anon_sym_namespace] = ACTIONS(1910), - [anon_sym_using] = ACTIONS(1910), - [anon_sym_static_assert] = ACTIONS(1910), - [anon_sym_co_return] = ACTIONS(1910), - [anon_sym_co_yield] = ACTIONS(1910), - [anon_sym_try] = ACTIONS(1910), - [anon_sym_co_await] = ACTIONS(1910), - [anon_sym_new] = ACTIONS(1910), - [sym_operator_name] = ACTIONS(1910), - [sym_this] = ACTIONS(1910), - [sym_nullptr] = ACTIONS(1910), - [sym_alone_macro] = ACTIONS(1912), - [aux_sym_alone_macro_call_token1] = ACTIONS(1910), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1910), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1910), - [anon_sym_FORWARD] = ACTIONS(1910), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1910), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1910), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1910), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1910), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1910), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1910), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1910), - [anon_sym_PS_GET] = ACTIONS(1910), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1910), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1910), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1910), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1910), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1910), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1910), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1910), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1910), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1910), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1910), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1910), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1910), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1910), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1910), - [anon_sym_MOZ_COLD] = ACTIONS(1910), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1910), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1910), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1910), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1910), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1910), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1910), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1910), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1910), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1910), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1910), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1910), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1910), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1910), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1910), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1910), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1910), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1910), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1910), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1910), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1910), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1910), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1910), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1910), - [anon_sym_MOZ_NONNULL] = ACTIONS(1910), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1910), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1910), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1910), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1910), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1910), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1910), - [anon_sym_MOZ_NORETURN] = ACTIONS(1910), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1910), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1910), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1910), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1910), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1910), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1910), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1910), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1910), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1910), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1910), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1910), - [anon_sym_MOZ_RAII] = ACTIONS(1910), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1910), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1910), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1910), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1910), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1910), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1910), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1910), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1910), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1910), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1910), - [sym_raw_string_literal] = ACTIONS(1912), + [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(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), }, [643] = { - [ts_builtin_sym_end] = ACTIONS(1748), - [sym_identifier] = ACTIONS(1746), - [aux_sym_preproc_include_token1] = ACTIONS(1746), - [aux_sym_preproc_def_token1] = ACTIONS(1746), - [aux_sym_preproc_if_token1] = ACTIONS(1746), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1746), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1746), - [sym_preproc_directive] = ACTIONS(1746), - [anon_sym_LPAREN2] = ACTIONS(1748), - [anon_sym_BANG] = ACTIONS(1748), - [anon_sym_TILDE] = ACTIONS(1748), - [anon_sym_DASH] = ACTIONS(1746), - [anon_sym_PLUS] = ACTIONS(1746), - [anon_sym_STAR] = ACTIONS(1748), - [anon_sym_AMP_AMP] = ACTIONS(1748), - [anon_sym_AMP] = ACTIONS(1746), - [anon_sym_SEMI] = ACTIONS(1748), - [anon_sym_typedef] = ACTIONS(1746), - [anon_sym_extern] = ACTIONS(1746), - [anon_sym___attribute__] = ACTIONS(1746), - [anon_sym_COLON_COLON] = ACTIONS(1748), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1748), - [anon_sym___declspec] = ACTIONS(1746), - [anon_sym___based] = ACTIONS(1746), - [anon_sym___cdecl] = ACTIONS(1746), - [anon_sym___clrcall] = ACTIONS(1746), - [anon_sym___stdcall] = ACTIONS(1746), - [anon_sym___fastcall] = ACTIONS(1746), - [anon_sym___thiscall] = ACTIONS(1746), - [anon_sym___vectorcall] = ACTIONS(1746), - [anon_sym_LBRACE] = ACTIONS(1748), - [anon_sym_LBRACK] = ACTIONS(1746), - [anon_sym_static] = ACTIONS(1746), - [anon_sym_register] = ACTIONS(1746), - [anon_sym_inline] = ACTIONS(1746), - [anon_sym_thread_local] = ACTIONS(1746), - [anon_sym_const] = ACTIONS(1746), - [anon_sym_volatile] = ACTIONS(1746), - [anon_sym_restrict] = ACTIONS(1746), - [anon_sym__Atomic] = ACTIONS(1746), - [anon_sym_mutable] = ACTIONS(1746), - [anon_sym_constexpr] = ACTIONS(1746), - [anon_sym_signed] = ACTIONS(1746), - [anon_sym_unsigned] = ACTIONS(1746), - [anon_sym_long] = ACTIONS(1746), - [anon_sym_short] = ACTIONS(1746), - [sym_primitive_type] = ACTIONS(1746), - [anon_sym_enum] = ACTIONS(1746), - [anon_sym_class] = ACTIONS(1746), - [anon_sym_struct] = ACTIONS(1746), - [anon_sym_union] = ACTIONS(1746), - [anon_sym_if] = ACTIONS(1746), - [anon_sym_switch] = ACTIONS(1746), - [anon_sym_case] = ACTIONS(1746), - [anon_sym_default] = ACTIONS(1746), - [anon_sym_while] = ACTIONS(1746), - [anon_sym_do] = ACTIONS(1746), - [anon_sym_for] = ACTIONS(1746), - [anon_sym_return] = ACTIONS(1746), - [anon_sym_break] = ACTIONS(1746), - [anon_sym_continue] = ACTIONS(1746), - [anon_sym_goto] = ACTIONS(1746), - [anon_sym_DASH_DASH] = ACTIONS(1748), - [anon_sym_PLUS_PLUS] = ACTIONS(1748), - [anon_sym_sizeof] = ACTIONS(1746), - [sym_number_literal] = ACTIONS(1748), - [anon_sym_L_SQUOTE] = ACTIONS(1748), - [anon_sym_u_SQUOTE] = ACTIONS(1748), - [anon_sym_U_SQUOTE] = ACTIONS(1748), - [anon_sym_u8_SQUOTE] = ACTIONS(1748), - [anon_sym_SQUOTE] = ACTIONS(1748), - [anon_sym_L_DQUOTE] = ACTIONS(1748), - [anon_sym_u_DQUOTE] = ACTIONS(1748), - [anon_sym_U_DQUOTE] = ACTIONS(1748), - [anon_sym_u8_DQUOTE] = ACTIONS(1748), - [anon_sym_DQUOTE] = ACTIONS(1748), - [sym_true] = ACTIONS(1746), - [sym_false] = ACTIONS(1746), - [sym_null] = ACTIONS(1746), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1746), - [anon_sym_virtual] = ACTIONS(1746), - [anon_sym_explicit] = ACTIONS(1746), - [sym_auto] = ACTIONS(1746), - [anon_sym_typename] = ACTIONS(1746), - [anon_sym_template] = ACTIONS(1746), - [anon_sym_operator] = ACTIONS(1746), - [anon_sym_delete] = ACTIONS(1746), - [anon_sym_throw] = ACTIONS(1746), - [anon_sym_namespace] = ACTIONS(1746), - [anon_sym_using] = ACTIONS(1746), - [anon_sym_static_assert] = ACTIONS(1746), - [anon_sym_co_return] = ACTIONS(1746), - [anon_sym_co_yield] = ACTIONS(1746), - [anon_sym_try] = ACTIONS(1746), - [anon_sym_co_await] = ACTIONS(1746), - [anon_sym_new] = ACTIONS(1746), - [sym_operator_name] = ACTIONS(1746), - [sym_this] = ACTIONS(1746), - [sym_nullptr] = ACTIONS(1746), - [sym_alone_macro] = ACTIONS(1748), - [aux_sym_alone_macro_call_token1] = ACTIONS(1746), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1746), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1746), - [anon_sym_FORWARD] = ACTIONS(1746), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1746), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1746), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1746), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1746), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1746), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1746), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1746), - [anon_sym_PS_GET] = ACTIONS(1746), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1746), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1746), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1746), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1746), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1746), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1746), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1746), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1746), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1746), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1746), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1746), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1746), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1746), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1746), - [anon_sym_MOZ_COLD] = ACTIONS(1746), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1746), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1746), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1746), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1746), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1746), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1746), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1746), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1746), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1746), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1746), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1746), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1746), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1746), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1746), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1746), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1746), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1746), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1746), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1746), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1746), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1746), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1746), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1746), - [anon_sym_MOZ_NONNULL] = ACTIONS(1746), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1746), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1746), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1746), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1746), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1746), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1746), - [anon_sym_MOZ_NORETURN] = ACTIONS(1746), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1746), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1746), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1746), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1746), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1746), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1746), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1746), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1746), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1746), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1746), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1746), - [anon_sym_MOZ_RAII] = ACTIONS(1746), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1746), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1746), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1746), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1746), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1746), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1746), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1746), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1746), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1746), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1746), - [sym_raw_string_literal] = ACTIONS(1748), + [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(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), }, [644] = { - [sym_identifier] = ACTIONS(1854), - [aux_sym_preproc_include_token1] = ACTIONS(1854), - [aux_sym_preproc_def_token1] = ACTIONS(1854), - [aux_sym_preproc_if_token1] = ACTIONS(1854), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1854), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1854), - [sym_preproc_directive] = ACTIONS(1854), - [anon_sym_LPAREN2] = ACTIONS(1856), - [anon_sym_BANG] = ACTIONS(1856), - [anon_sym_TILDE] = ACTIONS(1856), - [anon_sym_DASH] = ACTIONS(1854), - [anon_sym_PLUS] = ACTIONS(1854), - [anon_sym_STAR] = ACTIONS(1856), - [anon_sym_AMP_AMP] = ACTIONS(1856), - [anon_sym_AMP] = ACTIONS(1854), - [anon_sym_SEMI] = ACTIONS(1856), - [anon_sym_typedef] = ACTIONS(1854), - [anon_sym_extern] = ACTIONS(1854), - [anon_sym___attribute__] = ACTIONS(1854), - [anon_sym_COLON_COLON] = ACTIONS(1856), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1856), - [anon_sym___declspec] = ACTIONS(1854), - [anon_sym___based] = ACTIONS(1854), - [anon_sym___cdecl] = ACTIONS(1854), - [anon_sym___clrcall] = ACTIONS(1854), - [anon_sym___stdcall] = ACTIONS(1854), - [anon_sym___fastcall] = ACTIONS(1854), - [anon_sym___thiscall] = ACTIONS(1854), - [anon_sym___vectorcall] = ACTIONS(1854), - [anon_sym_LBRACE] = ACTIONS(1856), - [anon_sym_RBRACE] = ACTIONS(1856), - [anon_sym_LBRACK] = ACTIONS(1854), - [anon_sym_static] = ACTIONS(1854), - [anon_sym_register] = ACTIONS(1854), - [anon_sym_inline] = ACTIONS(1854), - [anon_sym_thread_local] = ACTIONS(1854), - [anon_sym_const] = ACTIONS(1854), - [anon_sym_volatile] = ACTIONS(1854), - [anon_sym_restrict] = ACTIONS(1854), - [anon_sym__Atomic] = ACTIONS(1854), - [anon_sym_mutable] = ACTIONS(1854), - [anon_sym_constexpr] = ACTIONS(1854), - [anon_sym_signed] = ACTIONS(1854), - [anon_sym_unsigned] = ACTIONS(1854), - [anon_sym_long] = ACTIONS(1854), - [anon_sym_short] = ACTIONS(1854), - [sym_primitive_type] = ACTIONS(1854), - [anon_sym_enum] = ACTIONS(1854), - [anon_sym_class] = ACTIONS(1854), - [anon_sym_struct] = ACTIONS(1854), - [anon_sym_union] = ACTIONS(1854), - [anon_sym_if] = ACTIONS(1854), - [anon_sym_switch] = ACTIONS(1854), - [anon_sym_case] = ACTIONS(1854), - [anon_sym_default] = ACTIONS(1854), - [anon_sym_while] = ACTIONS(1854), - [anon_sym_do] = ACTIONS(1854), - [anon_sym_for] = ACTIONS(1854), - [anon_sym_return] = ACTIONS(1854), - [anon_sym_break] = ACTIONS(1854), - [anon_sym_continue] = ACTIONS(1854), - [anon_sym_goto] = ACTIONS(1854), - [anon_sym_DASH_DASH] = ACTIONS(1856), - [anon_sym_PLUS_PLUS] = ACTIONS(1856), - [anon_sym_sizeof] = ACTIONS(1854), - [sym_number_literal] = ACTIONS(1856), - [anon_sym_L_SQUOTE] = ACTIONS(1856), - [anon_sym_u_SQUOTE] = ACTIONS(1856), - [anon_sym_U_SQUOTE] = ACTIONS(1856), - [anon_sym_u8_SQUOTE] = ACTIONS(1856), - [anon_sym_SQUOTE] = ACTIONS(1856), - [anon_sym_L_DQUOTE] = ACTIONS(1856), - [anon_sym_u_DQUOTE] = ACTIONS(1856), - [anon_sym_U_DQUOTE] = ACTIONS(1856), - [anon_sym_u8_DQUOTE] = ACTIONS(1856), - [anon_sym_DQUOTE] = ACTIONS(1856), - [sym_true] = ACTIONS(1854), - [sym_false] = ACTIONS(1854), - [sym_null] = ACTIONS(1854), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1854), - [anon_sym_virtual] = ACTIONS(1854), - [anon_sym_explicit] = ACTIONS(1854), - [sym_auto] = ACTIONS(1854), - [anon_sym_typename] = ACTIONS(1854), - [anon_sym_template] = ACTIONS(1854), - [anon_sym_operator] = ACTIONS(1854), - [anon_sym_delete] = ACTIONS(1854), - [anon_sym_throw] = ACTIONS(1854), - [anon_sym_namespace] = ACTIONS(1854), - [anon_sym_using] = ACTIONS(1854), - [anon_sym_static_assert] = ACTIONS(1854), - [anon_sym_co_return] = ACTIONS(1854), - [anon_sym_co_yield] = ACTIONS(1854), - [anon_sym_try] = ACTIONS(1854), - [anon_sym_co_await] = ACTIONS(1854), - [anon_sym_new] = ACTIONS(1854), - [sym_operator_name] = ACTIONS(1854), - [sym_this] = ACTIONS(1854), - [sym_nullptr] = ACTIONS(1854), - [sym_alone_macro] = ACTIONS(1856), - [aux_sym_alone_macro_call_token1] = ACTIONS(1854), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1854), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1854), - [anon_sym_FORWARD] = ACTIONS(1854), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1854), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1854), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1854), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1854), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1854), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1854), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1854), - [anon_sym_PS_GET] = ACTIONS(1854), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1854), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1854), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1854), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1854), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1854), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1854), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1854), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1854), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1854), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1854), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1854), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1854), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1854), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1854), - [anon_sym_MOZ_COLD] = ACTIONS(1854), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1854), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1854), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1854), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1854), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1854), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1854), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1854), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1854), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1854), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1854), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1854), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1854), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1854), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1854), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1854), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1854), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1854), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1854), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1854), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1854), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_NONNULL] = ACTIONS(1854), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1854), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1854), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1854), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1854), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1854), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_NORETURN] = ACTIONS(1854), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1854), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1854), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1854), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1854), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1854), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1854), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1854), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1854), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1854), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1854), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1854), - [anon_sym_MOZ_RAII] = ACTIONS(1854), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1854), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1854), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1854), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1854), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1854), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1854), - [sym_raw_string_literal] = ACTIONS(1856), + [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(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(1858), - [aux_sym_preproc_include_token1] = ACTIONS(1858), - [aux_sym_preproc_def_token1] = ACTIONS(1858), - [aux_sym_preproc_if_token1] = ACTIONS(1858), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1858), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1858), - [sym_preproc_directive] = ACTIONS(1858), - [anon_sym_LPAREN2] = ACTIONS(1860), - [anon_sym_BANG] = ACTIONS(1860), - [anon_sym_TILDE] = ACTIONS(1860), - [anon_sym_DASH] = ACTIONS(1858), - [anon_sym_PLUS] = ACTIONS(1858), - [anon_sym_STAR] = ACTIONS(1860), - [anon_sym_AMP_AMP] = ACTIONS(1860), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym_SEMI] = ACTIONS(1860), - [anon_sym_typedef] = ACTIONS(1858), - [anon_sym_extern] = ACTIONS(1858), - [anon_sym___attribute__] = ACTIONS(1858), - [anon_sym_COLON_COLON] = ACTIONS(1860), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1860), - [anon_sym___declspec] = ACTIONS(1858), - [anon_sym___based] = ACTIONS(1858), - [anon_sym___cdecl] = ACTIONS(1858), - [anon_sym___clrcall] = ACTIONS(1858), - [anon_sym___stdcall] = ACTIONS(1858), - [anon_sym___fastcall] = ACTIONS(1858), - [anon_sym___thiscall] = ACTIONS(1858), - [anon_sym___vectorcall] = ACTIONS(1858), - [anon_sym_LBRACE] = ACTIONS(1860), - [anon_sym_RBRACE] = ACTIONS(1860), - [anon_sym_LBRACK] = ACTIONS(1858), - [anon_sym_static] = ACTIONS(1858), - [anon_sym_register] = ACTIONS(1858), - [anon_sym_inline] = ACTIONS(1858), - [anon_sym_thread_local] = ACTIONS(1858), - [anon_sym_const] = ACTIONS(1858), - [anon_sym_volatile] = ACTIONS(1858), - [anon_sym_restrict] = ACTIONS(1858), - [anon_sym__Atomic] = ACTIONS(1858), - [anon_sym_mutable] = ACTIONS(1858), - [anon_sym_constexpr] = ACTIONS(1858), - [anon_sym_signed] = ACTIONS(1858), - [anon_sym_unsigned] = ACTIONS(1858), - [anon_sym_long] = ACTIONS(1858), - [anon_sym_short] = ACTIONS(1858), - [sym_primitive_type] = ACTIONS(1858), - [anon_sym_enum] = ACTIONS(1858), - [anon_sym_class] = ACTIONS(1858), - [anon_sym_struct] = ACTIONS(1858), - [anon_sym_union] = ACTIONS(1858), - [anon_sym_if] = ACTIONS(1858), - [anon_sym_switch] = ACTIONS(1858), - [anon_sym_case] = ACTIONS(1858), - [anon_sym_default] = ACTIONS(1858), - [anon_sym_while] = ACTIONS(1858), - [anon_sym_do] = ACTIONS(1858), - [anon_sym_for] = ACTIONS(1858), - [anon_sym_return] = ACTIONS(1858), - [anon_sym_break] = ACTIONS(1858), - [anon_sym_continue] = ACTIONS(1858), - [anon_sym_goto] = ACTIONS(1858), - [anon_sym_DASH_DASH] = ACTIONS(1860), - [anon_sym_PLUS_PLUS] = ACTIONS(1860), - [anon_sym_sizeof] = ACTIONS(1858), - [sym_number_literal] = ACTIONS(1860), - [anon_sym_L_SQUOTE] = ACTIONS(1860), - [anon_sym_u_SQUOTE] = ACTIONS(1860), - [anon_sym_U_SQUOTE] = ACTIONS(1860), - [anon_sym_u8_SQUOTE] = ACTIONS(1860), - [anon_sym_SQUOTE] = ACTIONS(1860), - [anon_sym_L_DQUOTE] = ACTIONS(1860), - [anon_sym_u_DQUOTE] = ACTIONS(1860), - [anon_sym_U_DQUOTE] = ACTIONS(1860), - [anon_sym_u8_DQUOTE] = ACTIONS(1860), - [anon_sym_DQUOTE] = ACTIONS(1860), - [sym_true] = ACTIONS(1858), - [sym_false] = ACTIONS(1858), - [sym_null] = ACTIONS(1858), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1858), - [anon_sym_virtual] = ACTIONS(1858), - [anon_sym_explicit] = ACTIONS(1858), - [sym_auto] = ACTIONS(1858), - [anon_sym_typename] = ACTIONS(1858), - [anon_sym_template] = ACTIONS(1858), - [anon_sym_operator] = ACTIONS(1858), - [anon_sym_delete] = ACTIONS(1858), - [anon_sym_throw] = ACTIONS(1858), - [anon_sym_namespace] = ACTIONS(1858), - [anon_sym_using] = ACTIONS(1858), - [anon_sym_static_assert] = ACTIONS(1858), - [anon_sym_co_return] = ACTIONS(1858), - [anon_sym_co_yield] = ACTIONS(1858), - [anon_sym_try] = ACTIONS(1858), - [anon_sym_co_await] = ACTIONS(1858), - [anon_sym_new] = ACTIONS(1858), - [sym_operator_name] = ACTIONS(1858), - [sym_this] = ACTIONS(1858), - [sym_nullptr] = ACTIONS(1858), - [sym_alone_macro] = ACTIONS(1860), - [aux_sym_alone_macro_call_token1] = ACTIONS(1858), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1858), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1858), - [anon_sym_FORWARD] = ACTIONS(1858), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1858), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1858), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1858), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1858), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1858), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1858), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1858), - [anon_sym_PS_GET] = ACTIONS(1858), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1858), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1858), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1858), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1858), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1858), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1858), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1858), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1858), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1858), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1858), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1858), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1858), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1858), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1858), - [anon_sym_MOZ_COLD] = ACTIONS(1858), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1858), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1858), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1858), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1858), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1858), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1858), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1858), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1858), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1858), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1858), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1858), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1858), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1858), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1858), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1858), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1858), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1858), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1858), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1858), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1858), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_NONNULL] = ACTIONS(1858), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1858), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1858), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1858), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1858), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1858), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_NORETURN] = ACTIONS(1858), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1858), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1858), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1858), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1858), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1858), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1858), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1858), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1858), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1858), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1858), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1858), - [anon_sym_MOZ_RAII] = ACTIONS(1858), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1858), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1858), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1858), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1858), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1858), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1858), - [sym_raw_string_literal] = ACTIONS(1860), + [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(1862), - [aux_sym_preproc_include_token1] = ACTIONS(1862), - [aux_sym_preproc_def_token1] = ACTIONS(1862), - [aux_sym_preproc_if_token1] = ACTIONS(1862), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1862), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1862), - [sym_preproc_directive] = ACTIONS(1862), - [anon_sym_LPAREN2] = ACTIONS(1864), - [anon_sym_BANG] = ACTIONS(1864), - [anon_sym_TILDE] = ACTIONS(1864), - [anon_sym_DASH] = ACTIONS(1862), - [anon_sym_PLUS] = ACTIONS(1862), - [anon_sym_STAR] = ACTIONS(1864), - [anon_sym_AMP_AMP] = ACTIONS(1864), - [anon_sym_AMP] = ACTIONS(1862), - [anon_sym_SEMI] = ACTIONS(1864), - [anon_sym_typedef] = ACTIONS(1862), - [anon_sym_extern] = ACTIONS(1862), - [anon_sym___attribute__] = ACTIONS(1862), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym___declspec] = ACTIONS(1862), - [anon_sym___based] = ACTIONS(1862), - [anon_sym___cdecl] = ACTIONS(1862), - [anon_sym___clrcall] = ACTIONS(1862), - [anon_sym___stdcall] = ACTIONS(1862), - [anon_sym___fastcall] = ACTIONS(1862), - [anon_sym___thiscall] = ACTIONS(1862), - [anon_sym___vectorcall] = ACTIONS(1862), - [anon_sym_LBRACE] = ACTIONS(1864), - [anon_sym_RBRACE] = ACTIONS(1864), - [anon_sym_LBRACK] = ACTIONS(1862), - [anon_sym_static] = ACTIONS(1862), - [anon_sym_register] = ACTIONS(1862), - [anon_sym_inline] = ACTIONS(1862), - [anon_sym_thread_local] = ACTIONS(1862), - [anon_sym_const] = ACTIONS(1862), - [anon_sym_volatile] = ACTIONS(1862), - [anon_sym_restrict] = ACTIONS(1862), - [anon_sym__Atomic] = ACTIONS(1862), - [anon_sym_mutable] = ACTIONS(1862), - [anon_sym_constexpr] = ACTIONS(1862), - [anon_sym_signed] = ACTIONS(1862), - [anon_sym_unsigned] = ACTIONS(1862), - [anon_sym_long] = ACTIONS(1862), - [anon_sym_short] = ACTIONS(1862), - [sym_primitive_type] = ACTIONS(1862), - [anon_sym_enum] = ACTIONS(1862), - [anon_sym_class] = ACTIONS(1862), - [anon_sym_struct] = ACTIONS(1862), - [anon_sym_union] = ACTIONS(1862), - [anon_sym_if] = ACTIONS(1862), - [anon_sym_switch] = ACTIONS(1862), - [anon_sym_case] = ACTIONS(1862), - [anon_sym_default] = ACTIONS(1862), - [anon_sym_while] = ACTIONS(1862), - [anon_sym_do] = ACTIONS(1862), - [anon_sym_for] = ACTIONS(1862), - [anon_sym_return] = ACTIONS(1862), - [anon_sym_break] = ACTIONS(1862), - [anon_sym_continue] = ACTIONS(1862), - [anon_sym_goto] = ACTIONS(1862), - [anon_sym_DASH_DASH] = ACTIONS(1864), - [anon_sym_PLUS_PLUS] = ACTIONS(1864), - [anon_sym_sizeof] = ACTIONS(1862), - [sym_number_literal] = ACTIONS(1864), - [anon_sym_L_SQUOTE] = ACTIONS(1864), - [anon_sym_u_SQUOTE] = ACTIONS(1864), - [anon_sym_U_SQUOTE] = ACTIONS(1864), - [anon_sym_u8_SQUOTE] = ACTIONS(1864), - [anon_sym_SQUOTE] = ACTIONS(1864), - [anon_sym_L_DQUOTE] = ACTIONS(1864), - [anon_sym_u_DQUOTE] = ACTIONS(1864), - [anon_sym_U_DQUOTE] = ACTIONS(1864), - [anon_sym_u8_DQUOTE] = ACTIONS(1864), - [anon_sym_DQUOTE] = ACTIONS(1864), - [sym_true] = ACTIONS(1862), - [sym_false] = ACTIONS(1862), - [sym_null] = ACTIONS(1862), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1862), - [anon_sym_virtual] = ACTIONS(1862), - [anon_sym_explicit] = ACTIONS(1862), - [sym_auto] = ACTIONS(1862), - [anon_sym_typename] = ACTIONS(1862), - [anon_sym_template] = ACTIONS(1862), - [anon_sym_operator] = ACTIONS(1862), - [anon_sym_delete] = ACTIONS(1862), - [anon_sym_throw] = ACTIONS(1862), - [anon_sym_namespace] = ACTIONS(1862), - [anon_sym_using] = ACTIONS(1862), - [anon_sym_static_assert] = ACTIONS(1862), - [anon_sym_co_return] = ACTIONS(1862), - [anon_sym_co_yield] = ACTIONS(1862), - [anon_sym_try] = ACTIONS(1862), - [anon_sym_co_await] = ACTIONS(1862), - [anon_sym_new] = ACTIONS(1862), - [sym_operator_name] = ACTIONS(1862), - [sym_this] = ACTIONS(1862), - [sym_nullptr] = ACTIONS(1862), - [sym_alone_macro] = ACTIONS(1864), - [aux_sym_alone_macro_call_token1] = ACTIONS(1862), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1862), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1862), - [anon_sym_FORWARD] = ACTIONS(1862), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1862), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1862), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1862), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1862), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1862), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1862), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1862), - [anon_sym_PS_GET] = ACTIONS(1862), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1862), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1862), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1862), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1862), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1862), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1862), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1862), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1862), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1862), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1862), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1862), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1862), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1862), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1862), - [anon_sym_MOZ_COLD] = ACTIONS(1862), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1862), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1862), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1862), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1862), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1862), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1862), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1862), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1862), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1862), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1862), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1862), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1862), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1862), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1862), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1862), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1862), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1862), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1862), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1862), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1862), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_NONNULL] = ACTIONS(1862), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1862), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1862), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1862), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1862), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1862), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_NORETURN] = ACTIONS(1862), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1862), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1862), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1862), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1862), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1862), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1862), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1862), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1862), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1862), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1862), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1862), - [anon_sym_MOZ_RAII] = ACTIONS(1862), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1862), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1862), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1862), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1862), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1862), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1862), - [sym_raw_string_literal] = ACTIONS(1864), + [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(1866), - [aux_sym_preproc_include_token1] = ACTIONS(1866), - [aux_sym_preproc_def_token1] = ACTIONS(1866), - [aux_sym_preproc_if_token1] = ACTIONS(1866), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1866), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1866), - [sym_preproc_directive] = ACTIONS(1866), - [anon_sym_LPAREN2] = ACTIONS(1868), - [anon_sym_BANG] = ACTIONS(1868), - [anon_sym_TILDE] = ACTIONS(1868), - [anon_sym_DASH] = ACTIONS(1866), - [anon_sym_PLUS] = ACTIONS(1866), - [anon_sym_STAR] = ACTIONS(1868), - [anon_sym_AMP_AMP] = ACTIONS(1868), - [anon_sym_AMP] = ACTIONS(1866), - [anon_sym_SEMI] = ACTIONS(1868), - [anon_sym_typedef] = ACTIONS(1866), - [anon_sym_extern] = ACTIONS(1866), - [anon_sym___attribute__] = ACTIONS(1866), - [anon_sym_COLON_COLON] = ACTIONS(1868), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1868), - [anon_sym___declspec] = ACTIONS(1866), - [anon_sym___based] = ACTIONS(1866), - [anon_sym___cdecl] = ACTIONS(1866), - [anon_sym___clrcall] = ACTIONS(1866), - [anon_sym___stdcall] = ACTIONS(1866), - [anon_sym___fastcall] = ACTIONS(1866), - [anon_sym___thiscall] = ACTIONS(1866), - [anon_sym___vectorcall] = ACTIONS(1866), - [anon_sym_LBRACE] = ACTIONS(1868), - [anon_sym_RBRACE] = ACTIONS(1868), - [anon_sym_LBRACK] = ACTIONS(1866), - [anon_sym_static] = ACTIONS(1866), - [anon_sym_register] = ACTIONS(1866), - [anon_sym_inline] = ACTIONS(1866), - [anon_sym_thread_local] = ACTIONS(1866), - [anon_sym_const] = ACTIONS(1866), - [anon_sym_volatile] = ACTIONS(1866), - [anon_sym_restrict] = ACTIONS(1866), - [anon_sym__Atomic] = ACTIONS(1866), - [anon_sym_mutable] = ACTIONS(1866), - [anon_sym_constexpr] = ACTIONS(1866), - [anon_sym_signed] = ACTIONS(1866), - [anon_sym_unsigned] = ACTIONS(1866), - [anon_sym_long] = ACTIONS(1866), - [anon_sym_short] = ACTIONS(1866), - [sym_primitive_type] = ACTIONS(1866), - [anon_sym_enum] = ACTIONS(1866), - [anon_sym_class] = ACTIONS(1866), - [anon_sym_struct] = ACTIONS(1866), - [anon_sym_union] = ACTIONS(1866), - [anon_sym_if] = ACTIONS(1866), - [anon_sym_switch] = ACTIONS(1866), - [anon_sym_case] = ACTIONS(1866), - [anon_sym_default] = ACTIONS(1866), - [anon_sym_while] = ACTIONS(1866), - [anon_sym_do] = ACTIONS(1866), - [anon_sym_for] = ACTIONS(1866), - [anon_sym_return] = ACTIONS(1866), - [anon_sym_break] = ACTIONS(1866), - [anon_sym_continue] = ACTIONS(1866), - [anon_sym_goto] = ACTIONS(1866), - [anon_sym_DASH_DASH] = ACTIONS(1868), - [anon_sym_PLUS_PLUS] = ACTIONS(1868), - [anon_sym_sizeof] = ACTIONS(1866), - [sym_number_literal] = ACTIONS(1868), - [anon_sym_L_SQUOTE] = ACTIONS(1868), - [anon_sym_u_SQUOTE] = ACTIONS(1868), - [anon_sym_U_SQUOTE] = ACTIONS(1868), - [anon_sym_u8_SQUOTE] = ACTIONS(1868), - [anon_sym_SQUOTE] = ACTIONS(1868), - [anon_sym_L_DQUOTE] = ACTIONS(1868), - [anon_sym_u_DQUOTE] = ACTIONS(1868), - [anon_sym_U_DQUOTE] = ACTIONS(1868), - [anon_sym_u8_DQUOTE] = ACTIONS(1868), - [anon_sym_DQUOTE] = ACTIONS(1868), - [sym_true] = ACTIONS(1866), - [sym_false] = ACTIONS(1866), - [sym_null] = ACTIONS(1866), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1866), - [anon_sym_virtual] = ACTIONS(1866), - [anon_sym_explicit] = ACTIONS(1866), - [sym_auto] = ACTIONS(1866), - [anon_sym_typename] = ACTIONS(1866), - [anon_sym_template] = ACTIONS(1866), - [anon_sym_operator] = ACTIONS(1866), - [anon_sym_delete] = ACTIONS(1866), - [anon_sym_throw] = ACTIONS(1866), - [anon_sym_namespace] = ACTIONS(1866), - [anon_sym_using] = ACTIONS(1866), - [anon_sym_static_assert] = ACTIONS(1866), - [anon_sym_co_return] = ACTIONS(1866), - [anon_sym_co_yield] = ACTIONS(1866), - [anon_sym_try] = ACTIONS(1866), - [anon_sym_co_await] = ACTIONS(1866), - [anon_sym_new] = ACTIONS(1866), - [sym_operator_name] = ACTIONS(1866), - [sym_this] = ACTIONS(1866), - [sym_nullptr] = ACTIONS(1866), - [sym_alone_macro] = ACTIONS(1868), - [aux_sym_alone_macro_call_token1] = ACTIONS(1866), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1866), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1866), - [anon_sym_FORWARD] = ACTIONS(1866), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1866), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1866), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1866), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1866), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1866), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1866), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1866), - [anon_sym_PS_GET] = ACTIONS(1866), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1866), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1866), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1866), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1866), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1866), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1866), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1866), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1866), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1866), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1866), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1866), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1866), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1866), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1866), - [anon_sym_MOZ_COLD] = ACTIONS(1866), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1866), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1866), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1866), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1866), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1866), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1866), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1866), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1866), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1866), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1866), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1866), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1866), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1866), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1866), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1866), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1866), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1866), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1866), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1866), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1866), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_NONNULL] = ACTIONS(1866), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1866), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1866), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1866), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1866), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1866), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_NORETURN] = ACTIONS(1866), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1866), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1866), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1866), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1866), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1866), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1866), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1866), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1866), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1866), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1866), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1866), - [anon_sym_MOZ_RAII] = ACTIONS(1866), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1866), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1866), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1866), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1866), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1866), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1866), - [sym_raw_string_literal] = ACTIONS(1868), + [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), }, [648] = { - [sym_identifier] = ACTIONS(1870), - [aux_sym_preproc_include_token1] = ACTIONS(1870), - [aux_sym_preproc_def_token1] = ACTIONS(1870), - [aux_sym_preproc_if_token1] = ACTIONS(1870), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1870), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1870), - [sym_preproc_directive] = ACTIONS(1870), - [anon_sym_LPAREN2] = ACTIONS(1872), - [anon_sym_BANG] = ACTIONS(1872), - [anon_sym_TILDE] = ACTIONS(1872), - [anon_sym_DASH] = ACTIONS(1870), - [anon_sym_PLUS] = ACTIONS(1870), - [anon_sym_STAR] = ACTIONS(1872), - [anon_sym_AMP_AMP] = ACTIONS(1872), - [anon_sym_AMP] = ACTIONS(1870), - [anon_sym_SEMI] = ACTIONS(1872), - [anon_sym_typedef] = ACTIONS(1870), - [anon_sym_extern] = ACTIONS(1870), - [anon_sym___attribute__] = ACTIONS(1870), - [anon_sym_COLON_COLON] = ACTIONS(1872), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1872), - [anon_sym___declspec] = ACTIONS(1870), - [anon_sym___based] = ACTIONS(1870), - [anon_sym___cdecl] = ACTIONS(1870), - [anon_sym___clrcall] = ACTIONS(1870), - [anon_sym___stdcall] = ACTIONS(1870), - [anon_sym___fastcall] = ACTIONS(1870), - [anon_sym___thiscall] = ACTIONS(1870), - [anon_sym___vectorcall] = ACTIONS(1870), - [anon_sym_LBRACE] = ACTIONS(1872), - [anon_sym_RBRACE] = ACTIONS(1872), - [anon_sym_LBRACK] = ACTIONS(1870), - [anon_sym_static] = ACTIONS(1870), - [anon_sym_register] = ACTIONS(1870), - [anon_sym_inline] = ACTIONS(1870), - [anon_sym_thread_local] = ACTIONS(1870), - [anon_sym_const] = ACTIONS(1870), - [anon_sym_volatile] = ACTIONS(1870), - [anon_sym_restrict] = ACTIONS(1870), - [anon_sym__Atomic] = ACTIONS(1870), - [anon_sym_mutable] = ACTIONS(1870), - [anon_sym_constexpr] = ACTIONS(1870), - [anon_sym_signed] = ACTIONS(1870), - [anon_sym_unsigned] = ACTIONS(1870), - [anon_sym_long] = ACTIONS(1870), - [anon_sym_short] = ACTIONS(1870), - [sym_primitive_type] = ACTIONS(1870), - [anon_sym_enum] = ACTIONS(1870), - [anon_sym_class] = ACTIONS(1870), - [anon_sym_struct] = ACTIONS(1870), - [anon_sym_union] = ACTIONS(1870), - [anon_sym_if] = ACTIONS(1870), - [anon_sym_switch] = ACTIONS(1870), - [anon_sym_case] = ACTIONS(1870), - [anon_sym_default] = ACTIONS(1870), - [anon_sym_while] = ACTIONS(1870), - [anon_sym_do] = ACTIONS(1870), - [anon_sym_for] = ACTIONS(1870), - [anon_sym_return] = ACTIONS(1870), - [anon_sym_break] = ACTIONS(1870), - [anon_sym_continue] = ACTIONS(1870), - [anon_sym_goto] = ACTIONS(1870), - [anon_sym_DASH_DASH] = ACTIONS(1872), - [anon_sym_PLUS_PLUS] = ACTIONS(1872), - [anon_sym_sizeof] = ACTIONS(1870), - [sym_number_literal] = ACTIONS(1872), - [anon_sym_L_SQUOTE] = ACTIONS(1872), - [anon_sym_u_SQUOTE] = ACTIONS(1872), - [anon_sym_U_SQUOTE] = ACTIONS(1872), - [anon_sym_u8_SQUOTE] = ACTIONS(1872), - [anon_sym_SQUOTE] = ACTIONS(1872), - [anon_sym_L_DQUOTE] = ACTIONS(1872), - [anon_sym_u_DQUOTE] = ACTIONS(1872), - [anon_sym_U_DQUOTE] = ACTIONS(1872), - [anon_sym_u8_DQUOTE] = ACTIONS(1872), - [anon_sym_DQUOTE] = ACTIONS(1872), - [sym_true] = ACTIONS(1870), - [sym_false] = ACTIONS(1870), - [sym_null] = ACTIONS(1870), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1870), - [anon_sym_virtual] = ACTIONS(1870), - [anon_sym_explicit] = ACTIONS(1870), - [sym_auto] = ACTIONS(1870), - [anon_sym_typename] = ACTIONS(1870), - [anon_sym_template] = ACTIONS(1870), - [anon_sym_operator] = ACTIONS(1870), - [anon_sym_delete] = ACTIONS(1870), - [anon_sym_throw] = ACTIONS(1870), - [anon_sym_namespace] = ACTIONS(1870), - [anon_sym_using] = ACTIONS(1870), - [anon_sym_static_assert] = ACTIONS(1870), - [anon_sym_co_return] = ACTIONS(1870), - [anon_sym_co_yield] = ACTIONS(1870), - [anon_sym_try] = ACTIONS(1870), - [anon_sym_co_await] = ACTIONS(1870), - [anon_sym_new] = ACTIONS(1870), - [sym_operator_name] = ACTIONS(1870), - [sym_this] = ACTIONS(1870), - [sym_nullptr] = ACTIONS(1870), - [sym_alone_macro] = ACTIONS(1872), - [aux_sym_alone_macro_call_token1] = ACTIONS(1870), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1870), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1870), - [anon_sym_FORWARD] = ACTIONS(1870), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1870), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1870), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1870), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1870), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1870), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1870), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1870), - [anon_sym_PS_GET] = ACTIONS(1870), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1870), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1870), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1870), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1870), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1870), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1870), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1870), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1870), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1870), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1870), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1870), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1870), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1870), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1870), - [anon_sym_MOZ_COLD] = ACTIONS(1870), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1870), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1870), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1870), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1870), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1870), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1870), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1870), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1870), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1870), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1870), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1870), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1870), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1870), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1870), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1870), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1870), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1870), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1870), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1870), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1870), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_NONNULL] = ACTIONS(1870), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1870), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1870), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1870), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1870), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1870), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_NORETURN] = ACTIONS(1870), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1870), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1870), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1870), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1870), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1870), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1870), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1870), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1870), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1870), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1870), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1870), - [anon_sym_MOZ_RAII] = ACTIONS(1870), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1870), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1870), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1870), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1870), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1870), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1870), - [sym_raw_string_literal] = ACTIONS(1872), + [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_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_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), + [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), }, [649] = { - [sym_preproc_def] = STATE(625), - [sym_preproc_function_def] = STATE(625), - [sym_preproc_call] = STATE(625), - [sym_preproc_if_in_field_declaration_list] = STATE(625), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(625), - [sym_preproc_else_in_field_declaration_list] = STATE(4916), - [sym_preproc_elif_in_field_declaration_list] = STATE(4916), - [sym_type_definition] = STATE(625), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3235), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3536), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), - [sym__field_declaration_list_item] = STATE(625), - [sym_field_declaration] = STATE(625), - [sym_decltype] = STATE(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(865), - [sym_dependent_type] = STATE(1451), - [sym_template_declaration] = STATE(625), - [sym_operator_cast] = STATE(3928), - [sym_inline_method_definition] = STATE(625), - [sym__constructor_specifiers] = STATE(865), - [sym_operator_cast_definition] = STATE(625), - [sym_operator_cast_declaration] = STATE(625), - [sym_constructor_or_destructor_definition] = STATE(625), - [sym_constructor_or_destructor_declaration] = STATE(625), - [sym_friend_declaration] = STATE(625), - [sym_access_specifier] = STATE(625), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_using_declaration] = STATE(625), - [sym_alias_declaration] = STATE(625), - [sym_static_assert_declaration] = STATE(625), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3928), - [sym_macro_statement] = STATE(625), - [sym_macro_annotation] = STATE(1266), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(625), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(865), - [sym_identifier] = ACTIONS(1930), - [aux_sym_preproc_def_token1] = ACTIONS(1932), - [aux_sym_preproc_if_token1] = ACTIONS(1934), - [aux_sym_preproc_if_token2] = ACTIONS(2012), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1938), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1938), - [aux_sym_preproc_else_token1] = ACTIONS(1940), - [aux_sym_preproc_elif_token1] = ACTIONS(1942), - [sym_preproc_directive] = ACTIONS(1944), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_typedef] = ACTIONS(1954), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1960), - [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(1962), - [anon_sym_unsigned] = ACTIONS(1962), - [anon_sym_long] = ACTIONS(1962), - [anon_sym_short] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1966), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1970), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1974), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(1976), - [anon_sym_private] = ACTIONS(1976), - [anon_sym_protected] = ACTIONS(1976), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1978), - [anon_sym_template] = ACTIONS(1980), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1982), - [anon_sym_using] = ACTIONS(1984), - [anon_sym_static_assert] = ACTIONS(1986), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1988), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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_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(4981), - [sym_preproc_elif_in_field_declaration_list] = STATE(4981), - [sym_type_definition] = STATE(661), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3235), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3536), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), - [sym__field_declaration_list_item] = STATE(661), - [sym_field_declaration] = STATE(661), - [sym_decltype] = STATE(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(865), - [sym_dependent_type] = STATE(1451), - [sym_template_declaration] = STATE(661), - [sym_operator_cast] = STATE(3928), - [sym_inline_method_definition] = STATE(661), - [sym__constructor_specifiers] = STATE(865), - [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(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_using_declaration] = STATE(661), - [sym_alias_declaration] = STATE(661), - [sym_static_assert_declaration] = STATE(661), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3928), - [sym_macro_statement] = STATE(661), - [sym_macro_annotation] = STATE(1266), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(661), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(865), - [sym_identifier] = ACTIONS(1930), - [aux_sym_preproc_def_token1] = ACTIONS(1932), - [aux_sym_preproc_if_token1] = ACTIONS(1934), - [aux_sym_preproc_if_token2] = ACTIONS(2014), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1938), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1938), - [aux_sym_preproc_else_token1] = ACTIONS(1940), - [aux_sym_preproc_elif_token1] = ACTIONS(1942), - [sym_preproc_directive] = ACTIONS(1944), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_typedef] = ACTIONS(1954), - [anon_sym_extern] = ACTIONS(55), - [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), - [anon_sym___declspec] = ACTIONS(45), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1960), - [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(1962), - [anon_sym_unsigned] = ACTIONS(1962), - [anon_sym_long] = ACTIONS(1962), - [anon_sym_short] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1966), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1970), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1974), - [anon_sym_virtual] = ACTIONS(107), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_public] = ACTIONS(1976), - [anon_sym_private] = ACTIONS(1976), - [anon_sym_protected] = ACTIONS(1976), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1978), - [anon_sym_template] = ACTIONS(1980), - [anon_sym_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(1982), - [anon_sym_using] = ACTIONS(1984), - [anon_sym_static_assert] = ACTIONS(1986), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1988), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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), }, [651] = { - [sym_identifier] = ACTIONS(1874), - [aux_sym_preproc_include_token1] = ACTIONS(1874), - [aux_sym_preproc_def_token1] = ACTIONS(1874), - [aux_sym_preproc_if_token1] = ACTIONS(1874), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1874), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1874), - [sym_preproc_directive] = ACTIONS(1874), - [anon_sym_LPAREN2] = ACTIONS(1876), - [anon_sym_BANG] = ACTIONS(1876), - [anon_sym_TILDE] = ACTIONS(1876), - [anon_sym_DASH] = ACTIONS(1874), - [anon_sym_PLUS] = ACTIONS(1874), - [anon_sym_STAR] = ACTIONS(1876), - [anon_sym_AMP_AMP] = ACTIONS(1876), - [anon_sym_AMP] = ACTIONS(1874), - [anon_sym_SEMI] = ACTIONS(1876), - [anon_sym_typedef] = ACTIONS(1874), - [anon_sym_extern] = ACTIONS(1874), - [anon_sym___attribute__] = ACTIONS(1874), - [anon_sym_COLON_COLON] = ACTIONS(1876), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1876), - [anon_sym___declspec] = ACTIONS(1874), - [anon_sym___based] = ACTIONS(1874), - [anon_sym___cdecl] = ACTIONS(1874), - [anon_sym___clrcall] = ACTIONS(1874), - [anon_sym___stdcall] = ACTIONS(1874), - [anon_sym___fastcall] = ACTIONS(1874), - [anon_sym___thiscall] = ACTIONS(1874), - [anon_sym___vectorcall] = ACTIONS(1874), - [anon_sym_LBRACE] = ACTIONS(1876), - [anon_sym_RBRACE] = ACTIONS(1876), - [anon_sym_LBRACK] = ACTIONS(1874), - [anon_sym_static] = ACTIONS(1874), - [anon_sym_register] = ACTIONS(1874), - [anon_sym_inline] = ACTIONS(1874), - [anon_sym_thread_local] = ACTIONS(1874), - [anon_sym_const] = ACTIONS(1874), - [anon_sym_volatile] = ACTIONS(1874), - [anon_sym_restrict] = ACTIONS(1874), - [anon_sym__Atomic] = ACTIONS(1874), - [anon_sym_mutable] = ACTIONS(1874), - [anon_sym_constexpr] = ACTIONS(1874), - [anon_sym_signed] = ACTIONS(1874), - [anon_sym_unsigned] = ACTIONS(1874), - [anon_sym_long] = ACTIONS(1874), - [anon_sym_short] = ACTIONS(1874), - [sym_primitive_type] = ACTIONS(1874), - [anon_sym_enum] = ACTIONS(1874), - [anon_sym_class] = ACTIONS(1874), - [anon_sym_struct] = ACTIONS(1874), - [anon_sym_union] = ACTIONS(1874), - [anon_sym_if] = ACTIONS(1874), - [anon_sym_switch] = ACTIONS(1874), - [anon_sym_case] = ACTIONS(1874), - [anon_sym_default] = ACTIONS(1874), - [anon_sym_while] = ACTIONS(1874), - [anon_sym_do] = ACTIONS(1874), - [anon_sym_for] = ACTIONS(1874), - [anon_sym_return] = ACTIONS(1874), - [anon_sym_break] = ACTIONS(1874), - [anon_sym_continue] = ACTIONS(1874), - [anon_sym_goto] = ACTIONS(1874), - [anon_sym_DASH_DASH] = ACTIONS(1876), - [anon_sym_PLUS_PLUS] = ACTIONS(1876), - [anon_sym_sizeof] = ACTIONS(1874), - [sym_number_literal] = ACTIONS(1876), - [anon_sym_L_SQUOTE] = ACTIONS(1876), - [anon_sym_u_SQUOTE] = ACTIONS(1876), - [anon_sym_U_SQUOTE] = ACTIONS(1876), - [anon_sym_u8_SQUOTE] = ACTIONS(1876), - [anon_sym_SQUOTE] = ACTIONS(1876), - [anon_sym_L_DQUOTE] = ACTIONS(1876), - [anon_sym_u_DQUOTE] = ACTIONS(1876), - [anon_sym_U_DQUOTE] = ACTIONS(1876), - [anon_sym_u8_DQUOTE] = ACTIONS(1876), - [anon_sym_DQUOTE] = ACTIONS(1876), - [sym_true] = ACTIONS(1874), - [sym_false] = ACTIONS(1874), - [sym_null] = ACTIONS(1874), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1874), - [anon_sym_virtual] = ACTIONS(1874), - [anon_sym_explicit] = ACTIONS(1874), - [sym_auto] = ACTIONS(1874), - [anon_sym_typename] = ACTIONS(1874), - [anon_sym_template] = ACTIONS(1874), - [anon_sym_operator] = ACTIONS(1874), - [anon_sym_delete] = ACTIONS(1874), - [anon_sym_throw] = ACTIONS(1874), - [anon_sym_namespace] = ACTIONS(1874), - [anon_sym_using] = ACTIONS(1874), - [anon_sym_static_assert] = ACTIONS(1874), - [anon_sym_co_return] = ACTIONS(1874), - [anon_sym_co_yield] = ACTIONS(1874), - [anon_sym_try] = ACTIONS(1874), - [anon_sym_co_await] = ACTIONS(1874), - [anon_sym_new] = ACTIONS(1874), - [sym_operator_name] = ACTIONS(1874), - [sym_this] = ACTIONS(1874), - [sym_nullptr] = ACTIONS(1874), - [sym_alone_macro] = ACTIONS(1876), - [aux_sym_alone_macro_call_token1] = ACTIONS(1874), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1874), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1874), - [anon_sym_FORWARD] = ACTIONS(1874), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1874), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1874), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1874), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1874), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1874), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1874), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1874), - [anon_sym_PS_GET] = ACTIONS(1874), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1874), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1874), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1874), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1874), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1874), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1874), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1874), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1874), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1874), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1874), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1874), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1874), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1874), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1874), - [anon_sym_MOZ_COLD] = ACTIONS(1874), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1874), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1874), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1874), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1874), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1874), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1874), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1874), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1874), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1874), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1874), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1874), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1874), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1874), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1874), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1874), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1874), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1874), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1874), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1874), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1874), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_NONNULL] = ACTIONS(1874), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1874), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1874), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1874), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1874), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1874), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_NORETURN] = ACTIONS(1874), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1874), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1874), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1874), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1874), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1874), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1874), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1874), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1874), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1874), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1874), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1874), - [anon_sym_MOZ_RAII] = ACTIONS(1874), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1874), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1874), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1874), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1874), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1874), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1874), - [sym_raw_string_literal] = ACTIONS(1876), + [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(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), }, [652] = { - [sym_identifier] = ACTIONS(1878), - [aux_sym_preproc_include_token1] = ACTIONS(1878), - [aux_sym_preproc_def_token1] = ACTIONS(1878), - [aux_sym_preproc_if_token1] = ACTIONS(1878), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1878), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1878), - [sym_preproc_directive] = ACTIONS(1878), - [anon_sym_LPAREN2] = ACTIONS(1880), - [anon_sym_BANG] = ACTIONS(1880), - [anon_sym_TILDE] = ACTIONS(1880), - [anon_sym_DASH] = ACTIONS(1878), - [anon_sym_PLUS] = ACTIONS(1878), - [anon_sym_STAR] = ACTIONS(1880), - [anon_sym_AMP_AMP] = ACTIONS(1880), - [anon_sym_AMP] = ACTIONS(1878), - [anon_sym_SEMI] = ACTIONS(1880), - [anon_sym_typedef] = ACTIONS(1878), - [anon_sym_extern] = ACTIONS(1878), - [anon_sym___attribute__] = ACTIONS(1878), - [anon_sym_COLON_COLON] = ACTIONS(1880), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1880), - [anon_sym___declspec] = ACTIONS(1878), - [anon_sym___based] = ACTIONS(1878), - [anon_sym___cdecl] = ACTIONS(1878), - [anon_sym___clrcall] = ACTIONS(1878), - [anon_sym___stdcall] = ACTIONS(1878), - [anon_sym___fastcall] = ACTIONS(1878), - [anon_sym___thiscall] = ACTIONS(1878), - [anon_sym___vectorcall] = ACTIONS(1878), - [anon_sym_LBRACE] = ACTIONS(1880), - [anon_sym_RBRACE] = ACTIONS(1880), - [anon_sym_LBRACK] = ACTIONS(1878), - [anon_sym_static] = ACTIONS(1878), - [anon_sym_register] = ACTIONS(1878), - [anon_sym_inline] = ACTIONS(1878), - [anon_sym_thread_local] = ACTIONS(1878), - [anon_sym_const] = ACTIONS(1878), - [anon_sym_volatile] = ACTIONS(1878), - [anon_sym_restrict] = ACTIONS(1878), - [anon_sym__Atomic] = ACTIONS(1878), - [anon_sym_mutable] = ACTIONS(1878), - [anon_sym_constexpr] = ACTIONS(1878), - [anon_sym_signed] = ACTIONS(1878), - [anon_sym_unsigned] = ACTIONS(1878), - [anon_sym_long] = ACTIONS(1878), - [anon_sym_short] = ACTIONS(1878), - [sym_primitive_type] = ACTIONS(1878), - [anon_sym_enum] = ACTIONS(1878), - [anon_sym_class] = ACTIONS(1878), - [anon_sym_struct] = ACTIONS(1878), - [anon_sym_union] = ACTIONS(1878), - [anon_sym_if] = ACTIONS(1878), - [anon_sym_switch] = ACTIONS(1878), - [anon_sym_case] = ACTIONS(1878), - [anon_sym_default] = ACTIONS(1878), - [anon_sym_while] = ACTIONS(1878), - [anon_sym_do] = ACTIONS(1878), - [anon_sym_for] = ACTIONS(1878), - [anon_sym_return] = ACTIONS(1878), - [anon_sym_break] = ACTIONS(1878), - [anon_sym_continue] = ACTIONS(1878), - [anon_sym_goto] = ACTIONS(1878), - [anon_sym_DASH_DASH] = ACTIONS(1880), - [anon_sym_PLUS_PLUS] = ACTIONS(1880), - [anon_sym_sizeof] = ACTIONS(1878), - [sym_number_literal] = ACTIONS(1880), - [anon_sym_L_SQUOTE] = ACTIONS(1880), - [anon_sym_u_SQUOTE] = ACTIONS(1880), - [anon_sym_U_SQUOTE] = ACTIONS(1880), - [anon_sym_u8_SQUOTE] = ACTIONS(1880), - [anon_sym_SQUOTE] = ACTIONS(1880), - [anon_sym_L_DQUOTE] = ACTIONS(1880), - [anon_sym_u_DQUOTE] = ACTIONS(1880), - [anon_sym_U_DQUOTE] = ACTIONS(1880), - [anon_sym_u8_DQUOTE] = ACTIONS(1880), - [anon_sym_DQUOTE] = ACTIONS(1880), - [sym_true] = ACTIONS(1878), - [sym_false] = ACTIONS(1878), - [sym_null] = ACTIONS(1878), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1878), - [anon_sym_virtual] = ACTIONS(1878), - [anon_sym_explicit] = ACTIONS(1878), - [sym_auto] = ACTIONS(1878), - [anon_sym_typename] = ACTIONS(1878), - [anon_sym_template] = ACTIONS(1878), - [anon_sym_operator] = ACTIONS(1878), - [anon_sym_delete] = ACTIONS(1878), - [anon_sym_throw] = ACTIONS(1878), - [anon_sym_namespace] = ACTIONS(1878), - [anon_sym_using] = ACTIONS(1878), - [anon_sym_static_assert] = ACTIONS(1878), - [anon_sym_co_return] = ACTIONS(1878), - [anon_sym_co_yield] = ACTIONS(1878), - [anon_sym_try] = ACTIONS(1878), - [anon_sym_co_await] = ACTIONS(1878), - [anon_sym_new] = ACTIONS(1878), - [sym_operator_name] = ACTIONS(1878), - [sym_this] = ACTIONS(1878), - [sym_nullptr] = ACTIONS(1878), - [sym_alone_macro] = ACTIONS(1880), - [aux_sym_alone_macro_call_token1] = ACTIONS(1878), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1878), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1878), - [anon_sym_FORWARD] = ACTIONS(1878), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1878), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1878), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1878), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1878), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1878), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1878), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1878), - [anon_sym_PS_GET] = ACTIONS(1878), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1878), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1878), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1878), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1878), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1878), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1878), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1878), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1878), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1878), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1878), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1878), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1878), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1878), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1878), - [anon_sym_MOZ_COLD] = ACTIONS(1878), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1878), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1878), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1878), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1878), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1878), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1878), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1878), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1878), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1878), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1878), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1878), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1878), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1878), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1878), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1878), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1878), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1878), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1878), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1878), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1878), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1878), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1878), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1878), - [anon_sym_MOZ_NONNULL] = ACTIONS(1878), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1878), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1878), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1878), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1878), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1878), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1878), - [anon_sym_MOZ_NORETURN] = ACTIONS(1878), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1878), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1878), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1878), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1878), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1878), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1878), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1878), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1878), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1878), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1878), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1878), - [anon_sym_MOZ_RAII] = ACTIONS(1878), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1878), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1878), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1878), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1878), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1878), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1878), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1878), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1878), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1878), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1878), - [sym_raw_string_literal] = ACTIONS(1880), + [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), }, [653] = { - [sym_identifier] = ACTIONS(1882), - [aux_sym_preproc_include_token1] = ACTIONS(1882), - [aux_sym_preproc_def_token1] = ACTIONS(1882), - [aux_sym_preproc_if_token1] = ACTIONS(1882), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1882), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1882), - [sym_preproc_directive] = ACTIONS(1882), - [anon_sym_LPAREN2] = ACTIONS(1884), - [anon_sym_BANG] = ACTIONS(1884), - [anon_sym_TILDE] = ACTIONS(1884), - [anon_sym_DASH] = ACTIONS(1882), - [anon_sym_PLUS] = ACTIONS(1882), - [anon_sym_STAR] = ACTIONS(1884), - [anon_sym_AMP_AMP] = ACTIONS(1884), - [anon_sym_AMP] = ACTIONS(1882), - [anon_sym_SEMI] = ACTIONS(1884), - [anon_sym_typedef] = ACTIONS(1882), - [anon_sym_extern] = ACTIONS(1882), - [anon_sym___attribute__] = ACTIONS(1882), - [anon_sym_COLON_COLON] = ACTIONS(1884), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1884), - [anon_sym___declspec] = ACTIONS(1882), - [anon_sym___based] = ACTIONS(1882), - [anon_sym___cdecl] = ACTIONS(1882), - [anon_sym___clrcall] = ACTIONS(1882), - [anon_sym___stdcall] = ACTIONS(1882), - [anon_sym___fastcall] = ACTIONS(1882), - [anon_sym___thiscall] = ACTIONS(1882), - [anon_sym___vectorcall] = ACTIONS(1882), - [anon_sym_LBRACE] = ACTIONS(1884), - [anon_sym_RBRACE] = ACTIONS(1884), - [anon_sym_LBRACK] = ACTIONS(1882), - [anon_sym_static] = ACTIONS(1882), - [anon_sym_register] = ACTIONS(1882), - [anon_sym_inline] = ACTIONS(1882), - [anon_sym_thread_local] = ACTIONS(1882), - [anon_sym_const] = ACTIONS(1882), - [anon_sym_volatile] = ACTIONS(1882), - [anon_sym_restrict] = ACTIONS(1882), - [anon_sym__Atomic] = ACTIONS(1882), - [anon_sym_mutable] = ACTIONS(1882), - [anon_sym_constexpr] = ACTIONS(1882), - [anon_sym_signed] = ACTIONS(1882), - [anon_sym_unsigned] = ACTIONS(1882), - [anon_sym_long] = ACTIONS(1882), - [anon_sym_short] = ACTIONS(1882), - [sym_primitive_type] = ACTIONS(1882), - [anon_sym_enum] = ACTIONS(1882), - [anon_sym_class] = ACTIONS(1882), - [anon_sym_struct] = ACTIONS(1882), - [anon_sym_union] = ACTIONS(1882), - [anon_sym_if] = ACTIONS(1882), - [anon_sym_switch] = ACTIONS(1882), - [anon_sym_case] = ACTIONS(1882), - [anon_sym_default] = ACTIONS(1882), - [anon_sym_while] = ACTIONS(1882), - [anon_sym_do] = ACTIONS(1882), - [anon_sym_for] = ACTIONS(1882), - [anon_sym_return] = ACTIONS(1882), - [anon_sym_break] = ACTIONS(1882), - [anon_sym_continue] = ACTIONS(1882), - [anon_sym_goto] = ACTIONS(1882), - [anon_sym_DASH_DASH] = ACTIONS(1884), - [anon_sym_PLUS_PLUS] = ACTIONS(1884), - [anon_sym_sizeof] = ACTIONS(1882), - [sym_number_literal] = ACTIONS(1884), - [anon_sym_L_SQUOTE] = ACTIONS(1884), - [anon_sym_u_SQUOTE] = ACTIONS(1884), - [anon_sym_U_SQUOTE] = ACTIONS(1884), - [anon_sym_u8_SQUOTE] = ACTIONS(1884), - [anon_sym_SQUOTE] = ACTIONS(1884), - [anon_sym_L_DQUOTE] = ACTIONS(1884), - [anon_sym_u_DQUOTE] = ACTIONS(1884), - [anon_sym_U_DQUOTE] = ACTIONS(1884), - [anon_sym_u8_DQUOTE] = ACTIONS(1884), - [anon_sym_DQUOTE] = ACTIONS(1884), - [sym_true] = ACTIONS(1882), - [sym_false] = ACTIONS(1882), - [sym_null] = ACTIONS(1882), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1882), - [anon_sym_virtual] = ACTIONS(1882), - [anon_sym_explicit] = ACTIONS(1882), - [sym_auto] = ACTIONS(1882), - [anon_sym_typename] = ACTIONS(1882), - [anon_sym_template] = ACTIONS(1882), - [anon_sym_operator] = ACTIONS(1882), - [anon_sym_delete] = ACTIONS(1882), - [anon_sym_throw] = ACTIONS(1882), - [anon_sym_namespace] = ACTIONS(1882), - [anon_sym_using] = ACTIONS(1882), - [anon_sym_static_assert] = ACTIONS(1882), - [anon_sym_co_return] = ACTIONS(1882), - [anon_sym_co_yield] = ACTIONS(1882), - [anon_sym_try] = ACTIONS(1882), - [anon_sym_co_await] = ACTIONS(1882), - [anon_sym_new] = ACTIONS(1882), - [sym_operator_name] = ACTIONS(1882), - [sym_this] = ACTIONS(1882), - [sym_nullptr] = ACTIONS(1882), - [sym_alone_macro] = ACTIONS(1884), - [aux_sym_alone_macro_call_token1] = ACTIONS(1882), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1882), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1882), - [anon_sym_FORWARD] = ACTIONS(1882), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1882), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1882), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1882), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1882), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1882), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1882), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1882), - [anon_sym_PS_GET] = ACTIONS(1882), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1882), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1882), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1882), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1882), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1882), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1882), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1882), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1882), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1882), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1882), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1882), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1882), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1882), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1882), - [anon_sym_MOZ_COLD] = ACTIONS(1882), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1882), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1882), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1882), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1882), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1882), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1882), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1882), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1882), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1882), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1882), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1882), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1882), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1882), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1882), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1882), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1882), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1882), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1882), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1882), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1882), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1882), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1882), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1882), - [anon_sym_MOZ_NONNULL] = ACTIONS(1882), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1882), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1882), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1882), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1882), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1882), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1882), - [anon_sym_MOZ_NORETURN] = ACTIONS(1882), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1882), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1882), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1882), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1882), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1882), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1882), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1882), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1882), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1882), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1882), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1882), - [anon_sym_MOZ_RAII] = ACTIONS(1882), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1882), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1882), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1882), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1882), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1882), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1882), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1882), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1882), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1882), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1882), - [sym_raw_string_literal] = ACTIONS(1884), + [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), }, [654] = { - [sym_identifier] = ACTIONS(1774), - [aux_sym_preproc_include_token1] = ACTIONS(1774), - [aux_sym_preproc_def_token1] = ACTIONS(1774), - [aux_sym_preproc_if_token1] = ACTIONS(1774), - [aux_sym_preproc_if_token2] = ACTIONS(1774), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1774), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1774), - [sym_preproc_directive] = ACTIONS(1774), - [anon_sym_LPAREN2] = ACTIONS(1776), - [anon_sym_BANG] = ACTIONS(1776), - [anon_sym_TILDE] = ACTIONS(1776), - [anon_sym_DASH] = ACTIONS(1774), - [anon_sym_PLUS] = ACTIONS(1774), - [anon_sym_STAR] = ACTIONS(1776), - [anon_sym_AMP_AMP] = ACTIONS(1776), - [anon_sym_AMP] = ACTIONS(1774), - [anon_sym_SEMI] = ACTIONS(1776), - [anon_sym_typedef] = ACTIONS(1774), - [anon_sym_extern] = ACTIONS(1774), - [anon_sym___attribute__] = ACTIONS(1774), - [anon_sym_COLON_COLON] = ACTIONS(1776), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1776), - [anon_sym___declspec] = ACTIONS(1774), - [anon_sym___based] = ACTIONS(1774), - [anon_sym___cdecl] = ACTIONS(1774), - [anon_sym___clrcall] = ACTIONS(1774), - [anon_sym___stdcall] = ACTIONS(1774), - [anon_sym___fastcall] = ACTIONS(1774), - [anon_sym___thiscall] = ACTIONS(1774), - [anon_sym___vectorcall] = ACTIONS(1774), - [anon_sym_LBRACE] = ACTIONS(1776), - [anon_sym_LBRACK] = ACTIONS(1774), - [anon_sym_static] = ACTIONS(1774), - [anon_sym_register] = ACTIONS(1774), - [anon_sym_inline] = ACTIONS(1774), - [anon_sym_thread_local] = ACTIONS(1774), - [anon_sym_const] = ACTIONS(1774), - [anon_sym_volatile] = ACTIONS(1774), - [anon_sym_restrict] = ACTIONS(1774), - [anon_sym__Atomic] = ACTIONS(1774), - [anon_sym_mutable] = ACTIONS(1774), - [anon_sym_constexpr] = ACTIONS(1774), - [anon_sym_signed] = ACTIONS(1774), - [anon_sym_unsigned] = ACTIONS(1774), - [anon_sym_long] = ACTIONS(1774), - [anon_sym_short] = ACTIONS(1774), - [sym_primitive_type] = ACTIONS(1774), - [anon_sym_enum] = ACTIONS(1774), - [anon_sym_class] = ACTIONS(1774), - [anon_sym_struct] = ACTIONS(1774), - [anon_sym_union] = ACTIONS(1774), - [anon_sym_if] = ACTIONS(1774), - [anon_sym_switch] = ACTIONS(1774), - [anon_sym_case] = ACTIONS(1774), - [anon_sym_default] = ACTIONS(1774), - [anon_sym_while] = ACTIONS(1774), - [anon_sym_do] = ACTIONS(1774), - [anon_sym_for] = ACTIONS(1774), - [anon_sym_return] = ACTIONS(1774), - [anon_sym_break] = ACTIONS(1774), - [anon_sym_continue] = ACTIONS(1774), - [anon_sym_goto] = ACTIONS(1774), - [anon_sym_DASH_DASH] = ACTIONS(1776), - [anon_sym_PLUS_PLUS] = ACTIONS(1776), - [anon_sym_sizeof] = ACTIONS(1774), - [sym_number_literal] = ACTIONS(1776), - [anon_sym_L_SQUOTE] = ACTIONS(1776), - [anon_sym_u_SQUOTE] = ACTIONS(1776), - [anon_sym_U_SQUOTE] = ACTIONS(1776), - [anon_sym_u8_SQUOTE] = ACTIONS(1776), - [anon_sym_SQUOTE] = ACTIONS(1776), - [anon_sym_L_DQUOTE] = ACTIONS(1776), - [anon_sym_u_DQUOTE] = ACTIONS(1776), - [anon_sym_U_DQUOTE] = ACTIONS(1776), - [anon_sym_u8_DQUOTE] = ACTIONS(1776), - [anon_sym_DQUOTE] = ACTIONS(1776), - [sym_true] = ACTIONS(1774), - [sym_false] = ACTIONS(1774), - [sym_null] = ACTIONS(1774), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1774), - [anon_sym_virtual] = ACTIONS(1774), - [anon_sym_explicit] = ACTIONS(1774), - [sym_auto] = ACTIONS(1774), - [anon_sym_typename] = ACTIONS(1774), - [anon_sym_template] = ACTIONS(1774), - [anon_sym_operator] = ACTIONS(1774), - [anon_sym_delete] = ACTIONS(1774), - [anon_sym_throw] = ACTIONS(1774), - [anon_sym_namespace] = ACTIONS(1774), - [anon_sym_using] = ACTIONS(1774), - [anon_sym_static_assert] = ACTIONS(1774), - [anon_sym_co_return] = ACTIONS(1774), - [anon_sym_co_yield] = ACTIONS(1774), - [anon_sym_try] = ACTIONS(1774), - [anon_sym_co_await] = ACTIONS(1774), - [anon_sym_new] = ACTIONS(1774), - [sym_operator_name] = ACTIONS(1774), - [sym_this] = ACTIONS(1774), - [sym_nullptr] = ACTIONS(1774), - [sym_alone_macro] = ACTIONS(1776), - [aux_sym_alone_macro_call_token1] = ACTIONS(1774), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1774), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1774), - [anon_sym_FORWARD] = ACTIONS(1774), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1774), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1774), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1774), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1774), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1774), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1774), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1774), - [anon_sym_PS_GET] = ACTIONS(1774), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1774), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1774), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1774), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1774), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1774), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1774), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1774), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1774), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1774), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1774), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1774), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1774), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1774), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1774), - [anon_sym_MOZ_COLD] = ACTIONS(1774), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1774), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1774), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1774), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1774), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1774), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1774), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1774), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1774), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1774), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1774), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1774), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1774), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1774), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1774), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1774), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1774), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1774), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1774), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1774), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1774), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1774), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1774), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1774), - [anon_sym_MOZ_NONNULL] = ACTIONS(1774), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1774), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1774), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1774), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1774), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1774), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1774), - [anon_sym_MOZ_NORETURN] = ACTIONS(1774), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1774), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1774), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1774), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1774), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1774), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1774), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1774), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1774), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1774), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1774), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1774), - [anon_sym_MOZ_RAII] = ACTIONS(1774), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1774), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1774), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1774), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1774), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1774), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1774), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1774), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1774), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1774), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1774), - [sym_raw_string_literal] = ACTIONS(1776), + [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(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), }, [655] = { - [sym_identifier] = ACTIONS(1706), - [aux_sym_preproc_include_token1] = ACTIONS(1706), - [aux_sym_preproc_def_token1] = ACTIONS(1706), - [aux_sym_preproc_if_token1] = ACTIONS(1706), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1706), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1706), - [sym_preproc_directive] = ACTIONS(1706), - [anon_sym_LPAREN2] = ACTIONS(1708), - [anon_sym_BANG] = ACTIONS(1708), - [anon_sym_TILDE] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1706), - [anon_sym_STAR] = ACTIONS(1708), - [anon_sym_AMP_AMP] = ACTIONS(1708), - [anon_sym_AMP] = ACTIONS(1706), - [anon_sym_SEMI] = ACTIONS(1708), - [anon_sym_typedef] = ACTIONS(1706), - [anon_sym_extern] = ACTIONS(1706), - [anon_sym___attribute__] = ACTIONS(1706), - [anon_sym_COLON_COLON] = ACTIONS(1708), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1708), - [anon_sym___declspec] = ACTIONS(1706), - [anon_sym___based] = ACTIONS(1706), - [anon_sym___cdecl] = ACTIONS(1706), - [anon_sym___clrcall] = ACTIONS(1706), - [anon_sym___stdcall] = ACTIONS(1706), - [anon_sym___fastcall] = ACTIONS(1706), - [anon_sym___thiscall] = ACTIONS(1706), - [anon_sym___vectorcall] = ACTIONS(1706), - [anon_sym_LBRACE] = ACTIONS(1708), - [anon_sym_RBRACE] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1706), - [anon_sym_static] = ACTIONS(1706), - [anon_sym_register] = ACTIONS(1706), - [anon_sym_inline] = ACTIONS(1706), - [anon_sym_thread_local] = ACTIONS(1706), - [anon_sym_const] = ACTIONS(1706), - [anon_sym_volatile] = ACTIONS(1706), - [anon_sym_restrict] = ACTIONS(1706), - [anon_sym__Atomic] = ACTIONS(1706), - [anon_sym_mutable] = ACTIONS(1706), - [anon_sym_constexpr] = ACTIONS(1706), - [anon_sym_signed] = ACTIONS(1706), - [anon_sym_unsigned] = ACTIONS(1706), - [anon_sym_long] = ACTIONS(1706), - [anon_sym_short] = ACTIONS(1706), - [sym_primitive_type] = ACTIONS(1706), - [anon_sym_enum] = ACTIONS(1706), - [anon_sym_class] = ACTIONS(1706), - [anon_sym_struct] = ACTIONS(1706), - [anon_sym_union] = ACTIONS(1706), - [anon_sym_if] = ACTIONS(1706), - [anon_sym_switch] = ACTIONS(1706), - [anon_sym_case] = ACTIONS(1706), - [anon_sym_default] = ACTIONS(1706), - [anon_sym_while] = ACTIONS(1706), - [anon_sym_do] = ACTIONS(1706), - [anon_sym_for] = ACTIONS(1706), - [anon_sym_return] = ACTIONS(1706), - [anon_sym_break] = ACTIONS(1706), - [anon_sym_continue] = ACTIONS(1706), - [anon_sym_goto] = ACTIONS(1706), - [anon_sym_DASH_DASH] = ACTIONS(1708), - [anon_sym_PLUS_PLUS] = ACTIONS(1708), - [anon_sym_sizeof] = ACTIONS(1706), - [sym_number_literal] = ACTIONS(1708), - [anon_sym_L_SQUOTE] = ACTIONS(1708), - [anon_sym_u_SQUOTE] = ACTIONS(1708), - [anon_sym_U_SQUOTE] = ACTIONS(1708), - [anon_sym_u8_SQUOTE] = ACTIONS(1708), - [anon_sym_SQUOTE] = ACTIONS(1708), - [anon_sym_L_DQUOTE] = ACTIONS(1708), - [anon_sym_u_DQUOTE] = ACTIONS(1708), - [anon_sym_U_DQUOTE] = ACTIONS(1708), - [anon_sym_u8_DQUOTE] = ACTIONS(1708), - [anon_sym_DQUOTE] = ACTIONS(1708), - [sym_true] = ACTIONS(1706), - [sym_false] = ACTIONS(1706), - [sym_null] = ACTIONS(1706), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1706), - [anon_sym_virtual] = ACTIONS(1706), - [anon_sym_explicit] = ACTIONS(1706), - [sym_auto] = ACTIONS(1706), - [anon_sym_typename] = ACTIONS(1706), - [anon_sym_template] = ACTIONS(1706), - [anon_sym_operator] = ACTIONS(1706), - [anon_sym_delete] = ACTIONS(1706), - [anon_sym_throw] = ACTIONS(1706), - [anon_sym_namespace] = ACTIONS(1706), - [anon_sym_using] = ACTIONS(1706), - [anon_sym_static_assert] = ACTIONS(1706), - [anon_sym_co_return] = ACTIONS(1706), - [anon_sym_co_yield] = ACTIONS(1706), - [anon_sym_try] = ACTIONS(1706), - [anon_sym_co_await] = ACTIONS(1706), - [anon_sym_new] = ACTIONS(1706), - [sym_operator_name] = ACTIONS(1706), - [sym_this] = ACTIONS(1706), - [sym_nullptr] = ACTIONS(1706), - [sym_alone_macro] = ACTIONS(1708), - [aux_sym_alone_macro_call_token1] = ACTIONS(1706), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1706), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1706), - [anon_sym_FORWARD] = ACTIONS(1706), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1706), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1706), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1706), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1706), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1706), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1706), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1706), - [anon_sym_PS_GET] = ACTIONS(1706), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1706), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1706), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1706), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1706), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1706), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1706), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1706), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1706), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1706), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1706), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1706), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1706), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1706), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1706), - [anon_sym_MOZ_COLD] = ACTIONS(1706), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1706), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1706), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1706), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1706), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1706), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1706), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1706), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1706), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1706), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1706), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1706), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1706), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1706), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1706), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1706), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1706), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1706), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1706), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1706), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1706), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1706), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1706), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1706), - [anon_sym_MOZ_NONNULL] = ACTIONS(1706), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1706), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1706), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1706), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1706), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1706), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1706), - [anon_sym_MOZ_NORETURN] = ACTIONS(1706), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1706), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1706), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1706), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1706), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1706), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1706), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1706), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1706), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1706), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1706), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1706), - [anon_sym_MOZ_RAII] = ACTIONS(1706), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1706), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1706), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1706), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1706), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1706), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1706), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1706), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1706), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1706), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1706), - [sym_raw_string_literal] = ACTIONS(1708), + [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), }, [656] = { - [sym_identifier] = ACTIONS(1782), - [aux_sym_preproc_include_token1] = ACTIONS(1782), - [aux_sym_preproc_def_token1] = ACTIONS(1782), - [aux_sym_preproc_if_token1] = ACTIONS(1782), - [aux_sym_preproc_if_token2] = ACTIONS(1782), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1782), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1782), - [sym_preproc_directive] = ACTIONS(1782), - [anon_sym_LPAREN2] = ACTIONS(1784), - [anon_sym_BANG] = ACTIONS(1784), - [anon_sym_TILDE] = ACTIONS(1784), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_STAR] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_AMP] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_typedef] = ACTIONS(1782), - [anon_sym_extern] = ACTIONS(1782), - [anon_sym___attribute__] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1784), - [anon_sym___declspec] = ACTIONS(1782), - [anon_sym___based] = ACTIONS(1782), - [anon_sym___cdecl] = ACTIONS(1782), - [anon_sym___clrcall] = ACTIONS(1782), - [anon_sym___stdcall] = ACTIONS(1782), - [anon_sym___fastcall] = ACTIONS(1782), - [anon_sym___thiscall] = ACTIONS(1782), - [anon_sym___vectorcall] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_LBRACK] = ACTIONS(1782), - [anon_sym_static] = ACTIONS(1782), - [anon_sym_register] = ACTIONS(1782), - [anon_sym_inline] = ACTIONS(1782), - [anon_sym_thread_local] = ACTIONS(1782), - [anon_sym_const] = ACTIONS(1782), - [anon_sym_volatile] = ACTIONS(1782), - [anon_sym_restrict] = ACTIONS(1782), - [anon_sym__Atomic] = ACTIONS(1782), - [anon_sym_mutable] = ACTIONS(1782), - [anon_sym_constexpr] = ACTIONS(1782), - [anon_sym_signed] = ACTIONS(1782), - [anon_sym_unsigned] = ACTIONS(1782), - [anon_sym_long] = ACTIONS(1782), - [anon_sym_short] = ACTIONS(1782), - [sym_primitive_type] = ACTIONS(1782), - [anon_sym_enum] = ACTIONS(1782), - [anon_sym_class] = ACTIONS(1782), - [anon_sym_struct] = ACTIONS(1782), - [anon_sym_union] = ACTIONS(1782), - [anon_sym_if] = ACTIONS(1782), - [anon_sym_switch] = ACTIONS(1782), - [anon_sym_case] = ACTIONS(1782), - [anon_sym_default] = ACTIONS(1782), - [anon_sym_while] = ACTIONS(1782), - [anon_sym_do] = ACTIONS(1782), - [anon_sym_for] = ACTIONS(1782), - [anon_sym_return] = ACTIONS(1782), - [anon_sym_break] = ACTIONS(1782), - [anon_sym_continue] = ACTIONS(1782), - [anon_sym_goto] = ACTIONS(1782), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_sizeof] = ACTIONS(1782), - [sym_number_literal] = ACTIONS(1784), - [anon_sym_L_SQUOTE] = ACTIONS(1784), - [anon_sym_u_SQUOTE] = ACTIONS(1784), - [anon_sym_U_SQUOTE] = ACTIONS(1784), - [anon_sym_u8_SQUOTE] = ACTIONS(1784), - [anon_sym_SQUOTE] = ACTIONS(1784), - [anon_sym_L_DQUOTE] = ACTIONS(1784), - [anon_sym_u_DQUOTE] = ACTIONS(1784), - [anon_sym_U_DQUOTE] = ACTIONS(1784), - [anon_sym_u8_DQUOTE] = ACTIONS(1784), - [anon_sym_DQUOTE] = ACTIONS(1784), - [sym_true] = ACTIONS(1782), - [sym_false] = ACTIONS(1782), - [sym_null] = ACTIONS(1782), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1782), - [anon_sym_virtual] = ACTIONS(1782), - [anon_sym_explicit] = ACTIONS(1782), - [sym_auto] = ACTIONS(1782), - [anon_sym_typename] = ACTIONS(1782), - [anon_sym_template] = ACTIONS(1782), - [anon_sym_operator] = ACTIONS(1782), - [anon_sym_delete] = ACTIONS(1782), - [anon_sym_throw] = ACTIONS(1782), - [anon_sym_namespace] = ACTIONS(1782), - [anon_sym_using] = ACTIONS(1782), - [anon_sym_static_assert] = ACTIONS(1782), - [anon_sym_co_return] = ACTIONS(1782), - [anon_sym_co_yield] = ACTIONS(1782), - [anon_sym_try] = ACTIONS(1782), - [anon_sym_co_await] = ACTIONS(1782), - [anon_sym_new] = ACTIONS(1782), - [sym_operator_name] = ACTIONS(1782), - [sym_this] = ACTIONS(1782), - [sym_nullptr] = ACTIONS(1782), - [sym_alone_macro] = ACTIONS(1784), - [aux_sym_alone_macro_call_token1] = ACTIONS(1782), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1782), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1782), - [anon_sym_FORWARD] = ACTIONS(1782), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1782), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1782), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1782), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1782), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1782), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1782), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1782), - [anon_sym_PS_GET] = ACTIONS(1782), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1782), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1782), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1782), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1782), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1782), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1782), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1782), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1782), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1782), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1782), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1782), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1782), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1782), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1782), - [anon_sym_MOZ_COLD] = ACTIONS(1782), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1782), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1782), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1782), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1782), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1782), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1782), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1782), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1782), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1782), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1782), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1782), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1782), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1782), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1782), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1782), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1782), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1782), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1782), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1782), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1782), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_NONNULL] = ACTIONS(1782), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1782), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1782), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1782), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1782), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1782), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_NORETURN] = ACTIONS(1782), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1782), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1782), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1782), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1782), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1782), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1782), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1782), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1782), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1782), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1782), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1782), - [anon_sym_MOZ_RAII] = ACTIONS(1782), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1782), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1782), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1782), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1782), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1782), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1782), - [sym_raw_string_literal] = ACTIONS(1784), + [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(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), }, [657] = { - [sym_identifier] = ACTIONS(1742), - [aux_sym_preproc_include_token1] = ACTIONS(1742), - [aux_sym_preproc_def_token1] = ACTIONS(1742), - [aux_sym_preproc_if_token1] = ACTIONS(1742), - [aux_sym_preproc_if_token2] = ACTIONS(1742), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1742), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1742), - [sym_preproc_directive] = ACTIONS(1742), - [anon_sym_LPAREN2] = ACTIONS(1744), - [anon_sym_BANG] = ACTIONS(1744), - [anon_sym_TILDE] = ACTIONS(1744), - [anon_sym_DASH] = ACTIONS(1742), - [anon_sym_PLUS] = ACTIONS(1742), - [anon_sym_STAR] = ACTIONS(1744), - [anon_sym_AMP_AMP] = ACTIONS(1744), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(1744), - [anon_sym_typedef] = ACTIONS(1742), - [anon_sym_extern] = ACTIONS(1742), - [anon_sym___attribute__] = ACTIONS(1742), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1744), - [anon_sym___declspec] = ACTIONS(1742), - [anon_sym___based] = ACTIONS(1742), - [anon_sym___cdecl] = ACTIONS(1742), - [anon_sym___clrcall] = ACTIONS(1742), - [anon_sym___stdcall] = ACTIONS(1742), - [anon_sym___fastcall] = ACTIONS(1742), - [anon_sym___thiscall] = ACTIONS(1742), - [anon_sym___vectorcall] = ACTIONS(1742), - [anon_sym_LBRACE] = ACTIONS(1744), - [anon_sym_LBRACK] = ACTIONS(1742), - [anon_sym_static] = ACTIONS(1742), - [anon_sym_register] = ACTIONS(1742), - [anon_sym_inline] = ACTIONS(1742), - [anon_sym_thread_local] = ACTIONS(1742), - [anon_sym_const] = ACTIONS(1742), - [anon_sym_volatile] = ACTIONS(1742), - [anon_sym_restrict] = ACTIONS(1742), - [anon_sym__Atomic] = ACTIONS(1742), - [anon_sym_mutable] = ACTIONS(1742), - [anon_sym_constexpr] = ACTIONS(1742), - [anon_sym_signed] = ACTIONS(1742), - [anon_sym_unsigned] = ACTIONS(1742), - [anon_sym_long] = ACTIONS(1742), - [anon_sym_short] = ACTIONS(1742), - [sym_primitive_type] = ACTIONS(1742), - [anon_sym_enum] = ACTIONS(1742), - [anon_sym_class] = ACTIONS(1742), - [anon_sym_struct] = ACTIONS(1742), - [anon_sym_union] = ACTIONS(1742), - [anon_sym_if] = ACTIONS(1742), - [anon_sym_switch] = ACTIONS(1742), - [anon_sym_case] = ACTIONS(1742), - [anon_sym_default] = ACTIONS(1742), - [anon_sym_while] = ACTIONS(1742), - [anon_sym_do] = ACTIONS(1742), - [anon_sym_for] = ACTIONS(1742), - [anon_sym_return] = ACTIONS(1742), - [anon_sym_break] = ACTIONS(1742), - [anon_sym_continue] = ACTIONS(1742), - [anon_sym_goto] = ACTIONS(1742), - [anon_sym_DASH_DASH] = ACTIONS(1744), - [anon_sym_PLUS_PLUS] = ACTIONS(1744), - [anon_sym_sizeof] = ACTIONS(1742), - [sym_number_literal] = ACTIONS(1744), - [anon_sym_L_SQUOTE] = ACTIONS(1744), - [anon_sym_u_SQUOTE] = ACTIONS(1744), - [anon_sym_U_SQUOTE] = ACTIONS(1744), - [anon_sym_u8_SQUOTE] = ACTIONS(1744), - [anon_sym_SQUOTE] = ACTIONS(1744), - [anon_sym_L_DQUOTE] = ACTIONS(1744), - [anon_sym_u_DQUOTE] = ACTIONS(1744), - [anon_sym_U_DQUOTE] = ACTIONS(1744), - [anon_sym_u8_DQUOTE] = ACTIONS(1744), - [anon_sym_DQUOTE] = ACTIONS(1744), - [sym_true] = ACTIONS(1742), - [sym_false] = ACTIONS(1742), - [sym_null] = ACTIONS(1742), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1742), - [anon_sym_virtual] = ACTIONS(1742), - [anon_sym_explicit] = ACTIONS(1742), - [sym_auto] = ACTIONS(1742), - [anon_sym_typename] = ACTIONS(1742), - [anon_sym_template] = ACTIONS(1742), - [anon_sym_operator] = ACTIONS(1742), - [anon_sym_delete] = ACTIONS(1742), - [anon_sym_throw] = ACTIONS(1742), - [anon_sym_namespace] = ACTIONS(1742), - [anon_sym_using] = ACTIONS(1742), - [anon_sym_static_assert] = ACTIONS(1742), - [anon_sym_co_return] = ACTIONS(1742), - [anon_sym_co_yield] = ACTIONS(1742), - [anon_sym_try] = ACTIONS(1742), - [anon_sym_co_await] = ACTIONS(1742), - [anon_sym_new] = ACTIONS(1742), - [sym_operator_name] = ACTIONS(1742), - [sym_this] = ACTIONS(1742), - [sym_nullptr] = ACTIONS(1742), - [sym_alone_macro] = ACTIONS(1744), - [aux_sym_alone_macro_call_token1] = ACTIONS(1742), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1742), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1742), - [anon_sym_FORWARD] = ACTIONS(1742), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1742), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1742), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1742), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1742), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1742), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1742), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1742), - [anon_sym_PS_GET] = ACTIONS(1742), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1742), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1742), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1742), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1742), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1742), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1742), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1742), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1742), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1742), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1742), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1742), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1742), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1742), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1742), - [anon_sym_MOZ_COLD] = ACTIONS(1742), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1742), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1742), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1742), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1742), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1742), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1742), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1742), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1742), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1742), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1742), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1742), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1742), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1742), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1742), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1742), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1742), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1742), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1742), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1742), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1742), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_NONNULL] = ACTIONS(1742), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1742), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1742), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1742), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1742), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1742), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_NORETURN] = ACTIONS(1742), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1742), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1742), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1742), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1742), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1742), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1742), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1742), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1742), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1742), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1742), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1742), - [anon_sym_MOZ_RAII] = ACTIONS(1742), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1742), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1742), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1742), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1742), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1742), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1742), - [sym_raw_string_literal] = ACTIONS(1744), + [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), + [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), }, [658] = { - [ts_builtin_sym_end] = ACTIONS(1784), - [sym_identifier] = ACTIONS(1782), - [aux_sym_preproc_include_token1] = ACTIONS(1782), - [aux_sym_preproc_def_token1] = ACTIONS(1782), - [aux_sym_preproc_if_token1] = ACTIONS(1782), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1782), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1782), - [sym_preproc_directive] = ACTIONS(1782), - [anon_sym_LPAREN2] = ACTIONS(1784), - [anon_sym_BANG] = ACTIONS(1784), - [anon_sym_TILDE] = ACTIONS(1784), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_PLUS] = ACTIONS(1782), - [anon_sym_STAR] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_AMP] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym_typedef] = ACTIONS(1782), - [anon_sym_extern] = ACTIONS(1782), - [anon_sym___attribute__] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1784), - [anon_sym___declspec] = ACTIONS(1782), - [anon_sym___based] = ACTIONS(1782), - [anon_sym___cdecl] = ACTIONS(1782), - [anon_sym___clrcall] = ACTIONS(1782), - [anon_sym___stdcall] = ACTIONS(1782), - [anon_sym___fastcall] = ACTIONS(1782), - [anon_sym___thiscall] = ACTIONS(1782), - [anon_sym___vectorcall] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_LBRACK] = ACTIONS(1782), - [anon_sym_static] = ACTIONS(1782), - [anon_sym_register] = ACTIONS(1782), - [anon_sym_inline] = ACTIONS(1782), - [anon_sym_thread_local] = ACTIONS(1782), - [anon_sym_const] = ACTIONS(1782), - [anon_sym_volatile] = ACTIONS(1782), - [anon_sym_restrict] = ACTIONS(1782), - [anon_sym__Atomic] = ACTIONS(1782), - [anon_sym_mutable] = ACTIONS(1782), - [anon_sym_constexpr] = ACTIONS(1782), - [anon_sym_signed] = ACTIONS(1782), - [anon_sym_unsigned] = ACTIONS(1782), - [anon_sym_long] = ACTIONS(1782), - [anon_sym_short] = ACTIONS(1782), - [sym_primitive_type] = ACTIONS(1782), - [anon_sym_enum] = ACTIONS(1782), - [anon_sym_class] = ACTIONS(1782), - [anon_sym_struct] = ACTIONS(1782), - [anon_sym_union] = ACTIONS(1782), - [anon_sym_if] = ACTIONS(1782), - [anon_sym_switch] = ACTIONS(1782), - [anon_sym_case] = ACTIONS(1782), - [anon_sym_default] = ACTIONS(1782), - [anon_sym_while] = ACTIONS(1782), - [anon_sym_do] = ACTIONS(1782), - [anon_sym_for] = ACTIONS(1782), - [anon_sym_return] = ACTIONS(1782), - [anon_sym_break] = ACTIONS(1782), - [anon_sym_continue] = ACTIONS(1782), - [anon_sym_goto] = ACTIONS(1782), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_sizeof] = ACTIONS(1782), - [sym_number_literal] = ACTIONS(1784), - [anon_sym_L_SQUOTE] = ACTIONS(1784), - [anon_sym_u_SQUOTE] = ACTIONS(1784), - [anon_sym_U_SQUOTE] = ACTIONS(1784), - [anon_sym_u8_SQUOTE] = ACTIONS(1784), - [anon_sym_SQUOTE] = ACTIONS(1784), - [anon_sym_L_DQUOTE] = ACTIONS(1784), - [anon_sym_u_DQUOTE] = ACTIONS(1784), - [anon_sym_U_DQUOTE] = ACTIONS(1784), - [anon_sym_u8_DQUOTE] = ACTIONS(1784), - [anon_sym_DQUOTE] = ACTIONS(1784), - [sym_true] = ACTIONS(1782), - [sym_false] = ACTIONS(1782), - [sym_null] = ACTIONS(1782), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1782), - [anon_sym_virtual] = ACTIONS(1782), - [anon_sym_explicit] = ACTIONS(1782), - [sym_auto] = ACTIONS(1782), - [anon_sym_typename] = ACTIONS(1782), - [anon_sym_template] = ACTIONS(1782), - [anon_sym_operator] = ACTIONS(1782), - [anon_sym_delete] = ACTIONS(1782), - [anon_sym_throw] = ACTIONS(1782), - [anon_sym_namespace] = ACTIONS(1782), - [anon_sym_using] = ACTIONS(1782), - [anon_sym_static_assert] = ACTIONS(1782), - [anon_sym_co_return] = ACTIONS(1782), - [anon_sym_co_yield] = ACTIONS(1782), - [anon_sym_try] = ACTIONS(1782), - [anon_sym_co_await] = ACTIONS(1782), - [anon_sym_new] = ACTIONS(1782), - [sym_operator_name] = ACTIONS(1782), - [sym_this] = ACTIONS(1782), - [sym_nullptr] = ACTIONS(1782), - [sym_alone_macro] = ACTIONS(1784), - [aux_sym_alone_macro_call_token1] = ACTIONS(1782), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1782), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1782), - [anon_sym_FORWARD] = ACTIONS(1782), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1782), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1782), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1782), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1782), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1782), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1782), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1782), - [anon_sym_PS_GET] = ACTIONS(1782), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1782), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1782), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1782), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1782), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1782), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1782), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1782), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1782), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1782), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1782), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1782), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1782), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1782), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1782), - [anon_sym_MOZ_COLD] = ACTIONS(1782), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1782), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1782), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1782), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1782), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1782), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1782), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1782), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1782), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1782), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1782), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1782), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1782), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1782), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1782), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1782), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1782), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1782), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1782), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1782), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1782), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_NONNULL] = ACTIONS(1782), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1782), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1782), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1782), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1782), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1782), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_NORETURN] = ACTIONS(1782), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1782), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1782), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1782), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1782), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1782), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1782), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1782), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1782), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1782), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1782), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1782), - [anon_sym_MOZ_RAII] = ACTIONS(1782), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1782), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1782), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1782), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1782), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1782), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1782), - [sym_raw_string_literal] = ACTIONS(1784), + [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(1914), - [aux_sym_preproc_include_token1] = ACTIONS(1914), - [aux_sym_preproc_def_token1] = ACTIONS(1914), - [aux_sym_preproc_if_token1] = ACTIONS(1914), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1914), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1914), - [sym_preproc_directive] = ACTIONS(1914), - [anon_sym_LPAREN2] = ACTIONS(1916), - [anon_sym_BANG] = ACTIONS(1916), - [anon_sym_TILDE] = ACTIONS(1916), - [anon_sym_DASH] = ACTIONS(1914), - [anon_sym_PLUS] = ACTIONS(1914), - [anon_sym_STAR] = ACTIONS(1916), - [anon_sym_AMP_AMP] = ACTIONS(1916), - [anon_sym_AMP] = ACTIONS(1914), - [anon_sym_SEMI] = ACTIONS(1916), - [anon_sym_typedef] = ACTIONS(1914), - [anon_sym_extern] = ACTIONS(1914), - [anon_sym___attribute__] = ACTIONS(1914), - [anon_sym_COLON_COLON] = ACTIONS(1916), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1916), - [anon_sym___declspec] = ACTIONS(1914), - [anon_sym___based] = ACTIONS(1914), - [anon_sym___cdecl] = ACTIONS(1914), - [anon_sym___clrcall] = ACTIONS(1914), - [anon_sym___stdcall] = ACTIONS(1914), - [anon_sym___fastcall] = ACTIONS(1914), - [anon_sym___thiscall] = ACTIONS(1914), - [anon_sym___vectorcall] = ACTIONS(1914), - [anon_sym_LBRACE] = ACTIONS(1916), - [anon_sym_RBRACE] = ACTIONS(1916), - [anon_sym_LBRACK] = ACTIONS(1914), - [anon_sym_static] = ACTIONS(1914), - [anon_sym_register] = ACTIONS(1914), - [anon_sym_inline] = ACTIONS(1914), - [anon_sym_thread_local] = ACTIONS(1914), - [anon_sym_const] = ACTIONS(1914), - [anon_sym_volatile] = ACTIONS(1914), - [anon_sym_restrict] = ACTIONS(1914), - [anon_sym__Atomic] = ACTIONS(1914), - [anon_sym_mutable] = ACTIONS(1914), - [anon_sym_constexpr] = ACTIONS(1914), - [anon_sym_signed] = ACTIONS(1914), - [anon_sym_unsigned] = ACTIONS(1914), - [anon_sym_long] = ACTIONS(1914), - [anon_sym_short] = ACTIONS(1914), - [sym_primitive_type] = ACTIONS(1914), - [anon_sym_enum] = ACTIONS(1914), - [anon_sym_class] = ACTIONS(1914), - [anon_sym_struct] = ACTIONS(1914), - [anon_sym_union] = ACTIONS(1914), - [anon_sym_if] = ACTIONS(1914), - [anon_sym_switch] = ACTIONS(1914), - [anon_sym_case] = ACTIONS(1914), - [anon_sym_default] = ACTIONS(1914), - [anon_sym_while] = ACTIONS(1914), - [anon_sym_do] = ACTIONS(1914), - [anon_sym_for] = ACTIONS(1914), - [anon_sym_return] = ACTIONS(1914), - [anon_sym_break] = ACTIONS(1914), - [anon_sym_continue] = ACTIONS(1914), - [anon_sym_goto] = ACTIONS(1914), - [anon_sym_DASH_DASH] = ACTIONS(1916), - [anon_sym_PLUS_PLUS] = ACTIONS(1916), - [anon_sym_sizeof] = ACTIONS(1914), - [sym_number_literal] = ACTIONS(1916), - [anon_sym_L_SQUOTE] = ACTIONS(1916), - [anon_sym_u_SQUOTE] = ACTIONS(1916), - [anon_sym_U_SQUOTE] = ACTIONS(1916), - [anon_sym_u8_SQUOTE] = ACTIONS(1916), - [anon_sym_SQUOTE] = ACTIONS(1916), - [anon_sym_L_DQUOTE] = ACTIONS(1916), - [anon_sym_u_DQUOTE] = ACTIONS(1916), - [anon_sym_U_DQUOTE] = ACTIONS(1916), - [anon_sym_u8_DQUOTE] = ACTIONS(1916), - [anon_sym_DQUOTE] = ACTIONS(1916), - [sym_true] = ACTIONS(1914), - [sym_false] = ACTIONS(1914), - [sym_null] = ACTIONS(1914), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1914), - [anon_sym_virtual] = ACTIONS(1914), - [anon_sym_explicit] = ACTIONS(1914), - [sym_auto] = ACTIONS(1914), - [anon_sym_typename] = ACTIONS(1914), - [anon_sym_template] = ACTIONS(1914), - [anon_sym_operator] = ACTIONS(1914), - [anon_sym_delete] = ACTIONS(1914), - [anon_sym_throw] = ACTIONS(1914), - [anon_sym_namespace] = ACTIONS(1914), - [anon_sym_using] = ACTIONS(1914), - [anon_sym_static_assert] = ACTIONS(1914), - [anon_sym_co_return] = ACTIONS(1914), - [anon_sym_co_yield] = ACTIONS(1914), - [anon_sym_try] = ACTIONS(1914), - [anon_sym_co_await] = ACTIONS(1914), - [anon_sym_new] = ACTIONS(1914), - [sym_operator_name] = ACTIONS(1914), - [sym_this] = ACTIONS(1914), - [sym_nullptr] = ACTIONS(1914), - [sym_alone_macro] = ACTIONS(1916), - [aux_sym_alone_macro_call_token1] = ACTIONS(1914), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1914), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1914), - [anon_sym_FORWARD] = ACTIONS(1914), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1914), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1914), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1914), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1914), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1914), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1914), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1914), - [anon_sym_PS_GET] = ACTIONS(1914), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1914), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1914), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1914), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1914), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1914), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1914), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1914), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1914), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1914), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1914), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1914), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1914), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1914), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1914), - [anon_sym_MOZ_COLD] = ACTIONS(1914), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1914), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1914), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1914), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1914), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1914), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1914), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1914), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1914), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1914), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1914), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1914), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1914), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1914), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1914), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1914), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1914), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1914), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1914), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1914), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1914), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_NONNULL] = ACTIONS(1914), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1914), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1914), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1914), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1914), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1914), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_NORETURN] = ACTIONS(1914), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1914), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1914), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1914), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1914), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1914), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1914), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1914), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1914), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1914), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1914), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1914), - [anon_sym_MOZ_RAII] = ACTIONS(1914), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1914), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1914), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1914), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1914), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1914), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1914), - [sym_raw_string_literal] = ACTIONS(1916), + [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), }, [660] = { - [sym_identifier] = ACTIONS(1898), - [aux_sym_preproc_include_token1] = ACTIONS(1898), - [aux_sym_preproc_def_token1] = ACTIONS(1898), - [aux_sym_preproc_if_token1] = ACTIONS(1898), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1898), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1898), - [sym_preproc_directive] = ACTIONS(1898), - [anon_sym_LPAREN2] = ACTIONS(1900), - [anon_sym_BANG] = ACTIONS(1900), - [anon_sym_TILDE] = ACTIONS(1900), - [anon_sym_DASH] = ACTIONS(1898), - [anon_sym_PLUS] = ACTIONS(1898), - [anon_sym_STAR] = ACTIONS(1900), - [anon_sym_AMP_AMP] = ACTIONS(1900), - [anon_sym_AMP] = ACTIONS(1898), - [anon_sym_SEMI] = ACTIONS(1900), - [anon_sym_typedef] = ACTIONS(1898), - [anon_sym_extern] = ACTIONS(1898), - [anon_sym___attribute__] = ACTIONS(1898), - [anon_sym_COLON_COLON] = ACTIONS(1900), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1900), - [anon_sym___declspec] = ACTIONS(1898), - [anon_sym___based] = ACTIONS(1898), - [anon_sym___cdecl] = ACTIONS(1898), - [anon_sym___clrcall] = ACTIONS(1898), - [anon_sym___stdcall] = ACTIONS(1898), - [anon_sym___fastcall] = ACTIONS(1898), - [anon_sym___thiscall] = ACTIONS(1898), - [anon_sym___vectorcall] = ACTIONS(1898), - [anon_sym_LBRACE] = ACTIONS(1900), - [anon_sym_RBRACE] = ACTIONS(1900), - [anon_sym_LBRACK] = ACTIONS(1898), - [anon_sym_static] = ACTIONS(1898), - [anon_sym_register] = ACTIONS(1898), - [anon_sym_inline] = ACTIONS(1898), - [anon_sym_thread_local] = ACTIONS(1898), - [anon_sym_const] = ACTIONS(1898), - [anon_sym_volatile] = ACTIONS(1898), - [anon_sym_restrict] = ACTIONS(1898), - [anon_sym__Atomic] = ACTIONS(1898), - [anon_sym_mutable] = ACTIONS(1898), - [anon_sym_constexpr] = ACTIONS(1898), - [anon_sym_signed] = ACTIONS(1898), - [anon_sym_unsigned] = ACTIONS(1898), - [anon_sym_long] = ACTIONS(1898), - [anon_sym_short] = ACTIONS(1898), - [sym_primitive_type] = ACTIONS(1898), - [anon_sym_enum] = ACTIONS(1898), - [anon_sym_class] = ACTIONS(1898), - [anon_sym_struct] = ACTIONS(1898), - [anon_sym_union] = ACTIONS(1898), - [anon_sym_if] = ACTIONS(1898), - [anon_sym_switch] = ACTIONS(1898), - [anon_sym_case] = ACTIONS(1898), - [anon_sym_default] = ACTIONS(1898), - [anon_sym_while] = ACTIONS(1898), - [anon_sym_do] = ACTIONS(1898), - [anon_sym_for] = ACTIONS(1898), - [anon_sym_return] = ACTIONS(1898), - [anon_sym_break] = ACTIONS(1898), - [anon_sym_continue] = ACTIONS(1898), - [anon_sym_goto] = ACTIONS(1898), - [anon_sym_DASH_DASH] = ACTIONS(1900), - [anon_sym_PLUS_PLUS] = ACTIONS(1900), - [anon_sym_sizeof] = ACTIONS(1898), - [sym_number_literal] = ACTIONS(1900), - [anon_sym_L_SQUOTE] = ACTIONS(1900), - [anon_sym_u_SQUOTE] = ACTIONS(1900), - [anon_sym_U_SQUOTE] = ACTIONS(1900), - [anon_sym_u8_SQUOTE] = ACTIONS(1900), - [anon_sym_SQUOTE] = ACTIONS(1900), - [anon_sym_L_DQUOTE] = ACTIONS(1900), - [anon_sym_u_DQUOTE] = ACTIONS(1900), - [anon_sym_U_DQUOTE] = ACTIONS(1900), - [anon_sym_u8_DQUOTE] = ACTIONS(1900), - [anon_sym_DQUOTE] = ACTIONS(1900), - [sym_true] = ACTIONS(1898), - [sym_false] = ACTIONS(1898), - [sym_null] = ACTIONS(1898), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1898), - [anon_sym_virtual] = ACTIONS(1898), - [anon_sym_explicit] = ACTIONS(1898), - [sym_auto] = ACTIONS(1898), - [anon_sym_typename] = ACTIONS(1898), - [anon_sym_template] = ACTIONS(1898), - [anon_sym_operator] = ACTIONS(1898), - [anon_sym_delete] = ACTIONS(1898), - [anon_sym_throw] = ACTIONS(1898), - [anon_sym_namespace] = ACTIONS(1898), - [anon_sym_using] = ACTIONS(1898), - [anon_sym_static_assert] = ACTIONS(1898), - [anon_sym_co_return] = ACTIONS(1898), - [anon_sym_co_yield] = ACTIONS(1898), - [anon_sym_try] = ACTIONS(1898), - [anon_sym_co_await] = ACTIONS(1898), - [anon_sym_new] = ACTIONS(1898), - [sym_operator_name] = ACTIONS(1898), - [sym_this] = ACTIONS(1898), - [sym_nullptr] = ACTIONS(1898), - [sym_alone_macro] = ACTIONS(1900), - [aux_sym_alone_macro_call_token1] = ACTIONS(1898), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1898), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1898), - [anon_sym_FORWARD] = ACTIONS(1898), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1898), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1898), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1898), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1898), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1898), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1898), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1898), - [anon_sym_PS_GET] = ACTIONS(1898), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1898), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1898), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1898), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1898), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1898), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1898), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1898), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1898), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1898), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1898), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1898), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1898), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1898), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1898), - [anon_sym_MOZ_COLD] = ACTIONS(1898), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1898), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1898), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1898), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1898), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1898), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1898), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1898), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1898), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1898), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1898), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1898), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1898), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1898), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1898), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1898), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1898), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1898), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1898), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1898), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1898), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1898), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1898), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1898), - [anon_sym_MOZ_NONNULL] = ACTIONS(1898), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1898), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1898), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1898), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1898), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1898), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1898), - [anon_sym_MOZ_NORETURN] = ACTIONS(1898), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1898), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1898), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1898), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1898), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1898), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1898), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1898), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1898), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1898), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1898), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1898), - [anon_sym_MOZ_RAII] = ACTIONS(1898), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1898), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1898), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1898), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1898), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1898), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1898), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1898), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1898), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1898), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1898), - [sym_raw_string_literal] = ACTIONS(1900), + [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(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), }, [661] = { [sym_preproc_def] = STATE(661), @@ -160918,270 +160313,271 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(1257), - [sym__declaration_specifiers] = STATE(3235), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3536), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), + [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(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(865), - [sym_dependent_type] = STATE(1451), + [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(3928), + [sym_operator_cast] = STATE(4163), [sym_inline_method_definition] = STATE(661), - [sym__constructor_specifiers] = STATE(865), + [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(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), + [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(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3928), + [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(1266), + [sym_macro_annotation] = STATE(1281), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(661), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(865), - [sym_identifier] = ACTIONS(2016), - [aux_sym_preproc_def_token1] = ACTIONS(2019), - [aux_sym_preproc_if_token1] = ACTIONS(2022), - [aux_sym_preproc_if_token2] = ACTIONS(2025), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2027), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2027), - [aux_sym_preproc_else_token1] = ACTIONS(2025), - [aux_sym_preproc_elif_token1] = ACTIONS(2025), - [sym_preproc_directive] = ACTIONS(2030), - [anon_sym_LPAREN2] = ACTIONS(2033), - [anon_sym_TILDE] = ACTIONS(2036), - [anon_sym_STAR] = ACTIONS(2039), - [anon_sym_AMP_AMP] = ACTIONS(2042), - [anon_sym_AMP] = ACTIONS(2045), - [anon_sym_typedef] = ACTIONS(2048), - [anon_sym_extern] = ACTIONS(2051), - [anon_sym___attribute__] = ACTIONS(2054), - [anon_sym_COLON_COLON] = ACTIONS(2057), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2060), - [anon_sym___declspec] = ACTIONS(2063), - [anon_sym___based] = ACTIONS(2066), - [anon_sym_LBRACK] = ACTIONS(2069), - [anon_sym_static] = ACTIONS(2051), - [anon_sym_register] = ACTIONS(2051), - [anon_sym_inline] = ACTIONS(2051), - [anon_sym_thread_local] = ACTIONS(2051), - [anon_sym_const] = ACTIONS(2072), - [anon_sym_volatile] = ACTIONS(2072), - [anon_sym_restrict] = ACTIONS(2072), - [anon_sym__Atomic] = ACTIONS(2072), - [anon_sym_mutable] = ACTIONS(2072), - [anon_sym_constexpr] = ACTIONS(2072), - [anon_sym_signed] = ACTIONS(2075), - [anon_sym_unsigned] = ACTIONS(2075), - [anon_sym_long] = ACTIONS(2075), - [anon_sym_short] = ACTIONS(2075), - [sym_primitive_type] = ACTIONS(2078), - [anon_sym_enum] = ACTIONS(2081), - [anon_sym_class] = ACTIONS(2084), - [anon_sym_struct] = ACTIONS(2087), - [anon_sym_union] = ACTIONS(2090), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2093), - [anon_sym_virtual] = ACTIONS(2096), - [anon_sym_explicit] = ACTIONS(2099), - [anon_sym_public] = ACTIONS(2102), - [anon_sym_private] = ACTIONS(2102), - [anon_sym_protected] = ACTIONS(2102), - [sym_auto] = ACTIONS(2078), - [anon_sym_typename] = ACTIONS(2105), - [anon_sym_template] = ACTIONS(2108), - [anon_sym_operator] = ACTIONS(2111), - [anon_sym_friend] = ACTIONS(2114), - [anon_sym_using] = ACTIONS(2117), - [anon_sym_static_assert] = ACTIONS(2120), - [sym_operator_name] = ACTIONS(2123), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2126), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2129), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2129), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2129), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2129), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2129), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2129), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2129), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2129), - [anon_sym_MOZ_COLD] = ACTIONS(2129), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2129), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2129), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2129), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2129), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2129), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2129), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2129), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2129), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2129), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2129), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2129), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2129), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2129), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2129), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2129), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2129), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2129), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2129), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2129), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2129), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2129), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2129), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2129), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2129), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2129), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2129), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2129), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2129), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2129), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2129), - [anon_sym_MOZ_NONNULL] = ACTIONS(2129), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2129), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2129), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2129), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2129), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2129), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2129), - [anon_sym_MOZ_NORETURN] = ACTIONS(2129), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2129), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2129), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2129), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2129), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2129), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2129), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2129), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2129), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2129), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2129), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2129), - [anon_sym_MOZ_RAII] = ACTIONS(2129), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2129), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2129), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2129), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2129), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2129), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2129), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2129), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2129), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2129), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2129), + [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(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), }, [662] = { - [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(1257), - [sym__declaration_specifiers] = STATE(3245), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3553), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), - [sym__field_declaration_list_item] = STATE(666), - [sym_field_declaration] = STATE(666), - [sym_decltype] = STATE(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(877), - [sym_dependent_type] = STATE(1451), - [sym_template_declaration] = STATE(666), - [sym_operator_cast] = STATE(3913), - [sym_inline_method_definition] = STATE(666), - [sym__constructor_specifiers] = STATE(877), - [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(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_using_declaration] = STATE(666), - [sym_alias_declaration] = STATE(666), - [sym_static_assert_declaration] = STATE(666), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3913), - [sym_macro_statement] = STATE(666), - [sym_macro_annotation] = STATE(1266), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(666), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(877), - [sym_identifier] = ACTIONS(1930), - [aux_sym_preproc_def_token1] = ACTIONS(2132), - [aux_sym_preproc_if_token1] = ACTIONS(2134), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2136), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2136), - [sym_preproc_directive] = ACTIONS(2138), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), + [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), + [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__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), + [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), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_typedef] = ACTIONS(2140), + [anon_sym_AMP] = ACTIONS(1933), + [anon_sym_typedef] = ACTIONS(2130), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), + [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(2142), - [anon_sym_LBRACK] = ACTIONS(1960), + [anon_sym_LBRACK] = ACTIONS(1939), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -161192,183 +160588,370 @@ 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(1962), - [anon_sym_unsigned] = ACTIONS(1962), - [anon_sym_long] = ACTIONS(1962), - [anon_sym_short] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1966), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1970), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1974), + [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(2144), - [anon_sym_private] = ACTIONS(2144), - [anon_sym_protected] = ACTIONS(2144), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1978), - [anon_sym_template] = ACTIONS(2146), + [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_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2148), - [anon_sym_using] = ACTIONS(2150), - [anon_sym_static_assert] = ACTIONS(2152), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2154), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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_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), }, [663] = { - [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(1257), - [sym__declaration_specifiers] = STATE(3245), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3553), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), - [sym__field_declaration_list_item] = STATE(668), - [sym_field_declaration] = STATE(668), - [sym_decltype] = STATE(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(877), - [sym_dependent_type] = STATE(1451), - [sym_template_declaration] = STATE(668), - [sym_operator_cast] = STATE(3913), - [sym_inline_method_definition] = STATE(668), - [sym__constructor_specifiers] = STATE(877), - [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(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_using_declaration] = STATE(668), - [sym_alias_declaration] = STATE(668), - [sym_static_assert_declaration] = STATE(668), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3913), - [sym_macro_statement] = STATE(668), - [sym_macro_annotation] = STATE(1266), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(668), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(877), - [sym_identifier] = ACTIONS(1930), - [aux_sym_preproc_def_token1] = ACTIONS(2132), - [aux_sym_preproc_if_token1] = ACTIONS(2134), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2136), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2136), - [sym_preproc_directive] = ACTIONS(2138), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), + [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), + [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), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_typedef] = ACTIONS(2140), + [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(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), + [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(2156), - [anon_sym_LBRACK] = ACTIONS(1960), + [anon_sym_RBRACE] = ACTIONS(2187), + [anon_sym_LBRACK] = ACTIONS(1939), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -161379,183 +160962,370 @@ 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(1962), - [anon_sym_unsigned] = ACTIONS(1962), - [anon_sym_long] = ACTIONS(1962), - [anon_sym_short] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1966), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1970), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1974), + [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(2144), - [anon_sym_private] = ACTIONS(2144), - [anon_sym_protected] = ACTIONS(2144), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1978), - [anon_sym_template] = ACTIONS(2146), + [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(2148), - [anon_sym_using] = ACTIONS(2150), - [anon_sym_static_assert] = ACTIONS(2152), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2154), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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), }, - [664] = { - [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(1257), - [sym__declaration_specifiers] = STATE(3245), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3553), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), - [sym__field_declaration_list_item] = STATE(673), - [sym_field_declaration] = STATE(673), - [sym_decltype] = STATE(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(877), - [sym_dependent_type] = STATE(1451), - [sym_template_declaration] = STATE(673), - [sym_operator_cast] = STATE(3913), - [sym_inline_method_definition] = STATE(673), - [sym__constructor_specifiers] = STATE(877), - [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(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_using_declaration] = STATE(673), - [sym_alias_declaration] = STATE(673), - [sym_static_assert_declaration] = STATE(673), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3913), - [sym_macro_statement] = STATE(673), - [sym_macro_annotation] = STATE(1266), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(673), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(877), - [sym_identifier] = ACTIONS(1930), - [aux_sym_preproc_def_token1] = ACTIONS(2132), - [aux_sym_preproc_if_token1] = ACTIONS(2134), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2136), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2136), - [sym_preproc_directive] = ACTIONS(2138), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), + [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), + [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), + }, + [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), + [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(1952), - [anon_sym_typedef] = ACTIONS(2140), + [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(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), + [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(2158), - [anon_sym_LBRACK] = ACTIONS(1960), + [anon_sym_RBRACE] = ACTIONS(2236), + [anon_sym_LBRACK] = ACTIONS(1939), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -161566,183 +161336,183 @@ 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(1962), - [anon_sym_unsigned] = ACTIONS(1962), - [anon_sym_long] = ACTIONS(1962), - [anon_sym_short] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1966), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1970), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1974), + [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(2144), - [anon_sym_private] = ACTIONS(2144), - [anon_sym_protected] = ACTIONS(2144), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1978), - [anon_sym_template] = ACTIONS(2146), + [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(2148), - [anon_sym_using] = ACTIONS(2150), - [anon_sym_static_assert] = ACTIONS(2152), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2154), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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), }, - [665] = { - [sym_preproc_def] = STATE(674), - [sym_preproc_function_def] = STATE(674), - [sym_preproc_call] = STATE(674), - [sym_preproc_if_in_field_declaration_list] = STATE(674), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(674), - [sym_type_definition] = STATE(674), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3245), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3553), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), - [sym__field_declaration_list_item] = STATE(674), - [sym_field_declaration] = STATE(674), - [sym_decltype] = STATE(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(877), - [sym_dependent_type] = STATE(1451), - [sym_template_declaration] = STATE(674), - [sym_operator_cast] = STATE(3913), - [sym_inline_method_definition] = STATE(674), - [sym__constructor_specifiers] = STATE(877), - [sym_operator_cast_definition] = STATE(674), - [sym_operator_cast_declaration] = STATE(674), - [sym_constructor_or_destructor_definition] = STATE(674), - [sym_constructor_or_destructor_declaration] = STATE(674), - [sym_friend_declaration] = STATE(674), - [sym_access_specifier] = STATE(674), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_using_declaration] = STATE(674), - [sym_alias_declaration] = STATE(674), - [sym_static_assert_declaration] = STATE(674), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3913), - [sym_macro_statement] = STATE(674), - [sym_macro_annotation] = STATE(1266), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(674), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(877), - [sym_identifier] = ACTIONS(1930), - [aux_sym_preproc_def_token1] = ACTIONS(2132), - [aux_sym_preproc_if_token1] = ACTIONS(2134), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2136), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2136), - [sym_preproc_directive] = ACTIONS(2138), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), + [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), + [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(1952), - [anon_sym_typedef] = ACTIONS(2140), + [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(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), + [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(2160), - [anon_sym_LBRACK] = ACTIONS(1960), + [anon_sym_RBRACE] = ACTIONS(2238), + [anon_sym_LBRACK] = ACTIONS(1939), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -161753,183 +161523,183 @@ 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(1962), - [anon_sym_unsigned] = ACTIONS(1962), - [anon_sym_long] = ACTIONS(1962), - [anon_sym_short] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1966), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1970), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1974), + [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(2144), - [anon_sym_private] = ACTIONS(2144), - [anon_sym_protected] = ACTIONS(2144), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1978), - [anon_sym_template] = ACTIONS(2146), + [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(2148), - [anon_sym_using] = ACTIONS(2150), - [anon_sym_static_assert] = ACTIONS(2152), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2154), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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), }, - [666] = { - [sym_preproc_def] = STATE(674), - [sym_preproc_function_def] = STATE(674), - [sym_preproc_call] = STATE(674), - [sym_preproc_if_in_field_declaration_list] = STATE(674), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(674), - [sym_type_definition] = STATE(674), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3245), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3553), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), - [sym__field_declaration_list_item] = STATE(674), - [sym_field_declaration] = STATE(674), - [sym_decltype] = STATE(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(877), - [sym_dependent_type] = STATE(1451), - [sym_template_declaration] = STATE(674), - [sym_operator_cast] = STATE(3913), - [sym_inline_method_definition] = STATE(674), - [sym__constructor_specifiers] = STATE(877), - [sym_operator_cast_definition] = STATE(674), - [sym_operator_cast_declaration] = STATE(674), - [sym_constructor_or_destructor_definition] = STATE(674), - [sym_constructor_or_destructor_declaration] = STATE(674), - [sym_friend_declaration] = STATE(674), - [sym_access_specifier] = STATE(674), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_using_declaration] = STATE(674), - [sym_alias_declaration] = STATE(674), - [sym_static_assert_declaration] = STATE(674), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3913), - [sym_macro_statement] = STATE(674), - [sym_macro_annotation] = STATE(1266), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(674), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(877), - [sym_identifier] = ACTIONS(1930), - [aux_sym_preproc_def_token1] = ACTIONS(2132), - [aux_sym_preproc_if_token1] = ACTIONS(2134), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2136), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2136), - [sym_preproc_directive] = ACTIONS(2138), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), + [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), + [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(1952), - [anon_sym_typedef] = ACTIONS(2140), + [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(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), + [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(2162), - [anon_sym_LBRACK] = ACTIONS(1960), + [anon_sym_RBRACE] = ACTIONS(2240), + [anon_sym_LBRACK] = ACTIONS(1939), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -161940,183 +161710,183 @@ 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(1962), - [anon_sym_unsigned] = ACTIONS(1962), - [anon_sym_long] = ACTIONS(1962), - [anon_sym_short] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1966), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1970), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1974), + [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(2144), - [anon_sym_private] = ACTIONS(2144), - [anon_sym_protected] = ACTIONS(2144), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1978), - [anon_sym_template] = ACTIONS(2146), + [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(2148), - [anon_sym_using] = ACTIONS(2150), - [anon_sym_static_assert] = ACTIONS(2152), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2154), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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), }, - [667] = { - [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(1257), - [sym__declaration_specifiers] = STATE(3250), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3526), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), - [sym__field_declaration_list_item] = STATE(671), - [sym_field_declaration] = STATE(671), - [sym_decltype] = STATE(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(879), - [sym_dependent_type] = STATE(1451), - [sym_template_declaration] = STATE(671), - [sym_operator_cast] = STATE(3985), - [sym_inline_method_definition] = STATE(671), - [sym__constructor_specifiers] = STATE(879), - [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(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_using_declaration] = STATE(671), - [sym_alias_declaration] = STATE(671), - [sym_static_assert_declaration] = STATE(671), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3985), - [sym_macro_statement] = STATE(671), - [sym_macro_annotation] = STATE(1266), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(671), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(879), - [sym_identifier] = ACTIONS(1930), - [aux_sym_preproc_def_token1] = ACTIONS(2164), - [aux_sym_preproc_if_token1] = ACTIONS(2166), - [aux_sym_preproc_if_token2] = ACTIONS(2168), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2170), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2170), - [sym_preproc_directive] = ACTIONS(2172), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), + [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), + [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(1952), - [anon_sym_typedef] = ACTIONS(2174), + [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(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), + [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(1960), + [anon_sym_RBRACE] = ACTIONS(2242), + [anon_sym_LBRACK] = ACTIONS(1939), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -162127,183 +161897,183 @@ 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(1962), - [anon_sym_unsigned] = ACTIONS(1962), - [anon_sym_long] = ACTIONS(1962), - [anon_sym_short] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1966), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1970), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1974), + [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(2176), - [anon_sym_private] = ACTIONS(2176), - [anon_sym_protected] = ACTIONS(2176), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1978), - [anon_sym_template] = ACTIONS(2178), + [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(2180), - [anon_sym_using] = ACTIONS(2182), - [anon_sym_static_assert] = ACTIONS(2184), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2186), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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), }, - [668] = { - [sym_preproc_def] = STATE(674), - [sym_preproc_function_def] = STATE(674), - [sym_preproc_call] = STATE(674), - [sym_preproc_if_in_field_declaration_list] = STATE(674), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(674), - [sym_type_definition] = STATE(674), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3245), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3553), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), - [sym__field_declaration_list_item] = STATE(674), - [sym_field_declaration] = STATE(674), - [sym_decltype] = STATE(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(877), - [sym_dependent_type] = STATE(1451), - [sym_template_declaration] = STATE(674), - [sym_operator_cast] = STATE(3913), - [sym_inline_method_definition] = STATE(674), - [sym__constructor_specifiers] = STATE(877), - [sym_operator_cast_definition] = STATE(674), - [sym_operator_cast_declaration] = STATE(674), - [sym_constructor_or_destructor_definition] = STATE(674), - [sym_constructor_or_destructor_declaration] = STATE(674), - [sym_friend_declaration] = STATE(674), - [sym_access_specifier] = STATE(674), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_using_declaration] = STATE(674), - [sym_alias_declaration] = STATE(674), - [sym_static_assert_declaration] = STATE(674), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3913), - [sym_macro_statement] = STATE(674), - [sym_macro_annotation] = STATE(1266), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(674), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(877), - [sym_identifier] = ACTIONS(1930), - [aux_sym_preproc_def_token1] = ACTIONS(2132), - [aux_sym_preproc_if_token1] = ACTIONS(2134), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2136), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2136), - [sym_preproc_directive] = ACTIONS(2138), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), + [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), + [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(1952), - [anon_sym_typedef] = ACTIONS(2140), + [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(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), + [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(2188), - [anon_sym_LBRACK] = ACTIONS(1960), + [anon_sym_RBRACE] = ACTIONS(2244), + [anon_sym_LBRACK] = ACTIONS(1939), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -162314,183 +162084,183 @@ 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(1962), - [anon_sym_unsigned] = ACTIONS(1962), - [anon_sym_long] = ACTIONS(1962), - [anon_sym_short] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1966), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1970), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1974), + [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(2144), - [anon_sym_private] = ACTIONS(2144), - [anon_sym_protected] = ACTIONS(2144), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1978), - [anon_sym_template] = ACTIONS(2146), + [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(2148), - [anon_sym_using] = ACTIONS(2150), - [anon_sym_static_assert] = ACTIONS(2152), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2154), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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), }, - [669] = { - [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(1257), - [sym__declaration_specifiers] = STATE(3245), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3553), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), - [sym__field_declaration_list_item] = STATE(677), - [sym_field_declaration] = STATE(677), - [sym_decltype] = STATE(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(877), - [sym_dependent_type] = STATE(1451), - [sym_template_declaration] = STATE(677), - [sym_operator_cast] = STATE(3913), - [sym_inline_method_definition] = STATE(677), - [sym__constructor_specifiers] = STATE(877), - [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(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_using_declaration] = STATE(677), - [sym_alias_declaration] = STATE(677), - [sym_static_assert_declaration] = STATE(677), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3913), - [sym_macro_statement] = STATE(677), - [sym_macro_annotation] = STATE(1266), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(677), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(877), - [sym_identifier] = ACTIONS(1930), - [aux_sym_preproc_def_token1] = ACTIONS(2132), - [aux_sym_preproc_if_token1] = ACTIONS(2134), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2136), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2136), - [sym_preproc_directive] = ACTIONS(2138), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), + [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), + [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(1952), - [anon_sym_typedef] = ACTIONS(2140), + [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(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), + [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(2190), - [anon_sym_LBRACK] = ACTIONS(1960), + [anon_sym_RBRACE] = ACTIONS(2246), + [anon_sym_LBRACK] = ACTIONS(1939), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -162501,183 +162271,183 @@ 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(1962), - [anon_sym_unsigned] = ACTIONS(1962), - [anon_sym_long] = ACTIONS(1962), - [anon_sym_short] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1966), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1970), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1974), + [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(2144), - [anon_sym_private] = ACTIONS(2144), - [anon_sym_protected] = ACTIONS(2144), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1978), - [anon_sym_template] = ACTIONS(2146), + [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(2148), - [anon_sym_using] = ACTIONS(2150), - [anon_sym_static_assert] = ACTIONS(2152), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2154), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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), }, - [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(1257), - [sym__declaration_specifiers] = STATE(3250), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3526), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), - [sym__field_declaration_list_item] = STATE(667), - [sym_field_declaration] = STATE(667), - [sym_decltype] = STATE(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(879), - [sym_dependent_type] = STATE(1451), - [sym_template_declaration] = STATE(667), - [sym_operator_cast] = STATE(3985), - [sym_inline_method_definition] = STATE(667), - [sym__constructor_specifiers] = STATE(879), - [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(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_using_declaration] = STATE(667), - [sym_alias_declaration] = STATE(667), - [sym_static_assert_declaration] = STATE(667), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3985), - [sym_macro_statement] = STATE(667), - [sym_macro_annotation] = STATE(1266), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(667), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(879), - [sym_identifier] = ACTIONS(1930), - [aux_sym_preproc_def_token1] = ACTIONS(2164), - [aux_sym_preproc_if_token1] = ACTIONS(2166), - [aux_sym_preproc_if_token2] = ACTIONS(2192), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2170), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2170), - [sym_preproc_directive] = ACTIONS(2172), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), + [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), + [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(1952), - [anon_sym_typedef] = ACTIONS(2174), + [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(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), + [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(1960), + [anon_sym_RBRACE] = ACTIONS(2248), + [anon_sym_LBRACK] = ACTIONS(1939), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -162688,370 +162458,183 @@ 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(1962), - [anon_sym_unsigned] = ACTIONS(1962), - [anon_sym_long] = ACTIONS(1962), - [anon_sym_short] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1966), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1970), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1974), + [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(2176), - [anon_sym_private] = ACTIONS(2176), - [anon_sym_protected] = ACTIONS(2176), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1978), - [anon_sym_template] = ACTIONS(2178), + [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(2180), - [anon_sym_using] = ACTIONS(2182), - [anon_sym_static_assert] = ACTIONS(2184), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2186), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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), }, - [671] = { + [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(1257), - [sym__declaration_specifiers] = STATE(3250), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3526), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), + [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(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(879), - [sym_dependent_type] = STATE(1451), + [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(3985), + [sym_operator_cast] = STATE(4165), [sym_inline_method_definition] = STATE(671), - [sym__constructor_specifiers] = STATE(879), + [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(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), + [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(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3985), + [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(1266), + [sym_macro_annotation] = STATE(1281), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(671), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(879), - [sym_identifier] = ACTIONS(2016), - [aux_sym_preproc_def_token1] = ACTIONS(2194), - [aux_sym_preproc_if_token1] = ACTIONS(2197), - [aux_sym_preproc_if_token2] = ACTIONS(2025), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2200), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2200), - [sym_preproc_directive] = ACTIONS(2203), - [anon_sym_LPAREN2] = ACTIONS(2033), - [anon_sym_TILDE] = ACTIONS(2036), - [anon_sym_STAR] = ACTIONS(2039), - [anon_sym_AMP_AMP] = ACTIONS(2042), - [anon_sym_AMP] = ACTIONS(2045), - [anon_sym_typedef] = ACTIONS(2206), - [anon_sym_extern] = ACTIONS(2051), - [anon_sym___attribute__] = ACTIONS(2054), - [anon_sym_COLON_COLON] = ACTIONS(2057), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2060), - [anon_sym___declspec] = ACTIONS(2063), - [anon_sym___based] = ACTIONS(2066), - [anon_sym_LBRACK] = ACTIONS(2069), - [anon_sym_static] = ACTIONS(2051), - [anon_sym_register] = ACTIONS(2051), - [anon_sym_inline] = ACTIONS(2051), - [anon_sym_thread_local] = ACTIONS(2051), - [anon_sym_const] = ACTIONS(2072), - [anon_sym_volatile] = ACTIONS(2072), - [anon_sym_restrict] = ACTIONS(2072), - [anon_sym__Atomic] = ACTIONS(2072), - [anon_sym_mutable] = ACTIONS(2072), - [anon_sym_constexpr] = ACTIONS(2072), - [anon_sym_signed] = ACTIONS(2075), - [anon_sym_unsigned] = ACTIONS(2075), - [anon_sym_long] = ACTIONS(2075), - [anon_sym_short] = ACTIONS(2075), - [sym_primitive_type] = ACTIONS(2078), - [anon_sym_enum] = ACTIONS(2081), - [anon_sym_class] = ACTIONS(2084), - [anon_sym_struct] = ACTIONS(2087), - [anon_sym_union] = ACTIONS(2090), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2093), - [anon_sym_virtual] = ACTIONS(2096), - [anon_sym_explicit] = ACTIONS(2099), - [anon_sym_public] = ACTIONS(2209), - [anon_sym_private] = ACTIONS(2209), - [anon_sym_protected] = ACTIONS(2209), - [sym_auto] = ACTIONS(2078), - [anon_sym_typename] = ACTIONS(2105), - [anon_sym_template] = ACTIONS(2212), - [anon_sym_operator] = ACTIONS(2111), - [anon_sym_friend] = ACTIONS(2215), - [anon_sym_using] = ACTIONS(2218), - [anon_sym_static_assert] = ACTIONS(2221), - [sym_operator_name] = ACTIONS(2123), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2224), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2129), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2129), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2129), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2129), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2129), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2129), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2129), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2129), - [anon_sym_MOZ_COLD] = ACTIONS(2129), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2129), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2129), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2129), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2129), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2129), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2129), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2129), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2129), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2129), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2129), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2129), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2129), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2129), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2129), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2129), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2129), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2129), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2129), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2129), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2129), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2129), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2129), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2129), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2129), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2129), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2129), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2129), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2129), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2129), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2129), - [anon_sym_MOZ_NONNULL] = ACTIONS(2129), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2129), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2129), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2129), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2129), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2129), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2129), - [anon_sym_MOZ_NORETURN] = ACTIONS(2129), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2129), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2129), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2129), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2129), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2129), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2129), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2129), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2129), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2129), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2129), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2129), - [anon_sym_MOZ_RAII] = ACTIONS(2129), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2129), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2129), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2129), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2129), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2129), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2129), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2129), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2129), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2129), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2129), - }, - [672] = { - [sym_preproc_def] = STATE(674), - [sym_preproc_function_def] = STATE(674), - [sym_preproc_call] = STATE(674), - [sym_preproc_if_in_field_declaration_list] = STATE(674), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(674), - [sym_type_definition] = STATE(674), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3245), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3553), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), - [sym__field_declaration_list_item] = STATE(674), - [sym_field_declaration] = STATE(674), - [sym_decltype] = STATE(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(877), - [sym_dependent_type] = STATE(1451), - [sym_template_declaration] = STATE(674), - [sym_operator_cast] = STATE(3913), - [sym_inline_method_definition] = STATE(674), - [sym__constructor_specifiers] = STATE(877), - [sym_operator_cast_definition] = STATE(674), - [sym_operator_cast_declaration] = STATE(674), - [sym_constructor_or_destructor_definition] = STATE(674), - [sym_constructor_or_destructor_declaration] = STATE(674), - [sym_friend_declaration] = STATE(674), - [sym_access_specifier] = STATE(674), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_using_declaration] = STATE(674), - [sym_alias_declaration] = STATE(674), - [sym_static_assert_declaration] = STATE(674), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3913), - [sym_macro_statement] = STATE(674), - [sym_macro_annotation] = STATE(1266), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(674), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(877), - [sym_identifier] = ACTIONS(1930), - [aux_sym_preproc_def_token1] = ACTIONS(2132), - [aux_sym_preproc_if_token1] = ACTIONS(2134), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2136), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2136), - [sym_preproc_directive] = ACTIONS(2138), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), + [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), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_typedef] = ACTIONS(2140), + [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(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), + [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(2227), - [anon_sym_LBRACK] = ACTIONS(1960), + [anon_sym_RBRACE] = ACTIONS(2250), + [anon_sym_LBRACK] = ACTIONS(1939), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -163062,183 +162645,183 @@ 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(1962), - [anon_sym_unsigned] = ACTIONS(1962), - [anon_sym_long] = ACTIONS(1962), - [anon_sym_short] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1966), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1970), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1974), + [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(2144), - [anon_sym_private] = ACTIONS(2144), - [anon_sym_protected] = ACTIONS(2144), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1978), - [anon_sym_template] = ACTIONS(2146), + [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(2148), - [anon_sym_using] = ACTIONS(2150), - [anon_sym_static_assert] = ACTIONS(2152), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2154), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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), }, - [673] = { - [sym_preproc_def] = STATE(674), - [sym_preproc_function_def] = STATE(674), - [sym_preproc_call] = STATE(674), - [sym_preproc_if_in_field_declaration_list] = STATE(674), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(674), - [sym_type_definition] = STATE(674), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3245), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3553), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), - [sym__field_declaration_list_item] = STATE(674), - [sym_field_declaration] = STATE(674), - [sym_decltype] = STATE(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(877), - [sym_dependent_type] = STATE(1451), - [sym_template_declaration] = STATE(674), - [sym_operator_cast] = STATE(3913), - [sym_inline_method_definition] = STATE(674), - [sym__constructor_specifiers] = STATE(877), - [sym_operator_cast_definition] = STATE(674), - [sym_operator_cast_declaration] = STATE(674), - [sym_constructor_or_destructor_definition] = STATE(674), - [sym_constructor_or_destructor_declaration] = STATE(674), - [sym_friend_declaration] = STATE(674), - [sym_access_specifier] = STATE(674), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_using_declaration] = STATE(674), - [sym_alias_declaration] = STATE(674), - [sym_static_assert_declaration] = STATE(674), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3913), - [sym_macro_statement] = STATE(674), - [sym_macro_annotation] = STATE(1266), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(674), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(877), - [sym_identifier] = ACTIONS(1930), - [aux_sym_preproc_def_token1] = ACTIONS(2132), - [aux_sym_preproc_if_token1] = ACTIONS(2134), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2136), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2136), - [sym_preproc_directive] = ACTIONS(2138), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), + [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), + [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(1952), - [anon_sym_typedef] = ACTIONS(2140), + [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(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), + [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(2229), - [anon_sym_LBRACK] = ACTIONS(1960), + [anon_sym_RBRACE] = ACTIONS(2252), + [anon_sym_LBRACK] = ACTIONS(1939), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -163249,370 +162832,370 @@ 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(1962), - [anon_sym_unsigned] = ACTIONS(1962), - [anon_sym_long] = ACTIONS(1962), - [anon_sym_short] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1966), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1970), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1974), + [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(2144), - [anon_sym_private] = ACTIONS(2144), - [anon_sym_protected] = ACTIONS(2144), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1978), - [anon_sym_template] = ACTIONS(2146), + [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(2148), - [anon_sym_using] = ACTIONS(2150), - [anon_sym_static_assert] = ACTIONS(2152), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2154), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - }, - [674] = { - [sym_preproc_def] = STATE(674), - [sym_preproc_function_def] = STATE(674), - [sym_preproc_call] = STATE(674), - [sym_preproc_if_in_field_declaration_list] = STATE(674), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(674), - [sym_type_definition] = STATE(674), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3245), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3553), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), - [sym__field_declaration_list_item] = STATE(674), - [sym_field_declaration] = STATE(674), - [sym_decltype] = STATE(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(877), - [sym_dependent_type] = STATE(1451), - [sym_template_declaration] = STATE(674), - [sym_operator_cast] = STATE(3913), - [sym_inline_method_definition] = STATE(674), - [sym__constructor_specifiers] = STATE(877), - [sym_operator_cast_definition] = STATE(674), - [sym_operator_cast_declaration] = STATE(674), - [sym_constructor_or_destructor_definition] = STATE(674), - [sym_constructor_or_destructor_declaration] = STATE(674), - [sym_friend_declaration] = STATE(674), - [sym_access_specifier] = STATE(674), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_using_declaration] = STATE(674), - [sym_alias_declaration] = STATE(674), - [sym_static_assert_declaration] = STATE(674), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3913), - [sym_macro_statement] = STATE(674), - [sym_macro_annotation] = STATE(1266), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(674), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(877), - [sym_identifier] = ACTIONS(2016), - [aux_sym_preproc_def_token1] = ACTIONS(2231), - [aux_sym_preproc_if_token1] = ACTIONS(2234), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2237), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2237), - [sym_preproc_directive] = ACTIONS(2240), - [anon_sym_LPAREN2] = ACTIONS(2033), - [anon_sym_TILDE] = ACTIONS(2036), - [anon_sym_STAR] = ACTIONS(2039), - [anon_sym_AMP_AMP] = ACTIONS(2042), - [anon_sym_AMP] = ACTIONS(2045), - [anon_sym_typedef] = ACTIONS(2243), - [anon_sym_extern] = ACTIONS(2051), - [anon_sym___attribute__] = ACTIONS(2054), - [anon_sym_COLON_COLON] = ACTIONS(2057), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2060), - [anon_sym___declspec] = ACTIONS(2063), - [anon_sym___based] = ACTIONS(2066), - [anon_sym_RBRACE] = ACTIONS(2246), - [anon_sym_LBRACK] = ACTIONS(2069), - [anon_sym_static] = ACTIONS(2051), - [anon_sym_register] = ACTIONS(2051), - [anon_sym_inline] = ACTIONS(2051), - [anon_sym_thread_local] = ACTIONS(2051), - [anon_sym_const] = ACTIONS(2072), - [anon_sym_volatile] = ACTIONS(2072), - [anon_sym_restrict] = ACTIONS(2072), - [anon_sym__Atomic] = ACTIONS(2072), - [anon_sym_mutable] = ACTIONS(2072), - [anon_sym_constexpr] = ACTIONS(2072), - [anon_sym_signed] = ACTIONS(2075), - [anon_sym_unsigned] = ACTIONS(2075), - [anon_sym_long] = ACTIONS(2075), - [anon_sym_short] = ACTIONS(2075), - [sym_primitive_type] = ACTIONS(2078), - [anon_sym_enum] = ACTIONS(2081), - [anon_sym_class] = ACTIONS(2084), - [anon_sym_struct] = ACTIONS(2087), - [anon_sym_union] = ACTIONS(2090), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2093), - [anon_sym_virtual] = ACTIONS(2096), - [anon_sym_explicit] = ACTIONS(2099), - [anon_sym_public] = ACTIONS(2248), - [anon_sym_private] = ACTIONS(2248), - [anon_sym_protected] = ACTIONS(2248), - [sym_auto] = ACTIONS(2078), - [anon_sym_typename] = ACTIONS(2105), - [anon_sym_template] = ACTIONS(2251), - [anon_sym_operator] = ACTIONS(2111), - [anon_sym_friend] = ACTIONS(2254), - [anon_sym_using] = ACTIONS(2257), - [anon_sym_static_assert] = ACTIONS(2260), - [sym_operator_name] = ACTIONS(2123), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2263), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2129), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2129), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2129), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2129), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2129), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2129), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2129), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2129), - [anon_sym_MOZ_COLD] = ACTIONS(2129), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2129), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2129), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2129), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2129), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2129), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2129), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2129), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2129), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2129), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2129), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2129), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2129), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2129), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2129), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2129), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2129), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2129), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2129), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2129), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2129), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2129), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2129), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2129), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2129), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2129), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2129), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2129), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2129), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2129), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2129), - [anon_sym_MOZ_NONNULL] = ACTIONS(2129), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2129), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2129), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2129), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2129), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2129), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2129), - [anon_sym_MOZ_NORETURN] = ACTIONS(2129), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2129), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2129), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2129), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2129), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2129), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2129), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2129), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2129), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2129), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2129), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2129), - [anon_sym_MOZ_RAII] = ACTIONS(2129), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2129), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2129), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2129), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2129), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2129), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2129), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2129), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2129), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2129), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2129), + [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), }, [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), + [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), + }, + [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(1257), - [sym__declaration_specifiers] = STATE(3245), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3553), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), + [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(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(877), - [sym_dependent_type] = STATE(1451), + [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(3913), + [sym_operator_cast] = STATE(4165), [sym_inline_method_definition] = STATE(672), - [sym__constructor_specifiers] = STATE(877), + [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(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), + [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(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3913), + [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(1266), + [sym_macro_annotation] = STATE(1281), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(672), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(877), - [sym_identifier] = ACTIONS(1930), - [aux_sym_preproc_def_token1] = ACTIONS(2132), - [aux_sym_preproc_if_token1] = ACTIONS(2134), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2136), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2136), - [sym_preproc_directive] = ACTIONS(2138), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), + [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), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_typedef] = ACTIONS(2140), + [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(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), + [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(2266), - [anon_sym_LBRACK] = ACTIONS(1960), + [anon_sym_RBRACE] = ACTIONS(2256), + [anon_sym_LBRACK] = ACTIONS(1939), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -163623,183 +163206,183 @@ 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(1962), - [anon_sym_unsigned] = ACTIONS(1962), - [anon_sym_long] = ACTIONS(1962), - [anon_sym_short] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1966), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1970), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1974), + [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(2144), - [anon_sym_private] = ACTIONS(2144), - [anon_sym_protected] = ACTIONS(2144), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1978), - [anon_sym_template] = ACTIONS(2146), + [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(2148), - [anon_sym_using] = ACTIONS(2150), - [anon_sym_static_assert] = ACTIONS(2152), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2154), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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), }, - [676] = { + [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(1257), - [sym__declaration_specifiers] = STATE(3245), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3553), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), + [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(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(877), - [sym_dependent_type] = STATE(1451), + [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(3913), + [sym_operator_cast] = STATE(4165), [sym_inline_method_definition] = STATE(665), - [sym__constructor_specifiers] = STATE(877), + [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(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), + [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(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3913), + [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(1266), + [sym_macro_annotation] = STATE(1281), [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(665), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(877), - [sym_identifier] = ACTIONS(1930), - [aux_sym_preproc_def_token1] = ACTIONS(2132), - [aux_sym_preproc_if_token1] = ACTIONS(2134), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2136), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2136), - [sym_preproc_directive] = ACTIONS(2138), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), + [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), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_typedef] = ACTIONS(2140), + [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(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), + [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(2268), - [anon_sym_LBRACK] = ACTIONS(1960), + [anon_sym_RBRACE] = ACTIONS(2258), + [anon_sym_LBRACK] = ACTIONS(1939), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -163810,183 +163393,183 @@ 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(1962), - [anon_sym_unsigned] = ACTIONS(1962), - [anon_sym_long] = ACTIONS(1962), - [anon_sym_short] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1966), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1970), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1974), + [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(2144), - [anon_sym_private] = ACTIONS(2144), - [anon_sym_protected] = ACTIONS(2144), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1978), - [anon_sym_template] = ACTIONS(2146), + [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(2148), - [anon_sym_using] = ACTIONS(2150), - [anon_sym_static_assert] = ACTIONS(2152), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2154), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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), }, - [677] = { - [sym_preproc_def] = STATE(674), - [sym_preproc_function_def] = STATE(674), - [sym_preproc_call] = STATE(674), - [sym_preproc_if_in_field_declaration_list] = STATE(674), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(674), - [sym_type_definition] = STATE(674), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3245), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3553), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1382), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), - [sym__field_declaration_list_item] = STATE(674), - [sym_field_declaration] = STATE(674), - [sym_decltype] = STATE(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(877), - [sym_dependent_type] = STATE(1451), - [sym_template_declaration] = STATE(674), - [sym_operator_cast] = STATE(3913), - [sym_inline_method_definition] = STATE(674), - [sym__constructor_specifiers] = STATE(877), - [sym_operator_cast_definition] = STATE(674), - [sym_operator_cast_declaration] = STATE(674), - [sym_constructor_or_destructor_definition] = STATE(674), - [sym_constructor_or_destructor_declaration] = STATE(674), - [sym_friend_declaration] = STATE(674), - [sym_access_specifier] = STATE(674), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_using_declaration] = STATE(674), - [sym_alias_declaration] = STATE(674), - [sym_static_assert_declaration] = STATE(674), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3407), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1507), - [sym_qualified_operator_cast_identifier] = STATE(3913), - [sym_macro_statement] = STATE(674), - [sym_macro_annotation] = STATE(1266), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(674), - [aux_sym__declaration_specifiers_repeat1] = STATE(1078), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [aux_sym_operator_cast_definition_repeat1] = STATE(877), - [sym_identifier] = ACTIONS(1930), - [aux_sym_preproc_def_token1] = ACTIONS(2132), - [aux_sym_preproc_if_token1] = ACTIONS(2134), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2136), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2136), - [sym_preproc_directive] = ACTIONS(2138), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), + [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), + [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), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_typedef] = ACTIONS(2140), + [anon_sym_AMP] = ACTIONS(1933), + [anon_sym_typedef] = ACTIONS(2130), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(1956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), + [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(2270), - [anon_sym_LBRACK] = ACTIONS(1960), + [anon_sym_LBRACK] = ACTIONS(1939), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -163997,139 +163580,325 @@ 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(1962), - [anon_sym_unsigned] = ACTIONS(1962), - [anon_sym_long] = ACTIONS(1962), - [anon_sym_short] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1966), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1970), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1974), + [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(2144), - [anon_sym_private] = ACTIONS(2144), - [anon_sym_protected] = ACTIONS(2144), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1978), - [anon_sym_template] = ACTIONS(2146), + [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_operator] = ACTIONS(117), - [anon_sym_friend] = ACTIONS(2148), - [anon_sym_using] = ACTIONS(2150), - [anon_sym_static_assert] = ACTIONS(2152), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2154), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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_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), }, - [678] = { - [sym_identifier] = ACTIONS(2272), - [anon_sym_LPAREN2] = ACTIONS(2274), - [anon_sym_BANG] = ACTIONS(2274), - [anon_sym_TILDE] = ACTIONS(2274), + [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), + [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(2262), + [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), + }, + [680] = { + [sym_identifier] = ACTIONS(2264), + [anon_sym_LPAREN2] = ACTIONS(2267), + [anon_sym_BANG] = ACTIONS(2270), + [anon_sym_TILDE] = ACTIONS(2267), [anon_sym_DASH] = ACTIONS(2272), [anon_sym_PLUS] = ACTIONS(2272), - [anon_sym_STAR] = ACTIONS(2274), + [anon_sym_STAR] = ACTIONS(2267), [anon_sym_AMP_AMP] = ACTIONS(2274), - [anon_sym_AMP] = ACTIONS(2272), - [anon_sym_SEMI] = ACTIONS(2274), - [anon_sym_extern] = ACTIONS(2272), - [anon_sym___attribute__] = ACTIONS(2272), - [anon_sym_COLON_COLON] = ACTIONS(2274), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2274), - [anon_sym___declspec] = ACTIONS(2272), - [anon_sym___based] = ACTIONS(2272), - [anon_sym_LBRACE] = ACTIONS(2274), - [anon_sym_LBRACK] = ACTIONS(2272), - [anon_sym_static] = ACTIONS(2272), - [anon_sym_register] = ACTIONS(2272), - [anon_sym_inline] = ACTIONS(2272), - [anon_sym_thread_local] = ACTIONS(2272), - [anon_sym_const] = ACTIONS(2272), - [anon_sym_volatile] = ACTIONS(2272), - [anon_sym_restrict] = ACTIONS(2272), - [anon_sym__Atomic] = ACTIONS(2272), - [anon_sym_mutable] = ACTIONS(2272), - [anon_sym_constexpr] = ACTIONS(2272), - [anon_sym_signed] = ACTIONS(2272), - [anon_sym_unsigned] = ACTIONS(2272), - [anon_sym_long] = ACTIONS(2272), - [anon_sym_short] = ACTIONS(2272), - [sym_primitive_type] = ACTIONS(2272), - [anon_sym_enum] = ACTIONS(2272), - [anon_sym_class] = ACTIONS(2272), - [anon_sym_struct] = ACTIONS(2272), - [anon_sym_union] = ACTIONS(2272), + [anon_sym_AMP] = ACTIONS(2264), + [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___based] = ACTIONS(2276), + [anon_sym_LBRACE] = ACTIONS(2270), + [anon_sym_LBRACK] = ACTIONS(2264), + [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), @@ -164141,31 +163910,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(2272), [anon_sym_continue] = ACTIONS(2272), [anon_sym_goto] = ACTIONS(2272), - [anon_sym_DASH_DASH] = ACTIONS(2274), - [anon_sym_PLUS_PLUS] = ACTIONS(2274), + [anon_sym_DASH_DASH] = ACTIONS(2270), + [anon_sym_PLUS_PLUS] = ACTIONS(2270), [anon_sym_sizeof] = ACTIONS(2272), - [sym_number_literal] = ACTIONS(2274), - [anon_sym_L_SQUOTE] = ACTIONS(2274), - [anon_sym_u_SQUOTE] = ACTIONS(2274), - [anon_sym_U_SQUOTE] = ACTIONS(2274), - [anon_sym_u8_SQUOTE] = ACTIONS(2274), - [anon_sym_SQUOTE] = ACTIONS(2274), - [anon_sym_L_DQUOTE] = ACTIONS(2274), - [anon_sym_u_DQUOTE] = ACTIONS(2274), - [anon_sym_U_DQUOTE] = ACTIONS(2274), - [anon_sym_u8_DQUOTE] = ACTIONS(2274), - [anon_sym_DQUOTE] = ACTIONS(2274), + [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(2272), - [anon_sym_virtual] = ACTIONS(2272), - [anon_sym_explicit] = ACTIONS(2272), - [sym_auto] = ACTIONS(2272), - [anon_sym_typename] = ACTIONS(2272), - [anon_sym_template] = ACTIONS(2272), - [anon_sym_operator] = ACTIONS(2272), + [anon_sym_decltype] = ACTIONS(2276), + [anon_sym_virtual] = ACTIONS(2276), + [anon_sym_explicit] = ACTIONS(2276), + [sym_auto] = ACTIONS(2276), + [anon_sym_typename] = ACTIONS(2276), + [anon_sym_template] = ACTIONS(2264), + [anon_sym_operator] = ACTIONS(2276), [anon_sym_delete] = ACTIONS(2272), [anon_sym_throw] = ACTIONS(2272), [anon_sym_co_return] = ACTIONS(2272), @@ -164173,7 +163942,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_try] = ACTIONS(2272), [anon_sym_co_await] = ACTIONS(2272), [anon_sym_new] = ACTIONS(2272), - [sym_operator_name] = ACTIONS(2272), [sym_this] = ACTIONS(2272), [sym_nullptr] = ACTIONS(2272), [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2272), @@ -164193,178 +163961,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(2272), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2272), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2272), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2272), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2272), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2272), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2272), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2272), - [anon_sym_MOZ_COLD] = ACTIONS(2272), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2272), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2272), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2272), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2272), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2272), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2272), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2272), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2272), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2272), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2272), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2272), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2272), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2272), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2272), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2272), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2272), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2272), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2272), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2272), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2272), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_NONNULL] = ACTIONS(2272), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2272), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2272), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2272), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2272), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2272), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_NORETURN] = ACTIONS(2272), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2272), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2272), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2272), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2272), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2272), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2272), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2272), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2272), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2272), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2272), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2272), - [anon_sym_MOZ_RAII] = ACTIONS(2272), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2272), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2272), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2272), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2272), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2272), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2272), - [sym_raw_string_literal] = ACTIONS(2274), - }, - [679] = { - [sym_identifier] = ACTIONS(2276), - [anon_sym_LPAREN2] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2278), - [anon_sym_TILDE] = ACTIONS(2278), - [anon_sym_DASH] = ACTIONS(2276), - [anon_sym_PLUS] = ACTIONS(2276), - [anon_sym_STAR] = ACTIONS(2278), - [anon_sym_AMP_AMP] = ACTIONS(2278), - [anon_sym_AMP] = ACTIONS(2276), - [anon_sym_SEMI] = ACTIONS(2278), - [anon_sym_extern] = ACTIONS(2276), - [anon_sym___attribute__] = ACTIONS(2276), - [anon_sym_COLON_COLON] = ACTIONS(2278), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2278), - [anon_sym___declspec] = ACTIONS(2276), - [anon_sym___based] = ACTIONS(2276), - [anon_sym_LBRACE] = ACTIONS(2278), - [anon_sym_LBRACK] = ACTIONS(2276), - [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(2276), - [anon_sym_enum] = ACTIONS(2276), - [anon_sym_class] = ACTIONS(2276), - [anon_sym_struct] = ACTIONS(2276), - [anon_sym_union] = ACTIONS(2276), - [anon_sym_if] = ACTIONS(2276), - [anon_sym_switch] = ACTIONS(2276), - [anon_sym_case] = ACTIONS(2276), - [anon_sym_default] = ACTIONS(2276), - [anon_sym_while] = ACTIONS(2276), - [anon_sym_do] = ACTIONS(2276), - [anon_sym_for] = ACTIONS(2276), - [anon_sym_return] = ACTIONS(2276), - [anon_sym_break] = ACTIONS(2276), - [anon_sym_continue] = ACTIONS(2276), - [anon_sym_goto] = ACTIONS(2276), - [anon_sym_DASH_DASH] = ACTIONS(2278), - [anon_sym_PLUS_PLUS] = ACTIONS(2278), - [anon_sym_sizeof] = ACTIONS(2276), - [sym_number_literal] = ACTIONS(2278), - [anon_sym_L_SQUOTE] = ACTIONS(2278), - [anon_sym_u_SQUOTE] = ACTIONS(2278), - [anon_sym_U_SQUOTE] = ACTIONS(2278), - [anon_sym_u8_SQUOTE] = ACTIONS(2278), - [anon_sym_SQUOTE] = ACTIONS(2278), - [anon_sym_L_DQUOTE] = ACTIONS(2278), - [anon_sym_u_DQUOTE] = ACTIONS(2278), - [anon_sym_U_DQUOTE] = ACTIONS(2278), - [anon_sym_u8_DQUOTE] = ACTIONS(2278), - [anon_sym_DQUOTE] = ACTIONS(2278), - [sym_true] = ACTIONS(2276), - [sym_false] = ACTIONS(2276), - [sym_null] = ACTIONS(2276), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2276), - [anon_sym_virtual] = ACTIONS(2276), - [anon_sym_explicit] = ACTIONS(2276), - [sym_auto] = ACTIONS(2276), - [anon_sym_typename] = ACTIONS(2276), - [anon_sym_template] = ACTIONS(2276), - [anon_sym_operator] = ACTIONS(2276), - [anon_sym_delete] = ACTIONS(2276), - [anon_sym_throw] = ACTIONS(2276), - [anon_sym_co_return] = ACTIONS(2276), - [anon_sym_co_yield] = ACTIONS(2276), - [anon_sym_try] = ACTIONS(2276), - [anon_sym_co_await] = ACTIONS(2276), - [anon_sym_new] = ACTIONS(2276), - [sym_operator_name] = ACTIONS(2276), - [sym_this] = ACTIONS(2276), - [sym_nullptr] = ACTIONS(2276), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2276), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2276), - [anon_sym_FORWARD] = ACTIONS(2276), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2276), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2276), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2276), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2276), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2276), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2276), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2276), - [anon_sym_PS_GET] = ACTIONS(2276), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2276), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2276), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2276), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2276), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2276), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2276), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2276), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2276), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2276), @@ -164434,581 +164030,752 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(2278), - }, - [680] = { - [sym_identifier] = ACTIONS(2280), - [anon_sym_LPAREN2] = ACTIONS(2283), - [anon_sym_BANG] = ACTIONS(2286), - [anon_sym_TILDE] = ACTIONS(2283), - [anon_sym_DASH] = ACTIONS(2288), - [anon_sym_PLUS] = ACTIONS(2288), - [anon_sym_STAR] = ACTIONS(2283), - [anon_sym_AMP_AMP] = ACTIONS(2290), - [anon_sym_AMP] = ACTIONS(2280), - [anon_sym_SEMI] = ACTIONS(2286), - [anon_sym_extern] = ACTIONS(2292), - [anon_sym___attribute__] = ACTIONS(2292), - [anon_sym_COLON_COLON] = ACTIONS(2283), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2283), - [anon_sym___declspec] = ACTIONS(2292), - [anon_sym___based] = ACTIONS(2292), - [anon_sym_LBRACE] = ACTIONS(2286), - [anon_sym_LBRACK] = ACTIONS(2280), - [anon_sym_static] = ACTIONS(2292), - [anon_sym_register] = ACTIONS(2292), - [anon_sym_inline] = ACTIONS(2292), - [anon_sym_thread_local] = ACTIONS(2292), - [anon_sym_const] = ACTIONS(2292), - [anon_sym_volatile] = ACTIONS(2292), - [anon_sym_restrict] = ACTIONS(2292), - [anon_sym__Atomic] = ACTIONS(2292), - [anon_sym_mutable] = ACTIONS(2292), - [anon_sym_constexpr] = ACTIONS(2292), - [anon_sym_signed] = ACTIONS(2292), - [anon_sym_unsigned] = ACTIONS(2292), - [anon_sym_long] = ACTIONS(2292), - [anon_sym_short] = ACTIONS(2292), - [sym_primitive_type] = ACTIONS(2280), - [anon_sym_enum] = ACTIONS(2292), - [anon_sym_class] = ACTIONS(2292), - [anon_sym_struct] = ACTIONS(2292), - [anon_sym_union] = ACTIONS(2292), - [anon_sym_if] = ACTIONS(2288), - [anon_sym_switch] = ACTIONS(2288), - [anon_sym_case] = ACTIONS(2288), - [anon_sym_default] = ACTIONS(2288), - [anon_sym_while] = ACTIONS(2288), - [anon_sym_do] = ACTIONS(2288), - [anon_sym_for] = ACTIONS(2288), - [anon_sym_return] = ACTIONS(2288), - [anon_sym_break] = ACTIONS(2288), - [anon_sym_continue] = ACTIONS(2288), - [anon_sym_goto] = ACTIONS(2288), - [anon_sym_DASH_DASH] = ACTIONS(2286), - [anon_sym_PLUS_PLUS] = ACTIONS(2286), - [anon_sym_sizeof] = ACTIONS(2288), - [sym_number_literal] = ACTIONS(2286), - [anon_sym_L_SQUOTE] = ACTIONS(2286), - [anon_sym_u_SQUOTE] = ACTIONS(2286), - [anon_sym_U_SQUOTE] = ACTIONS(2286), - [anon_sym_u8_SQUOTE] = ACTIONS(2286), - [anon_sym_SQUOTE] = ACTIONS(2286), - [anon_sym_L_DQUOTE] = ACTIONS(2286), - [anon_sym_u_DQUOTE] = ACTIONS(2286), - [anon_sym_U_DQUOTE] = ACTIONS(2286), - [anon_sym_u8_DQUOTE] = ACTIONS(2286), - [anon_sym_DQUOTE] = ACTIONS(2286), - [sym_true] = ACTIONS(2288), - [sym_false] = ACTIONS(2288), - [sym_null] = ACTIONS(2288), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2292), - [anon_sym_virtual] = ACTIONS(2292), - [anon_sym_explicit] = ACTIONS(2292), - [sym_auto] = ACTIONS(2292), - [anon_sym_typename] = ACTIONS(2292), - [anon_sym_template] = ACTIONS(2280), - [anon_sym_operator] = ACTIONS(2292), - [anon_sym_delete] = ACTIONS(2288), - [anon_sym_throw] = ACTIONS(2288), - [anon_sym_co_return] = ACTIONS(2288), - [anon_sym_co_yield] = ACTIONS(2288), - [anon_sym_try] = ACTIONS(2288), - [anon_sym_co_await] = ACTIONS(2288), - [anon_sym_new] = ACTIONS(2288), - [sym_operator_name] = ACTIONS(2292), - [sym_this] = ACTIONS(2288), - [sym_nullptr] = ACTIONS(2288), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2288), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2288), - [anon_sym_FORWARD] = ACTIONS(2288), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2288), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2288), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2288), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2288), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2288), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2288), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2288), - [anon_sym_PS_GET] = ACTIONS(2288), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2288), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2288), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2288), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2288), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2288), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2288), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2292), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2292), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2292), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2292), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2292), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2292), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2292), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2292), - [anon_sym_MOZ_COLD] = ACTIONS(2292), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2292), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2292), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2292), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2292), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2292), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2292), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2292), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2292), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2292), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2292), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2292), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2292), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2292), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2292), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2292), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2292), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2292), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2292), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2292), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2292), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2292), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2292), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2292), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2292), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2292), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2292), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2292), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2292), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2292), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2292), - [anon_sym_MOZ_NONNULL] = ACTIONS(2292), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2292), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2292), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2292), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2292), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2292), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2292), - [anon_sym_MOZ_NORETURN] = ACTIONS(2292), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2292), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2292), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2292), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2292), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2292), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2292), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2292), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2292), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2292), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2292), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2292), - [anon_sym_MOZ_RAII] = ACTIONS(2292), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2292), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2292), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2292), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2292), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2292), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2292), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2292), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2292), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2292), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2292), - [sym_raw_string_literal] = ACTIONS(2286), + [sym_raw_string_literal] = ACTIONS(2270), }, [681] = { - [sym_catch_clause] = STATE(681), - [aux_sym_try_statement_repeat1] = STATE(681), - [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(2294), - [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), + [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_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_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), + [anon_sym_explicit] = ACTIONS(2278), + [sym_auto] = ACTIONS(2278), + [anon_sym_typename] = ACTIONS(2278), + [anon_sym_template] = ACTIONS(2278), + [anon_sym_operator] = 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), }, [682] = { - [sym_catch_clause] = STATE(681), - [aux_sym_try_statement_repeat1] = STATE(681), - [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(2297), - [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), + [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), }, [683] = { - [sym_function_definition] = STATE(211), - [sym_declaration] = STATE(211), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3105), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1073), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3563), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1366), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym__empty_declaration] = STATE(211), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(888), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(211), - [sym_operator_cast] = STATE(3983), - [sym__constructor_specifiers] = STATE(888), - [sym_operator_cast_definition] = STATE(211), - [sym_operator_cast_declaration] = STATE(211), - [sym_constructor_or_destructor_definition] = STATE(211), - [sym_constructor_or_destructor_declaration] = STATE(211), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_alias_declaration] = STATE(211), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3409), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1475), - [sym_qualified_operator_cast_identifier] = STATE(3983), - [sym_macro_annotation] = STATE(1266), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(888), - [sym_identifier] = ACTIONS(2299), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), + [sym_catch_clause] = STATE(684), + [aux_sym_try_statement_repeat1] = STATE(684), + [sym_identifier] = 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] = ACTIONS(1495), + [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_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_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), + [sym_auto] = ACTIONS(1493), + [anon_sym_typename] = ACTIONS(1493), + [anon_sym_template] = ACTIONS(1493), + [anon_sym_delete] = ACTIONS(1493), + [anon_sym_throw] = ACTIONS(1493), + [anon_sym_co_return] = ACTIONS(1493), + [anon_sym_co_yield] = ACTIONS(1493), + [anon_sym_try] = ACTIONS(1493), + [anon_sym_catch] = ACTIONS(2286), + [anon_sym_co_await] = ACTIONS(1493), + [anon_sym_new] = ACTIONS(1493), + [sym_this] = ACTIONS(1493), + [sym_nullptr] = 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), + }, + [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), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), + [anon_sym_AMP] = ACTIONS(1933), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2301), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), + [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), @@ -165017,7 +164784,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(1960), + [anon_sym_LBRACK] = ACTIONS(1939), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -165043,141 +164810,141 @@ 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(2295), [anon_sym_operator] = ACTIONS(117), - [anon_sym_using] = ACTIONS(2305), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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), + [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), }, - [684] = { - [sym_function_definition] = STATE(492), - [sym_declaration] = STATE(492), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3121), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1072), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3543), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1356), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym__empty_declaration] = STATE(492), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(867), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(492), - [sym_operator_cast] = STATE(3991), - [sym__constructor_specifiers] = STATE(867), - [sym_operator_cast_definition] = STATE(492), - [sym_operator_cast_declaration] = STATE(492), - [sym_constructor_or_destructor_definition] = STATE(492), - [sym_constructor_or_destructor_declaration] = STATE(492), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_alias_declaration] = STATE(492), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3409), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1475), - [sym_qualified_operator_cast_identifier] = STATE(3991), - [sym_macro_annotation] = STATE(1266), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(867), - [sym_identifier] = ACTIONS(2299), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), + [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), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), + [anon_sym_AMP] = ACTIONS(1933), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2301), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), + [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), @@ -165186,7 +164953,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(1960), + [anon_sym_LBRACK] = ACTIONS(1939), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -165212,141 +164979,141 @@ 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(2307), + [anon_sym_template] = ACTIONS(2299), [anon_sym_operator] = ACTIONS(117), - [anon_sym_using] = ACTIONS(2309), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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), + [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), }, - [685] = { - [sym_function_definition] = STATE(1068), - [sym_declaration] = STATE(1068), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3094), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1069), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3553), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1346), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym__empty_declaration] = STATE(1068), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(877), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(1068), - [sym_operator_cast] = STATE(3913), - [sym__constructor_specifiers] = STATE(877), - [sym_operator_cast_definition] = STATE(1068), - [sym_operator_cast_declaration] = STATE(1068), - [sym_constructor_or_destructor_definition] = STATE(1068), - [sym_constructor_or_destructor_declaration] = STATE(1068), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_alias_declaration] = STATE(1068), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3409), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1475), - [sym_qualified_operator_cast_identifier] = STATE(3913), - [sym_macro_annotation] = STATE(1266), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(877), - [sym_identifier] = ACTIONS(2299), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), + [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), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), + [anon_sym_AMP] = ACTIONS(1933), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2301), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), + [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), @@ -165355,7 +165122,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(1960), + [anon_sym_LBRACK] = ACTIONS(1939), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -165381,141 +165148,141 @@ 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(2146), + [anon_sym_template] = ACTIONS(2303), [anon_sym_operator] = ACTIONS(117), - [anon_sym_using] = ACTIONS(2311), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [anon_sym_using] = ACTIONS(2305), + [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), }, - [686] = { - [sym_function_definition] = STATE(619), - [sym_declaration] = STATE(619), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3109), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1071), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3571), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1351), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym__empty_declaration] = STATE(619), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(830), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(619), - [sym_operator_cast] = STATE(3951), - [sym__constructor_specifiers] = STATE(830), - [sym_operator_cast_definition] = STATE(619), - [sym_operator_cast_declaration] = STATE(619), - [sym_constructor_or_destructor_definition] = STATE(619), - [sym_constructor_or_destructor_declaration] = STATE(619), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_alias_declaration] = STATE(619), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3409), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1475), - [sym_qualified_operator_cast_identifier] = STATE(3951), - [sym_macro_annotation] = STATE(1266), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(830), - [sym_identifier] = ACTIONS(2299), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), + [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), + [sym_explicit_function_specifier] = STATE(842), + [sym_dependent_type] = STATE(1301), + [sym_template_declaration] = STATE(927), + [sym_operator_cast] = STATE(4165), + [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), + [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), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), + [anon_sym_AMP] = ACTIONS(1933), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2301), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), + [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), @@ -165524,7 +165291,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(1960), + [anon_sym_LBRACK] = ACTIONS(1939), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -165550,141 +165317,141 @@ 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(2313), + [anon_sym_template] = ACTIONS(2191), [anon_sym_operator] = ACTIONS(117), - [anon_sym_using] = ACTIONS(2315), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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), + [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), }, - [687] = { - [sym_function_definition] = STATE(834), - [sym_declaration] = STATE(834), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3093), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1070), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3536), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1347), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym__empty_declaration] = STATE(834), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(865), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(834), - [sym_operator_cast] = STATE(3928), - [sym__constructor_specifiers] = STATE(865), - [sym_operator_cast_definition] = STATE(834), - [sym_operator_cast_declaration] = STATE(834), - [sym_constructor_or_destructor_definition] = STATE(834), - [sym_constructor_or_destructor_declaration] = STATE(834), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_alias_declaration] = STATE(834), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3409), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1475), - [sym_qualified_operator_cast_identifier] = STATE(3928), - [sym_macro_annotation] = STATE(1266), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(865), - [sym_identifier] = ACTIONS(2299), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), + [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), + [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), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), + [anon_sym_AMP] = ACTIONS(1933), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2301), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), + [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), @@ -165693,7 +165460,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(1960), + [anon_sym_LBRACK] = ACTIONS(1939), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -165719,141 +165486,141 @@ 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(1980), + [anon_sym_template] = ACTIONS(1959), [anon_sym_operator] = ACTIONS(117), - [anon_sym_using] = ACTIONS(2317), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [anon_sym_using] = ACTIONS(2309), + [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), }, - [688] = { - [sym_function_definition] = STATE(1005), - [sym_declaration] = STATE(1005), - [sym__declaration_modifiers] = STATE(1257), - [sym__declaration_specifiers] = STATE(3114), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1074), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3526), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1365), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym__empty_declaration] = STATE(1005), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(879), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(1005), - [sym_operator_cast] = STATE(3985), - [sym__constructor_specifiers] = STATE(879), - [sym_operator_cast_definition] = STATE(1005), - [sym_operator_cast_declaration] = STATE(1005), - [sym_constructor_or_destructor_definition] = STATE(1005), - [sym_constructor_or_destructor_declaration] = STATE(1005), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_alias_declaration] = STATE(1005), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3409), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1475), - [sym_qualified_operator_cast_identifier] = STATE(3985), - [sym_macro_annotation] = STATE(1266), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(879), - [sym_identifier] = ACTIONS(2299), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), + [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), [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), + [anon_sym_AMP] = ACTIONS(1933), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2301), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), + [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), @@ -165862,7 +165629,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(1960), + [anon_sym_LBRACK] = ACTIONS(1939), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -165888,141 +165655,141 @@ 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(2178), + [anon_sym_template] = ACTIONS(2134), [anon_sym_operator] = ACTIONS(117), - [anon_sym_using] = ACTIONS(2319), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), + [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), }, - [689] = { - [sym_function_definition] = STATE(574), - [sym_declaration] = STATE(574), - [sym__declaration_modifiers] = STATE(1257), + [691] = { + [sym_function_definition] = STATE(510), + [sym_declaration] = STATE(510), + [sym__declaration_modifiers] = STATE(1295), [sym__declaration_specifiers] = STATE(3112), - [sym_attribute_specifier] = STATE(1257), - [sym_attribute_declaration] = STATE(1257), - [sym_ms_declspec_modifier] = STATE(1257), - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_call_modifier] = STATE(1075), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3568), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1257), - [sym_type_qualifier] = STATE(1257), - [sym__type_specifier] = STATE(1361), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym__empty_declaration] = STATE(574), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1257), - [sym_explicit_function_specifier] = STATE(896), - [sym_dependent_type] = STATE(1323), - [sym_template_declaration] = STATE(574), - [sym_operator_cast] = STATE(3948), - [sym__constructor_specifiers] = STATE(896), - [sym_operator_cast_definition] = STATE(574), - [sym_operator_cast_declaration] = STATE(574), - [sym_constructor_or_destructor_definition] = STATE(574), - [sym_constructor_or_destructor_declaration] = STATE(574), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_alias_declaration] = STATE(574), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3409), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1475), - [sym_qualified_operator_cast_identifier] = STATE(3948), - [sym_macro_annotation] = STATE(1266), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [aux_sym_operator_cast_definition_repeat1] = STATE(896), - [sym_identifier] = ACTIONS(2299), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), + [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(1952), + [anon_sym_AMP] = ACTIONS(1933), [anon_sym_extern] = ACTIONS(55), [anon_sym___attribute__] = ACTIONS(39), - [anon_sym_COLON_COLON] = ACTIONS(2301), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1958), + [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), @@ -166031,7 +165798,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(1960), + [anon_sym_LBRACK] = ACTIONS(1939), [anon_sym_static] = ACTIONS(55), [anon_sym_register] = ACTIONS(55), [anon_sym_inline] = ACTIONS(55), @@ -166057,14307 +165824,14495 @@ 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(2321), + [anon_sym_template] = ACTIONS(2313), [anon_sym_operator] = ACTIONS(117), - [anon_sym_using] = ACTIONS(2323), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(147), - [anon_sym_MOZ_COLD] = ACTIONS(147), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(147), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(147), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(147), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(147), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(147), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(147), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(147), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(147), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(147), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(147), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(147), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(147), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(147), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(147), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(147), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(147), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(147), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(147), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(147), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(147), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(147), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(147), - [anon_sym_MOZ_RAII] = ACTIONS(147), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(147), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(147), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(147), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(147), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(147), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(147), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(147), - [anon_sym_JS_PUBLIC_API] = ACTIONS(147), - }, - [690] = { - [sym_identifier] = ACTIONS(1534), - [anon_sym_LPAREN2] = ACTIONS(1536), - [anon_sym_BANG] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_DASH] = ACTIONS(1534), - [anon_sym_PLUS] = ACTIONS(1534), - [anon_sym_STAR] = ACTIONS(1536), - [anon_sym_AMP] = ACTIONS(1536), - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_typedef] = ACTIONS(1534), - [anon_sym_extern] = ACTIONS(1534), - [anon_sym___attribute__] = ACTIONS(1534), - [anon_sym_COLON_COLON] = ACTIONS(1536), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [anon_sym___declspec] = ACTIONS(1534), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_LBRACK] = ACTIONS(1534), - [anon_sym_static] = ACTIONS(1534), - [anon_sym_register] = ACTIONS(1534), - [anon_sym_inline] = ACTIONS(1534), - [anon_sym_thread_local] = ACTIONS(1534), - [anon_sym_const] = ACTIONS(1534), - [anon_sym_volatile] = ACTIONS(1534), - [anon_sym_restrict] = ACTIONS(1534), - [anon_sym__Atomic] = ACTIONS(1534), - [anon_sym_mutable] = ACTIONS(1534), - [anon_sym_constexpr] = ACTIONS(1534), - [anon_sym_signed] = ACTIONS(1534), - [anon_sym_unsigned] = ACTIONS(1534), - [anon_sym_long] = ACTIONS(1534), - [anon_sym_short] = ACTIONS(1534), - [sym_primitive_type] = ACTIONS(1534), - [anon_sym_enum] = ACTIONS(1534), - [anon_sym_class] = ACTIONS(1534), - [anon_sym_struct] = ACTIONS(1534), - [anon_sym_union] = ACTIONS(1534), - [anon_sym_if] = ACTIONS(1534), - [anon_sym_else] = ACTIONS(1534), - [anon_sym_switch] = ACTIONS(1534), - [anon_sym_while] = ACTIONS(1534), - [anon_sym_do] = ACTIONS(1534), - [anon_sym_for] = ACTIONS(1534), - [anon_sym_return] = ACTIONS(1534), - [anon_sym_break] = ACTIONS(1534), - [anon_sym_continue] = ACTIONS(1534), - [anon_sym_goto] = ACTIONS(1534), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_sizeof] = ACTIONS(1534), - [sym_number_literal] = ACTIONS(1536), - [anon_sym_L_SQUOTE] = ACTIONS(1536), - [anon_sym_u_SQUOTE] = ACTIONS(1536), - [anon_sym_U_SQUOTE] = ACTIONS(1536), - [anon_sym_u8_SQUOTE] = ACTIONS(1536), - [anon_sym_SQUOTE] = ACTIONS(1536), - [anon_sym_L_DQUOTE] = ACTIONS(1536), - [anon_sym_u_DQUOTE] = ACTIONS(1536), - [anon_sym_U_DQUOTE] = ACTIONS(1536), - [anon_sym_u8_DQUOTE] = ACTIONS(1536), - [anon_sym_DQUOTE] = ACTIONS(1536), - [sym_true] = ACTIONS(1534), - [sym_false] = ACTIONS(1534), - [sym_null] = ACTIONS(1534), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1534), - [anon_sym_virtual] = ACTIONS(1534), - [sym_auto] = ACTIONS(1534), - [anon_sym_typename] = ACTIONS(1534), - [anon_sym_template] = ACTIONS(1534), - [anon_sym_delete] = ACTIONS(1534), - [anon_sym_throw] = ACTIONS(1534), - [anon_sym_co_return] = ACTIONS(1534), - [anon_sym_co_yield] = ACTIONS(1534), - [anon_sym_try] = ACTIONS(1534), - [anon_sym_catch] = ACTIONS(1534), - [anon_sym_co_await] = ACTIONS(1534), - [anon_sym_new] = ACTIONS(1534), - [sym_this] = ACTIONS(1534), - [sym_nullptr] = ACTIONS(1534), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1534), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_FORWARD] = ACTIONS(1534), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1534), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1534), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1534), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1534), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_PS_GET] = ACTIONS(1534), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1534), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1534), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1534), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1534), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1534), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1534), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1534), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1534), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1534), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1534), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1534), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1534), - [anon_sym_MOZ_COLD] = ACTIONS(1534), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1534), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1534), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1534), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1534), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1534), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1534), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1534), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1534), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1534), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1534), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1534), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1534), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1534), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1534), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1534), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1534), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1534), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1534), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1534), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1534), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_NONNULL] = ACTIONS(1534), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1534), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1534), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1534), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1534), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1534), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_NORETURN] = ACTIONS(1534), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1534), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1534), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1534), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1534), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1534), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1534), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1534), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1534), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1534), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1534), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1534), - [anon_sym_MOZ_RAII] = ACTIONS(1534), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1534), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1534), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1534), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1534), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1534), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1534), - [sym_raw_string_literal] = ACTIONS(1536), - }, - [691] = { - [sym_identifier] = ACTIONS(1527), - [anon_sym_LPAREN2] = ACTIONS(1529), - [anon_sym_BANG] = ACTIONS(1529), - [anon_sym_TILDE] = ACTIONS(1529), - [anon_sym_DASH] = ACTIONS(1527), - [anon_sym_PLUS] = ACTIONS(1527), - [anon_sym_STAR] = ACTIONS(1529), - [anon_sym_AMP] = ACTIONS(1529), - [anon_sym_SEMI] = ACTIONS(1529), - [anon_sym_typedef] = ACTIONS(1527), - [anon_sym_extern] = ACTIONS(1527), - [anon_sym___attribute__] = ACTIONS(1527), - [anon_sym_COLON_COLON] = ACTIONS(1529), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1529), - [anon_sym___declspec] = ACTIONS(1527), - [anon_sym_LBRACE] = ACTIONS(1529), - [anon_sym_LBRACK] = ACTIONS(1527), - [anon_sym_static] = ACTIONS(1527), - [anon_sym_register] = ACTIONS(1527), - [anon_sym_inline] = ACTIONS(1527), - [anon_sym_thread_local] = ACTIONS(1527), - [anon_sym_const] = ACTIONS(1527), - [anon_sym_volatile] = ACTIONS(1527), - [anon_sym_restrict] = ACTIONS(1527), - [anon_sym__Atomic] = ACTIONS(1527), - [anon_sym_mutable] = ACTIONS(1527), - [anon_sym_constexpr] = ACTIONS(1527), - [anon_sym_signed] = ACTIONS(1527), - [anon_sym_unsigned] = ACTIONS(1527), - [anon_sym_long] = ACTIONS(1527), - [anon_sym_short] = ACTIONS(1527), - [sym_primitive_type] = ACTIONS(1527), - [anon_sym_enum] = ACTIONS(1527), - [anon_sym_class] = ACTIONS(1527), - [anon_sym_struct] = ACTIONS(1527), - [anon_sym_union] = ACTIONS(1527), - [anon_sym_if] = ACTIONS(1527), - [anon_sym_else] = ACTIONS(1527), - [anon_sym_switch] = ACTIONS(1527), - [anon_sym_while] = ACTIONS(1527), - [anon_sym_do] = ACTIONS(1527), - [anon_sym_for] = ACTIONS(1527), - [anon_sym_return] = ACTIONS(1527), - [anon_sym_break] = ACTIONS(1527), - [anon_sym_continue] = ACTIONS(1527), - [anon_sym_goto] = ACTIONS(1527), - [anon_sym_DASH_DASH] = ACTIONS(1529), - [anon_sym_PLUS_PLUS] = ACTIONS(1529), - [anon_sym_sizeof] = ACTIONS(1527), - [sym_number_literal] = ACTIONS(1529), - [anon_sym_L_SQUOTE] = ACTIONS(1529), - [anon_sym_u_SQUOTE] = ACTIONS(1529), - [anon_sym_U_SQUOTE] = ACTIONS(1529), - [anon_sym_u8_SQUOTE] = ACTIONS(1529), - [anon_sym_SQUOTE] = ACTIONS(1529), - [anon_sym_L_DQUOTE] = ACTIONS(1529), - [anon_sym_u_DQUOTE] = ACTIONS(1529), - [anon_sym_U_DQUOTE] = ACTIONS(1529), - [anon_sym_u8_DQUOTE] = ACTIONS(1529), - [anon_sym_DQUOTE] = ACTIONS(1529), - [sym_true] = ACTIONS(1527), - [sym_false] = ACTIONS(1527), - [sym_null] = ACTIONS(1527), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1527), - [anon_sym_virtual] = ACTIONS(1527), - [sym_auto] = ACTIONS(1527), - [anon_sym_typename] = ACTIONS(1527), - [anon_sym_template] = ACTIONS(1527), - [anon_sym_delete] = ACTIONS(1527), - [anon_sym_throw] = ACTIONS(1527), - [anon_sym_co_return] = ACTIONS(1527), - [anon_sym_co_yield] = ACTIONS(1527), - [anon_sym_try] = ACTIONS(1527), - [anon_sym_catch] = ACTIONS(1527), - [anon_sym_co_await] = ACTIONS(1527), - [anon_sym_new] = ACTIONS(1527), - [sym_this] = ACTIONS(1527), - [sym_nullptr] = ACTIONS(1527), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1527), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_FORWARD] = ACTIONS(1527), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1527), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1527), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1527), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1527), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_PS_GET] = ACTIONS(1527), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1527), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1527), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1527), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1527), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1527), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1527), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1527), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1527), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1527), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1527), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1527), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1527), - [anon_sym_MOZ_COLD] = ACTIONS(1527), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1527), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1527), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1527), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1527), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1527), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1527), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1527), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1527), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1527), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1527), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1527), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1527), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1527), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1527), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1527), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1527), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1527), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1527), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1527), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1527), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1527), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_NONNULL] = ACTIONS(1527), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1527), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1527), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1527), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1527), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1527), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_NORETURN] = ACTIONS(1527), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1527), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1527), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1527), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1527), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1527), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1527), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1527), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1527), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1527), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1527), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1527), - [anon_sym_MOZ_RAII] = ACTIONS(1527), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1527), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1527), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1527), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1527), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1527), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1527), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1527), - [sym_raw_string_literal] = ACTIONS(1529), + [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), }, [692] = { - [sym_identifier] = ACTIONS(1515), - [anon_sym_LPAREN2] = ACTIONS(1517), - [anon_sym_BANG] = ACTIONS(1517), - [anon_sym_TILDE] = ACTIONS(1517), - [anon_sym_DASH] = ACTIONS(1515), - [anon_sym_PLUS] = ACTIONS(1515), - [anon_sym_STAR] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1517), - [anon_sym_SEMI] = ACTIONS(1517), - [anon_sym_typedef] = ACTIONS(1515), - [anon_sym_extern] = ACTIONS(1515), - [anon_sym___attribute__] = ACTIONS(1515), - [anon_sym_COLON_COLON] = ACTIONS(1517), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1517), - [anon_sym___declspec] = ACTIONS(1515), - [anon_sym_LBRACE] = ACTIONS(1517), - [anon_sym_LBRACK] = ACTIONS(1515), - [anon_sym_static] = ACTIONS(1515), - [anon_sym_register] = ACTIONS(1515), - [anon_sym_inline] = ACTIONS(1515), - [anon_sym_thread_local] = ACTIONS(1515), - [anon_sym_const] = ACTIONS(1515), - [anon_sym_volatile] = ACTIONS(1515), - [anon_sym_restrict] = ACTIONS(1515), - [anon_sym__Atomic] = ACTIONS(1515), - [anon_sym_mutable] = ACTIONS(1515), - [anon_sym_constexpr] = ACTIONS(1515), - [anon_sym_signed] = ACTIONS(1515), - [anon_sym_unsigned] = ACTIONS(1515), - [anon_sym_long] = ACTIONS(1515), - [anon_sym_short] = ACTIONS(1515), - [sym_primitive_type] = ACTIONS(1515), - [anon_sym_enum] = ACTIONS(1515), - [anon_sym_class] = ACTIONS(1515), - [anon_sym_struct] = ACTIONS(1515), - [anon_sym_union] = ACTIONS(1515), - [anon_sym_if] = ACTIONS(1515), - [anon_sym_else] = ACTIONS(1515), - [anon_sym_switch] = ACTIONS(1515), - [anon_sym_while] = ACTIONS(1515), - [anon_sym_do] = ACTIONS(1515), - [anon_sym_for] = ACTIONS(1515), - [anon_sym_return] = ACTIONS(1515), - [anon_sym_break] = ACTIONS(1515), - [anon_sym_continue] = ACTIONS(1515), - [anon_sym_goto] = ACTIONS(1515), - [anon_sym_DASH_DASH] = ACTIONS(1517), - [anon_sym_PLUS_PLUS] = ACTIONS(1517), - [anon_sym_sizeof] = ACTIONS(1515), - [sym_number_literal] = ACTIONS(1517), - [anon_sym_L_SQUOTE] = ACTIONS(1517), - [anon_sym_u_SQUOTE] = ACTIONS(1517), - [anon_sym_U_SQUOTE] = ACTIONS(1517), - [anon_sym_u8_SQUOTE] = ACTIONS(1517), - [anon_sym_SQUOTE] = ACTIONS(1517), - [anon_sym_L_DQUOTE] = ACTIONS(1517), - [anon_sym_u_DQUOTE] = ACTIONS(1517), - [anon_sym_U_DQUOTE] = ACTIONS(1517), - [anon_sym_u8_DQUOTE] = ACTIONS(1517), - [anon_sym_DQUOTE] = ACTIONS(1517), - [sym_true] = ACTIONS(1515), - [sym_false] = ACTIONS(1515), - [sym_null] = ACTIONS(1515), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1515), - [anon_sym_virtual] = ACTIONS(1515), - [sym_auto] = ACTIONS(1515), - [anon_sym_typename] = ACTIONS(1515), - [anon_sym_template] = ACTIONS(1515), - [anon_sym_delete] = ACTIONS(1515), - [anon_sym_throw] = ACTIONS(1515), - [anon_sym_co_return] = ACTIONS(1515), - [anon_sym_co_yield] = ACTIONS(1515), - [anon_sym_try] = ACTIONS(1515), - [anon_sym_catch] = ACTIONS(1515), - [anon_sym_co_await] = ACTIONS(1515), - [anon_sym_new] = ACTIONS(1515), - [sym_this] = ACTIONS(1515), - [sym_nullptr] = ACTIONS(1515), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_FORWARD] = ACTIONS(1515), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1515), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_PS_GET] = ACTIONS(1515), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1515), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1515), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1515), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1515), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1515), - [anon_sym_MOZ_COLD] = ACTIONS(1515), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1515), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1515), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1515), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1515), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1515), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1515), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1515), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1515), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1515), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1515), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1515), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1515), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_RAII] = ACTIONS(1515), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1515), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1515), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1515), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1515), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1515), - [sym_raw_string_literal] = ACTIONS(1517), + [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), }, [693] = { - [sym_identifier] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [694] = { - [sym_identifier] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [695] = { - [sym_identifier] = ACTIONS(1680), - [anon_sym_LPAREN2] = ACTIONS(1682), - [anon_sym_BANG] = ACTIONS(1682), - [anon_sym_TILDE] = ACTIONS(1682), - [anon_sym_DASH] = ACTIONS(1680), - [anon_sym_PLUS] = ACTIONS(1680), - [anon_sym_STAR] = ACTIONS(1682), - [anon_sym_AMP] = ACTIONS(1682), - [anon_sym_SEMI] = ACTIONS(1682), - [anon_sym_typedef] = ACTIONS(1680), - [anon_sym_extern] = ACTIONS(1680), - [anon_sym___attribute__] = ACTIONS(1680), - [anon_sym_COLON_COLON] = ACTIONS(1682), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1682), - [anon_sym___declspec] = ACTIONS(1680), - [anon_sym_LBRACE] = ACTIONS(1682), - [anon_sym_LBRACK] = ACTIONS(1680), - [anon_sym_static] = ACTIONS(1680), - [anon_sym_register] = ACTIONS(1680), - [anon_sym_inline] = ACTIONS(1680), - [anon_sym_thread_local] = ACTIONS(1680), - [anon_sym_const] = ACTIONS(1680), - [anon_sym_volatile] = ACTIONS(1680), - [anon_sym_restrict] = ACTIONS(1680), - [anon_sym__Atomic] = ACTIONS(1680), - [anon_sym_mutable] = ACTIONS(1680), - [anon_sym_constexpr] = ACTIONS(1680), - [anon_sym_signed] = ACTIONS(1680), - [anon_sym_unsigned] = ACTIONS(1680), - [anon_sym_long] = ACTIONS(1680), - [anon_sym_short] = ACTIONS(1680), - [sym_primitive_type] = ACTIONS(1680), - [anon_sym_enum] = ACTIONS(1680), - [anon_sym_class] = ACTIONS(1680), - [anon_sym_struct] = ACTIONS(1680), - [anon_sym_union] = ACTIONS(1680), - [anon_sym_if] = ACTIONS(1680), - [anon_sym_else] = ACTIONS(1680), - [anon_sym_switch] = ACTIONS(1680), - [anon_sym_while] = ACTIONS(1680), - [anon_sym_do] = ACTIONS(1680), - [anon_sym_for] = ACTIONS(1680), - [anon_sym_return] = ACTIONS(1680), - [anon_sym_break] = ACTIONS(1680), - [anon_sym_continue] = ACTIONS(1680), - [anon_sym_goto] = ACTIONS(1680), - [anon_sym_DASH_DASH] = ACTIONS(1682), - [anon_sym_PLUS_PLUS] = ACTIONS(1682), - [anon_sym_sizeof] = ACTIONS(1680), - [sym_number_literal] = ACTIONS(1682), - [anon_sym_L_SQUOTE] = ACTIONS(1682), - [anon_sym_u_SQUOTE] = ACTIONS(1682), - [anon_sym_U_SQUOTE] = ACTIONS(1682), - [anon_sym_u8_SQUOTE] = ACTIONS(1682), - [anon_sym_SQUOTE] = ACTIONS(1682), - [anon_sym_L_DQUOTE] = ACTIONS(1682), - [anon_sym_u_DQUOTE] = ACTIONS(1682), - [anon_sym_U_DQUOTE] = ACTIONS(1682), - [anon_sym_u8_DQUOTE] = ACTIONS(1682), - [anon_sym_DQUOTE] = ACTIONS(1682), - [sym_true] = ACTIONS(1680), - [sym_false] = ACTIONS(1680), - [sym_null] = ACTIONS(1680), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1680), - [anon_sym_virtual] = ACTIONS(1680), - [sym_auto] = ACTIONS(1680), - [anon_sym_typename] = ACTIONS(1680), - [anon_sym_template] = ACTIONS(1680), - [anon_sym_delete] = ACTIONS(1680), - [anon_sym_throw] = ACTIONS(1680), - [anon_sym_co_return] = ACTIONS(1680), - [anon_sym_co_yield] = ACTIONS(1680), - [anon_sym_try] = ACTIONS(1680), - [anon_sym_co_await] = ACTIONS(1680), - [anon_sym_new] = ACTIONS(1680), - [sym_this] = ACTIONS(1680), - [sym_nullptr] = ACTIONS(1680), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1680), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_FORWARD] = ACTIONS(1680), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1680), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1680), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1680), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1680), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_PS_GET] = ACTIONS(1680), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1680), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1680), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1680), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1680), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1680), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1680), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1680), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1680), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1680), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1680), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1680), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1680), - [anon_sym_MOZ_COLD] = ACTIONS(1680), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1680), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1680), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1680), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1680), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1680), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1680), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1680), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1680), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1680), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1680), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1680), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1680), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1680), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1680), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1680), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1680), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1680), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1680), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1680), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1680), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1680), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_NONNULL] = ACTIONS(1680), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1680), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1680), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1680), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1680), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1680), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_NORETURN] = ACTIONS(1680), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1680), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1680), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1680), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1680), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1680), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1680), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1680), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1680), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1680), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1680), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1680), - [anon_sym_MOZ_RAII] = ACTIONS(1680), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1680), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1680), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1680), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1680), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1680), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1680), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1680), - [sym_raw_string_literal] = ACTIONS(1682), + [sym_identifier] = 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] = ACTIONS(1627), + [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_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_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), + [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), }, [696] = { - [sym_identifier] = ACTIONS(1676), - [anon_sym_LPAREN2] = ACTIONS(1678), - [anon_sym_BANG] = ACTIONS(1678), - [anon_sym_TILDE] = ACTIONS(1678), - [anon_sym_DASH] = ACTIONS(1676), - [anon_sym_PLUS] = ACTIONS(1676), - [anon_sym_STAR] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(1678), - [anon_sym_SEMI] = ACTIONS(1678), - [anon_sym_typedef] = ACTIONS(1676), - [anon_sym_extern] = ACTIONS(1676), - [anon_sym___attribute__] = ACTIONS(1676), - [anon_sym_COLON_COLON] = ACTIONS(1678), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1678), - [anon_sym___declspec] = ACTIONS(1676), - [anon_sym_LBRACE] = ACTIONS(1678), - [anon_sym_LBRACK] = ACTIONS(1676), - [anon_sym_static] = ACTIONS(1676), - [anon_sym_register] = ACTIONS(1676), - [anon_sym_inline] = ACTIONS(1676), - [anon_sym_thread_local] = ACTIONS(1676), - [anon_sym_const] = ACTIONS(1676), - [anon_sym_volatile] = ACTIONS(1676), - [anon_sym_restrict] = ACTIONS(1676), - [anon_sym__Atomic] = ACTIONS(1676), - [anon_sym_mutable] = ACTIONS(1676), - [anon_sym_constexpr] = ACTIONS(1676), - [anon_sym_signed] = ACTIONS(1676), - [anon_sym_unsigned] = ACTIONS(1676), - [anon_sym_long] = ACTIONS(1676), - [anon_sym_short] = ACTIONS(1676), - [sym_primitive_type] = ACTIONS(1676), - [anon_sym_enum] = ACTIONS(1676), - [anon_sym_class] = ACTIONS(1676), - [anon_sym_struct] = ACTIONS(1676), - [anon_sym_union] = ACTIONS(1676), - [anon_sym_if] = ACTIONS(1676), - [anon_sym_else] = ACTIONS(1676), - [anon_sym_switch] = ACTIONS(1676), - [anon_sym_while] = ACTIONS(1676), - [anon_sym_do] = ACTIONS(1676), - [anon_sym_for] = ACTIONS(1676), - [anon_sym_return] = ACTIONS(1676), - [anon_sym_break] = ACTIONS(1676), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1676), - [anon_sym_DASH_DASH] = ACTIONS(1678), - [anon_sym_PLUS_PLUS] = ACTIONS(1678), - [anon_sym_sizeof] = ACTIONS(1676), - [sym_number_literal] = ACTIONS(1678), - [anon_sym_L_SQUOTE] = ACTIONS(1678), - [anon_sym_u_SQUOTE] = ACTIONS(1678), - [anon_sym_U_SQUOTE] = ACTIONS(1678), - [anon_sym_u8_SQUOTE] = ACTIONS(1678), - [anon_sym_SQUOTE] = ACTIONS(1678), - [anon_sym_L_DQUOTE] = ACTIONS(1678), - [anon_sym_u_DQUOTE] = ACTIONS(1678), - [anon_sym_U_DQUOTE] = ACTIONS(1678), - [anon_sym_u8_DQUOTE] = ACTIONS(1678), - [anon_sym_DQUOTE] = ACTIONS(1678), - [sym_true] = ACTIONS(1676), - [sym_false] = ACTIONS(1676), - [sym_null] = ACTIONS(1676), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1676), - [anon_sym_virtual] = ACTIONS(1676), - [sym_auto] = ACTIONS(1676), - [anon_sym_typename] = ACTIONS(1676), - [anon_sym_template] = ACTIONS(1676), - [anon_sym_delete] = ACTIONS(1676), - [anon_sym_throw] = ACTIONS(1676), - [anon_sym_co_return] = ACTIONS(1676), - [anon_sym_co_yield] = ACTIONS(1676), - [anon_sym_try] = ACTIONS(1676), - [anon_sym_co_await] = ACTIONS(1676), - [anon_sym_new] = ACTIONS(1676), - [sym_this] = ACTIONS(1676), - [sym_nullptr] = ACTIONS(1676), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1676), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_FORWARD] = ACTIONS(1676), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1676), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1676), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1676), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1676), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_PS_GET] = ACTIONS(1676), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1676), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1676), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1676), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1676), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1676), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1676), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1676), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1676), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1676), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1676), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1676), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1676), - [anon_sym_MOZ_COLD] = ACTIONS(1676), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1676), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1676), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1676), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1676), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1676), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1676), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1676), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1676), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1676), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1676), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1676), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1676), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1676), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1676), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1676), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1676), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1676), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1676), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1676), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1676), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1676), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_NONNULL] = ACTIONS(1676), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1676), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1676), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1676), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1676), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1676), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_NORETURN] = ACTIONS(1676), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1676), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1676), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1676), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1676), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1676), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1676), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1676), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1676), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1676), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1676), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1676), - [anon_sym_MOZ_RAII] = ACTIONS(1676), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1676), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1676), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1676), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1676), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1676), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1676), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1676), - [sym_raw_string_literal] = ACTIONS(1678), + [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), }, [697] = { - [sym_identifier] = ACTIONS(1672), - [anon_sym_LPAREN2] = ACTIONS(1674), - [anon_sym_BANG] = ACTIONS(1674), - [anon_sym_TILDE] = ACTIONS(1674), - [anon_sym_DASH] = ACTIONS(1672), - [anon_sym_PLUS] = ACTIONS(1672), - [anon_sym_STAR] = ACTIONS(1674), - [anon_sym_AMP] = ACTIONS(1674), - [anon_sym_SEMI] = ACTIONS(1674), - [anon_sym_typedef] = ACTIONS(1672), - [anon_sym_extern] = ACTIONS(1672), - [anon_sym___attribute__] = ACTIONS(1672), - [anon_sym_COLON_COLON] = ACTIONS(1674), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1674), - [anon_sym___declspec] = ACTIONS(1672), - [anon_sym_LBRACE] = ACTIONS(1674), - [anon_sym_LBRACK] = ACTIONS(1672), - [anon_sym_static] = ACTIONS(1672), - [anon_sym_register] = ACTIONS(1672), - [anon_sym_inline] = ACTIONS(1672), - [anon_sym_thread_local] = ACTIONS(1672), - [anon_sym_const] = ACTIONS(1672), - [anon_sym_volatile] = ACTIONS(1672), - [anon_sym_restrict] = ACTIONS(1672), - [anon_sym__Atomic] = ACTIONS(1672), - [anon_sym_mutable] = ACTIONS(1672), - [anon_sym_constexpr] = ACTIONS(1672), - [anon_sym_signed] = ACTIONS(1672), - [anon_sym_unsigned] = ACTIONS(1672), - [anon_sym_long] = ACTIONS(1672), - [anon_sym_short] = ACTIONS(1672), - [sym_primitive_type] = ACTIONS(1672), - [anon_sym_enum] = ACTIONS(1672), - [anon_sym_class] = ACTIONS(1672), - [anon_sym_struct] = ACTIONS(1672), - [anon_sym_union] = ACTIONS(1672), - [anon_sym_if] = ACTIONS(1672), - [anon_sym_else] = ACTIONS(1672), - [anon_sym_switch] = ACTIONS(1672), - [anon_sym_while] = ACTIONS(1672), - [anon_sym_do] = ACTIONS(1672), - [anon_sym_for] = ACTIONS(1672), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1672), - [anon_sym_continue] = ACTIONS(1672), - [anon_sym_goto] = ACTIONS(1672), - [anon_sym_DASH_DASH] = ACTIONS(1674), - [anon_sym_PLUS_PLUS] = ACTIONS(1674), - [anon_sym_sizeof] = ACTIONS(1672), - [sym_number_literal] = ACTIONS(1674), - [anon_sym_L_SQUOTE] = ACTIONS(1674), - [anon_sym_u_SQUOTE] = ACTIONS(1674), - [anon_sym_U_SQUOTE] = ACTIONS(1674), - [anon_sym_u8_SQUOTE] = ACTIONS(1674), - [anon_sym_SQUOTE] = ACTIONS(1674), - [anon_sym_L_DQUOTE] = ACTIONS(1674), - [anon_sym_u_DQUOTE] = ACTIONS(1674), - [anon_sym_U_DQUOTE] = ACTIONS(1674), - [anon_sym_u8_DQUOTE] = ACTIONS(1674), - [anon_sym_DQUOTE] = ACTIONS(1674), - [sym_true] = ACTIONS(1672), - [sym_false] = ACTIONS(1672), - [sym_null] = ACTIONS(1672), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1672), - [anon_sym_virtual] = ACTIONS(1672), - [sym_auto] = ACTIONS(1672), - [anon_sym_typename] = ACTIONS(1672), - [anon_sym_template] = ACTIONS(1672), - [anon_sym_delete] = ACTIONS(1672), - [anon_sym_throw] = ACTIONS(1672), - [anon_sym_co_return] = ACTIONS(1672), - [anon_sym_co_yield] = ACTIONS(1672), - [anon_sym_try] = ACTIONS(1672), - [anon_sym_co_await] = ACTIONS(1672), - [anon_sym_new] = ACTIONS(1672), - [sym_this] = ACTIONS(1672), - [sym_nullptr] = ACTIONS(1672), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1672), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_FORWARD] = ACTIONS(1672), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1672), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1672), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1672), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1672), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_PS_GET] = ACTIONS(1672), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1672), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1672), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1672), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1672), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1672), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1672), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1672), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1672), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1672), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1672), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1672), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1672), - [anon_sym_MOZ_COLD] = ACTIONS(1672), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1672), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1672), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1672), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1672), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1672), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1672), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1672), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1672), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1672), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1672), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1672), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1672), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1672), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1672), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1672), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1672), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1672), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1672), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1672), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1672), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1672), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_NONNULL] = ACTIONS(1672), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1672), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1672), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1672), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1672), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1672), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_NORETURN] = ACTIONS(1672), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1672), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1672), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1672), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1672), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1672), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1672), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1672), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1672), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1672), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1672), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1672), - [anon_sym_MOZ_RAII] = ACTIONS(1672), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1672), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1672), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1672), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1672), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1672), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1672), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1672), - [sym_raw_string_literal] = ACTIONS(1674), + [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), }, [698] = { - [sym_identifier] = ACTIONS(1668), - [anon_sym_LPAREN2] = ACTIONS(1670), - [anon_sym_BANG] = ACTIONS(1670), - [anon_sym_TILDE] = ACTIONS(1670), - [anon_sym_DASH] = ACTIONS(1668), - [anon_sym_PLUS] = ACTIONS(1668), - [anon_sym_STAR] = ACTIONS(1670), - [anon_sym_AMP] = ACTIONS(1670), - [anon_sym_SEMI] = ACTIONS(1670), - [anon_sym_typedef] = ACTIONS(1668), - [anon_sym_extern] = ACTIONS(1668), - [anon_sym___attribute__] = ACTIONS(1668), - [anon_sym_COLON_COLON] = ACTIONS(1670), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1670), - [anon_sym___declspec] = ACTIONS(1668), - [anon_sym_LBRACE] = ACTIONS(1670), - [anon_sym_LBRACK] = ACTIONS(1668), - [anon_sym_static] = ACTIONS(1668), - [anon_sym_register] = ACTIONS(1668), - [anon_sym_inline] = ACTIONS(1668), - [anon_sym_thread_local] = ACTIONS(1668), - [anon_sym_const] = ACTIONS(1668), - [anon_sym_volatile] = ACTIONS(1668), - [anon_sym_restrict] = ACTIONS(1668), - [anon_sym__Atomic] = ACTIONS(1668), - [anon_sym_mutable] = ACTIONS(1668), - [anon_sym_constexpr] = ACTIONS(1668), - [anon_sym_signed] = ACTIONS(1668), - [anon_sym_unsigned] = ACTIONS(1668), - [anon_sym_long] = ACTIONS(1668), - [anon_sym_short] = ACTIONS(1668), - [sym_primitive_type] = ACTIONS(1668), - [anon_sym_enum] = ACTIONS(1668), - [anon_sym_class] = ACTIONS(1668), - [anon_sym_struct] = ACTIONS(1668), - [anon_sym_union] = ACTIONS(1668), - [anon_sym_if] = ACTIONS(1668), - [anon_sym_else] = ACTIONS(1668), - [anon_sym_switch] = ACTIONS(1668), - [anon_sym_while] = ACTIONS(1668), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1668), - [anon_sym_return] = ACTIONS(1668), - [anon_sym_break] = ACTIONS(1668), - [anon_sym_continue] = ACTIONS(1668), - [anon_sym_goto] = ACTIONS(1668), - [anon_sym_DASH_DASH] = ACTIONS(1670), - [anon_sym_PLUS_PLUS] = ACTIONS(1670), - [anon_sym_sizeof] = ACTIONS(1668), - [sym_number_literal] = ACTIONS(1670), - [anon_sym_L_SQUOTE] = ACTIONS(1670), - [anon_sym_u_SQUOTE] = ACTIONS(1670), - [anon_sym_U_SQUOTE] = ACTIONS(1670), - [anon_sym_u8_SQUOTE] = ACTIONS(1670), - [anon_sym_SQUOTE] = ACTIONS(1670), - [anon_sym_L_DQUOTE] = ACTIONS(1670), - [anon_sym_u_DQUOTE] = ACTIONS(1670), - [anon_sym_U_DQUOTE] = ACTIONS(1670), - [anon_sym_u8_DQUOTE] = ACTIONS(1670), - [anon_sym_DQUOTE] = ACTIONS(1670), - [sym_true] = ACTIONS(1668), - [sym_false] = ACTIONS(1668), - [sym_null] = ACTIONS(1668), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1668), - [anon_sym_virtual] = ACTIONS(1668), - [sym_auto] = ACTIONS(1668), - [anon_sym_typename] = ACTIONS(1668), - [anon_sym_template] = ACTIONS(1668), - [anon_sym_delete] = ACTIONS(1668), - [anon_sym_throw] = ACTIONS(1668), - [anon_sym_co_return] = ACTIONS(1668), - [anon_sym_co_yield] = ACTIONS(1668), - [anon_sym_try] = ACTIONS(1668), - [anon_sym_co_await] = ACTIONS(1668), - [anon_sym_new] = ACTIONS(1668), - [sym_this] = ACTIONS(1668), - [sym_nullptr] = ACTIONS(1668), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1668), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_FORWARD] = ACTIONS(1668), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1668), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1668), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1668), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1668), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_PS_GET] = ACTIONS(1668), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1668), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1668), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1668), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1668), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1668), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1668), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1668), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1668), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1668), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1668), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1668), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1668), - [anon_sym_MOZ_COLD] = ACTIONS(1668), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1668), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1668), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1668), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1668), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1668), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1668), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1668), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1668), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1668), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1668), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1668), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1668), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1668), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1668), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1668), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1668), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1668), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1668), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1668), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1668), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1668), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_NONNULL] = ACTIONS(1668), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1668), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1668), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1668), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1668), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1668), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_NORETURN] = ACTIONS(1668), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1668), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1668), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1668), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1668), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1668), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1668), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1668), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1668), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1668), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1668), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1668), - [anon_sym_MOZ_RAII] = ACTIONS(1668), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1668), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1668), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1668), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1668), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1668), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1668), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1668), - [sym_raw_string_literal] = ACTIONS(1670), + [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), }, [699] = { - [sym_identifier] = ACTIONS(1566), - [anon_sym_LPAREN2] = ACTIONS(1568), - [anon_sym_BANG] = ACTIONS(1568), - [anon_sym_TILDE] = ACTIONS(1568), - [anon_sym_DASH] = ACTIONS(1566), - [anon_sym_PLUS] = ACTIONS(1566), - [anon_sym_STAR] = ACTIONS(1568), - [anon_sym_AMP] = ACTIONS(1568), - [anon_sym_SEMI] = ACTIONS(1568), - [anon_sym_typedef] = ACTIONS(1566), - [anon_sym_extern] = ACTIONS(1566), - [anon_sym___attribute__] = ACTIONS(1566), - [anon_sym_COLON_COLON] = ACTIONS(1568), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1568), - [anon_sym___declspec] = ACTIONS(1566), - [anon_sym_LBRACE] = ACTIONS(1568), - [anon_sym_LBRACK] = ACTIONS(1566), - [anon_sym_static] = ACTIONS(1566), - [anon_sym_register] = ACTIONS(1566), - [anon_sym_inline] = ACTIONS(1566), - [anon_sym_thread_local] = ACTIONS(1566), - [anon_sym_const] = ACTIONS(1566), - [anon_sym_volatile] = ACTIONS(1566), - [anon_sym_restrict] = ACTIONS(1566), - [anon_sym__Atomic] = ACTIONS(1566), - [anon_sym_mutable] = ACTIONS(1566), - [anon_sym_constexpr] = ACTIONS(1566), - [anon_sym_signed] = ACTIONS(1566), - [anon_sym_unsigned] = ACTIONS(1566), - [anon_sym_long] = ACTIONS(1566), - [anon_sym_short] = ACTIONS(1566), - [sym_primitive_type] = ACTIONS(1566), - [anon_sym_enum] = ACTIONS(1566), - [anon_sym_class] = ACTIONS(1566), - [anon_sym_struct] = ACTIONS(1566), - [anon_sym_union] = ACTIONS(1566), - [anon_sym_if] = ACTIONS(1566), - [anon_sym_else] = ACTIONS(1566), - [anon_sym_switch] = ACTIONS(1566), - [anon_sym_while] = ACTIONS(1566), - [anon_sym_do] = ACTIONS(1566), - [anon_sym_for] = ACTIONS(1566), - [anon_sym_return] = ACTIONS(1566), - [anon_sym_break] = ACTIONS(1566), - [anon_sym_continue] = ACTIONS(1566), - [anon_sym_goto] = ACTIONS(1566), - [anon_sym_DASH_DASH] = ACTIONS(1568), - [anon_sym_PLUS_PLUS] = ACTIONS(1568), - [anon_sym_sizeof] = ACTIONS(1566), - [sym_number_literal] = ACTIONS(1568), - [anon_sym_L_SQUOTE] = ACTIONS(1568), - [anon_sym_u_SQUOTE] = ACTIONS(1568), - [anon_sym_U_SQUOTE] = ACTIONS(1568), - [anon_sym_u8_SQUOTE] = ACTIONS(1568), - [anon_sym_SQUOTE] = ACTIONS(1568), - [anon_sym_L_DQUOTE] = ACTIONS(1568), - [anon_sym_u_DQUOTE] = ACTIONS(1568), - [anon_sym_U_DQUOTE] = ACTIONS(1568), - [anon_sym_u8_DQUOTE] = ACTIONS(1568), - [anon_sym_DQUOTE] = ACTIONS(1568), - [sym_true] = ACTIONS(1566), - [sym_false] = ACTIONS(1566), - [sym_null] = ACTIONS(1566), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1566), - [anon_sym_virtual] = ACTIONS(1566), - [sym_auto] = ACTIONS(1566), - [anon_sym_typename] = ACTIONS(1566), - [anon_sym_template] = ACTIONS(1566), - [anon_sym_delete] = ACTIONS(1566), - [anon_sym_throw] = ACTIONS(1566), - [anon_sym_co_return] = ACTIONS(1566), - [anon_sym_co_yield] = ACTIONS(1566), - [anon_sym_try] = ACTIONS(1566), - [anon_sym_co_await] = ACTIONS(1566), - [anon_sym_new] = ACTIONS(1566), - [sym_this] = ACTIONS(1566), - [sym_nullptr] = ACTIONS(1566), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1566), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_FORWARD] = ACTIONS(1566), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1566), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1566), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1566), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1566), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_PS_GET] = ACTIONS(1566), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1566), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1566), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1566), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1566), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1566), - [anon_sym_MOZ_COLD] = ACTIONS(1566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_NONNULL] = ACTIONS(1566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_NORETURN] = ACTIONS(1566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1566), - [anon_sym_MOZ_RAII] = ACTIONS(1566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1566), - [sym_raw_string_literal] = ACTIONS(1568), + [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), + [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), }, [700] = { - [sym_identifier] = ACTIONS(1624), - [anon_sym_LPAREN2] = ACTIONS(1626), - [anon_sym_BANG] = ACTIONS(1626), - [anon_sym_TILDE] = ACTIONS(1626), - [anon_sym_DASH] = ACTIONS(1624), - [anon_sym_PLUS] = ACTIONS(1624), - [anon_sym_STAR] = ACTIONS(1626), - [anon_sym_AMP] = ACTIONS(1626), - [anon_sym_SEMI] = ACTIONS(1626), - [anon_sym_typedef] = ACTIONS(1624), - [anon_sym_extern] = ACTIONS(1624), - [anon_sym___attribute__] = ACTIONS(1624), - [anon_sym_COLON_COLON] = ACTIONS(1626), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1626), - [anon_sym___declspec] = ACTIONS(1624), - [anon_sym_LBRACE] = ACTIONS(1626), - [anon_sym_LBRACK] = ACTIONS(1624), - [anon_sym_static] = ACTIONS(1624), - [anon_sym_register] = ACTIONS(1624), - [anon_sym_inline] = ACTIONS(1624), - [anon_sym_thread_local] = ACTIONS(1624), - [anon_sym_const] = ACTIONS(1624), - [anon_sym_volatile] = ACTIONS(1624), - [anon_sym_restrict] = ACTIONS(1624), - [anon_sym__Atomic] = ACTIONS(1624), - [anon_sym_mutable] = ACTIONS(1624), - [anon_sym_constexpr] = ACTIONS(1624), - [anon_sym_signed] = ACTIONS(1624), - [anon_sym_unsigned] = ACTIONS(1624), - [anon_sym_long] = ACTIONS(1624), - [anon_sym_short] = ACTIONS(1624), - [sym_primitive_type] = ACTIONS(1624), - [anon_sym_enum] = ACTIONS(1624), - [anon_sym_class] = ACTIONS(1624), - [anon_sym_struct] = ACTIONS(1624), - [anon_sym_union] = ACTIONS(1624), - [anon_sym_if] = ACTIONS(1624), - [anon_sym_else] = ACTIONS(1624), - [anon_sym_switch] = ACTIONS(1624), - [anon_sym_while] = ACTIONS(1624), - [anon_sym_do] = ACTIONS(1624), - [anon_sym_for] = ACTIONS(1624), - [anon_sym_return] = ACTIONS(1624), - [anon_sym_break] = ACTIONS(1624), - [anon_sym_continue] = ACTIONS(1624), - [anon_sym_goto] = ACTIONS(1624), - [anon_sym_DASH_DASH] = ACTIONS(1626), - [anon_sym_PLUS_PLUS] = ACTIONS(1626), - [anon_sym_sizeof] = ACTIONS(1624), - [sym_number_literal] = ACTIONS(1626), - [anon_sym_L_SQUOTE] = ACTIONS(1626), - [anon_sym_u_SQUOTE] = ACTIONS(1626), - [anon_sym_U_SQUOTE] = ACTIONS(1626), - [anon_sym_u8_SQUOTE] = ACTIONS(1626), - [anon_sym_SQUOTE] = ACTIONS(1626), - [anon_sym_L_DQUOTE] = ACTIONS(1626), - [anon_sym_u_DQUOTE] = ACTIONS(1626), - [anon_sym_U_DQUOTE] = ACTIONS(1626), - [anon_sym_u8_DQUOTE] = ACTIONS(1626), - [anon_sym_DQUOTE] = ACTIONS(1626), - [sym_true] = ACTIONS(1624), - [sym_false] = ACTIONS(1624), - [sym_null] = ACTIONS(1624), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1624), - [anon_sym_virtual] = ACTIONS(1624), - [sym_auto] = ACTIONS(1624), - [anon_sym_typename] = ACTIONS(1624), - [anon_sym_template] = ACTIONS(1624), - [anon_sym_delete] = ACTIONS(1624), - [anon_sym_throw] = ACTIONS(1624), - [anon_sym_co_return] = ACTIONS(1624), - [anon_sym_co_yield] = ACTIONS(1624), - [anon_sym_try] = ACTIONS(1624), - [anon_sym_co_await] = ACTIONS(1624), - [anon_sym_new] = ACTIONS(1624), - [sym_this] = ACTIONS(1624), - [sym_nullptr] = ACTIONS(1624), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_FORWARD] = ACTIONS(1624), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1624), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_PS_GET] = ACTIONS(1624), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1624), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1624), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1624), - [anon_sym_MOZ_COLD] = ACTIONS(1624), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1624), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1624), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1624), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1624), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1624), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1624), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1624), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1624), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1624), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1624), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1624), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1624), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_RAII] = ACTIONS(1624), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1624), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1624), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1624), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1624), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1624), - [sym_raw_string_literal] = ACTIONS(1626), + [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), + [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), }, [701] = { - [sym_identifier] = ACTIONS(1656), - [anon_sym_LPAREN2] = ACTIONS(1658), - [anon_sym_BANG] = ACTIONS(1658), - [anon_sym_TILDE] = ACTIONS(1658), - [anon_sym_DASH] = ACTIONS(1656), - [anon_sym_PLUS] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(1658), - [anon_sym_AMP] = ACTIONS(1658), - [anon_sym_SEMI] = ACTIONS(1658), - [anon_sym_typedef] = ACTIONS(1656), - [anon_sym_extern] = ACTIONS(1656), - [anon_sym___attribute__] = ACTIONS(1656), - [anon_sym_COLON_COLON] = ACTIONS(1658), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1658), - [anon_sym___declspec] = ACTIONS(1656), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LBRACK] = ACTIONS(1656), - [anon_sym_static] = ACTIONS(1656), - [anon_sym_register] = ACTIONS(1656), - [anon_sym_inline] = ACTIONS(1656), - [anon_sym_thread_local] = ACTIONS(1656), - [anon_sym_const] = ACTIONS(1656), - [anon_sym_volatile] = ACTIONS(1656), - [anon_sym_restrict] = ACTIONS(1656), - [anon_sym__Atomic] = ACTIONS(1656), - [anon_sym_mutable] = ACTIONS(1656), - [anon_sym_constexpr] = ACTIONS(1656), - [anon_sym_signed] = ACTIONS(1656), - [anon_sym_unsigned] = ACTIONS(1656), - [anon_sym_long] = ACTIONS(1656), - [anon_sym_short] = ACTIONS(1656), - [sym_primitive_type] = ACTIONS(1656), - [anon_sym_enum] = ACTIONS(1656), - [anon_sym_class] = ACTIONS(1656), - [anon_sym_struct] = ACTIONS(1656), - [anon_sym_union] = ACTIONS(1656), - [anon_sym_if] = ACTIONS(1656), - [anon_sym_else] = ACTIONS(1656), - [anon_sym_switch] = ACTIONS(1656), - [anon_sym_while] = ACTIONS(1656), - [anon_sym_do] = ACTIONS(1656), - [anon_sym_for] = ACTIONS(1656), - [anon_sym_return] = ACTIONS(1656), - [anon_sym_break] = ACTIONS(1656), - [anon_sym_continue] = ACTIONS(1656), - [anon_sym_goto] = ACTIONS(1656), - [anon_sym_DASH_DASH] = ACTIONS(1658), - [anon_sym_PLUS_PLUS] = ACTIONS(1658), - [anon_sym_sizeof] = ACTIONS(1656), - [sym_number_literal] = ACTIONS(1658), - [anon_sym_L_SQUOTE] = ACTIONS(1658), - [anon_sym_u_SQUOTE] = ACTIONS(1658), - [anon_sym_U_SQUOTE] = ACTIONS(1658), - [anon_sym_u8_SQUOTE] = ACTIONS(1658), - [anon_sym_SQUOTE] = ACTIONS(1658), - [anon_sym_L_DQUOTE] = ACTIONS(1658), - [anon_sym_u_DQUOTE] = ACTIONS(1658), - [anon_sym_U_DQUOTE] = ACTIONS(1658), - [anon_sym_u8_DQUOTE] = ACTIONS(1658), - [anon_sym_DQUOTE] = ACTIONS(1658), - [sym_true] = ACTIONS(1656), - [sym_false] = ACTIONS(1656), - [sym_null] = ACTIONS(1656), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1656), - [anon_sym_virtual] = ACTIONS(1656), - [sym_auto] = ACTIONS(1656), - [anon_sym_typename] = ACTIONS(1656), - [anon_sym_template] = ACTIONS(1656), - [anon_sym_delete] = ACTIONS(1656), - [anon_sym_throw] = ACTIONS(1656), - [anon_sym_co_return] = ACTIONS(1656), - [anon_sym_co_yield] = ACTIONS(1656), - [anon_sym_try] = ACTIONS(1656), - [anon_sym_co_await] = ACTIONS(1656), - [anon_sym_new] = ACTIONS(1656), - [sym_this] = ACTIONS(1656), - [sym_nullptr] = ACTIONS(1656), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1656), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_FORWARD] = ACTIONS(1656), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1656), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1656), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1656), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1656), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_PS_GET] = ACTIONS(1656), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1656), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1656), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1656), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1656), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1656), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1656), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1656), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1656), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1656), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1656), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1656), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1656), - [anon_sym_MOZ_COLD] = ACTIONS(1656), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1656), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1656), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1656), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1656), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1656), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1656), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1656), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1656), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1656), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1656), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1656), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1656), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1656), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1656), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1656), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1656), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1656), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1656), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1656), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1656), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1656), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_NONNULL] = ACTIONS(1656), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1656), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1656), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1656), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1656), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1656), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_NORETURN] = ACTIONS(1656), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1656), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1656), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1656), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1656), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1656), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1656), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1656), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1656), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1656), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1656), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1656), - [anon_sym_MOZ_RAII] = ACTIONS(1656), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1656), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1656), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1656), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1656), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1656), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1656), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1656), - [sym_raw_string_literal] = ACTIONS(1658), + [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), + [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), }, [702] = { - [sym_identifier] = ACTIONS(1594), - [anon_sym_LPAREN2] = ACTIONS(1596), - [anon_sym_BANG] = ACTIONS(1596), - [anon_sym_TILDE] = ACTIONS(1596), - [anon_sym_DASH] = ACTIONS(1594), - [anon_sym_PLUS] = ACTIONS(1594), - [anon_sym_STAR] = ACTIONS(1596), - [anon_sym_AMP] = ACTIONS(1596), - [anon_sym_SEMI] = ACTIONS(1596), - [anon_sym_typedef] = ACTIONS(1594), - [anon_sym_extern] = ACTIONS(1594), - [anon_sym___attribute__] = ACTIONS(1594), - [anon_sym_COLON_COLON] = ACTIONS(1596), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1596), - [anon_sym___declspec] = ACTIONS(1594), - [anon_sym_LBRACE] = ACTIONS(1596), - [anon_sym_LBRACK] = ACTIONS(1594), - [anon_sym_static] = ACTIONS(1594), - [anon_sym_register] = ACTIONS(1594), - [anon_sym_inline] = ACTIONS(1594), - [anon_sym_thread_local] = ACTIONS(1594), - [anon_sym_const] = ACTIONS(1594), - [anon_sym_volatile] = ACTIONS(1594), - [anon_sym_restrict] = ACTIONS(1594), - [anon_sym__Atomic] = ACTIONS(1594), - [anon_sym_mutable] = ACTIONS(1594), - [anon_sym_constexpr] = ACTIONS(1594), - [anon_sym_signed] = ACTIONS(1594), - [anon_sym_unsigned] = ACTIONS(1594), - [anon_sym_long] = ACTIONS(1594), - [anon_sym_short] = ACTIONS(1594), - [sym_primitive_type] = ACTIONS(1594), - [anon_sym_enum] = ACTIONS(1594), - [anon_sym_class] = ACTIONS(1594), - [anon_sym_struct] = ACTIONS(1594), - [anon_sym_union] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1594), - [anon_sym_else] = ACTIONS(1594), - [anon_sym_switch] = ACTIONS(1594), - [anon_sym_while] = ACTIONS(1594), - [anon_sym_do] = ACTIONS(1594), - [anon_sym_for] = ACTIONS(1594), - [anon_sym_return] = ACTIONS(1594), - [anon_sym_break] = ACTIONS(1594), - [anon_sym_continue] = ACTIONS(1594), - [anon_sym_goto] = ACTIONS(1594), - [anon_sym_DASH_DASH] = ACTIONS(1596), - [anon_sym_PLUS_PLUS] = ACTIONS(1596), - [anon_sym_sizeof] = ACTIONS(1594), - [sym_number_literal] = ACTIONS(1596), - [anon_sym_L_SQUOTE] = ACTIONS(1596), - [anon_sym_u_SQUOTE] = ACTIONS(1596), - [anon_sym_U_SQUOTE] = ACTIONS(1596), - [anon_sym_u8_SQUOTE] = ACTIONS(1596), - [anon_sym_SQUOTE] = ACTIONS(1596), - [anon_sym_L_DQUOTE] = ACTIONS(1596), - [anon_sym_u_DQUOTE] = ACTIONS(1596), - [anon_sym_U_DQUOTE] = ACTIONS(1596), - [anon_sym_u8_DQUOTE] = ACTIONS(1596), - [anon_sym_DQUOTE] = ACTIONS(1596), - [sym_true] = ACTIONS(1594), - [sym_false] = ACTIONS(1594), - [sym_null] = ACTIONS(1594), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1594), - [anon_sym_virtual] = ACTIONS(1594), - [sym_auto] = ACTIONS(1594), - [anon_sym_typename] = ACTIONS(1594), - [anon_sym_template] = ACTIONS(1594), - [anon_sym_delete] = ACTIONS(1594), - [anon_sym_throw] = ACTIONS(1594), - [anon_sym_co_return] = ACTIONS(1594), - [anon_sym_co_yield] = ACTIONS(1594), - [anon_sym_try] = ACTIONS(1594), - [anon_sym_co_await] = ACTIONS(1594), - [anon_sym_new] = ACTIONS(1594), - [sym_this] = ACTIONS(1594), - [sym_nullptr] = ACTIONS(1594), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1594), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_FORWARD] = ACTIONS(1594), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1594), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1594), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1594), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1594), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_PS_GET] = ACTIONS(1594), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1594), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1594), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1594), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1594), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1594), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1594), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1594), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1594), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1594), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1594), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1594), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1594), - [anon_sym_MOZ_COLD] = ACTIONS(1594), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1594), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1594), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1594), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1594), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1594), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1594), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1594), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1594), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1594), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1594), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1594), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1594), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1594), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1594), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1594), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1594), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1594), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1594), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1594), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1594), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1594), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_NONNULL] = ACTIONS(1594), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1594), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1594), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1594), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1594), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1594), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_NORETURN] = ACTIONS(1594), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1594), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1594), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1594), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1594), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1594), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1594), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1594), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1594), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1594), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1594), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1594), - [anon_sym_MOZ_RAII] = ACTIONS(1594), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1594), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1594), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1594), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1594), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1594), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1594), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1594), - [sym_raw_string_literal] = ACTIONS(1596), + [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(1590), - [anon_sym_LPAREN2] = ACTIONS(1592), - [anon_sym_BANG] = ACTIONS(1592), - [anon_sym_TILDE] = ACTIONS(1592), - [anon_sym_DASH] = ACTIONS(1590), - [anon_sym_PLUS] = ACTIONS(1590), - [anon_sym_STAR] = ACTIONS(1592), - [anon_sym_AMP] = ACTIONS(1592), - [anon_sym_SEMI] = ACTIONS(1592), - [anon_sym_typedef] = ACTIONS(1590), - [anon_sym_extern] = ACTIONS(1590), - [anon_sym___attribute__] = ACTIONS(1590), - [anon_sym_COLON_COLON] = ACTIONS(1592), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1592), - [anon_sym___declspec] = ACTIONS(1590), - [anon_sym_LBRACE] = ACTIONS(1592), - [anon_sym_LBRACK] = ACTIONS(1590), - [anon_sym_static] = ACTIONS(1590), - [anon_sym_register] = ACTIONS(1590), - [anon_sym_inline] = ACTIONS(1590), - [anon_sym_thread_local] = ACTIONS(1590), - [anon_sym_const] = ACTIONS(1590), - [anon_sym_volatile] = ACTIONS(1590), - [anon_sym_restrict] = ACTIONS(1590), - [anon_sym__Atomic] = ACTIONS(1590), - [anon_sym_mutable] = ACTIONS(1590), - [anon_sym_constexpr] = ACTIONS(1590), - [anon_sym_signed] = ACTIONS(1590), - [anon_sym_unsigned] = ACTIONS(1590), - [anon_sym_long] = ACTIONS(1590), - [anon_sym_short] = ACTIONS(1590), - [sym_primitive_type] = ACTIONS(1590), - [anon_sym_enum] = ACTIONS(1590), - [anon_sym_class] = ACTIONS(1590), - [anon_sym_struct] = ACTIONS(1590), - [anon_sym_union] = ACTIONS(1590), - [anon_sym_if] = ACTIONS(1590), - [anon_sym_else] = ACTIONS(1590), - [anon_sym_switch] = ACTIONS(1590), - [anon_sym_while] = ACTIONS(1590), - [anon_sym_do] = ACTIONS(1590), - [anon_sym_for] = ACTIONS(1590), - [anon_sym_return] = ACTIONS(1590), - [anon_sym_break] = ACTIONS(1590), - [anon_sym_continue] = ACTIONS(1590), - [anon_sym_goto] = ACTIONS(1590), - [anon_sym_DASH_DASH] = ACTIONS(1592), - [anon_sym_PLUS_PLUS] = ACTIONS(1592), - [anon_sym_sizeof] = ACTIONS(1590), - [sym_number_literal] = ACTIONS(1592), - [anon_sym_L_SQUOTE] = ACTIONS(1592), - [anon_sym_u_SQUOTE] = ACTIONS(1592), - [anon_sym_U_SQUOTE] = ACTIONS(1592), - [anon_sym_u8_SQUOTE] = ACTIONS(1592), - [anon_sym_SQUOTE] = ACTIONS(1592), - [anon_sym_L_DQUOTE] = ACTIONS(1592), - [anon_sym_u_DQUOTE] = ACTIONS(1592), - [anon_sym_U_DQUOTE] = ACTIONS(1592), - [anon_sym_u8_DQUOTE] = ACTIONS(1592), - [anon_sym_DQUOTE] = ACTIONS(1592), - [sym_true] = ACTIONS(1590), - [sym_false] = ACTIONS(1590), - [sym_null] = ACTIONS(1590), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1590), - [anon_sym_virtual] = ACTIONS(1590), - [sym_auto] = ACTIONS(1590), - [anon_sym_typename] = ACTIONS(1590), - [anon_sym_template] = ACTIONS(1590), - [anon_sym_delete] = ACTIONS(1590), - [anon_sym_throw] = ACTIONS(1590), - [anon_sym_co_return] = ACTIONS(1590), - [anon_sym_co_yield] = ACTIONS(1590), - [anon_sym_try] = ACTIONS(1590), - [anon_sym_co_await] = ACTIONS(1590), - [anon_sym_new] = ACTIONS(1590), - [sym_this] = ACTIONS(1590), - [sym_nullptr] = ACTIONS(1590), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1590), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_FORWARD] = ACTIONS(1590), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1590), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1590), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1590), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1590), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_PS_GET] = ACTIONS(1590), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1590), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1590), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1590), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1590), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1590), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1590), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1590), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1590), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1590), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1590), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1590), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1590), - [anon_sym_MOZ_COLD] = ACTIONS(1590), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1590), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1590), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1590), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1590), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1590), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1590), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1590), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1590), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1590), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1590), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1590), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1590), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1590), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1590), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1590), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1590), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1590), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1590), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1590), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1590), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1590), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_NONNULL] = ACTIONS(1590), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1590), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1590), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1590), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1590), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1590), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_NORETURN] = ACTIONS(1590), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1590), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1590), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1590), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1590), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1590), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1590), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1590), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1590), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1590), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1590), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1590), - [anon_sym_MOZ_RAII] = ACTIONS(1590), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1590), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1590), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1590), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1590), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1590), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1590), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1590), - [sym_raw_string_literal] = ACTIONS(1592), + [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(1606), - [anon_sym_LPAREN2] = ACTIONS(1608), - [anon_sym_BANG] = ACTIONS(1608), - [anon_sym_TILDE] = ACTIONS(1608), - [anon_sym_DASH] = ACTIONS(1606), - [anon_sym_PLUS] = ACTIONS(1606), - [anon_sym_STAR] = ACTIONS(1608), - [anon_sym_AMP] = ACTIONS(1608), - [anon_sym_SEMI] = ACTIONS(1608), - [anon_sym_typedef] = ACTIONS(1606), - [anon_sym_extern] = ACTIONS(1606), - [anon_sym___attribute__] = ACTIONS(1606), - [anon_sym_COLON_COLON] = ACTIONS(1608), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1608), - [anon_sym___declspec] = ACTIONS(1606), - [anon_sym_LBRACE] = ACTIONS(1608), - [anon_sym_LBRACK] = ACTIONS(1606), - [anon_sym_static] = ACTIONS(1606), - [anon_sym_register] = ACTIONS(1606), - [anon_sym_inline] = ACTIONS(1606), - [anon_sym_thread_local] = ACTIONS(1606), - [anon_sym_const] = ACTIONS(1606), - [anon_sym_volatile] = ACTIONS(1606), - [anon_sym_restrict] = ACTIONS(1606), - [anon_sym__Atomic] = ACTIONS(1606), - [anon_sym_mutable] = ACTIONS(1606), - [anon_sym_constexpr] = ACTIONS(1606), - [anon_sym_signed] = ACTIONS(1606), - [anon_sym_unsigned] = ACTIONS(1606), - [anon_sym_long] = ACTIONS(1606), - [anon_sym_short] = ACTIONS(1606), - [sym_primitive_type] = ACTIONS(1606), - [anon_sym_enum] = ACTIONS(1606), - [anon_sym_class] = ACTIONS(1606), - [anon_sym_struct] = ACTIONS(1606), - [anon_sym_union] = ACTIONS(1606), - [anon_sym_if] = ACTIONS(1606), - [anon_sym_else] = ACTIONS(2325), - [anon_sym_switch] = ACTIONS(1606), - [anon_sym_while] = ACTIONS(1606), - [anon_sym_do] = ACTIONS(1606), - [anon_sym_for] = ACTIONS(1606), - [anon_sym_return] = ACTIONS(1606), - [anon_sym_break] = ACTIONS(1606), - [anon_sym_continue] = ACTIONS(1606), - [anon_sym_goto] = ACTIONS(1606), - [anon_sym_DASH_DASH] = ACTIONS(1608), - [anon_sym_PLUS_PLUS] = ACTIONS(1608), - [anon_sym_sizeof] = ACTIONS(1606), - [sym_number_literal] = ACTIONS(1608), - [anon_sym_L_SQUOTE] = ACTIONS(1608), - [anon_sym_u_SQUOTE] = ACTIONS(1608), - [anon_sym_U_SQUOTE] = ACTIONS(1608), - [anon_sym_u8_SQUOTE] = ACTIONS(1608), - [anon_sym_SQUOTE] = ACTIONS(1608), - [anon_sym_L_DQUOTE] = ACTIONS(1608), - [anon_sym_u_DQUOTE] = ACTIONS(1608), - [anon_sym_U_DQUOTE] = ACTIONS(1608), - [anon_sym_u8_DQUOTE] = ACTIONS(1608), - [anon_sym_DQUOTE] = ACTIONS(1608), - [sym_true] = ACTIONS(1606), - [sym_false] = ACTIONS(1606), - [sym_null] = ACTIONS(1606), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1606), - [anon_sym_virtual] = ACTIONS(1606), - [sym_auto] = ACTIONS(1606), - [anon_sym_typename] = ACTIONS(1606), - [anon_sym_template] = ACTIONS(1606), - [anon_sym_delete] = ACTIONS(1606), - [anon_sym_throw] = ACTIONS(1606), - [anon_sym_co_return] = ACTIONS(1606), - [anon_sym_co_yield] = ACTIONS(1606), - [anon_sym_try] = ACTIONS(1606), - [anon_sym_co_await] = ACTIONS(1606), - [anon_sym_new] = ACTIONS(1606), - [sym_this] = ACTIONS(1606), - [sym_nullptr] = ACTIONS(1606), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1606), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_FORWARD] = ACTIONS(1606), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1606), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1606), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1606), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1606), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_PS_GET] = ACTIONS(1606), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1606), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1606), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1606), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1606), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1606), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1606), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1606), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1606), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1606), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1606), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1606), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1606), - [anon_sym_MOZ_COLD] = ACTIONS(1606), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1606), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1606), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1606), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1606), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1606), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1606), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1606), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1606), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1606), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1606), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1606), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1606), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1606), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1606), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1606), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1606), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1606), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1606), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1606), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1606), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1606), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_NONNULL] = ACTIONS(1606), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1606), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1606), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1606), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1606), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1606), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_NORETURN] = ACTIONS(1606), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1606), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1606), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1606), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1606), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1606), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1606), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1606), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1606), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1606), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1606), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1606), - [anon_sym_MOZ_RAII] = ACTIONS(1606), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1606), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1606), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1606), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1606), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1606), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1606), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1606), - [sym_raw_string_literal] = ACTIONS(1608), + [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(1586), - [anon_sym_LPAREN2] = ACTIONS(1588), - [anon_sym_BANG] = ACTIONS(1588), - [anon_sym_TILDE] = ACTIONS(1588), - [anon_sym_DASH] = ACTIONS(1586), - [anon_sym_PLUS] = ACTIONS(1586), - [anon_sym_STAR] = ACTIONS(1588), - [anon_sym_AMP] = ACTIONS(1588), - [anon_sym_SEMI] = ACTIONS(1588), - [anon_sym_typedef] = ACTIONS(1586), - [anon_sym_extern] = ACTIONS(1586), - [anon_sym___attribute__] = ACTIONS(1586), - [anon_sym_COLON_COLON] = ACTIONS(1588), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1588), - [anon_sym___declspec] = ACTIONS(1586), - [anon_sym_LBRACE] = ACTIONS(1588), - [anon_sym_LBRACK] = ACTIONS(1586), - [anon_sym_static] = ACTIONS(1586), - [anon_sym_register] = ACTIONS(1586), - [anon_sym_inline] = ACTIONS(1586), - [anon_sym_thread_local] = ACTIONS(1586), - [anon_sym_const] = ACTIONS(1586), - [anon_sym_volatile] = ACTIONS(1586), - [anon_sym_restrict] = ACTIONS(1586), - [anon_sym__Atomic] = ACTIONS(1586), - [anon_sym_mutable] = ACTIONS(1586), - [anon_sym_constexpr] = ACTIONS(1586), - [anon_sym_signed] = ACTIONS(1586), - [anon_sym_unsigned] = ACTIONS(1586), - [anon_sym_long] = ACTIONS(1586), - [anon_sym_short] = ACTIONS(1586), - [sym_primitive_type] = ACTIONS(1586), - [anon_sym_enum] = ACTIONS(1586), - [anon_sym_class] = ACTIONS(1586), - [anon_sym_struct] = ACTIONS(1586), - [anon_sym_union] = ACTIONS(1586), - [anon_sym_if] = ACTIONS(1586), - [anon_sym_else] = ACTIONS(1586), - [anon_sym_switch] = ACTIONS(1586), - [anon_sym_while] = ACTIONS(1586), - [anon_sym_do] = ACTIONS(1586), - [anon_sym_for] = ACTIONS(1586), - [anon_sym_return] = ACTIONS(1586), - [anon_sym_break] = ACTIONS(1586), - [anon_sym_continue] = ACTIONS(1586), - [anon_sym_goto] = ACTIONS(1586), - [anon_sym_DASH_DASH] = ACTIONS(1588), - [anon_sym_PLUS_PLUS] = ACTIONS(1588), - [anon_sym_sizeof] = ACTIONS(1586), - [sym_number_literal] = ACTIONS(1588), - [anon_sym_L_SQUOTE] = ACTIONS(1588), - [anon_sym_u_SQUOTE] = ACTIONS(1588), - [anon_sym_U_SQUOTE] = ACTIONS(1588), - [anon_sym_u8_SQUOTE] = ACTIONS(1588), - [anon_sym_SQUOTE] = ACTIONS(1588), - [anon_sym_L_DQUOTE] = ACTIONS(1588), - [anon_sym_u_DQUOTE] = ACTIONS(1588), - [anon_sym_U_DQUOTE] = ACTIONS(1588), - [anon_sym_u8_DQUOTE] = ACTIONS(1588), - [anon_sym_DQUOTE] = ACTIONS(1588), - [sym_true] = ACTIONS(1586), - [sym_false] = ACTIONS(1586), - [sym_null] = ACTIONS(1586), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1586), - [anon_sym_virtual] = ACTIONS(1586), - [sym_auto] = ACTIONS(1586), - [anon_sym_typename] = ACTIONS(1586), - [anon_sym_template] = ACTIONS(1586), - [anon_sym_delete] = ACTIONS(1586), - [anon_sym_throw] = ACTIONS(1586), - [anon_sym_co_return] = ACTIONS(1586), - [anon_sym_co_yield] = ACTIONS(1586), - [anon_sym_try] = ACTIONS(1586), - [anon_sym_co_await] = ACTIONS(1586), - [anon_sym_new] = ACTIONS(1586), - [sym_this] = ACTIONS(1586), - [sym_nullptr] = ACTIONS(1586), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1586), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_FORWARD] = ACTIONS(1586), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1586), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1586), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1586), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1586), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_PS_GET] = ACTIONS(1586), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1586), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1586), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1586), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1586), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1586), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1586), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1586), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1586), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1586), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1586), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1586), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1586), - [anon_sym_MOZ_COLD] = ACTIONS(1586), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1586), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1586), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1586), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1586), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1586), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1586), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1586), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1586), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1586), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1586), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1586), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1586), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1586), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1586), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1586), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1586), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1586), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1586), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1586), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1586), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1586), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_NONNULL] = ACTIONS(1586), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1586), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1586), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1586), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1586), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1586), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_NORETURN] = ACTIONS(1586), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1586), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1586), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1586), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1586), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1586), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1586), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1586), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1586), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1586), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1586), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1586), - [anon_sym_MOZ_RAII] = ACTIONS(1586), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1586), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1586), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1586), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1586), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1586), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1586), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1586), - [sym_raw_string_literal] = ACTIONS(1588), + [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), }, [706] = { - [sym_identifier] = ACTIONS(1582), - [anon_sym_LPAREN2] = ACTIONS(1584), - [anon_sym_BANG] = ACTIONS(1584), - [anon_sym_TILDE] = ACTIONS(1584), - [anon_sym_DASH] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(1582), - [anon_sym_STAR] = ACTIONS(1584), - [anon_sym_AMP] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1584), - [anon_sym_typedef] = ACTIONS(1582), - [anon_sym_extern] = ACTIONS(1582), - [anon_sym___attribute__] = ACTIONS(1582), - [anon_sym_COLON_COLON] = ACTIONS(1584), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1584), - [anon_sym___declspec] = ACTIONS(1582), - [anon_sym_LBRACE] = ACTIONS(1584), - [anon_sym_LBRACK] = ACTIONS(1582), - [anon_sym_static] = ACTIONS(1582), - [anon_sym_register] = ACTIONS(1582), - [anon_sym_inline] = ACTIONS(1582), - [anon_sym_thread_local] = ACTIONS(1582), - [anon_sym_const] = ACTIONS(1582), - [anon_sym_volatile] = ACTIONS(1582), - [anon_sym_restrict] = ACTIONS(1582), - [anon_sym__Atomic] = ACTIONS(1582), - [anon_sym_mutable] = ACTIONS(1582), - [anon_sym_constexpr] = ACTIONS(1582), - [anon_sym_signed] = ACTIONS(1582), - [anon_sym_unsigned] = ACTIONS(1582), - [anon_sym_long] = ACTIONS(1582), - [anon_sym_short] = ACTIONS(1582), - [sym_primitive_type] = ACTIONS(1582), - [anon_sym_enum] = ACTIONS(1582), - [anon_sym_class] = ACTIONS(1582), - [anon_sym_struct] = ACTIONS(1582), - [anon_sym_union] = ACTIONS(1582), - [anon_sym_if] = ACTIONS(1582), - [anon_sym_else] = ACTIONS(1582), - [anon_sym_switch] = ACTIONS(1582), - [anon_sym_while] = ACTIONS(1582), - [anon_sym_do] = ACTIONS(1582), - [anon_sym_for] = ACTIONS(1582), - [anon_sym_return] = ACTIONS(1582), - [anon_sym_break] = ACTIONS(1582), - [anon_sym_continue] = ACTIONS(1582), - [anon_sym_goto] = ACTIONS(1582), - [anon_sym_DASH_DASH] = ACTIONS(1584), - [anon_sym_PLUS_PLUS] = ACTIONS(1584), - [anon_sym_sizeof] = ACTIONS(1582), - [sym_number_literal] = ACTIONS(1584), - [anon_sym_L_SQUOTE] = ACTIONS(1584), - [anon_sym_u_SQUOTE] = ACTIONS(1584), - [anon_sym_U_SQUOTE] = ACTIONS(1584), - [anon_sym_u8_SQUOTE] = ACTIONS(1584), - [anon_sym_SQUOTE] = ACTIONS(1584), - [anon_sym_L_DQUOTE] = ACTIONS(1584), - [anon_sym_u_DQUOTE] = ACTIONS(1584), - [anon_sym_U_DQUOTE] = ACTIONS(1584), - [anon_sym_u8_DQUOTE] = ACTIONS(1584), - [anon_sym_DQUOTE] = ACTIONS(1584), - [sym_true] = ACTIONS(1582), - [sym_false] = ACTIONS(1582), - [sym_null] = ACTIONS(1582), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1582), - [anon_sym_virtual] = ACTIONS(1582), - [sym_auto] = ACTIONS(1582), - [anon_sym_typename] = ACTIONS(1582), - [anon_sym_template] = ACTIONS(1582), - [anon_sym_delete] = ACTIONS(1582), - [anon_sym_throw] = ACTIONS(1582), - [anon_sym_co_return] = ACTIONS(1582), - [anon_sym_co_yield] = ACTIONS(1582), - [anon_sym_try] = ACTIONS(1582), - [anon_sym_co_await] = ACTIONS(1582), - [anon_sym_new] = ACTIONS(1582), - [sym_this] = ACTIONS(1582), - [sym_nullptr] = ACTIONS(1582), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1582), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_FORWARD] = ACTIONS(1582), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1582), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1582), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1582), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1582), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_PS_GET] = ACTIONS(1582), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1582), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1582), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1582), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1582), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1582), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1582), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1582), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1582), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1582), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1582), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1582), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1582), - [anon_sym_MOZ_COLD] = ACTIONS(1582), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1582), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1582), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1582), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1582), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1582), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1582), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1582), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1582), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1582), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1582), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1582), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1582), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1582), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1582), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1582), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1582), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1582), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1582), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1582), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1582), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1582), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_NONNULL] = ACTIONS(1582), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1582), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1582), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1582), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1582), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1582), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_NORETURN] = ACTIONS(1582), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1582), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1582), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1582), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1582), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1582), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1582), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1582), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1582), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1582), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1582), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1582), - [anon_sym_MOZ_RAII] = ACTIONS(1582), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1582), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1582), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1582), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1582), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1582), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1582), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1582), - [sym_raw_string_literal] = ACTIONS(1584), + [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), }, [707] = { - [sym_identifier] = ACTIONS(1648), - [anon_sym_LPAREN2] = ACTIONS(1650), - [anon_sym_BANG] = ACTIONS(1650), - [anon_sym_TILDE] = ACTIONS(1650), - [anon_sym_DASH] = ACTIONS(1648), - [anon_sym_PLUS] = ACTIONS(1648), - [anon_sym_STAR] = ACTIONS(1650), - [anon_sym_AMP] = ACTIONS(1650), - [anon_sym_SEMI] = ACTIONS(1650), - [anon_sym_typedef] = ACTIONS(1648), - [anon_sym_extern] = ACTIONS(1648), - [anon_sym___attribute__] = ACTIONS(1648), - [anon_sym_COLON_COLON] = ACTIONS(1650), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1650), - [anon_sym___declspec] = ACTIONS(1648), - [anon_sym_LBRACE] = ACTIONS(1650), - [anon_sym_LBRACK] = ACTIONS(1648), - [anon_sym_static] = ACTIONS(1648), - [anon_sym_register] = ACTIONS(1648), - [anon_sym_inline] = ACTIONS(1648), - [anon_sym_thread_local] = ACTIONS(1648), - [anon_sym_const] = ACTIONS(1648), - [anon_sym_volatile] = ACTIONS(1648), - [anon_sym_restrict] = ACTIONS(1648), - [anon_sym__Atomic] = ACTIONS(1648), - [anon_sym_mutable] = ACTIONS(1648), - [anon_sym_constexpr] = ACTIONS(1648), - [anon_sym_signed] = ACTIONS(1648), - [anon_sym_unsigned] = ACTIONS(1648), - [anon_sym_long] = ACTIONS(1648), - [anon_sym_short] = ACTIONS(1648), - [sym_primitive_type] = ACTIONS(1648), - [anon_sym_enum] = ACTIONS(1648), - [anon_sym_class] = ACTIONS(1648), - [anon_sym_struct] = ACTIONS(1648), - [anon_sym_union] = ACTIONS(1648), - [anon_sym_if] = ACTIONS(1648), - [anon_sym_else] = ACTIONS(1648), - [anon_sym_switch] = ACTIONS(1648), - [anon_sym_while] = ACTIONS(1648), - [anon_sym_do] = ACTIONS(1648), - [anon_sym_for] = ACTIONS(1648), - [anon_sym_return] = ACTIONS(1648), - [anon_sym_break] = ACTIONS(1648), - [anon_sym_continue] = ACTIONS(1648), - [anon_sym_goto] = ACTIONS(1648), - [anon_sym_DASH_DASH] = ACTIONS(1650), - [anon_sym_PLUS_PLUS] = ACTIONS(1650), - [anon_sym_sizeof] = ACTIONS(1648), - [sym_number_literal] = ACTIONS(1650), - [anon_sym_L_SQUOTE] = ACTIONS(1650), - [anon_sym_u_SQUOTE] = ACTIONS(1650), - [anon_sym_U_SQUOTE] = ACTIONS(1650), - [anon_sym_u8_SQUOTE] = ACTIONS(1650), - [anon_sym_SQUOTE] = ACTIONS(1650), - [anon_sym_L_DQUOTE] = ACTIONS(1650), - [anon_sym_u_DQUOTE] = ACTIONS(1650), - [anon_sym_U_DQUOTE] = ACTIONS(1650), - [anon_sym_u8_DQUOTE] = ACTIONS(1650), - [anon_sym_DQUOTE] = ACTIONS(1650), - [sym_true] = ACTIONS(1648), - [sym_false] = ACTIONS(1648), - [sym_null] = ACTIONS(1648), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1648), - [anon_sym_virtual] = ACTIONS(1648), - [sym_auto] = ACTIONS(1648), - [anon_sym_typename] = ACTIONS(1648), - [anon_sym_template] = ACTIONS(1648), - [anon_sym_delete] = ACTIONS(1648), - [anon_sym_throw] = ACTIONS(1648), - [anon_sym_co_return] = ACTIONS(1648), - [anon_sym_co_yield] = ACTIONS(1648), - [anon_sym_try] = ACTIONS(1648), - [anon_sym_co_await] = ACTIONS(1648), - [anon_sym_new] = ACTIONS(1648), - [sym_this] = ACTIONS(1648), - [sym_nullptr] = ACTIONS(1648), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1648), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_FORWARD] = ACTIONS(1648), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1648), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1648), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1648), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1648), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_PS_GET] = ACTIONS(1648), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1648), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1648), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1648), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1648), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1648), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1648), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1648), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1648), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1648), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1648), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1648), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1648), - [anon_sym_MOZ_COLD] = ACTIONS(1648), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1648), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1648), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1648), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1648), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1648), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1648), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1648), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1648), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1648), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1648), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1648), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1648), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1648), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1648), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1648), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1648), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1648), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1648), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1648), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1648), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_NONNULL] = ACTIONS(1648), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1648), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1648), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1648), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1648), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1648), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_NORETURN] = ACTIONS(1648), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1648), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1648), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1648), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1648), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1648), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1648), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1648), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1648), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1648), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1648), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1648), - [anon_sym_MOZ_RAII] = ACTIONS(1648), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1648), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1648), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1648), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1648), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1648), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1648), - [sym_raw_string_literal] = ACTIONS(1650), + [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), }, [708] = { - [sym_identifier] = ACTIONS(1624), - [anon_sym_LPAREN2] = ACTIONS(1626), - [anon_sym_BANG] = ACTIONS(1626), - [anon_sym_TILDE] = ACTIONS(1626), - [anon_sym_DASH] = ACTIONS(1624), - [anon_sym_PLUS] = ACTIONS(1624), - [anon_sym_STAR] = ACTIONS(1626), - [anon_sym_AMP] = ACTIONS(1626), - [anon_sym_SEMI] = ACTIONS(1626), - [anon_sym_typedef] = ACTIONS(1624), - [anon_sym_extern] = ACTIONS(1624), - [anon_sym___attribute__] = ACTIONS(1624), - [anon_sym_COLON_COLON] = ACTIONS(1626), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1626), - [anon_sym___declspec] = ACTIONS(1624), - [anon_sym_LBRACE] = ACTIONS(1626), - [anon_sym_LBRACK] = ACTIONS(1624), - [anon_sym_static] = ACTIONS(1624), - [anon_sym_register] = ACTIONS(1624), - [anon_sym_inline] = ACTIONS(1624), - [anon_sym_thread_local] = ACTIONS(1624), - [anon_sym_const] = ACTIONS(1624), - [anon_sym_volatile] = ACTIONS(1624), - [anon_sym_restrict] = ACTIONS(1624), - [anon_sym__Atomic] = ACTIONS(1624), - [anon_sym_mutable] = ACTIONS(1624), - [anon_sym_constexpr] = ACTIONS(1624), - [anon_sym_signed] = ACTIONS(1624), - [anon_sym_unsigned] = ACTIONS(1624), - [anon_sym_long] = ACTIONS(1624), - [anon_sym_short] = ACTIONS(1624), - [sym_primitive_type] = ACTIONS(1624), - [anon_sym_enum] = ACTIONS(1624), - [anon_sym_class] = ACTIONS(1624), - [anon_sym_struct] = ACTIONS(1624), - [anon_sym_union] = ACTIONS(1624), - [anon_sym_if] = ACTIONS(1624), - [anon_sym_else] = ACTIONS(1624), - [anon_sym_switch] = ACTIONS(1624), - [anon_sym_while] = ACTIONS(1624), - [anon_sym_do] = ACTIONS(1624), - [anon_sym_for] = ACTIONS(1624), - [anon_sym_return] = ACTIONS(1624), - [anon_sym_break] = ACTIONS(1624), - [anon_sym_continue] = ACTIONS(1624), - [anon_sym_goto] = ACTIONS(1624), - [anon_sym_DASH_DASH] = ACTIONS(1626), - [anon_sym_PLUS_PLUS] = ACTIONS(1626), - [anon_sym_sizeof] = ACTIONS(1624), - [sym_number_literal] = ACTIONS(1626), - [anon_sym_L_SQUOTE] = ACTIONS(1626), - [anon_sym_u_SQUOTE] = ACTIONS(1626), - [anon_sym_U_SQUOTE] = ACTIONS(1626), - [anon_sym_u8_SQUOTE] = ACTIONS(1626), - [anon_sym_SQUOTE] = ACTIONS(1626), - [anon_sym_L_DQUOTE] = ACTIONS(1626), - [anon_sym_u_DQUOTE] = ACTIONS(1626), - [anon_sym_U_DQUOTE] = ACTIONS(1626), - [anon_sym_u8_DQUOTE] = ACTIONS(1626), - [anon_sym_DQUOTE] = ACTIONS(1626), - [sym_true] = ACTIONS(1624), - [sym_false] = ACTIONS(1624), - [sym_null] = ACTIONS(1624), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1624), - [anon_sym_virtual] = ACTIONS(1624), - [sym_auto] = ACTIONS(1624), - [anon_sym_typename] = ACTIONS(1624), - [anon_sym_template] = ACTIONS(1624), - [anon_sym_delete] = ACTIONS(1624), - [anon_sym_throw] = ACTIONS(1624), - [anon_sym_co_return] = ACTIONS(1624), - [anon_sym_co_yield] = ACTIONS(1624), - [anon_sym_try] = ACTIONS(1624), - [anon_sym_co_await] = ACTIONS(1624), - [anon_sym_new] = ACTIONS(1624), - [sym_this] = ACTIONS(1624), - [sym_nullptr] = ACTIONS(1624), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_FORWARD] = ACTIONS(1624), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1624), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_PS_GET] = ACTIONS(1624), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1624), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1624), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1624), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1624), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1624), - [anon_sym_MOZ_COLD] = ACTIONS(1624), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1624), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1624), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1624), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1624), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1624), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1624), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1624), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1624), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1624), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1624), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1624), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1624), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_RAII] = ACTIONS(1624), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1624), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1624), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1624), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1624), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1624), - [sym_raw_string_literal] = ACTIONS(1626), + [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), }, [709] = { - [sym_identifier] = ACTIONS(1652), - [anon_sym_LPAREN2] = ACTIONS(1654), - [anon_sym_BANG] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1654), - [anon_sym_DASH] = ACTIONS(1652), - [anon_sym_PLUS] = ACTIONS(1652), - [anon_sym_STAR] = ACTIONS(1654), - [anon_sym_AMP] = ACTIONS(1654), - [anon_sym_SEMI] = ACTIONS(1654), - [anon_sym_typedef] = ACTIONS(1652), - [anon_sym_extern] = ACTIONS(1652), - [anon_sym___attribute__] = ACTIONS(1652), - [anon_sym_COLON_COLON] = ACTIONS(1654), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1654), - [anon_sym___declspec] = ACTIONS(1652), - [anon_sym_LBRACE] = ACTIONS(1654), - [anon_sym_LBRACK] = ACTIONS(1652), - [anon_sym_static] = ACTIONS(1652), - [anon_sym_register] = ACTIONS(1652), - [anon_sym_inline] = ACTIONS(1652), - [anon_sym_thread_local] = ACTIONS(1652), - [anon_sym_const] = ACTIONS(1652), - [anon_sym_volatile] = ACTIONS(1652), - [anon_sym_restrict] = ACTIONS(1652), - [anon_sym__Atomic] = ACTIONS(1652), - [anon_sym_mutable] = ACTIONS(1652), - [anon_sym_constexpr] = ACTIONS(1652), - [anon_sym_signed] = ACTIONS(1652), - [anon_sym_unsigned] = ACTIONS(1652), - [anon_sym_long] = ACTIONS(1652), - [anon_sym_short] = ACTIONS(1652), - [sym_primitive_type] = ACTIONS(1652), - [anon_sym_enum] = ACTIONS(1652), - [anon_sym_class] = ACTIONS(1652), - [anon_sym_struct] = ACTIONS(1652), - [anon_sym_union] = ACTIONS(1652), - [anon_sym_if] = ACTIONS(1652), - [anon_sym_else] = ACTIONS(1652), - [anon_sym_switch] = ACTIONS(1652), - [anon_sym_while] = ACTIONS(1652), - [anon_sym_do] = ACTIONS(1652), - [anon_sym_for] = ACTIONS(1652), - [anon_sym_return] = ACTIONS(1652), - [anon_sym_break] = ACTIONS(1652), - [anon_sym_continue] = ACTIONS(1652), - [anon_sym_goto] = ACTIONS(1652), - [anon_sym_DASH_DASH] = ACTIONS(1654), - [anon_sym_PLUS_PLUS] = ACTIONS(1654), - [anon_sym_sizeof] = ACTIONS(1652), - [sym_number_literal] = ACTIONS(1654), - [anon_sym_L_SQUOTE] = ACTIONS(1654), - [anon_sym_u_SQUOTE] = ACTIONS(1654), - [anon_sym_U_SQUOTE] = ACTIONS(1654), - [anon_sym_u8_SQUOTE] = ACTIONS(1654), - [anon_sym_SQUOTE] = ACTIONS(1654), - [anon_sym_L_DQUOTE] = ACTIONS(1654), - [anon_sym_u_DQUOTE] = ACTIONS(1654), - [anon_sym_U_DQUOTE] = ACTIONS(1654), - [anon_sym_u8_DQUOTE] = ACTIONS(1654), - [anon_sym_DQUOTE] = ACTIONS(1654), - [sym_true] = ACTIONS(1652), - [sym_false] = ACTIONS(1652), - [sym_null] = ACTIONS(1652), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1652), - [anon_sym_virtual] = ACTIONS(1652), - [sym_auto] = ACTIONS(1652), - [anon_sym_typename] = ACTIONS(1652), - [anon_sym_template] = ACTIONS(1652), - [anon_sym_delete] = ACTIONS(1652), - [anon_sym_throw] = ACTIONS(1652), - [anon_sym_co_return] = ACTIONS(1652), - [anon_sym_co_yield] = ACTIONS(1652), - [anon_sym_try] = ACTIONS(1652), - [anon_sym_co_await] = ACTIONS(1652), - [anon_sym_new] = ACTIONS(1652), - [sym_this] = ACTIONS(1652), - [sym_nullptr] = ACTIONS(1652), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1652), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_FORWARD] = ACTIONS(1652), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1652), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1652), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1652), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1652), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_PS_GET] = ACTIONS(1652), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1652), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1652), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1652), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1652), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1652), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1652), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1652), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1652), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1652), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1652), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1652), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1652), - [anon_sym_MOZ_COLD] = ACTIONS(1652), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1652), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1652), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1652), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1652), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1652), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1652), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1652), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1652), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1652), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1652), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1652), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1652), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1652), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1652), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1652), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1652), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1652), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1652), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1652), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1652), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_NONNULL] = ACTIONS(1652), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1652), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1652), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1652), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1652), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1652), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_NORETURN] = ACTIONS(1652), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1652), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1652), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1652), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1652), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1652), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1652), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1652), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1652), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1652), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1652), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1652), - [anon_sym_MOZ_RAII] = ACTIONS(1652), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1652), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1652), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1652), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1652), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1652), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1652), - [sym_raw_string_literal] = ACTIONS(1654), + [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), }, [710] = { - [sym_identifier] = ACTIONS(1696), - [anon_sym_LPAREN2] = ACTIONS(1698), - [anon_sym_BANG] = ACTIONS(1698), - [anon_sym_TILDE] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1696), - [anon_sym_STAR] = ACTIONS(1698), - [anon_sym_AMP] = ACTIONS(1698), - [anon_sym_SEMI] = ACTIONS(1698), - [anon_sym_typedef] = ACTIONS(1696), - [anon_sym_extern] = ACTIONS(1696), - [anon_sym___attribute__] = ACTIONS(1696), - [anon_sym_COLON_COLON] = ACTIONS(1698), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1698), - [anon_sym___declspec] = ACTIONS(1696), - [anon_sym_LBRACE] = ACTIONS(1698), - [anon_sym_LBRACK] = ACTIONS(1696), - [anon_sym_static] = ACTIONS(1696), - [anon_sym_register] = ACTIONS(1696), - [anon_sym_inline] = ACTIONS(1696), - [anon_sym_thread_local] = ACTIONS(1696), - [anon_sym_const] = ACTIONS(1696), - [anon_sym_volatile] = ACTIONS(1696), - [anon_sym_restrict] = ACTIONS(1696), - [anon_sym__Atomic] = ACTIONS(1696), - [anon_sym_mutable] = ACTIONS(1696), - [anon_sym_constexpr] = ACTIONS(1696), - [anon_sym_signed] = ACTIONS(1696), - [anon_sym_unsigned] = ACTIONS(1696), - [anon_sym_long] = ACTIONS(1696), - [anon_sym_short] = ACTIONS(1696), - [sym_primitive_type] = ACTIONS(1696), - [anon_sym_enum] = ACTIONS(1696), - [anon_sym_class] = ACTIONS(1696), - [anon_sym_struct] = ACTIONS(1696), - [anon_sym_union] = ACTIONS(1696), - [anon_sym_if] = ACTIONS(1696), - [anon_sym_else] = ACTIONS(1696), - [anon_sym_switch] = ACTIONS(1696), - [anon_sym_while] = ACTIONS(1696), - [anon_sym_do] = ACTIONS(1696), - [anon_sym_for] = ACTIONS(1696), - [anon_sym_return] = ACTIONS(1696), - [anon_sym_break] = ACTIONS(1696), - [anon_sym_continue] = ACTIONS(1696), - [anon_sym_goto] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1698), - [anon_sym_PLUS_PLUS] = ACTIONS(1698), - [anon_sym_sizeof] = ACTIONS(1696), - [sym_number_literal] = ACTIONS(1698), - [anon_sym_L_SQUOTE] = ACTIONS(1698), - [anon_sym_u_SQUOTE] = ACTIONS(1698), - [anon_sym_U_SQUOTE] = ACTIONS(1698), - [anon_sym_u8_SQUOTE] = ACTIONS(1698), - [anon_sym_SQUOTE] = ACTIONS(1698), - [anon_sym_L_DQUOTE] = ACTIONS(1698), - [anon_sym_u_DQUOTE] = ACTIONS(1698), - [anon_sym_U_DQUOTE] = ACTIONS(1698), - [anon_sym_u8_DQUOTE] = ACTIONS(1698), - [anon_sym_DQUOTE] = ACTIONS(1698), - [sym_true] = ACTIONS(1696), - [sym_false] = ACTIONS(1696), - [sym_null] = ACTIONS(1696), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1696), - [anon_sym_virtual] = ACTIONS(1696), - [sym_auto] = ACTIONS(1696), - [anon_sym_typename] = ACTIONS(1696), - [anon_sym_template] = ACTIONS(1696), - [anon_sym_delete] = ACTIONS(1696), - [anon_sym_throw] = ACTIONS(1696), - [anon_sym_co_return] = ACTIONS(1696), - [anon_sym_co_yield] = ACTIONS(1696), - [anon_sym_try] = ACTIONS(1696), - [anon_sym_co_await] = ACTIONS(1696), - [anon_sym_new] = ACTIONS(1696), - [sym_this] = ACTIONS(1696), - [sym_nullptr] = ACTIONS(1696), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1696), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_FORWARD] = ACTIONS(1696), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1696), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1696), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1696), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1696), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_PS_GET] = ACTIONS(1696), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1696), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1696), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1696), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1696), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1696), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1696), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1696), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1696), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1696), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1696), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1696), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1696), - [anon_sym_MOZ_COLD] = ACTIONS(1696), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1696), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1696), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1696), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1696), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1696), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1696), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1696), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1696), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1696), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1696), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1696), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1696), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1696), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1696), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1696), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1696), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1696), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1696), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1696), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1696), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1696), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_NONNULL] = ACTIONS(1696), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1696), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1696), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1696), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1696), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1696), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_NORETURN] = ACTIONS(1696), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1696), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1696), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1696), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1696), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1696), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1696), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1696), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1696), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1696), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1696), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1696), - [anon_sym_MOZ_RAII] = ACTIONS(1696), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1696), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1696), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1696), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1696), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1696), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1696), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1696), - [sym_raw_string_literal] = ACTIONS(1698), + [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), }, [711] = { - [sym_identifier] = ACTIONS(1574), - [anon_sym_LPAREN2] = ACTIONS(1576), - [anon_sym_BANG] = ACTIONS(1576), - [anon_sym_TILDE] = ACTIONS(1576), - [anon_sym_DASH] = ACTIONS(1574), - [anon_sym_PLUS] = ACTIONS(1574), - [anon_sym_STAR] = ACTIONS(1576), - [anon_sym_AMP] = ACTIONS(1576), - [anon_sym_SEMI] = ACTIONS(1576), - [anon_sym_typedef] = ACTIONS(1574), - [anon_sym_extern] = ACTIONS(1574), - [anon_sym___attribute__] = ACTIONS(1574), - [anon_sym_COLON_COLON] = ACTIONS(1576), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1576), - [anon_sym___declspec] = ACTIONS(1574), - [anon_sym_LBRACE] = ACTIONS(1576), - [anon_sym_LBRACK] = ACTIONS(1574), - [anon_sym_static] = ACTIONS(1574), - [anon_sym_register] = ACTIONS(1574), - [anon_sym_inline] = ACTIONS(1574), - [anon_sym_thread_local] = ACTIONS(1574), - [anon_sym_const] = ACTIONS(1574), - [anon_sym_volatile] = ACTIONS(1574), - [anon_sym_restrict] = ACTIONS(1574), - [anon_sym__Atomic] = ACTIONS(1574), - [anon_sym_mutable] = ACTIONS(1574), - [anon_sym_constexpr] = ACTIONS(1574), - [anon_sym_signed] = ACTIONS(1574), - [anon_sym_unsigned] = ACTIONS(1574), - [anon_sym_long] = ACTIONS(1574), - [anon_sym_short] = ACTIONS(1574), - [sym_primitive_type] = ACTIONS(1574), - [anon_sym_enum] = ACTIONS(1574), - [anon_sym_class] = ACTIONS(1574), - [anon_sym_struct] = ACTIONS(1574), - [anon_sym_union] = ACTIONS(1574), - [anon_sym_if] = ACTIONS(1574), - [anon_sym_else] = ACTIONS(1574), - [anon_sym_switch] = ACTIONS(1574), - [anon_sym_while] = ACTIONS(1574), - [anon_sym_do] = ACTIONS(1574), - [anon_sym_for] = ACTIONS(1574), - [anon_sym_return] = ACTIONS(1574), - [anon_sym_break] = ACTIONS(1574), - [anon_sym_continue] = ACTIONS(1574), - [anon_sym_goto] = ACTIONS(1574), - [anon_sym_DASH_DASH] = ACTIONS(1576), - [anon_sym_PLUS_PLUS] = ACTIONS(1576), - [anon_sym_sizeof] = ACTIONS(1574), - [sym_number_literal] = ACTIONS(1576), - [anon_sym_L_SQUOTE] = ACTIONS(1576), - [anon_sym_u_SQUOTE] = ACTIONS(1576), - [anon_sym_U_SQUOTE] = ACTIONS(1576), - [anon_sym_u8_SQUOTE] = ACTIONS(1576), - [anon_sym_SQUOTE] = ACTIONS(1576), - [anon_sym_L_DQUOTE] = ACTIONS(1576), - [anon_sym_u_DQUOTE] = ACTIONS(1576), - [anon_sym_U_DQUOTE] = ACTIONS(1576), - [anon_sym_u8_DQUOTE] = ACTIONS(1576), - [anon_sym_DQUOTE] = ACTIONS(1576), - [sym_true] = ACTIONS(1574), - [sym_false] = ACTIONS(1574), - [sym_null] = ACTIONS(1574), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1574), - [anon_sym_virtual] = ACTIONS(1574), - [sym_auto] = ACTIONS(1574), - [anon_sym_typename] = ACTIONS(1574), - [anon_sym_template] = ACTIONS(1574), - [anon_sym_delete] = ACTIONS(1574), - [anon_sym_throw] = ACTIONS(1574), - [anon_sym_co_return] = ACTIONS(1574), - [anon_sym_co_yield] = ACTIONS(1574), - [anon_sym_try] = ACTIONS(1574), - [anon_sym_co_await] = ACTIONS(1574), - [anon_sym_new] = ACTIONS(1574), - [sym_this] = ACTIONS(1574), - [sym_nullptr] = ACTIONS(1574), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1574), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_FORWARD] = ACTIONS(1574), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1574), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1574), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1574), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1574), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_PS_GET] = ACTIONS(1574), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1574), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1574), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1574), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1574), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1574), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1574), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1574), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1574), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1574), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1574), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1574), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1574), - [anon_sym_MOZ_COLD] = ACTIONS(1574), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1574), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1574), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1574), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1574), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1574), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1574), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1574), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1574), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1574), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1574), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1574), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1574), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1574), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1574), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1574), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1574), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1574), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1574), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1574), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1574), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1574), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_NONNULL] = ACTIONS(1574), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1574), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1574), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1574), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1574), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1574), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_NORETURN] = ACTIONS(1574), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1574), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1574), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1574), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1574), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1574), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1574), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1574), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1574), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1574), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1574), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1574), - [anon_sym_MOZ_RAII] = ACTIONS(1574), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1574), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1574), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1574), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1574), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1574), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1574), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1574), - [sym_raw_string_literal] = ACTIONS(1576), + [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), }, [712] = { - [sym_identifier] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [713] = { - [sym_identifier] = ACTIONS(1692), - [anon_sym_LPAREN2] = ACTIONS(1694), - [anon_sym_BANG] = ACTIONS(1694), - [anon_sym_TILDE] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1692), - [anon_sym_PLUS] = ACTIONS(1692), - [anon_sym_STAR] = ACTIONS(1694), - [anon_sym_AMP] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1694), - [anon_sym_typedef] = ACTIONS(1692), - [anon_sym_extern] = ACTIONS(1692), - [anon_sym___attribute__] = ACTIONS(1692), - [anon_sym_COLON_COLON] = ACTIONS(1694), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1694), - [anon_sym___declspec] = ACTIONS(1692), - [anon_sym_LBRACE] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1692), - [anon_sym_static] = ACTIONS(1692), - [anon_sym_register] = ACTIONS(1692), - [anon_sym_inline] = ACTIONS(1692), - [anon_sym_thread_local] = ACTIONS(1692), - [anon_sym_const] = ACTIONS(1692), - [anon_sym_volatile] = ACTIONS(1692), - [anon_sym_restrict] = ACTIONS(1692), - [anon_sym__Atomic] = ACTIONS(1692), - [anon_sym_mutable] = ACTIONS(1692), - [anon_sym_constexpr] = ACTIONS(1692), - [anon_sym_signed] = ACTIONS(1692), - [anon_sym_unsigned] = ACTIONS(1692), - [anon_sym_long] = ACTIONS(1692), - [anon_sym_short] = ACTIONS(1692), - [sym_primitive_type] = ACTIONS(1692), - [anon_sym_enum] = ACTIONS(1692), - [anon_sym_class] = ACTIONS(1692), - [anon_sym_struct] = ACTIONS(1692), - [anon_sym_union] = ACTIONS(1692), - [anon_sym_if] = ACTIONS(1692), - [anon_sym_else] = ACTIONS(1692), - [anon_sym_switch] = ACTIONS(1692), - [anon_sym_while] = ACTIONS(1692), - [anon_sym_do] = ACTIONS(1692), - [anon_sym_for] = ACTIONS(1692), - [anon_sym_return] = ACTIONS(1692), - [anon_sym_break] = ACTIONS(1692), - [anon_sym_continue] = ACTIONS(1692), - [anon_sym_goto] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(1694), - [anon_sym_PLUS_PLUS] = ACTIONS(1694), - [anon_sym_sizeof] = ACTIONS(1692), - [sym_number_literal] = ACTIONS(1694), - [anon_sym_L_SQUOTE] = ACTIONS(1694), - [anon_sym_u_SQUOTE] = ACTIONS(1694), - [anon_sym_U_SQUOTE] = ACTIONS(1694), - [anon_sym_u8_SQUOTE] = ACTIONS(1694), - [anon_sym_SQUOTE] = ACTIONS(1694), - [anon_sym_L_DQUOTE] = ACTIONS(1694), - [anon_sym_u_DQUOTE] = ACTIONS(1694), - [anon_sym_U_DQUOTE] = ACTIONS(1694), - [anon_sym_u8_DQUOTE] = ACTIONS(1694), - [anon_sym_DQUOTE] = ACTIONS(1694), - [sym_true] = ACTIONS(1692), - [sym_false] = ACTIONS(1692), - [sym_null] = ACTIONS(1692), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1692), - [anon_sym_virtual] = ACTIONS(1692), - [sym_auto] = ACTIONS(1692), - [anon_sym_typename] = ACTIONS(1692), - [anon_sym_template] = ACTIONS(1692), - [anon_sym_delete] = ACTIONS(1692), - [anon_sym_throw] = ACTIONS(1692), - [anon_sym_co_return] = ACTIONS(1692), - [anon_sym_co_yield] = ACTIONS(1692), - [anon_sym_try] = ACTIONS(1692), - [anon_sym_co_await] = ACTIONS(1692), - [anon_sym_new] = ACTIONS(1692), - [sym_this] = ACTIONS(1692), - [sym_nullptr] = ACTIONS(1692), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1692), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_FORWARD] = ACTIONS(1692), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1692), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1692), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1692), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1692), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_PS_GET] = ACTIONS(1692), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1692), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1692), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1692), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1692), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1692), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1692), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1692), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1692), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1692), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1692), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1692), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1692), - [anon_sym_MOZ_COLD] = ACTIONS(1692), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1692), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1692), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1692), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1692), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1692), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1692), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1692), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1692), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1692), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1692), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1692), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1692), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1692), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1692), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1692), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1692), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1692), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1692), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1692), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1692), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1692), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_NONNULL] = ACTIONS(1692), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1692), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1692), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1692), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1692), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1692), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_NORETURN] = ACTIONS(1692), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1692), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1692), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1692), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1692), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1692), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1692), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1692), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1692), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1692), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1692), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1692), - [anon_sym_MOZ_RAII] = ACTIONS(1692), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1692), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1692), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1692), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1692), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1692), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1692), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1692), - [sym_raw_string_literal] = ACTIONS(1694), + [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), }, [714] = { - [sym_identifier] = ACTIONS(1664), - [anon_sym_LPAREN2] = ACTIONS(1666), - [anon_sym_BANG] = ACTIONS(1666), - [anon_sym_TILDE] = ACTIONS(1666), - [anon_sym_DASH] = ACTIONS(1664), - [anon_sym_PLUS] = ACTIONS(1664), - [anon_sym_STAR] = ACTIONS(1666), - [anon_sym_AMP] = ACTIONS(1666), - [anon_sym_SEMI] = ACTIONS(1666), - [anon_sym_typedef] = ACTIONS(1664), - [anon_sym_extern] = ACTIONS(1664), - [anon_sym___attribute__] = ACTIONS(1664), - [anon_sym_COLON_COLON] = ACTIONS(1666), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1666), - [anon_sym___declspec] = ACTIONS(1664), - [anon_sym_LBRACE] = ACTIONS(1666), - [anon_sym_LBRACK] = ACTIONS(1664), - [anon_sym_static] = ACTIONS(1664), - [anon_sym_register] = ACTIONS(1664), - [anon_sym_inline] = ACTIONS(1664), - [anon_sym_thread_local] = ACTIONS(1664), - [anon_sym_const] = ACTIONS(1664), - [anon_sym_volatile] = ACTIONS(1664), - [anon_sym_restrict] = ACTIONS(1664), - [anon_sym__Atomic] = ACTIONS(1664), - [anon_sym_mutable] = ACTIONS(1664), - [anon_sym_constexpr] = ACTIONS(1664), - [anon_sym_signed] = ACTIONS(1664), - [anon_sym_unsigned] = ACTIONS(1664), - [anon_sym_long] = ACTIONS(1664), - [anon_sym_short] = ACTIONS(1664), - [sym_primitive_type] = ACTIONS(1664), - [anon_sym_enum] = ACTIONS(1664), - [anon_sym_class] = ACTIONS(1664), - [anon_sym_struct] = ACTIONS(1664), - [anon_sym_union] = ACTIONS(1664), - [anon_sym_if] = ACTIONS(1664), - [anon_sym_else] = ACTIONS(1664), - [anon_sym_switch] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1664), - [anon_sym_do] = ACTIONS(1664), - [anon_sym_for] = ACTIONS(1664), - [anon_sym_return] = ACTIONS(1664), - [anon_sym_break] = ACTIONS(1664), - [anon_sym_continue] = ACTIONS(1664), - [anon_sym_goto] = ACTIONS(1664), - [anon_sym_DASH_DASH] = ACTIONS(1666), - [anon_sym_PLUS_PLUS] = ACTIONS(1666), - [anon_sym_sizeof] = ACTIONS(1664), - [sym_number_literal] = ACTIONS(1666), - [anon_sym_L_SQUOTE] = ACTIONS(1666), - [anon_sym_u_SQUOTE] = ACTIONS(1666), - [anon_sym_U_SQUOTE] = ACTIONS(1666), - [anon_sym_u8_SQUOTE] = ACTIONS(1666), - [anon_sym_SQUOTE] = ACTIONS(1666), - [anon_sym_L_DQUOTE] = ACTIONS(1666), - [anon_sym_u_DQUOTE] = ACTIONS(1666), - [anon_sym_U_DQUOTE] = ACTIONS(1666), - [anon_sym_u8_DQUOTE] = ACTIONS(1666), - [anon_sym_DQUOTE] = ACTIONS(1666), - [sym_true] = ACTIONS(1664), - [sym_false] = ACTIONS(1664), - [sym_null] = ACTIONS(1664), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1664), - [anon_sym_virtual] = ACTIONS(1664), - [sym_auto] = ACTIONS(1664), - [anon_sym_typename] = ACTIONS(1664), - [anon_sym_template] = ACTIONS(1664), - [anon_sym_delete] = ACTIONS(1664), - [anon_sym_throw] = ACTIONS(1664), - [anon_sym_co_return] = ACTIONS(1664), - [anon_sym_co_yield] = ACTIONS(1664), - [anon_sym_try] = ACTIONS(1664), - [anon_sym_co_await] = ACTIONS(1664), - [anon_sym_new] = ACTIONS(1664), - [sym_this] = ACTIONS(1664), - [sym_nullptr] = ACTIONS(1664), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1664), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_FORWARD] = ACTIONS(1664), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1664), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1664), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1664), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1664), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_PS_GET] = ACTIONS(1664), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1664), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1664), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1664), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1664), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1664), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1664), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1664), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1664), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1664), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1664), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1664), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1664), - [anon_sym_MOZ_COLD] = ACTIONS(1664), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1664), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1664), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1664), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1664), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1664), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1664), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1664), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1664), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1664), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1664), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1664), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1664), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1664), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1664), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1664), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1664), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1664), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1664), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1664), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1664), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1664), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_NONNULL] = ACTIONS(1664), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1664), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1664), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1664), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1664), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1664), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_NORETURN] = ACTIONS(1664), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1664), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1664), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1664), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1664), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1664), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1664), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1664), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1664), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1664), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1664), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1664), - [anon_sym_MOZ_RAII] = ACTIONS(1664), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1664), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1664), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1664), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1664), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1664), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1664), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1664), - [sym_raw_string_literal] = ACTIONS(1666), + [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), }, [715] = { - [sym_identifier] = ACTIONS(1570), - [anon_sym_LPAREN2] = ACTIONS(1572), - [anon_sym_BANG] = ACTIONS(1572), - [anon_sym_TILDE] = ACTIONS(1572), - [anon_sym_DASH] = ACTIONS(1570), - [anon_sym_PLUS] = ACTIONS(1570), - [anon_sym_STAR] = ACTIONS(1572), - [anon_sym_AMP] = ACTIONS(1572), - [anon_sym_SEMI] = ACTIONS(1572), - [anon_sym_typedef] = ACTIONS(1570), - [anon_sym_extern] = ACTIONS(1570), - [anon_sym___attribute__] = ACTIONS(1570), - [anon_sym_COLON_COLON] = ACTIONS(1572), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1572), - [anon_sym___declspec] = ACTIONS(1570), - [anon_sym_LBRACE] = ACTIONS(1572), - [anon_sym_LBRACK] = ACTIONS(1570), - [anon_sym_static] = ACTIONS(1570), - [anon_sym_register] = ACTIONS(1570), - [anon_sym_inline] = ACTIONS(1570), - [anon_sym_thread_local] = ACTIONS(1570), - [anon_sym_const] = ACTIONS(1570), - [anon_sym_volatile] = ACTIONS(1570), - [anon_sym_restrict] = ACTIONS(1570), - [anon_sym__Atomic] = ACTIONS(1570), - [anon_sym_mutable] = ACTIONS(1570), - [anon_sym_constexpr] = ACTIONS(1570), - [anon_sym_signed] = ACTIONS(1570), - [anon_sym_unsigned] = ACTIONS(1570), - [anon_sym_long] = ACTIONS(1570), - [anon_sym_short] = ACTIONS(1570), - [sym_primitive_type] = ACTIONS(1570), - [anon_sym_enum] = ACTIONS(1570), - [anon_sym_class] = ACTIONS(1570), - [anon_sym_struct] = ACTIONS(1570), - [anon_sym_union] = ACTIONS(1570), - [anon_sym_if] = ACTIONS(1570), - [anon_sym_else] = ACTIONS(1570), - [anon_sym_switch] = ACTIONS(1570), - [anon_sym_while] = ACTIONS(1570), - [anon_sym_do] = ACTIONS(1570), - [anon_sym_for] = ACTIONS(1570), - [anon_sym_return] = ACTIONS(1570), - [anon_sym_break] = ACTIONS(1570), - [anon_sym_continue] = ACTIONS(1570), - [anon_sym_goto] = ACTIONS(1570), - [anon_sym_DASH_DASH] = ACTIONS(1572), - [anon_sym_PLUS_PLUS] = ACTIONS(1572), - [anon_sym_sizeof] = ACTIONS(1570), - [sym_number_literal] = ACTIONS(1572), - [anon_sym_L_SQUOTE] = ACTIONS(1572), - [anon_sym_u_SQUOTE] = ACTIONS(1572), - [anon_sym_U_SQUOTE] = ACTIONS(1572), - [anon_sym_u8_SQUOTE] = ACTIONS(1572), - [anon_sym_SQUOTE] = ACTIONS(1572), - [anon_sym_L_DQUOTE] = ACTIONS(1572), - [anon_sym_u_DQUOTE] = ACTIONS(1572), - [anon_sym_U_DQUOTE] = ACTIONS(1572), - [anon_sym_u8_DQUOTE] = ACTIONS(1572), - [anon_sym_DQUOTE] = ACTIONS(1572), - [sym_true] = ACTIONS(1570), - [sym_false] = ACTIONS(1570), - [sym_null] = ACTIONS(1570), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1570), - [anon_sym_virtual] = ACTIONS(1570), - [sym_auto] = ACTIONS(1570), - [anon_sym_typename] = ACTIONS(1570), - [anon_sym_template] = ACTIONS(1570), - [anon_sym_delete] = ACTIONS(1570), - [anon_sym_throw] = ACTIONS(1570), - [anon_sym_co_return] = ACTIONS(1570), - [anon_sym_co_yield] = ACTIONS(1570), - [anon_sym_try] = ACTIONS(1570), - [anon_sym_co_await] = ACTIONS(1570), - [anon_sym_new] = ACTIONS(1570), - [sym_this] = ACTIONS(1570), - [sym_nullptr] = ACTIONS(1570), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1570), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_FORWARD] = ACTIONS(1570), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1570), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1570), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1570), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1570), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_PS_GET] = ACTIONS(1570), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1570), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1570), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1570), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1570), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1570), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1570), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1570), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1570), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1570), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1570), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1570), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1570), - [anon_sym_MOZ_COLD] = ACTIONS(1570), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1570), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1570), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1570), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1570), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1570), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1570), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1570), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1570), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1570), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1570), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1570), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1570), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1570), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1570), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1570), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1570), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1570), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1570), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1570), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1570), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1570), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_NONNULL] = ACTIONS(1570), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1570), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1570), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1570), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1570), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1570), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_NORETURN] = ACTIONS(1570), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1570), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1570), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1570), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1570), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1570), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1570), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1570), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1570), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1570), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1570), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1570), - [anon_sym_MOZ_RAII] = ACTIONS(1570), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1570), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1570), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1570), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1570), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1570), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1570), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1570), - [sym_raw_string_literal] = ACTIONS(1572), + [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), }, [716] = { - [sym_identifier] = ACTIONS(1558), - [anon_sym_LPAREN2] = ACTIONS(1560), - [anon_sym_BANG] = ACTIONS(1560), - [anon_sym_TILDE] = ACTIONS(1560), - [anon_sym_DASH] = ACTIONS(1558), - [anon_sym_PLUS] = ACTIONS(1558), - [anon_sym_STAR] = ACTIONS(1560), - [anon_sym_AMP] = ACTIONS(1560), - [anon_sym_SEMI] = ACTIONS(1560), - [anon_sym_typedef] = ACTIONS(1558), - [anon_sym_extern] = ACTIONS(1558), - [anon_sym___attribute__] = ACTIONS(1558), - [anon_sym_COLON_COLON] = ACTIONS(1560), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1560), - [anon_sym___declspec] = ACTIONS(1558), - [anon_sym_LBRACE] = ACTIONS(1560), - [anon_sym_LBRACK] = ACTIONS(1558), - [anon_sym_static] = ACTIONS(1558), - [anon_sym_register] = ACTIONS(1558), - [anon_sym_inline] = ACTIONS(1558), - [anon_sym_thread_local] = ACTIONS(1558), - [anon_sym_const] = ACTIONS(1558), - [anon_sym_volatile] = ACTIONS(1558), - [anon_sym_restrict] = ACTIONS(1558), - [anon_sym__Atomic] = ACTIONS(1558), - [anon_sym_mutable] = ACTIONS(1558), - [anon_sym_constexpr] = ACTIONS(1558), - [anon_sym_signed] = ACTIONS(1558), - [anon_sym_unsigned] = ACTIONS(1558), - [anon_sym_long] = ACTIONS(1558), - [anon_sym_short] = ACTIONS(1558), - [sym_primitive_type] = ACTIONS(1558), - [anon_sym_enum] = ACTIONS(1558), - [anon_sym_class] = ACTIONS(1558), - [anon_sym_struct] = ACTIONS(1558), - [anon_sym_union] = ACTIONS(1558), - [anon_sym_if] = ACTIONS(1558), - [anon_sym_else] = ACTIONS(1558), - [anon_sym_switch] = ACTIONS(1558), - [anon_sym_while] = ACTIONS(1558), - [anon_sym_do] = ACTIONS(1558), - [anon_sym_for] = ACTIONS(1558), - [anon_sym_return] = ACTIONS(1558), - [anon_sym_break] = ACTIONS(1558), - [anon_sym_continue] = ACTIONS(1558), - [anon_sym_goto] = ACTIONS(1558), - [anon_sym_DASH_DASH] = ACTIONS(1560), - [anon_sym_PLUS_PLUS] = ACTIONS(1560), - [anon_sym_sizeof] = ACTIONS(1558), - [sym_number_literal] = ACTIONS(1560), - [anon_sym_L_SQUOTE] = ACTIONS(1560), - [anon_sym_u_SQUOTE] = ACTIONS(1560), - [anon_sym_U_SQUOTE] = ACTIONS(1560), - [anon_sym_u8_SQUOTE] = ACTIONS(1560), - [anon_sym_SQUOTE] = ACTIONS(1560), - [anon_sym_L_DQUOTE] = ACTIONS(1560), - [anon_sym_u_DQUOTE] = ACTIONS(1560), - [anon_sym_U_DQUOTE] = ACTIONS(1560), - [anon_sym_u8_DQUOTE] = ACTIONS(1560), - [anon_sym_DQUOTE] = ACTIONS(1560), - [sym_true] = ACTIONS(1558), - [sym_false] = ACTIONS(1558), - [sym_null] = ACTIONS(1558), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1558), - [anon_sym_virtual] = ACTIONS(1558), - [sym_auto] = ACTIONS(1558), - [anon_sym_typename] = ACTIONS(1558), - [anon_sym_template] = ACTIONS(1558), - [anon_sym_delete] = ACTIONS(1558), - [anon_sym_throw] = ACTIONS(1558), - [anon_sym_co_return] = ACTIONS(1558), - [anon_sym_co_yield] = ACTIONS(1558), - [anon_sym_try] = ACTIONS(1558), - [anon_sym_co_await] = ACTIONS(1558), - [anon_sym_new] = ACTIONS(1558), - [sym_this] = ACTIONS(1558), - [sym_nullptr] = ACTIONS(1558), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_FORWARD] = ACTIONS(1558), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1558), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_PS_GET] = ACTIONS(1558), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1558), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1558), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1558), - [anon_sym_MOZ_COLD] = ACTIONS(1558), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1558), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1558), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1558), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1558), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1558), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1558), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1558), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1558), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1558), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1558), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1558), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1558), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_RAII] = ACTIONS(1558), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1558), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1558), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1558), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1558), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1558), - [sym_raw_string_literal] = ACTIONS(1560), + [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), }, [717] = { - [sym_identifier] = ACTIONS(1558), - [anon_sym_LPAREN2] = ACTIONS(1560), - [anon_sym_BANG] = ACTIONS(1560), - [anon_sym_TILDE] = ACTIONS(1560), - [anon_sym_DASH] = ACTIONS(1558), - [anon_sym_PLUS] = ACTIONS(1558), - [anon_sym_STAR] = ACTIONS(1560), - [anon_sym_AMP] = ACTIONS(1560), - [anon_sym_SEMI] = ACTIONS(1560), - [anon_sym_typedef] = ACTIONS(1558), - [anon_sym_extern] = ACTIONS(1558), - [anon_sym___attribute__] = ACTIONS(1558), - [anon_sym_COLON_COLON] = ACTIONS(1560), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1560), - [anon_sym___declspec] = ACTIONS(1558), - [anon_sym_LBRACE] = ACTIONS(1560), - [anon_sym_LBRACK] = ACTIONS(1558), - [anon_sym_static] = ACTIONS(1558), - [anon_sym_register] = ACTIONS(1558), - [anon_sym_inline] = ACTIONS(1558), - [anon_sym_thread_local] = ACTIONS(1558), - [anon_sym_const] = ACTIONS(1558), - [anon_sym_volatile] = ACTIONS(1558), - [anon_sym_restrict] = ACTIONS(1558), - [anon_sym__Atomic] = ACTIONS(1558), - [anon_sym_mutable] = ACTIONS(1558), - [anon_sym_constexpr] = ACTIONS(1558), - [anon_sym_signed] = ACTIONS(1558), - [anon_sym_unsigned] = ACTIONS(1558), - [anon_sym_long] = ACTIONS(1558), - [anon_sym_short] = ACTIONS(1558), - [sym_primitive_type] = ACTIONS(1558), - [anon_sym_enum] = ACTIONS(1558), - [anon_sym_class] = ACTIONS(1558), - [anon_sym_struct] = ACTIONS(1558), - [anon_sym_union] = ACTIONS(1558), - [anon_sym_if] = ACTIONS(1558), - [anon_sym_else] = ACTIONS(1558), - [anon_sym_switch] = ACTIONS(1558), - [anon_sym_while] = ACTIONS(1558), - [anon_sym_do] = ACTIONS(1558), - [anon_sym_for] = ACTIONS(1558), - [anon_sym_return] = ACTIONS(1558), - [anon_sym_break] = ACTIONS(1558), - [anon_sym_continue] = ACTIONS(1558), - [anon_sym_goto] = ACTIONS(1558), - [anon_sym_DASH_DASH] = ACTIONS(1560), - [anon_sym_PLUS_PLUS] = ACTIONS(1560), - [anon_sym_sizeof] = ACTIONS(1558), - [sym_number_literal] = ACTIONS(1560), - [anon_sym_L_SQUOTE] = ACTIONS(1560), - [anon_sym_u_SQUOTE] = ACTIONS(1560), - [anon_sym_U_SQUOTE] = ACTIONS(1560), - [anon_sym_u8_SQUOTE] = ACTIONS(1560), - [anon_sym_SQUOTE] = ACTIONS(1560), - [anon_sym_L_DQUOTE] = ACTIONS(1560), - [anon_sym_u_DQUOTE] = ACTIONS(1560), - [anon_sym_U_DQUOTE] = ACTIONS(1560), - [anon_sym_u8_DQUOTE] = ACTIONS(1560), - [anon_sym_DQUOTE] = ACTIONS(1560), - [sym_true] = ACTIONS(1558), - [sym_false] = ACTIONS(1558), - [sym_null] = ACTIONS(1558), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1558), - [anon_sym_virtual] = ACTIONS(1558), - [sym_auto] = ACTIONS(1558), - [anon_sym_typename] = ACTIONS(1558), - [anon_sym_template] = ACTIONS(1558), - [anon_sym_delete] = ACTIONS(1558), - [anon_sym_throw] = ACTIONS(1558), - [anon_sym_co_return] = ACTIONS(1558), - [anon_sym_co_yield] = ACTIONS(1558), - [anon_sym_try] = ACTIONS(1558), - [anon_sym_co_await] = ACTIONS(1558), - [anon_sym_new] = ACTIONS(1558), - [sym_this] = ACTIONS(1558), - [sym_nullptr] = ACTIONS(1558), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_FORWARD] = ACTIONS(1558), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1558), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_PS_GET] = ACTIONS(1558), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1558), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1558), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1558), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1558), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1558), - [anon_sym_MOZ_COLD] = ACTIONS(1558), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1558), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1558), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1558), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1558), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1558), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1558), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1558), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1558), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1558), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1558), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1558), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1558), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_RAII] = ACTIONS(1558), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1558), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1558), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1558), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1558), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1558), - [sym_raw_string_literal] = ACTIONS(1560), + [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), }, [718] = { - [sym_identifier] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [sym_identifier] = 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] = ACTIONS(1567), + [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_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_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), + [sym_auto] = ACTIONS(1565), + [anon_sym_typename] = ACTIONS(1565), + [anon_sym_template] = ACTIONS(1565), + [anon_sym_delete] = ACTIONS(1565), + [anon_sym_throw] = 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), + [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), }, [719] = { - [sym_identifier] = ACTIONS(2272), - [anon_sym_LPAREN2] = ACTIONS(2274), - [anon_sym_BANG] = ACTIONS(2274), - [anon_sym_TILDE] = ACTIONS(2274), - [anon_sym_DASH] = ACTIONS(2272), - [anon_sym_PLUS] = ACTIONS(2272), - [anon_sym_STAR] = ACTIONS(2274), - [anon_sym_AMP] = ACTIONS(2274), - [anon_sym_SEMI] = ACTIONS(2274), - [anon_sym_extern] = ACTIONS(2272), - [anon_sym___attribute__] = ACTIONS(2272), - [anon_sym_COLON_COLON] = ACTIONS(2274), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2274), - [anon_sym___declspec] = ACTIONS(2272), - [anon_sym_LBRACE] = ACTIONS(2274), - [anon_sym_LBRACK] = ACTIONS(2272), - [anon_sym_static] = ACTIONS(2272), - [anon_sym_register] = ACTIONS(2272), - [anon_sym_inline] = ACTIONS(2272), - [anon_sym_thread_local] = ACTIONS(2272), - [anon_sym_const] = ACTIONS(2272), - [anon_sym_volatile] = ACTIONS(2272), - [anon_sym_restrict] = ACTIONS(2272), - [anon_sym__Atomic] = ACTIONS(2272), - [anon_sym_mutable] = ACTIONS(2272), - [anon_sym_constexpr] = ACTIONS(2272), - [anon_sym_signed] = ACTIONS(2272), - [anon_sym_unsigned] = ACTIONS(2272), - [anon_sym_long] = ACTIONS(2272), - [anon_sym_short] = ACTIONS(2272), - [sym_primitive_type] = ACTIONS(2272), - [anon_sym_enum] = ACTIONS(2272), - [anon_sym_class] = ACTIONS(2272), - [anon_sym_struct] = ACTIONS(2272), - [anon_sym_union] = ACTIONS(2272), - [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(2274), - [anon_sym_PLUS_PLUS] = ACTIONS(2274), - [anon_sym_sizeof] = ACTIONS(2272), - [sym_number_literal] = ACTIONS(2274), - [anon_sym_L_SQUOTE] = ACTIONS(2274), - [anon_sym_u_SQUOTE] = ACTIONS(2274), - [anon_sym_U_SQUOTE] = ACTIONS(2274), - [anon_sym_u8_SQUOTE] = ACTIONS(2274), - [anon_sym_SQUOTE] = ACTIONS(2274), - [anon_sym_L_DQUOTE] = ACTIONS(2274), - [anon_sym_u_DQUOTE] = ACTIONS(2274), - [anon_sym_U_DQUOTE] = ACTIONS(2274), - [anon_sym_u8_DQUOTE] = ACTIONS(2274), - [anon_sym_DQUOTE] = ACTIONS(2274), - [sym_true] = ACTIONS(2272), - [sym_false] = ACTIONS(2272), - [sym_null] = ACTIONS(2272), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2272), - [anon_sym_virtual] = ACTIONS(2272), - [sym_auto] = ACTIONS(2272), - [anon_sym_typename] = ACTIONS(2272), - [anon_sym_template] = ACTIONS(2272), - [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(2272), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2272), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2272), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2272), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2272), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2272), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2272), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2272), - [anon_sym_MOZ_COLD] = ACTIONS(2272), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2272), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2272), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2272), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2272), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2272), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2272), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2272), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2272), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2272), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2272), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2272), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2272), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2272), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2272), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2272), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2272), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2272), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2272), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2272), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2272), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_NONNULL] = ACTIONS(2272), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2272), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2272), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2272), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2272), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2272), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_NORETURN] = ACTIONS(2272), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2272), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2272), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2272), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2272), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2272), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2272), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2272), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2272), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2272), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2272), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2272), - [anon_sym_MOZ_RAII] = ACTIONS(2272), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2272), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2272), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2272), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2272), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2272), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2272), - [sym_raw_string_literal] = ACTIONS(2274), + [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), }, [720] = { - [sym_identifier] = ACTIONS(1546), - [anon_sym_LPAREN2] = ACTIONS(1548), - [anon_sym_BANG] = ACTIONS(1548), - [anon_sym_TILDE] = ACTIONS(1548), - [anon_sym_DASH] = ACTIONS(1546), - [anon_sym_PLUS] = ACTIONS(1546), - [anon_sym_STAR] = ACTIONS(1548), - [anon_sym_AMP] = ACTIONS(1548), - [anon_sym_SEMI] = ACTIONS(1548), - [anon_sym_typedef] = ACTIONS(1546), - [anon_sym_extern] = ACTIONS(1546), - [anon_sym___attribute__] = ACTIONS(1546), - [anon_sym_COLON_COLON] = ACTIONS(1548), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1548), - [anon_sym___declspec] = ACTIONS(1546), - [anon_sym_LBRACE] = ACTIONS(1548), - [anon_sym_LBRACK] = ACTIONS(1546), - [anon_sym_static] = ACTIONS(1546), - [anon_sym_register] = ACTIONS(1546), - [anon_sym_inline] = ACTIONS(1546), - [anon_sym_thread_local] = ACTIONS(1546), - [anon_sym_const] = ACTIONS(1546), - [anon_sym_volatile] = ACTIONS(1546), - [anon_sym_restrict] = ACTIONS(1546), - [anon_sym__Atomic] = ACTIONS(1546), - [anon_sym_mutable] = ACTIONS(1546), - [anon_sym_constexpr] = ACTIONS(1546), - [anon_sym_signed] = ACTIONS(1546), - [anon_sym_unsigned] = ACTIONS(1546), - [anon_sym_long] = ACTIONS(1546), - [anon_sym_short] = ACTIONS(1546), - [sym_primitive_type] = ACTIONS(1546), - [anon_sym_enum] = ACTIONS(1546), - [anon_sym_class] = ACTIONS(1546), - [anon_sym_struct] = ACTIONS(1546), - [anon_sym_union] = ACTIONS(1546), - [anon_sym_if] = ACTIONS(1546), - [anon_sym_else] = ACTIONS(1546), - [anon_sym_switch] = ACTIONS(1546), - [anon_sym_while] = ACTIONS(1546), - [anon_sym_do] = ACTIONS(1546), - [anon_sym_for] = ACTIONS(1546), - [anon_sym_return] = ACTIONS(1546), - [anon_sym_break] = ACTIONS(1546), - [anon_sym_continue] = ACTIONS(1546), - [anon_sym_goto] = ACTIONS(1546), - [anon_sym_DASH_DASH] = ACTIONS(1548), - [anon_sym_PLUS_PLUS] = ACTIONS(1548), - [anon_sym_sizeof] = ACTIONS(1546), - [sym_number_literal] = ACTIONS(1548), - [anon_sym_L_SQUOTE] = ACTIONS(1548), - [anon_sym_u_SQUOTE] = ACTIONS(1548), - [anon_sym_U_SQUOTE] = ACTIONS(1548), - [anon_sym_u8_SQUOTE] = ACTIONS(1548), - [anon_sym_SQUOTE] = ACTIONS(1548), - [anon_sym_L_DQUOTE] = ACTIONS(1548), - [anon_sym_u_DQUOTE] = ACTIONS(1548), - [anon_sym_U_DQUOTE] = ACTIONS(1548), - [anon_sym_u8_DQUOTE] = ACTIONS(1548), - [anon_sym_DQUOTE] = ACTIONS(1548), - [sym_true] = ACTIONS(1546), - [sym_false] = ACTIONS(1546), - [sym_null] = ACTIONS(1546), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1546), - [anon_sym_virtual] = ACTIONS(1546), - [sym_auto] = ACTIONS(1546), - [anon_sym_typename] = ACTIONS(1546), - [anon_sym_template] = ACTIONS(1546), - [anon_sym_delete] = ACTIONS(1546), - [anon_sym_throw] = ACTIONS(1546), - [anon_sym_co_return] = ACTIONS(1546), - [anon_sym_co_yield] = ACTIONS(1546), - [anon_sym_try] = ACTIONS(1546), - [anon_sym_co_await] = ACTIONS(1546), - [anon_sym_new] = ACTIONS(1546), - [sym_this] = ACTIONS(1546), - [sym_nullptr] = ACTIONS(1546), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1546), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_FORWARD] = ACTIONS(1546), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1546), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1546), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1546), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1546), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_PS_GET] = ACTIONS(1546), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1546), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1546), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1546), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1546), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1546), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1546), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1546), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1546), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1546), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1546), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1546), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1546), - [anon_sym_MOZ_COLD] = ACTIONS(1546), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1546), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1546), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1546), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1546), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1546), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1546), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1546), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1546), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1546), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1546), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1546), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1546), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1546), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1546), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1546), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1546), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1546), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1546), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1546), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1546), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1546), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_NONNULL] = ACTIONS(1546), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1546), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1546), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1546), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1546), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1546), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_NORETURN] = ACTIONS(1546), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1546), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1546), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1546), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1546), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1546), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1546), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1546), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1546), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1546), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1546), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1546), - [anon_sym_MOZ_RAII] = ACTIONS(1546), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1546), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1546), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1546), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1546), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1546), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1546), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1546), - [sym_raw_string_literal] = ACTIONS(1548), + [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), }, [721] = { - [sym_identifier] = ACTIONS(2276), - [anon_sym_LPAREN2] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2278), - [anon_sym_TILDE] = ACTIONS(2278), - [anon_sym_DASH] = ACTIONS(2276), - [anon_sym_PLUS] = ACTIONS(2276), - [anon_sym_STAR] = ACTIONS(2278), - [anon_sym_AMP] = ACTIONS(2278), - [anon_sym_SEMI] = ACTIONS(2278), - [anon_sym_extern] = ACTIONS(2276), - [anon_sym___attribute__] = ACTIONS(2276), - [anon_sym_COLON_COLON] = ACTIONS(2278), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2278), - [anon_sym___declspec] = ACTIONS(2276), - [anon_sym_LBRACE] = ACTIONS(2278), - [anon_sym_LBRACK] = ACTIONS(2276), - [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(2276), - [anon_sym_enum] = ACTIONS(2276), - [anon_sym_class] = ACTIONS(2276), - [anon_sym_struct] = ACTIONS(2276), - [anon_sym_union] = ACTIONS(2276), - [anon_sym_if] = ACTIONS(2276), - [anon_sym_switch] = ACTIONS(2276), - [anon_sym_case] = ACTIONS(2276), - [anon_sym_default] = ACTIONS(2276), - [anon_sym_while] = ACTIONS(2276), - [anon_sym_do] = ACTIONS(2276), - [anon_sym_for] = ACTIONS(2276), - [anon_sym_return] = ACTIONS(2276), - [anon_sym_break] = ACTIONS(2276), - [anon_sym_continue] = ACTIONS(2276), - [anon_sym_goto] = ACTIONS(2276), - [anon_sym_DASH_DASH] = ACTIONS(2278), - [anon_sym_PLUS_PLUS] = ACTIONS(2278), - [anon_sym_sizeof] = ACTIONS(2276), - [sym_number_literal] = ACTIONS(2278), - [anon_sym_L_SQUOTE] = ACTIONS(2278), - [anon_sym_u_SQUOTE] = ACTIONS(2278), - [anon_sym_U_SQUOTE] = ACTIONS(2278), - [anon_sym_u8_SQUOTE] = ACTIONS(2278), - [anon_sym_SQUOTE] = ACTIONS(2278), - [anon_sym_L_DQUOTE] = ACTIONS(2278), - [anon_sym_u_DQUOTE] = ACTIONS(2278), - [anon_sym_U_DQUOTE] = ACTIONS(2278), - [anon_sym_u8_DQUOTE] = ACTIONS(2278), - [anon_sym_DQUOTE] = ACTIONS(2278), - [sym_true] = ACTIONS(2276), - [sym_false] = ACTIONS(2276), - [sym_null] = ACTIONS(2276), - [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(2276), - [anon_sym_delete] = ACTIONS(2276), - [anon_sym_throw] = ACTIONS(2276), - [anon_sym_co_return] = ACTIONS(2276), - [anon_sym_co_yield] = ACTIONS(2276), - [anon_sym_try] = ACTIONS(2276), - [anon_sym_co_await] = ACTIONS(2276), - [anon_sym_new] = ACTIONS(2276), - [sym_this] = ACTIONS(2276), - [sym_nullptr] = ACTIONS(2276), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2276), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2276), - [anon_sym_FORWARD] = ACTIONS(2276), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2276), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2276), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2276), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2276), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2276), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2276), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2276), - [anon_sym_PS_GET] = ACTIONS(2276), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2276), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2276), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2276), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2276), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2276), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2276), - [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(2278), + [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), }, [722] = { - [sym_identifier] = ACTIONS(1550), - [anon_sym_LPAREN2] = ACTIONS(1552), - [anon_sym_BANG] = ACTIONS(1552), - [anon_sym_TILDE] = ACTIONS(1552), - [anon_sym_DASH] = ACTIONS(1550), - [anon_sym_PLUS] = ACTIONS(1550), - [anon_sym_STAR] = ACTIONS(1552), - [anon_sym_AMP] = ACTIONS(1552), - [anon_sym_SEMI] = ACTIONS(1552), - [anon_sym_typedef] = ACTIONS(1550), - [anon_sym_extern] = ACTIONS(1550), - [anon_sym___attribute__] = ACTIONS(1550), - [anon_sym_COLON_COLON] = ACTIONS(1552), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1552), - [anon_sym___declspec] = ACTIONS(1550), - [anon_sym_LBRACE] = ACTIONS(1552), - [anon_sym_LBRACK] = ACTIONS(1550), - [anon_sym_static] = ACTIONS(1550), - [anon_sym_register] = ACTIONS(1550), - [anon_sym_inline] = ACTIONS(1550), - [anon_sym_thread_local] = ACTIONS(1550), - [anon_sym_const] = ACTIONS(1550), - [anon_sym_volatile] = ACTIONS(1550), - [anon_sym_restrict] = ACTIONS(1550), - [anon_sym__Atomic] = ACTIONS(1550), - [anon_sym_mutable] = ACTIONS(1550), - [anon_sym_constexpr] = ACTIONS(1550), - [anon_sym_signed] = ACTIONS(1550), - [anon_sym_unsigned] = ACTIONS(1550), - [anon_sym_long] = ACTIONS(1550), - [anon_sym_short] = ACTIONS(1550), - [sym_primitive_type] = ACTIONS(1550), - [anon_sym_enum] = ACTIONS(1550), - [anon_sym_class] = ACTIONS(1550), - [anon_sym_struct] = ACTIONS(1550), - [anon_sym_union] = ACTIONS(1550), - [anon_sym_if] = ACTIONS(1550), - [anon_sym_else] = ACTIONS(1550), - [anon_sym_switch] = ACTIONS(1550), - [anon_sym_while] = ACTIONS(1550), - [anon_sym_do] = ACTIONS(1550), - [anon_sym_for] = ACTIONS(1550), - [anon_sym_return] = ACTIONS(1550), - [anon_sym_break] = ACTIONS(1550), - [anon_sym_continue] = ACTIONS(1550), - [anon_sym_goto] = ACTIONS(1550), - [anon_sym_DASH_DASH] = ACTIONS(1552), - [anon_sym_PLUS_PLUS] = ACTIONS(1552), - [anon_sym_sizeof] = ACTIONS(1550), - [sym_number_literal] = ACTIONS(1552), - [anon_sym_L_SQUOTE] = ACTIONS(1552), - [anon_sym_u_SQUOTE] = ACTIONS(1552), - [anon_sym_U_SQUOTE] = ACTIONS(1552), - [anon_sym_u8_SQUOTE] = ACTIONS(1552), - [anon_sym_SQUOTE] = ACTIONS(1552), - [anon_sym_L_DQUOTE] = ACTIONS(1552), - [anon_sym_u_DQUOTE] = ACTIONS(1552), - [anon_sym_U_DQUOTE] = ACTIONS(1552), - [anon_sym_u8_DQUOTE] = ACTIONS(1552), - [anon_sym_DQUOTE] = ACTIONS(1552), - [sym_true] = ACTIONS(1550), - [sym_false] = ACTIONS(1550), - [sym_null] = ACTIONS(1550), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1550), - [anon_sym_virtual] = ACTIONS(1550), - [sym_auto] = ACTIONS(1550), - [anon_sym_typename] = ACTIONS(1550), - [anon_sym_template] = ACTIONS(1550), - [anon_sym_delete] = ACTIONS(1550), - [anon_sym_throw] = ACTIONS(1550), - [anon_sym_co_return] = ACTIONS(1550), - [anon_sym_co_yield] = ACTIONS(1550), - [anon_sym_try] = ACTIONS(1550), - [anon_sym_co_await] = ACTIONS(1550), - [anon_sym_new] = ACTIONS(1550), - [sym_this] = ACTIONS(1550), - [sym_nullptr] = ACTIONS(1550), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1550), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_FORWARD] = ACTIONS(1550), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1550), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1550), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1550), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1550), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_PS_GET] = ACTIONS(1550), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1550), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1550), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1550), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1550), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1550), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1550), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1550), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1550), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1550), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1550), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1550), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1550), - [anon_sym_MOZ_COLD] = ACTIONS(1550), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1550), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1550), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1550), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1550), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1550), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1550), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1550), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1550), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1550), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1550), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1550), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1550), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1550), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1550), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1550), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1550), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1550), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1550), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1550), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1550), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1550), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_NONNULL] = ACTIONS(1550), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1550), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1550), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1550), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1550), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1550), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_NORETURN] = ACTIONS(1550), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1550), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1550), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1550), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1550), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1550), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1550), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1550), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1550), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1550), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1550), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1550), - [anon_sym_MOZ_RAII] = ACTIONS(1550), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1550), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1550), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1550), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1550), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1550), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1550), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1550), - [sym_raw_string_literal] = ACTIONS(1552), + [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), }, [723] = { - [sym_identifier] = ACTIONS(1554), - [anon_sym_LPAREN2] = ACTIONS(1556), - [anon_sym_BANG] = ACTIONS(1556), - [anon_sym_TILDE] = ACTIONS(1556), - [anon_sym_DASH] = ACTIONS(1554), - [anon_sym_PLUS] = ACTIONS(1554), - [anon_sym_STAR] = ACTIONS(1556), - [anon_sym_AMP] = ACTIONS(1556), - [anon_sym_SEMI] = ACTIONS(1556), - [anon_sym_typedef] = ACTIONS(1554), - [anon_sym_extern] = ACTIONS(1554), - [anon_sym___attribute__] = ACTIONS(1554), - [anon_sym_COLON_COLON] = ACTIONS(1556), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1556), - [anon_sym___declspec] = ACTIONS(1554), - [anon_sym_LBRACE] = ACTIONS(1556), - [anon_sym_LBRACK] = ACTIONS(1554), - [anon_sym_static] = ACTIONS(1554), - [anon_sym_register] = ACTIONS(1554), - [anon_sym_inline] = ACTIONS(1554), - [anon_sym_thread_local] = ACTIONS(1554), - [anon_sym_const] = ACTIONS(1554), - [anon_sym_volatile] = ACTIONS(1554), - [anon_sym_restrict] = ACTIONS(1554), - [anon_sym__Atomic] = ACTIONS(1554), - [anon_sym_mutable] = ACTIONS(1554), - [anon_sym_constexpr] = ACTIONS(1554), - [anon_sym_signed] = ACTIONS(1554), - [anon_sym_unsigned] = ACTIONS(1554), - [anon_sym_long] = ACTIONS(1554), - [anon_sym_short] = ACTIONS(1554), - [sym_primitive_type] = ACTIONS(1554), - [anon_sym_enum] = ACTIONS(1554), - [anon_sym_class] = ACTIONS(1554), - [anon_sym_struct] = ACTIONS(1554), - [anon_sym_union] = ACTIONS(1554), - [anon_sym_if] = ACTIONS(1554), - [anon_sym_else] = ACTIONS(1554), - [anon_sym_switch] = ACTIONS(1554), - [anon_sym_while] = ACTIONS(1554), - [anon_sym_do] = ACTIONS(1554), - [anon_sym_for] = ACTIONS(1554), - [anon_sym_return] = ACTIONS(1554), - [anon_sym_break] = ACTIONS(1554), - [anon_sym_continue] = ACTIONS(1554), - [anon_sym_goto] = ACTIONS(1554), - [anon_sym_DASH_DASH] = ACTIONS(1556), - [anon_sym_PLUS_PLUS] = ACTIONS(1556), - [anon_sym_sizeof] = ACTIONS(1554), - [sym_number_literal] = ACTIONS(1556), - [anon_sym_L_SQUOTE] = ACTIONS(1556), - [anon_sym_u_SQUOTE] = ACTIONS(1556), - [anon_sym_U_SQUOTE] = ACTIONS(1556), - [anon_sym_u8_SQUOTE] = ACTIONS(1556), - [anon_sym_SQUOTE] = ACTIONS(1556), - [anon_sym_L_DQUOTE] = ACTIONS(1556), - [anon_sym_u_DQUOTE] = ACTIONS(1556), - [anon_sym_U_DQUOTE] = ACTIONS(1556), - [anon_sym_u8_DQUOTE] = ACTIONS(1556), - [anon_sym_DQUOTE] = ACTIONS(1556), - [sym_true] = ACTIONS(1554), - [sym_false] = ACTIONS(1554), - [sym_null] = ACTIONS(1554), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1554), - [anon_sym_virtual] = ACTIONS(1554), - [sym_auto] = ACTIONS(1554), - [anon_sym_typename] = ACTIONS(1554), - [anon_sym_template] = ACTIONS(1554), - [anon_sym_delete] = ACTIONS(1554), - [anon_sym_throw] = ACTIONS(1554), - [anon_sym_co_return] = ACTIONS(1554), - [anon_sym_co_yield] = ACTIONS(1554), - [anon_sym_try] = ACTIONS(1554), - [anon_sym_co_await] = ACTIONS(1554), - [anon_sym_new] = ACTIONS(1554), - [sym_this] = ACTIONS(1554), - [sym_nullptr] = ACTIONS(1554), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1554), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_FORWARD] = ACTIONS(1554), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1554), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1554), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1554), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1554), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_PS_GET] = ACTIONS(1554), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1554), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1554), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1554), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1554), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1554), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1554), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1554), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1554), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1554), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1554), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1554), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1554), - [anon_sym_MOZ_COLD] = ACTIONS(1554), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1554), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1554), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1554), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1554), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1554), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1554), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1554), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1554), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1554), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1554), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1554), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1554), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1554), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1554), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1554), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1554), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1554), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1554), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1554), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1554), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1554), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_NONNULL] = ACTIONS(1554), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1554), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1554), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1554), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1554), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1554), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_NORETURN] = ACTIONS(1554), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1554), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1554), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1554), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1554), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1554), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1554), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1554), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1554), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1554), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1554), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1554), - [anon_sym_MOZ_RAII] = ACTIONS(1554), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1554), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1554), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1554), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1554), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1554), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1554), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1554), - [sym_raw_string_literal] = ACTIONS(1556), + [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), }, [724] = { - [sym_identifier] = ACTIONS(1562), - [anon_sym_LPAREN2] = ACTIONS(1564), - [anon_sym_BANG] = ACTIONS(1564), - [anon_sym_TILDE] = ACTIONS(1564), - [anon_sym_DASH] = ACTIONS(1562), - [anon_sym_PLUS] = ACTIONS(1562), - [anon_sym_STAR] = ACTIONS(1564), - [anon_sym_AMP] = ACTIONS(1564), - [anon_sym_SEMI] = ACTIONS(1564), - [anon_sym_typedef] = ACTIONS(1562), - [anon_sym_extern] = ACTIONS(1562), - [anon_sym___attribute__] = ACTIONS(1562), - [anon_sym_COLON_COLON] = ACTIONS(1564), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1564), - [anon_sym___declspec] = ACTIONS(1562), - [anon_sym_LBRACE] = ACTIONS(1564), - [anon_sym_LBRACK] = ACTIONS(1562), - [anon_sym_static] = ACTIONS(1562), - [anon_sym_register] = ACTIONS(1562), - [anon_sym_inline] = ACTIONS(1562), - [anon_sym_thread_local] = ACTIONS(1562), - [anon_sym_const] = ACTIONS(1562), - [anon_sym_volatile] = ACTIONS(1562), - [anon_sym_restrict] = ACTIONS(1562), - [anon_sym__Atomic] = ACTIONS(1562), - [anon_sym_mutable] = ACTIONS(1562), - [anon_sym_constexpr] = ACTIONS(1562), - [anon_sym_signed] = ACTIONS(1562), - [anon_sym_unsigned] = ACTIONS(1562), - [anon_sym_long] = ACTIONS(1562), - [anon_sym_short] = ACTIONS(1562), - [sym_primitive_type] = ACTIONS(1562), - [anon_sym_enum] = ACTIONS(1562), - [anon_sym_class] = ACTIONS(1562), - [anon_sym_struct] = ACTIONS(1562), - [anon_sym_union] = ACTIONS(1562), - [anon_sym_if] = ACTIONS(1562), - [anon_sym_else] = ACTIONS(1562), - [anon_sym_switch] = ACTIONS(1562), - [anon_sym_while] = ACTIONS(1562), - [anon_sym_do] = ACTIONS(1562), - [anon_sym_for] = ACTIONS(1562), - [anon_sym_return] = ACTIONS(1562), - [anon_sym_break] = ACTIONS(1562), - [anon_sym_continue] = ACTIONS(1562), - [anon_sym_goto] = ACTIONS(1562), - [anon_sym_DASH_DASH] = ACTIONS(1564), - [anon_sym_PLUS_PLUS] = ACTIONS(1564), - [anon_sym_sizeof] = ACTIONS(1562), - [sym_number_literal] = ACTIONS(1564), - [anon_sym_L_SQUOTE] = ACTIONS(1564), - [anon_sym_u_SQUOTE] = ACTIONS(1564), - [anon_sym_U_SQUOTE] = ACTIONS(1564), - [anon_sym_u8_SQUOTE] = ACTIONS(1564), - [anon_sym_SQUOTE] = ACTIONS(1564), - [anon_sym_L_DQUOTE] = ACTIONS(1564), - [anon_sym_u_DQUOTE] = ACTIONS(1564), - [anon_sym_U_DQUOTE] = ACTIONS(1564), - [anon_sym_u8_DQUOTE] = ACTIONS(1564), - [anon_sym_DQUOTE] = ACTIONS(1564), - [sym_true] = ACTIONS(1562), - [sym_false] = ACTIONS(1562), - [sym_null] = ACTIONS(1562), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1562), - [anon_sym_virtual] = ACTIONS(1562), - [sym_auto] = ACTIONS(1562), - [anon_sym_typename] = ACTIONS(1562), - [anon_sym_template] = ACTIONS(1562), - [anon_sym_delete] = ACTIONS(1562), - [anon_sym_throw] = ACTIONS(1562), - [anon_sym_co_return] = ACTIONS(1562), - [anon_sym_co_yield] = ACTIONS(1562), - [anon_sym_try] = ACTIONS(1562), - [anon_sym_co_await] = ACTIONS(1562), - [anon_sym_new] = ACTIONS(1562), - [sym_this] = ACTIONS(1562), - [sym_nullptr] = ACTIONS(1562), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1562), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_FORWARD] = ACTIONS(1562), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1562), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1562), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1562), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1562), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_PS_GET] = ACTIONS(1562), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1562), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1562), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1562), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1562), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1562), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1562), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1562), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1562), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1562), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1562), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1562), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1562), - [anon_sym_MOZ_COLD] = ACTIONS(1562), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1562), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1562), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1562), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1562), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1562), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1562), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1562), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1562), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1562), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1562), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1562), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1562), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1562), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1562), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1562), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1562), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1562), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1562), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1562), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1562), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1562), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_NONNULL] = ACTIONS(1562), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1562), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1562), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1562), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1562), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1562), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_NORETURN] = ACTIONS(1562), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1562), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1562), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1562), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1562), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1562), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1562), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1562), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1562), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1562), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1562), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1562), - [anon_sym_MOZ_RAII] = ACTIONS(1562), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1562), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1562), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1562), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1562), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1562), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1562), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1562), - [sym_raw_string_literal] = ACTIONS(1564), + [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(1660), - [anon_sym_LPAREN2] = ACTIONS(1662), - [anon_sym_BANG] = ACTIONS(1662), - [anon_sym_TILDE] = ACTIONS(1662), - [anon_sym_DASH] = ACTIONS(1660), - [anon_sym_PLUS] = ACTIONS(1660), - [anon_sym_STAR] = ACTIONS(1662), - [anon_sym_AMP] = ACTIONS(1662), - [anon_sym_SEMI] = ACTIONS(1662), - [anon_sym_typedef] = ACTIONS(1660), - [anon_sym_extern] = ACTIONS(1660), - [anon_sym___attribute__] = ACTIONS(1660), - [anon_sym_COLON_COLON] = ACTIONS(1662), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1662), - [anon_sym___declspec] = ACTIONS(1660), - [anon_sym_LBRACE] = ACTIONS(1662), - [anon_sym_LBRACK] = ACTIONS(1660), - [anon_sym_static] = ACTIONS(1660), - [anon_sym_register] = ACTIONS(1660), - [anon_sym_inline] = ACTIONS(1660), - [anon_sym_thread_local] = ACTIONS(1660), - [anon_sym_const] = ACTIONS(1660), - [anon_sym_volatile] = ACTIONS(1660), - [anon_sym_restrict] = ACTIONS(1660), - [anon_sym__Atomic] = ACTIONS(1660), - [anon_sym_mutable] = ACTIONS(1660), - [anon_sym_constexpr] = ACTIONS(1660), - [anon_sym_signed] = ACTIONS(1660), - [anon_sym_unsigned] = ACTIONS(1660), - [anon_sym_long] = ACTIONS(1660), - [anon_sym_short] = ACTIONS(1660), - [sym_primitive_type] = ACTIONS(1660), - [anon_sym_enum] = ACTIONS(1660), - [anon_sym_class] = ACTIONS(1660), - [anon_sym_struct] = ACTIONS(1660), - [anon_sym_union] = ACTIONS(1660), - [anon_sym_if] = ACTIONS(1660), - [anon_sym_else] = ACTIONS(1660), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_while] = ACTIONS(1660), - [anon_sym_do] = ACTIONS(1660), - [anon_sym_for] = ACTIONS(1660), - [anon_sym_return] = ACTIONS(1660), - [anon_sym_break] = ACTIONS(1660), - [anon_sym_continue] = ACTIONS(1660), - [anon_sym_goto] = ACTIONS(1660), - [anon_sym_DASH_DASH] = ACTIONS(1662), - [anon_sym_PLUS_PLUS] = ACTIONS(1662), - [anon_sym_sizeof] = ACTIONS(1660), - [sym_number_literal] = ACTIONS(1662), - [anon_sym_L_SQUOTE] = ACTIONS(1662), - [anon_sym_u_SQUOTE] = ACTIONS(1662), - [anon_sym_U_SQUOTE] = ACTIONS(1662), - [anon_sym_u8_SQUOTE] = ACTIONS(1662), - [anon_sym_SQUOTE] = ACTIONS(1662), - [anon_sym_L_DQUOTE] = ACTIONS(1662), - [anon_sym_u_DQUOTE] = ACTIONS(1662), - [anon_sym_U_DQUOTE] = ACTIONS(1662), - [anon_sym_u8_DQUOTE] = ACTIONS(1662), - [anon_sym_DQUOTE] = ACTIONS(1662), - [sym_true] = ACTIONS(1660), - [sym_false] = ACTIONS(1660), - [sym_null] = ACTIONS(1660), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1660), - [anon_sym_virtual] = ACTIONS(1660), - [sym_auto] = ACTIONS(1660), - [anon_sym_typename] = ACTIONS(1660), - [anon_sym_template] = ACTIONS(1660), - [anon_sym_delete] = ACTIONS(1660), - [anon_sym_throw] = ACTIONS(1660), - [anon_sym_co_return] = ACTIONS(1660), - [anon_sym_co_yield] = ACTIONS(1660), - [anon_sym_try] = ACTIONS(1660), - [anon_sym_co_await] = ACTIONS(1660), - [anon_sym_new] = ACTIONS(1660), - [sym_this] = ACTIONS(1660), - [sym_nullptr] = ACTIONS(1660), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1660), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_FORWARD] = ACTIONS(1660), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1660), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1660), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1660), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1660), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_PS_GET] = ACTIONS(1660), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1660), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1660), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1660), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1660), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1660), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1660), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1660), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1660), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1660), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1660), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1660), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1660), - [anon_sym_MOZ_COLD] = ACTIONS(1660), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1660), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1660), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1660), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1660), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1660), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1660), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1660), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1660), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1660), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1660), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1660), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1660), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1660), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1660), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1660), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1660), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1660), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1660), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1660), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1660), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_NONNULL] = ACTIONS(1660), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1660), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1660), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1660), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1660), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1660), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_NORETURN] = ACTIONS(1660), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1660), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1660), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1660), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1660), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1660), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1660), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1660), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1660), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1660), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1660), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1660), - [anon_sym_MOZ_RAII] = ACTIONS(1660), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1660), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1660), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1660), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1660), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1660), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1660), - [sym_raw_string_literal] = ACTIONS(1662), + [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(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(1598), - [anon_sym_LPAREN2] = ACTIONS(1600), - [anon_sym_BANG] = ACTIONS(1600), - [anon_sym_TILDE] = ACTIONS(1600), - [anon_sym_DASH] = ACTIONS(1598), - [anon_sym_PLUS] = ACTIONS(1598), - [anon_sym_STAR] = ACTIONS(1600), - [anon_sym_AMP] = ACTIONS(1600), - [anon_sym_SEMI] = ACTIONS(1600), - [anon_sym_typedef] = ACTIONS(1598), - [anon_sym_extern] = ACTIONS(1598), - [anon_sym___attribute__] = ACTIONS(1598), - [anon_sym_COLON_COLON] = ACTIONS(1600), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1600), - [anon_sym___declspec] = ACTIONS(1598), - [anon_sym_LBRACE] = ACTIONS(1600), - [anon_sym_LBRACK] = ACTIONS(1598), - [anon_sym_static] = ACTIONS(1598), - [anon_sym_register] = ACTIONS(1598), - [anon_sym_inline] = ACTIONS(1598), - [anon_sym_thread_local] = ACTIONS(1598), - [anon_sym_const] = ACTIONS(1598), - [anon_sym_volatile] = ACTIONS(1598), - [anon_sym_restrict] = ACTIONS(1598), - [anon_sym__Atomic] = ACTIONS(1598), - [anon_sym_mutable] = ACTIONS(1598), - [anon_sym_constexpr] = ACTIONS(1598), - [anon_sym_signed] = ACTIONS(1598), - [anon_sym_unsigned] = ACTIONS(1598), - [anon_sym_long] = ACTIONS(1598), - [anon_sym_short] = ACTIONS(1598), - [sym_primitive_type] = ACTIONS(1598), - [anon_sym_enum] = ACTIONS(1598), - [anon_sym_class] = ACTIONS(1598), - [anon_sym_struct] = ACTIONS(1598), - [anon_sym_union] = ACTIONS(1598), - [anon_sym_if] = ACTIONS(1598), - [anon_sym_else] = ACTIONS(1598), - [anon_sym_switch] = ACTIONS(1598), - [anon_sym_while] = ACTIONS(1598), - [anon_sym_do] = ACTIONS(1598), - [anon_sym_for] = ACTIONS(1598), - [anon_sym_return] = ACTIONS(1598), - [anon_sym_break] = ACTIONS(1598), - [anon_sym_continue] = ACTIONS(1598), - [anon_sym_goto] = ACTIONS(1598), - [anon_sym_DASH_DASH] = ACTIONS(1600), - [anon_sym_PLUS_PLUS] = ACTIONS(1600), - [anon_sym_sizeof] = ACTIONS(1598), - [sym_number_literal] = ACTIONS(1600), - [anon_sym_L_SQUOTE] = ACTIONS(1600), - [anon_sym_u_SQUOTE] = ACTIONS(1600), - [anon_sym_U_SQUOTE] = ACTIONS(1600), - [anon_sym_u8_SQUOTE] = ACTIONS(1600), - [anon_sym_SQUOTE] = ACTIONS(1600), - [anon_sym_L_DQUOTE] = ACTIONS(1600), - [anon_sym_u_DQUOTE] = ACTIONS(1600), - [anon_sym_U_DQUOTE] = ACTIONS(1600), - [anon_sym_u8_DQUOTE] = ACTIONS(1600), - [anon_sym_DQUOTE] = ACTIONS(1600), - [sym_true] = ACTIONS(1598), - [sym_false] = ACTIONS(1598), - [sym_null] = ACTIONS(1598), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1598), - [anon_sym_virtual] = ACTIONS(1598), - [sym_auto] = ACTIONS(1598), - [anon_sym_typename] = ACTIONS(1598), - [anon_sym_template] = ACTIONS(1598), - [anon_sym_delete] = ACTIONS(1598), - [anon_sym_throw] = ACTIONS(1598), - [anon_sym_co_return] = ACTIONS(1598), - [anon_sym_co_yield] = ACTIONS(1598), - [anon_sym_try] = ACTIONS(1598), - [anon_sym_co_await] = ACTIONS(1598), - [anon_sym_new] = ACTIONS(1598), - [sym_this] = ACTIONS(1598), - [sym_nullptr] = ACTIONS(1598), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1598), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_FORWARD] = ACTIONS(1598), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1598), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1598), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1598), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1598), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_PS_GET] = ACTIONS(1598), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1598), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1598), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1598), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1598), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1598), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1598), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1598), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1598), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1598), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1598), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1598), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1598), - [anon_sym_MOZ_COLD] = ACTIONS(1598), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1598), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1598), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1598), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1598), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1598), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1598), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1598), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1598), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1598), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1598), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1598), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1598), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1598), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1598), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1598), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1598), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1598), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1598), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1598), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1598), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1598), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_NONNULL] = ACTIONS(1598), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1598), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1598), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1598), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1598), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1598), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_NORETURN] = ACTIONS(1598), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1598), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1598), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1598), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1598), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1598), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1598), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1598), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1598), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1598), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1598), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1598), - [anon_sym_MOZ_RAII] = ACTIONS(1598), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1598), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1598), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1598), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1598), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1598), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1598), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1598), - [sym_raw_string_literal] = ACTIONS(1600), + [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] = { - [sym_identifier] = ACTIONS(1602), - [anon_sym_LPAREN2] = ACTIONS(1604), - [anon_sym_BANG] = ACTIONS(1604), - [anon_sym_TILDE] = ACTIONS(1604), - [anon_sym_DASH] = ACTIONS(1602), - [anon_sym_PLUS] = ACTIONS(1602), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_AMP] = ACTIONS(1604), - [anon_sym_SEMI] = ACTIONS(1604), - [anon_sym_typedef] = ACTIONS(1602), - [anon_sym_extern] = ACTIONS(1602), - [anon_sym___attribute__] = ACTIONS(1602), - [anon_sym_COLON_COLON] = ACTIONS(1604), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1604), - [anon_sym___declspec] = ACTIONS(1602), - [anon_sym_LBRACE] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1602), - [anon_sym_static] = ACTIONS(1602), - [anon_sym_register] = ACTIONS(1602), - [anon_sym_inline] = ACTIONS(1602), - [anon_sym_thread_local] = ACTIONS(1602), - [anon_sym_const] = ACTIONS(1602), - [anon_sym_volatile] = ACTIONS(1602), - [anon_sym_restrict] = ACTIONS(1602), - [anon_sym__Atomic] = ACTIONS(1602), - [anon_sym_mutable] = ACTIONS(1602), - [anon_sym_constexpr] = ACTIONS(1602), - [anon_sym_signed] = ACTIONS(1602), - [anon_sym_unsigned] = ACTIONS(1602), - [anon_sym_long] = ACTIONS(1602), - [anon_sym_short] = ACTIONS(1602), - [sym_primitive_type] = ACTIONS(1602), - [anon_sym_enum] = ACTIONS(1602), - [anon_sym_class] = ACTIONS(1602), - [anon_sym_struct] = ACTIONS(1602), - [anon_sym_union] = ACTIONS(1602), - [anon_sym_if] = ACTIONS(1602), - [anon_sym_else] = ACTIONS(1602), - [anon_sym_switch] = ACTIONS(1602), - [anon_sym_while] = ACTIONS(1602), - [anon_sym_do] = ACTIONS(1602), - [anon_sym_for] = ACTIONS(1602), - [anon_sym_return] = ACTIONS(1602), - [anon_sym_break] = ACTIONS(1602), - [anon_sym_continue] = ACTIONS(1602), - [anon_sym_goto] = ACTIONS(1602), - [anon_sym_DASH_DASH] = ACTIONS(1604), - [anon_sym_PLUS_PLUS] = ACTIONS(1604), - [anon_sym_sizeof] = ACTIONS(1602), - [sym_number_literal] = ACTIONS(1604), - [anon_sym_L_SQUOTE] = ACTIONS(1604), - [anon_sym_u_SQUOTE] = ACTIONS(1604), - [anon_sym_U_SQUOTE] = ACTIONS(1604), - [anon_sym_u8_SQUOTE] = ACTIONS(1604), - [anon_sym_SQUOTE] = ACTIONS(1604), - [anon_sym_L_DQUOTE] = ACTIONS(1604), - [anon_sym_u_DQUOTE] = ACTIONS(1604), - [anon_sym_U_DQUOTE] = ACTIONS(1604), - [anon_sym_u8_DQUOTE] = ACTIONS(1604), - [anon_sym_DQUOTE] = ACTIONS(1604), - [sym_true] = ACTIONS(1602), - [sym_false] = ACTIONS(1602), - [sym_null] = ACTIONS(1602), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1602), - [anon_sym_virtual] = ACTIONS(1602), - [sym_auto] = ACTIONS(1602), - [anon_sym_typename] = ACTIONS(1602), - [anon_sym_template] = ACTIONS(1602), - [anon_sym_delete] = ACTIONS(1602), - [anon_sym_throw] = ACTIONS(1602), - [anon_sym_co_return] = ACTIONS(1602), - [anon_sym_co_yield] = ACTIONS(1602), - [anon_sym_try] = ACTIONS(1602), - [anon_sym_co_await] = ACTIONS(1602), - [anon_sym_new] = ACTIONS(1602), - [sym_this] = ACTIONS(1602), - [sym_nullptr] = ACTIONS(1602), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1602), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_FORWARD] = ACTIONS(1602), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1602), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1602), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1602), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1602), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_PS_GET] = ACTIONS(1602), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1602), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1602), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1602), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1602), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1602), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1602), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1602), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1602), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1602), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1602), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1602), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1602), - [anon_sym_MOZ_COLD] = ACTIONS(1602), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1602), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1602), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1602), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1602), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1602), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1602), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1602), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1602), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1602), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1602), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1602), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1602), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1602), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1602), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1602), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1602), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1602), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1602), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1602), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1602), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1602), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_NONNULL] = ACTIONS(1602), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1602), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1602), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1602), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1602), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1602), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_NORETURN] = ACTIONS(1602), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1602), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1602), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1602), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1602), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1602), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1602), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1602), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1602), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1602), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1602), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1602), - [anon_sym_MOZ_RAII] = ACTIONS(1602), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1602), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1602), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1602), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1602), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1602), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1602), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1602), - [sym_raw_string_literal] = ACTIONS(1604), + [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), }, [729] = { - [sym_identifier] = ACTIONS(1612), - [anon_sym_LPAREN2] = ACTIONS(1614), - [anon_sym_BANG] = ACTIONS(1614), - [anon_sym_TILDE] = ACTIONS(1614), - [anon_sym_DASH] = ACTIONS(1612), - [anon_sym_PLUS] = ACTIONS(1612), - [anon_sym_STAR] = ACTIONS(1614), - [anon_sym_AMP] = ACTIONS(1614), - [anon_sym_SEMI] = ACTIONS(1614), - [anon_sym_typedef] = ACTIONS(1612), - [anon_sym_extern] = ACTIONS(1612), - [anon_sym___attribute__] = ACTIONS(1612), - [anon_sym_COLON_COLON] = ACTIONS(1614), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1614), - [anon_sym___declspec] = ACTIONS(1612), - [anon_sym_LBRACE] = ACTIONS(1614), - [anon_sym_LBRACK] = ACTIONS(1612), - [anon_sym_static] = ACTIONS(1612), - [anon_sym_register] = ACTIONS(1612), - [anon_sym_inline] = ACTIONS(1612), - [anon_sym_thread_local] = ACTIONS(1612), - [anon_sym_const] = ACTIONS(1612), - [anon_sym_volatile] = ACTIONS(1612), - [anon_sym_restrict] = ACTIONS(1612), - [anon_sym__Atomic] = ACTIONS(1612), - [anon_sym_mutable] = ACTIONS(1612), - [anon_sym_constexpr] = ACTIONS(1612), - [anon_sym_signed] = ACTIONS(1612), - [anon_sym_unsigned] = ACTIONS(1612), - [anon_sym_long] = ACTIONS(1612), - [anon_sym_short] = ACTIONS(1612), - [sym_primitive_type] = ACTIONS(1612), - [anon_sym_enum] = ACTIONS(1612), - [anon_sym_class] = ACTIONS(1612), - [anon_sym_struct] = ACTIONS(1612), - [anon_sym_union] = ACTIONS(1612), - [anon_sym_if] = ACTIONS(1612), - [anon_sym_else] = ACTIONS(1612), - [anon_sym_switch] = ACTIONS(1612), - [anon_sym_while] = ACTIONS(1612), - [anon_sym_do] = ACTIONS(1612), - [anon_sym_for] = ACTIONS(1612), - [anon_sym_return] = ACTIONS(1612), - [anon_sym_break] = ACTIONS(1612), - [anon_sym_continue] = ACTIONS(1612), - [anon_sym_goto] = ACTIONS(1612), - [anon_sym_DASH_DASH] = ACTIONS(1614), - [anon_sym_PLUS_PLUS] = ACTIONS(1614), - [anon_sym_sizeof] = ACTIONS(1612), - [sym_number_literal] = ACTIONS(1614), - [anon_sym_L_SQUOTE] = ACTIONS(1614), - [anon_sym_u_SQUOTE] = ACTIONS(1614), - [anon_sym_U_SQUOTE] = ACTIONS(1614), - [anon_sym_u8_SQUOTE] = ACTIONS(1614), - [anon_sym_SQUOTE] = ACTIONS(1614), - [anon_sym_L_DQUOTE] = ACTIONS(1614), - [anon_sym_u_DQUOTE] = ACTIONS(1614), - [anon_sym_U_DQUOTE] = ACTIONS(1614), - [anon_sym_u8_DQUOTE] = ACTIONS(1614), - [anon_sym_DQUOTE] = ACTIONS(1614), - [sym_true] = ACTIONS(1612), - [sym_false] = ACTIONS(1612), - [sym_null] = ACTIONS(1612), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1612), - [anon_sym_virtual] = ACTIONS(1612), - [sym_auto] = ACTIONS(1612), - [anon_sym_typename] = ACTIONS(1612), - [anon_sym_template] = ACTIONS(1612), - [anon_sym_delete] = ACTIONS(1612), - [anon_sym_throw] = ACTIONS(1612), - [anon_sym_co_return] = ACTIONS(1612), - [anon_sym_co_yield] = ACTIONS(1612), - [anon_sym_try] = ACTIONS(1612), - [anon_sym_co_await] = ACTIONS(1612), - [anon_sym_new] = ACTIONS(1612), - [sym_this] = ACTIONS(1612), - [sym_nullptr] = ACTIONS(1612), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1612), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_FORWARD] = ACTIONS(1612), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1612), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1612), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1612), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1612), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_PS_GET] = ACTIONS(1612), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1612), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1612), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1612), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1612), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1612), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1612), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1612), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1612), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1612), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1612), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1612), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1612), - [anon_sym_MOZ_COLD] = ACTIONS(1612), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1612), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1612), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1612), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1612), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1612), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1612), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1612), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1612), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1612), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1612), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1612), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1612), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1612), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1612), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1612), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1612), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1612), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1612), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1612), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1612), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1612), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_NONNULL] = ACTIONS(1612), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1612), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1612), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1612), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1612), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1612), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_NORETURN] = ACTIONS(1612), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1612), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1612), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1612), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1612), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1612), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1612), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1612), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1612), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1612), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1612), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1612), - [anon_sym_MOZ_RAII] = ACTIONS(1612), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1612), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1612), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1612), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1612), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1612), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1612), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1612), - [sym_raw_string_literal] = ACTIONS(1614), + [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(1616), - [anon_sym_LPAREN2] = ACTIONS(1618), - [anon_sym_BANG] = ACTIONS(1618), - [anon_sym_TILDE] = ACTIONS(1618), - [anon_sym_DASH] = ACTIONS(1616), - [anon_sym_PLUS] = ACTIONS(1616), - [anon_sym_STAR] = ACTIONS(1618), - [anon_sym_AMP] = ACTIONS(1618), - [anon_sym_SEMI] = ACTIONS(1618), - [anon_sym_typedef] = ACTIONS(1616), - [anon_sym_extern] = ACTIONS(1616), - [anon_sym___attribute__] = ACTIONS(1616), - [anon_sym_COLON_COLON] = ACTIONS(1618), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1618), - [anon_sym___declspec] = ACTIONS(1616), - [anon_sym_LBRACE] = ACTIONS(1618), - [anon_sym_LBRACK] = ACTIONS(1616), - [anon_sym_static] = ACTIONS(1616), - [anon_sym_register] = ACTIONS(1616), - [anon_sym_inline] = ACTIONS(1616), - [anon_sym_thread_local] = ACTIONS(1616), - [anon_sym_const] = ACTIONS(1616), - [anon_sym_volatile] = ACTIONS(1616), - [anon_sym_restrict] = ACTIONS(1616), - [anon_sym__Atomic] = ACTIONS(1616), - [anon_sym_mutable] = ACTIONS(1616), - [anon_sym_constexpr] = ACTIONS(1616), - [anon_sym_signed] = ACTIONS(1616), - [anon_sym_unsigned] = ACTIONS(1616), - [anon_sym_long] = ACTIONS(1616), - [anon_sym_short] = ACTIONS(1616), - [sym_primitive_type] = ACTIONS(1616), - [anon_sym_enum] = ACTIONS(1616), - [anon_sym_class] = ACTIONS(1616), - [anon_sym_struct] = ACTIONS(1616), - [anon_sym_union] = ACTIONS(1616), - [anon_sym_if] = ACTIONS(1616), - [anon_sym_else] = ACTIONS(1616), - [anon_sym_switch] = ACTIONS(1616), - [anon_sym_while] = ACTIONS(1616), - [anon_sym_do] = ACTIONS(1616), - [anon_sym_for] = ACTIONS(1616), - [anon_sym_return] = ACTIONS(1616), - [anon_sym_break] = ACTIONS(1616), - [anon_sym_continue] = ACTIONS(1616), - [anon_sym_goto] = ACTIONS(1616), - [anon_sym_DASH_DASH] = ACTIONS(1618), - [anon_sym_PLUS_PLUS] = ACTIONS(1618), - [anon_sym_sizeof] = ACTIONS(1616), - [sym_number_literal] = ACTIONS(1618), - [anon_sym_L_SQUOTE] = ACTIONS(1618), - [anon_sym_u_SQUOTE] = ACTIONS(1618), - [anon_sym_U_SQUOTE] = ACTIONS(1618), - [anon_sym_u8_SQUOTE] = ACTIONS(1618), - [anon_sym_SQUOTE] = ACTIONS(1618), - [anon_sym_L_DQUOTE] = ACTIONS(1618), - [anon_sym_u_DQUOTE] = ACTIONS(1618), - [anon_sym_U_DQUOTE] = ACTIONS(1618), - [anon_sym_u8_DQUOTE] = ACTIONS(1618), - [anon_sym_DQUOTE] = ACTIONS(1618), - [sym_true] = ACTIONS(1616), - [sym_false] = ACTIONS(1616), - [sym_null] = ACTIONS(1616), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1616), - [anon_sym_virtual] = ACTIONS(1616), - [sym_auto] = ACTIONS(1616), - [anon_sym_typename] = ACTIONS(1616), - [anon_sym_template] = ACTIONS(1616), - [anon_sym_delete] = ACTIONS(1616), - [anon_sym_throw] = ACTIONS(1616), - [anon_sym_co_return] = ACTIONS(1616), - [anon_sym_co_yield] = ACTIONS(1616), - [anon_sym_try] = ACTIONS(1616), - [anon_sym_co_await] = ACTIONS(1616), - [anon_sym_new] = ACTIONS(1616), - [sym_this] = ACTIONS(1616), - [sym_nullptr] = ACTIONS(1616), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1616), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_FORWARD] = ACTIONS(1616), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1616), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1616), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1616), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1616), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_PS_GET] = ACTIONS(1616), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1616), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1616), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1616), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1616), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1616), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1616), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1616), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1616), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1616), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1616), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1616), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1616), - [anon_sym_MOZ_COLD] = ACTIONS(1616), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1616), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1616), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1616), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1616), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1616), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1616), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1616), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1616), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1616), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1616), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1616), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1616), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1616), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1616), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1616), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1616), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1616), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1616), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1616), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1616), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1616), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_NONNULL] = ACTIONS(1616), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1616), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1616), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1616), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1616), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1616), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_NORETURN] = ACTIONS(1616), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1616), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1616), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1616), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1616), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1616), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1616), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1616), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1616), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1616), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1616), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1616), - [anon_sym_MOZ_RAII] = ACTIONS(1616), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1616), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1616), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1616), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1616), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1616), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1616), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1616), - [sym_raw_string_literal] = ACTIONS(1618), + [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(1620), - [anon_sym_LPAREN2] = ACTIONS(1622), - [anon_sym_BANG] = ACTIONS(1622), - [anon_sym_TILDE] = ACTIONS(1622), - [anon_sym_DASH] = ACTIONS(1620), - [anon_sym_PLUS] = ACTIONS(1620), - [anon_sym_STAR] = ACTIONS(1622), - [anon_sym_AMP] = ACTIONS(1622), - [anon_sym_SEMI] = ACTIONS(1622), - [anon_sym_typedef] = ACTIONS(1620), - [anon_sym_extern] = ACTIONS(1620), - [anon_sym___attribute__] = ACTIONS(1620), - [anon_sym_COLON_COLON] = ACTIONS(1622), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1622), - [anon_sym___declspec] = ACTIONS(1620), - [anon_sym_LBRACE] = ACTIONS(1622), - [anon_sym_LBRACK] = ACTIONS(1620), - [anon_sym_static] = ACTIONS(1620), - [anon_sym_register] = ACTIONS(1620), - [anon_sym_inline] = ACTIONS(1620), - [anon_sym_thread_local] = ACTIONS(1620), - [anon_sym_const] = ACTIONS(1620), - [anon_sym_volatile] = ACTIONS(1620), - [anon_sym_restrict] = ACTIONS(1620), - [anon_sym__Atomic] = ACTIONS(1620), - [anon_sym_mutable] = ACTIONS(1620), - [anon_sym_constexpr] = ACTIONS(1620), - [anon_sym_signed] = ACTIONS(1620), - [anon_sym_unsigned] = ACTIONS(1620), - [anon_sym_long] = ACTIONS(1620), - [anon_sym_short] = ACTIONS(1620), - [sym_primitive_type] = ACTIONS(1620), - [anon_sym_enum] = ACTIONS(1620), - [anon_sym_class] = ACTIONS(1620), - [anon_sym_struct] = ACTIONS(1620), - [anon_sym_union] = ACTIONS(1620), - [anon_sym_if] = ACTIONS(1620), - [anon_sym_else] = ACTIONS(1620), - [anon_sym_switch] = ACTIONS(1620), - [anon_sym_while] = ACTIONS(1620), - [anon_sym_do] = ACTIONS(1620), - [anon_sym_for] = ACTIONS(1620), - [anon_sym_return] = ACTIONS(1620), - [anon_sym_break] = ACTIONS(1620), - [anon_sym_continue] = ACTIONS(1620), - [anon_sym_goto] = ACTIONS(1620), - [anon_sym_DASH_DASH] = ACTIONS(1622), - [anon_sym_PLUS_PLUS] = ACTIONS(1622), - [anon_sym_sizeof] = ACTIONS(1620), - [sym_number_literal] = ACTIONS(1622), - [anon_sym_L_SQUOTE] = ACTIONS(1622), - [anon_sym_u_SQUOTE] = ACTIONS(1622), - [anon_sym_U_SQUOTE] = ACTIONS(1622), - [anon_sym_u8_SQUOTE] = ACTIONS(1622), - [anon_sym_SQUOTE] = ACTIONS(1622), - [anon_sym_L_DQUOTE] = ACTIONS(1622), - [anon_sym_u_DQUOTE] = ACTIONS(1622), - [anon_sym_U_DQUOTE] = ACTIONS(1622), - [anon_sym_u8_DQUOTE] = ACTIONS(1622), - [anon_sym_DQUOTE] = ACTIONS(1622), - [sym_true] = ACTIONS(1620), - [sym_false] = ACTIONS(1620), - [sym_null] = ACTIONS(1620), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1620), - [anon_sym_virtual] = ACTIONS(1620), - [sym_auto] = ACTIONS(1620), - [anon_sym_typename] = ACTIONS(1620), - [anon_sym_template] = ACTIONS(1620), - [anon_sym_delete] = ACTIONS(1620), - [anon_sym_throw] = ACTIONS(1620), - [anon_sym_co_return] = ACTIONS(1620), - [anon_sym_co_yield] = ACTIONS(1620), - [anon_sym_try] = ACTIONS(1620), - [anon_sym_co_await] = ACTIONS(1620), - [anon_sym_new] = ACTIONS(1620), - [sym_this] = ACTIONS(1620), - [sym_nullptr] = ACTIONS(1620), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1620), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_FORWARD] = ACTIONS(1620), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1620), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1620), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1620), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1620), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_PS_GET] = ACTIONS(1620), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1620), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1620), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1620), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1620), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1620), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1620), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1620), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1620), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1620), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1620), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1620), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1620), - [anon_sym_MOZ_COLD] = ACTIONS(1620), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1620), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1620), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1620), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1620), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1620), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1620), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1620), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1620), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1620), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1620), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1620), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1620), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1620), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1620), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1620), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1620), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1620), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1620), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1620), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1620), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1620), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_NONNULL] = ACTIONS(1620), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1620), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1620), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1620), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1620), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1620), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_NORETURN] = ACTIONS(1620), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1620), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1620), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1620), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1620), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1620), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1620), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1620), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1620), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1620), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1620), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1620), - [anon_sym_MOZ_RAII] = ACTIONS(1620), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1620), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1620), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1620), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1620), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1620), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1620), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1620), - [sym_raw_string_literal] = ACTIONS(1622), + [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(1628), - [anon_sym_LPAREN2] = ACTIONS(1630), - [anon_sym_BANG] = ACTIONS(1630), - [anon_sym_TILDE] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1628), - [anon_sym_STAR] = ACTIONS(1630), - [anon_sym_AMP] = ACTIONS(1630), - [anon_sym_SEMI] = ACTIONS(1630), - [anon_sym_typedef] = ACTIONS(1628), - [anon_sym_extern] = ACTIONS(1628), - [anon_sym___attribute__] = ACTIONS(1628), - [anon_sym_COLON_COLON] = ACTIONS(1630), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1630), - [anon_sym___declspec] = ACTIONS(1628), - [anon_sym_LBRACE] = ACTIONS(1630), - [anon_sym_LBRACK] = ACTIONS(1628), - [anon_sym_static] = ACTIONS(1628), - [anon_sym_register] = ACTIONS(1628), - [anon_sym_inline] = ACTIONS(1628), - [anon_sym_thread_local] = ACTIONS(1628), - [anon_sym_const] = ACTIONS(1628), - [anon_sym_volatile] = ACTIONS(1628), - [anon_sym_restrict] = ACTIONS(1628), - [anon_sym__Atomic] = ACTIONS(1628), - [anon_sym_mutable] = ACTIONS(1628), - [anon_sym_constexpr] = ACTIONS(1628), - [anon_sym_signed] = ACTIONS(1628), - [anon_sym_unsigned] = ACTIONS(1628), - [anon_sym_long] = ACTIONS(1628), - [anon_sym_short] = ACTIONS(1628), - [sym_primitive_type] = ACTIONS(1628), - [anon_sym_enum] = ACTIONS(1628), - [anon_sym_class] = ACTIONS(1628), - [anon_sym_struct] = ACTIONS(1628), - [anon_sym_union] = ACTIONS(1628), - [anon_sym_if] = ACTIONS(1628), - [anon_sym_else] = ACTIONS(1628), - [anon_sym_switch] = ACTIONS(1628), - [anon_sym_while] = ACTIONS(1628), - [anon_sym_do] = ACTIONS(1628), - [anon_sym_for] = ACTIONS(1628), - [anon_sym_return] = ACTIONS(1628), - [anon_sym_break] = ACTIONS(1628), - [anon_sym_continue] = ACTIONS(1628), - [anon_sym_goto] = ACTIONS(1628), - [anon_sym_DASH_DASH] = ACTIONS(1630), - [anon_sym_PLUS_PLUS] = ACTIONS(1630), - [anon_sym_sizeof] = ACTIONS(1628), - [sym_number_literal] = ACTIONS(1630), - [anon_sym_L_SQUOTE] = ACTIONS(1630), - [anon_sym_u_SQUOTE] = ACTIONS(1630), - [anon_sym_U_SQUOTE] = ACTIONS(1630), - [anon_sym_u8_SQUOTE] = ACTIONS(1630), - [anon_sym_SQUOTE] = ACTIONS(1630), - [anon_sym_L_DQUOTE] = ACTIONS(1630), - [anon_sym_u_DQUOTE] = ACTIONS(1630), - [anon_sym_U_DQUOTE] = ACTIONS(1630), - [anon_sym_u8_DQUOTE] = ACTIONS(1630), - [anon_sym_DQUOTE] = ACTIONS(1630), - [sym_true] = ACTIONS(1628), - [sym_false] = ACTIONS(1628), - [sym_null] = ACTIONS(1628), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1628), - [anon_sym_virtual] = ACTIONS(1628), - [sym_auto] = ACTIONS(1628), - [anon_sym_typename] = ACTIONS(1628), - [anon_sym_template] = ACTIONS(1628), - [anon_sym_delete] = ACTIONS(1628), - [anon_sym_throw] = ACTIONS(1628), - [anon_sym_co_return] = ACTIONS(1628), - [anon_sym_co_yield] = ACTIONS(1628), - [anon_sym_try] = ACTIONS(1628), - [anon_sym_co_await] = ACTIONS(1628), - [anon_sym_new] = ACTIONS(1628), - [sym_this] = ACTIONS(1628), - [sym_nullptr] = ACTIONS(1628), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1628), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_FORWARD] = ACTIONS(1628), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1628), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1628), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1628), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1628), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_PS_GET] = ACTIONS(1628), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1628), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1628), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1628), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1628), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1628), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1628), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1628), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1628), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1628), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1628), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1628), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1628), - [anon_sym_MOZ_COLD] = ACTIONS(1628), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1628), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1628), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1628), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1628), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1628), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1628), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1628), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1628), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1628), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1628), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1628), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1628), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1628), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1628), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1628), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1628), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1628), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1628), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1628), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1628), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1628), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_NONNULL] = ACTIONS(1628), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1628), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1628), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1628), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1628), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1628), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_NORETURN] = ACTIONS(1628), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1628), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1628), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1628), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1628), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1628), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1628), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1628), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1628), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1628), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1628), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1628), - [anon_sym_MOZ_RAII] = ACTIONS(1628), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1628), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1628), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1628), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1628), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1628), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1628), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1628), - [sym_raw_string_literal] = ACTIONS(1630), + [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), + [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), }, [733] = { - [sym_identifier] = ACTIONS(1632), - [anon_sym_LPAREN2] = ACTIONS(1634), - [anon_sym_BANG] = ACTIONS(1634), - [anon_sym_TILDE] = ACTIONS(1634), - [anon_sym_DASH] = ACTIONS(1632), - [anon_sym_PLUS] = ACTIONS(1632), - [anon_sym_STAR] = ACTIONS(1634), - [anon_sym_AMP] = ACTIONS(1634), - [anon_sym_SEMI] = ACTIONS(1634), - [anon_sym_typedef] = ACTIONS(1632), - [anon_sym_extern] = ACTIONS(1632), - [anon_sym___attribute__] = ACTIONS(1632), - [anon_sym_COLON_COLON] = ACTIONS(1634), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1634), - [anon_sym___declspec] = ACTIONS(1632), - [anon_sym_LBRACE] = ACTIONS(1634), - [anon_sym_LBRACK] = ACTIONS(1632), - [anon_sym_static] = ACTIONS(1632), - [anon_sym_register] = ACTIONS(1632), - [anon_sym_inline] = ACTIONS(1632), - [anon_sym_thread_local] = ACTIONS(1632), - [anon_sym_const] = ACTIONS(1632), - [anon_sym_volatile] = ACTIONS(1632), - [anon_sym_restrict] = ACTIONS(1632), - [anon_sym__Atomic] = ACTIONS(1632), - [anon_sym_mutable] = ACTIONS(1632), - [anon_sym_constexpr] = ACTIONS(1632), - [anon_sym_signed] = ACTIONS(1632), - [anon_sym_unsigned] = ACTIONS(1632), - [anon_sym_long] = ACTIONS(1632), - [anon_sym_short] = ACTIONS(1632), - [sym_primitive_type] = ACTIONS(1632), - [anon_sym_enum] = ACTIONS(1632), - [anon_sym_class] = ACTIONS(1632), - [anon_sym_struct] = ACTIONS(1632), - [anon_sym_union] = ACTIONS(1632), - [anon_sym_if] = ACTIONS(1632), - [anon_sym_else] = ACTIONS(1632), - [anon_sym_switch] = ACTIONS(1632), - [anon_sym_while] = ACTIONS(1632), - [anon_sym_do] = ACTIONS(1632), - [anon_sym_for] = ACTIONS(1632), - [anon_sym_return] = ACTIONS(1632), - [anon_sym_break] = ACTIONS(1632), - [anon_sym_continue] = ACTIONS(1632), - [anon_sym_goto] = ACTIONS(1632), - [anon_sym_DASH_DASH] = ACTIONS(1634), - [anon_sym_PLUS_PLUS] = ACTIONS(1634), - [anon_sym_sizeof] = ACTIONS(1632), - [sym_number_literal] = ACTIONS(1634), - [anon_sym_L_SQUOTE] = ACTIONS(1634), - [anon_sym_u_SQUOTE] = ACTIONS(1634), - [anon_sym_U_SQUOTE] = ACTIONS(1634), - [anon_sym_u8_SQUOTE] = ACTIONS(1634), - [anon_sym_SQUOTE] = ACTIONS(1634), - [anon_sym_L_DQUOTE] = ACTIONS(1634), - [anon_sym_u_DQUOTE] = ACTIONS(1634), - [anon_sym_U_DQUOTE] = ACTIONS(1634), - [anon_sym_u8_DQUOTE] = ACTIONS(1634), - [anon_sym_DQUOTE] = ACTIONS(1634), - [sym_true] = ACTIONS(1632), - [sym_false] = ACTIONS(1632), - [sym_null] = ACTIONS(1632), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1632), - [anon_sym_virtual] = ACTIONS(1632), - [sym_auto] = ACTIONS(1632), - [anon_sym_typename] = ACTIONS(1632), - [anon_sym_template] = ACTIONS(1632), - [anon_sym_delete] = ACTIONS(1632), - [anon_sym_throw] = ACTIONS(1632), - [anon_sym_co_return] = ACTIONS(1632), - [anon_sym_co_yield] = ACTIONS(1632), - [anon_sym_try] = ACTIONS(1632), - [anon_sym_co_await] = ACTIONS(1632), - [anon_sym_new] = ACTIONS(1632), - [sym_this] = ACTIONS(1632), - [sym_nullptr] = ACTIONS(1632), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1632), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_FORWARD] = ACTIONS(1632), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1632), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1632), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1632), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1632), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_PS_GET] = ACTIONS(1632), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1632), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1632), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1632), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1632), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1632), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1632), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1632), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1632), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1632), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1632), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1632), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1632), - [anon_sym_MOZ_COLD] = ACTIONS(1632), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1632), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1632), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1632), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1632), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1632), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1632), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1632), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1632), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1632), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1632), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1632), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1632), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1632), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1632), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1632), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1632), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1632), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1632), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1632), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1632), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1632), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_NONNULL] = ACTIONS(1632), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1632), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1632), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1632), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1632), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1632), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_NORETURN] = ACTIONS(1632), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1632), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1632), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1632), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1632), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1632), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1632), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1632), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1632), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1632), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1632), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1632), - [anon_sym_MOZ_RAII] = ACTIONS(1632), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1632), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1632), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1632), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1632), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1632), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1632), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1632), - [sym_raw_string_literal] = ACTIONS(1634), + [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(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), }, [734] = { - [sym_identifier] = ACTIONS(1636), - [anon_sym_LPAREN2] = ACTIONS(1638), - [anon_sym_BANG] = ACTIONS(1638), - [anon_sym_TILDE] = ACTIONS(1638), - [anon_sym_DASH] = ACTIONS(1636), - [anon_sym_PLUS] = ACTIONS(1636), - [anon_sym_STAR] = ACTIONS(1638), - [anon_sym_AMP] = ACTIONS(1638), - [anon_sym_SEMI] = ACTIONS(1638), - [anon_sym_typedef] = ACTIONS(1636), - [anon_sym_extern] = ACTIONS(1636), - [anon_sym___attribute__] = ACTIONS(1636), - [anon_sym_COLON_COLON] = ACTIONS(1638), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1638), - [anon_sym___declspec] = ACTIONS(1636), - [anon_sym_LBRACE] = ACTIONS(1638), - [anon_sym_LBRACK] = ACTIONS(1636), - [anon_sym_static] = ACTIONS(1636), - [anon_sym_register] = ACTIONS(1636), - [anon_sym_inline] = ACTIONS(1636), - [anon_sym_thread_local] = ACTIONS(1636), - [anon_sym_const] = ACTIONS(1636), - [anon_sym_volatile] = ACTIONS(1636), - [anon_sym_restrict] = ACTIONS(1636), - [anon_sym__Atomic] = ACTIONS(1636), - [anon_sym_mutable] = ACTIONS(1636), - [anon_sym_constexpr] = ACTIONS(1636), - [anon_sym_signed] = ACTIONS(1636), - [anon_sym_unsigned] = ACTIONS(1636), - [anon_sym_long] = ACTIONS(1636), - [anon_sym_short] = ACTIONS(1636), - [sym_primitive_type] = ACTIONS(1636), - [anon_sym_enum] = ACTIONS(1636), - [anon_sym_class] = ACTIONS(1636), - [anon_sym_struct] = ACTIONS(1636), - [anon_sym_union] = ACTIONS(1636), - [anon_sym_if] = ACTIONS(1636), - [anon_sym_else] = ACTIONS(1636), - [anon_sym_switch] = ACTIONS(1636), - [anon_sym_while] = ACTIONS(1636), - [anon_sym_do] = ACTIONS(1636), - [anon_sym_for] = ACTIONS(1636), - [anon_sym_return] = ACTIONS(1636), - [anon_sym_break] = ACTIONS(1636), - [anon_sym_continue] = ACTIONS(1636), - [anon_sym_goto] = ACTIONS(1636), - [anon_sym_DASH_DASH] = ACTIONS(1638), - [anon_sym_PLUS_PLUS] = ACTIONS(1638), - [anon_sym_sizeof] = ACTIONS(1636), - [sym_number_literal] = ACTIONS(1638), - [anon_sym_L_SQUOTE] = ACTIONS(1638), - [anon_sym_u_SQUOTE] = ACTIONS(1638), - [anon_sym_U_SQUOTE] = ACTIONS(1638), - [anon_sym_u8_SQUOTE] = ACTIONS(1638), - [anon_sym_SQUOTE] = ACTIONS(1638), - [anon_sym_L_DQUOTE] = ACTIONS(1638), - [anon_sym_u_DQUOTE] = ACTIONS(1638), - [anon_sym_U_DQUOTE] = ACTIONS(1638), - [anon_sym_u8_DQUOTE] = ACTIONS(1638), - [anon_sym_DQUOTE] = ACTIONS(1638), - [sym_true] = ACTIONS(1636), - [sym_false] = ACTIONS(1636), - [sym_null] = ACTIONS(1636), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1636), - [anon_sym_virtual] = ACTIONS(1636), - [sym_auto] = ACTIONS(1636), - [anon_sym_typename] = ACTIONS(1636), - [anon_sym_template] = ACTIONS(1636), - [anon_sym_delete] = ACTIONS(1636), - [anon_sym_throw] = ACTIONS(1636), - [anon_sym_co_return] = ACTIONS(1636), - [anon_sym_co_yield] = ACTIONS(1636), - [anon_sym_try] = ACTIONS(1636), - [anon_sym_co_await] = ACTIONS(1636), - [anon_sym_new] = ACTIONS(1636), - [sym_this] = ACTIONS(1636), - [sym_nullptr] = ACTIONS(1636), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1636), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_FORWARD] = ACTIONS(1636), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1636), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1636), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1636), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1636), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_PS_GET] = ACTIONS(1636), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1636), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1636), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1636), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1636), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1636), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1636), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1636), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1636), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1636), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1636), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1636), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1636), - [anon_sym_MOZ_COLD] = ACTIONS(1636), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1636), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1636), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1636), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1636), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1636), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1636), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1636), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1636), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1636), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1636), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1636), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1636), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1636), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1636), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1636), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1636), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1636), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1636), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1636), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1636), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1636), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_NONNULL] = ACTIONS(1636), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1636), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1636), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1636), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1636), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1636), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_NORETURN] = ACTIONS(1636), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1636), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1636), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1636), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1636), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1636), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1636), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1636), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1636), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1636), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1636), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1636), - [anon_sym_MOZ_RAII] = ACTIONS(1636), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1636), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1636), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1636), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1636), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1636), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1636), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1636), - [sym_raw_string_literal] = ACTIONS(1638), + [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), }, [735] = { - [sym_identifier] = ACTIONS(1640), - [anon_sym_LPAREN2] = ACTIONS(1642), - [anon_sym_BANG] = ACTIONS(1642), - [anon_sym_TILDE] = ACTIONS(1642), - [anon_sym_DASH] = ACTIONS(1640), - [anon_sym_PLUS] = ACTIONS(1640), - [anon_sym_STAR] = ACTIONS(1642), - [anon_sym_AMP] = ACTIONS(1642), - [anon_sym_SEMI] = ACTIONS(1642), - [anon_sym_typedef] = ACTIONS(1640), - [anon_sym_extern] = ACTIONS(1640), - [anon_sym___attribute__] = ACTIONS(1640), - [anon_sym_COLON_COLON] = ACTIONS(1642), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1642), - [anon_sym___declspec] = ACTIONS(1640), - [anon_sym_LBRACE] = ACTIONS(1642), - [anon_sym_LBRACK] = ACTIONS(1640), - [anon_sym_static] = ACTIONS(1640), - [anon_sym_register] = ACTIONS(1640), - [anon_sym_inline] = ACTIONS(1640), - [anon_sym_thread_local] = ACTIONS(1640), - [anon_sym_const] = ACTIONS(1640), - [anon_sym_volatile] = ACTIONS(1640), - [anon_sym_restrict] = ACTIONS(1640), - [anon_sym__Atomic] = ACTIONS(1640), - [anon_sym_mutable] = ACTIONS(1640), - [anon_sym_constexpr] = ACTIONS(1640), - [anon_sym_signed] = ACTIONS(1640), - [anon_sym_unsigned] = ACTIONS(1640), - [anon_sym_long] = ACTIONS(1640), - [anon_sym_short] = ACTIONS(1640), - [sym_primitive_type] = ACTIONS(1640), - [anon_sym_enum] = ACTIONS(1640), - [anon_sym_class] = ACTIONS(1640), - [anon_sym_struct] = ACTIONS(1640), - [anon_sym_union] = ACTIONS(1640), - [anon_sym_if] = ACTIONS(1640), - [anon_sym_else] = ACTIONS(1640), - [anon_sym_switch] = ACTIONS(1640), - [anon_sym_while] = ACTIONS(1640), - [anon_sym_do] = ACTIONS(1640), - [anon_sym_for] = ACTIONS(1640), - [anon_sym_return] = ACTIONS(1640), - [anon_sym_break] = ACTIONS(1640), - [anon_sym_continue] = ACTIONS(1640), - [anon_sym_goto] = ACTIONS(1640), - [anon_sym_DASH_DASH] = ACTIONS(1642), - [anon_sym_PLUS_PLUS] = ACTIONS(1642), - [anon_sym_sizeof] = ACTIONS(1640), - [sym_number_literal] = ACTIONS(1642), - [anon_sym_L_SQUOTE] = ACTIONS(1642), - [anon_sym_u_SQUOTE] = ACTIONS(1642), - [anon_sym_U_SQUOTE] = ACTIONS(1642), - [anon_sym_u8_SQUOTE] = ACTIONS(1642), - [anon_sym_SQUOTE] = ACTIONS(1642), - [anon_sym_L_DQUOTE] = ACTIONS(1642), - [anon_sym_u_DQUOTE] = ACTIONS(1642), - [anon_sym_U_DQUOTE] = ACTIONS(1642), - [anon_sym_u8_DQUOTE] = ACTIONS(1642), - [anon_sym_DQUOTE] = ACTIONS(1642), - [sym_true] = ACTIONS(1640), - [sym_false] = ACTIONS(1640), - [sym_null] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1640), - [anon_sym_virtual] = ACTIONS(1640), - [sym_auto] = ACTIONS(1640), - [anon_sym_typename] = ACTIONS(1640), - [anon_sym_template] = ACTIONS(1640), - [anon_sym_delete] = ACTIONS(1640), - [anon_sym_throw] = ACTIONS(1640), - [anon_sym_co_return] = ACTIONS(1640), - [anon_sym_co_yield] = ACTIONS(1640), - [anon_sym_try] = ACTIONS(1640), - [anon_sym_co_await] = ACTIONS(1640), - [anon_sym_new] = ACTIONS(1640), - [sym_this] = ACTIONS(1640), - [sym_nullptr] = ACTIONS(1640), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1640), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_FORWARD] = ACTIONS(1640), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1640), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1640), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1640), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1640), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_PS_GET] = ACTIONS(1640), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1640), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1640), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1640), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1640), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1640), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1640), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1640), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1640), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1640), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1640), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1640), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1640), - [anon_sym_MOZ_COLD] = ACTIONS(1640), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1640), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1640), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1640), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1640), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1640), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1640), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1640), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1640), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1640), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1640), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1640), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1640), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1640), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1640), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1640), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1640), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1640), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1640), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1640), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1640), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1640), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_NONNULL] = ACTIONS(1640), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1640), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1640), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1640), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1640), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1640), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_NORETURN] = ACTIONS(1640), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1640), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1640), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1640), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1640), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1640), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1640), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1640), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1640), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1640), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1640), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1640), - [anon_sym_MOZ_RAII] = ACTIONS(1640), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1640), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1640), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1640), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1640), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1640), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1640), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1640), - [sym_raw_string_literal] = ACTIONS(1642), + [sym_identifier] = 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] = ACTIONS(1643), + [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_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_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), + [sym_auto] = ACTIONS(1641), + [anon_sym_typename] = ACTIONS(1641), + [anon_sym_template] = ACTIONS(1641), + [anon_sym_delete] = ACTIONS(1641), + [anon_sym_throw] = 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), + [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), }, [736] = { - [sym_identifier] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(1644), - [anon_sym_LPAREN2] = ACTIONS(1646), - [anon_sym_BANG] = ACTIONS(1646), - [anon_sym_TILDE] = ACTIONS(1646), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_AMP] = ACTIONS(1646), - [anon_sym_SEMI] = ACTIONS(1646), - [anon_sym_typedef] = ACTIONS(1644), - [anon_sym_extern] = ACTIONS(1644), - [anon_sym___attribute__] = ACTIONS(1644), - [anon_sym_COLON_COLON] = ACTIONS(1646), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1646), - [anon_sym___declspec] = ACTIONS(1644), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LBRACK] = ACTIONS(1644), - [anon_sym_static] = ACTIONS(1644), - [anon_sym_register] = ACTIONS(1644), - [anon_sym_inline] = ACTIONS(1644), - [anon_sym_thread_local] = ACTIONS(1644), - [anon_sym_const] = ACTIONS(1644), - [anon_sym_volatile] = ACTIONS(1644), - [anon_sym_restrict] = ACTIONS(1644), - [anon_sym__Atomic] = ACTIONS(1644), - [anon_sym_mutable] = ACTIONS(1644), - [anon_sym_constexpr] = ACTIONS(1644), - [anon_sym_signed] = ACTIONS(1644), - [anon_sym_unsigned] = ACTIONS(1644), - [anon_sym_long] = ACTIONS(1644), - [anon_sym_short] = ACTIONS(1644), - [sym_primitive_type] = ACTIONS(1644), - [anon_sym_enum] = ACTIONS(1644), - [anon_sym_class] = ACTIONS(1644), - [anon_sym_struct] = ACTIONS(1644), - [anon_sym_union] = ACTIONS(1644), - [anon_sym_if] = ACTIONS(1644), - [anon_sym_else] = ACTIONS(1644), - [anon_sym_switch] = ACTIONS(1644), - [anon_sym_while] = ACTIONS(1644), - [anon_sym_do] = ACTIONS(1644), - [anon_sym_for] = ACTIONS(1644), - [anon_sym_return] = ACTIONS(1644), - [anon_sym_break] = ACTIONS(1644), - [anon_sym_continue] = ACTIONS(1644), - [anon_sym_goto] = ACTIONS(1644), - [anon_sym_DASH_DASH] = ACTIONS(1646), - [anon_sym_PLUS_PLUS] = ACTIONS(1646), - [anon_sym_sizeof] = ACTIONS(1644), - [sym_number_literal] = ACTIONS(1646), - [anon_sym_L_SQUOTE] = ACTIONS(1646), - [anon_sym_u_SQUOTE] = ACTIONS(1646), - [anon_sym_U_SQUOTE] = ACTIONS(1646), - [anon_sym_u8_SQUOTE] = ACTIONS(1646), - [anon_sym_SQUOTE] = ACTIONS(1646), - [anon_sym_L_DQUOTE] = ACTIONS(1646), - [anon_sym_u_DQUOTE] = ACTIONS(1646), - [anon_sym_U_DQUOTE] = ACTIONS(1646), - [anon_sym_u8_DQUOTE] = ACTIONS(1646), - [anon_sym_DQUOTE] = ACTIONS(1646), - [sym_true] = ACTIONS(1644), - [sym_false] = ACTIONS(1644), - [sym_null] = ACTIONS(1644), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1644), - [anon_sym_virtual] = ACTIONS(1644), - [sym_auto] = ACTIONS(1644), - [anon_sym_typename] = ACTIONS(1644), - [anon_sym_template] = ACTIONS(1644), - [anon_sym_delete] = ACTIONS(1644), - [anon_sym_throw] = ACTIONS(1644), - [anon_sym_co_return] = ACTIONS(1644), - [anon_sym_co_yield] = ACTIONS(1644), - [anon_sym_try] = ACTIONS(1644), - [anon_sym_co_await] = ACTIONS(1644), - [anon_sym_new] = ACTIONS(1644), - [sym_this] = ACTIONS(1644), - [sym_nullptr] = ACTIONS(1644), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1644), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_FORWARD] = ACTIONS(1644), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1644), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1644), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1644), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1644), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_PS_GET] = ACTIONS(1644), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1644), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1644), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1644), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1644), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1644), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1644), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1644), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1644), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1644), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1644), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1644), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1644), - [anon_sym_MOZ_COLD] = ACTIONS(1644), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1644), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1644), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1644), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1644), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1644), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1644), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1644), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1644), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1644), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1644), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1644), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1644), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1644), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1644), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1644), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1644), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1644), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1644), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1644), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1644), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1644), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_NONNULL] = ACTIONS(1644), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1644), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1644), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1644), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1644), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1644), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_NORETURN] = ACTIONS(1644), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1644), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1644), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1644), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1644), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1644), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1644), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1644), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1644), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1644), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1644), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1644), - [anon_sym_MOZ_RAII] = ACTIONS(1644), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1644), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1644), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1644), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1644), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1644), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1644), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1644), - [sym_raw_string_literal] = ACTIONS(1646), + [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(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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] = { - [sym_identifier] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [741] = { - [sym_identifier] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [744] = { - [sym_identifier] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [sym_identifier] = 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] = ACTIONS(1599), + [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_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_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), + [sym_auto] = ACTIONS(1597), + [anon_sym_typename] = ACTIONS(1597), + [anon_sym_template] = ACTIONS(1597), + [anon_sym_delete] = ACTIONS(1597), + [anon_sym_throw] = 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), + [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), }, [745] = { - [sym_identifier] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(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), }, [746] = { - [sym_identifier] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [747] = { - [sym_identifier] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [748] = { - [sym_identifier] = ACTIONS(1688), - [anon_sym_LPAREN2] = ACTIONS(1690), - [anon_sym_BANG] = ACTIONS(1690), - [anon_sym_TILDE] = ACTIONS(1690), - [anon_sym_DASH] = ACTIONS(1688), - [anon_sym_PLUS] = ACTIONS(1688), - [anon_sym_STAR] = ACTIONS(1690), - [anon_sym_AMP] = ACTIONS(1690), - [anon_sym_SEMI] = ACTIONS(1690), - [anon_sym_typedef] = ACTIONS(1688), - [anon_sym_extern] = ACTIONS(1688), - [anon_sym___attribute__] = ACTIONS(1688), - [anon_sym_COLON_COLON] = ACTIONS(1690), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1690), - [anon_sym___declspec] = ACTIONS(1688), - [anon_sym_LBRACE] = ACTIONS(1690), - [anon_sym_LBRACK] = ACTIONS(1688), - [anon_sym_static] = ACTIONS(1688), - [anon_sym_register] = ACTIONS(1688), - [anon_sym_inline] = ACTIONS(1688), - [anon_sym_thread_local] = ACTIONS(1688), - [anon_sym_const] = ACTIONS(1688), - [anon_sym_volatile] = ACTIONS(1688), - [anon_sym_restrict] = ACTIONS(1688), - [anon_sym__Atomic] = ACTIONS(1688), - [anon_sym_mutable] = ACTIONS(1688), - [anon_sym_constexpr] = ACTIONS(1688), - [anon_sym_signed] = ACTIONS(1688), - [anon_sym_unsigned] = ACTIONS(1688), - [anon_sym_long] = ACTIONS(1688), - [anon_sym_short] = ACTIONS(1688), - [sym_primitive_type] = ACTIONS(1688), - [anon_sym_enum] = ACTIONS(1688), - [anon_sym_class] = ACTIONS(1688), - [anon_sym_struct] = ACTIONS(1688), - [anon_sym_union] = ACTIONS(1688), - [anon_sym_if] = ACTIONS(1688), - [anon_sym_else] = ACTIONS(1688), - [anon_sym_switch] = ACTIONS(1688), - [anon_sym_while] = ACTIONS(1688), - [anon_sym_do] = ACTIONS(1688), - [anon_sym_for] = ACTIONS(1688), - [anon_sym_return] = ACTIONS(1688), - [anon_sym_break] = ACTIONS(1688), - [anon_sym_continue] = ACTIONS(1688), - [anon_sym_goto] = ACTIONS(1688), - [anon_sym_DASH_DASH] = ACTIONS(1690), - [anon_sym_PLUS_PLUS] = ACTIONS(1690), - [anon_sym_sizeof] = ACTIONS(1688), - [sym_number_literal] = ACTIONS(1690), - [anon_sym_L_SQUOTE] = ACTIONS(1690), - [anon_sym_u_SQUOTE] = ACTIONS(1690), - [anon_sym_U_SQUOTE] = ACTIONS(1690), - [anon_sym_u8_SQUOTE] = ACTIONS(1690), - [anon_sym_SQUOTE] = ACTIONS(1690), - [anon_sym_L_DQUOTE] = ACTIONS(1690), - [anon_sym_u_DQUOTE] = ACTIONS(1690), - [anon_sym_U_DQUOTE] = ACTIONS(1690), - [anon_sym_u8_DQUOTE] = ACTIONS(1690), - [anon_sym_DQUOTE] = ACTIONS(1690), - [sym_true] = ACTIONS(1688), - [sym_false] = ACTIONS(1688), - [sym_null] = ACTIONS(1688), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1688), - [anon_sym_virtual] = ACTIONS(1688), - [sym_auto] = ACTIONS(1688), - [anon_sym_typename] = ACTIONS(1688), - [anon_sym_template] = ACTIONS(1688), - [anon_sym_delete] = ACTIONS(1688), - [anon_sym_throw] = ACTIONS(1688), - [anon_sym_co_return] = ACTIONS(1688), - [anon_sym_co_yield] = ACTIONS(1688), - [anon_sym_try] = ACTIONS(1688), - [anon_sym_co_await] = ACTIONS(1688), - [anon_sym_new] = ACTIONS(1688), - [sym_this] = ACTIONS(1688), - [sym_nullptr] = ACTIONS(1688), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1688), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_FORWARD] = ACTIONS(1688), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1688), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1688), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1688), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1688), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_PS_GET] = ACTIONS(1688), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1688), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1688), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1688), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1688), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1688), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1688), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1688), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1688), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1688), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1688), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1688), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1688), - [anon_sym_MOZ_COLD] = ACTIONS(1688), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1688), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1688), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1688), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1688), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1688), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1688), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1688), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1688), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1688), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1688), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1688), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1688), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1688), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1688), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1688), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1688), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1688), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1688), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1688), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1688), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1688), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_NONNULL] = ACTIONS(1688), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1688), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1688), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1688), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1688), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1688), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_NORETURN] = ACTIONS(1688), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1688), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1688), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1688), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1688), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1688), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1688), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1688), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1688), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1688), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1688), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1688), - [anon_sym_MOZ_RAII] = ACTIONS(1688), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1688), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1688), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1688), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1688), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1688), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1688), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1688), - [sym_raw_string_literal] = ACTIONS(1690), + [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(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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_identifier] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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] = { - [sym_identifier] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [753] = { - [sym_identifier] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [754] = { - [sym_identifier] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [755] = { - [sym_identifier] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [756] = { - [sym_identifier] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [757] = { - [sym_identifier] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(1578), - [anon_sym_LPAREN2] = ACTIONS(1580), - [anon_sym_BANG] = ACTIONS(1580), - [anon_sym_TILDE] = ACTIONS(1580), - [anon_sym_DASH] = ACTIONS(1578), - [anon_sym_PLUS] = ACTIONS(1578), - [anon_sym_STAR] = ACTIONS(1580), - [anon_sym_AMP] = ACTIONS(1580), - [anon_sym_SEMI] = ACTIONS(1580), - [anon_sym_typedef] = ACTIONS(1578), - [anon_sym_extern] = ACTIONS(1578), - [anon_sym___attribute__] = ACTIONS(1578), - [anon_sym_COLON_COLON] = ACTIONS(1580), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1580), - [anon_sym___declspec] = ACTIONS(1578), - [anon_sym_LBRACE] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(1578), - [anon_sym_static] = ACTIONS(1578), - [anon_sym_register] = ACTIONS(1578), - [anon_sym_inline] = ACTIONS(1578), - [anon_sym_thread_local] = ACTIONS(1578), - [anon_sym_const] = ACTIONS(1578), - [anon_sym_volatile] = ACTIONS(1578), - [anon_sym_restrict] = ACTIONS(1578), - [anon_sym__Atomic] = ACTIONS(1578), - [anon_sym_mutable] = ACTIONS(1578), - [anon_sym_constexpr] = ACTIONS(1578), - [anon_sym_signed] = ACTIONS(1578), - [anon_sym_unsigned] = ACTIONS(1578), - [anon_sym_long] = ACTIONS(1578), - [anon_sym_short] = ACTIONS(1578), - [sym_primitive_type] = ACTIONS(1578), - [anon_sym_enum] = ACTIONS(1578), - [anon_sym_class] = ACTIONS(1578), - [anon_sym_struct] = ACTIONS(1578), - [anon_sym_union] = ACTIONS(1578), - [anon_sym_if] = ACTIONS(1578), - [anon_sym_else] = ACTIONS(1578), - [anon_sym_switch] = ACTIONS(1578), - [anon_sym_while] = ACTIONS(1578), - [anon_sym_do] = ACTIONS(1578), - [anon_sym_for] = ACTIONS(1578), - [anon_sym_return] = ACTIONS(1578), - [anon_sym_break] = ACTIONS(1578), - [anon_sym_continue] = ACTIONS(1578), - [anon_sym_goto] = ACTIONS(1578), - [anon_sym_DASH_DASH] = ACTIONS(1580), - [anon_sym_PLUS_PLUS] = ACTIONS(1580), - [anon_sym_sizeof] = ACTIONS(1578), - [sym_number_literal] = ACTIONS(1580), - [anon_sym_L_SQUOTE] = ACTIONS(1580), - [anon_sym_u_SQUOTE] = ACTIONS(1580), - [anon_sym_U_SQUOTE] = ACTIONS(1580), - [anon_sym_u8_SQUOTE] = ACTIONS(1580), - [anon_sym_SQUOTE] = ACTIONS(1580), - [anon_sym_L_DQUOTE] = ACTIONS(1580), - [anon_sym_u_DQUOTE] = ACTIONS(1580), - [anon_sym_U_DQUOTE] = ACTIONS(1580), - [anon_sym_u8_DQUOTE] = ACTIONS(1580), - [anon_sym_DQUOTE] = ACTIONS(1580), - [sym_true] = ACTIONS(1578), - [sym_false] = ACTIONS(1578), - [sym_null] = ACTIONS(1578), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1578), - [anon_sym_virtual] = ACTIONS(1578), - [sym_auto] = ACTIONS(1578), - [anon_sym_typename] = ACTIONS(1578), - [anon_sym_template] = ACTIONS(1578), - [anon_sym_delete] = ACTIONS(1578), - [anon_sym_throw] = ACTIONS(1578), - [anon_sym_co_return] = ACTIONS(1578), - [anon_sym_co_yield] = ACTIONS(1578), - [anon_sym_try] = ACTIONS(1578), - [anon_sym_co_await] = ACTIONS(1578), - [anon_sym_new] = ACTIONS(1578), - [sym_this] = ACTIONS(1578), - [sym_nullptr] = ACTIONS(1578), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1578), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_FORWARD] = ACTIONS(1578), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1578), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1578), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1578), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1578), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_PS_GET] = ACTIONS(1578), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1578), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1578), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1578), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1578), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1578), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1578), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1578), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1578), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1578), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1578), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1578), - [anon_sym_MOZ_COLD] = ACTIONS(1578), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1578), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1578), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1578), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1578), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1578), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1578), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1578), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1578), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1578), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1578), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1578), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1578), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1578), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1578), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1578), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1578), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1578), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1578), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1578), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1578), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_NONNULL] = ACTIONS(1578), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1578), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1578), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1578), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1578), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1578), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_NORETURN] = ACTIONS(1578), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1578), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1578), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1578), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1578), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1578), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1578), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1578), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1578), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1578), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1578), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1578), - [anon_sym_MOZ_RAII] = ACTIONS(1578), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1578), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1578), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1578), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1578), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1578), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1578), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1578), - [sym_raw_string_literal] = ACTIONS(1580), + [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] = { - [sym_identifier] = ACTIONS(1684), - [anon_sym_LPAREN2] = ACTIONS(1686), - [anon_sym_BANG] = ACTIONS(1686), - [anon_sym_TILDE] = ACTIONS(1686), - [anon_sym_DASH] = ACTIONS(1684), - [anon_sym_PLUS] = ACTIONS(1684), - [anon_sym_STAR] = ACTIONS(1686), - [anon_sym_AMP] = ACTIONS(1686), - [anon_sym_SEMI] = ACTIONS(1686), - [anon_sym_typedef] = ACTIONS(1684), - [anon_sym_extern] = ACTIONS(1684), - [anon_sym___attribute__] = ACTIONS(1684), - [anon_sym_COLON_COLON] = ACTIONS(1686), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1686), - [anon_sym___declspec] = ACTIONS(1684), - [anon_sym_LBRACE] = ACTIONS(1686), - [anon_sym_LBRACK] = ACTIONS(1684), - [anon_sym_static] = ACTIONS(1684), - [anon_sym_register] = ACTIONS(1684), - [anon_sym_inline] = ACTIONS(1684), - [anon_sym_thread_local] = ACTIONS(1684), - [anon_sym_const] = ACTIONS(1684), - [anon_sym_volatile] = ACTIONS(1684), - [anon_sym_restrict] = ACTIONS(1684), - [anon_sym__Atomic] = ACTIONS(1684), - [anon_sym_mutable] = ACTIONS(1684), - [anon_sym_constexpr] = ACTIONS(1684), - [anon_sym_signed] = ACTIONS(1684), - [anon_sym_unsigned] = ACTIONS(1684), - [anon_sym_long] = ACTIONS(1684), - [anon_sym_short] = ACTIONS(1684), - [sym_primitive_type] = ACTIONS(1684), - [anon_sym_enum] = ACTIONS(1684), - [anon_sym_class] = ACTIONS(1684), - [anon_sym_struct] = ACTIONS(1684), - [anon_sym_union] = ACTIONS(1684), - [anon_sym_if] = ACTIONS(1684), - [anon_sym_else] = ACTIONS(1684), - [anon_sym_switch] = ACTIONS(1684), - [anon_sym_while] = ACTIONS(1684), - [anon_sym_do] = ACTIONS(1684), - [anon_sym_for] = ACTIONS(1684), - [anon_sym_return] = ACTIONS(1684), - [anon_sym_break] = ACTIONS(1684), - [anon_sym_continue] = ACTIONS(1684), - [anon_sym_goto] = ACTIONS(1684), - [anon_sym_DASH_DASH] = ACTIONS(1686), - [anon_sym_PLUS_PLUS] = ACTIONS(1686), - [anon_sym_sizeof] = ACTIONS(1684), - [sym_number_literal] = ACTIONS(1686), - [anon_sym_L_SQUOTE] = ACTIONS(1686), - [anon_sym_u_SQUOTE] = ACTIONS(1686), - [anon_sym_U_SQUOTE] = ACTIONS(1686), - [anon_sym_u8_SQUOTE] = ACTIONS(1686), - [anon_sym_SQUOTE] = ACTIONS(1686), - [anon_sym_L_DQUOTE] = ACTIONS(1686), - [anon_sym_u_DQUOTE] = ACTIONS(1686), - [anon_sym_U_DQUOTE] = ACTIONS(1686), - [anon_sym_u8_DQUOTE] = ACTIONS(1686), - [anon_sym_DQUOTE] = ACTIONS(1686), - [sym_true] = ACTIONS(1684), - [sym_false] = ACTIONS(1684), - [sym_null] = ACTIONS(1684), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1684), - [anon_sym_virtual] = ACTIONS(1684), - [sym_auto] = ACTIONS(1684), - [anon_sym_typename] = ACTIONS(1684), - [anon_sym_template] = ACTIONS(1684), - [anon_sym_delete] = ACTIONS(1684), - [anon_sym_throw] = ACTIONS(1684), - [anon_sym_co_return] = ACTIONS(1684), - [anon_sym_co_yield] = ACTIONS(1684), - [anon_sym_try] = ACTIONS(1684), - [anon_sym_co_await] = ACTIONS(1684), - [anon_sym_new] = ACTIONS(1684), - [sym_this] = ACTIONS(1684), - [sym_nullptr] = ACTIONS(1684), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1684), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_FORWARD] = ACTIONS(1684), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1684), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1684), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1684), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1684), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_PS_GET] = ACTIONS(1684), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1684), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1684), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1684), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1684), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1684), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1684), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1684), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1684), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1684), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1684), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1684), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1684), - [anon_sym_MOZ_COLD] = ACTIONS(1684), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1684), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1684), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1684), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1684), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1684), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1684), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1684), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1684), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1684), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1684), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1684), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1684), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1684), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1684), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1684), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1684), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1684), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1684), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1684), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1684), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1684), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_NONNULL] = ACTIONS(1684), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1684), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1684), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1684), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1684), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1684), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_NORETURN] = ACTIONS(1684), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1684), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1684), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1684), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1684), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1684), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1684), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1684), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1684), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1684), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1684), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1684), - [anon_sym_MOZ_RAII] = ACTIONS(1684), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1684), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1684), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1684), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1684), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1684), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1684), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1684), - [sym_raw_string_literal] = ACTIONS(1686), + [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), }, [762] = { - [sym_identifier] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [766] = { - [sym_identifier] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [767] = { - [sym_identifier] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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(1700), - [anon_sym_LPAREN2] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1702), - [anon_sym_TILDE] = ACTIONS(1702), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_PLUS] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_SEMI] = ACTIONS(1702), - [anon_sym_typedef] = ACTIONS(1700), - [anon_sym_extern] = ACTIONS(1700), - [anon_sym___attribute__] = ACTIONS(1700), - [anon_sym_COLON_COLON] = ACTIONS(1702), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1702), - [anon_sym___declspec] = ACTIONS(1700), - [anon_sym_LBRACE] = ACTIONS(1702), - [anon_sym_LBRACK] = ACTIONS(1700), - [anon_sym_static] = ACTIONS(1700), - [anon_sym_register] = ACTIONS(1700), - [anon_sym_inline] = ACTIONS(1700), - [anon_sym_thread_local] = ACTIONS(1700), - [anon_sym_const] = ACTIONS(1700), - [anon_sym_volatile] = ACTIONS(1700), - [anon_sym_restrict] = ACTIONS(1700), - [anon_sym__Atomic] = ACTIONS(1700), - [anon_sym_mutable] = ACTIONS(1700), - [anon_sym_constexpr] = ACTIONS(1700), - [anon_sym_signed] = ACTIONS(1700), - [anon_sym_unsigned] = ACTIONS(1700), - [anon_sym_long] = ACTIONS(1700), - [anon_sym_short] = ACTIONS(1700), - [sym_primitive_type] = ACTIONS(1700), - [anon_sym_enum] = ACTIONS(1700), - [anon_sym_class] = ACTIONS(1700), - [anon_sym_struct] = ACTIONS(1700), - [anon_sym_union] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_else] = ACTIONS(2327), - [anon_sym_switch] = ACTIONS(1700), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_do] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_continue] = ACTIONS(1700), - [anon_sym_goto] = ACTIONS(1700), - [anon_sym_DASH_DASH] = ACTIONS(1702), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_sizeof] = ACTIONS(1700), - [sym_number_literal] = ACTIONS(1702), - [anon_sym_L_SQUOTE] = ACTIONS(1702), - [anon_sym_u_SQUOTE] = ACTIONS(1702), - [anon_sym_U_SQUOTE] = ACTIONS(1702), - [anon_sym_u8_SQUOTE] = ACTIONS(1702), - [anon_sym_SQUOTE] = ACTIONS(1702), - [anon_sym_L_DQUOTE] = ACTIONS(1702), - [anon_sym_u_DQUOTE] = ACTIONS(1702), - [anon_sym_U_DQUOTE] = ACTIONS(1702), - [anon_sym_u8_DQUOTE] = ACTIONS(1702), - [anon_sym_DQUOTE] = ACTIONS(1702), - [sym_true] = ACTIONS(1700), - [sym_false] = ACTIONS(1700), - [sym_null] = ACTIONS(1700), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1700), - [anon_sym_virtual] = ACTIONS(1700), - [sym_auto] = ACTIONS(1700), - [anon_sym_typename] = ACTIONS(1700), - [anon_sym_template] = ACTIONS(1700), - [anon_sym_delete] = ACTIONS(1700), - [anon_sym_throw] = ACTIONS(1700), - [anon_sym_co_return] = ACTIONS(1700), - [anon_sym_co_yield] = ACTIONS(1700), - [anon_sym_try] = ACTIONS(1700), - [anon_sym_co_await] = ACTIONS(1700), - [anon_sym_new] = ACTIONS(1700), - [sym_this] = ACTIONS(1700), - [sym_nullptr] = ACTIONS(1700), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1700), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_FORWARD] = ACTIONS(1700), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1700), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1700), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1700), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1700), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_PS_GET] = ACTIONS(1700), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1700), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1700), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1700), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1700), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1700), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1700), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1700), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1700), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1700), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1700), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1700), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1700), - [anon_sym_MOZ_COLD] = ACTIONS(1700), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1700), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1700), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1700), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1700), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1700), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1700), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1700), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1700), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1700), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1700), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1700), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1700), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1700), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1700), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1700), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1700), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1700), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1700), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1700), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1700), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1700), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_NONNULL] = ACTIONS(1700), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1700), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1700), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1700), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1700), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1700), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_NORETURN] = ACTIONS(1700), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1700), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1700), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1700), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1700), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1700), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1700), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1700), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1700), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1700), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1700), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1700), - [anon_sym_MOZ_RAII] = ACTIONS(1700), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1700), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1700), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1700), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1700), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1700), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1700), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1700), - [sym_raw_string_literal] = ACTIONS(1702), + [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), }, [770] = { - [sym_identifier] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [771] = { - [sym_identifier] = ACTIONS(1540), - [anon_sym_LPAREN2] = ACTIONS(1542), - [anon_sym_BANG] = ACTIONS(1542), - [anon_sym_TILDE] = ACTIONS(1542), - [anon_sym_DASH] = ACTIONS(1540), - [anon_sym_PLUS] = ACTIONS(1540), - [anon_sym_STAR] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1542), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_typedef] = ACTIONS(1540), - [anon_sym_extern] = ACTIONS(1540), - [anon_sym___attribute__] = ACTIONS(1540), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1542), - [anon_sym___declspec] = ACTIONS(1540), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1540), - [anon_sym_static] = ACTIONS(1540), - [anon_sym_register] = ACTIONS(1540), - [anon_sym_inline] = ACTIONS(1540), - [anon_sym_thread_local] = ACTIONS(1540), - [anon_sym_const] = ACTIONS(1540), - [anon_sym_volatile] = ACTIONS(1540), - [anon_sym_restrict] = ACTIONS(1540), - [anon_sym__Atomic] = ACTIONS(1540), - [anon_sym_mutable] = ACTIONS(1540), - [anon_sym_constexpr] = ACTIONS(1540), - [anon_sym_signed] = ACTIONS(1540), - [anon_sym_unsigned] = ACTIONS(1540), - [anon_sym_long] = ACTIONS(1540), - [anon_sym_short] = ACTIONS(1540), - [sym_primitive_type] = ACTIONS(1540), - [anon_sym_enum] = ACTIONS(1540), - [anon_sym_class] = ACTIONS(1540), - [anon_sym_struct] = ACTIONS(1540), - [anon_sym_union] = ACTIONS(1540), - [anon_sym_if] = ACTIONS(1540), - [anon_sym_else] = ACTIONS(1540), - [anon_sym_switch] = ACTIONS(1540), - [anon_sym_while] = ACTIONS(1540), - [anon_sym_do] = ACTIONS(1540), - [anon_sym_for] = ACTIONS(1540), - [anon_sym_return] = ACTIONS(1540), - [anon_sym_break] = ACTIONS(1540), - [anon_sym_continue] = ACTIONS(1540), - [anon_sym_goto] = ACTIONS(1540), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_sizeof] = ACTIONS(1540), - [sym_number_literal] = ACTIONS(1542), - [anon_sym_L_SQUOTE] = ACTIONS(1542), - [anon_sym_u_SQUOTE] = ACTIONS(1542), - [anon_sym_U_SQUOTE] = ACTIONS(1542), - [anon_sym_u8_SQUOTE] = ACTIONS(1542), - [anon_sym_SQUOTE] = ACTIONS(1542), - [anon_sym_L_DQUOTE] = ACTIONS(1542), - [anon_sym_u_DQUOTE] = ACTIONS(1542), - [anon_sym_U_DQUOTE] = ACTIONS(1542), - [anon_sym_u8_DQUOTE] = ACTIONS(1542), - [anon_sym_DQUOTE] = ACTIONS(1542), - [sym_true] = ACTIONS(1540), - [sym_false] = ACTIONS(1540), - [sym_null] = ACTIONS(1540), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1540), - [anon_sym_virtual] = ACTIONS(1540), - [sym_auto] = ACTIONS(1540), - [anon_sym_typename] = ACTIONS(1540), - [anon_sym_template] = ACTIONS(1540), - [anon_sym_delete] = ACTIONS(1540), - [anon_sym_throw] = ACTIONS(1540), - [anon_sym_co_return] = ACTIONS(1540), - [anon_sym_co_yield] = ACTIONS(1540), - [anon_sym_try] = ACTIONS(1540), - [anon_sym_co_await] = ACTIONS(1540), - [anon_sym_new] = ACTIONS(1540), - [sym_this] = ACTIONS(1540), - [sym_nullptr] = ACTIONS(1540), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_FORWARD] = ACTIONS(1540), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(1540), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_PS_GET] = ACTIONS(1540), - [anon_sym_PS_GET_AND_SET] = ACTIONS(1540), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(1540), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(1540), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(1540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1540), - [anon_sym_MOZ_COLD] = ACTIONS(1540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL] = ACTIONS(1540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN] = ACTIONS(1540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1540), - [anon_sym_MOZ_RAII] = ACTIONS(1540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1540), - [sym_raw_string_literal] = ACTIONS(1542), + [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), }, [772] = { - [sym_identifier] = ACTIONS(2280), - [anon_sym_LPAREN2] = ACTIONS(2286), - [anon_sym_BANG] = ACTIONS(2286), - [anon_sym_TILDE] = ACTIONS(2286), - [anon_sym_DASH] = ACTIONS(2288), - [anon_sym_PLUS] = ACTIONS(2288), - [anon_sym_STAR] = ACTIONS(2286), - [anon_sym_AMP] = ACTIONS(2286), - [anon_sym_SEMI] = ACTIONS(2286), - [anon_sym_extern] = ACTIONS(2292), - [anon_sym___attribute__] = ACTIONS(2292), - [anon_sym_COLON_COLON] = ACTIONS(2283), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2283), - [anon_sym___declspec] = ACTIONS(2292), - [anon_sym_LBRACE] = ACTIONS(2286), - [anon_sym_LBRACK] = ACTIONS(2288), - [anon_sym_static] = ACTIONS(2292), - [anon_sym_register] = ACTIONS(2292), - [anon_sym_inline] = ACTIONS(2292), - [anon_sym_thread_local] = ACTIONS(2292), - [anon_sym_const] = ACTIONS(2292), - [anon_sym_volatile] = ACTIONS(2292), - [anon_sym_restrict] = ACTIONS(2292), - [anon_sym__Atomic] = ACTIONS(2292), - [anon_sym_mutable] = ACTIONS(2292), - [anon_sym_constexpr] = ACTIONS(2292), - [anon_sym_signed] = ACTIONS(2292), - [anon_sym_unsigned] = ACTIONS(2292), - [anon_sym_long] = ACTIONS(2292), - [anon_sym_short] = ACTIONS(2292), - [sym_primitive_type] = ACTIONS(2280), - [anon_sym_enum] = ACTIONS(2292), - [anon_sym_class] = ACTIONS(2292), - [anon_sym_struct] = ACTIONS(2292), - [anon_sym_union] = ACTIONS(2292), - [anon_sym_if] = ACTIONS(2288), - [anon_sym_switch] = ACTIONS(2288), - [anon_sym_while] = ACTIONS(2288), - [anon_sym_do] = ACTIONS(2288), - [anon_sym_for] = ACTIONS(2288), - [anon_sym_return] = ACTIONS(2288), - [anon_sym_break] = ACTIONS(2288), - [anon_sym_continue] = ACTIONS(2288), - [anon_sym_goto] = ACTIONS(2288), - [anon_sym_DASH_DASH] = ACTIONS(2286), - [anon_sym_PLUS_PLUS] = ACTIONS(2286), - [anon_sym_sizeof] = ACTIONS(2288), - [sym_number_literal] = ACTIONS(2286), - [anon_sym_L_SQUOTE] = ACTIONS(2286), - [anon_sym_u_SQUOTE] = ACTIONS(2286), - [anon_sym_U_SQUOTE] = ACTIONS(2286), - [anon_sym_u8_SQUOTE] = ACTIONS(2286), - [anon_sym_SQUOTE] = ACTIONS(2286), - [anon_sym_L_DQUOTE] = ACTIONS(2286), - [anon_sym_u_DQUOTE] = ACTIONS(2286), - [anon_sym_U_DQUOTE] = ACTIONS(2286), - [anon_sym_u8_DQUOTE] = ACTIONS(2286), - [anon_sym_DQUOTE] = ACTIONS(2286), - [sym_true] = ACTIONS(2288), - [sym_false] = ACTIONS(2288), - [sym_null] = ACTIONS(2288), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2292), - [anon_sym_virtual] = ACTIONS(2292), - [sym_auto] = ACTIONS(2292), - [anon_sym_typename] = ACTIONS(2292), - [anon_sym_template] = ACTIONS(2280), - [anon_sym_delete] = ACTIONS(2288), - [anon_sym_throw] = ACTIONS(2288), - [anon_sym_co_return] = ACTIONS(2288), - [anon_sym_co_yield] = ACTIONS(2288), - [anon_sym_try] = ACTIONS(2288), - [anon_sym_co_await] = ACTIONS(2288), - [anon_sym_new] = ACTIONS(2288), - [sym_this] = ACTIONS(2288), - [sym_nullptr] = ACTIONS(2288), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(2288), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(2288), - [anon_sym_FORWARD] = ACTIONS(2288), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(2288), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(2288), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(2288), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(2288), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(2288), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(2288), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(2288), - [anon_sym_PS_GET] = ACTIONS(2288), - [anon_sym_PS_GET_AND_SET] = ACTIONS(2288), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(2288), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(2288), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(2288), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(2288), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2288), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2292), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2292), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2292), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2292), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2292), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2292), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2292), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2292), - [anon_sym_MOZ_COLD] = ACTIONS(2292), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2292), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2292), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2292), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2292), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2292), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2292), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2292), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2292), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2292), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2292), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2292), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2292), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2292), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2292), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2292), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2292), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2292), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2292), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2292), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2292), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2292), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2292), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2292), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2292), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2292), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2292), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2292), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2292), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2292), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2292), - [anon_sym_MOZ_NONNULL] = ACTIONS(2292), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2292), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2292), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2292), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2292), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2292), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2292), - [anon_sym_MOZ_NORETURN] = ACTIONS(2292), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2292), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2292), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2292), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2292), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2292), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2292), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2292), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2292), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2292), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2292), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2292), - [anon_sym_MOZ_RAII] = ACTIONS(2292), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2292), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2292), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2292), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2292), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2292), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2292), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2292), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2292), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2292), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2292), - [sym_raw_string_literal] = ACTIONS(2286), + [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), }, [773] = { - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(2433), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3774), - [sym__abstract_declarator] = STATE(3886), - [sym_parenthesized_declarator] = STATE(3583), - [sym_abstract_parenthesized_declarator] = STATE(3647), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_abstract_pointer_declarator] = STATE(3647), - [sym_function_declarator] = STATE(3583), - [sym_abstract_function_declarator] = STATE(3647), - [sym_array_declarator] = STATE(3583), - [sym_abstract_array_declarator] = STATE(3647), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_parameter_list] = STATE(3237), - [sym_parameter_declaration] = STATE(4073), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_optional_parameter_declaration] = STATE(4073), - [sym_variadic_parameter_declaration] = STATE(4073), - [sym_reference_declarator] = STATE(3583), - [sym_abstract_reference_declarator] = STATE(3647), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1448), - [sym_template_function] = STATE(3583), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3479), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1475), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2329), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2331), - [anon_sym_RPAREN] = ACTIONS(2333), - [anon_sym_LPAREN2] = ACTIONS(2335), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(2337), - [anon_sym_AMP_AMP] = ACTIONS(2339), - [anon_sym_AMP] = ACTIONS(2341), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2343), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(2345), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [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(1048), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), + [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), }, [774] = { - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3144), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3768), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3583), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_parameter_list] = STATE(686), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1506), - [sym_template_function] = STATE(3583), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3479), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1475), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2329), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_LT] = ACTIONS(2347), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2343), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), + [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), + }, + [775] = { + [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), + }, + [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(1960), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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(63), - [anon_sym_class] = ACTIONS(65), - [anon_sym_struct] = ACTIONS(67), - [anon_sym_union] = ACTIONS(69), + [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(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), + [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), }, - [775] = { - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3136), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3779), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3583), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_parameter_list] = STATE(683), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1506), - [sym_template_function] = STATE(3583), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3479), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1475), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2329), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), + [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(1952), - [anon_sym_LT] = ACTIONS(2347), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2343), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), + [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(1960), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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), @@ -180369,142 +180324,143 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), + [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), }, - [776] = { - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3147), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3743), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3583), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_parameter_list] = STATE(684), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1506), - [sym_template_function] = STATE(3583), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3479), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1475), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2329), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), + [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(1952), - [anon_sym_LT] = ACTIONS(2347), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2343), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), + [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(1960), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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), @@ -180516,142 +180472,143 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), + [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), }, - [777] = { - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3143), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3745), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3583), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_parameter_list] = STATE(689), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(1506), - [sym_template_function] = STATE(3583), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3479), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_type_identifier] = STATE(1475), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2329), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), + [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(1952), - [anon_sym_LT] = ACTIONS(2347), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2343), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), + [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(1960), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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), @@ -180663,138 +180620,143 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), + [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(1079), - [sym__declaration_specifiers] = STATE(2433), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym__abstract_declarator] = STATE(3886), - [sym_abstract_parenthesized_declarator] = STATE(3647), - [sym_abstract_pointer_declarator] = STATE(3647), - [sym_abstract_function_declarator] = STATE(3647), - [sym_abstract_array_declarator] = STATE(3647), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_parameter_list] = STATE(3237), - [sym_parameter_declaration] = STATE(4073), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_optional_parameter_declaration] = STATE(4073), - [sym_variadic_parameter_declaration] = STATE(4073), - [sym_abstract_reference_declarator] = STATE(3647), - [sym_template_type] = STATE(1396), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1475), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2349), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2331), - [anon_sym_RPAREN] = ACTIONS(2333), - [anon_sym_LPAREN2] = ACTIONS(2351), - [anon_sym_STAR] = ACTIONS(2353), - [anon_sym_AMP_AMP] = ACTIONS(2355), - [anon_sym_AMP] = ACTIONS(2357), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_LBRACK] = ACTIONS(2361), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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), @@ -180806,551 +180768,558 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), + [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(1079), - [sym__declaration_specifiers] = STATE(2433), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym__abstract_declarator] = STATE(3974), - [sym_abstract_parenthesized_declarator] = STATE(3647), - [sym_abstract_pointer_declarator] = STATE(3647), - [sym_abstract_function_declarator] = STATE(3647), - [sym_abstract_array_declarator] = STATE(3647), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_parameter_list] = STATE(3237), - [sym_parameter_declaration] = STATE(4278), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_optional_parameter_declaration] = STATE(4278), - [sym_variadic_parameter_declaration] = STATE(4278), - [sym_abstract_reference_declarator] = STATE(3647), - [sym_template_type] = STATE(1396), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1475), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2349), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1472), - [anon_sym_RPAREN] = ACTIONS(2363), - [anon_sym_LPAREN2] = ACTIONS(2351), - [anon_sym_STAR] = ACTIONS(2353), - [anon_sym_AMP_AMP] = ACTIONS(2355), - [anon_sym_AMP] = ACTIONS(2357), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_LBRACK] = ACTIONS(2361), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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(63), - [anon_sym_class] = ACTIONS(65), - [anon_sym_struct] = ACTIONS(67), - [anon_sym_union] = ACTIONS(69), + [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(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), + [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), }, - [780] = { - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(2433), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym__abstract_declarator] = STATE(3974), - [sym_abstract_parenthesized_declarator] = STATE(3647), - [sym_abstract_pointer_declarator] = STATE(3647), - [sym_abstract_function_declarator] = STATE(3647), - [sym_abstract_array_declarator] = STATE(3647), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_parameter_list] = STATE(3237), - [sym_parameter_declaration] = STATE(4062), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_optional_parameter_declaration] = STATE(4062), - [sym_variadic_parameter_declaration] = STATE(4062), - [sym_abstract_reference_declarator] = STATE(3647), - [sym_template_type] = STATE(1396), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1475), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2349), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1480), - [anon_sym_RPAREN] = ACTIONS(2365), - [anon_sym_LPAREN2] = ACTIONS(2351), - [anon_sym_STAR] = ACTIONS(2353), - [anon_sym_AMP_AMP] = ACTIONS(2355), - [anon_sym_AMP] = ACTIONS(2357), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_LBRACK] = ACTIONS(2361), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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), + [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(63), - [anon_sym_class] = ACTIONS(65), - [anon_sym_struct] = ACTIONS(67), - [anon_sym_union] = ACTIONS(69), + [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(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), + [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), }, - [781] = { - [sym_function_definition] = STATE(546), - [sym_declaration] = STATE(546), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3112), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_ms_call_modifier] = STATE(1075), - [sym_declaration_list] = STATE(546), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1396), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1475), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2349), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [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(2367), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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(63), - [anon_sym_class] = ACTIONS(65), - [anon_sym_struct] = ACTIONS(67), - [anon_sym_union] = ACTIONS(69), + [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(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), + [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), }, - [782] = { - [sym_function_definition] = STATE(601), - [sym_declaration] = STATE(601), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3109), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_ms_call_modifier] = STATE(1071), - [sym_declaration_list] = STATE(601), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1396), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1475), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2349), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), + [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(2369), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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), @@ -181362,131 +181331,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), + [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), }, - [783] = { - [sym_function_definition] = STATE(605), - [sym_declaration] = STATE(605), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3121), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_ms_call_modifier] = STATE(1072), - [sym_declaration_list] = STATE(605), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1396), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1475), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2349), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), + [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(2371), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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), @@ -181498,267 +181467,267 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), + [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), }, - [784] = { - [sym_template_argument_list] = STATE(1154), - [sym_identifier] = ACTIONS(2373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2375), - [anon_sym_COMMA] = ACTIONS(2375), - [anon_sym_LPAREN2] = ACTIONS(2377), - [anon_sym_TILDE] = ACTIONS(2381), - [anon_sym_DASH] = ACTIONS(2383), - [anon_sym_PLUS] = ACTIONS(2383), - [anon_sym_STAR] = ACTIONS(2385), - [anon_sym_SLASH] = ACTIONS(2383), - [anon_sym_PERCENT] = ACTIONS(2383), - [anon_sym_PIPE_PIPE] = ACTIONS(2375), - [anon_sym_AMP_AMP] = ACTIONS(2388), - [anon_sym_PIPE] = ACTIONS(2383), - [anon_sym_CARET] = ACTIONS(2383), - [anon_sym_AMP] = ACTIONS(2385), - [anon_sym_EQ_EQ] = ACTIONS(2375), - [anon_sym_BANG_EQ] = ACTIONS(2375), - [anon_sym_GT] = ACTIONS(2383), - [anon_sym_GT_EQ] = ACTIONS(2375), - [anon_sym_LT_EQ] = ACTIONS(2375), - [anon_sym_LT] = ACTIONS(2391), - [anon_sym_LT_LT] = ACTIONS(2383), - [anon_sym_GT_GT] = ACTIONS(2383), - [anon_sym_SEMI] = ACTIONS(2388), - [anon_sym_extern] = ACTIONS(2373), - [anon_sym___attribute__] = ACTIONS(2373), - [anon_sym_COLON_COLON] = ACTIONS(2394), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2396), - [anon_sym___declspec] = ACTIONS(2373), - [anon_sym___based] = ACTIONS(2373), - [anon_sym_LBRACE] = ACTIONS(2399), - [anon_sym_RBRACE] = ACTIONS(2375), - [anon_sym_LBRACK] = ACTIONS(2401), - [anon_sym_EQ] = ACTIONS(2405), - [anon_sym_static] = ACTIONS(2373), - [anon_sym_register] = ACTIONS(2373), - [anon_sym_inline] = ACTIONS(2373), - [anon_sym_thread_local] = ACTIONS(2373), - [anon_sym_const] = ACTIONS(2373), - [anon_sym_volatile] = ACTIONS(2373), - [anon_sym_restrict] = ACTIONS(2373), - [anon_sym__Atomic] = ACTIONS(2373), - [anon_sym_mutable] = ACTIONS(2373), - [anon_sym_constexpr] = ACTIONS(2373), - [anon_sym_COLON] = ACTIONS(2407), - [anon_sym_QMARK] = ACTIONS(2375), - [anon_sym_STAR_EQ] = ACTIONS(2409), - [anon_sym_SLASH_EQ] = ACTIONS(2409), - [anon_sym_PERCENT_EQ] = ACTIONS(2409), - [anon_sym_PLUS_EQ] = ACTIONS(2409), - [anon_sym_DASH_EQ] = ACTIONS(2409), - [anon_sym_LT_LT_EQ] = ACTIONS(2409), - [anon_sym_GT_GT_EQ] = ACTIONS(2409), - [anon_sym_AMP_EQ] = ACTIONS(2409), - [anon_sym_CARET_EQ] = ACTIONS(2409), - [anon_sym_PIPE_EQ] = ACTIONS(2409), - [anon_sym_DASH_DASH] = ACTIONS(2375), - [anon_sym_PLUS_PLUS] = ACTIONS(2375), - [anon_sym_DOT] = ACTIONS(2383), - [anon_sym_DASH_GT] = ACTIONS(2375), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2373), - [anon_sym_template] = ACTIONS(2373), - [sym_operator_name] = ACTIONS(2373), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2373), - [anon_sym_MOZ_COLD] = ACTIONS(2373), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2373), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2373), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2373), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2373), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2373), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2373), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2373), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2373), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2373), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2373), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2373), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2373), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_RAII] = ACTIONS(2373), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2373), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2373), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2373), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2373), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2373), + [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), }, - [785] = { - [sym_function_definition] = STATE(209), - [sym_declaration] = STATE(209), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3105), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_ms_call_modifier] = STATE(1073), - [sym_declaration_list] = STATE(209), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1396), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1475), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2349), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), + [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(2411), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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), @@ -181770,4296 +181739,4043 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - }, - [786] = { - [sym_template_argument_list] = STATE(1169), - [sym_identifier] = ACTIONS(2373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2375), - [anon_sym_COMMA] = ACTIONS(2375), - [anon_sym_LPAREN2] = ACTIONS(2388), - [anon_sym_TILDE] = ACTIONS(2381), - [anon_sym_DASH] = ACTIONS(2383), - [anon_sym_PLUS] = ACTIONS(2383), - [anon_sym_STAR] = ACTIONS(2385), - [anon_sym_SLASH] = ACTIONS(2383), - [anon_sym_PERCENT] = ACTIONS(2383), - [anon_sym_PIPE_PIPE] = ACTIONS(2375), - [anon_sym_AMP_AMP] = ACTIONS(2388), - [anon_sym_PIPE] = ACTIONS(2383), - [anon_sym_CARET] = ACTIONS(2383), - [anon_sym_AMP] = ACTIONS(2385), - [anon_sym_EQ_EQ] = ACTIONS(2375), - [anon_sym_BANG_EQ] = ACTIONS(2375), - [anon_sym_GT] = ACTIONS(2383), - [anon_sym_GT_EQ] = ACTIONS(2375), - [anon_sym_LT_EQ] = ACTIONS(2375), - [anon_sym_LT] = ACTIONS(2391), - [anon_sym_LT_LT] = ACTIONS(2383), - [anon_sym_GT_GT] = ACTIONS(2383), - [anon_sym_SEMI] = ACTIONS(2375), - [anon_sym_extern] = ACTIONS(2373), - [anon_sym___attribute__] = ACTIONS(2373), - [anon_sym_COLON_COLON] = ACTIONS(2394), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2381), - [anon_sym___declspec] = ACTIONS(2373), - [anon_sym___based] = ACTIONS(2373), - [anon_sym_LBRACE] = ACTIONS(2399), - [anon_sym_LBRACK] = ACTIONS(2385), - [anon_sym_EQ] = ACTIONS(2405), - [anon_sym_static] = ACTIONS(2373), - [anon_sym_register] = ACTIONS(2373), - [anon_sym_inline] = ACTIONS(2373), - [anon_sym_thread_local] = ACTIONS(2373), - [anon_sym_const] = ACTIONS(2373), - [anon_sym_volatile] = ACTIONS(2373), - [anon_sym_restrict] = ACTIONS(2373), - [anon_sym__Atomic] = ACTIONS(2373), - [anon_sym_mutable] = ACTIONS(2373), - [anon_sym_constexpr] = ACTIONS(2373), - [anon_sym_COLON] = ACTIONS(2413), - [anon_sym_QMARK] = ACTIONS(2375), - [anon_sym_STAR_EQ] = ACTIONS(2409), - [anon_sym_SLASH_EQ] = ACTIONS(2409), - [anon_sym_PERCENT_EQ] = ACTIONS(2409), - [anon_sym_PLUS_EQ] = ACTIONS(2409), - [anon_sym_DASH_EQ] = ACTIONS(2409), - [anon_sym_LT_LT_EQ] = ACTIONS(2409), - [anon_sym_GT_GT_EQ] = ACTIONS(2409), - [anon_sym_AMP_EQ] = ACTIONS(2409), - [anon_sym_CARET_EQ] = ACTIONS(2409), - [anon_sym_PIPE_EQ] = ACTIONS(2409), - [anon_sym_DASH_DASH] = ACTIONS(2375), - [anon_sym_PLUS_PLUS] = ACTIONS(2375), - [anon_sym_DOT] = ACTIONS(2383), - [anon_sym_DASH_GT] = ACTIONS(2375), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2373), - [anon_sym_template] = ACTIONS(2373), - [sym_operator_name] = ACTIONS(2373), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2373), - [anon_sym_MOZ_COLD] = ACTIONS(2373), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2373), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2373), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2373), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2373), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2373), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2373), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2373), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2373), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2373), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2373), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2373), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2373), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_RAII] = ACTIONS(2373), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2373), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2373), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2373), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2373), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2373), - }, - [787] = { - [sym_identifier] = ACTIONS(2415), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2417), - [anon_sym_COMMA] = ACTIONS(2417), - [anon_sym_RPAREN] = ACTIONS(2417), - [anon_sym_LPAREN2] = ACTIONS(2417), - [anon_sym_TILDE] = ACTIONS(2417), - [anon_sym_DASH] = ACTIONS(2415), - [anon_sym_PLUS] = ACTIONS(2415), - [anon_sym_STAR] = ACTIONS(2415), - [anon_sym_SLASH] = ACTIONS(2415), - [anon_sym_PERCENT] = ACTIONS(2415), - [anon_sym_PIPE_PIPE] = ACTIONS(2417), - [anon_sym_AMP_AMP] = ACTIONS(2417), - [anon_sym_PIPE] = ACTIONS(2415), - [anon_sym_CARET] = ACTIONS(2415), - [anon_sym_AMP] = ACTIONS(2415), - [anon_sym_EQ_EQ] = ACTIONS(2417), - [anon_sym_BANG_EQ] = ACTIONS(2417), - [anon_sym_GT] = ACTIONS(2415), - [anon_sym_GT_EQ] = ACTIONS(2417), - [anon_sym_LT_EQ] = ACTIONS(2417), - [anon_sym_LT] = ACTIONS(2415), - [anon_sym_LT_LT] = ACTIONS(2415), - [anon_sym_GT_GT] = ACTIONS(2415), - [anon_sym_SEMI] = ACTIONS(2417), - [anon_sym_extern] = ACTIONS(2415), - [anon_sym___attribute__] = ACTIONS(2415), - [anon_sym_COLON_COLON] = ACTIONS(2417), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2417), - [anon_sym___declspec] = ACTIONS(2415), - [anon_sym___based] = ACTIONS(2415), - [anon_sym_LBRACE] = ACTIONS(2417), - [anon_sym_RBRACE] = ACTIONS(2417), - [anon_sym_LBRACK] = ACTIONS(2415), - [anon_sym_EQ] = ACTIONS(2415), - [anon_sym_static] = ACTIONS(2415), - [anon_sym_register] = ACTIONS(2415), - [anon_sym_inline] = ACTIONS(2415), - [anon_sym_thread_local] = ACTIONS(2415), - [anon_sym_const] = ACTIONS(2415), - [anon_sym_volatile] = ACTIONS(2415), - [anon_sym_restrict] = ACTIONS(2415), - [anon_sym__Atomic] = ACTIONS(2415), - [anon_sym_mutable] = ACTIONS(2415), - [anon_sym_constexpr] = ACTIONS(2415), - [anon_sym_QMARK] = ACTIONS(2417), - [anon_sym_STAR_EQ] = ACTIONS(2417), - [anon_sym_SLASH_EQ] = ACTIONS(2417), - [anon_sym_PERCENT_EQ] = ACTIONS(2417), - [anon_sym_PLUS_EQ] = ACTIONS(2417), - [anon_sym_DASH_EQ] = ACTIONS(2417), - [anon_sym_LT_LT_EQ] = ACTIONS(2417), - [anon_sym_GT_GT_EQ] = ACTIONS(2417), - [anon_sym_AMP_EQ] = ACTIONS(2417), - [anon_sym_CARET_EQ] = ACTIONS(2417), - [anon_sym_PIPE_EQ] = ACTIONS(2417), - [anon_sym_DASH_DASH] = ACTIONS(2417), - [anon_sym_PLUS_PLUS] = ACTIONS(2417), - [anon_sym_DOT] = ACTIONS(2415), - [anon_sym_DASH_GT] = ACTIONS(2417), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2415), - [anon_sym_template] = ACTIONS(2415), - [sym_operator_name] = ACTIONS(2415), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2415), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2415), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2415), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2415), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2415), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2415), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2415), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2415), - [anon_sym_MOZ_COLD] = ACTIONS(2415), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2415), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2415), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2415), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2415), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2415), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2415), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2415), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2415), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2415), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2415), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2415), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2415), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2415), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2415), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2415), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2415), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2415), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2415), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2415), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2415), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2415), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2415), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2415), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2415), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2415), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2415), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2415), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2415), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2415), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2415), - [anon_sym_MOZ_NONNULL] = ACTIONS(2415), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2415), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2415), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2415), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2415), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2415), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2415), - [anon_sym_MOZ_NORETURN] = ACTIONS(2415), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2415), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2415), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2415), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2415), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2415), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2415), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2415), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2415), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2415), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2415), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2415), - [anon_sym_MOZ_RAII] = ACTIONS(2415), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2415), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2415), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2415), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2415), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2415), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2415), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2415), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2415), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2415), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2415), - }, - [788] = { - [sym_template_argument_list] = STATE(1169), - [sym_identifier] = ACTIONS(2373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2375), - [anon_sym_COMMA] = ACTIONS(2375), - [anon_sym_LPAREN2] = ACTIONS(2388), - [anon_sym_TILDE] = ACTIONS(2381), - [anon_sym_DASH] = ACTIONS(2383), - [anon_sym_PLUS] = ACTIONS(2383), - [anon_sym_STAR] = ACTIONS(2385), - [anon_sym_SLASH] = ACTIONS(2383), - [anon_sym_PERCENT] = ACTIONS(2383), - [anon_sym_PIPE_PIPE] = ACTIONS(2375), - [anon_sym_AMP_AMP] = ACTIONS(2388), - [anon_sym_PIPE] = ACTIONS(2383), - [anon_sym_CARET] = ACTIONS(2383), - [anon_sym_AMP] = ACTIONS(2385), - [anon_sym_EQ_EQ] = ACTIONS(2375), - [anon_sym_BANG_EQ] = ACTIONS(2375), - [anon_sym_GT] = ACTIONS(2383), - [anon_sym_GT_EQ] = ACTIONS(2375), - [anon_sym_LT_EQ] = ACTIONS(2375), - [anon_sym_LT] = ACTIONS(2391), - [anon_sym_LT_LT] = ACTIONS(2383), - [anon_sym_GT_GT] = ACTIONS(2383), - [anon_sym_SEMI] = ACTIONS(2375), - [anon_sym_extern] = ACTIONS(2373), - [anon_sym___attribute__] = ACTIONS(2373), - [anon_sym_COLON_COLON] = ACTIONS(2394), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2381), - [anon_sym___declspec] = ACTIONS(2373), - [anon_sym___based] = ACTIONS(2373), - [anon_sym_LBRACE] = ACTIONS(2399), - [anon_sym_LBRACK] = ACTIONS(2385), - [anon_sym_EQ] = ACTIONS(2405), - [anon_sym_static] = ACTIONS(2373), - [anon_sym_register] = ACTIONS(2373), - [anon_sym_inline] = ACTIONS(2373), - [anon_sym_thread_local] = ACTIONS(2373), - [anon_sym_const] = ACTIONS(2373), - [anon_sym_volatile] = ACTIONS(2373), - [anon_sym_restrict] = ACTIONS(2373), - [anon_sym__Atomic] = ACTIONS(2373), - [anon_sym_mutable] = ACTIONS(2373), - [anon_sym_constexpr] = ACTIONS(2373), - [anon_sym_COLON] = ACTIONS(2419), - [anon_sym_QMARK] = ACTIONS(2375), - [anon_sym_STAR_EQ] = ACTIONS(2409), - [anon_sym_SLASH_EQ] = ACTIONS(2409), - [anon_sym_PERCENT_EQ] = ACTIONS(2409), - [anon_sym_PLUS_EQ] = ACTIONS(2409), - [anon_sym_DASH_EQ] = ACTIONS(2409), - [anon_sym_LT_LT_EQ] = ACTIONS(2409), - [anon_sym_GT_GT_EQ] = ACTIONS(2409), - [anon_sym_AMP_EQ] = ACTIONS(2409), - [anon_sym_CARET_EQ] = ACTIONS(2409), - [anon_sym_PIPE_EQ] = ACTIONS(2409), - [anon_sym_DASH_DASH] = ACTIONS(2375), - [anon_sym_PLUS_PLUS] = ACTIONS(2375), - [anon_sym_DOT] = ACTIONS(2383), - [anon_sym_DASH_GT] = ACTIONS(2375), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2373), - [anon_sym_template] = ACTIONS(2373), - [sym_operator_name] = ACTIONS(2373), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2373), - [anon_sym_MOZ_COLD] = ACTIONS(2373), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2373), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2373), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2373), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2373), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2373), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2373), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2373), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2373), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2373), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2373), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2373), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2373), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_RAII] = ACTIONS(2373), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2373), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2373), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2373), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2373), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2373), + [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(886), - [sym_declaration] = STATE(886), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3093), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_ms_call_modifier] = STATE(1070), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4833), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1502), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1503), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2421), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), + [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), + [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_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [anon_sym_LBRACE] = ACTIONS(2441), + [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(2423), - [anon_sym_struct] = ACTIONS(2425), - [anon_sym_union] = ACTIONS(2427), + [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(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), + [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), }, [790] = { - [sym_identifier] = ACTIONS(2429), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2431), - [anon_sym_COMMA] = ACTIONS(2431), - [anon_sym_RPAREN] = ACTIONS(2431), - [anon_sym_LPAREN2] = ACTIONS(2431), - [anon_sym_TILDE] = ACTIONS(2431), - [anon_sym_DASH] = ACTIONS(2429), - [anon_sym_PLUS] = ACTIONS(2429), - [anon_sym_STAR] = ACTIONS(2429), - [anon_sym_SLASH] = ACTIONS(2429), - [anon_sym_PERCENT] = ACTIONS(2429), - [anon_sym_PIPE_PIPE] = ACTIONS(2431), - [anon_sym_AMP_AMP] = ACTIONS(2431), - [anon_sym_PIPE] = ACTIONS(2429), - [anon_sym_CARET] = ACTIONS(2429), - [anon_sym_AMP] = ACTIONS(2429), - [anon_sym_EQ_EQ] = ACTIONS(2431), - [anon_sym_BANG_EQ] = ACTIONS(2431), - [anon_sym_GT] = ACTIONS(2429), - [anon_sym_GT_EQ] = ACTIONS(2431), - [anon_sym_LT_EQ] = ACTIONS(2431), - [anon_sym_LT] = ACTIONS(2429), - [anon_sym_LT_LT] = ACTIONS(2429), - [anon_sym_GT_GT] = ACTIONS(2429), - [anon_sym_SEMI] = ACTIONS(2431), - [anon_sym_extern] = ACTIONS(2429), - [anon_sym___attribute__] = ACTIONS(2429), - [anon_sym_COLON_COLON] = ACTIONS(2431), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2431), - [anon_sym___declspec] = ACTIONS(2429), - [anon_sym___based] = ACTIONS(2429), - [anon_sym_LBRACE] = ACTIONS(2431), - [anon_sym_RBRACE] = ACTIONS(2431), - [anon_sym_LBRACK] = ACTIONS(2429), - [anon_sym_EQ] = ACTIONS(2429), - [anon_sym_static] = ACTIONS(2429), - [anon_sym_register] = ACTIONS(2429), - [anon_sym_inline] = ACTIONS(2429), - [anon_sym_thread_local] = ACTIONS(2429), - [anon_sym_const] = ACTIONS(2429), - [anon_sym_volatile] = ACTIONS(2429), - [anon_sym_restrict] = ACTIONS(2429), - [anon_sym__Atomic] = ACTIONS(2429), - [anon_sym_mutable] = ACTIONS(2429), - [anon_sym_constexpr] = ACTIONS(2429), - [anon_sym_QMARK] = ACTIONS(2431), - [anon_sym_STAR_EQ] = ACTIONS(2431), - [anon_sym_SLASH_EQ] = ACTIONS(2431), - [anon_sym_PERCENT_EQ] = ACTIONS(2431), - [anon_sym_PLUS_EQ] = ACTIONS(2431), - [anon_sym_DASH_EQ] = ACTIONS(2431), - [anon_sym_LT_LT_EQ] = ACTIONS(2431), - [anon_sym_GT_GT_EQ] = ACTIONS(2431), - [anon_sym_AMP_EQ] = ACTIONS(2431), - [anon_sym_CARET_EQ] = ACTIONS(2431), - [anon_sym_PIPE_EQ] = ACTIONS(2431), - [anon_sym_DASH_DASH] = ACTIONS(2431), - [anon_sym_PLUS_PLUS] = ACTIONS(2431), - [anon_sym_DOT] = ACTIONS(2429), - [anon_sym_DASH_GT] = ACTIONS(2431), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2429), - [anon_sym_template] = ACTIONS(2429), - [sym_operator_name] = ACTIONS(2429), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2429), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2429), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2429), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2429), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2429), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2429), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2429), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2429), - [anon_sym_MOZ_COLD] = ACTIONS(2429), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2429), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2429), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2429), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2429), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2429), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2429), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2429), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2429), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2429), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2429), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2429), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2429), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2429), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2429), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2429), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2429), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2429), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2429), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2429), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2429), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2429), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2429), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2429), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2429), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2429), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2429), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2429), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2429), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2429), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2429), - [anon_sym_MOZ_NONNULL] = ACTIONS(2429), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2429), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2429), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2429), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2429), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2429), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2429), - [anon_sym_MOZ_NORETURN] = ACTIONS(2429), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2429), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2429), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2429), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2429), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2429), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2429), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2429), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2429), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2429), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2429), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2429), - [anon_sym_MOZ_RAII] = ACTIONS(2429), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2429), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2429), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2429), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2429), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2429), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2429), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2429), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2429), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2429), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2429), + [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(1169), - [sym_identifier] = ACTIONS(2373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2375), - [anon_sym_COMMA] = ACTIONS(2375), - [anon_sym_LPAREN2] = ACTIONS(2388), - [anon_sym_TILDE] = ACTIONS(2381), - [anon_sym_DASH] = ACTIONS(2383), - [anon_sym_PLUS] = ACTIONS(2383), - [anon_sym_STAR] = ACTIONS(2385), - [anon_sym_SLASH] = ACTIONS(2383), - [anon_sym_PERCENT] = ACTIONS(2383), - [anon_sym_PIPE_PIPE] = ACTIONS(2375), - [anon_sym_AMP_AMP] = ACTIONS(2388), - [anon_sym_PIPE] = ACTIONS(2383), - [anon_sym_CARET] = ACTIONS(2383), - [anon_sym_AMP] = ACTIONS(2385), - [anon_sym_EQ_EQ] = ACTIONS(2375), - [anon_sym_BANG_EQ] = ACTIONS(2375), - [anon_sym_GT] = ACTIONS(2383), - [anon_sym_GT_EQ] = ACTIONS(2375), - [anon_sym_LT_EQ] = ACTIONS(2375), - [anon_sym_LT] = ACTIONS(2391), - [anon_sym_LT_LT] = ACTIONS(2383), - [anon_sym_GT_GT] = ACTIONS(2383), - [anon_sym_SEMI] = ACTIONS(2375), - [anon_sym_extern] = ACTIONS(2373), - [anon_sym___attribute__] = ACTIONS(2373), - [anon_sym_COLON_COLON] = ACTIONS(2394), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2381), - [anon_sym___declspec] = ACTIONS(2373), - [anon_sym___based] = ACTIONS(2373), - [anon_sym_LBRACE] = ACTIONS(2399), - [anon_sym_LBRACK] = ACTIONS(2385), - [anon_sym_EQ] = ACTIONS(2405), - [anon_sym_static] = ACTIONS(2373), - [anon_sym_register] = ACTIONS(2373), - [anon_sym_inline] = ACTIONS(2373), - [anon_sym_thread_local] = ACTIONS(2373), - [anon_sym_const] = ACTIONS(2373), - [anon_sym_volatile] = ACTIONS(2373), - [anon_sym_restrict] = ACTIONS(2373), - [anon_sym__Atomic] = ACTIONS(2373), - [anon_sym_mutable] = ACTIONS(2373), - [anon_sym_constexpr] = ACTIONS(2373), - [anon_sym_COLON] = ACTIONS(2433), - [anon_sym_QMARK] = ACTIONS(2375), - [anon_sym_STAR_EQ] = ACTIONS(2409), - [anon_sym_SLASH_EQ] = ACTIONS(2409), - [anon_sym_PERCENT_EQ] = ACTIONS(2409), - [anon_sym_PLUS_EQ] = ACTIONS(2409), - [anon_sym_DASH_EQ] = ACTIONS(2409), - [anon_sym_LT_LT_EQ] = ACTIONS(2409), - [anon_sym_GT_GT_EQ] = ACTIONS(2409), - [anon_sym_AMP_EQ] = ACTIONS(2409), - [anon_sym_CARET_EQ] = ACTIONS(2409), - [anon_sym_PIPE_EQ] = ACTIONS(2409), - [anon_sym_DASH_DASH] = ACTIONS(2375), - [anon_sym_PLUS_PLUS] = ACTIONS(2375), - [anon_sym_DOT] = ACTIONS(2383), - [anon_sym_DASH_GT] = ACTIONS(2375), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2373), - [anon_sym_template] = ACTIONS(2373), - [sym_operator_name] = ACTIONS(2373), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2373), - [anon_sym_MOZ_COLD] = ACTIONS(2373), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2373), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2373), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2373), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2373), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2373), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2373), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2373), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2373), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2373), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2373), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2373), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2373), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_RAII] = ACTIONS(2373), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2373), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2373), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2373), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2373), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2373), + [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(1169), - [sym_identifier] = ACTIONS(2373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2375), - [anon_sym_COMMA] = ACTIONS(2375), - [anon_sym_LPAREN2] = ACTIONS(2388), - [anon_sym_TILDE] = ACTIONS(2381), - [anon_sym_DASH] = ACTIONS(2383), - [anon_sym_PLUS] = ACTIONS(2383), - [anon_sym_STAR] = ACTIONS(2385), - [anon_sym_SLASH] = ACTIONS(2383), - [anon_sym_PERCENT] = ACTIONS(2383), - [anon_sym_PIPE_PIPE] = ACTIONS(2375), - [anon_sym_AMP_AMP] = ACTIONS(2388), - [anon_sym_PIPE] = ACTIONS(2383), - [anon_sym_CARET] = ACTIONS(2383), - [anon_sym_AMP] = ACTIONS(2385), - [anon_sym_EQ_EQ] = ACTIONS(2375), - [anon_sym_BANG_EQ] = ACTIONS(2375), - [anon_sym_GT] = ACTIONS(2383), - [anon_sym_GT_EQ] = ACTIONS(2375), - [anon_sym_LT_EQ] = ACTIONS(2375), - [anon_sym_LT] = ACTIONS(2391), - [anon_sym_LT_LT] = ACTIONS(2383), - [anon_sym_GT_GT] = ACTIONS(2383), - [anon_sym_SEMI] = ACTIONS(2375), - [anon_sym_extern] = ACTIONS(2373), - [anon_sym___attribute__] = ACTIONS(2373), - [anon_sym_COLON_COLON] = ACTIONS(2394), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2381), - [anon_sym___declspec] = ACTIONS(2373), - [anon_sym___based] = ACTIONS(2373), - [anon_sym_LBRACE] = ACTIONS(2399), - [anon_sym_LBRACK] = ACTIONS(2385), - [anon_sym_EQ] = ACTIONS(2405), - [anon_sym_static] = ACTIONS(2373), - [anon_sym_register] = ACTIONS(2373), - [anon_sym_inline] = ACTIONS(2373), - [anon_sym_thread_local] = ACTIONS(2373), - [anon_sym_const] = ACTIONS(2373), - [anon_sym_volatile] = ACTIONS(2373), - [anon_sym_restrict] = ACTIONS(2373), - [anon_sym__Atomic] = ACTIONS(2373), - [anon_sym_mutable] = ACTIONS(2373), - [anon_sym_constexpr] = ACTIONS(2373), - [anon_sym_COLON] = ACTIONS(2435), - [anon_sym_QMARK] = ACTIONS(2375), - [anon_sym_STAR_EQ] = ACTIONS(2409), - [anon_sym_SLASH_EQ] = ACTIONS(2409), - [anon_sym_PERCENT_EQ] = ACTIONS(2409), - [anon_sym_PLUS_EQ] = ACTIONS(2409), - [anon_sym_DASH_EQ] = ACTIONS(2409), - [anon_sym_LT_LT_EQ] = ACTIONS(2409), - [anon_sym_GT_GT_EQ] = ACTIONS(2409), - [anon_sym_AMP_EQ] = ACTIONS(2409), - [anon_sym_CARET_EQ] = ACTIONS(2409), - [anon_sym_PIPE_EQ] = ACTIONS(2409), - [anon_sym_DASH_DASH] = ACTIONS(2375), - [anon_sym_PLUS_PLUS] = ACTIONS(2375), - [anon_sym_DOT] = ACTIONS(2383), - [anon_sym_DASH_GT] = ACTIONS(2375), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2373), - [anon_sym_template] = ACTIONS(2373), - [sym_operator_name] = ACTIONS(2373), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2373), - [anon_sym_MOZ_COLD] = ACTIONS(2373), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2373), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2373), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2373), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2373), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2373), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2373), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2373), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2373), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2373), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2373), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2373), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2373), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_RAII] = ACTIONS(2373), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2373), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2373), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2373), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2373), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2373), - }, - [793] = { - [sym_identifier] = ACTIONS(2437), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2439), - [anon_sym_COMMA] = ACTIONS(2439), - [anon_sym_RPAREN] = ACTIONS(2439), - [anon_sym_LPAREN2] = ACTIONS(2439), - [anon_sym_TILDE] = ACTIONS(2439), - [anon_sym_DASH] = ACTIONS(2437), - [anon_sym_PLUS] = ACTIONS(2437), - [anon_sym_STAR] = ACTIONS(2437), - [anon_sym_SLASH] = ACTIONS(2437), - [anon_sym_PERCENT] = ACTIONS(2437), - [anon_sym_PIPE_PIPE] = ACTIONS(2439), - [anon_sym_AMP_AMP] = ACTIONS(2439), - [anon_sym_PIPE] = ACTIONS(2437), - [anon_sym_CARET] = ACTIONS(2437), - [anon_sym_AMP] = ACTIONS(2437), - [anon_sym_EQ_EQ] = ACTIONS(2439), - [anon_sym_BANG_EQ] = ACTIONS(2439), - [anon_sym_GT] = ACTIONS(2437), - [anon_sym_GT_EQ] = ACTIONS(2439), - [anon_sym_LT_EQ] = ACTIONS(2439), - [anon_sym_LT] = ACTIONS(2437), - [anon_sym_LT_LT] = ACTIONS(2437), - [anon_sym_GT_GT] = ACTIONS(2437), - [anon_sym_SEMI] = ACTIONS(2439), - [anon_sym_extern] = ACTIONS(2437), - [anon_sym___attribute__] = ACTIONS(2437), - [anon_sym_COLON_COLON] = ACTIONS(2439), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2439), - [anon_sym___declspec] = ACTIONS(2437), - [anon_sym___based] = ACTIONS(2437), - [anon_sym_LBRACE] = ACTIONS(2439), - [anon_sym_RBRACE] = ACTIONS(2439), - [anon_sym_LBRACK] = ACTIONS(2437), - [anon_sym_EQ] = ACTIONS(2437), - [anon_sym_static] = ACTIONS(2437), - [anon_sym_register] = ACTIONS(2437), - [anon_sym_inline] = ACTIONS(2437), - [anon_sym_thread_local] = ACTIONS(2437), - [anon_sym_const] = ACTIONS(2437), - [anon_sym_volatile] = ACTIONS(2437), - [anon_sym_restrict] = ACTIONS(2437), - [anon_sym__Atomic] = ACTIONS(2437), - [anon_sym_mutable] = ACTIONS(2437), - [anon_sym_constexpr] = ACTIONS(2437), - [anon_sym_QMARK] = ACTIONS(2439), - [anon_sym_STAR_EQ] = ACTIONS(2439), - [anon_sym_SLASH_EQ] = ACTIONS(2439), - [anon_sym_PERCENT_EQ] = ACTIONS(2439), - [anon_sym_PLUS_EQ] = ACTIONS(2439), - [anon_sym_DASH_EQ] = ACTIONS(2439), - [anon_sym_LT_LT_EQ] = ACTIONS(2439), - [anon_sym_GT_GT_EQ] = ACTIONS(2439), - [anon_sym_AMP_EQ] = ACTIONS(2439), - [anon_sym_CARET_EQ] = ACTIONS(2439), - [anon_sym_PIPE_EQ] = ACTIONS(2439), - [anon_sym_DASH_DASH] = ACTIONS(2439), - [anon_sym_PLUS_PLUS] = ACTIONS(2439), - [anon_sym_DOT] = ACTIONS(2437), - [anon_sym_DASH_GT] = ACTIONS(2439), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2437), - [anon_sym_template] = ACTIONS(2437), - [sym_operator_name] = ACTIONS(2437), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2437), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2437), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2437), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2437), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2437), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2437), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2437), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2437), - [anon_sym_MOZ_COLD] = ACTIONS(2437), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2437), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2437), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2437), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2437), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2437), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2437), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2437), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2437), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2437), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2437), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2437), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2437), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2437), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2437), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2437), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2437), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2437), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2437), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2437), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2437), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2437), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2437), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2437), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2437), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2437), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2437), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2437), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2437), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2437), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2437), - [anon_sym_MOZ_NONNULL] = ACTIONS(2437), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2437), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2437), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2437), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2437), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2437), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2437), - [anon_sym_MOZ_NORETURN] = ACTIONS(2437), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2437), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2437), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2437), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2437), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2437), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2437), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2437), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2437), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2437), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2437), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2437), - [anon_sym_MOZ_RAII] = ACTIONS(2437), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2437), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2437), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2437), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2437), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2437), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2437), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2437), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2437), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2437), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2437), - }, - [794] = { - [sym_template_argument_list] = STATE(809), - [sym_identifier] = ACTIONS(2441), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2443), - [anon_sym_COMMA] = ACTIONS(2443), - [anon_sym_RPAREN] = ACTIONS(2443), - [anon_sym_LPAREN2] = ACTIONS(2445), - [anon_sym_TILDE] = ACTIONS(2448), - [anon_sym_DASH] = ACTIONS(2450), - [anon_sym_PLUS] = ACTIONS(2450), - [anon_sym_STAR] = ACTIONS(2452), - [anon_sym_SLASH] = ACTIONS(2450), - [anon_sym_PERCENT] = ACTIONS(2450), - [anon_sym_PIPE_PIPE] = ACTIONS(2443), - [anon_sym_AMP_AMP] = ACTIONS(2445), - [anon_sym_PIPE] = ACTIONS(2450), - [anon_sym_CARET] = ACTIONS(2450), - [anon_sym_AMP] = ACTIONS(2452), - [anon_sym_EQ_EQ] = ACTIONS(2443), - [anon_sym_BANG_EQ] = ACTIONS(2443), - [anon_sym_GT] = ACTIONS(2450), - [anon_sym_GT_EQ] = ACTIONS(2443), - [anon_sym_LT_EQ] = ACTIONS(2443), - [anon_sym_LT] = ACTIONS(2455), - [anon_sym_LT_LT] = ACTIONS(2450), - [anon_sym_GT_GT] = ACTIONS(2450), - [anon_sym_SEMI] = ACTIONS(2443), - [anon_sym_extern] = ACTIONS(2441), - [anon_sym___attribute__] = ACTIONS(2441), - [anon_sym_COLON_COLON] = ACTIONS(2394), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2448), - [anon_sym___declspec] = ACTIONS(2441), - [anon_sym___based] = ACTIONS(2441), - [anon_sym_LBRACE] = ACTIONS(2448), - [anon_sym_LBRACK] = ACTIONS(2452), - [anon_sym_EQ] = ACTIONS(2450), - [anon_sym_static] = ACTIONS(2441), - [anon_sym_register] = ACTIONS(2441), - [anon_sym_inline] = ACTIONS(2441), - [anon_sym_thread_local] = ACTIONS(2441), - [anon_sym_const] = ACTIONS(2441), - [anon_sym_volatile] = ACTIONS(2441), - [anon_sym_restrict] = ACTIONS(2441), - [anon_sym__Atomic] = ACTIONS(2441), - [anon_sym_mutable] = ACTIONS(2441), - [anon_sym_constexpr] = ACTIONS(2441), - [anon_sym_QMARK] = ACTIONS(2443), - [anon_sym_STAR_EQ] = ACTIONS(2443), - [anon_sym_SLASH_EQ] = ACTIONS(2443), - [anon_sym_PERCENT_EQ] = ACTIONS(2443), - [anon_sym_PLUS_EQ] = ACTIONS(2443), - [anon_sym_DASH_EQ] = ACTIONS(2443), - [anon_sym_LT_LT_EQ] = ACTIONS(2443), - [anon_sym_GT_GT_EQ] = ACTIONS(2443), - [anon_sym_AMP_EQ] = ACTIONS(2443), - [anon_sym_CARET_EQ] = ACTIONS(2443), - [anon_sym_PIPE_EQ] = ACTIONS(2443), - [anon_sym_DASH_DASH] = ACTIONS(2443), - [anon_sym_PLUS_PLUS] = ACTIONS(2443), - [anon_sym_DOT] = ACTIONS(2450), - [anon_sym_DASH_GT] = ACTIONS(2443), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2441), - [anon_sym_template] = ACTIONS(2441), - [sym_operator_name] = ACTIONS(2441), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2441), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2441), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2441), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2441), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2441), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2441), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2441), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2441), - [anon_sym_MOZ_COLD] = ACTIONS(2441), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2441), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2441), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2441), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2441), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2441), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2441), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2441), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2441), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2441), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2441), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2441), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2441), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2441), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2441), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2441), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2441), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2441), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2441), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2441), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2441), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_NONNULL] = ACTIONS(2441), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2441), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2441), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2441), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2441), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2441), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_NORETURN] = ACTIONS(2441), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2441), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2441), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2441), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2441), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2441), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2441), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2441), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2441), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2441), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2441), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2441), - [anon_sym_MOZ_RAII] = ACTIONS(2441), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2441), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2441), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2441), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2441), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2441), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2441), - }, - [795] = { - [sym_identifier] = ACTIONS(2458), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2460), - [anon_sym_COMMA] = ACTIONS(2460), - [anon_sym_RPAREN] = ACTIONS(2460), - [anon_sym_LPAREN2] = ACTIONS(2460), - [anon_sym_TILDE] = ACTIONS(2460), + [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(2458), + [anon_sym_STAR] = ACTIONS(2460), [anon_sym_SLASH] = ACTIONS(2458), [anon_sym_PERCENT] = ACTIONS(2458), - [anon_sym_PIPE_PIPE] = ACTIONS(2460), - [anon_sym_AMP_AMP] = ACTIONS(2460), + [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(2458), - [anon_sym_EQ_EQ] = ACTIONS(2460), - [anon_sym_BANG_EQ] = ACTIONS(2460), + [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(2460), - [anon_sym_LT_EQ] = ACTIONS(2460), - [anon_sym_LT] = 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(2460), - [anon_sym_extern] = ACTIONS(2458), - [anon_sym___attribute__] = ACTIONS(2458), - [anon_sym_COLON_COLON] = ACTIONS(2460), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2460), - [anon_sym___declspec] = ACTIONS(2458), - [anon_sym___based] = ACTIONS(2458), - [anon_sym_LBRACE] = ACTIONS(2460), - [anon_sym_RBRACE] = ACTIONS(2460), - [anon_sym_LBRACK] = 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(2458), - [anon_sym_register] = ACTIONS(2458), - [anon_sym_inline] = ACTIONS(2458), - [anon_sym_thread_local] = ACTIONS(2458), - [anon_sym_const] = ACTIONS(2458), - [anon_sym_volatile] = ACTIONS(2458), - [anon_sym_restrict] = ACTIONS(2458), - [anon_sym__Atomic] = ACTIONS(2458), - [anon_sym_mutable] = ACTIONS(2458), - [anon_sym_constexpr] = ACTIONS(2458), - [anon_sym_QMARK] = ACTIONS(2460), - [anon_sym_STAR_EQ] = ACTIONS(2460), - [anon_sym_SLASH_EQ] = ACTIONS(2460), - [anon_sym_PERCENT_EQ] = ACTIONS(2460), - [anon_sym_PLUS_EQ] = ACTIONS(2460), - [anon_sym_DASH_EQ] = ACTIONS(2460), - [anon_sym_LT_LT_EQ] = ACTIONS(2460), - [anon_sym_GT_GT_EQ] = ACTIONS(2460), - [anon_sym_AMP_EQ] = ACTIONS(2460), - [anon_sym_CARET_EQ] = ACTIONS(2460), - [anon_sym_PIPE_EQ] = ACTIONS(2460), - [anon_sym_DASH_DASH] = ACTIONS(2460), - [anon_sym_PLUS_PLUS] = 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(2460), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2458), - [anon_sym_template] = ACTIONS(2458), - [sym_operator_name] = ACTIONS(2458), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2458), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2458), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2458), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2458), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2458), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2458), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2458), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2458), - [anon_sym_MOZ_COLD] = ACTIONS(2458), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2458), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2458), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2458), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2458), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2458), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2458), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2458), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2458), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2458), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2458), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2458), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2458), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2458), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2458), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2458), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2458), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2458), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2458), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2458), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2458), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2458), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2458), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2458), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2458), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2458), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2458), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2458), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2458), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2458), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2458), - [anon_sym_MOZ_NONNULL] = ACTIONS(2458), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2458), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2458), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2458), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2458), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2458), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2458), - [anon_sym_MOZ_NORETURN] = ACTIONS(2458), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2458), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2458), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2458), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2458), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2458), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2458), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2458), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2458), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2458), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2458), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2458), - [anon_sym_MOZ_RAII] = ACTIONS(2458), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2458), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2458), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2458), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2458), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2458), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2458), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2458), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2458), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2458), - [anon_sym_JS_PUBLIC_API] = 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), }, - [796] = { - [sym_function_definition] = STATE(1009), - [sym_declaration] = STATE(1009), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3114), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_ms_call_modifier] = STATE(1074), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4670), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1502), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1503), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2421), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [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(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [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), + [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), + [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(2462), - [anon_sym_struct] = ACTIONS(2464), - [anon_sym_union] = ACTIONS(2466), + [anon_sym_class] = ACTIONS(2474), + [anon_sym_struct] = ACTIONS(2476), + [anon_sym_union] = ACTIONS(2478), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), + [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), + }, + [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(1154), - [sym_identifier] = ACTIONS(2373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2375), - [anon_sym_COMMA] = ACTIONS(2375), - [anon_sym_LPAREN2] = ACTIONS(2377), - [anon_sym_TILDE] = ACTIONS(2381), - [anon_sym_DASH] = ACTIONS(2383), - [anon_sym_PLUS] = ACTIONS(2383), - [anon_sym_STAR] = ACTIONS(2385), - [anon_sym_SLASH] = ACTIONS(2383), - [anon_sym_PERCENT] = ACTIONS(2383), - [anon_sym_PIPE_PIPE] = ACTIONS(2375), - [anon_sym_AMP_AMP] = ACTIONS(2388), - [anon_sym_PIPE] = ACTIONS(2383), - [anon_sym_CARET] = ACTIONS(2383), - [anon_sym_AMP] = ACTIONS(2385), - [anon_sym_EQ_EQ] = ACTIONS(2375), - [anon_sym_BANG_EQ] = ACTIONS(2375), - [anon_sym_GT] = ACTIONS(2383), - [anon_sym_GT_EQ] = ACTIONS(2375), - [anon_sym_LT_EQ] = ACTIONS(2375), - [anon_sym_LT] = ACTIONS(2391), - [anon_sym_LT_LT] = ACTIONS(2383), - [anon_sym_GT_GT] = ACTIONS(2383), - [anon_sym_SEMI] = ACTIONS(2388), - [anon_sym_extern] = ACTIONS(2373), - [anon_sym___attribute__] = ACTIONS(2373), - [anon_sym_COLON_COLON] = ACTIONS(2394), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2396), - [anon_sym___declspec] = ACTIONS(2373), - [anon_sym___based] = ACTIONS(2373), - [anon_sym_LBRACE] = ACTIONS(2399), - [anon_sym_LBRACK] = ACTIONS(2401), - [anon_sym_EQ] = ACTIONS(2405), - [anon_sym_static] = ACTIONS(2373), - [anon_sym_register] = ACTIONS(2373), - [anon_sym_inline] = ACTIONS(2373), - [anon_sym_thread_local] = ACTIONS(2373), - [anon_sym_const] = ACTIONS(2373), - [anon_sym_volatile] = ACTIONS(2373), - [anon_sym_restrict] = ACTIONS(2373), - [anon_sym__Atomic] = ACTIONS(2373), - [anon_sym_mutable] = ACTIONS(2373), - [anon_sym_constexpr] = ACTIONS(2373), - [anon_sym_COLON] = ACTIONS(2419), - [anon_sym_QMARK] = ACTIONS(2375), - [anon_sym_STAR_EQ] = ACTIONS(2409), - [anon_sym_SLASH_EQ] = ACTIONS(2409), - [anon_sym_PERCENT_EQ] = ACTIONS(2409), - [anon_sym_PLUS_EQ] = ACTIONS(2409), - [anon_sym_DASH_EQ] = ACTIONS(2409), - [anon_sym_LT_LT_EQ] = ACTIONS(2409), - [anon_sym_GT_GT_EQ] = ACTIONS(2409), - [anon_sym_AMP_EQ] = ACTIONS(2409), - [anon_sym_CARET_EQ] = ACTIONS(2409), - [anon_sym_PIPE_EQ] = ACTIONS(2409), - [anon_sym_DASH_DASH] = ACTIONS(2375), - [anon_sym_PLUS_PLUS] = ACTIONS(2375), - [anon_sym_DOT] = ACTIONS(2383), - [anon_sym_DASH_GT] = ACTIONS(2375), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2373), - [anon_sym_template] = ACTIONS(2373), - [sym_operator_name] = ACTIONS(2373), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2373), - [anon_sym_MOZ_COLD] = ACTIONS(2373), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2373), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2373), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2373), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2373), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2373), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2373), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2373), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2373), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2373), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2373), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2373), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2373), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_RAII] = ACTIONS(2373), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2373), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2373), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2373), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2373), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2373), + [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_template_argument_list] = STATE(810), - [sym_identifier] = ACTIONS(2441), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2443), - [anon_sym_COMMA] = ACTIONS(2443), - [anon_sym_LPAREN2] = ACTIONS(2445), - [anon_sym_TILDE] = ACTIONS(2448), - [anon_sym_DASH] = ACTIONS(2450), - [anon_sym_PLUS] = ACTIONS(2450), - [anon_sym_STAR] = ACTIONS(2452), - [anon_sym_SLASH] = ACTIONS(2450), - [anon_sym_PERCENT] = ACTIONS(2450), - [anon_sym_PIPE_PIPE] = ACTIONS(2443), - [anon_sym_AMP_AMP] = ACTIONS(2445), - [anon_sym_PIPE] = ACTIONS(2450), - [anon_sym_CARET] = ACTIONS(2450), - [anon_sym_AMP] = ACTIONS(2452), - [anon_sym_EQ_EQ] = ACTIONS(2443), - [anon_sym_BANG_EQ] = ACTIONS(2443), - [anon_sym_GT] = ACTIONS(2450), - [anon_sym_GT_EQ] = ACTIONS(2443), - [anon_sym_LT_EQ] = ACTIONS(2443), - [anon_sym_LT] = ACTIONS(2455), - [anon_sym_LT_LT] = ACTIONS(2450), - [anon_sym_GT_GT] = ACTIONS(2450), - [anon_sym_SEMI] = ACTIONS(2445), - [anon_sym_extern] = ACTIONS(2441), - [anon_sym___attribute__] = ACTIONS(2441), - [anon_sym_COLON_COLON] = ACTIONS(2394), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2445), - [anon_sym___declspec] = ACTIONS(2441), - [anon_sym___based] = ACTIONS(2441), - [anon_sym_LBRACE] = ACTIONS(2448), - [anon_sym_RBRACE] = ACTIONS(2443), - [anon_sym_LBRACK] = ACTIONS(2452), - [anon_sym_EQ] = ACTIONS(2450), - [anon_sym_static] = ACTIONS(2441), - [anon_sym_register] = ACTIONS(2441), - [anon_sym_inline] = ACTIONS(2441), - [anon_sym_thread_local] = ACTIONS(2441), - [anon_sym_const] = ACTIONS(2441), - [anon_sym_volatile] = ACTIONS(2441), - [anon_sym_restrict] = ACTIONS(2441), - [anon_sym__Atomic] = ACTIONS(2441), - [anon_sym_mutable] = ACTIONS(2441), - [anon_sym_constexpr] = ACTIONS(2441), - [anon_sym_QMARK] = ACTIONS(2443), - [anon_sym_STAR_EQ] = ACTIONS(2443), - [anon_sym_SLASH_EQ] = ACTIONS(2443), - [anon_sym_PERCENT_EQ] = ACTIONS(2443), - [anon_sym_PLUS_EQ] = ACTIONS(2443), - [anon_sym_DASH_EQ] = ACTIONS(2443), - [anon_sym_LT_LT_EQ] = ACTIONS(2443), - [anon_sym_GT_GT_EQ] = ACTIONS(2443), - [anon_sym_AMP_EQ] = ACTIONS(2443), - [anon_sym_CARET_EQ] = ACTIONS(2443), - [anon_sym_PIPE_EQ] = ACTIONS(2443), - [anon_sym_DASH_DASH] = ACTIONS(2443), - [anon_sym_PLUS_PLUS] = ACTIONS(2443), - [anon_sym_DOT] = ACTIONS(2450), - [anon_sym_DASH_GT] = ACTIONS(2443), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2441), - [anon_sym_template] = ACTIONS(2441), - [sym_operator_name] = ACTIONS(2441), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2441), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2441), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2441), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2441), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2441), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2441), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2441), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2441), - [anon_sym_MOZ_COLD] = ACTIONS(2441), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2441), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2441), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2441), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2441), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2441), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2441), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2441), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2441), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2441), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2441), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2441), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2441), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2441), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2441), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2441), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2441), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2441), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2441), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2441), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2441), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_NONNULL] = ACTIONS(2441), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2441), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2441), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2441), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2441), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2441), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_NORETURN] = ACTIONS(2441), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2441), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2441), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2441), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2441), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2441), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2441), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2441), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2441), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2441), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2441), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2441), - [anon_sym_MOZ_RAII] = ACTIONS(2441), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2441), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2441), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2441), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2441), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2441), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2441), + [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), + [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_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(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), }, [799] = { - [sym_template_argument_list] = STATE(1154), - [sym_identifier] = ACTIONS(2373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2375), - [anon_sym_COMMA] = ACTIONS(2375), - [anon_sym_LPAREN2] = ACTIONS(2377), - [anon_sym_TILDE] = ACTIONS(2381), - [anon_sym_DASH] = ACTIONS(2383), - [anon_sym_PLUS] = ACTIONS(2383), - [anon_sym_STAR] = ACTIONS(2385), - [anon_sym_SLASH] = ACTIONS(2383), - [anon_sym_PERCENT] = ACTIONS(2383), - [anon_sym_PIPE_PIPE] = ACTIONS(2375), - [anon_sym_AMP_AMP] = ACTIONS(2388), - [anon_sym_PIPE] = ACTIONS(2383), - [anon_sym_CARET] = ACTIONS(2383), - [anon_sym_AMP] = ACTIONS(2385), - [anon_sym_EQ_EQ] = ACTIONS(2375), - [anon_sym_BANG_EQ] = ACTIONS(2375), - [anon_sym_GT] = ACTIONS(2383), - [anon_sym_GT_EQ] = ACTIONS(2375), - [anon_sym_LT_EQ] = ACTIONS(2375), - [anon_sym_LT] = ACTIONS(2391), - [anon_sym_LT_LT] = ACTIONS(2383), - [anon_sym_GT_GT] = ACTIONS(2383), - [anon_sym_SEMI] = ACTIONS(2388), - [anon_sym_extern] = ACTIONS(2373), - [anon_sym___attribute__] = ACTIONS(2373), - [anon_sym_COLON_COLON] = ACTIONS(2394), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2396), - [anon_sym___declspec] = ACTIONS(2373), - [anon_sym___based] = ACTIONS(2373), - [anon_sym_LBRACE] = ACTIONS(2399), - [anon_sym_LBRACK] = ACTIONS(2401), - [anon_sym_EQ] = ACTIONS(2405), - [anon_sym_static] = ACTIONS(2373), - [anon_sym_register] = ACTIONS(2373), - [anon_sym_inline] = ACTIONS(2373), - [anon_sym_thread_local] = ACTIONS(2373), - [anon_sym_const] = ACTIONS(2373), - [anon_sym_volatile] = ACTIONS(2373), - [anon_sym_restrict] = ACTIONS(2373), - [anon_sym__Atomic] = ACTIONS(2373), - [anon_sym_mutable] = ACTIONS(2373), - [anon_sym_constexpr] = ACTIONS(2373), - [anon_sym_COLON] = ACTIONS(2435), - [anon_sym_QMARK] = ACTIONS(2375), - [anon_sym_STAR_EQ] = ACTIONS(2409), - [anon_sym_SLASH_EQ] = ACTIONS(2409), - [anon_sym_PERCENT_EQ] = ACTIONS(2409), - [anon_sym_PLUS_EQ] = ACTIONS(2409), - [anon_sym_DASH_EQ] = ACTIONS(2409), - [anon_sym_LT_LT_EQ] = ACTIONS(2409), - [anon_sym_GT_GT_EQ] = ACTIONS(2409), - [anon_sym_AMP_EQ] = ACTIONS(2409), - [anon_sym_CARET_EQ] = ACTIONS(2409), - [anon_sym_PIPE_EQ] = ACTIONS(2409), - [anon_sym_DASH_DASH] = ACTIONS(2375), - [anon_sym_PLUS_PLUS] = ACTIONS(2375), - [anon_sym_DOT] = ACTIONS(2383), - [anon_sym_DASH_GT] = ACTIONS(2375), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2373), - [anon_sym_template] = ACTIONS(2373), - [sym_operator_name] = ACTIONS(2373), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2373), - [anon_sym_MOZ_COLD] = ACTIONS(2373), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2373), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2373), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2373), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2373), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2373), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2373), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2373), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2373), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2373), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2373), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2373), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2373), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_RAII] = ACTIONS(2373), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2373), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2373), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2373), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2373), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2373), - }, - [800] = { - [sym_template_argument_list] = STATE(1154), - [sym_identifier] = ACTIONS(2373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2375), - [anon_sym_COMMA] = ACTIONS(2375), - [anon_sym_LPAREN2] = ACTIONS(2377), - [anon_sym_TILDE] = ACTIONS(2381), - [anon_sym_DASH] = ACTIONS(2383), - [anon_sym_PLUS] = ACTIONS(2383), - [anon_sym_STAR] = ACTIONS(2385), - [anon_sym_SLASH] = ACTIONS(2383), - [anon_sym_PERCENT] = ACTIONS(2383), - [anon_sym_PIPE_PIPE] = ACTIONS(2375), - [anon_sym_AMP_AMP] = ACTIONS(2388), - [anon_sym_PIPE] = ACTIONS(2383), - [anon_sym_CARET] = ACTIONS(2383), - [anon_sym_AMP] = ACTIONS(2385), - [anon_sym_EQ_EQ] = ACTIONS(2375), - [anon_sym_BANG_EQ] = ACTIONS(2375), - [anon_sym_GT] = ACTIONS(2383), - [anon_sym_GT_EQ] = ACTIONS(2375), - [anon_sym_LT_EQ] = ACTIONS(2375), - [anon_sym_LT] = ACTIONS(2391), - [anon_sym_LT_LT] = ACTIONS(2383), - [anon_sym_GT_GT] = ACTIONS(2383), - [anon_sym_SEMI] = ACTIONS(2388), - [anon_sym_extern] = ACTIONS(2373), - [anon_sym___attribute__] = ACTIONS(2373), - [anon_sym_COLON_COLON] = ACTIONS(2394), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2396), - [anon_sym___declspec] = ACTIONS(2373), - [anon_sym___based] = ACTIONS(2373), - [anon_sym_LBRACE] = ACTIONS(2399), - [anon_sym_LBRACK] = ACTIONS(2401), - [anon_sym_EQ] = ACTIONS(2405), - [anon_sym_static] = ACTIONS(2373), - [anon_sym_register] = ACTIONS(2373), - [anon_sym_inline] = ACTIONS(2373), - [anon_sym_thread_local] = ACTIONS(2373), - [anon_sym_const] = ACTIONS(2373), - [anon_sym_volatile] = ACTIONS(2373), - [anon_sym_restrict] = ACTIONS(2373), - [anon_sym__Atomic] = ACTIONS(2373), - [anon_sym_mutable] = ACTIONS(2373), - [anon_sym_constexpr] = ACTIONS(2373), - [anon_sym_COLON] = ACTIONS(2413), - [anon_sym_QMARK] = ACTIONS(2375), - [anon_sym_STAR_EQ] = ACTIONS(2409), - [anon_sym_SLASH_EQ] = ACTIONS(2409), - [anon_sym_PERCENT_EQ] = ACTIONS(2409), - [anon_sym_PLUS_EQ] = ACTIONS(2409), - [anon_sym_DASH_EQ] = ACTIONS(2409), - [anon_sym_LT_LT_EQ] = ACTIONS(2409), - [anon_sym_GT_GT_EQ] = ACTIONS(2409), - [anon_sym_AMP_EQ] = ACTIONS(2409), - [anon_sym_CARET_EQ] = ACTIONS(2409), - [anon_sym_PIPE_EQ] = ACTIONS(2409), - [anon_sym_DASH_DASH] = ACTIONS(2375), - [anon_sym_PLUS_PLUS] = ACTIONS(2375), - [anon_sym_DOT] = ACTIONS(2383), - [anon_sym_DASH_GT] = ACTIONS(2375), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2373), - [anon_sym_template] = ACTIONS(2373), - [sym_operator_name] = ACTIONS(2373), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2373), - [anon_sym_MOZ_COLD] = ACTIONS(2373), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2373), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2373), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2373), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2373), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2373), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2373), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2373), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2373), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2373), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2373), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2373), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2373), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_RAII] = ACTIONS(2373), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2373), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2373), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2373), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2373), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2373), - }, - [801] = { - [sym_function_definition] = STATE(1036), - [sym_declaration] = STATE(1036), - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3094), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_ms_call_modifier] = STATE(1069), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym__class_name] = STATE(4813), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1502), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1503), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2421), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), + [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), + [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_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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(2468), - [anon_sym_struct] = ACTIONS(2470), - [anon_sym_union] = ACTIONS(2472), + [anon_sym_class] = ACTIONS(2486), + [anon_sym_struct] = ACTIONS(2488), + [anon_sym_union] = ACTIONS(2490), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), + [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), + }, + [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(2474), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2476), - [anon_sym_COMMA] = ACTIONS(2476), - [anon_sym_RPAREN] = ACTIONS(2476), - [anon_sym_LPAREN2] = ACTIONS(2476), - [anon_sym_TILDE] = ACTIONS(2476), - [anon_sym_DASH] = ACTIONS(2474), - [anon_sym_PLUS] = ACTIONS(2474), - [anon_sym_STAR] = ACTIONS(2474), - [anon_sym_SLASH] = ACTIONS(2474), - [anon_sym_PERCENT] = ACTIONS(2474), - [anon_sym_PIPE_PIPE] = ACTIONS(2476), - [anon_sym_AMP_AMP] = ACTIONS(2476), - [anon_sym_PIPE] = ACTIONS(2474), - [anon_sym_CARET] = ACTIONS(2474), - [anon_sym_AMP] = ACTIONS(2474), - [anon_sym_EQ_EQ] = ACTIONS(2476), - [anon_sym_BANG_EQ] = ACTIONS(2476), - [anon_sym_GT] = ACTIONS(2474), - [anon_sym_GT_EQ] = ACTIONS(2476), - [anon_sym_LT_EQ] = ACTIONS(2476), - [anon_sym_LT] = ACTIONS(2474), - [anon_sym_LT_LT] = ACTIONS(2474), - [anon_sym_GT_GT] = ACTIONS(2474), - [anon_sym_SEMI] = ACTIONS(2476), - [anon_sym_extern] = ACTIONS(2474), - [anon_sym___attribute__] = ACTIONS(2474), - [anon_sym_COLON_COLON] = ACTIONS(2476), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2476), - [anon_sym___declspec] = ACTIONS(2474), - [anon_sym___based] = ACTIONS(2474), - [anon_sym_LBRACE] = ACTIONS(2476), - [anon_sym_RBRACE] = ACTIONS(2476), - [anon_sym_LBRACK] = ACTIONS(2474), - [anon_sym_EQ] = ACTIONS(2474), - [anon_sym_static] = ACTIONS(2474), - [anon_sym_register] = ACTIONS(2474), - [anon_sym_inline] = ACTIONS(2474), - [anon_sym_thread_local] = ACTIONS(2474), - [anon_sym_const] = ACTIONS(2474), - [anon_sym_volatile] = ACTIONS(2474), - [anon_sym_restrict] = ACTIONS(2474), - [anon_sym__Atomic] = ACTIONS(2474), - [anon_sym_mutable] = ACTIONS(2474), - [anon_sym_constexpr] = ACTIONS(2474), - [anon_sym_QMARK] = ACTIONS(2476), - [anon_sym_STAR_EQ] = ACTIONS(2476), - [anon_sym_SLASH_EQ] = ACTIONS(2476), - [anon_sym_PERCENT_EQ] = ACTIONS(2476), - [anon_sym_PLUS_EQ] = ACTIONS(2476), - [anon_sym_DASH_EQ] = ACTIONS(2476), - [anon_sym_LT_LT_EQ] = ACTIONS(2476), - [anon_sym_GT_GT_EQ] = ACTIONS(2476), - [anon_sym_AMP_EQ] = ACTIONS(2476), - [anon_sym_CARET_EQ] = ACTIONS(2476), - [anon_sym_PIPE_EQ] = ACTIONS(2476), - [anon_sym_DASH_DASH] = ACTIONS(2476), - [anon_sym_PLUS_PLUS] = ACTIONS(2476), - [anon_sym_DOT] = ACTIONS(2474), - [anon_sym_DASH_GT] = ACTIONS(2476), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2474), - [anon_sym_template] = ACTIONS(2474), - [sym_operator_name] = ACTIONS(2474), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2474), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2474), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2474), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2474), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2474), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2474), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2474), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2474), - [anon_sym_MOZ_COLD] = ACTIONS(2474), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2474), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2474), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2474), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2474), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2474), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2474), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2474), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2474), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2474), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2474), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2474), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2474), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2474), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2474), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2474), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2474), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2474), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2474), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2474), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2474), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2474), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2474), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2474), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2474), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2474), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2474), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2474), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2474), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2474), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2474), - [anon_sym_MOZ_NONNULL] = ACTIONS(2474), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2474), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2474), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2474), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2474), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2474), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2474), - [anon_sym_MOZ_NORETURN] = ACTIONS(2474), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2474), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2474), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2474), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2474), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2474), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2474), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2474), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2474), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2474), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2474), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2474), - [anon_sym_MOZ_RAII] = ACTIONS(2474), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2474), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2474), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2474), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2474), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2474), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2474), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2474), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2474), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2474), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2474), + [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_identifier] = ACTIONS(2478), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2480), - [anon_sym_COMMA] = ACTIONS(2480), - [anon_sym_RPAREN] = ACTIONS(2480), - [anon_sym_LPAREN2] = ACTIONS(2480), - [anon_sym_TILDE] = ACTIONS(2480), - [anon_sym_DASH] = ACTIONS(2478), - [anon_sym_PLUS] = ACTIONS(2478), - [anon_sym_STAR] = ACTIONS(2478), - [anon_sym_SLASH] = ACTIONS(2478), - [anon_sym_PERCENT] = ACTIONS(2478), - [anon_sym_PIPE_PIPE] = ACTIONS(2480), - [anon_sym_AMP_AMP] = ACTIONS(2480), - [anon_sym_PIPE] = ACTIONS(2478), - [anon_sym_CARET] = ACTIONS(2478), - [anon_sym_AMP] = ACTIONS(2478), - [anon_sym_EQ_EQ] = ACTIONS(2480), - [anon_sym_BANG_EQ] = ACTIONS(2480), - [anon_sym_GT] = ACTIONS(2478), - [anon_sym_GT_EQ] = ACTIONS(2480), - [anon_sym_LT_EQ] = ACTIONS(2480), - [anon_sym_LT] = ACTIONS(2478), - [anon_sym_LT_LT] = ACTIONS(2478), - [anon_sym_GT_GT] = ACTIONS(2478), - [anon_sym_SEMI] = ACTIONS(2480), - [anon_sym_extern] = ACTIONS(2478), - [anon_sym___attribute__] = ACTIONS(2478), - [anon_sym_COLON_COLON] = ACTIONS(2480), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2480), - [anon_sym___declspec] = ACTIONS(2478), - [anon_sym___based] = ACTIONS(2478), - [anon_sym_LBRACE] = ACTIONS(2480), - [anon_sym_RBRACE] = ACTIONS(2480), - [anon_sym_LBRACK] = ACTIONS(2478), - [anon_sym_EQ] = ACTIONS(2478), - [anon_sym_static] = ACTIONS(2478), - [anon_sym_register] = ACTIONS(2478), - [anon_sym_inline] = ACTIONS(2478), - [anon_sym_thread_local] = ACTIONS(2478), - [anon_sym_const] = ACTIONS(2478), - [anon_sym_volatile] = ACTIONS(2478), - [anon_sym_restrict] = ACTIONS(2478), - [anon_sym__Atomic] = ACTIONS(2478), - [anon_sym_mutable] = ACTIONS(2478), - [anon_sym_constexpr] = ACTIONS(2478), - [anon_sym_QMARK] = ACTIONS(2480), - [anon_sym_STAR_EQ] = ACTIONS(2480), - [anon_sym_SLASH_EQ] = ACTIONS(2480), - [anon_sym_PERCENT_EQ] = ACTIONS(2480), - [anon_sym_PLUS_EQ] = ACTIONS(2480), - [anon_sym_DASH_EQ] = ACTIONS(2480), - [anon_sym_LT_LT_EQ] = ACTIONS(2480), - [anon_sym_GT_GT_EQ] = ACTIONS(2480), - [anon_sym_AMP_EQ] = ACTIONS(2480), - [anon_sym_CARET_EQ] = ACTIONS(2480), - [anon_sym_PIPE_EQ] = ACTIONS(2480), - [anon_sym_DASH_DASH] = ACTIONS(2480), - [anon_sym_PLUS_PLUS] = ACTIONS(2480), - [anon_sym_DOT] = ACTIONS(2478), - [anon_sym_DASH_GT] = ACTIONS(2480), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2478), - [anon_sym_template] = ACTIONS(2478), - [sym_operator_name] = ACTIONS(2478), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2478), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2478), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2478), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2478), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2478), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2478), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2478), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2478), - [anon_sym_MOZ_COLD] = ACTIONS(2478), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2478), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2478), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2478), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2478), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2478), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2478), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2478), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2478), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2478), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2478), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2478), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2478), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2478), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2478), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2478), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2478), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2478), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2478), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2478), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2478), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2478), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2478), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2478), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2478), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2478), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2478), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2478), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2478), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2478), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2478), - [anon_sym_MOZ_NONNULL] = ACTIONS(2478), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2478), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2478), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2478), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2478), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2478), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2478), - [anon_sym_MOZ_NORETURN] = ACTIONS(2478), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2478), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2478), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2478), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2478), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2478), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2478), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2478), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2478), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2478), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2478), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2478), - [anon_sym_MOZ_RAII] = ACTIONS(2478), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2478), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2478), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2478), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2478), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2478), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2478), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2478), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2478), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2478), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2478), + [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(2482), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2484), - [anon_sym_COMMA] = ACTIONS(2484), - [anon_sym_RPAREN] = ACTIONS(2484), - [anon_sym_LPAREN2] = ACTIONS(2484), - [anon_sym_TILDE] = ACTIONS(2484), - [anon_sym_DASH] = ACTIONS(2482), - [anon_sym_PLUS] = ACTIONS(2482), - [anon_sym_STAR] = ACTIONS(2482), - [anon_sym_SLASH] = ACTIONS(2482), - [anon_sym_PERCENT] = ACTIONS(2482), - [anon_sym_PIPE_PIPE] = ACTIONS(2484), - [anon_sym_AMP_AMP] = ACTIONS(2484), - [anon_sym_PIPE] = ACTIONS(2482), - [anon_sym_CARET] = ACTIONS(2482), - [anon_sym_AMP] = ACTIONS(2482), - [anon_sym_EQ_EQ] = ACTIONS(2484), - [anon_sym_BANG_EQ] = ACTIONS(2484), - [anon_sym_GT] = ACTIONS(2482), - [anon_sym_GT_EQ] = ACTIONS(2484), - [anon_sym_LT_EQ] = ACTIONS(2484), - [anon_sym_LT] = ACTIONS(2482), - [anon_sym_LT_LT] = ACTIONS(2482), - [anon_sym_GT_GT] = ACTIONS(2482), - [anon_sym_SEMI] = ACTIONS(2484), - [anon_sym_extern] = ACTIONS(2482), - [anon_sym___attribute__] = ACTIONS(2482), - [anon_sym_COLON_COLON] = ACTIONS(2484), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2484), - [anon_sym___declspec] = ACTIONS(2482), - [anon_sym___based] = ACTIONS(2482), - [anon_sym_LBRACE] = ACTIONS(2484), - [anon_sym_RBRACE] = ACTIONS(2484), - [anon_sym_LBRACK] = ACTIONS(2482), - [anon_sym_EQ] = ACTIONS(2482), - [anon_sym_static] = ACTIONS(2482), - [anon_sym_register] = ACTIONS(2482), - [anon_sym_inline] = ACTIONS(2482), - [anon_sym_thread_local] = ACTIONS(2482), - [anon_sym_const] = ACTIONS(2482), - [anon_sym_volatile] = ACTIONS(2482), - [anon_sym_restrict] = ACTIONS(2482), - [anon_sym__Atomic] = ACTIONS(2482), - [anon_sym_mutable] = ACTIONS(2482), - [anon_sym_constexpr] = ACTIONS(2482), - [anon_sym_QMARK] = ACTIONS(2484), - [anon_sym_STAR_EQ] = ACTIONS(2484), - [anon_sym_SLASH_EQ] = ACTIONS(2484), - [anon_sym_PERCENT_EQ] = ACTIONS(2484), - [anon_sym_PLUS_EQ] = ACTIONS(2484), - [anon_sym_DASH_EQ] = ACTIONS(2484), - [anon_sym_LT_LT_EQ] = ACTIONS(2484), - [anon_sym_GT_GT_EQ] = ACTIONS(2484), - [anon_sym_AMP_EQ] = ACTIONS(2484), - [anon_sym_CARET_EQ] = ACTIONS(2484), - [anon_sym_PIPE_EQ] = ACTIONS(2484), - [anon_sym_DASH_DASH] = ACTIONS(2484), - [anon_sym_PLUS_PLUS] = ACTIONS(2484), - [anon_sym_DOT] = ACTIONS(2482), - [anon_sym_DASH_GT] = ACTIONS(2484), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2482), - [anon_sym_template] = ACTIONS(2482), - [sym_operator_name] = ACTIONS(2482), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2482), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2482), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2482), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2482), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2482), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2482), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2482), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2482), - [anon_sym_MOZ_COLD] = ACTIONS(2482), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2482), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2482), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2482), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2482), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2482), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2482), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2482), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2482), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2482), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2482), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2482), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2482), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2482), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2482), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2482), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2482), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2482), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2482), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2482), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2482), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2482), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2482), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2482), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2482), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2482), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2482), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2482), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2482), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2482), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2482), - [anon_sym_MOZ_NONNULL] = ACTIONS(2482), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2482), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2482), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2482), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2482), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2482), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2482), - [anon_sym_MOZ_NORETURN] = ACTIONS(2482), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2482), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2482), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2482), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2482), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2482), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2482), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2482), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2482), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2482), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2482), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2482), - [anon_sym_MOZ_RAII] = ACTIONS(2482), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2482), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2482), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2482), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2482), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2482), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2482), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2482), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2482), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2482), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2482), + [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_template_argument_list] = STATE(1169), - [sym_identifier] = ACTIONS(2373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2375), - [anon_sym_COMMA] = ACTIONS(2375), - [anon_sym_LPAREN2] = ACTIONS(2388), - [anon_sym_TILDE] = ACTIONS(2381), - [anon_sym_DASH] = ACTIONS(2383), - [anon_sym_PLUS] = ACTIONS(2383), - [anon_sym_STAR] = ACTIONS(2385), - [anon_sym_SLASH] = ACTIONS(2383), - [anon_sym_PERCENT] = ACTIONS(2383), - [anon_sym_PIPE_PIPE] = ACTIONS(2375), - [anon_sym_AMP_AMP] = ACTIONS(2388), - [anon_sym_PIPE] = ACTIONS(2383), - [anon_sym_CARET] = ACTIONS(2383), - [anon_sym_AMP] = ACTIONS(2385), - [anon_sym_EQ_EQ] = ACTIONS(2375), - [anon_sym_BANG_EQ] = ACTIONS(2375), - [anon_sym_GT] = ACTIONS(2383), - [anon_sym_GT_EQ] = ACTIONS(2375), - [anon_sym_LT_EQ] = ACTIONS(2375), - [anon_sym_LT] = ACTIONS(2391), - [anon_sym_LT_LT] = ACTIONS(2383), - [anon_sym_GT_GT] = ACTIONS(2383), - [anon_sym_SEMI] = ACTIONS(2375), - [anon_sym_extern] = ACTIONS(2373), - [anon_sym___attribute__] = ACTIONS(2373), - [anon_sym_COLON_COLON] = ACTIONS(2394), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2381), - [anon_sym___declspec] = ACTIONS(2373), - [anon_sym___based] = ACTIONS(2373), - [anon_sym_LBRACE] = ACTIONS(2399), - [anon_sym_LBRACK] = ACTIONS(2385), - [anon_sym_EQ] = ACTIONS(2405), - [anon_sym_static] = ACTIONS(2373), - [anon_sym_register] = ACTIONS(2373), - [anon_sym_inline] = ACTIONS(2373), - [anon_sym_thread_local] = ACTIONS(2373), - [anon_sym_const] = ACTIONS(2373), - [anon_sym_volatile] = ACTIONS(2373), - [anon_sym_restrict] = ACTIONS(2373), - [anon_sym__Atomic] = ACTIONS(2373), - [anon_sym_mutable] = ACTIONS(2373), - [anon_sym_constexpr] = ACTIONS(2373), - [anon_sym_COLON] = ACTIONS(2407), - [anon_sym_QMARK] = ACTIONS(2375), - [anon_sym_STAR_EQ] = ACTIONS(2409), - [anon_sym_SLASH_EQ] = ACTIONS(2409), - [anon_sym_PERCENT_EQ] = ACTIONS(2409), - [anon_sym_PLUS_EQ] = ACTIONS(2409), - [anon_sym_DASH_EQ] = ACTIONS(2409), - [anon_sym_LT_LT_EQ] = ACTIONS(2409), - [anon_sym_GT_GT_EQ] = ACTIONS(2409), - [anon_sym_AMP_EQ] = ACTIONS(2409), - [anon_sym_CARET_EQ] = ACTIONS(2409), - [anon_sym_PIPE_EQ] = ACTIONS(2409), - [anon_sym_DASH_DASH] = ACTIONS(2375), - [anon_sym_PLUS_PLUS] = ACTIONS(2375), - [anon_sym_DOT] = ACTIONS(2383), - [anon_sym_DASH_GT] = ACTIONS(2375), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2373), - [anon_sym_template] = ACTIONS(2373), - [sym_operator_name] = ACTIONS(2373), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2373), - [anon_sym_MOZ_COLD] = ACTIONS(2373), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2373), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2373), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2373), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2373), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2373), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2373), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2373), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2373), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2373), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2373), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2373), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2373), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_RAII] = ACTIONS(2373), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2373), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2373), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2373), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2373), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2373), + [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(1169), - [sym_identifier] = ACTIONS(2373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2375), - [anon_sym_COMMA] = ACTIONS(2375), - [anon_sym_RPAREN] = ACTIONS(2375), - [anon_sym_LPAREN2] = ACTIONS(2388), - [anon_sym_TILDE] = ACTIONS(2381), - [anon_sym_DASH] = ACTIONS(2383), - [anon_sym_PLUS] = ACTIONS(2383), - [anon_sym_STAR] = ACTIONS(2385), - [anon_sym_SLASH] = ACTIONS(2383), - [anon_sym_PERCENT] = ACTIONS(2383), - [anon_sym_PIPE_PIPE] = ACTIONS(2375), - [anon_sym_AMP_AMP] = ACTIONS(2388), - [anon_sym_PIPE] = ACTIONS(2383), - [anon_sym_CARET] = ACTIONS(2383), - [anon_sym_AMP] = ACTIONS(2385), - [anon_sym_EQ_EQ] = ACTIONS(2375), - [anon_sym_BANG_EQ] = ACTIONS(2375), - [anon_sym_GT] = ACTIONS(2383), - [anon_sym_GT_EQ] = ACTIONS(2375), - [anon_sym_LT_EQ] = ACTIONS(2375), - [anon_sym_LT] = ACTIONS(2391), - [anon_sym_LT_LT] = ACTIONS(2383), - [anon_sym_GT_GT] = ACTIONS(2383), - [anon_sym_SEMI] = ACTIONS(2375), - [anon_sym_extern] = ACTIONS(2373), - [anon_sym___attribute__] = ACTIONS(2373), - [anon_sym_COLON_COLON] = ACTIONS(2394), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2381), - [anon_sym___declspec] = ACTIONS(2373), - [anon_sym___based] = ACTIONS(2373), - [anon_sym_LBRACE] = ACTIONS(2399), - [anon_sym_LBRACK] = ACTIONS(2385), - [anon_sym_EQ] = ACTIONS(2405), - [anon_sym_static] = ACTIONS(2373), - [anon_sym_register] = ACTIONS(2373), - [anon_sym_inline] = ACTIONS(2373), - [anon_sym_thread_local] = ACTIONS(2373), - [anon_sym_const] = ACTIONS(2373), - [anon_sym_volatile] = ACTIONS(2373), - [anon_sym_restrict] = ACTIONS(2373), - [anon_sym__Atomic] = ACTIONS(2373), - [anon_sym_mutable] = ACTIONS(2373), - [anon_sym_constexpr] = ACTIONS(2373), - [anon_sym_QMARK] = ACTIONS(2375), - [anon_sym_STAR_EQ] = ACTIONS(2409), - [anon_sym_SLASH_EQ] = ACTIONS(2409), - [anon_sym_PERCENT_EQ] = ACTIONS(2409), - [anon_sym_PLUS_EQ] = ACTIONS(2409), - [anon_sym_DASH_EQ] = ACTIONS(2409), - [anon_sym_LT_LT_EQ] = ACTIONS(2409), - [anon_sym_GT_GT_EQ] = ACTIONS(2409), - [anon_sym_AMP_EQ] = ACTIONS(2409), - [anon_sym_CARET_EQ] = ACTIONS(2409), - [anon_sym_PIPE_EQ] = ACTIONS(2409), - [anon_sym_DASH_DASH] = ACTIONS(2375), - [anon_sym_PLUS_PLUS] = ACTIONS(2375), - [anon_sym_DOT] = ACTIONS(2383), - [anon_sym_DASH_GT] = ACTIONS(2375), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2373), - [anon_sym_template] = ACTIONS(2373), - [sym_operator_name] = ACTIONS(2373), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2373), - [anon_sym_MOZ_COLD] = ACTIONS(2373), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2373), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2373), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2373), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2373), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2373), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2373), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2373), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2373), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2373), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2373), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2373), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2373), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_RAII] = ACTIONS(2373), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2373), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2373), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2373), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2373), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2373), + [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_template_argument_list] = STATE(1204), - [sym_identifier] = ACTIONS(2373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2388), - [anon_sym_COMMA] = ACTIONS(2388), - [anon_sym_RPAREN] = ACTIONS(2388), - [anon_sym_LPAREN2] = ACTIONS(2388), - [anon_sym_TILDE] = ACTIONS(2381), - [anon_sym_DASH] = ACTIONS(2383), - [anon_sym_PLUS] = ACTIONS(2383), - [anon_sym_STAR] = ACTIONS(2385), - [anon_sym_SLASH] = ACTIONS(2383), - [anon_sym_PERCENT] = ACTIONS(2383), - [anon_sym_PIPE_PIPE] = ACTIONS(2375), - [anon_sym_AMP_AMP] = ACTIONS(2388), - [anon_sym_PIPE] = ACTIONS(2383), - [anon_sym_CARET] = ACTIONS(2383), - [anon_sym_AMP] = ACTIONS(2385), - [anon_sym_EQ_EQ] = ACTIONS(2375), - [anon_sym_BANG_EQ] = ACTIONS(2375), - [anon_sym_GT] = ACTIONS(2383), - [anon_sym_GT_EQ] = ACTIONS(2375), - [anon_sym_LT_EQ] = ACTIONS(2375), - [anon_sym_LT] = ACTIONS(2391), - [anon_sym_LT_LT] = ACTIONS(2383), - [anon_sym_GT_GT] = ACTIONS(2383), - [anon_sym_extern] = ACTIONS(2373), - [anon_sym___attribute__] = ACTIONS(2373), - [anon_sym_COLON_COLON] = ACTIONS(2394), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2381), - [anon_sym___declspec] = ACTIONS(2373), - [anon_sym___based] = ACTIONS(2373), - [anon_sym_LBRACE] = ACTIONS(2399), - [anon_sym_LBRACK] = ACTIONS(2385), - [anon_sym_EQ] = ACTIONS(2373), - [anon_sym_static] = ACTIONS(2373), - [anon_sym_register] = ACTIONS(2373), - [anon_sym_inline] = ACTIONS(2373), - [anon_sym_thread_local] = ACTIONS(2373), - [anon_sym_const] = ACTIONS(2373), - [anon_sym_volatile] = ACTIONS(2373), - [anon_sym_restrict] = ACTIONS(2373), - [anon_sym__Atomic] = ACTIONS(2373), - [anon_sym_mutable] = ACTIONS(2373), - [anon_sym_constexpr] = ACTIONS(2373), - [anon_sym_QMARK] = ACTIONS(2375), - [anon_sym_STAR_EQ] = ACTIONS(2409), - [anon_sym_SLASH_EQ] = ACTIONS(2409), - [anon_sym_PERCENT_EQ] = ACTIONS(2409), - [anon_sym_PLUS_EQ] = ACTIONS(2409), - [anon_sym_DASH_EQ] = ACTIONS(2409), - [anon_sym_LT_LT_EQ] = ACTIONS(2409), - [anon_sym_GT_GT_EQ] = ACTIONS(2409), - [anon_sym_AMP_EQ] = ACTIONS(2409), - [anon_sym_CARET_EQ] = ACTIONS(2409), - [anon_sym_PIPE_EQ] = ACTIONS(2409), - [anon_sym_DASH_DASH] = ACTIONS(2375), - [anon_sym_PLUS_PLUS] = ACTIONS(2375), - [anon_sym_DOT] = ACTIONS(2383), - [anon_sym_DASH_GT] = ACTIONS(2375), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2373), - [anon_sym_template] = ACTIONS(2373), - [sym_operator_name] = ACTIONS(2373), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2373), - [anon_sym_MOZ_COLD] = ACTIONS(2373), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2373), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2373), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2373), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2373), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2373), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2373), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2373), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2373), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2373), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2373), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2373), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2373), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_RAII] = ACTIONS(2373), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2373), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2373), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2373), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2373), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2373), + [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(811), - [sym_identifier] = ACTIONS(2441), - [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(2448), - [anon_sym_DASH] = ACTIONS(2450), - [anon_sym_PLUS] = ACTIONS(2450), - [anon_sym_STAR] = ACTIONS(2452), - [anon_sym_SLASH] = ACTIONS(2450), - [anon_sym_PERCENT] = ACTIONS(2450), - [anon_sym_PIPE_PIPE] = ACTIONS(2443), - [anon_sym_AMP_AMP] = ACTIONS(2445), - [anon_sym_PIPE] = ACTIONS(2450), - [anon_sym_CARET] = ACTIONS(2450), - [anon_sym_AMP] = ACTIONS(2452), - [anon_sym_EQ_EQ] = ACTIONS(2443), - [anon_sym_BANG_EQ] = ACTIONS(2443), - [anon_sym_GT] = ACTIONS(2450), - [anon_sym_GT_EQ] = ACTIONS(2443), - [anon_sym_LT_EQ] = ACTIONS(2443), - [anon_sym_LT] = ACTIONS(2455), - [anon_sym_LT_LT] = ACTIONS(2450), - [anon_sym_GT_GT] = ACTIONS(2450), - [anon_sym_extern] = ACTIONS(2441), - [anon_sym___attribute__] = ACTIONS(2441), - [anon_sym_COLON_COLON] = ACTIONS(2394), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2448), - [anon_sym___declspec] = ACTIONS(2441), - [anon_sym___based] = ACTIONS(2441), - [anon_sym_LBRACE] = ACTIONS(2448), - [anon_sym_LBRACK] = ACTIONS(2452), - [anon_sym_EQ] = ACTIONS(2452), - [anon_sym_static] = ACTIONS(2441), - [anon_sym_register] = ACTIONS(2441), - [anon_sym_inline] = ACTIONS(2441), - [anon_sym_thread_local] = ACTIONS(2441), - [anon_sym_const] = ACTIONS(2441), - [anon_sym_volatile] = ACTIONS(2441), - [anon_sym_restrict] = ACTIONS(2441), - [anon_sym__Atomic] = ACTIONS(2441), - [anon_sym_mutable] = ACTIONS(2441), - [anon_sym_constexpr] = ACTIONS(2441), - [anon_sym_QMARK] = ACTIONS(2443), - [anon_sym_STAR_EQ] = ACTIONS(2443), - [anon_sym_SLASH_EQ] = ACTIONS(2443), - [anon_sym_PERCENT_EQ] = ACTIONS(2443), - [anon_sym_PLUS_EQ] = ACTIONS(2443), - [anon_sym_DASH_EQ] = ACTIONS(2443), - [anon_sym_LT_LT_EQ] = ACTIONS(2443), - [anon_sym_GT_GT_EQ] = ACTIONS(2443), - [anon_sym_AMP_EQ] = ACTIONS(2443), - [anon_sym_CARET_EQ] = ACTIONS(2443), - [anon_sym_PIPE_EQ] = ACTIONS(2443), - [anon_sym_DASH_DASH] = ACTIONS(2443), - [anon_sym_PLUS_PLUS] = ACTIONS(2443), - [anon_sym_DOT] = ACTIONS(2450), - [anon_sym_DASH_GT] = ACTIONS(2443), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2441), - [anon_sym_template] = ACTIONS(2441), - [sym_operator_name] = ACTIONS(2441), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2441), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2441), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2441), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2441), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2441), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2441), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2441), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2441), - [anon_sym_MOZ_COLD] = ACTIONS(2441), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2441), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2441), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2441), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2441), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2441), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2441), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2441), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2441), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2441), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2441), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2441), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2441), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2441), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2441), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2441), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2441), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2441), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2441), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2441), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2441), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_NONNULL] = ACTIONS(2441), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2441), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2441), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2441), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2441), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2441), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_NORETURN] = ACTIONS(2441), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2441), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2441), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2441), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2441), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2441), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2441), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2441), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2441), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2441), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2441), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2441), - [anon_sym_MOZ_RAII] = ACTIONS(2441), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2441), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2441), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2441), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2441), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2441), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2441), + [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_identifier] = ACTIONS(2486), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2488), - [anon_sym_COMMA] = ACTIONS(2488), - [anon_sym_RPAREN] = ACTIONS(2488), - [anon_sym_LPAREN2] = ACTIONS(2490), - [anon_sym_TILDE] = ACTIONS(2493), - [anon_sym_DASH] = ACTIONS(2495), - [anon_sym_PLUS] = ACTIONS(2495), - [anon_sym_STAR] = ACTIONS(2497), - [anon_sym_SLASH] = ACTIONS(2495), - [anon_sym_PERCENT] = ACTIONS(2495), - [anon_sym_PIPE_PIPE] = ACTIONS(2488), - [anon_sym_AMP_AMP] = ACTIONS(2490), - [anon_sym_PIPE] = ACTIONS(2495), - [anon_sym_CARET] = ACTIONS(2495), - [anon_sym_AMP] = ACTIONS(2497), - [anon_sym_EQ_EQ] = ACTIONS(2488), - [anon_sym_BANG_EQ] = ACTIONS(2488), - [anon_sym_GT] = ACTIONS(2495), - [anon_sym_GT_EQ] = ACTIONS(2488), - [anon_sym_LT_EQ] = ACTIONS(2488), - [anon_sym_LT] = ACTIONS(2495), - [anon_sym_LT_LT] = ACTIONS(2495), - [anon_sym_GT_GT] = ACTIONS(2495), - [anon_sym_SEMI] = ACTIONS(2488), - [anon_sym_extern] = ACTIONS(2486), - [anon_sym___attribute__] = ACTIONS(2486), - [anon_sym_COLON_COLON] = ACTIONS(2493), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2493), - [anon_sym___declspec] = ACTIONS(2486), - [anon_sym___based] = ACTIONS(2486), - [anon_sym_LBRACE] = ACTIONS(2493), - [anon_sym_LBRACK] = ACTIONS(2497), - [anon_sym_EQ] = ACTIONS(2495), - [anon_sym_static] = ACTIONS(2486), - [anon_sym_register] = ACTIONS(2486), - [anon_sym_inline] = ACTIONS(2486), - [anon_sym_thread_local] = ACTIONS(2486), - [anon_sym_const] = ACTIONS(2486), - [anon_sym_volatile] = ACTIONS(2486), - [anon_sym_restrict] = ACTIONS(2486), - [anon_sym__Atomic] = ACTIONS(2486), - [anon_sym_mutable] = ACTIONS(2486), - [anon_sym_constexpr] = ACTIONS(2486), - [anon_sym_QMARK] = ACTIONS(2488), - [anon_sym_STAR_EQ] = ACTIONS(2488), - [anon_sym_SLASH_EQ] = ACTIONS(2488), - [anon_sym_PERCENT_EQ] = ACTIONS(2488), - [anon_sym_PLUS_EQ] = ACTIONS(2488), - [anon_sym_DASH_EQ] = ACTIONS(2488), - [anon_sym_LT_LT_EQ] = ACTIONS(2488), - [anon_sym_GT_GT_EQ] = ACTIONS(2488), - [anon_sym_AMP_EQ] = ACTIONS(2488), - [anon_sym_CARET_EQ] = ACTIONS(2488), - [anon_sym_PIPE_EQ] = ACTIONS(2488), - [anon_sym_DASH_DASH] = ACTIONS(2488), - [anon_sym_PLUS_PLUS] = ACTIONS(2488), - [anon_sym_DOT] = ACTIONS(2495), - [anon_sym_DASH_GT] = ACTIONS(2488), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2486), - [anon_sym_template] = ACTIONS(2486), - [sym_operator_name] = ACTIONS(2486), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2486), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2486), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2486), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2486), - [anon_sym_MOZ_COLD] = ACTIONS(2486), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2486), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2486), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2486), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2486), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2486), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2486), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2486), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2486), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2486), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2486), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2486), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2486), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2486), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_NONNULL] = ACTIONS(2486), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2486), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2486), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2486), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2486), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2486), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2486), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2486), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2486), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2486), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2486), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2486), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2486), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2486), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2486), - [anon_sym_MOZ_RAII] = ACTIONS(2486), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2486), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2486), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2486), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2486), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2486), + [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_identifier] = ACTIONS(2486), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2488), - [anon_sym_COMMA] = ACTIONS(2488), - [anon_sym_LPAREN2] = ACTIONS(2490), - [anon_sym_TILDE] = ACTIONS(2493), - [anon_sym_DASH] = ACTIONS(2495), - [anon_sym_PLUS] = ACTIONS(2495), - [anon_sym_STAR] = ACTIONS(2497), - [anon_sym_SLASH] = ACTIONS(2495), - [anon_sym_PERCENT] = ACTIONS(2495), - [anon_sym_PIPE_PIPE] = ACTIONS(2488), - [anon_sym_AMP_AMP] = ACTIONS(2490), - [anon_sym_PIPE] = ACTIONS(2495), - [anon_sym_CARET] = ACTIONS(2495), - [anon_sym_AMP] = ACTIONS(2497), - [anon_sym_EQ_EQ] = ACTIONS(2488), - [anon_sym_BANG_EQ] = ACTIONS(2488), - [anon_sym_GT] = ACTIONS(2495), - [anon_sym_GT_EQ] = ACTIONS(2488), - [anon_sym_LT_EQ] = ACTIONS(2488), - [anon_sym_LT] = ACTIONS(2495), - [anon_sym_LT_LT] = ACTIONS(2495), - [anon_sym_GT_GT] = ACTIONS(2495), - [anon_sym_SEMI] = ACTIONS(2490), - [anon_sym_extern] = ACTIONS(2486), - [anon_sym___attribute__] = ACTIONS(2486), - [anon_sym_COLON_COLON] = ACTIONS(2493), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2490), - [anon_sym___declspec] = ACTIONS(2486), - [anon_sym___based] = ACTIONS(2486), - [anon_sym_LBRACE] = ACTIONS(2493), - [anon_sym_RBRACE] = ACTIONS(2488), - [anon_sym_LBRACK] = ACTIONS(2497), - [anon_sym_EQ] = ACTIONS(2495), - [anon_sym_static] = ACTIONS(2486), - [anon_sym_register] = ACTIONS(2486), - [anon_sym_inline] = ACTIONS(2486), - [anon_sym_thread_local] = ACTIONS(2486), - [anon_sym_const] = ACTIONS(2486), - [anon_sym_volatile] = ACTIONS(2486), - [anon_sym_restrict] = ACTIONS(2486), - [anon_sym__Atomic] = ACTIONS(2486), - [anon_sym_mutable] = ACTIONS(2486), - [anon_sym_constexpr] = ACTIONS(2486), - [anon_sym_QMARK] = ACTIONS(2488), - [anon_sym_STAR_EQ] = ACTIONS(2488), - [anon_sym_SLASH_EQ] = ACTIONS(2488), - [anon_sym_PERCENT_EQ] = ACTIONS(2488), - [anon_sym_PLUS_EQ] = ACTIONS(2488), - [anon_sym_DASH_EQ] = ACTIONS(2488), - [anon_sym_LT_LT_EQ] = ACTIONS(2488), - [anon_sym_GT_GT_EQ] = ACTIONS(2488), - [anon_sym_AMP_EQ] = ACTIONS(2488), - [anon_sym_CARET_EQ] = ACTIONS(2488), - [anon_sym_PIPE_EQ] = ACTIONS(2488), - [anon_sym_DASH_DASH] = ACTIONS(2488), - [anon_sym_PLUS_PLUS] = ACTIONS(2488), - [anon_sym_DOT] = ACTIONS(2495), - [anon_sym_DASH_GT] = ACTIONS(2488), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2486), - [anon_sym_template] = ACTIONS(2486), - [sym_operator_name] = ACTIONS(2486), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2486), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2486), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2486), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2486), - [anon_sym_MOZ_COLD] = ACTIONS(2486), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2486), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2486), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2486), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2486), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2486), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2486), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2486), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2486), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2486), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2486), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2486), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2486), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2486), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_NONNULL] = ACTIONS(2486), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2486), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2486), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2486), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2486), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2486), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2486), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2486), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2486), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2486), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2486), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2486), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2486), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2486), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2486), - [anon_sym_MOZ_RAII] = ACTIONS(2486), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2486), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2486), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2486), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2486), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2486), + [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(2486), - [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(2493), - [anon_sym_DASH] = ACTIONS(2495), - [anon_sym_PLUS] = ACTIONS(2495), - [anon_sym_STAR] = ACTIONS(2497), - [anon_sym_SLASH] = ACTIONS(2495), - [anon_sym_PERCENT] = ACTIONS(2495), - [anon_sym_PIPE_PIPE] = ACTIONS(2488), - [anon_sym_AMP_AMP] = ACTIONS(2490), - [anon_sym_PIPE] = ACTIONS(2495), - [anon_sym_CARET] = ACTIONS(2495), - [anon_sym_AMP] = ACTIONS(2497), - [anon_sym_EQ_EQ] = ACTIONS(2488), - [anon_sym_BANG_EQ] = ACTIONS(2488), - [anon_sym_GT] = ACTIONS(2495), - [anon_sym_GT_EQ] = ACTIONS(2488), - [anon_sym_LT_EQ] = ACTIONS(2488), - [anon_sym_LT] = ACTIONS(2495), - [anon_sym_LT_LT] = ACTIONS(2495), - [anon_sym_GT_GT] = ACTIONS(2495), - [anon_sym_extern] = ACTIONS(2486), - [anon_sym___attribute__] = ACTIONS(2486), - [anon_sym_COLON_COLON] = ACTIONS(2493), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2493), - [anon_sym___declspec] = ACTIONS(2486), - [anon_sym___based] = ACTIONS(2486), - [anon_sym_LBRACE] = ACTIONS(2493), - [anon_sym_LBRACK] = ACTIONS(2497), - [anon_sym_EQ] = ACTIONS(2497), - [anon_sym_static] = ACTIONS(2486), - [anon_sym_register] = ACTIONS(2486), - [anon_sym_inline] = ACTIONS(2486), - [anon_sym_thread_local] = ACTIONS(2486), - [anon_sym_const] = ACTIONS(2486), - [anon_sym_volatile] = ACTIONS(2486), - [anon_sym_restrict] = ACTIONS(2486), - [anon_sym__Atomic] = ACTIONS(2486), - [anon_sym_mutable] = ACTIONS(2486), - [anon_sym_constexpr] = ACTIONS(2486), - [anon_sym_QMARK] = ACTIONS(2488), - [anon_sym_STAR_EQ] = ACTIONS(2488), - [anon_sym_SLASH_EQ] = ACTIONS(2488), - [anon_sym_PERCENT_EQ] = ACTIONS(2488), - [anon_sym_PLUS_EQ] = ACTIONS(2488), - [anon_sym_DASH_EQ] = ACTIONS(2488), - [anon_sym_LT_LT_EQ] = ACTIONS(2488), - [anon_sym_GT_GT_EQ] = ACTIONS(2488), - [anon_sym_AMP_EQ] = ACTIONS(2488), - [anon_sym_CARET_EQ] = ACTIONS(2488), - [anon_sym_PIPE_EQ] = ACTIONS(2488), - [anon_sym_DASH_DASH] = ACTIONS(2488), - [anon_sym_PLUS_PLUS] = ACTIONS(2488), - [anon_sym_DOT] = ACTIONS(2495), - [anon_sym_DASH_GT] = ACTIONS(2488), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2486), - [anon_sym_template] = ACTIONS(2486), - [sym_operator_name] = ACTIONS(2486), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2486), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2486), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2486), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2486), - [anon_sym_MOZ_COLD] = ACTIONS(2486), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2486), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2486), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2486), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2486), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2486), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2486), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2486), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2486), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2486), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2486), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2486), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2486), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2486), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_NONNULL] = ACTIONS(2486), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2486), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2486), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2486), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2486), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2486), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2486), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2486), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2486), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2486), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2486), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2486), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2486), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2486), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2486), - [anon_sym_MOZ_RAII] = ACTIONS(2486), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2486), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2486), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2486), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2486), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2486), + [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__declaration_modifiers] = STATE(1077), - [sym__declaration_specifiers] = STATE(2468), - [sym_attribute_specifier] = STATE(1077), - [sym_attribute_declaration] = STATE(1077), - [sym_ms_declspec_modifier] = STATE(1077), - [sym_storage_class_specifier] = STATE(1077), - [sym_type_qualifier] = STATE(1077), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_parameter_declaration] = STATE(4146), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1077), - [sym_dependent_type] = STATE(1323), - [sym_type_parameter_declaration] = STATE(4146), - [sym_variadic_type_parameter_declaration] = STATE(4146), - [sym_optional_type_parameter_declaration] = STATE(4146), - [sym_template_template_parameter_declaration] = STATE(4146), - [sym_optional_parameter_declaration] = STATE(4146), - [sym_variadic_parameter_declaration] = STATE(4146), - [sym_template_type] = STATE(1396), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3766), - [sym_qualified_type_identifier] = STATE(1475), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1077), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2500), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2502), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [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(2504), - [anon_sym_class] = ACTIONS(2506), - [anon_sym_struct] = ACTIONS(2508), - [anon_sym_union] = ACTIONS(2510), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(2512), - [anon_sym_template] = ACTIONS(2514), - [anon_sym_GT2] = ACTIONS(2516), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), + [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__declaration_modifiers] = STATE(1077), - [sym__declaration_specifiers] = STATE(2468), - [sym_attribute_specifier] = STATE(1077), - [sym_attribute_declaration] = STATE(1077), - [sym_ms_declspec_modifier] = STATE(1077), - [sym_storage_class_specifier] = STATE(1077), - [sym_type_qualifier] = STATE(1077), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_parameter_declaration] = STATE(4465), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1077), - [sym_dependent_type] = STATE(1323), - [sym_type_parameter_declaration] = STATE(4465), - [sym_variadic_type_parameter_declaration] = STATE(4465), - [sym_optional_type_parameter_declaration] = STATE(4465), - [sym_template_template_parameter_declaration] = STATE(4465), - [sym_optional_parameter_declaration] = STATE(4465), - [sym_variadic_parameter_declaration] = STATE(4465), - [sym_template_type] = STATE(1396), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3766), - [sym_qualified_type_identifier] = STATE(1475), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1077), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2500), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2502), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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), + [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(2504), - [anon_sym_class] = ACTIONS(2506), - [anon_sym_struct] = ACTIONS(2508), - [anon_sym_union] = ACTIONS(2510), + [anon_sym_enum] = ACTIONS(1463), + [anon_sym_class] = ACTIONS(2530), + [anon_sym_struct] = ACTIONS(1467), + [anon_sym_union] = ACTIONS(1469), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(2512), - [anon_sym_template] = ACTIONS(2514), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), + [anon_sym_typename] = ACTIONS(2532), + [anon_sym_template] = ACTIONS(2534), + [anon_sym_GT2] = ACTIONS(2536), + [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), }, - [814] = { - [sym_identifier] = ACTIONS(2474), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2476), - [anon_sym_COMMA] = ACTIONS(2476), - [anon_sym_RPAREN] = ACTIONS(2476), - [anon_sym_LPAREN2] = ACTIONS(2476), - [anon_sym_TILDE] = ACTIONS(2476), - [anon_sym_DASH] = ACTIONS(2474), - [anon_sym_PLUS] = ACTIONS(2474), - [anon_sym_STAR] = ACTIONS(2476), - [anon_sym_SLASH] = ACTIONS(2474), - [anon_sym_PERCENT] = ACTIONS(2476), - [anon_sym_PIPE_PIPE] = ACTIONS(2476), - [anon_sym_AMP_AMP] = ACTIONS(2476), - [anon_sym_PIPE] = ACTIONS(2474), - [anon_sym_CARET] = ACTIONS(2476), - [anon_sym_AMP] = ACTIONS(2474), - [anon_sym_EQ_EQ] = ACTIONS(2476), - [anon_sym_BANG_EQ] = ACTIONS(2476), - [anon_sym_GT] = ACTIONS(2474), - [anon_sym_GT_EQ] = ACTIONS(2476), - [anon_sym_LT_EQ] = ACTIONS(2476), - [anon_sym_LT] = ACTIONS(2474), - [anon_sym_LT_LT] = ACTIONS(2476), - [anon_sym_GT_GT] = ACTIONS(2476), - [anon_sym_SEMI] = ACTIONS(2476), - [anon_sym_extern] = ACTIONS(2474), - [anon_sym___attribute__] = ACTIONS(2474), - [anon_sym_COLON_COLON] = ACTIONS(2476), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2476), - [anon_sym___declspec] = ACTIONS(2474), - [anon_sym___based] = ACTIONS(2474), - [anon_sym_LBRACE] = ACTIONS(2476), - [anon_sym_RBRACE] = ACTIONS(2476), - [anon_sym_LBRACK] = ACTIONS(2474), - [anon_sym_EQ] = ACTIONS(2474), - [anon_sym_static] = ACTIONS(2474), - [anon_sym_register] = ACTIONS(2474), - [anon_sym_inline] = ACTIONS(2474), - [anon_sym_thread_local] = ACTIONS(2474), - [anon_sym_const] = ACTIONS(2474), - [anon_sym_volatile] = ACTIONS(2474), - [anon_sym_restrict] = ACTIONS(2474), - [anon_sym__Atomic] = ACTIONS(2474), - [anon_sym_mutable] = ACTIONS(2474), - [anon_sym_constexpr] = ACTIONS(2474), - [anon_sym_COLON] = ACTIONS(2474), - [anon_sym_QMARK] = ACTIONS(2476), - [anon_sym_DASH_DASH] = ACTIONS(2476), - [anon_sym_PLUS_PLUS] = ACTIONS(2476), - [anon_sym_DOT] = ACTIONS(2474), - [anon_sym_DASH_GT] = ACTIONS(2476), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2474), - [anon_sym_override] = ACTIONS(2474), - [anon_sym_virtual] = ACTIONS(2474), - [anon_sym_template] = ACTIONS(2474), - [anon_sym_noexcept] = ACTIONS(2474), - [anon_sym_throw] = ACTIONS(2474), - [sym_operator_name] = ACTIONS(2474), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2474), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2474), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2474), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2474), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2474), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2474), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2474), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2474), - [anon_sym_MOZ_COLD] = ACTIONS(2474), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2474), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2474), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2474), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2474), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2474), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2474), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2474), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2474), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2474), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2474), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2474), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2474), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2474), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2474), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2474), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2474), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2474), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2474), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2474), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2474), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2474), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2474), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2474), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2474), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2474), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2474), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2474), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2474), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2474), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2474), - [anon_sym_MOZ_NONNULL] = ACTIONS(2474), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2474), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2474), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2474), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2474), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2474), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2474), - [anon_sym_MOZ_NORETURN] = ACTIONS(2474), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2474), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2474), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2474), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2474), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2474), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2474), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2474), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2474), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2474), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2474), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2474), - [anon_sym_MOZ_RAII] = ACTIONS(2474), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2474), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2474), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2474), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2474), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2474), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2474), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2474), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2474), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2474), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2474), + [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), }, - [815] = { - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(2433), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_parameter_declaration] = STATE(4073), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_optional_parameter_declaration] = STATE(4073), - [sym_variadic_parameter_declaration] = STATE(4073), - [sym_template_type] = STATE(1396), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1475), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2349), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2331), - [anon_sym_RPAREN] = ACTIONS(2333), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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), + [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(63), - [anon_sym_class] = ACTIONS(65), - [anon_sym_struct] = ACTIONS(67), - [anon_sym_union] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(1463), + [anon_sym_class] = ACTIONS(2530), + [anon_sym_struct] = ACTIONS(1467), + [anon_sym_union] = ACTIONS(1469), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - }, - [816] = { - [sym_identifier] = ACTIONS(2482), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2484), - [anon_sym_COMMA] = ACTIONS(2484), - [anon_sym_RPAREN] = ACTIONS(2484), - [anon_sym_LPAREN2] = ACTIONS(2484), - [anon_sym_TILDE] = ACTIONS(2484), - [anon_sym_DASH] = ACTIONS(2482), - [anon_sym_PLUS] = ACTIONS(2482), - [anon_sym_STAR] = ACTIONS(2484), - [anon_sym_SLASH] = ACTIONS(2482), - [anon_sym_PERCENT] = ACTIONS(2484), - [anon_sym_PIPE_PIPE] = ACTIONS(2484), - [anon_sym_AMP_AMP] = ACTIONS(2484), - [anon_sym_PIPE] = ACTIONS(2482), - [anon_sym_CARET] = ACTIONS(2484), - [anon_sym_AMP] = ACTIONS(2482), - [anon_sym_EQ_EQ] = ACTIONS(2484), - [anon_sym_BANG_EQ] = ACTIONS(2484), - [anon_sym_GT] = ACTIONS(2482), - [anon_sym_GT_EQ] = ACTIONS(2484), - [anon_sym_LT_EQ] = ACTIONS(2484), - [anon_sym_LT] = ACTIONS(2482), - [anon_sym_LT_LT] = ACTIONS(2484), - [anon_sym_GT_GT] = ACTIONS(2484), - [anon_sym_SEMI] = ACTIONS(2484), - [anon_sym_extern] = ACTIONS(2482), - [anon_sym___attribute__] = ACTIONS(2482), - [anon_sym_COLON_COLON] = ACTIONS(2484), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2484), - [anon_sym___declspec] = ACTIONS(2482), - [anon_sym___based] = ACTIONS(2482), - [anon_sym_LBRACE] = ACTIONS(2484), - [anon_sym_RBRACE] = ACTIONS(2484), - [anon_sym_LBRACK] = ACTIONS(2482), - [anon_sym_EQ] = ACTIONS(2482), - [anon_sym_static] = ACTIONS(2482), - [anon_sym_register] = ACTIONS(2482), - [anon_sym_inline] = ACTIONS(2482), - [anon_sym_thread_local] = ACTIONS(2482), - [anon_sym_const] = ACTIONS(2482), - [anon_sym_volatile] = ACTIONS(2482), - [anon_sym_restrict] = ACTIONS(2482), - [anon_sym__Atomic] = ACTIONS(2482), - [anon_sym_mutable] = ACTIONS(2482), - [anon_sym_constexpr] = ACTIONS(2482), - [anon_sym_COLON] = ACTIONS(2482), - [anon_sym_QMARK] = ACTIONS(2484), - [anon_sym_DASH_DASH] = ACTIONS(2484), - [anon_sym_PLUS_PLUS] = ACTIONS(2484), - [anon_sym_DOT] = ACTIONS(2482), - [anon_sym_DASH_GT] = ACTIONS(2484), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2482), - [anon_sym_override] = ACTIONS(2482), - [anon_sym_virtual] = ACTIONS(2482), - [anon_sym_template] = ACTIONS(2482), - [anon_sym_noexcept] = ACTIONS(2482), - [anon_sym_throw] = ACTIONS(2482), - [sym_operator_name] = ACTIONS(2482), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2482), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2482), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2482), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2482), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2482), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2482), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2482), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2482), - [anon_sym_MOZ_COLD] = ACTIONS(2482), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2482), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2482), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2482), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2482), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2482), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2482), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2482), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2482), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2482), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2482), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2482), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2482), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2482), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2482), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2482), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2482), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2482), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2482), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2482), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2482), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2482), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2482), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2482), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2482), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2482), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2482), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2482), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2482), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2482), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2482), - [anon_sym_MOZ_NONNULL] = ACTIONS(2482), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2482), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2482), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2482), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2482), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2482), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2482), - [anon_sym_MOZ_NORETURN] = ACTIONS(2482), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2482), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2482), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2482), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2482), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2482), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2482), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2482), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2482), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2482), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2482), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2482), - [anon_sym_MOZ_RAII] = ACTIONS(2482), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2482), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2482), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2482), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2482), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2482), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2482), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2482), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2482), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2482), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2482), + [anon_sym_typename] = ACTIONS(2532), + [anon_sym_template] = ACTIONS(2534), + [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), }, - [817] = { - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3774), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3583), - [sym_array_declarator] = STATE(3583), - [sym_type_qualifier] = STATE(2534), - [sym__type_specifier] = STATE(3226), - [sym_sized_type_specifier] = STATE(2228), - [sym_enum_specifier] = STATE(2228), - [sym_struct_specifier] = STATE(2228), - [sym_union_specifier] = STATE(2228), - [sym__expression] = STATE(2870), - [sym_comma_expression] = STATE(4824), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_type_descriptor] = STATE(4669), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(2228), - [sym_class_specifier] = STATE(2228), - [sym__class_name] = STATE(4441), - [sym_dependent_type] = STATE(2228), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(3402), - [sym_template_function] = STATE(2702), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3485), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(3404), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(2534), - [aux_sym_sized_type_specifier_repeat1] = STATE(2020), - [sym_identifier] = ACTIONS(2518), + [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), @@ -186070,22 +185786,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(2520), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [anon_sym_signed] = ACTIONS(2522), - [anon_sym_unsigned] = ACTIONS(2522), - [anon_sym_long] = ACTIONS(2522), - [anon_sym_short] = ACTIONS(2522), - [sym_primitive_type] = ACTIONS(2524), - [anon_sym_enum] = ACTIONS(2526), - [anon_sym_class] = ACTIONS(2528), - [anon_sym_struct] = ACTIONS(2530), - [anon_sym_union] = ACTIONS(2532), + [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), @@ -186104,92 +185820,93 @@ 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(2534), - [sym_auto] = ACTIONS(2536), - [anon_sym_typename] = ACTIONS(2538), - [anon_sym_template] = ACTIONS(1050), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [818] = { - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3774), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3583), - [sym_array_declarator] = STATE(3583), - [sym_type_qualifier] = STATE(2534), - [sym__type_specifier] = STATE(3226), - [sym_sized_type_specifier] = STATE(2228), - [sym_enum_specifier] = STATE(2228), - [sym_struct_specifier] = STATE(2228), - [sym_union_specifier] = STATE(2228), - [sym__expression] = STATE(2870), - [sym_comma_expression] = STATE(4824), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_type_descriptor] = STATE(4822), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(2228), - [sym_class_specifier] = STATE(2228), - [sym__class_name] = STATE(4441), - [sym_dependent_type] = STATE(2228), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(3402), - [sym_template_function] = STATE(2702), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3485), - [sym_qualified_identifier] = STATE(2252), - [sym_qualified_type_identifier] = STATE(3404), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(2534), - [aux_sym_sized_type_specifier_repeat1] = STATE(2020), - [sym_identifier] = ACTIONS(2518), + [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), @@ -186200,22 +185917,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(2520), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [anon_sym_signed] = ACTIONS(2522), - [anon_sym_unsigned] = ACTIONS(2522), - [anon_sym_long] = ACTIONS(2522), - [anon_sym_short] = ACTIONS(2522), - [sym_primitive_type] = ACTIONS(2524), - [anon_sym_enum] = ACTIONS(2526), - [anon_sym_class] = ACTIONS(2528), - [anon_sym_struct] = ACTIONS(2530), - [anon_sym_union] = ACTIONS(2532), + [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), @@ -186234,4149 +185951,3383 @@ 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(2534), - [sym_auto] = ACTIONS(2536), - [anon_sym_typename] = ACTIONS(2538), - [anon_sym_template] = ACTIONS(1050), + [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_operator_name] = ACTIONS(139), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_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__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(2433), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_parameter_declaration] = STATE(4062), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_optional_parameter_declaration] = STATE(4062), - [sym_variadic_parameter_declaration] = STATE(4062), - [sym_template_type] = STATE(1396), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1475), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2349), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1480), - [anon_sym_RPAREN] = ACTIONS(2365), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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), + }, + [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), + [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(63), - [anon_sym_class] = ACTIONS(65), - [anon_sym_struct] = ACTIONS(67), - [anon_sym_union] = ACTIONS(69), + [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(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - }, - [820] = { - [sym_identifier] = ACTIONS(2437), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2439), - [anon_sym_COMMA] = ACTIONS(2439), - [anon_sym_RPAREN] = ACTIONS(2439), - [anon_sym_LPAREN2] = ACTIONS(2439), - [anon_sym_TILDE] = ACTIONS(2439), - [anon_sym_DASH] = ACTIONS(2437), - [anon_sym_PLUS] = ACTIONS(2437), - [anon_sym_STAR] = ACTIONS(2439), - [anon_sym_SLASH] = ACTIONS(2437), - [anon_sym_PERCENT] = ACTIONS(2439), - [anon_sym_PIPE_PIPE] = ACTIONS(2439), - [anon_sym_AMP_AMP] = ACTIONS(2439), - [anon_sym_PIPE] = ACTIONS(2437), - [anon_sym_CARET] = ACTIONS(2439), - [anon_sym_AMP] = ACTIONS(2437), - [anon_sym_EQ_EQ] = ACTIONS(2439), - [anon_sym_BANG_EQ] = ACTIONS(2439), - [anon_sym_GT] = ACTIONS(2437), - [anon_sym_GT_EQ] = ACTIONS(2439), - [anon_sym_LT_EQ] = ACTIONS(2439), - [anon_sym_LT] = ACTIONS(2437), - [anon_sym_LT_LT] = ACTIONS(2439), - [anon_sym_GT_GT] = ACTIONS(2439), - [anon_sym_SEMI] = ACTIONS(2439), - [anon_sym_extern] = ACTIONS(2437), - [anon_sym___attribute__] = ACTIONS(2437), - [anon_sym_COLON_COLON] = ACTIONS(2439), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2439), - [anon_sym___declspec] = ACTIONS(2437), - [anon_sym___based] = ACTIONS(2437), - [anon_sym_LBRACE] = ACTIONS(2439), - [anon_sym_RBRACE] = ACTIONS(2439), - [anon_sym_LBRACK] = ACTIONS(2437), - [anon_sym_EQ] = ACTIONS(2437), - [anon_sym_static] = ACTIONS(2437), - [anon_sym_register] = ACTIONS(2437), - [anon_sym_inline] = ACTIONS(2437), - [anon_sym_thread_local] = ACTIONS(2437), - [anon_sym_const] = ACTIONS(2437), - [anon_sym_volatile] = ACTIONS(2437), - [anon_sym_restrict] = ACTIONS(2437), - [anon_sym__Atomic] = ACTIONS(2437), - [anon_sym_mutable] = ACTIONS(2437), - [anon_sym_constexpr] = ACTIONS(2437), - [anon_sym_COLON] = ACTIONS(2437), - [anon_sym_QMARK] = ACTIONS(2439), - [anon_sym_DASH_DASH] = ACTIONS(2439), - [anon_sym_PLUS_PLUS] = ACTIONS(2439), - [anon_sym_DOT] = ACTIONS(2437), - [anon_sym_DASH_GT] = ACTIONS(2439), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2437), - [anon_sym_override] = ACTIONS(2437), - [anon_sym_virtual] = ACTIONS(2437), - [anon_sym_template] = ACTIONS(2437), - [anon_sym_noexcept] = ACTIONS(2437), - [anon_sym_throw] = ACTIONS(2437), - [sym_operator_name] = ACTIONS(2437), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2437), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2437), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2437), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2437), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2437), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2437), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2437), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2437), - [anon_sym_MOZ_COLD] = ACTIONS(2437), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2437), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2437), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2437), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2437), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2437), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2437), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2437), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2437), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2437), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2437), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2437), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2437), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2437), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2437), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2437), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2437), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2437), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2437), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2437), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2437), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2437), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2437), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2437), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2437), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2437), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2437), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2437), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2437), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2437), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2437), - [anon_sym_MOZ_NONNULL] = ACTIONS(2437), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2437), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2437), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2437), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2437), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2437), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2437), - [anon_sym_MOZ_NORETURN] = ACTIONS(2437), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2437), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2437), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2437), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2437), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2437), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2437), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2437), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2437), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2437), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2437), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2437), - [anon_sym_MOZ_RAII] = ACTIONS(2437), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2437), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2437), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2437), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2437), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2437), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2437), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2437), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2437), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2437), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2437), - }, - [821] = { - [sym_identifier] = ACTIONS(2458), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2460), - [anon_sym_COMMA] = ACTIONS(2460), - [anon_sym_RPAREN] = ACTIONS(2460), - [anon_sym_LPAREN2] = ACTIONS(2460), - [anon_sym_TILDE] = ACTIONS(2460), - [anon_sym_DASH] = ACTIONS(2458), - [anon_sym_PLUS] = ACTIONS(2458), - [anon_sym_STAR] = ACTIONS(2460), - [anon_sym_SLASH] = ACTIONS(2458), - [anon_sym_PERCENT] = ACTIONS(2460), - [anon_sym_PIPE_PIPE] = ACTIONS(2460), - [anon_sym_AMP_AMP] = ACTIONS(2460), - [anon_sym_PIPE] = ACTIONS(2458), - [anon_sym_CARET] = ACTIONS(2460), - [anon_sym_AMP] = ACTIONS(2458), - [anon_sym_EQ_EQ] = ACTIONS(2460), - [anon_sym_BANG_EQ] = ACTIONS(2460), - [anon_sym_GT] = ACTIONS(2458), - [anon_sym_GT_EQ] = ACTIONS(2460), - [anon_sym_LT_EQ] = ACTIONS(2460), - [anon_sym_LT] = ACTIONS(2458), - [anon_sym_LT_LT] = ACTIONS(2460), - [anon_sym_GT_GT] = ACTIONS(2460), - [anon_sym_SEMI] = ACTIONS(2460), - [anon_sym_extern] = ACTIONS(2458), - [anon_sym___attribute__] = ACTIONS(2458), - [anon_sym_COLON_COLON] = ACTIONS(2460), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2460), - [anon_sym___declspec] = ACTIONS(2458), - [anon_sym___based] = ACTIONS(2458), - [anon_sym_LBRACE] = ACTIONS(2460), - [anon_sym_RBRACE] = ACTIONS(2460), - [anon_sym_LBRACK] = ACTIONS(2458), - [anon_sym_EQ] = ACTIONS(2458), - [anon_sym_static] = ACTIONS(2458), - [anon_sym_register] = ACTIONS(2458), - [anon_sym_inline] = ACTIONS(2458), - [anon_sym_thread_local] = ACTIONS(2458), - [anon_sym_const] = ACTIONS(2458), - [anon_sym_volatile] = ACTIONS(2458), - [anon_sym_restrict] = ACTIONS(2458), - [anon_sym__Atomic] = ACTIONS(2458), - [anon_sym_mutable] = ACTIONS(2458), - [anon_sym_constexpr] = ACTIONS(2458), - [anon_sym_COLON] = ACTIONS(2458), - [anon_sym_QMARK] = ACTIONS(2460), - [anon_sym_DASH_DASH] = ACTIONS(2460), - [anon_sym_PLUS_PLUS] = ACTIONS(2460), - [anon_sym_DOT] = ACTIONS(2458), - [anon_sym_DASH_GT] = ACTIONS(2460), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2458), - [anon_sym_override] = ACTIONS(2458), - [anon_sym_virtual] = ACTIONS(2458), - [anon_sym_template] = ACTIONS(2458), - [anon_sym_noexcept] = ACTIONS(2458), - [anon_sym_throw] = ACTIONS(2458), - [sym_operator_name] = ACTIONS(2458), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2458), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2458), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2458), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2458), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2458), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2458), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2458), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2458), - [anon_sym_MOZ_COLD] = ACTIONS(2458), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2458), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2458), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2458), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2458), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2458), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2458), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2458), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2458), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2458), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2458), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2458), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2458), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2458), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2458), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2458), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2458), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2458), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2458), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2458), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2458), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2458), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2458), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2458), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2458), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2458), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2458), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2458), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2458), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2458), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2458), - [anon_sym_MOZ_NONNULL] = ACTIONS(2458), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2458), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2458), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2458), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2458), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2458), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2458), - [anon_sym_MOZ_NORETURN] = ACTIONS(2458), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2458), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2458), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2458), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2458), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2458), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2458), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2458), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2458), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2458), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2458), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2458), - [anon_sym_MOZ_RAII] = ACTIONS(2458), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2458), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2458), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2458), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2458), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2458), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2458), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2458), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2458), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2458), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2458), - }, - [822] = { - [sym_identifier] = ACTIONS(2415), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2417), - [anon_sym_COMMA] = ACTIONS(2417), - [anon_sym_RPAREN] = ACTIONS(2417), - [anon_sym_LPAREN2] = ACTIONS(2417), - [anon_sym_TILDE] = ACTIONS(2417), - [anon_sym_DASH] = ACTIONS(2415), - [anon_sym_PLUS] = ACTIONS(2415), - [anon_sym_STAR] = ACTIONS(2417), - [anon_sym_SLASH] = ACTIONS(2415), - [anon_sym_PERCENT] = ACTIONS(2417), - [anon_sym_PIPE_PIPE] = ACTIONS(2417), - [anon_sym_AMP_AMP] = ACTIONS(2417), - [anon_sym_PIPE] = ACTIONS(2415), - [anon_sym_CARET] = ACTIONS(2417), - [anon_sym_AMP] = ACTIONS(2415), - [anon_sym_EQ_EQ] = ACTIONS(2417), - [anon_sym_BANG_EQ] = ACTIONS(2417), - [anon_sym_GT] = ACTIONS(2415), - [anon_sym_GT_EQ] = ACTIONS(2417), - [anon_sym_LT_EQ] = ACTIONS(2417), - [anon_sym_LT] = ACTIONS(2415), - [anon_sym_LT_LT] = ACTIONS(2417), - [anon_sym_GT_GT] = ACTIONS(2417), - [anon_sym_SEMI] = ACTIONS(2417), - [anon_sym_extern] = ACTIONS(2415), - [anon_sym___attribute__] = ACTIONS(2415), - [anon_sym_COLON_COLON] = ACTIONS(2417), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2417), - [anon_sym___declspec] = ACTIONS(2415), - [anon_sym___based] = ACTIONS(2415), - [anon_sym_LBRACE] = ACTIONS(2417), - [anon_sym_RBRACE] = ACTIONS(2417), - [anon_sym_LBRACK] = ACTIONS(2415), - [anon_sym_EQ] = ACTIONS(2415), - [anon_sym_static] = ACTIONS(2415), - [anon_sym_register] = ACTIONS(2415), - [anon_sym_inline] = ACTIONS(2415), - [anon_sym_thread_local] = ACTIONS(2415), - [anon_sym_const] = ACTIONS(2415), - [anon_sym_volatile] = ACTIONS(2415), - [anon_sym_restrict] = ACTIONS(2415), - [anon_sym__Atomic] = ACTIONS(2415), - [anon_sym_mutable] = ACTIONS(2415), - [anon_sym_constexpr] = ACTIONS(2415), - [anon_sym_COLON] = ACTIONS(2415), - [anon_sym_QMARK] = ACTIONS(2417), - [anon_sym_DASH_DASH] = ACTIONS(2417), - [anon_sym_PLUS_PLUS] = ACTIONS(2417), - [anon_sym_DOT] = ACTIONS(2415), - [anon_sym_DASH_GT] = ACTIONS(2417), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2415), - [anon_sym_override] = ACTIONS(2415), - [anon_sym_virtual] = ACTIONS(2415), - [anon_sym_template] = ACTIONS(2415), - [anon_sym_noexcept] = ACTIONS(2415), - [anon_sym_throw] = ACTIONS(2415), - [sym_operator_name] = ACTIONS(2415), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2415), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2415), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2415), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2415), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2415), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2415), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2415), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2415), - [anon_sym_MOZ_COLD] = ACTIONS(2415), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2415), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2415), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2415), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2415), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2415), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2415), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2415), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2415), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2415), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2415), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2415), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2415), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2415), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2415), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2415), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2415), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2415), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2415), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2415), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2415), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2415), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2415), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2415), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2415), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2415), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2415), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2415), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2415), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2415), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2415), - [anon_sym_MOZ_NONNULL] = ACTIONS(2415), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2415), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2415), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2415), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2415), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2415), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2415), - [anon_sym_MOZ_NORETURN] = ACTIONS(2415), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2415), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2415), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2415), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2415), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2415), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2415), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2415), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2415), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2415), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2415), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2415), - [anon_sym_MOZ_RAII] = ACTIONS(2415), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2415), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2415), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2415), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2415), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2415), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2415), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2415), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2415), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2415), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2415), + [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), }, [823] = { - [sym_identifier] = ACTIONS(2478), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2480), - [anon_sym_COMMA] = ACTIONS(2480), - [anon_sym_RPAREN] = ACTIONS(2480), - [anon_sym_LPAREN2] = ACTIONS(2480), - [anon_sym_TILDE] = ACTIONS(2480), - [anon_sym_DASH] = ACTIONS(2478), - [anon_sym_PLUS] = ACTIONS(2478), - [anon_sym_STAR] = ACTIONS(2480), - [anon_sym_SLASH] = ACTIONS(2478), - [anon_sym_PERCENT] = ACTIONS(2480), - [anon_sym_PIPE_PIPE] = ACTIONS(2480), - [anon_sym_AMP_AMP] = ACTIONS(2480), - [anon_sym_PIPE] = ACTIONS(2478), - [anon_sym_CARET] = ACTIONS(2480), - [anon_sym_AMP] = ACTIONS(2478), - [anon_sym_EQ_EQ] = ACTIONS(2480), - [anon_sym_BANG_EQ] = ACTIONS(2480), - [anon_sym_GT] = ACTIONS(2478), - [anon_sym_GT_EQ] = ACTIONS(2480), - [anon_sym_LT_EQ] = ACTIONS(2480), - [anon_sym_LT] = ACTIONS(2478), - [anon_sym_LT_LT] = ACTIONS(2480), - [anon_sym_GT_GT] = ACTIONS(2480), - [anon_sym_SEMI] = ACTIONS(2480), - [anon_sym_extern] = ACTIONS(2478), - [anon_sym___attribute__] = ACTIONS(2478), - [anon_sym_COLON_COLON] = ACTIONS(2480), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2480), - [anon_sym___declspec] = ACTIONS(2478), - [anon_sym___based] = ACTIONS(2478), - [anon_sym_LBRACE] = ACTIONS(2480), - [anon_sym_RBRACE] = ACTIONS(2480), - [anon_sym_LBRACK] = ACTIONS(2478), - [anon_sym_EQ] = ACTIONS(2478), - [anon_sym_static] = ACTIONS(2478), - [anon_sym_register] = ACTIONS(2478), - [anon_sym_inline] = ACTIONS(2478), - [anon_sym_thread_local] = ACTIONS(2478), - [anon_sym_const] = ACTIONS(2478), - [anon_sym_volatile] = ACTIONS(2478), - [anon_sym_restrict] = ACTIONS(2478), - [anon_sym__Atomic] = ACTIONS(2478), - [anon_sym_mutable] = ACTIONS(2478), - [anon_sym_constexpr] = ACTIONS(2478), - [anon_sym_COLON] = ACTIONS(2478), - [anon_sym_QMARK] = ACTIONS(2480), - [anon_sym_DASH_DASH] = ACTIONS(2480), - [anon_sym_PLUS_PLUS] = ACTIONS(2480), - [anon_sym_DOT] = ACTIONS(2478), - [anon_sym_DASH_GT] = ACTIONS(2480), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2478), - [anon_sym_override] = ACTIONS(2478), - [anon_sym_virtual] = ACTIONS(2478), - [anon_sym_template] = ACTIONS(2478), - [anon_sym_noexcept] = ACTIONS(2478), - [anon_sym_throw] = ACTIONS(2478), - [sym_operator_name] = ACTIONS(2478), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2478), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2478), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2478), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2478), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2478), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2478), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2478), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2478), - [anon_sym_MOZ_COLD] = ACTIONS(2478), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2478), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2478), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2478), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2478), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2478), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2478), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2478), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2478), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2478), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2478), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2478), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2478), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2478), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2478), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2478), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2478), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2478), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2478), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2478), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2478), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2478), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2478), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2478), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2478), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2478), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2478), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2478), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2478), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2478), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2478), - [anon_sym_MOZ_NONNULL] = ACTIONS(2478), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2478), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2478), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2478), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2478), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2478), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2478), - [anon_sym_MOZ_NORETURN] = ACTIONS(2478), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2478), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2478), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2478), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2478), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2478), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2478), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2478), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2478), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2478), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2478), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2478), - [anon_sym_MOZ_RAII] = ACTIONS(2478), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2478), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2478), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2478), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2478), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2478), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2478), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2478), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2478), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2478), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2478), - }, - [824] = { - [sym_identifier] = ACTIONS(2429), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2431), - [anon_sym_COMMA] = ACTIONS(2431), - [anon_sym_RPAREN] = ACTIONS(2431), - [anon_sym_LPAREN2] = ACTIONS(2431), - [anon_sym_TILDE] = ACTIONS(2431), - [anon_sym_DASH] = ACTIONS(2429), - [anon_sym_PLUS] = ACTIONS(2429), - [anon_sym_STAR] = ACTIONS(2431), - [anon_sym_SLASH] = ACTIONS(2429), - [anon_sym_PERCENT] = ACTIONS(2431), - [anon_sym_PIPE_PIPE] = ACTIONS(2431), - [anon_sym_AMP_AMP] = ACTIONS(2431), - [anon_sym_PIPE] = ACTIONS(2429), - [anon_sym_CARET] = ACTIONS(2431), - [anon_sym_AMP] = ACTIONS(2429), - [anon_sym_EQ_EQ] = ACTIONS(2431), - [anon_sym_BANG_EQ] = ACTIONS(2431), - [anon_sym_GT] = ACTIONS(2429), - [anon_sym_GT_EQ] = ACTIONS(2431), - [anon_sym_LT_EQ] = ACTIONS(2431), - [anon_sym_LT] = ACTIONS(2429), - [anon_sym_LT_LT] = ACTIONS(2431), - [anon_sym_GT_GT] = ACTIONS(2431), - [anon_sym_SEMI] = ACTIONS(2431), - [anon_sym_extern] = ACTIONS(2429), - [anon_sym___attribute__] = ACTIONS(2429), - [anon_sym_COLON_COLON] = ACTIONS(2431), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2431), - [anon_sym___declspec] = ACTIONS(2429), - [anon_sym___based] = ACTIONS(2429), - [anon_sym_LBRACE] = ACTIONS(2431), - [anon_sym_RBRACE] = ACTIONS(2431), - [anon_sym_LBRACK] = ACTIONS(2429), - [anon_sym_EQ] = ACTIONS(2429), - [anon_sym_static] = ACTIONS(2429), - [anon_sym_register] = ACTIONS(2429), - [anon_sym_inline] = ACTIONS(2429), - [anon_sym_thread_local] = ACTIONS(2429), - [anon_sym_const] = ACTIONS(2429), - [anon_sym_volatile] = ACTIONS(2429), - [anon_sym_restrict] = ACTIONS(2429), - [anon_sym__Atomic] = ACTIONS(2429), - [anon_sym_mutable] = ACTIONS(2429), - [anon_sym_constexpr] = ACTIONS(2429), - [anon_sym_COLON] = ACTIONS(2429), - [anon_sym_QMARK] = ACTIONS(2431), - [anon_sym_DASH_DASH] = ACTIONS(2431), - [anon_sym_PLUS_PLUS] = ACTIONS(2431), - [anon_sym_DOT] = ACTIONS(2429), - [anon_sym_DASH_GT] = ACTIONS(2431), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2429), - [anon_sym_override] = ACTIONS(2429), - [anon_sym_virtual] = ACTIONS(2429), - [anon_sym_template] = ACTIONS(2429), - [anon_sym_noexcept] = ACTIONS(2429), - [anon_sym_throw] = ACTIONS(2429), - [sym_operator_name] = ACTIONS(2429), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2429), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2429), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2429), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2429), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2429), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2429), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2429), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2429), - [anon_sym_MOZ_COLD] = ACTIONS(2429), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2429), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2429), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2429), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2429), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2429), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2429), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2429), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2429), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2429), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2429), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2429), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2429), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2429), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2429), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2429), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2429), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2429), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2429), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2429), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2429), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2429), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2429), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2429), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2429), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2429), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2429), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2429), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2429), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2429), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2429), - [anon_sym_MOZ_NONNULL] = ACTIONS(2429), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2429), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2429), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2429), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2429), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2429), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2429), - [anon_sym_MOZ_NORETURN] = ACTIONS(2429), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2429), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2429), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2429), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2429), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2429), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2429), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2429), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2429), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2429), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2429), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2429), - [anon_sym_MOZ_RAII] = ACTIONS(2429), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2429), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2429), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2429), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2429), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2429), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2429), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2429), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2429), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2429), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2429), - }, - [825] = { - [sym_identifier] = ACTIONS(1515), - [aux_sym_preproc_def_token1] = ACTIONS(1515), - [anon_sym_COMMA] = ACTIONS(1544), - [aux_sym_preproc_if_token1] = ACTIONS(1515), - [aux_sym_preproc_if_token2] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1515), - [aux_sym_preproc_else_token1] = ACTIONS(1515), - [aux_sym_preproc_elif_token1] = ACTIONS(1515), - [sym_preproc_directive] = ACTIONS(1515), - [anon_sym_LPAREN2] = ACTIONS(1517), - [anon_sym_TILDE] = ACTIONS(1517), - [anon_sym_STAR] = ACTIONS(1517), - [anon_sym_AMP_AMP] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1515), - [anon_sym_SEMI] = ACTIONS(1544), - [anon_sym_typedef] = ACTIONS(1515), - [anon_sym_extern] = ACTIONS(1515), - [anon_sym___attribute__] = ACTIONS(1515), - [anon_sym_COLON_COLON] = ACTIONS(1517), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1517), - [anon_sym___declspec] = ACTIONS(1515), - [anon_sym___based] = ACTIONS(1515), - [anon_sym_LBRACK] = ACTIONS(1515), - [anon_sym_static] = ACTIONS(1515), - [anon_sym_register] = ACTIONS(1515), - [anon_sym_inline] = ACTIONS(1515), - [anon_sym_thread_local] = ACTIONS(1515), - [anon_sym_const] = ACTIONS(1515), - [anon_sym_volatile] = ACTIONS(1515), - [anon_sym_restrict] = ACTIONS(1515), - [anon_sym__Atomic] = ACTIONS(1515), - [anon_sym_mutable] = ACTIONS(1515), - [anon_sym_constexpr] = ACTIONS(1515), - [anon_sym_signed] = ACTIONS(1515), - [anon_sym_unsigned] = ACTIONS(1515), - [anon_sym_long] = ACTIONS(1515), - [anon_sym_short] = ACTIONS(1515), - [sym_primitive_type] = ACTIONS(1515), - [anon_sym_enum] = ACTIONS(1515), - [anon_sym_class] = ACTIONS(1515), - [anon_sym_struct] = ACTIONS(1515), - [anon_sym_union] = ACTIONS(1515), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1515), - [anon_sym_virtual] = ACTIONS(1515), - [anon_sym_explicit] = ACTIONS(1515), - [anon_sym_public] = ACTIONS(1515), - [anon_sym_private] = ACTIONS(1515), - [anon_sym_protected] = ACTIONS(1515), - [sym_auto] = ACTIONS(1515), - [anon_sym_typename] = ACTIONS(1515), - [anon_sym_template] = ACTIONS(1515), - [anon_sym_operator] = ACTIONS(1515), - [anon_sym_friend] = ACTIONS(1515), - [anon_sym_using] = ACTIONS(1515), - [anon_sym_static_assert] = ACTIONS(1515), - [sym_operator_name] = ACTIONS(1515), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1515), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1515), - [anon_sym_MOZ_COLD] = ACTIONS(1515), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1515), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1515), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1515), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1515), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1515), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1515), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1515), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1515), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1515), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1515), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1515), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1515), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_RAII] = ACTIONS(1515), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1515), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1515), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1515), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1515), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1515), - }, - [826] = { - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(2433), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_parameter_declaration] = STATE(4278), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_optional_parameter_declaration] = STATE(4278), - [sym_variadic_parameter_declaration] = STATE(4278), - [sym_template_type] = STATE(1396), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1475), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2349), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1472), - [anon_sym_RPAREN] = ACTIONS(2363), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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), + [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(63), - [anon_sym_class] = ACTIONS(65), - [anon_sym_struct] = ACTIONS(67), - [anon_sym_union] = ACTIONS(69), + [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(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), + [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), }, - [827] = { - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(2433), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_parameter_declaration] = STATE(4500), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_optional_parameter_declaration] = STATE(4500), - [sym_variadic_parameter_declaration] = STATE(4500), - [sym_template_type] = STATE(1396), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1475), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2349), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2540), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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), + }, + [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), + [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(63), - [anon_sym_class] = ACTIONS(65), - [anon_sym_struct] = ACTIONS(67), - [anon_sym_union] = ACTIONS(69), + [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(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), + [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), + }, + [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(2542), - [aux_sym_preproc_def_token1] = ACTIONS(2542), - [aux_sym_preproc_if_token1] = ACTIONS(2542), - [aux_sym_preproc_if_token2] = ACTIONS(2542), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2542), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2542), - [aux_sym_preproc_else_token1] = ACTIONS(2542), - [aux_sym_preproc_elif_token1] = ACTIONS(2542), - [sym_preproc_directive] = ACTIONS(2542), - [anon_sym_LPAREN2] = ACTIONS(2544), - [anon_sym_TILDE] = ACTIONS(2544), - [anon_sym_STAR] = ACTIONS(2544), - [anon_sym_AMP_AMP] = ACTIONS(2544), - [anon_sym_AMP] = ACTIONS(2542), - [anon_sym_typedef] = ACTIONS(2542), - [anon_sym_extern] = ACTIONS(2542), - [anon_sym___attribute__] = ACTIONS(2542), - [anon_sym_COLON_COLON] = ACTIONS(2544), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2544), - [anon_sym___declspec] = ACTIONS(2542), - [anon_sym___based] = ACTIONS(2542), - [anon_sym_LBRACK] = ACTIONS(2542), - [anon_sym_static] = ACTIONS(2542), - [anon_sym_register] = ACTIONS(2542), - [anon_sym_inline] = ACTIONS(2542), - [anon_sym_thread_local] = ACTIONS(2542), - [anon_sym_const] = ACTIONS(2542), - [anon_sym_volatile] = ACTIONS(2542), - [anon_sym_restrict] = ACTIONS(2542), - [anon_sym__Atomic] = ACTIONS(2542), - [anon_sym_mutable] = ACTIONS(2542), - [anon_sym_constexpr] = ACTIONS(2542), - [anon_sym_signed] = ACTIONS(2542), - [anon_sym_unsigned] = ACTIONS(2542), - [anon_sym_long] = ACTIONS(2542), - [anon_sym_short] = ACTIONS(2542), - [sym_primitive_type] = ACTIONS(2542), - [anon_sym_enum] = ACTIONS(2542), - [anon_sym_class] = ACTIONS(2542), - [anon_sym_struct] = ACTIONS(2542), - [anon_sym_union] = ACTIONS(2542), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2542), - [anon_sym_virtual] = ACTIONS(2542), - [anon_sym_explicit] = ACTIONS(2542), - [anon_sym_public] = ACTIONS(2542), - [anon_sym_private] = ACTIONS(2542), - [anon_sym_protected] = ACTIONS(2542), - [sym_auto] = ACTIONS(2542), - [anon_sym_typename] = ACTIONS(2542), - [anon_sym_template] = ACTIONS(2542), - [anon_sym_operator] = ACTIONS(2542), - [anon_sym_friend] = ACTIONS(2542), - [anon_sym_using] = ACTIONS(2542), - [anon_sym_static_assert] = ACTIONS(2542), - [sym_operator_name] = ACTIONS(2542), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2542), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2542), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2542), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2542), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2542), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2542), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2542), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2542), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2542), - [anon_sym_MOZ_COLD] = ACTIONS(2542), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2542), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2542), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2542), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2542), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2542), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2542), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2542), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2542), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2542), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2542), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2542), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2542), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2542), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2542), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2542), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2542), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2542), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2542), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2542), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2542), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2542), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2542), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2542), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2542), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2542), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2542), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2542), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2542), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2542), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2542), - [anon_sym_MOZ_NONNULL] = ACTIONS(2542), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2542), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2542), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2542), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2542), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2542), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2542), - [anon_sym_MOZ_NORETURN] = ACTIONS(2542), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2542), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2542), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2542), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2542), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2542), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2542), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2542), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2542), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2542), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2542), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2542), - [anon_sym_MOZ_RAII] = ACTIONS(2542), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2542), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2542), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2542), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2542), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2542), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2542), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2542), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2542), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2542), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2542), + [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(2546), - [aux_sym_preproc_def_token1] = ACTIONS(2546), - [aux_sym_preproc_if_token1] = ACTIONS(2546), - [aux_sym_preproc_if_token2] = ACTIONS(2546), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2546), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2546), - [aux_sym_preproc_else_token1] = ACTIONS(2546), - [aux_sym_preproc_elif_token1] = ACTIONS(2546), - [sym_preproc_directive] = ACTIONS(2546), - [anon_sym_LPAREN2] = ACTIONS(2548), - [anon_sym_TILDE] = ACTIONS(2548), - [anon_sym_STAR] = ACTIONS(2548), - [anon_sym_AMP_AMP] = ACTIONS(2548), - [anon_sym_AMP] = ACTIONS(2546), - [anon_sym_typedef] = ACTIONS(2546), - [anon_sym_extern] = ACTIONS(2546), - [anon_sym___attribute__] = ACTIONS(2546), - [anon_sym_COLON_COLON] = ACTIONS(2548), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2548), - [anon_sym___declspec] = ACTIONS(2546), - [anon_sym___based] = ACTIONS(2546), - [anon_sym_LBRACK] = ACTIONS(2546), - [anon_sym_static] = ACTIONS(2546), - [anon_sym_register] = ACTIONS(2546), - [anon_sym_inline] = ACTIONS(2546), - [anon_sym_thread_local] = ACTIONS(2546), - [anon_sym_const] = ACTIONS(2546), - [anon_sym_volatile] = ACTIONS(2546), - [anon_sym_restrict] = ACTIONS(2546), - [anon_sym__Atomic] = ACTIONS(2546), - [anon_sym_mutable] = ACTIONS(2546), - [anon_sym_constexpr] = ACTIONS(2546), - [anon_sym_signed] = ACTIONS(2546), - [anon_sym_unsigned] = ACTIONS(2546), - [anon_sym_long] = ACTIONS(2546), - [anon_sym_short] = ACTIONS(2546), - [sym_primitive_type] = ACTIONS(2546), - [anon_sym_enum] = ACTIONS(2546), - [anon_sym_class] = ACTIONS(2546), - [anon_sym_struct] = ACTIONS(2546), - [anon_sym_union] = ACTIONS(2546), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2546), - [anon_sym_virtual] = ACTIONS(2546), - [anon_sym_explicit] = ACTIONS(2546), - [anon_sym_public] = ACTIONS(2546), - [anon_sym_private] = ACTIONS(2546), - [anon_sym_protected] = ACTIONS(2546), - [sym_auto] = ACTIONS(2546), - [anon_sym_typename] = ACTIONS(2546), - [anon_sym_template] = ACTIONS(2546), - [anon_sym_operator] = ACTIONS(2546), - [anon_sym_friend] = ACTIONS(2546), - [anon_sym_using] = ACTIONS(2546), - [anon_sym_static_assert] = ACTIONS(2546), - [sym_operator_name] = ACTIONS(2546), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2546), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2546), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2546), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2546), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2546), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2546), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2546), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2546), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2546), - [anon_sym_MOZ_COLD] = ACTIONS(2546), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2546), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2546), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2546), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2546), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2546), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2546), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2546), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2546), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2546), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2546), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2546), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2546), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2546), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2546), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2546), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2546), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2546), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2546), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2546), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2546), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2546), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2546), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2546), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2546), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2546), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2546), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2546), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2546), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2546), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2546), - [anon_sym_MOZ_NONNULL] = ACTIONS(2546), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2546), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2546), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2546), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2546), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2546), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2546), - [anon_sym_MOZ_NORETURN] = ACTIONS(2546), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2546), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2546), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2546), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2546), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2546), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2546), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2546), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2546), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2546), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2546), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2546), - [anon_sym_MOZ_RAII] = ACTIONS(2546), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2546), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2546), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2546), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2546), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2546), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2546), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2546), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2546), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2546), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2546), + [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__declaration_modifiers] = STATE(1278), - [sym_attribute_specifier] = STATE(1278), - [sym_attribute_declaration] = STATE(1278), - [sym_ms_declspec_modifier] = STATE(1278), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3564), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1278), - [sym_type_qualifier] = STATE(1278), - [sym_virtual_function_specifier] = STATE(1278), - [sym_explicit_function_specifier] = STATE(1278), - [sym_operator_cast] = STATE(3993), - [sym__constructor_specifiers] = STATE(1278), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(4877), - [sym_template_function] = STATE(3583), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3436), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_operator_cast_identifier] = STATE(3993), - [sym_macro_annotation] = STATE(1417), - [aux_sym_operator_cast_definition_repeat1] = STATE(1278), - [sym_identifier] = ACTIONS(2550), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), + [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), + [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), + }, + [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(1952), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2554), - [anon_sym_COLON_COLON] = ACTIONS(2556), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2560), + [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(1960), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2562), - [anon_sym_volatile] = ACTIONS(2562), - [anon_sym_restrict] = ACTIONS(2562), - [anon_sym__Atomic] = ACTIONS(2562), - [anon_sym_mutable] = ACTIONS(2562), - [anon_sym_constexpr] = ACTIONS(2562), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2564), + [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(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_operator] = ACTIONS(117), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2566), - [anon_sym_MOZ_COLD] = ACTIONS(2566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_RAII] = ACTIONS(2566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2566), + [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), }, - [831] = { - [sym__declaration_modifiers] = STATE(1278), - [sym_attribute_specifier] = STATE(1278), - [sym_attribute_declaration] = STATE(1278), - [sym_ms_declspec_modifier] = STATE(1278), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3617), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1278), - [sym_type_qualifier] = STATE(1278), - [sym_virtual_function_specifier] = STATE(1278), - [sym_explicit_function_specifier] = STATE(1278), - [sym_operator_cast] = STATE(3932), - [sym__constructor_specifiers] = STATE(1278), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(4877), - [sym_template_function] = STATE(3583), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3436), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_operator_cast_identifier] = STATE(3932), - [sym_macro_annotation] = STATE(1417), - [aux_sym_operator_cast_definition_repeat1] = STATE(1278), - [sym_identifier] = ACTIONS(2550), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), + [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(1952), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2554), - [anon_sym_COLON_COLON] = ACTIONS(2556), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2560), + [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(1960), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2562), - [anon_sym_volatile] = ACTIONS(2562), - [anon_sym_restrict] = ACTIONS(2562), - [anon_sym__Atomic] = ACTIONS(2562), - [anon_sym_mutable] = ACTIONS(2562), - [anon_sym_constexpr] = ACTIONS(2562), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2564), + [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(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_operator] = ACTIONS(117), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2566), - [anon_sym_MOZ_COLD] = ACTIONS(2566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_RAII] = ACTIONS(2566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2566), + [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), }, - [832] = { - [sym_identifier] = ACTIONS(2568), - [aux_sym_preproc_def_token1] = ACTIONS(2568), - [aux_sym_preproc_if_token1] = ACTIONS(2568), - [aux_sym_preproc_if_token2] = ACTIONS(2568), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2568), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2568), - [aux_sym_preproc_else_token1] = ACTIONS(2568), - [aux_sym_preproc_elif_token1] = ACTIONS(2568), - [sym_preproc_directive] = ACTIONS(2568), - [anon_sym_LPAREN2] = ACTIONS(2570), - [anon_sym_TILDE] = ACTIONS(2570), - [anon_sym_STAR] = ACTIONS(2570), - [anon_sym_AMP_AMP] = ACTIONS(2570), - [anon_sym_AMP] = ACTIONS(2568), - [anon_sym_typedef] = ACTIONS(2568), - [anon_sym_extern] = ACTIONS(2568), - [anon_sym___attribute__] = ACTIONS(2568), - [anon_sym_COLON_COLON] = ACTIONS(2570), + [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(2568), - [anon_sym___based] = ACTIONS(2568), - [anon_sym_LBRACK] = ACTIONS(2568), - [anon_sym_static] = ACTIONS(2568), - [anon_sym_register] = ACTIONS(2568), - [anon_sym_inline] = ACTIONS(2568), - [anon_sym_thread_local] = ACTIONS(2568), - [anon_sym_const] = ACTIONS(2568), - [anon_sym_volatile] = ACTIONS(2568), - [anon_sym_restrict] = ACTIONS(2568), - [anon_sym__Atomic] = ACTIONS(2568), - [anon_sym_mutable] = ACTIONS(2568), - [anon_sym_constexpr] = ACTIONS(2568), - [anon_sym_signed] = ACTIONS(2568), - [anon_sym_unsigned] = ACTIONS(2568), - [anon_sym_long] = ACTIONS(2568), - [anon_sym_short] = ACTIONS(2568), - [sym_primitive_type] = ACTIONS(2568), - [anon_sym_enum] = ACTIONS(2568), - [anon_sym_class] = ACTIONS(2568), - [anon_sym_struct] = ACTIONS(2568), - [anon_sym_union] = ACTIONS(2568), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2568), - [anon_sym_virtual] = ACTIONS(2568), - [anon_sym_explicit] = ACTIONS(2568), - [anon_sym_public] = ACTIONS(2568), - [anon_sym_private] = ACTIONS(2568), - [anon_sym_protected] = ACTIONS(2568), - [sym_auto] = ACTIONS(2568), - [anon_sym_typename] = ACTIONS(2568), - [anon_sym_template] = ACTIONS(2568), - [anon_sym_operator] = ACTIONS(2568), - [anon_sym_friend] = ACTIONS(2568), - [anon_sym_using] = ACTIONS(2568), - [anon_sym_static_assert] = ACTIONS(2568), - [sym_operator_name] = ACTIONS(2568), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2568), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2568), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2568), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2568), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2568), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2568), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2568), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2568), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2568), - [anon_sym_MOZ_COLD] = ACTIONS(2568), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2568), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2568), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2568), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2568), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2568), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2568), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2568), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2568), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2568), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2568), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2568), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2568), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2568), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2568), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2568), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2568), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2568), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2568), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2568), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2568), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2568), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2568), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2568), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2568), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2568), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2568), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2568), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2568), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2568), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2568), - [anon_sym_MOZ_NONNULL] = ACTIONS(2568), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2568), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2568), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2568), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2568), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2568), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2568), - [anon_sym_MOZ_NORETURN] = ACTIONS(2568), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2568), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2568), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2568), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2568), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2568), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2568), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2568), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2568), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2568), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2568), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2568), - [anon_sym_MOZ_RAII] = ACTIONS(2568), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2568), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2568), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2568), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2568), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2568), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2568), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2568), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2568), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2568), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2568), - }, - [833] = { - [sym_identifier] = ACTIONS(2572), - [aux_sym_preproc_def_token1] = ACTIONS(2572), - [aux_sym_preproc_if_token1] = ACTIONS(2572), - [aux_sym_preproc_if_token2] = ACTIONS(2572), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2572), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2572), - [aux_sym_preproc_else_token1] = ACTIONS(2572), - [aux_sym_preproc_elif_token1] = ACTIONS(2572), - [sym_preproc_directive] = ACTIONS(2572), - [anon_sym_LPAREN2] = ACTIONS(2574), - [anon_sym_TILDE] = ACTIONS(2574), - [anon_sym_STAR] = ACTIONS(2574), - [anon_sym_AMP_AMP] = ACTIONS(2574), - [anon_sym_AMP] = ACTIONS(2572), - [anon_sym_typedef] = ACTIONS(2572), - [anon_sym_extern] = ACTIONS(2572), - [anon_sym___attribute__] = ACTIONS(2572), - [anon_sym_COLON_COLON] = ACTIONS(2574), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2574), [anon_sym___declspec] = ACTIONS(2572), - [anon_sym___based] = ACTIONS(2572), - [anon_sym_LBRACK] = ACTIONS(2572), - [anon_sym_static] = ACTIONS(2572), - [anon_sym_register] = ACTIONS(2572), - [anon_sym_inline] = ACTIONS(2572), - [anon_sym_thread_local] = ACTIONS(2572), - [anon_sym_const] = ACTIONS(2572), - [anon_sym_volatile] = ACTIONS(2572), - [anon_sym_restrict] = ACTIONS(2572), - [anon_sym__Atomic] = ACTIONS(2572), - [anon_sym_mutable] = ACTIONS(2572), - [anon_sym_constexpr] = ACTIONS(2572), - [anon_sym_signed] = ACTIONS(2572), - [anon_sym_unsigned] = ACTIONS(2572), - [anon_sym_long] = ACTIONS(2572), - [anon_sym_short] = ACTIONS(2572), - [sym_primitive_type] = ACTIONS(2572), - [anon_sym_enum] = ACTIONS(2572), - [anon_sym_class] = ACTIONS(2572), - [anon_sym_struct] = ACTIONS(2572), - [anon_sym_union] = ACTIONS(2572), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2572), - [anon_sym_virtual] = ACTIONS(2572), - [anon_sym_explicit] = ACTIONS(2572), - [anon_sym_public] = ACTIONS(2572), - [anon_sym_private] = ACTIONS(2572), - [anon_sym_protected] = ACTIONS(2572), - [sym_auto] = ACTIONS(2572), - [anon_sym_typename] = ACTIONS(2572), - [anon_sym_template] = ACTIONS(2572), - [anon_sym_operator] = ACTIONS(2572), - [anon_sym_friend] = ACTIONS(2572), - [anon_sym_using] = ACTIONS(2572), - [anon_sym_static_assert] = ACTIONS(2572), - [sym_operator_name] = ACTIONS(2572), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2572), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2572), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2572), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2572), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2572), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2572), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2572), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2572), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2572), - [anon_sym_MOZ_COLD] = ACTIONS(2572), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2572), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2572), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2572), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2572), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2572), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2572), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2572), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2572), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2572), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2572), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2572), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2572), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2572), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2572), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2572), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2572), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2572), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2572), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2572), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2572), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2572), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2572), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2572), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2572), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2572), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2572), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2572), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2572), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2572), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2572), - [anon_sym_MOZ_NONNULL] = ACTIONS(2572), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2572), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2572), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2572), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2572), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2572), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2572), - [anon_sym_MOZ_NORETURN] = ACTIONS(2572), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2572), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2572), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2572), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2572), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2572), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2572), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2572), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2572), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2572), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2572), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2572), - [anon_sym_MOZ_RAII] = ACTIONS(2572), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2572), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2572), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2572), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2572), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2572), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2572), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2572), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2572), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2572), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2572), - }, - [834] = { - [sym_identifier] = ACTIONS(1766), - [aux_sym_preproc_def_token1] = ACTIONS(1766), - [aux_sym_preproc_if_token1] = ACTIONS(1766), - [aux_sym_preproc_if_token2] = ACTIONS(1766), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1766), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1766), - [aux_sym_preproc_else_token1] = ACTIONS(1766), - [aux_sym_preproc_elif_token1] = ACTIONS(1766), - [sym_preproc_directive] = ACTIONS(1766), - [anon_sym_LPAREN2] = ACTIONS(1768), - [anon_sym_TILDE] = ACTIONS(1768), - [anon_sym_STAR] = ACTIONS(1768), - [anon_sym_AMP_AMP] = ACTIONS(1768), - [anon_sym_AMP] = ACTIONS(1766), - [anon_sym_typedef] = ACTIONS(1766), - [anon_sym_extern] = ACTIONS(1766), - [anon_sym___attribute__] = ACTIONS(1766), - [anon_sym_COLON_COLON] = ACTIONS(1768), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1768), - [anon_sym___declspec] = ACTIONS(1766), - [anon_sym___based] = ACTIONS(1766), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_static] = ACTIONS(1766), - [anon_sym_register] = ACTIONS(1766), - [anon_sym_inline] = ACTIONS(1766), - [anon_sym_thread_local] = ACTIONS(1766), - [anon_sym_const] = ACTIONS(1766), - [anon_sym_volatile] = ACTIONS(1766), - [anon_sym_restrict] = ACTIONS(1766), - [anon_sym__Atomic] = ACTIONS(1766), - [anon_sym_mutable] = ACTIONS(1766), - [anon_sym_constexpr] = ACTIONS(1766), - [anon_sym_signed] = ACTIONS(1766), - [anon_sym_unsigned] = ACTIONS(1766), - [anon_sym_long] = ACTIONS(1766), - [anon_sym_short] = ACTIONS(1766), - [sym_primitive_type] = ACTIONS(1766), - [anon_sym_enum] = ACTIONS(1766), - [anon_sym_class] = ACTIONS(1766), - [anon_sym_struct] = ACTIONS(1766), - [anon_sym_union] = ACTIONS(1766), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1766), - [anon_sym_virtual] = ACTIONS(1766), - [anon_sym_explicit] = ACTIONS(1766), - [anon_sym_public] = ACTIONS(1766), - [anon_sym_private] = ACTIONS(1766), - [anon_sym_protected] = ACTIONS(1766), - [sym_auto] = ACTIONS(1766), - [anon_sym_typename] = ACTIONS(1766), - [anon_sym_template] = ACTIONS(1766), - [anon_sym_operator] = ACTIONS(1766), - [anon_sym_friend] = ACTIONS(1766), - [anon_sym_using] = ACTIONS(1766), - [anon_sym_static_assert] = ACTIONS(1766), - [sym_operator_name] = ACTIONS(1766), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1766), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1766), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1766), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1766), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1766), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1766), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1766), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1766), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1766), - [anon_sym_MOZ_COLD] = ACTIONS(1766), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1766), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1766), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1766), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1766), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1766), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1766), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1766), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1766), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1766), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1766), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1766), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1766), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1766), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1766), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1766), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1766), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1766), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1766), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1766), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1766), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_NONNULL] = ACTIONS(1766), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1766), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1766), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1766), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1766), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1766), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_NORETURN] = ACTIONS(1766), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1766), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1766), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1766), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1766), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1766), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1766), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1766), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1766), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1766), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1766), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1766), - [anon_sym_MOZ_RAII] = ACTIONS(1766), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1766), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1766), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1766), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1766), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1766), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1766), + [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_identifier] = ACTIONS(1754), - [aux_sym_preproc_def_token1] = ACTIONS(1754), - [aux_sym_preproc_if_token1] = ACTIONS(1754), - [aux_sym_preproc_if_token2] = ACTIONS(1754), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1754), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1754), - [aux_sym_preproc_else_token1] = ACTIONS(1754), - [aux_sym_preproc_elif_token1] = ACTIONS(1754), - [sym_preproc_directive] = ACTIONS(1754), - [anon_sym_LPAREN2] = ACTIONS(1756), - [anon_sym_TILDE] = ACTIONS(1756), - [anon_sym_STAR] = ACTIONS(1756), - [anon_sym_AMP_AMP] = ACTIONS(1756), - [anon_sym_AMP] = ACTIONS(1754), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym___declspec] = ACTIONS(1754), - [anon_sym___based] = ACTIONS(1754), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_static] = ACTIONS(1754), - [anon_sym_register] = ACTIONS(1754), - [anon_sym_inline] = ACTIONS(1754), - [anon_sym_thread_local] = ACTIONS(1754), - [anon_sym_const] = ACTIONS(1754), - [anon_sym_volatile] = ACTIONS(1754), - [anon_sym_restrict] = ACTIONS(1754), - [anon_sym__Atomic] = ACTIONS(1754), - [anon_sym_mutable] = ACTIONS(1754), - [anon_sym_constexpr] = ACTIONS(1754), - [anon_sym_signed] = ACTIONS(1754), - [anon_sym_unsigned] = ACTIONS(1754), - [anon_sym_long] = ACTIONS(1754), - [anon_sym_short] = ACTIONS(1754), - [sym_primitive_type] = ACTIONS(1754), - [anon_sym_enum] = ACTIONS(1754), - [anon_sym_class] = ACTIONS(1754), - [anon_sym_struct] = ACTIONS(1754), - [anon_sym_union] = ACTIONS(1754), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1754), - [anon_sym_virtual] = ACTIONS(1754), - [anon_sym_explicit] = ACTIONS(1754), - [anon_sym_public] = ACTIONS(1754), - [anon_sym_private] = ACTIONS(1754), - [anon_sym_protected] = ACTIONS(1754), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_template] = ACTIONS(1754), - [anon_sym_operator] = ACTIONS(1754), - [anon_sym_friend] = ACTIONS(1754), - [anon_sym_using] = ACTIONS(1754), - [anon_sym_static_assert] = ACTIONS(1754), - [sym_operator_name] = ACTIONS(1754), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1754), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1754), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1754), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1754), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1754), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1754), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1754), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1754), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1754), - [anon_sym_MOZ_COLD] = ACTIONS(1754), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1754), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1754), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1754), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1754), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1754), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1754), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1754), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1754), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1754), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1754), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1754), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1754), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1754), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1754), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1754), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1754), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1754), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1754), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1754), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1754), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_NONNULL] = ACTIONS(1754), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1754), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1754), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1754), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1754), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1754), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_NORETURN] = ACTIONS(1754), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1754), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1754), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1754), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1754), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1754), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1754), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1754), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1754), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1754), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1754), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1754), - [anon_sym_MOZ_RAII] = ACTIONS(1754), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1754), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1754), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1754), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1754), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1754), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1754), + [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_identifier] = ACTIONS(1778), - [aux_sym_preproc_def_token1] = ACTIONS(1778), - [aux_sym_preproc_if_token1] = ACTIONS(1778), - [aux_sym_preproc_if_token2] = ACTIONS(1778), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1778), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1778), - [aux_sym_preproc_else_token1] = ACTIONS(1778), - [aux_sym_preproc_elif_token1] = ACTIONS(1778), - [sym_preproc_directive] = ACTIONS(1778), - [anon_sym_LPAREN2] = ACTIONS(1780), - [anon_sym_TILDE] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1780), - [anon_sym_AMP_AMP] = ACTIONS(1780), - [anon_sym_AMP] = ACTIONS(1778), - [anon_sym_typedef] = ACTIONS(1778), - [anon_sym_extern] = ACTIONS(1778), - [anon_sym___attribute__] = ACTIONS(1778), - [anon_sym_COLON_COLON] = ACTIONS(1780), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1780), - [anon_sym___declspec] = ACTIONS(1778), - [anon_sym___based] = ACTIONS(1778), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_static] = ACTIONS(1778), - [anon_sym_register] = ACTIONS(1778), - [anon_sym_inline] = ACTIONS(1778), - [anon_sym_thread_local] = ACTIONS(1778), - [anon_sym_const] = ACTIONS(1778), - [anon_sym_volatile] = ACTIONS(1778), - [anon_sym_restrict] = ACTIONS(1778), - [anon_sym__Atomic] = ACTIONS(1778), - [anon_sym_mutable] = ACTIONS(1778), - [anon_sym_constexpr] = ACTIONS(1778), - [anon_sym_signed] = ACTIONS(1778), - [anon_sym_unsigned] = ACTIONS(1778), - [anon_sym_long] = ACTIONS(1778), - [anon_sym_short] = ACTIONS(1778), - [sym_primitive_type] = ACTIONS(1778), - [anon_sym_enum] = ACTIONS(1778), - [anon_sym_class] = ACTIONS(1778), - [anon_sym_struct] = ACTIONS(1778), - [anon_sym_union] = ACTIONS(1778), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1778), - [anon_sym_virtual] = ACTIONS(1778), - [anon_sym_explicit] = ACTIONS(1778), - [anon_sym_public] = ACTIONS(1778), - [anon_sym_private] = ACTIONS(1778), - [anon_sym_protected] = ACTIONS(1778), - [sym_auto] = ACTIONS(1778), - [anon_sym_typename] = ACTIONS(1778), - [anon_sym_template] = ACTIONS(1778), - [anon_sym_operator] = ACTIONS(1778), - [anon_sym_friend] = ACTIONS(1778), - [anon_sym_using] = ACTIONS(1778), - [anon_sym_static_assert] = ACTIONS(1778), - [sym_operator_name] = ACTIONS(1778), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1778), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1778), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1778), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1778), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1778), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1778), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1778), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1778), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1778), - [anon_sym_MOZ_COLD] = ACTIONS(1778), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1778), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1778), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1778), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1778), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1778), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1778), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1778), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1778), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1778), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1778), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1778), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1778), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1778), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1778), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1778), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1778), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1778), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1778), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1778), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1778), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_NONNULL] = ACTIONS(1778), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1778), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1778), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1778), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1778), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1778), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_NORETURN] = ACTIONS(1778), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1778), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1778), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1778), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1778), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1778), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1778), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1778), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1778), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1778), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1778), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1778), - [anon_sym_MOZ_RAII] = ACTIONS(1778), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1778), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1778), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1778), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1778), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1778), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1778), + [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_identifier] = ACTIONS(1722), - [aux_sym_preproc_def_token1] = ACTIONS(1722), - [aux_sym_preproc_if_token1] = ACTIONS(1722), - [aux_sym_preproc_if_token2] = ACTIONS(1722), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1722), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1722), - [aux_sym_preproc_else_token1] = ACTIONS(1722), - [aux_sym_preproc_elif_token1] = ACTIONS(1722), - [sym_preproc_directive] = ACTIONS(1722), - [anon_sym_LPAREN2] = ACTIONS(1724), - [anon_sym_TILDE] = ACTIONS(1724), - [anon_sym_STAR] = ACTIONS(1724), - [anon_sym_AMP_AMP] = ACTIONS(1724), - [anon_sym_AMP] = ACTIONS(1722), - [anon_sym_typedef] = ACTIONS(1722), - [anon_sym_extern] = ACTIONS(1722), - [anon_sym___attribute__] = ACTIONS(1722), - [anon_sym_COLON_COLON] = ACTIONS(1724), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1724), - [anon_sym___declspec] = ACTIONS(1722), - [anon_sym___based] = ACTIONS(1722), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_static] = ACTIONS(1722), - [anon_sym_register] = ACTIONS(1722), - [anon_sym_inline] = ACTIONS(1722), - [anon_sym_thread_local] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1722), - [anon_sym_volatile] = ACTIONS(1722), - [anon_sym_restrict] = ACTIONS(1722), - [anon_sym__Atomic] = ACTIONS(1722), - [anon_sym_mutable] = ACTIONS(1722), - [anon_sym_constexpr] = ACTIONS(1722), - [anon_sym_signed] = ACTIONS(1722), - [anon_sym_unsigned] = ACTIONS(1722), - [anon_sym_long] = ACTIONS(1722), - [anon_sym_short] = ACTIONS(1722), - [sym_primitive_type] = ACTIONS(1722), - [anon_sym_enum] = ACTIONS(1722), - [anon_sym_class] = ACTIONS(1722), - [anon_sym_struct] = ACTIONS(1722), - [anon_sym_union] = ACTIONS(1722), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1722), - [anon_sym_virtual] = ACTIONS(1722), - [anon_sym_explicit] = ACTIONS(1722), - [anon_sym_public] = ACTIONS(1722), - [anon_sym_private] = ACTIONS(1722), - [anon_sym_protected] = ACTIONS(1722), - [sym_auto] = ACTIONS(1722), - [anon_sym_typename] = ACTIONS(1722), - [anon_sym_template] = ACTIONS(1722), - [anon_sym_operator] = ACTIONS(1722), - [anon_sym_friend] = ACTIONS(1722), - [anon_sym_using] = ACTIONS(1722), - [anon_sym_static_assert] = ACTIONS(1722), - [sym_operator_name] = ACTIONS(1722), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1722), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1722), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1722), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1722), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1722), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1722), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1722), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1722), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1722), - [anon_sym_MOZ_COLD] = ACTIONS(1722), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1722), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1722), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1722), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1722), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1722), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1722), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1722), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1722), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1722), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1722), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1722), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1722), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1722), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1722), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1722), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1722), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1722), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1722), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1722), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1722), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_NONNULL] = ACTIONS(1722), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1722), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1722), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1722), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1722), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1722), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_NORETURN] = ACTIONS(1722), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1722), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1722), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1722), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1722), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1722), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1722), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1722), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1722), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1722), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1722), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1722), - [anon_sym_MOZ_RAII] = ACTIONS(1722), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1722), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1722), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1722), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1722), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1722), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1722), + [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_identifier] = ACTIONS(1624), - [aux_sym_preproc_def_token1] = ACTIONS(1624), - [aux_sym_preproc_if_token1] = ACTIONS(1624), - [aux_sym_preproc_if_token2] = ACTIONS(1624), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1624), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1624), - [aux_sym_preproc_else_token1] = ACTIONS(1624), - [aux_sym_preproc_elif_token1] = ACTIONS(1624), - [sym_preproc_directive] = ACTIONS(1624), - [anon_sym_LPAREN2] = ACTIONS(1626), - [anon_sym_TILDE] = ACTIONS(1626), - [anon_sym_STAR] = ACTIONS(1626), - [anon_sym_AMP_AMP] = ACTIONS(1626), - [anon_sym_AMP] = ACTIONS(1624), - [anon_sym_typedef] = ACTIONS(1624), - [anon_sym_extern] = ACTIONS(1624), - [anon_sym___attribute__] = ACTIONS(1624), - [anon_sym_COLON_COLON] = ACTIONS(1626), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1626), - [anon_sym___declspec] = ACTIONS(1624), - [anon_sym___based] = ACTIONS(1624), - [anon_sym_LBRACK] = ACTIONS(1624), - [anon_sym_static] = ACTIONS(1624), - [anon_sym_register] = ACTIONS(1624), - [anon_sym_inline] = ACTIONS(1624), - [anon_sym_thread_local] = ACTIONS(1624), - [anon_sym_const] = ACTIONS(1624), - [anon_sym_volatile] = ACTIONS(1624), - [anon_sym_restrict] = ACTIONS(1624), - [anon_sym__Atomic] = ACTIONS(1624), - [anon_sym_mutable] = ACTIONS(1624), - [anon_sym_constexpr] = ACTIONS(1624), - [anon_sym_signed] = ACTIONS(1624), - [anon_sym_unsigned] = ACTIONS(1624), - [anon_sym_long] = ACTIONS(1624), - [anon_sym_short] = ACTIONS(1624), - [sym_primitive_type] = ACTIONS(1624), - [anon_sym_enum] = ACTIONS(1624), - [anon_sym_class] = ACTIONS(1624), - [anon_sym_struct] = ACTIONS(1624), - [anon_sym_union] = ACTIONS(1624), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1624), - [anon_sym_virtual] = ACTIONS(1624), - [anon_sym_explicit] = ACTIONS(1624), - [anon_sym_public] = ACTIONS(1624), - [anon_sym_private] = ACTIONS(1624), - [anon_sym_protected] = ACTIONS(1624), - [sym_auto] = ACTIONS(1624), - [anon_sym_typename] = ACTIONS(1624), - [anon_sym_template] = ACTIONS(1624), - [anon_sym_operator] = ACTIONS(1624), - [anon_sym_friend] = ACTIONS(1624), - [anon_sym_using] = ACTIONS(1624), - [anon_sym_static_assert] = ACTIONS(1624), - [sym_operator_name] = ACTIONS(1624), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1624), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1624), - [anon_sym_MOZ_COLD] = ACTIONS(1624), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1624), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1624), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1624), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1624), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1624), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1624), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1624), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1624), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1624), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1624), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1624), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1624), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_RAII] = ACTIONS(1624), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1624), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1624), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1624), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1624), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1624), + [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_identifier] = ACTIONS(1624), - [aux_sym_preproc_def_token1] = ACTIONS(1624), - [aux_sym_preproc_if_token1] = ACTIONS(1624), - [aux_sym_preproc_if_token2] = ACTIONS(1624), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1624), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1624), - [aux_sym_preproc_else_token1] = ACTIONS(1624), - [aux_sym_preproc_elif_token1] = ACTIONS(1624), - [sym_preproc_directive] = ACTIONS(1624), - [anon_sym_LPAREN2] = ACTIONS(1626), - [anon_sym_TILDE] = ACTIONS(1626), - [anon_sym_STAR] = ACTIONS(1626), - [anon_sym_AMP_AMP] = ACTIONS(1626), - [anon_sym_AMP] = ACTIONS(1624), - [anon_sym_typedef] = ACTIONS(1624), - [anon_sym_extern] = ACTIONS(1624), - [anon_sym___attribute__] = ACTIONS(1624), - [anon_sym_COLON_COLON] = ACTIONS(1626), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1626), - [anon_sym___declspec] = ACTIONS(1624), - [anon_sym___based] = ACTIONS(1624), - [anon_sym_LBRACK] = ACTIONS(1624), - [anon_sym_static] = ACTIONS(1624), - [anon_sym_register] = ACTIONS(1624), - [anon_sym_inline] = ACTIONS(1624), - [anon_sym_thread_local] = ACTIONS(1624), - [anon_sym_const] = ACTIONS(1624), - [anon_sym_volatile] = ACTIONS(1624), - [anon_sym_restrict] = ACTIONS(1624), - [anon_sym__Atomic] = ACTIONS(1624), - [anon_sym_mutable] = ACTIONS(1624), - [anon_sym_constexpr] = ACTIONS(1624), - [anon_sym_signed] = ACTIONS(1624), - [anon_sym_unsigned] = ACTIONS(1624), - [anon_sym_long] = ACTIONS(1624), - [anon_sym_short] = ACTIONS(1624), - [sym_primitive_type] = ACTIONS(1624), - [anon_sym_enum] = ACTIONS(1624), - [anon_sym_class] = ACTIONS(1624), - [anon_sym_struct] = ACTIONS(1624), - [anon_sym_union] = ACTIONS(1624), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1624), - [anon_sym_virtual] = ACTIONS(1624), - [anon_sym_explicit] = ACTIONS(1624), - [anon_sym_public] = ACTIONS(1624), - [anon_sym_private] = ACTIONS(1624), - [anon_sym_protected] = ACTIONS(1624), - [sym_auto] = ACTIONS(1624), - [anon_sym_typename] = ACTIONS(1624), - [anon_sym_template] = ACTIONS(1624), - [anon_sym_operator] = ACTIONS(1624), - [anon_sym_friend] = ACTIONS(1624), - [anon_sym_using] = ACTIONS(1624), - [anon_sym_static_assert] = ACTIONS(1624), - [sym_operator_name] = ACTIONS(1624), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1624), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1624), - [anon_sym_MOZ_COLD] = ACTIONS(1624), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1624), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1624), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1624), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1624), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1624), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1624), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1624), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1624), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1624), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1624), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1624), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1624), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_RAII] = ACTIONS(1624), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1624), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1624), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1624), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1624), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1624), + [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_identifier] = ACTIONS(1515), - [aux_sym_preproc_def_token1] = ACTIONS(1515), - [anon_sym_COMMA] = ACTIONS(1544), - [aux_sym_preproc_if_token1] = ACTIONS(1515), - [aux_sym_preproc_if_token2] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1515), - [sym_preproc_directive] = ACTIONS(1515), - [anon_sym_LPAREN2] = ACTIONS(1517), - [anon_sym_TILDE] = ACTIONS(1517), - [anon_sym_STAR] = ACTIONS(1517), - [anon_sym_AMP_AMP] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1515), - [anon_sym_SEMI] = ACTIONS(1544), - [anon_sym_typedef] = ACTIONS(1515), - [anon_sym_extern] = ACTIONS(1515), - [anon_sym___attribute__] = ACTIONS(1515), - [anon_sym_COLON_COLON] = ACTIONS(1517), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1517), - [anon_sym___declspec] = ACTIONS(1515), - [anon_sym___based] = ACTIONS(1515), - [anon_sym_LBRACK] = ACTIONS(1515), - [anon_sym_static] = ACTIONS(1515), - [anon_sym_register] = ACTIONS(1515), - [anon_sym_inline] = ACTIONS(1515), - [anon_sym_thread_local] = ACTIONS(1515), - [anon_sym_const] = ACTIONS(1515), - [anon_sym_volatile] = ACTIONS(1515), - [anon_sym_restrict] = ACTIONS(1515), - [anon_sym__Atomic] = ACTIONS(1515), - [anon_sym_mutable] = ACTIONS(1515), - [anon_sym_constexpr] = ACTIONS(1515), - [anon_sym_signed] = ACTIONS(1515), - [anon_sym_unsigned] = ACTIONS(1515), - [anon_sym_long] = ACTIONS(1515), - [anon_sym_short] = ACTIONS(1515), - [sym_primitive_type] = ACTIONS(1515), - [anon_sym_enum] = ACTIONS(1515), - [anon_sym_class] = ACTIONS(1515), - [anon_sym_struct] = ACTIONS(1515), - [anon_sym_union] = ACTIONS(1515), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1515), - [anon_sym_virtual] = ACTIONS(1515), - [anon_sym_explicit] = ACTIONS(1515), - [anon_sym_public] = ACTIONS(1515), - [anon_sym_private] = ACTIONS(1515), - [anon_sym_protected] = ACTIONS(1515), - [sym_auto] = ACTIONS(1515), - [anon_sym_typename] = ACTIONS(1515), - [anon_sym_template] = ACTIONS(1515), - [anon_sym_operator] = ACTIONS(1515), - [anon_sym_friend] = ACTIONS(1515), - [anon_sym_using] = ACTIONS(1515), - [anon_sym_static_assert] = ACTIONS(1515), - [sym_operator_name] = ACTIONS(1515), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1515), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1515), - [anon_sym_MOZ_COLD] = ACTIONS(1515), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1515), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1515), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1515), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1515), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1515), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1515), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1515), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1515), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1515), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1515), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1515), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1515), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_RAII] = ACTIONS(1515), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1515), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1515), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1515), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1515), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1515), + [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_identifier] = ACTIONS(1786), - [aux_sym_preproc_def_token1] = ACTIONS(1786), - [aux_sym_preproc_if_token1] = ACTIONS(1786), - [aux_sym_preproc_if_token2] = ACTIONS(1786), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1786), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1786), - [aux_sym_preproc_else_token1] = ACTIONS(1786), - [aux_sym_preproc_elif_token1] = ACTIONS(1786), - [sym_preproc_directive] = ACTIONS(1786), - [anon_sym_LPAREN2] = ACTIONS(1788), - [anon_sym_TILDE] = ACTIONS(1788), - [anon_sym_STAR] = ACTIONS(1788), - [anon_sym_AMP_AMP] = ACTIONS(1788), - [anon_sym_AMP] = ACTIONS(1786), - [anon_sym_typedef] = ACTIONS(1786), - [anon_sym_extern] = ACTIONS(1786), - [anon_sym___attribute__] = ACTIONS(1786), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1788), - [anon_sym___declspec] = ACTIONS(1786), - [anon_sym___based] = ACTIONS(1786), - [anon_sym_LBRACK] = ACTIONS(1786), - [anon_sym_static] = ACTIONS(1786), - [anon_sym_register] = ACTIONS(1786), - [anon_sym_inline] = ACTIONS(1786), - [anon_sym_thread_local] = ACTIONS(1786), - [anon_sym_const] = ACTIONS(1786), - [anon_sym_volatile] = ACTIONS(1786), - [anon_sym_restrict] = ACTIONS(1786), - [anon_sym__Atomic] = ACTIONS(1786), - [anon_sym_mutable] = ACTIONS(1786), - [anon_sym_constexpr] = ACTIONS(1786), - [anon_sym_signed] = ACTIONS(1786), - [anon_sym_unsigned] = ACTIONS(1786), - [anon_sym_long] = ACTIONS(1786), - [anon_sym_short] = ACTIONS(1786), - [sym_primitive_type] = ACTIONS(1786), - [anon_sym_enum] = ACTIONS(1786), - [anon_sym_class] = ACTIONS(1786), - [anon_sym_struct] = ACTIONS(1786), - [anon_sym_union] = ACTIONS(1786), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1786), - [anon_sym_virtual] = ACTIONS(1786), - [anon_sym_explicit] = ACTIONS(1786), - [anon_sym_public] = ACTIONS(1786), - [anon_sym_private] = ACTIONS(1786), - [anon_sym_protected] = ACTIONS(1786), - [sym_auto] = ACTIONS(1786), - [anon_sym_typename] = ACTIONS(1786), - [anon_sym_template] = ACTIONS(1786), - [anon_sym_operator] = ACTIONS(1786), - [anon_sym_friend] = ACTIONS(1786), - [anon_sym_using] = ACTIONS(1786), - [anon_sym_static_assert] = ACTIONS(1786), - [sym_operator_name] = ACTIONS(1786), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1786), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1786), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1786), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1786), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1786), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1786), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1786), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1786), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1786), - [anon_sym_MOZ_COLD] = ACTIONS(1786), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1786), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1786), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1786), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1786), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1786), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1786), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1786), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1786), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1786), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1786), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1786), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1786), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1786), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1786), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1786), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1786), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1786), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1786), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1786), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1786), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_NONNULL] = ACTIONS(1786), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1786), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1786), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1786), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1786), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1786), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_NORETURN] = ACTIONS(1786), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1786), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1786), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1786), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1786), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1786), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1786), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1786), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1786), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1786), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1786), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1786), - [anon_sym_MOZ_RAII] = ACTIONS(1786), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1786), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1786), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1786), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1786), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1786), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1786), + [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_identifier] = ACTIONS(1558), - [aux_sym_preproc_def_token1] = ACTIONS(1558), - [aux_sym_preproc_if_token1] = ACTIONS(1558), - [aux_sym_preproc_if_token2] = ACTIONS(1558), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1558), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1558), - [aux_sym_preproc_else_token1] = ACTIONS(1558), - [aux_sym_preproc_elif_token1] = ACTIONS(1558), - [sym_preproc_directive] = ACTIONS(1558), - [anon_sym_LPAREN2] = ACTIONS(1560), - [anon_sym_TILDE] = ACTIONS(1560), - [anon_sym_STAR] = ACTIONS(1560), - [anon_sym_AMP_AMP] = ACTIONS(1560), - [anon_sym_AMP] = ACTIONS(1558), - [anon_sym_typedef] = ACTIONS(1558), - [anon_sym_extern] = ACTIONS(1558), - [anon_sym___attribute__] = ACTIONS(1558), - [anon_sym_COLON_COLON] = ACTIONS(1560), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1560), - [anon_sym___declspec] = ACTIONS(1558), - [anon_sym___based] = ACTIONS(1558), - [anon_sym_LBRACK] = ACTIONS(1558), - [anon_sym_static] = ACTIONS(1558), - [anon_sym_register] = ACTIONS(1558), - [anon_sym_inline] = ACTIONS(1558), - [anon_sym_thread_local] = ACTIONS(1558), - [anon_sym_const] = ACTIONS(1558), - [anon_sym_volatile] = ACTIONS(1558), - [anon_sym_restrict] = ACTIONS(1558), - [anon_sym__Atomic] = ACTIONS(1558), - [anon_sym_mutable] = ACTIONS(1558), - [anon_sym_constexpr] = ACTIONS(1558), - [anon_sym_signed] = ACTIONS(1558), - [anon_sym_unsigned] = ACTIONS(1558), - [anon_sym_long] = ACTIONS(1558), - [anon_sym_short] = ACTIONS(1558), - [sym_primitive_type] = ACTIONS(1558), - [anon_sym_enum] = ACTIONS(1558), - [anon_sym_class] = ACTIONS(1558), - [anon_sym_struct] = ACTIONS(1558), - [anon_sym_union] = ACTIONS(1558), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1558), - [anon_sym_virtual] = ACTIONS(1558), - [anon_sym_explicit] = ACTIONS(1558), - [anon_sym_public] = ACTIONS(1558), - [anon_sym_private] = ACTIONS(1558), - [anon_sym_protected] = ACTIONS(1558), - [sym_auto] = ACTIONS(1558), - [anon_sym_typename] = ACTIONS(1558), - [anon_sym_template] = ACTIONS(1558), - [anon_sym_operator] = ACTIONS(1558), - [anon_sym_friend] = ACTIONS(1558), - [anon_sym_using] = ACTIONS(1558), - [anon_sym_static_assert] = ACTIONS(1558), - [sym_operator_name] = ACTIONS(1558), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1558), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1558), - [anon_sym_MOZ_COLD] = ACTIONS(1558), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1558), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1558), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1558), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1558), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1558), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1558), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1558), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1558), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1558), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1558), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1558), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1558), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_RAII] = ACTIONS(1558), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1558), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1558), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1558), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1558), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1558), + [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(1558), - [aux_sym_preproc_def_token1] = ACTIONS(1558), - [aux_sym_preproc_if_token1] = ACTIONS(1558), - [aux_sym_preproc_if_token2] = ACTIONS(1558), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1558), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1558), - [aux_sym_preproc_else_token1] = ACTIONS(1558), - [aux_sym_preproc_elif_token1] = ACTIONS(1558), - [sym_preproc_directive] = ACTIONS(1558), - [anon_sym_LPAREN2] = ACTIONS(1560), - [anon_sym_TILDE] = ACTIONS(1560), - [anon_sym_STAR] = ACTIONS(1560), - [anon_sym_AMP_AMP] = ACTIONS(1560), - [anon_sym_AMP] = ACTIONS(1558), - [anon_sym_typedef] = ACTIONS(1558), - [anon_sym_extern] = ACTIONS(1558), - [anon_sym___attribute__] = ACTIONS(1558), - [anon_sym_COLON_COLON] = ACTIONS(1560), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1560), - [anon_sym___declspec] = ACTIONS(1558), - [anon_sym___based] = ACTIONS(1558), - [anon_sym_LBRACK] = ACTIONS(1558), - [anon_sym_static] = ACTIONS(1558), - [anon_sym_register] = ACTIONS(1558), - [anon_sym_inline] = ACTIONS(1558), - [anon_sym_thread_local] = ACTIONS(1558), - [anon_sym_const] = ACTIONS(1558), - [anon_sym_volatile] = ACTIONS(1558), - [anon_sym_restrict] = ACTIONS(1558), - [anon_sym__Atomic] = ACTIONS(1558), - [anon_sym_mutable] = ACTIONS(1558), - [anon_sym_constexpr] = ACTIONS(1558), - [anon_sym_signed] = ACTIONS(1558), - [anon_sym_unsigned] = ACTIONS(1558), - [anon_sym_long] = ACTIONS(1558), - [anon_sym_short] = ACTIONS(1558), - [sym_primitive_type] = ACTIONS(1558), - [anon_sym_enum] = ACTIONS(1558), - [anon_sym_class] = ACTIONS(1558), - [anon_sym_struct] = ACTIONS(1558), - [anon_sym_union] = ACTIONS(1558), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1558), - [anon_sym_virtual] = ACTIONS(1558), - [anon_sym_explicit] = ACTIONS(1558), - [anon_sym_public] = ACTIONS(1558), - [anon_sym_private] = ACTIONS(1558), - [anon_sym_protected] = ACTIONS(1558), - [sym_auto] = ACTIONS(1558), - [anon_sym_typename] = ACTIONS(1558), - [anon_sym_template] = ACTIONS(1558), - [anon_sym_operator] = ACTIONS(1558), - [anon_sym_friend] = ACTIONS(1558), - [anon_sym_using] = ACTIONS(1558), - [anon_sym_static_assert] = ACTIONS(1558), - [sym_operator_name] = ACTIONS(1558), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1558), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1558), - [anon_sym_MOZ_COLD] = ACTIONS(1558), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1558), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1558), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1558), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1558), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1558), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1558), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1558), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1558), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1558), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1558), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1558), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1558), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_RAII] = ACTIONS(1558), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1558), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1558), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1558), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1558), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1558), + [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(1790), - [aux_sym_preproc_def_token1] = ACTIONS(1790), - [aux_sym_preproc_if_token1] = ACTIONS(1790), - [aux_sym_preproc_if_token2] = ACTIONS(1790), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1790), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1790), - [aux_sym_preproc_else_token1] = ACTIONS(1790), - [aux_sym_preproc_elif_token1] = ACTIONS(1790), - [sym_preproc_directive] = ACTIONS(1790), - [anon_sym_LPAREN2] = ACTIONS(1792), - [anon_sym_TILDE] = ACTIONS(1792), - [anon_sym_STAR] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_AMP] = ACTIONS(1790), - [anon_sym_typedef] = ACTIONS(1790), - [anon_sym_extern] = ACTIONS(1790), - [anon_sym___attribute__] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1792), - [anon_sym___declspec] = ACTIONS(1790), - [anon_sym___based] = ACTIONS(1790), - [anon_sym_LBRACK] = ACTIONS(1790), - [anon_sym_static] = ACTIONS(1790), - [anon_sym_register] = ACTIONS(1790), - [anon_sym_inline] = ACTIONS(1790), - [anon_sym_thread_local] = ACTIONS(1790), - [anon_sym_const] = ACTIONS(1790), - [anon_sym_volatile] = ACTIONS(1790), - [anon_sym_restrict] = ACTIONS(1790), - [anon_sym__Atomic] = ACTIONS(1790), - [anon_sym_mutable] = ACTIONS(1790), - [anon_sym_constexpr] = ACTIONS(1790), - [anon_sym_signed] = ACTIONS(1790), - [anon_sym_unsigned] = ACTIONS(1790), - [anon_sym_long] = ACTIONS(1790), - [anon_sym_short] = ACTIONS(1790), - [sym_primitive_type] = ACTIONS(1790), - [anon_sym_enum] = ACTIONS(1790), - [anon_sym_class] = ACTIONS(1790), - [anon_sym_struct] = ACTIONS(1790), - [anon_sym_union] = ACTIONS(1790), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1790), - [anon_sym_virtual] = ACTIONS(1790), - [anon_sym_explicit] = ACTIONS(1790), - [anon_sym_public] = ACTIONS(1790), - [anon_sym_private] = ACTIONS(1790), - [anon_sym_protected] = ACTIONS(1790), - [sym_auto] = ACTIONS(1790), - [anon_sym_typename] = ACTIONS(1790), - [anon_sym_template] = ACTIONS(1790), - [anon_sym_operator] = ACTIONS(1790), - [anon_sym_friend] = ACTIONS(1790), - [anon_sym_using] = ACTIONS(1790), - [anon_sym_static_assert] = ACTIONS(1790), - [sym_operator_name] = ACTIONS(1790), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1790), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1790), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1790), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1790), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1790), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1790), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1790), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1790), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1790), - [anon_sym_MOZ_COLD] = ACTIONS(1790), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1790), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1790), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1790), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1790), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1790), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1790), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1790), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1790), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1790), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1790), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1790), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1790), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1790), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1790), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1790), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1790), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1790), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1790), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1790), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1790), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_NONNULL] = ACTIONS(1790), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1790), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1790), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1790), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1790), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1790), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_NORETURN] = ACTIONS(1790), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1790), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1790), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1790), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1790), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1790), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1790), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1790), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1790), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1790), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1790), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1790), - [anon_sym_MOZ_RAII] = ACTIONS(1790), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1790), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1790), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1790), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1790), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1790), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1790), + [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(2576), - [aux_sym_preproc_def_token1] = ACTIONS(2576), - [aux_sym_preproc_if_token1] = ACTIONS(2576), - [aux_sym_preproc_if_token2] = ACTIONS(2576), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2576), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2576), - [aux_sym_preproc_else_token1] = ACTIONS(2576), - [aux_sym_preproc_elif_token1] = ACTIONS(2576), - [sym_preproc_directive] = ACTIONS(2576), - [anon_sym_LPAREN2] = ACTIONS(2578), - [anon_sym_TILDE] = ACTIONS(2578), - [anon_sym_STAR] = ACTIONS(2578), - [anon_sym_AMP_AMP] = ACTIONS(2578), - [anon_sym_AMP] = ACTIONS(2576), - [anon_sym_typedef] = ACTIONS(2576), - [anon_sym_extern] = ACTIONS(2576), - [anon_sym___attribute__] = ACTIONS(2576), - [anon_sym_COLON_COLON] = ACTIONS(2578), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2578), - [anon_sym___declspec] = ACTIONS(2576), - [anon_sym___based] = ACTIONS(2576), - [anon_sym_LBRACK] = ACTIONS(2576), - [anon_sym_static] = ACTIONS(2576), - [anon_sym_register] = ACTIONS(2576), - [anon_sym_inline] = ACTIONS(2576), - [anon_sym_thread_local] = ACTIONS(2576), - [anon_sym_const] = ACTIONS(2576), - [anon_sym_volatile] = ACTIONS(2576), - [anon_sym_restrict] = ACTIONS(2576), - [anon_sym__Atomic] = ACTIONS(2576), - [anon_sym_mutable] = ACTIONS(2576), - [anon_sym_constexpr] = ACTIONS(2576), - [anon_sym_signed] = ACTIONS(2576), - [anon_sym_unsigned] = ACTIONS(2576), - [anon_sym_long] = ACTIONS(2576), - [anon_sym_short] = ACTIONS(2576), - [sym_primitive_type] = ACTIONS(2576), - [anon_sym_enum] = ACTIONS(2576), - [anon_sym_class] = ACTIONS(2576), - [anon_sym_struct] = ACTIONS(2576), - [anon_sym_union] = ACTIONS(2576), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2576), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_explicit] = ACTIONS(2576), - [anon_sym_public] = ACTIONS(2576), - [anon_sym_private] = ACTIONS(2576), - [anon_sym_protected] = ACTIONS(2576), - [sym_auto] = ACTIONS(2576), - [anon_sym_typename] = ACTIONS(2576), - [anon_sym_template] = ACTIONS(2576), - [anon_sym_operator] = ACTIONS(2576), - [anon_sym_friend] = ACTIONS(2576), - [anon_sym_using] = ACTIONS(2576), - [anon_sym_static_assert] = ACTIONS(2576), - [sym_operator_name] = ACTIONS(2576), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2576), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2576), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2576), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2576), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2576), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2576), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2576), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2576), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2576), - [anon_sym_MOZ_COLD] = ACTIONS(2576), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2576), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2576), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2576), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2576), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2576), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2576), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2576), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2576), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2576), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2576), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2576), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2576), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2576), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2576), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2576), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2576), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2576), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2576), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2576), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2576), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_NONNULL] = ACTIONS(2576), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2576), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2576), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2576), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2576), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2576), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_NORETURN] = ACTIONS(2576), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2576), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2576), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2576), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2576), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2576), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2576), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2576), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2576), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2576), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2576), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2576), - [anon_sym_MOZ_RAII] = ACTIONS(2576), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2576), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2576), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2576), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2576), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2576), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2576), + [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(1794), - [aux_sym_preproc_def_token1] = ACTIONS(1794), - [aux_sym_preproc_if_token1] = ACTIONS(1794), - [aux_sym_preproc_if_token2] = ACTIONS(1794), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1794), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1794), - [aux_sym_preproc_else_token1] = ACTIONS(1794), - [aux_sym_preproc_elif_token1] = ACTIONS(1794), - [sym_preproc_directive] = ACTIONS(1794), - [anon_sym_LPAREN2] = ACTIONS(1796), - [anon_sym_TILDE] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1796), - [anon_sym_AMP_AMP] = ACTIONS(1796), - [anon_sym_AMP] = ACTIONS(1794), - [anon_sym_typedef] = ACTIONS(1794), - [anon_sym_extern] = ACTIONS(1794), - [anon_sym___attribute__] = ACTIONS(1794), - [anon_sym_COLON_COLON] = ACTIONS(1796), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1796), - [anon_sym___declspec] = ACTIONS(1794), - [anon_sym___based] = ACTIONS(1794), - [anon_sym_LBRACK] = ACTIONS(1794), - [anon_sym_static] = ACTIONS(1794), - [anon_sym_register] = ACTIONS(1794), - [anon_sym_inline] = ACTIONS(1794), - [anon_sym_thread_local] = ACTIONS(1794), - [anon_sym_const] = ACTIONS(1794), - [anon_sym_volatile] = ACTIONS(1794), - [anon_sym_restrict] = ACTIONS(1794), - [anon_sym__Atomic] = ACTIONS(1794), - [anon_sym_mutable] = ACTIONS(1794), - [anon_sym_constexpr] = ACTIONS(1794), - [anon_sym_signed] = ACTIONS(1794), - [anon_sym_unsigned] = ACTIONS(1794), - [anon_sym_long] = ACTIONS(1794), - [anon_sym_short] = ACTIONS(1794), - [sym_primitive_type] = ACTIONS(1794), - [anon_sym_enum] = ACTIONS(1794), - [anon_sym_class] = ACTIONS(1794), - [anon_sym_struct] = ACTIONS(1794), - [anon_sym_union] = ACTIONS(1794), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1794), - [anon_sym_virtual] = ACTIONS(1794), - [anon_sym_explicit] = ACTIONS(1794), - [anon_sym_public] = ACTIONS(1794), - [anon_sym_private] = ACTIONS(1794), - [anon_sym_protected] = ACTIONS(1794), - [sym_auto] = ACTIONS(1794), - [anon_sym_typename] = ACTIONS(1794), - [anon_sym_template] = ACTIONS(1794), - [anon_sym_operator] = ACTIONS(1794), - [anon_sym_friend] = ACTIONS(1794), - [anon_sym_using] = ACTIONS(1794), - [anon_sym_static_assert] = ACTIONS(1794), - [sym_operator_name] = ACTIONS(1794), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1794), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1794), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1794), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1794), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1794), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1794), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1794), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1794), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1794), - [anon_sym_MOZ_COLD] = ACTIONS(1794), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1794), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1794), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1794), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1794), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1794), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1794), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1794), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1794), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1794), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1794), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1794), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1794), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1794), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1794), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1794), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1794), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1794), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1794), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1794), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1794), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_NONNULL] = ACTIONS(1794), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1794), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1794), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1794), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1794), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1794), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_NORETURN] = ACTIONS(1794), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1794), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1794), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1794), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1794), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1794), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1794), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1794), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1794), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1794), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1794), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1794), - [anon_sym_MOZ_RAII] = ACTIONS(1794), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1794), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1794), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1794), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1794), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1794), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1794), - }, - [847] = { - [sym_identifier] = ACTIONS(1798), - [aux_sym_preproc_def_token1] = ACTIONS(1798), - [aux_sym_preproc_if_token1] = ACTIONS(1798), - [aux_sym_preproc_if_token2] = ACTIONS(1798), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1798), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1798), - [aux_sym_preproc_else_token1] = ACTIONS(1798), - [aux_sym_preproc_elif_token1] = ACTIONS(1798), - [sym_preproc_directive] = ACTIONS(1798), - [anon_sym_LPAREN2] = ACTIONS(1800), - [anon_sym_TILDE] = ACTIONS(1800), - [anon_sym_STAR] = ACTIONS(1800), - [anon_sym_AMP_AMP] = ACTIONS(1800), - [anon_sym_AMP] = ACTIONS(1798), - [anon_sym_typedef] = ACTIONS(1798), - [anon_sym_extern] = ACTIONS(1798), - [anon_sym___attribute__] = ACTIONS(1798), - [anon_sym_COLON_COLON] = ACTIONS(1800), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1800), - [anon_sym___declspec] = ACTIONS(1798), - [anon_sym___based] = ACTIONS(1798), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_static] = ACTIONS(1798), - [anon_sym_register] = ACTIONS(1798), - [anon_sym_inline] = ACTIONS(1798), - [anon_sym_thread_local] = ACTIONS(1798), - [anon_sym_const] = ACTIONS(1798), - [anon_sym_volatile] = ACTIONS(1798), - [anon_sym_restrict] = ACTIONS(1798), - [anon_sym__Atomic] = ACTIONS(1798), - [anon_sym_mutable] = ACTIONS(1798), - [anon_sym_constexpr] = ACTIONS(1798), - [anon_sym_signed] = ACTIONS(1798), - [anon_sym_unsigned] = ACTIONS(1798), - [anon_sym_long] = ACTIONS(1798), - [anon_sym_short] = ACTIONS(1798), - [sym_primitive_type] = ACTIONS(1798), - [anon_sym_enum] = ACTIONS(1798), - [anon_sym_class] = ACTIONS(1798), - [anon_sym_struct] = ACTIONS(1798), - [anon_sym_union] = ACTIONS(1798), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1798), - [anon_sym_virtual] = ACTIONS(1798), - [anon_sym_explicit] = ACTIONS(1798), - [anon_sym_public] = ACTIONS(1798), - [anon_sym_private] = ACTIONS(1798), - [anon_sym_protected] = ACTIONS(1798), - [sym_auto] = ACTIONS(1798), - [anon_sym_typename] = ACTIONS(1798), - [anon_sym_template] = ACTIONS(1798), - [anon_sym_operator] = ACTIONS(1798), - [anon_sym_friend] = ACTIONS(1798), - [anon_sym_using] = ACTIONS(1798), - [anon_sym_static_assert] = ACTIONS(1798), - [sym_operator_name] = ACTIONS(1798), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1798), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1798), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1798), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1798), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1798), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1798), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1798), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1798), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1798), - [anon_sym_MOZ_COLD] = ACTIONS(1798), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1798), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1798), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1798), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1798), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1798), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1798), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1798), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1798), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1798), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1798), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1798), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1798), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1798), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1798), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1798), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1798), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1798), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1798), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1798), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1798), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_NONNULL] = ACTIONS(1798), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1798), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1798), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1798), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1798), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1798), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_NORETURN] = ACTIONS(1798), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1798), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1798), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1798), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1798), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1798), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1798), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1798), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1798), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1798), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1798), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1798), - [anon_sym_MOZ_RAII] = ACTIONS(1798), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1798), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1798), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1798), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1798), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1798), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1798), - }, - [848] = { - [sym_identifier] = ACTIONS(1660), - [aux_sym_preproc_def_token1] = ACTIONS(1660), - [aux_sym_preproc_if_token1] = ACTIONS(1660), - [aux_sym_preproc_if_token2] = ACTIONS(1660), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1660), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1660), - [aux_sym_preproc_else_token1] = ACTIONS(1660), - [aux_sym_preproc_elif_token1] = ACTIONS(1660), - [sym_preproc_directive] = ACTIONS(1660), - [anon_sym_LPAREN2] = ACTIONS(1662), - [anon_sym_TILDE] = ACTIONS(1662), - [anon_sym_STAR] = ACTIONS(1662), - [anon_sym_AMP_AMP] = ACTIONS(1662), - [anon_sym_AMP] = ACTIONS(1660), - [anon_sym_typedef] = ACTIONS(1660), - [anon_sym_extern] = ACTIONS(1660), - [anon_sym___attribute__] = ACTIONS(1660), - [anon_sym_COLON_COLON] = ACTIONS(1662), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1662), - [anon_sym___declspec] = ACTIONS(1660), - [anon_sym___based] = ACTIONS(1660), - [anon_sym_LBRACK] = ACTIONS(1660), - [anon_sym_static] = ACTIONS(1660), - [anon_sym_register] = ACTIONS(1660), - [anon_sym_inline] = ACTIONS(1660), - [anon_sym_thread_local] = ACTIONS(1660), - [anon_sym_const] = ACTIONS(1660), - [anon_sym_volatile] = ACTIONS(1660), - [anon_sym_restrict] = ACTIONS(1660), - [anon_sym__Atomic] = ACTIONS(1660), - [anon_sym_mutable] = ACTIONS(1660), - [anon_sym_constexpr] = ACTIONS(1660), - [anon_sym_signed] = ACTIONS(1660), - [anon_sym_unsigned] = ACTIONS(1660), - [anon_sym_long] = ACTIONS(1660), - [anon_sym_short] = ACTIONS(1660), - [sym_primitive_type] = ACTIONS(1660), - [anon_sym_enum] = ACTIONS(1660), - [anon_sym_class] = ACTIONS(1660), - [anon_sym_struct] = ACTIONS(1660), - [anon_sym_union] = ACTIONS(1660), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1660), - [anon_sym_virtual] = ACTIONS(1660), - [anon_sym_explicit] = ACTIONS(1660), - [anon_sym_public] = ACTIONS(1660), - [anon_sym_private] = ACTIONS(1660), - [anon_sym_protected] = ACTIONS(1660), - [sym_auto] = ACTIONS(1660), - [anon_sym_typename] = ACTIONS(1660), - [anon_sym_template] = ACTIONS(1660), - [anon_sym_operator] = ACTIONS(1660), - [anon_sym_friend] = ACTIONS(1660), - [anon_sym_using] = ACTIONS(1660), - [anon_sym_static_assert] = ACTIONS(1660), - [sym_operator_name] = ACTIONS(1660), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1660), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1660), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1660), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1660), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1660), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1660), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1660), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1660), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1660), - [anon_sym_MOZ_COLD] = ACTIONS(1660), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1660), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1660), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1660), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1660), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1660), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1660), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1660), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1660), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1660), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1660), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1660), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1660), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1660), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1660), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1660), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1660), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1660), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1660), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1660), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1660), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_NONNULL] = ACTIONS(1660), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1660), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1660), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1660), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1660), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1660), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_NORETURN] = ACTIONS(1660), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1660), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1660), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1660), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1660), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1660), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1660), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1660), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1660), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1660), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1660), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1660), - [anon_sym_MOZ_RAII] = ACTIONS(1660), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1660), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1660), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1660), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1660), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1660), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1660), - }, - [849] = { - [sym_identifier] = ACTIONS(2576), - [aux_sym_preproc_def_token1] = ACTIONS(2576), - [aux_sym_preproc_if_token1] = ACTIONS(2576), - [aux_sym_preproc_if_token2] = ACTIONS(2576), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2576), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2576), - [aux_sym_preproc_else_token1] = ACTIONS(2576), - [aux_sym_preproc_elif_token1] = ACTIONS(2576), - [sym_preproc_directive] = ACTIONS(2576), - [anon_sym_LPAREN2] = ACTIONS(2578), - [anon_sym_TILDE] = ACTIONS(2578), - [anon_sym_STAR] = ACTIONS(2578), - [anon_sym_AMP_AMP] = ACTIONS(2578), - [anon_sym_AMP] = ACTIONS(2576), - [anon_sym_typedef] = ACTIONS(2576), - [anon_sym_extern] = ACTIONS(2576), - [anon_sym___attribute__] = ACTIONS(2576), - [anon_sym_COLON_COLON] = ACTIONS(2578), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2578), - [anon_sym___declspec] = ACTIONS(2576), - [anon_sym___based] = ACTIONS(2576), - [anon_sym_LBRACK] = ACTIONS(2576), - [anon_sym_static] = ACTIONS(2576), - [anon_sym_register] = ACTIONS(2576), - [anon_sym_inline] = ACTIONS(2576), - [anon_sym_thread_local] = ACTIONS(2576), - [anon_sym_const] = ACTIONS(2576), - [anon_sym_volatile] = ACTIONS(2576), - [anon_sym_restrict] = ACTIONS(2576), - [anon_sym__Atomic] = ACTIONS(2576), - [anon_sym_mutable] = ACTIONS(2576), - [anon_sym_constexpr] = ACTIONS(2576), - [anon_sym_signed] = ACTIONS(2576), - [anon_sym_unsigned] = ACTIONS(2576), - [anon_sym_long] = ACTIONS(2576), - [anon_sym_short] = ACTIONS(2576), - [sym_primitive_type] = ACTIONS(2576), - [anon_sym_enum] = ACTIONS(2576), - [anon_sym_class] = ACTIONS(2576), - [anon_sym_struct] = ACTIONS(2576), - [anon_sym_union] = ACTIONS(2576), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2576), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_explicit] = ACTIONS(2576), - [anon_sym_public] = ACTIONS(2576), - [anon_sym_private] = ACTIONS(2576), - [anon_sym_protected] = ACTIONS(2576), - [sym_auto] = ACTIONS(2576), - [anon_sym_typename] = ACTIONS(2576), - [anon_sym_template] = ACTIONS(2576), - [anon_sym_operator] = ACTIONS(2576), - [anon_sym_friend] = ACTIONS(2576), - [anon_sym_using] = ACTIONS(2576), - [anon_sym_static_assert] = ACTIONS(2576), - [sym_operator_name] = ACTIONS(2576), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2576), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2576), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2576), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2576), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2576), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2576), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2576), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2576), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2576), - [anon_sym_MOZ_COLD] = ACTIONS(2576), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2576), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2576), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2576), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2576), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2576), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2576), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2576), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2576), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2576), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2576), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2576), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2576), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2576), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2576), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2576), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2576), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2576), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2576), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2576), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2576), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_NONNULL] = ACTIONS(2576), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2576), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2576), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2576), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2576), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2576), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_NORETURN] = ACTIONS(2576), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2576), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2576), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2576), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2576), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2576), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2576), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2576), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2576), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2576), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2576), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2576), - [anon_sym_MOZ_RAII] = ACTIONS(2576), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2576), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2576), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2576), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2576), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2576), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2576), - }, - [850] = { - [sym_identifier] = ACTIONS(1710), - [aux_sym_preproc_def_token1] = ACTIONS(1710), - [aux_sym_preproc_if_token1] = ACTIONS(1710), - [aux_sym_preproc_if_token2] = ACTIONS(1710), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1710), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1710), - [aux_sym_preproc_else_token1] = ACTIONS(1710), - [aux_sym_preproc_elif_token1] = ACTIONS(1710), - [sym_preproc_directive] = ACTIONS(1710), - [anon_sym_LPAREN2] = ACTIONS(1712), - [anon_sym_TILDE] = ACTIONS(1712), - [anon_sym_STAR] = ACTIONS(1712), - [anon_sym_AMP_AMP] = ACTIONS(1712), - [anon_sym_AMP] = ACTIONS(1710), - [anon_sym_typedef] = ACTIONS(1710), - [anon_sym_extern] = ACTIONS(1710), - [anon_sym___attribute__] = ACTIONS(1710), - [anon_sym_COLON_COLON] = ACTIONS(1712), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1712), - [anon_sym___declspec] = ACTIONS(1710), - [anon_sym___based] = ACTIONS(1710), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_static] = ACTIONS(1710), - [anon_sym_register] = ACTIONS(1710), - [anon_sym_inline] = ACTIONS(1710), - [anon_sym_thread_local] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1710), - [anon_sym_volatile] = ACTIONS(1710), - [anon_sym_restrict] = ACTIONS(1710), - [anon_sym__Atomic] = ACTIONS(1710), - [anon_sym_mutable] = ACTIONS(1710), - [anon_sym_constexpr] = ACTIONS(1710), - [anon_sym_signed] = ACTIONS(1710), - [anon_sym_unsigned] = ACTIONS(1710), - [anon_sym_long] = ACTIONS(1710), - [anon_sym_short] = ACTIONS(1710), - [sym_primitive_type] = ACTIONS(1710), - [anon_sym_enum] = ACTIONS(1710), - [anon_sym_class] = ACTIONS(1710), - [anon_sym_struct] = ACTIONS(1710), - [anon_sym_union] = ACTIONS(1710), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1710), - [anon_sym_virtual] = ACTIONS(1710), - [anon_sym_explicit] = ACTIONS(1710), - [anon_sym_public] = ACTIONS(1710), - [anon_sym_private] = ACTIONS(1710), - [anon_sym_protected] = ACTIONS(1710), - [sym_auto] = ACTIONS(1710), - [anon_sym_typename] = ACTIONS(1710), - [anon_sym_template] = ACTIONS(1710), - [anon_sym_operator] = ACTIONS(1710), - [anon_sym_friend] = ACTIONS(1710), - [anon_sym_using] = ACTIONS(1710), - [anon_sym_static_assert] = ACTIONS(1710), - [sym_operator_name] = ACTIONS(1710), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1710), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1710), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1710), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1710), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1710), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1710), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1710), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1710), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1710), - [anon_sym_MOZ_COLD] = ACTIONS(1710), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1710), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1710), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1710), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1710), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1710), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1710), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1710), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1710), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1710), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1710), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1710), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1710), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1710), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1710), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1710), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1710), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1710), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1710), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1710), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1710), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_NONNULL] = ACTIONS(1710), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1710), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1710), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1710), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1710), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1710), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_NORETURN] = ACTIONS(1710), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1710), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1710), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1710), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1710), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1710), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1710), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1710), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1710), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1710), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1710), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1710), - [anon_sym_MOZ_RAII] = ACTIONS(1710), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1710), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1710), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1710), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1710), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1710), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1710), - }, - [851] = { [sym_identifier] = ACTIONS(2580), [aux_sym_preproc_def_token1] = ACTIONS(2580), [aux_sym_preproc_if_token1] = ACTIONS(2580), @@ -190432,7 +189383,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(2580), [anon_sym_using] = ACTIONS(2580), [anon_sym_static_assert] = ACTIONS(2580), - [sym_operator_name] = 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), @@ -190504,1415 +189454,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2580), [anon_sym_JS_PUBLIC_API] = ACTIONS(2580), }, - [852] = { - [sym_identifier] = ACTIONS(1802), - [aux_sym_preproc_def_token1] = ACTIONS(1802), - [aux_sym_preproc_if_token1] = ACTIONS(1802), - [aux_sym_preproc_if_token2] = ACTIONS(1802), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1802), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1802), - [aux_sym_preproc_else_token1] = ACTIONS(1802), - [aux_sym_preproc_elif_token1] = ACTIONS(1802), - [sym_preproc_directive] = ACTIONS(1802), - [anon_sym_LPAREN2] = ACTIONS(1804), - [anon_sym_TILDE] = ACTIONS(1804), - [anon_sym_STAR] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_AMP] = ACTIONS(1802), - [anon_sym_typedef] = ACTIONS(1802), - [anon_sym_extern] = ACTIONS(1802), - [anon_sym___attribute__] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1804), - [anon_sym___declspec] = ACTIONS(1802), - [anon_sym___based] = ACTIONS(1802), - [anon_sym_LBRACK] = ACTIONS(1802), - [anon_sym_static] = ACTIONS(1802), - [anon_sym_register] = ACTIONS(1802), - [anon_sym_inline] = ACTIONS(1802), - [anon_sym_thread_local] = ACTIONS(1802), - [anon_sym_const] = ACTIONS(1802), - [anon_sym_volatile] = ACTIONS(1802), - [anon_sym_restrict] = ACTIONS(1802), - [anon_sym__Atomic] = ACTIONS(1802), - [anon_sym_mutable] = ACTIONS(1802), - [anon_sym_constexpr] = ACTIONS(1802), - [anon_sym_signed] = ACTIONS(1802), - [anon_sym_unsigned] = ACTIONS(1802), - [anon_sym_long] = ACTIONS(1802), - [anon_sym_short] = ACTIONS(1802), - [sym_primitive_type] = ACTIONS(1802), - [anon_sym_enum] = ACTIONS(1802), - [anon_sym_class] = ACTIONS(1802), - [anon_sym_struct] = ACTIONS(1802), - [anon_sym_union] = ACTIONS(1802), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1802), - [anon_sym_virtual] = ACTIONS(1802), - [anon_sym_explicit] = ACTIONS(1802), - [anon_sym_public] = ACTIONS(1802), - [anon_sym_private] = ACTIONS(1802), - [anon_sym_protected] = ACTIONS(1802), - [sym_auto] = ACTIONS(1802), - [anon_sym_typename] = ACTIONS(1802), - [anon_sym_template] = ACTIONS(1802), - [anon_sym_operator] = ACTIONS(1802), - [anon_sym_friend] = ACTIONS(1802), - [anon_sym_using] = ACTIONS(1802), - [anon_sym_static_assert] = ACTIONS(1802), - [sym_operator_name] = ACTIONS(1802), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1802), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1802), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1802), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1802), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1802), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1802), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1802), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1802), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1802), - [anon_sym_MOZ_COLD] = ACTIONS(1802), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1802), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1802), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1802), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1802), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1802), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1802), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1802), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1802), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1802), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1802), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1802), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1802), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1802), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1802), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1802), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1802), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1802), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1802), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1802), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1802), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_NONNULL] = ACTIONS(1802), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1802), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1802), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1802), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1802), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1802), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_NORETURN] = ACTIONS(1802), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1802), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1802), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1802), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1802), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1802), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1802), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1802), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1802), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1802), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1802), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1802), - [anon_sym_MOZ_RAII] = ACTIONS(1802), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1802), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1802), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1802), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1802), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1802), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1802), - }, - [853] = { - [sym_identifier] = ACTIONS(1806), - [aux_sym_preproc_def_token1] = ACTIONS(1806), - [aux_sym_preproc_if_token1] = ACTIONS(1806), - [aux_sym_preproc_if_token2] = ACTIONS(1806), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1806), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1806), - [aux_sym_preproc_else_token1] = ACTIONS(1806), - [aux_sym_preproc_elif_token1] = ACTIONS(1806), - [sym_preproc_directive] = ACTIONS(1806), - [anon_sym_LPAREN2] = ACTIONS(1808), - [anon_sym_TILDE] = ACTIONS(1808), - [anon_sym_STAR] = ACTIONS(1808), - [anon_sym_AMP_AMP] = ACTIONS(1808), - [anon_sym_AMP] = ACTIONS(1806), - [anon_sym_typedef] = ACTIONS(1806), - [anon_sym_extern] = ACTIONS(1806), - [anon_sym___attribute__] = ACTIONS(1806), - [anon_sym_COLON_COLON] = ACTIONS(1808), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1808), - [anon_sym___declspec] = ACTIONS(1806), - [anon_sym___based] = ACTIONS(1806), - [anon_sym_LBRACK] = ACTIONS(1806), - [anon_sym_static] = ACTIONS(1806), - [anon_sym_register] = ACTIONS(1806), - [anon_sym_inline] = ACTIONS(1806), - [anon_sym_thread_local] = ACTIONS(1806), - [anon_sym_const] = ACTIONS(1806), - [anon_sym_volatile] = ACTIONS(1806), - [anon_sym_restrict] = ACTIONS(1806), - [anon_sym__Atomic] = ACTIONS(1806), - [anon_sym_mutable] = ACTIONS(1806), - [anon_sym_constexpr] = ACTIONS(1806), - [anon_sym_signed] = ACTIONS(1806), - [anon_sym_unsigned] = ACTIONS(1806), - [anon_sym_long] = ACTIONS(1806), - [anon_sym_short] = ACTIONS(1806), - [sym_primitive_type] = ACTIONS(1806), - [anon_sym_enum] = ACTIONS(1806), - [anon_sym_class] = ACTIONS(1806), - [anon_sym_struct] = ACTIONS(1806), - [anon_sym_union] = ACTIONS(1806), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1806), - [anon_sym_virtual] = ACTIONS(1806), - [anon_sym_explicit] = ACTIONS(1806), - [anon_sym_public] = ACTIONS(1806), - [anon_sym_private] = ACTIONS(1806), - [anon_sym_protected] = ACTIONS(1806), - [sym_auto] = ACTIONS(1806), - [anon_sym_typename] = ACTIONS(1806), - [anon_sym_template] = ACTIONS(1806), - [anon_sym_operator] = ACTIONS(1806), - [anon_sym_friend] = ACTIONS(1806), - [anon_sym_using] = ACTIONS(1806), - [anon_sym_static_assert] = ACTIONS(1806), - [sym_operator_name] = ACTIONS(1806), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1806), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1806), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1806), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1806), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1806), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1806), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1806), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1806), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1806), - [anon_sym_MOZ_COLD] = ACTIONS(1806), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1806), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1806), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1806), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1806), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1806), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1806), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1806), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1806), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1806), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1806), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1806), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1806), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1806), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1806), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1806), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1806), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1806), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1806), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1806), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1806), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_NONNULL] = ACTIONS(1806), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1806), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1806), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1806), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1806), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1806), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_NORETURN] = ACTIONS(1806), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1806), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1806), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1806), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1806), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1806), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1806), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1806), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1806), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1806), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1806), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1806), - [anon_sym_MOZ_RAII] = ACTIONS(1806), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1806), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1806), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1806), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1806), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1806), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1806), - }, - [854] = { - [sym_identifier] = ACTIONS(1810), - [aux_sym_preproc_def_token1] = ACTIONS(1810), - [aux_sym_preproc_if_token1] = ACTIONS(1810), - [aux_sym_preproc_if_token2] = ACTIONS(1810), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1810), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1810), - [aux_sym_preproc_else_token1] = ACTIONS(1810), - [aux_sym_preproc_elif_token1] = ACTIONS(1810), - [sym_preproc_directive] = ACTIONS(1810), - [anon_sym_LPAREN2] = ACTIONS(1812), - [anon_sym_TILDE] = ACTIONS(1812), - [anon_sym_STAR] = ACTIONS(1812), - [anon_sym_AMP_AMP] = ACTIONS(1812), - [anon_sym_AMP] = ACTIONS(1810), - [anon_sym_typedef] = ACTIONS(1810), - [anon_sym_extern] = ACTIONS(1810), - [anon_sym___attribute__] = ACTIONS(1810), - [anon_sym_COLON_COLON] = ACTIONS(1812), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1812), - [anon_sym___declspec] = ACTIONS(1810), - [anon_sym___based] = ACTIONS(1810), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_static] = ACTIONS(1810), - [anon_sym_register] = ACTIONS(1810), - [anon_sym_inline] = ACTIONS(1810), - [anon_sym_thread_local] = ACTIONS(1810), - [anon_sym_const] = ACTIONS(1810), - [anon_sym_volatile] = ACTIONS(1810), - [anon_sym_restrict] = ACTIONS(1810), - [anon_sym__Atomic] = ACTIONS(1810), - [anon_sym_mutable] = ACTIONS(1810), - [anon_sym_constexpr] = ACTIONS(1810), - [anon_sym_signed] = ACTIONS(1810), - [anon_sym_unsigned] = ACTIONS(1810), - [anon_sym_long] = ACTIONS(1810), - [anon_sym_short] = ACTIONS(1810), - [sym_primitive_type] = ACTIONS(1810), - [anon_sym_enum] = ACTIONS(1810), - [anon_sym_class] = ACTIONS(1810), - [anon_sym_struct] = ACTIONS(1810), - [anon_sym_union] = ACTIONS(1810), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1810), - [anon_sym_virtual] = ACTIONS(1810), - [anon_sym_explicit] = ACTIONS(1810), - [anon_sym_public] = ACTIONS(1810), - [anon_sym_private] = ACTIONS(1810), - [anon_sym_protected] = ACTIONS(1810), - [sym_auto] = ACTIONS(1810), - [anon_sym_typename] = ACTIONS(1810), - [anon_sym_template] = ACTIONS(1810), - [anon_sym_operator] = ACTIONS(1810), - [anon_sym_friend] = ACTIONS(1810), - [anon_sym_using] = ACTIONS(1810), - [anon_sym_static_assert] = ACTIONS(1810), - [sym_operator_name] = ACTIONS(1810), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1810), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1810), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1810), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1810), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1810), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1810), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1810), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1810), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1810), - [anon_sym_MOZ_COLD] = ACTIONS(1810), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1810), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1810), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1810), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1810), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1810), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1810), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1810), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1810), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1810), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1810), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1810), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1810), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1810), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1810), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1810), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1810), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1810), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1810), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1810), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1810), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_NONNULL] = ACTIONS(1810), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1810), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1810), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1810), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1810), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1810), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_NORETURN] = ACTIONS(1810), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1810), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1810), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1810), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1810), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1810), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1810), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1810), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1810), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1810), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1810), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1810), - [anon_sym_MOZ_RAII] = ACTIONS(1810), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1810), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1810), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1810), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1810), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1810), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1810), - }, - [855] = { - [sym_identifier] = ACTIONS(1814), - [aux_sym_preproc_def_token1] = ACTIONS(1814), - [aux_sym_preproc_if_token1] = ACTIONS(1814), - [aux_sym_preproc_if_token2] = ACTIONS(1814), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1814), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1814), - [aux_sym_preproc_else_token1] = ACTIONS(1814), - [aux_sym_preproc_elif_token1] = ACTIONS(1814), - [sym_preproc_directive] = ACTIONS(1814), - [anon_sym_LPAREN2] = ACTIONS(1816), - [anon_sym_TILDE] = ACTIONS(1816), - [anon_sym_STAR] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_AMP] = ACTIONS(1814), - [anon_sym_typedef] = ACTIONS(1814), - [anon_sym_extern] = ACTIONS(1814), - [anon_sym___attribute__] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1816), - [anon_sym___declspec] = ACTIONS(1814), - [anon_sym___based] = ACTIONS(1814), - [anon_sym_LBRACK] = ACTIONS(1814), - [anon_sym_static] = ACTIONS(1814), - [anon_sym_register] = ACTIONS(1814), - [anon_sym_inline] = ACTIONS(1814), - [anon_sym_thread_local] = ACTIONS(1814), - [anon_sym_const] = ACTIONS(1814), - [anon_sym_volatile] = ACTIONS(1814), - [anon_sym_restrict] = ACTIONS(1814), - [anon_sym__Atomic] = ACTIONS(1814), - [anon_sym_mutable] = ACTIONS(1814), - [anon_sym_constexpr] = ACTIONS(1814), - [anon_sym_signed] = ACTIONS(1814), - [anon_sym_unsigned] = ACTIONS(1814), - [anon_sym_long] = ACTIONS(1814), - [anon_sym_short] = ACTIONS(1814), - [sym_primitive_type] = ACTIONS(1814), - [anon_sym_enum] = ACTIONS(1814), - [anon_sym_class] = ACTIONS(1814), - [anon_sym_struct] = ACTIONS(1814), - [anon_sym_union] = ACTIONS(1814), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1814), - [anon_sym_virtual] = ACTIONS(1814), - [anon_sym_explicit] = ACTIONS(1814), - [anon_sym_public] = ACTIONS(1814), - [anon_sym_private] = ACTIONS(1814), - [anon_sym_protected] = ACTIONS(1814), - [sym_auto] = ACTIONS(1814), - [anon_sym_typename] = ACTIONS(1814), - [anon_sym_template] = ACTIONS(1814), - [anon_sym_operator] = ACTIONS(1814), - [anon_sym_friend] = ACTIONS(1814), - [anon_sym_using] = ACTIONS(1814), - [anon_sym_static_assert] = ACTIONS(1814), - [sym_operator_name] = ACTIONS(1814), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1814), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1814), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1814), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1814), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1814), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1814), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1814), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1814), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1814), - [anon_sym_MOZ_COLD] = ACTIONS(1814), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1814), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1814), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1814), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1814), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1814), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1814), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1814), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1814), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1814), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1814), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1814), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1814), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1814), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1814), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1814), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1814), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1814), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1814), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1814), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1814), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_NONNULL] = ACTIONS(1814), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1814), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1814), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1814), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1814), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1814), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_NORETURN] = ACTIONS(1814), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1814), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1814), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1814), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1814), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1814), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1814), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1814), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1814), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1814), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1814), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1814), - [anon_sym_MOZ_RAII] = ACTIONS(1814), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1814), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1814), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1814), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1814), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1814), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1814), - }, - [856] = { - [sym_identifier] = ACTIONS(1818), - [aux_sym_preproc_def_token1] = ACTIONS(1818), - [aux_sym_preproc_if_token1] = ACTIONS(1818), - [aux_sym_preproc_if_token2] = ACTIONS(1818), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1818), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1818), - [aux_sym_preproc_else_token1] = ACTIONS(1818), - [aux_sym_preproc_elif_token1] = ACTIONS(1818), - [sym_preproc_directive] = ACTIONS(1818), - [anon_sym_LPAREN2] = ACTIONS(1820), - [anon_sym_TILDE] = ACTIONS(1820), - [anon_sym_STAR] = ACTIONS(1820), - [anon_sym_AMP_AMP] = ACTIONS(1820), - [anon_sym_AMP] = ACTIONS(1818), - [anon_sym_typedef] = ACTIONS(1818), - [anon_sym_extern] = ACTIONS(1818), - [anon_sym___attribute__] = ACTIONS(1818), - [anon_sym_COLON_COLON] = ACTIONS(1820), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1820), - [anon_sym___declspec] = ACTIONS(1818), - [anon_sym___based] = ACTIONS(1818), - [anon_sym_LBRACK] = ACTIONS(1818), - [anon_sym_static] = ACTIONS(1818), - [anon_sym_register] = ACTIONS(1818), - [anon_sym_inline] = ACTIONS(1818), - [anon_sym_thread_local] = ACTIONS(1818), - [anon_sym_const] = ACTIONS(1818), - [anon_sym_volatile] = ACTIONS(1818), - [anon_sym_restrict] = ACTIONS(1818), - [anon_sym__Atomic] = ACTIONS(1818), - [anon_sym_mutable] = ACTIONS(1818), - [anon_sym_constexpr] = ACTIONS(1818), - [anon_sym_signed] = ACTIONS(1818), - [anon_sym_unsigned] = ACTIONS(1818), - [anon_sym_long] = ACTIONS(1818), - [anon_sym_short] = ACTIONS(1818), - [sym_primitive_type] = ACTIONS(1818), - [anon_sym_enum] = ACTIONS(1818), - [anon_sym_class] = ACTIONS(1818), - [anon_sym_struct] = ACTIONS(1818), - [anon_sym_union] = ACTIONS(1818), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1818), - [anon_sym_virtual] = ACTIONS(1818), - [anon_sym_explicit] = ACTIONS(1818), - [anon_sym_public] = ACTIONS(1818), - [anon_sym_private] = ACTIONS(1818), - [anon_sym_protected] = ACTIONS(1818), - [sym_auto] = ACTIONS(1818), - [anon_sym_typename] = ACTIONS(1818), - [anon_sym_template] = ACTIONS(1818), - [anon_sym_operator] = ACTIONS(1818), - [anon_sym_friend] = ACTIONS(1818), - [anon_sym_using] = ACTIONS(1818), - [anon_sym_static_assert] = ACTIONS(1818), - [sym_operator_name] = ACTIONS(1818), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1818), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1818), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1818), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1818), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1818), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1818), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1818), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1818), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1818), - [anon_sym_MOZ_COLD] = ACTIONS(1818), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1818), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1818), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1818), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1818), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1818), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1818), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1818), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1818), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1818), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1818), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1818), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1818), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1818), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1818), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1818), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1818), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1818), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1818), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1818), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1818), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_NONNULL] = ACTIONS(1818), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1818), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1818), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1818), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1818), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1818), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_NORETURN] = ACTIONS(1818), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1818), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1818), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1818), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1818), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1818), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1818), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1818), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1818), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1818), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1818), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1818), - [anon_sym_MOZ_RAII] = ACTIONS(1818), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1818), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1818), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1818), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1818), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1818), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1818), - }, - [857] = { - [sym_identifier] = ACTIONS(1714), - [aux_sym_preproc_def_token1] = ACTIONS(1714), - [aux_sym_preproc_if_token1] = ACTIONS(1714), - [aux_sym_preproc_if_token2] = ACTIONS(1714), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1714), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1714), - [aux_sym_preproc_else_token1] = ACTIONS(1714), - [aux_sym_preproc_elif_token1] = ACTIONS(1714), - [sym_preproc_directive] = ACTIONS(1714), - [anon_sym_LPAREN2] = ACTIONS(1716), - [anon_sym_TILDE] = ACTIONS(1716), - [anon_sym_STAR] = ACTIONS(1716), - [anon_sym_AMP_AMP] = ACTIONS(1716), - [anon_sym_AMP] = ACTIONS(1714), - [anon_sym_typedef] = ACTIONS(1714), - [anon_sym_extern] = ACTIONS(1714), - [anon_sym___attribute__] = ACTIONS(1714), - [anon_sym_COLON_COLON] = ACTIONS(1716), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1716), - [anon_sym___declspec] = ACTIONS(1714), - [anon_sym___based] = ACTIONS(1714), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_static] = ACTIONS(1714), - [anon_sym_register] = ACTIONS(1714), - [anon_sym_inline] = ACTIONS(1714), - [anon_sym_thread_local] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1714), - [anon_sym_volatile] = ACTIONS(1714), - [anon_sym_restrict] = ACTIONS(1714), - [anon_sym__Atomic] = ACTIONS(1714), - [anon_sym_mutable] = ACTIONS(1714), - [anon_sym_constexpr] = ACTIONS(1714), - [anon_sym_signed] = ACTIONS(1714), - [anon_sym_unsigned] = ACTIONS(1714), - [anon_sym_long] = ACTIONS(1714), - [anon_sym_short] = ACTIONS(1714), - [sym_primitive_type] = ACTIONS(1714), - [anon_sym_enum] = ACTIONS(1714), - [anon_sym_class] = ACTIONS(1714), - [anon_sym_struct] = ACTIONS(1714), - [anon_sym_union] = ACTIONS(1714), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1714), - [anon_sym_virtual] = ACTIONS(1714), - [anon_sym_explicit] = ACTIONS(1714), - [anon_sym_public] = ACTIONS(1714), - [anon_sym_private] = ACTIONS(1714), - [anon_sym_protected] = ACTIONS(1714), - [sym_auto] = ACTIONS(1714), - [anon_sym_typename] = ACTIONS(1714), - [anon_sym_template] = ACTIONS(1714), - [anon_sym_operator] = ACTIONS(1714), - [anon_sym_friend] = ACTIONS(1714), - [anon_sym_using] = ACTIONS(1714), - [anon_sym_static_assert] = ACTIONS(1714), - [sym_operator_name] = ACTIONS(1714), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1714), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1714), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1714), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1714), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1714), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1714), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1714), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1714), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1714), - [anon_sym_MOZ_COLD] = ACTIONS(1714), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1714), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1714), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1714), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1714), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1714), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1714), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1714), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1714), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1714), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1714), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1714), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1714), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1714), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1714), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1714), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1714), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1714), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1714), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1714), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1714), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_NONNULL] = ACTIONS(1714), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1714), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1714), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1714), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1714), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1714), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_NORETURN] = ACTIONS(1714), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1714), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1714), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1714), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1714), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1714), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1714), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1714), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1714), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1714), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1714), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1714), - [anon_sym_MOZ_RAII] = ACTIONS(1714), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1714), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1714), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1714), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1714), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1714), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1714), - }, - [858] = { - [sym_identifier] = ACTIONS(1652), - [aux_sym_preproc_def_token1] = ACTIONS(1652), - [aux_sym_preproc_if_token1] = ACTIONS(1652), - [aux_sym_preproc_if_token2] = ACTIONS(1652), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1652), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1652), - [aux_sym_preproc_else_token1] = ACTIONS(1652), - [aux_sym_preproc_elif_token1] = ACTIONS(1652), - [sym_preproc_directive] = ACTIONS(1652), - [anon_sym_LPAREN2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1654), - [anon_sym_STAR] = ACTIONS(1654), - [anon_sym_AMP_AMP] = ACTIONS(1654), - [anon_sym_AMP] = ACTIONS(1652), - [anon_sym_typedef] = ACTIONS(1652), - [anon_sym_extern] = ACTIONS(1652), - [anon_sym___attribute__] = ACTIONS(1652), - [anon_sym_COLON_COLON] = ACTIONS(1654), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1654), - [anon_sym___declspec] = ACTIONS(1652), - [anon_sym___based] = ACTIONS(1652), - [anon_sym_LBRACK] = ACTIONS(1652), - [anon_sym_static] = ACTIONS(1652), - [anon_sym_register] = ACTIONS(1652), - [anon_sym_inline] = ACTIONS(1652), - [anon_sym_thread_local] = ACTIONS(1652), - [anon_sym_const] = ACTIONS(1652), - [anon_sym_volatile] = ACTIONS(1652), - [anon_sym_restrict] = ACTIONS(1652), - [anon_sym__Atomic] = ACTIONS(1652), - [anon_sym_mutable] = ACTIONS(1652), - [anon_sym_constexpr] = ACTIONS(1652), - [anon_sym_signed] = ACTIONS(1652), - [anon_sym_unsigned] = ACTIONS(1652), - [anon_sym_long] = ACTIONS(1652), - [anon_sym_short] = ACTIONS(1652), - [sym_primitive_type] = ACTIONS(1652), - [anon_sym_enum] = ACTIONS(1652), - [anon_sym_class] = ACTIONS(1652), - [anon_sym_struct] = ACTIONS(1652), - [anon_sym_union] = ACTIONS(1652), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1652), - [anon_sym_virtual] = ACTIONS(1652), - [anon_sym_explicit] = ACTIONS(1652), - [anon_sym_public] = ACTIONS(1652), - [anon_sym_private] = ACTIONS(1652), - [anon_sym_protected] = ACTIONS(1652), - [sym_auto] = ACTIONS(1652), - [anon_sym_typename] = ACTIONS(1652), - [anon_sym_template] = ACTIONS(1652), - [anon_sym_operator] = ACTIONS(1652), - [anon_sym_friend] = ACTIONS(1652), - [anon_sym_using] = ACTIONS(1652), - [anon_sym_static_assert] = ACTIONS(1652), - [sym_operator_name] = ACTIONS(1652), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1652), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1652), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1652), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1652), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1652), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1652), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1652), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1652), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1652), - [anon_sym_MOZ_COLD] = ACTIONS(1652), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1652), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1652), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1652), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1652), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1652), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1652), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1652), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1652), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1652), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1652), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1652), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1652), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1652), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1652), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1652), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1652), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1652), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1652), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1652), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1652), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_NONNULL] = ACTIONS(1652), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1652), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1652), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1652), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1652), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1652), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_NORETURN] = ACTIONS(1652), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1652), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1652), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1652), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1652), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1652), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1652), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1652), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1652), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1652), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1652), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1652), - [anon_sym_MOZ_RAII] = ACTIONS(1652), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1652), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1652), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1652), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1652), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1652), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1652), - }, - [859] = { - [sym_identifier] = ACTIONS(1648), - [aux_sym_preproc_def_token1] = ACTIONS(1648), - [aux_sym_preproc_if_token1] = ACTIONS(1648), - [aux_sym_preproc_if_token2] = ACTIONS(1648), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1648), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1648), - [aux_sym_preproc_else_token1] = ACTIONS(1648), - [aux_sym_preproc_elif_token1] = ACTIONS(1648), - [sym_preproc_directive] = ACTIONS(1648), - [anon_sym_LPAREN2] = ACTIONS(1650), - [anon_sym_TILDE] = ACTIONS(1650), - [anon_sym_STAR] = ACTIONS(1650), - [anon_sym_AMP_AMP] = ACTIONS(1650), - [anon_sym_AMP] = ACTIONS(1648), - [anon_sym_typedef] = ACTIONS(1648), - [anon_sym_extern] = ACTIONS(1648), - [anon_sym___attribute__] = ACTIONS(1648), - [anon_sym_COLON_COLON] = ACTIONS(1650), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1650), - [anon_sym___declspec] = ACTIONS(1648), - [anon_sym___based] = ACTIONS(1648), - [anon_sym_LBRACK] = ACTIONS(1648), - [anon_sym_static] = ACTIONS(1648), - [anon_sym_register] = ACTIONS(1648), - [anon_sym_inline] = ACTIONS(1648), - [anon_sym_thread_local] = ACTIONS(1648), - [anon_sym_const] = ACTIONS(1648), - [anon_sym_volatile] = ACTIONS(1648), - [anon_sym_restrict] = ACTIONS(1648), - [anon_sym__Atomic] = ACTIONS(1648), - [anon_sym_mutable] = ACTIONS(1648), - [anon_sym_constexpr] = ACTIONS(1648), - [anon_sym_signed] = ACTIONS(1648), - [anon_sym_unsigned] = ACTIONS(1648), - [anon_sym_long] = ACTIONS(1648), - [anon_sym_short] = ACTIONS(1648), - [sym_primitive_type] = ACTIONS(1648), - [anon_sym_enum] = ACTIONS(1648), - [anon_sym_class] = ACTIONS(1648), - [anon_sym_struct] = ACTIONS(1648), - [anon_sym_union] = ACTIONS(1648), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1648), - [anon_sym_virtual] = ACTIONS(1648), - [anon_sym_explicit] = ACTIONS(1648), - [anon_sym_public] = ACTIONS(1648), - [anon_sym_private] = ACTIONS(1648), - [anon_sym_protected] = ACTIONS(1648), - [sym_auto] = ACTIONS(1648), - [anon_sym_typename] = ACTIONS(1648), - [anon_sym_template] = ACTIONS(1648), - [anon_sym_operator] = ACTIONS(1648), - [anon_sym_friend] = ACTIONS(1648), - [anon_sym_using] = ACTIONS(1648), - [anon_sym_static_assert] = ACTIONS(1648), - [sym_operator_name] = ACTIONS(1648), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1648), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1648), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1648), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1648), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1648), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1648), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1648), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1648), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1648), - [anon_sym_MOZ_COLD] = ACTIONS(1648), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1648), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1648), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1648), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1648), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1648), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1648), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1648), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1648), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1648), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1648), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1648), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1648), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1648), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1648), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1648), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1648), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1648), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1648), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1648), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1648), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_NONNULL] = ACTIONS(1648), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1648), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1648), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1648), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1648), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1648), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_NORETURN] = ACTIONS(1648), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1648), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1648), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1648), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1648), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1648), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1648), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1648), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1648), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1648), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1648), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1648), - [anon_sym_MOZ_RAII] = ACTIONS(1648), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1648), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1648), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1648), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1648), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1648), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1648), - }, - [860] = { - [sym_identifier] = ACTIONS(1730), - [aux_sym_preproc_def_token1] = ACTIONS(1730), - [aux_sym_preproc_if_token1] = ACTIONS(1730), - [aux_sym_preproc_if_token2] = ACTIONS(1730), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1730), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1730), - [aux_sym_preproc_else_token1] = ACTIONS(1730), - [aux_sym_preproc_elif_token1] = ACTIONS(1730), - [sym_preproc_directive] = ACTIONS(1730), - [anon_sym_LPAREN2] = ACTIONS(1732), - [anon_sym_TILDE] = ACTIONS(1732), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_AMP_AMP] = ACTIONS(1732), - [anon_sym_AMP] = ACTIONS(1730), - [anon_sym_typedef] = ACTIONS(1730), - [anon_sym_extern] = ACTIONS(1730), - [anon_sym___attribute__] = ACTIONS(1730), - [anon_sym_COLON_COLON] = ACTIONS(1732), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1732), - [anon_sym___declspec] = ACTIONS(1730), - [anon_sym___based] = ACTIONS(1730), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_static] = ACTIONS(1730), - [anon_sym_register] = ACTIONS(1730), - [anon_sym_inline] = ACTIONS(1730), - [anon_sym_thread_local] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1730), - [anon_sym_volatile] = ACTIONS(1730), - [anon_sym_restrict] = ACTIONS(1730), - [anon_sym__Atomic] = ACTIONS(1730), - [anon_sym_mutable] = ACTIONS(1730), - [anon_sym_constexpr] = ACTIONS(1730), - [anon_sym_signed] = ACTIONS(1730), - [anon_sym_unsigned] = ACTIONS(1730), - [anon_sym_long] = ACTIONS(1730), - [anon_sym_short] = ACTIONS(1730), - [sym_primitive_type] = ACTIONS(1730), - [anon_sym_enum] = ACTIONS(1730), - [anon_sym_class] = ACTIONS(1730), - [anon_sym_struct] = ACTIONS(1730), - [anon_sym_union] = ACTIONS(1730), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1730), - [anon_sym_virtual] = ACTIONS(1730), - [anon_sym_explicit] = ACTIONS(1730), - [anon_sym_public] = ACTIONS(1730), - [anon_sym_private] = ACTIONS(1730), - [anon_sym_protected] = ACTIONS(1730), - [sym_auto] = ACTIONS(1730), - [anon_sym_typename] = ACTIONS(1730), - [anon_sym_template] = ACTIONS(1730), - [anon_sym_operator] = ACTIONS(1730), - [anon_sym_friend] = ACTIONS(1730), - [anon_sym_using] = ACTIONS(1730), - [anon_sym_static_assert] = ACTIONS(1730), - [sym_operator_name] = ACTIONS(1730), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1730), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1730), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1730), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1730), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1730), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1730), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1730), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1730), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1730), - [anon_sym_MOZ_COLD] = ACTIONS(1730), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1730), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1730), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1730), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1730), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1730), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1730), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1730), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1730), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1730), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1730), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1730), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1730), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1730), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1730), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1730), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1730), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1730), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1730), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1730), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1730), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_NONNULL] = ACTIONS(1730), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1730), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1730), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1730), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1730), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1730), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_NORETURN] = ACTIONS(1730), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1730), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1730), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1730), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1730), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1730), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1730), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1730), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1730), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1730), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1730), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1730), - [anon_sym_MOZ_RAII] = ACTIONS(1730), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1730), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1730), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1730), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1730), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1730), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1730), - }, - [861] = { - [sym_identifier] = ACTIONS(1734), - [aux_sym_preproc_def_token1] = ACTIONS(1734), - [aux_sym_preproc_if_token1] = ACTIONS(1734), - [aux_sym_preproc_if_token2] = ACTIONS(1734), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1734), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1734), - [aux_sym_preproc_else_token1] = ACTIONS(1734), - [aux_sym_preproc_elif_token1] = ACTIONS(1734), - [sym_preproc_directive] = ACTIONS(1734), - [anon_sym_LPAREN2] = ACTIONS(1736), - [anon_sym_TILDE] = ACTIONS(1736), - [anon_sym_STAR] = ACTIONS(1736), - [anon_sym_AMP_AMP] = ACTIONS(1736), - [anon_sym_AMP] = ACTIONS(1734), - [anon_sym_typedef] = ACTIONS(1734), - [anon_sym_extern] = ACTIONS(1734), - [anon_sym___attribute__] = ACTIONS(1734), - [anon_sym_COLON_COLON] = ACTIONS(1736), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1736), - [anon_sym___declspec] = ACTIONS(1734), - [anon_sym___based] = ACTIONS(1734), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_static] = ACTIONS(1734), - [anon_sym_register] = ACTIONS(1734), - [anon_sym_inline] = ACTIONS(1734), - [anon_sym_thread_local] = ACTIONS(1734), - [anon_sym_const] = ACTIONS(1734), - [anon_sym_volatile] = ACTIONS(1734), - [anon_sym_restrict] = ACTIONS(1734), - [anon_sym__Atomic] = ACTIONS(1734), - [anon_sym_mutable] = ACTIONS(1734), - [anon_sym_constexpr] = ACTIONS(1734), - [anon_sym_signed] = ACTIONS(1734), - [anon_sym_unsigned] = ACTIONS(1734), - [anon_sym_long] = ACTIONS(1734), - [anon_sym_short] = ACTIONS(1734), - [sym_primitive_type] = ACTIONS(1734), - [anon_sym_enum] = ACTIONS(1734), - [anon_sym_class] = ACTIONS(1734), - [anon_sym_struct] = ACTIONS(1734), - [anon_sym_union] = ACTIONS(1734), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1734), - [anon_sym_virtual] = ACTIONS(1734), - [anon_sym_explicit] = ACTIONS(1734), - [anon_sym_public] = ACTIONS(1734), - [anon_sym_private] = ACTIONS(1734), - [anon_sym_protected] = ACTIONS(1734), - [sym_auto] = ACTIONS(1734), - [anon_sym_typename] = ACTIONS(1734), - [anon_sym_template] = ACTIONS(1734), - [anon_sym_operator] = ACTIONS(1734), - [anon_sym_friend] = ACTIONS(1734), - [anon_sym_using] = ACTIONS(1734), - [anon_sym_static_assert] = ACTIONS(1734), - [sym_operator_name] = ACTIONS(1734), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1734), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1734), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1734), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1734), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1734), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1734), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1734), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1734), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1734), - [anon_sym_MOZ_COLD] = ACTIONS(1734), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1734), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1734), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1734), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1734), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1734), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1734), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1734), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1734), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1734), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1734), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1734), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1734), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1734), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1734), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1734), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1734), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1734), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1734), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1734), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1734), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_NONNULL] = ACTIONS(1734), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1734), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1734), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1734), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1734), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1734), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_NORETURN] = ACTIONS(1734), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1734), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1734), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1734), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1734), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1734), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1734), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1734), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1734), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1734), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1734), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1734), - [anon_sym_MOZ_RAII] = ACTIONS(1734), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1734), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1734), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1734), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1734), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1734), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1734), - }, - [862] = { - [sym_identifier] = ACTIONS(1738), - [aux_sym_preproc_def_token1] = ACTIONS(1738), - [aux_sym_preproc_if_token1] = ACTIONS(1738), - [aux_sym_preproc_if_token2] = ACTIONS(1738), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1738), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1738), - [aux_sym_preproc_else_token1] = ACTIONS(1738), - [aux_sym_preproc_elif_token1] = ACTIONS(1738), - [sym_preproc_directive] = ACTIONS(1738), - [anon_sym_LPAREN2] = ACTIONS(1740), - [anon_sym_TILDE] = ACTIONS(1740), - [anon_sym_STAR] = ACTIONS(1740), - [anon_sym_AMP_AMP] = ACTIONS(1740), - [anon_sym_AMP] = ACTIONS(1738), - [anon_sym_typedef] = ACTIONS(1738), - [anon_sym_extern] = ACTIONS(1738), - [anon_sym___attribute__] = ACTIONS(1738), - [anon_sym_COLON_COLON] = ACTIONS(1740), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1740), - [anon_sym___declspec] = ACTIONS(1738), - [anon_sym___based] = ACTIONS(1738), - [anon_sym_LBRACK] = ACTIONS(1738), - [anon_sym_static] = ACTIONS(1738), - [anon_sym_register] = ACTIONS(1738), - [anon_sym_inline] = ACTIONS(1738), - [anon_sym_thread_local] = ACTIONS(1738), - [anon_sym_const] = ACTIONS(1738), - [anon_sym_volatile] = ACTIONS(1738), - [anon_sym_restrict] = ACTIONS(1738), - [anon_sym__Atomic] = ACTIONS(1738), - [anon_sym_mutable] = ACTIONS(1738), - [anon_sym_constexpr] = ACTIONS(1738), - [anon_sym_signed] = ACTIONS(1738), - [anon_sym_unsigned] = ACTIONS(1738), - [anon_sym_long] = ACTIONS(1738), - [anon_sym_short] = ACTIONS(1738), - [sym_primitive_type] = ACTIONS(1738), - [anon_sym_enum] = ACTIONS(1738), - [anon_sym_class] = ACTIONS(1738), - [anon_sym_struct] = ACTIONS(1738), - [anon_sym_union] = ACTIONS(1738), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1738), - [anon_sym_virtual] = ACTIONS(1738), - [anon_sym_explicit] = ACTIONS(1738), - [anon_sym_public] = ACTIONS(1738), - [anon_sym_private] = ACTIONS(1738), - [anon_sym_protected] = ACTIONS(1738), - [sym_auto] = ACTIONS(1738), - [anon_sym_typename] = ACTIONS(1738), - [anon_sym_template] = ACTIONS(1738), - [anon_sym_operator] = ACTIONS(1738), - [anon_sym_friend] = ACTIONS(1738), - [anon_sym_using] = ACTIONS(1738), - [anon_sym_static_assert] = ACTIONS(1738), - [sym_operator_name] = ACTIONS(1738), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1738), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1738), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1738), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1738), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1738), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1738), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1738), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1738), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1738), - [anon_sym_MOZ_COLD] = ACTIONS(1738), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1738), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1738), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1738), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1738), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1738), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1738), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1738), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1738), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1738), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1738), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1738), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1738), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1738), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1738), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1738), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1738), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1738), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1738), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1738), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1738), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_NONNULL] = ACTIONS(1738), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1738), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1738), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1738), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1738), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1738), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_NORETURN] = ACTIONS(1738), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1738), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1738), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1738), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1738), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1738), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1738), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1738), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1738), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1738), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1738), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1738), - [anon_sym_MOZ_RAII] = ACTIONS(1738), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1738), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1738), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1738), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1738), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1738), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1738), - }, - [863] = { + [847] = { [sym_identifier] = ACTIONS(2584), [aux_sym_preproc_def_token1] = ACTIONS(2584), [aux_sym_preproc_if_token1] = ACTIONS(2584), @@ -191968,7 +189510,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(2584), [anon_sym_using] = ACTIONS(2584), [anon_sym_static_assert] = ACTIONS(2584), - [sym_operator_name] = 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), @@ -192040,2311 +189581,261 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2584), [anon_sym_JS_PUBLIC_API] = ACTIONS(2584), }, - [864] = { - [sym_identifier] = ACTIONS(1886), - [aux_sym_preproc_def_token1] = ACTIONS(1886), - [aux_sym_preproc_if_token1] = ACTIONS(1886), - [aux_sym_preproc_if_token2] = ACTIONS(1886), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1886), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1886), - [aux_sym_preproc_else_token1] = ACTIONS(1886), - [aux_sym_preproc_elif_token1] = ACTIONS(1886), - [sym_preproc_directive] = ACTIONS(1886), - [anon_sym_LPAREN2] = ACTIONS(1888), - [anon_sym_TILDE] = ACTIONS(1888), - [anon_sym_STAR] = ACTIONS(1888), - [anon_sym_AMP_AMP] = ACTIONS(1888), - [anon_sym_AMP] = ACTIONS(1886), - [anon_sym_typedef] = ACTIONS(1886), - [anon_sym_extern] = ACTIONS(1886), - [anon_sym___attribute__] = ACTIONS(1886), - [anon_sym_COLON_COLON] = ACTIONS(1888), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1888), - [anon_sym___declspec] = ACTIONS(1886), - [anon_sym___based] = ACTIONS(1886), - [anon_sym_LBRACK] = ACTIONS(1886), - [anon_sym_static] = ACTIONS(1886), - [anon_sym_register] = ACTIONS(1886), - [anon_sym_inline] = ACTIONS(1886), - [anon_sym_thread_local] = ACTIONS(1886), - [anon_sym_const] = ACTIONS(1886), - [anon_sym_volatile] = ACTIONS(1886), - [anon_sym_restrict] = ACTIONS(1886), - [anon_sym__Atomic] = ACTIONS(1886), - [anon_sym_mutable] = ACTIONS(1886), - [anon_sym_constexpr] = ACTIONS(1886), - [anon_sym_signed] = ACTIONS(1886), - [anon_sym_unsigned] = ACTIONS(1886), - [anon_sym_long] = ACTIONS(1886), - [anon_sym_short] = ACTIONS(1886), - [sym_primitive_type] = ACTIONS(1886), - [anon_sym_enum] = ACTIONS(1886), - [anon_sym_class] = ACTIONS(1886), - [anon_sym_struct] = ACTIONS(1886), - [anon_sym_union] = ACTIONS(1886), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1886), - [anon_sym_virtual] = ACTIONS(1886), - [anon_sym_explicit] = ACTIONS(1886), - [anon_sym_public] = ACTIONS(1886), - [anon_sym_private] = ACTIONS(1886), - [anon_sym_protected] = ACTIONS(1886), - [sym_auto] = ACTIONS(1886), - [anon_sym_typename] = ACTIONS(1886), - [anon_sym_template] = ACTIONS(1886), - [anon_sym_operator] = ACTIONS(1886), - [anon_sym_friend] = ACTIONS(1886), - [anon_sym_using] = ACTIONS(1886), - [anon_sym_static_assert] = ACTIONS(1886), - [sym_operator_name] = ACTIONS(1886), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1886), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1886), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1886), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1886), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1886), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1886), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1886), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1886), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1886), - [anon_sym_MOZ_COLD] = ACTIONS(1886), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1886), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1886), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1886), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1886), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1886), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1886), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1886), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1886), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1886), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1886), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1886), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1886), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1886), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1886), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1886), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1886), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1886), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1886), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1886), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1886), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_NONNULL] = ACTIONS(1886), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1886), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1886), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1886), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1886), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1886), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_NORETURN] = ACTIONS(1886), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1886), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1886), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1886), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1886), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1886), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1886), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1886), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1886), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1886), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1886), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1886), - [anon_sym_MOZ_RAII] = ACTIONS(1886), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1886), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1886), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1886), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1886), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1886), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1886), - }, - [865] = { - [sym__declaration_modifiers] = STATE(1278), - [sym_attribute_specifier] = STATE(1278), - [sym_attribute_declaration] = STATE(1278), - [sym_ms_declspec_modifier] = STATE(1278), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3557), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1278), - [sym_type_qualifier] = STATE(1278), - [sym_virtual_function_specifier] = STATE(1278), - [sym_explicit_function_specifier] = STATE(1278), - [sym_operator_cast] = STATE(3900), - [sym__constructor_specifiers] = STATE(1278), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(4877), - [sym_template_function] = STATE(3583), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3436), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_operator_cast_identifier] = STATE(3900), - [sym_macro_annotation] = STATE(1417), - [aux_sym_operator_cast_definition_repeat1] = STATE(1278), - [sym_identifier] = ACTIONS(2550), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2554), - [anon_sym_COLON_COLON] = ACTIONS(2556), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2560), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1960), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2562), - [anon_sym_volatile] = ACTIONS(2562), - [anon_sym_restrict] = ACTIONS(2562), - [anon_sym__Atomic] = ACTIONS(2562), - [anon_sym_mutable] = ACTIONS(2562), - [anon_sym_constexpr] = ACTIONS(2562), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2564), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_operator] = ACTIONS(117), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2566), - [anon_sym_MOZ_COLD] = ACTIONS(2566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_RAII] = ACTIONS(2566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2566), - }, - [866] = { - [sym_identifier] = ACTIONS(1842), - [aux_sym_preproc_def_token1] = ACTIONS(1842), - [aux_sym_preproc_if_token1] = ACTIONS(1842), - [aux_sym_preproc_if_token2] = ACTIONS(1842), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1842), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1842), - [aux_sym_preproc_else_token1] = ACTIONS(1842), - [aux_sym_preproc_elif_token1] = ACTIONS(1842), - [sym_preproc_directive] = ACTIONS(1842), - [anon_sym_LPAREN2] = ACTIONS(1844), - [anon_sym_TILDE] = ACTIONS(1844), - [anon_sym_STAR] = ACTIONS(1844), - [anon_sym_AMP_AMP] = ACTIONS(1844), - [anon_sym_AMP] = ACTIONS(1842), - [anon_sym_typedef] = ACTIONS(1842), - [anon_sym_extern] = ACTIONS(1842), - [anon_sym___attribute__] = ACTIONS(1842), - [anon_sym_COLON_COLON] = ACTIONS(1844), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1844), - [anon_sym___declspec] = ACTIONS(1842), - [anon_sym___based] = ACTIONS(1842), - [anon_sym_LBRACK] = ACTIONS(1842), - [anon_sym_static] = ACTIONS(1842), - [anon_sym_register] = ACTIONS(1842), - [anon_sym_inline] = ACTIONS(1842), - [anon_sym_thread_local] = ACTIONS(1842), - [anon_sym_const] = ACTIONS(1842), - [anon_sym_volatile] = ACTIONS(1842), - [anon_sym_restrict] = ACTIONS(1842), - [anon_sym__Atomic] = ACTIONS(1842), - [anon_sym_mutable] = ACTIONS(1842), - [anon_sym_constexpr] = ACTIONS(1842), - [anon_sym_signed] = ACTIONS(1842), - [anon_sym_unsigned] = ACTIONS(1842), - [anon_sym_long] = ACTIONS(1842), - [anon_sym_short] = ACTIONS(1842), - [sym_primitive_type] = ACTIONS(1842), - [anon_sym_enum] = ACTIONS(1842), - [anon_sym_class] = ACTIONS(1842), - [anon_sym_struct] = ACTIONS(1842), - [anon_sym_union] = ACTIONS(1842), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1842), - [anon_sym_virtual] = ACTIONS(1842), - [anon_sym_explicit] = ACTIONS(1842), - [anon_sym_public] = ACTIONS(1842), - [anon_sym_private] = ACTIONS(1842), - [anon_sym_protected] = ACTIONS(1842), - [sym_auto] = ACTIONS(1842), - [anon_sym_typename] = ACTIONS(1842), - [anon_sym_template] = ACTIONS(1842), - [anon_sym_operator] = ACTIONS(1842), - [anon_sym_friend] = ACTIONS(1842), - [anon_sym_using] = ACTIONS(1842), - [anon_sym_static_assert] = ACTIONS(1842), - [sym_operator_name] = ACTIONS(1842), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1842), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1842), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1842), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1842), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1842), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1842), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1842), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1842), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1842), - [anon_sym_MOZ_COLD] = ACTIONS(1842), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1842), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1842), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1842), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1842), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1842), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1842), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1842), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1842), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1842), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1842), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1842), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1842), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1842), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1842), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1842), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1842), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1842), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1842), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1842), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1842), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_NONNULL] = ACTIONS(1842), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1842), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1842), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1842), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1842), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1842), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_NORETURN] = ACTIONS(1842), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1842), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1842), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1842), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1842), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1842), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1842), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1842), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1842), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1842), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1842), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1842), - [anon_sym_MOZ_RAII] = ACTIONS(1842), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1842), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1842), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1842), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1842), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1842), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1842), - }, - [867] = { - [sym__declaration_modifiers] = STATE(1278), - [sym_attribute_specifier] = STATE(1278), - [sym_attribute_declaration] = STATE(1278), - [sym_ms_declspec_modifier] = STATE(1278), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3535), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1278), - [sym_type_qualifier] = STATE(1278), - [sym_virtual_function_specifier] = STATE(1278), - [sym_explicit_function_specifier] = STATE(1278), - [sym_operator_cast] = STATE(3932), - [sym__constructor_specifiers] = STATE(1278), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(4877), - [sym_template_function] = STATE(3583), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3436), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_operator_cast_identifier] = STATE(3932), - [sym_macro_annotation] = STATE(1417), - [aux_sym_operator_cast_definition_repeat1] = STATE(1278), - [sym_identifier] = ACTIONS(2550), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2554), - [anon_sym_COLON_COLON] = ACTIONS(2556), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2560), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1960), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2562), - [anon_sym_volatile] = ACTIONS(2562), - [anon_sym_restrict] = ACTIONS(2562), - [anon_sym__Atomic] = ACTIONS(2562), - [anon_sym_mutable] = ACTIONS(2562), - [anon_sym_constexpr] = ACTIONS(2562), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2564), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_operator] = ACTIONS(117), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2566), - [anon_sym_MOZ_COLD] = ACTIONS(2566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_RAII] = ACTIONS(2566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2566), - }, - [868] = { - [sym_identifier] = ACTIONS(1850), - [aux_sym_preproc_def_token1] = ACTIONS(1850), - [aux_sym_preproc_if_token1] = ACTIONS(1850), - [aux_sym_preproc_if_token2] = ACTIONS(1850), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1850), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1850), - [aux_sym_preproc_else_token1] = ACTIONS(1850), - [aux_sym_preproc_elif_token1] = ACTIONS(1850), - [sym_preproc_directive] = ACTIONS(1850), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_TILDE] = ACTIONS(1852), - [anon_sym_STAR] = ACTIONS(1852), - [anon_sym_AMP_AMP] = ACTIONS(1852), - [anon_sym_AMP] = ACTIONS(1850), - [anon_sym_typedef] = ACTIONS(1850), - [anon_sym_extern] = ACTIONS(1850), - [anon_sym___attribute__] = ACTIONS(1850), - [anon_sym_COLON_COLON] = ACTIONS(1852), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1852), - [anon_sym___declspec] = ACTIONS(1850), - [anon_sym___based] = ACTIONS(1850), - [anon_sym_LBRACK] = ACTIONS(1850), - [anon_sym_static] = ACTIONS(1850), - [anon_sym_register] = ACTIONS(1850), - [anon_sym_inline] = ACTIONS(1850), - [anon_sym_thread_local] = ACTIONS(1850), - [anon_sym_const] = ACTIONS(1850), - [anon_sym_volatile] = ACTIONS(1850), - [anon_sym_restrict] = ACTIONS(1850), - [anon_sym__Atomic] = ACTIONS(1850), - [anon_sym_mutable] = ACTIONS(1850), - [anon_sym_constexpr] = ACTIONS(1850), - [anon_sym_signed] = ACTIONS(1850), - [anon_sym_unsigned] = ACTIONS(1850), - [anon_sym_long] = ACTIONS(1850), - [anon_sym_short] = ACTIONS(1850), - [sym_primitive_type] = ACTIONS(1850), - [anon_sym_enum] = ACTIONS(1850), - [anon_sym_class] = ACTIONS(1850), - [anon_sym_struct] = ACTIONS(1850), - [anon_sym_union] = ACTIONS(1850), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1850), - [anon_sym_virtual] = ACTIONS(1850), - [anon_sym_explicit] = ACTIONS(1850), - [anon_sym_public] = ACTIONS(1850), - [anon_sym_private] = ACTIONS(1850), - [anon_sym_protected] = ACTIONS(1850), - [sym_auto] = ACTIONS(1850), - [anon_sym_typename] = ACTIONS(1850), - [anon_sym_template] = ACTIONS(1850), - [anon_sym_operator] = ACTIONS(1850), - [anon_sym_friend] = ACTIONS(1850), - [anon_sym_using] = ACTIONS(1850), - [anon_sym_static_assert] = ACTIONS(1850), - [sym_operator_name] = ACTIONS(1850), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1850), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1850), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1850), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1850), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1850), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1850), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1850), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1850), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1850), - [anon_sym_MOZ_COLD] = ACTIONS(1850), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1850), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1850), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1850), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1850), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1850), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1850), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1850), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1850), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1850), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1850), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1850), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1850), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1850), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1850), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1850), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1850), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1850), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1850), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1850), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1850), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_NONNULL] = ACTIONS(1850), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1850), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1850), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1850), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1850), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1850), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_NORETURN] = ACTIONS(1850), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1850), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1850), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1850), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1850), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1850), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1850), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1850), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1850), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1850), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1850), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1850), - [anon_sym_MOZ_RAII] = ACTIONS(1850), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1850), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1850), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1850), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1850), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1850), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1850), - }, - [869] = { - [sym_identifier] = ACTIONS(1854), - [aux_sym_preproc_def_token1] = ACTIONS(1854), - [aux_sym_preproc_if_token1] = ACTIONS(1854), - [aux_sym_preproc_if_token2] = ACTIONS(1854), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1854), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1854), - [aux_sym_preproc_else_token1] = ACTIONS(1854), - [aux_sym_preproc_elif_token1] = ACTIONS(1854), - [sym_preproc_directive] = ACTIONS(1854), - [anon_sym_LPAREN2] = ACTIONS(1856), - [anon_sym_TILDE] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1856), - [anon_sym_AMP_AMP] = ACTIONS(1856), - [anon_sym_AMP] = ACTIONS(1854), - [anon_sym_typedef] = ACTIONS(1854), - [anon_sym_extern] = ACTIONS(1854), - [anon_sym___attribute__] = ACTIONS(1854), - [anon_sym_COLON_COLON] = ACTIONS(1856), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1856), - [anon_sym___declspec] = ACTIONS(1854), - [anon_sym___based] = ACTIONS(1854), - [anon_sym_LBRACK] = ACTIONS(1854), - [anon_sym_static] = ACTIONS(1854), - [anon_sym_register] = ACTIONS(1854), - [anon_sym_inline] = ACTIONS(1854), - [anon_sym_thread_local] = ACTIONS(1854), - [anon_sym_const] = ACTIONS(1854), - [anon_sym_volatile] = ACTIONS(1854), - [anon_sym_restrict] = ACTIONS(1854), - [anon_sym__Atomic] = ACTIONS(1854), - [anon_sym_mutable] = ACTIONS(1854), - [anon_sym_constexpr] = ACTIONS(1854), - [anon_sym_signed] = ACTIONS(1854), - [anon_sym_unsigned] = ACTIONS(1854), - [anon_sym_long] = ACTIONS(1854), - [anon_sym_short] = ACTIONS(1854), - [sym_primitive_type] = ACTIONS(1854), - [anon_sym_enum] = ACTIONS(1854), - [anon_sym_class] = ACTIONS(1854), - [anon_sym_struct] = ACTIONS(1854), - [anon_sym_union] = ACTIONS(1854), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1854), - [anon_sym_virtual] = ACTIONS(1854), - [anon_sym_explicit] = ACTIONS(1854), - [anon_sym_public] = ACTIONS(1854), - [anon_sym_private] = ACTIONS(1854), - [anon_sym_protected] = ACTIONS(1854), - [sym_auto] = ACTIONS(1854), - [anon_sym_typename] = ACTIONS(1854), - [anon_sym_template] = ACTIONS(1854), - [anon_sym_operator] = ACTIONS(1854), - [anon_sym_friend] = ACTIONS(1854), - [anon_sym_using] = ACTIONS(1854), - [anon_sym_static_assert] = ACTIONS(1854), - [sym_operator_name] = ACTIONS(1854), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1854), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1854), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1854), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1854), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1854), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1854), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1854), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1854), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1854), - [anon_sym_MOZ_COLD] = ACTIONS(1854), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1854), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1854), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1854), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1854), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1854), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1854), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1854), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1854), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1854), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1854), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1854), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1854), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1854), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1854), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1854), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1854), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1854), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1854), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1854), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1854), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_NONNULL] = ACTIONS(1854), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1854), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1854), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1854), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1854), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1854), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_NORETURN] = ACTIONS(1854), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1854), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1854), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1854), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1854), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1854), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1854), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1854), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1854), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1854), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1854), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1854), - [anon_sym_MOZ_RAII] = ACTIONS(1854), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1854), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1854), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1854), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1854), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1854), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1854), - }, - [870] = { - [sym_identifier] = ACTIONS(1858), - [aux_sym_preproc_def_token1] = ACTIONS(1858), - [aux_sym_preproc_if_token1] = ACTIONS(1858), - [aux_sym_preproc_if_token2] = ACTIONS(1858), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1858), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1858), - [aux_sym_preproc_else_token1] = ACTIONS(1858), - [aux_sym_preproc_elif_token1] = ACTIONS(1858), - [sym_preproc_directive] = ACTIONS(1858), - [anon_sym_LPAREN2] = ACTIONS(1860), - [anon_sym_TILDE] = ACTIONS(1860), - [anon_sym_STAR] = ACTIONS(1860), - [anon_sym_AMP_AMP] = ACTIONS(1860), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym_typedef] = ACTIONS(1858), - [anon_sym_extern] = ACTIONS(1858), - [anon_sym___attribute__] = ACTIONS(1858), - [anon_sym_COLON_COLON] = ACTIONS(1860), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1860), - [anon_sym___declspec] = ACTIONS(1858), - [anon_sym___based] = ACTIONS(1858), - [anon_sym_LBRACK] = ACTIONS(1858), - [anon_sym_static] = ACTIONS(1858), - [anon_sym_register] = ACTIONS(1858), - [anon_sym_inline] = ACTIONS(1858), - [anon_sym_thread_local] = ACTIONS(1858), - [anon_sym_const] = ACTIONS(1858), - [anon_sym_volatile] = ACTIONS(1858), - [anon_sym_restrict] = ACTIONS(1858), - [anon_sym__Atomic] = ACTIONS(1858), - [anon_sym_mutable] = ACTIONS(1858), - [anon_sym_constexpr] = ACTIONS(1858), - [anon_sym_signed] = ACTIONS(1858), - [anon_sym_unsigned] = ACTIONS(1858), - [anon_sym_long] = ACTIONS(1858), - [anon_sym_short] = ACTIONS(1858), - [sym_primitive_type] = ACTIONS(1858), - [anon_sym_enum] = ACTIONS(1858), - [anon_sym_class] = ACTIONS(1858), - [anon_sym_struct] = ACTIONS(1858), - [anon_sym_union] = ACTIONS(1858), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1858), - [anon_sym_virtual] = ACTIONS(1858), - [anon_sym_explicit] = ACTIONS(1858), - [anon_sym_public] = ACTIONS(1858), - [anon_sym_private] = ACTIONS(1858), - [anon_sym_protected] = ACTIONS(1858), - [sym_auto] = ACTIONS(1858), - [anon_sym_typename] = ACTIONS(1858), - [anon_sym_template] = ACTIONS(1858), - [anon_sym_operator] = ACTIONS(1858), - [anon_sym_friend] = ACTIONS(1858), - [anon_sym_using] = ACTIONS(1858), - [anon_sym_static_assert] = ACTIONS(1858), - [sym_operator_name] = ACTIONS(1858), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1858), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1858), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1858), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1858), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1858), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1858), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1858), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1858), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1858), - [anon_sym_MOZ_COLD] = ACTIONS(1858), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1858), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1858), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1858), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1858), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1858), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1858), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1858), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1858), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1858), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1858), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1858), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1858), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1858), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1858), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1858), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1858), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1858), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1858), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1858), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1858), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_NONNULL] = ACTIONS(1858), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1858), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1858), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1858), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1858), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1858), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_NORETURN] = ACTIONS(1858), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1858), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1858), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1858), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1858), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1858), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1858), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1858), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1858), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1858), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1858), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1858), - [anon_sym_MOZ_RAII] = ACTIONS(1858), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1858), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1858), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1858), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1858), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1858), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1858), - }, - [871] = { - [sym_identifier] = ACTIONS(1566), - [aux_sym_preproc_def_token1] = ACTIONS(1566), - [aux_sym_preproc_if_token1] = ACTIONS(1566), - [aux_sym_preproc_if_token2] = ACTIONS(1566), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1566), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1566), - [aux_sym_preproc_else_token1] = ACTIONS(1566), - [aux_sym_preproc_elif_token1] = ACTIONS(1566), - [sym_preproc_directive] = ACTIONS(1566), - [anon_sym_LPAREN2] = ACTIONS(1568), - [anon_sym_TILDE] = ACTIONS(1568), - [anon_sym_STAR] = ACTIONS(1568), - [anon_sym_AMP_AMP] = ACTIONS(1568), - [anon_sym_AMP] = ACTIONS(1566), - [anon_sym_typedef] = ACTIONS(1566), - [anon_sym_extern] = ACTIONS(1566), - [anon_sym___attribute__] = ACTIONS(1566), - [anon_sym_COLON_COLON] = ACTIONS(1568), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1568), - [anon_sym___declspec] = ACTIONS(1566), - [anon_sym___based] = ACTIONS(1566), - [anon_sym_LBRACK] = ACTIONS(1566), - [anon_sym_static] = ACTIONS(1566), - [anon_sym_register] = ACTIONS(1566), - [anon_sym_inline] = ACTIONS(1566), - [anon_sym_thread_local] = ACTIONS(1566), - [anon_sym_const] = ACTIONS(1566), - [anon_sym_volatile] = ACTIONS(1566), - [anon_sym_restrict] = ACTIONS(1566), - [anon_sym__Atomic] = ACTIONS(1566), - [anon_sym_mutable] = ACTIONS(1566), - [anon_sym_constexpr] = ACTIONS(1566), - [anon_sym_signed] = ACTIONS(1566), - [anon_sym_unsigned] = ACTIONS(1566), - [anon_sym_long] = ACTIONS(1566), - [anon_sym_short] = ACTIONS(1566), - [sym_primitive_type] = ACTIONS(1566), - [anon_sym_enum] = ACTIONS(1566), - [anon_sym_class] = ACTIONS(1566), - [anon_sym_struct] = ACTIONS(1566), - [anon_sym_union] = ACTIONS(1566), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1566), - [anon_sym_virtual] = ACTIONS(1566), - [anon_sym_explicit] = ACTIONS(1566), - [anon_sym_public] = ACTIONS(1566), - [anon_sym_private] = ACTIONS(1566), - [anon_sym_protected] = ACTIONS(1566), - [sym_auto] = ACTIONS(1566), - [anon_sym_typename] = ACTIONS(1566), - [anon_sym_template] = ACTIONS(1566), - [anon_sym_operator] = ACTIONS(1566), - [anon_sym_friend] = ACTIONS(1566), - [anon_sym_using] = ACTIONS(1566), - [anon_sym_static_assert] = ACTIONS(1566), - [sym_operator_name] = ACTIONS(1566), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1566), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1566), - [anon_sym_MOZ_COLD] = ACTIONS(1566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_NONNULL] = ACTIONS(1566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_NORETURN] = ACTIONS(1566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1566), - [anon_sym_MOZ_RAII] = ACTIONS(1566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1566), - }, - [872] = { - [sym_identifier] = ACTIONS(1862), - [aux_sym_preproc_def_token1] = ACTIONS(1862), - [aux_sym_preproc_if_token1] = ACTIONS(1862), - [aux_sym_preproc_if_token2] = ACTIONS(1862), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1862), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1862), - [aux_sym_preproc_else_token1] = ACTIONS(1862), - [aux_sym_preproc_elif_token1] = ACTIONS(1862), - [sym_preproc_directive] = ACTIONS(1862), - [anon_sym_LPAREN2] = ACTIONS(1864), - [anon_sym_TILDE] = ACTIONS(1864), - [anon_sym_STAR] = ACTIONS(1864), - [anon_sym_AMP_AMP] = ACTIONS(1864), - [anon_sym_AMP] = ACTIONS(1862), - [anon_sym_typedef] = ACTIONS(1862), - [anon_sym_extern] = ACTIONS(1862), - [anon_sym___attribute__] = ACTIONS(1862), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym___declspec] = ACTIONS(1862), - [anon_sym___based] = ACTIONS(1862), - [anon_sym_LBRACK] = ACTIONS(1862), - [anon_sym_static] = ACTIONS(1862), - [anon_sym_register] = ACTIONS(1862), - [anon_sym_inline] = ACTIONS(1862), - [anon_sym_thread_local] = ACTIONS(1862), - [anon_sym_const] = ACTIONS(1862), - [anon_sym_volatile] = ACTIONS(1862), - [anon_sym_restrict] = ACTIONS(1862), - [anon_sym__Atomic] = ACTIONS(1862), - [anon_sym_mutable] = ACTIONS(1862), - [anon_sym_constexpr] = ACTIONS(1862), - [anon_sym_signed] = ACTIONS(1862), - [anon_sym_unsigned] = ACTIONS(1862), - [anon_sym_long] = ACTIONS(1862), - [anon_sym_short] = ACTIONS(1862), - [sym_primitive_type] = ACTIONS(1862), - [anon_sym_enum] = ACTIONS(1862), - [anon_sym_class] = ACTIONS(1862), - [anon_sym_struct] = ACTIONS(1862), - [anon_sym_union] = ACTIONS(1862), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1862), - [anon_sym_virtual] = ACTIONS(1862), - [anon_sym_explicit] = ACTIONS(1862), - [anon_sym_public] = ACTIONS(1862), - [anon_sym_private] = ACTIONS(1862), - [anon_sym_protected] = ACTIONS(1862), - [sym_auto] = ACTIONS(1862), - [anon_sym_typename] = ACTIONS(1862), - [anon_sym_template] = ACTIONS(1862), - [anon_sym_operator] = ACTIONS(1862), - [anon_sym_friend] = ACTIONS(1862), - [anon_sym_using] = ACTIONS(1862), - [anon_sym_static_assert] = ACTIONS(1862), - [sym_operator_name] = ACTIONS(1862), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1862), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1862), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1862), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1862), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1862), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1862), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1862), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1862), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1862), - [anon_sym_MOZ_COLD] = ACTIONS(1862), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1862), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1862), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1862), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1862), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1862), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1862), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1862), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1862), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1862), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1862), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1862), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1862), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1862), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1862), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1862), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1862), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1862), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1862), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1862), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1862), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_NONNULL] = ACTIONS(1862), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1862), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1862), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1862), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1862), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1862), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_NORETURN] = ACTIONS(1862), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1862), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1862), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1862), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1862), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1862), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1862), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1862), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1862), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1862), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1862), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1862), - [anon_sym_MOZ_RAII] = ACTIONS(1862), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1862), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1862), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1862), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1862), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1862), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1862), - }, - [873] = { - [sym_identifier] = ACTIONS(1866), - [aux_sym_preproc_def_token1] = ACTIONS(1866), - [aux_sym_preproc_if_token1] = ACTIONS(1866), - [aux_sym_preproc_if_token2] = ACTIONS(1866), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1866), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1866), - [aux_sym_preproc_else_token1] = ACTIONS(1866), - [aux_sym_preproc_elif_token1] = ACTIONS(1866), - [sym_preproc_directive] = ACTIONS(1866), - [anon_sym_LPAREN2] = ACTIONS(1868), - [anon_sym_TILDE] = ACTIONS(1868), - [anon_sym_STAR] = ACTIONS(1868), - [anon_sym_AMP_AMP] = ACTIONS(1868), - [anon_sym_AMP] = ACTIONS(1866), - [anon_sym_typedef] = ACTIONS(1866), - [anon_sym_extern] = ACTIONS(1866), - [anon_sym___attribute__] = ACTIONS(1866), - [anon_sym_COLON_COLON] = ACTIONS(1868), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1868), - [anon_sym___declspec] = ACTIONS(1866), - [anon_sym___based] = ACTIONS(1866), - [anon_sym_LBRACK] = ACTIONS(1866), - [anon_sym_static] = ACTIONS(1866), - [anon_sym_register] = ACTIONS(1866), - [anon_sym_inline] = ACTIONS(1866), - [anon_sym_thread_local] = ACTIONS(1866), - [anon_sym_const] = ACTIONS(1866), - [anon_sym_volatile] = ACTIONS(1866), - [anon_sym_restrict] = ACTIONS(1866), - [anon_sym__Atomic] = ACTIONS(1866), - [anon_sym_mutable] = ACTIONS(1866), - [anon_sym_constexpr] = ACTIONS(1866), - [anon_sym_signed] = ACTIONS(1866), - [anon_sym_unsigned] = ACTIONS(1866), - [anon_sym_long] = ACTIONS(1866), - [anon_sym_short] = ACTIONS(1866), - [sym_primitive_type] = ACTIONS(1866), - [anon_sym_enum] = ACTIONS(1866), - [anon_sym_class] = ACTIONS(1866), - [anon_sym_struct] = ACTIONS(1866), - [anon_sym_union] = ACTIONS(1866), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1866), - [anon_sym_virtual] = ACTIONS(1866), - [anon_sym_explicit] = ACTIONS(1866), - [anon_sym_public] = ACTIONS(1866), - [anon_sym_private] = ACTIONS(1866), - [anon_sym_protected] = ACTIONS(1866), - [sym_auto] = ACTIONS(1866), - [anon_sym_typename] = ACTIONS(1866), - [anon_sym_template] = ACTIONS(1866), - [anon_sym_operator] = ACTIONS(1866), - [anon_sym_friend] = ACTIONS(1866), - [anon_sym_using] = ACTIONS(1866), - [anon_sym_static_assert] = ACTIONS(1866), - [sym_operator_name] = ACTIONS(1866), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1866), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1866), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1866), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1866), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1866), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1866), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1866), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1866), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1866), - [anon_sym_MOZ_COLD] = ACTIONS(1866), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1866), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1866), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1866), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1866), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1866), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1866), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1866), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1866), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1866), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1866), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1866), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1866), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1866), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1866), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1866), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1866), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1866), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1866), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1866), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1866), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_NONNULL] = ACTIONS(1866), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1866), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1866), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1866), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1866), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1866), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_NORETURN] = ACTIONS(1866), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1866), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1866), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1866), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1866), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1866), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1866), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1866), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1866), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1866), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1866), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1866), - [anon_sym_MOZ_RAII] = ACTIONS(1866), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1866), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1866), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1866), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1866), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1866), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1866), - }, - [874] = { - [sym_identifier] = ACTIONS(1870), - [aux_sym_preproc_def_token1] = ACTIONS(1870), - [aux_sym_preproc_if_token1] = ACTIONS(1870), - [aux_sym_preproc_if_token2] = ACTIONS(1870), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1870), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1870), - [aux_sym_preproc_else_token1] = ACTIONS(1870), - [aux_sym_preproc_elif_token1] = ACTIONS(1870), - [sym_preproc_directive] = ACTIONS(1870), - [anon_sym_LPAREN2] = ACTIONS(1872), - [anon_sym_TILDE] = ACTIONS(1872), - [anon_sym_STAR] = ACTIONS(1872), - [anon_sym_AMP_AMP] = ACTIONS(1872), - [anon_sym_AMP] = ACTIONS(1870), - [anon_sym_typedef] = ACTIONS(1870), - [anon_sym_extern] = ACTIONS(1870), - [anon_sym___attribute__] = ACTIONS(1870), - [anon_sym_COLON_COLON] = ACTIONS(1872), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1872), - [anon_sym___declspec] = ACTIONS(1870), - [anon_sym___based] = ACTIONS(1870), - [anon_sym_LBRACK] = ACTIONS(1870), - [anon_sym_static] = ACTIONS(1870), - [anon_sym_register] = ACTIONS(1870), - [anon_sym_inline] = ACTIONS(1870), - [anon_sym_thread_local] = ACTIONS(1870), - [anon_sym_const] = ACTIONS(1870), - [anon_sym_volatile] = ACTIONS(1870), - [anon_sym_restrict] = ACTIONS(1870), - [anon_sym__Atomic] = ACTIONS(1870), - [anon_sym_mutable] = ACTIONS(1870), - [anon_sym_constexpr] = ACTIONS(1870), - [anon_sym_signed] = ACTIONS(1870), - [anon_sym_unsigned] = ACTIONS(1870), - [anon_sym_long] = ACTIONS(1870), - [anon_sym_short] = ACTIONS(1870), - [sym_primitive_type] = ACTIONS(1870), - [anon_sym_enum] = ACTIONS(1870), - [anon_sym_class] = ACTIONS(1870), - [anon_sym_struct] = ACTIONS(1870), - [anon_sym_union] = ACTIONS(1870), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1870), - [anon_sym_virtual] = ACTIONS(1870), - [anon_sym_explicit] = ACTIONS(1870), - [anon_sym_public] = ACTIONS(1870), - [anon_sym_private] = ACTIONS(1870), - [anon_sym_protected] = ACTIONS(1870), - [sym_auto] = ACTIONS(1870), - [anon_sym_typename] = ACTIONS(1870), - [anon_sym_template] = ACTIONS(1870), - [anon_sym_operator] = ACTIONS(1870), - [anon_sym_friend] = ACTIONS(1870), - [anon_sym_using] = ACTIONS(1870), - [anon_sym_static_assert] = ACTIONS(1870), - [sym_operator_name] = ACTIONS(1870), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1870), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1870), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1870), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1870), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1870), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1870), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1870), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1870), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1870), - [anon_sym_MOZ_COLD] = ACTIONS(1870), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1870), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1870), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1870), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1870), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1870), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1870), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1870), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1870), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1870), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1870), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1870), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1870), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1870), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1870), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1870), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1870), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1870), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1870), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1870), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1870), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_NONNULL] = ACTIONS(1870), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1870), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1870), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1870), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1870), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1870), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_NORETURN] = ACTIONS(1870), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1870), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1870), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1870), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1870), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1870), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1870), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1870), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1870), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1870), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1870), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1870), - [anon_sym_MOZ_RAII] = ACTIONS(1870), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1870), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1870), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1870), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1870), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1870), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1870), - }, - [875] = { - [sym_identifier] = ACTIONS(1874), - [aux_sym_preproc_def_token1] = ACTIONS(1874), - [aux_sym_preproc_if_token1] = ACTIONS(1874), - [aux_sym_preproc_if_token2] = ACTIONS(1874), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1874), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1874), - [aux_sym_preproc_else_token1] = ACTIONS(1874), - [aux_sym_preproc_elif_token1] = ACTIONS(1874), - [sym_preproc_directive] = ACTIONS(1874), - [anon_sym_LPAREN2] = ACTIONS(1876), - [anon_sym_TILDE] = ACTIONS(1876), - [anon_sym_STAR] = ACTIONS(1876), - [anon_sym_AMP_AMP] = ACTIONS(1876), - [anon_sym_AMP] = ACTIONS(1874), - [anon_sym_typedef] = ACTIONS(1874), - [anon_sym_extern] = ACTIONS(1874), - [anon_sym___attribute__] = ACTIONS(1874), - [anon_sym_COLON_COLON] = ACTIONS(1876), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1876), - [anon_sym___declspec] = ACTIONS(1874), - [anon_sym___based] = ACTIONS(1874), - [anon_sym_LBRACK] = ACTIONS(1874), - [anon_sym_static] = ACTIONS(1874), - [anon_sym_register] = ACTIONS(1874), - [anon_sym_inline] = ACTIONS(1874), - [anon_sym_thread_local] = ACTIONS(1874), - [anon_sym_const] = ACTIONS(1874), - [anon_sym_volatile] = ACTIONS(1874), - [anon_sym_restrict] = ACTIONS(1874), - [anon_sym__Atomic] = ACTIONS(1874), - [anon_sym_mutable] = ACTIONS(1874), - [anon_sym_constexpr] = ACTIONS(1874), - [anon_sym_signed] = ACTIONS(1874), - [anon_sym_unsigned] = ACTIONS(1874), - [anon_sym_long] = ACTIONS(1874), - [anon_sym_short] = ACTIONS(1874), - [sym_primitive_type] = ACTIONS(1874), - [anon_sym_enum] = ACTIONS(1874), - [anon_sym_class] = ACTIONS(1874), - [anon_sym_struct] = ACTIONS(1874), - [anon_sym_union] = ACTIONS(1874), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1874), - [anon_sym_virtual] = ACTIONS(1874), - [anon_sym_explicit] = ACTIONS(1874), - [anon_sym_public] = ACTIONS(1874), - [anon_sym_private] = ACTIONS(1874), - [anon_sym_protected] = ACTIONS(1874), - [sym_auto] = ACTIONS(1874), - [anon_sym_typename] = ACTIONS(1874), - [anon_sym_template] = ACTIONS(1874), - [anon_sym_operator] = ACTIONS(1874), - [anon_sym_friend] = ACTIONS(1874), - [anon_sym_using] = ACTIONS(1874), - [anon_sym_static_assert] = ACTIONS(1874), - [sym_operator_name] = ACTIONS(1874), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1874), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1874), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1874), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1874), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1874), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1874), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1874), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1874), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1874), - [anon_sym_MOZ_COLD] = ACTIONS(1874), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1874), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1874), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1874), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1874), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1874), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1874), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1874), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1874), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1874), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1874), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1874), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1874), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1874), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1874), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1874), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1874), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1874), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1874), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1874), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1874), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_NONNULL] = ACTIONS(1874), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1874), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1874), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1874), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1874), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1874), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_NORETURN] = ACTIONS(1874), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1874), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1874), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1874), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1874), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1874), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1874), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1874), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1874), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1874), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1874), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1874), - [anon_sym_MOZ_RAII] = ACTIONS(1874), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1874), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1874), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1874), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1874), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1874), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1874), - }, - [876] = { - [sym__declaration_modifiers] = STATE(1278), - [sym_attribute_specifier] = STATE(1278), - [sym_attribute_declaration] = STATE(1278), - [sym_ms_declspec_modifier] = STATE(1278), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3581), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1278), - [sym_type_qualifier] = STATE(1278), - [sym_virtual_function_specifier] = STATE(1278), - [sym_explicit_function_specifier] = STATE(1278), - [sym_operator_cast] = STATE(4024), - [sym__constructor_specifiers] = STATE(1278), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(4877), - [sym_template_function] = STATE(3583), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3436), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_operator_cast_identifier] = STATE(4024), - [sym_macro_annotation] = STATE(1417), - [aux_sym_operator_cast_definition_repeat1] = STATE(1278), - [sym_identifier] = ACTIONS(2550), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2554), - [anon_sym_COLON_COLON] = ACTIONS(2556), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2560), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1960), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2562), - [anon_sym_volatile] = ACTIONS(2562), - [anon_sym_restrict] = ACTIONS(2562), - [anon_sym__Atomic] = ACTIONS(2562), - [anon_sym_mutable] = ACTIONS(2562), - [anon_sym_constexpr] = ACTIONS(2562), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2564), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_operator] = ACTIONS(117), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2566), - [anon_sym_MOZ_COLD] = ACTIONS(2566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_RAII] = ACTIONS(2566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2566), - }, - [877] = { - [sym__declaration_modifiers] = STATE(1278), - [sym_attribute_specifier] = STATE(1278), - [sym_attribute_declaration] = STATE(1278), - [sym_ms_declspec_modifier] = STATE(1278), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3566), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1278), - [sym_type_qualifier] = STATE(1278), - [sym_virtual_function_specifier] = STATE(1278), - [sym_explicit_function_specifier] = STATE(1278), - [sym_operator_cast] = STATE(3965), - [sym__constructor_specifiers] = STATE(1278), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(4877), - [sym_template_function] = STATE(3583), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3436), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_operator_cast_identifier] = STATE(3965), - [sym_macro_annotation] = STATE(1417), - [aux_sym_operator_cast_definition_repeat1] = STATE(1278), - [sym_identifier] = ACTIONS(2550), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2554), - [anon_sym_COLON_COLON] = ACTIONS(2556), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2560), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1960), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2562), - [anon_sym_volatile] = ACTIONS(2562), - [anon_sym_restrict] = ACTIONS(2562), - [anon_sym__Atomic] = ACTIONS(2562), - [anon_sym_mutable] = ACTIONS(2562), - [anon_sym_constexpr] = ACTIONS(2562), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2564), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_operator] = ACTIONS(117), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2566), - [anon_sym_MOZ_COLD] = ACTIONS(2566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_RAII] = ACTIONS(2566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2566), - }, - [878] = { - [sym__declaration_modifiers] = STATE(1278), - [sym_attribute_specifier] = STATE(1278), - [sym_attribute_declaration] = STATE(1278), - [sym_ms_declspec_modifier] = STATE(1278), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3595), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1278), - [sym_type_qualifier] = STATE(1278), - [sym_virtual_function_specifier] = STATE(1278), - [sym_explicit_function_specifier] = STATE(1278), - [sym_operator_cast] = STATE(3993), - [sym__constructor_specifiers] = STATE(1278), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(4877), - [sym_template_function] = STATE(3583), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3436), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_operator_cast_identifier] = STATE(3993), - [sym_macro_annotation] = STATE(1417), - [aux_sym_operator_cast_definition_repeat1] = STATE(1278), - [sym_identifier] = ACTIONS(2550), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2554), - [anon_sym_COLON_COLON] = ACTIONS(2556), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2560), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1960), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2562), - [anon_sym_volatile] = ACTIONS(2562), - [anon_sym_restrict] = ACTIONS(2562), - [anon_sym__Atomic] = ACTIONS(2562), - [anon_sym_mutable] = ACTIONS(2562), - [anon_sym_constexpr] = ACTIONS(2562), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2564), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_operator] = ACTIONS(117), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2566), - [anon_sym_MOZ_COLD] = ACTIONS(2566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_RAII] = ACTIONS(2566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2566), - }, - [879] = { - [sym__declaration_modifiers] = STATE(1278), - [sym_attribute_specifier] = STATE(1278), - [sym_attribute_declaration] = STATE(1278), - [sym_ms_declspec_modifier] = STATE(1278), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3533), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1278), - [sym_type_qualifier] = STATE(1278), - [sym_virtual_function_specifier] = STATE(1278), - [sym_explicit_function_specifier] = STATE(1278), - [sym_operator_cast] = STATE(4002), - [sym__constructor_specifiers] = STATE(1278), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(4877), - [sym_template_function] = STATE(3583), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3436), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_operator_cast_identifier] = STATE(4002), - [sym_macro_annotation] = STATE(1417), - [aux_sym_operator_cast_definition_repeat1] = STATE(1278), - [sym_identifier] = ACTIONS(2550), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2554), - [anon_sym_COLON_COLON] = ACTIONS(2556), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2560), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1960), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2562), - [anon_sym_volatile] = ACTIONS(2562), - [anon_sym_restrict] = ACTIONS(2562), - [anon_sym__Atomic] = ACTIONS(2562), - [anon_sym_mutable] = ACTIONS(2562), - [anon_sym_constexpr] = ACTIONS(2562), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2564), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_operator] = ACTIONS(117), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2566), - [anon_sym_MOZ_COLD] = ACTIONS(2566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_RAII] = ACTIONS(2566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2566), - }, - [880] = { - [sym_identifier] = ACTIONS(1742), - [aux_sym_preproc_def_token1] = ACTIONS(1742), - [aux_sym_preproc_if_token1] = ACTIONS(1742), - [aux_sym_preproc_if_token2] = ACTIONS(1742), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1742), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1742), - [aux_sym_preproc_else_token1] = ACTIONS(1742), - [aux_sym_preproc_elif_token1] = ACTIONS(1742), - [sym_preproc_directive] = ACTIONS(1742), - [anon_sym_LPAREN2] = ACTIONS(1744), - [anon_sym_TILDE] = ACTIONS(1744), - [anon_sym_STAR] = ACTIONS(1744), - [anon_sym_AMP_AMP] = ACTIONS(1744), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_typedef] = ACTIONS(1742), - [anon_sym_extern] = ACTIONS(1742), - [anon_sym___attribute__] = ACTIONS(1742), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1744), - [anon_sym___declspec] = ACTIONS(1742), - [anon_sym___based] = ACTIONS(1742), - [anon_sym_LBRACK] = ACTIONS(1742), - [anon_sym_static] = ACTIONS(1742), - [anon_sym_register] = ACTIONS(1742), - [anon_sym_inline] = ACTIONS(1742), - [anon_sym_thread_local] = ACTIONS(1742), - [anon_sym_const] = ACTIONS(1742), - [anon_sym_volatile] = ACTIONS(1742), - [anon_sym_restrict] = ACTIONS(1742), - [anon_sym__Atomic] = ACTIONS(1742), - [anon_sym_mutable] = ACTIONS(1742), - [anon_sym_constexpr] = ACTIONS(1742), - [anon_sym_signed] = ACTIONS(1742), - [anon_sym_unsigned] = ACTIONS(1742), - [anon_sym_long] = ACTIONS(1742), - [anon_sym_short] = ACTIONS(1742), - [sym_primitive_type] = ACTIONS(1742), - [anon_sym_enum] = ACTIONS(1742), - [anon_sym_class] = ACTIONS(1742), - [anon_sym_struct] = ACTIONS(1742), - [anon_sym_union] = ACTIONS(1742), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1742), - [anon_sym_virtual] = ACTIONS(1742), - [anon_sym_explicit] = ACTIONS(1742), - [anon_sym_public] = ACTIONS(1742), - [anon_sym_private] = ACTIONS(1742), - [anon_sym_protected] = ACTIONS(1742), - [sym_auto] = ACTIONS(1742), - [anon_sym_typename] = ACTIONS(1742), - [anon_sym_template] = ACTIONS(1742), - [anon_sym_operator] = ACTIONS(1742), - [anon_sym_friend] = ACTIONS(1742), - [anon_sym_using] = ACTIONS(1742), - [anon_sym_static_assert] = ACTIONS(1742), - [sym_operator_name] = ACTIONS(1742), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1742), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1742), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1742), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1742), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1742), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1742), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1742), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1742), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1742), - [anon_sym_MOZ_COLD] = ACTIONS(1742), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1742), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1742), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1742), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1742), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1742), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1742), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1742), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1742), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1742), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1742), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1742), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1742), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1742), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1742), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1742), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1742), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1742), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1742), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1742), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1742), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_NONNULL] = ACTIONS(1742), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1742), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1742), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1742), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1742), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1742), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_NORETURN] = ACTIONS(1742), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1742), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1742), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1742), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1742), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1742), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1742), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1742), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1742), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1742), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1742), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1742), - [anon_sym_MOZ_RAII] = ACTIONS(1742), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1742), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1742), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1742), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1742), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1742), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1742), + [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), }, - [881] = { - [sym_identifier] = ACTIONS(1890), - [aux_sym_preproc_def_token1] = ACTIONS(1890), - [aux_sym_preproc_if_token1] = ACTIONS(1890), - [aux_sym_preproc_if_token2] = ACTIONS(1890), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1890), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1890), - [aux_sym_preproc_else_token1] = ACTIONS(1890), - [aux_sym_preproc_elif_token1] = ACTIONS(1890), - [sym_preproc_directive] = ACTIONS(1890), - [anon_sym_LPAREN2] = ACTIONS(1892), - [anon_sym_TILDE] = ACTIONS(1892), - [anon_sym_STAR] = ACTIONS(1892), - [anon_sym_AMP_AMP] = ACTIONS(1892), - [anon_sym_AMP] = ACTIONS(1890), - [anon_sym_typedef] = ACTIONS(1890), - [anon_sym_extern] = ACTIONS(1890), - [anon_sym___attribute__] = ACTIONS(1890), - [anon_sym_COLON_COLON] = ACTIONS(1892), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1892), - [anon_sym___declspec] = ACTIONS(1890), - [anon_sym___based] = ACTIONS(1890), - [anon_sym_LBRACK] = ACTIONS(1890), - [anon_sym_static] = ACTIONS(1890), - [anon_sym_register] = ACTIONS(1890), - [anon_sym_inline] = ACTIONS(1890), - [anon_sym_thread_local] = ACTIONS(1890), - [anon_sym_const] = ACTIONS(1890), - [anon_sym_volatile] = ACTIONS(1890), - [anon_sym_restrict] = ACTIONS(1890), - [anon_sym__Atomic] = ACTIONS(1890), - [anon_sym_mutable] = ACTIONS(1890), - [anon_sym_constexpr] = ACTIONS(1890), - [anon_sym_signed] = ACTIONS(1890), - [anon_sym_unsigned] = ACTIONS(1890), - [anon_sym_long] = ACTIONS(1890), - [anon_sym_short] = ACTIONS(1890), - [sym_primitive_type] = ACTIONS(1890), - [anon_sym_enum] = ACTIONS(1890), - [anon_sym_class] = ACTIONS(1890), - [anon_sym_struct] = ACTIONS(1890), - [anon_sym_union] = ACTIONS(1890), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1890), - [anon_sym_virtual] = ACTIONS(1890), - [anon_sym_explicit] = ACTIONS(1890), - [anon_sym_public] = ACTIONS(1890), - [anon_sym_private] = ACTIONS(1890), - [anon_sym_protected] = ACTIONS(1890), - [sym_auto] = ACTIONS(1890), - [anon_sym_typename] = ACTIONS(1890), - [anon_sym_template] = ACTIONS(1890), - [anon_sym_operator] = ACTIONS(1890), - [anon_sym_friend] = ACTIONS(1890), - [anon_sym_using] = ACTIONS(1890), - [anon_sym_static_assert] = ACTIONS(1890), - [sym_operator_name] = ACTIONS(1890), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1890), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1890), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1890), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1890), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1890), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1890), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1890), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1890), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1890), - [anon_sym_MOZ_COLD] = ACTIONS(1890), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1890), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1890), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1890), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1890), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1890), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1890), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1890), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1890), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1890), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1890), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1890), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1890), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1890), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1890), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1890), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1890), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1890), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1890), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1890), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1890), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_NONNULL] = ACTIONS(1890), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1890), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1890), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1890), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1890), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1890), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_NORETURN] = ACTIONS(1890), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1890), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1890), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1890), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1890), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1890), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1890), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1890), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1890), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1890), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1890), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1890), - [anon_sym_MOZ_RAII] = ACTIONS(1890), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1890), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1890), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1890), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1890), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1890), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1890), + [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), + [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), }, - [882] = { + [850] = { [sym_identifier] = ACTIONS(2588), [aux_sym_preproc_def_token1] = ACTIONS(2588), [aux_sym_preproc_if_token1] = ACTIONS(2588), @@ -194400,7 +189891,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(2588), [anon_sym_using] = ACTIONS(2588), [anon_sym_static_assert] = ACTIONS(2588), - [sym_operator_name] = 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), @@ -194472,263 +189962,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2588), [anon_sym_JS_PUBLIC_API] = ACTIONS(2588), }, - [883] = { - [sym_identifier] = ACTIONS(1894), - [aux_sym_preproc_def_token1] = ACTIONS(1894), - [aux_sym_preproc_if_token1] = ACTIONS(1894), - [aux_sym_preproc_if_token2] = ACTIONS(1894), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1894), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1894), - [aux_sym_preproc_else_token1] = ACTIONS(1894), - [aux_sym_preproc_elif_token1] = ACTIONS(1894), - [sym_preproc_directive] = ACTIONS(1894), - [anon_sym_LPAREN2] = ACTIONS(1896), - [anon_sym_TILDE] = ACTIONS(1896), - [anon_sym_STAR] = ACTIONS(1896), - [anon_sym_AMP_AMP] = ACTIONS(1896), - [anon_sym_AMP] = ACTIONS(1894), - [anon_sym_typedef] = ACTIONS(1894), - [anon_sym_extern] = ACTIONS(1894), - [anon_sym___attribute__] = ACTIONS(1894), - [anon_sym_COLON_COLON] = ACTIONS(1896), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1896), - [anon_sym___declspec] = ACTIONS(1894), - [anon_sym___based] = ACTIONS(1894), - [anon_sym_LBRACK] = ACTIONS(1894), - [anon_sym_static] = ACTIONS(1894), - [anon_sym_register] = ACTIONS(1894), - [anon_sym_inline] = ACTIONS(1894), - [anon_sym_thread_local] = ACTIONS(1894), - [anon_sym_const] = ACTIONS(1894), - [anon_sym_volatile] = ACTIONS(1894), - [anon_sym_restrict] = ACTIONS(1894), - [anon_sym__Atomic] = ACTIONS(1894), - [anon_sym_mutable] = ACTIONS(1894), - [anon_sym_constexpr] = ACTIONS(1894), - [anon_sym_signed] = ACTIONS(1894), - [anon_sym_unsigned] = ACTIONS(1894), - [anon_sym_long] = ACTIONS(1894), - [anon_sym_short] = ACTIONS(1894), - [sym_primitive_type] = ACTIONS(1894), - [anon_sym_enum] = ACTIONS(1894), - [anon_sym_class] = ACTIONS(1894), - [anon_sym_struct] = ACTIONS(1894), - [anon_sym_union] = ACTIONS(1894), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1894), - [anon_sym_virtual] = ACTIONS(1894), - [anon_sym_explicit] = ACTIONS(1894), - [anon_sym_public] = ACTIONS(1894), - [anon_sym_private] = ACTIONS(1894), - [anon_sym_protected] = ACTIONS(1894), - [sym_auto] = ACTIONS(1894), - [anon_sym_typename] = ACTIONS(1894), - [anon_sym_template] = ACTIONS(1894), - [anon_sym_operator] = ACTIONS(1894), - [anon_sym_friend] = ACTIONS(1894), - [anon_sym_using] = ACTIONS(1894), - [anon_sym_static_assert] = ACTIONS(1894), - [sym_operator_name] = ACTIONS(1894), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1894), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1894), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1894), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1894), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1894), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1894), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1894), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1894), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1894), - [anon_sym_MOZ_COLD] = ACTIONS(1894), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1894), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1894), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1894), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1894), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1894), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1894), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1894), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1894), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1894), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1894), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1894), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1894), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1894), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1894), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1894), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1894), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1894), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1894), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1894), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1894), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_NONNULL] = ACTIONS(1894), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1894), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1894), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1894), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1894), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1894), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_NORETURN] = ACTIONS(1894), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1894), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1894), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1894), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1894), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1894), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1894), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1894), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1894), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1894), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1894), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1894), - [anon_sym_MOZ_RAII] = ACTIONS(1894), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1894), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1894), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1894), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1894), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1894), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1894), - }, - [884] = { - [sym_identifier] = ACTIONS(1902), - [aux_sym_preproc_def_token1] = ACTIONS(1902), - [aux_sym_preproc_if_token1] = ACTIONS(1902), - [aux_sym_preproc_if_token2] = ACTIONS(1902), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1902), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1902), - [aux_sym_preproc_else_token1] = ACTIONS(1902), - [aux_sym_preproc_elif_token1] = ACTIONS(1902), - [sym_preproc_directive] = ACTIONS(1902), - [anon_sym_LPAREN2] = ACTIONS(1904), - [anon_sym_TILDE] = ACTIONS(1904), - [anon_sym_STAR] = ACTIONS(1904), - [anon_sym_AMP_AMP] = ACTIONS(1904), - [anon_sym_AMP] = ACTIONS(1902), - [anon_sym_typedef] = ACTIONS(1902), - [anon_sym_extern] = ACTIONS(1902), - [anon_sym___attribute__] = ACTIONS(1902), - [anon_sym_COLON_COLON] = ACTIONS(1904), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1904), - [anon_sym___declspec] = ACTIONS(1902), - [anon_sym___based] = ACTIONS(1902), - [anon_sym_LBRACK] = ACTIONS(1902), - [anon_sym_static] = ACTIONS(1902), - [anon_sym_register] = ACTIONS(1902), - [anon_sym_inline] = ACTIONS(1902), - [anon_sym_thread_local] = ACTIONS(1902), - [anon_sym_const] = ACTIONS(1902), - [anon_sym_volatile] = ACTIONS(1902), - [anon_sym_restrict] = ACTIONS(1902), - [anon_sym__Atomic] = ACTIONS(1902), - [anon_sym_mutable] = ACTIONS(1902), - [anon_sym_constexpr] = ACTIONS(1902), - [anon_sym_signed] = ACTIONS(1902), - [anon_sym_unsigned] = ACTIONS(1902), - [anon_sym_long] = ACTIONS(1902), - [anon_sym_short] = ACTIONS(1902), - [sym_primitive_type] = ACTIONS(1902), - [anon_sym_enum] = ACTIONS(1902), - [anon_sym_class] = ACTIONS(1902), - [anon_sym_struct] = ACTIONS(1902), - [anon_sym_union] = ACTIONS(1902), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1902), - [anon_sym_virtual] = ACTIONS(1902), - [anon_sym_explicit] = ACTIONS(1902), - [anon_sym_public] = ACTIONS(1902), - [anon_sym_private] = ACTIONS(1902), - [anon_sym_protected] = ACTIONS(1902), - [sym_auto] = ACTIONS(1902), - [anon_sym_typename] = ACTIONS(1902), - [anon_sym_template] = ACTIONS(1902), - [anon_sym_operator] = ACTIONS(1902), - [anon_sym_friend] = ACTIONS(1902), - [anon_sym_using] = ACTIONS(1902), - [anon_sym_static_assert] = ACTIONS(1902), - [sym_operator_name] = ACTIONS(1902), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1902), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1902), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1902), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1902), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1902), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1902), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1902), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1902), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1902), - [anon_sym_MOZ_COLD] = ACTIONS(1902), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1902), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1902), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1902), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1902), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1902), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1902), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1902), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1902), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1902), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1902), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1902), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1902), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1902), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1902), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1902), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1902), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1902), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1902), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1902), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1902), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_NONNULL] = ACTIONS(1902), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1902), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1902), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1902), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1902), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1902), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_NORETURN] = ACTIONS(1902), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1902), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1902), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1902), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1902), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1902), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1902), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1902), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1902), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1902), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1902), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1902), - [anon_sym_MOZ_RAII] = ACTIONS(1902), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1902), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1902), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1902), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1902), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1902), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1902), + [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), }, - [885] = { + [852] = { [sym_identifier] = ACTIONS(2592), [aux_sym_preproc_def_token1] = ACTIONS(2592), [aux_sym_preproc_if_token1] = ACTIONS(2592), @@ -194784,7 +190145,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(2592), [anon_sym_using] = ACTIONS(2592), [anon_sym_static_assert] = ACTIONS(2592), - [sym_operator_name] = 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), @@ -194856,7 +190216,896 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2592), [anon_sym_JS_PUBLIC_API] = ACTIONS(2592), }, - [886] = { + [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), + }, + [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), + }, + [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), + }, + [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), + }, + [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), + }, + [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), + }, + [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), + [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), + }, + [860] = { [sym_identifier] = ACTIONS(2596), [aux_sym_preproc_def_token1] = ACTIONS(2596), [aux_sym_preproc_if_token1] = ACTIONS(2596), @@ -194912,7 +191161,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(2596), [anon_sym_using] = ACTIONS(2596), [anon_sym_static_assert] = ACTIONS(2596), - [sym_operator_name] = 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), @@ -194984,7 +191232,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2596), [anon_sym_JS_PUBLIC_API] = ACTIONS(2596), }, - [887] = { + [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), + }, + [862] = { [sym_identifier] = ACTIONS(2600), [aux_sym_preproc_def_token1] = ACTIONS(2600), [aux_sym_preproc_if_token1] = ACTIONS(2600), @@ -195040,7 +191415,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(2600), [anon_sym_using] = ACTIONS(2600), [anon_sym_static_assert] = ACTIONS(2600), - [sym_operator_name] = 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), @@ -195112,263 +191486,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2600), [anon_sym_JS_PUBLIC_API] = ACTIONS(2600), }, - [888] = { - [sym__declaration_modifiers] = STATE(1278), - [sym_attribute_specifier] = STATE(1278), - [sym_attribute_declaration] = STATE(1278), - [sym_ms_declspec_modifier] = STATE(1278), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3554), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1278), - [sym_type_qualifier] = STATE(1278), - [sym_virtual_function_specifier] = STATE(1278), - [sym_explicit_function_specifier] = STATE(1278), - [sym_operator_cast] = STATE(3999), - [sym__constructor_specifiers] = STATE(1278), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(4877), - [sym_template_function] = STATE(3583), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3436), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_operator_cast_identifier] = STATE(3999), - [sym_macro_annotation] = STATE(1417), - [aux_sym_operator_cast_definition_repeat1] = STATE(1278), - [sym_identifier] = ACTIONS(2550), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2554), - [anon_sym_COLON_COLON] = ACTIONS(2556), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2560), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1960), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2562), - [anon_sym_volatile] = ACTIONS(2562), - [anon_sym_restrict] = ACTIONS(2562), - [anon_sym__Atomic] = ACTIONS(2562), - [anon_sym_mutable] = ACTIONS(2562), - [anon_sym_constexpr] = ACTIONS(2562), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2564), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_operator] = ACTIONS(117), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2566), - [anon_sym_MOZ_COLD] = ACTIONS(2566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_RAII] = ACTIONS(2566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2566), - }, - [889] = { - [sym_identifier] = ACTIONS(1914), - [aux_sym_preproc_def_token1] = ACTIONS(1914), - [aux_sym_preproc_if_token1] = ACTIONS(1914), - [aux_sym_preproc_if_token2] = ACTIONS(1914), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1914), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1914), - [aux_sym_preproc_else_token1] = ACTIONS(1914), - [aux_sym_preproc_elif_token1] = ACTIONS(1914), - [sym_preproc_directive] = ACTIONS(1914), - [anon_sym_LPAREN2] = ACTIONS(1916), - [anon_sym_TILDE] = ACTIONS(1916), - [anon_sym_STAR] = ACTIONS(1916), - [anon_sym_AMP_AMP] = ACTIONS(1916), - [anon_sym_AMP] = ACTIONS(1914), - [anon_sym_typedef] = ACTIONS(1914), - [anon_sym_extern] = ACTIONS(1914), - [anon_sym___attribute__] = ACTIONS(1914), - [anon_sym_COLON_COLON] = ACTIONS(1916), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1916), - [anon_sym___declspec] = ACTIONS(1914), - [anon_sym___based] = ACTIONS(1914), - [anon_sym_LBRACK] = ACTIONS(1914), - [anon_sym_static] = ACTIONS(1914), - [anon_sym_register] = ACTIONS(1914), - [anon_sym_inline] = ACTIONS(1914), - [anon_sym_thread_local] = ACTIONS(1914), - [anon_sym_const] = ACTIONS(1914), - [anon_sym_volatile] = ACTIONS(1914), - [anon_sym_restrict] = ACTIONS(1914), - [anon_sym__Atomic] = ACTIONS(1914), - [anon_sym_mutable] = ACTIONS(1914), - [anon_sym_constexpr] = ACTIONS(1914), - [anon_sym_signed] = ACTIONS(1914), - [anon_sym_unsigned] = ACTIONS(1914), - [anon_sym_long] = ACTIONS(1914), - [anon_sym_short] = ACTIONS(1914), - [sym_primitive_type] = ACTIONS(1914), - [anon_sym_enum] = ACTIONS(1914), - [anon_sym_class] = ACTIONS(1914), - [anon_sym_struct] = ACTIONS(1914), - [anon_sym_union] = ACTIONS(1914), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1914), - [anon_sym_virtual] = ACTIONS(1914), - [anon_sym_explicit] = ACTIONS(1914), - [anon_sym_public] = ACTIONS(1914), - [anon_sym_private] = ACTIONS(1914), - [anon_sym_protected] = ACTIONS(1914), - [sym_auto] = ACTIONS(1914), - [anon_sym_typename] = ACTIONS(1914), - [anon_sym_template] = ACTIONS(1914), - [anon_sym_operator] = ACTIONS(1914), - [anon_sym_friend] = ACTIONS(1914), - [anon_sym_using] = ACTIONS(1914), - [anon_sym_static_assert] = ACTIONS(1914), - [sym_operator_name] = ACTIONS(1914), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1914), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1914), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1914), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1914), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1914), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1914), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1914), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1914), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1914), - [anon_sym_MOZ_COLD] = ACTIONS(1914), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1914), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1914), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1914), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1914), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1914), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1914), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1914), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1914), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1914), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1914), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1914), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1914), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1914), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1914), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1914), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1914), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1914), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1914), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1914), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1914), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_NONNULL] = ACTIONS(1914), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1914), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1914), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1914), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1914), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1914), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_NORETURN] = ACTIONS(1914), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1914), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1914), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1914), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1914), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1914), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1914), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1914), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1914), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1914), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1914), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1914), - [anon_sym_MOZ_RAII] = ACTIONS(1914), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1914), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1914), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1914), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1914), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1914), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1914), - }, - [890] = { + [863] = { [sym_identifier] = ACTIONS(2604), [aux_sym_preproc_def_token1] = ACTIONS(2604), [aux_sym_preproc_if_token1] = ACTIONS(2604), @@ -195424,7 +191542,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(2604), [anon_sym_using] = ACTIONS(2604), [anon_sym_static_assert] = ACTIONS(2604), - [sym_operator_name] = 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), @@ -195496,7 +191613,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2604), [anon_sym_JS_PUBLIC_API] = ACTIONS(2604), }, - [891] = { + [864] = { [sym_identifier] = ACTIONS(2608), [aux_sym_preproc_def_token1] = ACTIONS(2608), [aux_sym_preproc_if_token1] = ACTIONS(2608), @@ -195552,7 +191669,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(2608), [anon_sym_using] = ACTIONS(2608), [anon_sym_static_assert] = ACTIONS(2608), - [sym_operator_name] = 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), @@ -195624,135 +191740,388 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2608), [anon_sym_JS_PUBLIC_API] = ACTIONS(2608), }, - [892] = { - [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), + [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), + [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), + }, + [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(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), - [sym_operator_name] = 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), + [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), }, - [893] = { + [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), + [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), + }, + [868] = { [sym_identifier] = ACTIONS(2612), [aux_sym_preproc_def_token1] = ACTIONS(2612), [aux_sym_preproc_if_token1] = ACTIONS(2612), @@ -195808,7 +192177,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(2612), [anon_sym_using] = ACTIONS(2612), [anon_sym_static_assert] = ACTIONS(2612), - [sym_operator_name] = 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), @@ -195880,135 +192248,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2612), [anon_sym_JS_PUBLIC_API] = ACTIONS(2612), }, - [894] = { - [sym_identifier] = ACTIONS(1515), - [aux_sym_preproc_def_token1] = ACTIONS(1515), - [anon_sym_COMMA] = ACTIONS(1544), - [aux_sym_preproc_if_token1] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1515), - [sym_preproc_directive] = ACTIONS(1515), - [anon_sym_LPAREN2] = ACTIONS(1517), - [anon_sym_TILDE] = ACTIONS(1517), - [anon_sym_STAR] = ACTIONS(1517), - [anon_sym_AMP_AMP] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1515), - [anon_sym_SEMI] = ACTIONS(1544), - [anon_sym_typedef] = ACTIONS(1515), - [anon_sym_extern] = ACTIONS(1515), - [anon_sym___attribute__] = ACTIONS(1515), - [anon_sym_COLON_COLON] = ACTIONS(1517), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1517), - [anon_sym___declspec] = ACTIONS(1515), - [anon_sym___based] = ACTIONS(1515), - [anon_sym_RBRACE] = ACTIONS(1517), - [anon_sym_LBRACK] = ACTIONS(1515), - [anon_sym_static] = ACTIONS(1515), - [anon_sym_register] = ACTIONS(1515), - [anon_sym_inline] = ACTIONS(1515), - [anon_sym_thread_local] = ACTIONS(1515), - [anon_sym_const] = ACTIONS(1515), - [anon_sym_volatile] = ACTIONS(1515), - [anon_sym_restrict] = ACTIONS(1515), - [anon_sym__Atomic] = ACTIONS(1515), - [anon_sym_mutable] = ACTIONS(1515), - [anon_sym_constexpr] = ACTIONS(1515), - [anon_sym_signed] = ACTIONS(1515), - [anon_sym_unsigned] = ACTIONS(1515), - [anon_sym_long] = ACTIONS(1515), - [anon_sym_short] = ACTIONS(1515), - [sym_primitive_type] = ACTIONS(1515), - [anon_sym_enum] = ACTIONS(1515), - [anon_sym_class] = ACTIONS(1515), - [anon_sym_struct] = ACTIONS(1515), - [anon_sym_union] = ACTIONS(1515), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1515), - [anon_sym_virtual] = ACTIONS(1515), - [anon_sym_explicit] = ACTIONS(1515), - [anon_sym_public] = ACTIONS(1515), - [anon_sym_private] = ACTIONS(1515), - [anon_sym_protected] = ACTIONS(1515), - [sym_auto] = ACTIONS(1515), - [anon_sym_typename] = ACTIONS(1515), - [anon_sym_template] = ACTIONS(1515), - [anon_sym_operator] = ACTIONS(1515), - [anon_sym_friend] = ACTIONS(1515), - [anon_sym_using] = ACTIONS(1515), - [anon_sym_static_assert] = ACTIONS(1515), - [sym_operator_name] = ACTIONS(1515), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1515), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1515), - [anon_sym_MOZ_COLD] = ACTIONS(1515), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1515), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1515), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1515), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1515), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1515), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1515), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1515), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1515), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1515), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1515), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1515), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1515), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_RAII] = ACTIONS(1515), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1515), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1515), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1515), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1515), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1515), - }, - [895] = { + [869] = { [sym_identifier] = ACTIONS(2616), [aux_sym_preproc_def_token1] = ACTIONS(2616), [aux_sym_preproc_if_token1] = ACTIONS(2616), @@ -196064,7 +192304,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(2616), [anon_sym_using] = ACTIONS(2616), [anon_sym_static_assert] = ACTIONS(2616), - [sym_operator_name] = 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), @@ -196136,263 +192375,388 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2616), [anon_sym_JS_PUBLIC_API] = ACTIONS(2616), }, - [896] = { - [sym__declaration_modifiers] = STATE(1278), - [sym_attribute_specifier] = STATE(1278), - [sym_attribute_declaration] = STATE(1278), - [sym_ms_declspec_modifier] = STATE(1278), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3525), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1278), - [sym_type_qualifier] = STATE(1278), - [sym_virtual_function_specifier] = STATE(1278), - [sym_explicit_function_specifier] = STATE(1278), - [sym_operator_cast] = STATE(4024), - [sym__constructor_specifiers] = STATE(1278), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(4877), - [sym_template_function] = STATE(3583), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3436), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_operator_cast_identifier] = STATE(4024), - [sym_macro_annotation] = STATE(1417), - [aux_sym_operator_cast_definition_repeat1] = STATE(1278), - [sym_identifier] = ACTIONS(2550), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2554), - [anon_sym_COLON_COLON] = ACTIONS(2556), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2560), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1960), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2562), - [anon_sym_volatile] = ACTIONS(2562), - [anon_sym_restrict] = ACTIONS(2562), - [anon_sym__Atomic] = ACTIONS(2562), - [anon_sym_mutable] = ACTIONS(2562), - [anon_sym_constexpr] = ACTIONS(2562), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2564), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_operator] = ACTIONS(117), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2566), - [anon_sym_MOZ_COLD] = ACTIONS(2566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_RAII] = ACTIONS(2566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2566), + [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), + [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), }, - [897] = { - [sym_identifier] = ACTIONS(1782), - [aux_sym_preproc_def_token1] = ACTIONS(1782), - [aux_sym_preproc_if_token1] = ACTIONS(1782), - [aux_sym_preproc_if_token2] = ACTIONS(1782), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1782), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1782), - [aux_sym_preproc_else_token1] = ACTIONS(1782), - [aux_sym_preproc_elif_token1] = ACTIONS(1782), - [sym_preproc_directive] = ACTIONS(1782), - [anon_sym_LPAREN2] = ACTIONS(1784), - [anon_sym_TILDE] = ACTIONS(1784), - [anon_sym_STAR] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_AMP] = ACTIONS(1782), - [anon_sym_typedef] = ACTIONS(1782), - [anon_sym_extern] = ACTIONS(1782), - [anon_sym___attribute__] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1784), - [anon_sym___declspec] = ACTIONS(1782), - [anon_sym___based] = ACTIONS(1782), - [anon_sym_LBRACK] = ACTIONS(1782), - [anon_sym_static] = ACTIONS(1782), - [anon_sym_register] = ACTIONS(1782), - [anon_sym_inline] = ACTIONS(1782), - [anon_sym_thread_local] = ACTIONS(1782), - [anon_sym_const] = ACTIONS(1782), - [anon_sym_volatile] = ACTIONS(1782), - [anon_sym_restrict] = ACTIONS(1782), - [anon_sym__Atomic] = ACTIONS(1782), - [anon_sym_mutable] = ACTIONS(1782), - [anon_sym_constexpr] = ACTIONS(1782), - [anon_sym_signed] = ACTIONS(1782), - [anon_sym_unsigned] = ACTIONS(1782), - [anon_sym_long] = ACTIONS(1782), - [anon_sym_short] = ACTIONS(1782), - [sym_primitive_type] = ACTIONS(1782), - [anon_sym_enum] = ACTIONS(1782), - [anon_sym_class] = ACTIONS(1782), - [anon_sym_struct] = ACTIONS(1782), - [anon_sym_union] = ACTIONS(1782), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1782), - [anon_sym_virtual] = ACTIONS(1782), - [anon_sym_explicit] = ACTIONS(1782), - [anon_sym_public] = ACTIONS(1782), - [anon_sym_private] = ACTIONS(1782), - [anon_sym_protected] = ACTIONS(1782), - [sym_auto] = ACTIONS(1782), - [anon_sym_typename] = ACTIONS(1782), - [anon_sym_template] = ACTIONS(1782), - [anon_sym_operator] = ACTIONS(1782), - [anon_sym_friend] = ACTIONS(1782), - [anon_sym_using] = ACTIONS(1782), - [anon_sym_static_assert] = ACTIONS(1782), - [sym_operator_name] = ACTIONS(1782), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1782), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1782), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1782), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1782), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1782), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1782), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1782), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1782), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1782), - [anon_sym_MOZ_COLD] = ACTIONS(1782), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1782), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1782), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1782), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1782), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1782), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1782), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1782), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1782), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1782), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1782), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1782), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1782), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1782), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1782), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1782), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1782), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1782), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1782), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1782), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1782), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_NONNULL] = ACTIONS(1782), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1782), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1782), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1782), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1782), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1782), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_NORETURN] = ACTIONS(1782), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1782), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1782), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1782), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1782), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1782), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1782), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1782), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1782), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1782), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1782), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1782), - [anon_sym_MOZ_RAII] = ACTIONS(1782), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1782), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1782), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1782), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1782), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1782), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1782), + [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), }, - [898] = { + [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), + [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), + }, + [873] = { [sym_identifier] = ACTIONS(2620), [aux_sym_preproc_def_token1] = ACTIONS(2620), [aux_sym_preproc_if_token1] = ACTIONS(2620), @@ -196448,7 +192812,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(2620), [anon_sym_using] = ACTIONS(2620), [anon_sym_static_assert] = ACTIONS(2620), - [sym_operator_name] = 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), @@ -196520,7 +192883,642 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2620), [anon_sym_JS_PUBLIC_API] = ACTIONS(2620), }, - [899] = { + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [879] = { [sym_identifier] = ACTIONS(2624), [aux_sym_preproc_def_token1] = ACTIONS(2624), [aux_sym_preproc_if_token1] = ACTIONS(2624), @@ -196576,7 +193574,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(2624), [anon_sym_using] = ACTIONS(2624), [anon_sym_static_assert] = ACTIONS(2624), - [sym_operator_name] = 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), @@ -196648,135 +193645,1150 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2624), [anon_sym_JS_PUBLIC_API] = ACTIONS(2624), }, - [900] = { - [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), - [aux_sym_preproc_else_token1] = ACTIONS(2628), - [aux_sym_preproc_elif_token1] = 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), + [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), + [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), + }, + [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), + [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), + }, + [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), + }, + [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(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), - [sym_operator_name] = 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_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), }, - [901] = { + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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), + }, + [889] = { [sym_identifier] = ACTIONS(2628), [aux_sym_preproc_def_token1] = ACTIONS(2628), [aux_sym_preproc_if_token1] = ACTIONS(2628), @@ -196832,7 +194844,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(2628), [anon_sym_using] = ACTIONS(2628), [anon_sym_static_assert] = ACTIONS(2628), - [sym_operator_name] = 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), @@ -196904,135 +194915,388 @@ 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), }, - [902] = { - [sym_identifier] = ACTIONS(1515), - [aux_sym_preproc_def_token1] = ACTIONS(1515), - [aux_sym_preproc_if_token1] = ACTIONS(1515), - [aux_sym_preproc_if_token2] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1515), - [aux_sym_preproc_else_token1] = ACTIONS(1515), - [aux_sym_preproc_elif_token1] = ACTIONS(1515), - [sym_preproc_directive] = ACTIONS(1515), - [anon_sym_LPAREN2] = ACTIONS(1517), - [anon_sym_TILDE] = ACTIONS(1517), - [anon_sym_STAR] = ACTIONS(1517), - [anon_sym_AMP_AMP] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1515), - [anon_sym_typedef] = ACTIONS(1515), - [anon_sym_extern] = ACTIONS(1515), - [anon_sym___attribute__] = ACTIONS(1515), - [anon_sym_COLON_COLON] = ACTIONS(1517), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1517), - [anon_sym___declspec] = ACTIONS(1515), - [anon_sym___based] = ACTIONS(1515), - [anon_sym_LBRACK] = ACTIONS(1515), - [anon_sym_static] = ACTIONS(1515), - [anon_sym_register] = ACTIONS(1515), - [anon_sym_inline] = ACTIONS(1515), - [anon_sym_thread_local] = ACTIONS(1515), - [anon_sym_const] = ACTIONS(1515), - [anon_sym_volatile] = ACTIONS(1515), - [anon_sym_restrict] = ACTIONS(1515), - [anon_sym__Atomic] = ACTIONS(1515), - [anon_sym_mutable] = ACTIONS(1515), - [anon_sym_constexpr] = ACTIONS(1515), - [anon_sym_signed] = ACTIONS(1515), - [anon_sym_unsigned] = ACTIONS(1515), - [anon_sym_long] = ACTIONS(1515), - [anon_sym_short] = ACTIONS(1515), - [sym_primitive_type] = ACTIONS(1515), - [anon_sym_enum] = ACTIONS(1515), - [anon_sym_class] = ACTIONS(1515), - [anon_sym_struct] = ACTIONS(1515), - [anon_sym_union] = ACTIONS(1515), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1515), - [anon_sym_virtual] = ACTIONS(1515), - [anon_sym_explicit] = ACTIONS(1515), - [anon_sym_public] = ACTIONS(1515), - [anon_sym_private] = ACTIONS(1515), - [anon_sym_protected] = ACTIONS(1515), - [sym_auto] = ACTIONS(1515), - [anon_sym_typename] = ACTIONS(1515), - [anon_sym_template] = ACTIONS(1515), - [anon_sym_operator] = ACTIONS(1515), - [anon_sym_friend] = ACTIONS(1515), - [anon_sym_using] = ACTIONS(1515), - [anon_sym_static_assert] = ACTIONS(1515), - [sym_operator_name] = ACTIONS(1515), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1515), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1515), - [anon_sym_MOZ_COLD] = ACTIONS(1515), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1515), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1515), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1515), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1515), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1515), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1515), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1515), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1515), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1515), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1515), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1515), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1515), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_RAII] = ACTIONS(1515), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1515), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1515), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1515), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1515), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1515), + [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), }, - [903] = { + [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] = { [sym_identifier] = ACTIONS(2632), [aux_sym_preproc_def_token1] = ACTIONS(2632), [aux_sym_preproc_if_token1] = ACTIONS(2632), @@ -197088,7 +195352,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(2632), [anon_sym_using] = ACTIONS(2632), [anon_sym_static_assert] = ACTIONS(2632), - [sym_operator_name] = 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), @@ -197160,7 +195423,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2632), [anon_sym_JS_PUBLIC_API] = ACTIONS(2632), }, - [904] = { + [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), + [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), + }, + [895] = { [sym_identifier] = ACTIONS(2636), [aux_sym_preproc_def_token1] = ACTIONS(2636), [aux_sym_preproc_if_token1] = ACTIONS(2636), @@ -197216,7 +195606,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(2636), [anon_sym_using] = ACTIONS(2636), [anon_sym_static_assert] = ACTIONS(2636), - [sym_operator_name] = 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), @@ -197288,7 +195677,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2636), [anon_sym_JS_PUBLIC_API] = ACTIONS(2636), }, - [905] = { + [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), + [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), + }, + [897] = { [sym_identifier] = ACTIONS(2640), [aux_sym_preproc_def_token1] = ACTIONS(2640), [aux_sym_preproc_if_token1] = ACTIONS(2640), @@ -197344,7 +195860,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(2640), [anon_sym_using] = ACTIONS(2640), [anon_sym_static_assert] = ACTIONS(2640), - [sym_operator_name] = 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), @@ -197416,7 +195931,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2640), [anon_sym_JS_PUBLIC_API] = ACTIONS(2640), }, - [906] = { + [898] = { [sym_identifier] = ACTIONS(2644), [aux_sym_preproc_def_token1] = ACTIONS(2644), [aux_sym_preproc_if_token1] = ACTIONS(2644), @@ -197472,7 +195987,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(2644), [anon_sym_using] = ACTIONS(2644), [anon_sym_static_assert] = ACTIONS(2644), - [sym_operator_name] = 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), @@ -197544,7 +196058,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2644), [anon_sym_JS_PUBLIC_API] = ACTIONS(2644), }, - [907] = { + [899] = { [sym_identifier] = ACTIONS(2648), [aux_sym_preproc_def_token1] = ACTIONS(2648), [aux_sym_preproc_if_token1] = ACTIONS(2648), @@ -197600,7 +196114,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(2648), [anon_sym_using] = ACTIONS(2648), [anon_sym_static_assert] = ACTIONS(2648), - [sym_operator_name] = 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), @@ -197672,7 +196185,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2648), [anon_sym_JS_PUBLIC_API] = ACTIONS(2648), }, - [908] = { + [900] = { [sym_identifier] = ACTIONS(2652), [aux_sym_preproc_def_token1] = ACTIONS(2652), [aux_sym_preproc_if_token1] = ACTIONS(2652), @@ -197728,7 +196241,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(2652), [anon_sym_using] = ACTIONS(2652), [anon_sym_static_assert] = ACTIONS(2652), - [sym_operator_name] = 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), @@ -197800,391 +196312,515 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2652), [anon_sym_JS_PUBLIC_API] = ACTIONS(2652), }, - [909] = { - [sym__declaration_modifiers] = STATE(1278), - [sym_attribute_specifier] = STATE(1278), - [sym_attribute_declaration] = STATE(1278), - [sym_ms_declspec_modifier] = STATE(1278), - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3809), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3591), - [sym_array_declarator] = STATE(3583), - [sym_storage_class_specifier] = STATE(1278), - [sym_type_qualifier] = STATE(1278), - [sym_virtual_function_specifier] = STATE(1278), - [sym_explicit_function_specifier] = STATE(1278), - [sym_operator_cast] = STATE(3999), - [sym__constructor_specifiers] = STATE(1278), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(4877), - [sym_template_function] = STATE(3583), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3436), - [sym_qualified_identifier] = STATE(3583), - [sym_qualified_operator_cast_identifier] = STATE(3999), - [sym_macro_annotation] = STATE(1417), - [aux_sym_operator_cast_definition_repeat1] = STATE(1278), - [sym_identifier] = ACTIONS(2550), - [anon_sym_LPAREN2] = ACTIONS(1946), - [anon_sym_TILDE] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(1950), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(1952), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2554), - [anon_sym_COLON_COLON] = ACTIONS(2556), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2560), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(1960), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2562), - [anon_sym_volatile] = ACTIONS(2562), - [anon_sym_restrict] = ACTIONS(2562), - [anon_sym__Atomic] = ACTIONS(2562), - [anon_sym_mutable] = ACTIONS(2562), - [anon_sym_constexpr] = ACTIONS(2562), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2564), - [anon_sym_explicit] = ACTIONS(109), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_operator] = ACTIONS(117), - [sym_operator_name] = ACTIONS(139), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2566), - [anon_sym_MOZ_COLD] = ACTIONS(2566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_RAII] = ACTIONS(2566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2566), + [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), + [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), }, - [910] = { - [sym_identifier] = ACTIONS(1534), - [aux_sym_preproc_def_token1] = ACTIONS(1534), - [aux_sym_preproc_if_token1] = ACTIONS(1534), - [aux_sym_preproc_if_token2] = ACTIONS(1534), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1534), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1534), - [aux_sym_preproc_else_token1] = ACTIONS(1534), - [aux_sym_preproc_elif_token1] = ACTIONS(1534), - [sym_preproc_directive] = ACTIONS(1534), - [anon_sym_LPAREN2] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_STAR] = ACTIONS(1536), - [anon_sym_AMP_AMP] = ACTIONS(1536), - [anon_sym_AMP] = ACTIONS(1534), - [anon_sym_typedef] = ACTIONS(1534), - [anon_sym_extern] = ACTIONS(1534), - [anon_sym___attribute__] = ACTIONS(1534), - [anon_sym_COLON_COLON] = ACTIONS(1536), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [anon_sym___declspec] = ACTIONS(1534), - [anon_sym___based] = ACTIONS(1534), - [anon_sym_LBRACK] = ACTIONS(1534), - [anon_sym_static] = ACTIONS(1534), - [anon_sym_register] = ACTIONS(1534), - [anon_sym_inline] = ACTIONS(1534), - [anon_sym_thread_local] = ACTIONS(1534), - [anon_sym_const] = ACTIONS(1534), - [anon_sym_volatile] = ACTIONS(1534), - [anon_sym_restrict] = ACTIONS(1534), - [anon_sym__Atomic] = ACTIONS(1534), - [anon_sym_mutable] = ACTIONS(1534), - [anon_sym_constexpr] = ACTIONS(1534), - [anon_sym_signed] = ACTIONS(1534), - [anon_sym_unsigned] = ACTIONS(1534), - [anon_sym_long] = ACTIONS(1534), - [anon_sym_short] = ACTIONS(1534), - [sym_primitive_type] = ACTIONS(1534), - [anon_sym_enum] = ACTIONS(1534), - [anon_sym_class] = ACTIONS(1534), - [anon_sym_struct] = ACTIONS(1534), - [anon_sym_union] = ACTIONS(1534), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1534), - [anon_sym_virtual] = ACTIONS(1534), - [anon_sym_explicit] = ACTIONS(1534), - [anon_sym_public] = ACTIONS(1534), - [anon_sym_private] = ACTIONS(1534), - [anon_sym_protected] = ACTIONS(1534), - [sym_auto] = ACTIONS(1534), - [anon_sym_typename] = ACTIONS(1534), - [anon_sym_template] = ACTIONS(1534), - [anon_sym_operator] = ACTIONS(1534), - [anon_sym_friend] = ACTIONS(1534), - [anon_sym_using] = ACTIONS(1534), - [anon_sym_static_assert] = ACTIONS(1534), - [sym_operator_name] = ACTIONS(1534), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1534), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1534), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1534), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1534), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1534), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1534), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1534), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1534), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1534), - [anon_sym_MOZ_COLD] = ACTIONS(1534), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1534), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1534), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1534), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1534), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1534), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1534), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1534), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1534), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1534), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1534), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1534), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1534), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1534), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1534), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1534), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1534), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1534), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1534), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1534), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1534), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_NONNULL] = ACTIONS(1534), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1534), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1534), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1534), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1534), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1534), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_NORETURN] = ACTIONS(1534), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1534), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1534), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1534), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1534), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1534), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1534), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1534), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1534), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1534), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1534), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1534), - [anon_sym_MOZ_RAII] = ACTIONS(1534), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1534), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1534), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1534), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1534), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1534), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1534), + [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), + [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), }, - [911] = { - [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), - [aux_sym_preproc_else_token1] = ACTIONS(2632), - [aux_sym_preproc_elif_token1] = ACTIONS(2632), - [sym_preproc_directive] = ACTIONS(2632), - [anon_sym_LPAREN2] = ACTIONS(2634), - [anon_sym_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), + [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(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), - [sym_operator_name] = 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(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), }, - [912] = { + [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), + [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), + }, + [905] = { [sym_identifier] = ACTIONS(2656), [aux_sym_preproc_def_token1] = ACTIONS(2656), [aux_sym_preproc_if_token1] = ACTIONS(2656), @@ -198240,7 +196876,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(2656), [anon_sym_using] = ACTIONS(2656), [anon_sym_static_assert] = ACTIONS(2656), - [sym_operator_name] = 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), @@ -198312,7 +196947,515 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2656), [anon_sym_JS_PUBLIC_API] = ACTIONS(2656), }, - [913] = { + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [910] = { [sym_identifier] = ACTIONS(2660), [aux_sym_preproc_def_token1] = ACTIONS(2660), [aux_sym_preproc_if_token1] = ACTIONS(2660), @@ -198368,7 +197511,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(2660), [anon_sym_using] = ACTIONS(2660), [anon_sym_static_assert] = ACTIONS(2660), - [sym_operator_name] = 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), @@ -198440,7 +197582,261 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2660), [anon_sym_JS_PUBLIC_API] = ACTIONS(2660), }, - [914] = { + [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), + [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), + }, + [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), + [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), + }, + [913] = { [sym_identifier] = ACTIONS(2664), [aux_sym_preproc_def_token1] = ACTIONS(2664), [aux_sym_preproc_if_token1] = ACTIONS(2664), @@ -198496,7 +197892,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(2664), [anon_sym_using] = ACTIONS(2664), [anon_sym_static_assert] = ACTIONS(2664), - [sym_operator_name] = 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), @@ -198568,1849 +197963,1224 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2664), [anon_sym_JS_PUBLIC_API] = ACTIONS(2664), }, + [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), + }, [915] = { - [sym_identifier] = ACTIONS(1710), - [aux_sym_preproc_def_token1] = ACTIONS(1710), - [aux_sym_preproc_if_token1] = ACTIONS(1710), - [aux_sym_preproc_if_token2] = ACTIONS(1710), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1710), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1710), - [sym_preproc_directive] = ACTIONS(1710), - [anon_sym_LPAREN2] = ACTIONS(1712), - [anon_sym_TILDE] = ACTIONS(1712), - [anon_sym_STAR] = ACTIONS(1712), - [anon_sym_AMP_AMP] = ACTIONS(1712), - [anon_sym_AMP] = ACTIONS(1710), - [anon_sym_typedef] = ACTIONS(1710), - [anon_sym_extern] = ACTIONS(1710), - [anon_sym___attribute__] = ACTIONS(1710), - [anon_sym_COLON_COLON] = ACTIONS(1712), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1712), - [anon_sym___declspec] = ACTIONS(1710), - [anon_sym___based] = ACTIONS(1710), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_static] = ACTIONS(1710), - [anon_sym_register] = ACTIONS(1710), - [anon_sym_inline] = ACTIONS(1710), - [anon_sym_thread_local] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1710), - [anon_sym_volatile] = ACTIONS(1710), - [anon_sym_restrict] = ACTIONS(1710), - [anon_sym__Atomic] = ACTIONS(1710), - [anon_sym_mutable] = ACTIONS(1710), - [anon_sym_constexpr] = ACTIONS(1710), - [anon_sym_signed] = ACTIONS(1710), - [anon_sym_unsigned] = ACTIONS(1710), - [anon_sym_long] = ACTIONS(1710), - [anon_sym_short] = ACTIONS(1710), - [sym_primitive_type] = ACTIONS(1710), - [anon_sym_enum] = ACTIONS(1710), - [anon_sym_class] = ACTIONS(1710), - [anon_sym_struct] = ACTIONS(1710), - [anon_sym_union] = ACTIONS(1710), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1710), - [anon_sym_virtual] = ACTIONS(1710), - [anon_sym_explicit] = ACTIONS(1710), - [anon_sym_public] = ACTIONS(1710), - [anon_sym_private] = ACTIONS(1710), - [anon_sym_protected] = ACTIONS(1710), - [sym_auto] = ACTIONS(1710), - [anon_sym_typename] = ACTIONS(1710), - [anon_sym_template] = ACTIONS(1710), - [anon_sym_operator] = ACTIONS(1710), - [anon_sym_friend] = ACTIONS(1710), - [anon_sym_using] = ACTIONS(1710), - [anon_sym_static_assert] = ACTIONS(1710), - [sym_operator_name] = ACTIONS(1710), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1710), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1710), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1710), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1710), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1710), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1710), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1710), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1710), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1710), - [anon_sym_MOZ_COLD] = ACTIONS(1710), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1710), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1710), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1710), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1710), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1710), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1710), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1710), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1710), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1710), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1710), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1710), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1710), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1710), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1710), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1710), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1710), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1710), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1710), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1710), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1710), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_NONNULL] = ACTIONS(1710), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1710), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1710), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1710), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1710), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1710), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_NORETURN] = ACTIONS(1710), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1710), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1710), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1710), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1710), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1710), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1710), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1710), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1710), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1710), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1710), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1710), - [anon_sym_MOZ_RAII] = ACTIONS(1710), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1710), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1710), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1710), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1710), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1710), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1710), + [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), }, [916] = { - [sym_identifier] = ACTIONS(1722), - [aux_sym_preproc_def_token1] = ACTIONS(1722), - [aux_sym_preproc_if_token1] = ACTIONS(1722), - [aux_sym_preproc_if_token2] = ACTIONS(1722), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1722), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1722), - [sym_preproc_directive] = ACTIONS(1722), - [anon_sym_LPAREN2] = ACTIONS(1724), - [anon_sym_TILDE] = ACTIONS(1724), - [anon_sym_STAR] = ACTIONS(1724), - [anon_sym_AMP_AMP] = ACTIONS(1724), - [anon_sym_AMP] = ACTIONS(1722), - [anon_sym_typedef] = ACTIONS(1722), - [anon_sym_extern] = ACTIONS(1722), - [anon_sym___attribute__] = ACTIONS(1722), - [anon_sym_COLON_COLON] = ACTIONS(1724), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1724), - [anon_sym___declspec] = ACTIONS(1722), - [anon_sym___based] = ACTIONS(1722), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_static] = ACTIONS(1722), - [anon_sym_register] = ACTIONS(1722), - [anon_sym_inline] = ACTIONS(1722), - [anon_sym_thread_local] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1722), - [anon_sym_volatile] = ACTIONS(1722), - [anon_sym_restrict] = ACTIONS(1722), - [anon_sym__Atomic] = ACTIONS(1722), - [anon_sym_mutable] = ACTIONS(1722), - [anon_sym_constexpr] = ACTIONS(1722), - [anon_sym_signed] = ACTIONS(1722), - [anon_sym_unsigned] = ACTIONS(1722), - [anon_sym_long] = ACTIONS(1722), - [anon_sym_short] = ACTIONS(1722), - [sym_primitive_type] = ACTIONS(1722), - [anon_sym_enum] = ACTIONS(1722), - [anon_sym_class] = ACTIONS(1722), - [anon_sym_struct] = ACTIONS(1722), - [anon_sym_union] = ACTIONS(1722), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1722), - [anon_sym_virtual] = ACTIONS(1722), - [anon_sym_explicit] = ACTIONS(1722), - [anon_sym_public] = ACTIONS(1722), - [anon_sym_private] = ACTIONS(1722), - [anon_sym_protected] = ACTIONS(1722), - [sym_auto] = ACTIONS(1722), - [anon_sym_typename] = ACTIONS(1722), - [anon_sym_template] = ACTIONS(1722), - [anon_sym_operator] = ACTIONS(1722), - [anon_sym_friend] = ACTIONS(1722), - [anon_sym_using] = ACTIONS(1722), - [anon_sym_static_assert] = ACTIONS(1722), - [sym_operator_name] = ACTIONS(1722), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1722), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1722), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1722), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1722), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1722), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1722), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1722), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1722), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1722), - [anon_sym_MOZ_COLD] = ACTIONS(1722), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1722), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1722), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1722), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1722), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1722), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1722), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1722), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1722), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1722), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1722), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1722), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1722), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1722), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1722), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1722), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1722), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1722), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1722), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1722), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1722), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_NONNULL] = ACTIONS(1722), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1722), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1722), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1722), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1722), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1722), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_NORETURN] = ACTIONS(1722), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1722), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1722), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1722), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1722), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1722), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1722), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1722), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1722), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1722), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1722), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1722), - [anon_sym_MOZ_RAII] = ACTIONS(1722), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1722), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1722), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1722), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1722), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1722), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1722), + [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), }, [917] = { - [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), - [sym_operator_name] = 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), + [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), }, [918] = { - [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), - [sym_operator_name] = 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), + [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), }, [919] = { - [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_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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [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_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(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), - [sym_operator_name] = 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_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), }, [920] = { - [sym_identifier] = ACTIONS(1742), - [aux_sym_preproc_def_token1] = ACTIONS(1742), - [aux_sym_preproc_if_token1] = ACTIONS(1742), - [aux_sym_preproc_if_token2] = ACTIONS(1742), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1742), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1742), - [sym_preproc_directive] = ACTIONS(1742), - [anon_sym_LPAREN2] = ACTIONS(1744), - [anon_sym_TILDE] = ACTIONS(1744), - [anon_sym_STAR] = ACTIONS(1744), - [anon_sym_AMP_AMP] = ACTIONS(1744), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_typedef] = ACTIONS(1742), - [anon_sym_extern] = ACTIONS(1742), - [anon_sym___attribute__] = ACTIONS(1742), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1744), - [anon_sym___declspec] = ACTIONS(1742), - [anon_sym___based] = ACTIONS(1742), - [anon_sym_LBRACK] = ACTIONS(1742), - [anon_sym_static] = ACTIONS(1742), - [anon_sym_register] = ACTIONS(1742), - [anon_sym_inline] = ACTIONS(1742), - [anon_sym_thread_local] = ACTIONS(1742), - [anon_sym_const] = ACTIONS(1742), - [anon_sym_volatile] = ACTIONS(1742), - [anon_sym_restrict] = ACTIONS(1742), - [anon_sym__Atomic] = ACTIONS(1742), - [anon_sym_mutable] = ACTIONS(1742), - [anon_sym_constexpr] = ACTIONS(1742), - [anon_sym_signed] = ACTIONS(1742), - [anon_sym_unsigned] = ACTIONS(1742), - [anon_sym_long] = ACTIONS(1742), - [anon_sym_short] = ACTIONS(1742), - [sym_primitive_type] = ACTIONS(1742), - [anon_sym_enum] = ACTIONS(1742), - [anon_sym_class] = ACTIONS(1742), - [anon_sym_struct] = ACTIONS(1742), - [anon_sym_union] = ACTIONS(1742), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1742), - [anon_sym_virtual] = ACTIONS(1742), - [anon_sym_explicit] = ACTIONS(1742), - [anon_sym_public] = ACTIONS(1742), - [anon_sym_private] = ACTIONS(1742), - [anon_sym_protected] = ACTIONS(1742), - [sym_auto] = ACTIONS(1742), - [anon_sym_typename] = ACTIONS(1742), - [anon_sym_template] = ACTIONS(1742), - [anon_sym_operator] = ACTIONS(1742), - [anon_sym_friend] = ACTIONS(1742), - [anon_sym_using] = ACTIONS(1742), - [anon_sym_static_assert] = ACTIONS(1742), - [sym_operator_name] = ACTIONS(1742), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1742), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1742), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1742), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1742), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1742), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1742), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1742), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1742), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1742), - [anon_sym_MOZ_COLD] = ACTIONS(1742), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1742), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1742), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1742), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1742), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1742), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1742), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1742), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1742), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1742), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1742), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1742), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1742), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1742), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1742), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1742), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1742), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1742), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1742), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1742), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1742), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_NONNULL] = ACTIONS(1742), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1742), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1742), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1742), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1742), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1742), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_NORETURN] = ACTIONS(1742), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1742), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1742), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1742), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1742), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1742), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1742), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1742), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1742), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1742), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1742), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1742), - [anon_sym_MOZ_RAII] = ACTIONS(1742), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1742), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1742), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1742), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1742), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1742), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1742), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [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_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), }, [921] = { - [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), - [sym_operator_name] = 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), - }, - [922] = { - [sym_identifier] = ACTIONS(2576), - [aux_sym_preproc_def_token1] = ACTIONS(2576), - [aux_sym_preproc_if_token1] = ACTIONS(2576), - [aux_sym_preproc_if_token2] = ACTIONS(2576), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2576), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2576), - [sym_preproc_directive] = ACTIONS(2576), - [anon_sym_LPAREN2] = ACTIONS(2578), - [anon_sym_TILDE] = ACTIONS(2578), - [anon_sym_STAR] = ACTIONS(2578), - [anon_sym_AMP_AMP] = ACTIONS(2578), - [anon_sym_AMP] = ACTIONS(2576), - [anon_sym_typedef] = ACTIONS(2576), - [anon_sym_extern] = ACTIONS(2576), - [anon_sym___attribute__] = ACTIONS(2576), - [anon_sym_COLON_COLON] = ACTIONS(2578), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2578), - [anon_sym___declspec] = ACTIONS(2576), - [anon_sym___based] = ACTIONS(2576), - [anon_sym_LBRACK] = ACTIONS(2576), - [anon_sym_static] = ACTIONS(2576), - [anon_sym_register] = ACTIONS(2576), - [anon_sym_inline] = ACTIONS(2576), - [anon_sym_thread_local] = ACTIONS(2576), - [anon_sym_const] = ACTIONS(2576), - [anon_sym_volatile] = ACTIONS(2576), - [anon_sym_restrict] = ACTIONS(2576), - [anon_sym__Atomic] = ACTIONS(2576), - [anon_sym_mutable] = ACTIONS(2576), - [anon_sym_constexpr] = ACTIONS(2576), - [anon_sym_signed] = ACTIONS(2576), - [anon_sym_unsigned] = ACTIONS(2576), - [anon_sym_long] = ACTIONS(2576), - [anon_sym_short] = ACTIONS(2576), - [sym_primitive_type] = ACTIONS(2576), - [anon_sym_enum] = ACTIONS(2576), - [anon_sym_class] = ACTIONS(2576), - [anon_sym_struct] = ACTIONS(2576), - [anon_sym_union] = ACTIONS(2576), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2576), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_explicit] = ACTIONS(2576), - [anon_sym_public] = ACTIONS(2576), - [anon_sym_private] = ACTIONS(2576), - [anon_sym_protected] = ACTIONS(2576), - [sym_auto] = ACTIONS(2576), - [anon_sym_typename] = ACTIONS(2576), - [anon_sym_template] = ACTIONS(2576), - [anon_sym_operator] = ACTIONS(2576), - [anon_sym_friend] = ACTIONS(2576), - [anon_sym_using] = ACTIONS(2576), - [anon_sym_static_assert] = ACTIONS(2576), - [sym_operator_name] = ACTIONS(2576), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2576), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2576), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2576), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2576), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2576), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2576), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2576), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2576), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2576), - [anon_sym_MOZ_COLD] = ACTIONS(2576), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2576), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2576), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2576), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2576), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2576), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2576), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2576), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2576), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2576), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2576), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2576), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2576), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2576), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2576), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2576), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2576), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2576), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2576), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2576), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2576), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_NONNULL] = ACTIONS(2576), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2576), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2576), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2576), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2576), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2576), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_NORETURN] = ACTIONS(2576), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2576), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2576), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2576), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2576), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2576), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2576), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2576), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2576), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2576), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2576), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2576), - [anon_sym_MOZ_RAII] = ACTIONS(2576), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2576), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2576), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2576), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2576), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2576), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2576), - }, - [923] = { - [sym_identifier] = ACTIONS(1624), - [aux_sym_preproc_def_token1] = ACTIONS(1624), - [aux_sym_preproc_if_token1] = ACTIONS(1624), - [aux_sym_preproc_if_token2] = ACTIONS(1624), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1624), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1624), - [sym_preproc_directive] = ACTIONS(1624), - [anon_sym_LPAREN2] = ACTIONS(1626), - [anon_sym_TILDE] = ACTIONS(1626), - [anon_sym_STAR] = ACTIONS(1626), - [anon_sym_AMP_AMP] = ACTIONS(1626), - [anon_sym_AMP] = ACTIONS(1624), - [anon_sym_typedef] = ACTIONS(1624), - [anon_sym_extern] = ACTIONS(1624), - [anon_sym___attribute__] = ACTIONS(1624), - [anon_sym_COLON_COLON] = ACTIONS(1626), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1626), - [anon_sym___declspec] = ACTIONS(1624), - [anon_sym___based] = ACTIONS(1624), - [anon_sym_LBRACK] = ACTIONS(1624), - [anon_sym_static] = ACTIONS(1624), - [anon_sym_register] = ACTIONS(1624), - [anon_sym_inline] = ACTIONS(1624), - [anon_sym_thread_local] = ACTIONS(1624), - [anon_sym_const] = ACTIONS(1624), - [anon_sym_volatile] = ACTIONS(1624), - [anon_sym_restrict] = ACTIONS(1624), - [anon_sym__Atomic] = ACTIONS(1624), - [anon_sym_mutable] = ACTIONS(1624), - [anon_sym_constexpr] = ACTIONS(1624), - [anon_sym_signed] = ACTIONS(1624), - [anon_sym_unsigned] = ACTIONS(1624), - [anon_sym_long] = ACTIONS(1624), - [anon_sym_short] = ACTIONS(1624), - [sym_primitive_type] = ACTIONS(1624), - [anon_sym_enum] = ACTIONS(1624), - [anon_sym_class] = ACTIONS(1624), - [anon_sym_struct] = ACTIONS(1624), - [anon_sym_union] = ACTIONS(1624), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1624), - [anon_sym_virtual] = ACTIONS(1624), - [anon_sym_explicit] = ACTIONS(1624), - [anon_sym_public] = ACTIONS(1624), - [anon_sym_private] = ACTIONS(1624), - [anon_sym_protected] = ACTIONS(1624), - [sym_auto] = ACTIONS(1624), - [anon_sym_typename] = ACTIONS(1624), - [anon_sym_template] = ACTIONS(1624), - [anon_sym_operator] = ACTIONS(1624), - [anon_sym_friend] = ACTIONS(1624), - [anon_sym_using] = ACTIONS(1624), - [anon_sym_static_assert] = ACTIONS(1624), - [sym_operator_name] = ACTIONS(1624), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1624), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1624), - [anon_sym_MOZ_COLD] = ACTIONS(1624), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1624), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1624), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1624), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1624), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1624), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1624), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1624), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1624), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1624), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1624), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1624), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1624), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_RAII] = ACTIONS(1624), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1624), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1624), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1624), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1624), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1624), - }, - [924] = { - [sym_identifier] = ACTIONS(1624), - [aux_sym_preproc_def_token1] = ACTIONS(1624), - [aux_sym_preproc_if_token1] = ACTIONS(1624), - [aux_sym_preproc_if_token2] = ACTIONS(1624), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1624), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1624), - [sym_preproc_directive] = ACTIONS(1624), - [anon_sym_LPAREN2] = ACTIONS(1626), - [anon_sym_TILDE] = ACTIONS(1626), - [anon_sym_STAR] = ACTIONS(1626), - [anon_sym_AMP_AMP] = ACTIONS(1626), - [anon_sym_AMP] = ACTIONS(1624), - [anon_sym_typedef] = ACTIONS(1624), - [anon_sym_extern] = ACTIONS(1624), - [anon_sym___attribute__] = ACTIONS(1624), - [anon_sym_COLON_COLON] = ACTIONS(1626), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1626), - [anon_sym___declspec] = ACTIONS(1624), - [anon_sym___based] = ACTIONS(1624), - [anon_sym_LBRACK] = ACTIONS(1624), - [anon_sym_static] = ACTIONS(1624), - [anon_sym_register] = ACTIONS(1624), - [anon_sym_inline] = ACTIONS(1624), - [anon_sym_thread_local] = ACTIONS(1624), - [anon_sym_const] = ACTIONS(1624), - [anon_sym_volatile] = ACTIONS(1624), - [anon_sym_restrict] = ACTIONS(1624), - [anon_sym__Atomic] = ACTIONS(1624), - [anon_sym_mutable] = ACTIONS(1624), - [anon_sym_constexpr] = ACTIONS(1624), - [anon_sym_signed] = ACTIONS(1624), - [anon_sym_unsigned] = ACTIONS(1624), - [anon_sym_long] = ACTIONS(1624), - [anon_sym_short] = ACTIONS(1624), - [sym_primitive_type] = ACTIONS(1624), - [anon_sym_enum] = ACTIONS(1624), - [anon_sym_class] = ACTIONS(1624), - [anon_sym_struct] = ACTIONS(1624), - [anon_sym_union] = ACTIONS(1624), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1624), - [anon_sym_virtual] = ACTIONS(1624), - [anon_sym_explicit] = ACTIONS(1624), - [anon_sym_public] = ACTIONS(1624), - [anon_sym_private] = ACTIONS(1624), - [anon_sym_protected] = ACTIONS(1624), - [sym_auto] = ACTIONS(1624), - [anon_sym_typename] = ACTIONS(1624), - [anon_sym_template] = ACTIONS(1624), - [anon_sym_operator] = ACTIONS(1624), - [anon_sym_friend] = ACTIONS(1624), - [anon_sym_using] = ACTIONS(1624), - [anon_sym_static_assert] = ACTIONS(1624), - [sym_operator_name] = ACTIONS(1624), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1624), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1624), - [anon_sym_MOZ_COLD] = ACTIONS(1624), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1624), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1624), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1624), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1624), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1624), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1624), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1624), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1624), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1624), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1624), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1624), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1624), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_RAII] = ACTIONS(1624), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1624), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1624), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1624), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1624), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1624), - }, - [925] = { - [sym_identifier] = ACTIONS(2576), - [aux_sym_preproc_def_token1] = ACTIONS(2576), - [aux_sym_preproc_if_token1] = ACTIONS(2576), - [aux_sym_preproc_if_token2] = ACTIONS(2576), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2576), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2576), - [sym_preproc_directive] = ACTIONS(2576), - [anon_sym_LPAREN2] = ACTIONS(2578), - [anon_sym_TILDE] = ACTIONS(2578), - [anon_sym_STAR] = ACTIONS(2578), - [anon_sym_AMP_AMP] = ACTIONS(2578), - [anon_sym_AMP] = ACTIONS(2576), - [anon_sym_typedef] = ACTIONS(2576), - [anon_sym_extern] = ACTIONS(2576), - [anon_sym___attribute__] = ACTIONS(2576), - [anon_sym_COLON_COLON] = ACTIONS(2578), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2578), - [anon_sym___declspec] = ACTIONS(2576), - [anon_sym___based] = ACTIONS(2576), - [anon_sym_LBRACK] = ACTIONS(2576), - [anon_sym_static] = ACTIONS(2576), - [anon_sym_register] = ACTIONS(2576), - [anon_sym_inline] = ACTIONS(2576), - [anon_sym_thread_local] = ACTIONS(2576), - [anon_sym_const] = ACTIONS(2576), - [anon_sym_volatile] = ACTIONS(2576), - [anon_sym_restrict] = ACTIONS(2576), - [anon_sym__Atomic] = ACTIONS(2576), - [anon_sym_mutable] = ACTIONS(2576), - [anon_sym_constexpr] = ACTIONS(2576), - [anon_sym_signed] = ACTIONS(2576), - [anon_sym_unsigned] = ACTIONS(2576), - [anon_sym_long] = ACTIONS(2576), - [anon_sym_short] = ACTIONS(2576), - [sym_primitive_type] = ACTIONS(2576), - [anon_sym_enum] = ACTIONS(2576), - [anon_sym_class] = ACTIONS(2576), - [anon_sym_struct] = ACTIONS(2576), - [anon_sym_union] = ACTIONS(2576), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2576), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_explicit] = ACTIONS(2576), - [anon_sym_public] = ACTIONS(2576), - [anon_sym_private] = ACTIONS(2576), - [anon_sym_protected] = ACTIONS(2576), - [sym_auto] = ACTIONS(2576), - [anon_sym_typename] = ACTIONS(2576), - [anon_sym_template] = ACTIONS(2576), - [anon_sym_operator] = ACTIONS(2576), - [anon_sym_friend] = ACTIONS(2576), - [anon_sym_using] = ACTIONS(2576), - [anon_sym_static_assert] = ACTIONS(2576), - [sym_operator_name] = ACTIONS(2576), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2576), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2576), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2576), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2576), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2576), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2576), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2576), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2576), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2576), - [anon_sym_MOZ_COLD] = ACTIONS(2576), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2576), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2576), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2576), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2576), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2576), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2576), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2576), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2576), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2576), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2576), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2576), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2576), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2576), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2576), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2576), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2576), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2576), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2576), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2576), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2576), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_NONNULL] = ACTIONS(2576), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2576), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2576), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2576), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2576), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2576), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_NORETURN] = ACTIONS(2576), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2576), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2576), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2576), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2576), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2576), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2576), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2576), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2576), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2576), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2576), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2576), - [anon_sym_MOZ_RAII] = ACTIONS(2576), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2576), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2576), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2576), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2576), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2576), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2576), - }, - [926] = { - [sym_identifier] = ACTIONS(2572), - [aux_sym_preproc_def_token1] = ACTIONS(2572), - [aux_sym_preproc_if_token1] = ACTIONS(2572), - [aux_sym_preproc_if_token2] = ACTIONS(2572), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2572), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2572), - [sym_preproc_directive] = ACTIONS(2572), - [anon_sym_LPAREN2] = ACTIONS(2574), - [anon_sym_TILDE] = ACTIONS(2574), - [anon_sym_STAR] = ACTIONS(2574), - [anon_sym_AMP_AMP] = ACTIONS(2574), - [anon_sym_AMP] = ACTIONS(2572), - [anon_sym_typedef] = ACTIONS(2572), - [anon_sym_extern] = ACTIONS(2572), - [anon_sym___attribute__] = ACTIONS(2572), - [anon_sym_COLON_COLON] = ACTIONS(2574), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2574), - [anon_sym___declspec] = ACTIONS(2572), - [anon_sym___based] = ACTIONS(2572), - [anon_sym_LBRACK] = ACTIONS(2572), - [anon_sym_static] = ACTIONS(2572), - [anon_sym_register] = ACTIONS(2572), - [anon_sym_inline] = ACTIONS(2572), - [anon_sym_thread_local] = ACTIONS(2572), - [anon_sym_const] = ACTIONS(2572), - [anon_sym_volatile] = ACTIONS(2572), - [anon_sym_restrict] = ACTIONS(2572), - [anon_sym__Atomic] = ACTIONS(2572), - [anon_sym_mutable] = ACTIONS(2572), - [anon_sym_constexpr] = ACTIONS(2572), - [anon_sym_signed] = ACTIONS(2572), - [anon_sym_unsigned] = ACTIONS(2572), - [anon_sym_long] = ACTIONS(2572), - [anon_sym_short] = ACTIONS(2572), - [sym_primitive_type] = ACTIONS(2572), - [anon_sym_enum] = ACTIONS(2572), - [anon_sym_class] = ACTIONS(2572), - [anon_sym_struct] = ACTIONS(2572), - [anon_sym_union] = ACTIONS(2572), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2572), - [anon_sym_virtual] = ACTIONS(2572), - [anon_sym_explicit] = ACTIONS(2572), - [anon_sym_public] = ACTIONS(2572), - [anon_sym_private] = ACTIONS(2572), - [anon_sym_protected] = ACTIONS(2572), - [sym_auto] = ACTIONS(2572), - [anon_sym_typename] = ACTIONS(2572), - [anon_sym_template] = ACTIONS(2572), - [anon_sym_operator] = ACTIONS(2572), - [anon_sym_friend] = ACTIONS(2572), - [anon_sym_using] = ACTIONS(2572), - [anon_sym_static_assert] = ACTIONS(2572), - [sym_operator_name] = ACTIONS(2572), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2572), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2572), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2572), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2572), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2572), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2572), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2572), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2572), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2572), - [anon_sym_MOZ_COLD] = ACTIONS(2572), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2572), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2572), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2572), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2572), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2572), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2572), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2572), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2572), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2572), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2572), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2572), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2572), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2572), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2572), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2572), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2572), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2572), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2572), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2572), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2572), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2572), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2572), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2572), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2572), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2572), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2572), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2572), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2572), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2572), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2572), - [anon_sym_MOZ_NONNULL] = ACTIONS(2572), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2572), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2572), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2572), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2572), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2572), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2572), - [anon_sym_MOZ_NORETURN] = ACTIONS(2572), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2572), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2572), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2572), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2572), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2572), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2572), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2572), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2572), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2572), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2572), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2572), - [anon_sym_MOZ_RAII] = ACTIONS(2572), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2572), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2572), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2572), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2572), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2572), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2572), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2572), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2572), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2572), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2572), - }, - [927] = { - [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__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), [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), - [sym_operator_name] = 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_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), }, - [928] = { - [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), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [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_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_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), - [sym_operator_name] = 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(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), }, - [929] = { - [sym_attribute_declaration] = STATE(1952), - [sym_compound_statement] = STATE(510), - [sym_labeled_statement] = STATE(510), - [sym_expression_statement] = STATE(510), - [sym_if_statement] = STATE(510), - [sym_switch_statement] = STATE(510), - [sym_case_statement] = STATE(510), - [sym_while_statement] = STATE(510), - [sym_do_statement] = STATE(510), - [sym_for_statement] = STATE(510), - [sym_return_statement] = STATE(510), - [sym_break_statement] = STATE(510), - [sym_continue_statement] = STATE(510), - [sym_goto_statement] = STATE(510), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(510), - [sym_co_return_statement] = STATE(510), - [sym_co_yield_statement] = STATE(510), - [sym_throw_statement] = STATE(510), - [sym_try_statement] = STATE(510), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_attributed_declarator_repeat1] = STATE(1952), - [sym_identifier] = ACTIONS(2668), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(165), + [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(1040), - [anon_sym_LBRACE] = ACTIONS(649), - [anon_sym_LBRACK] = ACTIONS(1044), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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_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), @@ -200429,76 +199199,76 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_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__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(2609), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_parameter_declaration] = STATE(4930), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1396), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1475), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2349), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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), @@ -200510,10038 +199280,8085 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - }, - [931] = { - [sym_identifier] = ACTIONS(1754), - [aux_sym_preproc_def_token1] = ACTIONS(1754), - [aux_sym_preproc_if_token1] = ACTIONS(1754), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1754), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1754), - [sym_preproc_directive] = ACTIONS(1754), - [anon_sym_LPAREN2] = ACTIONS(1756), - [anon_sym_TILDE] = ACTIONS(1756), - [anon_sym_STAR] = ACTIONS(1756), - [anon_sym_AMP_AMP] = ACTIONS(1756), - [anon_sym_AMP] = ACTIONS(1754), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym___declspec] = ACTIONS(1754), - [anon_sym___based] = ACTIONS(1754), - [anon_sym_RBRACE] = ACTIONS(1756), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_static] = ACTIONS(1754), - [anon_sym_register] = ACTIONS(1754), - [anon_sym_inline] = ACTIONS(1754), - [anon_sym_thread_local] = ACTIONS(1754), - [anon_sym_const] = ACTIONS(1754), - [anon_sym_volatile] = ACTIONS(1754), - [anon_sym_restrict] = ACTIONS(1754), - [anon_sym__Atomic] = ACTIONS(1754), - [anon_sym_mutable] = ACTIONS(1754), - [anon_sym_constexpr] = ACTIONS(1754), - [anon_sym_signed] = ACTIONS(1754), - [anon_sym_unsigned] = ACTIONS(1754), - [anon_sym_long] = ACTIONS(1754), - [anon_sym_short] = ACTIONS(1754), - [sym_primitive_type] = ACTIONS(1754), - [anon_sym_enum] = ACTIONS(1754), - [anon_sym_class] = ACTIONS(1754), - [anon_sym_struct] = ACTIONS(1754), - [anon_sym_union] = ACTIONS(1754), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1754), - [anon_sym_virtual] = ACTIONS(1754), - [anon_sym_explicit] = ACTIONS(1754), - [anon_sym_public] = ACTIONS(1754), - [anon_sym_private] = ACTIONS(1754), - [anon_sym_protected] = ACTIONS(1754), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_template] = ACTIONS(1754), - [anon_sym_operator] = ACTIONS(1754), - [anon_sym_friend] = ACTIONS(1754), - [anon_sym_using] = ACTIONS(1754), - [anon_sym_static_assert] = ACTIONS(1754), - [sym_operator_name] = ACTIONS(1754), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1754), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1754), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1754), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1754), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1754), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1754), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1754), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1754), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1754), - [anon_sym_MOZ_COLD] = ACTIONS(1754), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1754), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1754), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1754), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1754), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1754), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1754), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1754), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1754), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1754), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1754), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1754), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1754), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1754), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1754), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1754), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1754), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1754), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1754), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1754), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1754), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_NONNULL] = ACTIONS(1754), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1754), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1754), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1754), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1754), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1754), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_NORETURN] = ACTIONS(1754), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1754), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1754), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1754), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1754), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1754), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1754), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1754), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1754), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1754), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1754), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1754), - [anon_sym_MOZ_RAII] = ACTIONS(1754), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1754), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1754), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1754), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1754), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1754), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1754), - }, - [932] = { - [sym_identifier] = ACTIONS(2576), - [aux_sym_preproc_def_token1] = ACTIONS(2576), - [aux_sym_preproc_if_token1] = ACTIONS(2576), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2576), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2576), - [sym_preproc_directive] = ACTIONS(2576), - [anon_sym_LPAREN2] = ACTIONS(2578), - [anon_sym_TILDE] = ACTIONS(2578), - [anon_sym_STAR] = ACTIONS(2578), - [anon_sym_AMP_AMP] = ACTIONS(2578), - [anon_sym_AMP] = ACTIONS(2576), - [anon_sym_typedef] = ACTIONS(2576), - [anon_sym_extern] = ACTIONS(2576), - [anon_sym___attribute__] = ACTIONS(2576), - [anon_sym_COLON_COLON] = ACTIONS(2578), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2578), - [anon_sym___declspec] = ACTIONS(2576), - [anon_sym___based] = ACTIONS(2576), - [anon_sym_RBRACE] = ACTIONS(2578), - [anon_sym_LBRACK] = ACTIONS(2576), - [anon_sym_static] = ACTIONS(2576), - [anon_sym_register] = ACTIONS(2576), - [anon_sym_inline] = ACTIONS(2576), - [anon_sym_thread_local] = ACTIONS(2576), - [anon_sym_const] = ACTIONS(2576), - [anon_sym_volatile] = ACTIONS(2576), - [anon_sym_restrict] = ACTIONS(2576), - [anon_sym__Atomic] = ACTIONS(2576), - [anon_sym_mutable] = ACTIONS(2576), - [anon_sym_constexpr] = ACTIONS(2576), - [anon_sym_signed] = ACTIONS(2576), - [anon_sym_unsigned] = ACTIONS(2576), - [anon_sym_long] = ACTIONS(2576), - [anon_sym_short] = ACTIONS(2576), - [sym_primitive_type] = ACTIONS(2576), - [anon_sym_enum] = ACTIONS(2576), - [anon_sym_class] = ACTIONS(2576), - [anon_sym_struct] = ACTIONS(2576), - [anon_sym_union] = ACTIONS(2576), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2576), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_explicit] = ACTIONS(2576), - [anon_sym_public] = ACTIONS(2576), - [anon_sym_private] = ACTIONS(2576), - [anon_sym_protected] = ACTIONS(2576), - [sym_auto] = ACTIONS(2576), - [anon_sym_typename] = ACTIONS(2576), - [anon_sym_template] = ACTIONS(2576), - [anon_sym_operator] = ACTIONS(2576), - [anon_sym_friend] = ACTIONS(2576), - [anon_sym_using] = ACTIONS(2576), - [anon_sym_static_assert] = ACTIONS(2576), - [sym_operator_name] = ACTIONS(2576), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2576), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2576), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2576), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2576), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2576), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2576), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2576), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2576), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2576), - [anon_sym_MOZ_COLD] = ACTIONS(2576), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2576), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2576), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2576), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2576), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2576), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2576), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2576), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2576), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2576), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2576), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2576), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2576), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2576), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2576), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2576), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2576), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2576), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2576), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2576), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2576), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_NONNULL] = ACTIONS(2576), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2576), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2576), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2576), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2576), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2576), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_NORETURN] = ACTIONS(2576), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2576), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2576), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2576), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2576), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2576), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2576), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2576), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2576), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2576), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2576), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2576), - [anon_sym_MOZ_RAII] = ACTIONS(2576), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2576), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2576), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2576), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2576), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2576), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2576), - }, - [933] = { - [sym_identifier] = ACTIONS(2576), - [aux_sym_preproc_def_token1] = ACTIONS(2576), - [aux_sym_preproc_if_token1] = ACTIONS(2576), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2576), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2576), - [sym_preproc_directive] = ACTIONS(2576), - [anon_sym_LPAREN2] = ACTIONS(2578), - [anon_sym_TILDE] = ACTIONS(2578), - [anon_sym_STAR] = ACTIONS(2578), - [anon_sym_AMP_AMP] = ACTIONS(2578), - [anon_sym_AMP] = ACTIONS(2576), - [anon_sym_typedef] = ACTIONS(2576), - [anon_sym_extern] = ACTIONS(2576), - [anon_sym___attribute__] = ACTIONS(2576), - [anon_sym_COLON_COLON] = ACTIONS(2578), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2578), - [anon_sym___declspec] = ACTIONS(2576), - [anon_sym___based] = ACTIONS(2576), - [anon_sym_RBRACE] = ACTIONS(2578), - [anon_sym_LBRACK] = ACTIONS(2576), - [anon_sym_static] = ACTIONS(2576), - [anon_sym_register] = ACTIONS(2576), - [anon_sym_inline] = ACTIONS(2576), - [anon_sym_thread_local] = ACTIONS(2576), - [anon_sym_const] = ACTIONS(2576), - [anon_sym_volatile] = ACTIONS(2576), - [anon_sym_restrict] = ACTIONS(2576), - [anon_sym__Atomic] = ACTIONS(2576), - [anon_sym_mutable] = ACTIONS(2576), - [anon_sym_constexpr] = ACTIONS(2576), - [anon_sym_signed] = ACTIONS(2576), - [anon_sym_unsigned] = ACTIONS(2576), - [anon_sym_long] = ACTIONS(2576), - [anon_sym_short] = ACTIONS(2576), - [sym_primitive_type] = ACTIONS(2576), - [anon_sym_enum] = ACTIONS(2576), - [anon_sym_class] = ACTIONS(2576), - [anon_sym_struct] = ACTIONS(2576), - [anon_sym_union] = ACTIONS(2576), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2576), - [anon_sym_virtual] = ACTIONS(2576), - [anon_sym_explicit] = ACTIONS(2576), - [anon_sym_public] = ACTIONS(2576), - [anon_sym_private] = ACTIONS(2576), - [anon_sym_protected] = ACTIONS(2576), - [sym_auto] = ACTIONS(2576), - [anon_sym_typename] = ACTIONS(2576), - [anon_sym_template] = ACTIONS(2576), - [anon_sym_operator] = ACTIONS(2576), - [anon_sym_friend] = ACTIONS(2576), - [anon_sym_using] = ACTIONS(2576), - [anon_sym_static_assert] = ACTIONS(2576), - [sym_operator_name] = ACTIONS(2576), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2576), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2576), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2576), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2576), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2576), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2576), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2576), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2576), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2576), - [anon_sym_MOZ_COLD] = ACTIONS(2576), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2576), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2576), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2576), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2576), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2576), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2576), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2576), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2576), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2576), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2576), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2576), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2576), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2576), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2576), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2576), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2576), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2576), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2576), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2576), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2576), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2576), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_NONNULL] = ACTIONS(2576), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2576), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2576), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2576), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2576), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2576), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_NORETURN] = ACTIONS(2576), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2576), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2576), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2576), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2576), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2576), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2576), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2576), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2576), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2576), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2576), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2576), - [anon_sym_MOZ_RAII] = ACTIONS(2576), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2576), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2576), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2576), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2576), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2576), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2576), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2576), - }, - [934] = { - [sym_identifier] = ACTIONS(1794), - [aux_sym_preproc_def_token1] = ACTIONS(1794), - [aux_sym_preproc_if_token1] = ACTIONS(1794), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1794), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1794), - [sym_preproc_directive] = ACTIONS(1794), - [anon_sym_LPAREN2] = ACTIONS(1796), - [anon_sym_TILDE] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1796), - [anon_sym_AMP_AMP] = ACTIONS(1796), - [anon_sym_AMP] = ACTIONS(1794), - [anon_sym_typedef] = ACTIONS(1794), - [anon_sym_extern] = ACTIONS(1794), - [anon_sym___attribute__] = ACTIONS(1794), - [anon_sym_COLON_COLON] = ACTIONS(1796), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1796), - [anon_sym___declspec] = ACTIONS(1794), - [anon_sym___based] = ACTIONS(1794), - [anon_sym_RBRACE] = ACTIONS(1796), - [anon_sym_LBRACK] = ACTIONS(1794), - [anon_sym_static] = ACTIONS(1794), - [anon_sym_register] = ACTIONS(1794), - [anon_sym_inline] = ACTIONS(1794), - [anon_sym_thread_local] = ACTIONS(1794), - [anon_sym_const] = ACTIONS(1794), - [anon_sym_volatile] = ACTIONS(1794), - [anon_sym_restrict] = ACTIONS(1794), - [anon_sym__Atomic] = ACTIONS(1794), - [anon_sym_mutable] = ACTIONS(1794), - [anon_sym_constexpr] = ACTIONS(1794), - [anon_sym_signed] = ACTIONS(1794), - [anon_sym_unsigned] = ACTIONS(1794), - [anon_sym_long] = ACTIONS(1794), - [anon_sym_short] = ACTIONS(1794), - [sym_primitive_type] = ACTIONS(1794), - [anon_sym_enum] = ACTIONS(1794), - [anon_sym_class] = ACTIONS(1794), - [anon_sym_struct] = ACTIONS(1794), - [anon_sym_union] = ACTIONS(1794), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1794), - [anon_sym_virtual] = ACTIONS(1794), - [anon_sym_explicit] = ACTIONS(1794), - [anon_sym_public] = ACTIONS(1794), - [anon_sym_private] = ACTIONS(1794), - [anon_sym_protected] = ACTIONS(1794), - [sym_auto] = ACTIONS(1794), - [anon_sym_typename] = ACTIONS(1794), - [anon_sym_template] = ACTIONS(1794), - [anon_sym_operator] = ACTIONS(1794), - [anon_sym_friend] = ACTIONS(1794), - [anon_sym_using] = ACTIONS(1794), - [anon_sym_static_assert] = ACTIONS(1794), - [sym_operator_name] = ACTIONS(1794), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1794), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1794), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1794), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1794), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1794), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1794), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1794), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1794), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1794), - [anon_sym_MOZ_COLD] = ACTIONS(1794), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1794), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1794), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1794), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1794), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1794), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1794), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1794), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1794), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1794), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1794), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1794), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1794), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1794), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1794), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1794), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1794), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1794), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1794), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1794), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1794), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_NONNULL] = ACTIONS(1794), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1794), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1794), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1794), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1794), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1794), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_NORETURN] = ACTIONS(1794), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1794), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1794), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1794), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1794), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1794), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1794), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1794), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1794), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1794), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1794), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1794), - [anon_sym_MOZ_RAII] = ACTIONS(1794), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1794), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1794), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1794), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1794), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1794), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1794), - }, - [935] = { - [sym_identifier] = ACTIONS(2568), - [aux_sym_preproc_def_token1] = ACTIONS(2568), - [aux_sym_preproc_if_token1] = ACTIONS(2568), - [aux_sym_preproc_if_token2] = ACTIONS(2568), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2568), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2568), - [sym_preproc_directive] = ACTIONS(2568), - [anon_sym_LPAREN2] = ACTIONS(2570), - [anon_sym_TILDE] = ACTIONS(2570), - [anon_sym_STAR] = ACTIONS(2570), - [anon_sym_AMP_AMP] = ACTIONS(2570), - [anon_sym_AMP] = ACTIONS(2568), - [anon_sym_typedef] = ACTIONS(2568), - [anon_sym_extern] = ACTIONS(2568), - [anon_sym___attribute__] = ACTIONS(2568), - [anon_sym_COLON_COLON] = ACTIONS(2570), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2570), - [anon_sym___declspec] = ACTIONS(2568), - [anon_sym___based] = ACTIONS(2568), - [anon_sym_LBRACK] = ACTIONS(2568), - [anon_sym_static] = ACTIONS(2568), - [anon_sym_register] = ACTIONS(2568), - [anon_sym_inline] = ACTIONS(2568), - [anon_sym_thread_local] = ACTIONS(2568), - [anon_sym_const] = ACTIONS(2568), - [anon_sym_volatile] = ACTIONS(2568), - [anon_sym_restrict] = ACTIONS(2568), - [anon_sym__Atomic] = ACTIONS(2568), - [anon_sym_mutable] = ACTIONS(2568), - [anon_sym_constexpr] = ACTIONS(2568), - [anon_sym_signed] = ACTIONS(2568), - [anon_sym_unsigned] = ACTIONS(2568), - [anon_sym_long] = ACTIONS(2568), - [anon_sym_short] = ACTIONS(2568), - [sym_primitive_type] = ACTIONS(2568), - [anon_sym_enum] = ACTIONS(2568), - [anon_sym_class] = ACTIONS(2568), - [anon_sym_struct] = ACTIONS(2568), - [anon_sym_union] = ACTIONS(2568), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2568), - [anon_sym_virtual] = ACTIONS(2568), - [anon_sym_explicit] = ACTIONS(2568), - [anon_sym_public] = ACTIONS(2568), - [anon_sym_private] = ACTIONS(2568), - [anon_sym_protected] = ACTIONS(2568), - [sym_auto] = ACTIONS(2568), - [anon_sym_typename] = ACTIONS(2568), - [anon_sym_template] = ACTIONS(2568), - [anon_sym_operator] = ACTIONS(2568), - [anon_sym_friend] = ACTIONS(2568), - [anon_sym_using] = ACTIONS(2568), - [anon_sym_static_assert] = ACTIONS(2568), - [sym_operator_name] = ACTIONS(2568), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2568), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2568), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2568), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2568), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2568), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2568), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2568), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2568), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2568), - [anon_sym_MOZ_COLD] = ACTIONS(2568), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2568), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2568), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2568), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2568), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2568), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2568), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2568), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2568), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2568), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2568), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2568), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2568), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2568), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2568), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2568), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2568), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2568), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2568), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2568), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2568), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2568), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2568), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2568), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2568), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2568), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2568), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2568), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2568), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2568), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2568), - [anon_sym_MOZ_NONNULL] = ACTIONS(2568), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2568), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2568), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2568), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2568), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2568), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2568), - [anon_sym_MOZ_NORETURN] = ACTIONS(2568), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2568), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2568), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2568), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2568), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2568), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2568), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2568), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2568), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2568), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2568), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2568), - [anon_sym_MOZ_RAII] = ACTIONS(2568), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2568), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2568), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2568), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2568), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2568), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2568), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2568), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2568), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2568), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2568), - }, - [936] = { - [sym_identifier] = ACTIONS(2572), - [aux_sym_preproc_def_token1] = ACTIONS(2572), - [aux_sym_preproc_if_token1] = ACTIONS(2572), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2572), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2572), - [sym_preproc_directive] = ACTIONS(2572), - [anon_sym_LPAREN2] = ACTIONS(2574), - [anon_sym_TILDE] = ACTIONS(2574), - [anon_sym_STAR] = ACTIONS(2574), - [anon_sym_AMP_AMP] = ACTIONS(2574), - [anon_sym_AMP] = ACTIONS(2572), - [anon_sym_typedef] = ACTIONS(2572), - [anon_sym_extern] = ACTIONS(2572), - [anon_sym___attribute__] = ACTIONS(2572), - [anon_sym_COLON_COLON] = ACTIONS(2574), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2574), - [anon_sym___declspec] = ACTIONS(2572), - [anon_sym___based] = ACTIONS(2572), - [anon_sym_RBRACE] = ACTIONS(2574), - [anon_sym_LBRACK] = ACTIONS(2572), - [anon_sym_static] = ACTIONS(2572), - [anon_sym_register] = ACTIONS(2572), - [anon_sym_inline] = ACTIONS(2572), - [anon_sym_thread_local] = ACTIONS(2572), - [anon_sym_const] = ACTIONS(2572), - [anon_sym_volatile] = ACTIONS(2572), - [anon_sym_restrict] = ACTIONS(2572), - [anon_sym__Atomic] = ACTIONS(2572), - [anon_sym_mutable] = ACTIONS(2572), - [anon_sym_constexpr] = ACTIONS(2572), - [anon_sym_signed] = ACTIONS(2572), - [anon_sym_unsigned] = ACTIONS(2572), - [anon_sym_long] = ACTIONS(2572), - [anon_sym_short] = ACTIONS(2572), - [sym_primitive_type] = ACTIONS(2572), - [anon_sym_enum] = ACTIONS(2572), - [anon_sym_class] = ACTIONS(2572), - [anon_sym_struct] = ACTIONS(2572), - [anon_sym_union] = ACTIONS(2572), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2572), - [anon_sym_virtual] = ACTIONS(2572), - [anon_sym_explicit] = ACTIONS(2572), - [anon_sym_public] = ACTIONS(2572), - [anon_sym_private] = ACTIONS(2572), - [anon_sym_protected] = ACTIONS(2572), - [sym_auto] = ACTIONS(2572), - [anon_sym_typename] = ACTIONS(2572), - [anon_sym_template] = ACTIONS(2572), - [anon_sym_operator] = ACTIONS(2572), - [anon_sym_friend] = ACTIONS(2572), - [anon_sym_using] = ACTIONS(2572), - [anon_sym_static_assert] = ACTIONS(2572), - [sym_operator_name] = ACTIONS(2572), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2572), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2572), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2572), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2572), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2572), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2572), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2572), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2572), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2572), - [anon_sym_MOZ_COLD] = ACTIONS(2572), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2572), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2572), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2572), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2572), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2572), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2572), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2572), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2572), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2572), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2572), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2572), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2572), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2572), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2572), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2572), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2572), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2572), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2572), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2572), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2572), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2572), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2572), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2572), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2572), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2572), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2572), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2572), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2572), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2572), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2572), - [anon_sym_MOZ_NONNULL] = ACTIONS(2572), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2572), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2572), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2572), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2572), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2572), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2572), - [anon_sym_MOZ_NORETURN] = ACTIONS(2572), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2572), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2572), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2572), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2572), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2572), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2572), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2572), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2572), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2572), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2572), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2572), - [anon_sym_MOZ_RAII] = ACTIONS(2572), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2572), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2572), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2572), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2572), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2572), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2572), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2572), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2572), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2572), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2572), - }, - [937] = { - [sym_identifier] = ACTIONS(2568), - [aux_sym_preproc_def_token1] = ACTIONS(2568), - [aux_sym_preproc_if_token1] = ACTIONS(2568), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2568), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2568), - [sym_preproc_directive] = ACTIONS(2568), - [anon_sym_LPAREN2] = ACTIONS(2570), - [anon_sym_TILDE] = ACTIONS(2570), - [anon_sym_STAR] = ACTIONS(2570), - [anon_sym_AMP_AMP] = ACTIONS(2570), - [anon_sym_AMP] = ACTIONS(2568), - [anon_sym_typedef] = ACTIONS(2568), - [anon_sym_extern] = ACTIONS(2568), - [anon_sym___attribute__] = ACTIONS(2568), - [anon_sym_COLON_COLON] = ACTIONS(2570), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2570), - [anon_sym___declspec] = ACTIONS(2568), - [anon_sym___based] = ACTIONS(2568), - [anon_sym_RBRACE] = ACTIONS(2570), - [anon_sym_LBRACK] = ACTIONS(2568), - [anon_sym_static] = ACTIONS(2568), - [anon_sym_register] = ACTIONS(2568), - [anon_sym_inline] = ACTIONS(2568), - [anon_sym_thread_local] = ACTIONS(2568), - [anon_sym_const] = ACTIONS(2568), - [anon_sym_volatile] = ACTIONS(2568), - [anon_sym_restrict] = ACTIONS(2568), - [anon_sym__Atomic] = ACTIONS(2568), - [anon_sym_mutable] = ACTIONS(2568), - [anon_sym_constexpr] = ACTIONS(2568), - [anon_sym_signed] = ACTIONS(2568), - [anon_sym_unsigned] = ACTIONS(2568), - [anon_sym_long] = ACTIONS(2568), - [anon_sym_short] = ACTIONS(2568), - [sym_primitive_type] = ACTIONS(2568), - [anon_sym_enum] = ACTIONS(2568), - [anon_sym_class] = ACTIONS(2568), - [anon_sym_struct] = ACTIONS(2568), - [anon_sym_union] = ACTIONS(2568), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2568), - [anon_sym_virtual] = ACTIONS(2568), - [anon_sym_explicit] = ACTIONS(2568), - [anon_sym_public] = ACTIONS(2568), - [anon_sym_private] = ACTIONS(2568), - [anon_sym_protected] = ACTIONS(2568), - [sym_auto] = ACTIONS(2568), - [anon_sym_typename] = ACTIONS(2568), - [anon_sym_template] = ACTIONS(2568), - [anon_sym_operator] = ACTIONS(2568), - [anon_sym_friend] = ACTIONS(2568), - [anon_sym_using] = ACTIONS(2568), - [anon_sym_static_assert] = ACTIONS(2568), - [sym_operator_name] = ACTIONS(2568), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2568), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2568), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2568), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2568), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2568), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2568), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2568), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2568), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2568), - [anon_sym_MOZ_COLD] = ACTIONS(2568), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2568), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2568), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2568), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2568), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2568), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2568), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2568), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2568), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2568), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2568), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2568), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2568), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2568), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2568), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2568), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2568), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2568), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2568), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2568), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2568), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2568), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2568), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2568), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2568), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2568), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2568), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2568), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2568), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2568), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2568), - [anon_sym_MOZ_NONNULL] = ACTIONS(2568), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2568), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2568), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2568), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2568), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2568), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2568), - [anon_sym_MOZ_NORETURN] = ACTIONS(2568), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2568), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2568), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2568), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2568), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2568), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2568), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2568), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2568), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2568), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2568), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2568), - [anon_sym_MOZ_RAII] = ACTIONS(2568), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2568), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2568), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2568), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2568), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2568), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2568), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2568), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2568), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2568), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2568), - }, - [938] = { - [sym_identifier] = ACTIONS(1782), - [aux_sym_preproc_def_token1] = ACTIONS(1782), - [aux_sym_preproc_if_token1] = ACTIONS(1782), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1782), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1782), - [sym_preproc_directive] = ACTIONS(1782), - [anon_sym_LPAREN2] = ACTIONS(1784), - [anon_sym_TILDE] = ACTIONS(1784), - [anon_sym_STAR] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_AMP] = ACTIONS(1782), - [anon_sym_typedef] = ACTIONS(1782), - [anon_sym_extern] = ACTIONS(1782), - [anon_sym___attribute__] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1784), - [anon_sym___declspec] = ACTIONS(1782), - [anon_sym___based] = ACTIONS(1782), - [anon_sym_RBRACE] = ACTIONS(1784), - [anon_sym_LBRACK] = ACTIONS(1782), - [anon_sym_static] = ACTIONS(1782), - [anon_sym_register] = ACTIONS(1782), - [anon_sym_inline] = ACTIONS(1782), - [anon_sym_thread_local] = ACTIONS(1782), - [anon_sym_const] = ACTIONS(1782), - [anon_sym_volatile] = ACTIONS(1782), - [anon_sym_restrict] = ACTIONS(1782), - [anon_sym__Atomic] = ACTIONS(1782), - [anon_sym_mutable] = ACTIONS(1782), - [anon_sym_constexpr] = ACTIONS(1782), - [anon_sym_signed] = ACTIONS(1782), - [anon_sym_unsigned] = ACTIONS(1782), - [anon_sym_long] = ACTIONS(1782), - [anon_sym_short] = ACTIONS(1782), - [sym_primitive_type] = ACTIONS(1782), - [anon_sym_enum] = ACTIONS(1782), - [anon_sym_class] = ACTIONS(1782), - [anon_sym_struct] = ACTIONS(1782), - [anon_sym_union] = ACTIONS(1782), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1782), - [anon_sym_virtual] = ACTIONS(1782), - [anon_sym_explicit] = ACTIONS(1782), - [anon_sym_public] = ACTIONS(1782), - [anon_sym_private] = ACTIONS(1782), - [anon_sym_protected] = ACTIONS(1782), - [sym_auto] = ACTIONS(1782), - [anon_sym_typename] = ACTIONS(1782), - [anon_sym_template] = ACTIONS(1782), - [anon_sym_operator] = ACTIONS(1782), - [anon_sym_friend] = ACTIONS(1782), - [anon_sym_using] = ACTIONS(1782), - [anon_sym_static_assert] = ACTIONS(1782), - [sym_operator_name] = ACTIONS(1782), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1782), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1782), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1782), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1782), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1782), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1782), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1782), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1782), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1782), - [anon_sym_MOZ_COLD] = ACTIONS(1782), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1782), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1782), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1782), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1782), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1782), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1782), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1782), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1782), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1782), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1782), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1782), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1782), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1782), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1782), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1782), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1782), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1782), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1782), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1782), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1782), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_NONNULL] = ACTIONS(1782), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1782), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1782), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1782), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1782), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1782), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_NORETURN] = ACTIONS(1782), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1782), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1782), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1782), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1782), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1782), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1782), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1782), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1782), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1782), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1782), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1782), - [anon_sym_MOZ_RAII] = ACTIONS(1782), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1782), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1782), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1782), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1782), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1782), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1782), - }, - [939] = { - [sym_identifier] = ACTIONS(1790), - [aux_sym_preproc_def_token1] = ACTIONS(1790), - [aux_sym_preproc_if_token1] = ACTIONS(1790), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1790), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1790), - [sym_preproc_directive] = ACTIONS(1790), - [anon_sym_LPAREN2] = ACTIONS(1792), - [anon_sym_TILDE] = ACTIONS(1792), - [anon_sym_STAR] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_AMP] = ACTIONS(1790), - [anon_sym_typedef] = ACTIONS(1790), - [anon_sym_extern] = ACTIONS(1790), - [anon_sym___attribute__] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1792), - [anon_sym___declspec] = ACTIONS(1790), - [anon_sym___based] = ACTIONS(1790), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LBRACK] = ACTIONS(1790), - [anon_sym_static] = ACTIONS(1790), - [anon_sym_register] = ACTIONS(1790), - [anon_sym_inline] = ACTIONS(1790), - [anon_sym_thread_local] = ACTIONS(1790), - [anon_sym_const] = ACTIONS(1790), - [anon_sym_volatile] = ACTIONS(1790), - [anon_sym_restrict] = ACTIONS(1790), - [anon_sym__Atomic] = ACTIONS(1790), - [anon_sym_mutable] = ACTIONS(1790), - [anon_sym_constexpr] = ACTIONS(1790), - [anon_sym_signed] = ACTIONS(1790), - [anon_sym_unsigned] = ACTIONS(1790), - [anon_sym_long] = ACTIONS(1790), - [anon_sym_short] = ACTIONS(1790), - [sym_primitive_type] = ACTIONS(1790), - [anon_sym_enum] = ACTIONS(1790), - [anon_sym_class] = ACTIONS(1790), - [anon_sym_struct] = ACTIONS(1790), - [anon_sym_union] = ACTIONS(1790), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1790), - [anon_sym_virtual] = ACTIONS(1790), - [anon_sym_explicit] = ACTIONS(1790), - [anon_sym_public] = ACTIONS(1790), - [anon_sym_private] = ACTIONS(1790), - [anon_sym_protected] = ACTIONS(1790), - [sym_auto] = ACTIONS(1790), - [anon_sym_typename] = ACTIONS(1790), - [anon_sym_template] = ACTIONS(1790), - [anon_sym_operator] = ACTIONS(1790), - [anon_sym_friend] = ACTIONS(1790), - [anon_sym_using] = ACTIONS(1790), - [anon_sym_static_assert] = ACTIONS(1790), - [sym_operator_name] = ACTIONS(1790), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1790), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1790), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1790), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1790), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1790), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1790), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1790), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1790), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1790), - [anon_sym_MOZ_COLD] = ACTIONS(1790), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1790), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1790), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1790), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1790), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1790), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1790), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1790), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1790), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1790), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1790), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1790), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1790), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1790), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1790), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1790), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1790), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1790), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1790), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1790), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1790), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_NONNULL] = ACTIONS(1790), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1790), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1790), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1790), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1790), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1790), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_NORETURN] = ACTIONS(1790), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1790), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1790), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1790), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1790), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1790), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1790), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1790), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1790), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1790), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1790), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1790), - [anon_sym_MOZ_RAII] = ACTIONS(1790), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1790), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1790), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1790), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1790), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1790), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1790), - }, - [940] = { - [sym_identifier] = ACTIONS(1854), - [aux_sym_preproc_def_token1] = ACTIONS(1854), - [aux_sym_preproc_if_token1] = ACTIONS(1854), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1854), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1854), - [sym_preproc_directive] = ACTIONS(1854), - [anon_sym_LPAREN2] = ACTIONS(1856), - [anon_sym_TILDE] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1856), - [anon_sym_AMP_AMP] = ACTIONS(1856), - [anon_sym_AMP] = ACTIONS(1854), - [anon_sym_typedef] = ACTIONS(1854), - [anon_sym_extern] = ACTIONS(1854), - [anon_sym___attribute__] = ACTIONS(1854), - [anon_sym_COLON_COLON] = ACTIONS(1856), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1856), - [anon_sym___declspec] = ACTIONS(1854), - [anon_sym___based] = ACTIONS(1854), - [anon_sym_RBRACE] = ACTIONS(1856), - [anon_sym_LBRACK] = ACTIONS(1854), - [anon_sym_static] = ACTIONS(1854), - [anon_sym_register] = ACTIONS(1854), - [anon_sym_inline] = ACTIONS(1854), - [anon_sym_thread_local] = ACTIONS(1854), - [anon_sym_const] = ACTIONS(1854), - [anon_sym_volatile] = ACTIONS(1854), - [anon_sym_restrict] = ACTIONS(1854), - [anon_sym__Atomic] = ACTIONS(1854), - [anon_sym_mutable] = ACTIONS(1854), - [anon_sym_constexpr] = ACTIONS(1854), - [anon_sym_signed] = ACTIONS(1854), - [anon_sym_unsigned] = ACTIONS(1854), - [anon_sym_long] = ACTIONS(1854), - [anon_sym_short] = ACTIONS(1854), - [sym_primitive_type] = ACTIONS(1854), - [anon_sym_enum] = ACTIONS(1854), - [anon_sym_class] = ACTIONS(1854), - [anon_sym_struct] = ACTIONS(1854), - [anon_sym_union] = ACTIONS(1854), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1854), - [anon_sym_virtual] = ACTIONS(1854), - [anon_sym_explicit] = ACTIONS(1854), - [anon_sym_public] = ACTIONS(1854), - [anon_sym_private] = ACTIONS(1854), - [anon_sym_protected] = ACTIONS(1854), - [sym_auto] = ACTIONS(1854), - [anon_sym_typename] = ACTIONS(1854), - [anon_sym_template] = ACTIONS(1854), - [anon_sym_operator] = ACTIONS(1854), - [anon_sym_friend] = ACTIONS(1854), - [anon_sym_using] = ACTIONS(1854), - [anon_sym_static_assert] = ACTIONS(1854), - [sym_operator_name] = ACTIONS(1854), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1854), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1854), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1854), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1854), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1854), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1854), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1854), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1854), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1854), - [anon_sym_MOZ_COLD] = ACTIONS(1854), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1854), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1854), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1854), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1854), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1854), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1854), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1854), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1854), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1854), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1854), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1854), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1854), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1854), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1854), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1854), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1854), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1854), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1854), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1854), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1854), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_NONNULL] = ACTIONS(1854), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1854), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1854), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1854), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1854), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1854), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_NORETURN] = ACTIONS(1854), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1854), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1854), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1854), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1854), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1854), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1854), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1854), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1854), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1854), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1854), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1854), - [anon_sym_MOZ_RAII] = ACTIONS(1854), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1854), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1854), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1854), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1854), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1854), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1854), - }, - [941] = { - [sym_identifier] = ACTIONS(1515), - [aux_sym_preproc_def_token1] = ACTIONS(1515), - [aux_sym_preproc_if_token1] = ACTIONS(1515), - [aux_sym_preproc_if_token2] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1515), - [sym_preproc_directive] = ACTIONS(1515), - [anon_sym_LPAREN2] = ACTIONS(1517), - [anon_sym_TILDE] = ACTIONS(1517), - [anon_sym_STAR] = ACTIONS(1517), - [anon_sym_AMP_AMP] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1515), - [anon_sym_typedef] = ACTIONS(1515), - [anon_sym_extern] = ACTIONS(1515), - [anon_sym___attribute__] = ACTIONS(1515), - [anon_sym_COLON_COLON] = ACTIONS(1517), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1517), - [anon_sym___declspec] = ACTIONS(1515), - [anon_sym___based] = ACTIONS(1515), - [anon_sym_LBRACK] = ACTIONS(1515), - [anon_sym_static] = ACTIONS(1515), - [anon_sym_register] = ACTIONS(1515), - [anon_sym_inline] = ACTIONS(1515), - [anon_sym_thread_local] = ACTIONS(1515), - [anon_sym_const] = ACTIONS(1515), - [anon_sym_volatile] = ACTIONS(1515), - [anon_sym_restrict] = ACTIONS(1515), - [anon_sym__Atomic] = ACTIONS(1515), - [anon_sym_mutable] = ACTIONS(1515), - [anon_sym_constexpr] = ACTIONS(1515), - [anon_sym_signed] = ACTIONS(1515), - [anon_sym_unsigned] = ACTIONS(1515), - [anon_sym_long] = ACTIONS(1515), - [anon_sym_short] = ACTIONS(1515), - [sym_primitive_type] = ACTIONS(1515), - [anon_sym_enum] = ACTIONS(1515), - [anon_sym_class] = ACTIONS(1515), - [anon_sym_struct] = ACTIONS(1515), - [anon_sym_union] = ACTIONS(1515), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1515), - [anon_sym_virtual] = ACTIONS(1515), - [anon_sym_explicit] = ACTIONS(1515), - [anon_sym_public] = ACTIONS(1515), - [anon_sym_private] = ACTIONS(1515), - [anon_sym_protected] = ACTIONS(1515), - [sym_auto] = ACTIONS(1515), - [anon_sym_typename] = ACTIONS(1515), - [anon_sym_template] = ACTIONS(1515), - [anon_sym_operator] = ACTIONS(1515), - [anon_sym_friend] = ACTIONS(1515), - [anon_sym_using] = ACTIONS(1515), - [anon_sym_static_assert] = ACTIONS(1515), - [sym_operator_name] = ACTIONS(1515), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1515), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1515), - [anon_sym_MOZ_COLD] = ACTIONS(1515), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1515), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1515), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1515), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1515), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1515), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1515), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1515), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1515), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1515), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1515), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1515), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1515), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_RAII] = ACTIONS(1515), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1515), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1515), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1515), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1515), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1515), - }, - [942] = { - [sym_identifier] = ACTIONS(1858), - [aux_sym_preproc_def_token1] = ACTIONS(1858), - [aux_sym_preproc_if_token1] = ACTIONS(1858), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1858), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1858), - [sym_preproc_directive] = ACTIONS(1858), - [anon_sym_LPAREN2] = ACTIONS(1860), - [anon_sym_TILDE] = ACTIONS(1860), - [anon_sym_STAR] = ACTIONS(1860), - [anon_sym_AMP_AMP] = ACTIONS(1860), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym_typedef] = ACTIONS(1858), - [anon_sym_extern] = ACTIONS(1858), - [anon_sym___attribute__] = ACTIONS(1858), - [anon_sym_COLON_COLON] = ACTIONS(1860), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1860), - [anon_sym___declspec] = ACTIONS(1858), - [anon_sym___based] = ACTIONS(1858), - [anon_sym_RBRACE] = ACTIONS(1860), - [anon_sym_LBRACK] = ACTIONS(1858), - [anon_sym_static] = ACTIONS(1858), - [anon_sym_register] = ACTIONS(1858), - [anon_sym_inline] = ACTIONS(1858), - [anon_sym_thread_local] = ACTIONS(1858), - [anon_sym_const] = ACTIONS(1858), - [anon_sym_volatile] = ACTIONS(1858), - [anon_sym_restrict] = ACTIONS(1858), - [anon_sym__Atomic] = ACTIONS(1858), - [anon_sym_mutable] = ACTIONS(1858), - [anon_sym_constexpr] = ACTIONS(1858), - [anon_sym_signed] = ACTIONS(1858), - [anon_sym_unsigned] = ACTIONS(1858), - [anon_sym_long] = ACTIONS(1858), - [anon_sym_short] = ACTIONS(1858), - [sym_primitive_type] = ACTIONS(1858), - [anon_sym_enum] = ACTIONS(1858), - [anon_sym_class] = ACTIONS(1858), - [anon_sym_struct] = ACTIONS(1858), - [anon_sym_union] = ACTIONS(1858), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1858), - [anon_sym_virtual] = ACTIONS(1858), - [anon_sym_explicit] = ACTIONS(1858), - [anon_sym_public] = ACTIONS(1858), - [anon_sym_private] = ACTIONS(1858), - [anon_sym_protected] = ACTIONS(1858), - [sym_auto] = ACTIONS(1858), - [anon_sym_typename] = ACTIONS(1858), - [anon_sym_template] = ACTIONS(1858), - [anon_sym_operator] = ACTIONS(1858), - [anon_sym_friend] = ACTIONS(1858), - [anon_sym_using] = ACTIONS(1858), - [anon_sym_static_assert] = ACTIONS(1858), - [sym_operator_name] = ACTIONS(1858), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1858), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1858), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1858), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1858), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1858), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1858), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1858), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1858), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1858), - [anon_sym_MOZ_COLD] = ACTIONS(1858), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1858), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1858), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1858), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1858), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1858), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1858), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1858), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1858), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1858), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1858), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1858), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1858), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1858), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1858), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1858), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1858), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1858), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1858), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1858), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1858), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_NONNULL] = ACTIONS(1858), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1858), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1858), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1858), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1858), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1858), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_NORETURN] = ACTIONS(1858), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1858), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1858), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1858), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1858), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1858), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1858), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1858), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1858), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1858), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1858), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1858), - [anon_sym_MOZ_RAII] = ACTIONS(1858), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1858), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1858), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1858), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1858), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1858), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1858), - }, - [943] = { - [sym_identifier] = ACTIONS(1862), - [aux_sym_preproc_def_token1] = ACTIONS(1862), - [aux_sym_preproc_if_token1] = ACTIONS(1862), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1862), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1862), - [sym_preproc_directive] = ACTIONS(1862), - [anon_sym_LPAREN2] = ACTIONS(1864), - [anon_sym_TILDE] = ACTIONS(1864), - [anon_sym_STAR] = ACTIONS(1864), - [anon_sym_AMP_AMP] = ACTIONS(1864), - [anon_sym_AMP] = ACTIONS(1862), - [anon_sym_typedef] = ACTIONS(1862), - [anon_sym_extern] = ACTIONS(1862), - [anon_sym___attribute__] = ACTIONS(1862), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym___declspec] = ACTIONS(1862), - [anon_sym___based] = ACTIONS(1862), - [anon_sym_RBRACE] = ACTIONS(1864), - [anon_sym_LBRACK] = ACTIONS(1862), - [anon_sym_static] = ACTIONS(1862), - [anon_sym_register] = ACTIONS(1862), - [anon_sym_inline] = ACTIONS(1862), - [anon_sym_thread_local] = ACTIONS(1862), - [anon_sym_const] = ACTIONS(1862), - [anon_sym_volatile] = ACTIONS(1862), - [anon_sym_restrict] = ACTIONS(1862), - [anon_sym__Atomic] = ACTIONS(1862), - [anon_sym_mutable] = ACTIONS(1862), - [anon_sym_constexpr] = ACTIONS(1862), - [anon_sym_signed] = ACTIONS(1862), - [anon_sym_unsigned] = ACTIONS(1862), - [anon_sym_long] = ACTIONS(1862), - [anon_sym_short] = ACTIONS(1862), - [sym_primitive_type] = ACTIONS(1862), - [anon_sym_enum] = ACTIONS(1862), - [anon_sym_class] = ACTIONS(1862), - [anon_sym_struct] = ACTIONS(1862), - [anon_sym_union] = ACTIONS(1862), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1862), - [anon_sym_virtual] = ACTIONS(1862), - [anon_sym_explicit] = ACTIONS(1862), - [anon_sym_public] = ACTIONS(1862), - [anon_sym_private] = ACTIONS(1862), - [anon_sym_protected] = ACTIONS(1862), - [sym_auto] = ACTIONS(1862), - [anon_sym_typename] = ACTIONS(1862), - [anon_sym_template] = ACTIONS(1862), - [anon_sym_operator] = ACTIONS(1862), - [anon_sym_friend] = ACTIONS(1862), - [anon_sym_using] = ACTIONS(1862), - [anon_sym_static_assert] = ACTIONS(1862), - [sym_operator_name] = ACTIONS(1862), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1862), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1862), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1862), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1862), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1862), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1862), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1862), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1862), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1862), - [anon_sym_MOZ_COLD] = ACTIONS(1862), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1862), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1862), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1862), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1862), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1862), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1862), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1862), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1862), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1862), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1862), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1862), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1862), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1862), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1862), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1862), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1862), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1862), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1862), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1862), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1862), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_NONNULL] = ACTIONS(1862), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1862), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1862), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1862), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1862), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1862), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_NORETURN] = ACTIONS(1862), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1862), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1862), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1862), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1862), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1862), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1862), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1862), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1862), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1862), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1862), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1862), - [anon_sym_MOZ_RAII] = ACTIONS(1862), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1862), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1862), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1862), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1862), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1862), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1862), - }, - [944] = { - [sym_identifier] = ACTIONS(1866), - [aux_sym_preproc_def_token1] = ACTIONS(1866), - [aux_sym_preproc_if_token1] = ACTIONS(1866), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1866), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1866), - [sym_preproc_directive] = ACTIONS(1866), - [anon_sym_LPAREN2] = ACTIONS(1868), - [anon_sym_TILDE] = ACTIONS(1868), - [anon_sym_STAR] = ACTIONS(1868), - [anon_sym_AMP_AMP] = ACTIONS(1868), - [anon_sym_AMP] = ACTIONS(1866), - [anon_sym_typedef] = ACTIONS(1866), - [anon_sym_extern] = ACTIONS(1866), - [anon_sym___attribute__] = ACTIONS(1866), - [anon_sym_COLON_COLON] = ACTIONS(1868), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1868), - [anon_sym___declspec] = ACTIONS(1866), - [anon_sym___based] = ACTIONS(1866), - [anon_sym_RBRACE] = ACTIONS(1868), - [anon_sym_LBRACK] = ACTIONS(1866), - [anon_sym_static] = ACTIONS(1866), - [anon_sym_register] = ACTIONS(1866), - [anon_sym_inline] = ACTIONS(1866), - [anon_sym_thread_local] = ACTIONS(1866), - [anon_sym_const] = ACTIONS(1866), - [anon_sym_volatile] = ACTIONS(1866), - [anon_sym_restrict] = ACTIONS(1866), - [anon_sym__Atomic] = ACTIONS(1866), - [anon_sym_mutable] = ACTIONS(1866), - [anon_sym_constexpr] = ACTIONS(1866), - [anon_sym_signed] = ACTIONS(1866), - [anon_sym_unsigned] = ACTIONS(1866), - [anon_sym_long] = ACTIONS(1866), - [anon_sym_short] = ACTIONS(1866), - [sym_primitive_type] = ACTIONS(1866), - [anon_sym_enum] = ACTIONS(1866), - [anon_sym_class] = ACTIONS(1866), - [anon_sym_struct] = ACTIONS(1866), - [anon_sym_union] = ACTIONS(1866), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1866), - [anon_sym_virtual] = ACTIONS(1866), - [anon_sym_explicit] = ACTIONS(1866), - [anon_sym_public] = ACTIONS(1866), - [anon_sym_private] = ACTIONS(1866), - [anon_sym_protected] = ACTIONS(1866), - [sym_auto] = ACTIONS(1866), - [anon_sym_typename] = ACTIONS(1866), - [anon_sym_template] = ACTIONS(1866), - [anon_sym_operator] = ACTIONS(1866), - [anon_sym_friend] = ACTIONS(1866), - [anon_sym_using] = ACTIONS(1866), - [anon_sym_static_assert] = ACTIONS(1866), - [sym_operator_name] = ACTIONS(1866), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1866), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1866), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1866), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1866), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1866), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1866), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1866), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1866), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1866), - [anon_sym_MOZ_COLD] = ACTIONS(1866), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1866), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1866), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1866), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1866), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1866), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1866), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1866), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1866), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1866), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1866), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1866), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1866), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1866), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1866), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1866), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1866), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1866), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1866), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1866), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1866), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_NONNULL] = ACTIONS(1866), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1866), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1866), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1866), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1866), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1866), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_NORETURN] = ACTIONS(1866), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1866), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1866), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1866), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1866), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1866), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1866), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1866), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1866), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1866), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1866), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1866), - [anon_sym_MOZ_RAII] = ACTIONS(1866), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1866), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1866), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1866), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1866), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1866), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1866), - }, - [945] = { - [sym_identifier] = ACTIONS(1870), - [aux_sym_preproc_def_token1] = ACTIONS(1870), - [aux_sym_preproc_if_token1] = ACTIONS(1870), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1870), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1870), - [sym_preproc_directive] = ACTIONS(1870), - [anon_sym_LPAREN2] = ACTIONS(1872), - [anon_sym_TILDE] = ACTIONS(1872), - [anon_sym_STAR] = ACTIONS(1872), - [anon_sym_AMP_AMP] = ACTIONS(1872), - [anon_sym_AMP] = ACTIONS(1870), - [anon_sym_typedef] = ACTIONS(1870), - [anon_sym_extern] = ACTIONS(1870), - [anon_sym___attribute__] = ACTIONS(1870), - [anon_sym_COLON_COLON] = ACTIONS(1872), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1872), - [anon_sym___declspec] = ACTIONS(1870), - [anon_sym___based] = ACTIONS(1870), - [anon_sym_RBRACE] = ACTIONS(1872), - [anon_sym_LBRACK] = ACTIONS(1870), - [anon_sym_static] = ACTIONS(1870), - [anon_sym_register] = ACTIONS(1870), - [anon_sym_inline] = ACTIONS(1870), - [anon_sym_thread_local] = ACTIONS(1870), - [anon_sym_const] = ACTIONS(1870), - [anon_sym_volatile] = ACTIONS(1870), - [anon_sym_restrict] = ACTIONS(1870), - [anon_sym__Atomic] = ACTIONS(1870), - [anon_sym_mutable] = ACTIONS(1870), - [anon_sym_constexpr] = ACTIONS(1870), - [anon_sym_signed] = ACTIONS(1870), - [anon_sym_unsigned] = ACTIONS(1870), - [anon_sym_long] = ACTIONS(1870), - [anon_sym_short] = ACTIONS(1870), - [sym_primitive_type] = ACTIONS(1870), - [anon_sym_enum] = ACTIONS(1870), - [anon_sym_class] = ACTIONS(1870), - [anon_sym_struct] = ACTIONS(1870), - [anon_sym_union] = ACTIONS(1870), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1870), - [anon_sym_virtual] = ACTIONS(1870), - [anon_sym_explicit] = ACTIONS(1870), - [anon_sym_public] = ACTIONS(1870), - [anon_sym_private] = ACTIONS(1870), - [anon_sym_protected] = ACTIONS(1870), - [sym_auto] = ACTIONS(1870), - [anon_sym_typename] = ACTIONS(1870), - [anon_sym_template] = ACTIONS(1870), - [anon_sym_operator] = ACTIONS(1870), - [anon_sym_friend] = ACTIONS(1870), - [anon_sym_using] = ACTIONS(1870), - [anon_sym_static_assert] = ACTIONS(1870), - [sym_operator_name] = ACTIONS(1870), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1870), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1870), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1870), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1870), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1870), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1870), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1870), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1870), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1870), - [anon_sym_MOZ_COLD] = ACTIONS(1870), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1870), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1870), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1870), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1870), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1870), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1870), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1870), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1870), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1870), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1870), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1870), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1870), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1870), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1870), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1870), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1870), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1870), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1870), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1870), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1870), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_NONNULL] = ACTIONS(1870), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1870), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1870), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1870), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1870), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1870), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_NORETURN] = ACTIONS(1870), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1870), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1870), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1870), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1870), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1870), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1870), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1870), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1870), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1870), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1870), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1870), - [anon_sym_MOZ_RAII] = ACTIONS(1870), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1870), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1870), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1870), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1870), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1870), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1870), - }, - [946] = { - [sym_identifier] = ACTIONS(1874), - [aux_sym_preproc_def_token1] = ACTIONS(1874), - [aux_sym_preproc_if_token1] = ACTIONS(1874), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1874), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1874), - [sym_preproc_directive] = ACTIONS(1874), - [anon_sym_LPAREN2] = ACTIONS(1876), - [anon_sym_TILDE] = ACTIONS(1876), - [anon_sym_STAR] = ACTIONS(1876), - [anon_sym_AMP_AMP] = ACTIONS(1876), - [anon_sym_AMP] = ACTIONS(1874), - [anon_sym_typedef] = ACTIONS(1874), - [anon_sym_extern] = ACTIONS(1874), - [anon_sym___attribute__] = ACTIONS(1874), - [anon_sym_COLON_COLON] = ACTIONS(1876), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1876), - [anon_sym___declspec] = ACTIONS(1874), - [anon_sym___based] = ACTIONS(1874), - [anon_sym_RBRACE] = ACTIONS(1876), - [anon_sym_LBRACK] = ACTIONS(1874), - [anon_sym_static] = ACTIONS(1874), - [anon_sym_register] = ACTIONS(1874), - [anon_sym_inline] = ACTIONS(1874), - [anon_sym_thread_local] = ACTIONS(1874), - [anon_sym_const] = ACTIONS(1874), - [anon_sym_volatile] = ACTIONS(1874), - [anon_sym_restrict] = ACTIONS(1874), - [anon_sym__Atomic] = ACTIONS(1874), - [anon_sym_mutable] = ACTIONS(1874), - [anon_sym_constexpr] = ACTIONS(1874), - [anon_sym_signed] = ACTIONS(1874), - [anon_sym_unsigned] = ACTIONS(1874), - [anon_sym_long] = ACTIONS(1874), - [anon_sym_short] = ACTIONS(1874), - [sym_primitive_type] = ACTIONS(1874), - [anon_sym_enum] = ACTIONS(1874), - [anon_sym_class] = ACTIONS(1874), - [anon_sym_struct] = ACTIONS(1874), - [anon_sym_union] = ACTIONS(1874), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1874), - [anon_sym_virtual] = ACTIONS(1874), - [anon_sym_explicit] = ACTIONS(1874), - [anon_sym_public] = ACTIONS(1874), - [anon_sym_private] = ACTIONS(1874), - [anon_sym_protected] = ACTIONS(1874), - [sym_auto] = ACTIONS(1874), - [anon_sym_typename] = ACTIONS(1874), - [anon_sym_template] = ACTIONS(1874), - [anon_sym_operator] = ACTIONS(1874), - [anon_sym_friend] = ACTIONS(1874), - [anon_sym_using] = ACTIONS(1874), - [anon_sym_static_assert] = ACTIONS(1874), - [sym_operator_name] = ACTIONS(1874), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1874), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1874), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1874), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1874), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1874), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1874), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1874), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1874), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1874), - [anon_sym_MOZ_COLD] = ACTIONS(1874), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1874), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1874), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1874), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1874), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1874), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1874), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1874), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1874), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1874), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1874), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1874), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1874), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1874), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1874), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1874), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1874), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1874), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1874), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1874), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1874), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_NONNULL] = ACTIONS(1874), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1874), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1874), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1874), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1874), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1874), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_NORETURN] = ACTIONS(1874), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1874), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1874), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1874), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1874), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1874), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1874), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1874), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1874), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1874), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1874), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1874), - [anon_sym_MOZ_RAII] = ACTIONS(1874), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1874), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1874), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1874), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1874), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1874), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1874), + [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), }, - [947] = { - [sym_identifier] = ACTIONS(1660), - [aux_sym_preproc_def_token1] = ACTIONS(1660), - [aux_sym_preproc_if_token1] = ACTIONS(1660), - [aux_sym_preproc_if_token2] = ACTIONS(1660), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1660), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1660), - [sym_preproc_directive] = ACTIONS(1660), - [anon_sym_LPAREN2] = ACTIONS(1662), - [anon_sym_TILDE] = ACTIONS(1662), - [anon_sym_STAR] = ACTIONS(1662), - [anon_sym_AMP_AMP] = ACTIONS(1662), - [anon_sym_AMP] = ACTIONS(1660), - [anon_sym_typedef] = ACTIONS(1660), - [anon_sym_extern] = ACTIONS(1660), - [anon_sym___attribute__] = ACTIONS(1660), - [anon_sym_COLON_COLON] = ACTIONS(1662), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1662), - [anon_sym___declspec] = ACTIONS(1660), - [anon_sym___based] = ACTIONS(1660), - [anon_sym_LBRACK] = ACTIONS(1660), - [anon_sym_static] = ACTIONS(1660), - [anon_sym_register] = ACTIONS(1660), - [anon_sym_inline] = ACTIONS(1660), - [anon_sym_thread_local] = ACTIONS(1660), - [anon_sym_const] = ACTIONS(1660), - [anon_sym_volatile] = ACTIONS(1660), - [anon_sym_restrict] = ACTIONS(1660), - [anon_sym__Atomic] = ACTIONS(1660), - [anon_sym_mutable] = ACTIONS(1660), - [anon_sym_constexpr] = ACTIONS(1660), - [anon_sym_signed] = ACTIONS(1660), - [anon_sym_unsigned] = ACTIONS(1660), - [anon_sym_long] = ACTIONS(1660), - [anon_sym_short] = ACTIONS(1660), - [sym_primitive_type] = ACTIONS(1660), - [anon_sym_enum] = ACTIONS(1660), - [anon_sym_class] = ACTIONS(1660), - [anon_sym_struct] = ACTIONS(1660), - [anon_sym_union] = ACTIONS(1660), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1660), - [anon_sym_virtual] = ACTIONS(1660), - [anon_sym_explicit] = ACTIONS(1660), - [anon_sym_public] = ACTIONS(1660), - [anon_sym_private] = ACTIONS(1660), - [anon_sym_protected] = ACTIONS(1660), - [sym_auto] = ACTIONS(1660), - [anon_sym_typename] = ACTIONS(1660), - [anon_sym_template] = ACTIONS(1660), - [anon_sym_operator] = ACTIONS(1660), - [anon_sym_friend] = ACTIONS(1660), - [anon_sym_using] = ACTIONS(1660), - [anon_sym_static_assert] = ACTIONS(1660), - [sym_operator_name] = ACTIONS(1660), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1660), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1660), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1660), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1660), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1660), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1660), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1660), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1660), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1660), - [anon_sym_MOZ_COLD] = ACTIONS(1660), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1660), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1660), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1660), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1660), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1660), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1660), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1660), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1660), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1660), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1660), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1660), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1660), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1660), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1660), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1660), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1660), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1660), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1660), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1660), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1660), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_NONNULL] = ACTIONS(1660), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1660), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1660), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1660), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1660), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1660), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_NORETURN] = ACTIONS(1660), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1660), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1660), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1660), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1660), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1660), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1660), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1660), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1660), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1660), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1660), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1660), - [anon_sym_MOZ_RAII] = ACTIONS(1660), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1660), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1660), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1660), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1660), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1660), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1660), + [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), }, - [948] = { - [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), - [sym_operator_name] = 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), - }, - [949] = { - [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), - [sym_operator_name] = 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), - }, - [950] = { - [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), + [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(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), - [sym_operator_name] = 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), + [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), }, - [951] = { - [sym_identifier] = ACTIONS(1730), - [aux_sym_preproc_def_token1] = ACTIONS(1730), - [aux_sym_preproc_if_token1] = ACTIONS(1730), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1730), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1730), - [sym_preproc_directive] = ACTIONS(1730), - [anon_sym_LPAREN2] = ACTIONS(1732), - [anon_sym_TILDE] = ACTIONS(1732), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_AMP_AMP] = ACTIONS(1732), - [anon_sym_AMP] = ACTIONS(1730), - [anon_sym_typedef] = ACTIONS(1730), - [anon_sym_extern] = ACTIONS(1730), - [anon_sym___attribute__] = ACTIONS(1730), - [anon_sym_COLON_COLON] = ACTIONS(1732), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1732), - [anon_sym___declspec] = ACTIONS(1730), - [anon_sym___based] = ACTIONS(1730), - [anon_sym_RBRACE] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_static] = ACTIONS(1730), - [anon_sym_register] = ACTIONS(1730), - [anon_sym_inline] = ACTIONS(1730), - [anon_sym_thread_local] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1730), - [anon_sym_volatile] = ACTIONS(1730), - [anon_sym_restrict] = ACTIONS(1730), - [anon_sym__Atomic] = ACTIONS(1730), - [anon_sym_mutable] = ACTIONS(1730), - [anon_sym_constexpr] = ACTIONS(1730), - [anon_sym_signed] = ACTIONS(1730), - [anon_sym_unsigned] = ACTIONS(1730), - [anon_sym_long] = ACTIONS(1730), - [anon_sym_short] = ACTIONS(1730), - [sym_primitive_type] = ACTIONS(1730), - [anon_sym_enum] = ACTIONS(1730), - [anon_sym_class] = ACTIONS(1730), - [anon_sym_struct] = ACTIONS(1730), - [anon_sym_union] = ACTIONS(1730), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1730), - [anon_sym_virtual] = ACTIONS(1730), - [anon_sym_explicit] = ACTIONS(1730), - [anon_sym_public] = ACTIONS(1730), - [anon_sym_private] = ACTIONS(1730), - [anon_sym_protected] = ACTIONS(1730), - [sym_auto] = ACTIONS(1730), - [anon_sym_typename] = ACTIONS(1730), - [anon_sym_template] = ACTIONS(1730), - [anon_sym_operator] = ACTIONS(1730), - [anon_sym_friend] = ACTIONS(1730), - [anon_sym_using] = ACTIONS(1730), - [anon_sym_static_assert] = ACTIONS(1730), - [sym_operator_name] = ACTIONS(1730), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1730), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1730), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1730), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1730), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1730), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1730), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1730), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1730), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1730), - [anon_sym_MOZ_COLD] = ACTIONS(1730), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1730), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1730), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1730), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1730), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1730), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1730), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1730), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1730), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1730), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1730), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1730), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1730), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1730), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1730), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1730), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1730), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1730), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1730), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1730), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1730), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_NONNULL] = ACTIONS(1730), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1730), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1730), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1730), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1730), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1730), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_NORETURN] = ACTIONS(1730), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1730), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1730), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1730), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1730), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1730), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1730), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1730), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1730), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1730), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1730), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1730), - [anon_sym_MOZ_RAII] = ACTIONS(1730), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1730), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1730), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1730), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1730), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1730), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1730), + [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), }, - [952] = { - [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), - [sym_operator_name] = 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), - }, - [953] = { - [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), + [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(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), - [sym_operator_name] = 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(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), }, - [954] = { - [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_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), - [sym_operator_name] = 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), + [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), + [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), }, - [955] = { - [sym_identifier] = ACTIONS(1722), - [aux_sym_preproc_def_token1] = ACTIONS(1722), - [aux_sym_preproc_if_token1] = ACTIONS(1722), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1722), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1722), - [sym_preproc_directive] = ACTIONS(1722), - [anon_sym_LPAREN2] = ACTIONS(1724), - [anon_sym_TILDE] = ACTIONS(1724), - [anon_sym_STAR] = ACTIONS(1724), - [anon_sym_AMP_AMP] = ACTIONS(1724), - [anon_sym_AMP] = ACTIONS(1722), - [anon_sym_typedef] = ACTIONS(1722), - [anon_sym_extern] = ACTIONS(1722), - [anon_sym___attribute__] = ACTIONS(1722), - [anon_sym_COLON_COLON] = ACTIONS(1724), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1724), - [anon_sym___declspec] = ACTIONS(1722), - [anon_sym___based] = ACTIONS(1722), - [anon_sym_RBRACE] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1722), - [anon_sym_static] = ACTIONS(1722), - [anon_sym_register] = ACTIONS(1722), - [anon_sym_inline] = ACTIONS(1722), - [anon_sym_thread_local] = ACTIONS(1722), - [anon_sym_const] = ACTIONS(1722), - [anon_sym_volatile] = ACTIONS(1722), - [anon_sym_restrict] = ACTIONS(1722), - [anon_sym__Atomic] = ACTIONS(1722), - [anon_sym_mutable] = ACTIONS(1722), - [anon_sym_constexpr] = ACTIONS(1722), - [anon_sym_signed] = ACTIONS(1722), - [anon_sym_unsigned] = ACTIONS(1722), - [anon_sym_long] = ACTIONS(1722), - [anon_sym_short] = ACTIONS(1722), - [sym_primitive_type] = ACTIONS(1722), - [anon_sym_enum] = ACTIONS(1722), - [anon_sym_class] = ACTIONS(1722), - [anon_sym_struct] = ACTIONS(1722), - [anon_sym_union] = ACTIONS(1722), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1722), - [anon_sym_virtual] = ACTIONS(1722), - [anon_sym_explicit] = ACTIONS(1722), - [anon_sym_public] = ACTIONS(1722), - [anon_sym_private] = ACTIONS(1722), - [anon_sym_protected] = ACTIONS(1722), - [sym_auto] = ACTIONS(1722), - [anon_sym_typename] = ACTIONS(1722), - [anon_sym_template] = ACTIONS(1722), - [anon_sym_operator] = ACTIONS(1722), - [anon_sym_friend] = ACTIONS(1722), - [anon_sym_using] = ACTIONS(1722), - [anon_sym_static_assert] = ACTIONS(1722), - [sym_operator_name] = ACTIONS(1722), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1722), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1722), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1722), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1722), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1722), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1722), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1722), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1722), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1722), - [anon_sym_MOZ_COLD] = ACTIONS(1722), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1722), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1722), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1722), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1722), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1722), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1722), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1722), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1722), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1722), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1722), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1722), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1722), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1722), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1722), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1722), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1722), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1722), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1722), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1722), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1722), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1722), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_NONNULL] = ACTIONS(1722), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1722), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1722), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1722), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1722), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1722), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_NORETURN] = ACTIONS(1722), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1722), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1722), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1722), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1722), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1722), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1722), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1722), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1722), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1722), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1722), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1722), - [anon_sym_MOZ_RAII] = ACTIONS(1722), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1722), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1722), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1722), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1722), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1722), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1722), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1722), + [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), }, - [956] = { - [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), - [sym_operator_name] = 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), + [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), + [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), }, - [957] = { - [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), + [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(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), - [sym_operator_name] = 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), + [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), }, - [958] = { - [sym_identifier] = ACTIONS(1648), - [aux_sym_preproc_def_token1] = ACTIONS(1648), - [aux_sym_preproc_if_token1] = ACTIONS(1648), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1648), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1648), - [sym_preproc_directive] = ACTIONS(1648), - [anon_sym_LPAREN2] = ACTIONS(1650), - [anon_sym_TILDE] = ACTIONS(1650), - [anon_sym_STAR] = ACTIONS(1650), - [anon_sym_AMP_AMP] = ACTIONS(1650), - [anon_sym_AMP] = ACTIONS(1648), - [anon_sym_typedef] = ACTIONS(1648), - [anon_sym_extern] = ACTIONS(1648), - [anon_sym___attribute__] = ACTIONS(1648), - [anon_sym_COLON_COLON] = ACTIONS(1650), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1650), - [anon_sym___declspec] = ACTIONS(1648), - [anon_sym___based] = ACTIONS(1648), - [anon_sym_RBRACE] = ACTIONS(1650), - [anon_sym_LBRACK] = ACTIONS(1648), - [anon_sym_static] = ACTIONS(1648), - [anon_sym_register] = ACTIONS(1648), - [anon_sym_inline] = ACTIONS(1648), - [anon_sym_thread_local] = ACTIONS(1648), - [anon_sym_const] = ACTIONS(1648), - [anon_sym_volatile] = ACTIONS(1648), - [anon_sym_restrict] = ACTIONS(1648), - [anon_sym__Atomic] = ACTIONS(1648), - [anon_sym_mutable] = ACTIONS(1648), - [anon_sym_constexpr] = ACTIONS(1648), - [anon_sym_signed] = ACTIONS(1648), - [anon_sym_unsigned] = ACTIONS(1648), - [anon_sym_long] = ACTIONS(1648), - [anon_sym_short] = ACTIONS(1648), - [sym_primitive_type] = ACTIONS(1648), - [anon_sym_enum] = ACTIONS(1648), - [anon_sym_class] = ACTIONS(1648), - [anon_sym_struct] = ACTIONS(1648), - [anon_sym_union] = ACTIONS(1648), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1648), - [anon_sym_virtual] = ACTIONS(1648), - [anon_sym_explicit] = ACTIONS(1648), - [anon_sym_public] = ACTIONS(1648), - [anon_sym_private] = ACTIONS(1648), - [anon_sym_protected] = ACTIONS(1648), - [sym_auto] = ACTIONS(1648), - [anon_sym_typename] = ACTIONS(1648), - [anon_sym_template] = ACTIONS(1648), - [anon_sym_operator] = ACTIONS(1648), - [anon_sym_friend] = ACTIONS(1648), - [anon_sym_using] = ACTIONS(1648), - [anon_sym_static_assert] = ACTIONS(1648), - [sym_operator_name] = ACTIONS(1648), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1648), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1648), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1648), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1648), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1648), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1648), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1648), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1648), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1648), - [anon_sym_MOZ_COLD] = ACTIONS(1648), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1648), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1648), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1648), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1648), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1648), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1648), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1648), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1648), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1648), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1648), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1648), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1648), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1648), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1648), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1648), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1648), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1648), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1648), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1648), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1648), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_NONNULL] = ACTIONS(1648), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1648), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1648), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1648), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1648), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1648), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_NORETURN] = ACTIONS(1648), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1648), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1648), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1648), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1648), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1648), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1648), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1648), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1648), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1648), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1648), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1648), - [anon_sym_MOZ_RAII] = ACTIONS(1648), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1648), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1648), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1648), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1648), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1648), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1648), + [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), }, - [959] = { - [sym_identifier] = ACTIONS(1742), - [aux_sym_preproc_def_token1] = ACTIONS(1742), - [aux_sym_preproc_if_token1] = ACTIONS(1742), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1742), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1742), - [sym_preproc_directive] = ACTIONS(1742), - [anon_sym_LPAREN2] = ACTIONS(1744), - [anon_sym_TILDE] = ACTIONS(1744), - [anon_sym_STAR] = ACTIONS(1744), - [anon_sym_AMP_AMP] = ACTIONS(1744), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_typedef] = ACTIONS(1742), - [anon_sym_extern] = ACTIONS(1742), - [anon_sym___attribute__] = ACTIONS(1742), - [anon_sym_COLON_COLON] = ACTIONS(1744), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1744), - [anon_sym___declspec] = ACTIONS(1742), - [anon_sym___based] = ACTIONS(1742), - [anon_sym_RBRACE] = ACTIONS(1744), - [anon_sym_LBRACK] = ACTIONS(1742), - [anon_sym_static] = ACTIONS(1742), - [anon_sym_register] = ACTIONS(1742), - [anon_sym_inline] = ACTIONS(1742), - [anon_sym_thread_local] = ACTIONS(1742), - [anon_sym_const] = ACTIONS(1742), - [anon_sym_volatile] = ACTIONS(1742), - [anon_sym_restrict] = ACTIONS(1742), - [anon_sym__Atomic] = ACTIONS(1742), - [anon_sym_mutable] = ACTIONS(1742), - [anon_sym_constexpr] = ACTIONS(1742), - [anon_sym_signed] = ACTIONS(1742), - [anon_sym_unsigned] = ACTIONS(1742), - [anon_sym_long] = ACTIONS(1742), - [anon_sym_short] = ACTIONS(1742), - [sym_primitive_type] = ACTIONS(1742), - [anon_sym_enum] = ACTIONS(1742), - [anon_sym_class] = ACTIONS(1742), - [anon_sym_struct] = ACTIONS(1742), - [anon_sym_union] = ACTIONS(1742), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1742), - [anon_sym_virtual] = ACTIONS(1742), - [anon_sym_explicit] = ACTIONS(1742), - [anon_sym_public] = ACTIONS(1742), - [anon_sym_private] = ACTIONS(1742), - [anon_sym_protected] = ACTIONS(1742), - [sym_auto] = ACTIONS(1742), - [anon_sym_typename] = ACTIONS(1742), - [anon_sym_template] = ACTIONS(1742), - [anon_sym_operator] = ACTIONS(1742), - [anon_sym_friend] = ACTIONS(1742), - [anon_sym_using] = ACTIONS(1742), - [anon_sym_static_assert] = ACTIONS(1742), - [sym_operator_name] = ACTIONS(1742), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1742), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1742), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1742), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1742), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1742), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1742), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1742), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1742), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1742), - [anon_sym_MOZ_COLD] = ACTIONS(1742), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1742), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1742), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1742), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1742), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1742), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1742), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1742), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1742), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1742), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1742), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1742), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1742), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1742), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1742), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1742), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1742), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1742), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1742), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1742), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1742), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1742), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_NONNULL] = ACTIONS(1742), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1742), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1742), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1742), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1742), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1742), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_NORETURN] = ACTIONS(1742), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1742), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1742), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1742), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1742), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1742), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1742), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1742), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1742), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1742), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1742), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1742), - [anon_sym_MOZ_RAII] = ACTIONS(1742), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1742), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1742), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1742), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1742), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1742), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1742), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1742), + [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), }, - [960] = { - [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), + [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), + [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), + }, + [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), [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), - [sym_operator_name] = 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), - }, - [961] = { - [sym_identifier] = ACTIONS(1652), - [aux_sym_preproc_def_token1] = ACTIONS(1652), - [aux_sym_preproc_if_token1] = ACTIONS(1652), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1652), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1652), - [sym_preproc_directive] = ACTIONS(1652), - [anon_sym_LPAREN2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1654), - [anon_sym_STAR] = ACTIONS(1654), - [anon_sym_AMP_AMP] = ACTIONS(1654), - [anon_sym_AMP] = ACTIONS(1652), - [anon_sym_typedef] = ACTIONS(1652), - [anon_sym_extern] = ACTIONS(1652), - [anon_sym___attribute__] = ACTIONS(1652), - [anon_sym_COLON_COLON] = ACTIONS(1654), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1654), - [anon_sym___declspec] = ACTIONS(1652), - [anon_sym___based] = ACTIONS(1652), - [anon_sym_RBRACE] = ACTIONS(1654), - [anon_sym_LBRACK] = ACTIONS(1652), - [anon_sym_static] = ACTIONS(1652), - [anon_sym_register] = ACTIONS(1652), - [anon_sym_inline] = ACTIONS(1652), - [anon_sym_thread_local] = ACTIONS(1652), - [anon_sym_const] = ACTIONS(1652), - [anon_sym_volatile] = ACTIONS(1652), - [anon_sym_restrict] = ACTIONS(1652), - [anon_sym__Atomic] = ACTIONS(1652), - [anon_sym_mutable] = ACTIONS(1652), - [anon_sym_constexpr] = ACTIONS(1652), - [anon_sym_signed] = ACTIONS(1652), - [anon_sym_unsigned] = ACTIONS(1652), - [anon_sym_long] = ACTIONS(1652), - [anon_sym_short] = ACTIONS(1652), - [sym_primitive_type] = ACTIONS(1652), - [anon_sym_enum] = ACTIONS(1652), - [anon_sym_class] = ACTIONS(1652), - [anon_sym_struct] = ACTIONS(1652), - [anon_sym_union] = ACTIONS(1652), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1652), - [anon_sym_virtual] = ACTIONS(1652), - [anon_sym_explicit] = ACTIONS(1652), - [anon_sym_public] = ACTIONS(1652), - [anon_sym_private] = ACTIONS(1652), - [anon_sym_protected] = ACTIONS(1652), - [sym_auto] = ACTIONS(1652), - [anon_sym_typename] = ACTIONS(1652), - [anon_sym_template] = ACTIONS(1652), - [anon_sym_operator] = ACTIONS(1652), - [anon_sym_friend] = ACTIONS(1652), - [anon_sym_using] = ACTIONS(1652), - [anon_sym_static_assert] = ACTIONS(1652), - [sym_operator_name] = ACTIONS(1652), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1652), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1652), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1652), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1652), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1652), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1652), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1652), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1652), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1652), - [anon_sym_MOZ_COLD] = ACTIONS(1652), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1652), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1652), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1652), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1652), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1652), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1652), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1652), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1652), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1652), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1652), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1652), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1652), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1652), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1652), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1652), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1652), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1652), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1652), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1652), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1652), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_NONNULL] = ACTIONS(1652), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1652), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1652), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1652), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1652), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1652), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_NORETURN] = ACTIONS(1652), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1652), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1652), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1652), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1652), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1652), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1652), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1652), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1652), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1652), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1652), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1652), - [anon_sym_MOZ_RAII] = ACTIONS(1652), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1652), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1652), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1652), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1652), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1652), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1652), + [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), }, - [962] = { - [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), + [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), [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), - [sym_operator_name] = 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), + [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), }, - [963] = { - [sym_identifier] = ACTIONS(1534), - [aux_sym_preproc_def_token1] = ACTIONS(1534), - [aux_sym_preproc_if_token1] = ACTIONS(1534), - [aux_sym_preproc_if_token2] = ACTIONS(1534), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1534), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1534), - [sym_preproc_directive] = ACTIONS(1534), - [anon_sym_LPAREN2] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_STAR] = ACTIONS(1536), - [anon_sym_AMP_AMP] = ACTIONS(1536), - [anon_sym_AMP] = ACTIONS(1534), - [anon_sym_typedef] = ACTIONS(1534), - [anon_sym_extern] = ACTIONS(1534), - [anon_sym___attribute__] = ACTIONS(1534), - [anon_sym_COLON_COLON] = ACTIONS(1536), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [anon_sym___declspec] = ACTIONS(1534), - [anon_sym___based] = ACTIONS(1534), - [anon_sym_LBRACK] = ACTIONS(1534), - [anon_sym_static] = ACTIONS(1534), - [anon_sym_register] = ACTIONS(1534), - [anon_sym_inline] = ACTIONS(1534), - [anon_sym_thread_local] = ACTIONS(1534), - [anon_sym_const] = ACTIONS(1534), - [anon_sym_volatile] = ACTIONS(1534), - [anon_sym_restrict] = ACTIONS(1534), - [anon_sym__Atomic] = ACTIONS(1534), - [anon_sym_mutable] = ACTIONS(1534), - [anon_sym_constexpr] = ACTIONS(1534), - [anon_sym_signed] = ACTIONS(1534), - [anon_sym_unsigned] = ACTIONS(1534), - [anon_sym_long] = ACTIONS(1534), - [anon_sym_short] = ACTIONS(1534), - [sym_primitive_type] = ACTIONS(1534), - [anon_sym_enum] = ACTIONS(1534), - [anon_sym_class] = ACTIONS(1534), - [anon_sym_struct] = ACTIONS(1534), - [anon_sym_union] = ACTIONS(1534), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1534), - [anon_sym_virtual] = ACTIONS(1534), - [anon_sym_explicit] = ACTIONS(1534), - [anon_sym_public] = ACTIONS(1534), - [anon_sym_private] = ACTIONS(1534), - [anon_sym_protected] = ACTIONS(1534), - [sym_auto] = ACTIONS(1534), - [anon_sym_typename] = ACTIONS(1534), - [anon_sym_template] = ACTIONS(1534), - [anon_sym_operator] = ACTIONS(1534), - [anon_sym_friend] = ACTIONS(1534), - [anon_sym_using] = ACTIONS(1534), - [anon_sym_static_assert] = ACTIONS(1534), - [sym_operator_name] = ACTIONS(1534), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1534), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1534), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1534), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1534), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1534), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1534), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1534), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1534), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1534), - [anon_sym_MOZ_COLD] = ACTIONS(1534), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1534), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1534), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1534), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1534), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1534), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1534), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1534), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1534), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1534), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1534), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1534), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1534), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1534), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1534), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1534), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1534), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1534), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1534), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1534), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1534), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_NONNULL] = ACTIONS(1534), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1534), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1534), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1534), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1534), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1534), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_NORETURN] = ACTIONS(1534), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1534), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1534), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1534), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1534), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1534), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1534), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1534), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1534), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1534), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1534), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1534), - [anon_sym_MOZ_RAII] = ACTIONS(1534), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1534), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1534), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1534), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1534), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1534), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1534), + [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), + [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), }, - [964] = { - [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), + [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), + [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), + }, + [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(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), - [sym_operator_name] = 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), + [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), }, - [965] = { - [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), - [sym_operator_name] = 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), + [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), + [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), }, - [966] = { - [sym_identifier] = ACTIONS(1738), - [aux_sym_preproc_def_token1] = ACTIONS(1738), - [aux_sym_preproc_if_token1] = ACTIONS(1738), - [aux_sym_preproc_if_token2] = ACTIONS(1738), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1738), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1738), - [sym_preproc_directive] = ACTIONS(1738), - [anon_sym_LPAREN2] = ACTIONS(1740), - [anon_sym_TILDE] = ACTIONS(1740), - [anon_sym_STAR] = ACTIONS(1740), - [anon_sym_AMP_AMP] = ACTIONS(1740), - [anon_sym_AMP] = ACTIONS(1738), - [anon_sym_typedef] = ACTIONS(1738), - [anon_sym_extern] = ACTIONS(1738), - [anon_sym___attribute__] = ACTIONS(1738), - [anon_sym_COLON_COLON] = ACTIONS(1740), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1740), - [anon_sym___declspec] = ACTIONS(1738), - [anon_sym___based] = ACTIONS(1738), - [anon_sym_LBRACK] = ACTIONS(1738), - [anon_sym_static] = ACTIONS(1738), - [anon_sym_register] = ACTIONS(1738), - [anon_sym_inline] = ACTIONS(1738), - [anon_sym_thread_local] = ACTIONS(1738), - [anon_sym_const] = ACTIONS(1738), - [anon_sym_volatile] = ACTIONS(1738), - [anon_sym_restrict] = ACTIONS(1738), - [anon_sym__Atomic] = ACTIONS(1738), - [anon_sym_mutable] = ACTIONS(1738), - [anon_sym_constexpr] = ACTIONS(1738), - [anon_sym_signed] = ACTIONS(1738), - [anon_sym_unsigned] = ACTIONS(1738), - [anon_sym_long] = ACTIONS(1738), - [anon_sym_short] = ACTIONS(1738), - [sym_primitive_type] = ACTIONS(1738), - [anon_sym_enum] = ACTIONS(1738), - [anon_sym_class] = ACTIONS(1738), - [anon_sym_struct] = ACTIONS(1738), - [anon_sym_union] = ACTIONS(1738), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1738), - [anon_sym_virtual] = ACTIONS(1738), - [anon_sym_explicit] = ACTIONS(1738), - [anon_sym_public] = ACTIONS(1738), - [anon_sym_private] = ACTIONS(1738), - [anon_sym_protected] = ACTIONS(1738), - [sym_auto] = ACTIONS(1738), - [anon_sym_typename] = ACTIONS(1738), - [anon_sym_template] = ACTIONS(1738), - [anon_sym_operator] = ACTIONS(1738), - [anon_sym_friend] = ACTIONS(1738), - [anon_sym_using] = ACTIONS(1738), - [anon_sym_static_assert] = ACTIONS(1738), - [sym_operator_name] = ACTIONS(1738), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1738), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1738), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1738), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1738), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1738), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1738), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1738), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1738), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1738), - [anon_sym_MOZ_COLD] = ACTIONS(1738), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1738), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1738), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1738), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1738), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1738), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1738), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1738), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1738), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1738), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1738), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1738), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1738), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1738), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1738), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1738), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1738), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1738), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1738), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1738), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1738), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_NONNULL] = ACTIONS(1738), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1738), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1738), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1738), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1738), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1738), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_NORETURN] = ACTIONS(1738), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1738), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1738), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1738), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1738), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1738), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1738), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1738), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1738), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1738), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1738), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1738), - [anon_sym_MOZ_RAII] = ACTIONS(1738), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1738), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1738), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1738), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1738), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1738), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1738), + [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), + [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), }, - [967] = { - [sym_identifier] = ACTIONS(1734), - [aux_sym_preproc_def_token1] = ACTIONS(1734), - [aux_sym_preproc_if_token1] = ACTIONS(1734), - [aux_sym_preproc_if_token2] = ACTIONS(1734), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1734), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1734), - [sym_preproc_directive] = ACTIONS(1734), - [anon_sym_LPAREN2] = ACTIONS(1736), - [anon_sym_TILDE] = ACTIONS(1736), - [anon_sym_STAR] = ACTIONS(1736), - [anon_sym_AMP_AMP] = ACTIONS(1736), - [anon_sym_AMP] = ACTIONS(1734), - [anon_sym_typedef] = ACTIONS(1734), - [anon_sym_extern] = ACTIONS(1734), - [anon_sym___attribute__] = ACTIONS(1734), - [anon_sym_COLON_COLON] = ACTIONS(1736), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1736), - [anon_sym___declspec] = ACTIONS(1734), - [anon_sym___based] = ACTIONS(1734), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_static] = ACTIONS(1734), - [anon_sym_register] = ACTIONS(1734), - [anon_sym_inline] = ACTIONS(1734), - [anon_sym_thread_local] = ACTIONS(1734), - [anon_sym_const] = ACTIONS(1734), - [anon_sym_volatile] = ACTIONS(1734), - [anon_sym_restrict] = ACTIONS(1734), - [anon_sym__Atomic] = ACTIONS(1734), - [anon_sym_mutable] = ACTIONS(1734), - [anon_sym_constexpr] = ACTIONS(1734), - [anon_sym_signed] = ACTIONS(1734), - [anon_sym_unsigned] = ACTIONS(1734), - [anon_sym_long] = ACTIONS(1734), - [anon_sym_short] = ACTIONS(1734), - [sym_primitive_type] = ACTIONS(1734), - [anon_sym_enum] = ACTIONS(1734), - [anon_sym_class] = ACTIONS(1734), - [anon_sym_struct] = ACTIONS(1734), - [anon_sym_union] = ACTIONS(1734), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1734), - [anon_sym_virtual] = ACTIONS(1734), - [anon_sym_explicit] = ACTIONS(1734), - [anon_sym_public] = ACTIONS(1734), - [anon_sym_private] = ACTIONS(1734), - [anon_sym_protected] = ACTIONS(1734), - [sym_auto] = ACTIONS(1734), - [anon_sym_typename] = ACTIONS(1734), - [anon_sym_template] = ACTIONS(1734), - [anon_sym_operator] = ACTIONS(1734), - [anon_sym_friend] = ACTIONS(1734), - [anon_sym_using] = ACTIONS(1734), - [anon_sym_static_assert] = ACTIONS(1734), - [sym_operator_name] = ACTIONS(1734), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1734), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1734), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1734), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1734), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1734), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1734), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1734), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1734), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1734), - [anon_sym_MOZ_COLD] = ACTIONS(1734), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1734), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1734), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1734), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1734), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1734), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1734), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1734), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1734), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1734), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1734), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1734), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1734), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1734), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1734), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1734), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1734), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1734), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1734), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1734), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1734), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_NONNULL] = ACTIONS(1734), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1734), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1734), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1734), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1734), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1734), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_NORETURN] = ACTIONS(1734), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1734), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1734), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1734), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1734), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1734), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1734), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1734), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1734), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1734), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1734), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1734), - [anon_sym_MOZ_RAII] = ACTIONS(1734), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1734), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1734), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1734), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1734), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1734), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1734), + [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), + [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), }, - [968] = { - [sym_identifier] = ACTIONS(1566), - [aux_sym_preproc_def_token1] = ACTIONS(1566), - [aux_sym_preproc_if_token1] = ACTIONS(1566), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1566), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1566), - [sym_preproc_directive] = ACTIONS(1566), - [anon_sym_LPAREN2] = ACTIONS(1568), - [anon_sym_TILDE] = ACTIONS(1568), - [anon_sym_STAR] = ACTIONS(1568), - [anon_sym_AMP_AMP] = ACTIONS(1568), - [anon_sym_AMP] = ACTIONS(1566), - [anon_sym_typedef] = ACTIONS(1566), - [anon_sym_extern] = ACTIONS(1566), - [anon_sym___attribute__] = ACTIONS(1566), - [anon_sym_COLON_COLON] = ACTIONS(1568), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1568), - [anon_sym___declspec] = ACTIONS(1566), - [anon_sym___based] = ACTIONS(1566), - [anon_sym_RBRACE] = ACTIONS(1568), - [anon_sym_LBRACK] = ACTIONS(1566), - [anon_sym_static] = ACTIONS(1566), - [anon_sym_register] = ACTIONS(1566), - [anon_sym_inline] = ACTIONS(1566), - [anon_sym_thread_local] = ACTIONS(1566), - [anon_sym_const] = ACTIONS(1566), - [anon_sym_volatile] = ACTIONS(1566), - [anon_sym_restrict] = ACTIONS(1566), - [anon_sym__Atomic] = ACTIONS(1566), - [anon_sym_mutable] = ACTIONS(1566), - [anon_sym_constexpr] = ACTIONS(1566), - [anon_sym_signed] = ACTIONS(1566), - [anon_sym_unsigned] = ACTIONS(1566), - [anon_sym_long] = ACTIONS(1566), - [anon_sym_short] = ACTIONS(1566), - [sym_primitive_type] = ACTIONS(1566), - [anon_sym_enum] = ACTIONS(1566), - [anon_sym_class] = ACTIONS(1566), - [anon_sym_struct] = ACTIONS(1566), - [anon_sym_union] = ACTIONS(1566), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1566), - [anon_sym_virtual] = ACTIONS(1566), - [anon_sym_explicit] = ACTIONS(1566), - [anon_sym_public] = ACTIONS(1566), - [anon_sym_private] = ACTIONS(1566), - [anon_sym_protected] = ACTIONS(1566), - [sym_auto] = ACTIONS(1566), - [anon_sym_typename] = ACTIONS(1566), - [anon_sym_template] = ACTIONS(1566), - [anon_sym_operator] = ACTIONS(1566), - [anon_sym_friend] = ACTIONS(1566), - [anon_sym_using] = ACTIONS(1566), - [anon_sym_static_assert] = ACTIONS(1566), - [sym_operator_name] = ACTIONS(1566), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1566), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1566), - [anon_sym_MOZ_COLD] = ACTIONS(1566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_NONNULL] = ACTIONS(1566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_NORETURN] = ACTIONS(1566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1566), - [anon_sym_MOZ_RAII] = ACTIONS(1566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1566), + [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), + [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), }, - [969] = { - [sym_identifier] = ACTIONS(1558), - [aux_sym_preproc_def_token1] = ACTIONS(1558), - [aux_sym_preproc_if_token1] = ACTIONS(1558), - [aux_sym_preproc_if_token2] = ACTIONS(1558), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1558), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1558), - [sym_preproc_directive] = ACTIONS(1558), - [anon_sym_LPAREN2] = ACTIONS(1560), - [anon_sym_TILDE] = ACTIONS(1560), - [anon_sym_STAR] = ACTIONS(1560), - [anon_sym_AMP_AMP] = ACTIONS(1560), - [anon_sym_AMP] = ACTIONS(1558), - [anon_sym_typedef] = ACTIONS(1558), - [anon_sym_extern] = ACTIONS(1558), - [anon_sym___attribute__] = ACTIONS(1558), - [anon_sym_COLON_COLON] = ACTIONS(1560), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1560), - [anon_sym___declspec] = ACTIONS(1558), - [anon_sym___based] = ACTIONS(1558), - [anon_sym_LBRACK] = ACTIONS(1558), - [anon_sym_static] = ACTIONS(1558), - [anon_sym_register] = ACTIONS(1558), - [anon_sym_inline] = ACTIONS(1558), - [anon_sym_thread_local] = ACTIONS(1558), - [anon_sym_const] = ACTIONS(1558), - [anon_sym_volatile] = ACTIONS(1558), - [anon_sym_restrict] = ACTIONS(1558), - [anon_sym__Atomic] = ACTIONS(1558), - [anon_sym_mutable] = ACTIONS(1558), - [anon_sym_constexpr] = ACTIONS(1558), - [anon_sym_signed] = ACTIONS(1558), - [anon_sym_unsigned] = ACTIONS(1558), - [anon_sym_long] = ACTIONS(1558), - [anon_sym_short] = ACTIONS(1558), - [sym_primitive_type] = ACTIONS(1558), - [anon_sym_enum] = ACTIONS(1558), - [anon_sym_class] = ACTIONS(1558), - [anon_sym_struct] = ACTIONS(1558), - [anon_sym_union] = ACTIONS(1558), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1558), - [anon_sym_virtual] = ACTIONS(1558), - [anon_sym_explicit] = ACTIONS(1558), - [anon_sym_public] = ACTIONS(1558), - [anon_sym_private] = ACTIONS(1558), - [anon_sym_protected] = ACTIONS(1558), - [sym_auto] = ACTIONS(1558), - [anon_sym_typename] = ACTIONS(1558), - [anon_sym_template] = ACTIONS(1558), - [anon_sym_operator] = ACTIONS(1558), - [anon_sym_friend] = ACTIONS(1558), - [anon_sym_using] = ACTIONS(1558), - [anon_sym_static_assert] = ACTIONS(1558), - [sym_operator_name] = ACTIONS(1558), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1558), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1558), - [anon_sym_MOZ_COLD] = ACTIONS(1558), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1558), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1558), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1558), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1558), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1558), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1558), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1558), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1558), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1558), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1558), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1558), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1558), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_RAII] = ACTIONS(1558), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1558), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1558), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1558), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1558), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1558), + [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), + [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), }, - [970] = { - [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), - [sym_operator_name] = 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), + [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), + [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), }, - [971] = { - [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), + [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), [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), - [sym_operator_name] = 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), + [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), }, - [972] = { - [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), - [sym_operator_name] = 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), + [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), + [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), }, - [973] = { - [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), - [sym_operator_name] = 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), + [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), + [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), }, - [974] = { - [sym_identifier] = ACTIONS(1850), - [aux_sym_preproc_def_token1] = ACTIONS(1850), - [aux_sym_preproc_if_token1] = ACTIONS(1850), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1850), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1850), - [sym_preproc_directive] = ACTIONS(1850), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_TILDE] = ACTIONS(1852), - [anon_sym_STAR] = ACTIONS(1852), - [anon_sym_AMP_AMP] = ACTIONS(1852), - [anon_sym_AMP] = ACTIONS(1850), - [anon_sym_typedef] = ACTIONS(1850), - [anon_sym_extern] = ACTIONS(1850), - [anon_sym___attribute__] = ACTIONS(1850), - [anon_sym_COLON_COLON] = ACTIONS(1852), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1852), - [anon_sym___declspec] = ACTIONS(1850), - [anon_sym___based] = ACTIONS(1850), - [anon_sym_RBRACE] = ACTIONS(1852), - [anon_sym_LBRACK] = ACTIONS(1850), - [anon_sym_static] = ACTIONS(1850), - [anon_sym_register] = ACTIONS(1850), - [anon_sym_inline] = ACTIONS(1850), - [anon_sym_thread_local] = ACTIONS(1850), - [anon_sym_const] = ACTIONS(1850), - [anon_sym_volatile] = ACTIONS(1850), - [anon_sym_restrict] = ACTIONS(1850), - [anon_sym__Atomic] = ACTIONS(1850), - [anon_sym_mutable] = ACTIONS(1850), - [anon_sym_constexpr] = ACTIONS(1850), - [anon_sym_signed] = ACTIONS(1850), - [anon_sym_unsigned] = ACTIONS(1850), - [anon_sym_long] = ACTIONS(1850), - [anon_sym_short] = ACTIONS(1850), - [sym_primitive_type] = ACTIONS(1850), - [anon_sym_enum] = ACTIONS(1850), - [anon_sym_class] = ACTIONS(1850), - [anon_sym_struct] = ACTIONS(1850), - [anon_sym_union] = ACTIONS(1850), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1850), - [anon_sym_virtual] = ACTIONS(1850), - [anon_sym_explicit] = ACTIONS(1850), - [anon_sym_public] = ACTIONS(1850), - [anon_sym_private] = ACTIONS(1850), - [anon_sym_protected] = ACTIONS(1850), - [sym_auto] = ACTIONS(1850), - [anon_sym_typename] = ACTIONS(1850), - [anon_sym_template] = ACTIONS(1850), - [anon_sym_operator] = ACTIONS(1850), - [anon_sym_friend] = ACTIONS(1850), - [anon_sym_using] = ACTIONS(1850), - [anon_sym_static_assert] = ACTIONS(1850), - [sym_operator_name] = ACTIONS(1850), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1850), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1850), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1850), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1850), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1850), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1850), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1850), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1850), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1850), - [anon_sym_MOZ_COLD] = ACTIONS(1850), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1850), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1850), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1850), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1850), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1850), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1850), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1850), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1850), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1850), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1850), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1850), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1850), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1850), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1850), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1850), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1850), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1850), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1850), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1850), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1850), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_NONNULL] = ACTIONS(1850), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1850), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1850), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1850), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1850), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1850), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_NORETURN] = ACTIONS(1850), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1850), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1850), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1850), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1850), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1850), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1850), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1850), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1850), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1850), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1850), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1850), - [anon_sym_MOZ_RAII] = ACTIONS(1850), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1850), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1850), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1850), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1850), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1850), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1850), + [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), + [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), }, - [975] = { - [sym_identifier] = ACTIONS(1730), - [aux_sym_preproc_def_token1] = ACTIONS(1730), - [aux_sym_preproc_if_token1] = ACTIONS(1730), - [aux_sym_preproc_if_token2] = ACTIONS(1730), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1730), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1730), - [sym_preproc_directive] = ACTIONS(1730), - [anon_sym_LPAREN2] = ACTIONS(1732), - [anon_sym_TILDE] = ACTIONS(1732), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_AMP_AMP] = ACTIONS(1732), - [anon_sym_AMP] = ACTIONS(1730), - [anon_sym_typedef] = ACTIONS(1730), - [anon_sym_extern] = ACTIONS(1730), - [anon_sym___attribute__] = ACTIONS(1730), - [anon_sym_COLON_COLON] = ACTIONS(1732), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1732), - [anon_sym___declspec] = ACTIONS(1730), - [anon_sym___based] = ACTIONS(1730), - [anon_sym_LBRACK] = ACTIONS(1730), - [anon_sym_static] = ACTIONS(1730), - [anon_sym_register] = ACTIONS(1730), - [anon_sym_inline] = ACTIONS(1730), - [anon_sym_thread_local] = ACTIONS(1730), - [anon_sym_const] = ACTIONS(1730), - [anon_sym_volatile] = ACTIONS(1730), - [anon_sym_restrict] = ACTIONS(1730), - [anon_sym__Atomic] = ACTIONS(1730), - [anon_sym_mutable] = ACTIONS(1730), - [anon_sym_constexpr] = ACTIONS(1730), - [anon_sym_signed] = ACTIONS(1730), - [anon_sym_unsigned] = ACTIONS(1730), - [anon_sym_long] = ACTIONS(1730), - [anon_sym_short] = ACTIONS(1730), - [sym_primitive_type] = ACTIONS(1730), - [anon_sym_enum] = ACTIONS(1730), - [anon_sym_class] = ACTIONS(1730), - [anon_sym_struct] = ACTIONS(1730), - [anon_sym_union] = ACTIONS(1730), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1730), - [anon_sym_virtual] = ACTIONS(1730), - [anon_sym_explicit] = ACTIONS(1730), - [anon_sym_public] = ACTIONS(1730), - [anon_sym_private] = ACTIONS(1730), - [anon_sym_protected] = ACTIONS(1730), - [sym_auto] = ACTIONS(1730), - [anon_sym_typename] = ACTIONS(1730), - [anon_sym_template] = ACTIONS(1730), - [anon_sym_operator] = ACTIONS(1730), - [anon_sym_friend] = ACTIONS(1730), - [anon_sym_using] = ACTIONS(1730), - [anon_sym_static_assert] = ACTIONS(1730), - [sym_operator_name] = ACTIONS(1730), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1730), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1730), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1730), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1730), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1730), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1730), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1730), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1730), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1730), - [anon_sym_MOZ_COLD] = ACTIONS(1730), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1730), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1730), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1730), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1730), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1730), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1730), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1730), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1730), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1730), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1730), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1730), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1730), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1730), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1730), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1730), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1730), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1730), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1730), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1730), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1730), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1730), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_NONNULL] = ACTIONS(1730), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1730), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1730), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1730), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1730), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1730), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_NORETURN] = ACTIONS(1730), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1730), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1730), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1730), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1730), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1730), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1730), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1730), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1730), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1730), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1730), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1730), - [anon_sym_MOZ_RAII] = ACTIONS(1730), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1730), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1730), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1730), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1730), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1730), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1730), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1730), + [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), + [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), }, - [976] = { - [sym_identifier] = ACTIONS(1798), - [aux_sym_preproc_def_token1] = ACTIONS(1798), - [aux_sym_preproc_if_token1] = ACTIONS(1798), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1798), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1798), - [sym_preproc_directive] = ACTIONS(1798), - [anon_sym_LPAREN2] = ACTIONS(1800), - [anon_sym_TILDE] = ACTIONS(1800), - [anon_sym_STAR] = ACTIONS(1800), - [anon_sym_AMP_AMP] = ACTIONS(1800), - [anon_sym_AMP] = ACTIONS(1798), - [anon_sym_typedef] = ACTIONS(1798), - [anon_sym_extern] = ACTIONS(1798), - [anon_sym___attribute__] = ACTIONS(1798), - [anon_sym_COLON_COLON] = ACTIONS(1800), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1800), - [anon_sym___declspec] = ACTIONS(1798), - [anon_sym___based] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1800), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_static] = ACTIONS(1798), - [anon_sym_register] = ACTIONS(1798), - [anon_sym_inline] = ACTIONS(1798), - [anon_sym_thread_local] = ACTIONS(1798), - [anon_sym_const] = ACTIONS(1798), - [anon_sym_volatile] = ACTIONS(1798), - [anon_sym_restrict] = ACTIONS(1798), - [anon_sym__Atomic] = ACTIONS(1798), - [anon_sym_mutable] = ACTIONS(1798), - [anon_sym_constexpr] = ACTIONS(1798), - [anon_sym_signed] = ACTIONS(1798), - [anon_sym_unsigned] = ACTIONS(1798), - [anon_sym_long] = ACTIONS(1798), - [anon_sym_short] = ACTIONS(1798), - [sym_primitive_type] = ACTIONS(1798), - [anon_sym_enum] = ACTIONS(1798), - [anon_sym_class] = ACTIONS(1798), - [anon_sym_struct] = ACTIONS(1798), - [anon_sym_union] = ACTIONS(1798), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1798), - [anon_sym_virtual] = ACTIONS(1798), - [anon_sym_explicit] = ACTIONS(1798), - [anon_sym_public] = ACTIONS(1798), - [anon_sym_private] = ACTIONS(1798), - [anon_sym_protected] = ACTIONS(1798), - [sym_auto] = ACTIONS(1798), - [anon_sym_typename] = ACTIONS(1798), - [anon_sym_template] = ACTIONS(1798), - [anon_sym_operator] = ACTIONS(1798), - [anon_sym_friend] = ACTIONS(1798), - [anon_sym_using] = ACTIONS(1798), - [anon_sym_static_assert] = ACTIONS(1798), - [sym_operator_name] = ACTIONS(1798), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1798), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1798), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1798), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1798), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1798), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1798), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1798), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1798), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1798), - [anon_sym_MOZ_COLD] = ACTIONS(1798), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1798), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1798), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1798), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1798), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1798), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1798), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1798), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1798), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1798), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1798), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1798), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1798), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1798), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1798), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1798), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1798), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1798), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1798), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1798), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1798), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_NONNULL] = ACTIONS(1798), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1798), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1798), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1798), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1798), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1798), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_NORETURN] = ACTIONS(1798), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1798), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1798), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1798), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1798), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1798), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1798), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1798), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1798), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1798), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1798), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1798), - [anon_sym_MOZ_RAII] = ACTIONS(1798), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1798), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1798), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1798), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1798), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1798), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1798), + [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), + [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), }, - [977] = { - [sym_identifier] = ACTIONS(1714), - [aux_sym_preproc_def_token1] = ACTIONS(1714), - [aux_sym_preproc_if_token1] = ACTIONS(1714), - [aux_sym_preproc_if_token2] = ACTIONS(1714), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1714), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1714), - [sym_preproc_directive] = ACTIONS(1714), - [anon_sym_LPAREN2] = ACTIONS(1716), - [anon_sym_TILDE] = ACTIONS(1716), - [anon_sym_STAR] = ACTIONS(1716), - [anon_sym_AMP_AMP] = ACTIONS(1716), - [anon_sym_AMP] = ACTIONS(1714), - [anon_sym_typedef] = ACTIONS(1714), - [anon_sym_extern] = ACTIONS(1714), - [anon_sym___attribute__] = ACTIONS(1714), - [anon_sym_COLON_COLON] = ACTIONS(1716), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1716), - [anon_sym___declspec] = ACTIONS(1714), - [anon_sym___based] = ACTIONS(1714), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_static] = ACTIONS(1714), - [anon_sym_register] = ACTIONS(1714), - [anon_sym_inline] = ACTIONS(1714), - [anon_sym_thread_local] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1714), - [anon_sym_volatile] = ACTIONS(1714), - [anon_sym_restrict] = ACTIONS(1714), - [anon_sym__Atomic] = ACTIONS(1714), - [anon_sym_mutable] = ACTIONS(1714), - [anon_sym_constexpr] = ACTIONS(1714), - [anon_sym_signed] = ACTIONS(1714), - [anon_sym_unsigned] = ACTIONS(1714), - [anon_sym_long] = ACTIONS(1714), - [anon_sym_short] = ACTIONS(1714), - [sym_primitive_type] = ACTIONS(1714), - [anon_sym_enum] = ACTIONS(1714), - [anon_sym_class] = ACTIONS(1714), - [anon_sym_struct] = ACTIONS(1714), - [anon_sym_union] = ACTIONS(1714), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1714), - [anon_sym_virtual] = ACTIONS(1714), - [anon_sym_explicit] = ACTIONS(1714), - [anon_sym_public] = ACTIONS(1714), - [anon_sym_private] = ACTIONS(1714), - [anon_sym_protected] = ACTIONS(1714), - [sym_auto] = ACTIONS(1714), - [anon_sym_typename] = ACTIONS(1714), - [anon_sym_template] = ACTIONS(1714), - [anon_sym_operator] = ACTIONS(1714), - [anon_sym_friend] = ACTIONS(1714), - [anon_sym_using] = ACTIONS(1714), - [anon_sym_static_assert] = ACTIONS(1714), - [sym_operator_name] = ACTIONS(1714), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1714), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1714), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1714), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1714), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1714), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1714), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1714), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1714), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1714), - [anon_sym_MOZ_COLD] = ACTIONS(1714), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1714), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1714), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1714), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1714), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1714), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1714), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1714), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1714), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1714), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1714), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1714), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1714), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1714), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1714), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1714), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1714), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1714), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1714), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1714), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1714), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_NONNULL] = ACTIONS(1714), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1714), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1714), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1714), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1714), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1714), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_NORETURN] = ACTIONS(1714), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1714), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1714), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1714), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1714), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1714), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1714), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1714), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1714), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1714), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1714), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1714), - [anon_sym_MOZ_RAII] = ACTIONS(1714), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1714), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1714), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1714), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1714), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1714), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1714), + [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), + [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), }, - [978] = { - [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), + [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(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), - [sym_operator_name] = 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), + [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), }, - [979] = { - [sym_identifier] = ACTIONS(1778), - [aux_sym_preproc_def_token1] = ACTIONS(1778), - [aux_sym_preproc_if_token1] = ACTIONS(1778), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1778), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1778), - [sym_preproc_directive] = ACTIONS(1778), - [anon_sym_LPAREN2] = ACTIONS(1780), - [anon_sym_TILDE] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1780), - [anon_sym_AMP_AMP] = ACTIONS(1780), - [anon_sym_AMP] = ACTIONS(1778), - [anon_sym_typedef] = ACTIONS(1778), - [anon_sym_extern] = ACTIONS(1778), - [anon_sym___attribute__] = ACTIONS(1778), - [anon_sym_COLON_COLON] = ACTIONS(1780), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1780), - [anon_sym___declspec] = ACTIONS(1778), - [anon_sym___based] = ACTIONS(1778), - [anon_sym_RBRACE] = ACTIONS(1780), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_static] = ACTIONS(1778), - [anon_sym_register] = ACTIONS(1778), - [anon_sym_inline] = ACTIONS(1778), - [anon_sym_thread_local] = ACTIONS(1778), - [anon_sym_const] = ACTIONS(1778), - [anon_sym_volatile] = ACTIONS(1778), - [anon_sym_restrict] = ACTIONS(1778), - [anon_sym__Atomic] = ACTIONS(1778), - [anon_sym_mutable] = ACTIONS(1778), - [anon_sym_constexpr] = ACTIONS(1778), - [anon_sym_signed] = ACTIONS(1778), - [anon_sym_unsigned] = ACTIONS(1778), - [anon_sym_long] = ACTIONS(1778), - [anon_sym_short] = ACTIONS(1778), - [sym_primitive_type] = ACTIONS(1778), - [anon_sym_enum] = ACTIONS(1778), - [anon_sym_class] = ACTIONS(1778), - [anon_sym_struct] = ACTIONS(1778), - [anon_sym_union] = ACTIONS(1778), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1778), - [anon_sym_virtual] = ACTIONS(1778), - [anon_sym_explicit] = ACTIONS(1778), - [anon_sym_public] = ACTIONS(1778), - [anon_sym_private] = ACTIONS(1778), - [anon_sym_protected] = ACTIONS(1778), - [sym_auto] = ACTIONS(1778), - [anon_sym_typename] = ACTIONS(1778), - [anon_sym_template] = ACTIONS(1778), - [anon_sym_operator] = ACTIONS(1778), - [anon_sym_friend] = ACTIONS(1778), - [anon_sym_using] = ACTIONS(1778), - [anon_sym_static_assert] = ACTIONS(1778), - [sym_operator_name] = ACTIONS(1778), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1778), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1778), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1778), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1778), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1778), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1778), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1778), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1778), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1778), - [anon_sym_MOZ_COLD] = ACTIONS(1778), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1778), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1778), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1778), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1778), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1778), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1778), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1778), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1778), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1778), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1778), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1778), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1778), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1778), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1778), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1778), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1778), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1778), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1778), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1778), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1778), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_NONNULL] = ACTIONS(1778), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1778), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1778), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1778), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1778), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1778), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_NORETURN] = ACTIONS(1778), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1778), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1778), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1778), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1778), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1778), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1778), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1778), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1778), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1778), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1778), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1778), - [anon_sym_MOZ_RAII] = ACTIONS(1778), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1778), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1778), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1778), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1778), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1778), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1778), + [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), }, - [980] = { - [sym_attribute_declaration] = STATE(1952), - [sym_compound_statement] = STATE(525), - [sym_labeled_statement] = STATE(525), - [sym_expression_statement] = STATE(525), - [sym_if_statement] = STATE(525), - [sym_switch_statement] = STATE(525), - [sym_case_statement] = STATE(525), - [sym_while_statement] = STATE(525), - [sym_do_statement] = STATE(525), - [sym_for_statement] = STATE(525), - [sym_return_statement] = STATE(525), - [sym_break_statement] = STATE(525), - [sym_continue_statement] = STATE(525), - [sym_goto_statement] = STATE(525), - [sym__expression] = STATE(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(525), - [sym_co_return_statement] = STATE(525), - [sym_co_yield_statement] = STATE(525), - [sym_throw_statement] = STATE(525), - [sym_try_statement] = STATE(525), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_attributed_declarator_repeat1] = STATE(1952), - [sym_identifier] = ACTIONS(2672), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(599), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1040), - [anon_sym_LBRACE] = ACTIONS(605), - [anon_sym_LBRACK] = ACTIONS(1044), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(607), - [anon_sym_switch] = ACTIONS(609), - [anon_sym_case] = ACTIONS(611), - [anon_sym_default] = ACTIONS(613), - [anon_sym_while] = ACTIONS(615), - [anon_sym_do] = ACTIONS(617), - [anon_sym_for] = ACTIONS(619), - [anon_sym_return] = ACTIONS(621), - [anon_sym_break] = ACTIONS(623), - [anon_sym_continue] = ACTIONS(625), - [anon_sym_goto] = ACTIONS(627), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(631), - [anon_sym_co_return] = ACTIONS(639), - [anon_sym_co_yield] = ACTIONS(641), - [anon_sym_try] = ACTIONS(643), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [981] = { - [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), + [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), + [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), + }, + [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), + [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), + }, + [959] = { + [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_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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), + [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), + }, + [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(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), - [sym_operator_name] = 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), + [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), }, - [982] = { - [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), + [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), + [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), + }, + [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(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), - [sym_operator_name] = 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(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), }, - [983] = { - [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), + [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), + [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), + }, + [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(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), - [sym_operator_name] = 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), + [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), }, - [984] = { - [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), + [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(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), - [sym_operator_name] = 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_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), }, - [985] = { - [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), + [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(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), - [sym_operator_name] = 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), - }, - [986] = { - [sym_identifier] = ACTIONS(2542), - [aux_sym_preproc_def_token1] = ACTIONS(2542), - [aux_sym_preproc_if_token1] = ACTIONS(2542), - [aux_sym_preproc_if_token2] = ACTIONS(2542), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2542), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2542), - [sym_preproc_directive] = ACTIONS(2542), - [anon_sym_LPAREN2] = ACTIONS(2544), - [anon_sym_TILDE] = ACTIONS(2544), - [anon_sym_STAR] = ACTIONS(2544), - [anon_sym_AMP_AMP] = ACTIONS(2544), - [anon_sym_AMP] = ACTIONS(2542), - [anon_sym_typedef] = ACTIONS(2542), - [anon_sym_extern] = ACTIONS(2542), - [anon_sym___attribute__] = ACTIONS(2542), - [anon_sym_COLON_COLON] = ACTIONS(2544), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2544), - [anon_sym___declspec] = ACTIONS(2542), - [anon_sym___based] = ACTIONS(2542), - [anon_sym_LBRACK] = ACTIONS(2542), - [anon_sym_static] = ACTIONS(2542), - [anon_sym_register] = ACTIONS(2542), - [anon_sym_inline] = ACTIONS(2542), - [anon_sym_thread_local] = ACTIONS(2542), - [anon_sym_const] = ACTIONS(2542), - [anon_sym_volatile] = ACTIONS(2542), - [anon_sym_restrict] = ACTIONS(2542), - [anon_sym__Atomic] = ACTIONS(2542), - [anon_sym_mutable] = ACTIONS(2542), - [anon_sym_constexpr] = ACTIONS(2542), - [anon_sym_signed] = ACTIONS(2542), - [anon_sym_unsigned] = ACTIONS(2542), - [anon_sym_long] = ACTIONS(2542), - [anon_sym_short] = ACTIONS(2542), - [sym_primitive_type] = ACTIONS(2542), - [anon_sym_enum] = ACTIONS(2542), - [anon_sym_class] = ACTIONS(2542), - [anon_sym_struct] = ACTIONS(2542), - [anon_sym_union] = ACTIONS(2542), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2542), - [anon_sym_virtual] = ACTIONS(2542), - [anon_sym_explicit] = ACTIONS(2542), - [anon_sym_public] = ACTIONS(2542), - [anon_sym_private] = ACTIONS(2542), - [anon_sym_protected] = ACTIONS(2542), - [sym_auto] = ACTIONS(2542), - [anon_sym_typename] = ACTIONS(2542), - [anon_sym_template] = ACTIONS(2542), - [anon_sym_operator] = ACTIONS(2542), - [anon_sym_friend] = ACTIONS(2542), - [anon_sym_using] = ACTIONS(2542), - [anon_sym_static_assert] = ACTIONS(2542), - [sym_operator_name] = ACTIONS(2542), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2542), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2542), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2542), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2542), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2542), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2542), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2542), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2542), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2542), - [anon_sym_MOZ_COLD] = ACTIONS(2542), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2542), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2542), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2542), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2542), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2542), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2542), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2542), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2542), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2542), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2542), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2542), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2542), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2542), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2542), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2542), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2542), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2542), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2542), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2542), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2542), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2542), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2542), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2542), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2542), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2542), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2542), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2542), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2542), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2542), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2542), - [anon_sym_MOZ_NONNULL] = ACTIONS(2542), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2542), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2542), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2542), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2542), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2542), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2542), - [anon_sym_MOZ_NORETURN] = ACTIONS(2542), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2542), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2542), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2542), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2542), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2542), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2542), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2542), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2542), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2542), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2542), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2542), - [anon_sym_MOZ_RAII] = ACTIONS(2542), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2542), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2542), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2542), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2542), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2542), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2542), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2542), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2542), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2542), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2542), - }, - [987] = { - [sym_attribute_declaration] = STATE(1952), - [sym_compound_statement] = STATE(643), - [sym_labeled_statement] = STATE(643), - [sym_expression_statement] = STATE(643), - [sym_if_statement] = STATE(643), - [sym_switch_statement] = STATE(643), - [sym_case_statement] = STATE(643), - [sym_while_statement] = STATE(643), - [sym_do_statement] = STATE(643), - [sym_for_statement] = STATE(643), - [sym_return_statement] = STATE(643), - [sym_break_statement] = STATE(643), - [sym_continue_statement] = STATE(643), - [sym_goto_statement] = STATE(643), - [sym__expression] = STATE(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(643), - [sym_co_return_statement] = STATE(643), - [sym_co_yield_statement] = STATE(643), - [sym_throw_statement] = STATE(643), - [sym_try_statement] = STATE(643), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_attributed_declarator_repeat1] = STATE(1952), - [sym_identifier] = ACTIONS(2674), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(33), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1040), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1044), - [sym_primitive_type] = ACTIONS(2670), - [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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [988] = { - [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), + [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(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), - [sym_operator_name] = 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_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), }, - [989] = { - [sym_identifier] = ACTIONS(2546), - [aux_sym_preproc_def_token1] = ACTIONS(2546), - [aux_sym_preproc_if_token1] = ACTIONS(2546), - [aux_sym_preproc_if_token2] = ACTIONS(2546), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2546), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2546), - [sym_preproc_directive] = ACTIONS(2546), - [anon_sym_LPAREN2] = ACTIONS(2548), - [anon_sym_TILDE] = ACTIONS(2548), - [anon_sym_STAR] = ACTIONS(2548), - [anon_sym_AMP_AMP] = ACTIONS(2548), - [anon_sym_AMP] = ACTIONS(2546), - [anon_sym_typedef] = ACTIONS(2546), - [anon_sym_extern] = ACTIONS(2546), - [anon_sym___attribute__] = ACTIONS(2546), - [anon_sym_COLON_COLON] = ACTIONS(2548), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2548), - [anon_sym___declspec] = ACTIONS(2546), - [anon_sym___based] = ACTIONS(2546), - [anon_sym_LBRACK] = ACTIONS(2546), - [anon_sym_static] = ACTIONS(2546), - [anon_sym_register] = ACTIONS(2546), - [anon_sym_inline] = ACTIONS(2546), - [anon_sym_thread_local] = ACTIONS(2546), - [anon_sym_const] = ACTIONS(2546), - [anon_sym_volatile] = ACTIONS(2546), - [anon_sym_restrict] = ACTIONS(2546), - [anon_sym__Atomic] = ACTIONS(2546), - [anon_sym_mutable] = ACTIONS(2546), - [anon_sym_constexpr] = ACTIONS(2546), - [anon_sym_signed] = ACTIONS(2546), - [anon_sym_unsigned] = ACTIONS(2546), - [anon_sym_long] = ACTIONS(2546), - [anon_sym_short] = ACTIONS(2546), - [sym_primitive_type] = ACTIONS(2546), - [anon_sym_enum] = ACTIONS(2546), - [anon_sym_class] = ACTIONS(2546), - [anon_sym_struct] = ACTIONS(2546), - [anon_sym_union] = ACTIONS(2546), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2546), - [anon_sym_virtual] = ACTIONS(2546), - [anon_sym_explicit] = ACTIONS(2546), - [anon_sym_public] = ACTIONS(2546), - [anon_sym_private] = ACTIONS(2546), - [anon_sym_protected] = ACTIONS(2546), - [sym_auto] = ACTIONS(2546), - [anon_sym_typename] = ACTIONS(2546), - [anon_sym_template] = ACTIONS(2546), - [anon_sym_operator] = ACTIONS(2546), - [anon_sym_friend] = ACTIONS(2546), - [anon_sym_using] = ACTIONS(2546), - [anon_sym_static_assert] = ACTIONS(2546), - [sym_operator_name] = ACTIONS(2546), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2546), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2546), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2546), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2546), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2546), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2546), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2546), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2546), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2546), - [anon_sym_MOZ_COLD] = ACTIONS(2546), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2546), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2546), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2546), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2546), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2546), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2546), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2546), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2546), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2546), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2546), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2546), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2546), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2546), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2546), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2546), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2546), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2546), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2546), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2546), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2546), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2546), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2546), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2546), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2546), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2546), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2546), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2546), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2546), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2546), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2546), - [anon_sym_MOZ_NONNULL] = ACTIONS(2546), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2546), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2546), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2546), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2546), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2546), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2546), - [anon_sym_MOZ_NORETURN] = ACTIONS(2546), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2546), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2546), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2546), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2546), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2546), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2546), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2546), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2546), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2546), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2546), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2546), - [anon_sym_MOZ_RAII] = ACTIONS(2546), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2546), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2546), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2546), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2546), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2546), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2546), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2546), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2546), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2546), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2546), + [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), }, - [990] = { - [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), + [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), [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), - [sym_operator_name] = 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_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), }, - [991] = { - [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), + [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(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), - [sym_operator_name] = 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), + [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), }, - [992] = { - [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), + [976] = { + [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(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), - [sym_operator_name] = 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), - }, - [993] = { - [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_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), - [sym_operator_name] = 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(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), }, - [994] = { - [sym_identifier] = ACTIONS(1738), - [aux_sym_preproc_def_token1] = ACTIONS(1738), - [aux_sym_preproc_if_token1] = ACTIONS(1738), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1738), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1738), - [sym_preproc_directive] = ACTIONS(1738), - [anon_sym_LPAREN2] = ACTIONS(1740), - [anon_sym_TILDE] = ACTIONS(1740), - [anon_sym_STAR] = ACTIONS(1740), - [anon_sym_AMP_AMP] = ACTIONS(1740), - [anon_sym_AMP] = ACTIONS(1738), - [anon_sym_typedef] = ACTIONS(1738), - [anon_sym_extern] = ACTIONS(1738), - [anon_sym___attribute__] = ACTIONS(1738), - [anon_sym_COLON_COLON] = ACTIONS(1740), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1740), - [anon_sym___declspec] = ACTIONS(1738), - [anon_sym___based] = ACTIONS(1738), - [anon_sym_RBRACE] = ACTIONS(1740), - [anon_sym_LBRACK] = ACTIONS(1738), - [anon_sym_static] = ACTIONS(1738), - [anon_sym_register] = ACTIONS(1738), - [anon_sym_inline] = ACTIONS(1738), - [anon_sym_thread_local] = ACTIONS(1738), - [anon_sym_const] = ACTIONS(1738), - [anon_sym_volatile] = ACTIONS(1738), - [anon_sym_restrict] = ACTIONS(1738), - [anon_sym__Atomic] = ACTIONS(1738), - [anon_sym_mutable] = ACTIONS(1738), - [anon_sym_constexpr] = ACTIONS(1738), - [anon_sym_signed] = ACTIONS(1738), - [anon_sym_unsigned] = ACTIONS(1738), - [anon_sym_long] = ACTIONS(1738), - [anon_sym_short] = ACTIONS(1738), - [sym_primitive_type] = ACTIONS(1738), - [anon_sym_enum] = ACTIONS(1738), - [anon_sym_class] = ACTIONS(1738), - [anon_sym_struct] = ACTIONS(1738), - [anon_sym_union] = ACTIONS(1738), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1738), - [anon_sym_virtual] = ACTIONS(1738), - [anon_sym_explicit] = ACTIONS(1738), - [anon_sym_public] = ACTIONS(1738), - [anon_sym_private] = ACTIONS(1738), - [anon_sym_protected] = ACTIONS(1738), - [sym_auto] = ACTIONS(1738), - [anon_sym_typename] = ACTIONS(1738), - [anon_sym_template] = ACTIONS(1738), - [anon_sym_operator] = ACTIONS(1738), - [anon_sym_friend] = ACTIONS(1738), - [anon_sym_using] = ACTIONS(1738), - [anon_sym_static_assert] = ACTIONS(1738), - [sym_operator_name] = ACTIONS(1738), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1738), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1738), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1738), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1738), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1738), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1738), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1738), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1738), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1738), - [anon_sym_MOZ_COLD] = ACTIONS(1738), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1738), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1738), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1738), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1738), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1738), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1738), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1738), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1738), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1738), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1738), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1738), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1738), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1738), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1738), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1738), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1738), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1738), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1738), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1738), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1738), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1738), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_NONNULL] = ACTIONS(1738), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1738), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1738), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1738), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1738), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1738), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_NORETURN] = ACTIONS(1738), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1738), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1738), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1738), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1738), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1738), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1738), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1738), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1738), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1738), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1738), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1738), - [anon_sym_MOZ_RAII] = ACTIONS(1738), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1738), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1738), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1738), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1738), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1738), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1738), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1738), + [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), }, - [995] = { - [sym_identifier] = ACTIONS(2546), - [aux_sym_preproc_def_token1] = ACTIONS(2546), - [aux_sym_preproc_if_token1] = ACTIONS(2546), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2546), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2546), - [sym_preproc_directive] = ACTIONS(2546), - [anon_sym_LPAREN2] = ACTIONS(2548), - [anon_sym_TILDE] = ACTIONS(2548), - [anon_sym_STAR] = ACTIONS(2548), - [anon_sym_AMP_AMP] = ACTIONS(2548), - [anon_sym_AMP] = ACTIONS(2546), - [anon_sym_typedef] = ACTIONS(2546), - [anon_sym_extern] = ACTIONS(2546), - [anon_sym___attribute__] = ACTIONS(2546), - [anon_sym_COLON_COLON] = ACTIONS(2548), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2548), - [anon_sym___declspec] = ACTIONS(2546), - [anon_sym___based] = ACTIONS(2546), - [anon_sym_RBRACE] = ACTIONS(2548), - [anon_sym_LBRACK] = ACTIONS(2546), - [anon_sym_static] = ACTIONS(2546), - [anon_sym_register] = ACTIONS(2546), - [anon_sym_inline] = ACTIONS(2546), - [anon_sym_thread_local] = ACTIONS(2546), - [anon_sym_const] = ACTIONS(2546), - [anon_sym_volatile] = ACTIONS(2546), - [anon_sym_restrict] = ACTIONS(2546), - [anon_sym__Atomic] = ACTIONS(2546), - [anon_sym_mutable] = ACTIONS(2546), - [anon_sym_constexpr] = ACTIONS(2546), - [anon_sym_signed] = ACTIONS(2546), - [anon_sym_unsigned] = ACTIONS(2546), - [anon_sym_long] = ACTIONS(2546), - [anon_sym_short] = ACTIONS(2546), - [sym_primitive_type] = ACTIONS(2546), - [anon_sym_enum] = ACTIONS(2546), - [anon_sym_class] = ACTIONS(2546), - [anon_sym_struct] = ACTIONS(2546), - [anon_sym_union] = ACTIONS(2546), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2546), - [anon_sym_virtual] = ACTIONS(2546), - [anon_sym_explicit] = ACTIONS(2546), - [anon_sym_public] = ACTIONS(2546), - [anon_sym_private] = ACTIONS(2546), - [anon_sym_protected] = ACTIONS(2546), - [sym_auto] = ACTIONS(2546), - [anon_sym_typename] = ACTIONS(2546), - [anon_sym_template] = ACTIONS(2546), - [anon_sym_operator] = ACTIONS(2546), - [anon_sym_friend] = ACTIONS(2546), - [anon_sym_using] = ACTIONS(2546), - [anon_sym_static_assert] = ACTIONS(2546), - [sym_operator_name] = ACTIONS(2546), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2546), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2546), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2546), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2546), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2546), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2546), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2546), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2546), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2546), - [anon_sym_MOZ_COLD] = ACTIONS(2546), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2546), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2546), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2546), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2546), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2546), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2546), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2546), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2546), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2546), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2546), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2546), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2546), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2546), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2546), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2546), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2546), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2546), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2546), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2546), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2546), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2546), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2546), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2546), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2546), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2546), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2546), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2546), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2546), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2546), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2546), - [anon_sym_MOZ_NONNULL] = ACTIONS(2546), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2546), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2546), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2546), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2546), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2546), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2546), - [anon_sym_MOZ_NORETURN] = ACTIONS(2546), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2546), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2546), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2546), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2546), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2546), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2546), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2546), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2546), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2546), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2546), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2546), - [anon_sym_MOZ_RAII] = ACTIONS(2546), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2546), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2546), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2546), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2546), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2546), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2546), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2546), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2546), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2546), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2546), + [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), }, - [996] = { - [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), + [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), [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), - [sym_operator_name] = 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), - }, - [997] = { - [sym_identifier] = ACTIONS(1818), - [aux_sym_preproc_def_token1] = ACTIONS(1818), - [aux_sym_preproc_if_token1] = ACTIONS(1818), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1818), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1818), - [sym_preproc_directive] = ACTIONS(1818), - [anon_sym_LPAREN2] = ACTIONS(1820), - [anon_sym_TILDE] = ACTIONS(1820), - [anon_sym_STAR] = ACTIONS(1820), - [anon_sym_AMP_AMP] = ACTIONS(1820), - [anon_sym_AMP] = ACTIONS(1818), - [anon_sym_typedef] = ACTIONS(1818), - [anon_sym_extern] = ACTIONS(1818), - [anon_sym___attribute__] = ACTIONS(1818), - [anon_sym_COLON_COLON] = ACTIONS(1820), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1820), - [anon_sym___declspec] = ACTIONS(1818), - [anon_sym___based] = ACTIONS(1818), - [anon_sym_RBRACE] = ACTIONS(1820), - [anon_sym_LBRACK] = ACTIONS(1818), - [anon_sym_static] = ACTIONS(1818), - [anon_sym_register] = ACTIONS(1818), - [anon_sym_inline] = ACTIONS(1818), - [anon_sym_thread_local] = ACTIONS(1818), - [anon_sym_const] = ACTIONS(1818), - [anon_sym_volatile] = ACTIONS(1818), - [anon_sym_restrict] = ACTIONS(1818), - [anon_sym__Atomic] = ACTIONS(1818), - [anon_sym_mutable] = ACTIONS(1818), - [anon_sym_constexpr] = ACTIONS(1818), - [anon_sym_signed] = ACTIONS(1818), - [anon_sym_unsigned] = ACTIONS(1818), - [anon_sym_long] = ACTIONS(1818), - [anon_sym_short] = ACTIONS(1818), - [sym_primitive_type] = ACTIONS(1818), - [anon_sym_enum] = ACTIONS(1818), - [anon_sym_class] = ACTIONS(1818), - [anon_sym_struct] = ACTIONS(1818), - [anon_sym_union] = ACTIONS(1818), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1818), - [anon_sym_virtual] = ACTIONS(1818), - [anon_sym_explicit] = ACTIONS(1818), - [anon_sym_public] = ACTIONS(1818), - [anon_sym_private] = ACTIONS(1818), - [anon_sym_protected] = ACTIONS(1818), - [sym_auto] = ACTIONS(1818), - [anon_sym_typename] = ACTIONS(1818), - [anon_sym_template] = ACTIONS(1818), - [anon_sym_operator] = ACTIONS(1818), - [anon_sym_friend] = ACTIONS(1818), - [anon_sym_using] = ACTIONS(1818), - [anon_sym_static_assert] = ACTIONS(1818), - [sym_operator_name] = ACTIONS(1818), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1818), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1818), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1818), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1818), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1818), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1818), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1818), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1818), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1818), - [anon_sym_MOZ_COLD] = ACTIONS(1818), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1818), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1818), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1818), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1818), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1818), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1818), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1818), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1818), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1818), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1818), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1818), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1818), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1818), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1818), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1818), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1818), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1818), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1818), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1818), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1818), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_NONNULL] = ACTIONS(1818), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1818), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1818), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1818), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1818), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1818), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_NORETURN] = ACTIONS(1818), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1818), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1818), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1818), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1818), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1818), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1818), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1818), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1818), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1818), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1818), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1818), - [anon_sym_MOZ_RAII] = ACTIONS(1818), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1818), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1818), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1818), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1818), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1818), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1818), - }, - [998] = { - [sym_identifier] = ACTIONS(1558), - [aux_sym_preproc_def_token1] = ACTIONS(1558), - [aux_sym_preproc_if_token1] = ACTIONS(1558), - [aux_sym_preproc_if_token2] = ACTIONS(1558), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1558), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1558), - [sym_preproc_directive] = ACTIONS(1558), - [anon_sym_LPAREN2] = ACTIONS(1560), - [anon_sym_TILDE] = ACTIONS(1560), - [anon_sym_STAR] = ACTIONS(1560), - [anon_sym_AMP_AMP] = ACTIONS(1560), - [anon_sym_AMP] = ACTIONS(1558), - [anon_sym_typedef] = ACTIONS(1558), - [anon_sym_extern] = ACTIONS(1558), - [anon_sym___attribute__] = ACTIONS(1558), - [anon_sym_COLON_COLON] = ACTIONS(1560), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1560), - [anon_sym___declspec] = ACTIONS(1558), - [anon_sym___based] = ACTIONS(1558), - [anon_sym_LBRACK] = ACTIONS(1558), - [anon_sym_static] = ACTIONS(1558), - [anon_sym_register] = ACTIONS(1558), - [anon_sym_inline] = ACTIONS(1558), - [anon_sym_thread_local] = ACTIONS(1558), - [anon_sym_const] = ACTIONS(1558), - [anon_sym_volatile] = ACTIONS(1558), - [anon_sym_restrict] = ACTIONS(1558), - [anon_sym__Atomic] = ACTIONS(1558), - [anon_sym_mutable] = ACTIONS(1558), - [anon_sym_constexpr] = ACTIONS(1558), - [anon_sym_signed] = ACTIONS(1558), - [anon_sym_unsigned] = ACTIONS(1558), - [anon_sym_long] = ACTIONS(1558), - [anon_sym_short] = ACTIONS(1558), - [sym_primitive_type] = ACTIONS(1558), - [anon_sym_enum] = ACTIONS(1558), - [anon_sym_class] = ACTIONS(1558), - [anon_sym_struct] = ACTIONS(1558), - [anon_sym_union] = ACTIONS(1558), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1558), - [anon_sym_virtual] = ACTIONS(1558), - [anon_sym_explicit] = ACTIONS(1558), - [anon_sym_public] = ACTIONS(1558), - [anon_sym_private] = ACTIONS(1558), - [anon_sym_protected] = ACTIONS(1558), - [sym_auto] = ACTIONS(1558), - [anon_sym_typename] = ACTIONS(1558), - [anon_sym_template] = ACTIONS(1558), - [anon_sym_operator] = ACTIONS(1558), - [anon_sym_friend] = ACTIONS(1558), - [anon_sym_using] = ACTIONS(1558), - [anon_sym_static_assert] = ACTIONS(1558), - [sym_operator_name] = ACTIONS(1558), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1558), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1558), - [anon_sym_MOZ_COLD] = ACTIONS(1558), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1558), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1558), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1558), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1558), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1558), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1558), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1558), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1558), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1558), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1558), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1558), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1558), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_RAII] = ACTIONS(1558), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1558), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1558), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1558), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1558), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1558), - }, - [999] = { - [sym_identifier] = ACTIONS(1754), - [aux_sym_preproc_def_token1] = ACTIONS(1754), - [aux_sym_preproc_if_token1] = ACTIONS(1754), - [aux_sym_preproc_if_token2] = ACTIONS(1754), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1754), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1754), - [sym_preproc_directive] = ACTIONS(1754), - [anon_sym_LPAREN2] = ACTIONS(1756), - [anon_sym_TILDE] = ACTIONS(1756), - [anon_sym_STAR] = ACTIONS(1756), - [anon_sym_AMP_AMP] = ACTIONS(1756), - [anon_sym_AMP] = ACTIONS(1754), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym___attribute__] = ACTIONS(1754), - [anon_sym_COLON_COLON] = ACTIONS(1756), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1756), - [anon_sym___declspec] = ACTIONS(1754), - [anon_sym___based] = ACTIONS(1754), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_static] = ACTIONS(1754), - [anon_sym_register] = ACTIONS(1754), - [anon_sym_inline] = ACTIONS(1754), - [anon_sym_thread_local] = ACTIONS(1754), - [anon_sym_const] = ACTIONS(1754), - [anon_sym_volatile] = ACTIONS(1754), - [anon_sym_restrict] = ACTIONS(1754), - [anon_sym__Atomic] = ACTIONS(1754), - [anon_sym_mutable] = ACTIONS(1754), - [anon_sym_constexpr] = ACTIONS(1754), - [anon_sym_signed] = ACTIONS(1754), - [anon_sym_unsigned] = ACTIONS(1754), - [anon_sym_long] = ACTIONS(1754), - [anon_sym_short] = ACTIONS(1754), - [sym_primitive_type] = ACTIONS(1754), - [anon_sym_enum] = ACTIONS(1754), - [anon_sym_class] = ACTIONS(1754), - [anon_sym_struct] = ACTIONS(1754), - [anon_sym_union] = ACTIONS(1754), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1754), - [anon_sym_virtual] = ACTIONS(1754), - [anon_sym_explicit] = ACTIONS(1754), - [anon_sym_public] = ACTIONS(1754), - [anon_sym_private] = ACTIONS(1754), - [anon_sym_protected] = ACTIONS(1754), - [sym_auto] = ACTIONS(1754), - [anon_sym_typename] = ACTIONS(1754), - [anon_sym_template] = ACTIONS(1754), - [anon_sym_operator] = ACTIONS(1754), - [anon_sym_friend] = ACTIONS(1754), - [anon_sym_using] = ACTIONS(1754), - [anon_sym_static_assert] = ACTIONS(1754), - [sym_operator_name] = ACTIONS(1754), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1754), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1754), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1754), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1754), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1754), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1754), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1754), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1754), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1754), - [anon_sym_MOZ_COLD] = ACTIONS(1754), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1754), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1754), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1754), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1754), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1754), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1754), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1754), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1754), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1754), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1754), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1754), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1754), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1754), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1754), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1754), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1754), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1754), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1754), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1754), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1754), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1754), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_NONNULL] = ACTIONS(1754), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1754), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1754), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1754), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1754), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1754), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_NORETURN] = ACTIONS(1754), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1754), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1754), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1754), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1754), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1754), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1754), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1754), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1754), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1754), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1754), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1754), - [anon_sym_MOZ_RAII] = ACTIONS(1754), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1754), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1754), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1754), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1754), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1754), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1754), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1754), - }, - [1000] = { - [sym_identifier] = ACTIONS(2542), - [aux_sym_preproc_def_token1] = ACTIONS(2542), - [aux_sym_preproc_if_token1] = ACTIONS(2542), - [aux_sym_preproc_ifdef_token1] = ACTIONS(2542), - [aux_sym_preproc_ifdef_token2] = ACTIONS(2542), - [sym_preproc_directive] = ACTIONS(2542), - [anon_sym_LPAREN2] = ACTIONS(2544), - [anon_sym_TILDE] = ACTIONS(2544), - [anon_sym_STAR] = ACTIONS(2544), - [anon_sym_AMP_AMP] = ACTIONS(2544), - [anon_sym_AMP] = ACTIONS(2542), - [anon_sym_typedef] = ACTIONS(2542), - [anon_sym_extern] = ACTIONS(2542), - [anon_sym___attribute__] = ACTIONS(2542), - [anon_sym_COLON_COLON] = ACTIONS(2544), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2544), - [anon_sym___declspec] = ACTIONS(2542), - [anon_sym___based] = ACTIONS(2542), - [anon_sym_RBRACE] = ACTIONS(2544), - [anon_sym_LBRACK] = ACTIONS(2542), - [anon_sym_static] = ACTIONS(2542), - [anon_sym_register] = ACTIONS(2542), - [anon_sym_inline] = ACTIONS(2542), - [anon_sym_thread_local] = ACTIONS(2542), - [anon_sym_const] = ACTIONS(2542), - [anon_sym_volatile] = ACTIONS(2542), - [anon_sym_restrict] = ACTIONS(2542), - [anon_sym__Atomic] = ACTIONS(2542), - [anon_sym_mutable] = ACTIONS(2542), - [anon_sym_constexpr] = ACTIONS(2542), - [anon_sym_signed] = ACTIONS(2542), - [anon_sym_unsigned] = ACTIONS(2542), - [anon_sym_long] = ACTIONS(2542), - [anon_sym_short] = ACTIONS(2542), - [sym_primitive_type] = ACTIONS(2542), - [anon_sym_enum] = ACTIONS(2542), - [anon_sym_class] = ACTIONS(2542), - [anon_sym_struct] = ACTIONS(2542), - [anon_sym_union] = ACTIONS(2542), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2542), - [anon_sym_virtual] = ACTIONS(2542), - [anon_sym_explicit] = ACTIONS(2542), - [anon_sym_public] = ACTIONS(2542), - [anon_sym_private] = ACTIONS(2542), - [anon_sym_protected] = ACTIONS(2542), - [sym_auto] = ACTIONS(2542), - [anon_sym_typename] = ACTIONS(2542), - [anon_sym_template] = ACTIONS(2542), - [anon_sym_operator] = ACTIONS(2542), - [anon_sym_friend] = ACTIONS(2542), - [anon_sym_using] = ACTIONS(2542), - [anon_sym_static_assert] = ACTIONS(2542), - [sym_operator_name] = ACTIONS(2542), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(2542), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2542), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2542), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2542), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2542), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2542), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2542), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2542), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2542), - [anon_sym_MOZ_COLD] = ACTIONS(2542), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2542), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2542), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2542), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2542), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2542), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2542), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2542), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2542), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2542), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2542), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2542), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2542), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2542), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2542), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2542), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2542), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2542), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2542), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2542), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2542), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2542), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2542), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2542), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2542), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2542), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2542), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2542), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2542), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2542), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2542), - [anon_sym_MOZ_NONNULL] = ACTIONS(2542), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2542), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2542), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2542), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2542), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2542), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2542), - [anon_sym_MOZ_NORETURN] = ACTIONS(2542), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2542), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2542), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2542), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2542), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2542), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2542), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2542), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2542), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2542), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2542), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2542), - [anon_sym_MOZ_RAII] = ACTIONS(2542), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2542), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2542), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2542), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2542), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2542), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2542), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2542), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2542), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2542), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2542), + [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), }, - [1001] = { - [sym_identifier] = ACTIONS(1734), - [aux_sym_preproc_def_token1] = ACTIONS(1734), - [aux_sym_preproc_if_token1] = ACTIONS(1734), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1734), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1734), - [sym_preproc_directive] = ACTIONS(1734), - [anon_sym_LPAREN2] = ACTIONS(1736), - [anon_sym_TILDE] = ACTIONS(1736), - [anon_sym_STAR] = ACTIONS(1736), - [anon_sym_AMP_AMP] = ACTIONS(1736), - [anon_sym_AMP] = ACTIONS(1734), - [anon_sym_typedef] = ACTIONS(1734), - [anon_sym_extern] = ACTIONS(1734), - [anon_sym___attribute__] = ACTIONS(1734), - [anon_sym_COLON_COLON] = ACTIONS(1736), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1736), - [anon_sym___declspec] = ACTIONS(1734), - [anon_sym___based] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1736), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_static] = ACTIONS(1734), - [anon_sym_register] = ACTIONS(1734), - [anon_sym_inline] = ACTIONS(1734), - [anon_sym_thread_local] = ACTIONS(1734), - [anon_sym_const] = ACTIONS(1734), - [anon_sym_volatile] = ACTIONS(1734), - [anon_sym_restrict] = ACTIONS(1734), - [anon_sym__Atomic] = ACTIONS(1734), - [anon_sym_mutable] = ACTIONS(1734), - [anon_sym_constexpr] = ACTIONS(1734), - [anon_sym_signed] = ACTIONS(1734), - [anon_sym_unsigned] = ACTIONS(1734), - [anon_sym_long] = ACTIONS(1734), - [anon_sym_short] = ACTIONS(1734), - [sym_primitive_type] = ACTIONS(1734), - [anon_sym_enum] = ACTIONS(1734), - [anon_sym_class] = ACTIONS(1734), - [anon_sym_struct] = ACTIONS(1734), - [anon_sym_union] = ACTIONS(1734), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1734), - [anon_sym_virtual] = ACTIONS(1734), - [anon_sym_explicit] = ACTIONS(1734), - [anon_sym_public] = ACTIONS(1734), - [anon_sym_private] = ACTIONS(1734), - [anon_sym_protected] = ACTIONS(1734), - [sym_auto] = ACTIONS(1734), - [anon_sym_typename] = ACTIONS(1734), - [anon_sym_template] = ACTIONS(1734), - [anon_sym_operator] = ACTIONS(1734), - [anon_sym_friend] = ACTIONS(1734), - [anon_sym_using] = ACTIONS(1734), - [anon_sym_static_assert] = ACTIONS(1734), - [sym_operator_name] = ACTIONS(1734), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1734), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1734), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1734), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1734), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1734), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1734), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1734), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1734), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1734), - [anon_sym_MOZ_COLD] = ACTIONS(1734), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1734), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1734), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1734), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1734), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1734), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1734), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1734), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1734), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1734), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1734), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1734), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1734), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1734), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1734), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1734), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1734), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1734), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1734), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1734), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1734), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1734), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_NONNULL] = ACTIONS(1734), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1734), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1734), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1734), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1734), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1734), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_NORETURN] = ACTIONS(1734), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1734), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1734), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1734), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1734), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1734), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1734), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1734), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1734), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1734), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1734), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1734), - [anon_sym_MOZ_RAII] = ACTIONS(1734), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1734), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1734), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1734), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1734), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1734), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1734), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1734), + [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), }, - [1002] = { - [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), + [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), [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), - [sym_operator_name] = 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), - }, - [1003] = { - [sym_identifier] = ACTIONS(1814), - [aux_sym_preproc_def_token1] = ACTIONS(1814), - [aux_sym_preproc_if_token1] = ACTIONS(1814), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1814), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1814), - [sym_preproc_directive] = ACTIONS(1814), - [anon_sym_LPAREN2] = ACTIONS(1816), - [anon_sym_TILDE] = ACTIONS(1816), - [anon_sym_STAR] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_AMP] = ACTIONS(1814), - [anon_sym_typedef] = ACTIONS(1814), - [anon_sym_extern] = ACTIONS(1814), - [anon_sym___attribute__] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1816), - [anon_sym___declspec] = ACTIONS(1814), - [anon_sym___based] = ACTIONS(1814), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LBRACK] = ACTIONS(1814), - [anon_sym_static] = ACTIONS(1814), - [anon_sym_register] = ACTIONS(1814), - [anon_sym_inline] = ACTIONS(1814), - [anon_sym_thread_local] = ACTIONS(1814), - [anon_sym_const] = ACTIONS(1814), - [anon_sym_volatile] = ACTIONS(1814), - [anon_sym_restrict] = ACTIONS(1814), - [anon_sym__Atomic] = ACTIONS(1814), - [anon_sym_mutable] = ACTIONS(1814), - [anon_sym_constexpr] = ACTIONS(1814), - [anon_sym_signed] = ACTIONS(1814), - [anon_sym_unsigned] = ACTIONS(1814), - [anon_sym_long] = ACTIONS(1814), - [anon_sym_short] = ACTIONS(1814), - [sym_primitive_type] = ACTIONS(1814), - [anon_sym_enum] = ACTIONS(1814), - [anon_sym_class] = ACTIONS(1814), - [anon_sym_struct] = ACTIONS(1814), - [anon_sym_union] = ACTIONS(1814), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1814), - [anon_sym_virtual] = ACTIONS(1814), - [anon_sym_explicit] = ACTIONS(1814), - [anon_sym_public] = ACTIONS(1814), - [anon_sym_private] = ACTIONS(1814), - [anon_sym_protected] = ACTIONS(1814), - [sym_auto] = ACTIONS(1814), - [anon_sym_typename] = ACTIONS(1814), - [anon_sym_template] = ACTIONS(1814), - [anon_sym_operator] = ACTIONS(1814), - [anon_sym_friend] = ACTIONS(1814), - [anon_sym_using] = ACTIONS(1814), - [anon_sym_static_assert] = ACTIONS(1814), - [sym_operator_name] = ACTIONS(1814), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1814), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1814), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1814), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1814), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1814), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1814), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1814), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1814), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1814), - [anon_sym_MOZ_COLD] = ACTIONS(1814), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1814), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1814), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1814), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1814), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1814), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1814), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1814), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1814), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1814), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1814), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1814), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1814), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1814), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1814), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1814), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1814), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1814), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1814), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1814), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1814), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_NONNULL] = ACTIONS(1814), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1814), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1814), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1814), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1814), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1814), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_NORETURN] = ACTIONS(1814), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1814), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1814), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1814), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1814), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1814), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1814), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1814), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1814), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1814), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1814), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1814), - [anon_sym_MOZ_RAII] = ACTIONS(1814), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1814), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1814), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1814), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1814), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1814), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1814), - }, - [1004] = { - [sym_identifier] = ACTIONS(1810), - [aux_sym_preproc_def_token1] = ACTIONS(1810), - [aux_sym_preproc_if_token1] = ACTIONS(1810), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1810), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1810), - [sym_preproc_directive] = ACTIONS(1810), - [anon_sym_LPAREN2] = ACTIONS(1812), - [anon_sym_TILDE] = ACTIONS(1812), - [anon_sym_STAR] = ACTIONS(1812), - [anon_sym_AMP_AMP] = ACTIONS(1812), - [anon_sym_AMP] = ACTIONS(1810), - [anon_sym_typedef] = ACTIONS(1810), - [anon_sym_extern] = ACTIONS(1810), - [anon_sym___attribute__] = ACTIONS(1810), - [anon_sym_COLON_COLON] = ACTIONS(1812), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1812), - [anon_sym___declspec] = ACTIONS(1810), - [anon_sym___based] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1812), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_static] = ACTIONS(1810), - [anon_sym_register] = ACTIONS(1810), - [anon_sym_inline] = ACTIONS(1810), - [anon_sym_thread_local] = ACTIONS(1810), - [anon_sym_const] = ACTIONS(1810), - [anon_sym_volatile] = ACTIONS(1810), - [anon_sym_restrict] = ACTIONS(1810), - [anon_sym__Atomic] = ACTIONS(1810), - [anon_sym_mutable] = ACTIONS(1810), - [anon_sym_constexpr] = ACTIONS(1810), - [anon_sym_signed] = ACTIONS(1810), - [anon_sym_unsigned] = ACTIONS(1810), - [anon_sym_long] = ACTIONS(1810), - [anon_sym_short] = ACTIONS(1810), - [sym_primitive_type] = ACTIONS(1810), - [anon_sym_enum] = ACTIONS(1810), - [anon_sym_class] = ACTIONS(1810), - [anon_sym_struct] = ACTIONS(1810), - [anon_sym_union] = ACTIONS(1810), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1810), - [anon_sym_virtual] = ACTIONS(1810), - [anon_sym_explicit] = ACTIONS(1810), - [anon_sym_public] = ACTIONS(1810), - [anon_sym_private] = ACTIONS(1810), - [anon_sym_protected] = ACTIONS(1810), - [sym_auto] = ACTIONS(1810), - [anon_sym_typename] = ACTIONS(1810), - [anon_sym_template] = ACTIONS(1810), - [anon_sym_operator] = ACTIONS(1810), - [anon_sym_friend] = ACTIONS(1810), - [anon_sym_using] = ACTIONS(1810), - [anon_sym_static_assert] = ACTIONS(1810), - [sym_operator_name] = ACTIONS(1810), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1810), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1810), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1810), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1810), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1810), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1810), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1810), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1810), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1810), - [anon_sym_MOZ_COLD] = ACTIONS(1810), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1810), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1810), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1810), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1810), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1810), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1810), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1810), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1810), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1810), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1810), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1810), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1810), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1810), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1810), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1810), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1810), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1810), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1810), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1810), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1810), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_NONNULL] = ACTIONS(1810), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1810), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1810), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1810), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1810), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1810), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_NORETURN] = ACTIONS(1810), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1810), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1810), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1810), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1810), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1810), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1810), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1810), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1810), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1810), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1810), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1810), - [anon_sym_MOZ_RAII] = ACTIONS(1810), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1810), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1810), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1810), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1810), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1810), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1810), - }, - [1005] = { - [sym_identifier] = ACTIONS(1766), - [aux_sym_preproc_def_token1] = ACTIONS(1766), - [aux_sym_preproc_if_token1] = ACTIONS(1766), - [aux_sym_preproc_if_token2] = ACTIONS(1766), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1766), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1766), - [sym_preproc_directive] = ACTIONS(1766), - [anon_sym_LPAREN2] = ACTIONS(1768), - [anon_sym_TILDE] = ACTIONS(1768), - [anon_sym_STAR] = ACTIONS(1768), - [anon_sym_AMP_AMP] = ACTIONS(1768), - [anon_sym_AMP] = ACTIONS(1766), - [anon_sym_typedef] = ACTIONS(1766), - [anon_sym_extern] = ACTIONS(1766), - [anon_sym___attribute__] = ACTIONS(1766), - [anon_sym_COLON_COLON] = ACTIONS(1768), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1768), - [anon_sym___declspec] = ACTIONS(1766), - [anon_sym___based] = ACTIONS(1766), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_static] = ACTIONS(1766), - [anon_sym_register] = ACTIONS(1766), - [anon_sym_inline] = ACTIONS(1766), - [anon_sym_thread_local] = ACTIONS(1766), - [anon_sym_const] = ACTIONS(1766), - [anon_sym_volatile] = ACTIONS(1766), - [anon_sym_restrict] = ACTIONS(1766), - [anon_sym__Atomic] = ACTIONS(1766), - [anon_sym_mutable] = ACTIONS(1766), - [anon_sym_constexpr] = ACTIONS(1766), - [anon_sym_signed] = ACTIONS(1766), - [anon_sym_unsigned] = ACTIONS(1766), - [anon_sym_long] = ACTIONS(1766), - [anon_sym_short] = ACTIONS(1766), - [sym_primitive_type] = ACTIONS(1766), - [anon_sym_enum] = ACTIONS(1766), - [anon_sym_class] = ACTIONS(1766), - [anon_sym_struct] = ACTIONS(1766), - [anon_sym_union] = ACTIONS(1766), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1766), - [anon_sym_virtual] = ACTIONS(1766), - [anon_sym_explicit] = ACTIONS(1766), - [anon_sym_public] = ACTIONS(1766), - [anon_sym_private] = ACTIONS(1766), - [anon_sym_protected] = ACTIONS(1766), - [sym_auto] = ACTIONS(1766), - [anon_sym_typename] = ACTIONS(1766), - [anon_sym_template] = ACTIONS(1766), - [anon_sym_operator] = ACTIONS(1766), - [anon_sym_friend] = ACTIONS(1766), - [anon_sym_using] = ACTIONS(1766), - [anon_sym_static_assert] = ACTIONS(1766), - [sym_operator_name] = ACTIONS(1766), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1766), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1766), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1766), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1766), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1766), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1766), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1766), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1766), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1766), - [anon_sym_MOZ_COLD] = ACTIONS(1766), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1766), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1766), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1766), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1766), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1766), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1766), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1766), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1766), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1766), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1766), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1766), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1766), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1766), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1766), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1766), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1766), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1766), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1766), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1766), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1766), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_NONNULL] = ACTIONS(1766), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1766), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1766), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1766), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1766), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1766), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_NORETURN] = ACTIONS(1766), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1766), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1766), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1766), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1766), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1766), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1766), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1766), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1766), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1766), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1766), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1766), - [anon_sym_MOZ_RAII] = ACTIONS(1766), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1766), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1766), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1766), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1766), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1766), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1766), + [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), }, - [1006] = { - [sym_identifier] = ACTIONS(1778), - [aux_sym_preproc_def_token1] = ACTIONS(1778), - [aux_sym_preproc_if_token1] = ACTIONS(1778), - [aux_sym_preproc_if_token2] = ACTIONS(1778), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1778), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1778), - [sym_preproc_directive] = ACTIONS(1778), - [anon_sym_LPAREN2] = ACTIONS(1780), - [anon_sym_TILDE] = ACTIONS(1780), - [anon_sym_STAR] = ACTIONS(1780), - [anon_sym_AMP_AMP] = ACTIONS(1780), - [anon_sym_AMP] = ACTIONS(1778), - [anon_sym_typedef] = ACTIONS(1778), - [anon_sym_extern] = ACTIONS(1778), - [anon_sym___attribute__] = ACTIONS(1778), - [anon_sym_COLON_COLON] = ACTIONS(1780), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1780), - [anon_sym___declspec] = ACTIONS(1778), - [anon_sym___based] = ACTIONS(1778), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_static] = ACTIONS(1778), - [anon_sym_register] = ACTIONS(1778), - [anon_sym_inline] = ACTIONS(1778), - [anon_sym_thread_local] = ACTIONS(1778), - [anon_sym_const] = ACTIONS(1778), - [anon_sym_volatile] = ACTIONS(1778), - [anon_sym_restrict] = ACTIONS(1778), - [anon_sym__Atomic] = ACTIONS(1778), - [anon_sym_mutable] = ACTIONS(1778), - [anon_sym_constexpr] = ACTIONS(1778), - [anon_sym_signed] = ACTIONS(1778), - [anon_sym_unsigned] = ACTIONS(1778), - [anon_sym_long] = ACTIONS(1778), - [anon_sym_short] = ACTIONS(1778), - [sym_primitive_type] = ACTIONS(1778), - [anon_sym_enum] = ACTIONS(1778), - [anon_sym_class] = ACTIONS(1778), - [anon_sym_struct] = ACTIONS(1778), - [anon_sym_union] = ACTIONS(1778), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1778), - [anon_sym_virtual] = ACTIONS(1778), - [anon_sym_explicit] = ACTIONS(1778), - [anon_sym_public] = ACTIONS(1778), - [anon_sym_private] = ACTIONS(1778), - [anon_sym_protected] = ACTIONS(1778), - [sym_auto] = ACTIONS(1778), - [anon_sym_typename] = ACTIONS(1778), - [anon_sym_template] = ACTIONS(1778), - [anon_sym_operator] = ACTIONS(1778), - [anon_sym_friend] = ACTIONS(1778), - [anon_sym_using] = ACTIONS(1778), - [anon_sym_static_assert] = ACTIONS(1778), - [sym_operator_name] = ACTIONS(1778), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1778), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1778), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1778), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1778), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1778), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1778), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1778), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1778), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1778), - [anon_sym_MOZ_COLD] = ACTIONS(1778), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1778), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1778), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1778), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1778), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1778), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1778), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1778), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1778), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1778), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1778), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1778), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1778), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1778), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1778), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1778), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1778), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1778), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1778), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1778), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1778), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1778), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_NONNULL] = ACTIONS(1778), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1778), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1778), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1778), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1778), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1778), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_NORETURN] = ACTIONS(1778), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1778), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1778), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1778), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1778), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1778), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1778), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1778), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1778), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1778), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1778), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1778), - [anon_sym_MOZ_RAII] = ACTIONS(1778), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1778), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1778), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1778), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1778), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1778), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1778), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1778), + [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), + [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), }, - [1007] = { - [sym_identifier] = ACTIONS(1806), - [aux_sym_preproc_def_token1] = ACTIONS(1806), - [aux_sym_preproc_if_token1] = ACTIONS(1806), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1806), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1806), - [sym_preproc_directive] = ACTIONS(1806), - [anon_sym_LPAREN2] = ACTIONS(1808), - [anon_sym_TILDE] = ACTIONS(1808), - [anon_sym_STAR] = ACTIONS(1808), - [anon_sym_AMP_AMP] = ACTIONS(1808), - [anon_sym_AMP] = ACTIONS(1806), - [anon_sym_typedef] = ACTIONS(1806), - [anon_sym_extern] = ACTIONS(1806), - [anon_sym___attribute__] = ACTIONS(1806), - [anon_sym_COLON_COLON] = ACTIONS(1808), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1808), - [anon_sym___declspec] = ACTIONS(1806), - [anon_sym___based] = ACTIONS(1806), - [anon_sym_RBRACE] = ACTIONS(1808), - [anon_sym_LBRACK] = ACTIONS(1806), - [anon_sym_static] = ACTIONS(1806), - [anon_sym_register] = ACTIONS(1806), - [anon_sym_inline] = ACTIONS(1806), - [anon_sym_thread_local] = ACTIONS(1806), - [anon_sym_const] = ACTIONS(1806), - [anon_sym_volatile] = ACTIONS(1806), - [anon_sym_restrict] = ACTIONS(1806), - [anon_sym__Atomic] = ACTIONS(1806), - [anon_sym_mutable] = ACTIONS(1806), - [anon_sym_constexpr] = ACTIONS(1806), - [anon_sym_signed] = ACTIONS(1806), - [anon_sym_unsigned] = ACTIONS(1806), - [anon_sym_long] = ACTIONS(1806), - [anon_sym_short] = ACTIONS(1806), - [sym_primitive_type] = ACTIONS(1806), - [anon_sym_enum] = ACTIONS(1806), - [anon_sym_class] = ACTIONS(1806), - [anon_sym_struct] = ACTIONS(1806), - [anon_sym_union] = ACTIONS(1806), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1806), - [anon_sym_virtual] = ACTIONS(1806), - [anon_sym_explicit] = ACTIONS(1806), - [anon_sym_public] = ACTIONS(1806), - [anon_sym_private] = ACTIONS(1806), - [anon_sym_protected] = ACTIONS(1806), - [sym_auto] = ACTIONS(1806), - [anon_sym_typename] = ACTIONS(1806), - [anon_sym_template] = ACTIONS(1806), - [anon_sym_operator] = ACTIONS(1806), - [anon_sym_friend] = ACTIONS(1806), - [anon_sym_using] = ACTIONS(1806), - [anon_sym_static_assert] = ACTIONS(1806), - [sym_operator_name] = ACTIONS(1806), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1806), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1806), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1806), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1806), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1806), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1806), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1806), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1806), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1806), - [anon_sym_MOZ_COLD] = ACTIONS(1806), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1806), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1806), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1806), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1806), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1806), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1806), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1806), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1806), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1806), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1806), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1806), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1806), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1806), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1806), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1806), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1806), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1806), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1806), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1806), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1806), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_NONNULL] = ACTIONS(1806), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1806), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1806), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1806), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1806), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1806), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_NORETURN] = ACTIONS(1806), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1806), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1806), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1806), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1806), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1806), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1806), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1806), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1806), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1806), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1806), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1806), - [anon_sym_MOZ_RAII] = ACTIONS(1806), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1806), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1806), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1806), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1806), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1806), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1806), + [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), }, - [1008] = { - [sym_identifier] = ACTIONS(1786), - [aux_sym_preproc_def_token1] = ACTIONS(1786), - [aux_sym_preproc_if_token1] = ACTIONS(1786), - [aux_sym_preproc_if_token2] = ACTIONS(1786), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1786), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1786), - [sym_preproc_directive] = ACTIONS(1786), - [anon_sym_LPAREN2] = ACTIONS(1788), - [anon_sym_TILDE] = ACTIONS(1788), - [anon_sym_STAR] = ACTIONS(1788), - [anon_sym_AMP_AMP] = ACTIONS(1788), - [anon_sym_AMP] = ACTIONS(1786), - [anon_sym_typedef] = ACTIONS(1786), - [anon_sym_extern] = ACTIONS(1786), - [anon_sym___attribute__] = ACTIONS(1786), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1788), - [anon_sym___declspec] = ACTIONS(1786), - [anon_sym___based] = ACTIONS(1786), - [anon_sym_LBRACK] = ACTIONS(1786), - [anon_sym_static] = ACTIONS(1786), - [anon_sym_register] = ACTIONS(1786), - [anon_sym_inline] = ACTIONS(1786), - [anon_sym_thread_local] = ACTIONS(1786), - [anon_sym_const] = ACTIONS(1786), - [anon_sym_volatile] = ACTIONS(1786), - [anon_sym_restrict] = ACTIONS(1786), - [anon_sym__Atomic] = ACTIONS(1786), - [anon_sym_mutable] = ACTIONS(1786), - [anon_sym_constexpr] = ACTIONS(1786), - [anon_sym_signed] = ACTIONS(1786), - [anon_sym_unsigned] = ACTIONS(1786), - [anon_sym_long] = ACTIONS(1786), - [anon_sym_short] = ACTIONS(1786), - [sym_primitive_type] = ACTIONS(1786), - [anon_sym_enum] = ACTIONS(1786), - [anon_sym_class] = ACTIONS(1786), - [anon_sym_struct] = ACTIONS(1786), - [anon_sym_union] = ACTIONS(1786), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1786), - [anon_sym_virtual] = ACTIONS(1786), - [anon_sym_explicit] = ACTIONS(1786), - [anon_sym_public] = ACTIONS(1786), - [anon_sym_private] = ACTIONS(1786), - [anon_sym_protected] = ACTIONS(1786), - [sym_auto] = ACTIONS(1786), - [anon_sym_typename] = ACTIONS(1786), - [anon_sym_template] = ACTIONS(1786), - [anon_sym_operator] = ACTIONS(1786), - [anon_sym_friend] = ACTIONS(1786), - [anon_sym_using] = ACTIONS(1786), - [anon_sym_static_assert] = ACTIONS(1786), - [sym_operator_name] = ACTIONS(1786), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1786), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1786), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1786), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1786), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1786), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1786), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1786), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1786), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1786), - [anon_sym_MOZ_COLD] = ACTIONS(1786), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1786), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1786), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1786), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1786), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1786), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1786), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1786), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1786), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1786), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1786), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1786), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1786), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1786), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1786), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1786), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1786), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1786), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1786), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1786), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1786), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_NONNULL] = ACTIONS(1786), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1786), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1786), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1786), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1786), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1786), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_NORETURN] = ACTIONS(1786), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1786), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1786), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1786), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1786), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1786), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1786), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1786), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1786), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1786), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1786), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1786), - [anon_sym_MOZ_RAII] = ACTIONS(1786), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1786), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1786), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1786), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1786), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1786), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1786), + [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), }, - [1009] = { - [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), + [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(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), - [sym_operator_name] = 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), + [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), }, - [1010] = { + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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), @@ -210557,7 +207374,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -210592,7 +207408,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(2592), [anon_sym_using] = ACTIONS(2592), [anon_sym_static_assert] = ACTIONS(2592), - [sym_operator_name] = 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), @@ -210664,3535 +207479,132 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2592), [anon_sym_JS_PUBLIC_API] = ACTIONS(2592), }, - [1011] = { - [sym_identifier] = ACTIONS(1890), - [aux_sym_preproc_def_token1] = ACTIONS(1890), - [aux_sym_preproc_if_token1] = ACTIONS(1890), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1890), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1890), - [sym_preproc_directive] = ACTIONS(1890), - [anon_sym_LPAREN2] = ACTIONS(1892), - [anon_sym_TILDE] = ACTIONS(1892), - [anon_sym_STAR] = ACTIONS(1892), - [anon_sym_AMP_AMP] = ACTIONS(1892), - [anon_sym_AMP] = ACTIONS(1890), - [anon_sym_typedef] = ACTIONS(1890), - [anon_sym_extern] = ACTIONS(1890), - [anon_sym___attribute__] = ACTIONS(1890), - [anon_sym_COLON_COLON] = ACTIONS(1892), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1892), - [anon_sym___declspec] = ACTIONS(1890), - [anon_sym___based] = ACTIONS(1890), - [anon_sym_RBRACE] = ACTIONS(1892), - [anon_sym_LBRACK] = ACTIONS(1890), - [anon_sym_static] = ACTIONS(1890), - [anon_sym_register] = ACTIONS(1890), - [anon_sym_inline] = ACTIONS(1890), - [anon_sym_thread_local] = ACTIONS(1890), - [anon_sym_const] = ACTIONS(1890), - [anon_sym_volatile] = ACTIONS(1890), - [anon_sym_restrict] = ACTIONS(1890), - [anon_sym__Atomic] = ACTIONS(1890), - [anon_sym_mutable] = ACTIONS(1890), - [anon_sym_constexpr] = ACTIONS(1890), - [anon_sym_signed] = ACTIONS(1890), - [anon_sym_unsigned] = ACTIONS(1890), - [anon_sym_long] = ACTIONS(1890), - [anon_sym_short] = ACTIONS(1890), - [sym_primitive_type] = ACTIONS(1890), - [anon_sym_enum] = ACTIONS(1890), - [anon_sym_class] = ACTIONS(1890), - [anon_sym_struct] = ACTIONS(1890), - [anon_sym_union] = ACTIONS(1890), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1890), - [anon_sym_virtual] = ACTIONS(1890), - [anon_sym_explicit] = ACTIONS(1890), - [anon_sym_public] = ACTIONS(1890), - [anon_sym_private] = ACTIONS(1890), - [anon_sym_protected] = ACTIONS(1890), - [sym_auto] = ACTIONS(1890), - [anon_sym_typename] = ACTIONS(1890), - [anon_sym_template] = ACTIONS(1890), - [anon_sym_operator] = ACTIONS(1890), - [anon_sym_friend] = ACTIONS(1890), - [anon_sym_using] = ACTIONS(1890), - [anon_sym_static_assert] = ACTIONS(1890), - [sym_operator_name] = ACTIONS(1890), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1890), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1890), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1890), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1890), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1890), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1890), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1890), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1890), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1890), - [anon_sym_MOZ_COLD] = ACTIONS(1890), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1890), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1890), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1890), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1890), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1890), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1890), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1890), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1890), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1890), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1890), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1890), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1890), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1890), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1890), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1890), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1890), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1890), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1890), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1890), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1890), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_NONNULL] = ACTIONS(1890), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1890), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1890), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1890), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1890), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1890), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_NORETURN] = ACTIONS(1890), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1890), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1890), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1890), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1890), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1890), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1890), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1890), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1890), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1890), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1890), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1890), - [anon_sym_MOZ_RAII] = ACTIONS(1890), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1890), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1890), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1890), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1890), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1890), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1890), - }, - [1012] = { - [sym_identifier] = ACTIONS(1790), - [aux_sym_preproc_def_token1] = ACTIONS(1790), - [aux_sym_preproc_if_token1] = ACTIONS(1790), - [aux_sym_preproc_if_token2] = ACTIONS(1790), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1790), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1790), - [sym_preproc_directive] = ACTIONS(1790), - [anon_sym_LPAREN2] = ACTIONS(1792), - [anon_sym_TILDE] = ACTIONS(1792), - [anon_sym_STAR] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_AMP] = ACTIONS(1790), - [anon_sym_typedef] = ACTIONS(1790), - [anon_sym_extern] = ACTIONS(1790), - [anon_sym___attribute__] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1792), - [anon_sym___declspec] = ACTIONS(1790), - [anon_sym___based] = ACTIONS(1790), - [anon_sym_LBRACK] = ACTIONS(1790), - [anon_sym_static] = ACTIONS(1790), - [anon_sym_register] = ACTIONS(1790), - [anon_sym_inline] = ACTIONS(1790), - [anon_sym_thread_local] = ACTIONS(1790), - [anon_sym_const] = ACTIONS(1790), - [anon_sym_volatile] = ACTIONS(1790), - [anon_sym_restrict] = ACTIONS(1790), - [anon_sym__Atomic] = ACTIONS(1790), - [anon_sym_mutable] = ACTIONS(1790), - [anon_sym_constexpr] = ACTIONS(1790), - [anon_sym_signed] = ACTIONS(1790), - [anon_sym_unsigned] = ACTIONS(1790), - [anon_sym_long] = ACTIONS(1790), - [anon_sym_short] = ACTIONS(1790), - [sym_primitive_type] = ACTIONS(1790), - [anon_sym_enum] = ACTIONS(1790), - [anon_sym_class] = ACTIONS(1790), - [anon_sym_struct] = ACTIONS(1790), - [anon_sym_union] = ACTIONS(1790), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1790), - [anon_sym_virtual] = ACTIONS(1790), - [anon_sym_explicit] = ACTIONS(1790), - [anon_sym_public] = ACTIONS(1790), - [anon_sym_private] = ACTIONS(1790), - [anon_sym_protected] = ACTIONS(1790), - [sym_auto] = ACTIONS(1790), - [anon_sym_typename] = ACTIONS(1790), - [anon_sym_template] = ACTIONS(1790), - [anon_sym_operator] = ACTIONS(1790), - [anon_sym_friend] = ACTIONS(1790), - [anon_sym_using] = ACTIONS(1790), - [anon_sym_static_assert] = ACTIONS(1790), - [sym_operator_name] = ACTIONS(1790), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1790), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1790), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1790), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1790), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1790), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1790), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1790), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1790), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1790), - [anon_sym_MOZ_COLD] = ACTIONS(1790), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1790), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1790), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1790), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1790), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1790), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1790), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1790), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1790), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1790), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1790), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1790), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1790), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1790), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1790), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1790), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1790), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1790), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1790), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1790), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1790), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1790), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_NONNULL] = ACTIONS(1790), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1790), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1790), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1790), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1790), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1790), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_NORETURN] = ACTIONS(1790), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1790), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1790), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1790), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1790), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1790), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1790), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1790), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1790), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1790), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1790), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1790), - [anon_sym_MOZ_RAII] = ACTIONS(1790), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1790), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1790), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1790), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1790), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1790), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1790), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1790), - }, - [1013] = { - [sym_identifier] = ACTIONS(1802), - [aux_sym_preproc_def_token1] = ACTIONS(1802), - [aux_sym_preproc_if_token1] = ACTIONS(1802), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1802), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1802), - [sym_preproc_directive] = ACTIONS(1802), - [anon_sym_LPAREN2] = ACTIONS(1804), - [anon_sym_TILDE] = ACTIONS(1804), - [anon_sym_STAR] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_AMP] = ACTIONS(1802), - [anon_sym_typedef] = ACTIONS(1802), - [anon_sym_extern] = ACTIONS(1802), - [anon_sym___attribute__] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1804), - [anon_sym___declspec] = ACTIONS(1802), - [anon_sym___based] = ACTIONS(1802), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LBRACK] = ACTIONS(1802), - [anon_sym_static] = ACTIONS(1802), - [anon_sym_register] = ACTIONS(1802), - [anon_sym_inline] = ACTIONS(1802), - [anon_sym_thread_local] = ACTIONS(1802), - [anon_sym_const] = ACTIONS(1802), - [anon_sym_volatile] = ACTIONS(1802), - [anon_sym_restrict] = ACTIONS(1802), - [anon_sym__Atomic] = ACTIONS(1802), - [anon_sym_mutable] = ACTIONS(1802), - [anon_sym_constexpr] = ACTIONS(1802), - [anon_sym_signed] = ACTIONS(1802), - [anon_sym_unsigned] = ACTIONS(1802), - [anon_sym_long] = ACTIONS(1802), - [anon_sym_short] = ACTIONS(1802), - [sym_primitive_type] = ACTIONS(1802), - [anon_sym_enum] = ACTIONS(1802), - [anon_sym_class] = ACTIONS(1802), - [anon_sym_struct] = ACTIONS(1802), - [anon_sym_union] = ACTIONS(1802), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1802), - [anon_sym_virtual] = ACTIONS(1802), - [anon_sym_explicit] = ACTIONS(1802), - [anon_sym_public] = ACTIONS(1802), - [anon_sym_private] = ACTIONS(1802), - [anon_sym_protected] = ACTIONS(1802), - [sym_auto] = ACTIONS(1802), - [anon_sym_typename] = ACTIONS(1802), - [anon_sym_template] = ACTIONS(1802), - [anon_sym_operator] = ACTIONS(1802), - [anon_sym_friend] = ACTIONS(1802), - [anon_sym_using] = ACTIONS(1802), - [anon_sym_static_assert] = ACTIONS(1802), - [sym_operator_name] = ACTIONS(1802), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1802), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1802), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1802), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1802), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1802), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1802), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1802), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1802), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1802), - [anon_sym_MOZ_COLD] = ACTIONS(1802), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1802), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1802), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1802), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1802), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1802), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1802), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1802), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1802), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1802), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1802), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1802), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1802), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1802), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1802), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1802), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1802), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1802), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1802), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1802), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1802), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_NONNULL] = ACTIONS(1802), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1802), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1802), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1802), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1802), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1802), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_NORETURN] = ACTIONS(1802), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1802), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1802), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1802), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1802), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1802), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1802), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1802), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1802), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1802), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1802), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1802), - [anon_sym_MOZ_RAII] = ACTIONS(1802), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1802), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1802), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1802), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1802), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1802), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1802), - }, - [1014] = { - [sym_identifier] = ACTIONS(1794), - [aux_sym_preproc_def_token1] = ACTIONS(1794), - [aux_sym_preproc_if_token1] = ACTIONS(1794), - [aux_sym_preproc_if_token2] = ACTIONS(1794), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1794), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1794), - [sym_preproc_directive] = ACTIONS(1794), - [anon_sym_LPAREN2] = ACTIONS(1796), - [anon_sym_TILDE] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1796), - [anon_sym_AMP_AMP] = ACTIONS(1796), - [anon_sym_AMP] = ACTIONS(1794), - [anon_sym_typedef] = ACTIONS(1794), - [anon_sym_extern] = ACTIONS(1794), - [anon_sym___attribute__] = ACTIONS(1794), - [anon_sym_COLON_COLON] = ACTIONS(1796), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1796), - [anon_sym___declspec] = ACTIONS(1794), - [anon_sym___based] = ACTIONS(1794), - [anon_sym_LBRACK] = ACTIONS(1794), - [anon_sym_static] = ACTIONS(1794), - [anon_sym_register] = ACTIONS(1794), - [anon_sym_inline] = ACTIONS(1794), - [anon_sym_thread_local] = ACTIONS(1794), - [anon_sym_const] = ACTIONS(1794), - [anon_sym_volatile] = ACTIONS(1794), - [anon_sym_restrict] = ACTIONS(1794), - [anon_sym__Atomic] = ACTIONS(1794), - [anon_sym_mutable] = ACTIONS(1794), - [anon_sym_constexpr] = ACTIONS(1794), - [anon_sym_signed] = ACTIONS(1794), - [anon_sym_unsigned] = ACTIONS(1794), - [anon_sym_long] = ACTIONS(1794), - [anon_sym_short] = ACTIONS(1794), - [sym_primitive_type] = ACTIONS(1794), - [anon_sym_enum] = ACTIONS(1794), - [anon_sym_class] = ACTIONS(1794), - [anon_sym_struct] = ACTIONS(1794), - [anon_sym_union] = ACTIONS(1794), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1794), - [anon_sym_virtual] = ACTIONS(1794), - [anon_sym_explicit] = ACTIONS(1794), - [anon_sym_public] = ACTIONS(1794), - [anon_sym_private] = ACTIONS(1794), - [anon_sym_protected] = ACTIONS(1794), - [sym_auto] = ACTIONS(1794), - [anon_sym_typename] = ACTIONS(1794), - [anon_sym_template] = ACTIONS(1794), - [anon_sym_operator] = ACTIONS(1794), - [anon_sym_friend] = ACTIONS(1794), - [anon_sym_using] = ACTIONS(1794), - [anon_sym_static_assert] = ACTIONS(1794), - [sym_operator_name] = ACTIONS(1794), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1794), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1794), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1794), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1794), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1794), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1794), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1794), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1794), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1794), - [anon_sym_MOZ_COLD] = ACTIONS(1794), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1794), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1794), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1794), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1794), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1794), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1794), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1794), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1794), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1794), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1794), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1794), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1794), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1794), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1794), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1794), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1794), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1794), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1794), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1794), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1794), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1794), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_NONNULL] = ACTIONS(1794), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1794), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1794), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1794), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1794), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1794), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_NORETURN] = ACTIONS(1794), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1794), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1794), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1794), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1794), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1794), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1794), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1794), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1794), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1794), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1794), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1794), - [anon_sym_MOZ_RAII] = ACTIONS(1794), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1794), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1794), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1794), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1794), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1794), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1794), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1794), + [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), + [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), }, - [1015] = { - [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_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), - [sym_operator_name] = 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), - }, - [1016] = { - [sym_attribute_declaration] = STATE(1952), - [sym_compound_statement] = STATE(205), - [sym_labeled_statement] = STATE(205), - [sym_expression_statement] = STATE(205), - [sym_if_statement] = STATE(205), - [sym_switch_statement] = STATE(205), - [sym_case_statement] = STATE(205), - [sym_while_statement] = STATE(205), - [sym_do_statement] = STATE(205), - [sym_for_statement] = STATE(205), - [sym_return_statement] = STATE(205), - [sym_break_statement] = STATE(205), - [sym_continue_statement] = STATE(205), - [sym_goto_statement] = STATE(205), - [sym__expression] = STATE(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(205), - [sym_co_return_statement] = STATE(205), - [sym_co_yield_statement] = STATE(205), - [sym_throw_statement] = STATE(205), - [sym_try_statement] = STATE(205), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_attributed_declarator_repeat1] = STATE(1952), - [sym_identifier] = ACTIONS(2676), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(265), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1040), - [anon_sym_LBRACE] = ACTIONS(271), - [anon_sym_LBRACK] = ACTIONS(1044), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1017] = { - [sym_identifier] = ACTIONS(1798), - [aux_sym_preproc_def_token1] = ACTIONS(1798), - [aux_sym_preproc_if_token1] = ACTIONS(1798), - [aux_sym_preproc_if_token2] = ACTIONS(1798), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1798), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1798), - [sym_preproc_directive] = ACTIONS(1798), - [anon_sym_LPAREN2] = ACTIONS(1800), - [anon_sym_TILDE] = ACTIONS(1800), - [anon_sym_STAR] = ACTIONS(1800), - [anon_sym_AMP_AMP] = ACTIONS(1800), - [anon_sym_AMP] = ACTIONS(1798), - [anon_sym_typedef] = ACTIONS(1798), - [anon_sym_extern] = ACTIONS(1798), - [anon_sym___attribute__] = ACTIONS(1798), - [anon_sym_COLON_COLON] = ACTIONS(1800), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1800), - [anon_sym___declspec] = ACTIONS(1798), - [anon_sym___based] = ACTIONS(1798), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_static] = ACTIONS(1798), - [anon_sym_register] = ACTIONS(1798), - [anon_sym_inline] = ACTIONS(1798), - [anon_sym_thread_local] = ACTIONS(1798), - [anon_sym_const] = ACTIONS(1798), - [anon_sym_volatile] = ACTIONS(1798), - [anon_sym_restrict] = ACTIONS(1798), - [anon_sym__Atomic] = ACTIONS(1798), - [anon_sym_mutable] = ACTIONS(1798), - [anon_sym_constexpr] = ACTIONS(1798), - [anon_sym_signed] = ACTIONS(1798), - [anon_sym_unsigned] = ACTIONS(1798), - [anon_sym_long] = ACTIONS(1798), - [anon_sym_short] = ACTIONS(1798), - [sym_primitive_type] = ACTIONS(1798), - [anon_sym_enum] = ACTIONS(1798), - [anon_sym_class] = ACTIONS(1798), - [anon_sym_struct] = ACTIONS(1798), - [anon_sym_union] = ACTIONS(1798), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1798), - [anon_sym_virtual] = ACTIONS(1798), - [anon_sym_explicit] = ACTIONS(1798), - [anon_sym_public] = ACTIONS(1798), - [anon_sym_private] = ACTIONS(1798), - [anon_sym_protected] = ACTIONS(1798), - [sym_auto] = ACTIONS(1798), - [anon_sym_typename] = ACTIONS(1798), - [anon_sym_template] = ACTIONS(1798), - [anon_sym_operator] = ACTIONS(1798), - [anon_sym_friend] = ACTIONS(1798), - [anon_sym_using] = ACTIONS(1798), - [anon_sym_static_assert] = ACTIONS(1798), - [sym_operator_name] = ACTIONS(1798), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1798), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1798), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1798), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1798), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1798), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1798), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1798), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1798), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1798), - [anon_sym_MOZ_COLD] = ACTIONS(1798), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1798), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1798), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1798), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1798), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1798), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1798), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1798), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1798), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1798), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1798), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1798), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1798), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1798), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1798), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1798), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1798), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1798), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1798), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1798), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1798), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1798), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_NONNULL] = ACTIONS(1798), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1798), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1798), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1798), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1798), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1798), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_NORETURN] = ACTIONS(1798), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1798), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1798), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1798), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1798), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1798), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1798), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1798), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1798), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1798), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1798), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1798), - [anon_sym_MOZ_RAII] = ACTIONS(1798), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1798), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1798), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1798), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1798), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1798), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1798), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1798), - }, - [1018] = { - [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_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), - [sym_operator_name] = 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), - }, - [1019] = { - [sym_identifier] = ACTIONS(1802), - [aux_sym_preproc_def_token1] = ACTIONS(1802), - [aux_sym_preproc_if_token1] = ACTIONS(1802), - [aux_sym_preproc_if_token2] = ACTIONS(1802), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1802), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1802), - [sym_preproc_directive] = ACTIONS(1802), - [anon_sym_LPAREN2] = ACTIONS(1804), - [anon_sym_TILDE] = ACTIONS(1804), - [anon_sym_STAR] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_AMP] = ACTIONS(1802), - [anon_sym_typedef] = ACTIONS(1802), - [anon_sym_extern] = ACTIONS(1802), - [anon_sym___attribute__] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1804), - [anon_sym___declspec] = ACTIONS(1802), - [anon_sym___based] = ACTIONS(1802), - [anon_sym_LBRACK] = ACTIONS(1802), - [anon_sym_static] = ACTIONS(1802), - [anon_sym_register] = ACTIONS(1802), - [anon_sym_inline] = ACTIONS(1802), - [anon_sym_thread_local] = ACTIONS(1802), - [anon_sym_const] = ACTIONS(1802), - [anon_sym_volatile] = ACTIONS(1802), - [anon_sym_restrict] = ACTIONS(1802), - [anon_sym__Atomic] = ACTIONS(1802), - [anon_sym_mutable] = ACTIONS(1802), - [anon_sym_constexpr] = ACTIONS(1802), - [anon_sym_signed] = ACTIONS(1802), - [anon_sym_unsigned] = ACTIONS(1802), - [anon_sym_long] = ACTIONS(1802), - [anon_sym_short] = ACTIONS(1802), - [sym_primitive_type] = ACTIONS(1802), - [anon_sym_enum] = ACTIONS(1802), - [anon_sym_class] = ACTIONS(1802), - [anon_sym_struct] = ACTIONS(1802), - [anon_sym_union] = ACTIONS(1802), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1802), - [anon_sym_virtual] = ACTIONS(1802), - [anon_sym_explicit] = ACTIONS(1802), - [anon_sym_public] = ACTIONS(1802), - [anon_sym_private] = ACTIONS(1802), - [anon_sym_protected] = ACTIONS(1802), - [sym_auto] = ACTIONS(1802), - [anon_sym_typename] = ACTIONS(1802), - [anon_sym_template] = ACTIONS(1802), - [anon_sym_operator] = ACTIONS(1802), - [anon_sym_friend] = ACTIONS(1802), - [anon_sym_using] = ACTIONS(1802), - [anon_sym_static_assert] = ACTIONS(1802), - [sym_operator_name] = ACTIONS(1802), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1802), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1802), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1802), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1802), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1802), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1802), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1802), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1802), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1802), - [anon_sym_MOZ_COLD] = ACTIONS(1802), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1802), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1802), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1802), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1802), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1802), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1802), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1802), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1802), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1802), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1802), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1802), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1802), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1802), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1802), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1802), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1802), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1802), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1802), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1802), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1802), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1802), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_NONNULL] = ACTIONS(1802), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1802), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1802), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1802), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1802), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1802), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_NORETURN] = ACTIONS(1802), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1802), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1802), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1802), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1802), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1802), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1802), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1802), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1802), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1802), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1802), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1802), - [anon_sym_MOZ_RAII] = ACTIONS(1802), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1802), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1802), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1802), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1802), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1802), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1802), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1802), - }, - [1020] = { - [sym_identifier] = ACTIONS(1806), - [aux_sym_preproc_def_token1] = ACTIONS(1806), - [aux_sym_preproc_if_token1] = ACTIONS(1806), - [aux_sym_preproc_if_token2] = ACTIONS(1806), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1806), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1806), - [sym_preproc_directive] = ACTIONS(1806), - [anon_sym_LPAREN2] = ACTIONS(1808), - [anon_sym_TILDE] = ACTIONS(1808), - [anon_sym_STAR] = ACTIONS(1808), - [anon_sym_AMP_AMP] = ACTIONS(1808), - [anon_sym_AMP] = ACTIONS(1806), - [anon_sym_typedef] = ACTIONS(1806), - [anon_sym_extern] = ACTIONS(1806), - [anon_sym___attribute__] = ACTIONS(1806), - [anon_sym_COLON_COLON] = ACTIONS(1808), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1808), - [anon_sym___declspec] = ACTIONS(1806), - [anon_sym___based] = ACTIONS(1806), - [anon_sym_LBRACK] = ACTIONS(1806), - [anon_sym_static] = ACTIONS(1806), - [anon_sym_register] = ACTIONS(1806), - [anon_sym_inline] = ACTIONS(1806), - [anon_sym_thread_local] = ACTIONS(1806), - [anon_sym_const] = ACTIONS(1806), - [anon_sym_volatile] = ACTIONS(1806), - [anon_sym_restrict] = ACTIONS(1806), - [anon_sym__Atomic] = ACTIONS(1806), - [anon_sym_mutable] = ACTIONS(1806), - [anon_sym_constexpr] = ACTIONS(1806), - [anon_sym_signed] = ACTIONS(1806), - [anon_sym_unsigned] = ACTIONS(1806), - [anon_sym_long] = ACTIONS(1806), - [anon_sym_short] = ACTIONS(1806), - [sym_primitive_type] = ACTIONS(1806), - [anon_sym_enum] = ACTIONS(1806), - [anon_sym_class] = ACTIONS(1806), - [anon_sym_struct] = ACTIONS(1806), - [anon_sym_union] = ACTIONS(1806), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1806), - [anon_sym_virtual] = ACTIONS(1806), - [anon_sym_explicit] = ACTIONS(1806), - [anon_sym_public] = ACTIONS(1806), - [anon_sym_private] = ACTIONS(1806), - [anon_sym_protected] = ACTIONS(1806), - [sym_auto] = ACTIONS(1806), - [anon_sym_typename] = ACTIONS(1806), - [anon_sym_template] = ACTIONS(1806), - [anon_sym_operator] = ACTIONS(1806), - [anon_sym_friend] = ACTIONS(1806), - [anon_sym_using] = ACTIONS(1806), - [anon_sym_static_assert] = ACTIONS(1806), - [sym_operator_name] = ACTIONS(1806), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1806), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1806), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1806), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1806), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1806), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1806), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1806), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1806), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1806), - [anon_sym_MOZ_COLD] = ACTIONS(1806), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1806), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1806), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1806), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1806), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1806), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1806), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1806), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1806), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1806), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1806), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1806), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1806), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1806), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1806), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1806), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1806), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1806), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1806), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1806), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1806), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1806), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_NONNULL] = ACTIONS(1806), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1806), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1806), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1806), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1806), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1806), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_NORETURN] = ACTIONS(1806), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1806), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1806), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1806), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1806), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1806), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1806), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1806), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1806), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1806), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1806), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1806), - [anon_sym_MOZ_RAII] = ACTIONS(1806), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1806), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1806), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1806), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1806), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1806), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1806), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1806), - }, - [1021] = { - [sym_identifier] = ACTIONS(1810), - [aux_sym_preproc_def_token1] = ACTIONS(1810), - [aux_sym_preproc_if_token1] = ACTIONS(1810), - [aux_sym_preproc_if_token2] = ACTIONS(1810), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1810), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1810), - [sym_preproc_directive] = ACTIONS(1810), - [anon_sym_LPAREN2] = ACTIONS(1812), - [anon_sym_TILDE] = ACTIONS(1812), - [anon_sym_STAR] = ACTIONS(1812), - [anon_sym_AMP_AMP] = ACTIONS(1812), - [anon_sym_AMP] = ACTIONS(1810), - [anon_sym_typedef] = ACTIONS(1810), - [anon_sym_extern] = ACTIONS(1810), - [anon_sym___attribute__] = ACTIONS(1810), - [anon_sym_COLON_COLON] = ACTIONS(1812), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1812), - [anon_sym___declspec] = ACTIONS(1810), - [anon_sym___based] = ACTIONS(1810), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_static] = ACTIONS(1810), - [anon_sym_register] = ACTIONS(1810), - [anon_sym_inline] = ACTIONS(1810), - [anon_sym_thread_local] = ACTIONS(1810), - [anon_sym_const] = ACTIONS(1810), - [anon_sym_volatile] = ACTIONS(1810), - [anon_sym_restrict] = ACTIONS(1810), - [anon_sym__Atomic] = ACTIONS(1810), - [anon_sym_mutable] = ACTIONS(1810), - [anon_sym_constexpr] = ACTIONS(1810), - [anon_sym_signed] = ACTIONS(1810), - [anon_sym_unsigned] = ACTIONS(1810), - [anon_sym_long] = ACTIONS(1810), - [anon_sym_short] = ACTIONS(1810), - [sym_primitive_type] = ACTIONS(1810), - [anon_sym_enum] = ACTIONS(1810), - [anon_sym_class] = ACTIONS(1810), - [anon_sym_struct] = ACTIONS(1810), - [anon_sym_union] = ACTIONS(1810), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1810), - [anon_sym_virtual] = ACTIONS(1810), - [anon_sym_explicit] = ACTIONS(1810), - [anon_sym_public] = ACTIONS(1810), - [anon_sym_private] = ACTIONS(1810), - [anon_sym_protected] = ACTIONS(1810), - [sym_auto] = ACTIONS(1810), - [anon_sym_typename] = ACTIONS(1810), - [anon_sym_template] = ACTIONS(1810), - [anon_sym_operator] = ACTIONS(1810), - [anon_sym_friend] = ACTIONS(1810), - [anon_sym_using] = ACTIONS(1810), - [anon_sym_static_assert] = ACTIONS(1810), - [sym_operator_name] = ACTIONS(1810), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1810), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1810), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1810), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1810), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1810), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1810), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1810), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1810), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1810), - [anon_sym_MOZ_COLD] = ACTIONS(1810), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1810), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1810), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1810), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1810), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1810), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1810), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1810), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1810), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1810), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1810), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1810), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1810), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1810), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1810), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1810), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1810), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1810), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1810), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1810), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1810), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1810), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_NONNULL] = ACTIONS(1810), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1810), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1810), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1810), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1810), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1810), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_NORETURN] = ACTIONS(1810), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1810), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1810), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1810), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1810), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1810), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1810), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1810), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1810), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1810), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1810), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1810), - [anon_sym_MOZ_RAII] = ACTIONS(1810), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1810), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1810), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1810), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1810), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1810), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1810), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1810), - }, - [1022] = { - [sym_identifier] = ACTIONS(1814), - [aux_sym_preproc_def_token1] = ACTIONS(1814), - [aux_sym_preproc_if_token1] = ACTIONS(1814), - [aux_sym_preproc_if_token2] = ACTIONS(1814), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1814), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1814), - [sym_preproc_directive] = ACTIONS(1814), - [anon_sym_LPAREN2] = ACTIONS(1816), - [anon_sym_TILDE] = ACTIONS(1816), - [anon_sym_STAR] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_AMP] = ACTIONS(1814), - [anon_sym_typedef] = ACTIONS(1814), - [anon_sym_extern] = ACTIONS(1814), - [anon_sym___attribute__] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1816), - [anon_sym___declspec] = ACTIONS(1814), - [anon_sym___based] = ACTIONS(1814), - [anon_sym_LBRACK] = ACTIONS(1814), - [anon_sym_static] = ACTIONS(1814), - [anon_sym_register] = ACTIONS(1814), - [anon_sym_inline] = ACTIONS(1814), - [anon_sym_thread_local] = ACTIONS(1814), - [anon_sym_const] = ACTIONS(1814), - [anon_sym_volatile] = ACTIONS(1814), - [anon_sym_restrict] = ACTIONS(1814), - [anon_sym__Atomic] = ACTIONS(1814), - [anon_sym_mutable] = ACTIONS(1814), - [anon_sym_constexpr] = ACTIONS(1814), - [anon_sym_signed] = ACTIONS(1814), - [anon_sym_unsigned] = ACTIONS(1814), - [anon_sym_long] = ACTIONS(1814), - [anon_sym_short] = ACTIONS(1814), - [sym_primitive_type] = ACTIONS(1814), - [anon_sym_enum] = ACTIONS(1814), - [anon_sym_class] = ACTIONS(1814), - [anon_sym_struct] = ACTIONS(1814), - [anon_sym_union] = ACTIONS(1814), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1814), - [anon_sym_virtual] = ACTIONS(1814), - [anon_sym_explicit] = ACTIONS(1814), - [anon_sym_public] = ACTIONS(1814), - [anon_sym_private] = ACTIONS(1814), - [anon_sym_protected] = ACTIONS(1814), - [sym_auto] = ACTIONS(1814), - [anon_sym_typename] = ACTIONS(1814), - [anon_sym_template] = ACTIONS(1814), - [anon_sym_operator] = ACTIONS(1814), - [anon_sym_friend] = ACTIONS(1814), - [anon_sym_using] = ACTIONS(1814), - [anon_sym_static_assert] = ACTIONS(1814), - [sym_operator_name] = ACTIONS(1814), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1814), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1814), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1814), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1814), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1814), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1814), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1814), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1814), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1814), - [anon_sym_MOZ_COLD] = ACTIONS(1814), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1814), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1814), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1814), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1814), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1814), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1814), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1814), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1814), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1814), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1814), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1814), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1814), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1814), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1814), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1814), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1814), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1814), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1814), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1814), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1814), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1814), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_NONNULL] = ACTIONS(1814), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1814), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1814), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1814), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1814), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1814), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_NORETURN] = ACTIONS(1814), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1814), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1814), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1814), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1814), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1814), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1814), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1814), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1814), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1814), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1814), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1814), - [anon_sym_MOZ_RAII] = ACTIONS(1814), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1814), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1814), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1814), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1814), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1814), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1814), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1814), - }, - [1023] = { - [sym_identifier] = ACTIONS(1818), - [aux_sym_preproc_def_token1] = ACTIONS(1818), - [aux_sym_preproc_if_token1] = ACTIONS(1818), - [aux_sym_preproc_if_token2] = ACTIONS(1818), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1818), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1818), - [sym_preproc_directive] = ACTIONS(1818), - [anon_sym_LPAREN2] = ACTIONS(1820), - [anon_sym_TILDE] = ACTIONS(1820), - [anon_sym_STAR] = ACTIONS(1820), - [anon_sym_AMP_AMP] = ACTIONS(1820), - [anon_sym_AMP] = ACTIONS(1818), - [anon_sym_typedef] = ACTIONS(1818), - [anon_sym_extern] = ACTIONS(1818), - [anon_sym___attribute__] = ACTIONS(1818), - [anon_sym_COLON_COLON] = ACTIONS(1820), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1820), - [anon_sym___declspec] = ACTIONS(1818), - [anon_sym___based] = ACTIONS(1818), - [anon_sym_LBRACK] = ACTIONS(1818), - [anon_sym_static] = ACTIONS(1818), - [anon_sym_register] = ACTIONS(1818), - [anon_sym_inline] = ACTIONS(1818), - [anon_sym_thread_local] = ACTIONS(1818), - [anon_sym_const] = ACTIONS(1818), - [anon_sym_volatile] = ACTIONS(1818), - [anon_sym_restrict] = ACTIONS(1818), - [anon_sym__Atomic] = ACTIONS(1818), - [anon_sym_mutable] = ACTIONS(1818), - [anon_sym_constexpr] = ACTIONS(1818), - [anon_sym_signed] = ACTIONS(1818), - [anon_sym_unsigned] = ACTIONS(1818), - [anon_sym_long] = ACTIONS(1818), - [anon_sym_short] = ACTIONS(1818), - [sym_primitive_type] = ACTIONS(1818), - [anon_sym_enum] = ACTIONS(1818), - [anon_sym_class] = ACTIONS(1818), - [anon_sym_struct] = ACTIONS(1818), - [anon_sym_union] = ACTIONS(1818), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1818), - [anon_sym_virtual] = ACTIONS(1818), - [anon_sym_explicit] = ACTIONS(1818), - [anon_sym_public] = ACTIONS(1818), - [anon_sym_private] = ACTIONS(1818), - [anon_sym_protected] = ACTIONS(1818), - [sym_auto] = ACTIONS(1818), - [anon_sym_typename] = ACTIONS(1818), - [anon_sym_template] = ACTIONS(1818), - [anon_sym_operator] = ACTIONS(1818), - [anon_sym_friend] = ACTIONS(1818), - [anon_sym_using] = ACTIONS(1818), - [anon_sym_static_assert] = ACTIONS(1818), - [sym_operator_name] = ACTIONS(1818), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1818), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1818), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1818), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1818), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1818), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1818), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1818), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1818), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1818), - [anon_sym_MOZ_COLD] = ACTIONS(1818), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1818), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1818), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1818), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1818), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1818), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1818), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1818), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1818), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1818), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1818), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1818), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1818), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1818), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1818), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1818), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1818), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1818), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1818), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1818), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1818), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1818), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_NONNULL] = ACTIONS(1818), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1818), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1818), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1818), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1818), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1818), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_NORETURN] = ACTIONS(1818), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1818), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1818), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1818), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1818), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1818), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1818), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1818), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1818), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1818), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1818), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1818), - [anon_sym_MOZ_RAII] = ACTIONS(1818), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1818), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1818), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1818), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1818), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1818), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1818), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1818), - }, - [1024] = { - [sym_identifier] = ACTIONS(1886), - [aux_sym_preproc_def_token1] = ACTIONS(1886), - [aux_sym_preproc_if_token1] = ACTIONS(1886), - [aux_sym_preproc_if_token2] = ACTIONS(1886), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1886), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1886), - [sym_preproc_directive] = ACTIONS(1886), - [anon_sym_LPAREN2] = ACTIONS(1888), - [anon_sym_TILDE] = ACTIONS(1888), - [anon_sym_STAR] = ACTIONS(1888), - [anon_sym_AMP_AMP] = ACTIONS(1888), - [anon_sym_AMP] = ACTIONS(1886), - [anon_sym_typedef] = ACTIONS(1886), - [anon_sym_extern] = ACTIONS(1886), - [anon_sym___attribute__] = ACTIONS(1886), - [anon_sym_COLON_COLON] = ACTIONS(1888), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1888), - [anon_sym___declspec] = ACTIONS(1886), - [anon_sym___based] = ACTIONS(1886), - [anon_sym_LBRACK] = ACTIONS(1886), - [anon_sym_static] = ACTIONS(1886), - [anon_sym_register] = ACTIONS(1886), - [anon_sym_inline] = ACTIONS(1886), - [anon_sym_thread_local] = ACTIONS(1886), - [anon_sym_const] = ACTIONS(1886), - [anon_sym_volatile] = ACTIONS(1886), - [anon_sym_restrict] = ACTIONS(1886), - [anon_sym__Atomic] = ACTIONS(1886), - [anon_sym_mutable] = ACTIONS(1886), - [anon_sym_constexpr] = ACTIONS(1886), - [anon_sym_signed] = ACTIONS(1886), - [anon_sym_unsigned] = ACTIONS(1886), - [anon_sym_long] = ACTIONS(1886), - [anon_sym_short] = ACTIONS(1886), - [sym_primitive_type] = ACTIONS(1886), - [anon_sym_enum] = ACTIONS(1886), - [anon_sym_class] = ACTIONS(1886), - [anon_sym_struct] = ACTIONS(1886), - [anon_sym_union] = ACTIONS(1886), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1886), - [anon_sym_virtual] = ACTIONS(1886), - [anon_sym_explicit] = ACTIONS(1886), - [anon_sym_public] = ACTIONS(1886), - [anon_sym_private] = ACTIONS(1886), - [anon_sym_protected] = ACTIONS(1886), - [sym_auto] = ACTIONS(1886), - [anon_sym_typename] = ACTIONS(1886), - [anon_sym_template] = ACTIONS(1886), - [anon_sym_operator] = ACTIONS(1886), - [anon_sym_friend] = ACTIONS(1886), - [anon_sym_using] = ACTIONS(1886), - [anon_sym_static_assert] = ACTIONS(1886), - [sym_operator_name] = ACTIONS(1886), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1886), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1886), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1886), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1886), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1886), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1886), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1886), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1886), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1886), - [anon_sym_MOZ_COLD] = ACTIONS(1886), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1886), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1886), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1886), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1886), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1886), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1886), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1886), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1886), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1886), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1886), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1886), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1886), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1886), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1886), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1886), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1886), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1886), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1886), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1886), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1886), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_NONNULL] = ACTIONS(1886), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1886), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1886), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1886), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1886), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1886), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_NORETURN] = ACTIONS(1886), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1886), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1886), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1886), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1886), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1886), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1886), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1886), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1886), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1886), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1886), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1886), - [anon_sym_MOZ_RAII] = ACTIONS(1886), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1886), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1886), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1886), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1886), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1886), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1886), - }, - [1025] = { - [sym_identifier] = ACTIONS(1842), - [aux_sym_preproc_def_token1] = ACTIONS(1842), - [aux_sym_preproc_if_token1] = ACTIONS(1842), - [aux_sym_preproc_if_token2] = ACTIONS(1842), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1842), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1842), - [sym_preproc_directive] = ACTIONS(1842), - [anon_sym_LPAREN2] = ACTIONS(1844), - [anon_sym_TILDE] = ACTIONS(1844), - [anon_sym_STAR] = ACTIONS(1844), - [anon_sym_AMP_AMP] = ACTIONS(1844), - [anon_sym_AMP] = ACTIONS(1842), - [anon_sym_typedef] = ACTIONS(1842), - [anon_sym_extern] = ACTIONS(1842), - [anon_sym___attribute__] = ACTIONS(1842), - [anon_sym_COLON_COLON] = ACTIONS(1844), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1844), - [anon_sym___declspec] = ACTIONS(1842), - [anon_sym___based] = ACTIONS(1842), - [anon_sym_LBRACK] = ACTIONS(1842), - [anon_sym_static] = ACTIONS(1842), - [anon_sym_register] = ACTIONS(1842), - [anon_sym_inline] = ACTIONS(1842), - [anon_sym_thread_local] = ACTIONS(1842), - [anon_sym_const] = ACTIONS(1842), - [anon_sym_volatile] = ACTIONS(1842), - [anon_sym_restrict] = ACTIONS(1842), - [anon_sym__Atomic] = ACTIONS(1842), - [anon_sym_mutable] = ACTIONS(1842), - [anon_sym_constexpr] = ACTIONS(1842), - [anon_sym_signed] = ACTIONS(1842), - [anon_sym_unsigned] = ACTIONS(1842), - [anon_sym_long] = ACTIONS(1842), - [anon_sym_short] = ACTIONS(1842), - [sym_primitive_type] = ACTIONS(1842), - [anon_sym_enum] = ACTIONS(1842), - [anon_sym_class] = ACTIONS(1842), - [anon_sym_struct] = ACTIONS(1842), - [anon_sym_union] = ACTIONS(1842), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1842), - [anon_sym_virtual] = ACTIONS(1842), - [anon_sym_explicit] = ACTIONS(1842), - [anon_sym_public] = ACTIONS(1842), - [anon_sym_private] = ACTIONS(1842), - [anon_sym_protected] = ACTIONS(1842), - [sym_auto] = ACTIONS(1842), - [anon_sym_typename] = ACTIONS(1842), - [anon_sym_template] = ACTIONS(1842), - [anon_sym_operator] = ACTIONS(1842), - [anon_sym_friend] = ACTIONS(1842), - [anon_sym_using] = ACTIONS(1842), - [anon_sym_static_assert] = ACTIONS(1842), - [sym_operator_name] = ACTIONS(1842), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1842), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1842), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1842), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1842), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1842), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1842), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1842), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1842), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1842), - [anon_sym_MOZ_COLD] = ACTIONS(1842), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1842), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1842), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1842), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1842), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1842), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1842), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1842), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1842), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1842), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1842), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1842), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1842), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1842), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1842), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1842), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1842), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1842), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1842), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1842), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1842), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_NONNULL] = ACTIONS(1842), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1842), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1842), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1842), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1842), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1842), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_NORETURN] = ACTIONS(1842), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1842), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1842), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1842), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1842), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1842), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1842), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1842), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1842), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1842), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1842), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1842), - [anon_sym_MOZ_RAII] = ACTIONS(1842), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1842), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1842), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1842), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1842), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1842), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1842), - }, - [1026] = { - [sym_identifier] = ACTIONS(1624), - [aux_sym_preproc_def_token1] = ACTIONS(1624), - [aux_sym_preproc_if_token1] = ACTIONS(1624), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1624), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1624), - [sym_preproc_directive] = ACTIONS(1624), - [anon_sym_LPAREN2] = ACTIONS(1626), - [anon_sym_TILDE] = ACTIONS(1626), - [anon_sym_STAR] = ACTIONS(1626), - [anon_sym_AMP_AMP] = ACTIONS(1626), - [anon_sym_AMP] = ACTIONS(1624), - [anon_sym_typedef] = ACTIONS(1624), - [anon_sym_extern] = ACTIONS(1624), - [anon_sym___attribute__] = ACTIONS(1624), - [anon_sym_COLON_COLON] = ACTIONS(1626), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1626), - [anon_sym___declspec] = ACTIONS(1624), - [anon_sym___based] = ACTIONS(1624), - [anon_sym_RBRACE] = ACTIONS(1626), - [anon_sym_LBRACK] = ACTIONS(1624), - [anon_sym_static] = ACTIONS(1624), - [anon_sym_register] = ACTIONS(1624), - [anon_sym_inline] = ACTIONS(1624), - [anon_sym_thread_local] = ACTIONS(1624), - [anon_sym_const] = ACTIONS(1624), - [anon_sym_volatile] = ACTIONS(1624), - [anon_sym_restrict] = ACTIONS(1624), - [anon_sym__Atomic] = ACTIONS(1624), - [anon_sym_mutable] = ACTIONS(1624), - [anon_sym_constexpr] = ACTIONS(1624), - [anon_sym_signed] = ACTIONS(1624), - [anon_sym_unsigned] = ACTIONS(1624), - [anon_sym_long] = ACTIONS(1624), - [anon_sym_short] = ACTIONS(1624), - [sym_primitive_type] = ACTIONS(1624), - [anon_sym_enum] = ACTIONS(1624), - [anon_sym_class] = ACTIONS(1624), - [anon_sym_struct] = ACTIONS(1624), - [anon_sym_union] = ACTIONS(1624), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1624), - [anon_sym_virtual] = ACTIONS(1624), - [anon_sym_explicit] = ACTIONS(1624), - [anon_sym_public] = ACTIONS(1624), - [anon_sym_private] = ACTIONS(1624), - [anon_sym_protected] = ACTIONS(1624), - [sym_auto] = ACTIONS(1624), - [anon_sym_typename] = ACTIONS(1624), - [anon_sym_template] = ACTIONS(1624), - [anon_sym_operator] = ACTIONS(1624), - [anon_sym_friend] = ACTIONS(1624), - [anon_sym_using] = ACTIONS(1624), - [anon_sym_static_assert] = ACTIONS(1624), - [sym_operator_name] = ACTIONS(1624), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1624), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1624), - [anon_sym_MOZ_COLD] = ACTIONS(1624), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1624), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1624), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1624), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1624), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1624), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1624), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1624), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1624), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1624), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1624), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1624), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1624), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_RAII] = ACTIONS(1624), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1624), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1624), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1624), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1624), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1624), - }, - [1027] = { - [sym_identifier] = ACTIONS(1624), - [aux_sym_preproc_def_token1] = ACTIONS(1624), - [aux_sym_preproc_if_token1] = ACTIONS(1624), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1624), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1624), - [sym_preproc_directive] = ACTIONS(1624), - [anon_sym_LPAREN2] = ACTIONS(1626), - [anon_sym_TILDE] = ACTIONS(1626), - [anon_sym_STAR] = ACTIONS(1626), - [anon_sym_AMP_AMP] = ACTIONS(1626), - [anon_sym_AMP] = ACTIONS(1624), - [anon_sym_typedef] = ACTIONS(1624), - [anon_sym_extern] = ACTIONS(1624), - [anon_sym___attribute__] = ACTIONS(1624), - [anon_sym_COLON_COLON] = ACTIONS(1626), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1626), - [anon_sym___declspec] = ACTIONS(1624), - [anon_sym___based] = ACTIONS(1624), - [anon_sym_RBRACE] = ACTIONS(1626), - [anon_sym_LBRACK] = ACTIONS(1624), - [anon_sym_static] = ACTIONS(1624), - [anon_sym_register] = ACTIONS(1624), - [anon_sym_inline] = ACTIONS(1624), - [anon_sym_thread_local] = ACTIONS(1624), - [anon_sym_const] = ACTIONS(1624), - [anon_sym_volatile] = ACTIONS(1624), - [anon_sym_restrict] = ACTIONS(1624), - [anon_sym__Atomic] = ACTIONS(1624), - [anon_sym_mutable] = ACTIONS(1624), - [anon_sym_constexpr] = ACTIONS(1624), - [anon_sym_signed] = ACTIONS(1624), - [anon_sym_unsigned] = ACTIONS(1624), - [anon_sym_long] = ACTIONS(1624), - [anon_sym_short] = ACTIONS(1624), - [sym_primitive_type] = ACTIONS(1624), - [anon_sym_enum] = ACTIONS(1624), - [anon_sym_class] = ACTIONS(1624), - [anon_sym_struct] = ACTIONS(1624), - [anon_sym_union] = ACTIONS(1624), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1624), - [anon_sym_virtual] = ACTIONS(1624), - [anon_sym_explicit] = ACTIONS(1624), - [anon_sym_public] = ACTIONS(1624), - [anon_sym_private] = ACTIONS(1624), - [anon_sym_protected] = ACTIONS(1624), - [sym_auto] = ACTIONS(1624), - [anon_sym_typename] = ACTIONS(1624), - [anon_sym_template] = ACTIONS(1624), - [anon_sym_operator] = ACTIONS(1624), - [anon_sym_friend] = ACTIONS(1624), - [anon_sym_using] = ACTIONS(1624), - [anon_sym_static_assert] = ACTIONS(1624), - [sym_operator_name] = ACTIONS(1624), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1624), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1624), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1624), - [anon_sym_MOZ_COLD] = ACTIONS(1624), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1624), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1624), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1624), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1624), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1624), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1624), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1624), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1624), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1624), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1624), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1624), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1624), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL] = ACTIONS(1624), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1624), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1624), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN] = ACTIONS(1624), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1624), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1624), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1624), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1624), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1624), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1624), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1624), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1624), - [anon_sym_MOZ_RAII] = ACTIONS(1624), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1624), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1624), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1624), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1624), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1624), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1624), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1624), - }, - [1028] = { - [sym_identifier] = ACTIONS(1850), - [aux_sym_preproc_def_token1] = ACTIONS(1850), - [aux_sym_preproc_if_token1] = ACTIONS(1850), - [aux_sym_preproc_if_token2] = ACTIONS(1850), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1850), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1850), - [sym_preproc_directive] = ACTIONS(1850), - [anon_sym_LPAREN2] = ACTIONS(1852), - [anon_sym_TILDE] = ACTIONS(1852), - [anon_sym_STAR] = ACTIONS(1852), - [anon_sym_AMP_AMP] = ACTIONS(1852), - [anon_sym_AMP] = ACTIONS(1850), - [anon_sym_typedef] = ACTIONS(1850), - [anon_sym_extern] = ACTIONS(1850), - [anon_sym___attribute__] = ACTIONS(1850), - [anon_sym_COLON_COLON] = ACTIONS(1852), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1852), - [anon_sym___declspec] = ACTIONS(1850), - [anon_sym___based] = ACTIONS(1850), - [anon_sym_LBRACK] = ACTIONS(1850), - [anon_sym_static] = ACTIONS(1850), - [anon_sym_register] = ACTIONS(1850), - [anon_sym_inline] = ACTIONS(1850), - [anon_sym_thread_local] = ACTIONS(1850), - [anon_sym_const] = ACTIONS(1850), - [anon_sym_volatile] = ACTIONS(1850), - [anon_sym_restrict] = ACTIONS(1850), - [anon_sym__Atomic] = ACTIONS(1850), - [anon_sym_mutable] = ACTIONS(1850), - [anon_sym_constexpr] = ACTIONS(1850), - [anon_sym_signed] = ACTIONS(1850), - [anon_sym_unsigned] = ACTIONS(1850), - [anon_sym_long] = ACTIONS(1850), - [anon_sym_short] = ACTIONS(1850), - [sym_primitive_type] = ACTIONS(1850), - [anon_sym_enum] = ACTIONS(1850), - [anon_sym_class] = ACTIONS(1850), - [anon_sym_struct] = ACTIONS(1850), - [anon_sym_union] = ACTIONS(1850), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1850), - [anon_sym_virtual] = ACTIONS(1850), - [anon_sym_explicit] = ACTIONS(1850), - [anon_sym_public] = ACTIONS(1850), - [anon_sym_private] = ACTIONS(1850), - [anon_sym_protected] = ACTIONS(1850), - [sym_auto] = ACTIONS(1850), - [anon_sym_typename] = ACTIONS(1850), - [anon_sym_template] = ACTIONS(1850), - [anon_sym_operator] = ACTIONS(1850), - [anon_sym_friend] = ACTIONS(1850), - [anon_sym_using] = ACTIONS(1850), - [anon_sym_static_assert] = ACTIONS(1850), - [sym_operator_name] = ACTIONS(1850), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1850), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1850), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1850), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1850), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1850), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1850), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1850), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1850), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1850), - [anon_sym_MOZ_COLD] = ACTIONS(1850), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1850), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1850), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1850), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1850), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1850), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1850), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1850), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1850), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1850), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1850), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1850), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1850), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1850), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1850), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1850), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1850), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1850), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1850), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1850), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1850), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1850), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_NONNULL] = ACTIONS(1850), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1850), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1850), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1850), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1850), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1850), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_NORETURN] = ACTIONS(1850), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1850), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1850), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1850), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1850), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1850), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1850), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1850), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1850), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1850), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1850), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1850), - [anon_sym_MOZ_RAII] = ACTIONS(1850), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1850), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1850), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1850), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1850), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1850), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1850), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1850), - }, - [1029] = { - [sym_identifier] = ACTIONS(1914), - [aux_sym_preproc_def_token1] = ACTIONS(1914), - [aux_sym_preproc_if_token1] = ACTIONS(1914), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1914), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1914), - [sym_preproc_directive] = ACTIONS(1914), - [anon_sym_LPAREN2] = ACTIONS(1916), - [anon_sym_TILDE] = ACTIONS(1916), - [anon_sym_STAR] = ACTIONS(1916), - [anon_sym_AMP_AMP] = ACTIONS(1916), - [anon_sym_AMP] = ACTIONS(1914), - [anon_sym_typedef] = ACTIONS(1914), - [anon_sym_extern] = ACTIONS(1914), - [anon_sym___attribute__] = ACTIONS(1914), - [anon_sym_COLON_COLON] = ACTIONS(1916), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1916), - [anon_sym___declspec] = ACTIONS(1914), - [anon_sym___based] = ACTIONS(1914), - [anon_sym_RBRACE] = ACTIONS(1916), - [anon_sym_LBRACK] = ACTIONS(1914), - [anon_sym_static] = ACTIONS(1914), - [anon_sym_register] = ACTIONS(1914), - [anon_sym_inline] = ACTIONS(1914), - [anon_sym_thread_local] = ACTIONS(1914), - [anon_sym_const] = ACTIONS(1914), - [anon_sym_volatile] = ACTIONS(1914), - [anon_sym_restrict] = ACTIONS(1914), - [anon_sym__Atomic] = ACTIONS(1914), - [anon_sym_mutable] = ACTIONS(1914), - [anon_sym_constexpr] = ACTIONS(1914), - [anon_sym_signed] = ACTIONS(1914), - [anon_sym_unsigned] = ACTIONS(1914), - [anon_sym_long] = ACTIONS(1914), - [anon_sym_short] = ACTIONS(1914), - [sym_primitive_type] = ACTIONS(1914), - [anon_sym_enum] = ACTIONS(1914), - [anon_sym_class] = ACTIONS(1914), - [anon_sym_struct] = ACTIONS(1914), - [anon_sym_union] = ACTIONS(1914), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1914), - [anon_sym_virtual] = ACTIONS(1914), - [anon_sym_explicit] = ACTIONS(1914), - [anon_sym_public] = ACTIONS(1914), - [anon_sym_private] = ACTIONS(1914), - [anon_sym_protected] = ACTIONS(1914), - [sym_auto] = ACTIONS(1914), - [anon_sym_typename] = ACTIONS(1914), - [anon_sym_template] = ACTIONS(1914), - [anon_sym_operator] = ACTIONS(1914), - [anon_sym_friend] = ACTIONS(1914), - [anon_sym_using] = ACTIONS(1914), - [anon_sym_static_assert] = ACTIONS(1914), - [sym_operator_name] = ACTIONS(1914), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1914), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1914), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1914), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1914), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1914), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1914), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1914), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1914), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1914), - [anon_sym_MOZ_COLD] = ACTIONS(1914), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1914), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1914), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1914), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1914), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1914), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1914), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1914), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1914), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1914), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1914), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1914), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1914), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1914), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1914), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1914), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1914), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1914), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1914), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1914), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1914), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_NONNULL] = ACTIONS(1914), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1914), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1914), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1914), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1914), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1914), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_NORETURN] = ACTIONS(1914), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1914), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1914), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1914), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1914), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1914), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1914), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1914), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1914), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1914), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1914), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1914), - [anon_sym_MOZ_RAII] = ACTIONS(1914), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1914), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1914), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1914), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1914), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1914), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1914), - }, - [1030] = { - [sym_identifier] = ACTIONS(1854), - [aux_sym_preproc_def_token1] = ACTIONS(1854), - [aux_sym_preproc_if_token1] = ACTIONS(1854), - [aux_sym_preproc_if_token2] = ACTIONS(1854), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1854), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1854), - [sym_preproc_directive] = ACTIONS(1854), - [anon_sym_LPAREN2] = ACTIONS(1856), - [anon_sym_TILDE] = ACTIONS(1856), - [anon_sym_STAR] = ACTIONS(1856), - [anon_sym_AMP_AMP] = ACTIONS(1856), - [anon_sym_AMP] = ACTIONS(1854), - [anon_sym_typedef] = ACTIONS(1854), - [anon_sym_extern] = ACTIONS(1854), - [anon_sym___attribute__] = ACTIONS(1854), - [anon_sym_COLON_COLON] = ACTIONS(1856), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1856), - [anon_sym___declspec] = ACTIONS(1854), - [anon_sym___based] = ACTIONS(1854), - [anon_sym_LBRACK] = ACTIONS(1854), - [anon_sym_static] = ACTIONS(1854), - [anon_sym_register] = ACTIONS(1854), - [anon_sym_inline] = ACTIONS(1854), - [anon_sym_thread_local] = ACTIONS(1854), - [anon_sym_const] = ACTIONS(1854), - [anon_sym_volatile] = ACTIONS(1854), - [anon_sym_restrict] = ACTIONS(1854), - [anon_sym__Atomic] = ACTIONS(1854), - [anon_sym_mutable] = ACTIONS(1854), - [anon_sym_constexpr] = ACTIONS(1854), - [anon_sym_signed] = ACTIONS(1854), - [anon_sym_unsigned] = ACTIONS(1854), - [anon_sym_long] = ACTIONS(1854), - [anon_sym_short] = ACTIONS(1854), - [sym_primitive_type] = ACTIONS(1854), - [anon_sym_enum] = ACTIONS(1854), - [anon_sym_class] = ACTIONS(1854), - [anon_sym_struct] = ACTIONS(1854), - [anon_sym_union] = ACTIONS(1854), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1854), - [anon_sym_virtual] = ACTIONS(1854), - [anon_sym_explicit] = ACTIONS(1854), - [anon_sym_public] = ACTIONS(1854), - [anon_sym_private] = ACTIONS(1854), - [anon_sym_protected] = ACTIONS(1854), - [sym_auto] = ACTIONS(1854), - [anon_sym_typename] = ACTIONS(1854), - [anon_sym_template] = ACTIONS(1854), - [anon_sym_operator] = ACTIONS(1854), - [anon_sym_friend] = ACTIONS(1854), - [anon_sym_using] = ACTIONS(1854), - [anon_sym_static_assert] = ACTIONS(1854), - [sym_operator_name] = ACTIONS(1854), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1854), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1854), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1854), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1854), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1854), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1854), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1854), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1854), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1854), - [anon_sym_MOZ_COLD] = ACTIONS(1854), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1854), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1854), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1854), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1854), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1854), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1854), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1854), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1854), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1854), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1854), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1854), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1854), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1854), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1854), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1854), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1854), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1854), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1854), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1854), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1854), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1854), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_NONNULL] = ACTIONS(1854), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1854), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1854), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1854), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1854), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1854), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_NORETURN] = ACTIONS(1854), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1854), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1854), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1854), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1854), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1854), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1854), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1854), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1854), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1854), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1854), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1854), - [anon_sym_MOZ_RAII] = ACTIONS(1854), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1854), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1854), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1854), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1854), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1854), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1854), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1854), - }, - [1031] = { - [sym_identifier] = ACTIONS(1858), - [aux_sym_preproc_def_token1] = ACTIONS(1858), - [aux_sym_preproc_if_token1] = ACTIONS(1858), - [aux_sym_preproc_if_token2] = ACTIONS(1858), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1858), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1858), - [sym_preproc_directive] = ACTIONS(1858), - [anon_sym_LPAREN2] = ACTIONS(1860), - [anon_sym_TILDE] = ACTIONS(1860), - [anon_sym_STAR] = ACTIONS(1860), - [anon_sym_AMP_AMP] = ACTIONS(1860), - [anon_sym_AMP] = ACTIONS(1858), - [anon_sym_typedef] = ACTIONS(1858), - [anon_sym_extern] = ACTIONS(1858), - [anon_sym___attribute__] = ACTIONS(1858), - [anon_sym_COLON_COLON] = ACTIONS(1860), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1860), - [anon_sym___declspec] = ACTIONS(1858), - [anon_sym___based] = ACTIONS(1858), - [anon_sym_LBRACK] = ACTIONS(1858), - [anon_sym_static] = ACTIONS(1858), - [anon_sym_register] = ACTIONS(1858), - [anon_sym_inline] = ACTIONS(1858), - [anon_sym_thread_local] = ACTIONS(1858), - [anon_sym_const] = ACTIONS(1858), - [anon_sym_volatile] = ACTIONS(1858), - [anon_sym_restrict] = ACTIONS(1858), - [anon_sym__Atomic] = ACTIONS(1858), - [anon_sym_mutable] = ACTIONS(1858), - [anon_sym_constexpr] = ACTIONS(1858), - [anon_sym_signed] = ACTIONS(1858), - [anon_sym_unsigned] = ACTIONS(1858), - [anon_sym_long] = ACTIONS(1858), - [anon_sym_short] = ACTIONS(1858), - [sym_primitive_type] = ACTIONS(1858), - [anon_sym_enum] = ACTIONS(1858), - [anon_sym_class] = ACTIONS(1858), - [anon_sym_struct] = ACTIONS(1858), - [anon_sym_union] = ACTIONS(1858), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1858), - [anon_sym_virtual] = ACTIONS(1858), - [anon_sym_explicit] = ACTIONS(1858), - [anon_sym_public] = ACTIONS(1858), - [anon_sym_private] = ACTIONS(1858), - [anon_sym_protected] = ACTIONS(1858), - [sym_auto] = ACTIONS(1858), - [anon_sym_typename] = ACTIONS(1858), - [anon_sym_template] = ACTIONS(1858), - [anon_sym_operator] = ACTIONS(1858), - [anon_sym_friend] = ACTIONS(1858), - [anon_sym_using] = ACTIONS(1858), - [anon_sym_static_assert] = ACTIONS(1858), - [sym_operator_name] = ACTIONS(1858), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1858), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1858), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1858), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1858), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1858), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1858), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1858), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1858), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1858), - [anon_sym_MOZ_COLD] = ACTIONS(1858), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1858), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1858), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1858), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1858), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1858), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1858), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1858), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1858), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1858), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1858), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1858), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1858), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1858), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1858), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1858), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1858), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1858), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1858), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1858), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1858), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1858), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_NONNULL] = ACTIONS(1858), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1858), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1858), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1858), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1858), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1858), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_NORETURN] = ACTIONS(1858), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1858), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1858), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1858), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1858), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1858), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1858), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1858), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1858), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1858), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1858), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1858), - [anon_sym_MOZ_RAII] = ACTIONS(1858), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1858), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1858), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1858), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1858), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1858), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1858), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1858), - }, - [1032] = { - [sym_identifier] = ACTIONS(1862), - [aux_sym_preproc_def_token1] = ACTIONS(1862), - [aux_sym_preproc_if_token1] = ACTIONS(1862), - [aux_sym_preproc_if_token2] = ACTIONS(1862), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1862), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1862), - [sym_preproc_directive] = ACTIONS(1862), - [anon_sym_LPAREN2] = ACTIONS(1864), - [anon_sym_TILDE] = ACTIONS(1864), - [anon_sym_STAR] = ACTIONS(1864), - [anon_sym_AMP_AMP] = ACTIONS(1864), - [anon_sym_AMP] = ACTIONS(1862), - [anon_sym_typedef] = ACTIONS(1862), - [anon_sym_extern] = ACTIONS(1862), - [anon_sym___attribute__] = ACTIONS(1862), - [anon_sym_COLON_COLON] = ACTIONS(1864), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1864), - [anon_sym___declspec] = ACTIONS(1862), - [anon_sym___based] = ACTIONS(1862), - [anon_sym_LBRACK] = ACTIONS(1862), - [anon_sym_static] = ACTIONS(1862), - [anon_sym_register] = ACTIONS(1862), - [anon_sym_inline] = ACTIONS(1862), - [anon_sym_thread_local] = ACTIONS(1862), - [anon_sym_const] = ACTIONS(1862), - [anon_sym_volatile] = ACTIONS(1862), - [anon_sym_restrict] = ACTIONS(1862), - [anon_sym__Atomic] = ACTIONS(1862), - [anon_sym_mutable] = ACTIONS(1862), - [anon_sym_constexpr] = ACTIONS(1862), - [anon_sym_signed] = ACTIONS(1862), - [anon_sym_unsigned] = ACTIONS(1862), - [anon_sym_long] = ACTIONS(1862), - [anon_sym_short] = ACTIONS(1862), - [sym_primitive_type] = ACTIONS(1862), - [anon_sym_enum] = ACTIONS(1862), - [anon_sym_class] = ACTIONS(1862), - [anon_sym_struct] = ACTIONS(1862), - [anon_sym_union] = ACTIONS(1862), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1862), - [anon_sym_virtual] = ACTIONS(1862), - [anon_sym_explicit] = ACTIONS(1862), - [anon_sym_public] = ACTIONS(1862), - [anon_sym_private] = ACTIONS(1862), - [anon_sym_protected] = ACTIONS(1862), - [sym_auto] = ACTIONS(1862), - [anon_sym_typename] = ACTIONS(1862), - [anon_sym_template] = ACTIONS(1862), - [anon_sym_operator] = ACTIONS(1862), - [anon_sym_friend] = ACTIONS(1862), - [anon_sym_using] = ACTIONS(1862), - [anon_sym_static_assert] = ACTIONS(1862), - [sym_operator_name] = ACTIONS(1862), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1862), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1862), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1862), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1862), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1862), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1862), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1862), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1862), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1862), - [anon_sym_MOZ_COLD] = ACTIONS(1862), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1862), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1862), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1862), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1862), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1862), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1862), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1862), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1862), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1862), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1862), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1862), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1862), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1862), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1862), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1862), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1862), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1862), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1862), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1862), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1862), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1862), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_NONNULL] = ACTIONS(1862), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1862), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1862), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1862), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1862), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1862), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_NORETURN] = ACTIONS(1862), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1862), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1862), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1862), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1862), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1862), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1862), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1862), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1862), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1862), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1862), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1862), - [anon_sym_MOZ_RAII] = ACTIONS(1862), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1862), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1862), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1862), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1862), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1862), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1862), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1862), - }, - [1033] = { - [sym_identifier] = ACTIONS(1866), - [aux_sym_preproc_def_token1] = ACTIONS(1866), - [aux_sym_preproc_if_token1] = ACTIONS(1866), - [aux_sym_preproc_if_token2] = ACTIONS(1866), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1866), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1866), - [sym_preproc_directive] = ACTIONS(1866), - [anon_sym_LPAREN2] = ACTIONS(1868), - [anon_sym_TILDE] = ACTIONS(1868), - [anon_sym_STAR] = ACTIONS(1868), - [anon_sym_AMP_AMP] = ACTIONS(1868), - [anon_sym_AMP] = ACTIONS(1866), - [anon_sym_typedef] = ACTIONS(1866), - [anon_sym_extern] = ACTIONS(1866), - [anon_sym___attribute__] = ACTIONS(1866), - [anon_sym_COLON_COLON] = ACTIONS(1868), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1868), - [anon_sym___declspec] = ACTIONS(1866), - [anon_sym___based] = ACTIONS(1866), - [anon_sym_LBRACK] = ACTIONS(1866), - [anon_sym_static] = ACTIONS(1866), - [anon_sym_register] = ACTIONS(1866), - [anon_sym_inline] = ACTIONS(1866), - [anon_sym_thread_local] = ACTIONS(1866), - [anon_sym_const] = ACTIONS(1866), - [anon_sym_volatile] = ACTIONS(1866), - [anon_sym_restrict] = ACTIONS(1866), - [anon_sym__Atomic] = ACTIONS(1866), - [anon_sym_mutable] = ACTIONS(1866), - [anon_sym_constexpr] = ACTIONS(1866), - [anon_sym_signed] = ACTIONS(1866), - [anon_sym_unsigned] = ACTIONS(1866), - [anon_sym_long] = ACTIONS(1866), - [anon_sym_short] = ACTIONS(1866), - [sym_primitive_type] = ACTIONS(1866), - [anon_sym_enum] = ACTIONS(1866), - [anon_sym_class] = ACTIONS(1866), - [anon_sym_struct] = ACTIONS(1866), - [anon_sym_union] = ACTIONS(1866), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1866), - [anon_sym_virtual] = ACTIONS(1866), - [anon_sym_explicit] = ACTIONS(1866), - [anon_sym_public] = ACTIONS(1866), - [anon_sym_private] = ACTIONS(1866), - [anon_sym_protected] = ACTIONS(1866), - [sym_auto] = ACTIONS(1866), - [anon_sym_typename] = ACTIONS(1866), - [anon_sym_template] = ACTIONS(1866), - [anon_sym_operator] = ACTIONS(1866), - [anon_sym_friend] = ACTIONS(1866), - [anon_sym_using] = ACTIONS(1866), - [anon_sym_static_assert] = ACTIONS(1866), - [sym_operator_name] = ACTIONS(1866), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1866), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1866), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1866), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1866), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1866), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1866), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1866), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1866), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1866), - [anon_sym_MOZ_COLD] = ACTIONS(1866), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1866), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1866), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1866), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1866), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1866), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1866), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1866), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1866), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1866), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1866), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1866), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1866), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1866), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1866), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1866), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1866), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1866), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1866), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1866), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1866), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1866), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_NONNULL] = ACTIONS(1866), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1866), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1866), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1866), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1866), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1866), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_NORETURN] = ACTIONS(1866), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1866), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1866), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1866), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1866), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1866), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1866), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1866), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1866), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1866), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1866), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1866), - [anon_sym_MOZ_RAII] = ACTIONS(1866), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1866), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1866), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1866), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1866), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1866), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1866), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1866), - }, - [1034] = { - [sym_identifier] = ACTIONS(1870), - [aux_sym_preproc_def_token1] = ACTIONS(1870), - [aux_sym_preproc_if_token1] = ACTIONS(1870), - [aux_sym_preproc_if_token2] = ACTIONS(1870), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1870), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1870), - [sym_preproc_directive] = ACTIONS(1870), - [anon_sym_LPAREN2] = ACTIONS(1872), - [anon_sym_TILDE] = ACTIONS(1872), - [anon_sym_STAR] = ACTIONS(1872), - [anon_sym_AMP_AMP] = ACTIONS(1872), - [anon_sym_AMP] = ACTIONS(1870), - [anon_sym_typedef] = ACTIONS(1870), - [anon_sym_extern] = ACTIONS(1870), - [anon_sym___attribute__] = ACTIONS(1870), - [anon_sym_COLON_COLON] = ACTIONS(1872), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1872), - [anon_sym___declspec] = ACTIONS(1870), - [anon_sym___based] = ACTIONS(1870), - [anon_sym_LBRACK] = ACTIONS(1870), - [anon_sym_static] = ACTIONS(1870), - [anon_sym_register] = ACTIONS(1870), - [anon_sym_inline] = ACTIONS(1870), - [anon_sym_thread_local] = ACTIONS(1870), - [anon_sym_const] = ACTIONS(1870), - [anon_sym_volatile] = ACTIONS(1870), - [anon_sym_restrict] = ACTIONS(1870), - [anon_sym__Atomic] = ACTIONS(1870), - [anon_sym_mutable] = ACTIONS(1870), - [anon_sym_constexpr] = ACTIONS(1870), - [anon_sym_signed] = ACTIONS(1870), - [anon_sym_unsigned] = ACTIONS(1870), - [anon_sym_long] = ACTIONS(1870), - [anon_sym_short] = ACTIONS(1870), - [sym_primitive_type] = ACTIONS(1870), - [anon_sym_enum] = ACTIONS(1870), - [anon_sym_class] = ACTIONS(1870), - [anon_sym_struct] = ACTIONS(1870), - [anon_sym_union] = ACTIONS(1870), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1870), - [anon_sym_virtual] = ACTIONS(1870), - [anon_sym_explicit] = ACTIONS(1870), - [anon_sym_public] = ACTIONS(1870), - [anon_sym_private] = ACTIONS(1870), - [anon_sym_protected] = ACTIONS(1870), - [sym_auto] = ACTIONS(1870), - [anon_sym_typename] = ACTIONS(1870), - [anon_sym_template] = ACTIONS(1870), - [anon_sym_operator] = ACTIONS(1870), - [anon_sym_friend] = ACTIONS(1870), - [anon_sym_using] = ACTIONS(1870), - [anon_sym_static_assert] = ACTIONS(1870), - [sym_operator_name] = ACTIONS(1870), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1870), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1870), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1870), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1870), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1870), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1870), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1870), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1870), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1870), - [anon_sym_MOZ_COLD] = ACTIONS(1870), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1870), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1870), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1870), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1870), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1870), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1870), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1870), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1870), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1870), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1870), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1870), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1870), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1870), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1870), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1870), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1870), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1870), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1870), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1870), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1870), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1870), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_NONNULL] = ACTIONS(1870), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1870), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1870), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1870), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1870), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1870), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_NORETURN] = ACTIONS(1870), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1870), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1870), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1870), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1870), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1870), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1870), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1870), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1870), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1870), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1870), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1870), - [anon_sym_MOZ_RAII] = ACTIONS(1870), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1870), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1870), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1870), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1870), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1870), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1870), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1870), - }, - [1035] = { - [sym_identifier] = ACTIONS(1874), - [aux_sym_preproc_def_token1] = ACTIONS(1874), - [aux_sym_preproc_if_token1] = ACTIONS(1874), - [aux_sym_preproc_if_token2] = ACTIONS(1874), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1874), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1874), - [sym_preproc_directive] = ACTIONS(1874), - [anon_sym_LPAREN2] = ACTIONS(1876), - [anon_sym_TILDE] = ACTIONS(1876), - [anon_sym_STAR] = ACTIONS(1876), - [anon_sym_AMP_AMP] = ACTIONS(1876), - [anon_sym_AMP] = ACTIONS(1874), - [anon_sym_typedef] = ACTIONS(1874), - [anon_sym_extern] = ACTIONS(1874), - [anon_sym___attribute__] = ACTIONS(1874), - [anon_sym_COLON_COLON] = ACTIONS(1876), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1876), - [anon_sym___declspec] = ACTIONS(1874), - [anon_sym___based] = ACTIONS(1874), - [anon_sym_LBRACK] = ACTIONS(1874), - [anon_sym_static] = ACTIONS(1874), - [anon_sym_register] = ACTIONS(1874), - [anon_sym_inline] = ACTIONS(1874), - [anon_sym_thread_local] = ACTIONS(1874), - [anon_sym_const] = ACTIONS(1874), - [anon_sym_volatile] = ACTIONS(1874), - [anon_sym_restrict] = ACTIONS(1874), - [anon_sym__Atomic] = ACTIONS(1874), - [anon_sym_mutable] = ACTIONS(1874), - [anon_sym_constexpr] = ACTIONS(1874), - [anon_sym_signed] = ACTIONS(1874), - [anon_sym_unsigned] = ACTIONS(1874), - [anon_sym_long] = ACTIONS(1874), - [anon_sym_short] = ACTIONS(1874), - [sym_primitive_type] = ACTIONS(1874), - [anon_sym_enum] = ACTIONS(1874), - [anon_sym_class] = ACTIONS(1874), - [anon_sym_struct] = ACTIONS(1874), - [anon_sym_union] = ACTIONS(1874), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1874), - [anon_sym_virtual] = ACTIONS(1874), - [anon_sym_explicit] = ACTIONS(1874), - [anon_sym_public] = ACTIONS(1874), - [anon_sym_private] = ACTIONS(1874), - [anon_sym_protected] = ACTIONS(1874), - [sym_auto] = ACTIONS(1874), - [anon_sym_typename] = ACTIONS(1874), - [anon_sym_template] = ACTIONS(1874), - [anon_sym_operator] = ACTIONS(1874), - [anon_sym_friend] = ACTIONS(1874), - [anon_sym_using] = ACTIONS(1874), - [anon_sym_static_assert] = ACTIONS(1874), - [sym_operator_name] = ACTIONS(1874), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1874), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1874), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1874), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1874), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1874), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1874), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1874), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1874), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1874), - [anon_sym_MOZ_COLD] = ACTIONS(1874), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1874), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1874), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1874), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1874), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1874), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1874), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1874), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1874), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1874), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1874), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1874), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1874), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1874), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1874), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1874), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1874), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1874), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1874), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1874), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1874), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1874), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_NONNULL] = ACTIONS(1874), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1874), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1874), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1874), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1874), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1874), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_NORETURN] = ACTIONS(1874), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1874), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1874), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1874), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1874), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1874), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1874), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1874), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1874), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1874), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1874), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1874), - [anon_sym_MOZ_RAII] = ACTIONS(1874), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1874), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1874), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1874), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1874), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1874), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1874), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1874), - }, - [1036] = { - [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), - [sym_operator_name] = 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), - }, - [1037] = { - [sym_identifier] = ACTIONS(1894), - [aux_sym_preproc_def_token1] = ACTIONS(1894), - [aux_sym_preproc_if_token1] = ACTIONS(1894), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1894), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1894), - [sym_preproc_directive] = ACTIONS(1894), - [anon_sym_LPAREN2] = ACTIONS(1896), - [anon_sym_TILDE] = ACTIONS(1896), - [anon_sym_STAR] = ACTIONS(1896), - [anon_sym_AMP_AMP] = ACTIONS(1896), - [anon_sym_AMP] = ACTIONS(1894), - [anon_sym_typedef] = ACTIONS(1894), - [anon_sym_extern] = ACTIONS(1894), - [anon_sym___attribute__] = ACTIONS(1894), - [anon_sym_COLON_COLON] = ACTIONS(1896), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1896), - [anon_sym___declspec] = ACTIONS(1894), - [anon_sym___based] = ACTIONS(1894), - [anon_sym_RBRACE] = ACTIONS(1896), - [anon_sym_LBRACK] = ACTIONS(1894), - [anon_sym_static] = ACTIONS(1894), - [anon_sym_register] = ACTIONS(1894), - [anon_sym_inline] = ACTIONS(1894), - [anon_sym_thread_local] = ACTIONS(1894), - [anon_sym_const] = ACTIONS(1894), - [anon_sym_volatile] = ACTIONS(1894), - [anon_sym_restrict] = ACTIONS(1894), - [anon_sym__Atomic] = ACTIONS(1894), - [anon_sym_mutable] = ACTIONS(1894), - [anon_sym_constexpr] = ACTIONS(1894), - [anon_sym_signed] = ACTIONS(1894), - [anon_sym_unsigned] = ACTIONS(1894), - [anon_sym_long] = ACTIONS(1894), - [anon_sym_short] = ACTIONS(1894), - [sym_primitive_type] = ACTIONS(1894), - [anon_sym_enum] = ACTIONS(1894), - [anon_sym_class] = ACTIONS(1894), - [anon_sym_struct] = ACTIONS(1894), - [anon_sym_union] = ACTIONS(1894), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1894), - [anon_sym_virtual] = ACTIONS(1894), - [anon_sym_explicit] = ACTIONS(1894), - [anon_sym_public] = ACTIONS(1894), - [anon_sym_private] = ACTIONS(1894), - [anon_sym_protected] = ACTIONS(1894), - [sym_auto] = ACTIONS(1894), - [anon_sym_typename] = ACTIONS(1894), - [anon_sym_template] = ACTIONS(1894), - [anon_sym_operator] = ACTIONS(1894), - [anon_sym_friend] = ACTIONS(1894), - [anon_sym_using] = ACTIONS(1894), - [anon_sym_static_assert] = ACTIONS(1894), - [sym_operator_name] = ACTIONS(1894), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1894), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1894), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1894), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1894), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1894), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1894), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1894), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1894), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1894), - [anon_sym_MOZ_COLD] = ACTIONS(1894), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1894), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1894), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1894), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1894), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1894), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1894), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1894), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1894), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1894), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1894), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1894), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1894), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1894), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1894), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1894), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1894), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1894), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1894), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1894), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1894), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_NONNULL] = ACTIONS(1894), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1894), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1894), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1894), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1894), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1894), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_NORETURN] = ACTIONS(1894), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1894), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1894), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1894), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1894), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1894), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1894), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1894), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1894), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1894), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1894), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1894), - [anon_sym_MOZ_RAII] = ACTIONS(1894), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1894), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1894), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1894), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1894), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1894), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1894), - }, - [1038] = { - [sym_identifier] = ACTIONS(1786), - [aux_sym_preproc_def_token1] = ACTIONS(1786), - [aux_sym_preproc_if_token1] = ACTIONS(1786), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1786), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1786), - [sym_preproc_directive] = ACTIONS(1786), - [anon_sym_LPAREN2] = ACTIONS(1788), - [anon_sym_TILDE] = ACTIONS(1788), - [anon_sym_STAR] = ACTIONS(1788), - [anon_sym_AMP_AMP] = ACTIONS(1788), - [anon_sym_AMP] = ACTIONS(1786), - [anon_sym_typedef] = ACTIONS(1786), - [anon_sym_extern] = ACTIONS(1786), - [anon_sym___attribute__] = ACTIONS(1786), - [anon_sym_COLON_COLON] = ACTIONS(1788), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1788), - [anon_sym___declspec] = ACTIONS(1786), - [anon_sym___based] = ACTIONS(1786), - [anon_sym_RBRACE] = ACTIONS(1788), - [anon_sym_LBRACK] = ACTIONS(1786), - [anon_sym_static] = ACTIONS(1786), - [anon_sym_register] = ACTIONS(1786), - [anon_sym_inline] = ACTIONS(1786), - [anon_sym_thread_local] = ACTIONS(1786), - [anon_sym_const] = ACTIONS(1786), - [anon_sym_volatile] = ACTIONS(1786), - [anon_sym_restrict] = ACTIONS(1786), - [anon_sym__Atomic] = ACTIONS(1786), - [anon_sym_mutable] = ACTIONS(1786), - [anon_sym_constexpr] = ACTIONS(1786), - [anon_sym_signed] = ACTIONS(1786), - [anon_sym_unsigned] = ACTIONS(1786), - [anon_sym_long] = ACTIONS(1786), - [anon_sym_short] = ACTIONS(1786), - [sym_primitive_type] = ACTIONS(1786), - [anon_sym_enum] = ACTIONS(1786), - [anon_sym_class] = ACTIONS(1786), - [anon_sym_struct] = ACTIONS(1786), - [anon_sym_union] = ACTIONS(1786), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1786), - [anon_sym_virtual] = ACTIONS(1786), - [anon_sym_explicit] = ACTIONS(1786), - [anon_sym_public] = ACTIONS(1786), - [anon_sym_private] = ACTIONS(1786), - [anon_sym_protected] = ACTIONS(1786), - [sym_auto] = ACTIONS(1786), - [anon_sym_typename] = ACTIONS(1786), - [anon_sym_template] = ACTIONS(1786), - [anon_sym_operator] = ACTIONS(1786), - [anon_sym_friend] = ACTIONS(1786), - [anon_sym_using] = ACTIONS(1786), - [anon_sym_static_assert] = ACTIONS(1786), - [sym_operator_name] = ACTIONS(1786), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1786), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1786), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1786), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1786), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1786), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1786), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1786), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1786), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1786), - [anon_sym_MOZ_COLD] = ACTIONS(1786), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1786), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1786), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1786), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1786), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1786), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1786), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1786), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1786), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1786), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1786), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1786), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1786), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1786), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1786), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1786), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1786), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1786), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1786), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1786), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1786), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1786), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_NONNULL] = ACTIONS(1786), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1786), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1786), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1786), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1786), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1786), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_NORETURN] = ACTIONS(1786), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1786), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1786), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1786), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1786), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1786), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1786), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1786), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1786), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1786), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1786), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1786), - [anon_sym_MOZ_RAII] = ACTIONS(1786), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1786), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1786), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1786), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1786), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1786), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1786), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1786), - }, - [1039] = { + [991] = { [sym_identifier] = ACTIONS(2592), [aux_sym_preproc_def_token1] = ACTIONS(2592), [aux_sym_preproc_if_token1] = ACTIONS(2592), @@ -214246,7 +207658,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(2592), [anon_sym_using] = ACTIONS(2592), [anon_sym_static_assert] = ACTIONS(2592), - [sym_operator_name] = 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), @@ -214318,892 +207729,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2592), [anon_sym_JS_PUBLIC_API] = ACTIONS(2592), }, - [1040] = { - [sym_identifier] = ACTIONS(1714), - [aux_sym_preproc_def_token1] = ACTIONS(1714), - [aux_sym_preproc_if_token1] = ACTIONS(1714), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1714), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1714), - [sym_preproc_directive] = ACTIONS(1714), - [anon_sym_LPAREN2] = ACTIONS(1716), - [anon_sym_TILDE] = ACTIONS(1716), - [anon_sym_STAR] = ACTIONS(1716), - [anon_sym_AMP_AMP] = ACTIONS(1716), - [anon_sym_AMP] = ACTIONS(1714), - [anon_sym_typedef] = ACTIONS(1714), - [anon_sym_extern] = ACTIONS(1714), - [anon_sym___attribute__] = ACTIONS(1714), - [anon_sym_COLON_COLON] = ACTIONS(1716), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1716), - [anon_sym___declspec] = ACTIONS(1714), - [anon_sym___based] = ACTIONS(1714), - [anon_sym_RBRACE] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1714), - [anon_sym_static] = ACTIONS(1714), - [anon_sym_register] = ACTIONS(1714), - [anon_sym_inline] = ACTIONS(1714), - [anon_sym_thread_local] = ACTIONS(1714), - [anon_sym_const] = ACTIONS(1714), - [anon_sym_volatile] = ACTIONS(1714), - [anon_sym_restrict] = ACTIONS(1714), - [anon_sym__Atomic] = ACTIONS(1714), - [anon_sym_mutable] = ACTIONS(1714), - [anon_sym_constexpr] = ACTIONS(1714), - [anon_sym_signed] = ACTIONS(1714), - [anon_sym_unsigned] = ACTIONS(1714), - [anon_sym_long] = ACTIONS(1714), - [anon_sym_short] = ACTIONS(1714), - [sym_primitive_type] = ACTIONS(1714), - [anon_sym_enum] = ACTIONS(1714), - [anon_sym_class] = ACTIONS(1714), - [anon_sym_struct] = ACTIONS(1714), - [anon_sym_union] = ACTIONS(1714), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1714), - [anon_sym_virtual] = ACTIONS(1714), - [anon_sym_explicit] = ACTIONS(1714), - [anon_sym_public] = ACTIONS(1714), - [anon_sym_private] = ACTIONS(1714), - [anon_sym_protected] = ACTIONS(1714), - [sym_auto] = ACTIONS(1714), - [anon_sym_typename] = ACTIONS(1714), - [anon_sym_template] = ACTIONS(1714), - [anon_sym_operator] = ACTIONS(1714), - [anon_sym_friend] = ACTIONS(1714), - [anon_sym_using] = ACTIONS(1714), - [anon_sym_static_assert] = ACTIONS(1714), - [sym_operator_name] = ACTIONS(1714), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1714), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1714), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1714), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1714), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1714), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1714), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1714), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1714), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1714), - [anon_sym_MOZ_COLD] = ACTIONS(1714), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1714), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1714), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1714), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1714), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1714), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1714), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1714), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1714), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1714), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1714), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1714), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1714), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1714), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1714), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1714), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1714), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1714), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1714), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1714), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1714), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1714), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_NONNULL] = ACTIONS(1714), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1714), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1714), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1714), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1714), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1714), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_NORETURN] = ACTIONS(1714), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1714), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1714), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1714), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1714), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1714), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1714), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1714), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1714), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1714), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1714), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1714), - [anon_sym_MOZ_RAII] = ACTIONS(1714), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1714), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1714), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1714), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1714), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1714), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1714), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1714), - }, - [1041] = { - [sym_identifier] = ACTIONS(1782), - [aux_sym_preproc_def_token1] = ACTIONS(1782), - [aux_sym_preproc_if_token1] = ACTIONS(1782), - [aux_sym_preproc_if_token2] = ACTIONS(1782), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1782), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1782), - [sym_preproc_directive] = ACTIONS(1782), - [anon_sym_LPAREN2] = ACTIONS(1784), - [anon_sym_TILDE] = ACTIONS(1784), - [anon_sym_STAR] = ACTIONS(1784), - [anon_sym_AMP_AMP] = ACTIONS(1784), - [anon_sym_AMP] = ACTIONS(1782), - [anon_sym_typedef] = ACTIONS(1782), - [anon_sym_extern] = ACTIONS(1782), - [anon_sym___attribute__] = ACTIONS(1782), - [anon_sym_COLON_COLON] = ACTIONS(1784), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1784), - [anon_sym___declspec] = ACTIONS(1782), - [anon_sym___based] = ACTIONS(1782), - [anon_sym_LBRACK] = ACTIONS(1782), - [anon_sym_static] = ACTIONS(1782), - [anon_sym_register] = ACTIONS(1782), - [anon_sym_inline] = ACTIONS(1782), - [anon_sym_thread_local] = ACTIONS(1782), - [anon_sym_const] = ACTIONS(1782), - [anon_sym_volatile] = ACTIONS(1782), - [anon_sym_restrict] = ACTIONS(1782), - [anon_sym__Atomic] = ACTIONS(1782), - [anon_sym_mutable] = ACTIONS(1782), - [anon_sym_constexpr] = ACTIONS(1782), - [anon_sym_signed] = ACTIONS(1782), - [anon_sym_unsigned] = ACTIONS(1782), - [anon_sym_long] = ACTIONS(1782), - [anon_sym_short] = ACTIONS(1782), - [sym_primitive_type] = ACTIONS(1782), - [anon_sym_enum] = ACTIONS(1782), - [anon_sym_class] = ACTIONS(1782), - [anon_sym_struct] = ACTIONS(1782), - [anon_sym_union] = ACTIONS(1782), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1782), - [anon_sym_virtual] = ACTIONS(1782), - [anon_sym_explicit] = ACTIONS(1782), - [anon_sym_public] = ACTIONS(1782), - [anon_sym_private] = ACTIONS(1782), - [anon_sym_protected] = ACTIONS(1782), - [sym_auto] = ACTIONS(1782), - [anon_sym_typename] = ACTIONS(1782), - [anon_sym_template] = ACTIONS(1782), - [anon_sym_operator] = ACTIONS(1782), - [anon_sym_friend] = ACTIONS(1782), - [anon_sym_using] = ACTIONS(1782), - [anon_sym_static_assert] = ACTIONS(1782), - [sym_operator_name] = ACTIONS(1782), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1782), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1782), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1782), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1782), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1782), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1782), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1782), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1782), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1782), - [anon_sym_MOZ_COLD] = ACTIONS(1782), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1782), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1782), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1782), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1782), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1782), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1782), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1782), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1782), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1782), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1782), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1782), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1782), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1782), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1782), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1782), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1782), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1782), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1782), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1782), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1782), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1782), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_NONNULL] = ACTIONS(1782), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1782), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1782), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1782), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1782), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1782), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_NORETURN] = ACTIONS(1782), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1782), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1782), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1782), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1782), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1782), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1782), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1782), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1782), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1782), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1782), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1782), - [anon_sym_MOZ_RAII] = ACTIONS(1782), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1782), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1782), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1782), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1782), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1782), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1782), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1782), - }, - [1042] = { - [sym_identifier] = ACTIONS(1890), - [aux_sym_preproc_def_token1] = ACTIONS(1890), - [aux_sym_preproc_if_token1] = ACTIONS(1890), - [aux_sym_preproc_if_token2] = ACTIONS(1890), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1890), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1890), - [sym_preproc_directive] = ACTIONS(1890), - [anon_sym_LPAREN2] = ACTIONS(1892), - [anon_sym_TILDE] = ACTIONS(1892), - [anon_sym_STAR] = ACTIONS(1892), - [anon_sym_AMP_AMP] = ACTIONS(1892), - [anon_sym_AMP] = ACTIONS(1890), - [anon_sym_typedef] = ACTIONS(1890), - [anon_sym_extern] = ACTIONS(1890), - [anon_sym___attribute__] = ACTIONS(1890), - [anon_sym_COLON_COLON] = ACTIONS(1892), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1892), - [anon_sym___declspec] = ACTIONS(1890), - [anon_sym___based] = ACTIONS(1890), - [anon_sym_LBRACK] = ACTIONS(1890), - [anon_sym_static] = ACTIONS(1890), - [anon_sym_register] = ACTIONS(1890), - [anon_sym_inline] = ACTIONS(1890), - [anon_sym_thread_local] = ACTIONS(1890), - [anon_sym_const] = ACTIONS(1890), - [anon_sym_volatile] = ACTIONS(1890), - [anon_sym_restrict] = ACTIONS(1890), - [anon_sym__Atomic] = ACTIONS(1890), - [anon_sym_mutable] = ACTIONS(1890), - [anon_sym_constexpr] = ACTIONS(1890), - [anon_sym_signed] = ACTIONS(1890), - [anon_sym_unsigned] = ACTIONS(1890), - [anon_sym_long] = ACTIONS(1890), - [anon_sym_short] = ACTIONS(1890), - [sym_primitive_type] = ACTIONS(1890), - [anon_sym_enum] = ACTIONS(1890), - [anon_sym_class] = ACTIONS(1890), - [anon_sym_struct] = ACTIONS(1890), - [anon_sym_union] = ACTIONS(1890), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1890), - [anon_sym_virtual] = ACTIONS(1890), - [anon_sym_explicit] = ACTIONS(1890), - [anon_sym_public] = ACTIONS(1890), - [anon_sym_private] = ACTIONS(1890), - [anon_sym_protected] = ACTIONS(1890), - [sym_auto] = ACTIONS(1890), - [anon_sym_typename] = ACTIONS(1890), - [anon_sym_template] = ACTIONS(1890), - [anon_sym_operator] = ACTIONS(1890), - [anon_sym_friend] = ACTIONS(1890), - [anon_sym_using] = ACTIONS(1890), - [anon_sym_static_assert] = ACTIONS(1890), - [sym_operator_name] = ACTIONS(1890), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1890), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1890), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1890), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1890), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1890), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1890), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1890), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1890), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1890), - [anon_sym_MOZ_COLD] = ACTIONS(1890), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1890), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1890), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1890), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1890), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1890), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1890), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1890), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1890), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1890), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1890), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1890), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1890), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1890), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1890), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1890), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1890), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1890), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1890), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1890), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1890), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1890), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_NONNULL] = ACTIONS(1890), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1890), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1890), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1890), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1890), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1890), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_NORETURN] = ACTIONS(1890), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1890), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1890), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1890), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1890), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1890), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1890), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1890), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1890), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1890), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1890), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1890), - [anon_sym_MOZ_RAII] = ACTIONS(1890), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1890), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1890), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1890), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1890), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1890), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1890), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1890), - }, - [1043] = { - [sym_identifier] = ACTIONS(1894), - [aux_sym_preproc_def_token1] = ACTIONS(1894), - [aux_sym_preproc_if_token1] = ACTIONS(1894), - [aux_sym_preproc_if_token2] = ACTIONS(1894), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1894), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1894), - [sym_preproc_directive] = ACTIONS(1894), - [anon_sym_LPAREN2] = ACTIONS(1896), - [anon_sym_TILDE] = ACTIONS(1896), - [anon_sym_STAR] = ACTIONS(1896), - [anon_sym_AMP_AMP] = ACTIONS(1896), - [anon_sym_AMP] = ACTIONS(1894), - [anon_sym_typedef] = ACTIONS(1894), - [anon_sym_extern] = ACTIONS(1894), - [anon_sym___attribute__] = ACTIONS(1894), - [anon_sym_COLON_COLON] = ACTIONS(1896), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1896), - [anon_sym___declspec] = ACTIONS(1894), - [anon_sym___based] = ACTIONS(1894), - [anon_sym_LBRACK] = ACTIONS(1894), - [anon_sym_static] = ACTIONS(1894), - [anon_sym_register] = ACTIONS(1894), - [anon_sym_inline] = ACTIONS(1894), - [anon_sym_thread_local] = ACTIONS(1894), - [anon_sym_const] = ACTIONS(1894), - [anon_sym_volatile] = ACTIONS(1894), - [anon_sym_restrict] = ACTIONS(1894), - [anon_sym__Atomic] = ACTIONS(1894), - [anon_sym_mutable] = ACTIONS(1894), - [anon_sym_constexpr] = ACTIONS(1894), - [anon_sym_signed] = ACTIONS(1894), - [anon_sym_unsigned] = ACTIONS(1894), - [anon_sym_long] = ACTIONS(1894), - [anon_sym_short] = ACTIONS(1894), - [sym_primitive_type] = ACTIONS(1894), - [anon_sym_enum] = ACTIONS(1894), - [anon_sym_class] = ACTIONS(1894), - [anon_sym_struct] = ACTIONS(1894), - [anon_sym_union] = ACTIONS(1894), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1894), - [anon_sym_virtual] = ACTIONS(1894), - [anon_sym_explicit] = ACTIONS(1894), - [anon_sym_public] = ACTIONS(1894), - [anon_sym_private] = ACTIONS(1894), - [anon_sym_protected] = ACTIONS(1894), - [sym_auto] = ACTIONS(1894), - [anon_sym_typename] = ACTIONS(1894), - [anon_sym_template] = ACTIONS(1894), - [anon_sym_operator] = ACTIONS(1894), - [anon_sym_friend] = ACTIONS(1894), - [anon_sym_using] = ACTIONS(1894), - [anon_sym_static_assert] = ACTIONS(1894), - [sym_operator_name] = ACTIONS(1894), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1894), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1894), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1894), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1894), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1894), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1894), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1894), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1894), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1894), - [anon_sym_MOZ_COLD] = ACTIONS(1894), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1894), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1894), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1894), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1894), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1894), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1894), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1894), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1894), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1894), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1894), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1894), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1894), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1894), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1894), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1894), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1894), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1894), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1894), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1894), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1894), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1894), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_NONNULL] = ACTIONS(1894), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1894), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1894), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1894), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1894), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1894), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_NORETURN] = ACTIONS(1894), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1894), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1894), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1894), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1894), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1894), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1894), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1894), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1894), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1894), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1894), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1894), - [anon_sym_MOZ_RAII] = ACTIONS(1894), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1894), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1894), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1894), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1894), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1894), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1894), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1894), - }, - [1044] = { - [sym_identifier] = ACTIONS(1710), - [aux_sym_preproc_def_token1] = ACTIONS(1710), - [aux_sym_preproc_if_token1] = ACTIONS(1710), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1710), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1710), - [sym_preproc_directive] = ACTIONS(1710), - [anon_sym_LPAREN2] = ACTIONS(1712), - [anon_sym_TILDE] = ACTIONS(1712), - [anon_sym_STAR] = ACTIONS(1712), - [anon_sym_AMP_AMP] = ACTIONS(1712), - [anon_sym_AMP] = ACTIONS(1710), - [anon_sym_typedef] = ACTIONS(1710), - [anon_sym_extern] = ACTIONS(1710), - [anon_sym___attribute__] = ACTIONS(1710), - [anon_sym_COLON_COLON] = ACTIONS(1712), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1712), - [anon_sym___declspec] = ACTIONS(1710), - [anon_sym___based] = ACTIONS(1710), - [anon_sym_RBRACE] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1710), - [anon_sym_static] = ACTIONS(1710), - [anon_sym_register] = ACTIONS(1710), - [anon_sym_inline] = ACTIONS(1710), - [anon_sym_thread_local] = ACTIONS(1710), - [anon_sym_const] = ACTIONS(1710), - [anon_sym_volatile] = ACTIONS(1710), - [anon_sym_restrict] = ACTIONS(1710), - [anon_sym__Atomic] = ACTIONS(1710), - [anon_sym_mutable] = ACTIONS(1710), - [anon_sym_constexpr] = ACTIONS(1710), - [anon_sym_signed] = ACTIONS(1710), - [anon_sym_unsigned] = ACTIONS(1710), - [anon_sym_long] = ACTIONS(1710), - [anon_sym_short] = ACTIONS(1710), - [sym_primitive_type] = ACTIONS(1710), - [anon_sym_enum] = ACTIONS(1710), - [anon_sym_class] = ACTIONS(1710), - [anon_sym_struct] = ACTIONS(1710), - [anon_sym_union] = ACTIONS(1710), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1710), - [anon_sym_virtual] = ACTIONS(1710), - [anon_sym_explicit] = ACTIONS(1710), - [anon_sym_public] = ACTIONS(1710), - [anon_sym_private] = ACTIONS(1710), - [anon_sym_protected] = ACTIONS(1710), - [sym_auto] = ACTIONS(1710), - [anon_sym_typename] = ACTIONS(1710), - [anon_sym_template] = ACTIONS(1710), - [anon_sym_operator] = ACTIONS(1710), - [anon_sym_friend] = ACTIONS(1710), - [anon_sym_using] = ACTIONS(1710), - [anon_sym_static_assert] = ACTIONS(1710), - [sym_operator_name] = ACTIONS(1710), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1710), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1710), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1710), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1710), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1710), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1710), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1710), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1710), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1710), - [anon_sym_MOZ_COLD] = ACTIONS(1710), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1710), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1710), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1710), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1710), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1710), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1710), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1710), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1710), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1710), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1710), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1710), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1710), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1710), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1710), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1710), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1710), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1710), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1710), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1710), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1710), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1710), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_NONNULL] = ACTIONS(1710), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1710), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1710), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1710), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1710), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1710), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_NORETURN] = ACTIONS(1710), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1710), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1710), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1710), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1710), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1710), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1710), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1710), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1710), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1710), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1710), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1710), - [anon_sym_MOZ_RAII] = ACTIONS(1710), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1710), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1710), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1710), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1710), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1710), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1710), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1710), - }, - [1045] = { - [sym_identifier] = ACTIONS(1902), - [aux_sym_preproc_def_token1] = ACTIONS(1902), - [aux_sym_preproc_if_token1] = ACTIONS(1902), - [aux_sym_preproc_if_token2] = ACTIONS(1902), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1902), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1902), - [sym_preproc_directive] = ACTIONS(1902), - [anon_sym_LPAREN2] = ACTIONS(1904), - [anon_sym_TILDE] = ACTIONS(1904), - [anon_sym_STAR] = ACTIONS(1904), - [anon_sym_AMP_AMP] = ACTIONS(1904), - [anon_sym_AMP] = ACTIONS(1902), - [anon_sym_typedef] = ACTIONS(1902), - [anon_sym_extern] = ACTIONS(1902), - [anon_sym___attribute__] = ACTIONS(1902), - [anon_sym_COLON_COLON] = ACTIONS(1904), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1904), - [anon_sym___declspec] = ACTIONS(1902), - [anon_sym___based] = ACTIONS(1902), - [anon_sym_LBRACK] = ACTIONS(1902), - [anon_sym_static] = ACTIONS(1902), - [anon_sym_register] = ACTIONS(1902), - [anon_sym_inline] = ACTIONS(1902), - [anon_sym_thread_local] = ACTIONS(1902), - [anon_sym_const] = ACTIONS(1902), - [anon_sym_volatile] = ACTIONS(1902), - [anon_sym_restrict] = ACTIONS(1902), - [anon_sym__Atomic] = ACTIONS(1902), - [anon_sym_mutable] = ACTIONS(1902), - [anon_sym_constexpr] = ACTIONS(1902), - [anon_sym_signed] = ACTIONS(1902), - [anon_sym_unsigned] = ACTIONS(1902), - [anon_sym_long] = ACTIONS(1902), - [anon_sym_short] = ACTIONS(1902), - [sym_primitive_type] = ACTIONS(1902), - [anon_sym_enum] = ACTIONS(1902), - [anon_sym_class] = ACTIONS(1902), - [anon_sym_struct] = ACTIONS(1902), - [anon_sym_union] = ACTIONS(1902), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1902), - [anon_sym_virtual] = ACTIONS(1902), - [anon_sym_explicit] = ACTIONS(1902), - [anon_sym_public] = ACTIONS(1902), - [anon_sym_private] = ACTIONS(1902), - [anon_sym_protected] = ACTIONS(1902), - [sym_auto] = ACTIONS(1902), - [anon_sym_typename] = ACTIONS(1902), - [anon_sym_template] = ACTIONS(1902), - [anon_sym_operator] = ACTIONS(1902), - [anon_sym_friend] = ACTIONS(1902), - [anon_sym_using] = ACTIONS(1902), - [anon_sym_static_assert] = ACTIONS(1902), - [sym_operator_name] = ACTIONS(1902), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1902), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1902), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1902), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1902), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1902), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1902), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1902), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1902), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1902), - [anon_sym_MOZ_COLD] = ACTIONS(1902), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1902), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1902), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1902), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1902), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1902), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1902), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1902), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1902), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1902), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1902), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1902), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1902), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1902), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1902), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1902), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1902), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1902), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1902), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1902), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1902), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_NONNULL] = ACTIONS(1902), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1902), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1902), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1902), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1902), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1902), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_NORETURN] = ACTIONS(1902), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1902), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1902), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1902), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1902), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1902), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1902), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1902), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1902), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1902), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1902), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1902), - [anon_sym_MOZ_RAII] = ACTIONS(1902), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1902), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1902), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1902), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1902), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1902), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1902), - }, - [1046] = { - [sym_identifier] = ACTIONS(1842), - [aux_sym_preproc_def_token1] = ACTIONS(1842), - [aux_sym_preproc_if_token1] = ACTIONS(1842), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1842), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1842), - [sym_preproc_directive] = ACTIONS(1842), - [anon_sym_LPAREN2] = ACTIONS(1844), - [anon_sym_TILDE] = ACTIONS(1844), - [anon_sym_STAR] = ACTIONS(1844), - [anon_sym_AMP_AMP] = ACTIONS(1844), - [anon_sym_AMP] = ACTIONS(1842), - [anon_sym_typedef] = ACTIONS(1842), - [anon_sym_extern] = ACTIONS(1842), - [anon_sym___attribute__] = ACTIONS(1842), - [anon_sym_COLON_COLON] = ACTIONS(1844), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1844), - [anon_sym___declspec] = ACTIONS(1842), - [anon_sym___based] = ACTIONS(1842), - [anon_sym_RBRACE] = ACTIONS(1844), - [anon_sym_LBRACK] = ACTIONS(1842), - [anon_sym_static] = ACTIONS(1842), - [anon_sym_register] = ACTIONS(1842), - [anon_sym_inline] = ACTIONS(1842), - [anon_sym_thread_local] = ACTIONS(1842), - [anon_sym_const] = ACTIONS(1842), - [anon_sym_volatile] = ACTIONS(1842), - [anon_sym_restrict] = ACTIONS(1842), - [anon_sym__Atomic] = ACTIONS(1842), - [anon_sym_mutable] = ACTIONS(1842), - [anon_sym_constexpr] = ACTIONS(1842), - [anon_sym_signed] = ACTIONS(1842), - [anon_sym_unsigned] = ACTIONS(1842), - [anon_sym_long] = ACTIONS(1842), - [anon_sym_short] = ACTIONS(1842), - [sym_primitive_type] = ACTIONS(1842), - [anon_sym_enum] = ACTIONS(1842), - [anon_sym_class] = ACTIONS(1842), - [anon_sym_struct] = ACTIONS(1842), - [anon_sym_union] = ACTIONS(1842), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1842), - [anon_sym_virtual] = ACTIONS(1842), - [anon_sym_explicit] = ACTIONS(1842), - [anon_sym_public] = ACTIONS(1842), - [anon_sym_private] = ACTIONS(1842), - [anon_sym_protected] = ACTIONS(1842), - [sym_auto] = ACTIONS(1842), - [anon_sym_typename] = ACTIONS(1842), - [anon_sym_template] = ACTIONS(1842), - [anon_sym_operator] = ACTIONS(1842), - [anon_sym_friend] = ACTIONS(1842), - [anon_sym_using] = ACTIONS(1842), - [anon_sym_static_assert] = ACTIONS(1842), - [sym_operator_name] = ACTIONS(1842), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1842), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1842), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1842), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1842), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1842), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1842), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1842), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1842), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1842), - [anon_sym_MOZ_COLD] = ACTIONS(1842), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1842), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1842), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1842), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1842), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1842), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1842), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1842), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1842), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1842), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1842), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1842), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1842), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1842), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1842), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1842), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1842), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1842), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1842), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1842), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1842), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1842), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_NONNULL] = ACTIONS(1842), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1842), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1842), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1842), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1842), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1842), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_NORETURN] = ACTIONS(1842), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1842), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1842), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1842), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1842), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1842), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1842), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1842), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1842), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1842), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1842), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1842), - [anon_sym_MOZ_RAII] = ACTIONS(1842), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1842), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1842), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1842), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1842), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1842), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1842), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1842), - }, - [1047] = { + [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), @@ -215219,7 +207749,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), @@ -215254,7 +207783,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(2600), [anon_sym_using] = ACTIONS(2600), [anon_sym_static_assert] = ACTIONS(2600), - [sym_operator_name] = 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), @@ -215326,2315 +207854,1171 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2600), [anon_sym_JS_PUBLIC_API] = ACTIONS(2600), }, - [1048] = { - [sym_identifier] = ACTIONS(1914), - [aux_sym_preproc_def_token1] = ACTIONS(1914), - [aux_sym_preproc_if_token1] = ACTIONS(1914), - [aux_sym_preproc_if_token2] = ACTIONS(1914), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1914), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1914), - [sym_preproc_directive] = ACTIONS(1914), - [anon_sym_LPAREN2] = ACTIONS(1916), - [anon_sym_TILDE] = ACTIONS(1916), - [anon_sym_STAR] = ACTIONS(1916), - [anon_sym_AMP_AMP] = ACTIONS(1916), - [anon_sym_AMP] = ACTIONS(1914), - [anon_sym_typedef] = ACTIONS(1914), - [anon_sym_extern] = ACTIONS(1914), - [anon_sym___attribute__] = ACTIONS(1914), - [anon_sym_COLON_COLON] = ACTIONS(1916), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1916), - [anon_sym___declspec] = ACTIONS(1914), - [anon_sym___based] = ACTIONS(1914), - [anon_sym_LBRACK] = ACTIONS(1914), - [anon_sym_static] = ACTIONS(1914), - [anon_sym_register] = ACTIONS(1914), - [anon_sym_inline] = ACTIONS(1914), - [anon_sym_thread_local] = ACTIONS(1914), - [anon_sym_const] = ACTIONS(1914), - [anon_sym_volatile] = ACTIONS(1914), - [anon_sym_restrict] = ACTIONS(1914), - [anon_sym__Atomic] = ACTIONS(1914), - [anon_sym_mutable] = ACTIONS(1914), - [anon_sym_constexpr] = ACTIONS(1914), - [anon_sym_signed] = ACTIONS(1914), - [anon_sym_unsigned] = ACTIONS(1914), - [anon_sym_long] = ACTIONS(1914), - [anon_sym_short] = ACTIONS(1914), - [sym_primitive_type] = ACTIONS(1914), - [anon_sym_enum] = ACTIONS(1914), - [anon_sym_class] = ACTIONS(1914), - [anon_sym_struct] = ACTIONS(1914), - [anon_sym_union] = ACTIONS(1914), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1914), - [anon_sym_virtual] = ACTIONS(1914), - [anon_sym_explicit] = ACTIONS(1914), - [anon_sym_public] = ACTIONS(1914), - [anon_sym_private] = ACTIONS(1914), - [anon_sym_protected] = ACTIONS(1914), - [sym_auto] = ACTIONS(1914), - [anon_sym_typename] = ACTIONS(1914), - [anon_sym_template] = ACTIONS(1914), - [anon_sym_operator] = ACTIONS(1914), - [anon_sym_friend] = ACTIONS(1914), - [anon_sym_using] = ACTIONS(1914), - [anon_sym_static_assert] = ACTIONS(1914), - [sym_operator_name] = ACTIONS(1914), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1914), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1914), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1914), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1914), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1914), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1914), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1914), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1914), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1914), - [anon_sym_MOZ_COLD] = ACTIONS(1914), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1914), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1914), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1914), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1914), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1914), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1914), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1914), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1914), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1914), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1914), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1914), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1914), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1914), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1914), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1914), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1914), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1914), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1914), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1914), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1914), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1914), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_NONNULL] = ACTIONS(1914), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1914), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1914), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1914), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1914), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1914), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_NORETURN] = ACTIONS(1914), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1914), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1914), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1914), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1914), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1914), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1914), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1914), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1914), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1914), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1914), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1914), - [anon_sym_MOZ_RAII] = ACTIONS(1914), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1914), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1914), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1914), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1914), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1914), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1914), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1914), + [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), }, - [1049] = { - [sym_identifier] = ACTIONS(1515), - [aux_sym_preproc_def_token1] = ACTIONS(1515), - [aux_sym_preproc_if_token1] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1515), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1515), - [sym_preproc_directive] = ACTIONS(1515), - [anon_sym_LPAREN2] = ACTIONS(1517), - [anon_sym_TILDE] = ACTIONS(1517), - [anon_sym_STAR] = ACTIONS(1517), - [anon_sym_AMP_AMP] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1515), - [anon_sym_typedef] = ACTIONS(1515), - [anon_sym_extern] = ACTIONS(1515), - [anon_sym___attribute__] = ACTIONS(1515), - [anon_sym_COLON_COLON] = ACTIONS(1517), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1517), - [anon_sym___declspec] = ACTIONS(1515), - [anon_sym___based] = ACTIONS(1515), - [anon_sym_RBRACE] = ACTIONS(1517), - [anon_sym_LBRACK] = ACTIONS(1515), - [anon_sym_static] = ACTIONS(1515), - [anon_sym_register] = ACTIONS(1515), - [anon_sym_inline] = ACTIONS(1515), - [anon_sym_thread_local] = ACTIONS(1515), - [anon_sym_const] = ACTIONS(1515), - [anon_sym_volatile] = ACTIONS(1515), - [anon_sym_restrict] = ACTIONS(1515), - [anon_sym__Atomic] = ACTIONS(1515), - [anon_sym_mutable] = ACTIONS(1515), - [anon_sym_constexpr] = ACTIONS(1515), - [anon_sym_signed] = ACTIONS(1515), - [anon_sym_unsigned] = ACTIONS(1515), - [anon_sym_long] = ACTIONS(1515), - [anon_sym_short] = ACTIONS(1515), - [sym_primitive_type] = ACTIONS(1515), - [anon_sym_enum] = ACTIONS(1515), - [anon_sym_class] = ACTIONS(1515), - [anon_sym_struct] = ACTIONS(1515), - [anon_sym_union] = ACTIONS(1515), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1515), - [anon_sym_virtual] = ACTIONS(1515), - [anon_sym_explicit] = ACTIONS(1515), - [anon_sym_public] = ACTIONS(1515), - [anon_sym_private] = ACTIONS(1515), - [anon_sym_protected] = ACTIONS(1515), - [sym_auto] = ACTIONS(1515), - [anon_sym_typename] = ACTIONS(1515), - [anon_sym_template] = ACTIONS(1515), - [anon_sym_operator] = ACTIONS(1515), - [anon_sym_friend] = ACTIONS(1515), - [anon_sym_using] = ACTIONS(1515), - [anon_sym_static_assert] = ACTIONS(1515), - [sym_operator_name] = ACTIONS(1515), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1515), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1515), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1515), - [anon_sym_MOZ_COLD] = ACTIONS(1515), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1515), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1515), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1515), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1515), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1515), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1515), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1515), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1515), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1515), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1515), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1515), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1515), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL] = ACTIONS(1515), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1515), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1515), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN] = ACTIONS(1515), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1515), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1515), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1515), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1515), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1515), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1515), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1515), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1515), - [anon_sym_MOZ_RAII] = ACTIONS(1515), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1515), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1515), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1515), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1515), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1515), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1515), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1515), + [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), }, - [1050] = { - [sym_identifier] = ACTIONS(1558), - [aux_sym_preproc_def_token1] = ACTIONS(1558), - [aux_sym_preproc_if_token1] = ACTIONS(1558), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1558), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1558), - [sym_preproc_directive] = ACTIONS(1558), - [anon_sym_LPAREN2] = ACTIONS(1560), - [anon_sym_TILDE] = ACTIONS(1560), - [anon_sym_STAR] = ACTIONS(1560), - [anon_sym_AMP_AMP] = ACTIONS(1560), - [anon_sym_AMP] = ACTIONS(1558), - [anon_sym_typedef] = ACTIONS(1558), - [anon_sym_extern] = ACTIONS(1558), - [anon_sym___attribute__] = ACTIONS(1558), - [anon_sym_COLON_COLON] = ACTIONS(1560), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1560), - [anon_sym___declspec] = ACTIONS(1558), - [anon_sym___based] = ACTIONS(1558), - [anon_sym_RBRACE] = ACTIONS(1560), - [anon_sym_LBRACK] = ACTIONS(1558), - [anon_sym_static] = ACTIONS(1558), - [anon_sym_register] = ACTIONS(1558), - [anon_sym_inline] = ACTIONS(1558), - [anon_sym_thread_local] = ACTIONS(1558), - [anon_sym_const] = ACTIONS(1558), - [anon_sym_volatile] = ACTIONS(1558), - [anon_sym_restrict] = ACTIONS(1558), - [anon_sym__Atomic] = ACTIONS(1558), - [anon_sym_mutable] = ACTIONS(1558), - [anon_sym_constexpr] = ACTIONS(1558), - [anon_sym_signed] = ACTIONS(1558), - [anon_sym_unsigned] = ACTIONS(1558), - [anon_sym_long] = ACTIONS(1558), - [anon_sym_short] = ACTIONS(1558), - [sym_primitive_type] = ACTIONS(1558), - [anon_sym_enum] = ACTIONS(1558), - [anon_sym_class] = ACTIONS(1558), - [anon_sym_struct] = ACTIONS(1558), - [anon_sym_union] = ACTIONS(1558), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1558), - [anon_sym_virtual] = ACTIONS(1558), - [anon_sym_explicit] = ACTIONS(1558), - [anon_sym_public] = ACTIONS(1558), - [anon_sym_private] = ACTIONS(1558), - [anon_sym_protected] = ACTIONS(1558), - [sym_auto] = ACTIONS(1558), - [anon_sym_typename] = ACTIONS(1558), - [anon_sym_template] = ACTIONS(1558), - [anon_sym_operator] = ACTIONS(1558), - [anon_sym_friend] = ACTIONS(1558), - [anon_sym_using] = ACTIONS(1558), - [anon_sym_static_assert] = ACTIONS(1558), - [sym_operator_name] = ACTIONS(1558), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1558), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1558), - [anon_sym_MOZ_COLD] = ACTIONS(1558), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1558), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1558), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1558), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1558), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1558), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1558), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1558), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1558), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1558), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1558), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1558), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1558), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_RAII] = ACTIONS(1558), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1558), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1558), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1558), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1558), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1558), + [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), + [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), }, - [1051] = { - [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), + [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), + [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(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), - [sym_operator_name] = 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), - }, - [1052] = { - [sym_identifier] = ACTIONS(1534), - [aux_sym_preproc_def_token1] = ACTIONS(1534), - [aux_sym_preproc_if_token1] = ACTIONS(1534), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1534), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1534), - [sym_preproc_directive] = ACTIONS(1534), - [anon_sym_LPAREN2] = ACTIONS(1536), - [anon_sym_TILDE] = ACTIONS(1536), - [anon_sym_STAR] = ACTIONS(1536), - [anon_sym_AMP_AMP] = ACTIONS(1536), - [anon_sym_AMP] = ACTIONS(1534), - [anon_sym_typedef] = ACTIONS(1534), - [anon_sym_extern] = ACTIONS(1534), - [anon_sym___attribute__] = ACTIONS(1534), - [anon_sym_COLON_COLON] = ACTIONS(1536), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1536), - [anon_sym___declspec] = ACTIONS(1534), - [anon_sym___based] = ACTIONS(1534), - [anon_sym_RBRACE] = ACTIONS(1536), - [anon_sym_LBRACK] = ACTIONS(1534), - [anon_sym_static] = ACTIONS(1534), - [anon_sym_register] = ACTIONS(1534), - [anon_sym_inline] = ACTIONS(1534), - [anon_sym_thread_local] = ACTIONS(1534), - [anon_sym_const] = ACTIONS(1534), - [anon_sym_volatile] = ACTIONS(1534), - [anon_sym_restrict] = ACTIONS(1534), - [anon_sym__Atomic] = ACTIONS(1534), - [anon_sym_mutable] = ACTIONS(1534), - [anon_sym_constexpr] = ACTIONS(1534), - [anon_sym_signed] = ACTIONS(1534), - [anon_sym_unsigned] = ACTIONS(1534), - [anon_sym_long] = ACTIONS(1534), - [anon_sym_short] = ACTIONS(1534), - [sym_primitive_type] = ACTIONS(1534), - [anon_sym_enum] = ACTIONS(1534), - [anon_sym_class] = ACTIONS(1534), - [anon_sym_struct] = ACTIONS(1534), - [anon_sym_union] = ACTIONS(1534), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1534), - [anon_sym_virtual] = ACTIONS(1534), - [anon_sym_explicit] = ACTIONS(1534), - [anon_sym_public] = ACTIONS(1534), - [anon_sym_private] = ACTIONS(1534), - [anon_sym_protected] = ACTIONS(1534), - [sym_auto] = ACTIONS(1534), - [anon_sym_typename] = ACTIONS(1534), - [anon_sym_template] = ACTIONS(1534), - [anon_sym_operator] = ACTIONS(1534), - [anon_sym_friend] = ACTIONS(1534), - [anon_sym_using] = ACTIONS(1534), - [anon_sym_static_assert] = ACTIONS(1534), - [sym_operator_name] = ACTIONS(1534), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1534), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1534), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1534), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1534), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1534), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1534), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1534), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1534), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1534), - [anon_sym_MOZ_COLD] = ACTIONS(1534), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1534), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1534), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1534), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1534), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1534), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1534), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1534), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1534), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1534), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1534), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1534), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1534), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1534), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1534), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1534), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1534), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1534), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1534), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1534), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1534), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1534), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_NONNULL] = ACTIONS(1534), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1534), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1534), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1534), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1534), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1534), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_NORETURN] = ACTIONS(1534), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1534), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1534), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1534), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1534), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1534), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1534), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1534), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1534), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1534), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1534), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1534), - [anon_sym_MOZ_RAII] = ACTIONS(1534), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1534), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1534), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1534), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1534), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1534), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1534), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1534), - }, - [1053] = { - [sym_identifier] = ACTIONS(1558), - [aux_sym_preproc_def_token1] = ACTIONS(1558), - [aux_sym_preproc_if_token1] = ACTIONS(1558), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1558), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1558), - [sym_preproc_directive] = ACTIONS(1558), - [anon_sym_LPAREN2] = ACTIONS(1560), - [anon_sym_TILDE] = ACTIONS(1560), - [anon_sym_STAR] = ACTIONS(1560), - [anon_sym_AMP_AMP] = ACTIONS(1560), - [anon_sym_AMP] = ACTIONS(1558), - [anon_sym_typedef] = ACTIONS(1558), - [anon_sym_extern] = ACTIONS(1558), - [anon_sym___attribute__] = ACTIONS(1558), - [anon_sym_COLON_COLON] = ACTIONS(1560), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1560), - [anon_sym___declspec] = ACTIONS(1558), - [anon_sym___based] = ACTIONS(1558), - [anon_sym_RBRACE] = ACTIONS(1560), - [anon_sym_LBRACK] = ACTIONS(1558), - [anon_sym_static] = ACTIONS(1558), - [anon_sym_register] = ACTIONS(1558), - [anon_sym_inline] = ACTIONS(1558), - [anon_sym_thread_local] = ACTIONS(1558), - [anon_sym_const] = ACTIONS(1558), - [anon_sym_volatile] = ACTIONS(1558), - [anon_sym_restrict] = ACTIONS(1558), - [anon_sym__Atomic] = ACTIONS(1558), - [anon_sym_mutable] = ACTIONS(1558), - [anon_sym_constexpr] = ACTIONS(1558), - [anon_sym_signed] = ACTIONS(1558), - [anon_sym_unsigned] = ACTIONS(1558), - [anon_sym_long] = ACTIONS(1558), - [anon_sym_short] = ACTIONS(1558), - [sym_primitive_type] = ACTIONS(1558), - [anon_sym_enum] = ACTIONS(1558), - [anon_sym_class] = ACTIONS(1558), - [anon_sym_struct] = ACTIONS(1558), - [anon_sym_union] = ACTIONS(1558), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1558), - [anon_sym_virtual] = ACTIONS(1558), - [anon_sym_explicit] = ACTIONS(1558), - [anon_sym_public] = ACTIONS(1558), - [anon_sym_private] = ACTIONS(1558), - [anon_sym_protected] = ACTIONS(1558), - [sym_auto] = ACTIONS(1558), - [anon_sym_typename] = ACTIONS(1558), - [anon_sym_template] = ACTIONS(1558), - [anon_sym_operator] = ACTIONS(1558), - [anon_sym_friend] = ACTIONS(1558), - [anon_sym_using] = ACTIONS(1558), - [anon_sym_static_assert] = ACTIONS(1558), - [sym_operator_name] = ACTIONS(1558), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1558), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1558), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1558), - [anon_sym_MOZ_COLD] = ACTIONS(1558), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1558), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1558), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1558), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1558), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1558), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1558), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1558), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1558), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1558), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1558), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1558), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1558), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL] = ACTIONS(1558), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1558), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1558), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN] = ACTIONS(1558), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1558), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1558), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1558), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1558), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1558), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1558), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1558), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1558), - [anon_sym_MOZ_RAII] = ACTIONS(1558), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1558), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1558), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1558), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1558), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1558), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1558), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1558), + [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), }, - [1054] = { - [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), + [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(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), - [sym_operator_name] = 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), - }, - [1055] = { - [sym_identifier] = ACTIONS(1902), - [aux_sym_preproc_def_token1] = ACTIONS(1902), - [aux_sym_preproc_if_token1] = ACTIONS(1902), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1902), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1902), - [sym_preproc_directive] = ACTIONS(1902), - [anon_sym_LPAREN2] = ACTIONS(1904), - [anon_sym_TILDE] = ACTIONS(1904), - [anon_sym_STAR] = ACTIONS(1904), - [anon_sym_AMP_AMP] = ACTIONS(1904), - [anon_sym_AMP] = ACTIONS(1902), - [anon_sym_typedef] = ACTIONS(1902), - [anon_sym_extern] = ACTIONS(1902), - [anon_sym___attribute__] = ACTIONS(1902), - [anon_sym_COLON_COLON] = ACTIONS(1904), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1904), - [anon_sym___declspec] = ACTIONS(1902), - [anon_sym___based] = ACTIONS(1902), - [anon_sym_RBRACE] = ACTIONS(1904), - [anon_sym_LBRACK] = ACTIONS(1902), - [anon_sym_static] = ACTIONS(1902), - [anon_sym_register] = ACTIONS(1902), - [anon_sym_inline] = ACTIONS(1902), - [anon_sym_thread_local] = ACTIONS(1902), - [anon_sym_const] = ACTIONS(1902), - [anon_sym_volatile] = ACTIONS(1902), - [anon_sym_restrict] = ACTIONS(1902), - [anon_sym__Atomic] = ACTIONS(1902), - [anon_sym_mutable] = ACTIONS(1902), - [anon_sym_constexpr] = ACTIONS(1902), - [anon_sym_signed] = ACTIONS(1902), - [anon_sym_unsigned] = ACTIONS(1902), - [anon_sym_long] = ACTIONS(1902), - [anon_sym_short] = ACTIONS(1902), - [sym_primitive_type] = ACTIONS(1902), - [anon_sym_enum] = ACTIONS(1902), - [anon_sym_class] = ACTIONS(1902), - [anon_sym_struct] = ACTIONS(1902), - [anon_sym_union] = ACTIONS(1902), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1902), - [anon_sym_virtual] = ACTIONS(1902), - [anon_sym_explicit] = ACTIONS(1902), - [anon_sym_public] = ACTIONS(1902), - [anon_sym_private] = ACTIONS(1902), - [anon_sym_protected] = ACTIONS(1902), - [sym_auto] = ACTIONS(1902), - [anon_sym_typename] = ACTIONS(1902), - [anon_sym_template] = ACTIONS(1902), - [anon_sym_operator] = ACTIONS(1902), - [anon_sym_friend] = ACTIONS(1902), - [anon_sym_using] = ACTIONS(1902), - [anon_sym_static_assert] = ACTIONS(1902), - [sym_operator_name] = ACTIONS(1902), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1902), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1902), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1902), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1902), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1902), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1902), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1902), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1902), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1902), - [anon_sym_MOZ_COLD] = ACTIONS(1902), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1902), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1902), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1902), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1902), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1902), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1902), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1902), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1902), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1902), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1902), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1902), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1902), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1902), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1902), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1902), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1902), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1902), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1902), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1902), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1902), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1902), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_NONNULL] = ACTIONS(1902), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1902), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1902), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1902), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1902), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1902), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_NORETURN] = ACTIONS(1902), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1902), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1902), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1902), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1902), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1902), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1902), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1902), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1902), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1902), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1902), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1902), - [anon_sym_MOZ_RAII] = ACTIONS(1902), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1902), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1902), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1902), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1902), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1902), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1902), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1902), + [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), }, - [1056] = { - [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), + [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(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), - [sym_operator_name] = 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), - }, - [1057] = { - [sym_identifier] = ACTIONS(1566), - [aux_sym_preproc_def_token1] = ACTIONS(1566), - [aux_sym_preproc_if_token1] = ACTIONS(1566), - [aux_sym_preproc_if_token2] = ACTIONS(1566), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1566), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1566), - [sym_preproc_directive] = ACTIONS(1566), - [anon_sym_LPAREN2] = ACTIONS(1568), - [anon_sym_TILDE] = ACTIONS(1568), - [anon_sym_STAR] = ACTIONS(1568), - [anon_sym_AMP_AMP] = ACTIONS(1568), - [anon_sym_AMP] = ACTIONS(1566), - [anon_sym_typedef] = ACTIONS(1566), - [anon_sym_extern] = ACTIONS(1566), - [anon_sym___attribute__] = ACTIONS(1566), - [anon_sym_COLON_COLON] = ACTIONS(1568), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1568), - [anon_sym___declspec] = ACTIONS(1566), - [anon_sym___based] = ACTIONS(1566), - [anon_sym_LBRACK] = ACTIONS(1566), - [anon_sym_static] = ACTIONS(1566), - [anon_sym_register] = ACTIONS(1566), - [anon_sym_inline] = ACTIONS(1566), - [anon_sym_thread_local] = ACTIONS(1566), - [anon_sym_const] = ACTIONS(1566), - [anon_sym_volatile] = ACTIONS(1566), - [anon_sym_restrict] = ACTIONS(1566), - [anon_sym__Atomic] = ACTIONS(1566), - [anon_sym_mutable] = ACTIONS(1566), - [anon_sym_constexpr] = ACTIONS(1566), - [anon_sym_signed] = ACTIONS(1566), - [anon_sym_unsigned] = ACTIONS(1566), - [anon_sym_long] = ACTIONS(1566), - [anon_sym_short] = ACTIONS(1566), - [sym_primitive_type] = ACTIONS(1566), - [anon_sym_enum] = ACTIONS(1566), - [anon_sym_class] = ACTIONS(1566), - [anon_sym_struct] = ACTIONS(1566), - [anon_sym_union] = ACTIONS(1566), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1566), - [anon_sym_virtual] = ACTIONS(1566), - [anon_sym_explicit] = ACTIONS(1566), - [anon_sym_public] = ACTIONS(1566), - [anon_sym_private] = ACTIONS(1566), - [anon_sym_protected] = ACTIONS(1566), - [sym_auto] = ACTIONS(1566), - [anon_sym_typename] = ACTIONS(1566), - [anon_sym_template] = ACTIONS(1566), - [anon_sym_operator] = ACTIONS(1566), - [anon_sym_friend] = ACTIONS(1566), - [anon_sym_using] = ACTIONS(1566), - [anon_sym_static_assert] = ACTIONS(1566), - [sym_operator_name] = ACTIONS(1566), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1566), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1566), - [anon_sym_MOZ_COLD] = ACTIONS(1566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_NONNULL] = ACTIONS(1566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_NORETURN] = ACTIONS(1566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1566), - [anon_sym_MOZ_RAII] = ACTIONS(1566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1566), - }, - [1058] = { - [sym_identifier] = ACTIONS(1660), - [aux_sym_preproc_def_token1] = ACTIONS(1660), - [aux_sym_preproc_if_token1] = ACTIONS(1660), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1660), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1660), - [sym_preproc_directive] = ACTIONS(1660), - [anon_sym_LPAREN2] = ACTIONS(1662), - [anon_sym_TILDE] = ACTIONS(1662), - [anon_sym_STAR] = ACTIONS(1662), - [anon_sym_AMP_AMP] = ACTIONS(1662), - [anon_sym_AMP] = ACTIONS(1660), - [anon_sym_typedef] = ACTIONS(1660), - [anon_sym_extern] = ACTIONS(1660), - [anon_sym___attribute__] = ACTIONS(1660), - [anon_sym_COLON_COLON] = ACTIONS(1662), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1662), - [anon_sym___declspec] = ACTIONS(1660), - [anon_sym___based] = ACTIONS(1660), - [anon_sym_RBRACE] = ACTIONS(1662), - [anon_sym_LBRACK] = ACTIONS(1660), - [anon_sym_static] = ACTIONS(1660), - [anon_sym_register] = ACTIONS(1660), - [anon_sym_inline] = ACTIONS(1660), - [anon_sym_thread_local] = ACTIONS(1660), - [anon_sym_const] = ACTIONS(1660), - [anon_sym_volatile] = ACTIONS(1660), - [anon_sym_restrict] = ACTIONS(1660), - [anon_sym__Atomic] = ACTIONS(1660), - [anon_sym_mutable] = ACTIONS(1660), - [anon_sym_constexpr] = ACTIONS(1660), - [anon_sym_signed] = ACTIONS(1660), - [anon_sym_unsigned] = ACTIONS(1660), - [anon_sym_long] = ACTIONS(1660), - [anon_sym_short] = ACTIONS(1660), - [sym_primitive_type] = ACTIONS(1660), - [anon_sym_enum] = ACTIONS(1660), - [anon_sym_class] = ACTIONS(1660), - [anon_sym_struct] = ACTIONS(1660), - [anon_sym_union] = ACTIONS(1660), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1660), - [anon_sym_virtual] = ACTIONS(1660), - [anon_sym_explicit] = ACTIONS(1660), - [anon_sym_public] = ACTIONS(1660), - [anon_sym_private] = ACTIONS(1660), - [anon_sym_protected] = ACTIONS(1660), - [sym_auto] = ACTIONS(1660), - [anon_sym_typename] = ACTIONS(1660), - [anon_sym_template] = ACTIONS(1660), - [anon_sym_operator] = ACTIONS(1660), - [anon_sym_friend] = ACTIONS(1660), - [anon_sym_using] = ACTIONS(1660), - [anon_sym_static_assert] = ACTIONS(1660), - [sym_operator_name] = ACTIONS(1660), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1660), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1660), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1660), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1660), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1660), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1660), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1660), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1660), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1660), - [anon_sym_MOZ_COLD] = ACTIONS(1660), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1660), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1660), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1660), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1660), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1660), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1660), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1660), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1660), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1660), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1660), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1660), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1660), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1660), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1660), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1660), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1660), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1660), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1660), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1660), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1660), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1660), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_NONNULL] = ACTIONS(1660), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1660), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1660), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1660), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1660), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1660), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_NORETURN] = ACTIONS(1660), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1660), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1660), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1660), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1660), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1660), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1660), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1660), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1660), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1660), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1660), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1660), - [anon_sym_MOZ_RAII] = ACTIONS(1660), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1660), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1660), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1660), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1660), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1660), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1660), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1660), + [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), }, - [1059] = { - [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), - [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), + [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(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), - [sym_operator_name] = 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), - }, - [1060] = { - [sym_identifier] = ACTIONS(1648), - [aux_sym_preproc_def_token1] = ACTIONS(1648), - [aux_sym_preproc_if_token1] = ACTIONS(1648), - [aux_sym_preproc_if_token2] = ACTIONS(1648), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1648), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1648), - [sym_preproc_directive] = ACTIONS(1648), - [anon_sym_LPAREN2] = ACTIONS(1650), - [anon_sym_TILDE] = ACTIONS(1650), - [anon_sym_STAR] = ACTIONS(1650), - [anon_sym_AMP_AMP] = ACTIONS(1650), - [anon_sym_AMP] = ACTIONS(1648), - [anon_sym_typedef] = ACTIONS(1648), - [anon_sym_extern] = ACTIONS(1648), - [anon_sym___attribute__] = ACTIONS(1648), - [anon_sym_COLON_COLON] = ACTIONS(1650), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1650), - [anon_sym___declspec] = ACTIONS(1648), - [anon_sym___based] = ACTIONS(1648), - [anon_sym_LBRACK] = ACTIONS(1648), - [anon_sym_static] = ACTIONS(1648), - [anon_sym_register] = ACTIONS(1648), - [anon_sym_inline] = ACTIONS(1648), - [anon_sym_thread_local] = ACTIONS(1648), - [anon_sym_const] = ACTIONS(1648), - [anon_sym_volatile] = ACTIONS(1648), - [anon_sym_restrict] = ACTIONS(1648), - [anon_sym__Atomic] = ACTIONS(1648), - [anon_sym_mutable] = ACTIONS(1648), - [anon_sym_constexpr] = ACTIONS(1648), - [anon_sym_signed] = ACTIONS(1648), - [anon_sym_unsigned] = ACTIONS(1648), - [anon_sym_long] = ACTIONS(1648), - [anon_sym_short] = ACTIONS(1648), - [sym_primitive_type] = ACTIONS(1648), - [anon_sym_enum] = ACTIONS(1648), - [anon_sym_class] = ACTIONS(1648), - [anon_sym_struct] = ACTIONS(1648), - [anon_sym_union] = ACTIONS(1648), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1648), - [anon_sym_virtual] = ACTIONS(1648), - [anon_sym_explicit] = ACTIONS(1648), - [anon_sym_public] = ACTIONS(1648), - [anon_sym_private] = ACTIONS(1648), - [anon_sym_protected] = ACTIONS(1648), - [sym_auto] = ACTIONS(1648), - [anon_sym_typename] = ACTIONS(1648), - [anon_sym_template] = ACTIONS(1648), - [anon_sym_operator] = ACTIONS(1648), - [anon_sym_friend] = ACTIONS(1648), - [anon_sym_using] = ACTIONS(1648), - [anon_sym_static_assert] = ACTIONS(1648), - [sym_operator_name] = ACTIONS(1648), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1648), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1648), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1648), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1648), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1648), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1648), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1648), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1648), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1648), - [anon_sym_MOZ_COLD] = ACTIONS(1648), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1648), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1648), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1648), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1648), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1648), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1648), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1648), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1648), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1648), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1648), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1648), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1648), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1648), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1648), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1648), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1648), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1648), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1648), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1648), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1648), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1648), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_NONNULL] = ACTIONS(1648), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1648), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1648), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1648), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1648), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1648), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_NORETURN] = ACTIONS(1648), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1648), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1648), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1648), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1648), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1648), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1648), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1648), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1648), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1648), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1648), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1648), - [anon_sym_MOZ_RAII] = ACTIONS(1648), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1648), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1648), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1648), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1648), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1648), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1648), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1648), - }, - [1061] = { - [sym_identifier] = ACTIONS(1652), - [aux_sym_preproc_def_token1] = ACTIONS(1652), - [aux_sym_preproc_if_token1] = ACTIONS(1652), - [aux_sym_preproc_if_token2] = ACTIONS(1652), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1652), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1652), - [sym_preproc_directive] = ACTIONS(1652), - [anon_sym_LPAREN2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1654), - [anon_sym_STAR] = ACTIONS(1654), - [anon_sym_AMP_AMP] = ACTIONS(1654), - [anon_sym_AMP] = ACTIONS(1652), - [anon_sym_typedef] = ACTIONS(1652), - [anon_sym_extern] = ACTIONS(1652), - [anon_sym___attribute__] = ACTIONS(1652), - [anon_sym_COLON_COLON] = ACTIONS(1654), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1654), - [anon_sym___declspec] = ACTIONS(1652), - [anon_sym___based] = ACTIONS(1652), - [anon_sym_LBRACK] = ACTIONS(1652), - [anon_sym_static] = ACTIONS(1652), - [anon_sym_register] = ACTIONS(1652), - [anon_sym_inline] = ACTIONS(1652), - [anon_sym_thread_local] = ACTIONS(1652), - [anon_sym_const] = ACTIONS(1652), - [anon_sym_volatile] = ACTIONS(1652), - [anon_sym_restrict] = ACTIONS(1652), - [anon_sym__Atomic] = ACTIONS(1652), - [anon_sym_mutable] = ACTIONS(1652), - [anon_sym_constexpr] = ACTIONS(1652), - [anon_sym_signed] = ACTIONS(1652), - [anon_sym_unsigned] = ACTIONS(1652), - [anon_sym_long] = ACTIONS(1652), - [anon_sym_short] = ACTIONS(1652), - [sym_primitive_type] = ACTIONS(1652), - [anon_sym_enum] = ACTIONS(1652), - [anon_sym_class] = ACTIONS(1652), - [anon_sym_struct] = ACTIONS(1652), - [anon_sym_union] = ACTIONS(1652), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1652), - [anon_sym_virtual] = ACTIONS(1652), - [anon_sym_explicit] = ACTIONS(1652), - [anon_sym_public] = ACTIONS(1652), - [anon_sym_private] = ACTIONS(1652), - [anon_sym_protected] = ACTIONS(1652), - [sym_auto] = ACTIONS(1652), - [anon_sym_typename] = ACTIONS(1652), - [anon_sym_template] = ACTIONS(1652), - [anon_sym_operator] = ACTIONS(1652), - [anon_sym_friend] = ACTIONS(1652), - [anon_sym_using] = ACTIONS(1652), - [anon_sym_static_assert] = ACTIONS(1652), - [sym_operator_name] = ACTIONS(1652), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1652), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1652), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1652), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1652), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1652), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1652), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1652), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1652), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1652), - [anon_sym_MOZ_COLD] = ACTIONS(1652), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1652), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1652), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1652), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1652), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1652), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1652), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1652), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1652), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1652), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1652), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1652), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1652), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1652), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1652), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1652), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1652), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1652), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1652), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1652), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1652), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1652), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_NONNULL] = ACTIONS(1652), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1652), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1652), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1652), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1652), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1652), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_NORETURN] = ACTIONS(1652), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1652), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1652), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1652), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1652), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1652), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1652), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1652), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1652), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1652), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1652), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1652), - [anon_sym_MOZ_RAII] = ACTIONS(1652), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1652), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1652), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1652), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1652), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1652), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1652), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1652), - }, - [1062] = { - [sym_identifier] = ACTIONS(1886), - [aux_sym_preproc_def_token1] = ACTIONS(1886), - [aux_sym_preproc_if_token1] = ACTIONS(1886), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1886), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1886), - [sym_preproc_directive] = ACTIONS(1886), - [anon_sym_LPAREN2] = ACTIONS(1888), - [anon_sym_TILDE] = ACTIONS(1888), - [anon_sym_STAR] = ACTIONS(1888), - [anon_sym_AMP_AMP] = ACTIONS(1888), - [anon_sym_AMP] = ACTIONS(1886), - [anon_sym_typedef] = ACTIONS(1886), - [anon_sym_extern] = ACTIONS(1886), - [anon_sym___attribute__] = ACTIONS(1886), - [anon_sym_COLON_COLON] = ACTIONS(1888), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1888), - [anon_sym___declspec] = ACTIONS(1886), - [anon_sym___based] = ACTIONS(1886), - [anon_sym_RBRACE] = ACTIONS(1888), - [anon_sym_LBRACK] = ACTIONS(1886), - [anon_sym_static] = ACTIONS(1886), - [anon_sym_register] = ACTIONS(1886), - [anon_sym_inline] = ACTIONS(1886), - [anon_sym_thread_local] = ACTIONS(1886), - [anon_sym_const] = ACTIONS(1886), - [anon_sym_volatile] = ACTIONS(1886), - [anon_sym_restrict] = ACTIONS(1886), - [anon_sym__Atomic] = ACTIONS(1886), - [anon_sym_mutable] = ACTIONS(1886), - [anon_sym_constexpr] = ACTIONS(1886), - [anon_sym_signed] = ACTIONS(1886), - [anon_sym_unsigned] = ACTIONS(1886), - [anon_sym_long] = ACTIONS(1886), - [anon_sym_short] = ACTIONS(1886), - [sym_primitive_type] = ACTIONS(1886), - [anon_sym_enum] = ACTIONS(1886), - [anon_sym_class] = ACTIONS(1886), - [anon_sym_struct] = ACTIONS(1886), - [anon_sym_union] = ACTIONS(1886), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1886), - [anon_sym_virtual] = ACTIONS(1886), - [anon_sym_explicit] = ACTIONS(1886), - [anon_sym_public] = ACTIONS(1886), - [anon_sym_private] = ACTIONS(1886), - [anon_sym_protected] = ACTIONS(1886), - [sym_auto] = ACTIONS(1886), - [anon_sym_typename] = ACTIONS(1886), - [anon_sym_template] = ACTIONS(1886), - [anon_sym_operator] = ACTIONS(1886), - [anon_sym_friend] = ACTIONS(1886), - [anon_sym_using] = ACTIONS(1886), - [anon_sym_static_assert] = ACTIONS(1886), - [sym_operator_name] = ACTIONS(1886), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1886), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1886), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1886), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1886), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1886), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1886), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1886), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1886), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1886), - [anon_sym_MOZ_COLD] = ACTIONS(1886), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1886), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1886), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1886), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1886), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1886), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1886), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1886), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1886), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1886), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1886), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1886), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1886), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1886), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1886), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1886), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1886), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1886), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1886), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1886), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1886), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1886), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_NONNULL] = ACTIONS(1886), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1886), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1886), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1886), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1886), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1886), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_NORETURN] = ACTIONS(1886), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1886), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1886), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1886), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1886), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1886), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1886), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1886), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1886), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1886), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1886), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1886), - [anon_sym_MOZ_RAII] = ACTIONS(1886), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1886), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1886), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1886), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1886), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1886), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1886), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1886), + [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), }, - [1063] = { - [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), + [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(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), - [sym_operator_name] = 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), - }, - [1064] = { - [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), - [sym_operator_name] = 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), - }, - [1065] = { - [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), - [sym_operator_name] = 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), + [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), }, - [1066] = { - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(2609), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_parameter_declaration] = STATE(4854), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1396), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1475), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2349), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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), @@ -217646,1619 +209030,1870 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), + [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), }, - [1067] = { - [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), + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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(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), - [sym_operator_name] = 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), - }, - [1068] = { - [sym_identifier] = ACTIONS(1766), - [aux_sym_preproc_def_token1] = ACTIONS(1766), - [aux_sym_preproc_if_token1] = ACTIONS(1766), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1766), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1766), - [sym_preproc_directive] = ACTIONS(1766), - [anon_sym_LPAREN2] = ACTIONS(1768), - [anon_sym_TILDE] = ACTIONS(1768), - [anon_sym_STAR] = ACTIONS(1768), - [anon_sym_AMP_AMP] = ACTIONS(1768), - [anon_sym_AMP] = ACTIONS(1766), - [anon_sym_typedef] = ACTIONS(1766), - [anon_sym_extern] = ACTIONS(1766), - [anon_sym___attribute__] = ACTIONS(1766), - [anon_sym_COLON_COLON] = ACTIONS(1768), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1768), - [anon_sym___declspec] = ACTIONS(1766), - [anon_sym___based] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1768), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_static] = ACTIONS(1766), - [anon_sym_register] = ACTIONS(1766), - [anon_sym_inline] = ACTIONS(1766), - [anon_sym_thread_local] = ACTIONS(1766), - [anon_sym_const] = ACTIONS(1766), - [anon_sym_volatile] = ACTIONS(1766), - [anon_sym_restrict] = ACTIONS(1766), - [anon_sym__Atomic] = ACTIONS(1766), - [anon_sym_mutable] = ACTIONS(1766), - [anon_sym_constexpr] = ACTIONS(1766), - [anon_sym_signed] = ACTIONS(1766), - [anon_sym_unsigned] = ACTIONS(1766), - [anon_sym_long] = ACTIONS(1766), - [anon_sym_short] = ACTIONS(1766), - [sym_primitive_type] = ACTIONS(1766), - [anon_sym_enum] = ACTIONS(1766), - [anon_sym_class] = ACTIONS(1766), - [anon_sym_struct] = ACTIONS(1766), - [anon_sym_union] = ACTIONS(1766), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1766), - [anon_sym_virtual] = ACTIONS(1766), - [anon_sym_explicit] = ACTIONS(1766), - [anon_sym_public] = ACTIONS(1766), - [anon_sym_private] = ACTIONS(1766), - [anon_sym_protected] = ACTIONS(1766), - [sym_auto] = ACTIONS(1766), - [anon_sym_typename] = ACTIONS(1766), - [anon_sym_template] = ACTIONS(1766), - [anon_sym_operator] = ACTIONS(1766), - [anon_sym_friend] = ACTIONS(1766), - [anon_sym_using] = ACTIONS(1766), - [anon_sym_static_assert] = ACTIONS(1766), - [sym_operator_name] = ACTIONS(1766), - [anon_sym_MOZ_DECL_USE_GUARD_OBJECT_NOTIFIER] = ACTIONS(1766), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1766), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1766), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1766), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1766), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1766), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1766), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1766), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1766), - [anon_sym_MOZ_COLD] = ACTIONS(1766), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1766), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1766), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1766), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1766), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1766), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1766), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1766), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1766), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1766), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1766), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1766), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1766), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1766), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1766), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1766), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1766), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1766), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1766), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1766), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1766), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1766), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_NONNULL] = ACTIONS(1766), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1766), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1766), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1766), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1766), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1766), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_NORETURN] = ACTIONS(1766), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1766), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1766), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1766), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1766), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1766), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1766), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1766), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1766), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1766), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1766), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1766), - [anon_sym_MOZ_RAII] = ACTIONS(1766), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1766), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1766), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1766), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1766), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1766), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1766), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1766), + [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), }, - [1069] = { - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3148), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1396), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1475), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2349), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [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), + [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(105), - [anon_sym_virtual] = ACTIONS(1048), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), + [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), }, - [1070] = { - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3150), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1396), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1475), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2349), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [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(1048), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), + [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), }, - [1071] = { - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3141), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1396), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1475), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2349), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [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(1048), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), + [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), + [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), }, - [1072] = { - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3158), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1396), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1475), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2349), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [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), + [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(105), - [anon_sym_virtual] = ACTIONS(1048), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), + [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), }, - [1073] = { - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3142), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1396), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1475), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2349), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [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), + [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(105), - [anon_sym_virtual] = ACTIONS(1048), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - }, - [1074] = { - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3157), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1396), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1475), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2349), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [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(1048), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), + [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), }, - [1075] = { - [sym__declaration_modifiers] = STATE(1079), - [sym__declaration_specifiers] = STATE(3138), - [sym_attribute_specifier] = STATE(1079), - [sym_attribute_declaration] = STATE(1079), - [sym_ms_declspec_modifier] = STATE(1079), - [sym_storage_class_specifier] = STATE(1079), - [sym_type_qualifier] = STATE(1079), - [sym__type_specifier] = STATE(1263), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1079), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1396), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1475), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1079), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2349), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [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(1048), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), + [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), + [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), }, - [1076] = { + [1017] = { [sym__declaration_modifiers] = STATE(1080), - [sym__declaration_specifiers] = STATE(3521), + [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(1488), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), + [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(1323), - [sym_template_type] = STATE(1379), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3753), - [sym_qualified_type_identifier] = STATE(1402), - [sym_macro_annotation] = STATE(1480), + [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(1295), - [sym_identifier] = ACTIONS(2678), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2680), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [anon_sym_signed] = ACTIONS(2682), - [anon_sym_unsigned] = ACTIONS(2682), - [anon_sym_long] = ACTIONS(2682), - [anon_sym_short] = ACTIONS(2682), - [sym_primitive_type] = ACTIONS(111), - [anon_sym_enum] = ACTIONS(2684), - [anon_sym_class] = ACTIONS(2686), - [anon_sym_struct] = ACTIONS(2688), - [anon_sym_union] = ACTIONS(2690), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(2692), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - }, - [1077] = { - [sym__declaration_modifiers] = STATE(1281), - [sym_attribute_specifier] = STATE(1281), - [sym_attribute_declaration] = STATE(1281), - [sym_ms_declspec_modifier] = STATE(1281), - [sym_storage_class_specifier] = STATE(1281), - [sym_type_qualifier] = STATE(1281), - [sym__type_specifier] = STATE(1260), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1281), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1396), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3766), - [sym_qualified_type_identifier] = STATE(1475), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1281), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2500), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2502), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [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(2504), - [anon_sym_class] = ACTIONS(2694), - [anon_sym_struct] = ACTIONS(2508), - [anon_sym_union] = ACTIONS(2510), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(2696), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - }, - [1078] = { - [sym__declaration_modifiers] = STATE(1281), - [sym_attribute_specifier] = STATE(1281), - [sym_attribute_declaration] = STATE(1281), - [sym_ms_declspec_modifier] = STATE(1281), - [sym_storage_class_specifier] = STATE(1281), - [sym_type_qualifier] = STATE(1281), - [sym__type_specifier] = STATE(1384), - [sym_sized_type_specifier] = STATE(1451), - [sym_enum_specifier] = STATE(1451), - [sym_struct_specifier] = STATE(1451), - [sym_union_specifier] = STATE(1451), - [sym_decltype] = STATE(1451), - [sym_class_specifier] = STATE(1451), - [sym_virtual_function_specifier] = STATE(1281), - [sym_dependent_type] = STATE(1451), - [sym_template_type] = STATE(1396), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3785), - [sym_qualified_type_identifier] = STATE(1507), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1281), - [aux_sym_sized_type_specifier_repeat1] = STATE(1477), - [sym_identifier] = ACTIONS(2349), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2698), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [anon_sym_signed] = ACTIONS(1962), - [anon_sym_unsigned] = ACTIONS(1962), - [anon_sym_long] = ACTIONS(1962), - [anon_sym_short] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1964), - [anon_sym_enum] = ACTIONS(1966), - [anon_sym_class] = ACTIONS(1968), - [anon_sym_struct] = ACTIONS(1970), - [anon_sym_union] = ACTIONS(1972), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(1974), - [anon_sym_virtual] = ACTIONS(1048), - [sym_auto] = ACTIONS(1964), - [anon_sym_typename] = ACTIONS(1978), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - }, - [1079] = { - [sym__declaration_modifiers] = STATE(1281), - [sym_attribute_specifier] = STATE(1281), - [sym_attribute_declaration] = STATE(1281), - [sym_ms_declspec_modifier] = STATE(1281), - [sym_storage_class_specifier] = STATE(1281), - [sym_type_qualifier] = STATE(1281), - [sym__type_specifier] = STATE(1260), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1281), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1396), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1475), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1281), - [aux_sym_sized_type_specifier_repeat1] = STATE(1274), - [sym_identifier] = ACTIONS(2349), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), + [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), @@ -219270,7537 +210905,8402 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(69), [sym_comment] = ACTIONS(3), [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), + [anon_sym_virtual] = ACTIONS(107), [sym_auto] = ACTIONS(111), [anon_sym_typename] = ACTIONS(113), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), - }, - [1080] = { - [sym__declaration_modifiers] = STATE(1281), - [sym_attribute_specifier] = STATE(1281), - [sym_attribute_declaration] = STATE(1281), - [sym_ms_declspec_modifier] = STATE(1281), - [sym_storage_class_specifier] = STATE(1281), - [sym_type_qualifier] = STATE(1281), - [sym__type_specifier] = STATE(1494), - [sym_sized_type_specifier] = STATE(1323), - [sym_enum_specifier] = STATE(1323), - [sym_struct_specifier] = STATE(1323), - [sym_union_specifier] = STATE(1323), - [sym_decltype] = STATE(1323), - [sym_class_specifier] = STATE(1323), - [sym_virtual_function_specifier] = STATE(1281), - [sym_dependent_type] = STATE(1323), - [sym_template_type] = STATE(1379), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3753), - [sym_qualified_type_identifier] = STATE(1402), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1281), - [aux_sym_sized_type_specifier_repeat1] = STATE(1295), - [sym_identifier] = ACTIONS(2678), - [anon_sym_extern] = ACTIONS(1036), - [anon_sym___attribute__] = ACTIONS(1038), - [anon_sym_COLON_COLON] = ACTIONS(2680), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1036), - [anon_sym_register] = ACTIONS(1036), - [anon_sym_inline] = ACTIONS(1036), - [anon_sym_thread_local] = ACTIONS(1036), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [anon_sym_signed] = ACTIONS(2682), - [anon_sym_unsigned] = ACTIONS(2682), - [anon_sym_long] = ACTIONS(2682), - [anon_sym_short] = ACTIONS(2682), - [sym_primitive_type] = ACTIONS(111), - [anon_sym_enum] = ACTIONS(2684), - [anon_sym_class] = ACTIONS(2686), - [anon_sym_struct] = ACTIONS(2688), - [anon_sym_union] = ACTIONS(2690), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(105), - [anon_sym_virtual] = ACTIONS(1048), - [sym_auto] = ACTIONS(111), - [anon_sym_typename] = ACTIONS(2692), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(1052), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(1052), - [anon_sym_MOZ_COLD] = ACTIONS(1052), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(1052), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(1052), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(1052), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(1052), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(1052), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(1052), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(1052), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(1052), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(1052), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE] = ACTIONS(1052), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(1052), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(1052), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL] = ACTIONS(1052), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(1052), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(1052), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN] = ACTIONS(1052), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(1052), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(1052), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(1052), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(1052), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(1052), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(1052), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(1052), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(1052), - [anon_sym_MOZ_RAII] = ACTIONS(1052), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(1052), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(1052), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(1052), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(1052), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(1052), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(1052), - [anon_sym_JS_PUBLIC_API] = ACTIONS(1052), + [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), }, - [1081] = { - [sym_compound_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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2676), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(265), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(271), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1082] = { - [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(2835), - [sym_comma_expression] = STATE(4656), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1387), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1391), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_switch] = ACTIONS(1395), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_do] = ACTIONS(1399), - [anon_sym_for] = ACTIONS(1401), - [anon_sym_return] = ACTIONS(1403), - [anon_sym_break] = ACTIONS(1405), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_goto] = ACTIONS(1409), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1411), - [anon_sym_co_return] = ACTIONS(1413), - [anon_sym_co_yield] = ACTIONS(1415), - [anon_sym_try] = ACTIONS(1417), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1083] = { - [sym_compound_statement] = STATE(145), - [sym_labeled_statement] = STATE(145), - [sym_expression_statement] = STATE(145), - [sym_if_statement] = STATE(145), - [sym_switch_statement] = STATE(145), - [sym_case_statement] = STATE(145), - [sym_while_statement] = STATE(145), - [sym_do_statement] = STATE(145), - [sym_for_statement] = STATE(145), - [sym_return_statement] = STATE(145), - [sym_break_statement] = STATE(145), - [sym_continue_statement] = STATE(145), - [sym_goto_statement] = STATE(145), - [sym__expression] = STATE(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(145), - [sym_co_return_statement] = STATE(145), - [sym_co_yield_statement] = STATE(145), - [sym_throw_statement] = STATE(145), - [sym_try_statement] = STATE(145), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2676), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(265), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(271), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1084] = { - [sym_compound_statement] = STATE(144), - [sym_labeled_statement] = STATE(144), - [sym_expression_statement] = STATE(144), - [sym_if_statement] = STATE(144), - [sym_switch_statement] = STATE(144), - [sym_case_statement] = STATE(144), - [sym_while_statement] = STATE(144), - [sym_do_statement] = STATE(144), - [sym_for_statement] = STATE(144), - [sym_return_statement] = STATE(144), - [sym_break_statement] = STATE(144), - [sym_continue_statement] = STATE(144), - [sym_goto_statement] = STATE(144), - [sym__expression] = STATE(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(144), - [sym_co_return_statement] = STATE(144), - [sym_co_yield_statement] = STATE(144), - [sym_throw_statement] = STATE(144), - [sym_try_statement] = STATE(144), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2676), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(265), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(271), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1085] = { - [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_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(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2668), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(165), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(649), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1086] = { - [sym_compound_statement] = STATE(147), - [sym_labeled_statement] = STATE(147), - [sym_expression_statement] = STATE(147), - [sym_if_statement] = STATE(147), - [sym_switch_statement] = STATE(147), - [sym_case_statement] = STATE(147), - [sym_while_statement] = STATE(147), - [sym_do_statement] = STATE(147), - [sym_for_statement] = STATE(147), - [sym_return_statement] = STATE(147), - [sym_break_statement] = STATE(147), - [sym_continue_statement] = STATE(147), - [sym_goto_statement] = STATE(147), - [sym__expression] = STATE(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(147), - [sym_co_return_statement] = STATE(147), - [sym_co_yield_statement] = STATE(147), - [sym_throw_statement] = STATE(147), - [sym_try_statement] = STATE(147), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2676), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(265), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(271), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1087] = { - [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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2676), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(265), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(271), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1088] = { - [sym_compound_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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2676), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(265), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(271), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1089] = { - [sym_compound_statement] = STATE(4393), - [sym_labeled_statement] = STATE(4393), - [sym_expression_statement] = STATE(4393), - [sym_if_statement] = STATE(4393), - [sym_switch_statement] = STATE(4393), - [sym_case_statement] = STATE(4393), - [sym_while_statement] = STATE(4393), - [sym_do_statement] = STATE(4393), - [sym_for_statement] = STATE(4393), - [sym_return_statement] = STATE(4393), - [sym_break_statement] = STATE(4393), - [sym_continue_statement] = STATE(4393), - [sym_goto_statement] = STATE(4393), - [sym__expression] = STATE(2798), - [sym_comma_expression] = STATE(5040), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(4393), - [sym_co_return_statement] = STATE(4393), - [sym_co_yield_statement] = STATE(4393), - [sym_throw_statement] = STATE(4393), - [sym_try_statement] = STATE(4393), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2708), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(2710), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2712), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2716), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2720), - [anon_sym_for] = ACTIONS(2722), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2726), - [anon_sym_continue] = ACTIONS(2728), - [anon_sym_goto] = ACTIONS(2730), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2732), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2738), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1090] = { - [sym_compound_statement] = STATE(5014), - [sym_labeled_statement] = STATE(5014), - [sym_expression_statement] = STATE(5014), - [sym_if_statement] = STATE(5014), - [sym_switch_statement] = STATE(5014), - [sym_case_statement] = STATE(5014), - [sym_while_statement] = STATE(5014), - [sym_do_statement] = STATE(5014), - [sym_for_statement] = STATE(5014), - [sym_return_statement] = STATE(5014), - [sym_break_statement] = STATE(5014), - [sym_continue_statement] = STATE(5014), - [sym_goto_statement] = STATE(5014), - [sym__expression] = STATE(2798), - [sym_comma_expression] = STATE(5040), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(5014), - [sym_co_return_statement] = STATE(5014), - [sym_co_yield_statement] = STATE(5014), - [sym_throw_statement] = STATE(5014), - [sym_try_statement] = STATE(5014), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2708), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(2710), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2712), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2716), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2720), - [anon_sym_for] = ACTIONS(2722), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2726), - [anon_sym_continue] = ACTIONS(2728), - [anon_sym_goto] = ACTIONS(2730), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2732), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2738), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1091] = { - [sym_compound_statement] = STATE(152), - [sym_labeled_statement] = STATE(152), - [sym_expression_statement] = STATE(152), - [sym_if_statement] = STATE(152), - [sym_switch_statement] = STATE(152), - [sym_case_statement] = STATE(152), - [sym_while_statement] = STATE(152), - [sym_do_statement] = STATE(152), - [sym_for_statement] = STATE(152), - [sym_return_statement] = STATE(152), - [sym_break_statement] = STATE(152), - [sym_continue_statement] = STATE(152), - [sym_goto_statement] = STATE(152), - [sym__expression] = STATE(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(152), - [sym_co_return_statement] = STATE(152), - [sym_co_yield_statement] = STATE(152), - [sym_throw_statement] = STATE(152), - [sym_try_statement] = STATE(152), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2676), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(265), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(271), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1092] = { - [sym_compound_statement] = STATE(4285), - [sym_labeled_statement] = STATE(4285), - [sym_expression_statement] = STATE(4285), - [sym_if_statement] = STATE(4285), - [sym_switch_statement] = STATE(4285), - [sym_case_statement] = STATE(4285), - [sym_while_statement] = STATE(4285), - [sym_do_statement] = STATE(4285), - [sym_for_statement] = STATE(4285), - [sym_return_statement] = STATE(4285), - [sym_break_statement] = STATE(4285), - [sym_continue_statement] = STATE(4285), - [sym_goto_statement] = STATE(4285), - [sym__expression] = STATE(2798), - [sym_comma_expression] = STATE(5040), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(4285), - [sym_co_return_statement] = STATE(4285), - [sym_co_yield_statement] = STATE(4285), - [sym_throw_statement] = STATE(4285), - [sym_try_statement] = STATE(4285), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2708), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(2710), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2712), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2716), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2720), - [anon_sym_for] = ACTIONS(2722), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2726), - [anon_sym_continue] = ACTIONS(2728), - [anon_sym_goto] = ACTIONS(2730), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2732), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2738), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1093] = { - [sym_compound_statement] = STATE(4988), - [sym_labeled_statement] = STATE(4988), - [sym_expression_statement] = STATE(4988), - [sym_if_statement] = STATE(4988), - [sym_switch_statement] = STATE(4988), - [sym_case_statement] = STATE(4988), - [sym_while_statement] = STATE(4988), - [sym_do_statement] = STATE(4988), - [sym_for_statement] = STATE(4988), - [sym_return_statement] = STATE(4988), - [sym_break_statement] = STATE(4988), - [sym_continue_statement] = STATE(4988), - [sym_goto_statement] = STATE(4988), - [sym__expression] = STATE(2798), - [sym_comma_expression] = STATE(5040), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(4988), - [sym_co_return_statement] = STATE(4988), - [sym_co_yield_statement] = STATE(4988), - [sym_throw_statement] = STATE(4988), - [sym_try_statement] = STATE(4988), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2708), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(2710), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2712), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2716), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2720), - [anon_sym_for] = ACTIONS(2722), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2726), - [anon_sym_continue] = ACTIONS(2728), - [anon_sym_goto] = ACTIONS(2730), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2732), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2738), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1094] = { - [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(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2668), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(165), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(649), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1095] = { - [sym_compound_statement] = STATE(475), - [sym_labeled_statement] = STATE(475), - [sym_expression_statement] = STATE(475), - [sym_if_statement] = STATE(475), - [sym_switch_statement] = STATE(475), - [sym_case_statement] = STATE(475), - [sym_while_statement] = STATE(475), - [sym_do_statement] = STATE(475), - [sym_for_statement] = STATE(475), - [sym_return_statement] = STATE(475), - [sym_break_statement] = STATE(475), - [sym_continue_statement] = STATE(475), - [sym_goto_statement] = STATE(475), - [sym__expression] = STATE(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(475), - [sym_co_return_statement] = STATE(475), - [sym_co_yield_statement] = STATE(475), - [sym_throw_statement] = STATE(475), - [sym_try_statement] = STATE(475), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2672), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(599), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(605), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(607), - [anon_sym_switch] = ACTIONS(609), - [anon_sym_case] = ACTIONS(611), - [anon_sym_default] = ACTIONS(613), - [anon_sym_while] = ACTIONS(615), - [anon_sym_do] = ACTIONS(617), - [anon_sym_for] = ACTIONS(619), - [anon_sym_return] = ACTIONS(621), - [anon_sym_break] = ACTIONS(623), - [anon_sym_continue] = ACTIONS(625), - [anon_sym_goto] = ACTIONS(627), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(631), - [anon_sym_co_return] = ACTIONS(639), - [anon_sym_co_yield] = ACTIONS(641), - [anon_sym_try] = ACTIONS(643), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1096] = { - [sym_compound_statement] = STATE(425), - [sym_labeled_statement] = STATE(425), - [sym_expression_statement] = STATE(425), - [sym_if_statement] = STATE(425), - [sym_switch_statement] = STATE(425), - [sym_case_statement] = STATE(425), - [sym_while_statement] = STATE(425), - [sym_do_statement] = STATE(425), - [sym_for_statement] = STATE(425), - [sym_return_statement] = STATE(425), - [sym_break_statement] = STATE(425), - [sym_continue_statement] = STATE(425), - [sym_goto_statement] = STATE(425), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(425), - [sym_co_return_statement] = STATE(425), - [sym_co_yield_statement] = STATE(425), - [sym_throw_statement] = STATE(425), - [sym_try_statement] = STATE(425), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2668), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(165), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(649), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1097] = { - [sym_compound_statement] = STATE(326), - [sym_labeled_statement] = STATE(325), - [sym_expression_statement] = STATE(324), - [sym_if_statement] = STATE(314), - [sym_switch_statement] = STATE(313), - [sym_case_statement] = STATE(311), - [sym_while_statement] = STATE(310), - [sym_do_statement] = STATE(309), - [sym_for_statement] = STATE(306), - [sym_return_statement] = STATE(301), - [sym_break_statement] = STATE(300), - [sym_continue_statement] = STATE(299), - [sym_goto_statement] = STATE(298), - [sym__expression] = STATE(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(297), - [sym_co_return_statement] = STATE(296), - [sym_co_yield_statement] = STATE(295), - [sym_throw_statement] = STATE(292), - [sym_try_statement] = STATE(291), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2672), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(599), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(605), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(607), - [anon_sym_switch] = ACTIONS(609), - [anon_sym_case] = ACTIONS(611), - [anon_sym_default] = ACTIONS(613), - [anon_sym_while] = ACTIONS(615), - [anon_sym_do] = ACTIONS(617), - [anon_sym_for] = ACTIONS(619), - [anon_sym_return] = ACTIONS(621), - [anon_sym_break] = ACTIONS(623), - [anon_sym_continue] = ACTIONS(625), - [anon_sym_goto] = ACTIONS(627), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(631), - [anon_sym_co_return] = ACTIONS(639), - [anon_sym_co_yield] = ACTIONS(641), - [anon_sym_try] = ACTIONS(643), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1098] = { - [sym_compound_statement] = STATE(290), - [sym_labeled_statement] = STATE(290), - [sym_expression_statement] = STATE(290), - [sym_if_statement] = STATE(290), - [sym_switch_statement] = STATE(290), - [sym_case_statement] = STATE(290), - [sym_while_statement] = STATE(290), - [sym_do_statement] = STATE(290), - [sym_for_statement] = STATE(290), - [sym_return_statement] = STATE(290), - [sym_break_statement] = STATE(290), - [sym_continue_statement] = STATE(290), - [sym_goto_statement] = STATE(290), - [sym__expression] = STATE(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(290), - [sym_co_return_statement] = STATE(290), - [sym_co_yield_statement] = STATE(290), - [sym_throw_statement] = STATE(290), - [sym_try_statement] = STATE(290), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2672), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(599), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(605), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(607), - [anon_sym_switch] = ACTIONS(609), - [anon_sym_case] = ACTIONS(611), - [anon_sym_default] = ACTIONS(613), - [anon_sym_while] = ACTIONS(615), - [anon_sym_do] = ACTIONS(617), - [anon_sym_for] = ACTIONS(619), - [anon_sym_return] = ACTIONS(621), - [anon_sym_break] = ACTIONS(623), - [anon_sym_continue] = ACTIONS(625), - [anon_sym_goto] = ACTIONS(627), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(631), - [anon_sym_co_return] = ACTIONS(639), - [anon_sym_co_yield] = ACTIONS(641), - [anon_sym_try] = ACTIONS(643), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1099] = { - [sym_compound_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(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2674), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [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(2670), - [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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [1032] = { + [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_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), }, - [1100] = { - [sym_compound_statement] = STATE(319), - [sym_labeled_statement] = STATE(319), - [sym_expression_statement] = STATE(319), - [sym_if_statement] = STATE(319), - [sym_switch_statement] = STATE(319), - [sym_case_statement] = STATE(319), - [sym_while_statement] = STATE(319), - [sym_do_statement] = STATE(319), - [sym_for_statement] = STATE(319), - [sym_return_statement] = STATE(319), - [sym_break_statement] = STATE(319), - [sym_continue_statement] = STATE(319), - [sym_goto_statement] = STATE(319), - [sym__expression] = STATE(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(319), - [sym_co_return_statement] = STATE(319), - [sym_co_yield_statement] = STATE(319), - [sym_throw_statement] = STATE(319), - [sym_try_statement] = STATE(319), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2674), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [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(2670), - [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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1101] = { - [sym_compound_statement] = STATE(4398), - [sym_labeled_statement] = STATE(4398), - [sym_expression_statement] = STATE(4398), - [sym_if_statement] = STATE(4398), - [sym_switch_statement] = STATE(4398), - [sym_case_statement] = STATE(4398), - [sym_while_statement] = STATE(4398), - [sym_do_statement] = STATE(4398), - [sym_for_statement] = STATE(4398), - [sym_return_statement] = STATE(4398), - [sym_break_statement] = STATE(4398), - [sym_continue_statement] = STATE(4398), - [sym_goto_statement] = STATE(4398), - [sym__expression] = STATE(2798), - [sym_comma_expression] = STATE(5040), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(4398), - [sym_co_return_statement] = STATE(4398), - [sym_co_yield_statement] = STATE(4398), - [sym_throw_statement] = STATE(4398), - [sym_try_statement] = STATE(4398), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2708), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(2710), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2712), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2716), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2720), - [anon_sym_for] = ACTIONS(2722), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2726), - [anon_sym_continue] = ACTIONS(2728), - [anon_sym_goto] = ACTIONS(2730), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2732), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2738), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1102] = { - [sym_compound_statement] = STATE(4407), - [sym_labeled_statement] = STATE(4407), - [sym_expression_statement] = STATE(4407), - [sym_if_statement] = STATE(4407), - [sym_switch_statement] = STATE(4407), - [sym_case_statement] = STATE(4407), - [sym_while_statement] = STATE(4407), - [sym_do_statement] = STATE(4407), - [sym_for_statement] = STATE(4407), - [sym_return_statement] = STATE(4407), - [sym_break_statement] = STATE(4407), - [sym_continue_statement] = STATE(4407), - [sym_goto_statement] = STATE(4407), - [sym__expression] = STATE(2798), - [sym_comma_expression] = STATE(5040), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(4407), - [sym_co_return_statement] = STATE(4407), - [sym_co_yield_statement] = STATE(4407), - [sym_throw_statement] = STATE(4407), - [sym_try_statement] = STATE(4407), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2708), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(2710), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2712), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2716), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2720), - [anon_sym_for] = ACTIONS(2722), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2726), - [anon_sym_continue] = ACTIONS(2728), - [anon_sym_goto] = ACTIONS(2730), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2732), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2738), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1103] = { - [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(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2672), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(599), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(605), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(607), - [anon_sym_switch] = ACTIONS(609), - [anon_sym_case] = ACTIONS(611), - [anon_sym_default] = ACTIONS(613), - [anon_sym_while] = ACTIONS(615), - [anon_sym_do] = ACTIONS(617), - [anon_sym_for] = ACTIONS(619), - [anon_sym_return] = ACTIONS(621), - [anon_sym_break] = ACTIONS(623), - [anon_sym_continue] = ACTIONS(625), - [anon_sym_goto] = ACTIONS(627), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(631), - [anon_sym_co_return] = ACTIONS(639), - [anon_sym_co_yield] = ACTIONS(641), - [anon_sym_try] = ACTIONS(643), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1104] = { - [sym_compound_statement] = STATE(321), - [sym_labeled_statement] = STATE(321), - [sym_expression_statement] = STATE(321), - [sym_if_statement] = STATE(321), - [sym_switch_statement] = STATE(321), - [sym_case_statement] = STATE(321), - [sym_while_statement] = STATE(321), - [sym_do_statement] = STATE(321), - [sym_for_statement] = STATE(321), - [sym_return_statement] = STATE(321), - [sym_break_statement] = STATE(321), - [sym_continue_statement] = STATE(321), - [sym_goto_statement] = STATE(321), - [sym__expression] = STATE(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(321), - [sym_co_return_statement] = STATE(321), - [sym_co_yield_statement] = STATE(321), - [sym_throw_statement] = STATE(321), - [sym_try_statement] = STATE(321), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2674), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [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(2670), - [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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1105] = { - [sym_compound_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(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2674), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [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(2670), - [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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1106] = { - [sym_compound_statement] = STATE(153), - [sym_labeled_statement] = STATE(154), - [sym_expression_statement] = STATE(155), - [sym_if_statement] = STATE(156), - [sym_switch_statement] = STATE(157), - [sym_case_statement] = STATE(159), - [sym_while_statement] = STATE(160), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(121), - [sym_return_statement] = STATE(158), - [sym_break_statement] = STATE(161), - [sym_continue_statement] = STATE(162), - [sym_goto_statement] = STATE(163), - [sym__expression] = STATE(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(113), - [sym_co_return_statement] = STATE(165), - [sym_co_yield_statement] = STATE(167), - [sym_throw_statement] = STATE(174), - [sym_try_statement] = STATE(176), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2676), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(265), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(271), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1107] = { - [sym_compound_statement] = STATE(179), - [sym_labeled_statement] = STATE(180), - [sym_expression_statement] = STATE(128), - [sym_if_statement] = STATE(168), - [sym_switch_statement] = STATE(175), - [sym_case_statement] = STATE(173), - [sym_while_statement] = STATE(172), - [sym_do_statement] = STATE(171), - [sym_for_statement] = STATE(166), - [sym_return_statement] = STATE(164), - [sym_break_statement] = STATE(143), - [sym_continue_statement] = STATE(136), - [sym_goto_statement] = STATE(134), - [sym__expression] = STATE(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(130), - [sym_co_return_statement] = STATE(126), - [sym_co_yield_statement] = STATE(125), - [sym_throw_statement] = STATE(124), - [sym_try_statement] = STATE(123), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2676), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(265), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(271), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1108] = { - [sym_identifier] = ACTIONS(2740), - [anon_sym_COMMA] = ACTIONS(2742), - [anon_sym_RPAREN] = ACTIONS(2742), - [anon_sym_LPAREN2] = ACTIONS(2742), - [anon_sym_TILDE] = ACTIONS(2742), - [anon_sym_STAR] = ACTIONS(2742), - [anon_sym_AMP_AMP] = ACTIONS(2742), - [anon_sym_AMP] = ACTIONS(2740), - [anon_sym_SEMI] = ACTIONS(2742), - [anon_sym_extern] = ACTIONS(2740), - [anon_sym___attribute__] = ACTIONS(2740), - [anon_sym_COLON_COLON] = ACTIONS(2742), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2742), - [anon_sym___declspec] = ACTIONS(2740), - [anon_sym___based] = ACTIONS(2740), - [anon_sym_LBRACE] = ACTIONS(2742), - [anon_sym_LBRACK] = ACTIONS(2740), - [anon_sym_EQ] = ACTIONS(2742), - [anon_sym_static] = ACTIONS(2740), - [anon_sym_register] = ACTIONS(2740), - [anon_sym_inline] = ACTIONS(2740), - [anon_sym_thread_local] = ACTIONS(2740), - [anon_sym_const] = ACTIONS(2740), - [anon_sym_volatile] = ACTIONS(2740), - [anon_sym_restrict] = ACTIONS(2740), - [anon_sym__Atomic] = ACTIONS(2740), - [anon_sym_mutable] = ACTIONS(2740), - [anon_sym_constexpr] = ACTIONS(2740), - [anon_sym_signed] = ACTIONS(2740), - [anon_sym_unsigned] = ACTIONS(2740), - [anon_sym_long] = ACTIONS(2740), - [anon_sym_short] = ACTIONS(2740), - [sym_primitive_type] = ACTIONS(2740), - [anon_sym_enum] = ACTIONS(2740), - [anon_sym_class] = ACTIONS(2740), - [anon_sym_struct] = ACTIONS(2740), - [anon_sym_union] = ACTIONS(2740), - [anon_sym_DASH_GT] = ACTIONS(2742), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2740), - [anon_sym_final] = ACTIONS(2740), - [anon_sym_override] = ACTIONS(2740), - [anon_sym_virtual] = ACTIONS(2740), - [anon_sym_explicit] = ACTIONS(2740), - [sym_auto] = ACTIONS(2740), - [anon_sym_typename] = ACTIONS(2740), - [anon_sym_template] = ACTIONS(2740), - [anon_sym_GT2] = ACTIONS(2742), - [anon_sym_operator] = ACTIONS(2740), - [anon_sym_noexcept] = ACTIONS(2740), - [anon_sym_throw] = ACTIONS(2740), - [sym_operator_name] = ACTIONS(2740), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2740), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2740), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2740), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2740), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2740), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2740), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2740), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2740), - [anon_sym_MOZ_COLD] = ACTIONS(2740), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2740), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2740), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2740), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2740), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2740), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2740), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2740), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2740), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2740), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2740), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2740), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2740), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2740), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2740), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2740), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2740), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2740), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2740), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2740), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2740), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_NONNULL] = ACTIONS(2740), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2740), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2740), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2740), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2740), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2740), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_NORETURN] = ACTIONS(2740), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2740), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2740), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2740), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2740), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2740), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2740), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2740), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2740), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2740), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2740), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2740), - [anon_sym_MOZ_RAII] = ACTIONS(2740), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2740), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2740), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2740), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2740), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2740), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2740), - }, - [1109] = { - [sym_identifier] = ACTIONS(2744), - [anon_sym_COMMA] = ACTIONS(2746), - [anon_sym_RPAREN] = ACTIONS(2746), - [anon_sym_LPAREN2] = ACTIONS(2746), - [anon_sym_TILDE] = ACTIONS(2746), - [anon_sym_STAR] = ACTIONS(2746), - [anon_sym_AMP_AMP] = ACTIONS(2746), - [anon_sym_AMP] = ACTIONS(2744), - [anon_sym_SEMI] = ACTIONS(2746), - [anon_sym_extern] = ACTIONS(2744), - [anon_sym___attribute__] = ACTIONS(2744), - [anon_sym_COLON_COLON] = ACTIONS(2746), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2746), - [anon_sym___declspec] = ACTIONS(2744), - [anon_sym___based] = ACTIONS(2744), - [anon_sym_LBRACE] = ACTIONS(2746), - [anon_sym_LBRACK] = ACTIONS(2744), - [anon_sym_EQ] = ACTIONS(2746), - [anon_sym_static] = ACTIONS(2744), - [anon_sym_register] = ACTIONS(2744), - [anon_sym_inline] = ACTIONS(2744), - [anon_sym_thread_local] = ACTIONS(2744), - [anon_sym_const] = ACTIONS(2744), - [anon_sym_volatile] = ACTIONS(2744), - [anon_sym_restrict] = ACTIONS(2744), - [anon_sym__Atomic] = ACTIONS(2744), - [anon_sym_mutable] = ACTIONS(2744), - [anon_sym_constexpr] = ACTIONS(2744), - [anon_sym_signed] = ACTIONS(2744), - [anon_sym_unsigned] = ACTIONS(2744), - [anon_sym_long] = ACTIONS(2744), - [anon_sym_short] = ACTIONS(2744), - [sym_primitive_type] = ACTIONS(2744), - [anon_sym_enum] = ACTIONS(2744), - [anon_sym_class] = ACTIONS(2744), - [anon_sym_struct] = ACTIONS(2744), - [anon_sym_union] = ACTIONS(2744), - [anon_sym_DASH_GT] = ACTIONS(2746), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2744), - [anon_sym_final] = ACTIONS(2744), - [anon_sym_override] = ACTIONS(2744), - [anon_sym_virtual] = ACTIONS(2744), - [anon_sym_explicit] = ACTIONS(2744), - [sym_auto] = ACTIONS(2744), - [anon_sym_typename] = ACTIONS(2744), - [anon_sym_template] = ACTIONS(2744), - [anon_sym_GT2] = ACTIONS(2746), - [anon_sym_operator] = ACTIONS(2744), - [anon_sym_noexcept] = ACTIONS(2744), - [anon_sym_throw] = ACTIONS(2744), - [sym_operator_name] = ACTIONS(2744), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2744), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2744), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2744), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2744), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2744), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2744), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2744), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2744), - [anon_sym_MOZ_COLD] = ACTIONS(2744), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2744), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2744), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2744), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2744), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2744), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2744), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2744), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2744), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2744), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2744), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2744), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2744), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2744), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2744), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2744), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2744), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2744), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2744), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2744), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2744), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2744), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2744), - [anon_sym_MOZ_NONNULL] = ACTIONS(2744), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2744), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2744), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2744), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2744), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2744), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2744), - [anon_sym_MOZ_NORETURN] = ACTIONS(2744), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2744), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2744), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2744), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2744), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2744), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2744), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2744), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2744), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2744), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2744), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2744), - [anon_sym_MOZ_RAII] = ACTIONS(2744), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2744), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2744), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2744), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2744), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2744), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2744), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2744), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2744), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2744), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2744), + [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), + [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), }, - [1110] = { - [sym_compound_statement] = STATE(323), - [sym_labeled_statement] = STATE(323), - [sym_expression_statement] = STATE(323), - [sym_if_statement] = STATE(323), - [sym_switch_statement] = STATE(323), - [sym_case_statement] = STATE(323), - [sym_while_statement] = STATE(323), - [sym_do_statement] = STATE(323), - [sym_for_statement] = STATE(323), - [sym_return_statement] = STATE(323), - [sym_break_statement] = STATE(323), - [sym_continue_statement] = STATE(323), - [sym_goto_statement] = STATE(323), - [sym__expression] = STATE(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(323), - [sym_co_return_statement] = STATE(323), - [sym_co_yield_statement] = STATE(323), - [sym_throw_statement] = STATE(323), - [sym_try_statement] = STATE(323), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2674), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [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(2670), - [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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1111] = { - [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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2676), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(265), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(271), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1112] = { - [sym_compound_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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2676), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(265), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(271), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1113] = { - [sym_compound_statement] = STATE(4286), - [sym_labeled_statement] = STATE(4286), - [sym_expression_statement] = STATE(4286), - [sym_if_statement] = STATE(4286), - [sym_switch_statement] = STATE(4286), - [sym_case_statement] = STATE(4286), - [sym_while_statement] = STATE(4286), - [sym_do_statement] = STATE(4286), - [sym_for_statement] = STATE(4286), - [sym_return_statement] = STATE(4286), - [sym_break_statement] = STATE(4286), - [sym_continue_statement] = STATE(4286), - [sym_goto_statement] = STATE(4286), - [sym__expression] = STATE(2798), - [sym_comma_expression] = STATE(5040), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(4286), - [sym_co_return_statement] = STATE(4286), - [sym_co_yield_statement] = STATE(4286), - [sym_throw_statement] = STATE(4286), - [sym_try_statement] = STATE(4286), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2708), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(2710), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2712), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2716), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2720), - [anon_sym_for] = ACTIONS(2722), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2726), - [anon_sym_continue] = ACTIONS(2728), - [anon_sym_goto] = ACTIONS(2730), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2732), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2738), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1114] = { - [sym_compound_statement] = STATE(465), - [sym_labeled_statement] = STATE(465), - [sym_expression_statement] = STATE(465), - [sym_if_statement] = STATE(465), - [sym_switch_statement] = STATE(465), - [sym_case_statement] = STATE(465), - [sym_while_statement] = STATE(465), - [sym_do_statement] = STATE(465), - [sym_for_statement] = STATE(465), - [sym_return_statement] = STATE(465), - [sym_break_statement] = STATE(465), - [sym_continue_statement] = STATE(465), - [sym_goto_statement] = STATE(465), - [sym__expression] = STATE(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(465), - [sym_co_return_statement] = STATE(465), - [sym_co_yield_statement] = STATE(465), - [sym_throw_statement] = STATE(465), - [sym_try_statement] = STATE(465), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2672), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(599), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(605), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(607), - [anon_sym_switch] = ACTIONS(609), - [anon_sym_case] = ACTIONS(611), - [anon_sym_default] = ACTIONS(613), - [anon_sym_while] = ACTIONS(615), - [anon_sym_do] = ACTIONS(617), - [anon_sym_for] = ACTIONS(619), - [anon_sym_return] = ACTIONS(621), - [anon_sym_break] = ACTIONS(623), - [anon_sym_continue] = ACTIONS(625), - [anon_sym_goto] = ACTIONS(627), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(631), - [anon_sym_co_return] = ACTIONS(639), - [anon_sym_co_yield] = ACTIONS(641), - [anon_sym_try] = ACTIONS(643), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1115] = { - [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(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2672), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(599), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(605), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(607), - [anon_sym_switch] = ACTIONS(609), - [anon_sym_case] = ACTIONS(611), - [anon_sym_default] = ACTIONS(613), - [anon_sym_while] = ACTIONS(615), - [anon_sym_do] = ACTIONS(617), - [anon_sym_for] = ACTIONS(619), - [anon_sym_return] = ACTIONS(621), - [anon_sym_break] = ACTIONS(623), - [anon_sym_continue] = ACTIONS(625), - [anon_sym_goto] = ACTIONS(627), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(631), - [anon_sym_co_return] = ACTIONS(639), - [anon_sym_co_yield] = ACTIONS(641), - [anon_sym_try] = ACTIONS(643), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1116] = { - [sym_compound_statement] = STATE(4323), - [sym_labeled_statement] = STATE(4321), - [sym_expression_statement] = STATE(4319), - [sym_if_statement] = STATE(4318), - [sym_switch_statement] = STATE(4317), - [sym_case_statement] = STATE(4316), - [sym_while_statement] = STATE(4312), - [sym_do_statement] = STATE(4311), - [sym_for_statement] = STATE(4310), - [sym_return_statement] = STATE(4307), - [sym_break_statement] = STATE(4303), - [sym_continue_statement] = STATE(4301), - [sym_goto_statement] = STATE(4299), - [sym__expression] = STATE(2798), - [sym_comma_expression] = STATE(5040), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(4298), - [sym_co_return_statement] = STATE(4294), - [sym_co_yield_statement] = STATE(4293), - [sym_throw_statement] = STATE(4289), - [sym_try_statement] = STATE(4287), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2708), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(2710), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2712), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2716), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2720), - [anon_sym_for] = ACTIONS(2722), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2726), - [anon_sym_continue] = ACTIONS(2728), - [anon_sym_goto] = ACTIONS(2730), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2732), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2738), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1117] = { - [sym_compound_statement] = STATE(4369), - [sym_labeled_statement] = STATE(4354), - [sym_expression_statement] = STATE(4352), - [sym_if_statement] = STATE(4350), - [sym_switch_statement] = STATE(4348), - [sym_case_statement] = STATE(4342), - [sym_while_statement] = STATE(4339), - [sym_do_statement] = STATE(4337), - [sym_for_statement] = STATE(4336), - [sym_return_statement] = STATE(4335), - [sym_break_statement] = STATE(4333), - [sym_continue_statement] = STATE(4332), - [sym_goto_statement] = STATE(4331), - [sym__expression] = STATE(2798), - [sym_comma_expression] = STATE(5040), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(4330), - [sym_co_return_statement] = STATE(4329), - [sym_co_yield_statement] = STATE(4326), - [sym_throw_statement] = STATE(4325), - [sym_try_statement] = STATE(4324), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2708), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(2710), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2712), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2716), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2720), - [anon_sym_for] = ACTIONS(2722), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2726), - [anon_sym_continue] = ACTIONS(2728), - [anon_sym_goto] = ACTIONS(2730), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2732), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2738), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1118] = { - [sym_compound_statement] = STATE(131), - [sym_labeled_statement] = STATE(131), - [sym_expression_statement] = STATE(131), - [sym_if_statement] = STATE(131), - [sym_switch_statement] = STATE(131), - [sym_case_statement] = STATE(131), - [sym_while_statement] = STATE(131), - [sym_do_statement] = STATE(131), - [sym_for_statement] = STATE(131), - [sym_return_statement] = STATE(131), - [sym_break_statement] = STATE(131), - [sym_continue_statement] = STATE(131), - [sym_goto_statement] = STATE(131), - [sym__expression] = STATE(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(131), - [sym_co_return_statement] = STATE(131), - [sym_co_yield_statement] = STATE(131), - [sym_throw_statement] = STATE(131), - [sym_try_statement] = STATE(131), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2676), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(265), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(271), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1119] = { - [sym_compound_statement] = STATE(264), - [sym_labeled_statement] = STATE(264), - [sym_expression_statement] = STATE(264), - [sym_if_statement] = STATE(264), - [sym_switch_statement] = STATE(264), - [sym_case_statement] = STATE(264), - [sym_while_statement] = STATE(264), - [sym_do_statement] = STATE(264), - [sym_for_statement] = STATE(264), - [sym_return_statement] = STATE(264), - [sym_break_statement] = STATE(264), - [sym_continue_statement] = STATE(264), - [sym_goto_statement] = STATE(264), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(264), - [sym_co_return_statement] = STATE(264), - [sym_co_yield_statement] = STATE(264), - [sym_throw_statement] = STATE(264), - [sym_try_statement] = STATE(264), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2668), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(165), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(649), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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), + [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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1120] = { - [sym_attribute_declaration] = STATE(1952), - [sym_compound_statement] = STATE(328), - [sym_labeled_statement] = STATE(328), - [sym_expression_statement] = STATE(328), - [sym_if_statement] = STATE(328), - [sym_switch_statement] = STATE(328), - [sym_while_statement] = STATE(328), - [sym_do_statement] = STATE(328), - [sym_for_statement] = STATE(328), - [sym_return_statement] = STATE(328), - [sym_break_statement] = STATE(328), - [sym_continue_statement] = STATE(328), - [sym_goto_statement] = STATE(328), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(328), - [sym_co_return_statement] = STATE(328), - [sym_co_yield_statement] = STATE(328), - [sym_throw_statement] = STATE(328), - [sym_try_statement] = STATE(328), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_attributed_declarator_repeat1] = STATE(1952), - [sym_identifier] = ACTIONS(2668), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(165), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1040), - [anon_sym_LBRACE] = ACTIONS(649), - [anon_sym_LBRACK] = ACTIONS(1044), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1121] = { - [sym_compound_statement] = STATE(4953), - [sym_labeled_statement] = STATE(4953), - [sym_expression_statement] = STATE(4953), - [sym_if_statement] = STATE(4953), - [sym_switch_statement] = STATE(4953), - [sym_case_statement] = STATE(4953), - [sym_while_statement] = STATE(4953), - [sym_do_statement] = STATE(4953), - [sym_for_statement] = STATE(4953), - [sym_return_statement] = STATE(4953), - [sym_break_statement] = STATE(4953), - [sym_continue_statement] = STATE(4953), - [sym_goto_statement] = STATE(4953), - [sym__expression] = STATE(2798), - [sym_comma_expression] = STATE(5040), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(4953), - [sym_co_return_statement] = STATE(4953), - [sym_co_yield_statement] = STATE(4953), - [sym_throw_statement] = STATE(4953), - [sym_try_statement] = STATE(4953), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2708), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(2710), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2712), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2716), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2720), - [anon_sym_for] = ACTIONS(2722), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2726), - [anon_sym_continue] = ACTIONS(2728), - [anon_sym_goto] = ACTIONS(2730), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2732), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2738), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1122] = { - [sym_compound_statement] = STATE(185), - [sym_labeled_statement] = STATE(185), - [sym_expression_statement] = STATE(185), - [sym_if_statement] = STATE(185), - [sym_switch_statement] = STATE(185), - [sym_case_statement] = STATE(185), - [sym_while_statement] = STATE(185), - [sym_do_statement] = STATE(185), - [sym_for_statement] = STATE(185), - [sym_return_statement] = STATE(185), - [sym_break_statement] = STATE(185), - [sym_continue_statement] = STATE(185), - [sym_goto_statement] = STATE(185), - [sym__expression] = STATE(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(185), - [sym_co_return_statement] = STATE(185), - [sym_co_yield_statement] = STATE(185), - [sym_throw_statement] = STATE(185), - [sym_try_statement] = STATE(185), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2676), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(265), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(271), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1123] = { - [sym_compound_statement] = STATE(4370), - [sym_labeled_statement] = STATE(4370), - [sym_expression_statement] = STATE(4370), - [sym_if_statement] = STATE(4370), - [sym_switch_statement] = STATE(4370), - [sym_case_statement] = STATE(4370), - [sym_while_statement] = STATE(4370), - [sym_do_statement] = STATE(4370), - [sym_for_statement] = STATE(4370), - [sym_return_statement] = STATE(4370), - [sym_break_statement] = STATE(4370), - [sym_continue_statement] = STATE(4370), - [sym_goto_statement] = STATE(4370), - [sym__expression] = STATE(2798), - [sym_comma_expression] = STATE(5040), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(4370), - [sym_co_return_statement] = STATE(4370), - [sym_co_yield_statement] = STATE(4370), - [sym_throw_statement] = STATE(4370), - [sym_try_statement] = STATE(4370), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2708), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(2710), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2712), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2716), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2720), - [anon_sym_for] = ACTIONS(2722), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2726), - [anon_sym_continue] = ACTIONS(2728), - [anon_sym_goto] = ACTIONS(2730), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2732), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2738), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1124] = { - [sym_compound_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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2676), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(265), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(271), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1125] = { - [sym_compound_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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2676), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(265), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(271), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1126] = { - [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(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2668), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(165), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(649), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1127] = { - [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(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2672), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(599), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(605), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(607), - [anon_sym_switch] = ACTIONS(609), - [anon_sym_case] = ACTIONS(611), - [anon_sym_default] = ACTIONS(613), - [anon_sym_while] = ACTIONS(615), - [anon_sym_do] = ACTIONS(617), - [anon_sym_for] = ACTIONS(619), - [anon_sym_return] = ACTIONS(621), - [anon_sym_break] = ACTIONS(623), - [anon_sym_continue] = ACTIONS(625), - [anon_sym_goto] = ACTIONS(627), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(631), - [anon_sym_co_return] = ACTIONS(639), - [anon_sym_co_yield] = ACTIONS(641), - [anon_sym_try] = ACTIONS(643), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1128] = { - [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(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2668), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(165), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(649), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1129] = { - [sym_compound_statement] = STATE(331), - [sym_labeled_statement] = STATE(331), - [sym_expression_statement] = STATE(331), - [sym_if_statement] = STATE(331), - [sym_switch_statement] = STATE(331), - [sym_case_statement] = STATE(331), - [sym_while_statement] = STATE(331), - [sym_do_statement] = STATE(331), - [sym_for_statement] = STATE(331), - [sym_return_statement] = STATE(331), - [sym_break_statement] = STATE(331), - [sym_continue_statement] = STATE(331), - [sym_goto_statement] = STATE(331), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(331), - [sym_co_return_statement] = STATE(331), - [sym_co_yield_statement] = STATE(331), - [sym_throw_statement] = STATE(331), - [sym_try_statement] = STATE(331), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2668), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(165), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(649), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1130] = { - [sym_compound_statement] = STATE(467), - [sym_labeled_statement] = STATE(467), - [sym_expression_statement] = STATE(467), - [sym_if_statement] = STATE(467), - [sym_switch_statement] = STATE(467), - [sym_case_statement] = STATE(467), - [sym_while_statement] = STATE(467), - [sym_do_statement] = STATE(467), - [sym_for_statement] = STATE(467), - [sym_return_statement] = STATE(467), - [sym_break_statement] = STATE(467), - [sym_continue_statement] = STATE(467), - [sym_goto_statement] = STATE(467), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(467), - [sym_co_return_statement] = STATE(467), - [sym_co_yield_statement] = STATE(467), - [sym_throw_statement] = STATE(467), - [sym_try_statement] = STATE(467), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2668), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(165), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(649), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1131] = { - [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(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2672), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(599), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(605), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(607), - [anon_sym_switch] = ACTIONS(609), - [anon_sym_case] = ACTIONS(611), - [anon_sym_default] = ACTIONS(613), - [anon_sym_while] = ACTIONS(615), - [anon_sym_do] = ACTIONS(617), - [anon_sym_for] = ACTIONS(619), - [anon_sym_return] = ACTIONS(621), - [anon_sym_break] = ACTIONS(623), - [anon_sym_continue] = ACTIONS(625), - [anon_sym_goto] = ACTIONS(627), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(631), - [anon_sym_co_return] = ACTIONS(639), - [anon_sym_co_yield] = ACTIONS(641), - [anon_sym_try] = ACTIONS(643), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1132] = { - [sym_compound_statement] = STATE(4372), - [sym_labeled_statement] = STATE(4372), - [sym_expression_statement] = STATE(4372), - [sym_if_statement] = STATE(4372), - [sym_switch_statement] = STATE(4372), - [sym_case_statement] = STATE(4372), - [sym_while_statement] = STATE(4372), - [sym_do_statement] = STATE(4372), - [sym_for_statement] = STATE(4372), - [sym_return_statement] = STATE(4372), - [sym_break_statement] = STATE(4372), - [sym_continue_statement] = STATE(4372), - [sym_goto_statement] = STATE(4372), - [sym__expression] = STATE(2798), - [sym_comma_expression] = STATE(5040), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(4372), - [sym_co_return_statement] = STATE(4372), - [sym_co_yield_statement] = STATE(4372), - [sym_throw_statement] = STATE(4372), - [sym_try_statement] = STATE(4372), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2708), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(2710), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(2712), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2716), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2720), - [anon_sym_for] = ACTIONS(2722), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2726), - [anon_sym_continue] = ACTIONS(2728), - [anon_sym_goto] = ACTIONS(2730), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2732), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2738), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1133] = { - [sym_compound_statement] = STATE(140), - [sym_labeled_statement] = STATE(140), - [sym_expression_statement] = STATE(140), - [sym_if_statement] = STATE(140), - [sym_switch_statement] = STATE(140), - [sym_case_statement] = STATE(140), - [sym_while_statement] = STATE(140), - [sym_do_statement] = STATE(140), - [sym_for_statement] = STATE(140), - [sym_return_statement] = STATE(140), - [sym_break_statement] = STATE(140), - [sym_continue_statement] = STATE(140), - [sym_goto_statement] = STATE(140), - [sym__expression] = STATE(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(140), - [sym_co_return_statement] = STATE(140), - [sym_co_yield_statement] = STATE(140), - [sym_throw_statement] = STATE(140), - [sym_try_statement] = STATE(140), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2676), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(265), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(271), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1134] = { - [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(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2676), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(265), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(271), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1135] = { - [sym_compound_statement] = STATE(456), - [sym_labeled_statement] = STATE(456), - [sym_expression_statement] = STATE(456), - [sym_if_statement] = STATE(456), - [sym_switch_statement] = STATE(456), - [sym_case_statement] = STATE(456), - [sym_while_statement] = STATE(456), - [sym_do_statement] = STATE(456), - [sym_for_statement] = STATE(456), - [sym_return_statement] = STATE(456), - [sym_break_statement] = STATE(456), - [sym_continue_statement] = STATE(456), - [sym_goto_statement] = STATE(456), - [sym__expression] = STATE(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(456), - [sym_co_return_statement] = STATE(456), - [sym_co_yield_statement] = STATE(456), - [sym_throw_statement] = STATE(456), - [sym_try_statement] = STATE(456), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2672), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(599), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(605), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(607), - [anon_sym_switch] = ACTIONS(609), - [anon_sym_case] = ACTIONS(611), - [anon_sym_default] = ACTIONS(613), - [anon_sym_while] = ACTIONS(615), - [anon_sym_do] = ACTIONS(617), - [anon_sym_for] = ACTIONS(619), - [anon_sym_return] = ACTIONS(621), - [anon_sym_break] = ACTIONS(623), - [anon_sym_continue] = ACTIONS(625), - [anon_sym_goto] = ACTIONS(627), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(631), - [anon_sym_co_return] = ACTIONS(639), - [anon_sym_co_yield] = ACTIONS(641), - [anon_sym_try] = ACTIONS(643), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1136] = { - [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(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2674), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [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(2670), - [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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), + [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), }, - [1137] = { - [sym_compound_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(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2668), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(165), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(649), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [1067] = { + [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_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), }, - [1138] = { - [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(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2672), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(599), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(605), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(607), - [anon_sym_switch] = ACTIONS(609), - [anon_sym_case] = ACTIONS(611), - [anon_sym_default] = ACTIONS(613), - [anon_sym_while] = ACTIONS(615), - [anon_sym_do] = ACTIONS(617), - [anon_sym_for] = ACTIONS(619), - [anon_sym_return] = ACTIONS(621), - [anon_sym_break] = ACTIONS(623), - [anon_sym_continue] = ACTIONS(625), - [anon_sym_goto] = ACTIONS(627), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(631), - [anon_sym_co_return] = ACTIONS(639), - [anon_sym_co_yield] = ACTIONS(641), - [anon_sym_try] = ACTIONS(643), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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_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), }, - [1139] = { - [sym_compound_statement] = STATE(188), - [sym_labeled_statement] = STATE(188), - [sym_expression_statement] = STATE(188), - [sym_if_statement] = STATE(188), - [sym_switch_statement] = STATE(188), - [sym_case_statement] = STATE(188), - [sym_while_statement] = STATE(188), - [sym_do_statement] = STATE(188), - [sym_for_statement] = STATE(188), - [sym_return_statement] = STATE(188), - [sym_break_statement] = STATE(188), - [sym_continue_statement] = STATE(188), - [sym_goto_statement] = STATE(188), - [sym__expression] = STATE(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(188), - [sym_co_return_statement] = STATE(188), - [sym_co_yield_statement] = STATE(188), - [sym_throw_statement] = STATE(188), - [sym_try_statement] = STATE(188), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2676), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(265), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(271), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1140] = { - [sym_compound_statement] = STATE(190), - [sym_labeled_statement] = STATE(190), - [sym_expression_statement] = STATE(190), - [sym_if_statement] = STATE(190), - [sym_switch_statement] = STATE(190), - [sym_case_statement] = STATE(190), - [sym_while_statement] = STATE(190), - [sym_do_statement] = STATE(190), - [sym_for_statement] = STATE(190), - [sym_return_statement] = STATE(190), - [sym_break_statement] = STATE(190), - [sym_continue_statement] = STATE(190), - [sym_goto_statement] = STATE(190), - [sym__expression] = STATE(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(190), - [sym_co_return_statement] = STATE(190), - [sym_co_yield_statement] = STATE(190), - [sym_throw_statement] = STATE(190), - [sym_try_statement] = STATE(190), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2676), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + }, + [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), + }, + [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), + }, + [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), + }, + [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), + }, + [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_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), + }, + [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), + }, + [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_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), + }, + [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), + }, + [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), + }, + [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), + }, + [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_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), + }, + [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), + }, + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(265), + [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(271), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), + [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), @@ -226819,111 +219319,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1141] = { - [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(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2672), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(599), + [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(605), + [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(607), - [anon_sym_switch] = ACTIONS(609), - [anon_sym_case] = ACTIONS(611), - [anon_sym_default] = ACTIONS(613), - [anon_sym_while] = ACTIONS(615), - [anon_sym_do] = ACTIONS(617), - [anon_sym_for] = ACTIONS(619), - [anon_sym_return] = ACTIONS(621), - [anon_sym_break] = ACTIONS(623), - [anon_sym_continue] = ACTIONS(625), - [anon_sym_goto] = ACTIONS(627), + [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), @@ -226942,111 +219442,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(631), - [anon_sym_co_return] = ACTIONS(639), - [anon_sym_co_yield] = ACTIONS(641), - [anon_sym_try] = ACTIONS(643), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1142] = { - [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(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2668), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(165), + [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(649), + [anon_sym_LBRACE] = ACTIONS(644), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -227065,111 +219565,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1143] = { - [sym_compound_statement] = STATE(447), - [sym_labeled_statement] = STATE(447), - [sym_expression_statement] = STATE(447), - [sym_if_statement] = STATE(447), - [sym_switch_statement] = STATE(447), - [sym_case_statement] = STATE(447), - [sym_while_statement] = STATE(447), - [sym_do_statement] = STATE(447), - [sym_for_statement] = STATE(447), - [sym_return_statement] = STATE(447), - [sym_break_statement] = STATE(447), - [sym_continue_statement] = STATE(447), - [sym_goto_statement] = STATE(447), - [sym__expression] = STATE(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(447), - [sym_co_return_statement] = STATE(447), - [sym_co_yield_statement] = STATE(447), - [sym_throw_statement] = STATE(447), - [sym_try_statement] = STATE(447), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2674), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(33), + [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(51), + [anon_sym_LBRACE] = ACTIONS(2706), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [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(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), @@ -227188,111 +219688,111 @@ 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_template] = ACTIONS(1050), + [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(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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1144] = { - [sym_compound_statement] = STATE(350), - [sym_labeled_statement] = STATE(350), - [sym_expression_statement] = STATE(350), - [sym_if_statement] = STATE(350), - [sym_switch_statement] = STATE(350), - [sym_case_statement] = STATE(350), - [sym_while_statement] = STATE(350), - [sym_do_statement] = STATE(350), - [sym_for_statement] = STATE(350), - [sym_return_statement] = STATE(350), - [sym_break_statement] = STATE(350), - [sym_continue_statement] = STATE(350), - [sym_goto_statement] = STATE(350), - [sym__expression] = STATE(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(350), - [sym_co_return_statement] = STATE(350), - [sym_co_yield_statement] = STATE(350), - [sym_throw_statement] = STATE(350), - [sym_try_statement] = STATE(350), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2672), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(599), + [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(605), + [anon_sym_LBRACE] = ACTIONS(1374), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(607), - [anon_sym_switch] = ACTIONS(609), - [anon_sym_case] = ACTIONS(611), - [anon_sym_default] = ACTIONS(613), - [anon_sym_while] = ACTIONS(615), - [anon_sym_do] = ACTIONS(617), - [anon_sym_for] = ACTIONS(619), - [anon_sym_return] = ACTIONS(621), - [anon_sym_break] = ACTIONS(623), - [anon_sym_continue] = ACTIONS(625), - [anon_sym_goto] = ACTIONS(627), + [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), @@ -227311,111 +219811,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(631), - [anon_sym_co_return] = ACTIONS(639), - [anon_sym_co_yield] = ACTIONS(641), - [anon_sym_try] = ACTIONS(643), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1145] = { - [sym_compound_statement] = STATE(454), - [sym_labeled_statement] = STATE(454), - [sym_expression_statement] = STATE(454), - [sym_if_statement] = STATE(454), - [sym_switch_statement] = STATE(454), - [sym_case_statement] = STATE(454), - [sym_while_statement] = STATE(454), - [sym_do_statement] = STATE(454), - [sym_for_statement] = STATE(454), - [sym_return_statement] = STATE(454), - [sym_break_statement] = STATE(454), - [sym_continue_statement] = STATE(454), - [sym_goto_statement] = STATE(454), - [sym__expression] = STATE(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(454), - [sym_co_return_statement] = STATE(454), - [sym_co_yield_statement] = STATE(454), - [sym_throw_statement] = STATE(454), - [sym_try_statement] = STATE(454), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2674), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(33), + [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(51), + [anon_sym_LBRACE] = ACTIONS(1374), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [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(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), @@ -227434,111 +219934,111 @@ 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_template] = ACTIONS(1050), + [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(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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1146] = { - [sym_attribute_declaration] = STATE(1952), - [sym_compound_statement] = STATE(430), - [sym_labeled_statement] = STATE(430), - [sym_expression_statement] = STATE(430), - [sym_if_statement] = STATE(430), - [sym_switch_statement] = STATE(430), - [sym_while_statement] = STATE(430), - [sym_do_statement] = STATE(430), - [sym_for_statement] = STATE(430), - [sym_return_statement] = STATE(430), - [sym_break_statement] = STATE(430), - [sym_continue_statement] = STATE(430), - [sym_goto_statement] = STATE(430), - [sym__expression] = STATE(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(430), - [sym_co_return_statement] = STATE(430), - [sym_co_yield_statement] = STATE(430), - [sym_throw_statement] = STATE(430), - [sym_try_statement] = STATE(430), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_attributed_declarator_repeat1] = STATE(1952), - [sym_identifier] = ACTIONS(2672), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(599), + [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(1040), - [anon_sym_LBRACE] = ACTIONS(605), - [anon_sym_LBRACK] = ACTIONS(1044), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(607), - [anon_sym_switch] = ACTIONS(609), - [anon_sym_while] = ACTIONS(615), - [anon_sym_do] = ACTIONS(617), - [anon_sym_for] = ACTIONS(619), - [anon_sym_return] = ACTIONS(621), - [anon_sym_break] = ACTIONS(623), - [anon_sym_continue] = ACTIONS(625), - [anon_sym_goto] = ACTIONS(627), + [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), @@ -227557,111 +220057,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(631), - [anon_sym_co_return] = ACTIONS(639), - [anon_sym_co_yield] = ACTIONS(641), - [anon_sym_try] = ACTIONS(643), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1147] = { - [sym_compound_statement] = STATE(4284), - [sym_labeled_statement] = STATE(4284), - [sym_expression_statement] = STATE(4284), - [sym_if_statement] = STATE(4284), - [sym_switch_statement] = STATE(4284), - [sym_case_statement] = STATE(4284), - [sym_while_statement] = STATE(4284), - [sym_do_statement] = STATE(4284), - [sym_for_statement] = STATE(4284), - [sym_return_statement] = STATE(4284), - [sym_break_statement] = STATE(4284), - [sym_continue_statement] = STATE(4284), - [sym_goto_statement] = STATE(4284), - [sym__expression] = STATE(2798), - [sym_comma_expression] = STATE(5040), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(4284), - [sym_co_return_statement] = STATE(4284), - [sym_co_yield_statement] = STATE(4284), - [sym_throw_statement] = STATE(4284), - [sym_try_statement] = STATE(4284), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2708), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(2710), + [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(2712), + [anon_sym_LBRACE] = ACTIONS(1374), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2716), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2720), - [anon_sym_for] = ACTIONS(2722), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2726), - [anon_sym_continue] = ACTIONS(2728), - [anon_sym_goto] = ACTIONS(2730), + [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), @@ -227680,111 +220180,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2732), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2738), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1148] = { - [sym_compound_statement] = STATE(4385), - [sym_labeled_statement] = STATE(4385), - [sym_expression_statement] = STATE(4385), - [sym_if_statement] = STATE(4385), - [sym_switch_statement] = STATE(4385), - [sym_case_statement] = STATE(4385), - [sym_while_statement] = STATE(4385), - [sym_do_statement] = STATE(4385), - [sym_for_statement] = STATE(4385), - [sym_return_statement] = STATE(4385), - [sym_break_statement] = STATE(4385), - [sym_continue_statement] = STATE(4385), - [sym_goto_statement] = STATE(4385), - [sym__expression] = STATE(2798), - [sym_comma_expression] = STATE(5040), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(4385), - [sym_co_return_statement] = STATE(4385), - [sym_co_yield_statement] = STATE(4385), - [sym_throw_statement] = STATE(4385), - [sym_try_statement] = STATE(4385), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2708), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(2710), + [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(2712), + [anon_sym_LBRACE] = ACTIONS(1374), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2716), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2720), - [anon_sym_for] = ACTIONS(2722), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2726), - [anon_sym_continue] = ACTIONS(2728), - [anon_sym_goto] = ACTIONS(2730), + [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), @@ -227803,111 +220303,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2732), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2738), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1149] = { - [sym_compound_statement] = STATE(458), - [sym_labeled_statement] = STATE(453), - [sym_expression_statement] = STATE(451), - [sym_if_statement] = STATE(450), - [sym_switch_statement] = STATE(446), - [sym_case_statement] = STATE(445), - [sym_while_statement] = STATE(444), - [sym_do_statement] = STATE(254), - [sym_for_statement] = STATE(443), - [sym_return_statement] = STATE(441), - [sym_break_statement] = STATE(440), - [sym_continue_statement] = STATE(439), - [sym_goto_statement] = STATE(436), - [sym__expression] = STATE(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(341), - [sym_co_return_statement] = STATE(337), - [sym_co_yield_statement] = STATE(336), - [sym_throw_statement] = STATE(334), - [sym_try_statement] = STATE(333), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2672), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(599), + [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(605), + [anon_sym_LBRACE] = ACTIONS(1374), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(607), - [anon_sym_switch] = ACTIONS(609), - [anon_sym_case] = ACTIONS(611), - [anon_sym_default] = ACTIONS(613), - [anon_sym_while] = ACTIONS(615), - [anon_sym_do] = ACTIONS(617), - [anon_sym_for] = ACTIONS(619), - [anon_sym_return] = ACTIONS(621), - [anon_sym_break] = ACTIONS(623), - [anon_sym_continue] = ACTIONS(625), - [anon_sym_goto] = ACTIONS(627), + [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), @@ -227926,111 +220426,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(631), - [anon_sym_co_return] = ACTIONS(639), - [anon_sym_co_yield] = ACTIONS(641), - [anon_sym_try] = ACTIONS(643), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_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_compound_statement] = STATE(480), - [sym_labeled_statement] = STATE(480), - [sym_expression_statement] = STATE(480), - [sym_if_statement] = STATE(480), - [sym_switch_statement] = STATE(480), - [sym_case_statement] = STATE(480), - [sym_while_statement] = STATE(480), - [sym_do_statement] = STATE(480), - [sym_for_statement] = STATE(480), - [sym_return_statement] = STATE(480), - [sym_break_statement] = STATE(480), - [sym_continue_statement] = STATE(480), - [sym_goto_statement] = STATE(480), - [sym__expression] = STATE(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(480), - [sym_co_return_statement] = STATE(480), - [sym_co_yield_statement] = STATE(480), - [sym_throw_statement] = STATE(480), - [sym_try_statement] = STATE(480), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2674), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(33), + [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(51), + [anon_sym_LBRACE] = ACTIONS(1374), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [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(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), @@ -228049,111 +220549,111 @@ 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_template] = ACTIONS(1050), + [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(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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_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(4388), - [sym_labeled_statement] = STATE(4388), - [sym_expression_statement] = STATE(4388), - [sym_if_statement] = STATE(4388), - [sym_switch_statement] = STATE(4388), - [sym_case_statement] = STATE(4388), - [sym_while_statement] = STATE(4388), - [sym_do_statement] = STATE(4388), - [sym_for_statement] = STATE(4388), - [sym_return_statement] = STATE(4388), - [sym_break_statement] = STATE(4388), - [sym_continue_statement] = STATE(4388), - [sym_goto_statement] = STATE(4388), - [sym__expression] = STATE(2798), - [sym_comma_expression] = STATE(5040), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(4388), - [sym_co_return_statement] = STATE(4388), - [sym_co_yield_statement] = STATE(4388), - [sym_throw_statement] = STATE(4388), - [sym_try_statement] = STATE(4388), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2708), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(2710), + [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(2712), + [anon_sym_LBRACE] = ACTIONS(1374), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2716), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2720), - [anon_sym_for] = ACTIONS(2722), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2726), - [anon_sym_continue] = ACTIONS(2728), - [anon_sym_goto] = ACTIONS(2730), + [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), @@ -228172,111 +220672,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2732), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2738), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1152] = { - [sym_compound_statement] = STATE(4383), - [sym_labeled_statement] = STATE(4383), - [sym_expression_statement] = STATE(4383), - [sym_if_statement] = STATE(4383), - [sym_switch_statement] = STATE(4383), - [sym_case_statement] = STATE(4383), - [sym_while_statement] = STATE(4383), - [sym_do_statement] = STATE(4383), - [sym_for_statement] = STATE(4383), - [sym_return_statement] = STATE(4383), - [sym_break_statement] = STATE(4383), - [sym_continue_statement] = STATE(4383), - [sym_goto_statement] = STATE(4383), - [sym__expression] = STATE(2798), - [sym_comma_expression] = STATE(5040), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(4383), - [sym_co_return_statement] = STATE(4383), - [sym_co_yield_statement] = STATE(4383), - [sym_throw_statement] = STATE(4383), - [sym_try_statement] = STATE(4383), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2708), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(2710), + [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(2712), + [anon_sym_LBRACE] = ACTIONS(1374), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2716), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2720), - [anon_sym_for] = ACTIONS(2722), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2726), - [anon_sym_continue] = ACTIONS(2728), - [anon_sym_goto] = ACTIONS(2730), + [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), @@ -228295,111 +220795,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2732), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2738), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1153] = { - [sym_compound_statement] = STATE(4382), - [sym_labeled_statement] = STATE(4382), - [sym_expression_statement] = STATE(4382), - [sym_if_statement] = STATE(4382), - [sym_switch_statement] = STATE(4382), - [sym_case_statement] = STATE(4382), - [sym_while_statement] = STATE(4382), - [sym_do_statement] = STATE(4382), - [sym_for_statement] = STATE(4382), - [sym_return_statement] = STATE(4382), - [sym_break_statement] = STATE(4382), - [sym_continue_statement] = STATE(4382), - [sym_goto_statement] = STATE(4382), - [sym__expression] = STATE(2798), - [sym_comma_expression] = STATE(5040), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(4382), - [sym_co_return_statement] = STATE(4382), - [sym_co_yield_statement] = STATE(4382), - [sym_throw_statement] = STATE(4382), - [sym_try_statement] = STATE(4382), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2708), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(2710), + [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(2712), + [anon_sym_LBRACE] = ACTIONS(1374), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2716), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2720), - [anon_sym_for] = ACTIONS(2722), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2726), - [anon_sym_continue] = ACTIONS(2728), - [anon_sym_goto] = ACTIONS(2730), + [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), @@ -228418,234 +220918,234 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2732), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2738), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1154] = { - [sym_identifier] = ACTIONS(2486), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2488), - [anon_sym_COMMA] = ACTIONS(2488), - [anon_sym_LPAREN2] = ACTIONS(2490), - [anon_sym_TILDE] = ACTIONS(2493), - [anon_sym_DASH] = ACTIONS(2495), - [anon_sym_PLUS] = ACTIONS(2495), - [anon_sym_STAR] = ACTIONS(2490), - [anon_sym_SLASH] = ACTIONS(2495), - [anon_sym_PERCENT] = ACTIONS(2488), - [anon_sym_PIPE_PIPE] = ACTIONS(2488), - [anon_sym_AMP_AMP] = ACTIONS(2490), - [anon_sym_PIPE] = ACTIONS(2495), - [anon_sym_CARET] = ACTIONS(2488), - [anon_sym_AMP] = ACTIONS(2497), - [anon_sym_EQ_EQ] = ACTIONS(2488), - [anon_sym_BANG_EQ] = ACTIONS(2488), - [anon_sym_GT] = ACTIONS(2495), - [anon_sym_GT_EQ] = ACTIONS(2488), - [anon_sym_LT_EQ] = ACTIONS(2488), - [anon_sym_LT] = ACTIONS(2495), - [anon_sym_LT_LT] = ACTIONS(2488), - [anon_sym_GT_GT] = ACTIONS(2488), - [anon_sym_SEMI] = ACTIONS(2490), - [anon_sym_extern] = ACTIONS(2486), - [anon_sym___attribute__] = ACTIONS(2486), - [anon_sym_COLON_COLON] = ACTIONS(2493), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2490), - [anon_sym___declspec] = ACTIONS(2486), - [anon_sym___based] = ACTIONS(2486), - [anon_sym_LBRACE] = ACTIONS(2493), - [anon_sym_RBRACE] = ACTIONS(2488), - [anon_sym_LBRACK] = ACTIONS(2497), - [anon_sym_static] = ACTIONS(2486), - [anon_sym_register] = ACTIONS(2486), - [anon_sym_inline] = ACTIONS(2486), - [anon_sym_thread_local] = ACTIONS(2486), - [anon_sym_const] = ACTIONS(2486), - [anon_sym_volatile] = ACTIONS(2486), - [anon_sym_restrict] = ACTIONS(2486), - [anon_sym__Atomic] = ACTIONS(2486), - [anon_sym_mutable] = ACTIONS(2486), - [anon_sym_constexpr] = ACTIONS(2486), - [anon_sym_QMARK] = ACTIONS(2488), - [anon_sym_DASH_DASH] = ACTIONS(2488), - [anon_sym_PLUS_PLUS] = ACTIONS(2488), - [anon_sym_DOT] = ACTIONS(2495), - [anon_sym_DASH_GT] = ACTIONS(2488), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2486), - [anon_sym_template] = ACTIONS(2486), - [sym_operator_name] = ACTIONS(2486), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2486), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2486), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2486), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2486), - [anon_sym_MOZ_COLD] = ACTIONS(2486), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2486), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2486), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2486), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2486), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2486), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2486), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2486), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2486), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2486), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2486), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2486), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2486), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2486), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_NONNULL] = ACTIONS(2486), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2486), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2486), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2486), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2486), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2486), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2486), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2486), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2486), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2486), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2486), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2486), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2486), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2486), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2486), - [anon_sym_MOZ_RAII] = ACTIONS(2486), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2486), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2486), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2486), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2486), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2486), + [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), }, - [1155] = { - [sym_compound_statement] = STATE(481), - [sym_labeled_statement] = STATE(481), - [sym_expression_statement] = STATE(481), - [sym_if_statement] = STATE(481), - [sym_switch_statement] = STATE(481), - [sym_case_statement] = STATE(481), - [sym_while_statement] = STATE(481), - [sym_do_statement] = STATE(481), - [sym_for_statement] = STATE(481), - [sym_return_statement] = STATE(481), - [sym_break_statement] = STATE(481), - [sym_continue_statement] = STATE(481), - [sym_goto_statement] = STATE(481), - [sym__expression] = STATE(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(481), - [sym_co_return_statement] = STATE(481), - [sym_co_yield_statement] = STATE(481), - [sym_throw_statement] = STATE(481), - [sym_try_statement] = STATE(481), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2672), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(599), + [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(605), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(607), - [anon_sym_switch] = ACTIONS(609), - [anon_sym_case] = ACTIONS(611), - [anon_sym_default] = ACTIONS(613), - [anon_sym_while] = ACTIONS(615), - [anon_sym_do] = ACTIONS(617), - [anon_sym_for] = ACTIONS(619), - [anon_sym_return] = ACTIONS(621), - [anon_sym_break] = ACTIONS(623), - [anon_sym_continue] = ACTIONS(625), - [anon_sym_goto] = ACTIONS(627), + [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), @@ -228664,111 +221164,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(631), - [anon_sym_co_return] = ACTIONS(639), - [anon_sym_co_yield] = ACTIONS(641), - [anon_sym_try] = ACTIONS(643), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1156] = { - [sym_compound_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(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2674), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(33), + [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(51), + [anon_sym_LBRACE] = ACTIONS(1374), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [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(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), @@ -228787,111 +221287,111 @@ 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_template] = ACTIONS(1050), + [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(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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1157] = { - [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(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2674), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(33), + [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(51), + [anon_sym_LBRACE] = ACTIONS(2706), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [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(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), @@ -228910,111 +221410,111 @@ 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_template] = ACTIONS(1050), + [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(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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1158] = { - [sym_compound_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(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2672), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(599), + [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(605), + [anon_sym_LBRACE] = ACTIONS(2706), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(607), - [anon_sym_switch] = ACTIONS(609), - [anon_sym_case] = ACTIONS(611), - [anon_sym_default] = ACTIONS(613), - [anon_sym_while] = ACTIONS(615), - [anon_sym_do] = ACTIONS(617), - [anon_sym_for] = ACTIONS(619), - [anon_sym_return] = ACTIONS(621), - [anon_sym_break] = ACTIONS(623), - [anon_sym_continue] = ACTIONS(625), - [anon_sym_goto] = ACTIONS(627), + [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), @@ -229033,111 +221533,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(631), - [anon_sym_co_return] = ACTIONS(639), - [anon_sym_co_yield] = ACTIONS(641), - [anon_sym_try] = ACTIONS(643), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1159] = { - [sym_compound_statement] = STATE(343), - [sym_labeled_statement] = STATE(343), - [sym_expression_statement] = STATE(343), - [sym_if_statement] = STATE(343), - [sym_switch_statement] = STATE(343), - [sym_case_statement] = STATE(343), - [sym_while_statement] = STATE(343), - [sym_do_statement] = STATE(343), - [sym_for_statement] = STATE(343), - [sym_return_statement] = STATE(343), - [sym_break_statement] = STATE(343), - [sym_continue_statement] = STATE(343), - [sym_goto_statement] = STATE(343), - [sym__expression] = STATE(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(343), - [sym_co_return_statement] = STATE(343), - [sym_co_yield_statement] = STATE(343), - [sym_throw_statement] = STATE(343), - [sym_try_statement] = STATE(343), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2674), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(33), + [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(51), + [anon_sym_LBRACE] = ACTIONS(2706), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [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(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), @@ -229156,111 +221656,111 @@ 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_template] = ACTIONS(1050), + [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(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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1160] = { - [sym_compound_statement] = STATE(348), - [sym_labeled_statement] = STATE(354), - [sym_expression_statement] = STATE(356), - [sym_if_statement] = STATE(358), - [sym_switch_statement] = STATE(360), - [sym_case_statement] = STATE(361), - [sym_while_statement] = STATE(362), - [sym_do_statement] = STATE(364), - [sym_for_statement] = STATE(365), - [sym_return_statement] = STATE(366), - [sym_break_statement] = STATE(367), - [sym_continue_statement] = STATE(373), - [sym_goto_statement] = STATE(374), - [sym__expression] = STATE(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(378), - [sym_co_return_statement] = STATE(380), - [sym_co_yield_statement] = STATE(381), - [sym_throw_statement] = STATE(383), - [sym_try_statement] = STATE(385), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2674), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(33), + [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(51), + [anon_sym_LBRACE] = ACTIONS(1374), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [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(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), @@ -229279,100 +221779,100 @@ 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_template] = ACTIONS(1050), + [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(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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1161] = { - [sym_compound_statement] = STATE(386), - [sym_labeled_statement] = STATE(388), - [sym_expression_statement] = STATE(390), - [sym_if_statement] = STATE(393), - [sym_switch_statement] = STATE(394), - [sym_case_statement] = STATE(395), - [sym_while_statement] = STATE(396), - [sym_do_statement] = STATE(400), - [sym_for_statement] = STATE(405), - [sym_return_statement] = STATE(407), - [sym_break_statement] = STATE(408), - [sym_continue_statement] = STATE(410), - [sym_goto_statement] = STATE(411), - [sym__expression] = STATE(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(412), - [sym_co_return_statement] = STATE(415), - [sym_co_yield_statement] = STATE(420), - [sym_throw_statement] = STATE(421), - [sym_try_statement] = STATE(422), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2674), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_if] = ACTIONS(71), [anon_sym_switch] = ACTIONS(73), [anon_sym_case] = ACTIONS(75), @@ -229402,7 +221902,7 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), [anon_sym_throw] = ACTIONS(121), [anon_sym_co_return] = ACTIONS(129), @@ -229412,101 +221912,101 @@ 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), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1162] = { - [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(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2668), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(165), + [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(649), + [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -229525,111 +222025,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1163] = { - [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(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2674), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(33), + [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(51), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [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(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), @@ -229648,111 +222148,111 @@ 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_template] = ACTIONS(1050), + [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(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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1164] = { - [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(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2674), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(33), + [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(51), + [anon_sym_LBRACE] = ACTIONS(2706), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [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(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), @@ -229771,234 +222271,111 @@ 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_template] = ACTIONS(1050), + [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(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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1165] = { - [sym_identifier] = ACTIONS(2748), - [anon_sym_COMMA] = ACTIONS(2750), - [anon_sym_RPAREN] = ACTIONS(2750), - [anon_sym_LPAREN2] = ACTIONS(2750), - [anon_sym_TILDE] = ACTIONS(2750), - [anon_sym_STAR] = ACTIONS(2750), - [anon_sym_AMP_AMP] = ACTIONS(2750), - [anon_sym_AMP] = ACTIONS(2748), - [anon_sym_SEMI] = ACTIONS(2750), - [anon_sym_extern] = ACTIONS(2748), - [anon_sym___attribute__] = ACTIONS(2748), - [anon_sym_COLON_COLON] = ACTIONS(2750), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2750), - [anon_sym___declspec] = ACTIONS(2748), - [anon_sym___based] = ACTIONS(2748), - [anon_sym_LBRACE] = ACTIONS(2750), - [anon_sym_LBRACK] = ACTIONS(2748), - [anon_sym_EQ] = ACTIONS(2750), - [anon_sym_static] = ACTIONS(2748), - [anon_sym_register] = ACTIONS(2748), - [anon_sym_inline] = ACTIONS(2748), - [anon_sym_thread_local] = ACTIONS(2748), - [anon_sym_const] = ACTIONS(2748), - [anon_sym_volatile] = ACTIONS(2748), - [anon_sym_restrict] = ACTIONS(2748), - [anon_sym__Atomic] = ACTIONS(2748), - [anon_sym_mutable] = ACTIONS(2748), - [anon_sym_constexpr] = ACTIONS(2748), - [anon_sym_signed] = ACTIONS(2748), - [anon_sym_unsigned] = ACTIONS(2748), - [anon_sym_long] = ACTIONS(2748), - [anon_sym_short] = ACTIONS(2748), - [sym_primitive_type] = ACTIONS(2748), - [anon_sym_enum] = ACTIONS(2748), - [anon_sym_class] = ACTIONS(2748), - [anon_sym_struct] = ACTIONS(2748), - [anon_sym_union] = ACTIONS(2748), - [anon_sym_DASH_GT] = ACTIONS(2750), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2748), - [anon_sym_final] = ACTIONS(2748), - [anon_sym_override] = ACTIONS(2748), - [anon_sym_virtual] = ACTIONS(2748), - [anon_sym_explicit] = ACTIONS(2748), - [sym_auto] = ACTIONS(2748), - [anon_sym_typename] = ACTIONS(2748), - [anon_sym_template] = ACTIONS(2748), - [anon_sym_GT2] = ACTIONS(2750), - [anon_sym_operator] = ACTIONS(2748), - [anon_sym_noexcept] = ACTIONS(2748), - [anon_sym_throw] = ACTIONS(2748), - [sym_operator_name] = ACTIONS(2748), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2748), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2748), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2748), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2748), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2748), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2748), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2748), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2748), - [anon_sym_MOZ_COLD] = ACTIONS(2748), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2748), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2748), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2748), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2748), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2748), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2748), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2748), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2748), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2748), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2748), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2748), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2748), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2748), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2748), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2748), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2748), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2748), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2748), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2748), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2748), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2748), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2748), - [anon_sym_MOZ_NONNULL] = ACTIONS(2748), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2748), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2748), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2748), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2748), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2748), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2748), - [anon_sym_MOZ_NORETURN] = ACTIONS(2748), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2748), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2748), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2748), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2748), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2748), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2748), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2748), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2748), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2748), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2748), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2748), - [anon_sym_MOZ_RAII] = ACTIONS(2748), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2748), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2748), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2748), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2748), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2748), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2748), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2748), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2748), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2748), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2748), - }, - [1166] = { - [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(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2672), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(599), + [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(605), + [anon_sym_LBRACE] = ACTIONS(644), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(607), - [anon_sym_switch] = ACTIONS(609), - [anon_sym_case] = ACTIONS(611), - [anon_sym_default] = ACTIONS(613), - [anon_sym_while] = ACTIONS(615), - [anon_sym_do] = ACTIONS(617), - [anon_sym_for] = ACTIONS(619), - [anon_sym_return] = ACTIONS(621), - [anon_sym_break] = ACTIONS(623), - [anon_sym_continue] = ACTIONS(625), - [anon_sym_goto] = ACTIONS(627), + [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), @@ -230017,111 +222394,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(631), - [anon_sym_co_return] = ACTIONS(639), - [anon_sym_co_yield] = ACTIONS(641), - [anon_sym_try] = ACTIONS(643), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1167] = { - [sym_compound_statement] = STATE(4415), - [sym_labeled_statement] = STATE(4415), - [sym_expression_statement] = STATE(4415), - [sym_if_statement] = STATE(4415), - [sym_switch_statement] = STATE(4415), - [sym_case_statement] = STATE(4415), - [sym_while_statement] = STATE(4415), - [sym_do_statement] = STATE(4415), - [sym_for_statement] = STATE(4415), - [sym_return_statement] = STATE(4415), - [sym_break_statement] = STATE(4415), - [sym_continue_statement] = STATE(4415), - [sym_goto_statement] = STATE(4415), - [sym__expression] = STATE(2798), - [sym_comma_expression] = STATE(5040), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(4415), - [sym_co_return_statement] = STATE(4415), - [sym_co_yield_statement] = STATE(4415), - [sym_throw_statement] = STATE(4415), - [sym_try_statement] = STATE(4415), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2708), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(2710), + [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(2712), + [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2716), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2720), - [anon_sym_for] = ACTIONS(2722), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2726), - [anon_sym_continue] = ACTIONS(2728), - [anon_sym_goto] = ACTIONS(2730), + [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), @@ -230140,357 +222517,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2732), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2738), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1168] = { - [sym__expression] = STATE(2171), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_initializer_list] = STATE(2152), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2754), - [anon_sym_COMMA] = ACTIONS(2754), - [anon_sym_RPAREN] = ACTIONS(2754), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2758), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1034), - [anon_sym_SLASH] = ACTIONS(2762), - [anon_sym_PERCENT] = ACTIONS(2762), - [anon_sym_PIPE_PIPE] = ACTIONS(2754), - [anon_sym_AMP_AMP] = ACTIONS(2754), - [anon_sym_PIPE] = ACTIONS(2762), - [anon_sym_CARET] = ACTIONS(2762), - [anon_sym_AMP] = ACTIONS(1034), - [anon_sym_EQ_EQ] = ACTIONS(2754), - [anon_sym_BANG_EQ] = ACTIONS(2754), - [anon_sym_GT] = ACTIONS(2762), - [anon_sym_GT_EQ] = ACTIONS(2754), - [anon_sym_LT_EQ] = ACTIONS(2754), - [anon_sym_LT] = ACTIONS(2762), - [anon_sym_LT_LT] = ACTIONS(2762), - [anon_sym_GT_GT] = ACTIONS(2762), - [anon_sym_SEMI] = ACTIONS(2754), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym_LBRACE] = ACTIONS(2766), - [anon_sym_RBRACE] = ACTIONS(2754), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(2754), - [anon_sym_EQ] = ACTIONS(2762), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_QMARK] = ACTIONS(2754), - [anon_sym_STAR_EQ] = ACTIONS(2754), - [anon_sym_SLASH_EQ] = ACTIONS(2754), - [anon_sym_PERCENT_EQ] = ACTIONS(2754), - [anon_sym_PLUS_EQ] = ACTIONS(2754), - [anon_sym_DASH_EQ] = ACTIONS(2754), - [anon_sym_LT_LT_EQ] = ACTIONS(2754), - [anon_sym_GT_GT_EQ] = ACTIONS(2754), - [anon_sym_AMP_EQ] = ACTIONS(2754), - [anon_sym_CARET_EQ] = ACTIONS(2754), - [anon_sym_PIPE_EQ] = ACTIONS(2754), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [anon_sym_DOT] = ACTIONS(2762), - [anon_sym_DASH_GT] = ACTIONS(2754), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1169] = { - [sym_identifier] = ACTIONS(2486), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2488), - [anon_sym_COMMA] = ACTIONS(2488), - [anon_sym_RPAREN] = ACTIONS(2488), - [anon_sym_LPAREN2] = ACTIONS(2490), - [anon_sym_TILDE] = ACTIONS(2493), - [anon_sym_DASH] = ACTIONS(2495), - [anon_sym_PLUS] = ACTIONS(2495), - [anon_sym_STAR] = ACTIONS(2490), - [anon_sym_SLASH] = ACTIONS(2495), - [anon_sym_PERCENT] = ACTIONS(2488), - [anon_sym_PIPE_PIPE] = ACTIONS(2488), - [anon_sym_AMP_AMP] = ACTIONS(2490), - [anon_sym_PIPE] = ACTIONS(2495), - [anon_sym_CARET] = ACTIONS(2488), - [anon_sym_AMP] = ACTIONS(2497), - [anon_sym_EQ_EQ] = ACTIONS(2488), - [anon_sym_BANG_EQ] = ACTIONS(2488), - [anon_sym_GT] = ACTIONS(2495), - [anon_sym_GT_EQ] = ACTIONS(2488), - [anon_sym_LT_EQ] = ACTIONS(2488), - [anon_sym_LT] = ACTIONS(2495), - [anon_sym_LT_LT] = ACTIONS(2488), - [anon_sym_GT_GT] = ACTIONS(2488), - [anon_sym_SEMI] = ACTIONS(2488), - [anon_sym_extern] = ACTIONS(2486), - [anon_sym___attribute__] = ACTIONS(2486), - [anon_sym_COLON_COLON] = ACTIONS(2493), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2493), - [anon_sym___declspec] = ACTIONS(2486), - [anon_sym___based] = ACTIONS(2486), - [anon_sym_LBRACE] = ACTIONS(2493), - [anon_sym_LBRACK] = ACTIONS(2497), - [anon_sym_static] = ACTIONS(2486), - [anon_sym_register] = ACTIONS(2486), - [anon_sym_inline] = ACTIONS(2486), - [anon_sym_thread_local] = ACTIONS(2486), - [anon_sym_const] = ACTIONS(2486), - [anon_sym_volatile] = ACTIONS(2486), - [anon_sym_restrict] = ACTIONS(2486), - [anon_sym__Atomic] = ACTIONS(2486), - [anon_sym_mutable] = ACTIONS(2486), - [anon_sym_constexpr] = ACTIONS(2486), - [anon_sym_QMARK] = ACTIONS(2488), - [anon_sym_DASH_DASH] = ACTIONS(2488), - [anon_sym_PLUS_PLUS] = ACTIONS(2488), - [anon_sym_DOT] = ACTIONS(2495), - [anon_sym_DASH_GT] = ACTIONS(2488), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2486), - [anon_sym_template] = ACTIONS(2486), - [sym_operator_name] = ACTIONS(2486), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2486), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2486), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2486), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2486), - [anon_sym_MOZ_COLD] = ACTIONS(2486), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2486), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2486), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2486), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2486), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2486), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2486), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2486), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2486), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2486), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2486), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2486), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2486), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2486), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_NONNULL] = ACTIONS(2486), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2486), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2486), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2486), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2486), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2486), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2486), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2486), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2486), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2486), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2486), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2486), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2486), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2486), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2486), - [anon_sym_MOZ_RAII] = ACTIONS(2486), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2486), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2486), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2486), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2486), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2486), - }, - [1170] = { - [sym_compound_statement] = STATE(139), - [sym_labeled_statement] = STATE(139), - [sym_expression_statement] = STATE(139), - [sym_if_statement] = STATE(139), - [sym_switch_statement] = STATE(139), - [sym_case_statement] = STATE(139), - [sym_while_statement] = STATE(139), - [sym_do_statement] = STATE(139), - [sym_for_statement] = STATE(139), - [sym_return_statement] = STATE(139), - [sym_break_statement] = STATE(139), - [sym_continue_statement] = STATE(139), - [sym_goto_statement] = STATE(139), - [sym__expression] = STATE(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(139), - [sym_co_return_statement] = STATE(139), - [sym_co_yield_statement] = STATE(139), - [sym_throw_statement] = STATE(139), - [sym_try_statement] = STATE(139), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2676), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(265), + [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(271), + [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_case] = ACTIONS(277), - [anon_sym_default] = ACTIONS(279), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), + [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), @@ -230509,111 +222640,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1171] = { - [sym_attribute_declaration] = STATE(1952), - [sym_compound_statement] = STATE(129), - [sym_labeled_statement] = STATE(129), - [sym_expression_statement] = STATE(129), - [sym_if_statement] = STATE(129), - [sym_switch_statement] = STATE(129), - [sym_while_statement] = STATE(129), - [sym_do_statement] = STATE(129), - [sym_for_statement] = STATE(129), - [sym_return_statement] = STATE(129), - [sym_break_statement] = STATE(129), - [sym_continue_statement] = STATE(129), - [sym_goto_statement] = STATE(129), - [sym__expression] = STATE(2811), - [sym_comma_expression] = STATE(5047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(129), - [sym_co_return_statement] = STATE(129), - [sym_co_yield_statement] = STATE(129), - [sym_throw_statement] = STATE(129), - [sym_try_statement] = STATE(129), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_attributed_declarator_repeat1] = STATE(1952), - [sym_identifier] = ACTIONS(2676), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(265), + [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(1040), - [anon_sym_LBRACE] = ACTIONS(271), - [anon_sym_LBRACK] = ACTIONS(1044), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(273), - [anon_sym_switch] = ACTIONS(275), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(283), - [anon_sym_for] = ACTIONS(285), - [anon_sym_return] = ACTIONS(287), - [anon_sym_break] = ACTIONS(289), - [anon_sym_continue] = ACTIONS(291), - [anon_sym_goto] = ACTIONS(293), + [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), @@ -230632,111 +222763,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(297), - [anon_sym_co_return] = ACTIONS(305), - [anon_sym_co_yield] = ACTIONS(307), - [anon_sym_try] = ACTIONS(309), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_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_compound_statement] = STATE(353), - [sym_labeled_statement] = STATE(353), - [sym_expression_statement] = STATE(353), - [sym_if_statement] = STATE(353), - [sym_switch_statement] = STATE(353), - [sym_case_statement] = STATE(353), - [sym_while_statement] = STATE(353), - [sym_do_statement] = STATE(353), - [sym_for_statement] = STATE(353), - [sym_return_statement] = STATE(353), - [sym_break_statement] = STATE(353), - [sym_continue_statement] = STATE(353), - [sym_goto_statement] = STATE(353), - [sym__expression] = STATE(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(353), - [sym_co_return_statement] = STATE(353), - [sym_co_yield_statement] = STATE(353), - [sym_throw_statement] = STATE(353), - [sym_try_statement] = STATE(353), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2672), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(599), + [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(605), + [anon_sym_LBRACE] = ACTIONS(1374), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(607), - [anon_sym_switch] = ACTIONS(609), - [anon_sym_case] = ACTIONS(611), - [anon_sym_default] = ACTIONS(613), - [anon_sym_while] = ACTIONS(615), - [anon_sym_do] = ACTIONS(617), - [anon_sym_for] = ACTIONS(619), - [anon_sym_return] = ACTIONS(621), - [anon_sym_break] = ACTIONS(623), - [anon_sym_continue] = ACTIONS(625), - [anon_sym_goto] = ACTIONS(627), + [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), @@ -230755,111 +222886,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(631), - [anon_sym_co_return] = ACTIONS(639), - [anon_sym_co_yield] = ACTIONS(641), - [anon_sym_try] = ACTIONS(643), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1173] = { - [sym_compound_statement] = STATE(769), - [sym_labeled_statement] = STATE(769), - [sym_expression_statement] = STATE(769), - [sym_if_statement] = STATE(769), - [sym_switch_statement] = STATE(769), - [sym_case_statement] = STATE(769), - [sym_while_statement] = STATE(769), - [sym_do_statement] = STATE(769), - [sym_for_statement] = STATE(769), - [sym_return_statement] = STATE(769), - [sym_break_statement] = STATE(769), - [sym_continue_statement] = STATE(769), - [sym_goto_statement] = STATE(769), - [sym__expression] = STATE(2835), - [sym_comma_expression] = STATE(4656), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(769), - [sym_co_return_statement] = STATE(769), - [sym_co_yield_statement] = STATE(769), - [sym_throw_statement] = STATE(769), - [sym_try_statement] = STATE(769), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1387), + [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(1391), + [anon_sym_LBRACE] = ACTIONS(644), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_switch] = ACTIONS(1395), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_do] = ACTIONS(1399), - [anon_sym_for] = ACTIONS(1401), - [anon_sym_return] = ACTIONS(1403), - [anon_sym_break] = ACTIONS(1405), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_goto] = ACTIONS(1409), + [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), @@ -230878,111 +223009,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1411), - [anon_sym_co_return] = ACTIONS(1413), - [anon_sym_co_yield] = ACTIONS(1415), - [anon_sym_try] = ACTIONS(1417), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1174] = { - [sym_compound_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(2835), - [sym_comma_expression] = STATE(4656), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1387), + [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(1391), + [anon_sym_LBRACE] = ACTIONS(1374), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_switch] = ACTIONS(1395), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_do] = ACTIONS(1399), - [anon_sym_for] = ACTIONS(1401), - [anon_sym_return] = ACTIONS(1403), - [anon_sym_break] = ACTIONS(1405), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_goto] = ACTIONS(1409), + [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), @@ -231001,111 +223132,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1411), - [anon_sym_co_return] = ACTIONS(1413), - [anon_sym_co_yield] = ACTIONS(1415), - [anon_sym_try] = ACTIONS(1417), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1175] = { - [sym_compound_statement] = STATE(695), - [sym_labeled_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_if_statement] = STATE(695), - [sym_switch_statement] = STATE(695), - [sym_case_statement] = STATE(695), - [sym_while_statement] = STATE(695), - [sym_do_statement] = STATE(695), - [sym_for_statement] = STATE(695), - [sym_return_statement] = STATE(695), - [sym_break_statement] = STATE(695), - [sym_continue_statement] = STATE(695), - [sym_goto_statement] = STATE(695), - [sym__expression] = STATE(2835), - [sym_comma_expression] = STATE(4656), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(695), - [sym_co_return_statement] = STATE(695), - [sym_co_yield_statement] = STATE(695), - [sym_throw_statement] = STATE(695), - [sym_try_statement] = STATE(695), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1387), + [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(1391), + [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_switch] = ACTIONS(1395), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_do] = ACTIONS(1399), - [anon_sym_for] = ACTIONS(1401), - [anon_sym_return] = ACTIONS(1403), - [anon_sym_break] = ACTIONS(1405), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_goto] = ACTIONS(1409), + [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), @@ -231124,111 +223255,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1411), - [anon_sym_co_return] = ACTIONS(1413), - [anon_sym_co_yield] = ACTIONS(1415), - [anon_sym_try] = ACTIONS(1417), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1176] = { - [sym_compound_statement] = STATE(704), - [sym_labeled_statement] = STATE(704), - [sym_expression_statement] = STATE(704), - [sym_if_statement] = STATE(704), - [sym_switch_statement] = STATE(704), - [sym_case_statement] = STATE(704), - [sym_while_statement] = STATE(704), - [sym_do_statement] = STATE(704), - [sym_for_statement] = STATE(704), - [sym_return_statement] = STATE(704), - [sym_break_statement] = STATE(704), - [sym_continue_statement] = STATE(704), - [sym_goto_statement] = STATE(704), - [sym__expression] = STATE(2835), - [sym_comma_expression] = STATE(4656), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(704), - [sym_co_return_statement] = STATE(704), - [sym_co_yield_statement] = STATE(704), - [sym_throw_statement] = STATE(704), - [sym_try_statement] = STATE(704), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1387), + [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(1391), + [anon_sym_LBRACE] = ACTIONS(1374), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_switch] = ACTIONS(1395), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_do] = ACTIONS(1399), - [anon_sym_for] = ACTIONS(1401), - [anon_sym_return] = ACTIONS(1403), - [anon_sym_break] = ACTIONS(1405), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_goto] = ACTIONS(1409), + [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), @@ -231247,111 +223378,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1411), - [anon_sym_co_return] = ACTIONS(1413), - [anon_sym_co_yield] = ACTIONS(1415), - [anon_sym_try] = ACTIONS(1417), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1177] = { - [sym_compound_statement] = STATE(463), - [sym_labeled_statement] = STATE(463), - [sym_expression_statement] = STATE(463), - [sym_if_statement] = STATE(463), - [sym_switch_statement] = STATE(463), - [sym_case_statement] = STATE(463), - [sym_while_statement] = STATE(463), - [sym_do_statement] = STATE(463), - [sym_for_statement] = STATE(463), - [sym_return_statement] = STATE(463), - [sym_break_statement] = STATE(463), - [sym_continue_statement] = STATE(463), - [sym_goto_statement] = STATE(463), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(463), - [sym_co_return_statement] = STATE(463), - [sym_co_yield_statement] = STATE(463), - [sym_throw_statement] = STATE(463), - [sym_try_statement] = STATE(463), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2668), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(165), + [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(649), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -231370,111 +223501,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1178] = { - [sym_compound_statement] = STATE(459), - [sym_labeled_statement] = STATE(459), - [sym_expression_statement] = STATE(459), - [sym_if_statement] = STATE(459), - [sym_switch_statement] = STATE(459), - [sym_case_statement] = STATE(459), - [sym_while_statement] = STATE(459), - [sym_do_statement] = STATE(459), - [sym_for_statement] = STATE(459), - [sym_return_statement] = STATE(459), - [sym_break_statement] = STATE(459), - [sym_continue_statement] = STATE(459), - [sym_goto_statement] = STATE(459), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(459), - [sym_co_return_statement] = STATE(459), - [sym_co_yield_statement] = STATE(459), - [sym_throw_statement] = STATE(459), - [sym_try_statement] = STATE(459), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2668), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(165), + [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(649), + [anon_sym_LBRACE] = ACTIONS(2706), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -231493,111 +223624,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1179] = { - [sym_compound_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(2835), - [sym_comma_expression] = STATE(4656), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1387), + [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(1391), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_switch] = ACTIONS(1395), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_do] = ACTIONS(1399), - [anon_sym_for] = ACTIONS(1401), - [anon_sym_return] = ACTIONS(1403), - [anon_sym_break] = ACTIONS(1405), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_goto] = ACTIONS(1409), + [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), @@ -231616,111 +223747,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1411), - [anon_sym_co_return] = ACTIONS(1413), - [anon_sym_co_yield] = ACTIONS(1415), - [anon_sym_try] = ACTIONS(1417), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1180] = { - [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(2835), - [sym_comma_expression] = STATE(4656), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1387), + [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(1391), + [anon_sym_LBRACE] = ACTIONS(600), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_switch] = ACTIONS(1395), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_do] = ACTIONS(1399), - [anon_sym_for] = ACTIONS(1401), - [anon_sym_return] = ACTIONS(1403), - [anon_sym_break] = ACTIONS(1405), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_goto] = ACTIONS(1409), + [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), @@ -231739,111 +223870,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1411), - [anon_sym_co_return] = ACTIONS(1413), - [anon_sym_co_yield] = ACTIONS(1415), - [anon_sym_try] = ACTIONS(1417), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1181] = { - [sym_compound_statement] = STATE(728), - [sym_labeled_statement] = STATE(728), - [sym_expression_statement] = STATE(728), - [sym_if_statement] = STATE(728), - [sym_switch_statement] = STATE(728), - [sym_case_statement] = STATE(728), - [sym_while_statement] = STATE(728), - [sym_do_statement] = STATE(728), - [sym_for_statement] = STATE(728), - [sym_return_statement] = STATE(728), - [sym_break_statement] = STATE(728), - [sym_continue_statement] = STATE(728), - [sym_goto_statement] = STATE(728), - [sym__expression] = STATE(2835), - [sym_comma_expression] = STATE(4656), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(728), - [sym_co_return_statement] = STATE(728), - [sym_co_yield_statement] = STATE(728), - [sym_throw_statement] = STATE(728), - [sym_try_statement] = STATE(728), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1387), + [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(1391), + [anon_sym_LBRACE] = ACTIONS(600), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_switch] = ACTIONS(1395), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_do] = ACTIONS(1399), - [anon_sym_for] = ACTIONS(1401), - [anon_sym_return] = ACTIONS(1403), - [anon_sym_break] = ACTIONS(1405), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_goto] = ACTIONS(1409), + [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), @@ -231862,111 +223993,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1411), - [anon_sym_co_return] = ACTIONS(1413), - [anon_sym_co_yield] = ACTIONS(1415), - [anon_sym_try] = ACTIONS(1417), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1182] = { - [sym_compound_statement] = STATE(4682), - [sym_labeled_statement] = STATE(4682), - [sym_expression_statement] = STATE(4682), - [sym_if_statement] = STATE(4682), - [sym_switch_statement] = STATE(4682), - [sym_case_statement] = STATE(4682), - [sym_while_statement] = STATE(4682), - [sym_do_statement] = STATE(4682), - [sym_for_statement] = STATE(4682), - [sym_return_statement] = STATE(4682), - [sym_break_statement] = STATE(4682), - [sym_continue_statement] = STATE(4682), - [sym_goto_statement] = STATE(4682), - [sym__expression] = STATE(2798), - [sym_comma_expression] = STATE(5040), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(4682), - [sym_co_return_statement] = STATE(4682), - [sym_co_yield_statement] = STATE(4682), - [sym_throw_statement] = STATE(4682), - [sym_try_statement] = STATE(4682), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2708), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(2710), + [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(2712), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2716), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2720), - [anon_sym_for] = ACTIONS(2722), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2726), - [anon_sym_continue] = ACTIONS(2728), - [anon_sym_goto] = ACTIONS(2730), + [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), @@ -231985,111 +224116,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2732), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2738), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1183] = { - [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(2835), - [sym_comma_expression] = STATE(4656), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1387), + [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(1391), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_switch] = ACTIONS(1395), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_do] = ACTIONS(1399), - [anon_sym_for] = ACTIONS(1401), - [anon_sym_return] = ACTIONS(1403), - [anon_sym_break] = ACTIONS(1405), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_goto] = ACTIONS(1409), + [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), @@ -232108,111 +224239,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1411), - [anon_sym_co_return] = ACTIONS(1413), - [anon_sym_co_yield] = ACTIONS(1415), - [anon_sym_try] = ACTIONS(1417), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_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_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(2835), - [sym_comma_expression] = STATE(4656), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1387), + [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(1391), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_switch] = ACTIONS(1395), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_do] = ACTIONS(1399), - [anon_sym_for] = ACTIONS(1401), - [anon_sym_return] = ACTIONS(1403), - [anon_sym_break] = ACTIONS(1405), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_goto] = ACTIONS(1409), + [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), @@ -232231,111 +224362,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1411), - [anon_sym_co_return] = ACTIONS(1413), - [anon_sym_co_yield] = ACTIONS(1415), - [anon_sym_try] = ACTIONS(1417), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_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_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(2835), - [sym_comma_expression] = STATE(4656), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1387), + [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(1391), + [anon_sym_LBRACE] = ACTIONS(644), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_switch] = ACTIONS(1395), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_do] = ACTIONS(1399), - [anon_sym_for] = ACTIONS(1401), - [anon_sym_return] = ACTIONS(1403), - [anon_sym_break] = ACTIONS(1405), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_goto] = ACTIONS(1409), + [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), @@ -232354,111 +224485,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1411), - [anon_sym_co_return] = ACTIONS(1413), - [anon_sym_co_yield] = ACTIONS(1415), - [anon_sym_try] = ACTIONS(1417), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1186] = { - [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(2835), - [sym_comma_expression] = STATE(4656), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1387), + [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(1391), + [anon_sym_LBRACE] = ACTIONS(600), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_switch] = ACTIONS(1395), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_do] = ACTIONS(1399), - [anon_sym_for] = ACTIONS(1401), - [anon_sym_return] = ACTIONS(1403), - [anon_sym_break] = ACTIONS(1405), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_goto] = ACTIONS(1409), + [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), @@ -232477,111 +224608,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1411), - [anon_sym_co_return] = ACTIONS(1413), - [anon_sym_co_yield] = ACTIONS(1415), - [anon_sym_try] = ACTIONS(1417), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_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_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(2835), - [sym_comma_expression] = STATE(4656), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), + [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(1028), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1387), + [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(1391), + [anon_sym_LBRACE] = ACTIONS(2706), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_switch] = ACTIONS(1395), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_do] = ACTIONS(1399), - [anon_sym_for] = ACTIONS(1401), - [anon_sym_return] = ACTIONS(1403), - [anon_sym_break] = ACTIONS(1405), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_goto] = ACTIONS(1409), + [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), @@ -232600,111 +224731,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1411), - [anon_sym_co_return] = ACTIONS(1413), - [anon_sym_co_yield] = ACTIONS(1415), - [anon_sym_try] = ACTIONS(1417), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1188] = { - [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(2835), - [sym_comma_expression] = STATE(4656), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1387), + [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(1391), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_switch] = ACTIONS(1395), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_do] = ACTIONS(1399), - [anon_sym_for] = ACTIONS(1401), - [anon_sym_return] = ACTIONS(1403), - [anon_sym_break] = ACTIONS(1405), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_goto] = ACTIONS(1409), + [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), @@ -232723,111 +224854,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1411), - [anon_sym_co_return] = ACTIONS(1413), - [anon_sym_co_yield] = ACTIONS(1415), - [anon_sym_try] = ACTIONS(1417), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1189] = { - [sym_compound_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(2835), - [sym_comma_expression] = STATE(4656), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1387), + [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(1391), + [anon_sym_LBRACE] = ACTIONS(1374), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_switch] = ACTIONS(1395), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_do] = ACTIONS(1399), - [anon_sym_for] = ACTIONS(1401), - [anon_sym_return] = ACTIONS(1403), - [anon_sym_break] = ACTIONS(1405), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_goto] = ACTIONS(1409), + [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), @@ -232846,111 +224977,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1411), - [anon_sym_co_return] = ACTIONS(1413), - [anon_sym_co_yield] = ACTIONS(1415), - [anon_sym_try] = ACTIONS(1417), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1190] = { - [sym_compound_statement] = STATE(741), - [sym_labeled_statement] = STATE(744), - [sym_expression_statement] = STATE(747), - [sym_if_statement] = STATE(749), - [sym_switch_statement] = STATE(750), - [sym_case_statement] = STATE(751), - [sym_while_statement] = STATE(752), - [sym_do_statement] = STATE(754), - [sym_for_statement] = STATE(755), - [sym_return_statement] = STATE(756), - [sym_break_statement] = STATE(757), - [sym_continue_statement] = STATE(718), - [sym_goto_statement] = STATE(712), - [sym__expression] = STATE(2835), - [sym_comma_expression] = STATE(4656), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(743), - [sym_co_return_statement] = STATE(762), - [sym_co_yield_statement] = STATE(764), - [sym_throw_statement] = STATE(765), - [sym_try_statement] = STATE(766), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1387), + [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(1391), + [anon_sym_LBRACE] = ACTIONS(600), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_switch] = ACTIONS(1395), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_do] = ACTIONS(1399), - [anon_sym_for] = ACTIONS(1401), - [anon_sym_return] = ACTIONS(1403), - [anon_sym_break] = ACTIONS(1405), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_goto] = ACTIONS(1409), + [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), @@ -232969,111 +225100,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1411), - [anon_sym_co_return] = ACTIONS(1413), - [anon_sym_co_yield] = ACTIONS(1415), - [anon_sym_try] = ACTIONS(1417), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_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_compound_statement] = STATE(771), - [sym_labeled_statement] = STATE(770), - [sym_expression_statement] = STATE(768), - [sym_if_statement] = STATE(767), - [sym_switch_statement] = STATE(763), - [sym_case_statement] = STATE(759), - [sym_while_statement] = STATE(758), - [sym_do_statement] = STATE(753), - [sym_for_statement] = STATE(746), - [sym_return_statement] = STATE(745), - [sym_break_statement] = STATE(694), - [sym_continue_statement] = STATE(742), - [sym_goto_statement] = STATE(740), - [sym__expression] = STATE(2835), - [sym_comma_expression] = STATE(4656), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(693), - [sym_co_return_statement] = STATE(739), - [sym_co_yield_statement] = STATE(738), - [sym_throw_statement] = STATE(736), - [sym_try_statement] = STATE(726), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1387), + [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(1391), + [anon_sym_LBRACE] = ACTIONS(600), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_switch] = ACTIONS(1395), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_do] = ACTIONS(1399), - [anon_sym_for] = ACTIONS(1401), - [anon_sym_return] = ACTIONS(1403), - [anon_sym_break] = ACTIONS(1405), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_goto] = ACTIONS(1409), + [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), @@ -233092,111 +225223,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1411), - [anon_sym_co_return] = ACTIONS(1413), - [anon_sym_co_yield] = ACTIONS(1415), - [anon_sym_try] = ACTIONS(1417), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1192] = { - [sym_compound_statement] = STATE(724), - [sym_labeled_statement] = STATE(724), - [sym_expression_statement] = STATE(724), - [sym_if_statement] = STATE(724), - [sym_switch_statement] = STATE(724), - [sym_case_statement] = STATE(724), - [sym_while_statement] = STATE(724), - [sym_do_statement] = STATE(724), - [sym_for_statement] = STATE(724), - [sym_return_statement] = STATE(724), - [sym_break_statement] = STATE(724), - [sym_continue_statement] = STATE(724), - [sym_goto_statement] = STATE(724), - [sym__expression] = STATE(2835), - [sym_comma_expression] = STATE(4656), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(724), - [sym_co_return_statement] = STATE(724), - [sym_co_yield_statement] = STATE(724), - [sym_throw_statement] = STATE(724), - [sym_try_statement] = STATE(724), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1387), + [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(1391), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_switch] = ACTIONS(1395), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_do] = ACTIONS(1399), - [anon_sym_for] = ACTIONS(1401), - [anon_sym_return] = ACTIONS(1403), - [anon_sym_break] = ACTIONS(1405), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_goto] = ACTIONS(1409), + [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), @@ -233215,111 +225346,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1411), - [anon_sym_co_return] = ACTIONS(1413), - [anon_sym_co_yield] = ACTIONS(1415), - [anon_sym_try] = ACTIONS(1417), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_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_compound_statement] = STATE(723), - [sym_labeled_statement] = STATE(723), - [sym_expression_statement] = STATE(723), - [sym_if_statement] = STATE(723), - [sym_switch_statement] = STATE(723), - [sym_case_statement] = STATE(723), - [sym_while_statement] = STATE(723), - [sym_do_statement] = STATE(723), - [sym_for_statement] = STATE(723), - [sym_return_statement] = STATE(723), - [sym_break_statement] = STATE(723), - [sym_continue_statement] = STATE(723), - [sym_goto_statement] = STATE(723), - [sym__expression] = STATE(2835), - [sym_comma_expression] = STATE(4656), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(723), - [sym_co_return_statement] = STATE(723), - [sym_co_yield_statement] = STATE(723), - [sym_throw_statement] = STATE(723), - [sym_try_statement] = STATE(723), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1387), + [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(1391), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_switch] = ACTIONS(1395), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_do] = ACTIONS(1399), - [anon_sym_for] = ACTIONS(1401), - [anon_sym_return] = ACTIONS(1403), - [anon_sym_break] = ACTIONS(1405), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_goto] = ACTIONS(1409), + [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), @@ -233338,111 +225469,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1411), - [anon_sym_co_return] = ACTIONS(1413), - [anon_sym_co_yield] = ACTIONS(1415), - [anon_sym_try] = ACTIONS(1417), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1194] = { - [sym_compound_statement] = STATE(722), - [sym_labeled_statement] = STATE(722), - [sym_expression_statement] = STATE(722), - [sym_if_statement] = STATE(722), - [sym_switch_statement] = STATE(722), - [sym_case_statement] = STATE(722), - [sym_while_statement] = STATE(722), - [sym_do_statement] = STATE(722), - [sym_for_statement] = STATE(722), - [sym_return_statement] = STATE(722), - [sym_break_statement] = STATE(722), - [sym_continue_statement] = STATE(722), - [sym_goto_statement] = STATE(722), - [sym__expression] = STATE(2835), - [sym_comma_expression] = STATE(4656), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(722), - [sym_co_return_statement] = STATE(722), - [sym_co_yield_statement] = STATE(722), - [sym_throw_statement] = STATE(722), - [sym_try_statement] = STATE(722), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1387), + [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(1391), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_switch] = ACTIONS(1395), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_do] = ACTIONS(1399), - [anon_sym_for] = ACTIONS(1401), - [anon_sym_return] = ACTIONS(1403), - [anon_sym_break] = ACTIONS(1405), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_goto] = ACTIONS(1409), + [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), @@ -233461,111 +225592,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1411), - [anon_sym_co_return] = ACTIONS(1413), - [anon_sym_co_yield] = ACTIONS(1415), - [anon_sym_try] = ACTIONS(1417), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1195] = { - [sym_compound_statement] = STATE(4374), - [sym_labeled_statement] = STATE(4374), - [sym_expression_statement] = STATE(4374), - [sym_if_statement] = STATE(4374), - [sym_switch_statement] = STATE(4374), - [sym_case_statement] = STATE(4374), - [sym_while_statement] = STATE(4374), - [sym_do_statement] = STATE(4374), - [sym_for_statement] = STATE(4374), - [sym_return_statement] = STATE(4374), - [sym_break_statement] = STATE(4374), - [sym_continue_statement] = STATE(4374), - [sym_goto_statement] = STATE(4374), - [sym__expression] = STATE(2798), - [sym_comma_expression] = STATE(5040), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(4374), - [sym_co_return_statement] = STATE(4374), - [sym_co_yield_statement] = STATE(4374), - [sym_throw_statement] = STATE(4374), - [sym_try_statement] = STATE(4374), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2708), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(2710), + [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(2712), + [anon_sym_LBRACE] = ACTIONS(600), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2716), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2720), - [anon_sym_for] = ACTIONS(2722), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2726), - [anon_sym_continue] = ACTIONS(2728), - [anon_sym_goto] = ACTIONS(2730), + [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), @@ -233584,234 +225715,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2732), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2738), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_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_compound_statement] = STATE(4375), - [sym_labeled_statement] = STATE(4375), - [sym_expression_statement] = STATE(4375), - [sym_if_statement] = STATE(4375), - [sym_switch_statement] = STATE(4375), - [sym_case_statement] = STATE(4375), - [sym_while_statement] = STATE(4375), - [sym_do_statement] = STATE(4375), - [sym_for_statement] = STATE(4375), - [sym_return_statement] = STATE(4375), - [sym_break_statement] = STATE(4375), - [sym_continue_statement] = STATE(4375), - [sym_goto_statement] = STATE(4375), - [sym__expression] = STATE(2798), - [sym_comma_expression] = STATE(5040), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(4375), - [sym_co_return_statement] = STATE(4375), - [sym_co_yield_statement] = STATE(4375), - [sym_throw_statement] = STATE(4375), - [sym_try_statement] = STATE(4375), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2708), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(2710), + [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(2712), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2716), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2720), - [anon_sym_for] = ACTIONS(2722), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2726), - [anon_sym_continue] = ACTIONS(2728), - [anon_sym_goto] = ACTIONS(2730), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2732), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2738), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1197] = { - [sym_attribute_declaration] = STATE(1952), - [sym_compound_statement] = STATE(715), - [sym_labeled_statement] = STATE(715), - [sym_expression_statement] = STATE(715), - [sym_if_statement] = STATE(715), - [sym_switch_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(2835), - [sym_comma_expression] = STATE(4656), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_attributed_declarator_repeat1] = STATE(1952), - [sym_identifier] = ACTIONS(2702), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1387), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1040), - [anon_sym_LBRACE] = ACTIONS(1391), - [anon_sym_LBRACK] = ACTIONS(1044), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_switch] = ACTIONS(1395), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_do] = ACTIONS(1399), - [anon_sym_for] = ACTIONS(1401), - [anon_sym_return] = ACTIONS(1403), - [anon_sym_break] = ACTIONS(1405), - [anon_sym_continue] = ACTIONS(1407), - [anon_sym_goto] = ACTIONS(1409), + [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), @@ -233830,111 +225838,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(1411), - [anon_sym_co_return] = ACTIONS(1413), - [anon_sym_co_yield] = ACTIONS(1415), - [anon_sym_try] = ACTIONS(1417), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1198] = { - [sym_compound_statement] = STATE(4378), - [sym_labeled_statement] = STATE(4378), - [sym_expression_statement] = STATE(4378), - [sym_if_statement] = STATE(4378), - [sym_switch_statement] = STATE(4378), - [sym_case_statement] = STATE(4378), - [sym_while_statement] = STATE(4378), - [sym_do_statement] = STATE(4378), - [sym_for_statement] = STATE(4378), - [sym_return_statement] = STATE(4378), - [sym_break_statement] = STATE(4378), - [sym_continue_statement] = STATE(4378), - [sym_goto_statement] = STATE(4378), - [sym__expression] = STATE(2798), - [sym_comma_expression] = STATE(5040), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(4378), - [sym_co_return_statement] = STATE(4378), - [sym_co_yield_statement] = STATE(4378), - [sym_throw_statement] = STATE(4378), - [sym_try_statement] = STATE(4378), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2708), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(2710), + [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(2712), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2716), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2720), - [anon_sym_for] = ACTIONS(2722), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2726), - [anon_sym_continue] = ACTIONS(2728), - [anon_sym_goto] = ACTIONS(2730), + [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), @@ -233953,111 +225961,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2732), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2738), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_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_compound_statement] = STATE(4379), - [sym_labeled_statement] = STATE(4379), - [sym_expression_statement] = STATE(4379), - [sym_if_statement] = STATE(4379), - [sym_switch_statement] = STATE(4379), - [sym_case_statement] = STATE(4379), - [sym_while_statement] = STATE(4379), - [sym_do_statement] = STATE(4379), - [sym_for_statement] = STATE(4379), - [sym_return_statement] = STATE(4379), - [sym_break_statement] = STATE(4379), - [sym_continue_statement] = STATE(4379), - [sym_goto_statement] = STATE(4379), - [sym__expression] = STATE(2798), - [sym_comma_expression] = STATE(5040), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(4379), - [sym_co_return_statement] = STATE(4379), - [sym_co_yield_statement] = STATE(4379), - [sym_throw_statement] = STATE(4379), - [sym_try_statement] = STATE(4379), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2708), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(2710), + [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(2712), + [anon_sym_LBRACE] = ACTIONS(1374), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2716), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2720), - [anon_sym_for] = ACTIONS(2722), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2726), - [anon_sym_continue] = ACTIONS(2728), - [anon_sym_goto] = ACTIONS(2730), + [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), @@ -234076,111 +226084,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2732), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2738), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1200] = { - [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(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2674), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(33), + [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(51), + [anon_sym_LBRACE] = ACTIONS(600), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [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(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), @@ -234199,111 +226207,111 @@ 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_template] = ACTIONS(1050), + [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(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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_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_compound_statement] = STATE(280), - [sym_labeled_statement] = STATE(280), - [sym_expression_statement] = STATE(280), - [sym_if_statement] = STATE(280), - [sym_switch_statement] = STATE(280), - [sym_case_statement] = STATE(280), - [sym_while_statement] = STATE(280), - [sym_do_statement] = STATE(280), - [sym_for_statement] = STATE(280), - [sym_return_statement] = STATE(280), - [sym_break_statement] = STATE(280), - [sym_continue_statement] = STATE(280), - [sym_goto_statement] = STATE(280), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(280), - [sym_co_return_statement] = STATE(280), - [sym_co_yield_statement] = STATE(280), - [sym_throw_statement] = STATE(280), - [sym_try_statement] = STATE(280), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2668), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(165), + [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(649), + [anon_sym_LBRACE] = ACTIONS(1374), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -234322,111 +226330,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1202] = { - [sym_compound_statement] = STATE(4380), - [sym_labeled_statement] = STATE(4380), - [sym_expression_statement] = STATE(4380), - [sym_if_statement] = STATE(4380), - [sym_switch_statement] = STATE(4380), - [sym_case_statement] = STATE(4380), - [sym_while_statement] = STATE(4380), - [sym_do_statement] = STATE(4380), - [sym_for_statement] = STATE(4380), - [sym_return_statement] = STATE(4380), - [sym_break_statement] = STATE(4380), - [sym_continue_statement] = STATE(4380), - [sym_goto_statement] = STATE(4380), - [sym__expression] = STATE(2798), - [sym_comma_expression] = STATE(5040), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(4380), - [sym_co_return_statement] = STATE(4380), - [sym_co_yield_statement] = STATE(4380), - [sym_throw_statement] = STATE(4380), - [sym_try_statement] = STATE(4380), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2708), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(2710), + [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(2712), + [anon_sym_LBRACE] = ACTIONS(644), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2716), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2720), - [anon_sym_for] = ACTIONS(2722), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2726), - [anon_sym_continue] = ACTIONS(2728), - [anon_sym_goto] = ACTIONS(2730), + [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), @@ -234445,111 +226453,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2732), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2738), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1203] = { - [sym_attribute_declaration] = STATE(1952), - [sym_compound_statement] = STATE(269), - [sym_labeled_statement] = STATE(269), - [sym_expression_statement] = STATE(269), - [sym_if_statement] = STATE(269), - [sym_switch_statement] = STATE(269), - [sym_while_statement] = STATE(269), - [sym_do_statement] = STATE(269), - [sym_for_statement] = STATE(269), - [sym_return_statement] = STATE(269), - [sym_break_statement] = STATE(269), - [sym_continue_statement] = STATE(269), - [sym_goto_statement] = STATE(269), - [sym__expression] = STATE(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(269), - [sym_co_return_statement] = STATE(269), - [sym_co_yield_statement] = STATE(269), - [sym_throw_statement] = STATE(269), - [sym_try_statement] = STATE(269), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_attributed_declarator_repeat1] = STATE(1952), - [sym_identifier] = ACTIONS(2674), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(33), + [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(1040), - [anon_sym_LBRACE] = ACTIONS(51), - [anon_sym_LBRACK] = ACTIONS(1044), - [sym_primitive_type] = ACTIONS(2670), - [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_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), @@ -234568,234 +226576,111 @@ 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_template] = ACTIONS(1050), + [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(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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1204] = { - [sym_identifier] = ACTIONS(2486), - [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(2493), - [anon_sym_DASH] = ACTIONS(2495), - [anon_sym_PLUS] = ACTIONS(2495), - [anon_sym_STAR] = ACTIONS(2490), - [anon_sym_SLASH] = ACTIONS(2495), - [anon_sym_PERCENT] = ACTIONS(2488), - [anon_sym_PIPE_PIPE] = ACTIONS(2488), - [anon_sym_AMP_AMP] = ACTIONS(2490), - [anon_sym_PIPE] = ACTIONS(2495), - [anon_sym_CARET] = ACTIONS(2488), - [anon_sym_AMP] = ACTIONS(2497), - [anon_sym_EQ_EQ] = ACTIONS(2488), - [anon_sym_BANG_EQ] = ACTIONS(2488), - [anon_sym_GT] = ACTIONS(2495), - [anon_sym_GT_EQ] = ACTIONS(2488), - [anon_sym_LT_EQ] = ACTIONS(2488), - [anon_sym_LT] = ACTIONS(2495), - [anon_sym_LT_LT] = ACTIONS(2488), - [anon_sym_GT_GT] = ACTIONS(2488), - [anon_sym_extern] = ACTIONS(2486), - [anon_sym___attribute__] = ACTIONS(2486), - [anon_sym_COLON_COLON] = ACTIONS(2493), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2493), - [anon_sym___declspec] = ACTIONS(2486), - [anon_sym___based] = ACTIONS(2486), - [anon_sym_LBRACE] = ACTIONS(2493), - [anon_sym_LBRACK] = ACTIONS(2497), - [anon_sym_EQ] = ACTIONS(2486), - [anon_sym_static] = ACTIONS(2486), - [anon_sym_register] = ACTIONS(2486), - [anon_sym_inline] = ACTIONS(2486), - [anon_sym_thread_local] = ACTIONS(2486), - [anon_sym_const] = ACTIONS(2486), - [anon_sym_volatile] = ACTIONS(2486), - [anon_sym_restrict] = ACTIONS(2486), - [anon_sym__Atomic] = ACTIONS(2486), - [anon_sym_mutable] = ACTIONS(2486), - [anon_sym_constexpr] = ACTIONS(2486), - [anon_sym_QMARK] = ACTIONS(2488), - [anon_sym_DASH_DASH] = ACTIONS(2488), - [anon_sym_PLUS_PLUS] = ACTIONS(2488), - [anon_sym_DOT] = ACTIONS(2495), - [anon_sym_DASH_GT] = ACTIONS(2488), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2486), - [anon_sym_template] = ACTIONS(2486), - [sym_operator_name] = ACTIONS(2486), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2486), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2486), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2486), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2486), - [anon_sym_MOZ_COLD] = ACTIONS(2486), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2486), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2486), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2486), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2486), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2486), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2486), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2486), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2486), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2486), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2486), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2486), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2486), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2486), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_NONNULL] = ACTIONS(2486), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2486), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2486), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2486), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2486), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2486), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2486), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2486), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2486), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2486), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2486), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2486), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2486), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2486), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2486), - [anon_sym_MOZ_RAII] = ACTIONS(2486), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2486), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2486), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2486), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2486), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2486), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1205] = { - [sym_compound_statement] = STATE(387), - [sym_labeled_statement] = STATE(389), - [sym_expression_statement] = STATE(391), - [sym_if_statement] = STATE(392), - [sym_switch_statement] = STATE(397), - [sym_case_statement] = STATE(402), - [sym_while_statement] = STATE(406), - [sym_do_statement] = STATE(414), - [sym_for_statement] = STATE(418), - [sym_return_statement] = STATE(419), - [sym_break_statement] = STATE(423), - [sym_continue_statement] = STATE(427), - [sym_goto_statement] = STATE(429), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(431), - [sym_co_return_statement] = STATE(433), - [sym_co_yield_statement] = STATE(308), - [sym_throw_statement] = STATE(442), - [sym_try_statement] = STATE(449), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2668), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(165), + [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(649), + [anon_sym_LBRACE] = ACTIONS(2706), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -234814,111 +226699,234 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1206] = { - [sym_compound_statement] = STATE(260), - [sym_labeled_statement] = STATE(320), - [sym_expression_statement] = STATE(327), - [sym_if_statement] = STATE(330), - [sym_switch_statement] = STATE(332), - [sym_case_statement] = STATE(335), - [sym_while_statement] = STATE(344), - [sym_do_statement] = STATE(345), - [sym_for_statement] = STATE(346), - [sym_return_statement] = STATE(347), - [sym_break_statement] = STATE(349), - [sym_continue_statement] = STATE(363), - [sym_goto_statement] = STATE(368), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(369), - [sym_co_return_statement] = STATE(370), - [sym_co_yield_statement] = STATE(377), - [sym_throw_statement] = STATE(379), - [sym_try_statement] = STATE(382), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2668), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + }, + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(165), + [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(649), + [anon_sym_LBRACE] = ACTIONS(2706), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -234937,111 +226945,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1207] = { - [sym_compound_statement] = STATE(302), - [sym_labeled_statement] = STATE(302), - [sym_expression_statement] = STATE(302), - [sym_if_statement] = STATE(302), - [sym_switch_statement] = STATE(302), - [sym_case_statement] = STATE(302), - [sym_while_statement] = STATE(302), - [sym_do_statement] = STATE(302), - [sym_for_statement] = STATE(302), - [sym_return_statement] = STATE(302), - [sym_break_statement] = STATE(302), - [sym_continue_statement] = STATE(302), - [sym_goto_statement] = STATE(302), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(302), - [sym_co_return_statement] = STATE(302), - [sym_co_yield_statement] = STATE(302), - [sym_throw_statement] = STATE(302), - [sym_try_statement] = STATE(302), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2668), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(165), + [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(649), + [anon_sym_LBRACE] = ACTIONS(600), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -235060,111 +227068,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_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_compound_statement] = STATE(472), - [sym_labeled_statement] = STATE(472), - [sym_expression_statement] = STATE(472), - [sym_if_statement] = STATE(472), - [sym_switch_statement] = STATE(472), - [sym_case_statement] = STATE(472), - [sym_while_statement] = STATE(472), - [sym_do_statement] = STATE(472), - [sym_for_statement] = STATE(472), - [sym_return_statement] = STATE(472), - [sym_break_statement] = STATE(472), - [sym_continue_statement] = STATE(472), - [sym_goto_statement] = STATE(472), - [sym__expression] = STATE(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(472), - [sym_co_return_statement] = STATE(472), - [sym_co_yield_statement] = STATE(472), - [sym_throw_statement] = STATE(472), - [sym_try_statement] = STATE(472), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2672), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(599), + [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(605), + [anon_sym_LBRACE] = ACTIONS(644), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(607), - [anon_sym_switch] = ACTIONS(609), - [anon_sym_case] = ACTIONS(611), - [anon_sym_default] = ACTIONS(613), - [anon_sym_while] = ACTIONS(615), - [anon_sym_do] = ACTIONS(617), - [anon_sym_for] = ACTIONS(619), - [anon_sym_return] = ACTIONS(621), - [anon_sym_break] = ACTIONS(623), - [anon_sym_continue] = ACTIONS(625), - [anon_sym_goto] = ACTIONS(627), + [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), @@ -235183,111 +227191,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(631), - [anon_sym_co_return] = ACTIONS(639), - [anon_sym_co_yield] = ACTIONS(641), - [anon_sym_try] = ACTIONS(643), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1209] = { - [sym_compound_statement] = STATE(289), - [sym_labeled_statement] = STATE(289), - [sym_expression_statement] = STATE(289), - [sym_if_statement] = STATE(289), - [sym_switch_statement] = STATE(289), - [sym_case_statement] = STATE(289), - [sym_while_statement] = STATE(289), - [sym_do_statement] = STATE(289), - [sym_for_statement] = STATE(289), - [sym_return_statement] = STATE(289), - [sym_break_statement] = STATE(289), - [sym_continue_statement] = STATE(289), - [sym_goto_statement] = STATE(289), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(289), - [sym_co_return_statement] = STATE(289), - [sym_co_yield_statement] = STATE(289), - [sym_throw_statement] = STATE(289), - [sym_try_statement] = STATE(289), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2668), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(165), + [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(649), + [anon_sym_LBRACE] = ACTIONS(51), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -235306,111 +227314,234 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1210] = { - [sym_compound_statement] = STATE(5002), - [sym_labeled_statement] = STATE(5002), - [sym_expression_statement] = STATE(5002), - [sym_if_statement] = STATE(5002), - [sym_switch_statement] = STATE(5002), - [sym_case_statement] = STATE(5002), - [sym_while_statement] = STATE(5002), - [sym_do_statement] = STATE(5002), - [sym_for_statement] = STATE(5002), - [sym_return_statement] = STATE(5002), - [sym_break_statement] = STATE(5002), - [sym_continue_statement] = STATE(5002), - [sym_goto_statement] = STATE(5002), - [sym__expression] = STATE(2798), - [sym_comma_expression] = STATE(5040), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(5002), - [sym_co_return_statement] = STATE(5002), - [sym_co_yield_statement] = STATE(5002), - [sym_throw_statement] = STATE(5002), - [sym_try_statement] = STATE(5002), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2708), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(2710), + [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(2712), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2716), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2720), - [anon_sym_for] = ACTIONS(2722), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2726), - [anon_sym_continue] = ACTIONS(2728), - [anon_sym_goto] = ACTIONS(2730), + [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), @@ -235429,111 +227560,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2732), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2738), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1211] = { - [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(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2668), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(165), + [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(649), + [anon_sym_LBRACE] = ACTIONS(644), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -235552,111 +227683,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1212] = { - [sym_compound_statement] = STATE(284), - [sym_labeled_statement] = STATE(284), - [sym_expression_statement] = STATE(284), - [sym_if_statement] = STATE(284), - [sym_switch_statement] = STATE(284), - [sym_case_statement] = STATE(284), - [sym_while_statement] = STATE(284), - [sym_do_statement] = STATE(284), - [sym_for_statement] = STATE(284), - [sym_return_statement] = STATE(284), - [sym_break_statement] = STATE(284), - [sym_continue_statement] = STATE(284), - [sym_goto_statement] = STATE(284), - [sym__expression] = STATE(2761), - [sym_comma_expression] = STATE(4667), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(284), - [sym_co_return_statement] = STATE(284), - [sym_co_yield_statement] = STATE(284), - [sym_throw_statement] = STATE(284), - [sym_try_statement] = STATE(284), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2668), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(165), + [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(649), + [anon_sym_LBRACE] = ACTIONS(2706), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(177), - [anon_sym_switch] = ACTIONS(179), - [anon_sym_case] = ACTIONS(181), - [anon_sym_default] = ACTIONS(183), - [anon_sym_while] = ACTIONS(185), - [anon_sym_do] = ACTIONS(187), - [anon_sym_for] = ACTIONS(189), - [anon_sym_return] = ACTIONS(191), - [anon_sym_break] = ACTIONS(193), - [anon_sym_continue] = ACTIONS(195), - [anon_sym_goto] = ACTIONS(197), + [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), @@ -235675,111 +227806,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(203), - [anon_sym_co_return] = ACTIONS(211), - [anon_sym_co_yield] = ACTIONS(213), - [anon_sym_try] = ACTIONS(215), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1213] = { - [sym_compound_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(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2672), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(599), + [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(605), + [anon_sym_LBRACE] = ACTIONS(644), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(607), - [anon_sym_switch] = ACTIONS(609), - [anon_sym_case] = ACTIONS(611), - [anon_sym_default] = ACTIONS(613), - [anon_sym_while] = ACTIONS(615), - [anon_sym_do] = ACTIONS(617), - [anon_sym_for] = ACTIONS(619), - [anon_sym_return] = ACTIONS(621), - [anon_sym_break] = ACTIONS(623), - [anon_sym_continue] = ACTIONS(625), - [anon_sym_goto] = ACTIONS(627), + [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), @@ -235798,111 +227929,111 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(631), - [anon_sym_co_return] = ACTIONS(639), - [anon_sym_co_yield] = ACTIONS(641), - [anon_sym_try] = ACTIONS(643), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1214] = { - [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(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2674), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(33), + [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(51), + [anon_sym_LBRACE] = ACTIONS(644), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [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(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), @@ -235921,111 +228052,111 @@ 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_template] = ACTIONS(1050), + [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(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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1215] = { - [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(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2674), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(33), + [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(51), + [anon_sym_LBRACE] = ACTIONS(644), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [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(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), @@ -236044,111 +228175,111 @@ 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_template] = ACTIONS(1050), + [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(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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1216] = { - [sym_compound_statement] = STATE(477), - [sym_labeled_statement] = STATE(477), - [sym_expression_statement] = STATE(477), - [sym_if_statement] = STATE(477), - [sym_switch_statement] = STATE(477), - [sym_case_statement] = STATE(477), - [sym_while_statement] = STATE(477), - [sym_do_statement] = STATE(477), - [sym_for_statement] = STATE(477), - [sym_return_statement] = STATE(477), - [sym_break_statement] = STATE(477), - [sym_continue_statement] = STATE(477), - [sym_goto_statement] = STATE(477), - [sym__expression] = STATE(2881), - [sym_comma_expression] = STATE(4660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(477), - [sym_co_return_statement] = STATE(477), - [sym_co_yield_statement] = STATE(477), - [sym_throw_statement] = STATE(477), - [sym_try_statement] = STATE(477), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2672), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(599), + [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(605), + [anon_sym_LBRACE] = ACTIONS(600), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(607), - [anon_sym_switch] = ACTIONS(609), - [anon_sym_case] = ACTIONS(611), - [anon_sym_default] = ACTIONS(613), - [anon_sym_while] = ACTIONS(615), - [anon_sym_do] = ACTIONS(617), - [anon_sym_for] = ACTIONS(619), - [anon_sym_return] = ACTIONS(621), - [anon_sym_break] = ACTIONS(623), - [anon_sym_continue] = ACTIONS(625), - [anon_sym_goto] = ACTIONS(627), + [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), @@ -236167,36 +228298,159 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(631), - [anon_sym_co_return] = ACTIONS(639), - [anon_sym_co_yield] = ACTIONS(641), - [anon_sym_try] = ACTIONS(643), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1217] = { + [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), + }, + [1159] = { [sym_compound_statement] = STATE(275), [sym_labeled_statement] = STATE(275), [sym_expression_statement] = STATE(275), @@ -236210,68 +228464,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(275), [sym_continue_statement] = STATE(275), [sym_goto_statement] = STATE(275), - [sym__expression] = STATE(2795), - [sym_comma_expression] = STATE(4883), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), + [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(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2674), - [anon_sym_LPAREN2] = ACTIONS(1028), + [sym_co_await_expression] = STATE(2685), + [sym_new_expression] = STATE(2685), + [sym_delete_expression] = STATE(2685), + [sym_lambda_expression] = STATE(2685), + [sym_lambda_capture_specifier] = STATE(3523), + [sym_parameter_pack_expansion] = STATE(2685), + [sym_dependent_type_identifier] = STATE(4833), + [sym__scope_resolution] = STATE(3508), + [sym_qualified_identifier] = STATE(2259), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(33), + [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(51), + [anon_sym_LBRACE] = ACTIONS(644), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [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(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), @@ -236290,111 +228544,111 @@ 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_template] = ACTIONS(1050), + [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(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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1218] = { - [sym_compound_statement] = STATE(4832), - [sym_labeled_statement] = STATE(4832), - [sym_expression_statement] = STATE(4832), - [sym_if_statement] = STATE(4832), - [sym_switch_statement] = STATE(4832), - [sym_case_statement] = STATE(4832), - [sym_while_statement] = STATE(4832), - [sym_do_statement] = STATE(4832), - [sym_for_statement] = STATE(4832), - [sym_return_statement] = STATE(4832), - [sym_break_statement] = STATE(4832), - [sym_continue_statement] = STATE(4832), - [sym_goto_statement] = STATE(4832), - [sym__expression] = STATE(2798), - [sym_comma_expression] = STATE(5040), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_for_range_loop] = STATE(4832), - [sym_co_return_statement] = STATE(4832), - [sym_co_yield_statement] = STATE(4832), - [sym_throw_statement] = STATE(4832), - [sym_try_statement] = STATE(4832), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2708), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(2710), + [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(2712), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_if] = ACTIONS(2714), - [anon_sym_switch] = ACTIONS(2716), - [anon_sym_case] = ACTIONS(2704), - [anon_sym_default] = ACTIONS(2706), - [anon_sym_while] = ACTIONS(2718), - [anon_sym_do] = ACTIONS(2720), - [anon_sym_for] = ACTIONS(2722), - [anon_sym_return] = ACTIONS(2724), - [anon_sym_break] = ACTIONS(2726), - [anon_sym_continue] = ACTIONS(2728), - [anon_sym_goto] = ACTIONS(2730), + [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), @@ -236413,2236 +228667,357 @@ 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_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(119), - [anon_sym_throw] = ACTIONS(2732), - [anon_sym_co_return] = ACTIONS(2734), - [anon_sym_co_yield] = ACTIONS(2736), - [anon_sym_try] = ACTIONS(2738), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1219] = { - [sym__expression] = STATE(2326), - [sym_conditional_expression] = STATE(2402), - [sym_assignment_expression] = STATE(2402), - [sym_pointer_expression] = STATE(2473), - [sym_unary_expression] = STATE(2402), - [sym_binary_expression] = STATE(2402), - [sym_update_expression] = STATE(2402), - [sym_cast_expression] = STATE(2402), - [sym_sizeof_expression] = STATE(2402), - [sym_subscript_expression] = STATE(2473), - [sym_call_expression] = STATE(2473), - [sym_field_expression] = STATE(2473), - [sym_compound_literal_expression] = STATE(2402), - [sym_parenthesized_expression] = STATE(2473), - [sym_initializer_list] = STATE(2446), - [sym_char_literal] = STATE(2369), - [sym_concatenated_string] = STATE(2369), - [sym_string_literal] = STATE(1996), - [sym__class_name] = STATE(4300), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2402), - [sym_co_await_expression] = STATE(2402), - [sym_new_expression] = STATE(2402), - [sym_delete_expression] = STATE(2402), - [sym_lambda_expression] = STATE(2402), - [sym_lambda_capture_specifier] = STATE(3457), - [sym_parameter_pack_expansion] = STATE(2402), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2473), - [sym_qualified_type_identifier] = STATE(4300), - [sym_user_defined_literal] = STATE(2402), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [sym_identifier] = ACTIONS(2788), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2754), - [anon_sym_COMMA] = ACTIONS(2754), - [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(2762), - [anon_sym_PERCENT] = ACTIONS(2762), - [anon_sym_PIPE_PIPE] = ACTIONS(2754), - [anon_sym_AMP_AMP] = ACTIONS(2754), - [anon_sym_PIPE] = ACTIONS(2762), - [anon_sym_CARET] = ACTIONS(2762), - [anon_sym_AMP] = ACTIONS(2796), - [anon_sym_EQ_EQ] = ACTIONS(2754), - [anon_sym_BANG_EQ] = ACTIONS(2754), - [anon_sym_GT] = ACTIONS(2762), - [anon_sym_GT_EQ] = ACTIONS(2762), - [anon_sym_LT_EQ] = ACTIONS(2754), - [anon_sym_LT] = ACTIONS(2762), - [anon_sym_LT_LT] = ACTIONS(2762), - [anon_sym_GT_GT] = ACTIONS(2762), - [anon_sym_COLON_COLON] = ACTIONS(2798), - [anon_sym_LBRACE] = ACTIONS(2800), + [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), - [anon_sym_EQ] = ACTIONS(2762), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_QMARK] = ACTIONS(2754), - [anon_sym_STAR_EQ] = ACTIONS(2754), - [anon_sym_SLASH_EQ] = ACTIONS(2754), - [anon_sym_PERCENT_EQ] = ACTIONS(2754), - [anon_sym_PLUS_EQ] = ACTIONS(2754), - [anon_sym_DASH_EQ] = ACTIONS(2754), - [anon_sym_LT_LT_EQ] = ACTIONS(2754), - [anon_sym_GT_GT_EQ] = ACTIONS(2762), - [anon_sym_AMP_EQ] = ACTIONS(2754), - [anon_sym_CARET_EQ] = ACTIONS(2754), - [anon_sym_PIPE_EQ] = ACTIONS(2754), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_sizeof] = ACTIONS(2806), - [anon_sym_DOT] = ACTIONS(2762), - [anon_sym_DASH_GT] = ACTIONS(2754), - [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_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(1050), - [anon_sym_GT2] = ACTIONS(2754), - [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), - }, - [1220] = { - [sym_identifier] = ACTIONS(2826), - [anon_sym_LPAREN2] = ACTIONS(2828), - [anon_sym_TILDE] = ACTIONS(2828), - [anon_sym_STAR] = ACTIONS(2828), - [anon_sym_AMP_AMP] = ACTIONS(2828), - [anon_sym_AMP] = ACTIONS(2826), - [anon_sym_extern] = ACTIONS(2826), - [anon_sym___attribute__] = ACTIONS(2826), - [anon_sym_COLON_COLON] = ACTIONS(2828), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2828), - [anon_sym___declspec] = ACTIONS(2826), - [anon_sym___based] = ACTIONS(2826), - [anon_sym___cdecl] = ACTIONS(2826), - [anon_sym___clrcall] = ACTIONS(2826), - [anon_sym___stdcall] = ACTIONS(2826), - [anon_sym___fastcall] = ACTIONS(2826), - [anon_sym___thiscall] = ACTIONS(2826), - [anon_sym___vectorcall] = ACTIONS(2826), - [anon_sym_LBRACK] = ACTIONS(2826), - [anon_sym_static] = ACTIONS(2826), - [anon_sym_register] = ACTIONS(2826), - [anon_sym_inline] = ACTIONS(2826), - [anon_sym_thread_local] = ACTIONS(2826), - [anon_sym_const] = ACTIONS(2826), - [anon_sym_volatile] = ACTIONS(2826), - [anon_sym_restrict] = ACTIONS(2826), - [anon_sym__Atomic] = ACTIONS(2826), - [anon_sym_mutable] = ACTIONS(2826), - [anon_sym_constexpr] = ACTIONS(2826), - [anon_sym_signed] = ACTIONS(2826), - [anon_sym_unsigned] = ACTIONS(2826), - [anon_sym_long] = ACTIONS(2826), - [anon_sym_short] = ACTIONS(2826), - [sym_primitive_type] = ACTIONS(2826), - [anon_sym_enum] = ACTIONS(2826), - [anon_sym_class] = ACTIONS(2826), - [anon_sym_struct] = ACTIONS(2826), - [anon_sym_union] = ACTIONS(2826), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2826), - [anon_sym_virtual] = ACTIONS(2826), - [anon_sym_explicit] = ACTIONS(2826), - [sym_auto] = ACTIONS(2826), - [anon_sym_typename] = ACTIONS(2826), - [anon_sym_template] = ACTIONS(2826), - [anon_sym_operator] = ACTIONS(2826), - [anon_sym_using] = ACTIONS(2826), - [sym_operator_name] = ACTIONS(2826), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2826), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2826), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2826), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2826), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2826), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2826), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2826), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2826), - [anon_sym_MOZ_COLD] = ACTIONS(2826), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2826), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2826), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2826), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2826), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2826), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2826), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2826), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2826), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2826), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2826), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2826), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2826), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2826), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2826), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2826), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2826), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2826), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2826), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2826), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2826), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2826), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2826), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2826), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2826), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2826), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2826), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2826), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2826), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2826), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2826), - [anon_sym_MOZ_NONNULL] = ACTIONS(2826), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2826), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2826), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2826), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2826), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2826), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2826), - [anon_sym_MOZ_NORETURN] = ACTIONS(2826), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2826), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2826), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2826), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2826), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2826), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2826), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2826), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2826), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2826), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2826), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2826), - [anon_sym_MOZ_RAII] = ACTIONS(2826), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2826), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2826), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2826), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2826), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2826), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2826), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2826), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2826), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2826), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2826), + [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), }, - [1221] = { - [sym__expression] = STATE(2430), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_initializer_list] = STATE(2152), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2754), - [anon_sym_LPAREN2] = ACTIONS(2830), - [anon_sym_BANG] = ACTIONS(2832), - [anon_sym_TILDE] = ACTIONS(2834), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_STAR] = ACTIONS(2836), - [anon_sym_SLASH] = ACTIONS(2762), - [anon_sym_PERCENT] = ACTIONS(2762), - [anon_sym_PIPE_PIPE] = ACTIONS(2754), - [anon_sym_AMP_AMP] = ACTIONS(2754), - [anon_sym_PIPE] = ACTIONS(2762), - [anon_sym_CARET] = ACTIONS(2762), - [anon_sym_AMP] = ACTIONS(2836), - [anon_sym_EQ_EQ] = ACTIONS(2754), - [anon_sym_BANG_EQ] = ACTIONS(2754), - [anon_sym_GT] = ACTIONS(2762), - [anon_sym_GT_EQ] = ACTIONS(2754), - [anon_sym_LT_EQ] = ACTIONS(2754), - [anon_sym_LT] = ACTIONS(2762), - [anon_sym_LT_LT] = ACTIONS(2762), - [anon_sym_GT_GT] = ACTIONS(2762), - [anon_sym_COLON_COLON] = ACTIONS(2838), - [anon_sym_LBRACE] = ACTIONS(2766), + [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), - [anon_sym_EQ] = ACTIONS(2762), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_COLON] = ACTIONS(2762), - [anon_sym_QMARK] = ACTIONS(2754), - [anon_sym_STAR_EQ] = ACTIONS(2754), - [anon_sym_SLASH_EQ] = ACTIONS(2754), - [anon_sym_PERCENT_EQ] = ACTIONS(2754), - [anon_sym_PLUS_EQ] = ACTIONS(2754), - [anon_sym_DASH_EQ] = ACTIONS(2754), - [anon_sym_LT_LT_EQ] = ACTIONS(2754), - [anon_sym_GT_GT_EQ] = ACTIONS(2754), - [anon_sym_AMP_EQ] = ACTIONS(2754), - [anon_sym_CARET_EQ] = ACTIONS(2754), - [anon_sym_PIPE_EQ] = ACTIONS(2754), - [anon_sym_DASH_DASH] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2840), - [anon_sym_sizeof] = ACTIONS(2842), - [anon_sym_DOT] = ACTIONS(2762), - [anon_sym_DASH_GT] = ACTIONS(2754), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2844), - [anon_sym_co_await] = ACTIONS(2846), - [anon_sym_new] = ACTIONS(2848), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), - }, - [1222] = { - [sym_identifier] = ACTIONS(2850), - [anon_sym_LPAREN2] = ACTIONS(2852), - [anon_sym_TILDE] = ACTIONS(2852), - [anon_sym_STAR] = ACTIONS(2852), - [anon_sym_AMP_AMP] = ACTIONS(2852), - [anon_sym_AMP] = ACTIONS(2850), - [anon_sym_extern] = ACTIONS(2850), - [anon_sym___attribute__] = ACTIONS(2850), - [anon_sym_COLON_COLON] = ACTIONS(2852), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2852), - [anon_sym___declspec] = ACTIONS(2850), - [anon_sym___based] = ACTIONS(2850), - [anon_sym___cdecl] = ACTIONS(2850), - [anon_sym___clrcall] = ACTIONS(2850), - [anon_sym___stdcall] = ACTIONS(2850), - [anon_sym___fastcall] = ACTIONS(2850), - [anon_sym___thiscall] = ACTIONS(2850), - [anon_sym___vectorcall] = ACTIONS(2850), - [anon_sym_LBRACK] = ACTIONS(2850), - [anon_sym_static] = ACTIONS(2850), - [anon_sym_register] = ACTIONS(2850), - [anon_sym_inline] = ACTIONS(2850), - [anon_sym_thread_local] = ACTIONS(2850), - [anon_sym_const] = ACTIONS(2850), - [anon_sym_volatile] = ACTIONS(2850), - [anon_sym_restrict] = ACTIONS(2850), - [anon_sym__Atomic] = ACTIONS(2850), - [anon_sym_mutable] = ACTIONS(2850), - [anon_sym_constexpr] = ACTIONS(2850), - [anon_sym_signed] = ACTIONS(2850), - [anon_sym_unsigned] = ACTIONS(2850), - [anon_sym_long] = ACTIONS(2850), - [anon_sym_short] = ACTIONS(2850), - [sym_primitive_type] = ACTIONS(2850), - [anon_sym_enum] = ACTIONS(2850), - [anon_sym_class] = ACTIONS(2850), - [anon_sym_struct] = ACTIONS(2850), - [anon_sym_union] = ACTIONS(2850), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2850), - [anon_sym_virtual] = ACTIONS(2850), - [anon_sym_explicit] = ACTIONS(2850), - [sym_auto] = ACTIONS(2850), - [anon_sym_typename] = ACTIONS(2850), - [anon_sym_template] = ACTIONS(2850), - [anon_sym_operator] = ACTIONS(2850), - [anon_sym_using] = ACTIONS(2850), - [sym_operator_name] = ACTIONS(2850), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2850), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2850), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2850), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2850), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2850), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2850), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2850), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2850), - [anon_sym_MOZ_COLD] = ACTIONS(2850), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2850), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2850), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2850), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2850), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2850), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2850), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2850), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2850), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2850), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2850), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2850), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2850), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2850), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2850), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2850), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2850), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2850), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2850), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2850), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2850), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2850), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2850), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2850), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2850), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2850), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2850), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2850), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2850), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2850), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2850), - [anon_sym_MOZ_NONNULL] = ACTIONS(2850), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2850), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2850), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2850), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2850), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2850), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2850), - [anon_sym_MOZ_NORETURN] = ACTIONS(2850), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2850), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2850), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2850), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2850), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2850), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2850), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2850), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2850), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2850), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2850), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2850), - [anon_sym_MOZ_RAII] = ACTIONS(2850), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2850), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2850), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2850), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2850), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2850), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2850), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2850), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2850), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2850), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2850), - }, - [1223] = { - [sym_identifier] = ACTIONS(2854), - [anon_sym_LPAREN2] = ACTIONS(2856), - [anon_sym_TILDE] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2856), - [anon_sym_AMP_AMP] = ACTIONS(2856), - [anon_sym_AMP] = ACTIONS(2854), - [anon_sym_extern] = ACTIONS(2854), - [anon_sym___attribute__] = ACTIONS(2854), - [anon_sym_COLON_COLON] = ACTIONS(2856), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2856), - [anon_sym___declspec] = ACTIONS(2854), - [anon_sym___based] = ACTIONS(2854), - [anon_sym___cdecl] = ACTIONS(2854), - [anon_sym___clrcall] = ACTIONS(2854), - [anon_sym___stdcall] = ACTIONS(2854), - [anon_sym___fastcall] = ACTIONS(2854), - [anon_sym___thiscall] = ACTIONS(2854), - [anon_sym___vectorcall] = ACTIONS(2854), - [anon_sym_LBRACK] = ACTIONS(2854), - [anon_sym_static] = ACTIONS(2854), - [anon_sym_register] = ACTIONS(2854), - [anon_sym_inline] = ACTIONS(2854), - [anon_sym_thread_local] = ACTIONS(2854), - [anon_sym_const] = ACTIONS(2854), - [anon_sym_volatile] = ACTIONS(2854), - [anon_sym_restrict] = ACTIONS(2854), - [anon_sym__Atomic] = ACTIONS(2854), - [anon_sym_mutable] = ACTIONS(2854), - [anon_sym_constexpr] = ACTIONS(2854), - [anon_sym_signed] = ACTIONS(2854), - [anon_sym_unsigned] = ACTIONS(2854), - [anon_sym_long] = ACTIONS(2854), - [anon_sym_short] = ACTIONS(2854), - [sym_primitive_type] = ACTIONS(2854), - [anon_sym_enum] = ACTIONS(2854), - [anon_sym_class] = ACTIONS(2854), - [anon_sym_struct] = ACTIONS(2854), - [anon_sym_union] = ACTIONS(2854), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2854), - [anon_sym_virtual] = ACTIONS(2854), - [anon_sym_explicit] = ACTIONS(2854), - [sym_auto] = ACTIONS(2854), - [anon_sym_typename] = ACTIONS(2854), - [anon_sym_template] = ACTIONS(2854), - [anon_sym_operator] = ACTIONS(2854), - [anon_sym_using] = ACTIONS(2854), - [sym_operator_name] = ACTIONS(2854), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2854), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2854), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2854), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2854), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2854), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2854), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2854), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2854), - [anon_sym_MOZ_COLD] = ACTIONS(2854), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2854), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2854), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2854), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2854), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2854), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2854), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2854), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2854), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2854), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2854), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2854), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2854), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2854), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2854), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2854), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2854), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2854), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2854), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2854), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2854), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2854), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2854), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2854), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2854), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2854), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2854), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2854), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2854), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2854), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2854), - [anon_sym_MOZ_NONNULL] = ACTIONS(2854), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2854), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2854), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2854), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2854), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2854), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2854), - [anon_sym_MOZ_NORETURN] = ACTIONS(2854), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2854), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2854), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2854), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2854), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2854), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2854), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2854), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2854), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2854), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2854), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2854), - [anon_sym_MOZ_RAII] = ACTIONS(2854), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2854), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2854), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2854), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2854), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2854), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2854), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2854), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2854), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2854), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2854), - }, - [1224] = { - [sym_type_qualifier] = STATE(2526), - [sym__type_specifier] = STATE(3203), - [sym_sized_type_specifier] = STATE(2585), - [sym_enum_specifier] = STATE(2585), - [sym_struct_specifier] = STATE(2585), - [sym_union_specifier] = STATE(2585), - [sym__expression] = STATE(2739), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_type_descriptor] = STATE(3995), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym_decltype] = STATE(2585), - [sym_class_specifier] = STATE(2585), - [sym__class_name] = STATE(4315), - [sym_dependent_type] = STATE(2585), - [sym_template_type] = STATE(3402), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_type_parameter_pack_expansion] = STATE(4065), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3496), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(3404), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [aux_sym_type_definition_repeat1] = STATE(2526), - [aux_sym_sized_type_specifier_repeat1] = STATE(2296), - [sym_identifier] = ACTIONS(2858), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [anon_sym_signed] = ACTIONS(2870), - [anon_sym_unsigned] = ACTIONS(2870), - [anon_sym_long] = ACTIONS(2870), - [anon_sym_short] = ACTIONS(2870), - [sym_primitive_type] = ACTIONS(2872), - [anon_sym_enum] = ACTIONS(2874), - [anon_sym_class] = ACTIONS(2876), - [anon_sym_struct] = ACTIONS(2878), - [anon_sym_union] = ACTIONS(2880), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2894), - [sym_auto] = ACTIONS(2896), - [anon_sym_typename] = ACTIONS(2898), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_GT2] = ACTIONS(2900), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), - }, - [1225] = { - [sym_type_qualifier] = STATE(2526), - [sym__type_specifier] = STATE(3203), - [sym_sized_type_specifier] = STATE(2585), - [sym_enum_specifier] = STATE(2585), - [sym_struct_specifier] = STATE(2585), - [sym_union_specifier] = STATE(2585), - [sym__expression] = STATE(2749), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_type_descriptor] = STATE(4020), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym_decltype] = STATE(2585), - [sym_class_specifier] = STATE(2585), - [sym__class_name] = STATE(4315), - [sym_dependent_type] = STATE(2585), - [sym_template_type] = STATE(3402), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_type_parameter_pack_expansion] = STATE(4045), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3496), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(3404), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [aux_sym_type_definition_repeat1] = STATE(2526), - [aux_sym_sized_type_specifier_repeat1] = STATE(2296), - [sym_identifier] = ACTIONS(2858), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [anon_sym_signed] = ACTIONS(2870), - [anon_sym_unsigned] = ACTIONS(2870), - [anon_sym_long] = ACTIONS(2870), - [anon_sym_short] = ACTIONS(2870), - [sym_primitive_type] = ACTIONS(2872), - [anon_sym_enum] = ACTIONS(2874), - [anon_sym_class] = ACTIONS(2876), - [anon_sym_struct] = ACTIONS(2878), - [anon_sym_union] = ACTIONS(2880), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2894), - [sym_auto] = ACTIONS(2896), - [anon_sym_typename] = ACTIONS(2898), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_GT2] = ACTIONS(2910), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), - }, - [1226] = { - [sym_type_qualifier] = STATE(2526), - [sym__type_specifier] = STATE(3203), - [sym_sized_type_specifier] = STATE(2585), - [sym_enum_specifier] = STATE(2585), - [sym_struct_specifier] = STATE(2585), - [sym_union_specifier] = STATE(2585), - [sym__expression] = STATE(2730), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_type_descriptor] = STATE(4015), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym_decltype] = STATE(2585), - [sym_class_specifier] = STATE(2585), - [sym__class_name] = STATE(4315), - [sym_dependent_type] = STATE(2585), - [sym_template_type] = STATE(3402), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_type_parameter_pack_expansion] = STATE(4257), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3496), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(3404), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [aux_sym_type_definition_repeat1] = STATE(2526), - [aux_sym_sized_type_specifier_repeat1] = STATE(2296), - [sym_identifier] = ACTIONS(2858), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [anon_sym_signed] = ACTIONS(2870), - [anon_sym_unsigned] = ACTIONS(2870), - [anon_sym_long] = ACTIONS(2870), - [anon_sym_short] = ACTIONS(2870), - [sym_primitive_type] = ACTIONS(2872), - [anon_sym_enum] = ACTIONS(2874), - [anon_sym_class] = ACTIONS(2876), - [anon_sym_struct] = ACTIONS(2878), - [anon_sym_union] = ACTIONS(2880), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2894), - [sym_auto] = ACTIONS(2896), - [anon_sym_typename] = ACTIONS(2898), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_GT2] = ACTIONS(2912), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), - }, - [1227] = { - [sym_type_qualifier] = STATE(2526), - [sym__type_specifier] = STATE(3203), - [sym_sized_type_specifier] = STATE(2585), - [sym_enum_specifier] = STATE(2585), - [sym_struct_specifier] = STATE(2585), - [sym_union_specifier] = STATE(2585), - [sym__expression] = STATE(2705), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_type_descriptor] = STATE(3880), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym_decltype] = STATE(2585), - [sym_class_specifier] = STATE(2585), - [sym__class_name] = STATE(4315), - [sym_dependent_type] = STATE(2585), - [sym_template_type] = STATE(3402), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_type_parameter_pack_expansion] = STATE(4189), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3496), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(3404), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [aux_sym_type_definition_repeat1] = STATE(2526), - [aux_sym_sized_type_specifier_repeat1] = STATE(2296), - [sym_identifier] = ACTIONS(2858), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [anon_sym_signed] = ACTIONS(2870), - [anon_sym_unsigned] = ACTIONS(2870), - [anon_sym_long] = ACTIONS(2870), - [anon_sym_short] = ACTIONS(2870), - [sym_primitive_type] = ACTIONS(2872), - [anon_sym_enum] = ACTIONS(2874), - [anon_sym_class] = ACTIONS(2876), - [anon_sym_struct] = ACTIONS(2878), - [anon_sym_union] = ACTIONS(2880), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2894), - [sym_auto] = ACTIONS(2896), - [anon_sym_typename] = ACTIONS(2898), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_GT2] = ACTIONS(2914), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), - }, - [1228] = { - [sym_type_qualifier] = STATE(2526), - [sym__type_specifier] = STATE(3203), - [sym_sized_type_specifier] = STATE(2585), - [sym_enum_specifier] = STATE(2585), - [sym_struct_specifier] = STATE(2585), - [sym_union_specifier] = STATE(2585), - [sym__expression] = STATE(2747), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_type_descriptor] = STATE(4030), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym_decltype] = STATE(2585), - [sym_class_specifier] = STATE(2585), - [sym__class_name] = STATE(4315), - [sym_dependent_type] = STATE(2585), - [sym_template_type] = STATE(3402), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_type_parameter_pack_expansion] = STATE(4042), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3496), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(3404), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [aux_sym_type_definition_repeat1] = STATE(2526), - [aux_sym_sized_type_specifier_repeat1] = STATE(2296), - [sym_identifier] = ACTIONS(2858), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [anon_sym_signed] = ACTIONS(2870), - [anon_sym_unsigned] = ACTIONS(2870), - [anon_sym_long] = ACTIONS(2870), - [anon_sym_short] = ACTIONS(2870), - [sym_primitive_type] = ACTIONS(2872), - [anon_sym_enum] = ACTIONS(2874), - [anon_sym_class] = ACTIONS(2876), - [anon_sym_struct] = ACTIONS(2878), - [anon_sym_union] = ACTIONS(2880), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2894), - [sym_auto] = ACTIONS(2896), - [anon_sym_typename] = ACTIONS(2898), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_GT2] = ACTIONS(2916), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), - }, - [1229] = { - [sym_type_qualifier] = STATE(2526), - [sym__type_specifier] = STATE(3203), - [sym_sized_type_specifier] = STATE(2585), - [sym_enum_specifier] = STATE(2585), - [sym_struct_specifier] = STATE(2585), - [sym_union_specifier] = STATE(2585), - [sym__expression] = STATE(2723), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_type_descriptor] = STATE(3890), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym_decltype] = STATE(2585), - [sym_class_specifier] = STATE(2585), - [sym__class_name] = STATE(4315), - [sym_dependent_type] = STATE(2585), - [sym_template_type] = STATE(3402), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_type_parameter_pack_expansion] = STATE(4249), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3496), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(3404), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [aux_sym_type_definition_repeat1] = STATE(2526), - [aux_sym_sized_type_specifier_repeat1] = STATE(2296), - [sym_identifier] = ACTIONS(2858), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [anon_sym_signed] = ACTIONS(2870), - [anon_sym_unsigned] = ACTIONS(2870), - [anon_sym_long] = ACTIONS(2870), - [anon_sym_short] = ACTIONS(2870), - [sym_primitive_type] = ACTIONS(2872), - [anon_sym_enum] = ACTIONS(2874), - [anon_sym_class] = ACTIONS(2876), - [anon_sym_struct] = ACTIONS(2878), - [anon_sym_union] = ACTIONS(2880), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2894), - [sym_auto] = ACTIONS(2896), - [anon_sym_typename] = ACTIONS(2898), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_GT2] = ACTIONS(2918), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), - }, - [1230] = { - [sym_type_qualifier] = STATE(2526), - [sym__type_specifier] = STATE(3203), - [sym_sized_type_specifier] = STATE(2585), - [sym_enum_specifier] = STATE(2585), - [sym_struct_specifier] = STATE(2585), - [sym_union_specifier] = STATE(2585), - [sym__expression] = STATE(2754), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_type_descriptor] = STATE(3962), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym_decltype] = STATE(2585), - [sym_class_specifier] = STATE(2585), - [sym__class_name] = STATE(4315), - [sym_dependent_type] = STATE(2585), - [sym_template_type] = STATE(3402), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_type_parameter_pack_expansion] = STATE(4225), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3496), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(3404), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [aux_sym_type_definition_repeat1] = STATE(2526), - [aux_sym_sized_type_specifier_repeat1] = STATE(2296), - [sym_identifier] = ACTIONS(2858), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [anon_sym_signed] = ACTIONS(2870), - [anon_sym_unsigned] = ACTIONS(2870), - [anon_sym_long] = ACTIONS(2870), - [anon_sym_short] = ACTIONS(2870), - [sym_primitive_type] = ACTIONS(2872), - [anon_sym_enum] = ACTIONS(2874), - [anon_sym_class] = ACTIONS(2876), - [anon_sym_struct] = ACTIONS(2878), - [anon_sym_union] = ACTIONS(2880), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2894), - [sym_auto] = ACTIONS(2896), - [anon_sym_typename] = ACTIONS(2898), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_GT2] = ACTIONS(2920), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), - }, - [1231] = { - [sym_string_literal] = STATE(781), - [sym_identifier] = ACTIONS(2922), - [anon_sym_LPAREN2] = ACTIONS(2924), - [anon_sym_TILDE] = ACTIONS(2924), - [anon_sym_STAR] = ACTIONS(2924), - [anon_sym_AMP_AMP] = ACTIONS(2924), - [anon_sym_AMP] = ACTIONS(2922), - [anon_sym_extern] = ACTIONS(2922), - [anon_sym___attribute__] = ACTIONS(2922), - [anon_sym_COLON_COLON] = ACTIONS(2924), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), - [anon_sym___declspec] = ACTIONS(2922), - [anon_sym___based] = ACTIONS(2922), - [anon_sym_LBRACK] = ACTIONS(2922), - [anon_sym_static] = ACTIONS(2922), - [anon_sym_register] = ACTIONS(2922), - [anon_sym_inline] = ACTIONS(2922), - [anon_sym_thread_local] = ACTIONS(2922), - [anon_sym_const] = ACTIONS(2922), - [anon_sym_volatile] = ACTIONS(2922), - [anon_sym_restrict] = ACTIONS(2922), - [anon_sym__Atomic] = ACTIONS(2922), - [anon_sym_mutable] = ACTIONS(2922), - [anon_sym_constexpr] = ACTIONS(2922), - [anon_sym_signed] = ACTIONS(2922), - [anon_sym_unsigned] = ACTIONS(2922), - [anon_sym_long] = ACTIONS(2922), - [anon_sym_short] = ACTIONS(2922), - [sym_primitive_type] = ACTIONS(2922), - [anon_sym_enum] = ACTIONS(2922), - [anon_sym_class] = ACTIONS(2922), - [anon_sym_struct] = ACTIONS(2922), - [anon_sym_union] = ACTIONS(2922), - [anon_sym_L_DQUOTE] = ACTIONS(2926), - [anon_sym_u_DQUOTE] = ACTIONS(2926), - [anon_sym_U_DQUOTE] = ACTIONS(2926), - [anon_sym_u8_DQUOTE] = ACTIONS(2926), - [anon_sym_DQUOTE] = ACTIONS(2926), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2922), - [anon_sym_virtual] = ACTIONS(2922), - [anon_sym_explicit] = ACTIONS(2922), - [sym_auto] = ACTIONS(2922), - [anon_sym_typename] = ACTIONS(2922), - [anon_sym_template] = ACTIONS(2922), - [anon_sym_operator] = ACTIONS(2922), - [sym_operator_name] = ACTIONS(2922), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2922), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2922), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2922), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2922), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2922), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2922), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2922), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2922), - [anon_sym_MOZ_COLD] = ACTIONS(2922), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2922), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2922), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2922), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2922), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2922), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2922), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2922), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2922), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2922), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2922), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2922), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2922), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2922), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2922), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2922), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2922), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2922), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2922), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2922), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2922), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_NONNULL] = ACTIONS(2922), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2922), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2922), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2922), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2922), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2922), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_NORETURN] = ACTIONS(2922), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2922), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2922), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2922), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2922), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2922), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2922), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2922), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2922), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2922), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2922), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2922), - [anon_sym_MOZ_RAII] = ACTIONS(2922), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2922), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2922), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2922), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2922), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2922), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2922), - }, - [1232] = { - [sym_type_qualifier] = STATE(2526), - [sym__type_specifier] = STATE(3203), - [sym_sized_type_specifier] = STATE(2585), - [sym_enum_specifier] = STATE(2585), - [sym_struct_specifier] = STATE(2585), - [sym_union_specifier] = STATE(2585), - [sym__expression] = STATE(2704), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_type_descriptor] = STATE(3887), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym_decltype] = STATE(2585), - [sym_class_specifier] = STATE(2585), - [sym__class_name] = STATE(4315), - [sym_dependent_type] = STATE(2585), - [sym_template_type] = STATE(3402), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_type_parameter_pack_expansion] = STATE(4164), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3496), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(3404), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [aux_sym_type_definition_repeat1] = STATE(2526), - [aux_sym_sized_type_specifier_repeat1] = STATE(2296), - [sym_identifier] = ACTIONS(2858), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [anon_sym_signed] = ACTIONS(2870), - [anon_sym_unsigned] = ACTIONS(2870), - [anon_sym_long] = ACTIONS(2870), - [anon_sym_short] = ACTIONS(2870), - [sym_primitive_type] = ACTIONS(2872), - [anon_sym_enum] = ACTIONS(2874), - [anon_sym_class] = ACTIONS(2876), - [anon_sym_struct] = ACTIONS(2878), - [anon_sym_union] = ACTIONS(2880), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2894), - [sym_auto] = ACTIONS(2896), - [anon_sym_typename] = ACTIONS(2898), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_GT2] = ACTIONS(2928), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), - }, - [1233] = { - [sym_string_literal] = STATE(782), - [sym_identifier] = ACTIONS(2922), - [anon_sym_LPAREN2] = ACTIONS(2924), - [anon_sym_TILDE] = ACTIONS(2924), - [anon_sym_STAR] = ACTIONS(2924), - [anon_sym_AMP_AMP] = ACTIONS(2924), - [anon_sym_AMP] = ACTIONS(2922), - [anon_sym_extern] = ACTIONS(2922), - [anon_sym___attribute__] = ACTIONS(2922), - [anon_sym_COLON_COLON] = ACTIONS(2924), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), - [anon_sym___declspec] = ACTIONS(2922), - [anon_sym___based] = ACTIONS(2922), - [anon_sym_LBRACK] = ACTIONS(2922), - [anon_sym_static] = ACTIONS(2922), - [anon_sym_register] = ACTIONS(2922), - [anon_sym_inline] = ACTIONS(2922), - [anon_sym_thread_local] = ACTIONS(2922), - [anon_sym_const] = ACTIONS(2922), - [anon_sym_volatile] = ACTIONS(2922), - [anon_sym_restrict] = ACTIONS(2922), - [anon_sym__Atomic] = ACTIONS(2922), - [anon_sym_mutable] = ACTIONS(2922), - [anon_sym_constexpr] = ACTIONS(2922), - [anon_sym_signed] = ACTIONS(2922), - [anon_sym_unsigned] = ACTIONS(2922), - [anon_sym_long] = ACTIONS(2922), - [anon_sym_short] = ACTIONS(2922), - [sym_primitive_type] = ACTIONS(2922), - [anon_sym_enum] = ACTIONS(2922), - [anon_sym_class] = ACTIONS(2922), - [anon_sym_struct] = ACTIONS(2922), - [anon_sym_union] = ACTIONS(2922), - [anon_sym_L_DQUOTE] = ACTIONS(2926), - [anon_sym_u_DQUOTE] = ACTIONS(2926), - [anon_sym_U_DQUOTE] = ACTIONS(2926), - [anon_sym_u8_DQUOTE] = ACTIONS(2926), - [anon_sym_DQUOTE] = ACTIONS(2926), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2922), - [anon_sym_virtual] = ACTIONS(2922), - [anon_sym_explicit] = ACTIONS(2922), - [sym_auto] = ACTIONS(2922), - [anon_sym_typename] = ACTIONS(2922), - [anon_sym_template] = ACTIONS(2922), - [anon_sym_operator] = ACTIONS(2922), - [sym_operator_name] = ACTIONS(2922), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2922), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2922), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2922), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2922), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2922), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2922), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2922), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2922), - [anon_sym_MOZ_COLD] = ACTIONS(2922), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2922), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2922), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2922), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2922), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2922), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2922), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2922), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2922), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2922), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2922), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2922), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2922), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2922), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2922), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2922), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2922), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2922), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2922), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2922), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2922), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_NONNULL] = ACTIONS(2922), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2922), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2922), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2922), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2922), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2922), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_NORETURN] = ACTIONS(2922), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2922), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2922), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2922), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2922), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2922), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2922), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2922), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2922), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2922), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2922), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2922), - [anon_sym_MOZ_RAII] = ACTIONS(2922), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2922), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2922), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2922), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2922), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2922), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2922), - }, - [1234] = { - [sym_type_qualifier] = STATE(2526), - [sym__type_specifier] = STATE(3203), - [sym_sized_type_specifier] = STATE(2585), - [sym_enum_specifier] = STATE(2585), - [sym_struct_specifier] = STATE(2585), - [sym_union_specifier] = STATE(2585), - [sym__expression] = STATE(2745), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_type_descriptor] = STATE(3937), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym_decltype] = STATE(2585), - [sym_class_specifier] = STATE(2585), - [sym__class_name] = STATE(4315), - [sym_dependent_type] = STATE(2585), - [sym_template_type] = STATE(3402), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_type_parameter_pack_expansion] = STATE(4101), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3496), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(3404), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [aux_sym_type_definition_repeat1] = STATE(2526), - [aux_sym_sized_type_specifier_repeat1] = STATE(2296), - [sym_identifier] = ACTIONS(2858), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [anon_sym_signed] = ACTIONS(2870), - [anon_sym_unsigned] = ACTIONS(2870), - [anon_sym_long] = ACTIONS(2870), - [anon_sym_short] = ACTIONS(2870), - [sym_primitive_type] = ACTIONS(2872), - [anon_sym_enum] = ACTIONS(2874), - [anon_sym_class] = ACTIONS(2876), - [anon_sym_struct] = ACTIONS(2878), - [anon_sym_union] = ACTIONS(2880), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2894), - [sym_auto] = ACTIONS(2896), - [anon_sym_typename] = ACTIONS(2898), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_GT2] = ACTIONS(2930), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), - }, - [1235] = { - [sym_string_literal] = STATE(785), - [sym_identifier] = ACTIONS(2922), - [anon_sym_LPAREN2] = ACTIONS(2924), - [anon_sym_TILDE] = ACTIONS(2924), - [anon_sym_STAR] = ACTIONS(2924), - [anon_sym_AMP_AMP] = ACTIONS(2924), - [anon_sym_AMP] = ACTIONS(2922), - [anon_sym_extern] = ACTIONS(2922), - [anon_sym___attribute__] = ACTIONS(2922), - [anon_sym_COLON_COLON] = ACTIONS(2924), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), - [anon_sym___declspec] = ACTIONS(2922), - [anon_sym___based] = ACTIONS(2922), - [anon_sym_LBRACK] = ACTIONS(2922), - [anon_sym_static] = ACTIONS(2922), - [anon_sym_register] = ACTIONS(2922), - [anon_sym_inline] = ACTIONS(2922), - [anon_sym_thread_local] = ACTIONS(2922), - [anon_sym_const] = ACTIONS(2922), - [anon_sym_volatile] = ACTIONS(2922), - [anon_sym_restrict] = ACTIONS(2922), - [anon_sym__Atomic] = ACTIONS(2922), - [anon_sym_mutable] = ACTIONS(2922), - [anon_sym_constexpr] = ACTIONS(2922), - [anon_sym_signed] = ACTIONS(2922), - [anon_sym_unsigned] = ACTIONS(2922), - [anon_sym_long] = ACTIONS(2922), - [anon_sym_short] = ACTIONS(2922), - [sym_primitive_type] = ACTIONS(2922), - [anon_sym_enum] = ACTIONS(2922), - [anon_sym_class] = ACTIONS(2922), - [anon_sym_struct] = ACTIONS(2922), - [anon_sym_union] = ACTIONS(2922), - [anon_sym_L_DQUOTE] = ACTIONS(2926), - [anon_sym_u_DQUOTE] = ACTIONS(2926), - [anon_sym_U_DQUOTE] = ACTIONS(2926), - [anon_sym_u8_DQUOTE] = ACTIONS(2926), - [anon_sym_DQUOTE] = ACTIONS(2926), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2922), - [anon_sym_virtual] = ACTIONS(2922), - [anon_sym_explicit] = ACTIONS(2922), - [sym_auto] = ACTIONS(2922), - [anon_sym_typename] = ACTIONS(2922), - [anon_sym_template] = ACTIONS(2922), - [anon_sym_operator] = ACTIONS(2922), - [sym_operator_name] = ACTIONS(2922), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2922), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2922), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2922), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2922), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2922), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2922), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2922), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2922), - [anon_sym_MOZ_COLD] = ACTIONS(2922), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2922), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2922), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2922), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2922), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2922), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2922), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2922), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2922), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2922), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2922), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2922), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2922), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2922), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2922), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2922), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2922), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2922), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2922), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2922), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2922), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_NONNULL] = ACTIONS(2922), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2922), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2922), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2922), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2922), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2922), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_NORETURN] = ACTIONS(2922), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2922), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2922), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2922), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2922), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2922), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2922), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2922), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2922), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2922), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2922), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2922), - [anon_sym_MOZ_RAII] = ACTIONS(2922), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2922), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2922), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2922), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2922), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2922), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2922), - }, - [1236] = { - [sym_string_literal] = STATE(783), - [sym_identifier] = ACTIONS(2922), - [anon_sym_LPAREN2] = ACTIONS(2924), - [anon_sym_TILDE] = ACTIONS(2924), - [anon_sym_STAR] = ACTIONS(2924), - [anon_sym_AMP_AMP] = ACTIONS(2924), - [anon_sym_AMP] = ACTIONS(2922), - [anon_sym_extern] = ACTIONS(2922), - [anon_sym___attribute__] = ACTIONS(2922), - [anon_sym_COLON_COLON] = ACTIONS(2924), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), - [anon_sym___declspec] = ACTIONS(2922), - [anon_sym___based] = ACTIONS(2922), - [anon_sym_LBRACK] = ACTIONS(2922), - [anon_sym_static] = ACTIONS(2922), - [anon_sym_register] = ACTIONS(2922), - [anon_sym_inline] = ACTIONS(2922), - [anon_sym_thread_local] = ACTIONS(2922), - [anon_sym_const] = ACTIONS(2922), - [anon_sym_volatile] = ACTIONS(2922), - [anon_sym_restrict] = ACTIONS(2922), - [anon_sym__Atomic] = ACTIONS(2922), - [anon_sym_mutable] = ACTIONS(2922), - [anon_sym_constexpr] = ACTIONS(2922), - [anon_sym_signed] = ACTIONS(2922), - [anon_sym_unsigned] = ACTIONS(2922), - [anon_sym_long] = ACTIONS(2922), - [anon_sym_short] = ACTIONS(2922), - [sym_primitive_type] = ACTIONS(2922), - [anon_sym_enum] = ACTIONS(2922), - [anon_sym_class] = ACTIONS(2922), - [anon_sym_struct] = ACTIONS(2922), - [anon_sym_union] = ACTIONS(2922), - [anon_sym_L_DQUOTE] = ACTIONS(2926), - [anon_sym_u_DQUOTE] = ACTIONS(2926), - [anon_sym_U_DQUOTE] = ACTIONS(2926), - [anon_sym_u8_DQUOTE] = ACTIONS(2926), - [anon_sym_DQUOTE] = ACTIONS(2926), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2922), - [anon_sym_virtual] = ACTIONS(2922), - [anon_sym_explicit] = ACTIONS(2922), - [sym_auto] = ACTIONS(2922), - [anon_sym_typename] = ACTIONS(2922), - [anon_sym_template] = ACTIONS(2922), - [anon_sym_operator] = ACTIONS(2922), - [sym_operator_name] = ACTIONS(2922), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2922), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2922), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2922), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2922), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2922), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2922), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2922), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2922), - [anon_sym_MOZ_COLD] = ACTIONS(2922), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2922), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2922), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2922), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2922), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2922), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2922), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2922), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2922), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2922), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2922), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2922), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2922), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2922), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2922), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2922), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2922), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2922), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2922), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2922), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2922), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_NONNULL] = ACTIONS(2922), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2922), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2922), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2922), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2922), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2922), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_NORETURN] = ACTIONS(2922), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2922), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2922), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2922), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2922), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2922), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2922), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2922), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2922), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2922), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2922), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2922), - [anon_sym_MOZ_RAII] = ACTIONS(2922), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2922), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2922), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2922), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2922), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2922), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2922), + [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), }, - [1237] = { - [sym_type_qualifier] = STATE(2534), - [sym__type_specifier] = STATE(3226), - [sym_sized_type_specifier] = STATE(2228), - [sym_enum_specifier] = STATE(2228), - [sym_struct_specifier] = STATE(2228), - [sym_union_specifier] = STATE(2228), - [sym__expression] = STATE(2870), - [sym_comma_expression] = STATE(4824), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_type_descriptor] = STATE(4826), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(2228), - [sym_class_specifier] = STATE(2228), - [sym__class_name] = STATE(4441), - [sym_dependent_type] = STATE(2228), - [sym_template_type] = STATE(3402), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3473), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(3404), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(2534), - [aux_sym_sized_type_specifier_repeat1] = STATE(2020), - [sym_identifier] = ACTIONS(2932), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [anon_sym_signed] = ACTIONS(2522), - [anon_sym_unsigned] = ACTIONS(2522), - [anon_sym_long] = ACTIONS(2522), - [anon_sym_short] = ACTIONS(2522), - [sym_primitive_type] = ACTIONS(2524), - [anon_sym_enum] = ACTIONS(2526), - [anon_sym_class] = ACTIONS(2528), - [anon_sym_struct] = ACTIONS(2530), - [anon_sym_union] = ACTIONS(2532), + [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), @@ -238661,105 +229036,111 @@ 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(2534), - [sym_auto] = ACTIONS(2536), - [anon_sym_typename] = ACTIONS(2538), - [anon_sym_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1238] = { - [sym_type_qualifier] = STATE(2534), - [sym__type_specifier] = STATE(3226), - [sym_sized_type_specifier] = STATE(2228), - [sym_enum_specifier] = STATE(2228), - [sym_struct_specifier] = STATE(2228), - [sym_union_specifier] = STATE(2228), - [sym__expression] = STATE(2870), - [sym_comma_expression] = STATE(4824), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_type_descriptor] = STATE(4848), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(2228), - [sym_class_specifier] = STATE(2228), - [sym__class_name] = STATE(4441), - [sym_dependent_type] = STATE(2228), - [sym_template_type] = STATE(3402), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3473), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(3404), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(2534), - [aux_sym_sized_type_specifier_repeat1] = STATE(2020), - [sym_identifier] = ACTIONS(2932), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [anon_sym_signed] = ACTIONS(2522), - [anon_sym_unsigned] = ACTIONS(2522), - [anon_sym_long] = ACTIONS(2522), - [anon_sym_short] = ACTIONS(2522), - [sym_primitive_type] = ACTIONS(2524), - [anon_sym_enum] = ACTIONS(2526), - [anon_sym_class] = ACTIONS(2528), - [anon_sym_struct] = ACTIONS(2530), - [anon_sym_union] = ACTIONS(2532), + [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), @@ -238778,105 +229159,111 @@ 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(2534), - [sym_auto] = ACTIONS(2536), - [anon_sym_typename] = ACTIONS(2538), - [anon_sym_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1239] = { - [sym_type_qualifier] = STATE(2534), - [sym__type_specifier] = STATE(3226), - [sym_sized_type_specifier] = STATE(2228), - [sym_enum_specifier] = STATE(2228), - [sym_struct_specifier] = STATE(2228), - [sym_union_specifier] = STATE(2228), - [sym__expression] = STATE(2870), - [sym_comma_expression] = STATE(4824), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_type_descriptor] = STATE(4669), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(2228), - [sym_class_specifier] = STATE(2228), - [sym__class_name] = STATE(4441), - [sym_dependent_type] = STATE(2228), - [sym_template_type] = STATE(3402), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3473), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(3404), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(2534), - [aux_sym_sized_type_specifier_repeat1] = STATE(2020), - [sym_identifier] = ACTIONS(2932), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [anon_sym_signed] = ACTIONS(2522), - [anon_sym_unsigned] = ACTIONS(2522), - [anon_sym_long] = ACTIONS(2522), - [anon_sym_short] = ACTIONS(2522), - [sym_primitive_type] = ACTIONS(2524), - [anon_sym_enum] = ACTIONS(2526), - [anon_sym_class] = ACTIONS(2528), - [anon_sym_struct] = ACTIONS(2530), - [anon_sym_union] = ACTIONS(2532), + [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), @@ -238895,105 +229282,111 @@ 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(2534), - [sym_auto] = ACTIONS(2536), - [anon_sym_typename] = ACTIONS(2538), - [anon_sym_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1240] = { - [sym_type_qualifier] = STATE(2534), - [sym__type_specifier] = STATE(3226), - [sym_sized_type_specifier] = STATE(2228), - [sym_enum_specifier] = STATE(2228), - [sym_struct_specifier] = STATE(2228), - [sym_union_specifier] = STATE(2228), - [sym__expression] = STATE(2765), - [sym_comma_expression] = STATE(4865), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_type_descriptor] = STATE(5055), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(2228), - [sym_class_specifier] = STATE(2228), - [sym__class_name] = STATE(4441), - [sym_dependent_type] = STATE(2228), - [sym_template_type] = STATE(3402), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3473), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(3404), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(2534), - [aux_sym_sized_type_specifier_repeat1] = STATE(2020), - [sym_identifier] = ACTIONS(2932), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [anon_sym_signed] = ACTIONS(2522), - [anon_sym_unsigned] = ACTIONS(2522), - [anon_sym_long] = ACTIONS(2522), - [anon_sym_short] = ACTIONS(2522), - [sym_primitive_type] = ACTIONS(2524), - [anon_sym_enum] = ACTIONS(2526), - [anon_sym_class] = ACTIONS(2528), - [anon_sym_struct] = ACTIONS(2530), - [anon_sym_union] = ACTIONS(2532), + [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), @@ -239012,105 +229405,111 @@ 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(2534), - [sym_auto] = ACTIONS(2536), - [anon_sym_typename] = ACTIONS(2538), - [anon_sym_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1241] = { - [sym_type_qualifier] = STATE(2534), - [sym__type_specifier] = STATE(3226), - [sym_sized_type_specifier] = STATE(2228), - [sym_enum_specifier] = STATE(2228), - [sym_struct_specifier] = STATE(2228), - [sym_union_specifier] = STATE(2228), - [sym__expression] = STATE(2870), - [sym_comma_expression] = STATE(4824), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_type_descriptor] = STATE(4949), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(2228), - [sym_class_specifier] = STATE(2228), - [sym__class_name] = STATE(4441), - [sym_dependent_type] = STATE(2228), - [sym_template_type] = STATE(3402), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3473), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(3404), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(2534), - [aux_sym_sized_type_specifier_repeat1] = STATE(2020), - [sym_identifier] = ACTIONS(2932), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [anon_sym_signed] = ACTIONS(2522), - [anon_sym_unsigned] = ACTIONS(2522), - [anon_sym_long] = ACTIONS(2522), - [anon_sym_short] = ACTIONS(2522), - [sym_primitive_type] = ACTIONS(2524), - [anon_sym_enum] = ACTIONS(2526), - [anon_sym_class] = ACTIONS(2528), - [anon_sym_struct] = ACTIONS(2530), - [anon_sym_union] = ACTIONS(2532), + [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), @@ -239129,105 +229528,111 @@ 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(2534), - [sym_auto] = ACTIONS(2536), - [anon_sym_typename] = ACTIONS(2538), - [anon_sym_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1242] = { - [sym_type_qualifier] = STATE(2534), - [sym__type_specifier] = STATE(3226), - [sym_sized_type_specifier] = STATE(2228), - [sym_enum_specifier] = STATE(2228), - [sym_struct_specifier] = STATE(2228), - [sym_union_specifier] = STATE(2228), - [sym__expression] = STATE(2870), - [sym_comma_expression] = STATE(4824), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_type_descriptor] = STATE(4922), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(2228), - [sym_class_specifier] = STATE(2228), - [sym__class_name] = STATE(4441), - [sym_dependent_type] = STATE(2228), - [sym_template_type] = STATE(3402), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3473), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(3404), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(2534), - [aux_sym_sized_type_specifier_repeat1] = STATE(2020), - [sym_identifier] = ACTIONS(2932), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [anon_sym_signed] = ACTIONS(2522), - [anon_sym_unsigned] = ACTIONS(2522), - [anon_sym_long] = ACTIONS(2522), - [anon_sym_short] = ACTIONS(2522), - [sym_primitive_type] = ACTIONS(2524), - [anon_sym_enum] = ACTIONS(2526), - [anon_sym_class] = ACTIONS(2528), - [anon_sym_struct] = ACTIONS(2530), - [anon_sym_union] = ACTIONS(2532), + [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), @@ -239246,105 +229651,111 @@ 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(2534), - [sym_auto] = ACTIONS(2536), - [anon_sym_typename] = ACTIONS(2538), - [anon_sym_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1243] = { - [sym_type_qualifier] = STATE(2534), - [sym__type_specifier] = STATE(3226), - [sym_sized_type_specifier] = STATE(2228), - [sym_enum_specifier] = STATE(2228), - [sym_struct_specifier] = STATE(2228), - [sym_union_specifier] = STATE(2228), - [sym__expression] = STATE(2765), - [sym_comma_expression] = STATE(4865), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_type_descriptor] = STATE(4970), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(2228), - [sym_class_specifier] = STATE(2228), - [sym__class_name] = STATE(4441), - [sym_dependent_type] = STATE(2228), - [sym_template_type] = STATE(3402), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3473), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(3404), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(2534), - [aux_sym_sized_type_specifier_repeat1] = STATE(2020), - [sym_identifier] = ACTIONS(2932), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [anon_sym_signed] = ACTIONS(2522), - [anon_sym_unsigned] = ACTIONS(2522), - [anon_sym_long] = ACTIONS(2522), - [anon_sym_short] = ACTIONS(2522), - [sym_primitive_type] = ACTIONS(2524), - [anon_sym_enum] = ACTIONS(2526), - [anon_sym_class] = ACTIONS(2528), - [anon_sym_struct] = ACTIONS(2530), - [anon_sym_union] = ACTIONS(2532), + [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), @@ -239363,105 +229774,111 @@ 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(2534), - [sym_auto] = ACTIONS(2536), - [anon_sym_typename] = ACTIONS(2538), - [anon_sym_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1244] = { - [sym_type_qualifier] = STATE(2534), - [sym__type_specifier] = STATE(3226), - [sym_sized_type_specifier] = STATE(2228), - [sym_enum_specifier] = STATE(2228), - [sym_struct_specifier] = STATE(2228), - [sym_union_specifier] = STATE(2228), - [sym__expression] = STATE(2870), - [sym_comma_expression] = STATE(4824), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_type_descriptor] = STATE(4780), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(2228), - [sym_class_specifier] = STATE(2228), - [sym__class_name] = STATE(4441), - [sym_dependent_type] = STATE(2228), - [sym_template_type] = STATE(3402), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3473), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(3404), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(2534), - [aux_sym_sized_type_specifier_repeat1] = STATE(2020), - [sym_identifier] = ACTIONS(2932), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [anon_sym_signed] = ACTIONS(2522), - [anon_sym_unsigned] = ACTIONS(2522), - [anon_sym_long] = ACTIONS(2522), - [anon_sym_short] = ACTIONS(2522), - [sym_primitive_type] = ACTIONS(2524), - [anon_sym_enum] = ACTIONS(2526), - [anon_sym_class] = ACTIONS(2528), - [anon_sym_struct] = ACTIONS(2530), - [anon_sym_union] = ACTIONS(2532), + [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), @@ -239480,222 +229897,111 @@ 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(2534), - [sym_auto] = ACTIONS(2536), - [anon_sym_typename] = ACTIONS(2538), - [anon_sym_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1245] = { - [sym_type_qualifier] = STATE(2526), - [sym__type_specifier] = STATE(3203), - [sym_sized_type_specifier] = STATE(2585), - [sym_enum_specifier] = STATE(2585), - [sym_struct_specifier] = STATE(2585), - [sym_union_specifier] = STATE(2585), - [sym__expression] = STATE(2873), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_type_descriptor] = STATE(4196), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym_decltype] = STATE(2585), - [sym_class_specifier] = STATE(2585), - [sym__class_name] = STATE(4315), - [sym_dependent_type] = STATE(2585), - [sym_template_type] = STATE(3402), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_type_parameter_pack_expansion] = STATE(4491), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3496), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(3404), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [aux_sym_type_definition_repeat1] = STATE(2526), - [aux_sym_sized_type_specifier_repeat1] = STATE(2296), - [sym_identifier] = ACTIONS(2858), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [anon_sym_signed] = ACTIONS(2870), - [anon_sym_unsigned] = ACTIONS(2870), - [anon_sym_long] = ACTIONS(2870), - [anon_sym_short] = ACTIONS(2870), - [sym_primitive_type] = ACTIONS(2872), - [anon_sym_enum] = ACTIONS(2874), - [anon_sym_class] = ACTIONS(2876), - [anon_sym_struct] = ACTIONS(2878), - [anon_sym_union] = ACTIONS(2880), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2894), - [sym_auto] = ACTIONS(2896), - [anon_sym_typename] = ACTIONS(2898), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1246] = { - [sym_type_qualifier] = STATE(2534), - [sym__type_specifier] = STATE(3226), - [sym_sized_type_specifier] = STATE(2228), - [sym_enum_specifier] = STATE(2228), - [sym_struct_specifier] = STATE(2228), - [sym_union_specifier] = STATE(2228), - [sym__expression] = STATE(2870), - [sym_comma_expression] = STATE(4824), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_type_descriptor] = STATE(4926), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(2228), - [sym_class_specifier] = STATE(2228), - [sym__class_name] = STATE(4441), - [sym_dependent_type] = STATE(2228), - [sym_template_type] = STATE(3402), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3473), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(3404), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(2534), - [aux_sym_sized_type_specifier_repeat1] = STATE(2020), - [sym_identifier] = ACTIONS(2932), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [anon_sym_signed] = ACTIONS(2522), - [anon_sym_unsigned] = ACTIONS(2522), - [anon_sym_long] = ACTIONS(2522), - [anon_sym_short] = ACTIONS(2522), - [sym_primitive_type] = ACTIONS(2524), - [anon_sym_enum] = ACTIONS(2526), - [anon_sym_class] = ACTIONS(2528), - [anon_sym_struct] = ACTIONS(2530), - [anon_sym_union] = ACTIONS(2532), + [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), @@ -239714,105 +230020,234 @@ 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(2534), - [sym_auto] = ACTIONS(2536), - [anon_sym_typename] = ACTIONS(2538), - [anon_sym_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1247] = { - [sym_type_qualifier] = STATE(2534), - [sym__type_specifier] = STATE(3226), - [sym_sized_type_specifier] = STATE(2228), - [sym_enum_specifier] = STATE(2228), - [sym_struct_specifier] = STATE(2228), - [sym_union_specifier] = STATE(2228), - [sym__expression] = STATE(2870), - [sym_comma_expression] = STATE(4824), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_type_descriptor] = STATE(4964), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(2228), - [sym_class_specifier] = STATE(2228), - [sym__class_name] = STATE(4441), - [sym_dependent_type] = STATE(2228), - [sym_template_type] = STATE(3402), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3473), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(3404), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(2534), - [aux_sym_sized_type_specifier_repeat1] = STATE(2020), - [sym_identifier] = ACTIONS(2932), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + }, + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [anon_sym_signed] = ACTIONS(2522), - [anon_sym_unsigned] = ACTIONS(2522), - [anon_sym_long] = ACTIONS(2522), - [anon_sym_short] = ACTIONS(2522), - [sym_primitive_type] = ACTIONS(2524), - [anon_sym_enum] = ACTIONS(2526), - [anon_sym_class] = ACTIONS(2528), - [anon_sym_struct] = ACTIONS(2530), - [anon_sym_union] = ACTIONS(2532), + [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), @@ -239831,105 +230266,111 @@ 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(2534), - [sym_auto] = ACTIONS(2536), - [anon_sym_typename] = ACTIONS(2538), - [anon_sym_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1248] = { - [sym_type_qualifier] = STATE(2534), - [sym__type_specifier] = STATE(3226), - [sym_sized_type_specifier] = STATE(2228), - [sym_enum_specifier] = STATE(2228), - [sym_struct_specifier] = STATE(2228), - [sym_union_specifier] = STATE(2228), - [sym__expression] = STATE(2870), - [sym_comma_expression] = STATE(4824), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_type_descriptor] = STATE(4677), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(2228), - [sym_class_specifier] = STATE(2228), - [sym__class_name] = STATE(4441), - [sym_dependent_type] = STATE(2228), - [sym_template_type] = STATE(3402), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3473), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(3404), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(2534), - [aux_sym_sized_type_specifier_repeat1] = STATE(2020), - [sym_identifier] = ACTIONS(2932), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [anon_sym_signed] = ACTIONS(2522), - [anon_sym_unsigned] = ACTIONS(2522), - [anon_sym_long] = ACTIONS(2522), - [anon_sym_short] = ACTIONS(2522), - [sym_primitive_type] = ACTIONS(2524), - [anon_sym_enum] = ACTIONS(2526), - [anon_sym_class] = ACTIONS(2528), - [anon_sym_struct] = ACTIONS(2530), - [anon_sym_union] = ACTIONS(2532), + [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), @@ -239948,105 +230389,111 @@ 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(2534), - [sym_auto] = ACTIONS(2536), - [anon_sym_typename] = ACTIONS(2538), - [anon_sym_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1249] = { - [sym_type_qualifier] = STATE(2534), - [sym__type_specifier] = STATE(3226), - [sym_sized_type_specifier] = STATE(2228), - [sym_enum_specifier] = STATE(2228), - [sym_struct_specifier] = STATE(2228), - [sym_union_specifier] = STATE(2228), - [sym__expression] = STATE(2765), - [sym_comma_expression] = STATE(4865), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_type_descriptor] = STATE(4814), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(2228), - [sym_class_specifier] = STATE(2228), - [sym__class_name] = STATE(4441), - [sym_dependent_type] = STATE(2228), - [sym_template_type] = STATE(3402), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3473), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(3404), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(2534), - [aux_sym_sized_type_specifier_repeat1] = STATE(2020), - [sym_identifier] = ACTIONS(2932), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [anon_sym_signed] = ACTIONS(2522), - [anon_sym_unsigned] = ACTIONS(2522), - [anon_sym_long] = ACTIONS(2522), - [anon_sym_short] = ACTIONS(2522), - [sym_primitive_type] = ACTIONS(2524), - [anon_sym_enum] = ACTIONS(2526), - [anon_sym_class] = ACTIONS(2528), - [anon_sym_struct] = ACTIONS(2530), - [anon_sym_union] = ACTIONS(2532), + [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), @@ -240065,105 +230512,111 @@ 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(2534), - [sym_auto] = ACTIONS(2536), - [anon_sym_typename] = ACTIONS(2538), - [anon_sym_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1250] = { - [sym_type_qualifier] = STATE(2534), - [sym__type_specifier] = STATE(3226), - [sym_sized_type_specifier] = STATE(2228), - [sym_enum_specifier] = STATE(2228), - [sym_struct_specifier] = STATE(2228), - [sym_union_specifier] = STATE(2228), - [sym__expression] = STATE(2765), - [sym_comma_expression] = STATE(4865), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_type_descriptor] = STATE(4765), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(2228), - [sym_class_specifier] = STATE(2228), - [sym__class_name] = STATE(4441), - [sym_dependent_type] = STATE(2228), - [sym_template_type] = STATE(3402), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3473), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(3404), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(2534), - [aux_sym_sized_type_specifier_repeat1] = STATE(2020), - [sym_identifier] = ACTIONS(2932), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [anon_sym_signed] = ACTIONS(2522), - [anon_sym_unsigned] = ACTIONS(2522), - [anon_sym_long] = ACTIONS(2522), - [anon_sym_short] = ACTIONS(2522), - [sym_primitive_type] = ACTIONS(2524), - [anon_sym_enum] = ACTIONS(2526), - [anon_sym_class] = ACTIONS(2528), - [anon_sym_struct] = ACTIONS(2530), - [anon_sym_union] = ACTIONS(2532), + [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), @@ -240182,105 +230635,111 @@ 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(2534), - [sym_auto] = ACTIONS(2536), - [anon_sym_typename] = ACTIONS(2538), - [anon_sym_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1251] = { - [sym_type_qualifier] = STATE(2534), - [sym__type_specifier] = STATE(3226), - [sym_sized_type_specifier] = STATE(2228), - [sym_enum_specifier] = STATE(2228), - [sym_struct_specifier] = STATE(2228), - [sym_union_specifier] = STATE(2228), - [sym__expression] = STATE(2870), - [sym_comma_expression] = STATE(4824), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_type_descriptor] = STATE(4822), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym_decltype] = STATE(2228), - [sym_class_specifier] = STATE(2228), - [sym__class_name] = STATE(4441), - [sym_dependent_type] = STATE(2228), - [sym_template_type] = STATE(3402), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3473), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(3404), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(2534), - [aux_sym_sized_type_specifier_repeat1] = STATE(2020), - [sym_identifier] = ACTIONS(2932), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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), - [anon_sym_const] = ACTIONS(1046), - [anon_sym_volatile] = ACTIONS(1046), - [anon_sym_restrict] = ACTIONS(1046), - [anon_sym__Atomic] = ACTIONS(1046), - [anon_sym_mutable] = ACTIONS(1046), - [anon_sym_constexpr] = ACTIONS(1046), - [anon_sym_signed] = ACTIONS(2522), - [anon_sym_unsigned] = ACTIONS(2522), - [anon_sym_long] = ACTIONS(2522), - [anon_sym_short] = ACTIONS(2522), - [sym_primitive_type] = ACTIONS(2524), - [anon_sym_enum] = ACTIONS(2526), - [anon_sym_class] = ACTIONS(2528), - [anon_sym_struct] = ACTIONS(2530), - [anon_sym_union] = ACTIONS(2532), + [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), @@ -240299,1792 +230758,1098 @@ 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(2534), - [sym_auto] = ACTIONS(2536), - [anon_sym_typename] = ACTIONS(2538), - [anon_sym_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1252] = { - [sym_ms_based_modifier] = STATE(4903), - [sym_ms_unaligned_ptr_modifier] = STATE(3242), - [sym_ms_pointer_modifier] = STATE(2300), - [sym__declarator] = STATE(3621), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3583), - [sym_array_declarator] = STATE(3583), - [sym_type_qualifier] = STATE(2615), - [sym__expression] = STATE(2143), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2229), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3495), - [sym_qualified_identifier] = STATE(2230), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(2615), - [aux_sym_pointer_declarator_repeat1] = STATE(2300), - [sym_identifier] = ACTIONS(2934), - [anon_sym_LPAREN2] = ACTIONS(2936), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2938), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(27), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym___based] = ACTIONS(47), - [sym_ms_restrict_modifier] = ACTIONS(2940), - [sym_ms_unsigned_ptr_modifier] = ACTIONS(2940), - [sym_ms_signed_ptr_modifier] = ACTIONS(2940), - [anon_sym__unaligned] = ACTIONS(2942), - [anon_sym___unaligned] = ACTIONS(2942), - [anon_sym_LBRACK] = ACTIONS(2520), - [anon_sym_const] = ACTIONS(2944), - [anon_sym_volatile] = ACTIONS(2944), - [anon_sym_restrict] = ACTIONS(2944), - [anon_sym__Atomic] = ACTIONS(2944), - [anon_sym_mutable] = ACTIONS(2944), - [anon_sym_constexpr] = ACTIONS(2944), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_operator_name] = ACTIONS(139), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1253] = { - [sym_identifier] = ACTIONS(2276), - [anon_sym_COMMA] = ACTIONS(2278), - [anon_sym_RPAREN] = ACTIONS(2278), - [anon_sym_LPAREN2] = ACTIONS(2278), - [anon_sym_STAR] = ACTIONS(2278), - [anon_sym_AMP_AMP] = ACTIONS(2278), - [anon_sym_AMP] = ACTIONS(2276), - [anon_sym_SEMI] = ACTIONS(2278), - [anon_sym_extern] = ACTIONS(2276), - [anon_sym___attribute__] = ACTIONS(2276), - [anon_sym_COLON_COLON] = ACTIONS(2278), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2278), - [anon_sym___declspec] = ACTIONS(2276), - [anon_sym_LBRACE] = ACTIONS(2278), - [anon_sym_LBRACK] = ACTIONS(2276), - [anon_sym_EQ] = ACTIONS(2278), - [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(2276), - [anon_sym_enum] = ACTIONS(2276), - [anon_sym_class] = ACTIONS(2276), - [anon_sym_struct] = ACTIONS(2276), - [anon_sym_union] = ACTIONS(2276), - [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(2276), - [anon_sym_GT2] = ACTIONS(2278), - [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), - }, - [1254] = { - [sym_identifier] = ACTIONS(2272), - [anon_sym_COMMA] = ACTIONS(2274), - [anon_sym_RPAREN] = ACTIONS(2274), - [anon_sym_LPAREN2] = ACTIONS(2274), - [anon_sym_STAR] = ACTIONS(2274), - [anon_sym_AMP_AMP] = ACTIONS(2274), - [anon_sym_AMP] = ACTIONS(2272), - [anon_sym_SEMI] = ACTIONS(2274), - [anon_sym_extern] = ACTIONS(2272), - [anon_sym___attribute__] = ACTIONS(2272), - [anon_sym_COLON_COLON] = ACTIONS(2274), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2274), - [anon_sym___declspec] = ACTIONS(2272), - [anon_sym_LBRACE] = ACTIONS(2274), - [anon_sym_LBRACK] = ACTIONS(2272), - [anon_sym_EQ] = ACTIONS(2274), - [anon_sym_static] = ACTIONS(2272), - [anon_sym_register] = ACTIONS(2272), - [anon_sym_inline] = ACTIONS(2272), - [anon_sym_thread_local] = ACTIONS(2272), - [anon_sym_const] = ACTIONS(2272), - [anon_sym_volatile] = ACTIONS(2272), - [anon_sym_restrict] = ACTIONS(2272), - [anon_sym__Atomic] = ACTIONS(2272), - [anon_sym_mutable] = ACTIONS(2272), - [anon_sym_constexpr] = ACTIONS(2272), - [anon_sym_signed] = ACTIONS(2272), - [anon_sym_unsigned] = ACTIONS(2272), - [anon_sym_long] = ACTIONS(2272), - [anon_sym_short] = ACTIONS(2272), - [sym_primitive_type] = ACTIONS(2272), - [anon_sym_enum] = ACTIONS(2272), - [anon_sym_class] = ACTIONS(2272), - [anon_sym_struct] = ACTIONS(2272), - [anon_sym_union] = ACTIONS(2272), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2272), - [anon_sym_virtual] = ACTIONS(2272), - [sym_auto] = ACTIONS(2272), - [anon_sym_typename] = ACTIONS(2272), - [anon_sym_template] = ACTIONS(2272), - [anon_sym_GT2] = ACTIONS(2274), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2272), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2272), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2272), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2272), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2272), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2272), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2272), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2272), - [anon_sym_MOZ_COLD] = ACTIONS(2272), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2272), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2272), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2272), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2272), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2272), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2272), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2272), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2272), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2272), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2272), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2272), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2272), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2272), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2272), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2272), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2272), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2272), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2272), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2272), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2272), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_NONNULL] = ACTIONS(2272), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2272), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2272), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2272), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2272), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2272), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_NORETURN] = ACTIONS(2272), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2272), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2272), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2272), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2272), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2272), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2272), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2272), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2272), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2272), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2272), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2272), - [anon_sym_MOZ_RAII] = ACTIONS(2272), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2272), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2272), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2272), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2272), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2272), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2272), - }, - [1255] = { - [sym_template_argument_list] = STATE(1350), - [sym_identifier] = ACTIONS(2946), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2948), - [anon_sym_COMMA] = ACTIONS(2948), - [anon_sym_RPAREN] = ACTIONS(2948), - [anon_sym_LPAREN2] = ACTIONS(2948), - [anon_sym_TILDE] = ACTIONS(2948), - [anon_sym_STAR] = ACTIONS(2948), - [anon_sym_AMP_AMP] = ACTIONS(2948), - [anon_sym_AMP] = ACTIONS(2946), - [anon_sym_LT] = ACTIONS(2950), - [anon_sym_SEMI] = ACTIONS(2948), - [anon_sym_extern] = ACTIONS(2946), - [anon_sym___attribute__] = ACTIONS(2946), - [anon_sym_COLON_COLON] = ACTIONS(2952), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2948), - [anon_sym___declspec] = ACTIONS(2946), - [anon_sym___based] = ACTIONS(2946), - [anon_sym_LBRACE] = ACTIONS(2948), - [anon_sym_LBRACK] = ACTIONS(2946), - [anon_sym_EQ] = ACTIONS(2948), - [anon_sym_static] = ACTIONS(2946), - [anon_sym_register] = ACTIONS(2946), - [anon_sym_inline] = ACTIONS(2946), - [anon_sym_thread_local] = ACTIONS(2946), - [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), - [anon_sym_COLON] = ACTIONS(2946), - [anon_sym_DASH_GT] = ACTIONS(2948), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2946), - [anon_sym_override] = ACTIONS(2946), - [anon_sym_virtual] = ACTIONS(2946), - [anon_sym_template] = ACTIONS(2946), - [anon_sym_GT2] = ACTIONS(2948), - [anon_sym_noexcept] = ACTIONS(2946), - [anon_sym_throw] = ACTIONS(2946), - [sym_operator_name] = ACTIONS(2946), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2946), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2946), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2946), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2946), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2946), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2946), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2946), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2946), - [anon_sym_MOZ_COLD] = ACTIONS(2946), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2946), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2946), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2946), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2946), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2946), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2946), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2946), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2946), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2946), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2946), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2946), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2946), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2946), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2946), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2946), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2946), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2946), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2946), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2946), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2946), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2946), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2946), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2946), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2946), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2946), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2946), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2946), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2946), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2946), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2946), - [anon_sym_MOZ_NONNULL] = ACTIONS(2946), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2946), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2946), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2946), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2946), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2946), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2946), - [anon_sym_MOZ_NORETURN] = ACTIONS(2946), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2946), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2946), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2946), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2946), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2946), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2946), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2946), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2946), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2946), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2946), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2946), - [anon_sym_MOZ_RAII] = ACTIONS(2946), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2946), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2946), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2946), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2946), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2946), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2946), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2946), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2946), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2946), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2946), - }, - [1256] = { - [sym__declaration_modifiers] = STATE(1262), - [sym_attribute_specifier] = STATE(1262), - [sym_attribute_declaration] = STATE(1262), - [sym_ms_declspec_modifier] = STATE(1262), - [sym_storage_class_specifier] = STATE(1262), - [sym_type_qualifier] = STATE(1262), - [sym_virtual_function_specifier] = STATE(1262), - [sym_macro_annotation] = STATE(1417), - [aux_sym__declaration_specifiers_repeat1] = STATE(1262), - [sym_identifier] = ACTIONS(2954), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2956), - [anon_sym_COMMA] = ACTIONS(2956), - [anon_sym_RPAREN] = ACTIONS(2956), - [anon_sym_LPAREN2] = ACTIONS(2956), - [anon_sym_TILDE] = ACTIONS(2956), - [anon_sym_STAR] = ACTIONS(2956), - [anon_sym_AMP_AMP] = ACTIONS(2956), - [anon_sym_AMP] = ACTIONS(2954), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2554), - [anon_sym_COLON_COLON] = ACTIONS(2956), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2560), - [anon_sym___based] = ACTIONS(2954), - [anon_sym_LBRACK] = ACTIONS(2954), - [anon_sym_EQ] = ACTIONS(2956), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2562), - [anon_sym_volatile] = ACTIONS(2562), - [anon_sym_restrict] = ACTIONS(2562), - [anon_sym__Atomic] = ACTIONS(2562), - [anon_sym_mutable] = ACTIONS(2562), - [anon_sym_constexpr] = ACTIONS(2562), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2564), - [anon_sym_template] = ACTIONS(2954), - [anon_sym_GT2] = ACTIONS(2956), - [sym_operator_name] = ACTIONS(2954), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2566), - [anon_sym_MOZ_COLD] = ACTIONS(2566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_RAII] = ACTIONS(2566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2566), - }, - [1257] = { - [sym_identifier] = ACTIONS(2958), - [anon_sym_LPAREN2] = ACTIONS(2961), - [anon_sym_TILDE] = ACTIONS(2961), - [anon_sym_STAR] = ACTIONS(2961), - [anon_sym_AMP_AMP] = ACTIONS(2961), - [anon_sym_AMP] = ACTIONS(2963), - [anon_sym_extern] = ACTIONS(2958), - [anon_sym___attribute__] = ACTIONS(2958), - [anon_sym_COLON_COLON] = ACTIONS(2965), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2965), - [anon_sym___declspec] = ACTIONS(2958), - [anon_sym___based] = ACTIONS(2963), - [anon_sym_LBRACK] = ACTIONS(2963), - [anon_sym_static] = ACTIONS(2958), - [anon_sym_register] = ACTIONS(2958), - [anon_sym_inline] = ACTIONS(2958), - [anon_sym_thread_local] = ACTIONS(2958), - [anon_sym_const] = ACTIONS(2958), - [anon_sym_volatile] = ACTIONS(2958), - [anon_sym_restrict] = ACTIONS(2958), - [anon_sym__Atomic] = ACTIONS(2958), - [anon_sym_mutable] = ACTIONS(2958), - [anon_sym_constexpr] = ACTIONS(2958), - [anon_sym_signed] = ACTIONS(2968), - [anon_sym_unsigned] = ACTIONS(2968), - [anon_sym_long] = ACTIONS(2968), - [anon_sym_short] = ACTIONS(2968), - [sym_primitive_type] = ACTIONS(2968), - [anon_sym_enum] = ACTIONS(2968), - [anon_sym_class] = ACTIONS(2968), - [anon_sym_struct] = ACTIONS(2968), - [anon_sym_union] = ACTIONS(2968), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2968), - [anon_sym_virtual] = ACTIONS(2958), - [anon_sym_explicit] = ACTIONS(2963), - [sym_auto] = ACTIONS(2968), - [anon_sym_typename] = ACTIONS(2968), - [anon_sym_template] = ACTIONS(2958), - [anon_sym_operator] = ACTIONS(2963), - [sym_operator_name] = ACTIONS(2963), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2958), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2958), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2958), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2958), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2958), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2958), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2958), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2958), - [anon_sym_MOZ_COLD] = ACTIONS(2958), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2958), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2958), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2958), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2958), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2958), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2958), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2958), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2958), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2958), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2958), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2958), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2958), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2958), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2958), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2958), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2958), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2958), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2958), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2958), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2958), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2958), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2958), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2958), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2958), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2958), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2958), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2958), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2958), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2958), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2958), - [anon_sym_MOZ_NONNULL] = ACTIONS(2958), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2958), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2958), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2958), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2958), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2958), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2958), - [anon_sym_MOZ_NORETURN] = ACTIONS(2958), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2958), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2958), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2958), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2958), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2958), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2958), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2958), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2958), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2958), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2958), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2958), - [anon_sym_MOZ_RAII] = ACTIONS(2958), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2958), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2958), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2958), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2958), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2958), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2958), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2958), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2958), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2958), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2958), - }, - [1258] = { - [sym__declaration_modifiers] = STATE(1262), - [sym_attribute_specifier] = STATE(1262), - [sym_attribute_declaration] = STATE(1262), - [sym_ms_declspec_modifier] = STATE(1262), - [sym_storage_class_specifier] = STATE(1262), - [sym_type_qualifier] = STATE(1262), - [sym_virtual_function_specifier] = STATE(1262), - [sym_macro_annotation] = STATE(1417), - [aux_sym__declaration_specifiers_repeat1] = STATE(1262), - [sym_identifier] = ACTIONS(2970), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2972), - [anon_sym_COMMA] = ACTIONS(2972), - [anon_sym_RPAREN] = ACTIONS(2972), - [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_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2554), - [anon_sym_COLON_COLON] = ACTIONS(2972), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2560), - [anon_sym___based] = ACTIONS(2970), - [anon_sym_LBRACK] = ACTIONS(2970), - [anon_sym_EQ] = ACTIONS(2972), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2562), - [anon_sym_volatile] = ACTIONS(2562), - [anon_sym_restrict] = ACTIONS(2562), - [anon_sym__Atomic] = ACTIONS(2562), - [anon_sym_mutable] = ACTIONS(2562), - [anon_sym_constexpr] = ACTIONS(2562), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2564), - [anon_sym_template] = ACTIONS(2970), - [anon_sym_GT2] = ACTIONS(2972), - [sym_operator_name] = ACTIONS(2970), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2566), - [anon_sym_MOZ_COLD] = ACTIONS(2566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_RAII] = ACTIONS(2566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2566), - }, - [1259] = { - [sym_identifier] = ACTIONS(2272), - [anon_sym_LPAREN2] = ACTIONS(2274), - [anon_sym_TILDE] = ACTIONS(2274), - [anon_sym_STAR] = ACTIONS(2274), - [anon_sym_AMP_AMP] = ACTIONS(2274), - [anon_sym_AMP] = ACTIONS(2272), - [anon_sym_extern] = ACTIONS(2272), - [anon_sym___attribute__] = ACTIONS(2272), - [anon_sym_COLON_COLON] = ACTIONS(2274), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2274), - [anon_sym___declspec] = ACTIONS(2272), - [anon_sym___based] = ACTIONS(2272), - [anon_sym_LBRACK] = ACTIONS(2272), - [anon_sym_static] = ACTIONS(2272), - [anon_sym_register] = ACTIONS(2272), - [anon_sym_inline] = ACTIONS(2272), - [anon_sym_thread_local] = ACTIONS(2272), - [anon_sym_const] = ACTIONS(2272), - [anon_sym_volatile] = ACTIONS(2272), - [anon_sym_restrict] = ACTIONS(2272), - [anon_sym__Atomic] = ACTIONS(2272), - [anon_sym_mutable] = ACTIONS(2272), - [anon_sym_constexpr] = ACTIONS(2272), - [anon_sym_signed] = ACTIONS(2272), - [anon_sym_unsigned] = ACTIONS(2272), - [anon_sym_long] = ACTIONS(2272), - [anon_sym_short] = ACTIONS(2272), - [sym_primitive_type] = ACTIONS(2272), - [anon_sym_enum] = ACTIONS(2272), - [anon_sym_class] = ACTIONS(2272), - [anon_sym_struct] = ACTIONS(2272), - [anon_sym_union] = ACTIONS(2272), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2272), - [anon_sym_virtual] = ACTIONS(2272), - [anon_sym_explicit] = ACTIONS(2272), - [sym_auto] = ACTIONS(2272), - [anon_sym_typename] = ACTIONS(2272), - [anon_sym_template] = ACTIONS(2272), - [anon_sym_operator] = ACTIONS(2272), - [sym_operator_name] = ACTIONS(2272), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2272), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2272), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2272), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2272), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2272), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2272), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2272), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2272), - [anon_sym_MOZ_COLD] = ACTIONS(2272), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2272), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2272), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2272), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2272), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2272), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2272), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2272), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2272), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2272), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2272), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2272), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2272), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2272), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2272), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2272), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2272), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2272), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2272), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2272), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2272), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_NONNULL] = ACTIONS(2272), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2272), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2272), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2272), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2272), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2272), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_NORETURN] = ACTIONS(2272), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2272), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2272), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2272), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2272), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2272), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2272), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2272), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2272), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2272), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2272), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2272), - [anon_sym_MOZ_RAII] = ACTIONS(2272), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2272), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2272), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2272), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2272), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2272), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2272), + [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), }, - [1260] = { - [sym__declaration_modifiers] = STATE(1258), - [sym_attribute_specifier] = STATE(1258), - [sym_attribute_declaration] = STATE(1258), - [sym_ms_declspec_modifier] = STATE(1258), - [sym_storage_class_specifier] = STATE(1258), - [sym_type_qualifier] = STATE(1258), - [sym_virtual_function_specifier] = STATE(1258), - [sym_macro_annotation] = STATE(1417), - [aux_sym__declaration_specifiers_repeat1] = STATE(1258), - [sym_identifier] = ACTIONS(2974), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2976), - [anon_sym_COMMA] = ACTIONS(2976), - [anon_sym_RPAREN] = ACTIONS(2976), - [anon_sym_LPAREN2] = ACTIONS(2976), - [anon_sym_TILDE] = ACTIONS(2976), - [anon_sym_STAR] = ACTIONS(2976), - [anon_sym_AMP_AMP] = ACTIONS(2976), - [anon_sym_AMP] = ACTIONS(2974), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2554), - [anon_sym_COLON_COLON] = ACTIONS(2976), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2560), - [anon_sym___based] = ACTIONS(2974), - [anon_sym_LBRACK] = ACTIONS(2974), - [anon_sym_EQ] = ACTIONS(2976), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2562), - [anon_sym_volatile] = ACTIONS(2562), - [anon_sym_restrict] = ACTIONS(2562), - [anon_sym__Atomic] = ACTIONS(2562), - [anon_sym_mutable] = ACTIONS(2562), - [anon_sym_constexpr] = ACTIONS(2562), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2564), - [anon_sym_template] = ACTIONS(2974), - [anon_sym_GT2] = ACTIONS(2976), - [sym_operator_name] = ACTIONS(2974), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2566), - [anon_sym_MOZ_COLD] = ACTIONS(2566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_RAII] = ACTIONS(2566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2566), + [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), + [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), }, - [1261] = { - [sym_identifier] = ACTIONS(2978), - [anon_sym_LPAREN2] = ACTIONS(2980), - [anon_sym_TILDE] = ACTIONS(2980), - [anon_sym_STAR] = ACTIONS(2980), - [anon_sym_AMP_AMP] = ACTIONS(2980), - [anon_sym_AMP] = ACTIONS(2978), - [anon_sym_extern] = ACTIONS(2978), - [anon_sym___attribute__] = ACTIONS(2978), - [anon_sym_COLON_COLON] = ACTIONS(2980), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2980), - [anon_sym___declspec] = ACTIONS(2978), - [anon_sym___based] = ACTIONS(2978), - [anon_sym_LBRACK] = ACTIONS(2978), - [anon_sym_static] = ACTIONS(2978), - [anon_sym_register] = ACTIONS(2978), - [anon_sym_inline] = ACTIONS(2978), - [anon_sym_thread_local] = ACTIONS(2978), - [anon_sym_const] = ACTIONS(2978), - [anon_sym_volatile] = ACTIONS(2978), - [anon_sym_restrict] = ACTIONS(2978), - [anon_sym__Atomic] = ACTIONS(2978), - [anon_sym_mutable] = ACTIONS(2978), - [anon_sym_constexpr] = ACTIONS(2978), - [anon_sym_signed] = ACTIONS(2978), - [anon_sym_unsigned] = ACTIONS(2978), - [anon_sym_long] = ACTIONS(2978), - [anon_sym_short] = ACTIONS(2978), - [sym_primitive_type] = ACTIONS(2978), - [anon_sym_enum] = ACTIONS(2978), - [anon_sym_class] = ACTIONS(2978), - [anon_sym_struct] = ACTIONS(2978), - [anon_sym_union] = ACTIONS(2978), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2978), - [anon_sym_virtual] = ACTIONS(2978), - [anon_sym_explicit] = ACTIONS(2978), - [sym_auto] = ACTIONS(2978), - [anon_sym_typename] = ACTIONS(2978), - [anon_sym_template] = ACTIONS(2978), - [anon_sym_operator] = ACTIONS(2978), - [sym_operator_name] = ACTIONS(2978), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2978), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2978), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2978), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2978), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2978), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2978), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2978), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2978), - [anon_sym_MOZ_COLD] = ACTIONS(2978), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2978), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2978), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2978), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2978), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2978), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2978), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2978), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2978), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2978), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2978), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2978), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2978), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2978), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2978), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2978), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2978), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2978), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2978), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2978), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2978), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2978), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2978), - [anon_sym_MOZ_NONNULL] = ACTIONS(2978), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2978), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2978), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2978), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2978), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2978), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2978), - [anon_sym_MOZ_NORETURN] = ACTIONS(2978), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2978), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2978), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2978), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2978), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2978), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2978), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2978), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2978), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2978), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2978), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2978), - [anon_sym_MOZ_RAII] = ACTIONS(2978), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2978), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2978), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2978), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2978), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2978), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2978), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2978), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2978), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2978), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2978), + [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), }, - [1262] = { - [sym__declaration_modifiers] = STATE(1262), - [sym_attribute_specifier] = STATE(1262), - [sym_attribute_declaration] = STATE(1262), - [sym_ms_declspec_modifier] = STATE(1262), - [sym_storage_class_specifier] = STATE(1262), - [sym_type_qualifier] = STATE(1262), - [sym_virtual_function_specifier] = STATE(1262), - [sym_macro_annotation] = STATE(1417), - [aux_sym__declaration_specifiers_repeat1] = STATE(1262), - [sym_identifier] = ACTIONS(2982), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2984), - [anon_sym_COMMA] = ACTIONS(2984), - [anon_sym_RPAREN] = ACTIONS(2984), - [anon_sym_LPAREN2] = ACTIONS(2984), - [anon_sym_TILDE] = ACTIONS(2984), - [anon_sym_STAR] = ACTIONS(2984), - [anon_sym_AMP_AMP] = ACTIONS(2984), - [anon_sym_AMP] = ACTIONS(2982), - [anon_sym_extern] = ACTIONS(2986), - [anon_sym___attribute__] = ACTIONS(2989), - [anon_sym_COLON_COLON] = ACTIONS(2984), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2992), - [anon_sym___declspec] = ACTIONS(2995), - [anon_sym___based] = ACTIONS(2982), - [anon_sym_LBRACK] = ACTIONS(2982), - [anon_sym_EQ] = ACTIONS(2984), - [anon_sym_static] = ACTIONS(2986), - [anon_sym_register] = ACTIONS(2986), - [anon_sym_inline] = ACTIONS(2986), - [anon_sym_thread_local] = ACTIONS(2986), - [anon_sym_const] = ACTIONS(2998), - [anon_sym_volatile] = ACTIONS(2998), - [anon_sym_restrict] = ACTIONS(2998), - [anon_sym__Atomic] = ACTIONS(2998), - [anon_sym_mutable] = ACTIONS(2998), - [anon_sym_constexpr] = ACTIONS(2998), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3001), - [anon_sym_template] = ACTIONS(2982), - [anon_sym_GT2] = ACTIONS(2984), - [sym_operator_name] = ACTIONS(2982), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3004), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3004), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3004), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3004), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3004), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3004), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3004), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3004), - [anon_sym_MOZ_COLD] = ACTIONS(3004), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3004), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3004), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3004), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3004), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3004), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3004), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3004), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3004), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3004), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3004), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3004), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3004), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3004), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3004), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3004), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3004), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3004), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3004), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3004), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3004), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3004), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3004), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3004), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3004), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3004), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3004), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3004), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3004), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3004), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3004), - [anon_sym_MOZ_NONNULL] = ACTIONS(3004), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3004), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3004), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3004), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3004), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3004), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3004), - [anon_sym_MOZ_NORETURN] = ACTIONS(3004), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3004), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3004), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3004), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3004), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3004), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3004), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3004), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3004), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3004), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3004), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3004), - [anon_sym_MOZ_RAII] = ACTIONS(3004), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3004), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3004), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3004), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3004), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3004), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3004), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3004), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3004), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3004), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3004), + [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), + [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), }, - [1263] = { - [sym__declaration_modifiers] = STATE(1256), - [sym_attribute_specifier] = STATE(1256), - [sym_attribute_declaration] = STATE(1256), - [sym_ms_declspec_modifier] = STATE(1256), - [sym_storage_class_specifier] = STATE(1256), - [sym_type_qualifier] = STATE(1256), - [sym_virtual_function_specifier] = STATE(1256), - [sym_macro_annotation] = STATE(1417), - [aux_sym__declaration_specifiers_repeat1] = STATE(1256), - [sym_identifier] = ACTIONS(3007), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3009), - [anon_sym_COMMA] = ACTIONS(3009), - [anon_sym_RPAREN] = ACTIONS(3009), - [anon_sym_LPAREN2] = ACTIONS(3009), - [anon_sym_TILDE] = ACTIONS(3009), - [anon_sym_STAR] = ACTIONS(3009), - [anon_sym_AMP_AMP] = ACTIONS(3009), - [anon_sym_AMP] = ACTIONS(3007), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2554), - [anon_sym_COLON_COLON] = ACTIONS(3009), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2560), - [anon_sym___based] = ACTIONS(3007), - [anon_sym_LBRACK] = ACTIONS(3007), - [anon_sym_EQ] = ACTIONS(3009), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2562), - [anon_sym_volatile] = ACTIONS(2562), - [anon_sym_restrict] = ACTIONS(2562), - [anon_sym__Atomic] = ACTIONS(2562), - [anon_sym_mutable] = ACTIONS(2562), - [anon_sym_constexpr] = ACTIONS(2562), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2564), - [anon_sym_template] = ACTIONS(3007), - [anon_sym_GT2] = ACTIONS(3009), - [sym_operator_name] = ACTIONS(3007), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2566), - [anon_sym_MOZ_COLD] = ACTIONS(2566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_RAII] = ACTIONS(2566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2566), + [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), }, - [1264] = { - [sym_identifier] = ACTIONS(2276), - [anon_sym_LPAREN2] = ACTIONS(2278), - [anon_sym_TILDE] = ACTIONS(2278), - [anon_sym_STAR] = ACTIONS(2278), - [anon_sym_AMP_AMP] = ACTIONS(2278), - [anon_sym_AMP] = ACTIONS(2276), - [anon_sym_extern] = ACTIONS(2276), - [anon_sym___attribute__] = ACTIONS(2276), - [anon_sym_COLON_COLON] = ACTIONS(2278), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2278), - [anon_sym___declspec] = ACTIONS(2276), - [anon_sym___based] = ACTIONS(2276), - [anon_sym_LBRACK] = ACTIONS(2276), - [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(2276), - [anon_sym_enum] = ACTIONS(2276), - [anon_sym_class] = ACTIONS(2276), - [anon_sym_struct] = ACTIONS(2276), - [anon_sym_union] = ACTIONS(2276), + [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), [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2276), - [anon_sym_virtual] = ACTIONS(2276), - [anon_sym_explicit] = ACTIONS(2276), - [sym_auto] = ACTIONS(2276), - [anon_sym_typename] = ACTIONS(2276), - [anon_sym_template] = ACTIONS(2276), - [anon_sym_operator] = ACTIONS(2276), - [sym_operator_name] = ACTIONS(2276), - [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), + [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), }, - [1265] = { - [sym_identifier] = ACTIONS(3011), - [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(3011), - [anon_sym___attribute__] = ACTIONS(3011), - [anon_sym_COLON_COLON] = ACTIONS(3013), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3013), - [anon_sym___declspec] = ACTIONS(3011), - [anon_sym___based] = ACTIONS(3011), - [anon_sym_LBRACK] = ACTIONS(3011), - [anon_sym_static] = ACTIONS(3011), - [anon_sym_register] = ACTIONS(3011), - [anon_sym_inline] = ACTIONS(3011), - [anon_sym_thread_local] = ACTIONS(3011), - [anon_sym_const] = ACTIONS(3011), - [anon_sym_volatile] = ACTIONS(3011), - [anon_sym_restrict] = ACTIONS(3011), - [anon_sym__Atomic] = ACTIONS(3011), - [anon_sym_mutable] = ACTIONS(3011), - [anon_sym_constexpr] = ACTIONS(3011), - [anon_sym_signed] = ACTIONS(3011), - [anon_sym_unsigned] = ACTIONS(3011), - [anon_sym_long] = ACTIONS(3011), - [anon_sym_short] = ACTIONS(3011), - [sym_primitive_type] = ACTIONS(3011), - [anon_sym_enum] = ACTIONS(3011), - [anon_sym_class] = ACTIONS(3011), - [anon_sym_struct] = ACTIONS(3011), - [anon_sym_union] = ACTIONS(3011), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(3011), - [anon_sym_virtual] = ACTIONS(3011), - [anon_sym_explicit] = ACTIONS(3011), - [sym_auto] = ACTIONS(3011), - [anon_sym_typename] = ACTIONS(3011), - [anon_sym_template] = ACTIONS(3011), - [anon_sym_operator] = ACTIONS(3011), - [sym_operator_name] = ACTIONS(3011), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3011), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3011), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3011), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3011), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3011), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3011), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3011), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3011), - [anon_sym_MOZ_COLD] = ACTIONS(3011), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3011), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3011), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3011), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3011), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3011), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3011), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3011), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3011), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3011), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3011), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3011), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3011), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3011), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3011), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3011), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3011), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3011), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3011), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3011), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3011), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3011), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3011), - [anon_sym_MOZ_NONNULL] = ACTIONS(3011), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3011), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3011), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3011), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3011), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3011), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3011), - [anon_sym_MOZ_NORETURN] = ACTIONS(3011), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3011), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3011), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3011), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3011), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3011), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3011), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3011), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3011), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3011), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3011), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3011), - [anon_sym_MOZ_RAII] = ACTIONS(3011), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3011), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3011), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3011), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3011), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3011), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3011), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3011), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3011), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3011), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3011), + [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), }, - [1266] = { - [sym_identifier] = ACTIONS(2922), - [anon_sym_LPAREN2] = ACTIONS(2924), - [anon_sym_TILDE] = ACTIONS(2924), - [anon_sym_STAR] = ACTIONS(2924), - [anon_sym_AMP_AMP] = ACTIONS(2924), - [anon_sym_AMP] = ACTIONS(2922), - [anon_sym_extern] = ACTIONS(2922), - [anon_sym___attribute__] = ACTIONS(2922), - [anon_sym_COLON_COLON] = ACTIONS(2924), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), - [anon_sym___declspec] = ACTIONS(2922), - [anon_sym___based] = ACTIONS(2922), - [anon_sym_LBRACK] = ACTIONS(2922), - [anon_sym_static] = ACTIONS(2922), - [anon_sym_register] = ACTIONS(2922), - [anon_sym_inline] = ACTIONS(2922), - [anon_sym_thread_local] = ACTIONS(2922), - [anon_sym_const] = ACTIONS(2922), - [anon_sym_volatile] = ACTIONS(2922), - [anon_sym_restrict] = ACTIONS(2922), - [anon_sym__Atomic] = ACTIONS(2922), - [anon_sym_mutable] = ACTIONS(2922), - [anon_sym_constexpr] = ACTIONS(2922), - [anon_sym_signed] = ACTIONS(2922), - [anon_sym_unsigned] = ACTIONS(2922), - [anon_sym_long] = ACTIONS(2922), - [anon_sym_short] = ACTIONS(2922), - [sym_primitive_type] = ACTIONS(2922), - [anon_sym_enum] = ACTIONS(2922), - [anon_sym_class] = ACTIONS(2922), - [anon_sym_struct] = ACTIONS(2922), - [anon_sym_union] = ACTIONS(2922), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2922), - [anon_sym_virtual] = ACTIONS(2922), - [anon_sym_explicit] = ACTIONS(2922), - [sym_auto] = ACTIONS(2922), - [anon_sym_typename] = ACTIONS(2922), - [anon_sym_template] = ACTIONS(2922), - [anon_sym_operator] = ACTIONS(2922), - [sym_operator_name] = ACTIONS(2922), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2922), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2922), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2922), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2922), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2922), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2922), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2922), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2922), - [anon_sym_MOZ_COLD] = ACTIONS(2922), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2922), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2922), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2922), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2922), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2922), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2922), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2922), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2922), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2922), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2922), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2922), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2922), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2922), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2922), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2922), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2922), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2922), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2922), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2922), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2922), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_NONNULL] = ACTIONS(2922), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2922), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2922), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2922), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2922), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2922), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_NORETURN] = ACTIONS(2922), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2922), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2922), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2922), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2922), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2922), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2922), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2922), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2922), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2922), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2922), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2922), - [anon_sym_MOZ_RAII] = ACTIONS(2922), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2922), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2922), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2922), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2922), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2922), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2922), + [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), + [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), }, - [1267] = { - [sym__expression] = STATE(2660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(2661), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2754), - [anon_sym_COMMA] = ACTIONS(2754), - [anon_sym_RPAREN] = ACTIONS(2754), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(25), + [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(1030), - [anon_sym_SLASH] = ACTIONS(2762), - [anon_sym_PERCENT] = ACTIONS(2754), - [anon_sym_PIPE_PIPE] = ACTIONS(2754), - [anon_sym_AMP_AMP] = ACTIONS(2754), - [anon_sym_PIPE] = ACTIONS(2762), - [anon_sym_CARET] = ACTIONS(2754), - [anon_sym_AMP] = ACTIONS(1034), - [anon_sym_EQ_EQ] = ACTIONS(2754), - [anon_sym_BANG_EQ] = ACTIONS(2754), - [anon_sym_GT] = ACTIONS(2762), - [anon_sym_GT_EQ] = ACTIONS(2754), - [anon_sym_LT_EQ] = ACTIONS(2754), - [anon_sym_LT] = ACTIONS(2762), - [anon_sym_LT_LT] = ACTIONS(2754), - [anon_sym_GT_GT] = ACTIONS(2754), - [anon_sym_SEMI] = ACTIONS(2754), + [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(1478), - [anon_sym_RBRACE] = ACTIONS(2754), + [anon_sym_LBRACE] = ACTIONS(600), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_QMARK] = ACTIONS(2754), + [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), - [anon_sym_DOT] = ACTIONS(2762), - [anon_sym_DASH_GT] = ACTIONS(2754), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -242100,8268 +231865,5973 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1268] = { - [sym_field_declaration_list] = STATE(1311), - [sym_virtual_specifier] = STATE(3949), - [sym_base_class_clause] = STATE(4489), - [sym_identifier] = ACTIONS(3017), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3019), - [anon_sym_COMMA] = ACTIONS(3019), - [anon_sym_RPAREN] = ACTIONS(3019), - [anon_sym_LPAREN2] = ACTIONS(3019), - [anon_sym_TILDE] = ACTIONS(3019), - [anon_sym_STAR] = ACTIONS(3019), - [anon_sym_AMP_AMP] = ACTIONS(3019), - [anon_sym_AMP] = ACTIONS(3017), - [anon_sym_SEMI] = ACTIONS(3019), - [anon_sym_extern] = ACTIONS(3017), - [anon_sym___attribute__] = ACTIONS(3017), - [anon_sym_COLON_COLON] = ACTIONS(3019), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3019), - [anon_sym___declspec] = ACTIONS(3017), - [anon_sym___based] = ACTIONS(3017), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_LBRACK] = ACTIONS(3017), - [anon_sym_EQ] = ACTIONS(3019), - [anon_sym_static] = ACTIONS(3017), - [anon_sym_register] = ACTIONS(3017), - [anon_sym_inline] = ACTIONS(3017), - [anon_sym_thread_local] = ACTIONS(3017), - [anon_sym_const] = ACTIONS(3017), - [anon_sym_volatile] = ACTIONS(3017), - [anon_sym_restrict] = ACTIONS(3017), - [anon_sym__Atomic] = ACTIONS(3017), - [anon_sym_mutable] = ACTIONS(3017), - [anon_sym_constexpr] = ACTIONS(3017), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3017), - [anon_sym_template] = ACTIONS(3017), - [anon_sym_GT2] = ACTIONS(3019), - [sym_operator_name] = ACTIONS(3017), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3017), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3017), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3017), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3017), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3017), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3017), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3017), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3017), - [anon_sym_MOZ_COLD] = ACTIONS(3017), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3017), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3017), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3017), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3017), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3017), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3017), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3017), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3017), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3017), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3017), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3017), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3017), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3017), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3017), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3017), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3017), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3017), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3017), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3017), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3017), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_NONNULL] = ACTIONS(3017), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3017), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3017), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3017), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3017), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3017), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_NORETURN] = ACTIONS(3017), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3017), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3017), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3017), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3017), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3017), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3017), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3017), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3017), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3017), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3017), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3017), - [anon_sym_MOZ_RAII] = ACTIONS(3017), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3017), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3017), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3017), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3017), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3017), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3017), + [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), }, - [1269] = { - [sym_field_declaration_list] = STATE(1321), - [sym_virtual_specifier] = STATE(3989), - [sym_base_class_clause] = STATE(4553), - [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(3029), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3029), - [anon_sym___declspec] = ACTIONS(3027), - [anon_sym___based] = ACTIONS(3027), - [anon_sym_LBRACE] = ACTIONS(3021), - [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(3023), + [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), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3027), - [anon_sym_template] = ACTIONS(3027), - [anon_sym_GT2] = ACTIONS(3029), - [sym_operator_name] = 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), - }, - [1270] = { - [sym_identifier] = ACTIONS(3031), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3033), - [anon_sym_COMMA] = ACTIONS(3033), - [anon_sym_RPAREN] = ACTIONS(3033), - [anon_sym_LPAREN2] = ACTIONS(3033), - [anon_sym_TILDE] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3033), - [anon_sym_AMP_AMP] = ACTIONS(3033), - [anon_sym_AMP] = ACTIONS(3031), - [anon_sym_SEMI] = ACTIONS(3033), - [anon_sym_extern] = ACTIONS(3031), - [anon_sym___attribute__] = ACTIONS(3031), - [anon_sym_COLON_COLON] = ACTIONS(3033), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3033), - [anon_sym___declspec] = ACTIONS(3031), - [anon_sym___based] = ACTIONS(3031), - [anon_sym_LBRACE] = ACTIONS(3033), - [anon_sym_LBRACK] = ACTIONS(3031), - [anon_sym_EQ] = ACTIONS(3033), - [anon_sym_static] = ACTIONS(3031), - [anon_sym_register] = ACTIONS(3031), - [anon_sym_inline] = ACTIONS(3031), - [anon_sym_thread_local] = ACTIONS(3031), - [anon_sym_const] = ACTIONS(3031), - [anon_sym_volatile] = ACTIONS(3031), - [anon_sym_restrict] = ACTIONS(3031), - [anon_sym__Atomic] = ACTIONS(3031), - [anon_sym_mutable] = ACTIONS(3031), - [anon_sym_constexpr] = ACTIONS(3031), - [anon_sym_COLON] = ACTIONS(3031), - [anon_sym_DASH_GT] = ACTIONS(3033), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3031), - [anon_sym_override] = ACTIONS(3031), - [anon_sym_virtual] = ACTIONS(3031), - [anon_sym_template] = ACTIONS(3031), - [anon_sym_GT2] = ACTIONS(3033), - [anon_sym_noexcept] = ACTIONS(3031), - [anon_sym_throw] = ACTIONS(3031), - [sym_operator_name] = ACTIONS(3031), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3031), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3031), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3031), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3031), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3031), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3031), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3031), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3031), - [anon_sym_MOZ_COLD] = ACTIONS(3031), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3031), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3031), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3031), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3031), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3031), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3031), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3031), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3031), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3031), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3031), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3031), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3031), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3031), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3031), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3031), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3031), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3031), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3031), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3031), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3031), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3031), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3031), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3031), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3031), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3031), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3031), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3031), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3031), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3031), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3031), - [anon_sym_MOZ_NONNULL] = ACTIONS(3031), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3031), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3031), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3031), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3031), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3031), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3031), - [anon_sym_MOZ_NORETURN] = ACTIONS(3031), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3031), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3031), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3031), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3031), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3031), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3031), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3031), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3031), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3031), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3031), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3031), - [anon_sym_MOZ_RAII] = ACTIONS(3031), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3031), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3031), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3031), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3031), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3031), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3031), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3031), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3031), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3031), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3031), + [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), }, - [1271] = { - [sym_identifier] = ACTIONS(3035), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3037), - [anon_sym_COMMA] = ACTIONS(3037), - [anon_sym_RPAREN] = ACTIONS(3037), - [anon_sym_LPAREN2] = ACTIONS(3037), - [anon_sym_TILDE] = ACTIONS(3037), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_AMP_AMP] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3035), - [anon_sym_SEMI] = ACTIONS(3037), - [anon_sym_extern] = ACTIONS(3035), - [anon_sym___attribute__] = ACTIONS(3035), - [anon_sym_COLON_COLON] = ACTIONS(3039), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3037), - [anon_sym___declspec] = ACTIONS(3035), - [anon_sym___based] = ACTIONS(3035), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3035), - [anon_sym_EQ] = ACTIONS(3037), - [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(3035), - [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(3035), - [anon_sym_DASH_GT] = ACTIONS(3037), + [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), [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3035), - [anon_sym_override] = ACTIONS(3035), - [anon_sym_virtual] = ACTIONS(3035), - [anon_sym_template] = ACTIONS(3035), - [anon_sym_GT2] = ACTIONS(3037), - [anon_sym_noexcept] = ACTIONS(3035), - [anon_sym_throw] = ACTIONS(3035), - [sym_operator_name] = ACTIONS(3035), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3035), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3035), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3035), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3035), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3035), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3035), - [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(3035), - [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(3035), - [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(3035), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3035), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3035), - [anon_sym_MOZ_NONNULL] = ACTIONS(3035), - [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(3035), - [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), - }, - [1272] = { - [sym_field_declaration_list] = STATE(1296), - [sym_virtual_specifier] = STATE(3873), - [sym_base_class_clause] = STATE(4469), - [sym_identifier] = ACTIONS(3041), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3043), - [anon_sym_COMMA] = ACTIONS(3043), - [anon_sym_RPAREN] = ACTIONS(3043), - [anon_sym_LPAREN2] = ACTIONS(3043), - [anon_sym_TILDE] = ACTIONS(3043), - [anon_sym_STAR] = ACTIONS(3043), - [anon_sym_AMP_AMP] = ACTIONS(3043), - [anon_sym_AMP] = ACTIONS(3041), - [anon_sym_SEMI] = ACTIONS(3043), - [anon_sym_extern] = ACTIONS(3041), - [anon_sym___attribute__] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(3043), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3043), - [anon_sym___declspec] = ACTIONS(3041), - [anon_sym___based] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_LBRACK] = ACTIONS(3041), - [anon_sym_EQ] = ACTIONS(3043), - [anon_sym_static] = ACTIONS(3041), - [anon_sym_register] = ACTIONS(3041), - [anon_sym_inline] = ACTIONS(3041), - [anon_sym_thread_local] = ACTIONS(3041), - [anon_sym_const] = ACTIONS(3041), - [anon_sym_volatile] = ACTIONS(3041), - [anon_sym_restrict] = ACTIONS(3041), - [anon_sym__Atomic] = ACTIONS(3041), - [anon_sym_mutable] = ACTIONS(3041), - [anon_sym_constexpr] = ACTIONS(3041), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(3041), - [anon_sym_GT2] = ACTIONS(3043), - [sym_operator_name] = ACTIONS(3041), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3041), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3041), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3041), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3041), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3041), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3041), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3041), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3041), - [anon_sym_MOZ_COLD] = ACTIONS(3041), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3041), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3041), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3041), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3041), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3041), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3041), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3041), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3041), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3041), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3041), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3041), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3041), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3041), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3041), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3041), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3041), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3041), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3041), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3041), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3041), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_NONNULL] = ACTIONS(3041), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3041), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3041), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3041), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3041), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3041), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_NORETURN] = ACTIONS(3041), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3041), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3041), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3041), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3041), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3041), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3041), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3041), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3041), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3041), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3041), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3041), - [anon_sym_MOZ_RAII] = ACTIONS(3041), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3041), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3041), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3041), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3041), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3041), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3041), - }, - [1273] = { - [sym_field_declaration_list] = STATE(1286), - [sym_virtual_specifier] = STATE(3884), - [sym_base_class_clause] = STATE(4420), - [sym_identifier] = ACTIONS(3045), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3047), - [anon_sym_COMMA] = ACTIONS(3047), - [anon_sym_RPAREN] = ACTIONS(3047), - [anon_sym_LPAREN2] = ACTIONS(3047), - [anon_sym_TILDE] = ACTIONS(3047), - [anon_sym_STAR] = ACTIONS(3047), - [anon_sym_AMP_AMP] = ACTIONS(3047), - [anon_sym_AMP] = ACTIONS(3045), - [anon_sym_SEMI] = ACTIONS(3047), - [anon_sym_extern] = ACTIONS(3045), - [anon_sym___attribute__] = ACTIONS(3045), - [anon_sym_COLON_COLON] = ACTIONS(3047), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3047), - [anon_sym___declspec] = ACTIONS(3045), - [anon_sym___based] = ACTIONS(3045), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_LBRACK] = ACTIONS(3045), - [anon_sym_EQ] = ACTIONS(3047), - [anon_sym_static] = ACTIONS(3045), - [anon_sym_register] = ACTIONS(3045), - [anon_sym_inline] = ACTIONS(3045), - [anon_sym_thread_local] = ACTIONS(3045), - [anon_sym_const] = ACTIONS(3045), - [anon_sym_volatile] = ACTIONS(3045), - [anon_sym_restrict] = ACTIONS(3045), - [anon_sym__Atomic] = ACTIONS(3045), - [anon_sym_mutable] = ACTIONS(3045), - [anon_sym_constexpr] = ACTIONS(3045), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3045), - [anon_sym_template] = ACTIONS(3045), - [anon_sym_GT2] = ACTIONS(3047), - [sym_operator_name] = ACTIONS(3045), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3045), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3045), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3045), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3045), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3045), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3045), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3045), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3045), - [anon_sym_MOZ_COLD] = ACTIONS(3045), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3045), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3045), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3045), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3045), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3045), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3045), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3045), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3045), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3045), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3045), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3045), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3045), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3045), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3045), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3045), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3045), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3045), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3045), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3045), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3045), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_NONNULL] = ACTIONS(3045), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3045), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3045), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3045), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3045), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3045), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_NORETURN] = ACTIONS(3045), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3045), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3045), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3045), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3045), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3045), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3045), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3045), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3045), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3045), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3045), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3045), - [anon_sym_MOZ_RAII] = ACTIONS(3045), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3045), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3045), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3045), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3045), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3045), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3045), - }, - [1274] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1283), - [sym_identifier] = ACTIONS(3049), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3052), - [anon_sym_COMMA] = ACTIONS(3052), - [anon_sym_RPAREN] = ACTIONS(3052), - [anon_sym_LPAREN2] = ACTIONS(3052), - [anon_sym_TILDE] = ACTIONS(3052), - [anon_sym_STAR] = ACTIONS(3052), - [anon_sym_AMP_AMP] = ACTIONS(3052), - [anon_sym_AMP] = ACTIONS(3054), - [anon_sym_SEMI] = ACTIONS(3052), - [anon_sym_extern] = ACTIONS(3054), - [anon_sym___attribute__] = ACTIONS(3054), - [anon_sym_COLON_COLON] = ACTIONS(3052), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3052), - [anon_sym___declspec] = ACTIONS(3054), - [anon_sym___based] = ACTIONS(3054), - [anon_sym_LBRACE] = ACTIONS(3052), - [anon_sym_LBRACK] = ACTIONS(3054), - [anon_sym_EQ] = ACTIONS(3052), - [anon_sym_static] = ACTIONS(3054), - [anon_sym_register] = ACTIONS(3054), - [anon_sym_inline] = ACTIONS(3054), - [anon_sym_thread_local] = ACTIONS(3054), - [anon_sym_const] = ACTIONS(3054), - [anon_sym_volatile] = ACTIONS(3054), - [anon_sym_restrict] = ACTIONS(3054), - [anon_sym__Atomic] = ACTIONS(3054), - [anon_sym_mutable] = ACTIONS(3054), - [anon_sym_constexpr] = ACTIONS(3054), - [anon_sym_signed] = ACTIONS(3056), - [anon_sym_unsigned] = ACTIONS(3056), - [anon_sym_long] = ACTIONS(3056), - [anon_sym_short] = ACTIONS(3056), - [sym_primitive_type] = ACTIONS(3058), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3054), - [anon_sym_template] = ACTIONS(3054), - [anon_sym_GT2] = ACTIONS(3052), - [sym_operator_name] = ACTIONS(3054), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3054), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3054), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3054), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3054), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3054), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3054), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3054), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3054), - [anon_sym_MOZ_COLD] = ACTIONS(3054), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3054), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3054), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3054), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3054), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3054), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3054), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3054), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3054), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3054), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3054), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3054), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3054), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3054), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3054), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3054), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3054), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3054), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3054), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3054), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3054), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3054), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3054), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3054), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3054), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3054), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3054), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3054), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3054), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3054), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3054), - [anon_sym_MOZ_NONNULL] = ACTIONS(3054), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3054), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3054), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3054), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3054), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3054), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3054), - [anon_sym_MOZ_NORETURN] = ACTIONS(3054), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3054), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3054), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3054), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3054), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3054), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3054), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3054), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3054), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3054), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3054), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3054), - [anon_sym_MOZ_RAII] = ACTIONS(3054), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3054), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3054), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3054), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3054), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3054), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3054), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3054), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3054), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3054), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3054), - }, - [1275] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1275), - [sym_identifier] = ACTIONS(3060), - [anon_sym_COMMA] = ACTIONS(3062), - [anon_sym_RPAREN] = ACTIONS(3062), - [anon_sym_LPAREN2] = ACTIONS(3062), - [anon_sym_STAR] = ACTIONS(3062), - [anon_sym_AMP_AMP] = ACTIONS(3062), - [anon_sym_AMP] = ACTIONS(3060), - [anon_sym_SEMI] = ACTIONS(3062), - [anon_sym_extern] = ACTIONS(3060), - [anon_sym___attribute__] = ACTIONS(3060), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3062), - [anon_sym___declspec] = ACTIONS(3060), - [anon_sym_LBRACE] = ACTIONS(3062), - [anon_sym_LBRACK] = ACTIONS(3060), - [anon_sym_EQ] = ACTIONS(3062), - [anon_sym_static] = ACTIONS(3060), - [anon_sym_register] = ACTIONS(3060), - [anon_sym_inline] = ACTIONS(3060), - [anon_sym_thread_local] = ACTIONS(3060), - [anon_sym_const] = ACTIONS(3060), - [anon_sym_volatile] = ACTIONS(3060), - [anon_sym_restrict] = ACTIONS(3060), - [anon_sym__Atomic] = ACTIONS(3060), - [anon_sym_mutable] = ACTIONS(3060), - [anon_sym_constexpr] = ACTIONS(3060), - [anon_sym_signed] = ACTIONS(3064), - [anon_sym_unsigned] = ACTIONS(3064), - [anon_sym_long] = ACTIONS(3064), - [anon_sym_short] = ACTIONS(3064), - [sym_primitive_type] = ACTIONS(3060), - [anon_sym_COLON] = ACTIONS(3062), - [anon_sym_DASH_GT] = ACTIONS(3062), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3060), - [anon_sym_override] = ACTIONS(3060), - [anon_sym_virtual] = ACTIONS(3060), - [anon_sym_GT2] = ACTIONS(3062), - [anon_sym_noexcept] = ACTIONS(3060), - [anon_sym_throw] = ACTIONS(3060), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3060), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3060), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3060), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3060), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3060), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3060), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3060), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3060), - [anon_sym_MOZ_COLD] = ACTIONS(3060), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3060), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3060), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3060), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3060), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3060), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3060), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3060), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3060), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3060), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3060), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3060), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3060), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3060), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3060), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3060), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3060), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3060), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3060), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3060), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3060), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3060), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3060), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3060), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3060), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3060), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3060), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3060), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3060), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3060), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3060), - [anon_sym_MOZ_NONNULL] = ACTIONS(3060), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3060), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3060), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3060), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3060), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3060), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3060), - [anon_sym_MOZ_NORETURN] = ACTIONS(3060), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3060), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3060), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3060), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3060), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3060), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3060), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3060), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3060), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3060), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3060), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3060), - [anon_sym_MOZ_RAII] = ACTIONS(3060), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3060), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3060), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3060), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3060), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3060), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3060), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3060), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3060), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3060), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3060), - }, - [1276] = { - [sym_field_declaration_list] = STATE(1284), - [sym_virtual_specifier] = STATE(4021), - [sym_base_class_clause] = STATE(4571), - [sym_identifier] = ACTIONS(3067), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3069), - [anon_sym_COMMA] = ACTIONS(3069), - [anon_sym_RPAREN] = ACTIONS(3069), - [anon_sym_LPAREN2] = ACTIONS(3069), - [anon_sym_TILDE] = ACTIONS(3069), - [anon_sym_STAR] = ACTIONS(3069), - [anon_sym_AMP_AMP] = ACTIONS(3069), - [anon_sym_AMP] = ACTIONS(3067), - [anon_sym_SEMI] = ACTIONS(3069), - [anon_sym_extern] = ACTIONS(3067), - [anon_sym___attribute__] = ACTIONS(3067), - [anon_sym_COLON_COLON] = ACTIONS(3069), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3069), - [anon_sym___declspec] = ACTIONS(3067), - [anon_sym___based] = ACTIONS(3067), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_LBRACK] = ACTIONS(3067), - [anon_sym_EQ] = ACTIONS(3069), - [anon_sym_static] = ACTIONS(3067), - [anon_sym_register] = ACTIONS(3067), - [anon_sym_inline] = ACTIONS(3067), - [anon_sym_thread_local] = ACTIONS(3067), - [anon_sym_const] = ACTIONS(3067), - [anon_sym_volatile] = ACTIONS(3067), - [anon_sym_restrict] = ACTIONS(3067), - [anon_sym__Atomic] = ACTIONS(3067), - [anon_sym_mutable] = ACTIONS(3067), - [anon_sym_constexpr] = ACTIONS(3067), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3067), - [anon_sym_template] = ACTIONS(3067), - [anon_sym_GT2] = ACTIONS(3069), - [sym_operator_name] = ACTIONS(3067), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3067), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3067), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3067), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3067), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3067), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3067), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3067), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3067), - [anon_sym_MOZ_COLD] = ACTIONS(3067), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3067), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3067), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3067), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3067), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3067), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3067), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3067), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3067), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3067), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3067), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3067), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3067), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3067), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3067), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3067), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3067), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3067), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3067), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3067), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3067), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3067), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3067), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3067), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3067), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3067), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3067), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3067), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3067), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3067), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3067), - [anon_sym_MOZ_NONNULL] = ACTIONS(3067), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3067), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3067), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3067), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3067), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3067), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3067), - [anon_sym_MOZ_NORETURN] = ACTIONS(3067), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3067), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3067), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3067), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3067), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3067), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3067), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3067), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3067), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3067), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3067), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3067), - [anon_sym_MOZ_RAII] = ACTIONS(3067), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3067), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3067), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3067), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3067), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3067), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3067), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3067), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3067), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3067), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3067), - }, - [1277] = { - [sym_enumerator_list] = STATE(1288), - [sym_identifier] = ACTIONS(3071), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3073), - [anon_sym_COMMA] = ACTIONS(3073), - [anon_sym_RPAREN] = ACTIONS(3073), - [anon_sym_LPAREN2] = ACTIONS(3073), - [anon_sym_TILDE] = ACTIONS(3073), - [anon_sym_STAR] = ACTIONS(3073), - [anon_sym_AMP_AMP] = ACTIONS(3073), - [anon_sym_AMP] = ACTIONS(3071), - [anon_sym_SEMI] = ACTIONS(3073), - [anon_sym_extern] = ACTIONS(3071), - [anon_sym___attribute__] = ACTIONS(3071), - [anon_sym_COLON_COLON] = ACTIONS(3073), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3073), - [anon_sym___declspec] = ACTIONS(3071), - [anon_sym___based] = ACTIONS(3071), - [anon_sym_LBRACE] = ACTIONS(3075), - [anon_sym_LBRACK] = ACTIONS(3071), - [anon_sym_EQ] = ACTIONS(3073), - [anon_sym_static] = ACTIONS(3071), - [anon_sym_register] = ACTIONS(3071), - [anon_sym_inline] = ACTIONS(3071), - [anon_sym_thread_local] = ACTIONS(3071), - [anon_sym_const] = ACTIONS(3071), - [anon_sym_volatile] = ACTIONS(3071), - [anon_sym_restrict] = ACTIONS(3071), - [anon_sym__Atomic] = ACTIONS(3071), - [anon_sym_mutable] = ACTIONS(3071), - [anon_sym_constexpr] = ACTIONS(3071), - [anon_sym_DASH_GT] = ACTIONS(3073), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3071), - [anon_sym_override] = ACTIONS(3071), - [anon_sym_virtual] = ACTIONS(3071), - [anon_sym_template] = ACTIONS(3071), - [anon_sym_GT2] = ACTIONS(3073), - [anon_sym_noexcept] = ACTIONS(3071), - [anon_sym_throw] = ACTIONS(3071), - [sym_operator_name] = ACTIONS(3071), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3071), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3071), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3071), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3071), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3071), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3071), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3071), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3071), - [anon_sym_MOZ_COLD] = ACTIONS(3071), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3071), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3071), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3071), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3071), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3071), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3071), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3071), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3071), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3071), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3071), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3071), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3071), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3071), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3071), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3071), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3071), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3071), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3071), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3071), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3071), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3071), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3071), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3071), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3071), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3071), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3071), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3071), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3071), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3071), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3071), - [anon_sym_MOZ_NONNULL] = ACTIONS(3071), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3071), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3071), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3071), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3071), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3071), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3071), - [anon_sym_MOZ_NORETURN] = ACTIONS(3071), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3071), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3071), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3071), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3071), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3071), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3071), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3071), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3071), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3071), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3071), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3071), - [anon_sym_MOZ_RAII] = ACTIONS(3071), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3071), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3071), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3071), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3071), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3071), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3071), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3071), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3071), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3071), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3071), - }, - [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_explicit_function_specifier] = STATE(1278), - [sym__constructor_specifiers] = STATE(1278), - [sym_macro_annotation] = STATE(1417), - [aux_sym_operator_cast_definition_repeat1] = STATE(1278), - [sym_identifier] = ACTIONS(3077), - [anon_sym_LPAREN2] = ACTIONS(3079), - [anon_sym_TILDE] = ACTIONS(3079), - [anon_sym_STAR] = ACTIONS(3079), - [anon_sym_AMP_AMP] = ACTIONS(3079), - [anon_sym_AMP] = ACTIONS(3077), - [anon_sym_extern] = ACTIONS(3081), - [anon_sym___attribute__] = ACTIONS(3084), - [anon_sym_COLON_COLON] = ACTIONS(3079), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3087), - [anon_sym___declspec] = ACTIONS(3090), - [anon_sym___based] = ACTIONS(3077), - [anon_sym_LBRACK] = ACTIONS(3077), - [anon_sym_static] = ACTIONS(3081), - [anon_sym_register] = ACTIONS(3081), - [anon_sym_inline] = ACTIONS(3081), - [anon_sym_thread_local] = ACTIONS(3081), - [anon_sym_const] = ACTIONS(3093), - [anon_sym_volatile] = ACTIONS(3093), - [anon_sym_restrict] = ACTIONS(3093), - [anon_sym__Atomic] = ACTIONS(3093), - [anon_sym_mutable] = ACTIONS(3093), - [anon_sym_constexpr] = ACTIONS(3093), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3096), - [anon_sym_explicit] = ACTIONS(3099), - [anon_sym_template] = ACTIONS(3077), - [anon_sym_operator] = ACTIONS(3077), - [sym_operator_name] = ACTIONS(3077), - [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), + [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), }, - [1279] = { - [sym_identifier] = ACTIONS(3105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3107), - [anon_sym_COMMA] = ACTIONS(3107), - [anon_sym_RPAREN] = ACTIONS(3107), - [anon_sym_LPAREN2] = ACTIONS(3107), - [anon_sym_TILDE] = ACTIONS(3107), - [anon_sym_STAR] = ACTIONS(3107), - [anon_sym_AMP_AMP] = ACTIONS(3107), - [anon_sym_AMP] = ACTIONS(3105), - [anon_sym_SEMI] = ACTIONS(3107), - [anon_sym_extern] = ACTIONS(3105), - [anon_sym___attribute__] = ACTIONS(3105), - [anon_sym_COLON_COLON] = ACTIONS(3107), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3107), - [anon_sym___declspec] = ACTIONS(3105), - [anon_sym___based] = ACTIONS(3105), - [anon_sym_LBRACE] = ACTIONS(3107), - [anon_sym_LBRACK] = ACTIONS(3105), - [anon_sym_EQ] = ACTIONS(3107), - [anon_sym_static] = ACTIONS(3105), - [anon_sym_register] = ACTIONS(3105), - [anon_sym_inline] = ACTIONS(3105), - [anon_sym_thread_local] = ACTIONS(3105), - [anon_sym_const] = ACTIONS(3105), - [anon_sym_volatile] = ACTIONS(3105), - [anon_sym_restrict] = ACTIONS(3105), - [anon_sym__Atomic] = ACTIONS(3105), - [anon_sym_mutable] = ACTIONS(3105), - [anon_sym_constexpr] = ACTIONS(3105), - [anon_sym_COLON] = ACTIONS(3105), - [anon_sym_DASH_GT] = ACTIONS(3107), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3105), - [anon_sym_override] = ACTIONS(3105), - [anon_sym_virtual] = ACTIONS(3105), - [anon_sym_template] = ACTIONS(3105), - [anon_sym_GT2] = ACTIONS(3107), - [anon_sym_noexcept] = ACTIONS(3105), - [anon_sym_throw] = ACTIONS(3105), - [sym_operator_name] = ACTIONS(3105), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3105), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3105), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3105), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3105), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3105), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3105), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3105), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3105), - [anon_sym_MOZ_COLD] = ACTIONS(3105), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3105), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3105), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3105), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3105), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3105), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3105), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3105), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3105), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3105), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3105), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3105), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3105), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3105), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3105), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3105), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3105), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3105), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3105), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3105), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3105), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_NONNULL] = ACTIONS(3105), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3105), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3105), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3105), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3105), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3105), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_NORETURN] = ACTIONS(3105), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3105), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3105), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3105), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3105), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3105), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3105), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3105), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3105), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3105), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3105), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3105), - [anon_sym_MOZ_RAII] = ACTIONS(3105), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3105), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3105), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3105), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3105), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3105), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3105), + [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), }, - [1280] = { - [sym_field_declaration_list] = STATE(1291), - [sym_virtual_specifier] = STATE(3969), - [sym_base_class_clause] = STATE(4509), - [sym_identifier] = ACTIONS(3109), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3111), - [anon_sym_COMMA] = ACTIONS(3111), - [anon_sym_RPAREN] = ACTIONS(3111), - [anon_sym_LPAREN2] = ACTIONS(3111), - [anon_sym_TILDE] = ACTIONS(3111), - [anon_sym_STAR] = ACTIONS(3111), - [anon_sym_AMP_AMP] = ACTIONS(3111), - [anon_sym_AMP] = ACTIONS(3109), - [anon_sym_SEMI] = ACTIONS(3111), - [anon_sym_extern] = ACTIONS(3109), - [anon_sym___attribute__] = ACTIONS(3109), - [anon_sym_COLON_COLON] = ACTIONS(3111), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3111), - [anon_sym___declspec] = ACTIONS(3109), - [anon_sym___based] = ACTIONS(3109), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_LBRACK] = ACTIONS(3109), - [anon_sym_EQ] = ACTIONS(3111), - [anon_sym_static] = ACTIONS(3109), - [anon_sym_register] = ACTIONS(3109), - [anon_sym_inline] = ACTIONS(3109), - [anon_sym_thread_local] = ACTIONS(3109), - [anon_sym_const] = ACTIONS(3109), - [anon_sym_volatile] = ACTIONS(3109), - [anon_sym_restrict] = ACTIONS(3109), - [anon_sym__Atomic] = ACTIONS(3109), - [anon_sym_mutable] = ACTIONS(3109), - [anon_sym_constexpr] = ACTIONS(3109), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3109), - [anon_sym_template] = ACTIONS(3109), - [anon_sym_GT2] = ACTIONS(3111), - [sym_operator_name] = ACTIONS(3109), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3109), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3109), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3109), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3109), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3109), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3109), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3109), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3109), - [anon_sym_MOZ_COLD] = ACTIONS(3109), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3109), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3109), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3109), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3109), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3109), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3109), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3109), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3109), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3109), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3109), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3109), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3109), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3109), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3109), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3109), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3109), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3109), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3109), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3109), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3109), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3109), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3109), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3109), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3109), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3109), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3109), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3109), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3109), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3109), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3109), - [anon_sym_MOZ_NONNULL] = ACTIONS(3109), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3109), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3109), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3109), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3109), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3109), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3109), - [anon_sym_MOZ_NORETURN] = ACTIONS(3109), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3109), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3109), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3109), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3109), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3109), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3109), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3109), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3109), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3109), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3109), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3109), - [anon_sym_MOZ_RAII] = ACTIONS(3109), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3109), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3109), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3109), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3109), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3109), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3109), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3109), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3109), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3109), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3109), + [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), + [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), }, - [1281] = { - [sym__declaration_modifiers] = STATE(1281), - [sym_attribute_specifier] = STATE(1281), - [sym_attribute_declaration] = STATE(1281), - [sym_ms_declspec_modifier] = STATE(1281), - [sym_storage_class_specifier] = STATE(1281), - [sym_type_qualifier] = STATE(1281), - [sym_virtual_function_specifier] = STATE(1281), - [sym_macro_annotation] = STATE(1480), - [aux_sym__declaration_specifiers_repeat1] = STATE(1281), - [sym_identifier] = ACTIONS(2982), - [anon_sym_extern] = ACTIONS(3113), - [anon_sym___attribute__] = ACTIONS(3116), - [anon_sym_COLON_COLON] = ACTIONS(2984), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3119), - [anon_sym___declspec] = ACTIONS(3122), - [anon_sym_static] = ACTIONS(3113), - [anon_sym_register] = ACTIONS(3113), - [anon_sym_inline] = ACTIONS(3113), - [anon_sym_thread_local] = ACTIONS(3113), - [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_signed] = ACTIONS(2982), - [anon_sym_unsigned] = ACTIONS(2982), - [anon_sym_long] = ACTIONS(2982), - [anon_sym_short] = ACTIONS(2982), - [sym_primitive_type] = ACTIONS(2982), - [anon_sym_enum] = ACTIONS(2982), - [anon_sym_class] = ACTIONS(2982), - [anon_sym_struct] = ACTIONS(2982), - [anon_sym_union] = ACTIONS(2982), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2982), - [anon_sym_virtual] = ACTIONS(3128), - [sym_auto] = ACTIONS(2982), - [anon_sym_typename] = ACTIONS(2982), - [anon_sym_template] = ACTIONS(2982), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3131), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3131), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3131), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3131), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3131), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3131), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3131), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3131), - [anon_sym_MOZ_COLD] = ACTIONS(3131), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3131), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3131), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3131), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3131), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3131), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3131), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3131), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3131), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3131), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3131), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3131), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3131), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3131), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3131), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3131), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3131), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3131), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3131), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3131), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3131), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3131), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3131), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3131), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3131), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3131), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3131), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3131), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3131), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3131), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3131), - [anon_sym_MOZ_NONNULL] = ACTIONS(3131), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3131), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3131), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3131), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3131), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3131), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3131), - [anon_sym_MOZ_NORETURN] = ACTIONS(3131), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3131), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3131), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3131), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3131), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3131), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3131), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3131), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3131), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3131), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3131), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3131), - [anon_sym_MOZ_RAII] = ACTIONS(3131), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3131), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3131), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3131), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3131), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3131), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3131), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3131), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3131), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3131), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3131), + [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), }, - [1282] = { - [sym_enumerator_list] = STATE(1292), - [sym_identifier] = ACTIONS(3134), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3136), - [anon_sym_COMMA] = ACTIONS(3136), - [anon_sym_RPAREN] = ACTIONS(3136), - [anon_sym_LPAREN2] = ACTIONS(3136), - [anon_sym_TILDE] = ACTIONS(3136), - [anon_sym_STAR] = ACTIONS(3136), - [anon_sym_AMP_AMP] = ACTIONS(3136), - [anon_sym_AMP] = ACTIONS(3134), - [anon_sym_SEMI] = ACTIONS(3136), - [anon_sym_extern] = ACTIONS(3134), - [anon_sym___attribute__] = ACTIONS(3134), - [anon_sym_COLON_COLON] = ACTIONS(3136), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3136), - [anon_sym___declspec] = ACTIONS(3134), - [anon_sym___based] = ACTIONS(3134), - [anon_sym_LBRACE] = ACTIONS(3075), - [anon_sym_LBRACK] = ACTIONS(3134), - [anon_sym_EQ] = ACTIONS(3136), - [anon_sym_static] = ACTIONS(3134), - [anon_sym_register] = ACTIONS(3134), - [anon_sym_inline] = ACTIONS(3134), - [anon_sym_thread_local] = ACTIONS(3134), - [anon_sym_const] = ACTIONS(3134), - [anon_sym_volatile] = ACTIONS(3134), - [anon_sym_restrict] = ACTIONS(3134), - [anon_sym__Atomic] = ACTIONS(3134), - [anon_sym_mutable] = ACTIONS(3134), - [anon_sym_constexpr] = ACTIONS(3134), - [anon_sym_DASH_GT] = ACTIONS(3136), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3134), - [anon_sym_override] = ACTIONS(3134), - [anon_sym_virtual] = ACTIONS(3134), - [anon_sym_template] = ACTIONS(3134), - [anon_sym_GT2] = ACTIONS(3136), - [anon_sym_noexcept] = ACTIONS(3134), - [anon_sym_throw] = ACTIONS(3134), - [sym_operator_name] = ACTIONS(3134), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3134), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3134), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3134), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3134), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3134), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3134), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3134), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3134), - [anon_sym_MOZ_COLD] = ACTIONS(3134), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3134), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3134), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3134), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3134), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3134), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3134), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3134), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3134), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3134), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3134), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3134), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3134), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3134), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3134), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3134), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3134), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3134), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3134), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3134), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3134), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3134), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3134), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3134), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3134), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3134), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3134), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3134), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3134), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3134), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3134), - [anon_sym_MOZ_NONNULL] = ACTIONS(3134), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3134), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3134), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3134), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3134), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3134), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3134), - [anon_sym_MOZ_NORETURN] = ACTIONS(3134), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3134), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3134), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3134), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3134), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3134), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3134), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3134), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3134), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3134), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3134), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3134), - [anon_sym_MOZ_RAII] = ACTIONS(3134), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3134), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3134), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3134), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3134), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3134), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3134), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3134), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3134), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3134), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3134), + [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), + [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), }, - [1283] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1283), - [sym_identifier] = ACTIONS(3060), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3062), - [anon_sym_COMMA] = ACTIONS(3062), - [anon_sym_RPAREN] = ACTIONS(3062), - [anon_sym_LPAREN2] = ACTIONS(3062), - [anon_sym_TILDE] = ACTIONS(3062), - [anon_sym_STAR] = ACTIONS(3062), - [anon_sym_AMP_AMP] = ACTIONS(3062), - [anon_sym_AMP] = ACTIONS(3060), - [anon_sym_SEMI] = ACTIONS(3062), - [anon_sym_extern] = ACTIONS(3060), - [anon_sym___attribute__] = ACTIONS(3060), - [anon_sym_COLON_COLON] = ACTIONS(3062), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3062), - [anon_sym___declspec] = ACTIONS(3060), - [anon_sym___based] = ACTIONS(3060), - [anon_sym_LBRACE] = ACTIONS(3062), - [anon_sym_LBRACK] = ACTIONS(3060), - [anon_sym_EQ] = ACTIONS(3062), - [anon_sym_static] = ACTIONS(3060), - [anon_sym_register] = ACTIONS(3060), - [anon_sym_inline] = ACTIONS(3060), - [anon_sym_thread_local] = ACTIONS(3060), - [anon_sym_const] = ACTIONS(3060), - [anon_sym_volatile] = ACTIONS(3060), - [anon_sym_restrict] = ACTIONS(3060), - [anon_sym__Atomic] = ACTIONS(3060), - [anon_sym_mutable] = ACTIONS(3060), - [anon_sym_constexpr] = ACTIONS(3060), - [anon_sym_signed] = ACTIONS(3138), - [anon_sym_unsigned] = ACTIONS(3138), - [anon_sym_long] = ACTIONS(3138), - [anon_sym_short] = ACTIONS(3138), - [sym_primitive_type] = ACTIONS(3060), + [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), [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3060), - [anon_sym_template] = ACTIONS(3060), - [anon_sym_GT2] = ACTIONS(3062), - [sym_operator_name] = ACTIONS(3060), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3060), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3060), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3060), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3060), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3060), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3060), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3060), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3060), - [anon_sym_MOZ_COLD] = ACTIONS(3060), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3060), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3060), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3060), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3060), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3060), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3060), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3060), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3060), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3060), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3060), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3060), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3060), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3060), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3060), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3060), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3060), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3060), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3060), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3060), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3060), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3060), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3060), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3060), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3060), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3060), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3060), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3060), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3060), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3060), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3060), - [anon_sym_MOZ_NONNULL] = ACTIONS(3060), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3060), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3060), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3060), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3060), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3060), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3060), - [anon_sym_MOZ_NORETURN] = ACTIONS(3060), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3060), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3060), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3060), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3060), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3060), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3060), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3060), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3060), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3060), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3060), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3060), - [anon_sym_MOZ_RAII] = ACTIONS(3060), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3060), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3060), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3060), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3060), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3060), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3060), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3060), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3060), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3060), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3060), + [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), }, - [1284] = { - [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), + [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), [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_noexcept] = ACTIONS(3141), - [anon_sym_throw] = ACTIONS(3141), - [sym_operator_name] = 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), + [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), }, - [1285] = { - [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), + [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), [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_noexcept] = ACTIONS(3145), - [anon_sym_throw] = ACTIONS(3145), - [sym_operator_name] = 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), + [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), }, - [1286] = { - [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_noexcept] = ACTIONS(3149), - [anon_sym_throw] = ACTIONS(3149), - [sym_operator_name] = 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), + [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), }, - [1287] = { - [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), + [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), [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_noexcept] = ACTIONS(3153), - [anon_sym_throw] = ACTIONS(3153), - [sym_operator_name] = 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), + [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), }, - [1288] = { - [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), + [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), [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_noexcept] = ACTIONS(3157), - [anon_sym_throw] = ACTIONS(3157), - [sym_operator_name] = 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), + [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), }, - [1289] = { - [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), + [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_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_noexcept] = ACTIONS(3161), - [anon_sym_throw] = ACTIONS(3161), - [sym_operator_name] = 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), + [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), }, - [1290] = { - [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), + [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), [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_noexcept] = ACTIONS(3165), - [anon_sym_throw] = ACTIONS(3165), - [sym_operator_name] = 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), + [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), }, - [1291] = { - [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), + [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), [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_noexcept] = ACTIONS(3169), - [anon_sym_throw] = ACTIONS(3169), - [sym_operator_name] = 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), + [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), }, - [1292] = { - [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), + [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), [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_noexcept] = ACTIONS(3173), - [anon_sym_throw] = ACTIONS(3173), - [sym_operator_name] = 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), + [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), }, - [1293] = { - [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), + [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), [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_noexcept] = ACTIONS(3177), - [anon_sym_throw] = ACTIONS(3177), - [sym_operator_name] = 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), + [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), }, - [1294] = { - [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), + [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), [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_noexcept] = ACTIONS(3181), - [anon_sym_throw] = ACTIONS(3181), - [sym_operator_name] = 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), + [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), }, - [1295] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1275), - [sym_identifier] = ACTIONS(3185), - [anon_sym_COMMA] = ACTIONS(3052), - [anon_sym_RPAREN] = ACTIONS(3052), - [anon_sym_LPAREN2] = ACTIONS(3052), - [anon_sym_STAR] = ACTIONS(3052), - [anon_sym_AMP_AMP] = ACTIONS(3052), - [anon_sym_AMP] = ACTIONS(3054), - [anon_sym_SEMI] = ACTIONS(3052), - [anon_sym_extern] = ACTIONS(3054), - [anon_sym___attribute__] = ACTIONS(3054), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3052), - [anon_sym___declspec] = ACTIONS(3054), - [anon_sym_LBRACE] = ACTIONS(3052), - [anon_sym_LBRACK] = ACTIONS(3054), - [anon_sym_EQ] = ACTIONS(3052), - [anon_sym_static] = ACTIONS(3054), - [anon_sym_register] = ACTIONS(3054), - [anon_sym_inline] = ACTIONS(3054), - [anon_sym_thread_local] = ACTIONS(3054), - [anon_sym_const] = ACTIONS(3054), - [anon_sym_volatile] = ACTIONS(3054), - [anon_sym_restrict] = ACTIONS(3054), - [anon_sym__Atomic] = ACTIONS(3054), - [anon_sym_mutable] = ACTIONS(3054), - [anon_sym_constexpr] = ACTIONS(3054), - [anon_sym_signed] = ACTIONS(3187), - [anon_sym_unsigned] = ACTIONS(3187), - [anon_sym_long] = ACTIONS(3187), - [anon_sym_short] = ACTIONS(3187), - [sym_primitive_type] = ACTIONS(3058), - [anon_sym_DASH_GT] = ACTIONS(3052), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3054), - [anon_sym_override] = ACTIONS(3054), - [anon_sym_virtual] = ACTIONS(3054), - [anon_sym_GT2] = ACTIONS(3052), - [anon_sym_noexcept] = ACTIONS(3054), - [anon_sym_throw] = ACTIONS(3054), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3054), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3054), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3054), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3054), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3054), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3054), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3054), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3054), - [anon_sym_MOZ_COLD] = ACTIONS(3054), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3054), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3054), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3054), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3054), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3054), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3054), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3054), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3054), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3054), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3054), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3054), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3054), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3054), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3054), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3054), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3054), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3054), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3054), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3054), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3054), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3054), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3054), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3054), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3054), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3054), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3054), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3054), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3054), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3054), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3054), - [anon_sym_MOZ_NONNULL] = ACTIONS(3054), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3054), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3054), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3054), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3054), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3054), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3054), - [anon_sym_MOZ_NORETURN] = ACTIONS(3054), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3054), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3054), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3054), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3054), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3054), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3054), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3054), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3054), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3054), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3054), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3054), - [anon_sym_MOZ_RAII] = ACTIONS(3054), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3054), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3054), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3054), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3054), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3054), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3054), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3054), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3054), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3054), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3054), + [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), + [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), }, - [1296] = { - [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), + [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), [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_noexcept] = ACTIONS(3189), - [anon_sym_throw] = ACTIONS(3189), - [sym_operator_name] = 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), + [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), }, - [1297] = { - [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), + [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), [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_noexcept] = ACTIONS(3193), - [anon_sym_throw] = ACTIONS(3193), - [sym_operator_name] = 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), + [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), }, - [1298] = { - [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), + [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), [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_noexcept] = ACTIONS(3197), - [anon_sym_throw] = ACTIONS(3197), - [sym_operator_name] = 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), + [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), }, - [1299] = { - [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), + [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), [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_noexcept] = ACTIONS(3201), - [anon_sym_throw] = ACTIONS(3201), - [sym_operator_name] = 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), + [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), }, - [1300] = { - [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), + [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), [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_noexcept] = ACTIONS(3205), - [anon_sym_throw] = ACTIONS(3205), - [sym_operator_name] = 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), + [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), }, - [1301] = { - [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), + [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), [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_noexcept] = ACTIONS(3209), - [anon_sym_throw] = ACTIONS(3209), - [sym_operator_name] = 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), + [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), }, - [1302] = { - [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), + [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), [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_noexcept] = ACTIONS(3213), - [anon_sym_throw] = ACTIONS(3213), - [sym_operator_name] = 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), + [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), }, - [1303] = { - [sym_identifier] = ACTIONS(3217), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3219), - [anon_sym_COMMA] = ACTIONS(3219), - [anon_sym_RPAREN] = ACTIONS(3219), - [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_SEMI] = ACTIONS(3219), - [anon_sym_extern] = ACTIONS(3217), - [anon_sym___attribute__] = ACTIONS(3217), - [anon_sym_COLON_COLON] = ACTIONS(3219), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3219), - [anon_sym___declspec] = ACTIONS(3217), - [anon_sym___based] = ACTIONS(3217), - [anon_sym_LBRACE] = ACTIONS(3219), - [anon_sym_LBRACK] = ACTIONS(3217), - [anon_sym_EQ] = ACTIONS(3219), - [anon_sym_static] = ACTIONS(3217), - [anon_sym_register] = ACTIONS(3217), - [anon_sym_inline] = ACTIONS(3217), - [anon_sym_thread_local] = ACTIONS(3217), - [anon_sym_const] = ACTIONS(3217), - [anon_sym_volatile] = ACTIONS(3217), - [anon_sym_restrict] = ACTIONS(3217), - [anon_sym__Atomic] = ACTIONS(3217), - [anon_sym_mutable] = ACTIONS(3217), - [anon_sym_constexpr] = ACTIONS(3217), - [anon_sym_DASH_GT] = ACTIONS(3219), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3217), - [anon_sym_override] = ACTIONS(3217), - [anon_sym_virtual] = ACTIONS(3217), - [anon_sym_template] = ACTIONS(3217), - [anon_sym_GT2] = ACTIONS(3219), - [anon_sym_noexcept] = ACTIONS(3217), - [anon_sym_throw] = ACTIONS(3217), - [sym_operator_name] = ACTIONS(3217), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3217), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3217), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3217), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3217), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3217), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3217), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3217), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3217), - [anon_sym_MOZ_COLD] = ACTIONS(3217), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3217), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3217), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3217), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3217), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3217), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3217), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3217), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3217), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3217), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3217), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3217), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3217), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3217), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3217), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3217), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3217), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3217), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3217), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3217), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3217), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3217), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3217), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3217), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3217), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3217), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3217), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3217), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3217), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3217), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3217), - [anon_sym_MOZ_NONNULL] = ACTIONS(3217), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3217), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3217), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3217), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3217), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3217), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3217), - [anon_sym_MOZ_NORETURN] = ACTIONS(3217), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3217), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3217), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3217), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3217), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3217), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3217), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3217), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3217), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3217), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3217), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3217), - [anon_sym_MOZ_RAII] = ACTIONS(3217), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3217), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3217), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3217), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3217), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3217), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3217), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3217), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3217), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3217), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3217), + [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), + [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), }, - [1304] = { - [sym_identifier] = ACTIONS(3221), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3223), - [anon_sym_COMMA] = ACTIONS(3223), - [anon_sym_RPAREN] = ACTIONS(3223), - [anon_sym_LPAREN2] = ACTIONS(3223), - [anon_sym_TILDE] = ACTIONS(3223), - [anon_sym_STAR] = ACTIONS(3223), - [anon_sym_AMP_AMP] = ACTIONS(3223), - [anon_sym_AMP] = ACTIONS(3221), - [anon_sym_SEMI] = ACTIONS(3223), - [anon_sym_extern] = ACTIONS(3221), - [anon_sym___attribute__] = ACTIONS(3221), - [anon_sym_COLON_COLON] = ACTIONS(3223), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3223), - [anon_sym___declspec] = ACTIONS(3221), - [anon_sym___based] = ACTIONS(3221), - [anon_sym_LBRACE] = ACTIONS(3223), - [anon_sym_LBRACK] = ACTIONS(3221), - [anon_sym_EQ] = ACTIONS(3223), - [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(3221), - [anon_sym_volatile] = ACTIONS(3221), - [anon_sym_restrict] = ACTIONS(3221), - [anon_sym__Atomic] = ACTIONS(3221), - [anon_sym_mutable] = ACTIONS(3221), - [anon_sym_constexpr] = ACTIONS(3221), - [anon_sym_DASH_GT] = ACTIONS(3223), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3221), - [anon_sym_override] = ACTIONS(3221), - [anon_sym_virtual] = ACTIONS(3221), - [anon_sym_template] = ACTIONS(3221), - [anon_sym_GT2] = ACTIONS(3223), - [anon_sym_noexcept] = ACTIONS(3221), - [anon_sym_throw] = ACTIONS(3221), - [sym_operator_name] = ACTIONS(3221), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3221), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3221), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3221), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3221), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3221), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3221), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3221), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3221), - [anon_sym_MOZ_COLD] = ACTIONS(3221), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3221), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3221), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3221), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3221), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3221), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3221), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3221), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3221), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3221), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3221), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3221), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3221), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3221), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3221), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3221), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3221), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3221), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3221), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3221), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3221), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3221), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3221), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3221), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3221), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3221), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3221), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3221), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3221), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3221), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3221), - [anon_sym_MOZ_NONNULL] = ACTIONS(3221), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3221), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3221), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3221), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3221), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3221), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3221), - [anon_sym_MOZ_NORETURN] = ACTIONS(3221), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3221), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3221), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3221), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3221), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3221), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3221), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3221), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3221), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3221), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3221), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3221), - [anon_sym_MOZ_RAII] = ACTIONS(3221), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3221), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3221), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3221), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3221), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3221), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3221), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3221), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3221), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3221), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3221), + [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), + [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), }, - [1305] = { - [sym_identifier] = ACTIONS(3225), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3227), - [anon_sym_COMMA] = ACTIONS(3227), - [anon_sym_RPAREN] = ACTIONS(3227), - [anon_sym_LPAREN2] = ACTIONS(3227), - [anon_sym_TILDE] = ACTIONS(3227), - [anon_sym_STAR] = ACTIONS(3227), - [anon_sym_AMP_AMP] = ACTIONS(3227), - [anon_sym_AMP] = ACTIONS(3225), - [anon_sym_SEMI] = ACTIONS(3227), - [anon_sym_extern] = ACTIONS(3225), - [anon_sym___attribute__] = ACTIONS(3225), - [anon_sym_COLON_COLON] = ACTIONS(3227), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3227), - [anon_sym___declspec] = ACTIONS(3225), - [anon_sym___based] = ACTIONS(3225), - [anon_sym_LBRACE] = ACTIONS(3227), - [anon_sym_LBRACK] = ACTIONS(3225), - [anon_sym_EQ] = ACTIONS(3227), - [anon_sym_static] = ACTIONS(3225), - [anon_sym_register] = ACTIONS(3225), - [anon_sym_inline] = ACTIONS(3225), - [anon_sym_thread_local] = ACTIONS(3225), - [anon_sym_const] = ACTIONS(3225), - [anon_sym_volatile] = ACTIONS(3225), - [anon_sym_restrict] = ACTIONS(3225), - [anon_sym__Atomic] = ACTIONS(3225), - [anon_sym_mutable] = ACTIONS(3225), - [anon_sym_constexpr] = ACTIONS(3225), - [anon_sym_DASH_GT] = ACTIONS(3227), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3225), - [anon_sym_override] = ACTIONS(3225), - [anon_sym_virtual] = ACTIONS(3225), - [anon_sym_template] = ACTIONS(3225), - [anon_sym_GT2] = ACTIONS(3227), - [anon_sym_noexcept] = ACTIONS(3225), - [anon_sym_throw] = ACTIONS(3225), - [sym_operator_name] = ACTIONS(3225), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3225), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3225), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3225), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3225), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3225), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3225), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3225), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3225), - [anon_sym_MOZ_COLD] = ACTIONS(3225), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3225), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3225), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3225), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3225), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3225), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3225), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3225), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3225), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3225), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3225), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3225), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3225), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3225), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3225), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3225), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3225), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3225), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3225), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3225), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3225), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3225), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3225), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3225), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3225), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3225), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3225), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3225), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3225), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3225), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3225), - [anon_sym_MOZ_NONNULL] = ACTIONS(3225), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3225), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3225), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3225), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3225), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3225), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3225), - [anon_sym_MOZ_NORETURN] = ACTIONS(3225), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3225), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3225), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3225), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3225), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3225), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3225), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3225), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3225), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3225), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3225), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3225), - [anon_sym_MOZ_RAII] = ACTIONS(3225), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3225), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3225), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3225), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3225), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3225), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3225), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3225), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3225), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3225), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3225), + [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), + [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), }, - [1306] = { - [sym_identifier] = ACTIONS(3229), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3231), - [anon_sym_COMMA] = ACTIONS(3231), - [anon_sym_RPAREN] = ACTIONS(3231), - [anon_sym_LPAREN2] = ACTIONS(3231), - [anon_sym_TILDE] = ACTIONS(3231), - [anon_sym_STAR] = ACTIONS(3231), - [anon_sym_AMP_AMP] = ACTIONS(3231), - [anon_sym_AMP] = ACTIONS(3229), - [anon_sym_SEMI] = ACTIONS(3231), - [anon_sym_extern] = ACTIONS(3229), - [anon_sym___attribute__] = ACTIONS(3229), - [anon_sym_COLON_COLON] = ACTIONS(3231), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3231), - [anon_sym___declspec] = ACTIONS(3229), - [anon_sym___based] = ACTIONS(3229), - [anon_sym_LBRACE] = ACTIONS(3231), - [anon_sym_LBRACK] = ACTIONS(3229), - [anon_sym_EQ] = ACTIONS(3231), - [anon_sym_static] = ACTIONS(3229), - [anon_sym_register] = ACTIONS(3229), - [anon_sym_inline] = ACTIONS(3229), - [anon_sym_thread_local] = ACTIONS(3229), - [anon_sym_const] = ACTIONS(3229), - [anon_sym_volatile] = ACTIONS(3229), - [anon_sym_restrict] = ACTIONS(3229), - [anon_sym__Atomic] = ACTIONS(3229), - [anon_sym_mutable] = ACTIONS(3229), - [anon_sym_constexpr] = ACTIONS(3229), - [anon_sym_DASH_GT] = ACTIONS(3231), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3229), - [anon_sym_override] = ACTIONS(3229), - [anon_sym_virtual] = ACTIONS(3229), - [anon_sym_template] = ACTIONS(3229), - [anon_sym_GT2] = ACTIONS(3231), - [anon_sym_noexcept] = ACTIONS(3229), - [anon_sym_throw] = ACTIONS(3229), - [sym_operator_name] = ACTIONS(3229), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3229), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3229), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3229), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3229), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3229), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3229), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3229), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3229), - [anon_sym_MOZ_COLD] = ACTIONS(3229), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3229), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3229), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3229), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3229), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3229), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3229), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3229), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3229), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3229), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3229), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3229), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3229), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3229), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3229), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3229), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3229), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3229), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3229), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3229), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3229), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3229), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3229), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3229), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3229), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3229), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3229), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3229), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3229), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3229), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3229), - [anon_sym_MOZ_NONNULL] = ACTIONS(3229), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3229), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3229), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3229), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3229), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3229), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3229), - [anon_sym_MOZ_NORETURN] = ACTIONS(3229), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3229), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3229), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3229), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3229), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3229), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3229), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3229), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3229), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3229), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3229), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3229), - [anon_sym_MOZ_RAII] = ACTIONS(3229), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3229), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3229), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3229), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3229), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3229), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3229), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3229), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3229), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3229), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3229), + [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), + [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), }, - [1307] = { - [sym_identifier] = ACTIONS(3233), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3235), - [anon_sym_COMMA] = ACTIONS(3235), - [anon_sym_RPAREN] = ACTIONS(3235), - [anon_sym_LPAREN2] = ACTIONS(3235), - [anon_sym_TILDE] = ACTIONS(3235), - [anon_sym_STAR] = ACTIONS(3235), - [anon_sym_AMP_AMP] = ACTIONS(3235), - [anon_sym_AMP] = ACTIONS(3233), - [anon_sym_SEMI] = ACTIONS(3235), - [anon_sym_extern] = ACTIONS(3233), - [anon_sym___attribute__] = ACTIONS(3233), - [anon_sym_COLON_COLON] = ACTIONS(3235), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3235), - [anon_sym___declspec] = ACTIONS(3233), - [anon_sym___based] = ACTIONS(3233), - [anon_sym_LBRACE] = ACTIONS(3235), - [anon_sym_LBRACK] = ACTIONS(3233), - [anon_sym_EQ] = ACTIONS(3235), - [anon_sym_static] = ACTIONS(3233), - [anon_sym_register] = ACTIONS(3233), - [anon_sym_inline] = ACTIONS(3233), - [anon_sym_thread_local] = ACTIONS(3233), - [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), - [anon_sym_DASH_GT] = ACTIONS(3235), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3233), - [anon_sym_override] = ACTIONS(3233), - [anon_sym_virtual] = ACTIONS(3233), - [anon_sym_template] = ACTIONS(3233), - [anon_sym_GT2] = ACTIONS(3235), - [anon_sym_noexcept] = ACTIONS(3233), - [anon_sym_throw] = ACTIONS(3233), - [sym_operator_name] = ACTIONS(3233), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3233), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3233), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3233), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3233), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3233), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3233), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3233), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3233), - [anon_sym_MOZ_COLD] = ACTIONS(3233), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3233), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3233), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3233), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3233), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3233), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3233), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3233), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3233), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3233), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3233), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3233), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3233), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3233), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3233), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3233), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3233), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3233), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3233), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3233), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3233), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3233), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3233), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3233), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3233), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3233), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3233), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3233), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3233), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3233), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3233), - [anon_sym_MOZ_NONNULL] = ACTIONS(3233), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3233), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3233), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3233), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3233), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3233), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3233), - [anon_sym_MOZ_NORETURN] = ACTIONS(3233), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3233), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3233), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3233), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3233), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3233), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3233), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3233), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3233), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3233), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3233), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3233), - [anon_sym_MOZ_RAII] = ACTIONS(3233), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3233), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3233), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3233), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3233), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3233), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3233), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3233), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3233), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3233), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3233), + [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), + [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), }, - [1308] = { - [sym_identifier] = ACTIONS(3237), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3239), - [anon_sym_COMMA] = ACTIONS(3239), - [anon_sym_RPAREN] = ACTIONS(3239), - [anon_sym_LPAREN2] = ACTIONS(3239), - [anon_sym_TILDE] = ACTIONS(3239), - [anon_sym_STAR] = ACTIONS(3239), - [anon_sym_AMP_AMP] = ACTIONS(3239), - [anon_sym_AMP] = ACTIONS(3237), - [anon_sym_SEMI] = ACTIONS(3239), - [anon_sym_extern] = ACTIONS(3237), - [anon_sym___attribute__] = ACTIONS(3237), - [anon_sym_COLON_COLON] = ACTIONS(3239), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3239), - [anon_sym___declspec] = ACTIONS(3237), - [anon_sym___based] = ACTIONS(3237), - [anon_sym_LBRACE] = ACTIONS(3239), - [anon_sym_LBRACK] = ACTIONS(3237), - [anon_sym_EQ] = ACTIONS(3239), - [anon_sym_static] = ACTIONS(3237), - [anon_sym_register] = ACTIONS(3237), - [anon_sym_inline] = ACTIONS(3237), - [anon_sym_thread_local] = ACTIONS(3237), - [anon_sym_const] = ACTIONS(3237), - [anon_sym_volatile] = ACTIONS(3237), - [anon_sym_restrict] = ACTIONS(3237), - [anon_sym__Atomic] = ACTIONS(3237), - [anon_sym_mutable] = ACTIONS(3237), - [anon_sym_constexpr] = ACTIONS(3237), - [anon_sym_DASH_GT] = ACTIONS(3239), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3237), - [anon_sym_override] = ACTIONS(3237), - [anon_sym_virtual] = ACTIONS(3237), - [anon_sym_template] = ACTIONS(3237), - [anon_sym_GT2] = ACTIONS(3239), - [anon_sym_noexcept] = ACTIONS(3237), - [anon_sym_throw] = ACTIONS(3237), - [sym_operator_name] = ACTIONS(3237), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3237), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3237), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3237), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3237), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3237), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3237), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3237), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3237), - [anon_sym_MOZ_COLD] = ACTIONS(3237), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3237), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3237), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3237), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3237), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3237), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3237), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3237), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3237), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3237), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3237), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3237), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3237), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3237), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3237), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3237), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3237), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3237), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3237), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3237), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3237), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3237), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3237), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3237), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3237), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3237), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3237), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3237), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3237), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3237), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3237), - [anon_sym_MOZ_NONNULL] = ACTIONS(3237), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3237), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3237), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3237), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3237), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3237), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3237), - [anon_sym_MOZ_NORETURN] = ACTIONS(3237), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3237), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3237), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3237), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3237), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3237), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3237), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3237), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3237), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3237), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3237), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3237), - [anon_sym_MOZ_RAII] = ACTIONS(3237), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3237), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3237), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3237), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3237), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3237), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3237), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3237), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3237), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3237), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3237), + [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), }, - [1309] = { - [sym_identifier] = ACTIONS(3241), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3243), - [anon_sym_COMMA] = ACTIONS(3243), - [anon_sym_RPAREN] = ACTIONS(3243), - [anon_sym_LPAREN2] = ACTIONS(3243), - [anon_sym_TILDE] = ACTIONS(3243), - [anon_sym_STAR] = ACTIONS(3243), - [anon_sym_AMP_AMP] = ACTIONS(3243), - [anon_sym_AMP] = ACTIONS(3241), - [anon_sym_SEMI] = ACTIONS(3243), - [anon_sym_extern] = ACTIONS(3241), - [anon_sym___attribute__] = ACTIONS(3241), - [anon_sym_COLON_COLON] = ACTIONS(3243), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3243), - [anon_sym___declspec] = ACTIONS(3241), - [anon_sym___based] = ACTIONS(3241), - [anon_sym_LBRACE] = ACTIONS(3243), - [anon_sym_LBRACK] = ACTIONS(3241), - [anon_sym_EQ] = ACTIONS(3243), - [anon_sym_static] = ACTIONS(3241), - [anon_sym_register] = ACTIONS(3241), - [anon_sym_inline] = ACTIONS(3241), - [anon_sym_thread_local] = ACTIONS(3241), - [anon_sym_const] = ACTIONS(3241), - [anon_sym_volatile] = ACTIONS(3241), - [anon_sym_restrict] = ACTIONS(3241), - [anon_sym__Atomic] = ACTIONS(3241), - [anon_sym_mutable] = ACTIONS(3241), - [anon_sym_constexpr] = ACTIONS(3241), - [anon_sym_DASH_GT] = ACTIONS(3243), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3241), - [anon_sym_override] = ACTIONS(3241), - [anon_sym_virtual] = ACTIONS(3241), - [anon_sym_template] = ACTIONS(3241), - [anon_sym_GT2] = ACTIONS(3243), - [anon_sym_noexcept] = ACTIONS(3241), - [anon_sym_throw] = ACTIONS(3241), - [sym_operator_name] = ACTIONS(3241), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3241), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3241), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3241), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3241), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3241), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3241), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3241), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3241), - [anon_sym_MOZ_COLD] = ACTIONS(3241), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3241), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3241), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3241), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3241), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3241), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3241), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3241), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3241), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3241), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3241), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3241), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3241), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3241), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3241), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3241), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3241), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3241), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3241), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3241), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3241), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3241), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3241), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3241), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3241), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3241), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3241), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3241), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3241), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3241), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3241), - [anon_sym_MOZ_NONNULL] = ACTIONS(3241), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3241), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3241), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3241), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3241), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3241), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3241), - [anon_sym_MOZ_NORETURN] = ACTIONS(3241), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3241), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3241), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3241), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3241), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3241), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3241), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3241), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3241), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3241), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3241), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3241), - [anon_sym_MOZ_RAII] = ACTIONS(3241), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3241), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3241), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3241), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3241), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3241), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3241), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3241), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3241), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3241), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3241), + [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), }, - [1310] = { - [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_noexcept] = ACTIONS(3245), - [anon_sym_throw] = ACTIONS(3245), - [sym_operator_name] = 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), + [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), }, - [1311] = { - [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), + [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), [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_noexcept] = ACTIONS(3249), - [anon_sym_throw] = ACTIONS(3249), - [sym_operator_name] = 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), + [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), }, - [1312] = { - [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_noexcept] = ACTIONS(3253), - [anon_sym_throw] = ACTIONS(3253), - [sym_operator_name] = 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), + [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), + [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_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), }, - [1313] = { - [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_noexcept] = ACTIONS(3257), - [anon_sym_throw] = ACTIONS(3257), - [sym_operator_name] = 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), + [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), }, - [1314] = { - [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_noexcept] = ACTIONS(3261), - [anon_sym_throw] = ACTIONS(3261), - [sym_operator_name] = 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), + [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), + [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), + [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_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), }, - [1315] = { - [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_noexcept] = ACTIONS(3265), - [anon_sym_throw] = ACTIONS(3265), - [sym_operator_name] = 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), - }, - [1316] = { - [sym_identifier] = ACTIONS(3269), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3271), - [anon_sym_COMMA] = ACTIONS(3271), - [anon_sym_RPAREN] = ACTIONS(3271), - [anon_sym_LPAREN2] = ACTIONS(3271), - [anon_sym_TILDE] = ACTIONS(3271), - [anon_sym_STAR] = ACTIONS(3271), - [anon_sym_AMP_AMP] = ACTIONS(3271), - [anon_sym_AMP] = ACTIONS(3269), - [anon_sym_SEMI] = ACTIONS(3271), - [anon_sym_extern] = ACTIONS(3269), - [anon_sym___attribute__] = ACTIONS(3269), - [anon_sym_COLON_COLON] = ACTIONS(3271), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3271), - [anon_sym___declspec] = ACTIONS(3269), - [anon_sym___based] = ACTIONS(3269), - [anon_sym_LBRACE] = ACTIONS(3271), - [anon_sym_LBRACK] = ACTIONS(3269), - [anon_sym_EQ] = ACTIONS(3271), - [anon_sym_static] = ACTIONS(3269), - [anon_sym_register] = ACTIONS(3269), - [anon_sym_inline] = ACTIONS(3269), - [anon_sym_thread_local] = ACTIONS(3269), - [anon_sym_const] = ACTIONS(3269), - [anon_sym_volatile] = ACTIONS(3269), - [anon_sym_restrict] = ACTIONS(3269), - [anon_sym__Atomic] = ACTIONS(3269), - [anon_sym_mutable] = ACTIONS(3269), - [anon_sym_constexpr] = ACTIONS(3269), - [anon_sym_DASH_GT] = ACTIONS(3271), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3269), - [anon_sym_override] = ACTIONS(3269), - [anon_sym_virtual] = ACTIONS(3269), - [anon_sym_template] = ACTIONS(3269), - [anon_sym_GT2] = ACTIONS(3271), - [anon_sym_noexcept] = ACTIONS(3269), - [anon_sym_throw] = ACTIONS(3269), - [sym_operator_name] = ACTIONS(3269), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3269), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3269), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3269), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3269), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3269), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3269), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3269), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3269), - [anon_sym_MOZ_COLD] = ACTIONS(3269), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3269), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3269), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3269), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3269), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3269), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3269), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3269), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3269), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3269), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3269), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3269), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3269), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3269), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3269), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3269), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3269), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3269), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3269), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3269), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3269), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3269), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3269), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3269), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3269), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3269), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3269), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3269), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3269), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3269), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3269), - [anon_sym_MOZ_NONNULL] = ACTIONS(3269), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3269), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3269), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3269), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3269), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3269), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3269), - [anon_sym_MOZ_NORETURN] = ACTIONS(3269), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3269), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3269), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3269), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3269), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3269), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3269), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3269), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3269), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3269), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3269), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3269), - [anon_sym_MOZ_RAII] = ACTIONS(3269), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3269), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3269), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3269), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3269), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3269), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3269), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3269), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3269), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3269), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3269), - }, - [1317] = { - [sym_identifier] = ACTIONS(3273), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3275), - [anon_sym_COMMA] = ACTIONS(3275), - [anon_sym_RPAREN] = ACTIONS(3275), - [anon_sym_LPAREN2] = ACTIONS(3275), - [anon_sym_TILDE] = ACTIONS(3275), - [anon_sym_STAR] = ACTIONS(3275), - [anon_sym_AMP_AMP] = ACTIONS(3275), - [anon_sym_AMP] = ACTIONS(3273), - [anon_sym_SEMI] = ACTIONS(3275), - [anon_sym_extern] = ACTIONS(3273), - [anon_sym___attribute__] = ACTIONS(3273), - [anon_sym_COLON_COLON] = ACTIONS(3275), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3275), - [anon_sym___declspec] = ACTIONS(3273), - [anon_sym___based] = ACTIONS(3273), - [anon_sym_LBRACE] = ACTIONS(3275), - [anon_sym_LBRACK] = ACTIONS(3273), - [anon_sym_EQ] = ACTIONS(3275), - [anon_sym_static] = ACTIONS(3273), - [anon_sym_register] = ACTIONS(3273), - [anon_sym_inline] = ACTIONS(3273), - [anon_sym_thread_local] = ACTIONS(3273), - [anon_sym_const] = ACTIONS(3273), - [anon_sym_volatile] = ACTIONS(3273), - [anon_sym_restrict] = ACTIONS(3273), - [anon_sym__Atomic] = ACTIONS(3273), - [anon_sym_mutable] = ACTIONS(3273), - [anon_sym_constexpr] = ACTIONS(3273), - [anon_sym_DASH_GT] = ACTIONS(3275), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3273), - [anon_sym_override] = ACTIONS(3273), - [anon_sym_virtual] = ACTIONS(3273), - [anon_sym_template] = ACTIONS(3273), - [anon_sym_GT2] = ACTIONS(3275), - [anon_sym_noexcept] = ACTIONS(3273), - [anon_sym_throw] = ACTIONS(3273), - [sym_operator_name] = ACTIONS(3273), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3273), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3273), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3273), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3273), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3273), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3273), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3273), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3273), - [anon_sym_MOZ_COLD] = ACTIONS(3273), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3273), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3273), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3273), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3273), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3273), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3273), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3273), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3273), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3273), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3273), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3273), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3273), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3273), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3273), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3273), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3273), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3273), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3273), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3273), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3273), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3273), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3273), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3273), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3273), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3273), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3273), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3273), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3273), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3273), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3273), - [anon_sym_MOZ_NONNULL] = ACTIONS(3273), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3273), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3273), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3273), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3273), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3273), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3273), - [anon_sym_MOZ_NORETURN] = ACTIONS(3273), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3273), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3273), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3273), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3273), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3273), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3273), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3273), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3273), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3273), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3273), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3273), - [anon_sym_MOZ_RAII] = ACTIONS(3273), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3273), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3273), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3273), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3273), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3273), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3273), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3273), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3273), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3273), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3273), - }, - [1318] = { - [sym_identifier] = ACTIONS(3277), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3279), - [anon_sym_COMMA] = ACTIONS(3279), - [anon_sym_RPAREN] = ACTIONS(3279), - [anon_sym_LPAREN2] = ACTIONS(3279), - [anon_sym_TILDE] = ACTIONS(3279), - [anon_sym_STAR] = ACTIONS(3279), - [anon_sym_AMP_AMP] = ACTIONS(3279), - [anon_sym_AMP] = ACTIONS(3277), - [anon_sym_SEMI] = ACTIONS(3279), - [anon_sym_extern] = ACTIONS(3277), - [anon_sym___attribute__] = ACTIONS(3277), - [anon_sym_COLON_COLON] = ACTIONS(3279), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3279), - [anon_sym___declspec] = ACTIONS(3277), - [anon_sym___based] = ACTIONS(3277), - [anon_sym_LBRACE] = ACTIONS(3279), - [anon_sym_LBRACK] = ACTIONS(3277), - [anon_sym_EQ] = ACTIONS(3279), - [anon_sym_static] = ACTIONS(3277), - [anon_sym_register] = ACTIONS(3277), - [anon_sym_inline] = ACTIONS(3277), - [anon_sym_thread_local] = ACTIONS(3277), - [anon_sym_const] = ACTIONS(3277), - [anon_sym_volatile] = ACTIONS(3277), - [anon_sym_restrict] = ACTIONS(3277), - [anon_sym__Atomic] = ACTIONS(3277), - [anon_sym_mutable] = ACTIONS(3277), - [anon_sym_constexpr] = ACTIONS(3277), - [anon_sym_DASH_GT] = ACTIONS(3279), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3277), - [anon_sym_override] = ACTIONS(3277), - [anon_sym_virtual] = ACTIONS(3277), - [anon_sym_template] = ACTIONS(3277), - [anon_sym_GT2] = ACTIONS(3279), - [anon_sym_noexcept] = ACTIONS(3277), - [anon_sym_throw] = ACTIONS(3277), - [sym_operator_name] = ACTIONS(3277), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3277), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3277), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3277), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3277), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3277), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3277), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3277), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3277), - [anon_sym_MOZ_COLD] = ACTIONS(3277), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3277), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3277), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3277), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3277), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3277), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3277), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3277), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3277), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3277), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3277), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3277), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3277), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3277), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3277), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3277), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3277), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3277), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3277), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3277), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3277), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3277), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3277), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3277), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3277), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3277), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3277), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3277), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3277), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3277), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3277), - [anon_sym_MOZ_NONNULL] = ACTIONS(3277), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3277), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3277), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3277), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3277), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3277), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3277), - [anon_sym_MOZ_NORETURN] = ACTIONS(3277), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3277), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3277), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3277), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3277), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3277), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3277), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3277), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3277), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3277), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3277), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3277), - [anon_sym_MOZ_RAII] = ACTIONS(3277), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3277), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3277), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3277), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3277), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3277), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3277), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3277), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3277), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3277), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3277), - }, - [1319] = { - [sym_identifier] = ACTIONS(3281), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3283), - [anon_sym_COMMA] = ACTIONS(3283), - [anon_sym_RPAREN] = ACTIONS(3283), - [anon_sym_LPAREN2] = ACTIONS(3283), - [anon_sym_TILDE] = ACTIONS(3283), - [anon_sym_STAR] = ACTIONS(3283), - [anon_sym_AMP_AMP] = ACTIONS(3283), - [anon_sym_AMP] = ACTIONS(3281), - [anon_sym_SEMI] = ACTIONS(3283), - [anon_sym_extern] = ACTIONS(3281), - [anon_sym___attribute__] = ACTIONS(3281), - [anon_sym_COLON_COLON] = ACTIONS(3283), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3283), - [anon_sym___declspec] = ACTIONS(3281), - [anon_sym___based] = ACTIONS(3281), - [anon_sym_LBRACE] = ACTIONS(3283), - [anon_sym_LBRACK] = ACTIONS(3281), - [anon_sym_EQ] = ACTIONS(3283), - [anon_sym_static] = ACTIONS(3281), - [anon_sym_register] = ACTIONS(3281), - [anon_sym_inline] = ACTIONS(3281), - [anon_sym_thread_local] = ACTIONS(3281), - [anon_sym_const] = ACTIONS(3281), - [anon_sym_volatile] = ACTIONS(3281), - [anon_sym_restrict] = ACTIONS(3281), - [anon_sym__Atomic] = ACTIONS(3281), - [anon_sym_mutable] = ACTIONS(3281), - [anon_sym_constexpr] = ACTIONS(3281), - [anon_sym_DASH_GT] = ACTIONS(3283), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3281), - [anon_sym_override] = ACTIONS(3281), - [anon_sym_virtual] = ACTIONS(3281), - [anon_sym_template] = ACTIONS(3281), - [anon_sym_GT2] = ACTIONS(3283), - [anon_sym_noexcept] = ACTIONS(3281), - [anon_sym_throw] = ACTIONS(3281), - [sym_operator_name] = ACTIONS(3281), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3281), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3281), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3281), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3281), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3281), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3281), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3281), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3281), - [anon_sym_MOZ_COLD] = ACTIONS(3281), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3281), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3281), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3281), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3281), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3281), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3281), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3281), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3281), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3281), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3281), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3281), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3281), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3281), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3281), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3281), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3281), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3281), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3281), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3281), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3281), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3281), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3281), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3281), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3281), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3281), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3281), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3281), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3281), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3281), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3281), - [anon_sym_MOZ_NONNULL] = ACTIONS(3281), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3281), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3281), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3281), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3281), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3281), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3281), - [anon_sym_MOZ_NORETURN] = ACTIONS(3281), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3281), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3281), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3281), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3281), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3281), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3281), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3281), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3281), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3281), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3281), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3281), - [anon_sym_MOZ_RAII] = ACTIONS(3281), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3281), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3281), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3281), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3281), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3281), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3281), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3281), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3281), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3281), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3281), - }, - [1320] = { - [sym_identifier] = ACTIONS(3285), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3287), - [anon_sym_COMMA] = ACTIONS(3287), - [anon_sym_RPAREN] = ACTIONS(3287), - [anon_sym_LPAREN2] = ACTIONS(3287), - [anon_sym_TILDE] = ACTIONS(3287), - [anon_sym_STAR] = ACTIONS(3287), - [anon_sym_AMP_AMP] = ACTIONS(3287), - [anon_sym_AMP] = ACTIONS(3285), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym_extern] = ACTIONS(3285), - [anon_sym___attribute__] = ACTIONS(3285), - [anon_sym_COLON_COLON] = ACTIONS(3287), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3287), - [anon_sym___declspec] = ACTIONS(3285), - [anon_sym___based] = ACTIONS(3285), - [anon_sym_LBRACE] = ACTIONS(3287), - [anon_sym_LBRACK] = ACTIONS(3285), - [anon_sym_EQ] = ACTIONS(3287), - [anon_sym_static] = ACTIONS(3285), - [anon_sym_register] = ACTIONS(3285), - [anon_sym_inline] = ACTIONS(3285), - [anon_sym_thread_local] = ACTIONS(3285), - [anon_sym_const] = ACTIONS(3285), - [anon_sym_volatile] = ACTIONS(3285), - [anon_sym_restrict] = ACTIONS(3285), - [anon_sym__Atomic] = ACTIONS(3285), - [anon_sym_mutable] = ACTIONS(3285), - [anon_sym_constexpr] = ACTIONS(3285), - [anon_sym_DASH_GT] = ACTIONS(3287), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3285), - [anon_sym_override] = ACTIONS(3285), - [anon_sym_virtual] = ACTIONS(3285), - [anon_sym_template] = ACTIONS(3285), - [anon_sym_GT2] = ACTIONS(3287), - [anon_sym_noexcept] = ACTIONS(3285), - [anon_sym_throw] = ACTIONS(3285), - [sym_operator_name] = ACTIONS(3285), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3285), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3285), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3285), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3285), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3285), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3285), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3285), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3285), - [anon_sym_MOZ_COLD] = ACTIONS(3285), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3285), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3285), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3285), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3285), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3285), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3285), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3285), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3285), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3285), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3285), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3285), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3285), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3285), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3285), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3285), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3285), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3285), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3285), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3285), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3285), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3285), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3285), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3285), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3285), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3285), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3285), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3285), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3285), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3285), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3285), - [anon_sym_MOZ_NONNULL] = ACTIONS(3285), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3285), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3285), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3285), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3285), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3285), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3285), - [anon_sym_MOZ_NORETURN] = ACTIONS(3285), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3285), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3285), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3285), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3285), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3285), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3285), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3285), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3285), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3285), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3285), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3285), - [anon_sym_MOZ_RAII] = ACTIONS(3285), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3285), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3285), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3285), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3285), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3285), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3285), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3285), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3285), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3285), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3285), - }, - [1321] = { - [sym_identifier] = ACTIONS(3289), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3291), - [anon_sym_COMMA] = ACTIONS(3291), - [anon_sym_RPAREN] = ACTIONS(3291), - [anon_sym_LPAREN2] = ACTIONS(3291), - [anon_sym_TILDE] = ACTIONS(3291), - [anon_sym_STAR] = ACTIONS(3291), - [anon_sym_AMP_AMP] = ACTIONS(3291), - [anon_sym_AMP] = ACTIONS(3289), - [anon_sym_SEMI] = ACTIONS(3291), - [anon_sym_extern] = ACTIONS(3289), - [anon_sym___attribute__] = ACTIONS(3289), - [anon_sym_COLON_COLON] = ACTIONS(3291), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3291), - [anon_sym___declspec] = ACTIONS(3289), - [anon_sym___based] = ACTIONS(3289), - [anon_sym_LBRACE] = ACTIONS(3291), - [anon_sym_LBRACK] = ACTIONS(3289), - [anon_sym_EQ] = ACTIONS(3291), - [anon_sym_static] = ACTIONS(3289), - [anon_sym_register] = ACTIONS(3289), - [anon_sym_inline] = ACTIONS(3289), - [anon_sym_thread_local] = ACTIONS(3289), - [anon_sym_const] = ACTIONS(3289), - [anon_sym_volatile] = ACTIONS(3289), - [anon_sym_restrict] = ACTIONS(3289), - [anon_sym__Atomic] = ACTIONS(3289), - [anon_sym_mutable] = ACTIONS(3289), - [anon_sym_constexpr] = ACTIONS(3289), - [anon_sym_DASH_GT] = ACTIONS(3291), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3289), - [anon_sym_override] = ACTIONS(3289), - [anon_sym_virtual] = ACTIONS(3289), - [anon_sym_template] = ACTIONS(3289), - [anon_sym_GT2] = ACTIONS(3291), - [anon_sym_noexcept] = ACTIONS(3289), - [anon_sym_throw] = ACTIONS(3289), - [sym_operator_name] = ACTIONS(3289), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3289), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3289), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3289), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3289), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3289), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3289), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3289), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3289), - [anon_sym_MOZ_COLD] = ACTIONS(3289), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3289), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3289), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3289), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3289), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3289), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3289), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3289), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3289), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3289), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3289), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3289), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3289), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3289), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3289), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3289), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3289), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3289), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3289), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3289), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3289), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3289), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3289), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3289), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3289), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3289), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3289), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3289), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3289), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3289), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3289), - [anon_sym_MOZ_NONNULL] = ACTIONS(3289), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3289), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3289), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3289), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3289), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3289), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3289), - [anon_sym_MOZ_NORETURN] = ACTIONS(3289), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3289), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3289), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3289), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3289), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3289), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3289), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3289), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3289), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3289), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3289), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3289), - [anon_sym_MOZ_RAII] = ACTIONS(3289), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3289), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3289), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3289), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3289), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3289), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3289), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3289), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3289), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3289), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3289), - }, - [1322] = { - [sym_identifier] = ACTIONS(3293), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3295), - [anon_sym_COMMA] = ACTIONS(3295), - [anon_sym_RPAREN] = ACTIONS(3295), - [anon_sym_LPAREN2] = ACTIONS(3295), - [anon_sym_TILDE] = ACTIONS(3295), - [anon_sym_STAR] = ACTIONS(3295), - [anon_sym_AMP_AMP] = ACTIONS(3295), - [anon_sym_AMP] = ACTIONS(3293), - [anon_sym_SEMI] = ACTIONS(3295), - [anon_sym_extern] = ACTIONS(3293), - [anon_sym___attribute__] = ACTIONS(3293), - [anon_sym_COLON_COLON] = ACTIONS(3295), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3295), - [anon_sym___declspec] = ACTIONS(3293), - [anon_sym___based] = ACTIONS(3293), - [anon_sym_LBRACE] = ACTIONS(3295), - [anon_sym_LBRACK] = ACTIONS(3293), - [anon_sym_EQ] = ACTIONS(3295), - [anon_sym_static] = ACTIONS(3293), - [anon_sym_register] = ACTIONS(3293), - [anon_sym_inline] = ACTIONS(3293), - [anon_sym_thread_local] = ACTIONS(3293), - [anon_sym_const] = ACTIONS(3293), - [anon_sym_volatile] = ACTIONS(3293), - [anon_sym_restrict] = ACTIONS(3293), - [anon_sym__Atomic] = ACTIONS(3293), - [anon_sym_mutable] = ACTIONS(3293), - [anon_sym_constexpr] = ACTIONS(3293), - [anon_sym_DASH_GT] = ACTIONS(3295), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3293), - [anon_sym_override] = ACTIONS(3293), - [anon_sym_virtual] = ACTIONS(3293), - [anon_sym_template] = ACTIONS(3293), - [anon_sym_GT2] = ACTIONS(3295), - [anon_sym_noexcept] = ACTIONS(3293), - [anon_sym_throw] = ACTIONS(3293), - [sym_operator_name] = ACTIONS(3293), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3293), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3293), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3293), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3293), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3293), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3293), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3293), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3293), - [anon_sym_MOZ_COLD] = ACTIONS(3293), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3293), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3293), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3293), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3293), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3293), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3293), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3293), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3293), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3293), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3293), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3293), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3293), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3293), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3293), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3293), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3293), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3293), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3293), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3293), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3293), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3293), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3293), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3293), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3293), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3293), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3293), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3293), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3293), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3293), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3293), - [anon_sym_MOZ_NONNULL] = ACTIONS(3293), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3293), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3293), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3293), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3293), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3293), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3293), - [anon_sym_MOZ_NORETURN] = ACTIONS(3293), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3293), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3293), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3293), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3293), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3293), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3293), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3293), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3293), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3293), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3293), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3293), - [anon_sym_MOZ_RAII] = ACTIONS(3293), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3293), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3293), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3293), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3293), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3293), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3293), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3293), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3293), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3293), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3293), - }, - [1323] = { - [sym_identifier] = ACTIONS(3297), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3299), - [anon_sym_COMMA] = ACTIONS(3299), - [anon_sym_RPAREN] = ACTIONS(3299), - [anon_sym_LPAREN2] = ACTIONS(3299), - [anon_sym_TILDE] = ACTIONS(3299), - [anon_sym_STAR] = ACTIONS(3299), - [anon_sym_AMP_AMP] = ACTIONS(3299), - [anon_sym_AMP] = ACTIONS(3297), - [anon_sym_SEMI] = ACTIONS(3299), - [anon_sym_extern] = ACTIONS(3297), - [anon_sym___attribute__] = ACTIONS(3297), - [anon_sym_COLON_COLON] = ACTIONS(3299), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3299), - [anon_sym___declspec] = ACTIONS(3297), - [anon_sym___based] = ACTIONS(3297), - [anon_sym_LBRACE] = ACTIONS(3299), - [anon_sym_LBRACK] = ACTIONS(3297), - [anon_sym_EQ] = ACTIONS(3299), - [anon_sym_static] = ACTIONS(3297), - [anon_sym_register] = ACTIONS(3297), - [anon_sym_inline] = ACTIONS(3297), - [anon_sym_thread_local] = ACTIONS(3297), - [anon_sym_const] = ACTIONS(3297), - [anon_sym_volatile] = ACTIONS(3297), - [anon_sym_restrict] = ACTIONS(3297), - [anon_sym__Atomic] = ACTIONS(3297), - [anon_sym_mutable] = ACTIONS(3297), - [anon_sym_constexpr] = ACTIONS(3297), - [anon_sym_DASH_GT] = ACTIONS(3299), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3297), - [anon_sym_override] = ACTIONS(3297), - [anon_sym_virtual] = ACTIONS(3297), - [anon_sym_template] = ACTIONS(3297), - [anon_sym_GT2] = ACTIONS(3299), - [anon_sym_noexcept] = ACTIONS(3297), - [anon_sym_throw] = ACTIONS(3297), - [sym_operator_name] = ACTIONS(3297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3297), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3297), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3297), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3297), - [anon_sym_MOZ_COLD] = ACTIONS(3297), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3297), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3297), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3297), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3297), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3297), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3297), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3297), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3297), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3297), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3297), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3297), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3297), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3297), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_NONNULL] = ACTIONS(3297), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3297), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3297), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3297), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3297), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3297), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3297), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3297), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3297), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3297), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3297), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3297), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3297), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3297), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3297), - [anon_sym_MOZ_RAII] = ACTIONS(3297), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3297), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3297), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3297), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3297), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3297), - }, - [1324] = { - [sym_identifier] = ACTIONS(3301), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3303), - [anon_sym_COMMA] = ACTIONS(3303), - [anon_sym_RPAREN] = ACTIONS(3303), - [anon_sym_LPAREN2] = ACTIONS(3303), - [anon_sym_TILDE] = ACTIONS(3303), - [anon_sym_STAR] = ACTIONS(3303), - [anon_sym_AMP_AMP] = ACTIONS(3303), - [anon_sym_AMP] = ACTIONS(3301), - [anon_sym_SEMI] = ACTIONS(3303), - [anon_sym_extern] = ACTIONS(3301), - [anon_sym___attribute__] = ACTIONS(3301), - [anon_sym_COLON_COLON] = ACTIONS(3303), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3303), - [anon_sym___declspec] = ACTIONS(3301), - [anon_sym___based] = ACTIONS(3301), - [anon_sym_LBRACE] = ACTIONS(3303), - [anon_sym_LBRACK] = ACTIONS(3301), - [anon_sym_EQ] = ACTIONS(3303), - [anon_sym_static] = ACTIONS(3301), - [anon_sym_register] = ACTIONS(3301), - [anon_sym_inline] = ACTIONS(3301), - [anon_sym_thread_local] = ACTIONS(3301), - [anon_sym_const] = ACTIONS(3301), - [anon_sym_volatile] = ACTIONS(3301), - [anon_sym_restrict] = ACTIONS(3301), - [anon_sym__Atomic] = ACTIONS(3301), - [anon_sym_mutable] = ACTIONS(3301), - [anon_sym_constexpr] = ACTIONS(3301), - [anon_sym_DASH_GT] = ACTIONS(3303), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3301), - [anon_sym_override] = ACTIONS(3301), - [anon_sym_virtual] = ACTIONS(3301), - [anon_sym_template] = ACTIONS(3301), - [anon_sym_GT2] = ACTIONS(3303), - [anon_sym_noexcept] = ACTIONS(3301), - [anon_sym_throw] = ACTIONS(3301), - [sym_operator_name] = ACTIONS(3301), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3301), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3301), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3301), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3301), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3301), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3301), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3301), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3301), - [anon_sym_MOZ_COLD] = ACTIONS(3301), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3301), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3301), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3301), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3301), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3301), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3301), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3301), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3301), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3301), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3301), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3301), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3301), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3301), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3301), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3301), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3301), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3301), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3301), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3301), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3301), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3301), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3301), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3301), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3301), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3301), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3301), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3301), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3301), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3301), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3301), - [anon_sym_MOZ_NONNULL] = ACTIONS(3301), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3301), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3301), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3301), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3301), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3301), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3301), - [anon_sym_MOZ_NORETURN] = ACTIONS(3301), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3301), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3301), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3301), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3301), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3301), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3301), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3301), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3301), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3301), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3301), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3301), - [anon_sym_MOZ_RAII] = ACTIONS(3301), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3301), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3301), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3301), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3301), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3301), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3301), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3301), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3301), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3301), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3301), - }, - [1325] = { - [sym_identifier] = ACTIONS(3305), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3307), - [anon_sym_COMMA] = ACTIONS(3307), - [anon_sym_RPAREN] = ACTIONS(3307), - [anon_sym_LPAREN2] = ACTIONS(3307), - [anon_sym_TILDE] = ACTIONS(3307), - [anon_sym_STAR] = ACTIONS(3307), - [anon_sym_AMP_AMP] = ACTIONS(3307), - [anon_sym_AMP] = ACTIONS(3305), - [anon_sym_SEMI] = ACTIONS(3307), - [anon_sym_extern] = ACTIONS(3305), - [anon_sym___attribute__] = ACTIONS(3305), - [anon_sym_COLON_COLON] = ACTIONS(3307), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3307), - [anon_sym___declspec] = ACTIONS(3305), - [anon_sym___based] = ACTIONS(3305), - [anon_sym_LBRACE] = ACTIONS(3307), - [anon_sym_LBRACK] = ACTIONS(3305), - [anon_sym_EQ] = ACTIONS(3307), - [anon_sym_static] = ACTIONS(3305), - [anon_sym_register] = ACTIONS(3305), - [anon_sym_inline] = ACTIONS(3305), - [anon_sym_thread_local] = ACTIONS(3305), - [anon_sym_const] = ACTIONS(3305), - [anon_sym_volatile] = ACTIONS(3305), - [anon_sym_restrict] = ACTIONS(3305), - [anon_sym__Atomic] = ACTIONS(3305), - [anon_sym_mutable] = ACTIONS(3305), - [anon_sym_constexpr] = ACTIONS(3305), - [anon_sym_DASH_GT] = ACTIONS(3307), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3305), - [anon_sym_override] = ACTIONS(3305), - [anon_sym_virtual] = ACTIONS(3305), - [anon_sym_template] = ACTIONS(3305), - [anon_sym_GT2] = ACTIONS(3307), - [anon_sym_noexcept] = ACTIONS(3305), - [anon_sym_throw] = ACTIONS(3305), - [sym_operator_name] = ACTIONS(3305), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3305), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3305), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3305), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3305), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3305), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3305), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3305), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3305), - [anon_sym_MOZ_COLD] = ACTIONS(3305), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3305), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3305), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3305), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3305), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3305), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3305), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3305), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3305), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3305), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3305), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3305), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3305), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3305), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3305), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3305), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3305), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3305), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3305), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3305), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3305), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3305), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3305), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3305), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3305), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3305), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3305), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3305), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3305), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3305), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3305), - [anon_sym_MOZ_NONNULL] = ACTIONS(3305), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3305), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3305), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3305), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3305), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3305), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3305), - [anon_sym_MOZ_NORETURN] = ACTIONS(3305), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3305), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3305), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3305), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3305), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3305), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3305), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3305), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3305), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3305), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3305), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3305), - [anon_sym_MOZ_RAII] = ACTIONS(3305), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3305), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3305), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3305), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3305), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3305), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3305), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3305), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3305), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3305), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3305), - }, - [1326] = { - [sym_identifier] = ACTIONS(3309), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3311), - [anon_sym_COMMA] = ACTIONS(3311), - [anon_sym_RPAREN] = ACTIONS(3311), - [anon_sym_LPAREN2] = ACTIONS(3311), - [anon_sym_TILDE] = ACTIONS(3311), - [anon_sym_STAR] = ACTIONS(3311), - [anon_sym_AMP_AMP] = ACTIONS(3311), - [anon_sym_AMP] = ACTIONS(3309), - [anon_sym_SEMI] = ACTIONS(3311), - [anon_sym_extern] = ACTIONS(3309), - [anon_sym___attribute__] = ACTIONS(3309), - [anon_sym_COLON_COLON] = ACTIONS(3311), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3311), - [anon_sym___declspec] = ACTIONS(3309), - [anon_sym___based] = ACTIONS(3309), - [anon_sym_LBRACE] = ACTIONS(3311), - [anon_sym_LBRACK] = ACTIONS(3309), - [anon_sym_EQ] = ACTIONS(3311), - [anon_sym_static] = ACTIONS(3309), - [anon_sym_register] = ACTIONS(3309), - [anon_sym_inline] = ACTIONS(3309), - [anon_sym_thread_local] = ACTIONS(3309), - [anon_sym_const] = ACTIONS(3309), - [anon_sym_volatile] = ACTIONS(3309), - [anon_sym_restrict] = ACTIONS(3309), - [anon_sym__Atomic] = ACTIONS(3309), - [anon_sym_mutable] = ACTIONS(3309), - [anon_sym_constexpr] = ACTIONS(3309), - [anon_sym_DASH_GT] = ACTIONS(3311), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3309), - [anon_sym_override] = ACTIONS(3309), - [anon_sym_virtual] = ACTIONS(3309), - [anon_sym_template] = ACTIONS(3309), - [anon_sym_GT2] = ACTIONS(3311), - [anon_sym_noexcept] = ACTIONS(3309), - [anon_sym_throw] = ACTIONS(3309), - [sym_operator_name] = ACTIONS(3309), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3309), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3309), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3309), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3309), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3309), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3309), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3309), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3309), - [anon_sym_MOZ_COLD] = ACTIONS(3309), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3309), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3309), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3309), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3309), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3309), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3309), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3309), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3309), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3309), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3309), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3309), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3309), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3309), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3309), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3309), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3309), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3309), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3309), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3309), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3309), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3309), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3309), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3309), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3309), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3309), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3309), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3309), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3309), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3309), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3309), - [anon_sym_MOZ_NONNULL] = ACTIONS(3309), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3309), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3309), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3309), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3309), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3309), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3309), - [anon_sym_MOZ_NORETURN] = ACTIONS(3309), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3309), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3309), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3309), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3309), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3309), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3309), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3309), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3309), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3309), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3309), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3309), - [anon_sym_MOZ_RAII] = ACTIONS(3309), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3309), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3309), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3309), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3309), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3309), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3309), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3309), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3309), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3309), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3309), - }, - [1327] = { - [sym_identifier] = ACTIONS(3313), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3315), - [anon_sym_COMMA] = ACTIONS(3315), - [anon_sym_RPAREN] = ACTIONS(3315), - [anon_sym_LPAREN2] = ACTIONS(3315), - [anon_sym_TILDE] = ACTIONS(3315), - [anon_sym_STAR] = ACTIONS(3315), - [anon_sym_AMP_AMP] = ACTIONS(3315), - [anon_sym_AMP] = ACTIONS(3313), - [anon_sym_SEMI] = ACTIONS(3315), - [anon_sym_extern] = ACTIONS(3313), - [anon_sym___attribute__] = ACTIONS(3313), - [anon_sym_COLON_COLON] = ACTIONS(3315), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3315), - [anon_sym___declspec] = ACTIONS(3313), - [anon_sym___based] = ACTIONS(3313), - [anon_sym_LBRACE] = ACTIONS(3315), - [anon_sym_LBRACK] = ACTIONS(3313), - [anon_sym_EQ] = ACTIONS(3315), - [anon_sym_static] = ACTIONS(3313), - [anon_sym_register] = ACTIONS(3313), - [anon_sym_inline] = ACTIONS(3313), - [anon_sym_thread_local] = ACTIONS(3313), - [anon_sym_const] = ACTIONS(3313), - [anon_sym_volatile] = ACTIONS(3313), - [anon_sym_restrict] = ACTIONS(3313), - [anon_sym__Atomic] = ACTIONS(3313), - [anon_sym_mutable] = ACTIONS(3313), - [anon_sym_constexpr] = ACTIONS(3313), - [anon_sym_DASH_GT] = ACTIONS(3315), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3313), - [anon_sym_override] = ACTIONS(3313), - [anon_sym_virtual] = ACTIONS(3313), - [anon_sym_template] = ACTIONS(3313), - [anon_sym_GT2] = ACTIONS(3315), - [anon_sym_noexcept] = ACTIONS(3313), - [anon_sym_throw] = ACTIONS(3313), - [sym_operator_name] = ACTIONS(3313), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3313), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3313), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3313), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3313), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3313), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3313), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3313), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3313), - [anon_sym_MOZ_COLD] = ACTIONS(3313), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3313), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3313), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3313), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3313), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3313), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3313), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3313), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3313), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3313), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3313), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3313), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3313), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3313), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3313), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3313), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3313), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3313), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3313), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3313), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3313), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3313), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3313), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3313), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3313), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3313), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3313), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3313), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3313), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3313), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3313), - [anon_sym_MOZ_NONNULL] = ACTIONS(3313), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3313), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3313), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3313), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3313), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3313), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3313), - [anon_sym_MOZ_NORETURN] = ACTIONS(3313), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3313), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3313), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3313), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3313), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3313), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3313), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3313), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3313), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3313), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3313), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3313), - [anon_sym_MOZ_RAII] = ACTIONS(3313), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3313), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3313), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3313), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3313), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3313), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3313), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3313), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3313), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3313), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3313), - }, - [1328] = { - [sym_identifier] = ACTIONS(3317), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3319), - [anon_sym_COMMA] = ACTIONS(3319), - [anon_sym_RPAREN] = ACTIONS(3319), - [anon_sym_LPAREN2] = ACTIONS(3319), - [anon_sym_TILDE] = ACTIONS(3319), - [anon_sym_STAR] = ACTIONS(3319), - [anon_sym_AMP_AMP] = ACTIONS(3319), - [anon_sym_AMP] = ACTIONS(3317), - [anon_sym_SEMI] = ACTIONS(3319), - [anon_sym_extern] = ACTIONS(3317), - [anon_sym___attribute__] = ACTIONS(3317), - [anon_sym_COLON_COLON] = ACTIONS(3319), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3319), - [anon_sym___declspec] = ACTIONS(3317), - [anon_sym___based] = ACTIONS(3317), - [anon_sym_LBRACE] = ACTIONS(3319), - [anon_sym_LBRACK] = ACTIONS(3317), - [anon_sym_EQ] = ACTIONS(3319), - [anon_sym_static] = ACTIONS(3317), - [anon_sym_register] = ACTIONS(3317), - [anon_sym_inline] = ACTIONS(3317), - [anon_sym_thread_local] = ACTIONS(3317), - [anon_sym_const] = ACTIONS(3317), - [anon_sym_volatile] = ACTIONS(3317), - [anon_sym_restrict] = ACTIONS(3317), - [anon_sym__Atomic] = ACTIONS(3317), - [anon_sym_mutable] = ACTIONS(3317), - [anon_sym_constexpr] = ACTIONS(3317), - [anon_sym_DASH_GT] = ACTIONS(3319), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3317), - [anon_sym_override] = ACTIONS(3317), - [anon_sym_virtual] = ACTIONS(3317), - [anon_sym_template] = ACTIONS(3317), - [anon_sym_GT2] = ACTIONS(3319), - [anon_sym_noexcept] = ACTIONS(3317), - [anon_sym_throw] = ACTIONS(3317), - [sym_operator_name] = ACTIONS(3317), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3317), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3317), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3317), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3317), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3317), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3317), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3317), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3317), - [anon_sym_MOZ_COLD] = ACTIONS(3317), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3317), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3317), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3317), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3317), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3317), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3317), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3317), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3317), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3317), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3317), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3317), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3317), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3317), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3317), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3317), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3317), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3317), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3317), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3317), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3317), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3317), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3317), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3317), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3317), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3317), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3317), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3317), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3317), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3317), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3317), - [anon_sym_MOZ_NONNULL] = ACTIONS(3317), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3317), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3317), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3317), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3317), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3317), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3317), - [anon_sym_MOZ_NORETURN] = ACTIONS(3317), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3317), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3317), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3317), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3317), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3317), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3317), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3317), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3317), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3317), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3317), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3317), - [anon_sym_MOZ_RAII] = ACTIONS(3317), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3317), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3317), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3317), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3317), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3317), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3317), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3317), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3317), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3317), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3317), - }, - [1329] = { - [sym_identifier] = ACTIONS(3321), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3323), - [anon_sym_COMMA] = ACTIONS(3323), - [anon_sym_RPAREN] = ACTIONS(3323), - [anon_sym_LPAREN2] = ACTIONS(3323), - [anon_sym_TILDE] = ACTIONS(3323), - [anon_sym_STAR] = ACTIONS(3323), - [anon_sym_AMP_AMP] = ACTIONS(3323), - [anon_sym_AMP] = ACTIONS(3321), - [anon_sym_SEMI] = ACTIONS(3323), - [anon_sym_extern] = ACTIONS(3321), - [anon_sym___attribute__] = ACTIONS(3321), - [anon_sym_COLON_COLON] = ACTIONS(3323), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3323), - [anon_sym___declspec] = ACTIONS(3321), - [anon_sym___based] = ACTIONS(3321), - [anon_sym_LBRACE] = ACTIONS(3323), - [anon_sym_LBRACK] = ACTIONS(3321), - [anon_sym_EQ] = ACTIONS(3323), - [anon_sym_static] = ACTIONS(3321), - [anon_sym_register] = ACTIONS(3321), - [anon_sym_inline] = ACTIONS(3321), - [anon_sym_thread_local] = ACTIONS(3321), - [anon_sym_const] = ACTIONS(3321), - [anon_sym_volatile] = ACTIONS(3321), - [anon_sym_restrict] = ACTIONS(3321), - [anon_sym__Atomic] = ACTIONS(3321), - [anon_sym_mutable] = ACTIONS(3321), - [anon_sym_constexpr] = ACTIONS(3321), - [anon_sym_DASH_GT] = ACTIONS(3323), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3321), - [anon_sym_override] = ACTIONS(3321), - [anon_sym_virtual] = ACTIONS(3321), - [anon_sym_template] = ACTIONS(3321), - [anon_sym_GT2] = ACTIONS(3323), - [anon_sym_noexcept] = ACTIONS(3321), - [anon_sym_throw] = ACTIONS(3321), - [sym_operator_name] = ACTIONS(3321), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3321), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3321), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3321), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3321), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3321), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3321), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3321), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3321), - [anon_sym_MOZ_COLD] = ACTIONS(3321), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3321), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3321), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3321), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3321), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3321), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3321), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3321), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3321), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3321), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3321), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3321), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3321), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3321), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3321), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3321), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3321), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3321), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3321), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3321), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3321), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3321), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3321), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3321), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3321), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3321), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3321), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3321), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3321), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3321), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3321), - [anon_sym_MOZ_NONNULL] = ACTIONS(3321), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3321), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3321), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3321), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3321), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3321), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3321), - [anon_sym_MOZ_NORETURN] = ACTIONS(3321), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3321), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3321), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3321), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3321), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3321), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3321), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3321), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3321), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3321), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3321), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3321), - [anon_sym_MOZ_RAII] = ACTIONS(3321), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3321), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3321), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3321), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3321), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3321), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3321), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3321), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3321), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3321), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3321), - }, - [1330] = { - [sym_identifier] = ACTIONS(3325), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3327), - [anon_sym_COMMA] = ACTIONS(3327), - [anon_sym_RPAREN] = ACTIONS(3327), - [anon_sym_LPAREN2] = ACTIONS(3327), - [anon_sym_TILDE] = ACTIONS(3327), - [anon_sym_STAR] = ACTIONS(3327), - [anon_sym_AMP_AMP] = ACTIONS(3327), - [anon_sym_AMP] = ACTIONS(3325), - [anon_sym_SEMI] = ACTIONS(3327), - [anon_sym_extern] = ACTIONS(3325), - [anon_sym___attribute__] = ACTIONS(3325), - [anon_sym_COLON_COLON] = ACTIONS(3327), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3327), - [anon_sym___declspec] = ACTIONS(3325), - [anon_sym___based] = ACTIONS(3325), - [anon_sym_LBRACE] = ACTIONS(3327), - [anon_sym_LBRACK] = ACTIONS(3325), - [anon_sym_EQ] = ACTIONS(3327), - [anon_sym_static] = ACTIONS(3325), - [anon_sym_register] = ACTIONS(3325), - [anon_sym_inline] = ACTIONS(3325), - [anon_sym_thread_local] = ACTIONS(3325), - [anon_sym_const] = ACTIONS(3325), - [anon_sym_volatile] = ACTIONS(3325), - [anon_sym_restrict] = ACTIONS(3325), - [anon_sym__Atomic] = ACTIONS(3325), - [anon_sym_mutable] = ACTIONS(3325), - [anon_sym_constexpr] = ACTIONS(3325), - [anon_sym_DASH_GT] = ACTIONS(3327), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3325), - [anon_sym_override] = ACTIONS(3325), - [anon_sym_virtual] = ACTIONS(3325), - [anon_sym_template] = ACTIONS(3325), - [anon_sym_GT2] = ACTIONS(3327), - [anon_sym_noexcept] = ACTIONS(3325), - [anon_sym_throw] = ACTIONS(3325), - [sym_operator_name] = ACTIONS(3325), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3325), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3325), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3325), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3325), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3325), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3325), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3325), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3325), - [anon_sym_MOZ_COLD] = ACTIONS(3325), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3325), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3325), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3325), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3325), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3325), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3325), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3325), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3325), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3325), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3325), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3325), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3325), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3325), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3325), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3325), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3325), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3325), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3325), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3325), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3325), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3325), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3325), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3325), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3325), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3325), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3325), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3325), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3325), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3325), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3325), - [anon_sym_MOZ_NONNULL] = ACTIONS(3325), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3325), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3325), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3325), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3325), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3325), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3325), - [anon_sym_MOZ_NORETURN] = ACTIONS(3325), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3325), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3325), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3325), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3325), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3325), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3325), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3325), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3325), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3325), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3325), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3325), - [anon_sym_MOZ_RAII] = ACTIONS(3325), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3325), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3325), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3325), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3325), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3325), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3325), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3325), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3325), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3325), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3325), - }, - [1331] = { - [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_SEMI] = ACTIONS(3331), - [anon_sym_extern] = ACTIONS(3329), - [anon_sym___attribute__] = ACTIONS(3329), - [anon_sym_COLON_COLON] = ACTIONS(3331), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3331), - [anon_sym___declspec] = ACTIONS(3329), - [anon_sym___based] = ACTIONS(3329), - [anon_sym_LBRACE] = ACTIONS(3331), - [anon_sym_LBRACK] = ACTIONS(3329), - [anon_sym_EQ] = ACTIONS(3331), - [anon_sym_static] = ACTIONS(3329), - [anon_sym_register] = ACTIONS(3329), - [anon_sym_inline] = ACTIONS(3329), - [anon_sym_thread_local] = ACTIONS(3329), - [anon_sym_const] = ACTIONS(3329), - [anon_sym_volatile] = ACTIONS(3329), - [anon_sym_restrict] = ACTIONS(3329), - [anon_sym__Atomic] = ACTIONS(3329), - [anon_sym_mutable] = ACTIONS(3329), - [anon_sym_constexpr] = ACTIONS(3329), - [anon_sym_DASH_GT] = ACTIONS(3331), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3329), - [anon_sym_override] = ACTIONS(3329), - [anon_sym_virtual] = ACTIONS(3329), - [anon_sym_template] = ACTIONS(3329), - [anon_sym_GT2] = ACTIONS(3331), - [anon_sym_noexcept] = ACTIONS(3329), - [anon_sym_throw] = ACTIONS(3329), - [sym_operator_name] = ACTIONS(3329), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3329), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3329), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3329), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3329), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3329), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3329), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3329), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3329), - [anon_sym_MOZ_COLD] = ACTIONS(3329), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3329), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3329), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3329), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3329), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3329), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3329), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3329), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3329), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3329), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3329), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3329), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3329), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3329), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3329), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3329), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3329), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3329), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3329), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3329), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3329), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3329), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3329), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3329), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3329), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3329), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3329), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3329), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3329), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3329), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3329), - [anon_sym_MOZ_NONNULL] = ACTIONS(3329), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3329), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3329), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3329), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3329), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3329), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3329), - [anon_sym_MOZ_NORETURN] = ACTIONS(3329), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3329), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3329), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3329), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3329), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3329), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3329), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3329), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3329), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3329), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3329), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3329), - [anon_sym_MOZ_RAII] = ACTIONS(3329), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3329), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3329), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3329), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3329), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3329), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3329), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3329), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3329), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3329), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3329), - }, - [1332] = { - [sym_identifier] = ACTIONS(3333), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3335), - [anon_sym_COMMA] = ACTIONS(3335), - [anon_sym_RPAREN] = ACTIONS(3335), - [anon_sym_LPAREN2] = ACTIONS(3335), - [anon_sym_TILDE] = ACTIONS(3335), - [anon_sym_STAR] = ACTIONS(3335), - [anon_sym_AMP_AMP] = ACTIONS(3335), - [anon_sym_AMP] = ACTIONS(3333), - [anon_sym_SEMI] = ACTIONS(3335), - [anon_sym_extern] = ACTIONS(3333), - [anon_sym___attribute__] = ACTIONS(3333), - [anon_sym_COLON_COLON] = ACTIONS(3335), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3335), - [anon_sym___declspec] = ACTIONS(3333), - [anon_sym___based] = ACTIONS(3333), - [anon_sym_LBRACE] = ACTIONS(3335), - [anon_sym_LBRACK] = ACTIONS(3333), - [anon_sym_EQ] = ACTIONS(3335), - [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(3333), - [anon_sym_volatile] = ACTIONS(3333), - [anon_sym_restrict] = ACTIONS(3333), - [anon_sym__Atomic] = ACTIONS(3333), - [anon_sym_mutable] = ACTIONS(3333), - [anon_sym_constexpr] = ACTIONS(3333), - [anon_sym_DASH_GT] = ACTIONS(3335), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3333), - [anon_sym_override] = ACTIONS(3333), - [anon_sym_virtual] = ACTIONS(3333), - [anon_sym_template] = ACTIONS(3333), - [anon_sym_GT2] = ACTIONS(3335), - [anon_sym_noexcept] = ACTIONS(3333), - [anon_sym_throw] = ACTIONS(3333), - [sym_operator_name] = ACTIONS(3333), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3333), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3333), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3333), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3333), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3333), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3333), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3333), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3333), - [anon_sym_MOZ_COLD] = ACTIONS(3333), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3333), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3333), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3333), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3333), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3333), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3333), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3333), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3333), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3333), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3333), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3333), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3333), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3333), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3333), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3333), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3333), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3333), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3333), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3333), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3333), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3333), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3333), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3333), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3333), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3333), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3333), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3333), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3333), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3333), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3333), - [anon_sym_MOZ_NONNULL] = ACTIONS(3333), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3333), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3333), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3333), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3333), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3333), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3333), - [anon_sym_MOZ_NORETURN] = ACTIONS(3333), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3333), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3333), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3333), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3333), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3333), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3333), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3333), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3333), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3333), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3333), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3333), - [anon_sym_MOZ_RAII] = ACTIONS(3333), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3333), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3333), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3333), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3333), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3333), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3333), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3333), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3333), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3333), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3333), - }, - [1333] = { - [sym_identifier] = ACTIONS(2437), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2439), - [anon_sym_COMMA] = ACTIONS(2439), - [anon_sym_LPAREN2] = ACTIONS(2439), - [anon_sym_TILDE] = ACTIONS(2439), - [anon_sym_STAR] = ACTIONS(2439), - [anon_sym_AMP_AMP] = ACTIONS(2439), - [anon_sym_AMP] = ACTIONS(2437), - [anon_sym_extern] = ACTIONS(2437), - [anon_sym___attribute__] = ACTIONS(2437), - [anon_sym_COLON_COLON] = ACTIONS(2439), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2439), - [anon_sym___declspec] = ACTIONS(2437), - [anon_sym___based] = ACTIONS(2437), - [anon_sym_LBRACE] = ACTIONS(2439), - [anon_sym_LBRACK] = ACTIONS(2437), - [anon_sym_EQ] = ACTIONS(2439), - [anon_sym_static] = ACTIONS(2437), - [anon_sym_register] = ACTIONS(2437), - [anon_sym_inline] = ACTIONS(2437), - [anon_sym_thread_local] = ACTIONS(2437), - [anon_sym_const] = ACTIONS(2437), - [anon_sym_volatile] = ACTIONS(2437), - [anon_sym_restrict] = ACTIONS(2437), - [anon_sym__Atomic] = ACTIONS(2437), - [anon_sym_mutable] = ACTIONS(2437), - [anon_sym_constexpr] = ACTIONS(2437), - [anon_sym_COLON] = ACTIONS(2437), - [anon_sym_DASH_GT] = ACTIONS(2439), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2437), - [anon_sym_override] = ACTIONS(2437), - [anon_sym_virtual] = ACTIONS(2437), - [anon_sym_template] = ACTIONS(2437), - [anon_sym_GT2] = ACTIONS(2439), - [anon_sym_noexcept] = ACTIONS(2437), - [anon_sym_throw] = ACTIONS(2437), - [sym_operator_name] = ACTIONS(2437), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2437), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2437), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2437), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2437), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2437), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2437), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2437), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2437), - [anon_sym_MOZ_COLD] = ACTIONS(2437), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2437), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2437), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2437), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2437), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2437), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2437), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2437), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2437), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2437), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2437), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2437), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2437), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2437), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2437), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2437), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2437), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2437), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2437), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2437), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2437), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2437), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2437), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2437), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2437), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2437), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2437), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2437), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2437), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2437), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2437), - [anon_sym_MOZ_NONNULL] = ACTIONS(2437), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2437), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2437), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2437), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2437), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2437), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2437), - [anon_sym_MOZ_NORETURN] = ACTIONS(2437), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2437), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2437), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2437), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2437), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2437), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2437), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2437), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2437), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2437), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2437), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2437), - [anon_sym_MOZ_RAII] = ACTIONS(2437), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2437), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2437), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2437), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2437), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2437), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2437), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2437), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2437), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2437), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2437), + [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), }, - [1334] = { - [sym_template_argument_list] = STATE(1368), - [sym_identifier] = ACTIONS(3337), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2399), - [anon_sym_COMMA] = ACTIONS(2399), - [anon_sym_RPAREN] = ACTIONS(2399), - [anon_sym_LPAREN2] = ACTIONS(2399), - [anon_sym_TILDE] = ACTIONS(2399), - [anon_sym_STAR] = ACTIONS(2399), - [anon_sym_AMP_AMP] = ACTIONS(2399), - [anon_sym_AMP] = ACTIONS(3337), - [anon_sym_LT] = ACTIONS(2950), - [anon_sym_SEMI] = ACTIONS(2399), - [anon_sym_extern] = ACTIONS(3337), - [anon_sym___attribute__] = ACTIONS(3337), - [anon_sym_COLON_COLON] = ACTIONS(2952), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2399), - [anon_sym___declspec] = ACTIONS(3337), - [anon_sym___based] = ACTIONS(3337), - [anon_sym_LBRACE] = ACTIONS(2399), - [anon_sym_LBRACK] = ACTIONS(3337), - [anon_sym_EQ] = ACTIONS(2399), - [anon_sym_static] = ACTIONS(3337), - [anon_sym_register] = ACTIONS(3337), - [anon_sym_inline] = ACTIONS(3337), - [anon_sym_thread_local] = ACTIONS(3337), - [anon_sym_const] = ACTIONS(3337), - [anon_sym_volatile] = ACTIONS(3337), - [anon_sym_restrict] = ACTIONS(3337), - [anon_sym__Atomic] = ACTIONS(3337), - [anon_sym_mutable] = ACTIONS(3337), - [anon_sym_constexpr] = ACTIONS(3337), - [anon_sym_COLON] = ACTIONS(3337), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3337), - [anon_sym_override] = ACTIONS(3337), - [anon_sym_virtual] = ACTIONS(3337), - [anon_sym_template] = ACTIONS(3337), - [sym_operator_name] = ACTIONS(3337), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3337), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3337), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3337), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3337), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3337), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3337), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3337), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3337), - [anon_sym_MOZ_COLD] = ACTIONS(3337), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3337), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3337), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3337), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3337), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3337), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3337), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3337), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3337), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3337), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3337), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3337), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3337), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3337), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3337), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3337), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3337), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3337), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3337), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3337), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3337), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3337), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3337), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3337), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3337), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3337), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3337), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3337), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3337), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3337), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3337), - [anon_sym_MOZ_NONNULL] = ACTIONS(3337), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3337), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3337), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3337), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3337), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3337), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3337), - [anon_sym_MOZ_NORETURN] = ACTIONS(3337), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3337), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3337), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3337), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3337), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3337), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3337), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3337), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3337), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3337), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3337), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3337), - [anon_sym_MOZ_RAII] = ACTIONS(3337), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3337), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3337), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3337), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3337), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3337), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3337), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3337), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3337), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3337), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3337), + [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), + [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), + [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_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), }, - [1335] = { - [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), + [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), + [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), + [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_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), }, - [1336] = { - [sym_identifier] = ACTIONS(2415), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2417), - [anon_sym_COMMA] = ACTIONS(2417), - [anon_sym_LPAREN2] = ACTIONS(2417), - [anon_sym_TILDE] = ACTIONS(2417), - [anon_sym_STAR] = ACTIONS(2417), - [anon_sym_AMP_AMP] = ACTIONS(2417), - [anon_sym_AMP] = ACTIONS(2415), - [anon_sym_extern] = ACTIONS(2415), - [anon_sym___attribute__] = ACTIONS(2415), - [anon_sym_COLON_COLON] = ACTIONS(2417), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2417), - [anon_sym___declspec] = ACTIONS(2415), - [anon_sym___based] = ACTIONS(2415), - [anon_sym_LBRACE] = ACTIONS(2417), - [anon_sym_LBRACK] = ACTIONS(2415), - [anon_sym_EQ] = ACTIONS(2417), - [anon_sym_static] = ACTIONS(2415), - [anon_sym_register] = ACTIONS(2415), - [anon_sym_inline] = ACTIONS(2415), - [anon_sym_thread_local] = ACTIONS(2415), - [anon_sym_const] = ACTIONS(2415), - [anon_sym_volatile] = ACTIONS(2415), - [anon_sym_restrict] = ACTIONS(2415), - [anon_sym__Atomic] = ACTIONS(2415), - [anon_sym_mutable] = ACTIONS(2415), - [anon_sym_constexpr] = ACTIONS(2415), - [anon_sym_COLON] = ACTIONS(2415), - [anon_sym_DASH_GT] = ACTIONS(2417), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2415), - [anon_sym_override] = ACTIONS(2415), - [anon_sym_virtual] = ACTIONS(2415), - [anon_sym_template] = ACTIONS(2415), - [anon_sym_GT2] = ACTIONS(2417), - [anon_sym_noexcept] = ACTIONS(2415), - [anon_sym_throw] = ACTIONS(2415), - [sym_operator_name] = ACTIONS(2415), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2415), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2415), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2415), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2415), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2415), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2415), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2415), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2415), - [anon_sym_MOZ_COLD] = ACTIONS(2415), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2415), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2415), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2415), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2415), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2415), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2415), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2415), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2415), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2415), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2415), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2415), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2415), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2415), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2415), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2415), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2415), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2415), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2415), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2415), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2415), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2415), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2415), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2415), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2415), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2415), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2415), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2415), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2415), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2415), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2415), - [anon_sym_MOZ_NONNULL] = ACTIONS(2415), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2415), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2415), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2415), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2415), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2415), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2415), - [anon_sym_MOZ_NORETURN] = ACTIONS(2415), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2415), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2415), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2415), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2415), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2415), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2415), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2415), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2415), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2415), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2415), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2415), - [anon_sym_MOZ_RAII] = ACTIONS(2415), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2415), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2415), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2415), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2415), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2415), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2415), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2415), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2415), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2415), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2415), + [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), + [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), + [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_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), }, - [1337] = { - [sym_identifier] = ACTIONS(2458), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2460), - [anon_sym_COMMA] = ACTIONS(2460), - [anon_sym_LPAREN2] = ACTIONS(2460), - [anon_sym_TILDE] = ACTIONS(2460), - [anon_sym_STAR] = ACTIONS(2460), - [anon_sym_AMP_AMP] = ACTIONS(2460), - [anon_sym_AMP] = ACTIONS(2458), - [anon_sym_extern] = ACTIONS(2458), - [anon_sym___attribute__] = ACTIONS(2458), - [anon_sym_COLON_COLON] = ACTIONS(2460), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2460), - [anon_sym___declspec] = ACTIONS(2458), - [anon_sym___based] = ACTIONS(2458), - [anon_sym_LBRACE] = ACTIONS(2460), - [anon_sym_LBRACK] = ACTIONS(2458), - [anon_sym_EQ] = ACTIONS(2460), - [anon_sym_static] = ACTIONS(2458), - [anon_sym_register] = ACTIONS(2458), - [anon_sym_inline] = ACTIONS(2458), - [anon_sym_thread_local] = ACTIONS(2458), - [anon_sym_const] = ACTIONS(2458), - [anon_sym_volatile] = ACTIONS(2458), - [anon_sym_restrict] = ACTIONS(2458), - [anon_sym__Atomic] = ACTIONS(2458), - [anon_sym_mutable] = ACTIONS(2458), - [anon_sym_constexpr] = ACTIONS(2458), - [anon_sym_COLON] = ACTIONS(2458), - [anon_sym_DASH_GT] = ACTIONS(2460), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2458), - [anon_sym_override] = ACTIONS(2458), - [anon_sym_virtual] = ACTIONS(2458), - [anon_sym_template] = ACTIONS(2458), - [anon_sym_GT2] = ACTIONS(2460), - [anon_sym_noexcept] = ACTIONS(2458), - [anon_sym_throw] = ACTIONS(2458), - [sym_operator_name] = ACTIONS(2458), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2458), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2458), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2458), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2458), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2458), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2458), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2458), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2458), - [anon_sym_MOZ_COLD] = ACTIONS(2458), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2458), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2458), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2458), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2458), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2458), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2458), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2458), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2458), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2458), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2458), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2458), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2458), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2458), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2458), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2458), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2458), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2458), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2458), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2458), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2458), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2458), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2458), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2458), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2458), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2458), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2458), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2458), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2458), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2458), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2458), - [anon_sym_MOZ_NONNULL] = ACTIONS(2458), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2458), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2458), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2458), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2458), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2458), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2458), - [anon_sym_MOZ_NORETURN] = ACTIONS(2458), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2458), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2458), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2458), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2458), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2458), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2458), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2458), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2458), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2458), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2458), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2458), - [anon_sym_MOZ_RAII] = ACTIONS(2458), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2458), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2458), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2458), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2458), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2458), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2458), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2458), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2458), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2458), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2458), + [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), + [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), + [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_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), }, - [1338] = { - [sym_identifier] = ACTIONS(2474), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2476), - [anon_sym_COMMA] = ACTIONS(2476), - [anon_sym_LPAREN2] = ACTIONS(2476), - [anon_sym_TILDE] = ACTIONS(2476), - [anon_sym_STAR] = ACTIONS(2476), - [anon_sym_AMP_AMP] = ACTIONS(2476), - [anon_sym_AMP] = ACTIONS(2474), - [anon_sym_extern] = ACTIONS(2474), - [anon_sym___attribute__] = ACTIONS(2474), - [anon_sym_COLON_COLON] = ACTIONS(2476), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2476), - [anon_sym___declspec] = ACTIONS(2474), - [anon_sym___based] = ACTIONS(2474), - [anon_sym_LBRACE] = ACTIONS(2476), - [anon_sym_LBRACK] = ACTIONS(2474), - [anon_sym_EQ] = ACTIONS(2476), - [anon_sym_static] = ACTIONS(2474), - [anon_sym_register] = ACTIONS(2474), - [anon_sym_inline] = ACTIONS(2474), - [anon_sym_thread_local] = ACTIONS(2474), - [anon_sym_const] = ACTIONS(2474), - [anon_sym_volatile] = ACTIONS(2474), - [anon_sym_restrict] = ACTIONS(2474), - [anon_sym__Atomic] = ACTIONS(2474), - [anon_sym_mutable] = ACTIONS(2474), - [anon_sym_constexpr] = ACTIONS(2474), - [anon_sym_COLON] = ACTIONS(2474), - [anon_sym_DASH_GT] = ACTIONS(2476), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2474), - [anon_sym_override] = ACTIONS(2474), - [anon_sym_virtual] = ACTIONS(2474), - [anon_sym_template] = ACTIONS(2474), - [anon_sym_GT2] = ACTIONS(2476), - [anon_sym_noexcept] = ACTIONS(2474), - [anon_sym_throw] = ACTIONS(2474), - [sym_operator_name] = ACTIONS(2474), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2474), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2474), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2474), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2474), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2474), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2474), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2474), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2474), - [anon_sym_MOZ_COLD] = ACTIONS(2474), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2474), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2474), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2474), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2474), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2474), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2474), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2474), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2474), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2474), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2474), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2474), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2474), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2474), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2474), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2474), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2474), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2474), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2474), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2474), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2474), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2474), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2474), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2474), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2474), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2474), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2474), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2474), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2474), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2474), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2474), - [anon_sym_MOZ_NONNULL] = ACTIONS(2474), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2474), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2474), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2474), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2474), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2474), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2474), - [anon_sym_MOZ_NORETURN] = ACTIONS(2474), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2474), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2474), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2474), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2474), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2474), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2474), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2474), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2474), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2474), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2474), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2474), - [anon_sym_MOZ_RAII] = ACTIONS(2474), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2474), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2474), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2474), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2474), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2474), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2474), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2474), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2474), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2474), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2474), + [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), + [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), + [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_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), }, - [1339] = { - [sym_identifier] = ACTIONS(2429), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2431), - [anon_sym_COMMA] = ACTIONS(2431), - [anon_sym_LPAREN2] = ACTIONS(2431), - [anon_sym_TILDE] = ACTIONS(2431), - [anon_sym_STAR] = ACTIONS(2431), - [anon_sym_AMP_AMP] = ACTIONS(2431), - [anon_sym_AMP] = ACTIONS(2429), - [anon_sym_extern] = ACTIONS(2429), - [anon_sym___attribute__] = ACTIONS(2429), - [anon_sym_COLON_COLON] = ACTIONS(2431), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2431), - [anon_sym___declspec] = ACTIONS(2429), - [anon_sym___based] = ACTIONS(2429), - [anon_sym_LBRACE] = ACTIONS(2431), - [anon_sym_LBRACK] = ACTIONS(2429), - [anon_sym_EQ] = ACTIONS(2431), - [anon_sym_static] = ACTIONS(2429), - [anon_sym_register] = ACTIONS(2429), - [anon_sym_inline] = ACTIONS(2429), - [anon_sym_thread_local] = ACTIONS(2429), - [anon_sym_const] = ACTIONS(2429), - [anon_sym_volatile] = ACTIONS(2429), - [anon_sym_restrict] = ACTIONS(2429), - [anon_sym__Atomic] = ACTIONS(2429), - [anon_sym_mutable] = ACTIONS(2429), - [anon_sym_constexpr] = ACTIONS(2429), - [anon_sym_COLON] = ACTIONS(2429), - [anon_sym_DASH_GT] = ACTIONS(2431), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2429), - [anon_sym_override] = ACTIONS(2429), - [anon_sym_virtual] = ACTIONS(2429), - [anon_sym_template] = ACTIONS(2429), - [anon_sym_GT2] = ACTIONS(2431), - [anon_sym_noexcept] = ACTIONS(2429), - [anon_sym_throw] = ACTIONS(2429), - [sym_operator_name] = ACTIONS(2429), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2429), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2429), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2429), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2429), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2429), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2429), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2429), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2429), - [anon_sym_MOZ_COLD] = ACTIONS(2429), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2429), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2429), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2429), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2429), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2429), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2429), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2429), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2429), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2429), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2429), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2429), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2429), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2429), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2429), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2429), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2429), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2429), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2429), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2429), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2429), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2429), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2429), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2429), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2429), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2429), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2429), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2429), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2429), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2429), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2429), - [anon_sym_MOZ_NONNULL] = ACTIONS(2429), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2429), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2429), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2429), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2429), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2429), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2429), - [anon_sym_MOZ_NORETURN] = ACTIONS(2429), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2429), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2429), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2429), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2429), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2429), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2429), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2429), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2429), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2429), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2429), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2429), - [anon_sym_MOZ_RAII] = ACTIONS(2429), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2429), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2429), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2429), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2429), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2429), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2429), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2429), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2429), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2429), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2429), + [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), }, - [1340] = { - [sym_identifier] = ACTIONS(2478), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2480), - [anon_sym_COMMA] = ACTIONS(2480), - [anon_sym_LPAREN2] = ACTIONS(2480), - [anon_sym_TILDE] = ACTIONS(2480), - [anon_sym_STAR] = ACTIONS(2480), - [anon_sym_AMP_AMP] = ACTIONS(2480), - [anon_sym_AMP] = ACTIONS(2478), - [anon_sym_extern] = ACTIONS(2478), - [anon_sym___attribute__] = ACTIONS(2478), - [anon_sym_COLON_COLON] = ACTIONS(2480), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2480), - [anon_sym___declspec] = ACTIONS(2478), - [anon_sym___based] = ACTIONS(2478), - [anon_sym_LBRACE] = ACTIONS(2480), - [anon_sym_LBRACK] = ACTIONS(2478), - [anon_sym_EQ] = ACTIONS(2480), - [anon_sym_static] = ACTIONS(2478), - [anon_sym_register] = ACTIONS(2478), - [anon_sym_inline] = ACTIONS(2478), - [anon_sym_thread_local] = ACTIONS(2478), - [anon_sym_const] = ACTIONS(2478), - [anon_sym_volatile] = ACTIONS(2478), - [anon_sym_restrict] = ACTIONS(2478), - [anon_sym__Atomic] = ACTIONS(2478), - [anon_sym_mutable] = ACTIONS(2478), - [anon_sym_constexpr] = ACTIONS(2478), - [anon_sym_COLON] = ACTIONS(2478), - [anon_sym_DASH_GT] = ACTIONS(2480), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2478), - [anon_sym_override] = ACTIONS(2478), - [anon_sym_virtual] = ACTIONS(2478), - [anon_sym_template] = ACTIONS(2478), - [anon_sym_GT2] = ACTIONS(2480), - [anon_sym_noexcept] = ACTIONS(2478), - [anon_sym_throw] = ACTIONS(2478), - [sym_operator_name] = ACTIONS(2478), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2478), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2478), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2478), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2478), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2478), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2478), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2478), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2478), - [anon_sym_MOZ_COLD] = ACTIONS(2478), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2478), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2478), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2478), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2478), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2478), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2478), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2478), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2478), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2478), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2478), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2478), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2478), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2478), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2478), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2478), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2478), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2478), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2478), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2478), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2478), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2478), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2478), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2478), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2478), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2478), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2478), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2478), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2478), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2478), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2478), - [anon_sym_MOZ_NONNULL] = ACTIONS(2478), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2478), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2478), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2478), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2478), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2478), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2478), - [anon_sym_MOZ_NORETURN] = ACTIONS(2478), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2478), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2478), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2478), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2478), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2478), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2478), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2478), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2478), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2478), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2478), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2478), - [anon_sym_MOZ_RAII] = ACTIONS(2478), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2478), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2478), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2478), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2478), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2478), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2478), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2478), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2478), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2478), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2478), + [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), + [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), + [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_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), }, - [1341] = { - [sym_identifier] = ACTIONS(2482), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2484), - [anon_sym_COMMA] = ACTIONS(2484), - [anon_sym_LPAREN2] = ACTIONS(2484), - [anon_sym_TILDE] = ACTIONS(2484), - [anon_sym_STAR] = ACTIONS(2484), - [anon_sym_AMP_AMP] = ACTIONS(2484), - [anon_sym_AMP] = ACTIONS(2482), - [anon_sym_extern] = ACTIONS(2482), - [anon_sym___attribute__] = ACTIONS(2482), - [anon_sym_COLON_COLON] = ACTIONS(2484), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2484), - [anon_sym___declspec] = ACTIONS(2482), - [anon_sym___based] = ACTIONS(2482), - [anon_sym_LBRACE] = ACTIONS(2484), - [anon_sym_LBRACK] = ACTIONS(2482), - [anon_sym_EQ] = ACTIONS(2484), - [anon_sym_static] = ACTIONS(2482), - [anon_sym_register] = ACTIONS(2482), - [anon_sym_inline] = ACTIONS(2482), - [anon_sym_thread_local] = ACTIONS(2482), - [anon_sym_const] = ACTIONS(2482), - [anon_sym_volatile] = ACTIONS(2482), - [anon_sym_restrict] = ACTIONS(2482), - [anon_sym__Atomic] = ACTIONS(2482), - [anon_sym_mutable] = ACTIONS(2482), - [anon_sym_constexpr] = ACTIONS(2482), - [anon_sym_COLON] = ACTIONS(2482), - [anon_sym_DASH_GT] = ACTIONS(2484), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2482), - [anon_sym_override] = ACTIONS(2482), - [anon_sym_virtual] = ACTIONS(2482), - [anon_sym_template] = ACTIONS(2482), - [anon_sym_GT2] = ACTIONS(2484), - [anon_sym_noexcept] = ACTIONS(2482), - [anon_sym_throw] = ACTIONS(2482), - [sym_operator_name] = ACTIONS(2482), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2482), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2482), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2482), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2482), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2482), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2482), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2482), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2482), - [anon_sym_MOZ_COLD] = ACTIONS(2482), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2482), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2482), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2482), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2482), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2482), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2482), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2482), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2482), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2482), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2482), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2482), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2482), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2482), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2482), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2482), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2482), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2482), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2482), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2482), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2482), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2482), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2482), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2482), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2482), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2482), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2482), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2482), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2482), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2482), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2482), - [anon_sym_MOZ_NONNULL] = ACTIONS(2482), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2482), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2482), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2482), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2482), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2482), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2482), - [anon_sym_MOZ_NORETURN] = ACTIONS(2482), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2482), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2482), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2482), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2482), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2482), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2482), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2482), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2482), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2482), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2482), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2482), - [anon_sym_MOZ_RAII] = ACTIONS(2482), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2482), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2482), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2482), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2482), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2482), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2482), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2482), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2482), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2482), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2482), + [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), + [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), + [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_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), }, - [1342] = { - [sym__expression] = STATE(2794), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_initializer_list] = STATE(2970), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym__class_name] = STATE(4315), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(4315), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [sym_identifier] = ACTIONS(3343), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2754), - [anon_sym_COMMA] = ACTIONS(2754), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2864), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_SLASH] = ACTIONS(2762), - [anon_sym_PERCENT] = ACTIONS(2754), - [anon_sym_PIPE_PIPE] = ACTIONS(2754), - [anon_sym_AMP_AMP] = ACTIONS(2754), - [anon_sym_PIPE] = ACTIONS(2762), - [anon_sym_CARET] = ACTIONS(2754), - [anon_sym_AMP] = ACTIONS(2796), - [anon_sym_EQ_EQ] = ACTIONS(2754), - [anon_sym_BANG_EQ] = ACTIONS(2754), - [anon_sym_GT] = ACTIONS(2762), - [anon_sym_GT_EQ] = ACTIONS(2762), - [anon_sym_LT_EQ] = ACTIONS(2754), - [anon_sym_LT] = ACTIONS(2762), - [anon_sym_LT_LT] = ACTIONS(2754), - [anon_sym_GT_GT] = ACTIONS(2762), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACE] = ACTIONS(3345), + [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), + [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_primitive_type] = ACTIONS(2802), - [anon_sym_QMARK] = ACTIONS(2754), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [anon_sym_DOT] = ACTIONS(2762), - [anon_sym_DASH_GT] = ACTIONS(2754), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_GT2] = ACTIONS(2754), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), + [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_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), @@ -250379,295 +237849,317 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(2908), + [sym_raw_string_literal] = ACTIONS(2900), }, - [1343] = { - [sym_template_argument_list] = STATE(1368), - [sym_identifier] = ACTIONS(2441), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2448), - [anon_sym_COMMA] = ACTIONS(2448), - [anon_sym_RPAREN] = ACTIONS(2448), - [anon_sym_LPAREN2] = ACTIONS(2448), - [anon_sym_TILDE] = ACTIONS(2448), - [anon_sym_STAR] = ACTIONS(2448), - [anon_sym_AMP_AMP] = ACTIONS(2448), - [anon_sym_AMP] = ACTIONS(2441), - [anon_sym_LT] = ACTIONS(2950), - [anon_sym_SEMI] = ACTIONS(2448), - [anon_sym_extern] = ACTIONS(2441), - [anon_sym___attribute__] = ACTIONS(2441), - [anon_sym_COLON_COLON] = ACTIONS(2952), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2448), - [anon_sym___declspec] = ACTIONS(2441), - [anon_sym___based] = ACTIONS(2441), - [anon_sym_LBRACE] = ACTIONS(2448), - [anon_sym_LBRACK] = ACTIONS(2441), - [anon_sym_EQ] = ACTIONS(2448), - [anon_sym_static] = ACTIONS(2441), - [anon_sym_register] = ACTIONS(2441), - [anon_sym_inline] = ACTIONS(2441), - [anon_sym_thread_local] = ACTIONS(2441), - [anon_sym_const] = ACTIONS(2441), - [anon_sym_volatile] = ACTIONS(2441), - [anon_sym_restrict] = ACTIONS(2441), - [anon_sym__Atomic] = ACTIONS(2441), - [anon_sym_mutable] = ACTIONS(2441), - [anon_sym_constexpr] = ACTIONS(2441), - [anon_sym_COLON] = ACTIONS(2441), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2441), - [anon_sym_override] = ACTIONS(2441), - [anon_sym_virtual] = ACTIONS(2441), - [anon_sym_template] = ACTIONS(2441), - [sym_operator_name] = ACTIONS(2441), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2441), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2441), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2441), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2441), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2441), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2441), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2441), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2441), - [anon_sym_MOZ_COLD] = ACTIONS(2441), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2441), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2441), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2441), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2441), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2441), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2441), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2441), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2441), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2441), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2441), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2441), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2441), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2441), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2441), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2441), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2441), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2441), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2441), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2441), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2441), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_NONNULL] = ACTIONS(2441), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2441), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2441), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2441), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2441), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2441), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_NORETURN] = ACTIONS(2441), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2441), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2441), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2441), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2441), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2441), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2441), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2441), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2441), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2441), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2441), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2441), - [anon_sym_MOZ_RAII] = ACTIONS(2441), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2441), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2441), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2441), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2441), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2441), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2441), + [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), + [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), + [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_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), }, - [1344] = { - [sym_identifier] = ACTIONS(3347), - [anon_sym_extern] = ACTIONS(3347), - [anon_sym___attribute__] = ACTIONS(3347), - [anon_sym_COLON_COLON] = ACTIONS(3349), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3349), - [anon_sym___declspec] = ACTIONS(3347), - [anon_sym___cdecl] = ACTIONS(3347), - [anon_sym___clrcall] = ACTIONS(3347), - [anon_sym___stdcall] = ACTIONS(3347), - [anon_sym___fastcall] = ACTIONS(3347), - [anon_sym___thiscall] = ACTIONS(3347), - [anon_sym___vectorcall] = ACTIONS(3347), - [anon_sym_LBRACE] = ACTIONS(3349), - [anon_sym_static] = ACTIONS(3347), - [anon_sym_register] = ACTIONS(3347), - [anon_sym_inline] = ACTIONS(3347), - [anon_sym_thread_local] = ACTIONS(3347), - [anon_sym_const] = ACTIONS(3347), - [anon_sym_volatile] = ACTIONS(3347), - [anon_sym_restrict] = ACTIONS(3347), - [anon_sym__Atomic] = ACTIONS(3347), - [anon_sym_mutable] = ACTIONS(3347), - [anon_sym_constexpr] = ACTIONS(3347), - [anon_sym_signed] = ACTIONS(3347), - [anon_sym_unsigned] = ACTIONS(3347), - [anon_sym_long] = ACTIONS(3347), - [anon_sym_short] = ACTIONS(3347), - [sym_primitive_type] = ACTIONS(3347), - [anon_sym_enum] = ACTIONS(3347), - [anon_sym_class] = ACTIONS(3347), - [anon_sym_struct] = ACTIONS(3347), - [anon_sym_union] = ACTIONS(3347), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(3347), - [anon_sym_virtual] = ACTIONS(3347), - [sym_auto] = ACTIONS(3347), - [anon_sym_typename] = ACTIONS(3347), - [anon_sym_template] = ACTIONS(3347), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3347), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3347), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3347), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3347), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3347), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3347), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3347), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3347), - [anon_sym_MOZ_COLD] = ACTIONS(3347), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3347), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3347), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3347), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3347), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3347), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3347), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3347), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3347), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3347), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3347), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3347), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3347), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3347), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3347), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3347), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3347), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3347), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3347), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3347), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3347), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3347), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3347), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3347), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3347), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3347), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3347), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3347), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3347), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3347), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3347), - [anon_sym_MOZ_NONNULL] = ACTIONS(3347), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3347), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3347), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3347), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3347), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3347), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3347), - [anon_sym_MOZ_NORETURN] = ACTIONS(3347), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3347), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3347), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3347), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3347), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3347), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3347), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3347), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3347), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3347), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3347), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3347), - [anon_sym_MOZ_RAII] = ACTIONS(3347), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3347), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3347), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3347), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3347), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3347), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3347), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3347), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3347), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3347), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3347), + [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), }, - [1345] = { - [sym__expression] = STATE(2660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_initializer_list] = STATE(2661), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2754), - [anon_sym_COMMA] = ACTIONS(2754), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3355), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_SLASH] = ACTIONS(2762), - [anon_sym_PERCENT] = ACTIONS(2754), - [anon_sym_PIPE_PIPE] = ACTIONS(2754), - [anon_sym_AMP_AMP] = ACTIONS(2754), - [anon_sym_PIPE] = ACTIONS(2762), - [anon_sym_CARET] = ACTIONS(2754), - [anon_sym_AMP] = ACTIONS(1034), - [anon_sym_EQ_EQ] = ACTIONS(2754), - [anon_sym_BANG_EQ] = ACTIONS(2754), - [anon_sym_GT] = ACTIONS(2762), - [anon_sym_GT_EQ] = ACTIONS(2754), - [anon_sym_LT_EQ] = ACTIONS(2754), - [anon_sym_LT] = ACTIONS(2762), - [anon_sym_LT_LT] = ACTIONS(2754), - [anon_sym_GT_GT] = ACTIONS(2754), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACE] = ACTIONS(1478), + [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), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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), - [anon_sym_RBRACK] = ACTIONS(2754), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_QMARK] = ACTIONS(2754), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [anon_sym_DOT] = ACTIONS(2762), - [anon_sym_DASH_GT] = ACTIONS(2754), + [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), @@ -250683,2367 +238175,693 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), + [anon_sym_decltype] = ACTIONS(2554), + [sym_auto] = ACTIONS(2556), + [anon_sym_typename] = ACTIONS(2558), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1346] = { - [sym__declaration_modifiers] = STATE(1256), - [sym_attribute_specifier] = STATE(1256), - [sym_attribute_declaration] = STATE(1256), - [sym_ms_declspec_modifier] = STATE(1256), - [sym_storage_class_specifier] = STATE(1256), - [sym_type_qualifier] = STATE(1256), - [sym_virtual_function_specifier] = STATE(1256), - [sym_macro_annotation] = STATE(1417), - [aux_sym__declaration_specifiers_repeat1] = STATE(1256), - [sym_identifier] = ACTIONS(3007), - [anon_sym_LPAREN2] = ACTIONS(3009), - [anon_sym_TILDE] = ACTIONS(3009), - [anon_sym_STAR] = ACTIONS(3009), - [anon_sym_AMP_AMP] = ACTIONS(3009), - [anon_sym_AMP] = ACTIONS(3007), - [anon_sym_SEMI] = ACTIONS(3371), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2554), - [anon_sym_COLON_COLON] = ACTIONS(3009), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2560), - [anon_sym___based] = ACTIONS(3007), - [anon_sym_LBRACK] = ACTIONS(3007), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2562), - [anon_sym_volatile] = ACTIONS(2562), - [anon_sym_restrict] = ACTIONS(2562), - [anon_sym__Atomic] = ACTIONS(2562), - [anon_sym_mutable] = ACTIONS(2562), - [anon_sym_constexpr] = ACTIONS(2562), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2564), - [anon_sym_template] = ACTIONS(3007), - [sym_operator_name] = ACTIONS(3007), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2566), - [anon_sym_MOZ_COLD] = ACTIONS(2566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_RAII] = ACTIONS(2566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2566), - }, - [1347] = { - [sym__declaration_modifiers] = STATE(1256), - [sym_attribute_specifier] = STATE(1256), - [sym_attribute_declaration] = STATE(1256), - [sym_ms_declspec_modifier] = STATE(1256), - [sym_storage_class_specifier] = STATE(1256), - [sym_type_qualifier] = STATE(1256), - [sym_virtual_function_specifier] = STATE(1256), - [sym_macro_annotation] = STATE(1417), - [aux_sym__declaration_specifiers_repeat1] = STATE(1256), - [sym_identifier] = ACTIONS(3007), - [anon_sym_LPAREN2] = ACTIONS(3009), - [anon_sym_TILDE] = ACTIONS(3009), - [anon_sym_STAR] = ACTIONS(3009), - [anon_sym_AMP_AMP] = ACTIONS(3009), - [anon_sym_AMP] = ACTIONS(3007), - [anon_sym_SEMI] = ACTIONS(3373), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2554), - [anon_sym_COLON_COLON] = ACTIONS(3009), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2560), - [anon_sym___based] = ACTIONS(3007), - [anon_sym_LBRACK] = ACTIONS(3007), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2562), - [anon_sym_volatile] = ACTIONS(2562), - [anon_sym_restrict] = ACTIONS(2562), - [anon_sym__Atomic] = ACTIONS(2562), - [anon_sym_mutable] = ACTIONS(2562), - [anon_sym_constexpr] = ACTIONS(2562), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2564), - [anon_sym_template] = ACTIONS(3007), - [sym_operator_name] = ACTIONS(3007), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2566), - [anon_sym_MOZ_COLD] = ACTIONS(2566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_RAII] = ACTIONS(2566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2566), - }, - [1348] = { - [sym_identifier] = ACTIONS(3105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3107), - [anon_sym_COMMA] = ACTIONS(3107), - [anon_sym_RPAREN] = ACTIONS(3107), - [anon_sym_LPAREN2] = ACTIONS(3107), - [anon_sym_TILDE] = ACTIONS(3107), - [anon_sym_STAR] = ACTIONS(3107), - [anon_sym_AMP_AMP] = ACTIONS(3107), - [anon_sym_AMP] = ACTIONS(3105), - [anon_sym_SEMI] = ACTIONS(3107), - [anon_sym_extern] = ACTIONS(3105), - [anon_sym___attribute__] = ACTIONS(3105), - [anon_sym_COLON_COLON] = ACTIONS(3039), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3107), - [anon_sym___declspec] = ACTIONS(3105), - [anon_sym___based] = ACTIONS(3105), - [anon_sym_LBRACE] = ACTIONS(3107), - [anon_sym_LBRACK] = ACTIONS(3105), - [anon_sym_EQ] = ACTIONS(3107), - [anon_sym_static] = ACTIONS(3105), - [anon_sym_register] = ACTIONS(3105), - [anon_sym_inline] = ACTIONS(3105), - [anon_sym_thread_local] = ACTIONS(3105), - [anon_sym_const] = ACTIONS(3105), - [anon_sym_volatile] = ACTIONS(3105), - [anon_sym_restrict] = ACTIONS(3105), - [anon_sym__Atomic] = ACTIONS(3105), - [anon_sym_mutable] = ACTIONS(3105), - [anon_sym_constexpr] = ACTIONS(3105), - [anon_sym_COLON] = ACTIONS(3105), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3105), - [anon_sym_override] = ACTIONS(3105), - [anon_sym_virtual] = ACTIONS(3105), - [anon_sym_template] = ACTIONS(3105), - [anon_sym_GT2] = ACTIONS(3107), - [sym_operator_name] = ACTIONS(3105), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3105), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3105), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3105), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3105), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3105), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3105), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3105), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3105), - [anon_sym_MOZ_COLD] = ACTIONS(3105), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3105), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3105), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3105), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3105), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3105), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3105), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3105), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3105), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3105), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3105), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3105), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3105), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3105), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3105), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3105), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3105), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3105), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3105), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3105), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3105), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_NONNULL] = ACTIONS(3105), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3105), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3105), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3105), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3105), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3105), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_NORETURN] = ACTIONS(3105), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3105), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3105), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3105), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3105), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3105), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3105), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3105), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3105), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3105), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3105), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3105), - [anon_sym_MOZ_RAII] = ACTIONS(3105), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3105), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3105), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3105), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3105), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3105), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3105), - }, - [1349] = { - [sym_identifier] = ACTIONS(3105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3107), - [anon_sym_COMMA] = ACTIONS(3107), - [anon_sym_RPAREN] = ACTIONS(3107), - [anon_sym_LPAREN2] = ACTIONS(3107), - [anon_sym_TILDE] = ACTIONS(3107), - [anon_sym_STAR] = ACTIONS(3107), - [anon_sym_AMP_AMP] = ACTIONS(3107), - [anon_sym_AMP] = ACTIONS(3105), - [anon_sym_SEMI] = ACTIONS(3107), - [anon_sym_extern] = ACTIONS(3105), - [anon_sym___attribute__] = ACTIONS(3105), - [anon_sym_COLON_COLON] = ACTIONS(3039), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3107), - [anon_sym___declspec] = ACTIONS(3105), - [anon_sym___based] = ACTIONS(3105), - [anon_sym_LBRACE] = ACTIONS(3107), - [anon_sym_LBRACK] = ACTIONS(3105), - [anon_sym_EQ] = ACTIONS(3107), - [anon_sym_static] = ACTIONS(3105), - [anon_sym_register] = ACTIONS(3105), - [anon_sym_inline] = ACTIONS(3105), - [anon_sym_thread_local] = ACTIONS(3105), - [anon_sym_const] = ACTIONS(3105), - [anon_sym_volatile] = ACTIONS(3105), - [anon_sym_restrict] = ACTIONS(3105), - [anon_sym__Atomic] = ACTIONS(3105), - [anon_sym_mutable] = ACTIONS(3105), - [anon_sym_constexpr] = ACTIONS(3105), - [anon_sym_COLON] = ACTIONS(3105), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3105), - [anon_sym_override] = ACTIONS(3105), - [anon_sym_virtual] = ACTIONS(3105), - [anon_sym_template] = ACTIONS(3105), - [anon_sym_GT2] = ACTIONS(3107), - [sym_operator_name] = ACTIONS(3105), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3105), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3105), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3105), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3105), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3105), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3105), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3105), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3105), - [anon_sym_MOZ_COLD] = ACTIONS(3105), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3105), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3105), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3105), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3105), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3105), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3105), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3105), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3105), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3105), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3105), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3105), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3105), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3105), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3105), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3105), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3105), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3105), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3105), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3105), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3105), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_NONNULL] = ACTIONS(3105), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3105), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3105), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3105), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3105), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3105), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_NORETURN] = ACTIONS(3105), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3105), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3105), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3105), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3105), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3105), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3105), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3105), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3105), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3105), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3105), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3105), - [anon_sym_MOZ_RAII] = ACTIONS(3105), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3105), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3105), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3105), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3105), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3105), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3105), - }, - [1350] = { - [sym_identifier] = ACTIONS(2486), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2493), - [anon_sym_COMMA] = ACTIONS(2493), - [anon_sym_RPAREN] = ACTIONS(2493), - [anon_sym_LPAREN2] = ACTIONS(2493), - [anon_sym_STAR] = ACTIONS(2493), - [anon_sym_AMP_AMP] = ACTIONS(2493), - [anon_sym_AMP] = ACTIONS(2486), - [anon_sym_SEMI] = ACTIONS(2493), - [anon_sym_extern] = ACTIONS(2486), - [anon_sym___attribute__] = ACTIONS(2486), - [anon_sym_COLON_COLON] = ACTIONS(2493), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2493), - [anon_sym___declspec] = ACTIONS(2486), - [anon_sym___based] = ACTIONS(2486), - [anon_sym_LBRACE] = ACTIONS(2493), - [anon_sym_LBRACK] = ACTIONS(2486), - [anon_sym_EQ] = ACTIONS(2493), - [anon_sym_static] = ACTIONS(2486), - [anon_sym_register] = ACTIONS(2486), - [anon_sym_inline] = ACTIONS(2486), - [anon_sym_thread_local] = ACTIONS(2486), - [anon_sym_const] = ACTIONS(2486), - [anon_sym_volatile] = ACTIONS(2486), - [anon_sym_restrict] = ACTIONS(2486), - [anon_sym__Atomic] = ACTIONS(2486), - [anon_sym_mutable] = ACTIONS(2486), - [anon_sym_constexpr] = ACTIONS(2486), - [anon_sym_COLON] = ACTIONS(2486), - [anon_sym_DASH_GT] = ACTIONS(2493), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2486), - [anon_sym_override] = ACTIONS(2486), - [anon_sym_virtual] = ACTIONS(2486), - [anon_sym_GT2] = ACTIONS(2493), - [anon_sym_noexcept] = ACTIONS(2486), - [anon_sym_throw] = ACTIONS(2486), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2486), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2486), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2486), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2486), - [anon_sym_MOZ_COLD] = ACTIONS(2486), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2486), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2486), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2486), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2486), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2486), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2486), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2486), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2486), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2486), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2486), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2486), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2486), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2486), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_NONNULL] = ACTIONS(2486), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2486), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2486), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2486), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2486), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2486), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2486), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2486), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2486), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2486), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2486), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2486), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2486), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2486), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2486), - [anon_sym_MOZ_RAII] = ACTIONS(2486), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2486), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2486), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2486), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2486), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2486), - }, - [1351] = { - [sym__declaration_modifiers] = STATE(1256), - [sym_attribute_specifier] = STATE(1256), - [sym_attribute_declaration] = STATE(1256), - [sym_ms_declspec_modifier] = STATE(1256), - [sym_storage_class_specifier] = STATE(1256), - [sym_type_qualifier] = STATE(1256), - [sym_virtual_function_specifier] = STATE(1256), - [sym_macro_annotation] = STATE(1417), - [aux_sym__declaration_specifiers_repeat1] = STATE(1256), - [sym_identifier] = ACTIONS(3007), - [anon_sym_LPAREN2] = ACTIONS(3009), - [anon_sym_TILDE] = ACTIONS(3009), - [anon_sym_STAR] = ACTIONS(3009), - [anon_sym_AMP_AMP] = ACTIONS(3009), - [anon_sym_AMP] = ACTIONS(3007), - [anon_sym_SEMI] = ACTIONS(3375), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2554), - [anon_sym_COLON_COLON] = ACTIONS(3009), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2560), - [anon_sym___based] = ACTIONS(3007), - [anon_sym_LBRACK] = ACTIONS(3007), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2562), - [anon_sym_volatile] = ACTIONS(2562), - [anon_sym_restrict] = ACTIONS(2562), - [anon_sym__Atomic] = ACTIONS(2562), - [anon_sym_mutable] = ACTIONS(2562), - [anon_sym_constexpr] = ACTIONS(2562), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2564), - [anon_sym_template] = ACTIONS(3007), - [sym_operator_name] = ACTIONS(3007), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2566), - [anon_sym_MOZ_COLD] = ACTIONS(2566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_RAII] = ACTIONS(2566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2566), - }, - [1352] = { - [sym_template_argument_list] = STATE(1368), - [sym_identifier] = ACTIONS(2441), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2448), - [anon_sym_COMMA] = ACTIONS(2448), - [anon_sym_LPAREN2] = ACTIONS(2448), - [anon_sym_TILDE] = ACTIONS(2448), - [anon_sym_STAR] = ACTIONS(2448), - [anon_sym_AMP_AMP] = ACTIONS(2448), - [anon_sym_AMP] = ACTIONS(2441), - [anon_sym_LT] = ACTIONS(3377), - [anon_sym_extern] = ACTIONS(2441), - [anon_sym___attribute__] = ACTIONS(2441), - [anon_sym_COLON_COLON] = ACTIONS(2952), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2448), - [anon_sym___declspec] = ACTIONS(2441), - [anon_sym___based] = ACTIONS(2441), - [anon_sym_LBRACE] = ACTIONS(2448), - [anon_sym_LBRACK] = ACTIONS(2441), - [anon_sym_EQ] = ACTIONS(2448), - [anon_sym_static] = ACTIONS(2441), - [anon_sym_register] = ACTIONS(2441), - [anon_sym_inline] = ACTIONS(2441), - [anon_sym_thread_local] = ACTIONS(2441), - [anon_sym_const] = ACTIONS(2441), - [anon_sym_volatile] = ACTIONS(2441), - [anon_sym_restrict] = ACTIONS(2441), - [anon_sym__Atomic] = ACTIONS(2441), - [anon_sym_mutable] = ACTIONS(2441), - [anon_sym_constexpr] = ACTIONS(2441), - [anon_sym_COLON] = ACTIONS(2441), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2441), - [anon_sym_override] = ACTIONS(2441), - [anon_sym_virtual] = ACTIONS(2441), - [anon_sym_template] = ACTIONS(2441), - [anon_sym_GT2] = ACTIONS(2448), - [sym_operator_name] = ACTIONS(2441), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2441), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2441), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2441), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2441), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2441), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2441), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2441), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2441), - [anon_sym_MOZ_COLD] = ACTIONS(2441), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2441), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2441), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2441), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2441), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2441), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2441), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2441), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2441), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2441), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2441), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2441), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2441), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2441), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2441), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2441), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2441), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2441), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2441), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2441), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2441), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_NONNULL] = ACTIONS(2441), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2441), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2441), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2441), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2441), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2441), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_NORETURN] = ACTIONS(2441), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2441), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2441), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2441), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2441), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2441), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2441), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2441), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2441), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2441), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2441), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2441), - [anon_sym_MOZ_RAII] = ACTIONS(2441), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2441), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2441), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2441), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2441), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2441), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2441), - }, - [1353] = { - [sym_identifier] = ACTIONS(3105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3107), - [anon_sym_COMMA] = ACTIONS(3107), - [anon_sym_RPAREN] = ACTIONS(3107), - [anon_sym_LPAREN2] = ACTIONS(3107), - [anon_sym_STAR] = ACTIONS(3107), - [anon_sym_AMP_AMP] = ACTIONS(3107), - [anon_sym_AMP] = ACTIONS(3105), - [anon_sym_SEMI] = ACTIONS(3107), - [anon_sym_extern] = ACTIONS(3105), - [anon_sym___attribute__] = ACTIONS(3105), - [anon_sym_COLON_COLON] = ACTIONS(3039), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3107), - [anon_sym___declspec] = ACTIONS(3105), - [anon_sym___based] = ACTIONS(3105), - [anon_sym_LBRACE] = ACTIONS(3107), - [anon_sym_LBRACK] = ACTIONS(3105), - [anon_sym_EQ] = ACTIONS(3107), - [anon_sym_static] = ACTIONS(3105), - [anon_sym_register] = ACTIONS(3105), - [anon_sym_inline] = ACTIONS(3105), - [anon_sym_thread_local] = ACTIONS(3105), - [anon_sym_const] = ACTIONS(3105), - [anon_sym_volatile] = ACTIONS(3105), - [anon_sym_restrict] = ACTIONS(3105), - [anon_sym__Atomic] = ACTIONS(3105), - [anon_sym_mutable] = ACTIONS(3105), - [anon_sym_constexpr] = ACTIONS(3105), - [anon_sym_COLON] = ACTIONS(3105), - [anon_sym_DASH_GT] = ACTIONS(3107), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3105), - [anon_sym_override] = ACTIONS(3105), - [anon_sym_virtual] = ACTIONS(3105), - [anon_sym_GT2] = ACTIONS(3107), - [anon_sym_noexcept] = ACTIONS(3105), - [anon_sym_throw] = ACTIONS(3105), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3105), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3105), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3105), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3105), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3105), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3105), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3105), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3105), - [anon_sym_MOZ_COLD] = ACTIONS(3105), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3105), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3105), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3105), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3105), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3105), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3105), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3105), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3105), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3105), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3105), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3105), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3105), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3105), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3105), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3105), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3105), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3105), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3105), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3105), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3105), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_NONNULL] = ACTIONS(3105), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3105), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3105), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3105), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3105), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3105), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_NORETURN] = ACTIONS(3105), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3105), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3105), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3105), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3105), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3105), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3105), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3105), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3105), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3105), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3105), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3105), - [anon_sym_MOZ_RAII] = ACTIONS(3105), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3105), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3105), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3105), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3105), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3105), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3105), - }, - [1354] = { - [sym_field_declaration_list] = STATE(1467), - [sym_virtual_specifier] = STATE(3926), - [sym_base_class_clause] = STATE(4477), - [sym_identifier] = ACTIONS(3045), - [anon_sym_COMMA] = ACTIONS(3047), - [anon_sym_LPAREN2] = ACTIONS(3047), - [anon_sym_STAR] = ACTIONS(3047), - [anon_sym_AMP_AMP] = ACTIONS(3047), - [anon_sym_AMP] = ACTIONS(3045), - [anon_sym_SEMI] = ACTIONS(3047), - [anon_sym_extern] = ACTIONS(3045), - [anon_sym___attribute__] = ACTIONS(3045), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3047), - [anon_sym___declspec] = ACTIONS(3045), - [anon_sym___based] = ACTIONS(3045), - [anon_sym_LBRACE] = ACTIONS(3379), - [anon_sym_LBRACK] = ACTIONS(3045), - [anon_sym_EQ] = ACTIONS(3047), - [anon_sym_static] = ACTIONS(3045), - [anon_sym_register] = ACTIONS(3045), - [anon_sym_inline] = ACTIONS(3045), - [anon_sym_thread_local] = ACTIONS(3045), - [anon_sym_const] = ACTIONS(3045), - [anon_sym_volatile] = ACTIONS(3045), - [anon_sym_restrict] = ACTIONS(3045), - [anon_sym__Atomic] = ACTIONS(3045), - [anon_sym_mutable] = ACTIONS(3045), - [anon_sym_constexpr] = ACTIONS(3045), - [anon_sym_COLON] = ACTIONS(3381), - [anon_sym_DASH_GT] = ACTIONS(3047), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3045), - [anon_sym_noexcept] = ACTIONS(3045), - [anon_sym_throw] = ACTIONS(3045), - [sym_operator_name] = ACTIONS(3045), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3045), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3045), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3045), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3045), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3045), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3045), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3045), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3045), - [anon_sym_MOZ_COLD] = ACTIONS(3045), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3045), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3045), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3045), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3045), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3045), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3045), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3045), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3045), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3045), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3045), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3045), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3045), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3045), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3045), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3045), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3045), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3045), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3045), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3045), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3045), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_NONNULL] = ACTIONS(3045), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3045), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3045), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3045), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3045), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3045), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_NORETURN] = ACTIONS(3045), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3045), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3045), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3045), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3045), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3045), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3045), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3045), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3045), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3045), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3045), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3045), - [anon_sym_MOZ_RAII] = ACTIONS(3045), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3045), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3045), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3045), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3045), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3045), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3045), - }, - [1355] = { - [sym_field_declaration_list] = STATE(1463), - [sym_virtual_specifier] = STATE(3919), - [sym_base_class_clause] = STATE(4481), - [sym_identifier] = ACTIONS(3041), - [anon_sym_COMMA] = ACTIONS(3043), - [anon_sym_LPAREN2] = ACTIONS(3043), - [anon_sym_STAR] = ACTIONS(3043), - [anon_sym_AMP_AMP] = ACTIONS(3043), - [anon_sym_AMP] = ACTIONS(3041), - [anon_sym_SEMI] = ACTIONS(3043), - [anon_sym_extern] = ACTIONS(3041), - [anon_sym___attribute__] = ACTIONS(3041), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3043), - [anon_sym___declspec] = ACTIONS(3041), - [anon_sym___based] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3379), - [anon_sym_LBRACK] = ACTIONS(3041), - [anon_sym_EQ] = ACTIONS(3043), - [anon_sym_static] = ACTIONS(3041), - [anon_sym_register] = ACTIONS(3041), - [anon_sym_inline] = ACTIONS(3041), - [anon_sym_thread_local] = ACTIONS(3041), - [anon_sym_const] = ACTIONS(3041), - [anon_sym_volatile] = ACTIONS(3041), - [anon_sym_restrict] = ACTIONS(3041), - [anon_sym__Atomic] = ACTIONS(3041), - [anon_sym_mutable] = ACTIONS(3041), - [anon_sym_constexpr] = ACTIONS(3041), - [anon_sym_COLON] = ACTIONS(3381), - [anon_sym_DASH_GT] = ACTIONS(3043), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3041), - [anon_sym_noexcept] = ACTIONS(3041), - [anon_sym_throw] = ACTIONS(3041), - [sym_operator_name] = ACTIONS(3041), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3041), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3041), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3041), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3041), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3041), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3041), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3041), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3041), - [anon_sym_MOZ_COLD] = ACTIONS(3041), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3041), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3041), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3041), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3041), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3041), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3041), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3041), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3041), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3041), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3041), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3041), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3041), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3041), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3041), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3041), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3041), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3041), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3041), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3041), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3041), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_NONNULL] = ACTIONS(3041), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3041), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3041), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3041), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3041), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3041), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_NORETURN] = ACTIONS(3041), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3041), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3041), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3041), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3041), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3041), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3041), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3041), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3041), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3041), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3041), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3041), - [anon_sym_MOZ_RAII] = ACTIONS(3041), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3041), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3041), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3041), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3041), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3041), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3041), - }, - [1356] = { - [sym__declaration_modifiers] = STATE(1256), - [sym_attribute_specifier] = STATE(1256), - [sym_attribute_declaration] = STATE(1256), - [sym_ms_declspec_modifier] = STATE(1256), - [sym_storage_class_specifier] = STATE(1256), - [sym_type_qualifier] = STATE(1256), - [sym_virtual_function_specifier] = STATE(1256), - [sym_macro_annotation] = STATE(1417), - [aux_sym__declaration_specifiers_repeat1] = STATE(1256), - [sym_identifier] = ACTIONS(3007), - [anon_sym_LPAREN2] = ACTIONS(3009), - [anon_sym_TILDE] = ACTIONS(3009), - [anon_sym_STAR] = ACTIONS(3009), - [anon_sym_AMP_AMP] = ACTIONS(3009), - [anon_sym_AMP] = ACTIONS(3007), - [anon_sym_SEMI] = ACTIONS(3383), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2554), - [anon_sym_COLON_COLON] = ACTIONS(3009), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2560), - [anon_sym___based] = ACTIONS(3007), - [anon_sym_LBRACK] = ACTIONS(3007), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2562), - [anon_sym_volatile] = ACTIONS(2562), - [anon_sym_restrict] = ACTIONS(2562), - [anon_sym__Atomic] = ACTIONS(2562), - [anon_sym_mutable] = ACTIONS(2562), - [anon_sym_constexpr] = ACTIONS(2562), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2564), - [anon_sym_template] = ACTIONS(3007), - [sym_operator_name] = ACTIONS(3007), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2566), - [anon_sym_MOZ_COLD] = ACTIONS(2566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_RAII] = ACTIONS(2566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2566), - }, - [1357] = { - [sym_template_argument_list] = STATE(1368), - [sym_identifier] = ACTIONS(3337), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2399), - [anon_sym_COMMA] = ACTIONS(2399), - [anon_sym_LPAREN2] = ACTIONS(2399), - [anon_sym_TILDE] = ACTIONS(2399), - [anon_sym_STAR] = ACTIONS(2399), - [anon_sym_AMP_AMP] = ACTIONS(2399), - [anon_sym_AMP] = ACTIONS(3337), - [anon_sym_LT] = ACTIONS(3377), - [anon_sym_extern] = ACTIONS(3337), - [anon_sym___attribute__] = ACTIONS(3337), - [anon_sym_COLON_COLON] = ACTIONS(2952), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2399), - [anon_sym___declspec] = ACTIONS(3337), - [anon_sym___based] = ACTIONS(3337), - [anon_sym_LBRACE] = ACTIONS(2399), - [anon_sym_LBRACK] = ACTIONS(3337), - [anon_sym_EQ] = ACTIONS(2399), - [anon_sym_static] = ACTIONS(3337), - [anon_sym_register] = ACTIONS(3337), - [anon_sym_inline] = ACTIONS(3337), - [anon_sym_thread_local] = ACTIONS(3337), - [anon_sym_const] = ACTIONS(3337), - [anon_sym_volatile] = ACTIONS(3337), - [anon_sym_restrict] = ACTIONS(3337), - [anon_sym__Atomic] = ACTIONS(3337), - [anon_sym_mutable] = ACTIONS(3337), - [anon_sym_constexpr] = ACTIONS(3337), - [anon_sym_COLON] = ACTIONS(3337), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3337), - [anon_sym_override] = ACTIONS(3337), - [anon_sym_virtual] = ACTIONS(3337), - [anon_sym_template] = ACTIONS(3337), - [anon_sym_GT2] = ACTIONS(2399), - [sym_operator_name] = ACTIONS(3337), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3337), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3337), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3337), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3337), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3337), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3337), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3337), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3337), - [anon_sym_MOZ_COLD] = ACTIONS(3337), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3337), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3337), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3337), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3337), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3337), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3337), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3337), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3337), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3337), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3337), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3337), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3337), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3337), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3337), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3337), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3337), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3337), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3337), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3337), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3337), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3337), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3337), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3337), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3337), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3337), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3337), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3337), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3337), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3337), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3337), - [anon_sym_MOZ_NONNULL] = ACTIONS(3337), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3337), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3337), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3337), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3337), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3337), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3337), - [anon_sym_MOZ_NORETURN] = ACTIONS(3337), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3337), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3337), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3337), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3337), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3337), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3337), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3337), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3337), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3337), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3337), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3337), - [anon_sym_MOZ_RAII] = ACTIONS(3337), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3337), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3337), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3337), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3337), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3337), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3337), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3337), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3337), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3337), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3337), - }, - [1358] = { - [sym_field_declaration_list] = STATE(1409), - [sym_virtual_specifier] = STATE(3876), - [sym_base_class_clause] = STATE(4494), - [sym_identifier] = ACTIONS(3017), - [anon_sym_COMMA] = ACTIONS(3019), - [anon_sym_LPAREN2] = ACTIONS(3019), - [anon_sym_STAR] = ACTIONS(3019), - [anon_sym_AMP_AMP] = ACTIONS(3019), - [anon_sym_AMP] = ACTIONS(3017), - [anon_sym_SEMI] = ACTIONS(3019), - [anon_sym_extern] = ACTIONS(3017), - [anon_sym___attribute__] = ACTIONS(3017), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3019), - [anon_sym___declspec] = ACTIONS(3017), - [anon_sym___based] = ACTIONS(3017), - [anon_sym_LBRACE] = ACTIONS(3379), - [anon_sym_LBRACK] = ACTIONS(3017), - [anon_sym_EQ] = ACTIONS(3019), - [anon_sym_static] = ACTIONS(3017), - [anon_sym_register] = ACTIONS(3017), - [anon_sym_inline] = ACTIONS(3017), - [anon_sym_thread_local] = ACTIONS(3017), - [anon_sym_const] = ACTIONS(3017), - [anon_sym_volatile] = ACTIONS(3017), - [anon_sym_restrict] = ACTIONS(3017), - [anon_sym__Atomic] = ACTIONS(3017), - [anon_sym_mutable] = ACTIONS(3017), - [anon_sym_constexpr] = ACTIONS(3017), - [anon_sym_COLON] = ACTIONS(3381), - [anon_sym_DASH_GT] = ACTIONS(3019), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3017), - [anon_sym_noexcept] = ACTIONS(3017), - [anon_sym_throw] = ACTIONS(3017), - [sym_operator_name] = ACTIONS(3017), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3017), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3017), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3017), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3017), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3017), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3017), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3017), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3017), - [anon_sym_MOZ_COLD] = ACTIONS(3017), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3017), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3017), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3017), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3017), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3017), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3017), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3017), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3017), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3017), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3017), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3017), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3017), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3017), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3017), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3017), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3017), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3017), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3017), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3017), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3017), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_NONNULL] = ACTIONS(3017), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3017), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3017), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3017), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3017), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3017), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_NORETURN] = ACTIONS(3017), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3017), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3017), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3017), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3017), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3017), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3017), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3017), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3017), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3017), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3017), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3017), - [anon_sym_MOZ_RAII] = ACTIONS(3017), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3017), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3017), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3017), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3017), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3017), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3017), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1359] = { - [sym_field_declaration_list] = STATE(1436), - [sym_virtual_specifier] = STATE(3894), - [sym_base_class_clause] = STATE(4530), - [sym_identifier] = ACTIONS(3109), - [anon_sym_COMMA] = ACTIONS(3111), - [anon_sym_LPAREN2] = ACTIONS(3111), - [anon_sym_STAR] = ACTIONS(3111), - [anon_sym_AMP_AMP] = ACTIONS(3111), - [anon_sym_AMP] = ACTIONS(3109), - [anon_sym_SEMI] = ACTIONS(3111), - [anon_sym_extern] = ACTIONS(3109), - [anon_sym___attribute__] = ACTIONS(3109), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3111), - [anon_sym___declspec] = ACTIONS(3109), - [anon_sym___based] = ACTIONS(3109), - [anon_sym_LBRACE] = ACTIONS(3379), - [anon_sym_LBRACK] = ACTIONS(3109), - [anon_sym_EQ] = ACTIONS(3111), - [anon_sym_static] = ACTIONS(3109), - [anon_sym_register] = ACTIONS(3109), - [anon_sym_inline] = ACTIONS(3109), - [anon_sym_thread_local] = ACTIONS(3109), - [anon_sym_const] = ACTIONS(3109), - [anon_sym_volatile] = ACTIONS(3109), - [anon_sym_restrict] = ACTIONS(3109), - [anon_sym__Atomic] = ACTIONS(3109), - [anon_sym_mutable] = ACTIONS(3109), - [anon_sym_constexpr] = ACTIONS(3109), - [anon_sym_COLON] = ACTIONS(3381), - [anon_sym_DASH_GT] = ACTIONS(3111), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3109), - [anon_sym_noexcept] = ACTIONS(3109), - [anon_sym_throw] = ACTIONS(3109), - [sym_operator_name] = ACTIONS(3109), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3109), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3109), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3109), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3109), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3109), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3109), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3109), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3109), - [anon_sym_MOZ_COLD] = ACTIONS(3109), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3109), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3109), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3109), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3109), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3109), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3109), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3109), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3109), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3109), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3109), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3109), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3109), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3109), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3109), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3109), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3109), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3109), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3109), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3109), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3109), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3109), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3109), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3109), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3109), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3109), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3109), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3109), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3109), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3109), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3109), - [anon_sym_MOZ_NONNULL] = ACTIONS(3109), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3109), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3109), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3109), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3109), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3109), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3109), - [anon_sym_MOZ_NORETURN] = ACTIONS(3109), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3109), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3109), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3109), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3109), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3109), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3109), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3109), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3109), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3109), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3109), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3109), - [anon_sym_MOZ_RAII] = ACTIONS(3109), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3109), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3109), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3109), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3109), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3109), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3109), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3109), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3109), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3109), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3109), + [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), }, - [1360] = { - [sym_field_declaration_list] = STATE(1441), - [sym_virtual_specifier] = STATE(3897), - [sym_base_class_clause] = STATE(4538), - [sym_identifier] = ACTIONS(3027), - [anon_sym_COMMA] = ACTIONS(3029), - [anon_sym_LPAREN2] = 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_LBRACK_LBRACK] = ACTIONS(3029), - [anon_sym___declspec] = ACTIONS(3027), - [anon_sym___based] = ACTIONS(3027), - [anon_sym_LBRACE] = ACTIONS(3379), - [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(3381), - [anon_sym_DASH_GT] = ACTIONS(3029), + [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), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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), + [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_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3027), - [anon_sym_noexcept] = ACTIONS(3027), - [anon_sym_throw] = ACTIONS(3027), - [sym_operator_name] = 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), - }, - [1361] = { - [sym__declaration_modifiers] = STATE(1256), - [sym_attribute_specifier] = STATE(1256), - [sym_attribute_declaration] = STATE(1256), - [sym_ms_declspec_modifier] = STATE(1256), - [sym_storage_class_specifier] = STATE(1256), - [sym_type_qualifier] = STATE(1256), - [sym_virtual_function_specifier] = STATE(1256), - [sym_macro_annotation] = STATE(1417), - [aux_sym__declaration_specifiers_repeat1] = STATE(1256), - [sym_identifier] = ACTIONS(3007), - [anon_sym_LPAREN2] = ACTIONS(3009), - [anon_sym_TILDE] = ACTIONS(3009), - [anon_sym_STAR] = ACTIONS(3009), - [anon_sym_AMP_AMP] = ACTIONS(3009), - [anon_sym_AMP] = ACTIONS(3007), - [anon_sym_SEMI] = ACTIONS(3385), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2554), - [anon_sym_COLON_COLON] = ACTIONS(3009), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2560), - [anon_sym___based] = ACTIONS(3007), - [anon_sym_LBRACK] = ACTIONS(3007), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2562), - [anon_sym_volatile] = ACTIONS(2562), - [anon_sym_restrict] = ACTIONS(2562), - [anon_sym__Atomic] = ACTIONS(2562), - [anon_sym_mutable] = ACTIONS(2562), - [anon_sym_constexpr] = ACTIONS(2562), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2564), - [anon_sym_template] = ACTIONS(3007), - [sym_operator_name] = ACTIONS(3007), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2566), - [anon_sym_MOZ_COLD] = ACTIONS(2566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_RAII] = ACTIONS(2566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2566), + [anon_sym_decltype] = ACTIONS(2554), + [sym_auto] = ACTIONS(2556), + [anon_sym_typename] = ACTIONS(2558), + [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), }, - [1362] = { - [sym_field_declaration_list] = STATE(1456), - [sym_virtual_specifier] = STATE(3898), - [sym_base_class_clause] = STATE(4551), - [sym_identifier] = ACTIONS(3067), - [anon_sym_COMMA] = ACTIONS(3069), - [anon_sym_LPAREN2] = ACTIONS(3069), - [anon_sym_STAR] = ACTIONS(3069), - [anon_sym_AMP_AMP] = ACTIONS(3069), - [anon_sym_AMP] = ACTIONS(3067), - [anon_sym_SEMI] = ACTIONS(3069), - [anon_sym_extern] = ACTIONS(3067), - [anon_sym___attribute__] = ACTIONS(3067), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3069), - [anon_sym___declspec] = ACTIONS(3067), - [anon_sym___based] = ACTIONS(3067), - [anon_sym_LBRACE] = ACTIONS(3379), - [anon_sym_LBRACK] = ACTIONS(3067), - [anon_sym_EQ] = ACTIONS(3069), - [anon_sym_static] = ACTIONS(3067), - [anon_sym_register] = ACTIONS(3067), - [anon_sym_inline] = ACTIONS(3067), - [anon_sym_thread_local] = ACTIONS(3067), - [anon_sym_const] = ACTIONS(3067), - [anon_sym_volatile] = ACTIONS(3067), - [anon_sym_restrict] = ACTIONS(3067), - [anon_sym__Atomic] = ACTIONS(3067), - [anon_sym_mutable] = ACTIONS(3067), - [anon_sym_constexpr] = ACTIONS(3067), - [anon_sym_COLON] = ACTIONS(3381), - [anon_sym_DASH_GT] = ACTIONS(3069), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3067), - [anon_sym_noexcept] = ACTIONS(3067), - [anon_sym_throw] = ACTIONS(3067), - [sym_operator_name] = ACTIONS(3067), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3067), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3067), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3067), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3067), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3067), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3067), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3067), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3067), - [anon_sym_MOZ_COLD] = ACTIONS(3067), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3067), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3067), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3067), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3067), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3067), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3067), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3067), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3067), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3067), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3067), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3067), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3067), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3067), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3067), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3067), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3067), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3067), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3067), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3067), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3067), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3067), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3067), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3067), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3067), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3067), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3067), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3067), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3067), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3067), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3067), - [anon_sym_MOZ_NONNULL] = ACTIONS(3067), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3067), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3067), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3067), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3067), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3067), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3067), - [anon_sym_MOZ_NORETURN] = ACTIONS(3067), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3067), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3067), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3067), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3067), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3067), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3067), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3067), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3067), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3067), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3067), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3067), - [anon_sym_MOZ_RAII] = ACTIONS(3067), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3067), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3067), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3067), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3067), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3067), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3067), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3067), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3067), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3067), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3067), + [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), }, - [1363] = { - [sym_template_argument_list] = STATE(1368), - [sym_identifier] = ACTIONS(3337), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2399), - [anon_sym_COMMA] = ACTIONS(3387), - [anon_sym_LPAREN2] = ACTIONS(2399), - [anon_sym_TILDE] = ACTIONS(2399), - [anon_sym_STAR] = ACTIONS(2399), - [anon_sym_AMP_AMP] = ACTIONS(2399), - [anon_sym_AMP] = ACTIONS(3337), - [anon_sym_LT] = ACTIONS(3377), - [anon_sym_extern] = ACTIONS(3337), - [anon_sym___attribute__] = ACTIONS(3337), - [anon_sym_COLON_COLON] = ACTIONS(2952), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2399), - [anon_sym___declspec] = ACTIONS(3337), - [anon_sym___based] = ACTIONS(3337), - [anon_sym_LBRACE] = ACTIONS(2399), - [anon_sym_LBRACK] = ACTIONS(3337), - [anon_sym_EQ] = ACTIONS(3389), - [anon_sym_static] = ACTIONS(3337), - [anon_sym_register] = ACTIONS(3337), - [anon_sym_inline] = ACTIONS(3337), - [anon_sym_thread_local] = ACTIONS(3337), - [anon_sym_const] = ACTIONS(3337), - [anon_sym_volatile] = ACTIONS(3337), - [anon_sym_restrict] = ACTIONS(3337), - [anon_sym__Atomic] = ACTIONS(3337), - [anon_sym_mutable] = ACTIONS(3337), - [anon_sym_constexpr] = ACTIONS(3337), - [anon_sym_COLON] = ACTIONS(3337), + [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), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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), + [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_final] = ACTIONS(3337), - [anon_sym_override] = ACTIONS(3337), - [anon_sym_virtual] = ACTIONS(3337), - [anon_sym_template] = ACTIONS(3337), - [anon_sym_GT2] = ACTIONS(3387), - [sym_operator_name] = ACTIONS(3337), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3337), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3337), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3337), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3337), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3337), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3337), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3337), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3337), - [anon_sym_MOZ_COLD] = ACTIONS(3337), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3337), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3337), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3337), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3337), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3337), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3337), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3337), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3337), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3337), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3337), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3337), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3337), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3337), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3337), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3337), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3337), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3337), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3337), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3337), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3337), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3337), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3337), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3337), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3337), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3337), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3337), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3337), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3337), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3337), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3337), - [anon_sym_MOZ_NONNULL] = ACTIONS(3337), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3337), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3337), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3337), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3337), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3337), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3337), - [anon_sym_MOZ_NORETURN] = ACTIONS(3337), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3337), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3337), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3337), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3337), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3337), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3337), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3337), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3337), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3337), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3337), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3337), - [anon_sym_MOZ_RAII] = ACTIONS(3337), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3337), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3337), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3337), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3337), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3337), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3337), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3337), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3337), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3337), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3337), - }, - [1364] = { - [sym_identifier] = ACTIONS(3105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3107), - [anon_sym_COMMA] = ACTIONS(3107), - [anon_sym_RPAREN] = ACTIONS(3107), - [anon_sym_LPAREN2] = ACTIONS(3107), - [anon_sym_STAR] = ACTIONS(3107), - [anon_sym_AMP_AMP] = ACTIONS(3107), - [anon_sym_AMP] = ACTIONS(3105), - [anon_sym_SEMI] = ACTIONS(3107), - [anon_sym_extern] = ACTIONS(3105), - [anon_sym___attribute__] = ACTIONS(3105), - [anon_sym_COLON_COLON] = ACTIONS(3039), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3107), - [anon_sym___declspec] = ACTIONS(3105), - [anon_sym___based] = ACTIONS(3105), - [anon_sym_LBRACE] = ACTIONS(3107), - [anon_sym_LBRACK] = ACTIONS(3105), - [anon_sym_EQ] = ACTIONS(3107), - [anon_sym_static] = ACTIONS(3105), - [anon_sym_register] = ACTIONS(3105), - [anon_sym_inline] = ACTIONS(3105), - [anon_sym_thread_local] = ACTIONS(3105), - [anon_sym_const] = ACTIONS(3105), - [anon_sym_volatile] = ACTIONS(3105), - [anon_sym_restrict] = ACTIONS(3105), - [anon_sym__Atomic] = ACTIONS(3105), - [anon_sym_mutable] = ACTIONS(3105), - [anon_sym_constexpr] = ACTIONS(3105), - [anon_sym_COLON] = ACTIONS(3105), - [anon_sym_DASH_GT] = ACTIONS(3107), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3105), - [anon_sym_override] = ACTIONS(3105), - [anon_sym_virtual] = ACTIONS(3105), - [anon_sym_GT2] = ACTIONS(3107), - [anon_sym_noexcept] = ACTIONS(3105), - [anon_sym_throw] = ACTIONS(3105), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3105), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3105), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3105), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3105), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3105), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3105), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3105), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3105), - [anon_sym_MOZ_COLD] = ACTIONS(3105), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3105), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3105), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3105), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3105), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3105), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3105), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3105), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3105), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3105), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3105), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3105), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3105), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3105), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3105), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3105), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3105), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3105), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3105), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3105), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3105), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_NONNULL] = ACTIONS(3105), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3105), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3105), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3105), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3105), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3105), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_NORETURN] = ACTIONS(3105), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3105), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3105), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3105), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3105), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3105), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3105), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3105), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3105), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3105), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3105), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3105), - [anon_sym_MOZ_RAII] = ACTIONS(3105), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3105), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3105), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3105), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3105), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3105), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3105), - }, - [1365] = { - [sym__declaration_modifiers] = STATE(1256), - [sym_attribute_specifier] = STATE(1256), - [sym_attribute_declaration] = STATE(1256), - [sym_ms_declspec_modifier] = STATE(1256), - [sym_storage_class_specifier] = STATE(1256), - [sym_type_qualifier] = STATE(1256), - [sym_virtual_function_specifier] = STATE(1256), - [sym_macro_annotation] = STATE(1417), - [aux_sym__declaration_specifiers_repeat1] = STATE(1256), - [sym_identifier] = ACTIONS(3007), - [anon_sym_LPAREN2] = ACTIONS(3009), - [anon_sym_TILDE] = ACTIONS(3009), - [anon_sym_STAR] = ACTIONS(3009), - [anon_sym_AMP_AMP] = ACTIONS(3009), - [anon_sym_AMP] = ACTIONS(3007), - [anon_sym_SEMI] = ACTIONS(3391), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2554), - [anon_sym_COLON_COLON] = ACTIONS(3009), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2560), - [anon_sym___based] = ACTIONS(3007), - [anon_sym_LBRACK] = ACTIONS(3007), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2562), - [anon_sym_volatile] = ACTIONS(2562), - [anon_sym_restrict] = ACTIONS(2562), - [anon_sym__Atomic] = ACTIONS(2562), - [anon_sym_mutable] = ACTIONS(2562), - [anon_sym_constexpr] = ACTIONS(2562), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2564), - [anon_sym_template] = ACTIONS(3007), - [sym_operator_name] = ACTIONS(3007), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2566), - [anon_sym_MOZ_COLD] = ACTIONS(2566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_RAII] = ACTIONS(2566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2566), + [anon_sym_decltype] = ACTIONS(2554), + [sym_auto] = ACTIONS(2556), + [anon_sym_typename] = ACTIONS(2558), + [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), }, - [1366] = { - [sym__declaration_modifiers] = STATE(1256), - [sym_attribute_specifier] = STATE(1256), - [sym_attribute_declaration] = STATE(1256), - [sym_ms_declspec_modifier] = STATE(1256), - [sym_storage_class_specifier] = STATE(1256), - [sym_type_qualifier] = STATE(1256), - [sym_virtual_function_specifier] = STATE(1256), - [sym_macro_annotation] = STATE(1417), - [aux_sym__declaration_specifiers_repeat1] = STATE(1256), - [sym_identifier] = ACTIONS(3007), - [anon_sym_LPAREN2] = ACTIONS(3009), - [anon_sym_TILDE] = ACTIONS(3009), - [anon_sym_STAR] = ACTIONS(3009), - [anon_sym_AMP_AMP] = ACTIONS(3009), - [anon_sym_AMP] = ACTIONS(3007), - [anon_sym_SEMI] = ACTIONS(3393), - [anon_sym_extern] = ACTIONS(2552), - [anon_sym___attribute__] = ACTIONS(2554), - [anon_sym_COLON_COLON] = ACTIONS(3009), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2558), - [anon_sym___declspec] = ACTIONS(2560), - [anon_sym___based] = ACTIONS(3007), - [anon_sym_LBRACK] = ACTIONS(3007), - [anon_sym_static] = ACTIONS(2552), - [anon_sym_register] = ACTIONS(2552), - [anon_sym_inline] = ACTIONS(2552), - [anon_sym_thread_local] = ACTIONS(2552), - [anon_sym_const] = ACTIONS(2562), - [anon_sym_volatile] = ACTIONS(2562), - [anon_sym_restrict] = ACTIONS(2562), - [anon_sym__Atomic] = ACTIONS(2562), - [anon_sym_mutable] = ACTIONS(2562), - [anon_sym_constexpr] = ACTIONS(2562), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2564), - [anon_sym_template] = ACTIONS(3007), - [sym_operator_name] = ACTIONS(3007), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2566), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2566), - [anon_sym_MOZ_COLD] = ACTIONS(2566), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2566), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2566), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2566), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2566), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2566), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2566), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2566), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2566), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2566), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2566), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2566), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2566), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL] = ACTIONS(2566), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2566), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2566), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN] = ACTIONS(2566), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2566), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2566), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2566), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2566), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2566), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2566), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2566), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2566), - [anon_sym_MOZ_RAII] = ACTIONS(2566), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2566), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2566), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2566), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2566), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2566), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2566), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2566), + [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), }, - [1367] = { - [sym__expression] = STATE(2901), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_initializer_list] = STATE(2661), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2754), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3399), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_SLASH] = ACTIONS(2762), - [anon_sym_PERCENT] = ACTIONS(2754), - [anon_sym_PIPE_PIPE] = ACTIONS(2754), - [anon_sym_AMP_AMP] = ACTIONS(2754), - [anon_sym_PIPE] = ACTIONS(2762), - [anon_sym_CARET] = ACTIONS(2754), - [anon_sym_AMP] = ACTIONS(2836), - [anon_sym_EQ_EQ] = ACTIONS(2754), - [anon_sym_BANG_EQ] = ACTIONS(2754), - [anon_sym_GT] = ACTIONS(2762), - [anon_sym_GT_EQ] = ACTIONS(2754), - [anon_sym_LT_EQ] = ACTIONS(2754), - [anon_sym_LT] = ACTIONS(2762), - [anon_sym_LT_LT] = ACTIONS(2754), - [anon_sym_GT_GT] = ACTIONS(2754), - [anon_sym_COLON_COLON] = ACTIONS(3405), - [anon_sym_LBRACE] = ACTIONS(1478), + [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), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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(2670), - [anon_sym_COLON] = ACTIONS(2762), - [anon_sym_QMARK] = ACTIONS(2754), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), - [anon_sym_DOT] = ACTIONS(2762), - [anon_sym_DASH_GT] = ACTIONS(2754), + [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), @@ -253059,1047 +238877,3860 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [anon_sym_decltype] = ACTIONS(2554), + [sym_auto] = ACTIONS(2556), + [anon_sym_typename] = ACTIONS(2558), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1368] = { - [sym_identifier] = ACTIONS(2486), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2493), - [anon_sym_COMMA] = ACTIONS(2493), - [anon_sym_RPAREN] = ACTIONS(2493), - [anon_sym_LPAREN2] = ACTIONS(2493), - [anon_sym_TILDE] = ACTIONS(2493), - [anon_sym_STAR] = ACTIONS(2493), - [anon_sym_AMP_AMP] = ACTIONS(2493), - [anon_sym_AMP] = ACTIONS(2486), - [anon_sym_SEMI] = ACTIONS(2493), - [anon_sym_extern] = ACTIONS(2486), - [anon_sym___attribute__] = ACTIONS(2486), - [anon_sym_COLON_COLON] = ACTIONS(2493), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2493), - [anon_sym___declspec] = ACTIONS(2486), - [anon_sym___based] = ACTIONS(2486), - [anon_sym_LBRACE] = ACTIONS(2493), - [anon_sym_LBRACK] = ACTIONS(2486), - [anon_sym_EQ] = ACTIONS(2493), - [anon_sym_static] = ACTIONS(2486), - [anon_sym_register] = ACTIONS(2486), - [anon_sym_inline] = ACTIONS(2486), - [anon_sym_thread_local] = ACTIONS(2486), - [anon_sym_const] = ACTIONS(2486), - [anon_sym_volatile] = ACTIONS(2486), - [anon_sym_restrict] = ACTIONS(2486), - [anon_sym__Atomic] = ACTIONS(2486), - [anon_sym_mutable] = ACTIONS(2486), - [anon_sym_constexpr] = ACTIONS(2486), - [anon_sym_COLON] = ACTIONS(2486), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2486), - [anon_sym_override] = ACTIONS(2486), - [anon_sym_virtual] = ACTIONS(2486), - [anon_sym_template] = ACTIONS(2486), - [anon_sym_GT2] = ACTIONS(2493), - [sym_operator_name] = ACTIONS(2486), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2486), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2486), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2486), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2486), - [anon_sym_MOZ_COLD] = ACTIONS(2486), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2486), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2486), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2486), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2486), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2486), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2486), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2486), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2486), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2486), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2486), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2486), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2486), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2486), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_NONNULL] = ACTIONS(2486), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2486), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2486), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2486), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2486), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2486), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2486), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2486), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2486), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2486), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2486), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2486), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2486), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2486), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2486), - [anon_sym_MOZ_RAII] = ACTIONS(2486), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2486), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2486), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2486), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2486), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2486), - }, - [1369] = { - [sym__declaration_modifiers] = STATE(1369), - [sym_attribute_specifier] = STATE(1369), - [sym_attribute_declaration] = STATE(1369), - [sym_ms_declspec_modifier] = STATE(1369), - [sym_storage_class_specifier] = STATE(1369), - [sym_type_qualifier] = STATE(1369), - [sym_virtual_function_specifier] = STATE(1369), - [sym_macro_annotation] = STATE(1511), - [aux_sym__declaration_specifiers_repeat1] = STATE(1369), - [sym_identifier] = ACTIONS(2982), - [anon_sym_LPAREN2] = ACTIONS(2984), - [anon_sym_STAR] = ACTIONS(2984), - [anon_sym_AMP_AMP] = ACTIONS(2984), - [anon_sym_AMP] = ACTIONS(2982), - [anon_sym_SEMI] = ACTIONS(2984), - [anon_sym_extern] = ACTIONS(3417), - [anon_sym___attribute__] = ACTIONS(3420), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3423), - [anon_sym___declspec] = ACTIONS(3426), - [anon_sym___based] = ACTIONS(2982), - [anon_sym_LBRACE] = ACTIONS(2984), - [anon_sym_EQ] = ACTIONS(2984), - [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(3429), - [anon_sym_volatile] = ACTIONS(3429), - [anon_sym_restrict] = ACTIONS(3429), - [anon_sym__Atomic] = ACTIONS(3429), - [anon_sym_mutable] = ACTIONS(3429), - [anon_sym_constexpr] = ACTIONS(3429), - [anon_sym_COLON] = ACTIONS(2984), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3432), - [sym_operator_name] = ACTIONS(2982), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3435), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3435), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3435), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3435), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3435), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3435), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3435), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3435), - [anon_sym_MOZ_COLD] = ACTIONS(3435), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3435), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3435), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3435), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3435), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3435), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3435), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3435), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3435), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3435), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3435), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3435), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3435), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3435), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3435), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3435), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3435), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3435), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3435), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3435), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3435), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3435), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3435), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3435), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3435), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3435), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3435), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3435), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3435), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3435), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3435), - [anon_sym_MOZ_NONNULL] = ACTIONS(3435), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3435), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3435), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3435), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3435), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3435), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3435), - [anon_sym_MOZ_NORETURN] = ACTIONS(3435), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3435), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3435), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3435), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3435), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3435), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3435), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3435), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3435), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3435), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3435), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3435), - [anon_sym_MOZ_RAII] = ACTIONS(3435), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3435), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3435), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3435), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3435), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3435), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3435), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3435), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3435), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3435), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3435), + [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), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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), + [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_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), }, - [1370] = { - [sym_field_declaration_list] = STATE(1311), - [sym_virtual_specifier] = STATE(3949), - [sym_base_class_clause] = STATE(4489), - [anon_sym_COMMA] = ACTIONS(3019), - [anon_sym_RPAREN] = ACTIONS(3019), - [anon_sym_LPAREN2] = ACTIONS(3019), - [anon_sym_STAR] = ACTIONS(3019), - [anon_sym_AMP_AMP] = ACTIONS(3019), - [anon_sym_AMP] = ACTIONS(3017), - [anon_sym_SEMI] = ACTIONS(3019), - [anon_sym_extern] = ACTIONS(3019), - [anon_sym___attribute__] = ACTIONS(3019), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3019), - [anon_sym___declspec] = ACTIONS(3019), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_LBRACK] = ACTIONS(3017), - [anon_sym_EQ] = ACTIONS(3019), - [anon_sym_static] = ACTIONS(3019), - [anon_sym_register] = ACTIONS(3019), - [anon_sym_inline] = ACTIONS(3019), - [anon_sym_thread_local] = ACTIONS(3019), - [anon_sym_const] = ACTIONS(3017), - [anon_sym_volatile] = ACTIONS(3019), - [anon_sym_restrict] = ACTIONS(3019), - [anon_sym__Atomic] = ACTIONS(3019), - [anon_sym_mutable] = ACTIONS(3019), - [anon_sym_constexpr] = ACTIONS(3019), - [anon_sym_COLON] = ACTIONS(3381), - [anon_sym_DASH_GT] = ACTIONS(3019), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3438), - [anon_sym_override] = ACTIONS(3438), - [anon_sym_virtual] = ACTIONS(3019), - [anon_sym_GT2] = ACTIONS(3019), - [anon_sym_noexcept] = ACTIONS(3019), - [anon_sym_throw] = ACTIONS(3019), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3019), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3019), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3017), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3019), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3019), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3017), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3019), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3019), - [anon_sym_MOZ_COLD] = ACTIONS(3019), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3019), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3019), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3019), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3019), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3019), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3019), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3019), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3019), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3019), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3019), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3019), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3019), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3019), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3019), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3019), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3019), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3019), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3019), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3019), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3019), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3019), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3017), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3019), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3019), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3019), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3019), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3017), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3019), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3019), - [anon_sym_MOZ_NONNULL] = ACTIONS(3017), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3019), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3019), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3019), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3019), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3019), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3019), - [anon_sym_MOZ_NORETURN] = ACTIONS(3017), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3019), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3019), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3019), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3019), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3019), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3019), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3019), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3019), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3019), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3019), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3019), - [anon_sym_MOZ_RAII] = ACTIONS(3019), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3019), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3019), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3019), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3019), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3019), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3019), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3019), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3019), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3019), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3019), + [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), }, - [1371] = { - [sym_enumerator_list] = STATE(1293), - [sym__enum_base_clause] = STATE(1282), - [sym_identifier] = ACTIONS(3440), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3442), - [anon_sym_COMMA] = ACTIONS(3442), - [anon_sym_RPAREN] = ACTIONS(3442), - [anon_sym_LPAREN2] = ACTIONS(3442), - [anon_sym_TILDE] = ACTIONS(3442), - [anon_sym_STAR] = ACTIONS(3442), - [anon_sym_AMP_AMP] = ACTIONS(3442), - [anon_sym_AMP] = ACTIONS(3440), - [anon_sym_SEMI] = ACTIONS(3442), - [anon_sym_extern] = ACTIONS(3440), - [anon_sym___attribute__] = ACTIONS(3440), - [anon_sym_COLON_COLON] = ACTIONS(3442), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3442), - [anon_sym___declspec] = ACTIONS(3440), - [anon_sym___based] = ACTIONS(3440), - [anon_sym_LBRACE] = ACTIONS(3075), - [anon_sym_LBRACK] = ACTIONS(3440), - [anon_sym_EQ] = ACTIONS(3442), - [anon_sym_static] = ACTIONS(3440), - [anon_sym_register] = ACTIONS(3440), - [anon_sym_inline] = ACTIONS(3440), - [anon_sym_thread_local] = ACTIONS(3440), - [anon_sym_const] = ACTIONS(3440), - [anon_sym_volatile] = ACTIONS(3440), - [anon_sym_restrict] = ACTIONS(3440), - [anon_sym__Atomic] = ACTIONS(3440), - [anon_sym_mutable] = ACTIONS(3440), - [anon_sym_constexpr] = ACTIONS(3440), - [anon_sym_COLON] = ACTIONS(3444), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3440), - [anon_sym_template] = ACTIONS(3440), - [sym_operator_name] = ACTIONS(3440), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3440), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3440), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3440), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3440), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3440), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3440), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3440), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3440), - [anon_sym_MOZ_COLD] = ACTIONS(3440), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3440), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3440), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3440), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3440), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3440), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3440), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3440), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3440), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3440), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3440), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3440), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3440), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3440), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3440), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3440), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3440), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3440), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3440), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3440), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3440), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3440), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3440), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3440), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3440), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3440), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3440), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3440), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3440), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3440), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3440), - [anon_sym_MOZ_NONNULL] = ACTIONS(3440), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3440), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3440), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3440), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3440), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3440), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3440), - [anon_sym_MOZ_NORETURN] = ACTIONS(3440), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3440), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3440), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3440), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3440), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3440), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3440), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3440), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3440), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3440), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3440), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3440), - [anon_sym_MOZ_RAII] = ACTIONS(3440), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3440), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3440), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3440), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3440), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3440), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3440), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3440), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3440), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3440), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3440), + [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), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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), + [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_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), }, - [1372] = { - [sym_enumerator_list] = STATE(1466), - [sym__enum_base_clause] = STATE(1400), - [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_noexcept] = ACTIONS(3446), - [anon_sym_throw] = ACTIONS(3446), - [sym_operator_name] = 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), + [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), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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), + [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_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), }, - [1373] = { - [sym_template_argument_list] = STATE(1350), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2399), - [anon_sym_COMMA] = ACTIONS(2399), - [anon_sym_RPAREN] = ACTIONS(2399), - [anon_sym_LPAREN2] = ACTIONS(2399), - [anon_sym_STAR] = ACTIONS(2399), - [anon_sym_AMP_AMP] = ACTIONS(2399), - [anon_sym_AMP] = ACTIONS(3337), - [anon_sym_LT] = ACTIONS(2950), - [anon_sym_SEMI] = ACTIONS(2399), - [anon_sym_extern] = ACTIONS(2399), - [anon_sym___attribute__] = ACTIONS(2399), - [anon_sym_COLON_COLON] = ACTIONS(2952), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2399), - [anon_sym___declspec] = ACTIONS(2399), - [anon_sym_LBRACE] = ACTIONS(2399), - [anon_sym_LBRACK] = ACTIONS(3337), - [anon_sym_EQ] = ACTIONS(2399), - [anon_sym_static] = ACTIONS(2399), - [anon_sym_register] = ACTIONS(2399), - [anon_sym_inline] = ACTIONS(2399), - [anon_sym_thread_local] = ACTIONS(2399), - [anon_sym_const] = ACTIONS(3337), - [anon_sym_volatile] = ACTIONS(2399), - [anon_sym_restrict] = ACTIONS(2399), - [anon_sym__Atomic] = ACTIONS(2399), - [anon_sym_mutable] = ACTIONS(2399), - [anon_sym_constexpr] = ACTIONS(2399), - [anon_sym_COLON] = ACTIONS(3337), - [anon_sym_DASH_GT] = ACTIONS(2399), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2399), - [anon_sym_override] = ACTIONS(2399), - [anon_sym_virtual] = ACTIONS(2399), - [anon_sym_noexcept] = ACTIONS(2399), - [anon_sym_throw] = ACTIONS(2399), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2399), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2399), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3337), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2399), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2399), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3337), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2399), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2399), - [anon_sym_MOZ_COLD] = ACTIONS(2399), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2399), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2399), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2399), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2399), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2399), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3337), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2399), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2399), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2399), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2399), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2399), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2399), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2399), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2399), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2399), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2399), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2399), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2399), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2399), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2399), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2399), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2399), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3337), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2399), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2399), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2399), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2399), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3337), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2399), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2399), - [anon_sym_MOZ_NONNULL] = ACTIONS(3337), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2399), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2399), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2399), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2399), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2399), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2399), - [anon_sym_MOZ_NORETURN] = ACTIONS(3337), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2399), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2399), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2399), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2399), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2399), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2399), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2399), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2399), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2399), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2399), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2399), - [anon_sym_MOZ_RAII] = ACTIONS(2399), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2399), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2399), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2399), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2399), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2399), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2399), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2399), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2399), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2399), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2399), + [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), }, - [1374] = { - [sym__declaration_modifiers] = STATE(1369), - [sym_attribute_specifier] = STATE(1369), - [sym_attribute_declaration] = STATE(1369), - [sym_ms_declspec_modifier] = STATE(1369), - [sym_storage_class_specifier] = STATE(1369), - [sym_type_qualifier] = STATE(1369), - [sym_virtual_function_specifier] = STATE(1369), - [sym_macro_annotation] = STATE(1511), - [aux_sym__declaration_specifiers_repeat1] = STATE(1369), - [sym_identifier] = ACTIONS(2970), - [anon_sym_LPAREN2] = ACTIONS(2972), - [anon_sym_STAR] = ACTIONS(2972), - [anon_sym_AMP_AMP] = ACTIONS(2972), - [anon_sym_AMP] = ACTIONS(2970), - [anon_sym_SEMI] = ACTIONS(2972), - [anon_sym_extern] = ACTIONS(3450), - [anon_sym___attribute__] = ACTIONS(3452), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3454), - [anon_sym___declspec] = ACTIONS(3456), - [anon_sym___based] = ACTIONS(2970), - [anon_sym_LBRACE] = ACTIONS(2972), - [anon_sym_EQ] = ACTIONS(2972), - [anon_sym_static] = ACTIONS(3450), - [anon_sym_register] = ACTIONS(3450), - [anon_sym_inline] = ACTIONS(3450), - [anon_sym_thread_local] = ACTIONS(3450), - [anon_sym_const] = ACTIONS(3458), - [anon_sym_volatile] = ACTIONS(3458), - [anon_sym_restrict] = ACTIONS(3458), - [anon_sym__Atomic] = ACTIONS(3458), - [anon_sym_mutable] = ACTIONS(3458), - [anon_sym_constexpr] = ACTIONS(3458), - [anon_sym_COLON] = ACTIONS(2972), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3460), - [sym_operator_name] = ACTIONS(2970), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3462), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3462), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3462), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3462), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3462), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3462), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3462), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3462), - [anon_sym_MOZ_COLD] = ACTIONS(3462), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3462), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3462), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3462), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3462), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3462), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3462), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3462), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3462), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3462), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3462), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3462), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3462), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3462), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3462), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3462), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3462), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3462), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3462), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3462), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3462), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3462), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3462), - [anon_sym_MOZ_NONNULL] = ACTIONS(3462), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3462), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3462), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3462), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3462), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3462), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3462), - [anon_sym_MOZ_NORETURN] = ACTIONS(3462), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3462), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3462), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3462), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3462), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3462), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3462), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3462), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3462), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3462), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3462), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3462), - [anon_sym_MOZ_RAII] = ACTIONS(3462), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3462), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3462), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3462), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3462), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3462), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3462), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3462), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3462), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3462), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3462), + [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), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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), + [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_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), }, - [1375] = { - [sym_enumerator_list] = STATE(1452), - [sym__enum_base_clause] = STATE(1393), - [sym_identifier] = ACTIONS(3440), - [anon_sym_COMMA] = ACTIONS(3442), - [anon_sym_LPAREN2] = ACTIONS(3442), - [anon_sym_STAR] = ACTIONS(3442), - [anon_sym_AMP_AMP] = ACTIONS(3442), - [anon_sym_AMP] = ACTIONS(3440), - [anon_sym_SEMI] = ACTIONS(3442), - [anon_sym_extern] = ACTIONS(3440), - [anon_sym___attribute__] = ACTIONS(3440), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3442), - [anon_sym___declspec] = ACTIONS(3440), - [anon_sym___based] = ACTIONS(3440), - [anon_sym_LBRACE] = ACTIONS(3442), - [anon_sym_LBRACK] = ACTIONS(3440), - [anon_sym_EQ] = ACTIONS(3442), - [anon_sym_static] = ACTIONS(3440), - [anon_sym_register] = ACTIONS(3440), - [anon_sym_inline] = ACTIONS(3440), - [anon_sym_thread_local] = ACTIONS(3440), - [anon_sym_const] = ACTIONS(3440), - [anon_sym_volatile] = ACTIONS(3440), - [anon_sym_restrict] = ACTIONS(3440), - [anon_sym__Atomic] = ACTIONS(3440), - [anon_sym_mutable] = ACTIONS(3440), - [anon_sym_constexpr] = ACTIONS(3440), - [anon_sym_COLON] = ACTIONS(3442), - [anon_sym_DASH_GT] = ACTIONS(3442), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3440), - [anon_sym_override] = ACTIONS(3440), - [anon_sym_virtual] = ACTIONS(3440), - [anon_sym_noexcept] = ACTIONS(3440), - [anon_sym_throw] = ACTIONS(3440), - [sym_operator_name] = ACTIONS(3440), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3440), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3440), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3440), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3440), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3440), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3440), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3440), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3440), - [anon_sym_MOZ_COLD] = ACTIONS(3440), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3440), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3440), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3440), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3440), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3440), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3440), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3440), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3440), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3440), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3440), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3440), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3440), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3440), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3440), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3440), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3440), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3440), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3440), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3440), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3440), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3440), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3440), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3440), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3440), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3440), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3440), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3440), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3440), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3440), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3440), - [anon_sym_MOZ_NONNULL] = ACTIONS(3440), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3440), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3440), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3440), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3440), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3440), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3440), - [anon_sym_MOZ_NORETURN] = ACTIONS(3440), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3440), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3440), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3440), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3440), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3440), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3440), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3440), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3440), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3440), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3440), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3440), - [anon_sym_MOZ_RAII] = ACTIONS(3440), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3440), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3440), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3440), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3440), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3440), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3440), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3440), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3440), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3440), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3440), + [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), }, - [1376] = { - [sym_identifier] = ACTIONS(3105), - [anon_sym_COMMA] = ACTIONS(3107), - [anon_sym_RPAREN] = ACTIONS(3107), - [anon_sym_LPAREN2] = ACTIONS(3107), - [anon_sym_STAR] = ACTIONS(3107), - [anon_sym_AMP_AMP] = ACTIONS(3107), - [anon_sym_AMP] = ACTIONS(3105), - [anon_sym_SEMI] = ACTIONS(3107), - [anon_sym_extern] = ACTIONS(3105), - [anon_sym___attribute__] = ACTIONS(3105), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3107), - [anon_sym___declspec] = ACTIONS(3105), - [anon_sym___based] = ACTIONS(3105), - [anon_sym_LBRACE] = ACTIONS(3107), - [anon_sym_LBRACK] = ACTIONS(3105), - [anon_sym_EQ] = ACTIONS(3107), - [anon_sym_static] = ACTIONS(3105), - [anon_sym_register] = ACTIONS(3105), - [anon_sym_inline] = ACTIONS(3105), - [anon_sym_thread_local] = ACTIONS(3105), - [anon_sym_const] = ACTIONS(3105), - [anon_sym_volatile] = ACTIONS(3105), - [anon_sym_restrict] = ACTIONS(3105), - [anon_sym__Atomic] = ACTIONS(3105), - [anon_sym_mutable] = ACTIONS(3105), - [anon_sym_constexpr] = ACTIONS(3105), - [anon_sym_COLON] = ACTIONS(3107), - [anon_sym_DASH_GT] = ACTIONS(3107), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3105), - [anon_sym_override] = ACTIONS(3105), - [anon_sym_virtual] = ACTIONS(3105), - [anon_sym_GT2] = ACTIONS(3107), - [anon_sym_noexcept] = ACTIONS(3105), - [anon_sym_throw] = ACTIONS(3105), - [sym_operator_name] = ACTIONS(3105), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3105), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3105), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3105), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3105), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3105), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3105), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3105), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3105), - [anon_sym_MOZ_COLD] = ACTIONS(3105), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3105), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3105), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3105), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3105), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3105), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3105), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3105), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3105), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3105), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3105), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3105), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3105), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3105), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3105), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3105), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3105), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3105), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3105), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3105), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3105), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_NONNULL] = ACTIONS(3105), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3105), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3105), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3105), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3105), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3105), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_NORETURN] = ACTIONS(3105), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3105), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3105), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3105), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3105), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3105), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3105), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3105), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3105), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3105), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3105), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3105), - [anon_sym_MOZ_RAII] = ACTIONS(3105), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3105), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3105), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3105), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3105), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3105), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3105), + [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), }, - [1377] = { - [sym_field_declaration_list] = STATE(1296), - [sym_virtual_specifier] = STATE(3873), - [sym_base_class_clause] = STATE(4469), - [anon_sym_COMMA] = ACTIONS(3043), - [anon_sym_RPAREN] = ACTIONS(3043), - [anon_sym_LPAREN2] = ACTIONS(3043), - [anon_sym_STAR] = ACTIONS(3043), - [anon_sym_AMP_AMP] = ACTIONS(3043), - [anon_sym_AMP] = ACTIONS(3041), - [anon_sym_SEMI] = ACTIONS(3043), - [anon_sym_extern] = ACTIONS(3043), - [anon_sym___attribute__] = ACTIONS(3043), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3043), - [anon_sym___declspec] = ACTIONS(3043), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_LBRACK] = ACTIONS(3041), - [anon_sym_EQ] = ACTIONS(3043), - [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(3041), - [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(3381), - [anon_sym_DASH_GT] = ACTIONS(3043), + [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), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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), + [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_final] = ACTIONS(3438), - [anon_sym_override] = ACTIONS(3438), - [anon_sym_virtual] = ACTIONS(3043), - [anon_sym_GT2] = 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(3041), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3043), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3043), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3041), - [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(3041), + [anon_sym_decltype] = ACTIONS(2554), + [sym_auto] = ACTIONS(2556), + [anon_sym_typename] = ACTIONS(2558), + [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), + }, + [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), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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), + [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_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), + }, + [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), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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), + [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_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), + }, + [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), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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), + [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_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), + }, + [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), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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), + [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_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), + }, + [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), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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), + [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_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), + }, + [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), + }, + [1267] = { + [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_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), + }, + [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), + }, + [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), + }, + [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), + }, + [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), + }, + [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), + }, + [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), + }, + [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), + }, + [1275] = { + [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_STAR] = ACTIONS(2510), + [anon_sym_AMP_AMP] = ACTIONS(2510), + [anon_sym_AMP] = 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_LBRACK] = ACTIONS(2508), + [anon_sym_EQ] = ACTIONS(2510), + [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_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_GT2] = ACTIONS(2510), + [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), + }, + [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), + }, + [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), + [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), + }, + [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), @@ -254116,22 +242747,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(3041), + [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(3041), + [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(3041), + [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(3041), + [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), @@ -254155,914 +242786,506 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3043), [anon_sym_JS_PUBLIC_API] = ACTIONS(3043), }, - [1378] = { - [sym__declaration_modifiers] = STATE(1369), - [sym_attribute_specifier] = STATE(1369), - [sym_attribute_declaration] = STATE(1369), - [sym_ms_declspec_modifier] = STATE(1369), - [sym_storage_class_specifier] = STATE(1369), - [sym_type_qualifier] = STATE(1369), - [sym_virtual_function_specifier] = STATE(1369), - [sym_macro_annotation] = STATE(1511), - [aux_sym__declaration_specifiers_repeat1] = STATE(1369), - [sym_identifier] = ACTIONS(2954), - [anon_sym_LPAREN2] = ACTIONS(2956), - [anon_sym_STAR] = ACTIONS(2956), - [anon_sym_AMP_AMP] = ACTIONS(2956), - [anon_sym_AMP] = ACTIONS(2954), - [anon_sym_SEMI] = ACTIONS(2956), - [anon_sym_extern] = ACTIONS(3450), - [anon_sym___attribute__] = ACTIONS(3452), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3454), - [anon_sym___declspec] = ACTIONS(3456), - [anon_sym___based] = ACTIONS(2954), - [anon_sym_LBRACE] = ACTIONS(2956), - [anon_sym_EQ] = ACTIONS(2956), - [anon_sym_static] = ACTIONS(3450), - [anon_sym_register] = ACTIONS(3450), - [anon_sym_inline] = ACTIONS(3450), - [anon_sym_thread_local] = ACTIONS(3450), - [anon_sym_const] = ACTIONS(3458), - [anon_sym_volatile] = ACTIONS(3458), - [anon_sym_restrict] = ACTIONS(3458), - [anon_sym__Atomic] = ACTIONS(3458), - [anon_sym_mutable] = ACTIONS(3458), - [anon_sym_constexpr] = ACTIONS(3458), - [anon_sym_COLON] = ACTIONS(2956), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3460), - [sym_operator_name] = ACTIONS(2954), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3462), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3462), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3462), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3462), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3462), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3462), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3462), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3462), - [anon_sym_MOZ_COLD] = ACTIONS(3462), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3462), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3462), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3462), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3462), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3462), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3462), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3462), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3462), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3462), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3462), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3462), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3462), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3462), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3462), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3462), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3462), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3462), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3462), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3462), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3462), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3462), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3462), - [anon_sym_MOZ_NONNULL] = ACTIONS(3462), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3462), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3462), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3462), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3462), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3462), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3462), - [anon_sym_MOZ_NORETURN] = ACTIONS(3462), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3462), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3462), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3462), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3462), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3462), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3462), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3462), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3462), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3462), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3462), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3462), - [anon_sym_MOZ_RAII] = ACTIONS(3462), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3462), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3462), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3462), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3462), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3462), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3462), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3462), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3462), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3462), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3462), - }, - [1379] = { - [sym_identifier] = ACTIONS(3297), - [anon_sym_COMMA] = ACTIONS(3299), - [anon_sym_RPAREN] = ACTIONS(3299), - [anon_sym_LPAREN2] = ACTIONS(3299), - [anon_sym_STAR] = ACTIONS(3299), - [anon_sym_AMP_AMP] = ACTIONS(3299), - [anon_sym_AMP] = ACTIONS(3297), - [anon_sym_SEMI] = ACTIONS(3299), - [anon_sym_extern] = ACTIONS(3297), - [anon_sym___attribute__] = ACTIONS(3297), - [anon_sym_COLON_COLON] = ACTIONS(3039), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3299), - [anon_sym___declspec] = ACTIONS(3297), - [anon_sym___based] = ACTIONS(3297), - [anon_sym_LBRACE] = ACTIONS(3299), - [anon_sym_LBRACK] = ACTIONS(3297), - [anon_sym_EQ] = ACTIONS(3299), - [anon_sym_static] = ACTIONS(3297), - [anon_sym_register] = ACTIONS(3297), - [anon_sym_inline] = ACTIONS(3297), - [anon_sym_thread_local] = ACTIONS(3297), - [anon_sym_const] = ACTIONS(3297), - [anon_sym_volatile] = ACTIONS(3297), - [anon_sym_restrict] = ACTIONS(3297), - [anon_sym__Atomic] = ACTIONS(3297), - [anon_sym_mutable] = ACTIONS(3297), - [anon_sym_constexpr] = ACTIONS(3297), - [anon_sym_COLON] = ACTIONS(3297), - [anon_sym_DASH_GT] = ACTIONS(3299), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3297), - [anon_sym_override] = ACTIONS(3297), - [anon_sym_virtual] = ACTIONS(3297), - [anon_sym_GT2] = ACTIONS(3299), - [anon_sym_noexcept] = ACTIONS(3297), - [anon_sym_throw] = ACTIONS(3297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3297), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3297), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3297), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3297), - [anon_sym_MOZ_COLD] = ACTIONS(3297), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3297), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3297), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3297), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3297), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3297), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3297), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3297), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3297), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3297), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3297), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3297), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3297), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3297), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_NONNULL] = ACTIONS(3297), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3297), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3297), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3297), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3297), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3297), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3297), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3297), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3297), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3297), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3297), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3297), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3297), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3297), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3297), - [anon_sym_MOZ_RAII] = ACTIONS(3297), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3297), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3297), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3297), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3297), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3297), - }, - [1380] = { - [sym_template_argument_list] = STATE(1368), - [sym_identifier] = ACTIONS(2373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2381), - [anon_sym_COMMA] = ACTIONS(2381), - [anon_sym_RPAREN] = ACTIONS(2381), - [anon_sym_LPAREN2] = ACTIONS(2381), - [anon_sym_TILDE] = ACTIONS(2381), - [anon_sym_STAR] = ACTIONS(2381), - [anon_sym_AMP_AMP] = ACTIONS(2381), - [anon_sym_AMP] = ACTIONS(2373), - [anon_sym_LT] = ACTIONS(2950), - [anon_sym_SEMI] = ACTIONS(2381), - [anon_sym_extern] = ACTIONS(2373), - [anon_sym___attribute__] = ACTIONS(2373), - [anon_sym_COLON_COLON] = ACTIONS(2952), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2381), - [anon_sym___declspec] = ACTIONS(2373), - [anon_sym___based] = ACTIONS(2373), - [anon_sym_LBRACE] = ACTIONS(2381), - [anon_sym_LBRACK] = ACTIONS(2373), - [anon_sym_EQ] = ACTIONS(2381), - [anon_sym_static] = ACTIONS(2373), - [anon_sym_register] = ACTIONS(2373), - [anon_sym_inline] = ACTIONS(2373), - [anon_sym_thread_local] = ACTIONS(2373), - [anon_sym_const] = ACTIONS(2373), - [anon_sym_volatile] = ACTIONS(2373), - [anon_sym_restrict] = ACTIONS(2373), - [anon_sym__Atomic] = ACTIONS(2373), - [anon_sym_mutable] = ACTIONS(2373), - [anon_sym_constexpr] = ACTIONS(2373), - [anon_sym_COLON] = ACTIONS(2373), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2373), - [anon_sym_template] = ACTIONS(2373), - [sym_operator_name] = ACTIONS(2373), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2373), - [anon_sym_MOZ_COLD] = ACTIONS(2373), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2373), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2373), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2373), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2373), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2373), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2373), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2373), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2373), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2373), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2373), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2373), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2373), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_RAII] = ACTIONS(2373), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2373), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2373), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2373), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2373), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2373), - }, - [1381] = { - [sym_field_declaration_list] = STATE(1321), - [sym_virtual_specifier] = STATE(3989), - [sym_base_class_clause] = STATE(4553), - [anon_sym_COMMA] = ACTIONS(3029), - [anon_sym_RPAREN] = ACTIONS(3029), - [anon_sym_LPAREN2] = 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(3029), - [anon_sym___attribute__] = ACTIONS(3029), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3029), - [anon_sym___declspec] = ACTIONS(3029), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_LBRACK] = ACTIONS(3027), - [anon_sym_EQ] = ACTIONS(3029), - [anon_sym_static] = ACTIONS(3029), - [anon_sym_register] = ACTIONS(3029), - [anon_sym_inline] = ACTIONS(3029), - [anon_sym_thread_local] = ACTIONS(3029), - [anon_sym_const] = ACTIONS(3027), - [anon_sym_volatile] = ACTIONS(3029), - [anon_sym_restrict] = ACTIONS(3029), - [anon_sym__Atomic] = ACTIONS(3029), - [anon_sym_mutable] = ACTIONS(3029), - [anon_sym_constexpr] = ACTIONS(3029), - [anon_sym_COLON] = ACTIONS(3381), - [anon_sym_DASH_GT] = ACTIONS(3029), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3438), - [anon_sym_override] = ACTIONS(3438), - [anon_sym_virtual] = ACTIONS(3029), - [anon_sym_GT2] = ACTIONS(3029), - [anon_sym_noexcept] = ACTIONS(3029), - [anon_sym_throw] = ACTIONS(3029), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3029), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3029), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3027), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3029), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3029), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3027), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3029), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3029), - [anon_sym_MOZ_COLD] = ACTIONS(3029), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3029), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3029), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3029), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3029), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3029), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3027), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3029), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3029), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3029), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3029), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3029), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3029), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3029), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3029), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3029), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3029), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3029), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3029), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3029), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3029), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3029), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3029), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3027), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3029), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3029), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3029), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3029), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3027), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3029), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3029), - [anon_sym_MOZ_NONNULL] = ACTIONS(3027), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3029), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3029), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3029), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3029), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3029), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3029), - [anon_sym_MOZ_NORETURN] = ACTIONS(3027), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3029), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3029), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3029), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3029), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3029), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3029), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3029), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3029), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3029), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3029), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3029), - [anon_sym_MOZ_RAII] = ACTIONS(3029), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3029), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3029), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3029), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3029), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3029), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3029), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3029), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3029), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3029), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3029), - }, - [1382] = { - [sym__declaration_modifiers] = STATE(1378), - [sym_attribute_specifier] = STATE(1378), - [sym_attribute_declaration] = STATE(1378), - [sym_ms_declspec_modifier] = STATE(1378), - [sym_storage_class_specifier] = STATE(1378), - [sym_type_qualifier] = STATE(1378), - [sym_virtual_function_specifier] = STATE(1378), - [sym_macro_annotation] = STATE(1511), - [aux_sym__declaration_specifiers_repeat1] = STATE(1378), - [sym_identifier] = ACTIONS(3007), - [anon_sym_LPAREN2] = ACTIONS(3009), - [anon_sym_STAR] = ACTIONS(3009), - [anon_sym_AMP_AMP] = ACTIONS(3009), - [anon_sym_AMP] = ACTIONS(3007), - [anon_sym_SEMI] = ACTIONS(3009), - [anon_sym_extern] = ACTIONS(3450), - [anon_sym___attribute__] = ACTIONS(3452), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3454), - [anon_sym___declspec] = ACTIONS(3456), - [anon_sym___based] = ACTIONS(3007), - [anon_sym_LBRACE] = ACTIONS(3009), - [anon_sym_EQ] = ACTIONS(3009), - [anon_sym_static] = ACTIONS(3450), - [anon_sym_register] = ACTIONS(3450), - [anon_sym_inline] = ACTIONS(3450), - [anon_sym_thread_local] = ACTIONS(3450), - [anon_sym_const] = ACTIONS(3458), - [anon_sym_volatile] = ACTIONS(3458), - [anon_sym_restrict] = ACTIONS(3458), - [anon_sym__Atomic] = ACTIONS(3458), - [anon_sym_mutable] = ACTIONS(3458), - [anon_sym_constexpr] = ACTIONS(3458), - [anon_sym_COLON] = ACTIONS(3009), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3460), - [sym_operator_name] = ACTIONS(3007), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3462), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3462), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3462), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3462), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3462), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3462), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3462), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3462), - [anon_sym_MOZ_COLD] = ACTIONS(3462), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3462), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3462), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3462), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3462), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3462), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3462), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3462), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3462), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3462), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3462), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3462), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3462), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3462), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3462), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3462), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3462), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3462), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3462), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3462), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3462), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3462), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3462), - [anon_sym_MOZ_NONNULL] = ACTIONS(3462), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3462), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3462), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3462), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3462), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3462), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3462), - [anon_sym_MOZ_NORETURN] = ACTIONS(3462), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3462), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3462), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3462), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3462), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3462), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3462), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3462), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3462), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3462), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3462), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3462), - [anon_sym_MOZ_RAII] = ACTIONS(3462), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3462), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3462), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3462), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3462), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3462), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3462), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3462), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3462), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3462), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3462), - }, - [1383] = { - [sym_template_argument_list] = STATE(1350), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2448), - [anon_sym_COMMA] = ACTIONS(2448), - [anon_sym_RPAREN] = ACTIONS(2448), - [anon_sym_LPAREN2] = ACTIONS(2448), - [anon_sym_STAR] = ACTIONS(2448), - [anon_sym_AMP_AMP] = ACTIONS(2448), - [anon_sym_AMP] = ACTIONS(2441), - [anon_sym_LT] = ACTIONS(2950), - [anon_sym_SEMI] = ACTIONS(2448), - [anon_sym_extern] = ACTIONS(2448), - [anon_sym___attribute__] = ACTIONS(2448), - [anon_sym_COLON_COLON] = ACTIONS(2952), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2448), - [anon_sym___declspec] = ACTIONS(2448), - [anon_sym_LBRACE] = ACTIONS(2448), - [anon_sym_LBRACK] = ACTIONS(2441), - [anon_sym_EQ] = ACTIONS(2448), - [anon_sym_static] = ACTIONS(2448), - [anon_sym_register] = ACTIONS(2448), - [anon_sym_inline] = ACTIONS(2448), - [anon_sym_thread_local] = ACTIONS(2448), - [anon_sym_const] = ACTIONS(2441), - [anon_sym_volatile] = ACTIONS(2448), - [anon_sym_restrict] = ACTIONS(2448), - [anon_sym__Atomic] = ACTIONS(2448), - [anon_sym_mutable] = ACTIONS(2448), - [anon_sym_constexpr] = ACTIONS(2448), - [anon_sym_COLON] = ACTIONS(2441), - [anon_sym_DASH_GT] = ACTIONS(2448), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2448), - [anon_sym_override] = ACTIONS(2448), - [anon_sym_virtual] = ACTIONS(2448), - [anon_sym_noexcept] = ACTIONS(2448), - [anon_sym_throw] = ACTIONS(2448), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2448), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2448), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2441), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2448), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2448), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2441), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2448), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2448), - [anon_sym_MOZ_COLD] = ACTIONS(2448), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2448), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2448), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2448), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2448), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2448), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2448), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2448), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2448), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2448), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2448), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2448), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2448), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2448), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2448), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2448), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2448), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2448), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2448), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2448), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2448), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2448), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2441), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2448), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2448), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2448), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2448), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2441), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2448), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2448), - [anon_sym_MOZ_NONNULL] = ACTIONS(2441), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2448), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2448), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2448), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2448), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2448), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2448), - [anon_sym_MOZ_NORETURN] = ACTIONS(2441), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2448), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2448), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2448), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2448), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2448), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2448), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2448), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2448), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2448), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2448), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2448), - [anon_sym_MOZ_RAII] = ACTIONS(2448), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2448), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2448), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2448), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2448), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2448), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2448), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2448), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2448), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2448), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2448), - }, - [1384] = { - [sym__declaration_modifiers] = STATE(1374), - [sym_attribute_specifier] = STATE(1374), - [sym_attribute_declaration] = STATE(1374), - [sym_ms_declspec_modifier] = STATE(1374), - [sym_storage_class_specifier] = STATE(1374), - [sym_type_qualifier] = STATE(1374), - [sym_virtual_function_specifier] = STATE(1374), - [sym_macro_annotation] = STATE(1511), - [aux_sym__declaration_specifiers_repeat1] = STATE(1374), - [sym_identifier] = ACTIONS(2974), - [anon_sym_LPAREN2] = ACTIONS(2976), - [anon_sym_STAR] = ACTIONS(2976), - [anon_sym_AMP_AMP] = ACTIONS(2976), - [anon_sym_AMP] = ACTIONS(2974), - [anon_sym_SEMI] = ACTIONS(2976), - [anon_sym_extern] = ACTIONS(3450), - [anon_sym___attribute__] = ACTIONS(3452), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3454), - [anon_sym___declspec] = ACTIONS(3456), - [anon_sym___based] = ACTIONS(2974), - [anon_sym_LBRACE] = ACTIONS(2976), - [anon_sym_EQ] = ACTIONS(2976), - [anon_sym_static] = ACTIONS(3450), - [anon_sym_register] = ACTIONS(3450), - [anon_sym_inline] = ACTIONS(3450), - [anon_sym_thread_local] = ACTIONS(3450), - [anon_sym_const] = ACTIONS(3458), - [anon_sym_volatile] = ACTIONS(3458), - [anon_sym_restrict] = ACTIONS(3458), - [anon_sym__Atomic] = ACTIONS(3458), - [anon_sym_mutable] = ACTIONS(3458), - [anon_sym_constexpr] = ACTIONS(3458), - [anon_sym_COLON] = ACTIONS(2976), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3460), - [sym_operator_name] = ACTIONS(2974), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3462), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3462), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3462), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3462), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3462), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3462), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3462), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3462), - [anon_sym_MOZ_COLD] = ACTIONS(3462), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3462), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3462), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3462), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3462), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3462), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3462), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3462), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3462), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3462), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3462), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3462), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3462), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3462), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3462), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3462), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3462), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3462), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3462), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3462), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3462), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3462), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3462), - [anon_sym_MOZ_NONNULL] = ACTIONS(3462), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3462), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3462), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3462), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3462), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3462), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3462), - [anon_sym_MOZ_NORETURN] = ACTIONS(3462), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3462), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3462), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3462), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3462), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3462), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3462), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3462), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3462), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3462), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3462), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3462), - [anon_sym_MOZ_RAII] = ACTIONS(3462), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3462), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3462), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3462), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3462), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3462), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3462), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3462), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3462), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3462), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3462), - }, - [1385] = { - [sym_enumerator_list] = STATE(1317), - [sym__enum_base_clause] = STATE(1277), - [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(3075), - [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(3444), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3446), - [anon_sym_template] = ACTIONS(3446), - [sym_operator_name] = 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), - }, - [1386] = { - [sym_field_declaration_list] = STATE(1286), - [sym_virtual_specifier] = STATE(3884), - [sym_base_class_clause] = STATE(4420), - [anon_sym_COMMA] = ACTIONS(3047), - [anon_sym_RPAREN] = ACTIONS(3047), - [anon_sym_LPAREN2] = ACTIONS(3047), - [anon_sym_STAR] = ACTIONS(3047), - [anon_sym_AMP_AMP] = ACTIONS(3047), - [anon_sym_AMP] = ACTIONS(3045), - [anon_sym_SEMI] = ACTIONS(3047), - [anon_sym_extern] = ACTIONS(3047), - [anon_sym___attribute__] = ACTIONS(3047), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3047), - [anon_sym___declspec] = ACTIONS(3047), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_LBRACK] = ACTIONS(3045), - [anon_sym_EQ] = ACTIONS(3047), - [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(3045), - [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(3381), - [anon_sym_DASH_GT] = ACTIONS(3047), + [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(3438), - [anon_sym_override] = ACTIONS(3438), - [anon_sym_virtual] = ACTIONS(3047), - [anon_sym_GT2] = 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(3045), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3047), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3047), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3045), - [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_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), + }, + [1280] = { + [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_STAR] = ACTIONS(2506), + [anon_sym_AMP_AMP] = ACTIONS(2506), + [anon_sym_AMP] = 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_LBRACK] = ACTIONS(2504), + [anon_sym_EQ] = ACTIONS(2506), + [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_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_GT2] = ACTIONS(2506), + [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), + }, + [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(3045), + [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), @@ -255079,22 +243302,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(3045), + [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(3045), + [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(3045), + [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(3045), + [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), @@ -255118,2661 +243341,2677 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3047), [anon_sym_JS_PUBLIC_API] = ACTIONS(3047), }, - [1387] = { - [sym_field_declaration_list] = STATE(1284), - [sym_virtual_specifier] = STATE(4021), - [sym_base_class_clause] = STATE(4571), - [anon_sym_COMMA] = ACTIONS(3069), - [anon_sym_RPAREN] = ACTIONS(3069), - [anon_sym_LPAREN2] = ACTIONS(3069), - [anon_sym_STAR] = ACTIONS(3069), - [anon_sym_AMP_AMP] = ACTIONS(3069), - [anon_sym_AMP] = ACTIONS(3067), - [anon_sym_SEMI] = ACTIONS(3069), - [anon_sym_extern] = ACTIONS(3069), - [anon_sym___attribute__] = ACTIONS(3069), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3069), - [anon_sym___declspec] = ACTIONS(3069), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_LBRACK] = ACTIONS(3067), - [anon_sym_EQ] = ACTIONS(3069), - [anon_sym_static] = ACTIONS(3069), - [anon_sym_register] = ACTIONS(3069), - [anon_sym_inline] = ACTIONS(3069), - [anon_sym_thread_local] = ACTIONS(3069), - [anon_sym_const] = ACTIONS(3067), - [anon_sym_volatile] = ACTIONS(3069), - [anon_sym_restrict] = ACTIONS(3069), - [anon_sym__Atomic] = ACTIONS(3069), - [anon_sym_mutable] = ACTIONS(3069), - [anon_sym_constexpr] = ACTIONS(3069), - [anon_sym_COLON] = ACTIONS(3381), - [anon_sym_DASH_GT] = ACTIONS(3069), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3438), - [anon_sym_override] = ACTIONS(3438), - [anon_sym_virtual] = ACTIONS(3069), - [anon_sym_GT2] = ACTIONS(3069), - [anon_sym_noexcept] = ACTIONS(3069), - [anon_sym_throw] = ACTIONS(3069), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3069), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3069), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3067), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3069), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3069), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3067), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3069), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3069), - [anon_sym_MOZ_COLD] = ACTIONS(3069), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3069), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3069), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3069), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3069), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3069), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3067), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3069), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3069), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3069), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3069), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3069), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3069), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3069), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3069), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3069), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3069), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3069), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3069), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3069), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3069), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3069), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3069), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3067), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3069), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3069), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3069), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3069), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3067), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3069), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3069), - [anon_sym_MOZ_NONNULL] = ACTIONS(3067), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3069), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3069), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3069), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3069), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3069), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3069), - [anon_sym_MOZ_NORETURN] = ACTIONS(3067), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3069), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3069), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3069), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3069), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3069), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3069), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3069), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3069), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3069), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3069), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3069), - [anon_sym_MOZ_RAII] = ACTIONS(3069), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3069), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3069), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3069), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3069), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3069), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3069), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3069), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3069), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3069), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3069), + [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), }, - [1388] = { - [sym_field_declaration_list] = STATE(1291), - [sym_virtual_specifier] = STATE(3969), - [sym_base_class_clause] = STATE(4509), - [anon_sym_COMMA] = ACTIONS(3111), - [anon_sym_RPAREN] = ACTIONS(3111), - [anon_sym_LPAREN2] = ACTIONS(3111), - [anon_sym_STAR] = ACTIONS(3111), - [anon_sym_AMP_AMP] = ACTIONS(3111), - [anon_sym_AMP] = ACTIONS(3109), - [anon_sym_SEMI] = ACTIONS(3111), - [anon_sym_extern] = ACTIONS(3111), - [anon_sym___attribute__] = ACTIONS(3111), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3111), - [anon_sym___declspec] = ACTIONS(3111), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_LBRACK] = ACTIONS(3109), - [anon_sym_EQ] = ACTIONS(3111), - [anon_sym_static] = ACTIONS(3111), - [anon_sym_register] = ACTIONS(3111), - [anon_sym_inline] = ACTIONS(3111), - [anon_sym_thread_local] = ACTIONS(3111), - [anon_sym_const] = ACTIONS(3109), - [anon_sym_volatile] = ACTIONS(3111), - [anon_sym_restrict] = ACTIONS(3111), - [anon_sym__Atomic] = ACTIONS(3111), - [anon_sym_mutable] = ACTIONS(3111), - [anon_sym_constexpr] = ACTIONS(3111), - [anon_sym_COLON] = ACTIONS(3381), - [anon_sym_DASH_GT] = ACTIONS(3111), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3438), - [anon_sym_override] = ACTIONS(3438), - [anon_sym_virtual] = ACTIONS(3111), - [anon_sym_GT2] = ACTIONS(3111), - [anon_sym_noexcept] = ACTIONS(3111), - [anon_sym_throw] = ACTIONS(3111), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3111), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3111), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3109), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3111), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3111), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3109), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3111), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3111), - [anon_sym_MOZ_COLD] = ACTIONS(3111), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3111), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3111), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3111), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3111), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3111), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3109), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3111), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3111), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3111), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3111), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3111), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3111), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3111), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3111), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3111), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3111), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3111), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3111), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3111), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3111), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3111), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3111), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3109), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3111), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3111), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3111), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3111), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3109), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3111), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3111), - [anon_sym_MOZ_NONNULL] = ACTIONS(3109), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3111), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3111), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3111), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3111), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3111), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3111), - [anon_sym_MOZ_NORETURN] = ACTIONS(3109), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3111), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3111), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3111), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3111), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3111), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3111), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3111), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3111), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3111), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3111), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3111), - [anon_sym_MOZ_RAII] = ACTIONS(3111), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3111), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3111), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3111), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3111), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3111), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3111), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3111), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3111), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3111), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3111), + [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), }, - [1389] = { - [sym_enumerator_list] = STATE(1293), - [sym__enum_base_clause] = STATE(1282), - [sym_identifier] = ACTIONS(3440), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3442), - [anon_sym_COMMA] = ACTIONS(3442), - [anon_sym_LPAREN2] = ACTIONS(3442), - [anon_sym_TILDE] = ACTIONS(3442), - [anon_sym_STAR] = ACTIONS(3442), - [anon_sym_AMP_AMP] = ACTIONS(3442), - [anon_sym_AMP] = ACTIONS(3440), - [anon_sym_extern] = ACTIONS(3440), - [anon_sym___attribute__] = ACTIONS(3440), - [anon_sym_COLON_COLON] = ACTIONS(3442), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3442), - [anon_sym___declspec] = ACTIONS(3440), - [anon_sym___based] = ACTIONS(3440), - [anon_sym_LBRACE] = ACTIONS(3075), - [anon_sym_LBRACK] = ACTIONS(3440), - [anon_sym_EQ] = ACTIONS(3442), - [anon_sym_static] = ACTIONS(3440), - [anon_sym_register] = ACTIONS(3440), - [anon_sym_inline] = ACTIONS(3440), - [anon_sym_thread_local] = ACTIONS(3440), - [anon_sym_const] = ACTIONS(3440), - [anon_sym_volatile] = ACTIONS(3440), - [anon_sym_restrict] = ACTIONS(3440), - [anon_sym__Atomic] = ACTIONS(3440), - [anon_sym_mutable] = ACTIONS(3440), - [anon_sym_constexpr] = ACTIONS(3440), - [anon_sym_COLON] = ACTIONS(3464), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3440), - [anon_sym_template] = ACTIONS(3440), - [anon_sym_GT2] = ACTIONS(3442), - [sym_operator_name] = ACTIONS(3440), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3440), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3440), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3440), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3440), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3440), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3440), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3440), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3440), - [anon_sym_MOZ_COLD] = ACTIONS(3440), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3440), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3440), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3440), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3440), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3440), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3440), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3440), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3440), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3440), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3440), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3440), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3440), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3440), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3440), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3440), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3440), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3440), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3440), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3440), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3440), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3440), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3440), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3440), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3440), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3440), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3440), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3440), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3440), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3440), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3440), - [anon_sym_MOZ_NONNULL] = ACTIONS(3440), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3440), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3440), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3440), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3440), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3440), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3440), - [anon_sym_MOZ_NORETURN] = ACTIONS(3440), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3440), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3440), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3440), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3440), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3440), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3440), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3440), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3440), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3440), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3440), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3440), - [anon_sym_MOZ_RAII] = ACTIONS(3440), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3440), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3440), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3440), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3440), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3440), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3440), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3440), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3440), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3440), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3440), + [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), }, - [1390] = { - [sym_field_declaration_list] = STATE(1286), - [sym_virtual_specifier] = STATE(3884), - [sym_base_class_clause] = STATE(4420), - [sym_identifier] = ACTIONS(3045), - [anon_sym_LPAREN2] = ACTIONS(3047), - [anon_sym_TILDE] = ACTIONS(3047), - [anon_sym_STAR] = ACTIONS(3047), - [anon_sym_AMP_AMP] = ACTIONS(3047), - [anon_sym_AMP] = ACTIONS(3045), - [anon_sym_SEMI] = ACTIONS(3466), - [anon_sym_extern] = ACTIONS(3045), - [anon_sym___attribute__] = ACTIONS(3045), - [anon_sym_COLON_COLON] = ACTIONS(3047), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3047), - [anon_sym___declspec] = ACTIONS(3045), - [anon_sym___based] = ACTIONS(3045), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_LBRACK] = ACTIONS(3045), - [anon_sym_static] = ACTIONS(3045), - [anon_sym_register] = ACTIONS(3045), - [anon_sym_inline] = ACTIONS(3045), - [anon_sym_thread_local] = ACTIONS(3045), - [anon_sym_const] = ACTIONS(3045), - [anon_sym_volatile] = ACTIONS(3045), - [anon_sym_restrict] = ACTIONS(3045), - [anon_sym__Atomic] = ACTIONS(3045), - [anon_sym_mutable] = ACTIONS(3045), - [anon_sym_constexpr] = ACTIONS(3045), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3045), - [anon_sym_template] = ACTIONS(3045), - [sym_operator_name] = ACTIONS(3045), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3045), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3045), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3045), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3045), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3045), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3045), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3045), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3045), - [anon_sym_MOZ_COLD] = ACTIONS(3045), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3045), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3045), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3045), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3045), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3045), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3045), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3045), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3045), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3045), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3045), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3045), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3045), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3045), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3045), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3045), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3045), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3045), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3045), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3045), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3045), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_NONNULL] = ACTIONS(3045), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3045), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3045), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3045), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3045), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3045), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_NORETURN] = ACTIONS(3045), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3045), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3045), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3045), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3045), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3045), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3045), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3045), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3045), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3045), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3045), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3045), - [anon_sym_MOZ_RAII] = ACTIONS(3045), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3045), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3045), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3045), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3045), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3045), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3045), + [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), }, - [1391] = { - [sym_field_declaration_list] = STATE(1311), - [sym_virtual_specifier] = STATE(3949), - [sym_base_class_clause] = STATE(4489), - [sym_identifier] = ACTIONS(3017), - [anon_sym_LPAREN2] = ACTIONS(3019), - [anon_sym_TILDE] = ACTIONS(3019), - [anon_sym_STAR] = ACTIONS(3019), - [anon_sym_AMP_AMP] = ACTIONS(3019), - [anon_sym_AMP] = ACTIONS(3017), - [anon_sym_SEMI] = ACTIONS(3468), - [anon_sym_extern] = ACTIONS(3017), - [anon_sym___attribute__] = ACTIONS(3017), - [anon_sym_COLON_COLON] = ACTIONS(3019), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3019), - [anon_sym___declspec] = ACTIONS(3017), - [anon_sym___based] = ACTIONS(3017), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_LBRACK] = ACTIONS(3017), - [anon_sym_static] = ACTIONS(3017), - [anon_sym_register] = ACTIONS(3017), - [anon_sym_inline] = ACTIONS(3017), - [anon_sym_thread_local] = ACTIONS(3017), - [anon_sym_const] = ACTIONS(3017), - [anon_sym_volatile] = ACTIONS(3017), - [anon_sym_restrict] = ACTIONS(3017), - [anon_sym__Atomic] = ACTIONS(3017), - [anon_sym_mutable] = ACTIONS(3017), - [anon_sym_constexpr] = ACTIONS(3017), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3017), - [anon_sym_template] = ACTIONS(3017), - [sym_operator_name] = ACTIONS(3017), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3017), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3017), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3017), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3017), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3017), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3017), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3017), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3017), - [anon_sym_MOZ_COLD] = ACTIONS(3017), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3017), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3017), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3017), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3017), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3017), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3017), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3017), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3017), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3017), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3017), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3017), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3017), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3017), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3017), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3017), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3017), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3017), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3017), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3017), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3017), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_NONNULL] = ACTIONS(3017), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3017), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3017), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3017), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3017), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3017), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_NORETURN] = ACTIONS(3017), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3017), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3017), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3017), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3017), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3017), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3017), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3017), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3017), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3017), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3017), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3017), - [anon_sym_MOZ_RAII] = ACTIONS(3017), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3017), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3017), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3017), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3017), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3017), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3017), + [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), }, - [1392] = { - [sym_field_declaration_list] = STATE(1296), - [sym_virtual_specifier] = STATE(3873), - [sym_base_class_clause] = STATE(4469), - [sym_identifier] = ACTIONS(3041), - [anon_sym_LPAREN2] = ACTIONS(3043), - [anon_sym_TILDE] = ACTIONS(3043), - [anon_sym_STAR] = ACTIONS(3043), - [anon_sym_AMP_AMP] = ACTIONS(3043), - [anon_sym_AMP] = ACTIONS(3041), - [anon_sym_SEMI] = ACTIONS(3470), - [anon_sym_extern] = ACTIONS(3041), - [anon_sym___attribute__] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(3043), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3043), - [anon_sym___declspec] = ACTIONS(3041), - [anon_sym___based] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_LBRACK] = ACTIONS(3041), - [anon_sym_static] = ACTIONS(3041), - [anon_sym_register] = ACTIONS(3041), - [anon_sym_inline] = ACTIONS(3041), - [anon_sym_thread_local] = ACTIONS(3041), - [anon_sym_const] = ACTIONS(3041), - [anon_sym_volatile] = ACTIONS(3041), - [anon_sym_restrict] = ACTIONS(3041), - [anon_sym__Atomic] = ACTIONS(3041), - [anon_sym_mutable] = ACTIONS(3041), - [anon_sym_constexpr] = ACTIONS(3041), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(3041), - [sym_operator_name] = ACTIONS(3041), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3041), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3041), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3041), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3041), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3041), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3041), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3041), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3041), - [anon_sym_MOZ_COLD] = ACTIONS(3041), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3041), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3041), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3041), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3041), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3041), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3041), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3041), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3041), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3041), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3041), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3041), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3041), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3041), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3041), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3041), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3041), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3041), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3041), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3041), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3041), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_NONNULL] = ACTIONS(3041), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3041), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3041), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3041), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3041), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3041), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_NORETURN] = ACTIONS(3041), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3041), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3041), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3041), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3041), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3041), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3041), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3041), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3041), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3041), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3041), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3041), - [anon_sym_MOZ_RAII] = ACTIONS(3041), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3041), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3041), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3041), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3041), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3041), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3041), + [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), }, - [1393] = { - [sym_enumerator_list] = STATE(1444), - [sym_identifier] = ACTIONS(3134), - [anon_sym_COMMA] = ACTIONS(3136), - [anon_sym_LPAREN2] = ACTIONS(3136), - [anon_sym_STAR] = ACTIONS(3136), - [anon_sym_AMP_AMP] = ACTIONS(3136), - [anon_sym_AMP] = ACTIONS(3134), - [anon_sym_SEMI] = ACTIONS(3136), - [anon_sym_extern] = ACTIONS(3134), - [anon_sym___attribute__] = ACTIONS(3134), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3136), - [anon_sym___declspec] = ACTIONS(3134), - [anon_sym___based] = ACTIONS(3134), - [anon_sym_LBRACE] = ACTIONS(3136), - [anon_sym_LBRACK] = ACTIONS(3134), - [anon_sym_EQ] = ACTIONS(3136), - [anon_sym_static] = ACTIONS(3134), - [anon_sym_register] = ACTIONS(3134), - [anon_sym_inline] = ACTIONS(3134), - [anon_sym_thread_local] = ACTIONS(3134), - [anon_sym_const] = ACTIONS(3134), - [anon_sym_volatile] = ACTIONS(3134), - [anon_sym_restrict] = ACTIONS(3134), - [anon_sym__Atomic] = ACTIONS(3134), - [anon_sym_mutable] = ACTIONS(3134), - [anon_sym_constexpr] = ACTIONS(3134), - [anon_sym_COLON] = ACTIONS(3136), - [anon_sym_DASH_GT] = ACTIONS(3136), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3134), - [anon_sym_override] = ACTIONS(3134), - [anon_sym_virtual] = ACTIONS(3134), - [anon_sym_noexcept] = ACTIONS(3134), - [anon_sym_throw] = ACTIONS(3134), - [sym_operator_name] = ACTIONS(3134), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3134), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3134), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3134), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3134), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3134), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3134), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3134), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3134), - [anon_sym_MOZ_COLD] = ACTIONS(3134), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3134), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3134), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3134), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3134), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3134), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3134), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3134), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3134), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3134), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3134), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3134), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3134), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3134), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3134), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3134), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3134), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3134), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3134), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3134), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3134), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3134), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3134), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3134), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3134), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3134), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3134), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3134), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3134), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3134), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3134), - [anon_sym_MOZ_NONNULL] = ACTIONS(3134), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3134), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3134), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3134), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3134), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3134), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3134), - [anon_sym_MOZ_NORETURN] = ACTIONS(3134), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3134), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3134), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3134), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3134), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3134), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3134), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3134), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3134), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3134), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3134), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3134), - [anon_sym_MOZ_RAII] = ACTIONS(3134), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3134), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3134), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3134), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3134), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3134), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3134), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3134), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3134), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3134), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3134), + [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), }, - [1394] = { - [sym_field_declaration_list] = STATE(1296), - [sym_virtual_specifier] = STATE(3873), - [sym_base_class_clause] = STATE(4469), - [sym_identifier] = ACTIONS(3041), - [anon_sym_LPAREN2] = ACTIONS(3043), - [anon_sym_TILDE] = ACTIONS(3043), - [anon_sym_STAR] = ACTIONS(3043), - [anon_sym_AMP_AMP] = ACTIONS(3043), - [anon_sym_AMP] = ACTIONS(3041), - [anon_sym_SEMI] = ACTIONS(3468), - [anon_sym_extern] = ACTIONS(3041), - [anon_sym___attribute__] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(3043), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3043), - [anon_sym___declspec] = ACTIONS(3041), - [anon_sym___based] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_LBRACK] = ACTIONS(3041), - [anon_sym_static] = ACTIONS(3041), - [anon_sym_register] = ACTIONS(3041), - [anon_sym_inline] = ACTIONS(3041), - [anon_sym_thread_local] = ACTIONS(3041), - [anon_sym_const] = ACTIONS(3041), - [anon_sym_volatile] = ACTIONS(3041), - [anon_sym_restrict] = ACTIONS(3041), - [anon_sym__Atomic] = ACTIONS(3041), - [anon_sym_mutable] = ACTIONS(3041), - [anon_sym_constexpr] = ACTIONS(3041), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(3041), - [sym_operator_name] = ACTIONS(3041), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3041), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3041), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3041), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3041), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3041), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3041), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3041), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3041), - [anon_sym_MOZ_COLD] = ACTIONS(3041), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3041), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3041), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3041), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3041), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3041), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3041), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3041), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3041), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3041), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3041), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3041), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3041), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3041), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3041), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3041), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3041), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3041), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3041), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3041), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3041), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_NONNULL] = ACTIONS(3041), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3041), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3041), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3041), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3041), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3041), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_NORETURN] = ACTIONS(3041), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3041), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3041), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3041), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3041), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3041), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3041), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3041), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3041), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3041), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3041), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3041), - [anon_sym_MOZ_RAII] = ACTIONS(3041), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3041), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3041), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3041), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3041), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3041), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3041), + [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), }, - [1395] = { - [sym_field_declaration_list] = STATE(1286), - [sym_virtual_specifier] = STATE(3884), - [sym_base_class_clause] = STATE(4420), - [sym_identifier] = ACTIONS(3045), - [anon_sym_LPAREN2] = ACTIONS(3047), - [anon_sym_TILDE] = ACTIONS(3047), - [anon_sym_STAR] = ACTIONS(3047), - [anon_sym_AMP_AMP] = ACTIONS(3047), - [anon_sym_AMP] = ACTIONS(3045), - [anon_sym_SEMI] = ACTIONS(3468), - [anon_sym_extern] = ACTIONS(3045), - [anon_sym___attribute__] = ACTIONS(3045), - [anon_sym_COLON_COLON] = ACTIONS(3047), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3047), - [anon_sym___declspec] = ACTIONS(3045), - [anon_sym___based] = ACTIONS(3045), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_LBRACK] = ACTIONS(3045), - [anon_sym_static] = ACTIONS(3045), - [anon_sym_register] = ACTIONS(3045), - [anon_sym_inline] = ACTIONS(3045), - [anon_sym_thread_local] = ACTIONS(3045), - [anon_sym_const] = ACTIONS(3045), - [anon_sym_volatile] = ACTIONS(3045), - [anon_sym_restrict] = ACTIONS(3045), - [anon_sym__Atomic] = ACTIONS(3045), - [anon_sym_mutable] = ACTIONS(3045), - [anon_sym_constexpr] = ACTIONS(3045), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3045), - [anon_sym_template] = ACTIONS(3045), - [sym_operator_name] = ACTIONS(3045), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3045), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3045), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3045), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3045), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3045), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3045), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3045), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3045), - [anon_sym_MOZ_COLD] = ACTIONS(3045), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3045), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3045), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3045), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3045), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3045), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3045), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3045), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3045), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3045), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3045), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3045), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3045), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3045), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3045), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3045), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3045), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3045), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3045), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3045), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3045), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_NONNULL] = ACTIONS(3045), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3045), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3045), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3045), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3045), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3045), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_NORETURN] = ACTIONS(3045), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3045), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3045), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3045), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3045), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3045), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3045), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3045), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3045), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3045), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3045), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3045), - [anon_sym_MOZ_RAII] = ACTIONS(3045), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3045), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3045), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3045), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3045), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3045), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3045), + [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), }, - [1396] = { - [sym_identifier] = ACTIONS(3297), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3299), - [anon_sym_COMMA] = ACTIONS(3299), - [anon_sym_RPAREN] = ACTIONS(3299), - [anon_sym_LPAREN2] = ACTIONS(3299), - [anon_sym_TILDE] = ACTIONS(3299), - [anon_sym_STAR] = ACTIONS(3299), - [anon_sym_AMP_AMP] = ACTIONS(3299), - [anon_sym_AMP] = ACTIONS(3297), - [anon_sym_SEMI] = ACTIONS(3299), - [anon_sym_extern] = ACTIONS(3297), - [anon_sym___attribute__] = ACTIONS(3297), - [anon_sym_COLON_COLON] = ACTIONS(3039), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3299), - [anon_sym___declspec] = ACTIONS(3297), - [anon_sym___based] = ACTIONS(3297), - [anon_sym_LBRACE] = ACTIONS(3299), - [anon_sym_LBRACK] = ACTIONS(3297), - [anon_sym_EQ] = ACTIONS(3299), - [anon_sym_static] = ACTIONS(3297), - [anon_sym_register] = ACTIONS(3297), - [anon_sym_inline] = ACTIONS(3297), - [anon_sym_thread_local] = ACTIONS(3297), - [anon_sym_const] = ACTIONS(3297), - [anon_sym_volatile] = ACTIONS(3297), - [anon_sym_restrict] = ACTIONS(3297), - [anon_sym__Atomic] = ACTIONS(3297), - [anon_sym_mutable] = ACTIONS(3297), - [anon_sym_constexpr] = ACTIONS(3297), - [anon_sym_COLON] = ACTIONS(3297), + [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_virtual] = ACTIONS(3297), - [anon_sym_template] = ACTIONS(3297), - [anon_sym_GT2] = ACTIONS(3299), - [sym_operator_name] = ACTIONS(3297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3297), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3297), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3297), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3297), - [anon_sym_MOZ_COLD] = ACTIONS(3297), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3297), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3297), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3297), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3297), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3297), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3297), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3297), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3297), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3297), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3297), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3297), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3297), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3297), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_NONNULL] = ACTIONS(3297), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3297), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3297), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3297), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3297), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3297), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3297), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3297), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3297), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3297), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3297), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3297), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3297), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3297), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3297), - [anon_sym_MOZ_RAII] = ACTIONS(3297), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3297), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3297), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3297), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3297), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3297), + [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), }, - [1397] = { - [sym_template_argument_list] = STATE(1350), - [anon_sym_COMMA] = ACTIONS(2381), - [anon_sym_RPAREN] = ACTIONS(2381), - [anon_sym_LPAREN2] = ACTIONS(2381), - [anon_sym_STAR] = ACTIONS(2381), - [anon_sym_AMP_AMP] = ACTIONS(2381), - [anon_sym_AMP] = ACTIONS(2373), - [anon_sym_LT] = ACTIONS(2950), - [anon_sym_SEMI] = ACTIONS(2381), - [anon_sym_extern] = ACTIONS(2381), - [anon_sym___attribute__] = ACTIONS(2381), - [anon_sym_COLON_COLON] = ACTIONS(2952), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2381), - [anon_sym___declspec] = ACTIONS(2381), - [anon_sym_LBRACE] = ACTIONS(2381), - [anon_sym_LBRACK] = ACTIONS(2373), - [anon_sym_EQ] = ACTIONS(2381), - [anon_sym_static] = ACTIONS(2381), - [anon_sym_register] = ACTIONS(2381), - [anon_sym_inline] = ACTIONS(2381), - [anon_sym_thread_local] = ACTIONS(2381), - [anon_sym_const] = ACTIONS(2373), - [anon_sym_volatile] = ACTIONS(2381), - [anon_sym_restrict] = ACTIONS(2381), - [anon_sym__Atomic] = ACTIONS(2381), - [anon_sym_mutable] = ACTIONS(2381), - [anon_sym_constexpr] = ACTIONS(2381), - [anon_sym_COLON] = ACTIONS(2373), - [anon_sym_DASH_GT] = ACTIONS(2381), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2381), - [anon_sym_override] = ACTIONS(2381), - [anon_sym_virtual] = ACTIONS(2381), - [anon_sym_noexcept] = ACTIONS(2381), - [anon_sym_throw] = ACTIONS(2381), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2381), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2381), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2381), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2381), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2381), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2381), - [anon_sym_MOZ_COLD] = ACTIONS(2381), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2381), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2381), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2381), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2381), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2381), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2381), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2381), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2381), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2381), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2381), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2381), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2381), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2381), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2381), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2381), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2381), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2381), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2381), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2381), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2381), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2381), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2381), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2381), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2381), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2381), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2381), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2381), - [anon_sym_MOZ_NONNULL] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2381), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2381), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2381), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2381), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2381), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2381), - [anon_sym_MOZ_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2381), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2381), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2381), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2381), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2381), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2381), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2381), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2381), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2381), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2381), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2381), - [anon_sym_MOZ_RAII] = ACTIONS(2381), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2381), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2381), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2381), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2381), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2381), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2381), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2381), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2381), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2381), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2381), + [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), }, - [1398] = { - [sym_enumerator_list] = STATE(1317), - [sym__enum_base_clause] = STATE(1277), - [sym_identifier] = ACTIONS(3446), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3448), - [anon_sym_COMMA] = 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_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(3075), - [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(3464), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3446), - [anon_sym_template] = ACTIONS(3446), - [anon_sym_GT2] = ACTIONS(3448), - [sym_operator_name] = 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), + [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), }, - [1399] = { - [sym_field_declaration_list] = STATE(1286), - [sym_virtual_specifier] = STATE(3884), - [sym_base_class_clause] = STATE(4420), - [sym_identifier] = ACTIONS(3045), - [anon_sym_LPAREN2] = ACTIONS(3047), - [anon_sym_TILDE] = ACTIONS(3047), - [anon_sym_STAR] = ACTIONS(3047), - [anon_sym_AMP_AMP] = ACTIONS(3047), - [anon_sym_AMP] = ACTIONS(3045), - [anon_sym_SEMI] = ACTIONS(3470), - [anon_sym_extern] = ACTIONS(3045), - [anon_sym___attribute__] = ACTIONS(3045), - [anon_sym_COLON_COLON] = ACTIONS(3047), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3047), - [anon_sym___declspec] = ACTIONS(3045), - [anon_sym___based] = ACTIONS(3045), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_LBRACK] = ACTIONS(3045), - [anon_sym_static] = ACTIONS(3045), - [anon_sym_register] = ACTIONS(3045), - [anon_sym_inline] = ACTIONS(3045), - [anon_sym_thread_local] = ACTIONS(3045), - [anon_sym_const] = ACTIONS(3045), - [anon_sym_volatile] = ACTIONS(3045), - [anon_sym_restrict] = ACTIONS(3045), - [anon_sym__Atomic] = ACTIONS(3045), - [anon_sym_mutable] = ACTIONS(3045), - [anon_sym_constexpr] = ACTIONS(3045), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3045), - [anon_sym_template] = ACTIONS(3045), - [sym_operator_name] = ACTIONS(3045), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3045), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3045), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3045), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3045), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3045), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3045), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3045), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3045), - [anon_sym_MOZ_COLD] = ACTIONS(3045), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3045), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3045), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3045), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3045), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3045), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3045), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3045), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3045), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3045), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3045), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3045), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3045), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3045), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3045), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3045), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3045), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3045), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3045), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3045), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3045), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3045), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_NONNULL] = ACTIONS(3045), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3045), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3045), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3045), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3045), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3045), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_NORETURN] = ACTIONS(3045), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3045), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3045), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3045), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3045), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3045), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3045), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3045), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3045), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3045), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3045), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3045), - [anon_sym_MOZ_RAII] = ACTIONS(3045), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3045), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3045), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3045), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3045), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3045), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3045), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3045), + [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), }, - [1400] = { - [sym_enumerator_list] = STATE(1411), - [sym_identifier] = ACTIONS(3071), - [anon_sym_COMMA] = ACTIONS(3073), - [anon_sym_LPAREN2] = ACTIONS(3073), - [anon_sym_STAR] = ACTIONS(3073), - [anon_sym_AMP_AMP] = ACTIONS(3073), - [anon_sym_AMP] = ACTIONS(3071), - [anon_sym_SEMI] = ACTIONS(3073), - [anon_sym_extern] = ACTIONS(3071), - [anon_sym___attribute__] = ACTIONS(3071), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3073), - [anon_sym___declspec] = ACTIONS(3071), - [anon_sym___based] = ACTIONS(3071), - [anon_sym_LBRACE] = ACTIONS(3073), - [anon_sym_LBRACK] = ACTIONS(3071), - [anon_sym_EQ] = ACTIONS(3073), - [anon_sym_static] = ACTIONS(3071), - [anon_sym_register] = ACTIONS(3071), - [anon_sym_inline] = ACTIONS(3071), - [anon_sym_thread_local] = ACTIONS(3071), - [anon_sym_const] = ACTIONS(3071), - [anon_sym_volatile] = ACTIONS(3071), - [anon_sym_restrict] = ACTIONS(3071), - [anon_sym__Atomic] = ACTIONS(3071), - [anon_sym_mutable] = ACTIONS(3071), - [anon_sym_constexpr] = ACTIONS(3071), - [anon_sym_COLON] = ACTIONS(3073), - [anon_sym_DASH_GT] = ACTIONS(3073), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3071), - [anon_sym_override] = ACTIONS(3071), - [anon_sym_virtual] = ACTIONS(3071), - [anon_sym_noexcept] = ACTIONS(3071), - [anon_sym_throw] = ACTIONS(3071), - [sym_operator_name] = ACTIONS(3071), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3071), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3071), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3071), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3071), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3071), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3071), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3071), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3071), - [anon_sym_MOZ_COLD] = ACTIONS(3071), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3071), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3071), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3071), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3071), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3071), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3071), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3071), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3071), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3071), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3071), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3071), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3071), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3071), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3071), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3071), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3071), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3071), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3071), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3071), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3071), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3071), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3071), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3071), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3071), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3071), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3071), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3071), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3071), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3071), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3071), - [anon_sym_MOZ_NONNULL] = ACTIONS(3071), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3071), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3071), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3071), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3071), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3071), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3071), - [anon_sym_MOZ_NORETURN] = ACTIONS(3071), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3071), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3071), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3071), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3071), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3071), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3071), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3071), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3071), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3071), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3071), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3071), - [anon_sym_MOZ_RAII] = ACTIONS(3071), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3071), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3071), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3071), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3071), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3071), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3071), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3071), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3071), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3071), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3071), + [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), }, - [1401] = { - [sym_field_declaration_list] = STATE(1296), - [sym_virtual_specifier] = STATE(3873), - [sym_base_class_clause] = STATE(4469), - [sym_identifier] = ACTIONS(3041), - [anon_sym_LPAREN2] = ACTIONS(3043), - [anon_sym_TILDE] = ACTIONS(3043), - [anon_sym_STAR] = ACTIONS(3043), - [anon_sym_AMP_AMP] = ACTIONS(3043), - [anon_sym_AMP] = ACTIONS(3041), - [anon_sym_SEMI] = ACTIONS(3466), - [anon_sym_extern] = ACTIONS(3041), - [anon_sym___attribute__] = ACTIONS(3041), - [anon_sym_COLON_COLON] = ACTIONS(3043), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3043), - [anon_sym___declspec] = ACTIONS(3041), - [anon_sym___based] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_LBRACK] = ACTIONS(3041), - [anon_sym_static] = ACTIONS(3041), - [anon_sym_register] = ACTIONS(3041), - [anon_sym_inline] = ACTIONS(3041), - [anon_sym_thread_local] = ACTIONS(3041), - [anon_sym_const] = ACTIONS(3041), - [anon_sym_volatile] = ACTIONS(3041), - [anon_sym_restrict] = ACTIONS(3041), - [anon_sym__Atomic] = ACTIONS(3041), - [anon_sym_mutable] = ACTIONS(3041), - [anon_sym_constexpr] = ACTIONS(3041), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3041), - [anon_sym_template] = ACTIONS(3041), - [sym_operator_name] = ACTIONS(3041), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3041), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3041), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3041), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3041), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3041), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3041), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3041), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3041), - [anon_sym_MOZ_COLD] = ACTIONS(3041), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3041), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3041), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3041), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3041), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3041), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3041), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3041), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3041), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3041), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3041), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3041), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3041), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3041), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3041), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3041), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3041), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3041), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3041), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3041), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3041), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3041), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_NONNULL] = ACTIONS(3041), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3041), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3041), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3041), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3041), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3041), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_NORETURN] = ACTIONS(3041), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3041), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3041), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3041), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3041), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3041), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3041), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3041), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3041), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3041), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3041), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3041), - [anon_sym_MOZ_RAII] = ACTIONS(3041), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3041), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3041), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3041), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3041), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3041), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3041), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3041), + [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), }, - [1402] = { - [sym_identifier] = ACTIONS(3297), - [anon_sym_COMMA] = ACTIONS(3299), - [anon_sym_RPAREN] = ACTIONS(3299), - [anon_sym_LPAREN2] = ACTIONS(3299), - [anon_sym_STAR] = ACTIONS(3299), - [anon_sym_AMP_AMP] = ACTIONS(3299), - [anon_sym_AMP] = ACTIONS(3297), - [anon_sym_SEMI] = ACTIONS(3299), - [anon_sym_extern] = ACTIONS(3297), - [anon_sym___attribute__] = ACTIONS(3297), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3299), - [anon_sym___declspec] = ACTIONS(3297), - [anon_sym___based] = ACTIONS(3297), - [anon_sym_LBRACE] = ACTIONS(3299), - [anon_sym_LBRACK] = ACTIONS(3297), - [anon_sym_EQ] = ACTIONS(3299), - [anon_sym_static] = ACTIONS(3297), - [anon_sym_register] = ACTIONS(3297), - [anon_sym_inline] = ACTIONS(3297), - [anon_sym_thread_local] = ACTIONS(3297), - [anon_sym_const] = ACTIONS(3297), - [anon_sym_volatile] = ACTIONS(3297), - [anon_sym_restrict] = ACTIONS(3297), - [anon_sym__Atomic] = ACTIONS(3297), - [anon_sym_mutable] = ACTIONS(3297), - [anon_sym_constexpr] = ACTIONS(3297), - [anon_sym_COLON] = ACTIONS(3299), - [anon_sym_DASH_GT] = ACTIONS(3299), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3297), - [anon_sym_override] = ACTIONS(3297), - [anon_sym_virtual] = ACTIONS(3297), - [anon_sym_GT2] = ACTIONS(3299), - [anon_sym_noexcept] = ACTIONS(3297), - [anon_sym_throw] = ACTIONS(3297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3297), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3297), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3297), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3297), - [anon_sym_MOZ_COLD] = ACTIONS(3297), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3297), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3297), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3297), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3297), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3297), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3297), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3297), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3297), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3297), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3297), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3297), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3297), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3297), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_NONNULL] = ACTIONS(3297), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3297), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3297), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3297), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3297), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3297), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3297), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3297), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3297), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3297), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3297), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3297), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3297), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3297), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3297), - [anon_sym_MOZ_RAII] = ACTIONS(3297), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3297), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3297), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3297), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3297), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3297), + [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), }, - [1403] = { - [sym_field_declaration_list] = STATE(1311), - [sym_virtual_specifier] = STATE(3949), - [sym_base_class_clause] = STATE(4489), - [sym_identifier] = ACTIONS(3017), - [anon_sym_LPAREN2] = ACTIONS(3019), - [anon_sym_TILDE] = ACTIONS(3019), - [anon_sym_STAR] = ACTIONS(3019), - [anon_sym_AMP_AMP] = ACTIONS(3019), - [anon_sym_AMP] = ACTIONS(3017), - [anon_sym_SEMI] = ACTIONS(3470), - [anon_sym_extern] = ACTIONS(3017), - [anon_sym___attribute__] = ACTIONS(3017), - [anon_sym_COLON_COLON] = ACTIONS(3019), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3019), - [anon_sym___declspec] = ACTIONS(3017), - [anon_sym___based] = ACTIONS(3017), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_LBRACK] = ACTIONS(3017), - [anon_sym_static] = ACTIONS(3017), - [anon_sym_register] = ACTIONS(3017), - [anon_sym_inline] = ACTIONS(3017), - [anon_sym_thread_local] = ACTIONS(3017), - [anon_sym_const] = ACTIONS(3017), - [anon_sym_volatile] = ACTIONS(3017), - [anon_sym_restrict] = ACTIONS(3017), - [anon_sym__Atomic] = ACTIONS(3017), - [anon_sym_mutable] = ACTIONS(3017), - [anon_sym_constexpr] = ACTIONS(3017), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3017), - [anon_sym_template] = ACTIONS(3017), - [sym_operator_name] = ACTIONS(3017), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3017), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3017), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3017), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3017), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3017), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3017), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3017), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3017), - [anon_sym_MOZ_COLD] = ACTIONS(3017), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3017), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3017), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3017), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3017), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3017), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3017), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3017), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3017), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3017), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3017), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3017), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3017), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3017), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3017), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3017), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3017), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3017), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3017), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3017), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3017), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_NONNULL] = ACTIONS(3017), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3017), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3017), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3017), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3017), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3017), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_NORETURN] = ACTIONS(3017), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3017), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3017), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3017), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3017), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3017), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3017), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3017), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3017), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3017), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3017), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3017), - [anon_sym_MOZ_RAII] = ACTIONS(3017), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3017), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3017), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3017), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3017), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3017), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3017), + [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), }, - [1404] = { - [sym_field_declaration_list] = STATE(1311), - [sym_virtual_specifier] = STATE(3949), - [sym_base_class_clause] = STATE(4489), - [sym_identifier] = ACTIONS(3017), - [anon_sym_LPAREN2] = ACTIONS(3019), - [anon_sym_TILDE] = ACTIONS(3019), - [anon_sym_STAR] = ACTIONS(3019), - [anon_sym_AMP_AMP] = ACTIONS(3019), - [anon_sym_AMP] = ACTIONS(3017), - [anon_sym_SEMI] = ACTIONS(3466), - [anon_sym_extern] = ACTIONS(3017), - [anon_sym___attribute__] = ACTIONS(3017), - [anon_sym_COLON_COLON] = ACTIONS(3019), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3019), - [anon_sym___declspec] = ACTIONS(3017), - [anon_sym___based] = ACTIONS(3017), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_LBRACK] = ACTIONS(3017), - [anon_sym_static] = ACTIONS(3017), - [anon_sym_register] = ACTIONS(3017), - [anon_sym_inline] = ACTIONS(3017), - [anon_sym_thread_local] = ACTIONS(3017), - [anon_sym_const] = ACTIONS(3017), - [anon_sym_volatile] = ACTIONS(3017), - [anon_sym_restrict] = ACTIONS(3017), - [anon_sym__Atomic] = ACTIONS(3017), - [anon_sym_mutable] = ACTIONS(3017), - [anon_sym_constexpr] = ACTIONS(3017), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_virtual] = ACTIONS(3017), - [anon_sym_template] = ACTIONS(3017), - [sym_operator_name] = ACTIONS(3017), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3017), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3017), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3017), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3017), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3017), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3017), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3017), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3017), - [anon_sym_MOZ_COLD] = ACTIONS(3017), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3017), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3017), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3017), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3017), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3017), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3017), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3017), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3017), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3017), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3017), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3017), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3017), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3017), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3017), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3017), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3017), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3017), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3017), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3017), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3017), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3017), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_NONNULL] = ACTIONS(3017), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3017), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3017), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3017), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3017), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3017), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_NORETURN] = ACTIONS(3017), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3017), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3017), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3017), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3017), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3017), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3017), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3017), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3017), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3017), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3017), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3017), - [anon_sym_MOZ_RAII] = ACTIONS(3017), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3017), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3017), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3017), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3017), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3017), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3017), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3017), + [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), }, - [1405] = { - [sym_identifier] = ACTIONS(3313), - [anon_sym_COMMA] = ACTIONS(3315), - [anon_sym_LPAREN2] = ACTIONS(3315), - [anon_sym_STAR] = ACTIONS(3315), - [anon_sym_AMP_AMP] = ACTIONS(3315), - [anon_sym_AMP] = ACTIONS(3313), - [anon_sym_SEMI] = ACTIONS(3315), - [anon_sym_extern] = ACTIONS(3313), - [anon_sym___attribute__] = ACTIONS(3313), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3315), - [anon_sym___declspec] = ACTIONS(3313), - [anon_sym___based] = ACTIONS(3313), - [anon_sym_LBRACE] = ACTIONS(3315), - [anon_sym_LBRACK] = ACTIONS(3313), - [anon_sym_EQ] = ACTIONS(3315), - [anon_sym_static] = ACTIONS(3313), - [anon_sym_register] = ACTIONS(3313), - [anon_sym_inline] = ACTIONS(3313), - [anon_sym_thread_local] = ACTIONS(3313), - [anon_sym_const] = ACTIONS(3313), - [anon_sym_volatile] = ACTIONS(3313), - [anon_sym_restrict] = ACTIONS(3313), - [anon_sym__Atomic] = ACTIONS(3313), - [anon_sym_mutable] = ACTIONS(3313), - [anon_sym_constexpr] = ACTIONS(3313), - [anon_sym_COLON] = ACTIONS(3315), - [anon_sym_DASH_GT] = ACTIONS(3315), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3313), - [anon_sym_override] = ACTIONS(3313), - [anon_sym_virtual] = ACTIONS(3313), - [anon_sym_noexcept] = ACTIONS(3313), - [anon_sym_throw] = ACTIONS(3313), - [sym_operator_name] = ACTIONS(3313), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3313), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3313), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3313), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3313), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3313), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3313), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3313), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3313), - [anon_sym_MOZ_COLD] = ACTIONS(3313), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3313), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3313), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3313), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3313), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3313), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3313), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3313), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3313), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3313), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3313), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3313), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3313), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3313), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3313), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3313), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3313), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3313), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3313), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3313), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3313), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3313), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3313), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3313), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3313), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3313), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3313), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3313), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3313), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3313), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3313), - [anon_sym_MOZ_NONNULL] = ACTIONS(3313), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3313), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3313), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3313), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3313), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3313), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3313), - [anon_sym_MOZ_NORETURN] = ACTIONS(3313), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3313), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3313), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3313), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3313), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3313), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3313), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3313), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3313), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3313), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3313), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3313), - [anon_sym_MOZ_RAII] = ACTIONS(3313), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3313), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3313), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3313), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3313), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3313), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3313), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3313), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3313), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3313), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3313), + [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), }, - [1406] = { - [sym_identifier] = ACTIONS(3321), - [anon_sym_COMMA] = ACTIONS(3323), - [anon_sym_LPAREN2] = ACTIONS(3323), - [anon_sym_STAR] = ACTIONS(3323), - [anon_sym_AMP_AMP] = ACTIONS(3323), - [anon_sym_AMP] = ACTIONS(3321), - [anon_sym_SEMI] = ACTIONS(3323), - [anon_sym_extern] = ACTIONS(3321), - [anon_sym___attribute__] = ACTIONS(3321), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3323), - [anon_sym___declspec] = ACTIONS(3321), - [anon_sym___based] = ACTIONS(3321), - [anon_sym_LBRACE] = ACTIONS(3323), - [anon_sym_LBRACK] = ACTIONS(3321), - [anon_sym_EQ] = ACTIONS(3323), - [anon_sym_static] = ACTIONS(3321), - [anon_sym_register] = ACTIONS(3321), - [anon_sym_inline] = ACTIONS(3321), - [anon_sym_thread_local] = ACTIONS(3321), - [anon_sym_const] = ACTIONS(3321), - [anon_sym_volatile] = ACTIONS(3321), - [anon_sym_restrict] = ACTIONS(3321), - [anon_sym__Atomic] = ACTIONS(3321), - [anon_sym_mutable] = ACTIONS(3321), - [anon_sym_constexpr] = ACTIONS(3321), - [anon_sym_COLON] = ACTIONS(3323), - [anon_sym_DASH_GT] = ACTIONS(3323), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3321), - [anon_sym_override] = ACTIONS(3321), - [anon_sym_virtual] = ACTIONS(3321), - [anon_sym_noexcept] = ACTIONS(3321), - [anon_sym_throw] = ACTIONS(3321), - [sym_operator_name] = ACTIONS(3321), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3321), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3321), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3321), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3321), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3321), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3321), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3321), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3321), - [anon_sym_MOZ_COLD] = ACTIONS(3321), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3321), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3321), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3321), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3321), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3321), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3321), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3321), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3321), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3321), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3321), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3321), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3321), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3321), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3321), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3321), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3321), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3321), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3321), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3321), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3321), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3321), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3321), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3321), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3321), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3321), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3321), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3321), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3321), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3321), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3321), - [anon_sym_MOZ_NONNULL] = ACTIONS(3321), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3321), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3321), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3321), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3321), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3321), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3321), - [anon_sym_MOZ_NORETURN] = ACTIONS(3321), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3321), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3321), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3321), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3321), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3321), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3321), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3321), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3321), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3321), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3321), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3321), - [anon_sym_MOZ_RAII] = ACTIONS(3321), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3321), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3321), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3321), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3321), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3321), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3321), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3321), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3321), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3321), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3321), + [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), }, - [1407] = { - [sym_identifier] = ACTIONS(3233), - [anon_sym_COMMA] = ACTIONS(3235), - [anon_sym_LPAREN2] = ACTIONS(3235), - [anon_sym_STAR] = ACTIONS(3235), - [anon_sym_AMP_AMP] = ACTIONS(3235), - [anon_sym_AMP] = ACTIONS(3233), - [anon_sym_SEMI] = ACTIONS(3235), - [anon_sym_extern] = ACTIONS(3233), - [anon_sym___attribute__] = ACTIONS(3233), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3235), - [anon_sym___declspec] = ACTIONS(3233), - [anon_sym___based] = ACTIONS(3233), - [anon_sym_LBRACE] = ACTIONS(3235), - [anon_sym_LBRACK] = ACTIONS(3233), - [anon_sym_EQ] = ACTIONS(3235), - [anon_sym_static] = ACTIONS(3233), - [anon_sym_register] = ACTIONS(3233), - [anon_sym_inline] = ACTIONS(3233), - [anon_sym_thread_local] = ACTIONS(3233), - [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), - [anon_sym_COLON] = ACTIONS(3235), - [anon_sym_DASH_GT] = ACTIONS(3235), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3233), - [anon_sym_override] = ACTIONS(3233), - [anon_sym_virtual] = ACTIONS(3233), - [anon_sym_noexcept] = ACTIONS(3233), - [anon_sym_throw] = ACTIONS(3233), - [sym_operator_name] = ACTIONS(3233), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3233), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3233), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3233), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3233), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3233), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3233), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3233), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3233), - [anon_sym_MOZ_COLD] = ACTIONS(3233), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3233), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3233), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3233), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3233), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3233), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3233), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3233), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3233), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3233), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3233), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3233), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3233), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3233), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3233), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3233), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3233), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3233), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3233), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3233), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3233), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3233), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3233), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3233), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3233), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3233), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3233), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3233), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3233), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3233), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3233), - [anon_sym_MOZ_NONNULL] = ACTIONS(3233), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3233), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3233), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3233), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3233), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3233), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3233), - [anon_sym_MOZ_NORETURN] = ACTIONS(3233), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3233), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3233), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3233), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3233), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3233), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3233), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3233), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3233), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3233), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3233), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3233), - [anon_sym_MOZ_RAII] = ACTIONS(3233), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3233), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3233), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3233), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3233), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3233), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3233), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3233), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3233), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3233), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3233), + [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), }, - [1408] = { - [sym_identifier] = ACTIONS(2276), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2278), - [anon_sym_COMMA] = ACTIONS(2278), - [anon_sym_RPAREN] = ACTIONS(2278), - [anon_sym_LPAREN2] = ACTIONS(2278), - [anon_sym_TILDE] = ACTIONS(2278), - [anon_sym_STAR] = ACTIONS(2278), - [anon_sym_AMP_AMP] = ACTIONS(2278), - [anon_sym_AMP] = ACTIONS(2276), - [anon_sym_extern] = ACTIONS(2276), - [anon_sym___attribute__] = ACTIONS(2276), - [anon_sym_COLON_COLON] = ACTIONS(2278), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2278), - [anon_sym___declspec] = ACTIONS(2276), - [anon_sym___based] = ACTIONS(2276), - [anon_sym_LBRACK] = ACTIONS(2276), - [anon_sym_EQ] = ACTIONS(2278), - [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), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2276), - [anon_sym_explicit] = ACTIONS(2276), - [anon_sym_template] = ACTIONS(2276), - [anon_sym_GT2] = ACTIONS(2278), - [anon_sym_operator] = ACTIONS(2276), - [sym_operator_name] = ACTIONS(2276), - [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), + [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), }, - [1409] = { - [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), + [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(3249), - [anon_sym_override] = ACTIONS(3249), - [anon_sym_virtual] = ACTIONS(3249), - [anon_sym_noexcept] = ACTIONS(3249), - [anon_sym_throw] = ACTIONS(3249), - [sym_operator_name] = 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), - }, - [1410] = { - [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_noexcept] = ACTIONS(3161), - [anon_sym_throw] = ACTIONS(3161), - [sym_operator_name] = 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), - }, - [1411] = { - [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_noexcept] = ACTIONS(3157), - [anon_sym_throw] = ACTIONS(3157), - [sym_operator_name] = 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), + [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), }, - [1412] = { + [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), @@ -257789,15 +246028,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_template] = ACTIONS(3145), + [anon_sym_GT2] = ACTIONS(3147), + [anon_sym_operator] = ACTIONS(3145), [anon_sym_noexcept] = ACTIONS(3145), [anon_sym_throw] = ACTIONS(3145), - [sym_operator_name] = ACTIONS(3145), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3145), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3145), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3145), @@ -257868,2431 +246108,570 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3145), [anon_sym_JS_PUBLIC_API] = ACTIONS(3145), }, - [1413] = { - [sym_identifier] = ACTIONS(2272), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2274), - [anon_sym_COMMA] = ACTIONS(2274), - [anon_sym_RPAREN] = ACTIONS(2274), - [anon_sym_LPAREN2] = ACTIONS(2274), - [anon_sym_TILDE] = ACTIONS(2274), - [anon_sym_STAR] = ACTIONS(2274), - [anon_sym_AMP_AMP] = ACTIONS(2274), - [anon_sym_AMP] = ACTIONS(2272), - [anon_sym_extern] = ACTIONS(2272), - [anon_sym___attribute__] = ACTIONS(2272), - [anon_sym_COLON_COLON] = ACTIONS(2274), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2274), - [anon_sym___declspec] = ACTIONS(2272), - [anon_sym___based] = ACTIONS(2272), - [anon_sym_LBRACK] = ACTIONS(2272), - [anon_sym_EQ] = ACTIONS(2274), - [anon_sym_static] = ACTIONS(2272), - [anon_sym_register] = ACTIONS(2272), - [anon_sym_inline] = ACTIONS(2272), - [anon_sym_thread_local] = ACTIONS(2272), - [anon_sym_const] = ACTIONS(2272), - [anon_sym_volatile] = ACTIONS(2272), - [anon_sym_restrict] = ACTIONS(2272), - [anon_sym__Atomic] = ACTIONS(2272), - [anon_sym_mutable] = ACTIONS(2272), - [anon_sym_constexpr] = ACTIONS(2272), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2272), - [anon_sym_explicit] = ACTIONS(2272), - [anon_sym_template] = ACTIONS(2272), - [anon_sym_GT2] = ACTIONS(2274), - [anon_sym_operator] = ACTIONS(2272), - [sym_operator_name] = ACTIONS(2272), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2272), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2272), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2272), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2272), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2272), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2272), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2272), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2272), - [anon_sym_MOZ_COLD] = ACTIONS(2272), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2272), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2272), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2272), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2272), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2272), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2272), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2272), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2272), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2272), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2272), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2272), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2272), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2272), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2272), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2272), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2272), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2272), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2272), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2272), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2272), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_NONNULL] = ACTIONS(2272), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2272), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2272), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2272), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2272), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2272), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_NORETURN] = ACTIONS(2272), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2272), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2272), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2272), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2272), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2272), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2272), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2272), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2272), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2272), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2272), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2272), - [anon_sym_MOZ_RAII] = ACTIONS(2272), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2272), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2272), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2272), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2272), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2272), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2272), - }, - [1414] = { - [sym_identifier] = ACTIONS(3333), - [anon_sym_COMMA] = ACTIONS(3335), - [anon_sym_LPAREN2] = ACTIONS(3335), - [anon_sym_STAR] = ACTIONS(3335), - [anon_sym_AMP_AMP] = ACTIONS(3335), - [anon_sym_AMP] = ACTIONS(3333), - [anon_sym_SEMI] = ACTIONS(3335), - [anon_sym_extern] = ACTIONS(3333), - [anon_sym___attribute__] = ACTIONS(3333), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3335), - [anon_sym___declspec] = ACTIONS(3333), - [anon_sym___based] = ACTIONS(3333), - [anon_sym_LBRACE] = ACTIONS(3335), - [anon_sym_LBRACK] = ACTIONS(3333), - [anon_sym_EQ] = ACTIONS(3335), - [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(3333), - [anon_sym_volatile] = ACTIONS(3333), - [anon_sym_restrict] = ACTIONS(3333), - [anon_sym__Atomic] = ACTIONS(3333), - [anon_sym_mutable] = ACTIONS(3333), - [anon_sym_constexpr] = ACTIONS(3333), - [anon_sym_COLON] = ACTIONS(3335), - [anon_sym_DASH_GT] = ACTIONS(3335), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3333), - [anon_sym_override] = ACTIONS(3333), - [anon_sym_virtual] = ACTIONS(3333), - [anon_sym_noexcept] = ACTIONS(3333), - [anon_sym_throw] = ACTIONS(3333), - [sym_operator_name] = ACTIONS(3333), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3333), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3333), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3333), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3333), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3333), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3333), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3333), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3333), - [anon_sym_MOZ_COLD] = ACTIONS(3333), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3333), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3333), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3333), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3333), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3333), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3333), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3333), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3333), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3333), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3333), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3333), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3333), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3333), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3333), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3333), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3333), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3333), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3333), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3333), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3333), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3333), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3333), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3333), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3333), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3333), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3333), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3333), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3333), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3333), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3333), - [anon_sym_MOZ_NONNULL] = ACTIONS(3333), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3333), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3333), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3333), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3333), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3333), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3333), - [anon_sym_MOZ_NORETURN] = ACTIONS(3333), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3333), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3333), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3333), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3333), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3333), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3333), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3333), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3333), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3333), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3333), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3333), - [anon_sym_MOZ_RAII] = ACTIONS(3333), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3333), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3333), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3333), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3333), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3333), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3333), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3333), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3333), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3333), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3333), - }, - [1415] = { - [sym_enumerator_list] = STATE(1293), - [sym__enum_base_clause] = STATE(1282), - [anon_sym_COMMA] = ACTIONS(3442), - [anon_sym_RPAREN] = ACTIONS(3442), - [anon_sym_LPAREN2] = ACTIONS(3442), - [anon_sym_STAR] = ACTIONS(3442), - [anon_sym_AMP_AMP] = ACTIONS(3442), - [anon_sym_AMP] = ACTIONS(3440), - [anon_sym_SEMI] = ACTIONS(3442), - [anon_sym_extern] = ACTIONS(3442), - [anon_sym___attribute__] = ACTIONS(3442), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3442), - [anon_sym___declspec] = ACTIONS(3442), - [anon_sym_LBRACE] = ACTIONS(3075), - [anon_sym_LBRACK] = ACTIONS(3440), - [anon_sym_EQ] = ACTIONS(3442), - [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(3440), - [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(3472), - [anon_sym_DASH_GT] = ACTIONS(3442), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3442), - [anon_sym_override] = ACTIONS(3442), - [anon_sym_virtual] = 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(3440), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3442), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3442), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3440), - [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(3440), - [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(3440), - [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(3440), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3442), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3442), - [anon_sym_MOZ_NONNULL] = ACTIONS(3440), - [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(3440), - [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), - }, - [1416] = { - [sym_identifier] = ACTIONS(3301), - [anon_sym_COMMA] = ACTIONS(3303), - [anon_sym_LPAREN2] = ACTIONS(3303), - [anon_sym_STAR] = ACTIONS(3303), - [anon_sym_AMP_AMP] = ACTIONS(3303), - [anon_sym_AMP] = ACTIONS(3301), - [anon_sym_SEMI] = ACTIONS(3303), - [anon_sym_extern] = ACTIONS(3301), - [anon_sym___attribute__] = ACTIONS(3301), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3303), - [anon_sym___declspec] = ACTIONS(3301), - [anon_sym___based] = ACTIONS(3301), - [anon_sym_LBRACE] = ACTIONS(3303), - [anon_sym_LBRACK] = ACTIONS(3301), - [anon_sym_EQ] = ACTIONS(3303), - [anon_sym_static] = ACTIONS(3301), - [anon_sym_register] = ACTIONS(3301), - [anon_sym_inline] = ACTIONS(3301), - [anon_sym_thread_local] = ACTIONS(3301), - [anon_sym_const] = ACTIONS(3301), - [anon_sym_volatile] = ACTIONS(3301), - [anon_sym_restrict] = ACTIONS(3301), - [anon_sym__Atomic] = ACTIONS(3301), - [anon_sym_mutable] = ACTIONS(3301), - [anon_sym_constexpr] = ACTIONS(3301), - [anon_sym_COLON] = ACTIONS(3303), - [anon_sym_DASH_GT] = ACTIONS(3303), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3301), - [anon_sym_override] = ACTIONS(3301), - [anon_sym_virtual] = ACTIONS(3301), - [anon_sym_noexcept] = ACTIONS(3301), - [anon_sym_throw] = ACTIONS(3301), - [sym_operator_name] = ACTIONS(3301), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3301), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3301), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3301), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3301), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3301), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3301), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3301), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3301), - [anon_sym_MOZ_COLD] = ACTIONS(3301), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3301), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3301), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3301), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3301), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3301), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3301), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3301), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3301), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3301), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3301), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3301), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3301), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3301), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3301), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3301), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3301), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3301), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3301), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3301), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3301), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3301), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3301), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3301), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3301), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3301), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3301), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3301), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3301), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3301), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3301), - [anon_sym_MOZ_NONNULL] = ACTIONS(3301), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3301), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3301), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3301), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3301), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3301), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3301), - [anon_sym_MOZ_NORETURN] = ACTIONS(3301), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3301), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3301), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3301), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3301), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3301), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3301), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3301), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3301), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3301), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3301), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3301), - [anon_sym_MOZ_RAII] = ACTIONS(3301), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3301), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3301), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3301), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3301), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3301), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3301), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3301), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3301), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3301), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3301), - }, - [1417] = { - [sym_identifier] = ACTIONS(2922), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2924), - [anon_sym_COMMA] = ACTIONS(2924), - [anon_sym_RPAREN] = ACTIONS(2924), - [anon_sym_LPAREN2] = ACTIONS(2924), - [anon_sym_TILDE] = ACTIONS(2924), - [anon_sym_STAR] = ACTIONS(2924), - [anon_sym_AMP_AMP] = ACTIONS(2924), - [anon_sym_AMP] = ACTIONS(2922), - [anon_sym_extern] = ACTIONS(2922), - [anon_sym___attribute__] = ACTIONS(2922), - [anon_sym_COLON_COLON] = ACTIONS(2924), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), - [anon_sym___declspec] = ACTIONS(2922), - [anon_sym___based] = ACTIONS(2922), - [anon_sym_LBRACK] = ACTIONS(2922), - [anon_sym_EQ] = ACTIONS(2924), - [anon_sym_static] = ACTIONS(2922), - [anon_sym_register] = ACTIONS(2922), - [anon_sym_inline] = ACTIONS(2922), - [anon_sym_thread_local] = ACTIONS(2922), - [anon_sym_const] = ACTIONS(2922), - [anon_sym_volatile] = ACTIONS(2922), - [anon_sym_restrict] = ACTIONS(2922), - [anon_sym__Atomic] = ACTIONS(2922), - [anon_sym_mutable] = ACTIONS(2922), - [anon_sym_constexpr] = ACTIONS(2922), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2922), - [anon_sym_explicit] = ACTIONS(2922), - [anon_sym_template] = ACTIONS(2922), - [anon_sym_GT2] = ACTIONS(2924), - [anon_sym_operator] = ACTIONS(2922), - [sym_operator_name] = ACTIONS(2922), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2922), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2922), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2922), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2922), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2922), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2922), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2922), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2922), - [anon_sym_MOZ_COLD] = ACTIONS(2922), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2922), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2922), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2922), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2922), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2922), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2922), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2922), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2922), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2922), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2922), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2922), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2922), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2922), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2922), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2922), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2922), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2922), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2922), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2922), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2922), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_NONNULL] = ACTIONS(2922), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2922), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2922), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2922), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2922), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2922), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_NORETURN] = ACTIONS(2922), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2922), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2922), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2922), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2922), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2922), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2922), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2922), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2922), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2922), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2922), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2922), - [anon_sym_MOZ_RAII] = ACTIONS(2922), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2922), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2922), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2922), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2922), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2922), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2922), - }, - [1418] = { - [sym_identifier] = ACTIONS(3281), - [anon_sym_COMMA] = ACTIONS(3283), - [anon_sym_LPAREN2] = ACTIONS(3283), - [anon_sym_STAR] = ACTIONS(3283), - [anon_sym_AMP_AMP] = ACTIONS(3283), - [anon_sym_AMP] = ACTIONS(3281), - [anon_sym_SEMI] = ACTIONS(3283), - [anon_sym_extern] = ACTIONS(3281), - [anon_sym___attribute__] = ACTIONS(3281), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3283), - [anon_sym___declspec] = ACTIONS(3281), - [anon_sym___based] = ACTIONS(3281), - [anon_sym_LBRACE] = ACTIONS(3283), - [anon_sym_LBRACK] = ACTIONS(3281), - [anon_sym_EQ] = ACTIONS(3283), - [anon_sym_static] = ACTIONS(3281), - [anon_sym_register] = ACTIONS(3281), - [anon_sym_inline] = ACTIONS(3281), - [anon_sym_thread_local] = ACTIONS(3281), - [anon_sym_const] = ACTIONS(3281), - [anon_sym_volatile] = ACTIONS(3281), - [anon_sym_restrict] = ACTIONS(3281), - [anon_sym__Atomic] = ACTIONS(3281), - [anon_sym_mutable] = ACTIONS(3281), - [anon_sym_constexpr] = ACTIONS(3281), - [anon_sym_COLON] = ACTIONS(3283), - [anon_sym_DASH_GT] = ACTIONS(3283), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3281), - [anon_sym_override] = ACTIONS(3281), - [anon_sym_virtual] = ACTIONS(3281), - [anon_sym_noexcept] = ACTIONS(3281), - [anon_sym_throw] = ACTIONS(3281), - [sym_operator_name] = ACTIONS(3281), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3281), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3281), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3281), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3281), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3281), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3281), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3281), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3281), - [anon_sym_MOZ_COLD] = ACTIONS(3281), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3281), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3281), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3281), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3281), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3281), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3281), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3281), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3281), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3281), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3281), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3281), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3281), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3281), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3281), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3281), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3281), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3281), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3281), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3281), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3281), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3281), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3281), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3281), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3281), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3281), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3281), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3281), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3281), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3281), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3281), - [anon_sym_MOZ_NONNULL] = ACTIONS(3281), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3281), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3281), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3281), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3281), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3281), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3281), - [anon_sym_MOZ_NORETURN] = ACTIONS(3281), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3281), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3281), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3281), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3281), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3281), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3281), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3281), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3281), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3281), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3281), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3281), - [anon_sym_MOZ_RAII] = ACTIONS(3281), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3281), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3281), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3281), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3281), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3281), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3281), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3281), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3281), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3281), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3281), + [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), }, - [1419] = { - [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), + [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(3245), - [anon_sym_override] = ACTIONS(3245), - [anon_sym_virtual] = ACTIONS(3245), - [anon_sym_noexcept] = ACTIONS(3245), - [anon_sym_throw] = ACTIONS(3245), - [sym_operator_name] = 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), - }, - [1420] = { - [sym_identifier] = ACTIONS(3241), - [anon_sym_COMMA] = ACTIONS(3243), - [anon_sym_LPAREN2] = ACTIONS(3243), - [anon_sym_STAR] = ACTIONS(3243), - [anon_sym_AMP_AMP] = ACTIONS(3243), - [anon_sym_AMP] = ACTIONS(3241), - [anon_sym_SEMI] = ACTIONS(3243), - [anon_sym_extern] = ACTIONS(3241), - [anon_sym___attribute__] = ACTIONS(3241), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3243), - [anon_sym___declspec] = ACTIONS(3241), - [anon_sym___based] = ACTIONS(3241), - [anon_sym_LBRACE] = ACTIONS(3243), - [anon_sym_LBRACK] = ACTIONS(3241), - [anon_sym_EQ] = ACTIONS(3243), - [anon_sym_static] = ACTIONS(3241), - [anon_sym_register] = ACTIONS(3241), - [anon_sym_inline] = ACTIONS(3241), - [anon_sym_thread_local] = ACTIONS(3241), - [anon_sym_const] = ACTIONS(3241), - [anon_sym_volatile] = ACTIONS(3241), - [anon_sym_restrict] = ACTIONS(3241), - [anon_sym__Atomic] = ACTIONS(3241), - [anon_sym_mutable] = ACTIONS(3241), - [anon_sym_constexpr] = ACTIONS(3241), - [anon_sym_COLON] = ACTIONS(3243), - [anon_sym_DASH_GT] = ACTIONS(3243), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3241), - [anon_sym_override] = ACTIONS(3241), - [anon_sym_virtual] = ACTIONS(3241), - [anon_sym_noexcept] = ACTIONS(3241), - [anon_sym_throw] = ACTIONS(3241), - [sym_operator_name] = ACTIONS(3241), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3241), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3241), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3241), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3241), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3241), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3241), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3241), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3241), - [anon_sym_MOZ_COLD] = ACTIONS(3241), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3241), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3241), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3241), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3241), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3241), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3241), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3241), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3241), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3241), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3241), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3241), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3241), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3241), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3241), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3241), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3241), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3241), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3241), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3241), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3241), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3241), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3241), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3241), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3241), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3241), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3241), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3241), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3241), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3241), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3241), - [anon_sym_MOZ_NONNULL] = ACTIONS(3241), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3241), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3241), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3241), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3241), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3241), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3241), - [anon_sym_MOZ_NORETURN] = ACTIONS(3241), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3241), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3241), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3241), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3241), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3241), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3241), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3241), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3241), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3241), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3241), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3241), - [anon_sym_MOZ_RAII] = ACTIONS(3241), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3241), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3241), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3241), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3241), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3241), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3241), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3241), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3241), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3241), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3241), + [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), }, - [1421] = { - [sym_identifier] = ACTIONS(3325), - [anon_sym_COMMA] = ACTIONS(3327), - [anon_sym_LPAREN2] = ACTIONS(3327), - [anon_sym_STAR] = ACTIONS(3327), - [anon_sym_AMP_AMP] = ACTIONS(3327), - [anon_sym_AMP] = ACTIONS(3325), - [anon_sym_SEMI] = ACTIONS(3327), - [anon_sym_extern] = ACTIONS(3325), - [anon_sym___attribute__] = ACTIONS(3325), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3327), - [anon_sym___declspec] = ACTIONS(3325), - [anon_sym___based] = ACTIONS(3325), - [anon_sym_LBRACE] = ACTIONS(3327), - [anon_sym_LBRACK] = ACTIONS(3325), - [anon_sym_EQ] = ACTIONS(3327), - [anon_sym_static] = ACTIONS(3325), - [anon_sym_register] = ACTIONS(3325), - [anon_sym_inline] = ACTIONS(3325), - [anon_sym_thread_local] = ACTIONS(3325), - [anon_sym_const] = ACTIONS(3325), - [anon_sym_volatile] = ACTIONS(3325), - [anon_sym_restrict] = ACTIONS(3325), - [anon_sym__Atomic] = ACTIONS(3325), - [anon_sym_mutable] = ACTIONS(3325), - [anon_sym_constexpr] = ACTIONS(3325), - [anon_sym_COLON] = ACTIONS(3327), - [anon_sym_DASH_GT] = ACTIONS(3327), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3325), - [anon_sym_override] = ACTIONS(3325), - [anon_sym_virtual] = ACTIONS(3325), - [anon_sym_noexcept] = ACTIONS(3325), - [anon_sym_throw] = ACTIONS(3325), - [sym_operator_name] = ACTIONS(3325), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3325), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3325), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3325), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3325), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3325), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3325), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3325), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3325), - [anon_sym_MOZ_COLD] = ACTIONS(3325), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3325), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3325), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3325), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3325), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3325), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3325), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3325), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3325), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3325), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3325), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3325), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3325), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3325), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3325), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3325), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3325), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3325), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3325), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3325), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3325), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3325), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3325), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3325), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3325), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3325), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3325), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3325), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3325), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3325), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3325), - [anon_sym_MOZ_NONNULL] = ACTIONS(3325), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3325), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3325), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3325), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3325), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3325), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3325), - [anon_sym_MOZ_NORETURN] = ACTIONS(3325), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3325), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3325), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3325), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3325), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3325), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3325), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3325), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3325), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3325), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3325), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3325), - [anon_sym_MOZ_RAII] = ACTIONS(3325), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3325), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3325), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3325), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3325), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3325), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3325), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3325), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3325), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3325), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3325), + [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), }, - [1422] = { - [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), + [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(3265), - [anon_sym_override] = ACTIONS(3265), - [anon_sym_virtual] = ACTIONS(3265), - [anon_sym_noexcept] = ACTIONS(3265), - [anon_sym_throw] = ACTIONS(3265), - [sym_operator_name] = 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), + [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), }, - [1423] = { - [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), + [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(3257), - [anon_sym_override] = ACTIONS(3257), - [anon_sym_virtual] = ACTIONS(3257), - [anon_sym_noexcept] = ACTIONS(3257), - [anon_sym_throw] = ACTIONS(3257), - [sym_operator_name] = 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), - }, - [1424] = { - [sym_identifier] = ACTIONS(3229), - [anon_sym_COMMA] = ACTIONS(3231), - [anon_sym_LPAREN2] = ACTIONS(3231), - [anon_sym_STAR] = ACTIONS(3231), - [anon_sym_AMP_AMP] = ACTIONS(3231), - [anon_sym_AMP] = ACTIONS(3229), - [anon_sym_SEMI] = ACTIONS(3231), - [anon_sym_extern] = ACTIONS(3229), - [anon_sym___attribute__] = ACTIONS(3229), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3231), - [anon_sym___declspec] = ACTIONS(3229), - [anon_sym___based] = ACTIONS(3229), - [anon_sym_LBRACE] = ACTIONS(3231), - [anon_sym_LBRACK] = ACTIONS(3229), - [anon_sym_EQ] = ACTIONS(3231), - [anon_sym_static] = ACTIONS(3229), - [anon_sym_register] = ACTIONS(3229), - [anon_sym_inline] = ACTIONS(3229), - [anon_sym_thread_local] = ACTIONS(3229), - [anon_sym_const] = ACTIONS(3229), - [anon_sym_volatile] = ACTIONS(3229), - [anon_sym_restrict] = ACTIONS(3229), - [anon_sym__Atomic] = ACTIONS(3229), - [anon_sym_mutable] = ACTIONS(3229), - [anon_sym_constexpr] = ACTIONS(3229), - [anon_sym_COLON] = ACTIONS(3231), - [anon_sym_DASH_GT] = ACTIONS(3231), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3229), - [anon_sym_override] = ACTIONS(3229), - [anon_sym_virtual] = ACTIONS(3229), - [anon_sym_noexcept] = ACTIONS(3229), - [anon_sym_throw] = ACTIONS(3229), - [sym_operator_name] = ACTIONS(3229), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3229), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3229), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3229), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3229), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3229), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3229), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3229), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3229), - [anon_sym_MOZ_COLD] = ACTIONS(3229), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3229), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3229), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3229), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3229), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3229), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3229), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3229), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3229), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3229), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3229), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3229), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3229), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3229), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3229), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3229), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3229), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3229), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3229), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3229), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3229), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3229), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3229), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3229), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3229), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3229), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3229), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3229), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3229), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3229), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3229), - [anon_sym_MOZ_NONNULL] = ACTIONS(3229), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3229), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3229), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3229), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3229), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3229), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3229), - [anon_sym_MOZ_NORETURN] = ACTIONS(3229), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3229), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3229), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3229), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3229), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3229), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3229), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3229), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3229), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3229), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3229), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3229), - [anon_sym_MOZ_RAII] = ACTIONS(3229), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3229), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3229), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3229), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3229), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3229), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3229), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3229), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3229), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3229), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3229), - }, - [1425] = { - [sym_identifier] = ACTIONS(3225), - [anon_sym_COMMA] = ACTIONS(3227), - [anon_sym_LPAREN2] = ACTIONS(3227), - [anon_sym_STAR] = ACTIONS(3227), - [anon_sym_AMP_AMP] = ACTIONS(3227), - [anon_sym_AMP] = ACTIONS(3225), - [anon_sym_SEMI] = ACTIONS(3227), - [anon_sym_extern] = ACTIONS(3225), - [anon_sym___attribute__] = ACTIONS(3225), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3227), - [anon_sym___declspec] = ACTIONS(3225), - [anon_sym___based] = ACTIONS(3225), - [anon_sym_LBRACE] = ACTIONS(3227), - [anon_sym_LBRACK] = ACTIONS(3225), - [anon_sym_EQ] = ACTIONS(3227), - [anon_sym_static] = ACTIONS(3225), - [anon_sym_register] = ACTIONS(3225), - [anon_sym_inline] = ACTIONS(3225), - [anon_sym_thread_local] = ACTIONS(3225), - [anon_sym_const] = ACTIONS(3225), - [anon_sym_volatile] = ACTIONS(3225), - [anon_sym_restrict] = ACTIONS(3225), - [anon_sym__Atomic] = ACTIONS(3225), - [anon_sym_mutable] = ACTIONS(3225), - [anon_sym_constexpr] = ACTIONS(3225), - [anon_sym_COLON] = ACTIONS(3227), - [anon_sym_DASH_GT] = ACTIONS(3227), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3225), - [anon_sym_override] = ACTIONS(3225), - [anon_sym_virtual] = ACTIONS(3225), - [anon_sym_noexcept] = ACTIONS(3225), - [anon_sym_throw] = ACTIONS(3225), - [sym_operator_name] = ACTIONS(3225), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3225), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3225), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3225), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3225), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3225), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3225), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3225), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3225), - [anon_sym_MOZ_COLD] = ACTIONS(3225), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3225), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3225), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3225), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3225), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3225), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3225), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3225), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3225), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3225), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3225), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3225), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3225), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3225), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3225), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3225), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3225), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3225), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3225), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3225), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3225), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3225), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3225), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3225), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3225), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3225), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3225), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3225), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3225), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3225), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3225), - [anon_sym_MOZ_NONNULL] = ACTIONS(3225), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3225), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3225), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3225), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3225), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3225), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3225), - [anon_sym_MOZ_NORETURN] = ACTIONS(3225), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3225), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3225), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3225), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3225), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3225), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3225), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3225), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3225), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3225), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3225), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3225), - [anon_sym_MOZ_RAII] = ACTIONS(3225), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3225), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3225), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3225), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3225), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3225), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3225), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3225), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3225), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3225), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3225), - }, - [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_noexcept] = ACTIONS(3193), - [anon_sym_throw] = ACTIONS(3193), - [sym_operator_name] = 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(3105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3107), - [anon_sym_COMMA] = ACTIONS(3107), - [anon_sym_RPAREN] = ACTIONS(3107), - [anon_sym_LPAREN2] = ACTIONS(3107), - [anon_sym_TILDE] = ACTIONS(3107), - [anon_sym_STAR] = ACTIONS(3107), - [anon_sym_AMP_AMP] = ACTIONS(3107), - [anon_sym_AMP] = ACTIONS(3105), - [anon_sym_SEMI] = ACTIONS(3107), - [anon_sym_extern] = ACTIONS(3105), - [anon_sym___attribute__] = ACTIONS(3105), - [anon_sym_COLON_COLON] = ACTIONS(3474), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3107), - [anon_sym___declspec] = ACTIONS(3105), - [anon_sym___based] = ACTIONS(3105), - [anon_sym_LBRACE] = ACTIONS(3107), - [anon_sym_LBRACK] = ACTIONS(3105), - [anon_sym_EQ] = ACTIONS(3107), - [anon_sym_static] = ACTIONS(3105), - [anon_sym_register] = ACTIONS(3105), - [anon_sym_inline] = ACTIONS(3105), - [anon_sym_thread_local] = ACTIONS(3105), - [anon_sym_const] = ACTIONS(3105), - [anon_sym_volatile] = ACTIONS(3105), - [anon_sym_restrict] = ACTIONS(3105), - [anon_sym__Atomic] = ACTIONS(3105), - [anon_sym_mutable] = ACTIONS(3105), - [anon_sym_constexpr] = ACTIONS(3105), - [anon_sym_COLON] = ACTIONS(3105), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3105), - [anon_sym_template] = ACTIONS(3105), - [sym_operator_name] = ACTIONS(3105), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3105), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3105), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3105), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3105), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3105), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3105), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3105), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3105), - [anon_sym_MOZ_COLD] = ACTIONS(3105), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3105), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3105), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3105), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3105), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3105), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3105), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3105), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3105), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3105), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3105), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3105), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3105), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3105), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3105), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3105), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3105), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3105), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3105), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3105), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3105), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_NONNULL] = ACTIONS(3105), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3105), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3105), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3105), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3105), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3105), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_NORETURN] = ACTIONS(3105), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3105), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3105), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3105), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3105), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3105), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3105), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3105), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3105), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3105), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3105), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3105), - [anon_sym_MOZ_RAII] = ACTIONS(3105), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3105), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3105), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3105), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3105), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3105), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3105), - }, - [1428] = { - [sym_identifier] = ACTIONS(3285), - [anon_sym_COMMA] = ACTIONS(3287), - [anon_sym_LPAREN2] = ACTIONS(3287), - [anon_sym_STAR] = ACTIONS(3287), - [anon_sym_AMP_AMP] = ACTIONS(3287), - [anon_sym_AMP] = ACTIONS(3285), - [anon_sym_SEMI] = ACTIONS(3287), - [anon_sym_extern] = ACTIONS(3285), - [anon_sym___attribute__] = ACTIONS(3285), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3287), - [anon_sym___declspec] = ACTIONS(3285), - [anon_sym___based] = ACTIONS(3285), - [anon_sym_LBRACE] = ACTIONS(3287), - [anon_sym_LBRACK] = ACTIONS(3285), - [anon_sym_EQ] = ACTIONS(3287), - [anon_sym_static] = ACTIONS(3285), - [anon_sym_register] = ACTIONS(3285), - [anon_sym_inline] = ACTIONS(3285), - [anon_sym_thread_local] = ACTIONS(3285), - [anon_sym_const] = ACTIONS(3285), - [anon_sym_volatile] = ACTIONS(3285), - [anon_sym_restrict] = ACTIONS(3285), - [anon_sym__Atomic] = ACTIONS(3285), - [anon_sym_mutable] = ACTIONS(3285), - [anon_sym_constexpr] = ACTIONS(3285), - [anon_sym_COLON] = ACTIONS(3287), - [anon_sym_DASH_GT] = ACTIONS(3287), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3285), - [anon_sym_override] = ACTIONS(3285), - [anon_sym_virtual] = ACTIONS(3285), - [anon_sym_noexcept] = ACTIONS(3285), - [anon_sym_throw] = ACTIONS(3285), - [sym_operator_name] = ACTIONS(3285), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3285), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3285), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3285), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3285), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3285), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3285), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3285), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3285), - [anon_sym_MOZ_COLD] = ACTIONS(3285), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3285), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3285), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3285), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3285), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3285), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3285), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3285), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3285), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3285), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3285), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3285), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3285), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3285), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3285), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3285), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3285), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3285), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3285), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3285), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3285), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3285), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3285), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3285), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3285), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3285), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3285), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3285), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3285), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3285), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3285), - [anon_sym_MOZ_NONNULL] = ACTIONS(3285), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3285), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3285), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3285), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3285), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3285), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3285), - [anon_sym_MOZ_NORETURN] = ACTIONS(3285), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3285), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3285), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3285), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3285), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3285), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3285), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3285), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3285), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3285), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3285), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3285), - [anon_sym_MOZ_RAII] = ACTIONS(3285), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3285), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3285), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3285), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3285), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3285), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3285), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3285), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3285), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3285), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3285), - }, - [1429] = { - [sym_identifier] = ACTIONS(3293), - [anon_sym_COMMA] = ACTIONS(3295), - [anon_sym_LPAREN2] = ACTIONS(3295), - [anon_sym_STAR] = ACTIONS(3295), - [anon_sym_AMP_AMP] = ACTIONS(3295), - [anon_sym_AMP] = ACTIONS(3293), - [anon_sym_SEMI] = ACTIONS(3295), - [anon_sym_extern] = ACTIONS(3293), - [anon_sym___attribute__] = ACTIONS(3293), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3295), - [anon_sym___declspec] = ACTIONS(3293), - [anon_sym___based] = ACTIONS(3293), - [anon_sym_LBRACE] = ACTIONS(3295), - [anon_sym_LBRACK] = ACTIONS(3293), - [anon_sym_EQ] = ACTIONS(3295), - [anon_sym_static] = ACTIONS(3293), - [anon_sym_register] = ACTIONS(3293), - [anon_sym_inline] = ACTIONS(3293), - [anon_sym_thread_local] = ACTIONS(3293), - [anon_sym_const] = ACTIONS(3293), - [anon_sym_volatile] = ACTIONS(3293), - [anon_sym_restrict] = ACTIONS(3293), - [anon_sym__Atomic] = ACTIONS(3293), - [anon_sym_mutable] = ACTIONS(3293), - [anon_sym_constexpr] = ACTIONS(3293), - [anon_sym_COLON] = ACTIONS(3295), - [anon_sym_DASH_GT] = ACTIONS(3295), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3293), - [anon_sym_override] = ACTIONS(3293), - [anon_sym_virtual] = ACTIONS(3293), - [anon_sym_noexcept] = ACTIONS(3293), - [anon_sym_throw] = ACTIONS(3293), - [sym_operator_name] = ACTIONS(3293), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3293), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3293), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3293), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3293), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3293), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3293), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3293), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3293), - [anon_sym_MOZ_COLD] = ACTIONS(3293), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3293), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3293), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3293), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3293), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3293), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3293), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3293), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3293), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3293), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3293), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3293), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3293), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3293), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3293), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3293), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3293), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3293), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3293), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3293), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3293), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3293), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3293), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3293), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3293), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3293), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3293), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3293), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3293), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3293), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3293), - [anon_sym_MOZ_NONNULL] = ACTIONS(3293), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3293), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3293), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3293), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3293), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3293), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3293), - [anon_sym_MOZ_NORETURN] = ACTIONS(3293), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3293), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3293), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3293), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3293), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3293), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3293), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3293), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3293), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3293), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3293), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3293), - [anon_sym_MOZ_RAII] = ACTIONS(3293), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3293), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3293), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3293), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3293), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3293), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3293), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3293), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3293), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3293), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3293), - }, - [1430] = { - [sym_identifier] = ACTIONS(3221), - [anon_sym_COMMA] = ACTIONS(3223), - [anon_sym_LPAREN2] = ACTIONS(3223), - [anon_sym_STAR] = ACTIONS(3223), - [anon_sym_AMP_AMP] = ACTIONS(3223), - [anon_sym_AMP] = ACTIONS(3221), - [anon_sym_SEMI] = ACTIONS(3223), - [anon_sym_extern] = ACTIONS(3221), - [anon_sym___attribute__] = ACTIONS(3221), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3223), - [anon_sym___declspec] = ACTIONS(3221), - [anon_sym___based] = ACTIONS(3221), - [anon_sym_LBRACE] = ACTIONS(3223), - [anon_sym_LBRACK] = ACTIONS(3221), - [anon_sym_EQ] = ACTIONS(3223), - [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(3221), - [anon_sym_volatile] = ACTIONS(3221), - [anon_sym_restrict] = ACTIONS(3221), - [anon_sym__Atomic] = ACTIONS(3221), - [anon_sym_mutable] = ACTIONS(3221), - [anon_sym_constexpr] = ACTIONS(3221), - [anon_sym_COLON] = ACTIONS(3223), - [anon_sym_DASH_GT] = ACTIONS(3223), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3221), - [anon_sym_override] = ACTIONS(3221), - [anon_sym_virtual] = ACTIONS(3221), - [anon_sym_noexcept] = ACTIONS(3221), - [anon_sym_throw] = ACTIONS(3221), - [sym_operator_name] = ACTIONS(3221), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3221), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3221), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3221), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3221), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3221), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3221), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3221), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3221), - [anon_sym_MOZ_COLD] = ACTIONS(3221), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3221), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3221), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3221), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3221), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3221), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3221), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3221), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3221), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3221), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3221), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3221), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3221), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3221), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3221), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3221), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3221), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3221), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3221), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3221), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3221), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3221), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3221), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3221), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3221), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3221), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3221), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3221), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3221), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3221), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3221), - [anon_sym_MOZ_NONNULL] = ACTIONS(3221), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3221), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3221), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3221), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3221), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3221), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3221), - [anon_sym_MOZ_NORETURN] = ACTIONS(3221), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3221), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3221), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3221), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3221), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3221), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3221), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3221), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3221), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3221), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3221), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3221), - [anon_sym_MOZ_RAII] = ACTIONS(3221), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3221), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3221), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3221), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3221), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3221), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3221), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3221), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3221), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3221), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3221), - }, - [1431] = { - [sym_identifier] = ACTIONS(3217), - [anon_sym_COMMA] = ACTIONS(3219), - [anon_sym_LPAREN2] = ACTIONS(3219), - [anon_sym_STAR] = ACTIONS(3219), - [anon_sym_AMP_AMP] = ACTIONS(3219), - [anon_sym_AMP] = ACTIONS(3217), - [anon_sym_SEMI] = ACTIONS(3219), - [anon_sym_extern] = ACTIONS(3217), - [anon_sym___attribute__] = ACTIONS(3217), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3219), - [anon_sym___declspec] = ACTIONS(3217), - [anon_sym___based] = ACTIONS(3217), - [anon_sym_LBRACE] = ACTIONS(3219), - [anon_sym_LBRACK] = ACTIONS(3217), - [anon_sym_EQ] = ACTIONS(3219), - [anon_sym_static] = ACTIONS(3217), - [anon_sym_register] = ACTIONS(3217), - [anon_sym_inline] = ACTIONS(3217), - [anon_sym_thread_local] = ACTIONS(3217), - [anon_sym_const] = ACTIONS(3217), - [anon_sym_volatile] = ACTIONS(3217), - [anon_sym_restrict] = ACTIONS(3217), - [anon_sym__Atomic] = ACTIONS(3217), - [anon_sym_mutable] = ACTIONS(3217), - [anon_sym_constexpr] = ACTIONS(3217), - [anon_sym_COLON] = ACTIONS(3219), - [anon_sym_DASH_GT] = ACTIONS(3219), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3217), - [anon_sym_override] = ACTIONS(3217), - [anon_sym_virtual] = ACTIONS(3217), - [anon_sym_noexcept] = ACTIONS(3217), - [anon_sym_throw] = ACTIONS(3217), - [sym_operator_name] = ACTIONS(3217), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3217), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3217), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3217), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3217), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3217), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3217), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3217), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3217), - [anon_sym_MOZ_COLD] = ACTIONS(3217), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3217), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3217), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3217), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3217), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3217), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3217), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3217), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3217), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3217), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3217), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3217), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3217), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3217), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3217), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3217), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3217), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3217), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3217), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3217), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3217), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3217), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3217), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3217), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3217), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3217), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3217), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3217), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3217), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3217), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3217), - [anon_sym_MOZ_NONNULL] = ACTIONS(3217), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3217), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3217), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3217), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3217), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3217), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3217), - [anon_sym_MOZ_NORETURN] = ACTIONS(3217), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3217), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3217), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3217), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3217), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3217), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3217), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3217), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3217), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3217), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3217), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3217), - [anon_sym_MOZ_RAII] = ACTIONS(3217), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3217), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3217), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3217), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3217), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3217), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3217), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3217), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3217), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3217), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3217), - }, - [1432] = { - [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_noexcept] = ACTIONS(3213), - [anon_sym_throw] = ACTIONS(3213), - [sym_operator_name] = 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), - }, - [1433] = { - [sym_identifier] = ACTIONS(3309), - [anon_sym_COMMA] = ACTIONS(3311), - [anon_sym_LPAREN2] = ACTIONS(3311), - [anon_sym_STAR] = ACTIONS(3311), - [anon_sym_AMP_AMP] = ACTIONS(3311), - [anon_sym_AMP] = ACTIONS(3309), - [anon_sym_SEMI] = ACTIONS(3311), - [anon_sym_extern] = ACTIONS(3309), - [anon_sym___attribute__] = ACTIONS(3309), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3311), - [anon_sym___declspec] = ACTIONS(3309), - [anon_sym___based] = ACTIONS(3309), - [anon_sym_LBRACE] = ACTIONS(3311), - [anon_sym_LBRACK] = ACTIONS(3309), - [anon_sym_EQ] = ACTIONS(3311), - [anon_sym_static] = ACTIONS(3309), - [anon_sym_register] = ACTIONS(3309), - [anon_sym_inline] = ACTIONS(3309), - [anon_sym_thread_local] = ACTIONS(3309), - [anon_sym_const] = ACTIONS(3309), - [anon_sym_volatile] = ACTIONS(3309), - [anon_sym_restrict] = ACTIONS(3309), - [anon_sym__Atomic] = ACTIONS(3309), - [anon_sym_mutable] = ACTIONS(3309), - [anon_sym_constexpr] = ACTIONS(3309), - [anon_sym_COLON] = ACTIONS(3311), - [anon_sym_DASH_GT] = ACTIONS(3311), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3309), - [anon_sym_override] = ACTIONS(3309), - [anon_sym_virtual] = ACTIONS(3309), - [anon_sym_noexcept] = ACTIONS(3309), - [anon_sym_throw] = ACTIONS(3309), - [sym_operator_name] = ACTIONS(3309), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3309), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3309), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3309), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3309), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3309), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3309), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3309), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3309), - [anon_sym_MOZ_COLD] = ACTIONS(3309), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3309), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3309), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3309), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3309), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3309), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3309), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3309), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3309), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3309), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3309), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3309), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3309), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3309), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3309), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3309), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3309), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3309), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3309), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3309), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3309), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3309), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3309), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3309), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3309), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3309), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3309), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3309), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3309), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3309), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3309), - [anon_sym_MOZ_NONNULL] = ACTIONS(3309), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3309), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3309), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3309), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3309), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3309), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3309), - [anon_sym_MOZ_NORETURN] = ACTIONS(3309), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3309), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3309), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3309), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3309), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3309), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3309), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3309), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3309), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3309), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3309), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3309), - [anon_sym_MOZ_RAII] = ACTIONS(3309), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3309), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3309), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3309), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3309), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3309), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3309), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3309), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3309), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3309), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3309), - }, - [1434] = { - [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_noexcept] = ACTIONS(3209), - [anon_sym_throw] = ACTIONS(3209), - [sym_operator_name] = 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), - }, - [1435] = { - [sym_identifier] = ACTIONS(3105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3107), - [anon_sym_COMMA] = ACTIONS(3107), - [anon_sym_RPAREN] = ACTIONS(3107), - [anon_sym_LPAREN2] = ACTIONS(3107), - [anon_sym_TILDE] = ACTIONS(3107), - [anon_sym_STAR] = ACTIONS(3107), - [anon_sym_AMP_AMP] = ACTIONS(3107), - [anon_sym_AMP] = ACTIONS(3105), - [anon_sym_SEMI] = ACTIONS(3107), - [anon_sym_extern] = ACTIONS(3105), - [anon_sym___attribute__] = ACTIONS(3105), - [anon_sym_COLON_COLON] = ACTIONS(3474), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3107), - [anon_sym___declspec] = ACTIONS(3105), - [anon_sym___based] = ACTIONS(3105), - [anon_sym_LBRACE] = ACTIONS(3107), - [anon_sym_LBRACK] = ACTIONS(3105), - [anon_sym_EQ] = ACTIONS(3107), - [anon_sym_static] = ACTIONS(3105), - [anon_sym_register] = ACTIONS(3105), - [anon_sym_inline] = ACTIONS(3105), - [anon_sym_thread_local] = ACTIONS(3105), - [anon_sym_const] = ACTIONS(3105), - [anon_sym_volatile] = ACTIONS(3105), - [anon_sym_restrict] = ACTIONS(3105), - [anon_sym__Atomic] = ACTIONS(3105), - [anon_sym_mutable] = ACTIONS(3105), - [anon_sym_constexpr] = ACTIONS(3105), - [anon_sym_COLON] = ACTIONS(3105), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3105), - [anon_sym_template] = ACTIONS(3105), - [sym_operator_name] = ACTIONS(3105), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3105), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3105), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3105), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3105), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3105), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3105), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3105), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3105), - [anon_sym_MOZ_COLD] = ACTIONS(3105), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3105), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3105), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3105), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3105), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3105), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3105), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3105), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3105), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3105), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3105), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3105), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3105), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3105), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3105), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3105), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3105), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3105), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3105), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3105), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3105), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3105), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_NONNULL] = ACTIONS(3105), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3105), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3105), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3105), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3105), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3105), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_NORETURN] = ACTIONS(3105), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3105), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3105), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3105), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3105), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3105), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3105), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3105), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3105), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3105), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3105), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3105), - [anon_sym_MOZ_RAII] = ACTIONS(3105), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3105), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3105), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3105), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3105), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3105), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3105), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3105), + [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), }, - [1436] = { + [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), @@ -260309,15 +246688,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_template] = ACTIONS(3169), + [anon_sym_GT2] = ACTIONS(3171), + [anon_sym_operator] = ACTIONS(3169), [anon_sym_noexcept] = ACTIONS(3169), [anon_sym_throw] = ACTIONS(3169), - [sym_operator_name] = ACTIONS(3169), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3169), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3169), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3169), @@ -260388,751 +246768,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3169), [anon_sym_JS_PUBLIC_API] = ACTIONS(3169), }, - [1437] = { - [sym_identifier] = ACTIONS(3277), - [anon_sym_COMMA] = ACTIONS(3279), - [anon_sym_LPAREN2] = ACTIONS(3279), - [anon_sym_STAR] = ACTIONS(3279), - [anon_sym_AMP_AMP] = ACTIONS(3279), - [anon_sym_AMP] = ACTIONS(3277), - [anon_sym_SEMI] = ACTIONS(3279), - [anon_sym_extern] = ACTIONS(3277), - [anon_sym___attribute__] = ACTIONS(3277), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3279), - [anon_sym___declspec] = ACTIONS(3277), - [anon_sym___based] = ACTIONS(3277), - [anon_sym_LBRACE] = ACTIONS(3279), - [anon_sym_LBRACK] = ACTIONS(3277), - [anon_sym_EQ] = ACTIONS(3279), - [anon_sym_static] = ACTIONS(3277), - [anon_sym_register] = ACTIONS(3277), - [anon_sym_inline] = ACTIONS(3277), - [anon_sym_thread_local] = ACTIONS(3277), - [anon_sym_const] = ACTIONS(3277), - [anon_sym_volatile] = ACTIONS(3277), - [anon_sym_restrict] = ACTIONS(3277), - [anon_sym__Atomic] = ACTIONS(3277), - [anon_sym_mutable] = ACTIONS(3277), - [anon_sym_constexpr] = ACTIONS(3277), - [anon_sym_COLON] = ACTIONS(3279), - [anon_sym_DASH_GT] = ACTIONS(3279), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3277), - [anon_sym_override] = ACTIONS(3277), - [anon_sym_virtual] = ACTIONS(3277), - [anon_sym_noexcept] = ACTIONS(3277), - [anon_sym_throw] = ACTIONS(3277), - [sym_operator_name] = ACTIONS(3277), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3277), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3277), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3277), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3277), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3277), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3277), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3277), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3277), - [anon_sym_MOZ_COLD] = ACTIONS(3277), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3277), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3277), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3277), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3277), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3277), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3277), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3277), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3277), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3277), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3277), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3277), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3277), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3277), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3277), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3277), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3277), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3277), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3277), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3277), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3277), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3277), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3277), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3277), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3277), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3277), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3277), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3277), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3277), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3277), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3277), - [anon_sym_MOZ_NONNULL] = ACTIONS(3277), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3277), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3277), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3277), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3277), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3277), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3277), - [anon_sym_MOZ_NORETURN] = ACTIONS(3277), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3277), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3277), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3277), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3277), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3277), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3277), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3277), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3277), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3277), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3277), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3277), - [anon_sym_MOZ_RAII] = ACTIONS(3277), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3277), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3277), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3277), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3277), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3277), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3277), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3277), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3277), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3277), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3277), - }, - [1438] = { - [sym_identifier] = ACTIONS(3269), - [anon_sym_COMMA] = ACTIONS(3271), - [anon_sym_LPAREN2] = ACTIONS(3271), - [anon_sym_STAR] = ACTIONS(3271), - [anon_sym_AMP_AMP] = ACTIONS(3271), - [anon_sym_AMP] = ACTIONS(3269), - [anon_sym_SEMI] = ACTIONS(3271), - [anon_sym_extern] = ACTIONS(3269), - [anon_sym___attribute__] = ACTIONS(3269), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3271), - [anon_sym___declspec] = ACTIONS(3269), - [anon_sym___based] = ACTIONS(3269), - [anon_sym_LBRACE] = ACTIONS(3271), - [anon_sym_LBRACK] = ACTIONS(3269), - [anon_sym_EQ] = ACTIONS(3271), - [anon_sym_static] = ACTIONS(3269), - [anon_sym_register] = ACTIONS(3269), - [anon_sym_inline] = ACTIONS(3269), - [anon_sym_thread_local] = ACTIONS(3269), - [anon_sym_const] = ACTIONS(3269), - [anon_sym_volatile] = ACTIONS(3269), - [anon_sym_restrict] = ACTIONS(3269), - [anon_sym__Atomic] = ACTIONS(3269), - [anon_sym_mutable] = ACTIONS(3269), - [anon_sym_constexpr] = ACTIONS(3269), - [anon_sym_COLON] = ACTIONS(3271), - [anon_sym_DASH_GT] = ACTIONS(3271), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3269), - [anon_sym_override] = ACTIONS(3269), - [anon_sym_virtual] = ACTIONS(3269), - [anon_sym_noexcept] = ACTIONS(3269), - [anon_sym_throw] = ACTIONS(3269), - [sym_operator_name] = ACTIONS(3269), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3269), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3269), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3269), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3269), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3269), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3269), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3269), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3269), - [anon_sym_MOZ_COLD] = ACTIONS(3269), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3269), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3269), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3269), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3269), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3269), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3269), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3269), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3269), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3269), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3269), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3269), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3269), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3269), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3269), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3269), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3269), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3269), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3269), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3269), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3269), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3269), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3269), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3269), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3269), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3269), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3269), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3269), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3269), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3269), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3269), - [anon_sym_MOZ_NONNULL] = ACTIONS(3269), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3269), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3269), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3269), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3269), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3269), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3269), - [anon_sym_MOZ_NORETURN] = ACTIONS(3269), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3269), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3269), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3269), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3269), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3269), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3269), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3269), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3269), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3269), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3269), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3269), - [anon_sym_MOZ_RAII] = ACTIONS(3269), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3269), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3269), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3269), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3269), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3269), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3269), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3269), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3269), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3269), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3269), - }, - [1439] = { - [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_noexcept] = ACTIONS(3201), - [anon_sym_throw] = ACTIONS(3201), - [sym_operator_name] = 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), - }, - [1440] = { - [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_noexcept] = ACTIONS(3261), - [anon_sym_throw] = ACTIONS(3261), - [sym_operator_name] = 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), - }, - [1441] = { - [sym_identifier] = ACTIONS(3289), - [anon_sym_COMMA] = ACTIONS(3291), - [anon_sym_LPAREN2] = ACTIONS(3291), - [anon_sym_STAR] = ACTIONS(3291), - [anon_sym_AMP_AMP] = ACTIONS(3291), - [anon_sym_AMP] = ACTIONS(3289), - [anon_sym_SEMI] = ACTIONS(3291), - [anon_sym_extern] = ACTIONS(3289), - [anon_sym___attribute__] = ACTIONS(3289), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3291), - [anon_sym___declspec] = ACTIONS(3289), - [anon_sym___based] = ACTIONS(3289), - [anon_sym_LBRACE] = ACTIONS(3291), - [anon_sym_LBRACK] = ACTIONS(3289), - [anon_sym_EQ] = ACTIONS(3291), - [anon_sym_static] = ACTIONS(3289), - [anon_sym_register] = ACTIONS(3289), - [anon_sym_inline] = ACTIONS(3289), - [anon_sym_thread_local] = ACTIONS(3289), - [anon_sym_const] = ACTIONS(3289), - [anon_sym_volatile] = ACTIONS(3289), - [anon_sym_restrict] = ACTIONS(3289), - [anon_sym__Atomic] = ACTIONS(3289), - [anon_sym_mutable] = ACTIONS(3289), - [anon_sym_constexpr] = ACTIONS(3289), - [anon_sym_COLON] = ACTIONS(3291), - [anon_sym_DASH_GT] = ACTIONS(3291), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3289), - [anon_sym_override] = ACTIONS(3289), - [anon_sym_virtual] = ACTIONS(3289), - [anon_sym_noexcept] = ACTIONS(3289), - [anon_sym_throw] = ACTIONS(3289), - [sym_operator_name] = ACTIONS(3289), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3289), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3289), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3289), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3289), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3289), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3289), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3289), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3289), - [anon_sym_MOZ_COLD] = ACTIONS(3289), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3289), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3289), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3289), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3289), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3289), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3289), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3289), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3289), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3289), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3289), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3289), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3289), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3289), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3289), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3289), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3289), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3289), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3289), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3289), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3289), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3289), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3289), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3289), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3289), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3289), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3289), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3289), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3289), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3289), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3289), - [anon_sym_MOZ_NONNULL] = ACTIONS(3289), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3289), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3289), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3289), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3289), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3289), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3289), - [anon_sym_MOZ_NORETURN] = ACTIONS(3289), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3289), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3289), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3289), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3289), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3289), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3289), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3289), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3289), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3289), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3289), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3289), - [anon_sym_MOZ_RAII] = ACTIONS(3289), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3289), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3289), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3289), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3289), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3289), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3289), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3289), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3289), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3289), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3289), - }, - [1442] = { - [sym_identifier] = ACTIONS(2748), - [anon_sym_COMMA] = ACTIONS(2750), - [anon_sym_LPAREN2] = ACTIONS(2750), - [anon_sym_STAR] = ACTIONS(2750), - [anon_sym_AMP_AMP] = ACTIONS(2750), - [anon_sym_AMP] = ACTIONS(2748), - [anon_sym_SEMI] = ACTIONS(2750), - [anon_sym_extern] = ACTIONS(2748), - [anon_sym___attribute__] = ACTIONS(2748), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2750), - [anon_sym___declspec] = ACTIONS(2748), - [anon_sym___based] = ACTIONS(2748), - [anon_sym_LBRACE] = ACTIONS(2750), - [anon_sym_LBRACK] = ACTIONS(2748), - [anon_sym_EQ] = ACTIONS(2750), - [anon_sym_static] = ACTIONS(2748), - [anon_sym_register] = ACTIONS(2748), - [anon_sym_inline] = ACTIONS(2748), - [anon_sym_thread_local] = ACTIONS(2748), - [anon_sym_const] = ACTIONS(2748), - [anon_sym_volatile] = ACTIONS(2748), - [anon_sym_restrict] = ACTIONS(2748), - [anon_sym__Atomic] = ACTIONS(2748), - [anon_sym_mutable] = ACTIONS(2748), - [anon_sym_constexpr] = ACTIONS(2748), - [anon_sym_COLON] = ACTIONS(2750), - [anon_sym_DASH_GT] = ACTIONS(2750), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(2748), - [anon_sym_override] = ACTIONS(2748), - [anon_sym_virtual] = ACTIONS(2748), - [anon_sym_noexcept] = ACTIONS(2748), - [anon_sym_throw] = ACTIONS(2748), - [sym_operator_name] = ACTIONS(2748), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2748), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2748), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2748), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2748), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2748), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2748), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2748), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2748), - [anon_sym_MOZ_COLD] = ACTIONS(2748), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2748), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2748), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2748), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2748), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2748), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2748), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2748), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2748), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2748), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2748), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2748), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2748), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2748), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2748), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2748), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2748), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2748), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2748), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2748), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2748), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2748), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2748), - [anon_sym_MOZ_NONNULL] = ACTIONS(2748), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2748), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2748), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2748), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2748), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2748), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2748), - [anon_sym_MOZ_NORETURN] = ACTIONS(2748), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2748), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2748), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2748), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2748), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2748), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2748), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2748), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2748), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2748), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2748), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2748), - [anon_sym_MOZ_RAII] = ACTIONS(2748), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2748), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2748), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2748), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2748), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2748), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2748), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2748), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2748), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2748), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2748), - }, - [1443] = { - [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_noexcept] = ACTIONS(3205), - [anon_sym_throw] = ACTIONS(3205), - [sym_operator_name] = 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), - }, - [1444] = { + [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), @@ -261149,15 +246798,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_template] = ACTIONS(3173), + [anon_sym_GT2] = ACTIONS(3175), + [anon_sym_operator] = ACTIONS(3173), [anon_sym_noexcept] = ACTIONS(3173), [anon_sym_throw] = ACTIONS(3173), - [sym_operator_name] = ACTIONS(3173), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3173), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3173), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3173), @@ -261228,751 +246878,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3173), [anon_sym_JS_PUBLIC_API] = ACTIONS(3173), }, - [1445] = { - [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_noexcept] = ACTIONS(3165), - [anon_sym_throw] = ACTIONS(3165), - [sym_operator_name] = 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), - }, - [1446] = { - [sym_identifier] = ACTIONS(2978), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2980), - [anon_sym_COMMA] = ACTIONS(2980), - [anon_sym_RPAREN] = ACTIONS(2980), - [anon_sym_LPAREN2] = ACTIONS(2980), - [anon_sym_TILDE] = ACTIONS(2980), - [anon_sym_STAR] = ACTIONS(2980), - [anon_sym_AMP_AMP] = ACTIONS(2980), - [anon_sym_AMP] = ACTIONS(2978), - [anon_sym_extern] = ACTIONS(2978), - [anon_sym___attribute__] = ACTIONS(2978), - [anon_sym_COLON_COLON] = ACTIONS(2980), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2980), - [anon_sym___declspec] = ACTIONS(2978), - [anon_sym___based] = ACTIONS(2978), - [anon_sym_LBRACK] = ACTIONS(2978), - [anon_sym_EQ] = ACTIONS(2980), - [anon_sym_static] = ACTIONS(2978), - [anon_sym_register] = ACTIONS(2978), - [anon_sym_inline] = ACTIONS(2978), - [anon_sym_thread_local] = ACTIONS(2978), - [anon_sym_const] = ACTIONS(2978), - [anon_sym_volatile] = ACTIONS(2978), - [anon_sym_restrict] = ACTIONS(2978), - [anon_sym__Atomic] = ACTIONS(2978), - [anon_sym_mutable] = ACTIONS(2978), - [anon_sym_constexpr] = ACTIONS(2978), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2978), - [anon_sym_explicit] = ACTIONS(2978), - [anon_sym_template] = ACTIONS(2978), - [anon_sym_GT2] = ACTIONS(2980), - [anon_sym_operator] = ACTIONS(2978), - [sym_operator_name] = ACTIONS(2978), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2978), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2978), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2978), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2978), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2978), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2978), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2978), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2978), - [anon_sym_MOZ_COLD] = ACTIONS(2978), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2978), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2978), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2978), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2978), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2978), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2978), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2978), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2978), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2978), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2978), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2978), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2978), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2978), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2978), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2978), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2978), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2978), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2978), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2978), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2978), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2978), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2978), - [anon_sym_MOZ_NONNULL] = ACTIONS(2978), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2978), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2978), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2978), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2978), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2978), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2978), - [anon_sym_MOZ_NORETURN] = ACTIONS(2978), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2978), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2978), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2978), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2978), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2978), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2978), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2978), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2978), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2978), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2978), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2978), - [anon_sym_MOZ_RAII] = ACTIONS(2978), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2978), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2978), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2978), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2978), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2978), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2978), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2978), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2978), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2978), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2978), - }, - [1447] = { - [sym_identifier] = ACTIONS(2748), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2750), - [anon_sym_COMMA] = ACTIONS(2750), - [anon_sym_RPAREN] = ACTIONS(2750), - [anon_sym_LPAREN2] = ACTIONS(2750), - [anon_sym_TILDE] = ACTIONS(2750), - [anon_sym_STAR] = ACTIONS(2750), - [anon_sym_AMP_AMP] = ACTIONS(2750), - [anon_sym_AMP] = ACTIONS(2748), - [anon_sym_extern] = ACTIONS(2748), - [anon_sym___attribute__] = ACTIONS(2748), - [anon_sym_COLON_COLON] = ACTIONS(2750), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2750), - [anon_sym___declspec] = ACTIONS(2748), - [anon_sym___based] = ACTIONS(2748), - [anon_sym_LBRACK] = ACTIONS(2748), - [anon_sym_EQ] = ACTIONS(2750), - [anon_sym_static] = ACTIONS(2748), - [anon_sym_register] = ACTIONS(2748), - [anon_sym_inline] = ACTIONS(2748), - [anon_sym_thread_local] = ACTIONS(2748), - [anon_sym_const] = ACTIONS(2748), - [anon_sym_volatile] = ACTIONS(2748), - [anon_sym_restrict] = ACTIONS(2748), - [anon_sym__Atomic] = ACTIONS(2748), - [anon_sym_mutable] = ACTIONS(2748), - [anon_sym_constexpr] = ACTIONS(2748), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2748), - [anon_sym_explicit] = ACTIONS(2748), - [anon_sym_template] = ACTIONS(2748), - [anon_sym_GT2] = ACTIONS(2750), - [anon_sym_operator] = ACTIONS(2748), - [sym_operator_name] = ACTIONS(2748), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2748), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2748), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2748), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2748), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2748), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2748), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2748), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2748), - [anon_sym_MOZ_COLD] = ACTIONS(2748), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2748), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2748), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2748), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2748), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2748), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2748), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2748), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2748), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2748), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2748), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2748), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2748), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2748), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2748), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2748), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2748), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2748), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2748), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2748), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2748), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2748), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2748), - [anon_sym_MOZ_NONNULL] = ACTIONS(2748), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2748), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2748), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2748), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2748), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2748), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2748), - [anon_sym_MOZ_NORETURN] = ACTIONS(2748), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2748), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2748), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2748), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2748), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2748), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2748), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2748), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2748), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2748), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2748), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2748), - [anon_sym_MOZ_RAII] = ACTIONS(2748), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2748), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2748), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2748), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2748), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2748), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2748), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2748), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2748), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2748), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2748), - }, - [1448] = { - [sym_identifier] = ACTIONS(3297), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3299), - [anon_sym_COMMA] = ACTIONS(3299), - [anon_sym_RPAREN] = ACTIONS(3299), - [anon_sym_LPAREN2] = ACTIONS(3299), - [anon_sym_TILDE] = ACTIONS(3299), - [anon_sym_STAR] = ACTIONS(3299), - [anon_sym_AMP_AMP] = ACTIONS(3299), - [anon_sym_AMP] = ACTIONS(3297), - [anon_sym_SEMI] = ACTIONS(3299), - [anon_sym_extern] = ACTIONS(3297), - [anon_sym___attribute__] = ACTIONS(3297), - [anon_sym_COLON_COLON] = ACTIONS(3474), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3299), - [anon_sym___declspec] = ACTIONS(3297), - [anon_sym___based] = ACTIONS(3297), - [anon_sym_LBRACE] = ACTIONS(3299), - [anon_sym_LBRACK] = ACTIONS(3297), - [anon_sym_EQ] = ACTIONS(3299), - [anon_sym_static] = ACTIONS(3297), - [anon_sym_register] = ACTIONS(3297), - [anon_sym_inline] = ACTIONS(3297), - [anon_sym_thread_local] = ACTIONS(3297), - [anon_sym_const] = ACTIONS(3297), - [anon_sym_volatile] = ACTIONS(3297), - [anon_sym_restrict] = ACTIONS(3297), - [anon_sym__Atomic] = ACTIONS(3297), - [anon_sym_mutable] = ACTIONS(3297), - [anon_sym_constexpr] = ACTIONS(3297), - [anon_sym_COLON] = ACTIONS(3297), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3297), - [anon_sym_template] = ACTIONS(3297), - [sym_operator_name] = ACTIONS(3297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3297), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3297), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3297), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3297), - [anon_sym_MOZ_COLD] = ACTIONS(3297), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3297), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3297), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3297), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3297), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3297), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3297), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3297), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3297), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3297), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3297), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3297), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3297), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3297), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_NONNULL] = ACTIONS(3297), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3297), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3297), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3297), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3297), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3297), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3297), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3297), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3297), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3297), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3297), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3297), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3297), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3297), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3297), - [anon_sym_MOZ_RAII] = ACTIONS(3297), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3297), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3297), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3297), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3297), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3297), - }, - [1449] = { - [sym_identifier] = ACTIONS(3237), - [anon_sym_COMMA] = ACTIONS(3239), - [anon_sym_LPAREN2] = ACTIONS(3239), - [anon_sym_STAR] = ACTIONS(3239), - [anon_sym_AMP_AMP] = ACTIONS(3239), - [anon_sym_AMP] = ACTIONS(3237), - [anon_sym_SEMI] = ACTIONS(3239), - [anon_sym_extern] = ACTIONS(3237), - [anon_sym___attribute__] = ACTIONS(3237), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3239), - [anon_sym___declspec] = ACTIONS(3237), - [anon_sym___based] = ACTIONS(3237), - [anon_sym_LBRACE] = ACTIONS(3239), - [anon_sym_LBRACK] = ACTIONS(3237), - [anon_sym_EQ] = ACTIONS(3239), - [anon_sym_static] = ACTIONS(3237), - [anon_sym_register] = ACTIONS(3237), - [anon_sym_inline] = ACTIONS(3237), - [anon_sym_thread_local] = ACTIONS(3237), - [anon_sym_const] = ACTIONS(3237), - [anon_sym_volatile] = ACTIONS(3237), - [anon_sym_restrict] = ACTIONS(3237), - [anon_sym__Atomic] = ACTIONS(3237), - [anon_sym_mutable] = ACTIONS(3237), - [anon_sym_constexpr] = ACTIONS(3237), - [anon_sym_COLON] = ACTIONS(3239), - [anon_sym_DASH_GT] = ACTIONS(3239), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3237), - [anon_sym_override] = ACTIONS(3237), - [anon_sym_virtual] = ACTIONS(3237), - [anon_sym_noexcept] = ACTIONS(3237), - [anon_sym_throw] = ACTIONS(3237), - [sym_operator_name] = ACTIONS(3237), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3237), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3237), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3237), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3237), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3237), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3237), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3237), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3237), - [anon_sym_MOZ_COLD] = ACTIONS(3237), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3237), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3237), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3237), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3237), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3237), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3237), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3237), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3237), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3237), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3237), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3237), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3237), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3237), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3237), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3237), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3237), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3237), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3237), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3237), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3237), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3237), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3237), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3237), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3237), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3237), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3237), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3237), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3237), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3237), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3237), - [anon_sym_MOZ_NONNULL] = ACTIONS(3237), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3237), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3237), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3237), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3237), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3237), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3237), - [anon_sym_MOZ_NORETURN] = ACTIONS(3237), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3237), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3237), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3237), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3237), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3237), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3237), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3237), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3237), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3237), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3237), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3237), - [anon_sym_MOZ_RAII] = ACTIONS(3237), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3237), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3237), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3237), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3237), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3237), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3237), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3237), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3237), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3237), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3237), - }, - [1450] = { - [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(2742), - [anon_sym_TILDE] = ACTIONS(2742), - [anon_sym_STAR] = ACTIONS(2742), - [anon_sym_AMP_AMP] = ACTIONS(2742), - [anon_sym_AMP] = ACTIONS(2740), - [anon_sym_extern] = ACTIONS(2740), - [anon_sym___attribute__] = ACTIONS(2740), - [anon_sym_COLON_COLON] = ACTIONS(2742), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2742), - [anon_sym___declspec] = ACTIONS(2740), - [anon_sym___based] = ACTIONS(2740), - [anon_sym_LBRACK] = ACTIONS(2740), - [anon_sym_EQ] = ACTIONS(2742), - [anon_sym_static] = ACTIONS(2740), - [anon_sym_register] = ACTIONS(2740), - [anon_sym_inline] = ACTIONS(2740), - [anon_sym_thread_local] = ACTIONS(2740), - [anon_sym_const] = ACTIONS(2740), - [anon_sym_volatile] = ACTIONS(2740), - [anon_sym_restrict] = ACTIONS(2740), - [anon_sym__Atomic] = ACTIONS(2740), - [anon_sym_mutable] = ACTIONS(2740), - [anon_sym_constexpr] = ACTIONS(2740), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2740), - [anon_sym_explicit] = ACTIONS(2740), - [anon_sym_template] = ACTIONS(2740), - [anon_sym_GT2] = ACTIONS(2742), - [anon_sym_operator] = ACTIONS(2740), - [sym_operator_name] = ACTIONS(2740), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2740), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2740), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2740), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2740), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2740), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2740), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2740), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2740), - [anon_sym_MOZ_COLD] = ACTIONS(2740), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2740), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2740), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2740), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2740), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2740), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2740), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2740), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2740), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2740), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2740), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2740), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2740), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2740), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2740), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2740), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2740), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2740), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2740), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2740), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2740), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_NONNULL] = ACTIONS(2740), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2740), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2740), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2740), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2740), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2740), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_NORETURN] = ACTIONS(2740), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2740), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2740), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2740), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2740), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2740), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2740), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2740), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2740), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2740), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2740), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2740), - [anon_sym_MOZ_RAII] = ACTIONS(2740), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2740), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2740), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2740), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2740), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2740), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2740), - }, - [1451] = { - [sym_identifier] = ACTIONS(3297), - [anon_sym_COMMA] = ACTIONS(3299), - [anon_sym_LPAREN2] = ACTIONS(3299), - [anon_sym_STAR] = ACTIONS(3299), - [anon_sym_AMP_AMP] = ACTIONS(3299), - [anon_sym_AMP] = ACTIONS(3297), - [anon_sym_SEMI] = ACTIONS(3299), - [anon_sym_extern] = ACTIONS(3297), - [anon_sym___attribute__] = ACTIONS(3297), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3299), - [anon_sym___declspec] = ACTIONS(3297), - [anon_sym___based] = ACTIONS(3297), - [anon_sym_LBRACE] = ACTIONS(3299), - [anon_sym_LBRACK] = ACTIONS(3297), - [anon_sym_EQ] = ACTIONS(3299), - [anon_sym_static] = ACTIONS(3297), - [anon_sym_register] = ACTIONS(3297), - [anon_sym_inline] = ACTIONS(3297), - [anon_sym_thread_local] = ACTIONS(3297), - [anon_sym_const] = ACTIONS(3297), - [anon_sym_volatile] = ACTIONS(3297), - [anon_sym_restrict] = ACTIONS(3297), - [anon_sym__Atomic] = ACTIONS(3297), - [anon_sym_mutable] = ACTIONS(3297), - [anon_sym_constexpr] = ACTIONS(3297), - [anon_sym_COLON] = ACTIONS(3299), - [anon_sym_DASH_GT] = ACTIONS(3299), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3297), - [anon_sym_override] = ACTIONS(3297), - [anon_sym_virtual] = ACTIONS(3297), - [anon_sym_noexcept] = ACTIONS(3297), - [anon_sym_throw] = ACTIONS(3297), - [sym_operator_name] = ACTIONS(3297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3297), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3297), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3297), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3297), - [anon_sym_MOZ_COLD] = ACTIONS(3297), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3297), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3297), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3297), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3297), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3297), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3297), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3297), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3297), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3297), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3297), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3297), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3297), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3297), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_NONNULL] = ACTIONS(3297), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3297), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3297), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3297), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3297), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3297), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3297), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3297), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3297), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3297), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3297), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3297), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3297), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3297), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3297), - [anon_sym_MOZ_RAII] = ACTIONS(3297), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3297), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3297), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3297), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3297), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3297), - }, - [1452] = { + [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), @@ -261989,15 +246908,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_template] = ACTIONS(3177), + [anon_sym_GT2] = ACTIONS(3179), + [anon_sym_operator] = ACTIONS(3177), [anon_sym_noexcept] = ACTIONS(3177), [anon_sym_throw] = ACTIONS(3177), - [sym_operator_name] = ACTIONS(3177), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3177), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3177), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3177), @@ -262068,226 +246988,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3177), [anon_sym_JS_PUBLIC_API] = ACTIONS(3177), }, - [1453] = { - [sym_identifier] = ACTIONS(3317), - [anon_sym_COMMA] = ACTIONS(3319), - [anon_sym_LPAREN2] = ACTIONS(3319), - [anon_sym_STAR] = ACTIONS(3319), - [anon_sym_AMP_AMP] = ACTIONS(3319), - [anon_sym_AMP] = ACTIONS(3317), - [anon_sym_SEMI] = ACTIONS(3319), - [anon_sym_extern] = ACTIONS(3317), - [anon_sym___attribute__] = ACTIONS(3317), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3319), - [anon_sym___declspec] = ACTIONS(3317), - [anon_sym___based] = ACTIONS(3317), - [anon_sym_LBRACE] = ACTIONS(3319), - [anon_sym_LBRACK] = ACTIONS(3317), - [anon_sym_EQ] = ACTIONS(3319), - [anon_sym_static] = ACTIONS(3317), - [anon_sym_register] = ACTIONS(3317), - [anon_sym_inline] = ACTIONS(3317), - [anon_sym_thread_local] = ACTIONS(3317), - [anon_sym_const] = ACTIONS(3317), - [anon_sym_volatile] = ACTIONS(3317), - [anon_sym_restrict] = ACTIONS(3317), - [anon_sym__Atomic] = ACTIONS(3317), - [anon_sym_mutable] = ACTIONS(3317), - [anon_sym_constexpr] = ACTIONS(3317), - [anon_sym_COLON] = ACTIONS(3319), - [anon_sym_DASH_GT] = ACTIONS(3319), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3317), - [anon_sym_override] = ACTIONS(3317), - [anon_sym_virtual] = ACTIONS(3317), - [anon_sym_noexcept] = ACTIONS(3317), - [anon_sym_throw] = ACTIONS(3317), - [sym_operator_name] = ACTIONS(3317), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3317), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3317), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3317), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3317), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3317), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3317), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3317), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3317), - [anon_sym_MOZ_COLD] = ACTIONS(3317), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3317), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3317), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3317), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3317), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3317), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3317), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3317), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3317), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3317), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3317), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3317), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3317), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3317), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3317), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3317), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3317), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3317), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3317), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3317), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3317), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3317), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3317), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3317), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3317), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3317), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3317), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3317), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3317), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3317), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3317), - [anon_sym_MOZ_NONNULL] = ACTIONS(3317), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3317), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3317), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3317), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3317), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3317), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3317), - [anon_sym_MOZ_NORETURN] = ACTIONS(3317), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3317), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3317), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3317), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3317), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3317), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3317), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3317), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3317), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3317), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3317), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3317), - [anon_sym_MOZ_RAII] = ACTIONS(3317), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3317), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3317), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3317), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3317), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3317), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3317), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3317), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3317), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3317), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3317), - }, - [1454] = { - [sym_identifier] = ACTIONS(2744), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2746), - [anon_sym_COMMA] = ACTIONS(2746), - [anon_sym_RPAREN] = ACTIONS(2746), - [anon_sym_LPAREN2] = ACTIONS(2746), - [anon_sym_TILDE] = ACTIONS(2746), - [anon_sym_STAR] = ACTIONS(2746), - [anon_sym_AMP_AMP] = ACTIONS(2746), - [anon_sym_AMP] = ACTIONS(2744), - [anon_sym_extern] = ACTIONS(2744), - [anon_sym___attribute__] = ACTIONS(2744), - [anon_sym_COLON_COLON] = ACTIONS(2746), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2746), - [anon_sym___declspec] = ACTIONS(2744), - [anon_sym___based] = ACTIONS(2744), - [anon_sym_LBRACK] = ACTIONS(2744), - [anon_sym_EQ] = ACTIONS(2746), - [anon_sym_static] = ACTIONS(2744), - [anon_sym_register] = ACTIONS(2744), - [anon_sym_inline] = ACTIONS(2744), - [anon_sym_thread_local] = ACTIONS(2744), - [anon_sym_const] = ACTIONS(2744), - [anon_sym_volatile] = ACTIONS(2744), - [anon_sym_restrict] = ACTIONS(2744), - [anon_sym__Atomic] = ACTIONS(2744), - [anon_sym_mutable] = ACTIONS(2744), - [anon_sym_constexpr] = ACTIONS(2744), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2744), - [anon_sym_explicit] = ACTIONS(2744), - [anon_sym_template] = ACTIONS(2744), - [anon_sym_GT2] = ACTIONS(2746), - [anon_sym_operator] = ACTIONS(2744), - [sym_operator_name] = ACTIONS(2744), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2744), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2744), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2744), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2744), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2744), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2744), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2744), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2744), - [anon_sym_MOZ_COLD] = ACTIONS(2744), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2744), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2744), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2744), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2744), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2744), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2744), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2744), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2744), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2744), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2744), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2744), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2744), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2744), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2744), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2744), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2744), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2744), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2744), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2744), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2744), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2744), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2744), - [anon_sym_MOZ_NONNULL] = ACTIONS(2744), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2744), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2744), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2744), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2744), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2744), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2744), - [anon_sym_MOZ_NORETURN] = ACTIONS(2744), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2744), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2744), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2744), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2744), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2744), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2744), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2744), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2744), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2744), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2744), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2744), - [anon_sym_MOZ_RAII] = ACTIONS(2744), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2744), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2744), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2744), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2744), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2744), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2744), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2744), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2744), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2744), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2744), - }, - [1455] = { + [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), @@ -262304,15 +247018,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_template] = ACTIONS(3181), + [anon_sym_GT2] = ACTIONS(3183), + [anon_sym_operator] = ACTIONS(3181), [anon_sym_noexcept] = ACTIONS(3181), [anon_sym_throw] = ACTIONS(3181), - [sym_operator_name] = ACTIONS(3181), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3181), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3181), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3181), @@ -262383,751 +247098,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3181), [anon_sym_JS_PUBLIC_API] = ACTIONS(3181), }, - [1456] = { - [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_noexcept] = ACTIONS(3141), - [anon_sym_throw] = ACTIONS(3141), - [sym_operator_name] = 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), - }, - [1457] = { - [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_noexcept] = ACTIONS(3197), - [anon_sym_throw] = ACTIONS(3197), - [sym_operator_name] = 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), - }, - [1458] = { - [sym_identifier] = ACTIONS(3329), - [anon_sym_COMMA] = ACTIONS(3331), - [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(3329), - [anon_sym___attribute__] = ACTIONS(3329), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3331), - [anon_sym___declspec] = ACTIONS(3329), - [anon_sym___based] = ACTIONS(3329), - [anon_sym_LBRACE] = ACTIONS(3331), - [anon_sym_LBRACK] = ACTIONS(3329), - [anon_sym_EQ] = ACTIONS(3331), - [anon_sym_static] = ACTIONS(3329), - [anon_sym_register] = ACTIONS(3329), - [anon_sym_inline] = ACTIONS(3329), - [anon_sym_thread_local] = ACTIONS(3329), - [anon_sym_const] = ACTIONS(3329), - [anon_sym_volatile] = ACTIONS(3329), - [anon_sym_restrict] = ACTIONS(3329), - [anon_sym__Atomic] = ACTIONS(3329), - [anon_sym_mutable] = ACTIONS(3329), - [anon_sym_constexpr] = ACTIONS(3329), - [anon_sym_COLON] = ACTIONS(3331), - [anon_sym_DASH_GT] = ACTIONS(3331), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3329), - [anon_sym_override] = ACTIONS(3329), - [anon_sym_virtual] = ACTIONS(3329), - [anon_sym_noexcept] = ACTIONS(3329), - [anon_sym_throw] = ACTIONS(3329), - [sym_operator_name] = ACTIONS(3329), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3329), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3329), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3329), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3329), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3329), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3329), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3329), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3329), - [anon_sym_MOZ_COLD] = ACTIONS(3329), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3329), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3329), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3329), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3329), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3329), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3329), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3329), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3329), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3329), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3329), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3329), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3329), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3329), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3329), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3329), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3329), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3329), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3329), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3329), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3329), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3329), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3329), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3329), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3329), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3329), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3329), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3329), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3329), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3329), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3329), - [anon_sym_MOZ_NONNULL] = ACTIONS(3329), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3329), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3329), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3329), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3329), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3329), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3329), - [anon_sym_MOZ_NORETURN] = ACTIONS(3329), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3329), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3329), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3329), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3329), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3329), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3329), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3329), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3329), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3329), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3329), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3329), - [anon_sym_MOZ_RAII] = ACTIONS(3329), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3329), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3329), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3329), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3329), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3329), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3329), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3329), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3329), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3329), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3329), - }, - [1459] = { - [sym_identifier] = ACTIONS(3305), - [anon_sym_COMMA] = ACTIONS(3307), - [anon_sym_LPAREN2] = ACTIONS(3307), - [anon_sym_STAR] = ACTIONS(3307), - [anon_sym_AMP_AMP] = ACTIONS(3307), - [anon_sym_AMP] = ACTIONS(3305), - [anon_sym_SEMI] = ACTIONS(3307), - [anon_sym_extern] = ACTIONS(3305), - [anon_sym___attribute__] = ACTIONS(3305), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3307), - [anon_sym___declspec] = ACTIONS(3305), - [anon_sym___based] = ACTIONS(3305), - [anon_sym_LBRACE] = ACTIONS(3307), - [anon_sym_LBRACK] = ACTIONS(3305), - [anon_sym_EQ] = ACTIONS(3307), - [anon_sym_static] = ACTIONS(3305), - [anon_sym_register] = ACTIONS(3305), - [anon_sym_inline] = ACTIONS(3305), - [anon_sym_thread_local] = ACTIONS(3305), - [anon_sym_const] = ACTIONS(3305), - [anon_sym_volatile] = ACTIONS(3305), - [anon_sym_restrict] = ACTIONS(3305), - [anon_sym__Atomic] = ACTIONS(3305), - [anon_sym_mutable] = ACTIONS(3305), - [anon_sym_constexpr] = ACTIONS(3305), - [anon_sym_COLON] = ACTIONS(3307), - [anon_sym_DASH_GT] = ACTIONS(3307), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3305), - [anon_sym_override] = ACTIONS(3305), - [anon_sym_virtual] = ACTIONS(3305), - [anon_sym_noexcept] = ACTIONS(3305), - [anon_sym_throw] = ACTIONS(3305), - [sym_operator_name] = ACTIONS(3305), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3305), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3305), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3305), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3305), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3305), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3305), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3305), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3305), - [anon_sym_MOZ_COLD] = ACTIONS(3305), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3305), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3305), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3305), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3305), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3305), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3305), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3305), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3305), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3305), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3305), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3305), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3305), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3305), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3305), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3305), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3305), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3305), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3305), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3305), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3305), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3305), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3305), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3305), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3305), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3305), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3305), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3305), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3305), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3305), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3305), - [anon_sym_MOZ_NONNULL] = ACTIONS(3305), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3305), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3305), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3305), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3305), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3305), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3305), - [anon_sym_MOZ_NORETURN] = ACTIONS(3305), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3305), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3305), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3305), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3305), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3305), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3305), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3305), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3305), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3305), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3305), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3305), - [anon_sym_MOZ_RAII] = ACTIONS(3305), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3305), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3305), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3305), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3305), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3305), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3305), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3305), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3305), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3305), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3305), - }, - [1460] = { - [sym_template_argument_list] = STATE(1478), - [sym_identifier] = ACTIONS(2373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2381), - [anon_sym_COMMA] = ACTIONS(2381), - [anon_sym_RPAREN] = ACTIONS(2396), - [anon_sym_LPAREN2] = ACTIONS(2396), - [anon_sym_TILDE] = ACTIONS(2381), - [anon_sym_STAR] = ACTIONS(2381), - [anon_sym_AMP_AMP] = ACTIONS(2381), - [anon_sym_AMP] = ACTIONS(2373), - [anon_sym_LT] = ACTIONS(2950), - [anon_sym_SEMI] = ACTIONS(3476), - [anon_sym_extern] = ACTIONS(2373), - [anon_sym___attribute__] = ACTIONS(2373), - [anon_sym_COLON_COLON] = ACTIONS(2394), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2396), - [anon_sym___declspec] = ACTIONS(2373), - [anon_sym___based] = ACTIONS(2373), - [anon_sym_LBRACK] = ACTIONS(3478), - [anon_sym_EQ] = ACTIONS(2381), - [anon_sym_static] = ACTIONS(2373), - [anon_sym_register] = ACTIONS(2373), - [anon_sym_inline] = ACTIONS(2373), - [anon_sym_thread_local] = ACTIONS(2373), - [anon_sym_const] = ACTIONS(2373), - [anon_sym_volatile] = ACTIONS(2373), - [anon_sym_restrict] = ACTIONS(2373), - [anon_sym__Atomic] = ACTIONS(2373), - [anon_sym_mutable] = ACTIONS(2373), - [anon_sym_constexpr] = ACTIONS(2373), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2373), - [anon_sym_template] = ACTIONS(2373), - [sym_operator_name] = ACTIONS(2373), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2373), - [anon_sym_MOZ_COLD] = ACTIONS(2373), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2373), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2373), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2373), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2373), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2373), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2373), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2373), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2373), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2373), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2373), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2373), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2373), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_RAII] = ACTIONS(2373), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2373), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2373), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2373), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2373), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2373), - }, - [1461] = { - [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(3011), - [anon_sym___attribute__] = ACTIONS(3011), - [anon_sym_COLON_COLON] = ACTIONS(3013), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3013), - [anon_sym___declspec] = ACTIONS(3011), - [anon_sym___based] = ACTIONS(3011), - [anon_sym_LBRACK] = ACTIONS(3011), - [anon_sym_EQ] = ACTIONS(3013), - [anon_sym_static] = ACTIONS(3011), - [anon_sym_register] = ACTIONS(3011), - [anon_sym_inline] = ACTIONS(3011), - [anon_sym_thread_local] = ACTIONS(3011), - [anon_sym_const] = ACTIONS(3011), - [anon_sym_volatile] = ACTIONS(3011), - [anon_sym_restrict] = ACTIONS(3011), - [anon_sym__Atomic] = ACTIONS(3011), - [anon_sym_mutable] = ACTIONS(3011), - [anon_sym_constexpr] = ACTIONS(3011), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3011), - [anon_sym_explicit] = ACTIONS(3011), - [anon_sym_template] = ACTIONS(3011), - [anon_sym_GT2] = ACTIONS(3013), - [anon_sym_operator] = ACTIONS(3011), - [sym_operator_name] = ACTIONS(3011), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3011), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3011), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3011), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3011), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3011), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3011), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3011), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3011), - [anon_sym_MOZ_COLD] = ACTIONS(3011), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3011), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3011), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3011), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3011), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3011), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3011), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3011), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3011), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3011), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3011), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3011), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3011), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3011), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3011), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3011), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3011), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3011), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3011), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3011), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3011), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3011), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3011), - [anon_sym_MOZ_NONNULL] = ACTIONS(3011), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3011), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3011), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3011), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3011), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3011), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3011), - [anon_sym_MOZ_NORETURN] = ACTIONS(3011), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3011), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3011), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3011), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3011), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3011), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3011), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3011), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3011), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3011), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3011), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3011), - [anon_sym_MOZ_RAII] = ACTIONS(3011), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3011), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3011), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3011), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3011), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3011), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3011), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3011), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3011), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3011), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3011), - }, - [1462] = { - [sym_enumerator_list] = STATE(1317), - [sym__enum_base_clause] = STATE(1277), - [anon_sym_COMMA] = ACTIONS(3448), - [anon_sym_RPAREN] = 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(3448), - [anon_sym___attribute__] = ACTIONS(3448), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3448), - [anon_sym___declspec] = ACTIONS(3448), - [anon_sym_LBRACE] = ACTIONS(3075), - [anon_sym_LBRACK] = ACTIONS(3446), - [anon_sym_EQ] = ACTIONS(3448), - [anon_sym_static] = ACTIONS(3448), - [anon_sym_register] = ACTIONS(3448), - [anon_sym_inline] = ACTIONS(3448), - [anon_sym_thread_local] = ACTIONS(3448), - [anon_sym_const] = ACTIONS(3446), - [anon_sym_volatile] = ACTIONS(3448), - [anon_sym_restrict] = ACTIONS(3448), - [anon_sym__Atomic] = ACTIONS(3448), - [anon_sym_mutable] = ACTIONS(3448), - [anon_sym_constexpr] = ACTIONS(3448), - [anon_sym_COLON] = ACTIONS(3472), - [anon_sym_DASH_GT] = ACTIONS(3448), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3448), - [anon_sym_override] = ACTIONS(3448), - [anon_sym_virtual] = ACTIONS(3448), - [anon_sym_noexcept] = ACTIONS(3448), - [anon_sym_throw] = ACTIONS(3448), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3448), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3448), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3446), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3448), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3448), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3446), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3448), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3448), - [anon_sym_MOZ_COLD] = ACTIONS(3448), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3448), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3448), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3448), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3448), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3448), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3446), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3448), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3448), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3448), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3448), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3448), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3448), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3448), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3448), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3448), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3448), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3448), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3448), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3448), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3448), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3448), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3448), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3446), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3448), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3448), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3448), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3448), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3446), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3448), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3448), - [anon_sym_MOZ_NONNULL] = ACTIONS(3446), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3448), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3448), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3448), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3448), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3448), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3448), - [anon_sym_MOZ_NORETURN] = ACTIONS(3446), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3448), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3448), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3448), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3448), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3448), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3448), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3448), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3448), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3448), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3448), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3448), - [anon_sym_MOZ_RAII] = ACTIONS(3448), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3448), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3448), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3448), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3448), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3448), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3448), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3448), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3448), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3448), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3448), + [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), }, - [1463] = { + [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), @@ -263144,15 +247238,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_template] = ACTIONS(3189), + [anon_sym_GT2] = ACTIONS(3191), + [anon_sym_operator] = ACTIONS(3189), [anon_sym_noexcept] = ACTIONS(3189), [anon_sym_throw] = ACTIONS(3189), - [sym_operator_name] = ACTIONS(3189), [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3189), [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3189), [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3189), @@ -263223,6280 +247318,3704 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3189), [anon_sym_JS_PUBLIC_API] = ACTIONS(3189), }, - [1464] = { - [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), + [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(3153), - [anon_sym_override] = ACTIONS(3153), - [anon_sym_virtual] = ACTIONS(3153), - [anon_sym_noexcept] = ACTIONS(3153), - [anon_sym_throw] = ACTIONS(3153), - [sym_operator_name] = 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), - }, - [1465] = { - [sym_template_argument_list] = STATE(1478), - [sym_identifier] = ACTIONS(2441), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2448), - [anon_sym_COMMA] = ACTIONS(2448), - [anon_sym_RPAREN] = ACTIONS(2445), - [anon_sym_LPAREN2] = ACTIONS(2445), - [anon_sym_TILDE] = ACTIONS(2448), - [anon_sym_STAR] = ACTIONS(2448), - [anon_sym_AMP_AMP] = ACTIONS(2448), - [anon_sym_AMP] = ACTIONS(2441), - [anon_sym_LT] = ACTIONS(2950), - [anon_sym_SEMI] = ACTIONS(2443), - [anon_sym_extern] = ACTIONS(2441), - [anon_sym___attribute__] = ACTIONS(2441), - [anon_sym_COLON_COLON] = ACTIONS(2394), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2445), - [anon_sym___declspec] = ACTIONS(2441), - [anon_sym___based] = ACTIONS(2441), - [anon_sym_LBRACK] = ACTIONS(2452), - [anon_sym_EQ] = ACTIONS(2448), - [anon_sym_static] = ACTIONS(2441), - [anon_sym_register] = ACTIONS(2441), - [anon_sym_inline] = ACTIONS(2441), - [anon_sym_thread_local] = ACTIONS(2441), - [anon_sym_const] = ACTIONS(2441), - [anon_sym_volatile] = ACTIONS(2441), - [anon_sym_restrict] = ACTIONS(2441), - [anon_sym__Atomic] = ACTIONS(2441), - [anon_sym_mutable] = ACTIONS(2441), - [anon_sym_constexpr] = ACTIONS(2441), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2441), - [anon_sym_template] = ACTIONS(2441), - [sym_operator_name] = ACTIONS(2441), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2441), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2441), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2441), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2441), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2441), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2441), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2441), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2441), - [anon_sym_MOZ_COLD] = ACTIONS(2441), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2441), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2441), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2441), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2441), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2441), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2441), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2441), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2441), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2441), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2441), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2441), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2441), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2441), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2441), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2441), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2441), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2441), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2441), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2441), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2441), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_NONNULL] = ACTIONS(2441), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2441), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2441), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2441), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2441), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2441), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_NORETURN] = ACTIONS(2441), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2441), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2441), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2441), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2441), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2441), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2441), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2441), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2441), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2441), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2441), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2441), - [anon_sym_MOZ_RAII] = ACTIONS(2441), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2441), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2441), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2441), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2441), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2441), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2441), - }, - [1466] = { - [sym_identifier] = ACTIONS(3273), - [anon_sym_COMMA] = ACTIONS(3275), - [anon_sym_LPAREN2] = ACTIONS(3275), - [anon_sym_STAR] = ACTIONS(3275), - [anon_sym_AMP_AMP] = ACTIONS(3275), - [anon_sym_AMP] = ACTIONS(3273), - [anon_sym_SEMI] = ACTIONS(3275), - [anon_sym_extern] = ACTIONS(3273), - [anon_sym___attribute__] = ACTIONS(3273), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3275), - [anon_sym___declspec] = ACTIONS(3273), - [anon_sym___based] = ACTIONS(3273), - [anon_sym_LBRACE] = ACTIONS(3275), - [anon_sym_LBRACK] = ACTIONS(3273), - [anon_sym_EQ] = ACTIONS(3275), - [anon_sym_static] = ACTIONS(3273), - [anon_sym_register] = ACTIONS(3273), - [anon_sym_inline] = ACTIONS(3273), - [anon_sym_thread_local] = ACTIONS(3273), - [anon_sym_const] = ACTIONS(3273), - [anon_sym_volatile] = ACTIONS(3273), - [anon_sym_restrict] = ACTIONS(3273), - [anon_sym__Atomic] = ACTIONS(3273), - [anon_sym_mutable] = ACTIONS(3273), - [anon_sym_constexpr] = ACTIONS(3273), - [anon_sym_COLON] = ACTIONS(3275), - [anon_sym_DASH_GT] = ACTIONS(3275), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3273), - [anon_sym_override] = ACTIONS(3273), - [anon_sym_virtual] = ACTIONS(3273), - [anon_sym_noexcept] = ACTIONS(3273), - [anon_sym_throw] = ACTIONS(3273), - [sym_operator_name] = ACTIONS(3273), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3273), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3273), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3273), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3273), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3273), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3273), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3273), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3273), - [anon_sym_MOZ_COLD] = ACTIONS(3273), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3273), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3273), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3273), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3273), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3273), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3273), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3273), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3273), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3273), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3273), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3273), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3273), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3273), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3273), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3273), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3273), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3273), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3273), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3273), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3273), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3273), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3273), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3273), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3273), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3273), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3273), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3273), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3273), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3273), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3273), - [anon_sym_MOZ_NONNULL] = ACTIONS(3273), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3273), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3273), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3273), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3273), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3273), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3273), - [anon_sym_MOZ_NORETURN] = ACTIONS(3273), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3273), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3273), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3273), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3273), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3273), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3273), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3273), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3273), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3273), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3273), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3273), - [anon_sym_MOZ_RAII] = ACTIONS(3273), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3273), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3273), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3273), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3273), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3273), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3273), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3273), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3273), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3273), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3273), + [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), }, - [1467] = { - [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), + [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(3149), - [anon_sym_override] = ACTIONS(3149), - [anon_sym_virtual] = ACTIONS(3149), - [anon_sym_noexcept] = ACTIONS(3149), - [anon_sym_throw] = ACTIONS(3149), - [sym_operator_name] = 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), + [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), }, - [1468] = { - [sym_identifier] = ACTIONS(2740), - [anon_sym_COMMA] = ACTIONS(2742), - [anon_sym_LPAREN2] = ACTIONS(2742), - [anon_sym_STAR] = ACTIONS(2742), - [anon_sym_AMP_AMP] = ACTIONS(2742), - [anon_sym_AMP] = ACTIONS(2740), - [anon_sym_SEMI] = ACTIONS(2742), - [anon_sym_extern] = ACTIONS(2740), - [anon_sym___attribute__] = ACTIONS(2740), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2742), - [anon_sym___declspec] = ACTIONS(2740), - [anon_sym___based] = ACTIONS(2740), - [anon_sym_LBRACE] = ACTIONS(2742), - [anon_sym_LBRACK] = ACTIONS(2740), - [anon_sym_EQ] = ACTIONS(2742), - [anon_sym_static] = ACTIONS(2740), - [anon_sym_register] = ACTIONS(2740), - [anon_sym_inline] = ACTIONS(2740), - [anon_sym_thread_local] = ACTIONS(2740), - [anon_sym_const] = ACTIONS(2740), - [anon_sym_volatile] = ACTIONS(2740), - [anon_sym_restrict] = ACTIONS(2740), - [anon_sym__Atomic] = ACTIONS(2740), - [anon_sym_mutable] = ACTIONS(2740), - [anon_sym_constexpr] = ACTIONS(2740), - [anon_sym_COLON] = ACTIONS(2742), - [anon_sym_DASH_GT] = ACTIONS(2742), + [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(2740), - [anon_sym_override] = ACTIONS(2740), - [anon_sym_virtual] = ACTIONS(2740), - [anon_sym_noexcept] = ACTIONS(2740), - [anon_sym_throw] = ACTIONS(2740), - [sym_operator_name] = ACTIONS(2740), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2740), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2740), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2740), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2740), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2740), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2740), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2740), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2740), - [anon_sym_MOZ_COLD] = ACTIONS(2740), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2740), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2740), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2740), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2740), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2740), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2740), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2740), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2740), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2740), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2740), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2740), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2740), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2740), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2740), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2740), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2740), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2740), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2740), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2740), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2740), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_NONNULL] = ACTIONS(2740), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2740), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2740), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2740), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2740), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2740), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_NORETURN] = ACTIONS(2740), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2740), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2740), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2740), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2740), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2740), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2740), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2740), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2740), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2740), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2740), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2740), - [anon_sym_MOZ_RAII] = ACTIONS(2740), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2740), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2740), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2740), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2740), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2740), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2740), + [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), }, - [1469] = { - [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), + [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(3253), - [anon_sym_override] = ACTIONS(3253), - [anon_sym_virtual] = ACTIONS(3253), - [anon_sym_noexcept] = ACTIONS(3253), - [anon_sym_throw] = ACTIONS(3253), - [sym_operator_name] = 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), - }, - [1470] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1470), - [sym_identifier] = ACTIONS(3060), - [anon_sym_LPAREN2] = ACTIONS(3062), - [anon_sym_STAR] = ACTIONS(3062), - [anon_sym_AMP_AMP] = ACTIONS(3062), - [anon_sym_AMP] = ACTIONS(3060), - [anon_sym_SEMI] = ACTIONS(3062), - [anon_sym_extern] = ACTIONS(3060), - [anon_sym___attribute__] = ACTIONS(3060), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3062), - [anon_sym___declspec] = ACTIONS(3060), - [anon_sym___based] = ACTIONS(3060), - [anon_sym_LBRACE] = ACTIONS(3062), - [anon_sym_EQ] = ACTIONS(3062), - [anon_sym_static] = ACTIONS(3060), - [anon_sym_register] = ACTIONS(3060), - [anon_sym_inline] = ACTIONS(3060), - [anon_sym_thread_local] = ACTIONS(3060), - [anon_sym_const] = ACTIONS(3060), - [anon_sym_volatile] = ACTIONS(3060), - [anon_sym_restrict] = ACTIONS(3060), - [anon_sym__Atomic] = ACTIONS(3060), - [anon_sym_mutable] = ACTIONS(3060), - [anon_sym_constexpr] = ACTIONS(3060), - [anon_sym_signed] = ACTIONS(3481), - [anon_sym_unsigned] = ACTIONS(3481), - [anon_sym_long] = ACTIONS(3481), - [anon_sym_short] = ACTIONS(3481), - [sym_primitive_type] = ACTIONS(3060), - [anon_sym_COLON] = ACTIONS(3062), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3060), - [sym_operator_name] = ACTIONS(3060), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3060), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3060), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3060), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3060), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3060), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3060), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3060), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3060), - [anon_sym_MOZ_COLD] = ACTIONS(3060), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3060), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3060), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3060), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3060), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3060), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3060), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3060), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3060), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3060), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3060), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3060), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3060), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3060), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3060), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3060), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3060), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3060), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3060), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3060), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3060), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3060), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3060), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3060), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3060), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3060), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3060), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3060), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3060), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3060), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3060), - [anon_sym_MOZ_NONNULL] = ACTIONS(3060), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3060), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3060), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3060), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3060), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3060), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3060), - [anon_sym_MOZ_NORETURN] = ACTIONS(3060), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3060), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3060), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3060), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3060), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3060), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3060), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3060), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3060), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3060), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3060), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3060), - [anon_sym_MOZ_RAII] = ACTIONS(3060), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3060), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3060), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3060), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3060), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3060), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3060), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3060), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3060), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3060), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3060), - }, - [1471] = { - [sym_identifier] = ACTIONS(3297), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3299), - [anon_sym_COMMA] = ACTIONS(3299), - [anon_sym_RPAREN] = ACTIONS(3299), - [anon_sym_LPAREN2] = ACTIONS(3299), - [anon_sym_TILDE] = ACTIONS(3299), - [anon_sym_STAR] = ACTIONS(3299), - [anon_sym_AMP_AMP] = ACTIONS(3299), - [anon_sym_AMP] = ACTIONS(3297), - [anon_sym_SEMI] = ACTIONS(3299), - [anon_sym_extern] = ACTIONS(3297), - [anon_sym___attribute__] = ACTIONS(3297), - [anon_sym_COLON_COLON] = ACTIONS(3474), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3299), - [anon_sym___declspec] = ACTIONS(3297), - [anon_sym___based] = ACTIONS(3297), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3297), - [anon_sym_EQ] = ACTIONS(3299), - [anon_sym_static] = ACTIONS(3297), - [anon_sym_register] = ACTIONS(3297), - [anon_sym_inline] = ACTIONS(3297), - [anon_sym_thread_local] = ACTIONS(3297), - [anon_sym_const] = ACTIONS(3297), - [anon_sym_volatile] = ACTIONS(3297), - [anon_sym_restrict] = ACTIONS(3297), - [anon_sym__Atomic] = ACTIONS(3297), - [anon_sym_mutable] = ACTIONS(3297), - [anon_sym_constexpr] = ACTIONS(3297), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3297), - [anon_sym_template] = ACTIONS(3297), - [sym_operator_name] = ACTIONS(3297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3297), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3297), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3297), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3297), - [anon_sym_MOZ_COLD] = ACTIONS(3297), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3297), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3297), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3297), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3297), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3297), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3297), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3297), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3297), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3297), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3297), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3297), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3297), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3297), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_NONNULL] = ACTIONS(3297), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3297), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3297), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3297), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3297), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3297), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3297), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3297), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3297), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3297), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3297), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3297), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3297), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3297), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3297), - [anon_sym_MOZ_RAII] = ACTIONS(3297), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3297), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3297), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3297), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3297), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3297), - }, - [1472] = { - [sym_template_argument_list] = STATE(1368), - [sym_identifier] = ACTIONS(2373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2381), - [anon_sym_COMMA] = ACTIONS(3387), - [anon_sym_LPAREN2] = ACTIONS(2381), - [anon_sym_TILDE] = ACTIONS(2381), - [anon_sym_STAR] = ACTIONS(2381), - [anon_sym_AMP_AMP] = ACTIONS(2381), - [anon_sym_AMP] = ACTIONS(2373), - [anon_sym_LT] = ACTIONS(3377), - [anon_sym_extern] = ACTIONS(2373), - [anon_sym___attribute__] = ACTIONS(2373), - [anon_sym_COLON_COLON] = ACTIONS(2952), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2381), - [anon_sym___declspec] = ACTIONS(2373), - [anon_sym___based] = ACTIONS(2373), - [anon_sym_LBRACK] = ACTIONS(2373), - [anon_sym_EQ] = ACTIONS(3389), - [anon_sym_static] = ACTIONS(2373), - [anon_sym_register] = ACTIONS(2373), - [anon_sym_inline] = ACTIONS(2373), - [anon_sym_thread_local] = ACTIONS(2373), - [anon_sym_const] = ACTIONS(2373), - [anon_sym_volatile] = ACTIONS(2373), - [anon_sym_restrict] = ACTIONS(2373), - [anon_sym__Atomic] = ACTIONS(2373), - [anon_sym_mutable] = ACTIONS(2373), - [anon_sym_constexpr] = ACTIONS(2373), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2373), - [anon_sym_template] = ACTIONS(2373), - [anon_sym_GT2] = ACTIONS(3387), - [sym_operator_name] = ACTIONS(2373), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2373), - [anon_sym_MOZ_COLD] = ACTIONS(2373), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2373), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2373), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2373), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2373), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2373), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2373), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2373), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2373), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2373), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2373), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2373), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2373), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_RAII] = ACTIONS(2373), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2373), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2373), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2373), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2373), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2373), - }, - [1473] = { - [sym_argument_list] = STATE(2222), - [sym_identifier] = ACTIONS(3297), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3299), - [anon_sym_COMMA] = ACTIONS(3299), - [anon_sym_RPAREN] = ACTIONS(3299), - [anon_sym_LPAREN2] = ACTIONS(3484), - [anon_sym_TILDE] = ACTIONS(3299), - [anon_sym_STAR] = ACTIONS(3299), - [anon_sym_AMP_AMP] = ACTIONS(3299), - [anon_sym_AMP] = ACTIONS(3297), - [anon_sym_SEMI] = ACTIONS(3299), - [anon_sym_extern] = ACTIONS(3297), - [anon_sym___attribute__] = ACTIONS(3297), - [anon_sym_COLON_COLON] = ACTIONS(3299), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3299), - [anon_sym___declspec] = ACTIONS(3297), - [anon_sym___based] = ACTIONS(3297), - [anon_sym_LBRACK] = ACTIONS(3297), - [anon_sym_EQ] = ACTIONS(3299), - [anon_sym_static] = ACTIONS(3297), - [anon_sym_register] = ACTIONS(3297), - [anon_sym_inline] = ACTIONS(3297), - [anon_sym_thread_local] = ACTIONS(3297), - [anon_sym_const] = ACTIONS(3297), - [anon_sym_volatile] = ACTIONS(3297), - [anon_sym_restrict] = ACTIONS(3297), - [anon_sym__Atomic] = ACTIONS(3297), - [anon_sym_mutable] = ACTIONS(3297), - [anon_sym_constexpr] = ACTIONS(3297), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3297), - [anon_sym_template] = ACTIONS(3297), - [sym_operator_name] = ACTIONS(3297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3297), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3297), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3297), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3297), - [anon_sym_MOZ_COLD] = ACTIONS(3297), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3297), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3297), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3297), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3297), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3297), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3297), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3297), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3297), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3297), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3297), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3297), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3297), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3297), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_NONNULL] = ACTIONS(3297), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3297), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3297), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3297), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3297), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3297), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3297), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3297), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3297), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3297), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3297), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3297), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3297), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3297), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3297), - [anon_sym_MOZ_RAII] = ACTIONS(3297), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3297), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3297), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3297), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3297), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3297), - }, - [1474] = { - [sym_template_argument_list] = STATE(1368), - [sym_identifier] = ACTIONS(2373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2381), - [anon_sym_COMMA] = ACTIONS(2381), - [anon_sym_LPAREN2] = ACTIONS(2381), - [anon_sym_TILDE] = ACTIONS(2381), - [anon_sym_STAR] = ACTIONS(2381), - [anon_sym_AMP_AMP] = ACTIONS(2381), - [anon_sym_AMP] = ACTIONS(2373), - [anon_sym_LT] = ACTIONS(3377), - [anon_sym_extern] = ACTIONS(2373), - [anon_sym___attribute__] = ACTIONS(2373), - [anon_sym_COLON_COLON] = ACTIONS(2952), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2381), - [anon_sym___declspec] = ACTIONS(2373), - [anon_sym___based] = ACTIONS(2373), - [anon_sym_LBRACK] = ACTIONS(2373), - [anon_sym_EQ] = ACTIONS(2381), - [anon_sym_static] = ACTIONS(2373), - [anon_sym_register] = ACTIONS(2373), - [anon_sym_inline] = ACTIONS(2373), - [anon_sym_thread_local] = ACTIONS(2373), - [anon_sym_const] = ACTIONS(2373), - [anon_sym_volatile] = ACTIONS(2373), - [anon_sym_restrict] = ACTIONS(2373), - [anon_sym__Atomic] = ACTIONS(2373), - [anon_sym_mutable] = ACTIONS(2373), - [anon_sym_constexpr] = ACTIONS(2373), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2373), - [anon_sym_template] = ACTIONS(2373), - [anon_sym_GT2] = ACTIONS(2381), - [sym_operator_name] = ACTIONS(2373), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2373), - [anon_sym_MOZ_COLD] = ACTIONS(2373), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2373), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2373), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2373), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2373), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2373), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2373), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2373), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2373), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2373), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2373), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2373), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2373), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_RAII] = ACTIONS(2373), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2373), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2373), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2373), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2373), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2373), - }, - [1475] = { - [sym_identifier] = ACTIONS(3297), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3299), - [anon_sym_COMMA] = ACTIONS(3299), - [anon_sym_RPAREN] = ACTIONS(3299), - [anon_sym_LPAREN2] = ACTIONS(3299), - [anon_sym_TILDE] = ACTIONS(3299), - [anon_sym_STAR] = ACTIONS(3299), - [anon_sym_AMP_AMP] = ACTIONS(3299), - [anon_sym_AMP] = ACTIONS(3297), - [anon_sym_SEMI] = ACTIONS(3299), - [anon_sym_extern] = ACTIONS(3297), - [anon_sym___attribute__] = ACTIONS(3297), - [anon_sym_COLON_COLON] = ACTIONS(3299), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3299), - [anon_sym___declspec] = ACTIONS(3297), - [anon_sym___based] = ACTIONS(3297), - [anon_sym_LBRACK] = ACTIONS(3297), - [anon_sym_EQ] = ACTIONS(3299), - [anon_sym_static] = ACTIONS(3297), - [anon_sym_register] = ACTIONS(3297), - [anon_sym_inline] = ACTIONS(3297), - [anon_sym_thread_local] = ACTIONS(3297), - [anon_sym_const] = ACTIONS(3297), - [anon_sym_volatile] = ACTIONS(3297), - [anon_sym_restrict] = ACTIONS(3297), - [anon_sym__Atomic] = ACTIONS(3297), - [anon_sym_mutable] = ACTIONS(3297), - [anon_sym_constexpr] = ACTIONS(3297), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3297), - [anon_sym_template] = ACTIONS(3297), - [anon_sym_GT2] = ACTIONS(3299), - [sym_operator_name] = ACTIONS(3297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3297), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3297), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3297), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3297), - [anon_sym_MOZ_COLD] = ACTIONS(3297), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3297), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3297), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3297), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3297), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3297), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3297), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3297), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3297), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3297), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3297), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3297), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3297), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3297), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_NONNULL] = ACTIONS(3297), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3297), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3297), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3297), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3297), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3297), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3297), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3297), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3297), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3297), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3297), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3297), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3297), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3297), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3297), - [anon_sym_MOZ_RAII] = ACTIONS(3297), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3297), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3297), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3297), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3297), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3297), - }, - [1476] = { - [sym_identifier] = ACTIONS(3297), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3299), - [anon_sym_COMMA] = ACTIONS(3299), - [anon_sym_RPAREN] = ACTIONS(3299), - [anon_sym_LPAREN2] = ACTIONS(3299), - [anon_sym_TILDE] = ACTIONS(3299), - [anon_sym_STAR] = ACTIONS(3299), - [anon_sym_AMP_AMP] = ACTIONS(3299), - [anon_sym_AMP] = ACTIONS(3297), - [anon_sym_SEMI] = ACTIONS(3299), - [anon_sym_extern] = ACTIONS(3297), - [anon_sym___attribute__] = ACTIONS(3297), - [anon_sym_COLON_COLON] = ACTIONS(3299), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3299), - [anon_sym___declspec] = ACTIONS(3297), - [anon_sym___based] = ACTIONS(3297), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3297), - [anon_sym_EQ] = ACTIONS(3299), - [anon_sym_static] = ACTIONS(3297), - [anon_sym_register] = ACTIONS(3297), - [anon_sym_inline] = ACTIONS(3297), - [anon_sym_thread_local] = ACTIONS(3297), - [anon_sym_const] = ACTIONS(3297), - [anon_sym_volatile] = ACTIONS(3297), - [anon_sym_restrict] = ACTIONS(3297), - [anon_sym__Atomic] = ACTIONS(3297), - [anon_sym_mutable] = ACTIONS(3297), - [anon_sym_constexpr] = ACTIONS(3297), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3297), - [anon_sym_template] = ACTIONS(3297), - [sym_operator_name] = ACTIONS(3297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3297), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3297), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3297), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3297), - [anon_sym_MOZ_COLD] = ACTIONS(3297), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3297), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3297), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3297), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3297), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3297), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3297), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3297), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3297), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3297), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3297), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3297), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3297), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3297), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_NONNULL] = ACTIONS(3297), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3297), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3297), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3297), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3297), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3297), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3297), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3297), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3297), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3297), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3297), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3297), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3297), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3297), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3297), - [anon_sym_MOZ_RAII] = ACTIONS(3297), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3297), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3297), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3297), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3297), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3297), - }, - [1477] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(1470), - [sym_identifier] = ACTIONS(3487), - [anon_sym_LPAREN2] = ACTIONS(3052), - [anon_sym_STAR] = ACTIONS(3052), - [anon_sym_AMP_AMP] = ACTIONS(3052), - [anon_sym_AMP] = ACTIONS(3054), - [anon_sym_SEMI] = ACTIONS(3052), - [anon_sym_extern] = ACTIONS(3054), - [anon_sym___attribute__] = ACTIONS(3054), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3052), - [anon_sym___declspec] = ACTIONS(3054), - [anon_sym___based] = ACTIONS(3054), - [anon_sym_LBRACE] = ACTIONS(3052), - [anon_sym_EQ] = ACTIONS(3052), - [anon_sym_static] = ACTIONS(3054), - [anon_sym_register] = ACTIONS(3054), - [anon_sym_inline] = ACTIONS(3054), - [anon_sym_thread_local] = ACTIONS(3054), - [anon_sym_const] = ACTIONS(3054), - [anon_sym_volatile] = ACTIONS(3054), - [anon_sym_restrict] = ACTIONS(3054), - [anon_sym__Atomic] = ACTIONS(3054), - [anon_sym_mutable] = ACTIONS(3054), - [anon_sym_constexpr] = ACTIONS(3054), - [anon_sym_signed] = ACTIONS(3490), - [anon_sym_unsigned] = ACTIONS(3490), - [anon_sym_long] = ACTIONS(3490), - [anon_sym_short] = ACTIONS(3490), - [sym_primitive_type] = ACTIONS(3492), - [anon_sym_COLON] = ACTIONS(3052), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3054), - [sym_operator_name] = ACTIONS(3054), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3054), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3054), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3054), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3054), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3054), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3054), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3054), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3054), - [anon_sym_MOZ_COLD] = ACTIONS(3054), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3054), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3054), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3054), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3054), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3054), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3054), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3054), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3054), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3054), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3054), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3054), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3054), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3054), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3054), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3054), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3054), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3054), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3054), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3054), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3054), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3054), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3054), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3054), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3054), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3054), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3054), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3054), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3054), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3054), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3054), - [anon_sym_MOZ_NONNULL] = ACTIONS(3054), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3054), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3054), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3054), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3054), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3054), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3054), - [anon_sym_MOZ_NORETURN] = ACTIONS(3054), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3054), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3054), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3054), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3054), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3054), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3054), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3054), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3054), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3054), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3054), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3054), - [anon_sym_MOZ_RAII] = ACTIONS(3054), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3054), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3054), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3054), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3054), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3054), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3054), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3054), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3054), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3054), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3054), - }, - [1478] = { - [sym_identifier] = ACTIONS(2486), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2493), - [anon_sym_COMMA] = ACTIONS(2493), - [anon_sym_RPAREN] = ACTIONS(2490), - [anon_sym_LPAREN2] = ACTIONS(2490), - [anon_sym_TILDE] = ACTIONS(2493), - [anon_sym_STAR] = ACTIONS(2493), - [anon_sym_AMP_AMP] = ACTIONS(2493), - [anon_sym_AMP] = ACTIONS(2486), - [anon_sym_SEMI] = ACTIONS(2488), - [anon_sym_extern] = ACTIONS(2486), - [anon_sym___attribute__] = ACTIONS(2486), - [anon_sym_COLON_COLON] = ACTIONS(2493), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2490), - [anon_sym___declspec] = ACTIONS(2486), - [anon_sym___based] = ACTIONS(2486), - [anon_sym_LBRACK] = ACTIONS(2497), - [anon_sym_EQ] = ACTIONS(2493), - [anon_sym_static] = ACTIONS(2486), - [anon_sym_register] = ACTIONS(2486), - [anon_sym_inline] = ACTIONS(2486), - [anon_sym_thread_local] = ACTIONS(2486), - [anon_sym_const] = ACTIONS(2486), - [anon_sym_volatile] = ACTIONS(2486), - [anon_sym_restrict] = ACTIONS(2486), - [anon_sym__Atomic] = ACTIONS(2486), - [anon_sym_mutable] = ACTIONS(2486), - [anon_sym_constexpr] = ACTIONS(2486), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2486), - [anon_sym_template] = ACTIONS(2486), - [sym_operator_name] = ACTIONS(2486), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2486), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2486), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2486), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2486), - [anon_sym_MOZ_COLD] = ACTIONS(2486), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2486), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2486), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2486), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2486), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2486), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2486), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2486), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2486), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2486), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2486), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2486), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2486), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2486), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_NONNULL] = ACTIONS(2486), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2486), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2486), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2486), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2486), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2486), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2486), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2486), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2486), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2486), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2486), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2486), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2486), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2486), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2486), - [anon_sym_MOZ_RAII] = ACTIONS(2486), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2486), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2486), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2486), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2486), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2486), - }, - [1479] = { - [sym_identifier] = ACTIONS(2744), - [anon_sym_extern] = ACTIONS(2744), - [anon_sym___attribute__] = ACTIONS(2744), - [anon_sym_COLON_COLON] = ACTIONS(2746), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2746), - [anon_sym___declspec] = ACTIONS(2744), - [anon_sym_static] = ACTIONS(2744), - [anon_sym_register] = ACTIONS(2744), - [anon_sym_inline] = ACTIONS(2744), - [anon_sym_thread_local] = ACTIONS(2744), - [anon_sym_const] = ACTIONS(2744), - [anon_sym_volatile] = ACTIONS(2744), - [anon_sym_restrict] = ACTIONS(2744), - [anon_sym__Atomic] = ACTIONS(2744), - [anon_sym_mutable] = ACTIONS(2744), - [anon_sym_constexpr] = ACTIONS(2744), - [anon_sym_signed] = ACTIONS(2744), - [anon_sym_unsigned] = ACTIONS(2744), - [anon_sym_long] = ACTIONS(2744), - [anon_sym_short] = ACTIONS(2744), - [sym_primitive_type] = ACTIONS(2744), - [anon_sym_enum] = ACTIONS(2744), - [anon_sym_class] = ACTIONS(2744), - [anon_sym_struct] = ACTIONS(2744), - [anon_sym_union] = ACTIONS(2744), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2744), - [anon_sym_virtual] = ACTIONS(2744), - [sym_auto] = ACTIONS(2744), - [anon_sym_typename] = ACTIONS(2744), - [anon_sym_template] = ACTIONS(2744), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2744), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2744), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2744), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2744), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2744), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2744), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2744), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2744), - [anon_sym_MOZ_COLD] = ACTIONS(2744), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2744), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2744), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2744), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2744), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2744), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2744), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2744), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2744), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2744), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2744), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2744), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2744), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2744), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2744), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2744), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2744), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2744), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2744), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2744), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2744), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2744), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2744), - [anon_sym_MOZ_NONNULL] = ACTIONS(2744), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2744), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2744), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2744), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2744), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2744), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2744), - [anon_sym_MOZ_NORETURN] = ACTIONS(2744), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2744), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2744), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2744), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2744), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2744), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2744), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2744), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2744), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2744), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2744), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2744), - [anon_sym_MOZ_RAII] = ACTIONS(2744), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2744), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2744), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2744), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2744), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2744), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2744), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2744), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2744), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2744), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2744), - }, - [1480] = { - [sym_identifier] = ACTIONS(2922), - [anon_sym_extern] = ACTIONS(2922), - [anon_sym___attribute__] = ACTIONS(2922), - [anon_sym_COLON_COLON] = ACTIONS(2924), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), - [anon_sym___declspec] = ACTIONS(2922), - [anon_sym_static] = ACTIONS(2922), - [anon_sym_register] = ACTIONS(2922), - [anon_sym_inline] = ACTIONS(2922), - [anon_sym_thread_local] = ACTIONS(2922), - [anon_sym_const] = ACTIONS(2922), - [anon_sym_volatile] = ACTIONS(2922), - [anon_sym_restrict] = ACTIONS(2922), - [anon_sym__Atomic] = ACTIONS(2922), - [anon_sym_mutable] = ACTIONS(2922), - [anon_sym_constexpr] = ACTIONS(2922), - [anon_sym_signed] = ACTIONS(2922), - [anon_sym_unsigned] = ACTIONS(2922), - [anon_sym_long] = ACTIONS(2922), - [anon_sym_short] = ACTIONS(2922), - [sym_primitive_type] = ACTIONS(2922), - [anon_sym_enum] = ACTIONS(2922), - [anon_sym_class] = ACTIONS(2922), - [anon_sym_struct] = ACTIONS(2922), - [anon_sym_union] = ACTIONS(2922), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2922), - [anon_sym_virtual] = ACTIONS(2922), - [sym_auto] = ACTIONS(2922), - [anon_sym_typename] = ACTIONS(2922), - [anon_sym_template] = ACTIONS(2922), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2922), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2922), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2922), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2922), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2922), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2922), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2922), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2922), - [anon_sym_MOZ_COLD] = ACTIONS(2922), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2922), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2922), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2922), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2922), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2922), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2922), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2922), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2922), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2922), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2922), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2922), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2922), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2922), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2922), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2922), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2922), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2922), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2922), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2922), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2922), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_NONNULL] = ACTIONS(2922), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2922), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2922), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2922), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2922), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2922), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_NORETURN] = ACTIONS(2922), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2922), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2922), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2922), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2922), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2922), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2922), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2922), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2922), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2922), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2922), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2922), - [anon_sym_MOZ_RAII] = ACTIONS(2922), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2922), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2922), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2922), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2922), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2922), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2922), - }, - [1481] = { - [sym_identifier] = ACTIONS(2978), - [anon_sym_extern] = ACTIONS(2978), - [anon_sym___attribute__] = ACTIONS(2978), - [anon_sym_COLON_COLON] = ACTIONS(2980), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2980), - [anon_sym___declspec] = ACTIONS(2978), - [anon_sym_static] = ACTIONS(2978), - [anon_sym_register] = ACTIONS(2978), - [anon_sym_inline] = ACTIONS(2978), - [anon_sym_thread_local] = ACTIONS(2978), - [anon_sym_const] = ACTIONS(2978), - [anon_sym_volatile] = ACTIONS(2978), - [anon_sym_restrict] = ACTIONS(2978), - [anon_sym__Atomic] = ACTIONS(2978), - [anon_sym_mutable] = ACTIONS(2978), - [anon_sym_constexpr] = ACTIONS(2978), - [anon_sym_signed] = ACTIONS(2978), - [anon_sym_unsigned] = ACTIONS(2978), - [anon_sym_long] = ACTIONS(2978), - [anon_sym_short] = ACTIONS(2978), - [sym_primitive_type] = ACTIONS(2978), - [anon_sym_enum] = ACTIONS(2978), - [anon_sym_class] = ACTIONS(2978), - [anon_sym_struct] = ACTIONS(2978), - [anon_sym_union] = ACTIONS(2978), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2978), - [anon_sym_virtual] = ACTIONS(2978), - [sym_auto] = ACTIONS(2978), - [anon_sym_typename] = ACTIONS(2978), - [anon_sym_template] = ACTIONS(2978), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2978), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2978), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2978), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2978), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2978), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2978), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2978), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2978), - [anon_sym_MOZ_COLD] = ACTIONS(2978), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2978), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2978), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2978), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2978), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2978), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2978), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2978), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2978), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2978), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2978), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2978), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2978), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2978), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2978), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2978), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2978), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2978), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2978), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2978), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2978), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2978), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2978), - [anon_sym_MOZ_NONNULL] = ACTIONS(2978), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2978), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2978), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2978), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2978), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2978), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2978), - [anon_sym_MOZ_NORETURN] = ACTIONS(2978), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2978), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2978), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2978), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2978), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2978), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2978), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2978), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2978), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2978), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2978), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2978), - [anon_sym_MOZ_RAII] = ACTIONS(2978), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2978), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2978), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2978), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2978), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2978), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2978), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2978), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2978), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2978), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2978), - }, - [1482] = { - [sym_identifier] = ACTIONS(2740), - [anon_sym_extern] = ACTIONS(2740), - [anon_sym___attribute__] = ACTIONS(2740), - [anon_sym_COLON_COLON] = ACTIONS(2742), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2742), - [anon_sym___declspec] = ACTIONS(2740), - [anon_sym_static] = ACTIONS(2740), - [anon_sym_register] = ACTIONS(2740), - [anon_sym_inline] = ACTIONS(2740), - [anon_sym_thread_local] = ACTIONS(2740), - [anon_sym_const] = ACTIONS(2740), - [anon_sym_volatile] = ACTIONS(2740), - [anon_sym_restrict] = ACTIONS(2740), - [anon_sym__Atomic] = ACTIONS(2740), - [anon_sym_mutable] = ACTIONS(2740), - [anon_sym_constexpr] = ACTIONS(2740), - [anon_sym_signed] = ACTIONS(2740), - [anon_sym_unsigned] = ACTIONS(2740), - [anon_sym_long] = ACTIONS(2740), - [anon_sym_short] = ACTIONS(2740), - [sym_primitive_type] = ACTIONS(2740), - [anon_sym_enum] = ACTIONS(2740), - [anon_sym_class] = ACTIONS(2740), - [anon_sym_struct] = ACTIONS(2740), - [anon_sym_union] = ACTIONS(2740), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2740), - [anon_sym_virtual] = ACTIONS(2740), - [sym_auto] = ACTIONS(2740), - [anon_sym_typename] = ACTIONS(2740), - [anon_sym_template] = ACTIONS(2740), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2740), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2740), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2740), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2740), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2740), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2740), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2740), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2740), - [anon_sym_MOZ_COLD] = ACTIONS(2740), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2740), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2740), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2740), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2740), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2740), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2740), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2740), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2740), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2740), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2740), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2740), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2740), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2740), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2740), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2740), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2740), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2740), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2740), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2740), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2740), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_NONNULL] = ACTIONS(2740), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2740), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2740), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2740), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2740), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2740), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_NORETURN] = ACTIONS(2740), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2740), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2740), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2740), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2740), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2740), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2740), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2740), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2740), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2740), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2740), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2740), - [anon_sym_MOZ_RAII] = ACTIONS(2740), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2740), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2740), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2740), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2740), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2740), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2740), - }, - [1483] = { - [sym_identifier] = ACTIONS(3494), - [anon_sym_extern] = ACTIONS(3494), - [anon_sym___attribute__] = ACTIONS(3494), - [anon_sym_COLON_COLON] = ACTIONS(3496), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3496), - [anon_sym___declspec] = ACTIONS(3494), - [anon_sym_static] = ACTIONS(3494), - [anon_sym_register] = ACTIONS(3494), - [anon_sym_inline] = ACTIONS(3494), - [anon_sym_thread_local] = ACTIONS(3494), - [anon_sym_const] = ACTIONS(3494), - [anon_sym_volatile] = ACTIONS(3494), - [anon_sym_restrict] = ACTIONS(3494), - [anon_sym__Atomic] = ACTIONS(3494), - [anon_sym_mutable] = ACTIONS(3494), - [anon_sym_constexpr] = ACTIONS(3494), - [anon_sym_signed] = ACTIONS(3494), - [anon_sym_unsigned] = ACTIONS(3494), - [anon_sym_long] = ACTIONS(3494), - [anon_sym_short] = ACTIONS(3494), - [sym_primitive_type] = ACTIONS(3494), - [anon_sym_enum] = ACTIONS(3494), - [anon_sym_class] = ACTIONS(3494), - [anon_sym_struct] = ACTIONS(3494), - [anon_sym_union] = ACTIONS(3494), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(3494), - [anon_sym_virtual] = ACTIONS(3494), - [sym_auto] = ACTIONS(3494), - [anon_sym_typename] = ACTIONS(3494), - [anon_sym_template] = ACTIONS(3494), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3494), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3494), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3494), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3494), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3494), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3494), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3494), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3494), - [anon_sym_MOZ_COLD] = ACTIONS(3494), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3494), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3494), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3494), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3494), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3494), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3494), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3494), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3494), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3494), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3494), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3494), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3494), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3494), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3494), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3494), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3494), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3494), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3494), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3494), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3494), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3494), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3494), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3494), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3494), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3494), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3494), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3494), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3494), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3494), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3494), - [anon_sym_MOZ_NONNULL] = ACTIONS(3494), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3494), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3494), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3494), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3494), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3494), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3494), - [anon_sym_MOZ_NORETURN] = ACTIONS(3494), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3494), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3494), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3494), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3494), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3494), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3494), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3494), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3494), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3494), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3494), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3494), - [anon_sym_MOZ_RAII] = ACTIONS(3494), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3494), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3494), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3494), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3494), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3494), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3494), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3494), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3494), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3494), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3494), - }, - [1484] = { - [sym_template_argument_list] = STATE(1501), - [sym_identifier] = ACTIONS(2373), - [anon_sym_LPAREN2] = ACTIONS(2396), - [anon_sym_STAR] = ACTIONS(2381), - [anon_sym_AMP_AMP] = ACTIONS(2381), - [anon_sym_AMP] = ACTIONS(2373), - [anon_sym_LT] = ACTIONS(2950), - [anon_sym_SEMI] = ACTIONS(2381), - [anon_sym_extern] = ACTIONS(2373), - [anon_sym___attribute__] = ACTIONS(2373), - [anon_sym_COLON_COLON] = ACTIONS(2394), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2396), - [anon_sym___declspec] = ACTIONS(2373), - [anon_sym___based] = ACTIONS(2373), - [anon_sym_LBRACE] = ACTIONS(2381), - [anon_sym_LBRACK] = ACTIONS(3498), - [anon_sym_EQ] = ACTIONS(2381), - [anon_sym_static] = ACTIONS(2373), - [anon_sym_register] = ACTIONS(2373), - [anon_sym_inline] = ACTIONS(2373), - [anon_sym_thread_local] = ACTIONS(2373), - [anon_sym_const] = ACTIONS(2373), - [anon_sym_volatile] = ACTIONS(2373), - [anon_sym_restrict] = ACTIONS(2373), - [anon_sym__Atomic] = ACTIONS(2373), - [anon_sym_mutable] = ACTIONS(2373), - [anon_sym_constexpr] = ACTIONS(2373), - [anon_sym_COLON] = ACTIONS(2373), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2373), - [sym_operator_name] = ACTIONS(2373), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2373), - [anon_sym_MOZ_COLD] = ACTIONS(2373), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2373), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2373), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2373), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2373), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2373), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2373), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2373), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2373), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2373), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2373), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2373), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2373), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_RAII] = ACTIONS(2373), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2373), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2373), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2373), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2373), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2373), - }, - [1485] = { - [sym_identifier] = ACTIONS(2748), - [anon_sym_extern] = ACTIONS(2748), - [anon_sym___attribute__] = ACTIONS(2748), - [anon_sym_COLON_COLON] = ACTIONS(2750), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2750), - [anon_sym___declspec] = ACTIONS(2748), - [anon_sym_static] = ACTIONS(2748), - [anon_sym_register] = ACTIONS(2748), - [anon_sym_inline] = ACTIONS(2748), - [anon_sym_thread_local] = ACTIONS(2748), - [anon_sym_const] = ACTIONS(2748), - [anon_sym_volatile] = ACTIONS(2748), - [anon_sym_restrict] = ACTIONS(2748), - [anon_sym__Atomic] = ACTIONS(2748), - [anon_sym_mutable] = ACTIONS(2748), - [anon_sym_constexpr] = ACTIONS(2748), - [anon_sym_signed] = ACTIONS(2748), - [anon_sym_unsigned] = ACTIONS(2748), - [anon_sym_long] = ACTIONS(2748), - [anon_sym_short] = ACTIONS(2748), - [sym_primitive_type] = ACTIONS(2748), - [anon_sym_enum] = ACTIONS(2748), - [anon_sym_class] = ACTIONS(2748), - [anon_sym_struct] = ACTIONS(2748), - [anon_sym_union] = ACTIONS(2748), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(2748), - [anon_sym_virtual] = ACTIONS(2748), - [sym_auto] = ACTIONS(2748), - [anon_sym_typename] = ACTIONS(2748), - [anon_sym_template] = ACTIONS(2748), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2748), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2748), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2748), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2748), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2748), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2748), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2748), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2748), - [anon_sym_MOZ_COLD] = ACTIONS(2748), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2748), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2748), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2748), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2748), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2748), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2748), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2748), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2748), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2748), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2748), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2748), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2748), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2748), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2748), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2748), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2748), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2748), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2748), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2748), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2748), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2748), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2748), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2748), - [anon_sym_MOZ_NONNULL] = ACTIONS(2748), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2748), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2748), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2748), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2748), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2748), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2748), - [anon_sym_MOZ_NORETURN] = ACTIONS(2748), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2748), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2748), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2748), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2748), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2748), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2748), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2748), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2748), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2748), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2748), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2748), - [anon_sym_MOZ_RAII] = ACTIONS(2748), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2748), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2748), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2748), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2748), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2748), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2748), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2748), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2748), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2748), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2748), - }, - [1486] = { - [sym_template_argument_list] = STATE(1501), - [sym_identifier] = ACTIONS(2441), - [anon_sym_LPAREN2] = ACTIONS(2445), - [anon_sym_STAR] = ACTIONS(2448), - [anon_sym_AMP_AMP] = ACTIONS(2448), - [anon_sym_AMP] = ACTIONS(2441), - [anon_sym_LT] = ACTIONS(2950), - [anon_sym_SEMI] = ACTIONS(2448), - [anon_sym_extern] = ACTIONS(2441), - [anon_sym___attribute__] = ACTIONS(2441), - [anon_sym_COLON_COLON] = ACTIONS(2394), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2445), - [anon_sym___declspec] = ACTIONS(2441), - [anon_sym___based] = ACTIONS(2441), - [anon_sym_LBRACE] = ACTIONS(2448), - [anon_sym_LBRACK] = ACTIONS(2450), - [anon_sym_EQ] = ACTIONS(2448), - [anon_sym_static] = ACTIONS(2441), - [anon_sym_register] = ACTIONS(2441), - [anon_sym_inline] = ACTIONS(2441), - [anon_sym_thread_local] = ACTIONS(2441), - [anon_sym_const] = ACTIONS(2441), - [anon_sym_volatile] = ACTIONS(2441), - [anon_sym_restrict] = ACTIONS(2441), - [anon_sym__Atomic] = ACTIONS(2441), - [anon_sym_mutable] = ACTIONS(2441), - [anon_sym_constexpr] = ACTIONS(2441), - [anon_sym_COLON] = ACTIONS(2441), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2441), - [sym_operator_name] = ACTIONS(2441), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2441), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2441), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2441), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2441), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2441), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2441), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2441), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2441), - [anon_sym_MOZ_COLD] = ACTIONS(2441), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2441), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2441), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2441), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2441), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2441), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2441), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2441), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2441), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2441), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2441), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2441), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2441), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2441), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2441), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2441), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2441), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2441), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2441), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2441), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2441), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_NONNULL] = ACTIONS(2441), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2441), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2441), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2441), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2441), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2441), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_NORETURN] = ACTIONS(2441), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2441), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2441), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2441), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2441), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2441), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2441), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2441), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2441), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2441), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2441), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2441), - [anon_sym_MOZ_RAII] = ACTIONS(2441), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2441), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2441), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2441), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2441), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2441), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2441), - }, - [1487] = { - [sym_identifier] = ACTIONS(3011), - [anon_sym_extern] = ACTIONS(3011), - [anon_sym___attribute__] = ACTIONS(3011), - [anon_sym_COLON_COLON] = ACTIONS(3013), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3013), - [anon_sym___declspec] = ACTIONS(3011), - [anon_sym_static] = ACTIONS(3011), - [anon_sym_register] = ACTIONS(3011), - [anon_sym_inline] = ACTIONS(3011), - [anon_sym_thread_local] = ACTIONS(3011), - [anon_sym_const] = ACTIONS(3011), - [anon_sym_volatile] = ACTIONS(3011), - [anon_sym_restrict] = ACTIONS(3011), - [anon_sym__Atomic] = ACTIONS(3011), - [anon_sym_mutable] = ACTIONS(3011), - [anon_sym_constexpr] = ACTIONS(3011), - [anon_sym_signed] = ACTIONS(3011), - [anon_sym_unsigned] = ACTIONS(3011), - [anon_sym_long] = ACTIONS(3011), - [anon_sym_short] = ACTIONS(3011), - [sym_primitive_type] = ACTIONS(3011), - [anon_sym_enum] = ACTIONS(3011), - [anon_sym_class] = ACTIONS(3011), - [anon_sym_struct] = ACTIONS(3011), - [anon_sym_union] = ACTIONS(3011), - [sym_comment] = ACTIONS(3), - [anon_sym_decltype] = ACTIONS(3011), - [anon_sym_virtual] = ACTIONS(3011), - [sym_auto] = ACTIONS(3011), - [anon_sym_typename] = ACTIONS(3011), - [anon_sym_template] = ACTIONS(3011), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3011), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3011), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3011), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3011), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3011), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3011), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3011), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3011), - [anon_sym_MOZ_COLD] = ACTIONS(3011), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3011), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3011), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3011), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3011), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3011), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3011), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3011), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3011), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3011), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3011), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3011), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3011), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3011), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3011), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3011), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3011), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3011), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3011), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3011), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3011), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3011), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3011), - [anon_sym_MOZ_NONNULL] = ACTIONS(3011), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3011), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3011), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3011), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3011), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3011), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3011), - [anon_sym_MOZ_NORETURN] = ACTIONS(3011), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3011), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3011), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3011), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3011), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3011), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3011), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3011), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3011), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3011), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3011), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3011), - [anon_sym_MOZ_RAII] = ACTIONS(3011), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3011), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3011), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3011), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3011), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3011), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3011), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3011), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3011), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3011), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3011), - }, - [1488] = { - [sym__declaration_modifiers] = STATE(1493), - [sym_attribute_specifier] = STATE(1493), - [sym_attribute_declaration] = STATE(1493), - [sym_ms_declspec_modifier] = STATE(1493), - [sym_storage_class_specifier] = STATE(1493), - [sym_type_qualifier] = STATE(1493), - [sym_virtual_function_specifier] = STATE(1493), - [sym_macro_annotation] = STATE(1266), - [aux_sym__declaration_specifiers_repeat1] = STATE(1493), - [anon_sym_LPAREN2] = ACTIONS(3009), - [anon_sym_STAR] = ACTIONS(3009), - [anon_sym_AMP_AMP] = ACTIONS(3009), - [anon_sym_AMP] = ACTIONS(3007), - [anon_sym_extern] = ACTIONS(3500), - [anon_sym___attribute__] = ACTIONS(3502), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(3504), - [anon_sym_LBRACK] = ACTIONS(3007), - [anon_sym_static] = ACTIONS(3500), - [anon_sym_register] = ACTIONS(3500), - [anon_sym_inline] = ACTIONS(3500), - [anon_sym_thread_local] = ACTIONS(3500), - [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(3506), - [anon_sym_restrict] = ACTIONS(3506), - [anon_sym__Atomic] = ACTIONS(3506), - [anon_sym_mutable] = ACTIONS(3506), - [anon_sym_constexpr] = ACTIONS(3506), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3508), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3510), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3510), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3510), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3510), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3510), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3510), - [anon_sym_MOZ_COLD] = ACTIONS(3510), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3510), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3510), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3510), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3510), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3510), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3510), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3510), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3510), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3510), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3510), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3510), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3510), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3510), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3510), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3510), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3510), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3510), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3510), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3510), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3510), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3510), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3510), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3510), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3510), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3510), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3510), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3510), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3510), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3510), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3510), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3510), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3510), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3510), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3510), - [anon_sym_MOZ_RAII] = ACTIONS(3510), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3510), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3510), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3510), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3510), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3510), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3510), - }, - [1489] = { - [sym_template_argument_list] = STATE(1368), - [sym_identifier] = ACTIONS(2373), - [anon_sym_LPAREN2] = ACTIONS(2381), - [anon_sym_TILDE] = ACTIONS(2381), - [anon_sym_STAR] = ACTIONS(2381), - [anon_sym_AMP_AMP] = ACTIONS(2381), - [anon_sym_AMP] = ACTIONS(2373), - [anon_sym_LT] = ACTIONS(2950), - [anon_sym_SEMI] = ACTIONS(2399), - [anon_sym_extern] = ACTIONS(2373), - [anon_sym___attribute__] = ACTIONS(2373), - [anon_sym_COLON_COLON] = ACTIONS(2952), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2381), - [anon_sym___declspec] = ACTIONS(2373), - [anon_sym___based] = ACTIONS(2373), - [anon_sym_LBRACK] = ACTIONS(2373), - [anon_sym_static] = ACTIONS(2373), - [anon_sym_register] = ACTIONS(2373), - [anon_sym_inline] = ACTIONS(2373), - [anon_sym_thread_local] = ACTIONS(2373), - [anon_sym_const] = ACTIONS(2373), - [anon_sym_volatile] = ACTIONS(2373), - [anon_sym_restrict] = ACTIONS(2373), - [anon_sym__Atomic] = ACTIONS(2373), - [anon_sym_mutable] = ACTIONS(2373), - [anon_sym_constexpr] = ACTIONS(2373), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2373), - [anon_sym_template] = ACTIONS(2373), - [sym_operator_name] = ACTIONS(2373), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2373), - [anon_sym_MOZ_COLD] = ACTIONS(2373), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2373), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2373), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2373), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2373), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2373), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2373), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2373), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2373), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2373), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2373), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2373), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2373), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_RAII] = ACTIONS(2373), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2373), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2373), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2373), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2373), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2373), - }, - [1490] = { - [sym__declaration_modifiers] = STATE(1490), - [sym_attribute_specifier] = STATE(1490), - [sym_attribute_declaration] = STATE(1490), - [sym_ms_declspec_modifier] = STATE(1490), - [sym_storage_class_specifier] = STATE(1490), - [sym_type_qualifier] = STATE(1490), - [sym_virtual_function_specifier] = STATE(1490), - [sym_macro_annotation] = STATE(1266), - [aux_sym__declaration_specifiers_repeat1] = STATE(1490), - [anon_sym_LPAREN2] = ACTIONS(2984), - [anon_sym_STAR] = ACTIONS(2984), - [anon_sym_AMP_AMP] = ACTIONS(2984), - [anon_sym_AMP] = ACTIONS(2982), - [anon_sym_extern] = ACTIONS(3512), - [anon_sym___attribute__] = ACTIONS(3515), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3119), - [anon_sym___declspec] = ACTIONS(3518), - [anon_sym_LBRACK] = ACTIONS(2982), - [anon_sym_static] = ACTIONS(3512), - [anon_sym_register] = ACTIONS(3512), - [anon_sym_inline] = ACTIONS(3512), - [anon_sym_thread_local] = ACTIONS(3512), - [anon_sym_const] = ACTIONS(3521), - [anon_sym_volatile] = ACTIONS(3524), - [anon_sym_restrict] = ACTIONS(3524), - [anon_sym__Atomic] = ACTIONS(3524), - [anon_sym_mutable] = ACTIONS(3524), - [anon_sym_constexpr] = ACTIONS(3524), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3527), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3530), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3530), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3533), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3530), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3530), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3533), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3530), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3530), - [anon_sym_MOZ_COLD] = ACTIONS(3530), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3530), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3530), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3530), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3530), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3530), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3533), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3530), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3530), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3530), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3530), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3530), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3530), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3530), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3530), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3530), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3530), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3530), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3530), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3530), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3530), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3530), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3530), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3533), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3530), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3530), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3530), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3530), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3533), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3530), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3530), - [anon_sym_MOZ_NONNULL] = ACTIONS(3533), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3530), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3530), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3530), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3530), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3530), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3530), - [anon_sym_MOZ_NORETURN] = ACTIONS(3533), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3530), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3530), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3530), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3530), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3530), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3530), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3530), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3530), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3530), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3530), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3530), - [anon_sym_MOZ_RAII] = ACTIONS(3530), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3530), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3530), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3530), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3530), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3530), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3530), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3530), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3530), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3530), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3530), - }, - [1491] = { - [sym_template_argument_list] = STATE(1504), - [sym_identifier] = ACTIONS(2441), - [anon_sym_LPAREN2] = ACTIONS(2445), - [anon_sym_TILDE] = ACTIONS(2448), - [anon_sym_STAR] = ACTIONS(2448), - [anon_sym_AMP_AMP] = ACTIONS(2448), - [anon_sym_AMP] = ACTIONS(2441), - [anon_sym_LT] = ACTIONS(2950), - [anon_sym_SEMI] = ACTIONS(2448), - [anon_sym_extern] = ACTIONS(2441), - [anon_sym___attribute__] = ACTIONS(2441), - [anon_sym_COLON_COLON] = ACTIONS(2394), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2445), - [anon_sym___declspec] = ACTIONS(2441), - [anon_sym___based] = ACTIONS(2441), - [anon_sym_LBRACK] = ACTIONS(2452), - [anon_sym_static] = ACTIONS(2441), - [anon_sym_register] = ACTIONS(2441), - [anon_sym_inline] = ACTIONS(2441), - [anon_sym_thread_local] = ACTIONS(2441), - [anon_sym_const] = ACTIONS(2441), - [anon_sym_volatile] = ACTIONS(2441), - [anon_sym_restrict] = ACTIONS(2441), - [anon_sym__Atomic] = ACTIONS(2441), - [anon_sym_mutable] = ACTIONS(2441), - [anon_sym_constexpr] = ACTIONS(2441), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2441), - [anon_sym_template] = ACTIONS(2441), - [sym_operator_name] = ACTIONS(2441), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2441), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2441), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2441), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2441), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2441), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2441), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2441), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2441), - [anon_sym_MOZ_COLD] = ACTIONS(2441), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2441), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2441), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2441), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2441), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2441), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2441), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2441), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2441), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2441), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2441), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2441), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2441), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2441), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2441), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2441), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2441), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2441), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2441), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2441), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2441), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2441), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_NONNULL] = ACTIONS(2441), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2441), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2441), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2441), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2441), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2441), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_NORETURN] = ACTIONS(2441), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2441), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2441), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2441), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2441), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2441), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2441), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2441), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2441), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2441), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2441), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2441), - [anon_sym_MOZ_RAII] = ACTIONS(2441), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2441), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2441), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2441), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2441), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2441), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2441), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2441), - }, - [1492] = { - [sym_template_argument_list] = STATE(1504), - [sym_identifier] = ACTIONS(2373), - [anon_sym_LPAREN2] = ACTIONS(2396), - [anon_sym_TILDE] = ACTIONS(2381), - [anon_sym_STAR] = ACTIONS(2381), - [anon_sym_AMP_AMP] = ACTIONS(2381), - [anon_sym_AMP] = ACTIONS(2373), - [anon_sym_LT] = ACTIONS(2950), - [anon_sym_SEMI] = ACTIONS(2381), - [anon_sym_extern] = ACTIONS(2373), - [anon_sym___attribute__] = ACTIONS(2373), - [anon_sym_COLON_COLON] = ACTIONS(2394), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2396), - [anon_sym___declspec] = ACTIONS(2373), - [anon_sym___based] = ACTIONS(2373), - [anon_sym_LBRACK] = ACTIONS(3478), - [anon_sym_static] = ACTIONS(2373), - [anon_sym_register] = ACTIONS(2373), - [anon_sym_inline] = ACTIONS(2373), - [anon_sym_thread_local] = ACTIONS(2373), - [anon_sym_const] = ACTIONS(2373), - [anon_sym_volatile] = ACTIONS(2373), - [anon_sym_restrict] = ACTIONS(2373), - [anon_sym__Atomic] = ACTIONS(2373), - [anon_sym_mutable] = ACTIONS(2373), - [anon_sym_constexpr] = ACTIONS(2373), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2373), - [anon_sym_template] = ACTIONS(2373), - [sym_operator_name] = ACTIONS(2373), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2373), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2373), - [anon_sym_MOZ_COLD] = ACTIONS(2373), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2373), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2373), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2373), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2373), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2373), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2373), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2373), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2373), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2373), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2373), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2373), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2373), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL] = ACTIONS(2373), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2373), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2373), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN] = ACTIONS(2373), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2373), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2373), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2373), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2373), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2373), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2373), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2373), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2373), - [anon_sym_MOZ_RAII] = ACTIONS(2373), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2373), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2373), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2373), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2373), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2373), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2373), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2373), - }, - [1493] = { - [sym__declaration_modifiers] = STATE(1490), - [sym_attribute_specifier] = STATE(1490), - [sym_attribute_declaration] = STATE(1490), - [sym_ms_declspec_modifier] = STATE(1490), - [sym_storage_class_specifier] = STATE(1490), - [sym_type_qualifier] = STATE(1490), - [sym_virtual_function_specifier] = STATE(1490), - [sym_macro_annotation] = STATE(1266), - [aux_sym__declaration_specifiers_repeat1] = STATE(1490), - [anon_sym_LPAREN2] = ACTIONS(2956), - [anon_sym_STAR] = ACTIONS(2956), - [anon_sym_AMP_AMP] = ACTIONS(2956), - [anon_sym_AMP] = ACTIONS(2954), - [anon_sym_extern] = ACTIONS(3500), - [anon_sym___attribute__] = ACTIONS(3502), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(3504), - [anon_sym_LBRACK] = ACTIONS(2954), - [anon_sym_static] = ACTIONS(3500), - [anon_sym_register] = ACTIONS(3500), - [anon_sym_inline] = ACTIONS(3500), - [anon_sym_thread_local] = ACTIONS(3500), - [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(3506), - [anon_sym_restrict] = ACTIONS(3506), - [anon_sym__Atomic] = ACTIONS(3506), - [anon_sym_mutable] = ACTIONS(3506), - [anon_sym_constexpr] = ACTIONS(3506), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3508), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3510), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3510), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3510), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3510), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3510), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3510), - [anon_sym_MOZ_COLD] = ACTIONS(3510), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3510), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3510), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3510), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3510), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3510), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3510), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3510), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3510), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3510), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3510), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3510), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3510), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3510), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3510), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3510), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3510), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3510), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3510), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3510), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3510), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3510), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3510), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3510), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3510), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3510), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3510), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3510), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3510), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3510), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3510), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3510), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3510), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3510), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3510), - [anon_sym_MOZ_RAII] = ACTIONS(3510), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3510), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3510), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3510), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3510), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3510), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3510), - }, - [1494] = { - [sym__declaration_modifiers] = STATE(1495), - [sym_attribute_specifier] = STATE(1495), - [sym_attribute_declaration] = STATE(1495), - [sym_ms_declspec_modifier] = STATE(1495), - [sym_storage_class_specifier] = STATE(1495), - [sym_type_qualifier] = STATE(1495), - [sym_virtual_function_specifier] = STATE(1495), - [sym_macro_annotation] = STATE(1266), - [aux_sym__declaration_specifiers_repeat1] = STATE(1495), - [anon_sym_LPAREN2] = ACTIONS(2976), - [anon_sym_STAR] = ACTIONS(2976), - [anon_sym_AMP_AMP] = ACTIONS(2976), - [anon_sym_AMP] = ACTIONS(2974), - [anon_sym_extern] = ACTIONS(3500), - [anon_sym___attribute__] = ACTIONS(3502), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(3504), - [anon_sym_LBRACK] = ACTIONS(2974), - [anon_sym_static] = ACTIONS(3500), - [anon_sym_register] = ACTIONS(3500), - [anon_sym_inline] = ACTIONS(3500), - [anon_sym_thread_local] = ACTIONS(3500), - [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(3506), - [anon_sym_restrict] = ACTIONS(3506), - [anon_sym__Atomic] = ACTIONS(3506), - [anon_sym_mutable] = ACTIONS(3506), - [anon_sym_constexpr] = ACTIONS(3506), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3508), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3510), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3510), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3510), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3510), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3510), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3510), - [anon_sym_MOZ_COLD] = ACTIONS(3510), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3510), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3510), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3510), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3510), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3510), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3510), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3510), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3510), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3510), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3510), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3510), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3510), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3510), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3510), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3510), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3510), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3510), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3510), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3510), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3510), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3510), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3510), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3510), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3510), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3510), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3510), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3510), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3510), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3510), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3510), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3510), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3510), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3510), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3510), - [anon_sym_MOZ_RAII] = ACTIONS(3510), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3510), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3510), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3510), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3510), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3510), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3510), - }, - [1495] = { - [sym__declaration_modifiers] = STATE(1490), - [sym_attribute_specifier] = STATE(1490), - [sym_attribute_declaration] = STATE(1490), - [sym_ms_declspec_modifier] = STATE(1490), - [sym_storage_class_specifier] = STATE(1490), - [sym_type_qualifier] = STATE(1490), - [sym_virtual_function_specifier] = STATE(1490), - [sym_macro_annotation] = STATE(1266), - [aux_sym__declaration_specifiers_repeat1] = STATE(1490), - [anon_sym_LPAREN2] = ACTIONS(2972), - [anon_sym_STAR] = ACTIONS(2972), - [anon_sym_AMP_AMP] = ACTIONS(2972), - [anon_sym_AMP] = ACTIONS(2970), - [anon_sym_extern] = ACTIONS(3500), - [anon_sym___attribute__] = ACTIONS(3502), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1476), - [anon_sym___declspec] = ACTIONS(3504), - [anon_sym_LBRACK] = ACTIONS(2970), - [anon_sym_static] = ACTIONS(3500), - [anon_sym_register] = ACTIONS(3500), - [anon_sym_inline] = ACTIONS(3500), - [anon_sym_thread_local] = ACTIONS(3500), - [anon_sym_const] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(3506), - [anon_sym_restrict] = ACTIONS(3506), - [anon_sym__Atomic] = ACTIONS(3506), - [anon_sym_mutable] = ACTIONS(3506), - [anon_sym_constexpr] = ACTIONS(3506), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3508), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3510), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3510), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3510), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3510), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3510), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3510), - [anon_sym_MOZ_COLD] = ACTIONS(3510), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3510), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3510), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3510), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3510), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3510), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3510), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3510), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3510), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3510), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3510), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3510), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3510), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3510), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3510), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3510), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3510), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3510), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3510), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3510), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3510), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3510), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3510), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3510), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3510), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3510), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3510), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3510), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3510), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3510), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3510), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3510), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3510), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3510), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3510), - [anon_sym_MOZ_RAII] = ACTIONS(3510), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3510), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3510), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3510), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3510), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3510), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3510), - }, - [1496] = { - [sym_identifier] = ACTIONS(2272), - [anon_sym_COMMA] = ACTIONS(2274), - [anon_sym_LPAREN2] = ACTIONS(2274), - [anon_sym_STAR] = ACTIONS(2274), - [anon_sym_AMP_AMP] = ACTIONS(2274), - [anon_sym_AMP] = ACTIONS(2272), - [anon_sym_SEMI] = ACTIONS(2274), - [anon_sym_extern] = ACTIONS(2272), - [anon_sym___attribute__] = ACTIONS(2272), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2274), - [anon_sym___declspec] = ACTIONS(2272), - [anon_sym___based] = ACTIONS(2272), - [anon_sym_LBRACE] = ACTIONS(2274), - [anon_sym_LBRACK] = ACTIONS(2272), - [anon_sym_EQ] = ACTIONS(2274), - [anon_sym_static] = ACTIONS(2272), - [anon_sym_register] = ACTIONS(2272), - [anon_sym_inline] = ACTIONS(2272), - [anon_sym_thread_local] = ACTIONS(2272), - [anon_sym_const] = ACTIONS(2272), - [anon_sym_volatile] = ACTIONS(2272), - [anon_sym_restrict] = ACTIONS(2272), - [anon_sym__Atomic] = ACTIONS(2272), - [anon_sym_mutable] = ACTIONS(2272), - [anon_sym_constexpr] = ACTIONS(2272), - [anon_sym_COLON] = ACTIONS(2274), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2272), - [sym_operator_name] = ACTIONS(2272), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2272), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2272), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2272), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2272), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2272), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2272), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2272), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2272), - [anon_sym_MOZ_COLD] = ACTIONS(2272), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2272), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2272), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2272), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2272), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2272), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2272), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2272), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2272), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2272), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2272), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2272), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2272), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2272), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2272), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2272), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2272), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2272), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2272), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2272), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2272), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2272), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_NONNULL] = ACTIONS(2272), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2272), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2272), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2272), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2272), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2272), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_NORETURN] = ACTIONS(2272), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2272), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2272), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2272), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2272), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2272), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2272), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2272), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2272), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2272), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2272), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2272), - [anon_sym_MOZ_RAII] = ACTIONS(2272), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2272), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2272), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2272), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2272), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2272), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2272), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2272), - }, - [1497] = { - [sym_ms_based_modifier] = STATE(4903), - [sym__declarator] = STATE(3590), - [sym_parenthesized_declarator] = STATE(3583), - [sym_attributed_declarator] = STATE(3583), - [sym_pointer_declarator] = STATE(3583), - [sym_function_declarator] = STATE(3583), - [sym_array_declarator] = STATE(3583), - [sym__expression] = STATE(2143), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_reference_declarator] = STATE(3583), - [sym_structured_binding_declarator] = STATE(3583), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2229), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_destructor_name] = STATE(3583), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3495), - [sym_qualified_identifier] = STATE(2230), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2934), - [anon_sym_LPAREN2] = ACTIONS(2936), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2938), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(27), - [anon_sym_AMP_AMP] = ACTIONS(29), - [anon_sym_AMP] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym___based] = ACTIONS(47), - [anon_sym_LBRACK] = ACTIONS(2520), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_operator_name] = ACTIONS(139), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), - }, - [1498] = { - [sym_identifier] = ACTIONS(3536), - [anon_sym_LPAREN2] = ACTIONS(3538), - [anon_sym_TILDE] = ACTIONS(3538), - [anon_sym_STAR] = ACTIONS(3538), - [anon_sym_AMP_AMP] = ACTIONS(3538), - [anon_sym_AMP] = ACTIONS(3536), - [anon_sym_extern] = ACTIONS(3536), - [anon_sym___attribute__] = ACTIONS(3536), - [anon_sym_COLON_COLON] = ACTIONS(3538), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3538), - [anon_sym___declspec] = ACTIONS(3536), - [anon_sym___based] = ACTIONS(3536), - [anon_sym_LBRACK] = ACTIONS(3536), - [anon_sym_static] = ACTIONS(3536), - [anon_sym_register] = ACTIONS(3536), - [anon_sym_inline] = ACTIONS(3536), - [anon_sym_thread_local] = ACTIONS(3536), - [anon_sym_const] = ACTIONS(3536), - [anon_sym_volatile] = ACTIONS(3536), - [anon_sym_restrict] = ACTIONS(3536), - [anon_sym__Atomic] = ACTIONS(3536), - [anon_sym_mutable] = ACTIONS(3536), - [anon_sym_constexpr] = ACTIONS(3536), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3536), - [anon_sym_explicit] = ACTIONS(3536), - [anon_sym_template] = ACTIONS(3536), - [anon_sym_operator] = ACTIONS(3536), - [sym_operator_name] = ACTIONS(3536), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3536), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3536), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3536), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3536), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3536), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3536), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3536), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3536), - [anon_sym_MOZ_COLD] = ACTIONS(3536), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3536), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3536), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3536), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3536), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3536), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3536), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3536), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3536), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3536), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3536), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3536), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3536), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3536), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3536), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3536), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3536), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3536), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3536), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3536), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3536), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3536), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3536), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3536), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3536), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3536), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3536), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3536), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3536), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3536), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3536), - [anon_sym_MOZ_NONNULL] = ACTIONS(3536), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3536), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3536), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3536), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3536), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3536), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3536), - [anon_sym_MOZ_NORETURN] = ACTIONS(3536), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3536), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3536), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3536), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3536), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3536), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3536), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3536), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3536), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3536), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3536), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3536), - [anon_sym_MOZ_RAII] = ACTIONS(3536), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3536), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3536), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3536), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3536), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3536), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3536), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3536), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3536), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3536), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3536), + [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), }, - [1499] = { - [sym_identifier] = ACTIONS(3540), - [anon_sym_LPAREN2] = ACTIONS(3542), - [anon_sym_TILDE] = ACTIONS(3544), - [anon_sym_STAR] = ACTIONS(3544), - [anon_sym_AMP_AMP] = ACTIONS(3544), - [anon_sym_AMP] = ACTIONS(3540), - [anon_sym_extern] = ACTIONS(3540), - [anon_sym___attribute__] = ACTIONS(3540), - [anon_sym_COLON_COLON] = ACTIONS(3544), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3544), - [anon_sym___declspec] = ACTIONS(3540), - [anon_sym___based] = ACTIONS(3540), - [anon_sym_LBRACK] = ACTIONS(3540), - [anon_sym_static] = ACTIONS(3540), - [anon_sym_register] = ACTIONS(3540), - [anon_sym_inline] = ACTIONS(3540), - [anon_sym_thread_local] = ACTIONS(3540), - [anon_sym_const] = ACTIONS(3540), - [anon_sym_volatile] = ACTIONS(3540), - [anon_sym_restrict] = ACTIONS(3540), - [anon_sym__Atomic] = ACTIONS(3540), - [anon_sym_mutable] = ACTIONS(3540), - [anon_sym_constexpr] = ACTIONS(3540), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3540), - [anon_sym_explicit] = ACTIONS(3540), - [anon_sym_template] = ACTIONS(3540), - [anon_sym_operator] = ACTIONS(3540), - [sym_operator_name] = ACTIONS(3540), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3540), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3540), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3540), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3540), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3540), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3540), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3540), - [anon_sym_MOZ_COLD] = ACTIONS(3540), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3540), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3540), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3540), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3540), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3540), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3540), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3540), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3540), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3540), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3540), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3540), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3540), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3540), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3540), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3540), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3540), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3540), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3540), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3540), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3540), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3540), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3540), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3540), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3540), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3540), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3540), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3540), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3540), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3540), - [anon_sym_MOZ_NONNULL] = ACTIONS(3540), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3540), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3540), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3540), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3540), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3540), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3540), - [anon_sym_MOZ_NORETURN] = ACTIONS(3540), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3540), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3540), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3540), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3540), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3540), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3540), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3540), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3540), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3540), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3540), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3540), - [anon_sym_MOZ_RAII] = ACTIONS(3540), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3540), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3540), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3540), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3540), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3540), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3540), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3540), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3540), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3540), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3540), - }, - [1500] = { - [sym_identifier] = ACTIONS(2276), - [anon_sym_COMMA] = ACTIONS(2278), - [anon_sym_LPAREN2] = ACTIONS(2278), - [anon_sym_STAR] = ACTIONS(2278), - [anon_sym_AMP_AMP] = ACTIONS(2278), - [anon_sym_AMP] = ACTIONS(2276), - [anon_sym_SEMI] = ACTIONS(2278), - [anon_sym_extern] = ACTIONS(2276), - [anon_sym___attribute__] = ACTIONS(2276), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2278), - [anon_sym___declspec] = ACTIONS(2276), - [anon_sym___based] = ACTIONS(2276), - [anon_sym_LBRACE] = ACTIONS(2278), - [anon_sym_LBRACK] = ACTIONS(2276), - [anon_sym_EQ] = ACTIONS(2278), - [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_COLON] = ACTIONS(2278), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2276), - [sym_operator_name] = ACTIONS(2276), - [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), - }, - [1501] = { - [sym_identifier] = ACTIONS(2486), - [anon_sym_LPAREN2] = ACTIONS(2490), - [anon_sym_STAR] = ACTIONS(2493), - [anon_sym_AMP_AMP] = ACTIONS(2493), - [anon_sym_AMP] = ACTIONS(2486), - [anon_sym_SEMI] = ACTIONS(2493), - [anon_sym_extern] = ACTIONS(2486), - [anon_sym___attribute__] = ACTIONS(2486), - [anon_sym_COLON_COLON] = ACTIONS(2493), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2490), - [anon_sym___declspec] = ACTIONS(2486), - [anon_sym___based] = ACTIONS(2486), - [anon_sym_LBRACE] = ACTIONS(2493), - [anon_sym_LBRACK] = ACTIONS(2495), - [anon_sym_EQ] = ACTIONS(2493), - [anon_sym_static] = ACTIONS(2486), - [anon_sym_register] = ACTIONS(2486), - [anon_sym_inline] = ACTIONS(2486), - [anon_sym_thread_local] = ACTIONS(2486), - [anon_sym_const] = ACTIONS(2486), - [anon_sym_volatile] = ACTIONS(2486), - [anon_sym_restrict] = ACTIONS(2486), - [anon_sym__Atomic] = ACTIONS(2486), - [anon_sym_mutable] = ACTIONS(2486), - [anon_sym_constexpr] = ACTIONS(2486), - [anon_sym_COLON] = ACTIONS(2486), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2486), - [sym_operator_name] = ACTIONS(2486), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2486), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2486), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2486), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2486), - [anon_sym_MOZ_COLD] = ACTIONS(2486), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2486), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2486), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2486), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2486), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2486), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2486), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2486), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2486), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2486), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2486), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2486), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2486), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2486), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_NONNULL] = ACTIONS(2486), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2486), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2486), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2486), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2486), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2486), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2486), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2486), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2486), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2486), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2486), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2486), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2486), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2486), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2486), - [anon_sym_MOZ_RAII] = ACTIONS(2486), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2486), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2486), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2486), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2486), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2486), - }, - [1502] = { - [sym_identifier] = ACTIONS(3297), - [anon_sym_LPAREN2] = ACTIONS(3299), - [anon_sym_TILDE] = ACTIONS(3299), - [anon_sym_STAR] = ACTIONS(3299), - [anon_sym_AMP_AMP] = ACTIONS(3299), - [anon_sym_AMP] = ACTIONS(3297), - [anon_sym_SEMI] = ACTIONS(3037), - [anon_sym_extern] = ACTIONS(3297), - [anon_sym___attribute__] = ACTIONS(3297), - [anon_sym_COLON_COLON] = ACTIONS(3039), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3299), - [anon_sym___declspec] = ACTIONS(3297), - [anon_sym___based] = ACTIONS(3297), - [anon_sym_LBRACK] = ACTIONS(3297), - [anon_sym_static] = ACTIONS(3297), - [anon_sym_register] = ACTIONS(3297), - [anon_sym_inline] = ACTIONS(3297), - [anon_sym_thread_local] = ACTIONS(3297), - [anon_sym_const] = ACTIONS(3297), - [anon_sym_volatile] = ACTIONS(3297), - [anon_sym_restrict] = ACTIONS(3297), - [anon_sym__Atomic] = ACTIONS(3297), - [anon_sym_mutable] = ACTIONS(3297), - [anon_sym_constexpr] = ACTIONS(3297), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3297), - [anon_sym_template] = ACTIONS(3297), - [sym_operator_name] = ACTIONS(3297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3297), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3297), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3297), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3297), - [anon_sym_MOZ_COLD] = ACTIONS(3297), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3297), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3297), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3297), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3297), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3297), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3297), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3297), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3297), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3297), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3297), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3297), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3297), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3297), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_NONNULL] = ACTIONS(3297), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3297), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3297), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3297), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3297), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3297), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3297), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3297), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3297), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3297), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3297), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3297), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3297), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3297), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3297), - [anon_sym_MOZ_RAII] = ACTIONS(3297), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3297), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3297), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3297), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3297), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3297), - }, - [1503] = { - [sym_identifier] = ACTIONS(3297), - [anon_sym_LPAREN2] = ACTIONS(3299), - [anon_sym_TILDE] = ACTIONS(3299), - [anon_sym_STAR] = ACTIONS(3299), - [anon_sym_AMP_AMP] = ACTIONS(3299), - [anon_sym_AMP] = ACTIONS(3297), - [anon_sym_SEMI] = ACTIONS(3037), - [anon_sym_extern] = ACTIONS(3297), - [anon_sym___attribute__] = ACTIONS(3297), - [anon_sym_COLON_COLON] = ACTIONS(3299), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3299), - [anon_sym___declspec] = ACTIONS(3297), - [anon_sym___based] = ACTIONS(3297), - [anon_sym_LBRACK] = ACTIONS(3297), - [anon_sym_static] = ACTIONS(3297), - [anon_sym_register] = ACTIONS(3297), - [anon_sym_inline] = ACTIONS(3297), - [anon_sym_thread_local] = ACTIONS(3297), - [anon_sym_const] = ACTIONS(3297), - [anon_sym_volatile] = ACTIONS(3297), - [anon_sym_restrict] = ACTIONS(3297), - [anon_sym__Atomic] = ACTIONS(3297), - [anon_sym_mutable] = ACTIONS(3297), - [anon_sym_constexpr] = ACTIONS(3297), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3297), - [anon_sym_template] = ACTIONS(3297), - [sym_operator_name] = ACTIONS(3297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3297), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3297), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3297), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3297), - [anon_sym_MOZ_COLD] = ACTIONS(3297), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3297), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3297), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3297), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3297), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3297), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3297), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3297), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3297), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3297), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3297), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3297), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3297), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3297), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_NONNULL] = ACTIONS(3297), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3297), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3297), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3297), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3297), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3297), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3297), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3297), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3297), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3297), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3297), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3297), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3297), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3297), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3297), - [anon_sym_MOZ_RAII] = ACTIONS(3297), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3297), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3297), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3297), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3297), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3297), - }, - [1504] = { - [sym_identifier] = ACTIONS(2486), - [anon_sym_LPAREN2] = ACTIONS(2490), - [anon_sym_TILDE] = ACTIONS(2493), - [anon_sym_STAR] = ACTIONS(2493), - [anon_sym_AMP_AMP] = ACTIONS(2493), - [anon_sym_AMP] = ACTIONS(2486), - [anon_sym_SEMI] = ACTIONS(2493), - [anon_sym_extern] = ACTIONS(2486), - [anon_sym___attribute__] = ACTIONS(2486), - [anon_sym_COLON_COLON] = ACTIONS(2493), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2490), - [anon_sym___declspec] = ACTIONS(2486), - [anon_sym___based] = ACTIONS(2486), - [anon_sym_LBRACK] = ACTIONS(2497), - [anon_sym_static] = ACTIONS(2486), - [anon_sym_register] = ACTIONS(2486), - [anon_sym_inline] = ACTIONS(2486), - [anon_sym_thread_local] = ACTIONS(2486), - [anon_sym_const] = ACTIONS(2486), - [anon_sym_volatile] = ACTIONS(2486), - [anon_sym_restrict] = ACTIONS(2486), - [anon_sym__Atomic] = ACTIONS(2486), - [anon_sym_mutable] = ACTIONS(2486), - [anon_sym_constexpr] = ACTIONS(2486), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2486), - [anon_sym_template] = ACTIONS(2486), - [sym_operator_name] = ACTIONS(2486), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2486), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2486), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2486), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2486), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2486), - [anon_sym_MOZ_COLD] = ACTIONS(2486), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2486), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2486), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2486), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2486), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2486), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2486), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2486), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2486), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2486), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2486), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2486), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2486), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2486), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2486), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2486), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2486), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_NONNULL] = ACTIONS(2486), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2486), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2486), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2486), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2486), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_NORETURN] = ACTIONS(2486), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2486), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2486), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2486), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2486), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2486), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2486), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2486), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2486), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2486), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2486), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2486), - [anon_sym_MOZ_RAII] = ACTIONS(2486), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2486), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2486), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2486), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2486), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2486), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2486), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2486), - }, - [1505] = { - [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(3011), - [anon_sym___attribute__] = ACTIONS(3011), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3013), - [anon_sym___declspec] = ACTIONS(3011), - [anon_sym___based] = ACTIONS(3011), - [anon_sym_LBRACE] = ACTIONS(3013), - [anon_sym_EQ] = ACTIONS(3013), - [anon_sym_static] = ACTIONS(3011), - [anon_sym_register] = ACTIONS(3011), - [anon_sym_inline] = ACTIONS(3011), - [anon_sym_thread_local] = ACTIONS(3011), - [anon_sym_const] = ACTIONS(3011), - [anon_sym_volatile] = ACTIONS(3011), - [anon_sym_restrict] = ACTIONS(3011), - [anon_sym__Atomic] = ACTIONS(3011), - [anon_sym_mutable] = ACTIONS(3011), - [anon_sym_constexpr] = ACTIONS(3011), - [anon_sym_COLON] = ACTIONS(3013), + [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_virtual] = ACTIONS(3011), - [sym_operator_name] = ACTIONS(3011), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3011), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3011), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3011), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3011), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3011), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3011), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3011), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3011), - [anon_sym_MOZ_COLD] = ACTIONS(3011), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3011), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3011), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3011), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3011), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3011), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3011), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3011), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3011), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3011), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3011), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3011), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3011), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3011), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3011), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3011), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3011), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3011), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3011), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3011), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3011), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3011), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3011), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3011), - [anon_sym_MOZ_NONNULL] = ACTIONS(3011), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3011), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3011), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3011), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3011), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3011), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3011), - [anon_sym_MOZ_NORETURN] = ACTIONS(3011), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3011), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3011), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3011), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3011), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3011), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3011), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3011), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3011), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3011), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3011), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3011), - [anon_sym_MOZ_RAII] = ACTIONS(3011), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3011), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3011), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3011), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3011), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3011), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3011), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3011), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3011), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3011), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3011), - }, - [1506] = { - [sym_identifier] = ACTIONS(3297), - [anon_sym_LPAREN2] = ACTIONS(3299), - [anon_sym_TILDE] = ACTIONS(3299), - [anon_sym_STAR] = ACTIONS(3299), - [anon_sym_AMP_AMP] = ACTIONS(3299), - [anon_sym_AMP] = ACTIONS(3297), - [anon_sym_extern] = ACTIONS(3297), - [anon_sym___attribute__] = ACTIONS(3297), - [anon_sym_COLON_COLON] = ACTIONS(3474), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3299), - [anon_sym___declspec] = ACTIONS(3297), - [anon_sym___based] = ACTIONS(3297), - [anon_sym_LBRACK] = ACTIONS(3297), - [anon_sym_static] = ACTIONS(3297), - [anon_sym_register] = ACTIONS(3297), - [anon_sym_inline] = ACTIONS(3297), - [anon_sym_thread_local] = ACTIONS(3297), - [anon_sym_const] = ACTIONS(3297), - [anon_sym_volatile] = ACTIONS(3297), - [anon_sym_restrict] = ACTIONS(3297), - [anon_sym__Atomic] = ACTIONS(3297), - [anon_sym_mutable] = ACTIONS(3297), - [anon_sym_constexpr] = ACTIONS(3297), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3297), - [anon_sym_template] = ACTIONS(3297), - [sym_operator_name] = ACTIONS(3297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3297), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3297), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3297), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3297), - [anon_sym_MOZ_COLD] = ACTIONS(3297), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3297), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3297), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3297), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3297), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3297), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3297), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3297), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3297), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3297), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3297), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3297), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3297), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3297), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_NONNULL] = ACTIONS(3297), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3297), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3297), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3297), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3297), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3297), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3297), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3297), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3297), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3297), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3297), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3297), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3297), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3297), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3297), - [anon_sym_MOZ_RAII] = ACTIONS(3297), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3297), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3297), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3297), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3297), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3297), - }, - [1507] = { - [sym_identifier] = ACTIONS(3297), - [anon_sym_LPAREN2] = ACTIONS(3299), - [anon_sym_STAR] = ACTIONS(3299), - [anon_sym_AMP_AMP] = ACTIONS(3299), - [anon_sym_AMP] = ACTIONS(3297), - [anon_sym_SEMI] = ACTIONS(3299), - [anon_sym_extern] = ACTIONS(3297), - [anon_sym___attribute__] = ACTIONS(3297), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3299), - [anon_sym___declspec] = ACTIONS(3297), - [anon_sym___based] = ACTIONS(3297), - [anon_sym_LBRACE] = ACTIONS(3299), - [anon_sym_EQ] = ACTIONS(3299), - [anon_sym_static] = ACTIONS(3297), - [anon_sym_register] = ACTIONS(3297), - [anon_sym_inline] = ACTIONS(3297), - [anon_sym_thread_local] = ACTIONS(3297), - [anon_sym_const] = ACTIONS(3297), - [anon_sym_volatile] = ACTIONS(3297), - [anon_sym_restrict] = ACTIONS(3297), - [anon_sym__Atomic] = ACTIONS(3297), - [anon_sym_mutable] = ACTIONS(3297), - [anon_sym_constexpr] = ACTIONS(3297), - [anon_sym_COLON] = ACTIONS(3299), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(3297), - [sym_operator_name] = ACTIONS(3297), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3297), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3297), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3297), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3297), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3297), - [anon_sym_MOZ_COLD] = ACTIONS(3297), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3297), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3297), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3297), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3297), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3297), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3297), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3297), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3297), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3297), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3297), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3297), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3297), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3297), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3297), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3297), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3297), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_NONNULL] = ACTIONS(3297), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3297), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3297), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3297), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3297), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_NORETURN] = ACTIONS(3297), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3297), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3297), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3297), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3297), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3297), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3297), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3297), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3297), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3297), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3297), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3297), - [anon_sym_MOZ_RAII] = ACTIONS(3297), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3297), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3297), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3297), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3297), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3297), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3297), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3297), + [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), }, - [1508] = { - [sym_identifier] = ACTIONS(2978), - [anon_sym_LPAREN2] = ACTIONS(2980), - [anon_sym_STAR] = ACTIONS(2980), - [anon_sym_AMP_AMP] = ACTIONS(2980), - [anon_sym_AMP] = ACTIONS(2978), - [anon_sym_SEMI] = ACTIONS(2980), - [anon_sym_extern] = ACTIONS(2978), - [anon_sym___attribute__] = ACTIONS(2978), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2980), - [anon_sym___declspec] = ACTIONS(2978), - [anon_sym___based] = ACTIONS(2978), - [anon_sym_LBRACE] = ACTIONS(2980), - [anon_sym_EQ] = ACTIONS(2980), - [anon_sym_static] = ACTIONS(2978), - [anon_sym_register] = ACTIONS(2978), - [anon_sym_inline] = ACTIONS(2978), - [anon_sym_thread_local] = ACTIONS(2978), - [anon_sym_const] = ACTIONS(2978), - [anon_sym_volatile] = ACTIONS(2978), - [anon_sym_restrict] = ACTIONS(2978), - [anon_sym__Atomic] = ACTIONS(2978), - [anon_sym_mutable] = ACTIONS(2978), - [anon_sym_constexpr] = ACTIONS(2978), - [anon_sym_COLON] = ACTIONS(2980), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2978), - [sym_operator_name] = ACTIONS(2978), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2978), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2978), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2978), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2978), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2978), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2978), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2978), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2978), - [anon_sym_MOZ_COLD] = ACTIONS(2978), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2978), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2978), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2978), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2978), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2978), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2978), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2978), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2978), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2978), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2978), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2978), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2978), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2978), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2978), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2978), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2978), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2978), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2978), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2978), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2978), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2978), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2978), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2978), - [anon_sym_MOZ_NONNULL] = ACTIONS(2978), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2978), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2978), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2978), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2978), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2978), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2978), - [anon_sym_MOZ_NORETURN] = ACTIONS(2978), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2978), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2978), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2978), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2978), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2978), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2978), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2978), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2978), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2978), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2978), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2978), - [anon_sym_MOZ_RAII] = ACTIONS(2978), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2978), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2978), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2978), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2978), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2978), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2978), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2978), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2978), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2978), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2978), + [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), }, - [1509] = { - [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(2742), - [anon_sym_AMP_AMP] = ACTIONS(2742), - [anon_sym_AMP] = ACTIONS(2740), - [anon_sym_SEMI] = ACTIONS(2742), - [anon_sym_COLON_COLON] = ACTIONS(2742), - [anon_sym_LBRACE] = ACTIONS(2742), - [anon_sym_LBRACK] = ACTIONS(2742), - [anon_sym_EQ] = ACTIONS(2742), - [anon_sym_const] = ACTIONS(2740), - [anon_sym_volatile] = ACTIONS(2740), - [anon_sym_restrict] = ACTIONS(2740), - [anon_sym__Atomic] = ACTIONS(2740), - [anon_sym_mutable] = ACTIONS(2740), - [anon_sym_constexpr] = ACTIONS(2740), - [anon_sym_COLON] = ACTIONS(2740), - [anon_sym_DASH_GT] = ACTIONS(2742), + [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(2740), - [anon_sym_override] = ACTIONS(2740), - [anon_sym_template] = ACTIONS(2740), - [anon_sym_GT2] = ACTIONS(2742), - [anon_sym_noexcept] = ACTIONS(2740), - [anon_sym_throw] = ACTIONS(2740), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2740), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2740), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2740), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2740), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2740), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2740), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2740), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2740), - [anon_sym_MOZ_COLD] = ACTIONS(2740), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2740), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2740), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2740), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2740), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2740), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2740), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2740), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2740), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2740), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2740), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2740), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2740), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2740), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2740), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2740), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2740), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2740), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2740), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2740), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2740), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2740), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_NONNULL] = ACTIONS(2740), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2740), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2740), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2740), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2740), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2740), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_NORETURN] = ACTIONS(2740), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2740), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2740), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2740), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2740), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2740), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2740), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2740), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2740), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2740), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2740), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2740), - [anon_sym_MOZ_RAII] = ACTIONS(2740), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2740), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2740), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2740), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2740), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2740), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2740), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2740), - }, - [1510] = { - [sym_identifier] = ACTIONS(2744), - [anon_sym_LPAREN2] = ACTIONS(2746), - [anon_sym_STAR] = ACTIONS(2746), - [anon_sym_AMP_AMP] = ACTIONS(2746), - [anon_sym_AMP] = ACTIONS(2744), - [anon_sym_SEMI] = ACTIONS(2746), - [anon_sym_extern] = ACTIONS(2744), - [anon_sym___attribute__] = ACTIONS(2744), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2746), - [anon_sym___declspec] = ACTIONS(2744), - [anon_sym___based] = ACTIONS(2744), - [anon_sym_LBRACE] = ACTIONS(2746), - [anon_sym_EQ] = ACTIONS(2746), - [anon_sym_static] = ACTIONS(2744), - [anon_sym_register] = ACTIONS(2744), - [anon_sym_inline] = ACTIONS(2744), - [anon_sym_thread_local] = ACTIONS(2744), - [anon_sym_const] = ACTIONS(2744), - [anon_sym_volatile] = ACTIONS(2744), - [anon_sym_restrict] = ACTIONS(2744), - [anon_sym__Atomic] = ACTIONS(2744), - [anon_sym_mutable] = ACTIONS(2744), - [anon_sym_constexpr] = ACTIONS(2744), - [anon_sym_COLON] = ACTIONS(2746), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2744), - [sym_operator_name] = ACTIONS(2744), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2744), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2744), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2744), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2744), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2744), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2744), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2744), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2744), - [anon_sym_MOZ_COLD] = ACTIONS(2744), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2744), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2744), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2744), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2744), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2744), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2744), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2744), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2744), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2744), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2744), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2744), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2744), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2744), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2744), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2744), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2744), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2744), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2744), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2744), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2744), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2744), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2744), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2744), - [anon_sym_MOZ_NONNULL] = ACTIONS(2744), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2744), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2744), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2744), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2744), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2744), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2744), - [anon_sym_MOZ_NORETURN] = ACTIONS(2744), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2744), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2744), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2744), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2744), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2744), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2744), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2744), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2744), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2744), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2744), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2744), - [anon_sym_MOZ_RAII] = ACTIONS(2744), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2744), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2744), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2744), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2744), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2744), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2744), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2744), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2744), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2744), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2744), - }, - [1511] = { - [sym_identifier] = ACTIONS(2922), - [anon_sym_LPAREN2] = ACTIONS(2924), - [anon_sym_STAR] = ACTIONS(2924), - [anon_sym_AMP_AMP] = ACTIONS(2924), - [anon_sym_AMP] = ACTIONS(2922), - [anon_sym_SEMI] = ACTIONS(2924), - [anon_sym_extern] = ACTIONS(2922), - [anon_sym___attribute__] = ACTIONS(2922), - [anon_sym_LBRACK_LBRACK] = ACTIONS(2924), - [anon_sym___declspec] = ACTIONS(2922), - [anon_sym___based] = ACTIONS(2922), - [anon_sym_LBRACE] = ACTIONS(2924), - [anon_sym_EQ] = ACTIONS(2924), - [anon_sym_static] = ACTIONS(2922), - [anon_sym_register] = ACTIONS(2922), - [anon_sym_inline] = ACTIONS(2922), - [anon_sym_thread_local] = ACTIONS(2922), - [anon_sym_const] = ACTIONS(2922), - [anon_sym_volatile] = ACTIONS(2922), - [anon_sym_restrict] = ACTIONS(2922), - [anon_sym__Atomic] = ACTIONS(2922), - [anon_sym_mutable] = ACTIONS(2922), - [anon_sym_constexpr] = ACTIONS(2922), - [anon_sym_COLON] = ACTIONS(2924), - [sym_comment] = ACTIONS(3), - [anon_sym_virtual] = ACTIONS(2922), - [sym_operator_name] = ACTIONS(2922), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(2922), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(2922), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(2922), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(2922), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(2922), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(2922), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(2922), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(2922), - [anon_sym_MOZ_COLD] = ACTIONS(2922), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(2922), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2922), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(2922), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(2922), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(2922), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(2922), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(2922), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(2922), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(2922), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(2922), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(2922), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(2922), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(2922), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(2922), - [anon_sym_MOZ_MUST_USE] = ACTIONS(2922), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(2922), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(2922), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(2922), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(2922), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(2922), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(2922), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_NONNULL] = ACTIONS(2922), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(2922), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(2922), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(2922), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(2922), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(2922), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_NORETURN] = ACTIONS(2922), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(2922), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(2922), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(2922), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(2922), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(2922), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(2922), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(2922), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(2922), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2922), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(2922), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(2922), - [anon_sym_MOZ_RAII] = ACTIONS(2922), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(2922), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(2922), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(2922), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(2922), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(2922), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(2922), - [anon_sym_JS_PUBLIC_API] = ACTIONS(2922), + [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), }, - [1512] = { - [sym_type_qualifier] = STATE(1514), - [sym__expression] = STATE(3019), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(1514), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(3546), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3548), - [anon_sym_const] = ACTIONS(3550), - [anon_sym_volatile] = ACTIONS(3550), - [anon_sym_restrict] = ACTIONS(3550), - [anon_sym__Atomic] = ACTIONS(3550), - [anon_sym_mutable] = ACTIONS(3550), - [anon_sym_constexpr] = ACTIONS(3550), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1513] = { - [sym_type_qualifier] = STATE(1955), - [sym__expression] = STATE(2946), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(1955), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(3552), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3554), - [anon_sym_const] = ACTIONS(3550), - [anon_sym_volatile] = ACTIONS(3550), - [anon_sym_restrict] = ACTIONS(3550), - [anon_sym__Atomic] = ACTIONS(3550), - [anon_sym_mutable] = ACTIONS(3550), - [anon_sym_constexpr] = ACTIONS(3550), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1514] = { - [sym_type_qualifier] = STATE(1955), - [sym__expression] = STATE(3073), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(1955), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(3556), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3558), - [anon_sym_const] = ACTIONS(3550), - [anon_sym_volatile] = ACTIONS(3550), - [anon_sym_restrict] = ACTIONS(3550), - [anon_sym__Atomic] = ACTIONS(3550), - [anon_sym_mutable] = ACTIONS(3550), - [anon_sym_constexpr] = ACTIONS(3550), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1515] = { - [sym_macro_annotation] = STATE(3185), - [anon_sym_COMMA] = ACTIONS(3560), - [anon_sym_RPAREN] = ACTIONS(3560), - [anon_sym_LPAREN2] = ACTIONS(3560), - [anon_sym_AMP_AMP] = ACTIONS(3560), - [anon_sym_AMP] = ACTIONS(3562), - [anon_sym_SEMI] = ACTIONS(3560), - [anon_sym___attribute__] = ACTIONS(3560), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3560), - [anon_sym_LBRACE] = ACTIONS(3560), - [anon_sym_LBRACK] = ACTIONS(3562), - [anon_sym_EQ] = ACTIONS(3560), - [anon_sym_const] = ACTIONS(3562), - [anon_sym_volatile] = ACTIONS(3560), - [anon_sym_restrict] = ACTIONS(3560), - [anon_sym__Atomic] = ACTIONS(3560), - [anon_sym_mutable] = ACTIONS(3560), - [anon_sym_constexpr] = ACTIONS(3560), - [anon_sym_DASH_GT] = ACTIONS(3560), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3560), - [anon_sym_override] = ACTIONS(3560), - [anon_sym_GT2] = ACTIONS(3560), - [anon_sym_noexcept] = ACTIONS(3560), - [anon_sym_throw] = ACTIONS(3560), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3510), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3510), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3510), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3510), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3510), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3510), - [anon_sym_MOZ_COLD] = ACTIONS(3510), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3510), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3510), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3510), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3510), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3510), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3510), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3510), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3510), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3510), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3510), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3510), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3510), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3510), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3510), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3510), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3510), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3510), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3510), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3510), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3510), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3510), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3510), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3510), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3510), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3510), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3510), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3510), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3510), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3510), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3510), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3510), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3510), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3510), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3510), - [anon_sym_MOZ_RAII] = ACTIONS(3510), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3510), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3510), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3510), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3510), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3510), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3510), + [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), }, - [1516] = { - [sym_type_qualifier] = STATE(1522), - [sym__expression] = STATE(2971), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(1522), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(3564), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3566), - [anon_sym_const] = ACTIONS(3550), - [anon_sym_volatile] = ACTIONS(3550), - [anon_sym_restrict] = ACTIONS(3550), - [anon_sym__Atomic] = ACTIONS(3550), - [anon_sym_mutable] = ACTIONS(3550), - [anon_sym_constexpr] = ACTIONS(3550), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1517] = { - [sym_type_qualifier] = STATE(1533), - [sym__expression] = STATE(2891), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(1533), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(3568), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3570), - [anon_sym_const] = ACTIONS(3550), - [anon_sym_volatile] = ACTIONS(3550), - [anon_sym_restrict] = ACTIONS(3550), - [anon_sym__Atomic] = ACTIONS(3550), - [anon_sym_mutable] = ACTIONS(3550), - [anon_sym_constexpr] = ACTIONS(3550), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1518] = { - [sym_type_qualifier] = STATE(1531), - [sym__expression] = STATE(2979), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(1531), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(3572), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3574), - [anon_sym_const] = ACTIONS(3550), - [anon_sym_volatile] = ACTIONS(3550), - [anon_sym_restrict] = ACTIONS(3550), - [anon_sym__Atomic] = ACTIONS(3550), - [anon_sym_mutable] = ACTIONS(3550), - [anon_sym_constexpr] = ACTIONS(3550), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1519] = { - [sym__expression] = STATE(2710), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4193), - [sym_initializer_pair] = STATE(4193), - [sym_subscript_designator] = STATE(3825), - [sym_field_designator] = STATE(3825), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_initializer_pair_repeat1] = STATE(3825), - [sym_identifier] = ACTIONS(3015), - [anon_sym_COMMA] = ACTIONS(3576), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_RBRACE] = ACTIONS(3578), - [anon_sym_LBRACK] = ACTIONS(3580), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(199), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1520] = { - [sym_macro_annotation] = STATE(3183), - [anon_sym_COMMA] = ACTIONS(3582), - [anon_sym_RPAREN] = ACTIONS(3582), - [anon_sym_LPAREN2] = ACTIONS(3582), - [anon_sym_AMP_AMP] = ACTIONS(3582), - [anon_sym_AMP] = ACTIONS(3584), - [anon_sym_SEMI] = ACTIONS(3582), - [anon_sym___attribute__] = ACTIONS(3582), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3582), - [anon_sym_LBRACE] = ACTIONS(3582), - [anon_sym_LBRACK] = ACTIONS(3584), - [anon_sym_EQ] = ACTIONS(3582), - [anon_sym_const] = ACTIONS(3584), - [anon_sym_volatile] = ACTIONS(3582), - [anon_sym_restrict] = ACTIONS(3582), - [anon_sym__Atomic] = ACTIONS(3582), - [anon_sym_mutable] = ACTIONS(3582), - [anon_sym_constexpr] = ACTIONS(3582), - [anon_sym_DASH_GT] = ACTIONS(3582), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3582), - [anon_sym_override] = ACTIONS(3582), - [anon_sym_GT2] = ACTIONS(3582), - [anon_sym_noexcept] = ACTIONS(3582), - [anon_sym_throw] = ACTIONS(3582), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3510), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3510), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3510), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3510), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3510), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3510), - [anon_sym_MOZ_COLD] = ACTIONS(3510), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3510), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3510), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3510), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3510), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3510), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3510), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3510), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3510), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3510), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3510), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3510), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3510), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3510), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3510), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3510), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3510), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3510), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3510), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3510), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3510), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3510), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3510), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3510), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3510), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3510), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3510), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3510), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3510), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3510), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3510), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3510), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3510), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3510), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3510), - [anon_sym_MOZ_RAII] = ACTIONS(3510), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3510), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3510), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3510), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3510), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3510), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3510), + [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), }, - [1521] = { - [sym__expression] = STATE(2741), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4061), - [sym_initializer_pair] = STATE(4061), - [sym_subscript_designator] = STATE(3825), - [sym_field_designator] = STATE(3825), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_initializer_pair_repeat1] = STATE(3825), - [sym_identifier] = ACTIONS(3015), - [anon_sym_COMMA] = ACTIONS(3586), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_RBRACE] = ACTIONS(3588), - [anon_sym_LBRACK] = ACTIONS(3580), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(199), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1522] = { - [sym_type_qualifier] = STATE(1955), - [sym__expression] = STATE(3041), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(1955), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(3590), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3592), - [anon_sym_const] = ACTIONS(3550), - [anon_sym_volatile] = ACTIONS(3550), - [anon_sym_restrict] = ACTIONS(3550), - [anon_sym__Atomic] = ACTIONS(3550), - [anon_sym_mutable] = ACTIONS(3550), - [anon_sym_constexpr] = ACTIONS(3550), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1523] = { - [sym__expression] = STATE(2726), - [sym_comma_expression] = STATE(4502), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4498), - [sym_initializer_pair] = STATE(4498), - [sym_subscript_designator] = STATE(3825), - [sym_field_designator] = STATE(3825), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_initializer_pair_repeat1] = STATE(3825), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_RBRACE] = ACTIONS(3594), - [anon_sym_LBRACK] = ACTIONS(3580), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(199), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1524] = { - [sym_macro_annotation] = STATE(3179), - [anon_sym_COMMA] = ACTIONS(3596), - [anon_sym_RPAREN] = ACTIONS(3596), - [anon_sym_LPAREN2] = ACTIONS(3596), - [anon_sym_AMP_AMP] = ACTIONS(3596), - [anon_sym_AMP] = ACTIONS(3598), - [anon_sym_SEMI] = ACTIONS(3596), - [anon_sym___attribute__] = ACTIONS(3596), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3596), - [anon_sym_LBRACE] = ACTIONS(3596), - [anon_sym_LBRACK] = ACTIONS(3598), - [anon_sym_EQ] = ACTIONS(3596), - [anon_sym_const] = ACTIONS(3598), - [anon_sym_volatile] = ACTIONS(3596), - [anon_sym_restrict] = ACTIONS(3596), - [anon_sym__Atomic] = ACTIONS(3596), - [anon_sym_mutable] = ACTIONS(3596), - [anon_sym_constexpr] = ACTIONS(3596), - [anon_sym_DASH_GT] = ACTIONS(3596), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3596), - [anon_sym_override] = ACTIONS(3596), - [anon_sym_GT2] = ACTIONS(3596), - [anon_sym_noexcept] = ACTIONS(3596), - [anon_sym_throw] = ACTIONS(3596), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3510), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3510), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3510), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3510), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3510), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3510), - [anon_sym_MOZ_COLD] = ACTIONS(3510), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3510), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3510), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3510), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3510), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3510), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3510), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3510), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3510), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3510), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3510), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3510), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3510), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3510), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3510), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3510), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3510), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3510), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3510), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3510), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3510), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3510), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3510), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3510), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3510), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3510), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3510), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3510), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3510), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3510), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3510), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3510), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3510), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3510), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3510), - [anon_sym_MOZ_RAII] = ACTIONS(3510), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3510), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3510), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3510), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3510), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3510), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3510), + [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), }, - [1525] = { - [sym__expression] = STATE(2719), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4084), - [sym_initializer_pair] = STATE(4084), - [sym_subscript_designator] = STATE(3825), - [sym_field_designator] = STATE(3825), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_initializer_pair_repeat1] = STATE(3825), - [sym_identifier] = ACTIONS(3015), - [anon_sym_COMMA] = ACTIONS(157), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_RBRACE] = ACTIONS(3600), - [anon_sym_LBRACK] = ACTIONS(3580), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(199), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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), + }, + [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), + }, + [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), + }, + [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), + }, + [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), + }, + [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), + }, + [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), + }, + [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), + }, + [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), + }, + [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), + }, + [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), + }, + [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), + }, + [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), + }, + [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_template] = ACTIONS(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1526] = { - [sym_type_qualifier] = STATE(1955), - [sym__expression] = STATE(2984), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(1955), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(3602), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), + [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(3604), - [anon_sym_const] = ACTIONS(3550), - [anon_sym_volatile] = ACTIONS(3550), - [anon_sym_restrict] = ACTIONS(3550), - [anon_sym__Atomic] = ACTIONS(3550), - [anon_sym_mutable] = ACTIONS(3550), - [anon_sym_constexpr] = ACTIONS(3550), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), + [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), @@ -269512,375 +251031,750 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1527] = { - [sym_type_qualifier] = STATE(1531), - [sym__expression] = STATE(2979), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(1531), - [sym_identifier] = ACTIONS(3606), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(3572), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), + [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), - [anon_sym_RBRACK] = ACTIONS(3574), - [anon_sym_const] = ACTIONS(3550), - [anon_sym_volatile] = ACTIONS(3550), - [anon_sym_restrict] = ACTIONS(3550), - [anon_sym__Atomic] = ACTIONS(3550), - [anon_sym_mutable] = ACTIONS(3550), - [anon_sym_constexpr] = ACTIONS(3550), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [sym_primitive_type] = ACTIONS(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), + }, + [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), + }, + [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), + }, + [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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1528] = { - [sym__expression] = STATE(2746), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4077), - [sym_initializer_pair] = STATE(4077), - [sym_subscript_designator] = STATE(3825), - [sym_field_designator] = STATE(3825), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_initializer_pair_repeat1] = STATE(3825), + [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_COMMA] = ACTIONS(3608), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_RBRACE] = ACTIONS(3610), - [anon_sym_LBRACK] = ACTIONS(3580), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(199), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(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_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_template] = ACTIONS(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1529] = { - [sym_type_qualifier] = STATE(1955), - [sym__expression] = STATE(3070), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(1955), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(3612), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3614), - [anon_sym_const] = ACTIONS(3550), - [anon_sym_volatile] = ACTIONS(3550), - [anon_sym_restrict] = ACTIONS(3550), - [anon_sym__Atomic] = ACTIONS(3550), - [anon_sym_mutable] = ACTIONS(3550), - [anon_sym_constexpr] = ACTIONS(3550), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1530] = { - [sym_type_qualifier] = STATE(1526), - [sym__expression] = STATE(2969), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(1526), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(3616), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), + [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), + [anon_sym_LBRACE] = ACTIONS(1461), [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3618), - [anon_sym_const] = ACTIONS(3550), - [anon_sym_volatile] = ACTIONS(3550), - [anon_sym_restrict] = ACTIONS(3550), - [anon_sym__Atomic] = ACTIONS(3550), - [anon_sym_mutable] = ACTIONS(3550), - [anon_sym_constexpr] = ACTIONS(3550), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), + [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), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -269896,10392 +251790,14203 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), + [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_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1531] = { - [sym_type_qualifier] = STATE(1955), - [sym__expression] = STATE(2996), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(1955), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(3620), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3622), - [anon_sym_const] = ACTIONS(3550), - [anon_sym_volatile] = ACTIONS(3550), - [anon_sym_restrict] = ACTIONS(3550), - [anon_sym__Atomic] = ACTIONS(3550), - [anon_sym_mutable] = ACTIONS(3550), - [anon_sym_constexpr] = ACTIONS(3550), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1532] = { - [sym_type_qualifier] = STATE(1529), - [sym__expression] = STATE(3083), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(1529), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(3624), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3626), - [anon_sym_const] = ACTIONS(3550), - [anon_sym_volatile] = ACTIONS(3550), - [anon_sym_restrict] = ACTIONS(3550), - [anon_sym__Atomic] = ACTIONS(3550), - [anon_sym_mutable] = ACTIONS(3550), - [anon_sym_constexpr] = ACTIONS(3550), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1533] = { - [sym_type_qualifier] = STATE(1955), - [sym__expression] = STATE(3053), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(1955), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(3628), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3630), - [anon_sym_const] = ACTIONS(3550), - [anon_sym_volatile] = ACTIONS(3550), - [anon_sym_restrict] = ACTIONS(3550), - [anon_sym__Atomic] = ACTIONS(3550), - [anon_sym_mutable] = ACTIONS(3550), - [anon_sym_constexpr] = ACTIONS(3550), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1534] = { - [sym_type_qualifier] = STATE(1513), - [sym__expression] = STATE(2994), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_type_definition_repeat1] = STATE(1513), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(3632), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3634), - [anon_sym_const] = ACTIONS(3550), - [anon_sym_volatile] = ACTIONS(3550), - [anon_sym_restrict] = ACTIONS(3550), - [anon_sym__Atomic] = ACTIONS(3550), - [anon_sym_mutable] = ACTIONS(3550), - [anon_sym_constexpr] = ACTIONS(3550), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1535] = { - [sym_macro_annotation] = STATE(3183), - [anon_sym_COMMA] = ACTIONS(3636), - [anon_sym_LPAREN2] = ACTIONS(3582), - [anon_sym_AMP_AMP] = ACTIONS(3582), - [anon_sym_AMP] = ACTIONS(3584), - [anon_sym_SEMI] = ACTIONS(3636), - [anon_sym___attribute__] = ACTIONS(3582), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3582), - [anon_sym_LBRACE] = ACTIONS(3582), - [anon_sym_LBRACK] = ACTIONS(3584), - [anon_sym_EQ] = ACTIONS(3582), - [anon_sym_const] = ACTIONS(3584), - [anon_sym_volatile] = ACTIONS(3582), - [anon_sym_restrict] = ACTIONS(3582), - [anon_sym__Atomic] = ACTIONS(3582), - [anon_sym_mutable] = ACTIONS(3582), - [anon_sym_constexpr] = ACTIONS(3582), - [anon_sym_COLON] = ACTIONS(3582), - [anon_sym_DASH_GT] = ACTIONS(3582), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3582), - [anon_sym_override] = ACTIONS(3582), - [anon_sym_noexcept] = ACTIONS(3582), - [anon_sym_throw] = ACTIONS(3582), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3639), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3639), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3462), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3639), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3639), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3462), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3639), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3639), - [anon_sym_MOZ_COLD] = ACTIONS(3639), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3639), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3639), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3639), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3639), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3639), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3639), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3639), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3639), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3639), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3639), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3639), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3639), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3639), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3639), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3639), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3639), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3639), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3639), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3639), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3639), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3639), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3462), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3639), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3639), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3639), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3639), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3462), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3639), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3639), - [anon_sym_MOZ_NONNULL] = ACTIONS(3462), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3639), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3639), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3639), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3639), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3639), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3639), - [anon_sym_MOZ_NORETURN] = ACTIONS(3462), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3639), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3639), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3639), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3639), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3639), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3639), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3639), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3639), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3639), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3639), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3639), - [anon_sym_MOZ_RAII] = ACTIONS(3639), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3639), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3639), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3639), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3639), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3639), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3639), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3639), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3639), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3639), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3639), + [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), }, - [1536] = { - [sym__expression] = STATE(2868), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4498), - [sym_initializer_pair] = STATE(4498), - [sym_subscript_designator] = STATE(3825), - [sym_field_designator] = STATE(3825), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_initializer_pair_repeat1] = STATE(3825), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_RBRACE] = ACTIONS(3641), - [anon_sym_LBRACK] = ACTIONS(3580), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(199), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1537] = { - [sym_macro_annotation] = STATE(3185), - [anon_sym_COMMA] = ACTIONS(3560), - [anon_sym_LPAREN2] = ACTIONS(3560), - [anon_sym_AMP_AMP] = ACTIONS(3560), - [anon_sym_AMP] = ACTIONS(3562), - [anon_sym_SEMI] = ACTIONS(3560), - [anon_sym___attribute__] = ACTIONS(3560), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3560), - [anon_sym_LBRACE] = ACTIONS(3560), - [anon_sym_LBRACK] = ACTIONS(3562), - [anon_sym_EQ] = ACTIONS(3560), - [anon_sym_const] = ACTIONS(3562), - [anon_sym_volatile] = ACTIONS(3560), - [anon_sym_restrict] = ACTIONS(3560), - [anon_sym__Atomic] = ACTIONS(3560), - [anon_sym_mutable] = ACTIONS(3560), - [anon_sym_constexpr] = ACTIONS(3560), - [anon_sym_COLON] = ACTIONS(3560), - [anon_sym_DASH_GT] = ACTIONS(3560), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3560), - [anon_sym_override] = ACTIONS(3560), - [anon_sym_noexcept] = ACTIONS(3560), - [anon_sym_throw] = ACTIONS(3560), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3639), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3639), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3462), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3639), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3639), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3462), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3639), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3639), - [anon_sym_MOZ_COLD] = ACTIONS(3639), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3639), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3639), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3639), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3639), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3639), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3639), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3639), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3639), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3639), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3639), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3639), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3639), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3639), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3639), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3639), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3639), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3639), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3639), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3639), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3639), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3639), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3462), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3639), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3639), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3639), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3639), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3462), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3639), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3639), - [anon_sym_MOZ_NONNULL] = ACTIONS(3462), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3639), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3639), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3639), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3639), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3639), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3639), - [anon_sym_MOZ_NORETURN] = ACTIONS(3462), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3639), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3639), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3639), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3639), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3639), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3639), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3639), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3639), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3639), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3639), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3639), - [anon_sym_MOZ_RAII] = ACTIONS(3639), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3639), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3639), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3639), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3639), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3639), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3639), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3639), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3639), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3639), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3639), + [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), }, - [1538] = { - [sym_macro_annotation] = STATE(3179), - [anon_sym_COMMA] = ACTIONS(3596), - [anon_sym_LPAREN2] = ACTIONS(3596), - [anon_sym_AMP_AMP] = ACTIONS(3596), - [anon_sym_AMP] = ACTIONS(3598), - [anon_sym_SEMI] = ACTIONS(3596), - [anon_sym___attribute__] = ACTIONS(3596), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3596), - [anon_sym_LBRACE] = ACTIONS(3596), - [anon_sym_LBRACK] = ACTIONS(3598), - [anon_sym_EQ] = ACTIONS(3596), - [anon_sym_const] = ACTIONS(3598), - [anon_sym_volatile] = ACTIONS(3596), - [anon_sym_restrict] = ACTIONS(3596), - [anon_sym__Atomic] = ACTIONS(3596), - [anon_sym_mutable] = ACTIONS(3596), - [anon_sym_constexpr] = ACTIONS(3596), - [anon_sym_COLON] = ACTIONS(3596), - [anon_sym_DASH_GT] = ACTIONS(3596), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3596), - [anon_sym_override] = ACTIONS(3596), - [anon_sym_noexcept] = ACTIONS(3596), - [anon_sym_throw] = ACTIONS(3596), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3639), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3639), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3462), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3639), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3639), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3462), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3639), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3639), - [anon_sym_MOZ_COLD] = ACTIONS(3639), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3639), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3639), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3639), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3639), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3639), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3639), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3639), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3639), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3639), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3639), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3639), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3639), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3639), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3639), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3639), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3639), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3639), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3639), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3639), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3639), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3639), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3462), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3639), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3639), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3639), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3639), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3462), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3639), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3639), - [anon_sym_MOZ_NONNULL] = ACTIONS(3462), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3639), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3639), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3639), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3639), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3639), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3639), - [anon_sym_MOZ_NORETURN] = ACTIONS(3462), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3639), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3639), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3639), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3639), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3639), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3639), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3639), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3639), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3639), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3639), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3639), - [anon_sym_MOZ_RAII] = ACTIONS(3639), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3639), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3639), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3639), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3639), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3639), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3639), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3639), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3639), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3639), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3639), + [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), }, - [1539] = { - [sym_macro_annotation] = STATE(3183), - [anon_sym_COMMA] = ACTIONS(3582), - [anon_sym_LPAREN2] = ACTIONS(3582), - [anon_sym_AMP_AMP] = ACTIONS(3582), - [anon_sym_AMP] = ACTIONS(3584), - [anon_sym_SEMI] = ACTIONS(3582), - [anon_sym___attribute__] = ACTIONS(3582), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3582), - [anon_sym_LBRACE] = ACTIONS(3582), - [anon_sym_LBRACK] = ACTIONS(3584), - [anon_sym_EQ] = ACTIONS(3582), - [anon_sym_const] = ACTIONS(3584), - [anon_sym_volatile] = ACTIONS(3582), - [anon_sym_restrict] = ACTIONS(3582), - [anon_sym__Atomic] = ACTIONS(3582), - [anon_sym_mutable] = ACTIONS(3582), - [anon_sym_constexpr] = ACTIONS(3582), - [anon_sym_COLON] = ACTIONS(3582), - [anon_sym_DASH_GT] = ACTIONS(3582), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3582), - [anon_sym_override] = ACTIONS(3582), - [anon_sym_noexcept] = ACTIONS(3582), - [anon_sym_throw] = ACTIONS(3582), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3639), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3639), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3462), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3639), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3639), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3462), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3639), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3639), - [anon_sym_MOZ_COLD] = ACTIONS(3639), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3639), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3639), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3639), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3639), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3639), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3462), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3639), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3639), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3639), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3639), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3639), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3639), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3639), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3639), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3639), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3639), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3639), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3639), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3639), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3639), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3639), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3639), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3462), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3639), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3639), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3639), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3639), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3462), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3639), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3639), - [anon_sym_MOZ_NONNULL] = ACTIONS(3462), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3639), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3639), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3639), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3639), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3639), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3639), - [anon_sym_MOZ_NORETURN] = ACTIONS(3462), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3639), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3639), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3639), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3639), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3639), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3639), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3639), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3639), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3639), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3639), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3639), - [anon_sym_MOZ_RAII] = ACTIONS(3639), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3639), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3639), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3639), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3639), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3639), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3639), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3639), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3639), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3639), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3639), + [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), }, - [1540] = { - [sym__expression] = STATE(2868), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4498), - [sym_initializer_pair] = STATE(4498), - [sym_subscript_designator] = STATE(3825), - [sym_field_designator] = STATE(3825), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_initializer_pair_repeat1] = STATE(3825), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_RBRACE] = ACTIONS(3643), - [anon_sym_LBRACK] = ACTIONS(3580), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(199), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1541] = { - [sym__expression] = STATE(2868), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4498), - [sym_initializer_pair] = STATE(4498), - [sym_subscript_designator] = STATE(3825), - [sym_field_designator] = STATE(3825), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_initializer_pair_repeat1] = STATE(3825), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_RBRACE] = ACTIONS(3645), - [anon_sym_LBRACK] = ACTIONS(3580), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(199), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1542] = { - [sym__expression] = STATE(2868), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4498), - [sym_initializer_pair] = STATE(4498), - [sym_subscript_designator] = STATE(3825), - [sym_field_designator] = STATE(3825), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_initializer_pair_repeat1] = STATE(3825), + [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(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_RBRACE] = ACTIONS(3647), - [anon_sym_LBRACK] = ACTIONS(3580), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(199), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(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_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_template] = ACTIONS(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1543] = { - [sym__expression] = STATE(2868), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4498), - [sym_initializer_pair] = STATE(4498), - [sym_subscript_designator] = STATE(3825), - [sym_field_designator] = STATE(3825), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_initializer_pair_repeat1] = STATE(3825), + [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(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_RBRACE] = ACTIONS(3649), - [anon_sym_LBRACK] = ACTIONS(3580), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(199), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(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_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_template] = ACTIONS(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1544] = { - [sym__expression] = STATE(2868), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4498), - [sym_initializer_pair] = STATE(4498), - [sym_subscript_designator] = STATE(3825), - [sym_field_designator] = STATE(3825), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_initializer_pair_repeat1] = STATE(3825), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_RBRACE] = ACTIONS(3651), - [anon_sym_LBRACK] = ACTIONS(3580), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(199), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1545] = { - [sym__expression] = STATE(2868), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4498), - [sym_initializer_pair] = STATE(4498), - [sym_subscript_designator] = STATE(3825), - [sym_field_designator] = STATE(3825), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_initializer_pair_repeat1] = STATE(3825), + [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(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_RBRACE] = ACTIONS(3653), - [anon_sym_LBRACK] = ACTIONS(3580), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(199), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(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_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_template] = ACTIONS(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1546] = { - [sym__expression] = STATE(2868), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4498), - [sym_initializer_pair] = STATE(4498), - [sym_subscript_designator] = STATE(3825), - [sym_field_designator] = STATE(3825), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_initializer_pair_repeat1] = STATE(3825), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_RBRACE] = ACTIONS(3594), - [anon_sym_LBRACK] = ACTIONS(3580), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(199), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1547] = { - [sym__expression] = STATE(2868), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4498), - [sym_initializer_pair] = STATE(4498), - [sym_subscript_designator] = STATE(3825), - [sym_field_designator] = STATE(3825), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [aux_sym_initializer_pair_repeat1] = STATE(3825), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(3580), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [anon_sym_DOT] = ACTIONS(199), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1548] = { - [sym_macro_annotation] = STATE(3183), - [anon_sym_COMMA] = ACTIONS(3636), - [anon_sym_LPAREN2] = ACTIONS(3582), - [anon_sym_AMP_AMP] = ACTIONS(3582), - [anon_sym_AMP] = ACTIONS(3584), - [anon_sym_SEMI] = ACTIONS(3636), - [anon_sym___attribute__] = ACTIONS(3582), - [anon_sym_LBRACK_LBRACK] = ACTIONS(3582), - [anon_sym_LBRACE] = ACTIONS(3582), - [anon_sym_LBRACK] = ACTIONS(3584), - [anon_sym_EQ] = ACTIONS(3582), - [anon_sym_const] = ACTIONS(3584), - [anon_sym_volatile] = ACTIONS(3582), - [anon_sym_restrict] = ACTIONS(3582), - [anon_sym__Atomic] = ACTIONS(3582), - [anon_sym_mutable] = ACTIONS(3582), - [anon_sym_constexpr] = ACTIONS(3582), - [anon_sym_DASH_GT] = ACTIONS(3582), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3582), - [anon_sym_override] = ACTIONS(3582), - [anon_sym_noexcept] = ACTIONS(3582), - [anon_sym_throw] = ACTIONS(3582), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3510), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3510), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(147), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3510), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3510), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(147), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3510), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3510), - [anon_sym_MOZ_COLD] = ACTIONS(3510), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3510), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3510), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3510), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3510), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3510), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3510), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3510), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3510), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3510), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3510), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3510), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3510), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3510), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3510), - [anon_sym_MOZ_MUST_USE] = ACTIONS(147), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3510), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3510), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3510), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3510), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(147), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3510), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_NONNULL] = ACTIONS(147), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3510), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3510), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3510), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3510), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3510), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_NORETURN] = ACTIONS(147), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3510), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3510), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3510), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3510), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3510), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3510), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3510), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3510), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3510), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3510), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3510), - [anon_sym_MOZ_RAII] = ACTIONS(3510), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3510), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3510), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3510), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3510), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3510), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3510), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3510), + [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), }, - [1549] = { - [sym_macro_annotation] = STATE(3292), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3560), - [anon_sym_COMMA] = ACTIONS(3560), - [anon_sym_RPAREN] = ACTIONS(3560), - [anon_sym_LPAREN2] = ACTIONS(3560), - [anon_sym_AMP_AMP] = ACTIONS(3560), - [anon_sym_AMP] = ACTIONS(3562), - [anon_sym_SEMI] = ACTIONS(3560), - [anon_sym_LBRACE] = ACTIONS(3560), - [anon_sym_LBRACK] = ACTIONS(3560), - [anon_sym_EQ] = ACTIONS(3560), - [anon_sym_const] = ACTIONS(3562), - [anon_sym_volatile] = ACTIONS(3560), - [anon_sym_restrict] = ACTIONS(3560), - [anon_sym__Atomic] = ACTIONS(3560), - [anon_sym_mutable] = ACTIONS(3560), - [anon_sym_constexpr] = ACTIONS(3560), - [anon_sym_DASH_GT] = ACTIONS(3560), - [sym_comment] = ACTIONS(3), - [anon_sym_GT2] = ACTIONS(3560), - [anon_sym_noexcept] = ACTIONS(3560), - [anon_sym_throw] = ACTIONS(3560), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3655), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3655), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3657), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3655), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3655), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3655), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3655), - [anon_sym_MOZ_COLD] = ACTIONS(3655), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3655), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3655), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3655), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3655), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3655), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3657), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3655), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3655), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3655), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3655), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3655), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3655), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3655), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3655), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3655), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3655), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3655), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3655), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3655), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3655), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3655), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3655), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3657), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3655), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3655), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3655), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3655), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3657), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3655), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3655), - [anon_sym_MOZ_NONNULL] = ACTIONS(3657), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3655), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3655), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3655), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3655), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3655), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3655), - [anon_sym_MOZ_NORETURN] = ACTIONS(3657), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3655), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3655), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3655), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3655), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3655), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3655), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3655), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3655), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3655), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3655), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3655), - [anon_sym_MOZ_RAII] = ACTIONS(3655), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3655), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3655), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3655), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3655), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3655), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3655), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3655), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3655), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3655), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3655), + [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), }, - [1550] = { - [sym_macro_annotation] = STATE(3282), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3596), - [anon_sym_COMMA] = ACTIONS(3596), - [anon_sym_RPAREN] = ACTIONS(3596), - [anon_sym_LPAREN2] = ACTIONS(3596), - [anon_sym_AMP_AMP] = ACTIONS(3596), - [anon_sym_AMP] = ACTIONS(3598), - [anon_sym_SEMI] = ACTIONS(3596), - [anon_sym_LBRACE] = ACTIONS(3596), - [anon_sym_LBRACK] = ACTIONS(3596), - [anon_sym_EQ] = ACTIONS(3596), - [anon_sym_const] = ACTIONS(3598), - [anon_sym_volatile] = ACTIONS(3596), - [anon_sym_restrict] = ACTIONS(3596), - [anon_sym__Atomic] = ACTIONS(3596), - [anon_sym_mutable] = ACTIONS(3596), - [anon_sym_constexpr] = ACTIONS(3596), - [anon_sym_DASH_GT] = ACTIONS(3596), - [sym_comment] = ACTIONS(3), - [anon_sym_GT2] = ACTIONS(3596), - [anon_sym_noexcept] = ACTIONS(3596), - [anon_sym_throw] = ACTIONS(3596), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3655), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3655), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3657), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3655), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3655), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3655), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3655), - [anon_sym_MOZ_COLD] = ACTIONS(3655), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3655), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3655), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3655), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3655), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3655), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3657), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3655), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3655), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3655), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3655), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3655), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3655), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3655), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3655), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3655), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3655), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3655), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3655), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3655), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3655), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3655), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3655), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3657), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3655), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3655), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3655), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3655), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3657), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3655), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3655), - [anon_sym_MOZ_NONNULL] = ACTIONS(3657), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3655), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3655), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3655), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3655), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3655), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3655), - [anon_sym_MOZ_NORETURN] = ACTIONS(3657), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3655), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3655), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3655), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3655), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3655), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3655), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3655), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3655), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3655), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3655), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3655), - [anon_sym_MOZ_RAII] = ACTIONS(3655), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3655), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3655), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3655), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3655), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3655), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3655), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3655), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3655), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3655), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3655), + [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), }, - [1551] = { - [sym_field_declaration_list] = STATE(1326), - [sym__class_name] = STATE(1273), - [sym_virtual_specifier] = STATE(3938), - [sym_base_class_clause] = STATE(4646), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3766), - [sym_qualified_type_identifier] = STATE(1273), - [sym_macro_annotation] = STATE(1619), - [aux_sym_class_specifier_repeat1] = STATE(1619), - [sym_identifier] = ACTIONS(3659), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3661), - [anon_sym_COMMA] = ACTIONS(3663), - [anon_sym_COLON_COLON] = ACTIONS(2502), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_EQ] = ACTIONS(3665), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_GT2] = ACTIONS(3663), - [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), + [1378] = { + [sym_enumerator_list] = STATE(1347), + [sym__enum_base_clause] = STATE(1290), + [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_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_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(3421), + [sym_comment] = ACTIONS(3), + [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), }, - [1552] = { - [sym_macro_annotation] = STATE(3285), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3582), - [anon_sym_COMMA] = ACTIONS(3582), - [anon_sym_RPAREN] = ACTIONS(3582), - [anon_sym_LPAREN2] = ACTIONS(3582), - [anon_sym_AMP_AMP] = ACTIONS(3582), - [anon_sym_AMP] = ACTIONS(3584), - [anon_sym_SEMI] = ACTIONS(3582), - [anon_sym_LBRACE] = ACTIONS(3582), - [anon_sym_LBRACK] = ACTIONS(3582), - [anon_sym_EQ] = ACTIONS(3582), - [anon_sym_const] = ACTIONS(3584), - [anon_sym_volatile] = ACTIONS(3582), - [anon_sym_restrict] = ACTIONS(3582), - [anon_sym__Atomic] = ACTIONS(3582), - [anon_sym_mutable] = ACTIONS(3582), - [anon_sym_constexpr] = ACTIONS(3582), - [anon_sym_DASH_GT] = ACTIONS(3582), - [sym_comment] = ACTIONS(3), - [anon_sym_GT2] = ACTIONS(3582), - [anon_sym_noexcept] = ACTIONS(3582), - [anon_sym_throw] = ACTIONS(3582), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(3655), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(3655), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(3657), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(3655), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(3655), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(3657), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(3655), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(3655), - [anon_sym_MOZ_COLD] = ACTIONS(3655), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(3655), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(3655), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(3655), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(3655), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(3655), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(3657), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(3655), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(3655), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3655), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(3655), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(3655), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(3655), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(3655), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(3655), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(3655), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(3655), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(3655), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(3655), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(3655), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(3655), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(3655), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(3655), - [anon_sym_MOZ_MUST_USE] = ACTIONS(3657), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(3655), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(3655), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(3655), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(3655), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(3657), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(3655), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(3655), - [anon_sym_MOZ_NONNULL] = ACTIONS(3657), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(3655), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(3655), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(3655), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(3655), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(3655), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(3655), - [anon_sym_MOZ_NORETURN] = ACTIONS(3657), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(3655), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(3655), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(3655), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(3655), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(3655), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(3655), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(3655), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(3655), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3655), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(3655), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(3655), - [anon_sym_MOZ_RAII] = ACTIONS(3655), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(3655), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(3655), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(3655), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(3655), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(3655), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(3655), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(3655), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(3655), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(3655), - [anon_sym_JS_PUBLIC_API] = ACTIONS(3655), + [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), }, - [1553] = { - [sym__expression] = STATE(2775), - [sym_comma_expression] = STATE(4687), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4687), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3667), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1554] = { - [sym__expression] = STATE(2804), - [sym_comma_expression] = STATE(5043), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(5043), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3669), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [1381] = { + [sym_enumerator_list] = STATE(1406), + [sym__enum_base_clause] = STATE(1391), + [sym_identifier] = ACTIONS(3423), + [anon_sym_COMMA] = 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(3423), + [anon_sym___attribute__] = ACTIONS(3423), + [anon_sym_LBRACK_LBRACK] = ACTIONS(3425), + [anon_sym___declspec] = ACTIONS(3423), + [anon_sym___based] = ACTIONS(3423), + [anon_sym_LBRACE] = ACTIONS(3425), + [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(3425), + [anon_sym_DASH_GT] = ACTIONS(3425), + [sym_comment] = ACTIONS(3), + [anon_sym_final] = ACTIONS(3423), + [anon_sym_override] = ACTIONS(3423), + [anon_sym_virtual] = 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), + [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), }, - [1555] = { - [sym__expression] = STATE(2878), - [sym_comma_expression] = STATE(4694), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4694), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3671), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1556] = { - [sym__expression] = STATE(2771), - [sym_comma_expression] = STATE(4900), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4900), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3673), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1557] = { - [sym__expression] = STATE(2834), - [sym_comma_expression] = STATE(4867), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4867), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3675), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1558] = { - [sym__expression] = STATE(2802), - [sym_comma_expression] = STATE(4701), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4701), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), + [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(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3677), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1559] = { - [sym__expression] = STATE(2725), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_lambda_default_capture] = STATE(4617), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(3679), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3681), - [anon_sym_EQ] = ACTIONS(3683), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1560] = { - [sym__expression] = STATE(2725), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_lambda_default_capture] = STATE(4617), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(3679), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3685), - [anon_sym_EQ] = ACTIONS(3683), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1561] = { - [sym__expression] = STATE(2735), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4034), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3687), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1562] = { - [sym__expression] = STATE(2725), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_lambda_default_capture] = STATE(4617), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(3679), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3689), - [anon_sym_EQ] = ACTIONS(3683), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1563] = { - [sym__expression] = STATE(2725), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_lambda_default_capture] = STATE(4617), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(3679), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3691), - [anon_sym_EQ] = ACTIONS(3683), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1564] = { - [sym__expression] = STATE(2731), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4130), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3693), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1565] = { - [sym__expression] = STATE(2753), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_lambda_default_capture] = STATE(4617), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3695), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(3679), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3697), - [anon_sym_EQ] = ACTIONS(3683), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1566] = { - [sym__expression] = STATE(2725), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_lambda_default_capture] = STATE(4617), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(3679), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3699), - [anon_sym_EQ] = ACTIONS(3683), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1567] = { - [sym__expression] = STATE(2725), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_lambda_default_capture] = STATE(4617), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(3679), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3701), - [anon_sym_EQ] = ACTIONS(3683), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1568] = { - [sym__expression] = STATE(2725), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_lambda_default_capture] = STATE(4617), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(3679), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3703), - [anon_sym_EQ] = ACTIONS(3683), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1569] = { - [sym__expression] = STATE(2727), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4275), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3705), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1570] = { - [sym__expression] = STATE(3068), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4888), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_default] = ACTIONS(3707), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(3709), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1571] = { - [sym__expression] = STATE(2725), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_lambda_default_capture] = STATE(4617), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(3679), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3711), - [anon_sym_EQ] = ACTIONS(3683), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1572] = { - [sym__expression] = STATE(3021), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4885), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_default] = ACTIONS(3713), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(3715), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1573] = { - [sym__expression] = STATE(2715), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4156), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3717), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1574] = { - [sym__expression] = STATE(2725), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_lambda_default_capture] = STATE(4617), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(3679), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3719), - [anon_sym_EQ] = ACTIONS(3683), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1575] = { - [sym__expression] = STATE(2725), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_lambda_default_capture] = STATE(4617), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(3679), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3721), - [anon_sym_EQ] = ACTIONS(3683), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1576] = { - [sym__expression] = STATE(2724), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4215), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3723), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1577] = { - [sym__expression] = STATE(2753), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_lambda_default_capture] = STATE(4617), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(3679), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3697), - [anon_sym_EQ] = ACTIONS(3683), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1578] = { - [sym__expression] = STATE(2725), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_lambda_default_capture] = STATE(4617), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(3679), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3725), - [anon_sym_EQ] = ACTIONS(3683), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1579] = { - [sym__expression] = STATE(2725), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_lambda_default_capture] = STATE(4617), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(3679), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3727), - [anon_sym_EQ] = ACTIONS(3683), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1580] = { - [sym__expression] = STATE(3049), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4962), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_default] = ACTIONS(3729), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(3731), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1581] = { - [sym__expression] = STATE(2725), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_lambda_default_capture] = STATE(4617), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(3679), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3697), - [anon_sym_EQ] = ACTIONS(3683), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1582] = { - [sym__expression] = STATE(2752), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4054), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3733), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1583] = { - [sym__expression] = STATE(2729), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4204), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3735), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1584] = { - [sym__expression] = STATE(2725), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_lambda_default_capture] = STATE(4617), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(3679), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3737), - [anon_sym_EQ] = ACTIONS(3683), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1585] = { - [sym__expression] = STATE(2725), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_lambda_default_capture] = STATE(4617), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3695), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(3679), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3697), - [anon_sym_EQ] = ACTIONS(3683), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1586] = { - [sym__expression] = STATE(2725), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_lambda_default_capture] = STATE(4617), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(3679), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3739), - [anon_sym_EQ] = ACTIONS(3683), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1587] = { - [sym__expression] = STATE(2660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_initializer_list] = STATE(2661), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1588] = { - [sym__expression] = STATE(3050), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(5025), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1589] = { - [sym_field_declaration_list] = STATE(1326), - [sym__class_name] = STATE(1273), - [sym_virtual_specifier] = STATE(3938), - [sym_base_class_clause] = STATE(4646), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3766), - [sym_qualified_type_identifier] = STATE(1273), - [sym_macro_annotation] = STATE(1619), - [aux_sym_class_specifier_repeat1] = STATE(1619), - [sym_identifier] = ACTIONS(3741), - [anon_sym_COLON_COLON] = ACTIONS(2502), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), - }, - [1590] = { - [sym_field_declaration_list] = STATE(1287), - [sym__class_name] = STATE(1388), - [sym_virtual_specifier] = STATE(3905), - [sym_base_class_clause] = STATE(4445), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3770), - [sym_qualified_type_identifier] = STATE(1388), - [sym_macro_annotation] = STATE(1951), - [aux_sym_class_specifier_repeat1] = STATE(1951), - [sym_identifier] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), + [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), }, - [1591] = { - [sym_field_declaration_list] = STATE(2564), - [sym__class_name] = STATE(2312), - [sym_virtual_specifier] = STATE(3963), - [sym_base_class_clause] = STATE(4643), - [sym_template_type] = STATE(2444), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3764), - [sym_qualified_type_identifier] = STATE(2312), - [sym_macro_annotation] = STATE(1597), - [aux_sym_class_specifier_repeat1] = STATE(1597), - [sym_identifier] = ACTIONS(3747), - [anon_sym_COLON_COLON] = ACTIONS(3749), - [anon_sym_LBRACE] = ACTIONS(3751), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), + [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), }, - [1592] = { - [sym_field_declaration_list] = STATE(2125), - [sym__class_name] = STATE(1990), - [sym_virtual_specifier] = STATE(3959), - [sym_base_class_clause] = STATE(4492), - [sym_template_type] = STATE(2010), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3750), - [sym_qualified_type_identifier] = STATE(1990), - [sym_macro_annotation] = STATE(1951), - [aux_sym_class_specifier_repeat1] = STATE(1951), - [sym_identifier] = ACTIONS(3753), - [anon_sym_COLON_COLON] = ACTIONS(3755), - [anon_sym_LBRACE] = ACTIONS(3757), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), + [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), }, - [1593] = { - [sym__expression] = STATE(3034), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4974), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1594] = { - [sym__expression] = STATE(3031), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4996), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1595] = { - [sym_field_declaration_list] = STATE(2247), - [sym__class_name] = STATE(2026), - [sym_virtual_specifier] = STATE(4011), - [sym_base_class_clause] = STATE(4548), - [sym_template_type] = STATE(2066), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3762), - [sym_qualified_type_identifier] = STATE(2026), - [sym_macro_annotation] = STATE(1951), - [aux_sym_class_specifier_repeat1] = STATE(1951), - [sym_identifier] = ACTIONS(3759), - [anon_sym_COLON_COLON] = ACTIONS(3761), - [anon_sym_LBRACE] = ACTIONS(3763), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), - }, - [1596] = { - [sym__expression] = STATE(2221), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(3765), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(3765), - [anon_sym_AMP_AMP] = ACTIONS(3765), - [anon_sym_AMP] = ACTIONS(3767), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym_LBRACE] = ACTIONS(3765), - [anon_sym_LBRACK] = ACTIONS(3765), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), - }, - [1597] = { - [sym_field_declaration_list] = STATE(2580), - [sym__class_name] = STATE(2319), - [sym_virtual_specifier] = STATE(4009), - [sym_base_class_clause] = STATE(4596), - [sym_template_type] = STATE(2444), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3764), - [sym_qualified_type_identifier] = STATE(2319), - [sym_macro_annotation] = STATE(1951), - [aux_sym_class_specifier_repeat1] = STATE(1951), - [sym_identifier] = ACTIONS(3747), - [anon_sym_COLON_COLON] = ACTIONS(3749), - [anon_sym_LBRACE] = ACTIONS(3751), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), - }, - [1598] = { - [sym_field_declaration_list] = STATE(2580), - [sym__class_name] = STATE(2319), - [sym_virtual_specifier] = STATE(4009), - [sym_base_class_clause] = STATE(4596), - [sym_template_type] = STATE(2444), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3769), - [sym_qualified_type_identifier] = STATE(2319), - [sym_macro_annotation] = STATE(1951), - [aux_sym_class_specifier_repeat1] = STATE(1951), - [sym_identifier] = ACTIONS(3747), - [anon_sym_COLON_COLON] = ACTIONS(3769), - [anon_sym_LBRACE] = ACTIONS(3751), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), - }, - [1599] = { - [sym_field_declaration_list] = STATE(2231), - [sym__class_name] = STATE(2009), - [sym_virtual_specifier] = STATE(3975), - [sym_base_class_clause] = STATE(4628), - [sym_template_type] = STATE(2066), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3762), - [sym_qualified_type_identifier] = STATE(2009), - [sym_macro_annotation] = STATE(1595), - [aux_sym_class_specifier_repeat1] = STATE(1595), - [sym_identifier] = ACTIONS(3759), - [anon_sym_COLON_COLON] = ACTIONS(3761), - [anon_sym_LBRACE] = ACTIONS(3763), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), + [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), }, - [1600] = { - [sym__expression] = STATE(2326), - [sym_conditional_expression] = STATE(2402), - [sym_assignment_expression] = STATE(2402), - [sym_pointer_expression] = STATE(2473), - [sym_unary_expression] = STATE(2402), - [sym_binary_expression] = STATE(2402), - [sym_update_expression] = STATE(2402), - [sym_cast_expression] = STATE(2402), - [sym_sizeof_expression] = STATE(2402), - [sym_subscript_expression] = STATE(2473), - [sym_call_expression] = STATE(2473), - [sym_field_expression] = STATE(2473), - [sym_compound_literal_expression] = STATE(2402), - [sym_parenthesized_expression] = STATE(2473), - [sym_initializer_list] = STATE(2446), - [sym_char_literal] = STATE(2369), - [sym_concatenated_string] = STATE(2369), - [sym_string_literal] = STATE(1996), - [sym__class_name] = STATE(4300), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2402), - [sym_co_await_expression] = STATE(2402), - [sym_new_expression] = STATE(2402), - [sym_delete_expression] = STATE(2402), - [sym_lambda_expression] = STATE(2402), - [sym_lambda_capture_specifier] = STATE(3457), - [sym_parameter_pack_expansion] = STATE(2402), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2473), - [sym_qualified_type_identifier] = STATE(4300), - [sym_user_defined_literal] = STATE(2402), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [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(2866), - [anon_sym_AMP] = ACTIONS(2866), - [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(1050), - [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), + [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), }, - [1601] = { - [sym__expression] = STATE(2750), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4598), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1602] = { - [sym__expression] = STATE(2816), - [sym_comma_expression] = STATE(5022), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3771), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1603] = { - [sym__expression] = STATE(2776), - [sym_comma_expression] = STATE(4894), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3773), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1604] = { - [sym_field_declaration_list] = STATE(1433), - [sym__class_name] = STATE(1354), - [sym_virtual_specifier] = STATE(4026), - [sym_base_class_clause] = STATE(4429), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3751), - [sym_qualified_type_identifier] = STATE(1354), - [sym_macro_annotation] = STATE(1684), - [aux_sym_class_specifier_repeat1] = STATE(1684), - [sym_identifier] = ACTIONS(3775), - [anon_sym_COLON_COLON] = ACTIONS(3777), - [anon_sym_LBRACE] = ACTIONS(3379), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), + [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), }, - [1605] = { - [sym__expression] = STATE(2764), - [sym_comma_expression] = STATE(4895), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3779), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1606] = { - [sym__expression] = STATE(3091), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4896), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1607] = { - [sym__expression] = STATE(2853), - [sym_comma_expression] = STATE(4897), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3781), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1608] = { - [sym__expression] = STATE(2812), - [sym_comma_expression] = STATE(5024), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3783), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1609] = { - [sym__expression] = STATE(2914), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_initializer_list] = STATE(4841), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1610] = { - [sym__expression] = STATE(2143), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_COMMA] = ACTIONS(3785), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3785), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [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), }, - [1611] = { - [sym__expression] = STATE(2897), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4698), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1612] = { - [sym__expression] = STATE(2869), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4496), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1613] = { - [sym_field_declaration_list] = STATE(1287), - [sym__class_name] = STATE(1388), - [sym_virtual_specifier] = STATE(3905), - [sym_base_class_clause] = STATE(4445), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3751), - [sym_qualified_type_identifier] = STATE(1388), - [sym_macro_annotation] = STATE(1951), - [aux_sym_class_specifier_repeat1] = STATE(1951), - [sym_identifier] = ACTIONS(3775), - [anon_sym_COLON_COLON] = ACTIONS(3777), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), + [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), }, - [1614] = { - [sym_field_declaration_list] = STATE(2389), - [sym__class_name] = STATE(2036), - [sym_virtual_specifier] = STATE(3915), - [sym_base_class_clause] = STATE(4462), - [sym_template_type] = STATE(2101), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3777), - [sym_qualified_type_identifier] = STATE(2036), - [sym_macro_annotation] = STATE(1644), - [aux_sym_class_specifier_repeat1] = STATE(1644), - [sym_identifier] = ACTIONS(3787), - [anon_sym_COLON_COLON] = ACTIONS(3789), - [anon_sym_LBRACE] = ACTIONS(3791), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), + [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), }, - [1615] = { - [sym__expression] = STATE(2866), - [sym_comma_expression] = STATE(4821), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3793), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1616] = { - [sym__expression] = STATE(2864), - [sym_comma_expression] = STATE(4757), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3795), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1617] = { - [sym__expression] = STATE(2660), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(2661), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1618] = { - [sym__expression] = STATE(2807), - [sym_comma_expression] = STATE(5027), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3797), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1619] = { - [sym_field_declaration_list] = STATE(1287), - [sym__class_name] = STATE(1280), - [sym_virtual_specifier] = STATE(3905), - [sym_base_class_clause] = STATE(4445), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3766), - [sym_qualified_type_identifier] = STATE(1280), - [sym_macro_annotation] = STATE(1951), - [aux_sym_class_specifier_repeat1] = STATE(1951), - [sym_identifier] = ACTIONS(3741), - [anon_sym_COLON_COLON] = ACTIONS(2502), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), + [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), }, - [1620] = { - [sym__expression] = STATE(2805), - [sym_comma_expression] = STATE(5035), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3799), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1621] = { - [sym__expression] = STATE(2769), - [sym_comma_expression] = STATE(4941), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3801), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1622] = { - [sym_field_declaration_list] = STATE(1326), - [sym__class_name] = STATE(1273), - [sym_virtual_specifier] = STATE(3938), - [sym_base_class_clause] = STATE(4646), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1273), - [sym_macro_annotation] = STATE(1643), - [aux_sym_class_specifier_repeat1] = STATE(1643), - [sym_identifier] = ACTIONS(3803), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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(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), }, - [1623] = { - [sym__expression] = STATE(2817), - [sym_comma_expression] = STATE(5020), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3805), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1624] = { - [sym__expression] = STATE(2940), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4812), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1625] = { - [sym__expression] = STATE(2794), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_initializer_list] = STATE(2970), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym__class_name] = STATE(4315), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(4315), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACE] = ACTIONS(3345), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), + [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), }, - [1626] = { - [sym__expression] = STATE(2763), - [sym_comma_expression] = STATE(4952), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3807), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1627] = { - [sym__expression] = STATE(2362), - [sym_conditional_expression] = STATE(2402), - [sym_assignment_expression] = STATE(2402), - [sym_pointer_expression] = STATE(2473), - [sym_unary_expression] = STATE(2402), - [sym_binary_expression] = STATE(2402), - [sym_update_expression] = STATE(2402), - [sym_cast_expression] = STATE(2402), - [sym_sizeof_expression] = STATE(2402), - [sym_subscript_expression] = STATE(2473), - [sym_call_expression] = STATE(2473), - [sym_field_expression] = STATE(2473), - [sym_compound_literal_expression] = STATE(2402), - [sym_parenthesized_expression] = STATE(2473), - [sym_char_literal] = STATE(2369), - [sym_concatenated_string] = STATE(2369), - [sym_string_literal] = STATE(1996), - [sym__class_name] = STATE(4300), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2402), - [sym_co_await_expression] = STATE(2402), - [sym_new_expression] = STATE(2402), - [sym_delete_expression] = STATE(2402), - [sym_lambda_expression] = STATE(2402), - [sym_lambda_capture_specifier] = STATE(3457), - [sym_parameter_pack_expansion] = STATE(2402), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2473), - [sym_qualified_type_identifier] = STATE(4300), - [sym_user_defined_literal] = STATE(2402), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [sym_identifier] = ACTIONS(2788), - [anon_sym_LPAREN2] = ACTIONS(3765), - [anon_sym_BANG] = ACTIONS(2794), - [anon_sym_TILDE] = ACTIONS(2794), - [anon_sym_DASH] = ACTIONS(2792), - [anon_sym_PLUS] = ACTIONS(2792), - [anon_sym_STAR] = ACTIONS(3765), - [anon_sym_AMP_AMP] = ACTIONS(3765), - [anon_sym_AMP] = ACTIONS(3767), - [anon_sym_COLON_COLON] = ACTIONS(2798), - [anon_sym_LBRACE] = ACTIONS(3765), - [anon_sym_LBRACK] = ACTIONS(3765), - [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), + [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_template] = ACTIONS(1050), - [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), - }, - [1628] = { - [sym_field_declaration_list] = STATE(2247), - [sym__class_name] = STATE(2026), - [sym_virtual_specifier] = STATE(4011), - [sym_base_class_clause] = STATE(4548), - [sym_template_type] = STATE(2066), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3755), - [sym_qualified_type_identifier] = STATE(2026), - [sym_macro_annotation] = STATE(1951), - [aux_sym_class_specifier_repeat1] = STATE(1951), - [sym_identifier] = ACTIONS(3809), - [anon_sym_COLON_COLON] = ACTIONS(3811), - [anon_sym_LBRACE] = ACTIONS(3763), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), - }, - [1629] = { - [sym_field_declaration_list] = STATE(2564), - [sym__class_name] = STATE(2312), - [sym_virtual_specifier] = STATE(3963), - [sym_base_class_clause] = STATE(4643), - [sym_template_type] = STATE(2444), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3769), - [sym_qualified_type_identifier] = STATE(2312), - [sym_macro_annotation] = STATE(1598), - [aux_sym_class_specifier_repeat1] = STATE(1598), - [sym_identifier] = ACTIONS(3747), - [anon_sym_COLON_COLON] = ACTIONS(3769), - [anon_sym_LBRACE] = ACTIONS(3751), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), + [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), }, - [1630] = { - [sym__expression] = STATE(2820), - [sym_comma_expression] = STATE(5010), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3813), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1631] = { - [sym__expression] = STATE(2158), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(3765), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(3765), - [anon_sym_AMP_AMP] = ACTIONS(3765), - [anon_sym_AMP] = ACTIONS(3767), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym_LBRACE] = ACTIONS(3765), - [anon_sym_LBRACK] = ACTIONS(3765), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), - }, - [1632] = { - [sym_field_declaration_list] = STATE(1326), - [sym__class_name] = STATE(1386), - [sym_virtual_specifier] = STATE(3938), - [sym_base_class_clause] = STATE(4646), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3770), - [sym_qualified_type_identifier] = STATE(1386), - [sym_macro_annotation] = STATE(1590), - [aux_sym_class_specifier_repeat1] = STATE(1590), - [sym_identifier] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), - }, - [1633] = { - [sym_field_declaration_list] = STATE(1326), - [sym__class_name] = STATE(1386), - [sym_virtual_specifier] = STATE(3938), - [sym_base_class_clause] = STATE(4646), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3737), - [sym_qualified_type_identifier] = STATE(1386), - [sym_macro_annotation] = STATE(1663), - [aux_sym_class_specifier_repeat1] = STATE(1663), - [sym_identifier] = ACTIONS(3815), - [anon_sym_COLON_COLON] = ACTIONS(3817), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), - }, - [1634] = { - [sym_field_declaration_list] = STATE(1433), - [sym__class_name] = STATE(1354), - [sym_virtual_specifier] = STATE(4026), - [sym_base_class_clause] = STATE(4429), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3785), - [sym_qualified_type_identifier] = STATE(1354), - [sym_macro_annotation] = STATE(1664), - [aux_sym_class_specifier_repeat1] = STATE(1664), - [sym_identifier] = ACTIONS(3803), - [anon_sym_COLON_COLON] = ACTIONS(2698), - [anon_sym_LBRACE] = ACTIONS(3379), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), + [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), }, - [1635] = { - [sym__expression] = STATE(3072), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4942), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1636] = { - [sym__expression] = STATE(2839), - [sym_comma_expression] = STATE(4830), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3819), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1637] = { - [sym__expression] = STATE(2844), - [sym_comma_expression] = STATE(4828), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3821), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1638] = { - [sym_field_declaration_list] = STATE(1326), - [sym__class_name] = STATE(1399), - [sym_virtual_specifier] = STATE(3938), - [sym_base_class_clause] = STATE(4646), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1399), - [sym_macro_annotation] = STATE(1643), - [aux_sym_class_specifier_repeat1] = STATE(1643), - [sym_identifier] = ACTIONS(3803), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), + [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), }, - [1639] = { - [sym__expression] = STATE(2171), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_initializer_list] = STATE(2152), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym_LBRACE] = ACTIONS(2766), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [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), }, - [1640] = { - [sym__expression] = STATE(2874), - [sym_comma_expression] = STATE(4699), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3823), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1641] = { - [sym__expression] = STATE(2933), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4798), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [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_template] = ACTIONS(1050), - [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1642] = { - [sym_field_declaration_list] = STATE(2231), - [sym__class_name] = STATE(2009), - [sym_virtual_specifier] = STATE(3975), - [sym_base_class_clause] = STATE(4628), - [sym_template_type] = STATE(2066), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3746), - [sym_qualified_type_identifier] = STATE(2009), - [sym_macro_annotation] = STATE(1681), - [aux_sym_class_specifier_repeat1] = STATE(1681), - [sym_identifier] = ACTIONS(3759), - [anon_sym_COLON_COLON] = ACTIONS(3825), - [anon_sym_LBRACE] = ACTIONS(3763), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), + [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), }, - [1643] = { - [sym_field_declaration_list] = STATE(1287), - [sym__class_name] = STATE(1280), - [sym_virtual_specifier] = STATE(3905), - [sym_base_class_clause] = STATE(4445), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1280), - [sym_macro_annotation] = STATE(1951), - [aux_sym_class_specifier_repeat1] = STATE(1951), - [sym_identifier] = ACTIONS(3803), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), + [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), }, - [1644] = { - [sym_field_declaration_list] = STATE(2377), - [sym__class_name] = STATE(2041), - [sym_virtual_specifier] = STATE(3893), - [sym_base_class_clause] = STATE(4410), - [sym_template_type] = STATE(2101), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3777), - [sym_qualified_type_identifier] = STATE(2041), - [sym_macro_annotation] = STATE(1951), - [aux_sym_class_specifier_repeat1] = STATE(1951), - [sym_identifier] = ACTIONS(3787), - [anon_sym_COLON_COLON] = ACTIONS(3789), - [anon_sym_LBRACE] = ACTIONS(3791), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), + [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), }, - [1645] = { - [sym__expression] = STATE(3085), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4908), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [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_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_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_LBRACK] = ACTIONS(3423), + [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(3468), + [sym_comment] = ACTIONS(3), + [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), + }, + [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), + [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(3070), + [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_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), + [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), + }, + [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), + }, + [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), + }, + [1466] = { + [sym_identifier] = ACTIONS(2278), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2280), + [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_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_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), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2278), + [anon_sym_explicit] = 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), + }, + [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), + }, + [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), + }, + [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), + }, + [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), + }, + [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), + }, + [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), + }, + [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), + }, + [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), + [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_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), + }, + [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), + }, + [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), + [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_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), + }, + [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), + }, + [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), + [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), + [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), + [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), + [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), + }, + [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), + }, + [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), + }, + [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), + [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_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), + }, + [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), + }, + [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), + }, + [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), + }, + [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), + }, + [1486] = { + [sym_identifier] = ACTIONS(2278), + [anon_sym_COMMA] = ACTIONS(2280), + [anon_sym_LPAREN2] = 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_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_COLON] = ACTIONS(2280), + [sym_comment] = ACTIONS(3), + [anon_sym_virtual] = ACTIONS(2278), + [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), + }, + [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), @@ -280297,80 +266002,87 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1646] = { - [sym__expression] = STATE(2791), - [sym_comma_expression] = STATE(4911), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3827), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), + [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), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [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), @@ -280386,258 +266098,87 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1647] = { - [sym__expression] = STATE(2813), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym__class_name] = STATE(4315), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(4315), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3765), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(3765), - [anon_sym_AMP_AMP] = ACTIONS(3765), - [anon_sym_AMP] = ACTIONS(3767), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACE] = ACTIONS(3765), - [anon_sym_LBRACK] = ACTIONS(3765), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1648] = { - [sym_field_declaration_list] = STATE(1326), - [sym__class_name] = STATE(1395), - [sym_virtual_specifier] = STATE(3938), - [sym_base_class_clause] = STATE(4646), + [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_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1395), - [sym_macro_annotation] = STATE(1643), - [aux_sym_class_specifier_repeat1] = STATE(1643), - [sym_identifier] = ACTIONS(3803), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), - }, - [1649] = { - [sym__expression] = STATE(2784), - [sym_comma_expression] = STATE(4972), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3829), - [anon_sym_LPAREN2] = ACTIONS(1028), + [sym_template_function] = STATE(2685), + [sym_co_await_expression] = STATE(2685), + [sym_new_expression] = STATE(2685), + [sym_delete_expression] = STATE(2685), + [sym_lambda_expression] = STATE(2685), + [sym_lambda_capture_specifier] = STATE(3523), + [sym_parameter_pack_expansion] = STATE(2685), + [sym_dependent_type_identifier] = STATE(4833), + [sym__scope_resolution] = STATE(3508), + [sym_qualified_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(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [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), @@ -280653,80 +266194,87 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1650] = { - [sym__expression] = STATE(2785), - [sym_comma_expression] = STATE(4973), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3831), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), + [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), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [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), @@ -280742,80 +266290,87 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1651] = { - [sym__expression] = STATE(2877), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3765), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(3765), - [anon_sym_AMP_AMP] = ACTIONS(3765), - [anon_sym_AMP] = ACTIONS(3767), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACE] = ACTIONS(3765), - [anon_sym_LBRACK] = ACTIONS(3765), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), + [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), @@ -280831,80 +266386,87 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1652] = { - [sym__expression] = STATE(2788), - [sym_comma_expression] = STATE(4975), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3833), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [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), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -280920,80 +266482,87 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1653] = { - [sym__expression] = STATE(2847), - [sym_comma_expression] = STATE(4811), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3835), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [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), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -281009,80 +266578,87 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1654] = { - [sym__expression] = STATE(2855), - [sym_comma_expression] = STATE(4804), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3837), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), + [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), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(3351), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [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), @@ -281098,80 +266674,87 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1655] = { - [sym__expression] = STATE(2790), - [sym_comma_expression] = STATE(4997), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3839), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_RBRACE] = ACTIONS(3551), + [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), @@ -281187,80 +266770,87 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1656] = { - [sym__expression] = STATE(2857), - [sym_comma_expression] = STATE(4785), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3841), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), + [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), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [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), @@ -281276,80 +266866,183 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1657] = { - [sym__expression] = STATE(2831), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4518), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_RBRACE] = ACTIONS(3563), + [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), @@ -281365,80 +267058,87 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1658] = { - [sym__expression] = STATE(3087), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4939), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), + [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), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [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), @@ -281454,80 +267154,87 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1659] = { - [sym__expression] = STATE(2690), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(3765), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(3765), - [anon_sym_AMP_AMP] = ACTIONS(3765), - [anon_sym_AMP] = ACTIONS(3767), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(3765), - [anon_sym_LBRACK] = ACTIONS(3765), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [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), @@ -281543,80 +267250,87 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1660] = { - [sym__expression] = STATE(3074), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4912), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), + [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), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [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), @@ -281632,169 +267346,183 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1661] = { - [sym_field_declaration_list] = STATE(2231), - [sym__class_name] = STATE(2009), - [sym_virtual_specifier] = STATE(3975), - [sym_base_class_clause] = STATE(4628), - [sym_template_type] = STATE(2066), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3755), - [sym_qualified_type_identifier] = STATE(2009), - [sym_macro_annotation] = STATE(1628), - [aux_sym_class_specifier_repeat1] = STATE(1628), - [sym_identifier] = ACTIONS(3809), - [anon_sym_COLON_COLON] = ACTIONS(3811), - [anon_sym_LBRACE] = ACTIONS(3763), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), + [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), + [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), }, - [1662] = { - [sym__expression] = STATE(2859), - [sym_comma_expression] = STATE(4782), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3843), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), + [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), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [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), @@ -281810,258 +267538,87 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1663] = { - [sym_field_declaration_list] = STATE(1287), - [sym__class_name] = STATE(1388), - [sym_virtual_specifier] = STATE(3905), - [sym_base_class_clause] = STATE(4445), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3737), - [sym_qualified_type_identifier] = STATE(1388), - [sym_macro_annotation] = STATE(1951), - [aux_sym_class_specifier_repeat1] = STATE(1951), - [sym_identifier] = ACTIONS(3815), - [anon_sym_COLON_COLON] = ACTIONS(3817), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1664] = { - [sym_field_declaration_list] = STATE(1464), - [sym__class_name] = STATE(1359), - [sym_virtual_specifier] = STATE(3920), - [sym_base_class_clause] = STATE(4479), + [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_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3785), - [sym_qualified_type_identifier] = STATE(1359), - [sym_macro_annotation] = STATE(1951), - [aux_sym_class_specifier_repeat1] = STATE(1951), - [sym_identifier] = ACTIONS(3803), - [anon_sym_COLON_COLON] = ACTIONS(2698), - [anon_sym_LBRACE] = ACTIONS(3379), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), - }, - [1665] = { - [sym__expression] = STATE(3036), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4827), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), + [sym_template_function] = STATE(2685), + [sym_co_await_expression] = STATE(2685), + [sym_new_expression] = STATE(2685), + [sym_delete_expression] = STATE(2685), + [sym_lambda_expression] = STATE(2685), + [sym_lambda_capture_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), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(3351), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [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), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -282077,80 +267634,87 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1666] = { - [sym__expression] = STATE(2781), - [sym_comma_expression] = STATE(4862), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3845), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [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), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -282166,80 +267730,87 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1667] = { - [sym__expression] = STATE(2777), - [sym_comma_expression] = STATE(4864), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3847), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), + [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), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [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), @@ -282255,80 +267826,183 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1668] = { - [sym__expression] = STATE(2876), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3765), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(3765), - [anon_sym_AMP_AMP] = ACTIONS(3765), - [anon_sym_AMP] = ACTIONS(3767), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACE] = ACTIONS(3765), - [anon_sym_LBRACK] = ACTIONS(3765), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), + [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), @@ -282344,347 +268018,87 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1669] = { - [sym_field_declaration_list] = STATE(2113), - [sym__class_name] = STATE(1991), - [sym_virtual_specifier] = STATE(4008), - [sym_base_class_clause] = STATE(4282), - [sym_template_type] = STATE(2010), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3750), - [sym_qualified_type_identifier] = STATE(1991), - [sym_macro_annotation] = STATE(1592), - [aux_sym_class_specifier_repeat1] = STATE(1592), - [sym_identifier] = ACTIONS(3753), - [anon_sym_COLON_COLON] = ACTIONS(3755), - [anon_sym_LBRACE] = ACTIONS(3757), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), - }, - [1670] = { - [sym__expression] = STATE(2387), - [sym_conditional_expression] = STATE(2402), - [sym_assignment_expression] = STATE(2402), - [sym_pointer_expression] = STATE(2473), - [sym_unary_expression] = STATE(2402), - [sym_binary_expression] = STATE(2402), - [sym_update_expression] = STATE(2402), - [sym_cast_expression] = STATE(2402), - [sym_sizeof_expression] = STATE(2402), - [sym_subscript_expression] = STATE(2473), - [sym_call_expression] = STATE(2473), - [sym_field_expression] = STATE(2473), - [sym_compound_literal_expression] = STATE(2402), - [sym_parenthesized_expression] = STATE(2473), - [sym_char_literal] = STATE(2369), - [sym_concatenated_string] = STATE(2369), - [sym_string_literal] = STATE(1996), - [sym__class_name] = STATE(4300), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2402), - [sym_co_await_expression] = STATE(2402), - [sym_new_expression] = STATE(2402), - [sym_delete_expression] = STATE(2402), - [sym_lambda_expression] = STATE(2402), - [sym_lambda_capture_specifier] = STATE(3457), - [sym_parameter_pack_expansion] = STATE(2402), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2473), - [sym_qualified_type_identifier] = STATE(4300), - [sym_user_defined_literal] = STATE(2402), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [sym_identifier] = ACTIONS(2788), - [anon_sym_LPAREN2] = ACTIONS(3765), - [anon_sym_BANG] = ACTIONS(2794), - [anon_sym_TILDE] = ACTIONS(2794), - [anon_sym_DASH] = ACTIONS(2792), - [anon_sym_PLUS] = ACTIONS(2792), - [anon_sym_STAR] = ACTIONS(3765), - [anon_sym_AMP_AMP] = ACTIONS(3765), - [anon_sym_AMP] = ACTIONS(3767), - [anon_sym_COLON_COLON] = ACTIONS(2798), - [anon_sym_LBRACE] = ACTIONS(3765), - [anon_sym_LBRACK] = ACTIONS(3765), - [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(1050), - [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_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1671] = { - [sym_field_declaration_list] = STATE(1326), - [sym__class_name] = STATE(1390), - [sym_virtual_specifier] = STATE(3938), - [sym_base_class_clause] = STATE(4646), + [1518] = { + [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_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1390), - [sym_macro_annotation] = STATE(1643), - [aux_sym_class_specifier_repeat1] = STATE(1643), - [sym_identifier] = ACTIONS(3803), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), - }, - [1672] = { - [sym__expression] = STATE(2774), - [sym_comma_expression] = STATE(4891), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3849), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), + [sym_template_function] = STATE(2685), + [sym_co_await_expression] = STATE(2685), + [sym_new_expression] = STATE(2685), + [sym_delete_expression] = STATE(2685), + [sym_lambda_expression] = STATE(2685), + [sym_lambda_capture_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(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), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [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), @@ -282700,80 +268114,87 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_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(3078), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3765), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3765), - [anon_sym_AMP_AMP] = ACTIONS(3765), - [anon_sym_AMP] = ACTIONS(3767), - [anon_sym_COLON_COLON] = ACTIONS(3405), - [anon_sym_LBRACE] = ACTIONS(3765), - [anon_sym_LBRACK] = ACTIONS(3765), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), + [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), + [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), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -282789,80 +268210,86 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1674] = { - [sym__expression] = STATE(2768), - [sym_comma_expression] = STATE(4904), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3851), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_RBRACE] = ACTIONS(3609), + [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), @@ -282878,80 +268305,181 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_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(2880), - [sym_comma_expression] = STATE(4696), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3853), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [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), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -282967,169 +268495,86 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1676] = { - [sym__expression] = STATE(2808), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym__class_name] = STATE(4315), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(4315), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(3765), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(3765), - [anon_sym_AMP_AMP] = ACTIONS(3765), - [anon_sym_AMP] = ACTIONS(3767), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACE] = ACTIONS(3765), - [anon_sym_LBRACK] = ACTIONS(3765), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1677] = { - [sym__expression] = STATE(3077), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3765), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3765), - [anon_sym_AMP_AMP] = ACTIONS(3765), - [anon_sym_AMP] = ACTIONS(3767), - [anon_sym_COLON_COLON] = ACTIONS(3405), - [anon_sym_LBRACE] = ACTIONS(3765), - [anon_sym_LBRACK] = ACTIONS(3765), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), + [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), + [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), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -283145,80 +268590,181 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1678] = { - [sym__expression] = STATE(2766), - [sym_comma_expression] = STATE(4914), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3855), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [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), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -283234,80 +268780,86 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1679] = { - [sym__expression] = STATE(2762), - [sym_comma_expression] = STATE(4787), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3857), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [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), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -283323,258 +268875,86 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1680] = { - [sym_field_declaration_list] = STATE(1326), - [sym__class_name] = STATE(1386), - [sym_virtual_specifier] = STATE(3938), - [sym_base_class_clause] = STATE(4646), + [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_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3751), - [sym_qualified_type_identifier] = STATE(1386), - [sym_macro_annotation] = STATE(1613), - [aux_sym_class_specifier_repeat1] = STATE(1613), - [sym_identifier] = ACTIONS(3775), - [anon_sym_COLON_COLON] = ACTIONS(3777), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), - }, - [1681] = { - [sym_field_declaration_list] = STATE(2247), - [sym__class_name] = STATE(2026), - [sym_virtual_specifier] = STATE(4011), - [sym_base_class_clause] = STATE(4548), - [sym_template_type] = STATE(2066), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3746), - [sym_qualified_type_identifier] = STATE(2026), - [sym_macro_annotation] = STATE(1951), - [aux_sym_class_specifier_repeat1] = STATE(1951), - [sym_identifier] = ACTIONS(3759), - [anon_sym_COLON_COLON] = ACTIONS(3825), - [anon_sym_LBRACE] = ACTIONS(3763), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), - }, - [1682] = { - [sym__expression] = STATE(2779), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_initializer_list] = STATE(4598), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [sym_template_function] = STATE(2685), + [sym_co_await_expression] = STATE(2685), + [sym_new_expression] = STATE(2685), + [sym_delete_expression] = STATE(2685), + [sym_lambda_expression] = STATE(2685), + [sym_lambda_capture_specifier] = STATE(3523), + [sym_parameter_pack_expansion] = STATE(2685), + [sym_dependent_type_identifier] = STATE(4833), + [sym__scope_resolution] = STATE(3508), + [sym_qualified_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(1030), - [anon_sym_AMP] = ACTIONS(1030), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), + [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), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -283590,80 +268970,86 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1683] = { - [sym__expression] = STATE(2906), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_initializer_list] = STATE(4805), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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(3623), + [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), @@ -283679,169 +269065,86 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1684] = { - [sym_field_declaration_list] = STATE(1464), - [sym__class_name] = STATE(1359), - [sym_virtual_specifier] = STATE(3920), - [sym_base_class_clause] = STATE(4479), + [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_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3751), - [sym_qualified_type_identifier] = STATE(1359), - [sym_macro_annotation] = STATE(1951), - [aux_sym_class_specifier_repeat1] = STATE(1951), - [sym_identifier] = ACTIONS(3775), - [anon_sym_COLON_COLON] = ACTIONS(3777), - [anon_sym_LBRACE] = ACTIONS(3379), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), - }, - [1685] = { - [sym__expression] = STATE(2883), - [sym_comma_expression] = STATE(4691), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3859), - [anon_sym_LPAREN2] = ACTIONS(1028), + [sym_template_function] = STATE(2685), + [sym_co_await_expression] = STATE(2685), + [sym_new_expression] = STATE(2685), + [sym_delete_expression] = STATE(2685), + [sym_lambda_expression] = STATE(2685), + [sym_lambda_capture_specifier] = STATE(3523), + [sym_parameter_pack_expansion] = STATE(2685), + [sym_dependent_type_identifier] = STATE(4833), + [sym__scope_resolution] = STATE(3508), + [sym_qualified_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(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [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), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -283857,347 +269160,86 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1686] = { - [sym__expression] = STATE(2436), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(3765), - [anon_sym_BANG] = ACTIONS(2834), - [anon_sym_TILDE] = ACTIONS(2834), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_STAR] = ACTIONS(3765), - [anon_sym_AMP_AMP] = ACTIONS(3765), - [anon_sym_AMP] = ACTIONS(3767), - [anon_sym_COLON_COLON] = ACTIONS(2838), - [anon_sym_LBRACE] = ACTIONS(3765), - [anon_sym_LBRACK] = ACTIONS(3765), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2840), - [anon_sym_sizeof] = ACTIONS(2842), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2844), - [anon_sym_co_await] = ACTIONS(2846), - [anon_sym_new] = ACTIONS(2848), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), - }, - [1687] = { - [sym__expression] = STATE(2431), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(3765), - [anon_sym_BANG] = ACTIONS(2834), - [anon_sym_TILDE] = ACTIONS(2834), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_STAR] = ACTIONS(3765), - [anon_sym_AMP_AMP] = ACTIONS(3765), - [anon_sym_AMP] = ACTIONS(3767), - [anon_sym_COLON_COLON] = ACTIONS(2838), - [anon_sym_LBRACE] = ACTIONS(3765), - [anon_sym_LBRACK] = ACTIONS(3765), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2840), - [anon_sym_sizeof] = ACTIONS(2842), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2844), - [anon_sym_co_await] = ACTIONS(2846), - [anon_sym_new] = ACTIONS(2848), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), - }, - [1688] = { - [sym__expression] = STATE(2430), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_initializer_list] = STATE(2152), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2830), - [anon_sym_BANG] = ACTIONS(2834), - [anon_sym_TILDE] = ACTIONS(2834), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(2838), - [anon_sym_LBRACE] = ACTIONS(2766), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2840), - [anon_sym_sizeof] = ACTIONS(2842), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2844), - [anon_sym_co_await] = ACTIONS(2846), - [anon_sym_new] = ACTIONS(2848), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), - }, - [1689] = { - [sym__expression] = STATE(2694), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(3765), + [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(3765), - [anon_sym_AMP_AMP] = ACTIONS(3765), - [anon_sym_AMP] = ACTIONS(3767), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACE] = ACTIONS(3765), - [anon_sym_LBRACK] = ACTIONS(3765), - [sym_primitive_type] = ACTIONS(2670), + [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), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -284213,80 +269255,276 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1690] = { - [sym__expression] = STATE(2838), - [sym_comma_expression] = STATE(4729), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3861), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [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), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -284302,80 +269540,85 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1691] = { - [sym__expression] = STATE(2862), - [sym_comma_expression] = STATE(4725), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3863), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [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), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -284391,80 +269634,548 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1692] = { - [sym__expression] = STATE(2901), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_initializer_list] = STATE(2661), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), - [anon_sym_LBRACE] = ACTIONS(1478), + [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), + [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), + }, + [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), + [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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), + [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), @@ -284480,77 +270191,79 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1693] = { - [sym__expression] = STATE(2867), - [sym_comma_expression] = STATE(4709), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3865), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -284569,164 +270282,79 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1694] = { - [sym__expression] = STATE(2143), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3867), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), - }, - [1695] = { - [sym__expression] = STATE(3065), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3869), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -284745,76 +270373,79 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1696] = { - [sym__expression] = STATE(2982), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3871), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -284833,164 +270464,79 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1697] = { - [sym__expression] = STATE(2143), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3873), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1698] = { - [sym__expression] = STATE(3061), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3875), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -285009,76 +270555,79 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1699] = { - [sym__expression] = STATE(2701), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3877), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(3654), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(3879), - [sym_primitive_type] = ACTIONS(2670), + [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), @@ -285097,79 +270646,81 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1700] = { - [sym__expression] = STATE(3058), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3881), - [anon_sym_COLON_COLON] = ACTIONS(41), + [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), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(3656), + [anon_sym_COLON_COLON] = ACTIONS(3351), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [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), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -285185,76 +270736,78 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1701] = { - [sym__expression] = STATE(3059), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3883), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -285273,164 +270826,78 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1702] = { - [sym_field_declaration_list] = STATE(1322), - [sym__class_name] = STATE(1377), - [sym_virtual_specifier] = STATE(3943), - [sym_base_class_clause] = STATE(4648), + [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_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3751), - [sym_qualified_type_identifier] = STATE(1377), - [sym_macro_annotation] = STATE(3426), - [sym_identifier] = ACTIONS(3775), - [anon_sym_COLON_COLON] = ACTIONS(3777), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), - }, - [1703] = { - [sym__expression] = STATE(2926), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3885), - [anon_sym_LPAREN2] = ACTIONS(1028), + [sym_template_function] = STATE(2685), + [sym_co_await_expression] = STATE(2685), + [sym_new_expression] = STATE(2685), + [sym_delete_expression] = STATE(2685), + [sym_lambda_expression] = STATE(2685), + [sym_lambda_capture_specifier] = STATE(3523), + [sym_parameter_pack_expansion] = STATE(2685), + [sym_dependent_type_identifier] = STATE(4833), + [sym__scope_resolution] = STATE(3508), + [sym_qualified_identifier] = STATE(2259), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -285449,79 +270916,81 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1704] = { - [sym__expression] = STATE(2822), - [sym_comma_expression] = STATE(4851), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), + [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), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(3656), + [anon_sym_COLON_COLON] = ACTIONS(3351), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [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), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -285537,79 +271006,81 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1705] = { - [sym__expression] = STATE(2925), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3887), - [anon_sym_COLON_COLON] = ACTIONS(41), + [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), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(3656), + [anon_sym_COLON_COLON] = ACTIONS(3351), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [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), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -285625,79 +271096,81 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1706] = { - [sym__expression] = STATE(2983), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3889), - [anon_sym_COLON_COLON] = ACTIONS(41), + [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), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(3656), + [anon_sym_COLON_COLON] = ACTIONS(3351), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [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), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -285713,79 +271186,81 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1707] = { - [sym__expression] = STATE(2939), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3891), - [anon_sym_LPAREN2] = ACTIONS(3893), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), + [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), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), + [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), @@ -285801,431 +271276,81 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1708] = { - [sym__expression] = STATE(2483), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3895), - [anon_sym_LPAREN2] = ACTIONS(3897), - [anon_sym_BANG] = ACTIONS(2834), - [anon_sym_TILDE] = ACTIONS(2834), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(2838), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2840), - [anon_sym_sizeof] = ACTIONS(2842), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2844), - [anon_sym_co_await] = ACTIONS(2846), - [anon_sym_new] = ACTIONS(2848), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), - }, - [1709] = { - [sym_field_declaration_list] = STATE(1322), - [sym__class_name] = STATE(1401), - [sym_virtual_specifier] = STATE(3943), - [sym_base_class_clause] = STATE(4648), + [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_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1401), - [sym_macro_annotation] = STATE(3444), - [sym_identifier] = ACTIONS(3803), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), - }, - [1710] = { - [sym__expression] = STATE(2220), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3895), - [anon_sym_LPAREN2] = ACTIONS(3899), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), - }, - [1711] = { - [sym_field_declaration_list] = STATE(2093), - [sym__class_name] = STATE(1992), - [sym_virtual_specifier] = STATE(4007), - [sym_base_class_clause] = STATE(4302), - [sym_template_type] = STATE(2010), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3750), - [sym_qualified_type_identifier] = STATE(1992), - [sym_macro_annotation] = STATE(3416), - [sym_identifier] = ACTIONS(3753), - [anon_sym_COLON_COLON] = ACTIONS(3755), - [anon_sym_LBRACE] = ACTIONS(3757), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), - }, - [1712] = { - [sym__expression] = STATE(2921), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3901), - [anon_sym_COLON_COLON] = ACTIONS(41), + [sym_template_function] = STATE(2685), + [sym_co_await_expression] = 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), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [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), @@ -286241,79 +271366,81 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1713] = { - [sym__expression] = STATE(3080), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3903), - [anon_sym_COLON_COLON] = ACTIONS(41), + [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), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [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), @@ -286329,79 +271456,81 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1714] = { - [sym__expression] = STATE(2912), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3905), - [anon_sym_COLON_COLON] = ACTIONS(41), + [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), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(3656), + [anon_sym_COLON_COLON] = ACTIONS(3351), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [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), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -286417,79 +271546,81 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1715] = { - [sym__expression] = STATE(2875), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3891), - [anon_sym_LPAREN2] = ACTIONS(3907), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), + [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), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(3656), + [anon_sym_COLON_COLON] = ACTIONS(3351), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), + [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), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -286505,164 +271636,78 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1716] = { - [sym__expression] = STATE(2143), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3909), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), - }, - [1717] = { - [sym__expression] = STATE(2968), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3911), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -286681,79 +271726,81 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1718] = { - [sym__expression] = STATE(2997), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3913), - [anon_sym_COLON_COLON] = ACTIONS(41), + [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), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(3656), + [anon_sym_COLON_COLON] = ACTIONS(3351), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [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), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -286769,76 +271816,78 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1719] = { - [sym__expression] = STATE(2995), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3915), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), + [anon_sym_default] = ACTIONS(3688), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -286857,167 +271906,81 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3690), [anon_sym_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1720] = { - [sym_field_declaration_list] = STATE(2232), - [sym__class_name] = STATE(2018), - [sym_virtual_specifier] = STATE(3977), - [sym_base_class_clause] = STATE(4625), - [sym_template_type] = STATE(2066), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3755), - [sym_qualified_type_identifier] = STATE(2018), - [sym_macro_annotation] = STATE(3432), - [sym_identifier] = ACTIONS(3809), - [anon_sym_COLON_COLON] = ACTIONS(3811), - [anon_sym_LBRACE] = ACTIONS(3763), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), - }, - [1721] = { - [sym__expression] = STATE(2693), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3891), - [anon_sym_LPAREN2] = ACTIONS(3917), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), + [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), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(3656), + [anon_sym_COLON_COLON] = ACTIONS(3351), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [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), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -287033,76 +271996,78 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1722] = { - [sym__expression] = STATE(2976), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3919), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -287121,167 +272086,81 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1723] = { - [sym__expression] = STATE(2143), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), + [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), + [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(3921), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), - }, - [1724] = { - [sym__expression] = STATE(2701), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3923), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(3879), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [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), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -287297,340 +272176,258 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1725] = { - [sym__expression] = STATE(2143), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), + [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), + [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(3925), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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), }, - [1726] = { - [sym_field_declaration_list] = STATE(1322), - [sym__class_name] = STATE(1394), - [sym_virtual_specifier] = STATE(3943), - [sym_base_class_clause] = STATE(4648), + [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_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1394), - [sym_macro_annotation] = STATE(3444), - [sym_identifier] = ACTIONS(3803), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), + [sym_template_function] = STATE(2685), + [sym_co_await_expression] = 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(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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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), }, - [1727] = { - [sym_field_declaration_list] = STATE(1322), - [sym__class_name] = STATE(1377), - [sym_virtual_specifier] = STATE(3943), - [sym_base_class_clause] = STATE(4648), + [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_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3770), - [sym_qualified_type_identifier] = STATE(1377), - [sym_macro_annotation] = STATE(3429), - [sym_identifier] = ACTIONS(3743), - [anon_sym_COLON_COLON] = ACTIONS(3745), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), - }, - [1728] = { - [sym__expression] = STATE(2701), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [sym_template_function] = STATE(2685), + [sym_co_await_expression] = STATE(2685), + [sym_new_expression] = STATE(2685), + [sym_delete_expression] = STATE(2685), + [sym_lambda_expression] = STATE(2685), + [sym_lambda_capture_specifier] = STATE(3523), + [sym_parameter_pack_expansion] = STATE(2685), + [sym_dependent_type_identifier] = STATE(4833), + [sym__scope_resolution] = STATE(3508), + [sym_qualified_identifier] = STATE(2259), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3927), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(3879), - [sym_primitive_type] = ACTIONS(2670), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(2700), + [sym_primitive_type] = ACTIONS(2690), + [anon_sym_default] = ACTIONS(3696), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -287649,164 +272446,168 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3698), [anon_sym_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1729] = { - [sym__expression] = STATE(2143), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), + [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(3929), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [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), }, - [1730] = { - [sym__expression] = STATE(2948), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3931), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -287825,164 +272626,78 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1731] = { - [sym__expression] = STATE(2143), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3933), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), - }, - [1732] = { - [sym__expression] = STATE(2814), - [sym_comma_expression] = STATE(4736), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -288001,252 +272716,168 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1733] = { - [sym_field_declaration_list] = STATE(1322), - [sym__class_name] = STATE(1392), - [sym_virtual_specifier] = STATE(3943), - [sym_base_class_clause] = STATE(4648), + [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_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1392), - [sym_macro_annotation] = STATE(3444), - [sym_identifier] = ACTIONS(3803), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), + [sym_template_function] = STATE(2685), + [sym_co_await_expression] = 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(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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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), }, - [1734] = { - [sym_field_declaration_list] = STATE(1429), - [sym__class_name] = STATE(1355), - [sym_virtual_specifier] = STATE(4025), - [sym_base_class_clause] = STATE(4431), + [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_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3785), - [sym_qualified_type_identifier] = STATE(1355), - [sym_macro_annotation] = STATE(3425), - [sym_identifier] = ACTIONS(3803), - [anon_sym_COLON_COLON] = ACTIONS(2698), - [anon_sym_LBRACE] = ACTIONS(3379), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), - }, - [1735] = { - [sym__expression] = STATE(2954), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [sym_template_function] = STATE(2685), + [sym_co_await_expression] = STATE(2685), + [sym_new_expression] = STATE(2685), + [sym_delete_expression] = STATE(2685), + [sym_lambda_expression] = STATE(2685), + [sym_lambda_capture_specifier] = STATE(3523), + [sym_parameter_pack_expansion] = STATE(2685), + [sym_dependent_type_identifier] = STATE(4833), + [sym__scope_resolution] = STATE(3508), + [sym_qualified_identifier] = STATE(2259), + [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), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3935), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -288265,164 +272896,78 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1736] = { - [sym__expression] = STATE(2858), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym__class_name] = STATE(4315), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(4315), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [sym_identifier] = ACTIONS(3343), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3937), - [anon_sym_LPAREN2] = ACTIONS(3939), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1737] = { - [sym__expression] = STATE(2955), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3941), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), + [anon_sym_default] = ACTIONS(3710), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -288441,79 +272986,81 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), + [anon_sym_template] = ACTIONS(1035), + [anon_sym_delete] = ACTIONS(3712), [anon_sym_co_await] = ACTIONS(135), [anon_sym_new] = ACTIONS(137), [sym_this] = ACTIONS(103), [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1738] = { - [sym__expression] = STATE(2989), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3943), - [anon_sym_COLON_COLON] = ACTIONS(41), + [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), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(3656), + [anon_sym_COLON_COLON] = ACTIONS(3351), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [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), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -288529,76 +273076,78 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1739] = { - [sym__expression] = STATE(2951), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3945), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -288617,79 +273166,81 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1740] = { - [sym__expression] = STATE(2952), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3947), - [anon_sym_COLON_COLON] = ACTIONS(41), + [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), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [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), @@ -288705,76 +273256,77 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1741] = { - [sym__expression] = STATE(2964), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_RPAREN] = ACTIONS(3949), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -288793,76 +273345,77 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1742] = { - [sym__expression] = STATE(2900), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3951), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -288881,252 +273434,166 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1743] = { - [sym_field_declaration_list] = STATE(2535), - [sym__class_name] = STATE(2311), - [sym_virtual_specifier] = STATE(3966), - [sym_base_class_clause] = STATE(4641), - [sym_template_type] = STATE(2444), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3769), - [sym_qualified_type_identifier] = STATE(2311), - [sym_macro_annotation] = STATE(3443), - [sym_identifier] = ACTIONS(3747), - [anon_sym_COLON_COLON] = ACTIONS(3769), - [anon_sym_LBRACE] = ACTIONS(3751), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1744] = { - [sym_field_declaration_list] = STATE(2232), - [sym__class_name] = STATE(2018), - [sym_virtual_specifier] = STATE(3977), - [sym_base_class_clause] = STATE(4625), - [sym_template_type] = STATE(2066), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3762), - [sym_qualified_type_identifier] = STATE(2018), - [sym_macro_annotation] = STATE(3451), - [sym_identifier] = ACTIONS(3759), - [anon_sym_COLON_COLON] = ACTIONS(3761), - [anon_sym_LBRACE] = ACTIONS(3763), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), + [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), }, - [1745] = { - [sym__expression] = STATE(2707), - [sym_comma_expression] = STATE(4502), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -289145,252 +273612,77 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1746] = { - [sym_field_declaration_list] = STATE(1322), - [sym__class_name] = STATE(1272), - [sym_virtual_specifier] = STATE(3943), - [sym_base_class_clause] = STATE(4648), + [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_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3747), - [sym_qualified_type_identifier] = STATE(1272), - [sym_macro_annotation] = STATE(3444), - [sym_identifier] = ACTIONS(3803), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), - }, - [1747] = { - [sym__expression] = STATE(2143), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3953), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), - }, - [1748] = { - [sym__expression] = STATE(3060), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [sym_template_function] = STATE(2685), + [sym_co_await_expression] = STATE(2685), + [sym_new_expression] = STATE(2685), + [sym_delete_expression] = STATE(2685), + [sym_lambda_expression] = STATE(2685), + [sym_lambda_capture_specifier] = STATE(3523), + [sym_parameter_pack_expansion] = STATE(2685), + [sym_dependent_type_identifier] = STATE(4833), + [sym__scope_resolution] = STATE(3508), + [sym_qualified_identifier] = STATE(2259), + [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), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3955), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -289409,164 +273701,77 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1749] = { - [sym__expression] = STATE(2143), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3957), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1750] = { - [sym__expression] = STATE(3010), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3959), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -289585,252 +273790,77 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1751] = { - [sym_field_declaration_list] = STATE(2388), - [sym__class_name] = STATE(2034), - [sym_virtual_specifier] = STATE(3914), - [sym_base_class_clause] = STATE(4459), - [sym_template_type] = STATE(2101), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3777), - [sym_qualified_type_identifier] = STATE(2034), - [sym_macro_annotation] = STATE(3445), - [sym_identifier] = ACTIONS(3787), - [anon_sym_COLON_COLON] = ACTIONS(3789), - [anon_sym_LBRACE] = ACTIONS(3791), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), - }, - [1752] = { - [sym__expression] = STATE(2143), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3961), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1753] = { - [sym__expression] = STATE(2870), - [sym_comma_expression] = STATE(4824), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -289849,76 +273879,77 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1754] = { - [sym__expression] = STATE(3067), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3963), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -289937,76 +273968,77 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1755] = { - [sym__expression] = STATE(2910), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3965), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -290025,164 +274057,77 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1756] = { - [sym_field_declaration_list] = STATE(1429), - [sym__class_name] = STATE(1355), - [sym_virtual_specifier] = STATE(4025), - [sym_base_class_clause] = STATE(4431), + [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_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3751), - [sym_qualified_type_identifier] = STATE(1355), - [sym_macro_annotation] = STATE(3415), - [sym_identifier] = ACTIONS(3775), - [anon_sym_COLON_COLON] = ACTIONS(3777), - [anon_sym_LBRACE] = ACTIONS(3379), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), - }, - [1757] = { - [sym__expression] = STATE(2990), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [sym_template_function] = STATE(2685), + [sym_co_await_expression] = STATE(2685), + [sym_new_expression] = STATE(2685), + [sym_delete_expression] = STATE(2685), + [sym_lambda_expression] = STATE(2685), + [sym_lambda_capture_specifier] = STATE(3523), + [sym_parameter_pack_expansion] = STATE(2685), + [sym_dependent_type_identifier] = STATE(4833), + [sym__scope_resolution] = STATE(3508), + [sym_qualified_identifier] = STATE(2259), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3967), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -290201,74 +274146,342 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1758] = { - [sym__expression] = STATE(2375), - [sym_conditional_expression] = STATE(2402), - [sym_assignment_expression] = STATE(2402), - [sym_pointer_expression] = STATE(2473), - [sym_unary_expression] = STATE(2402), - [sym_binary_expression] = STATE(2402), - [sym_update_expression] = STATE(2402), - [sym_cast_expression] = STATE(2402), - [sym_sizeof_expression] = STATE(2402), - [sym_subscript_expression] = STATE(2473), - [sym_call_expression] = STATE(2473), - [sym_field_expression] = STATE(2473), - [sym_compound_literal_expression] = STATE(2402), - [sym_parenthesized_expression] = STATE(2473), - [sym_char_literal] = STATE(2369), - [sym_concatenated_string] = STATE(2369), - [sym_string_literal] = STATE(1996), - [sym__class_name] = STATE(4300), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2402), - [sym_co_await_expression] = STATE(2402), - [sym_new_expression] = STATE(2402), - [sym_delete_expression] = STATE(2402), - [sym_lambda_expression] = STATE(2402), - [sym_lambda_capture_specifier] = STATE(3457), - [sym_parameter_pack_expansion] = STATE(2402), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2473), - [sym_qualified_type_identifier] = STATE(4300), - [sym_user_defined_literal] = STATE(2402), - [sym__call_macro_with_decl_first_arg] = STATE(2441), + [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_DOT_DOT_DOT] = ACTIONS(3969), - [anon_sym_LPAREN2] = ACTIONS(3971), + [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(2866), - [anon_sym_AMP] = ACTIONS(2866), + [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), @@ -290289,7 +274502,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_false] = ACTIONS(2814), [sym_null] = ACTIONS(2814), [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), + [anon_sym_template] = ACTIONS(1035), [anon_sym_delete] = ACTIONS(2816), [anon_sym_co_await] = ACTIONS(2818), [anon_sym_new] = ACTIONS(2820), @@ -290314,139 +274527,408 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(2822), [sym_raw_string_literal] = ACTIONS(2824), }, - [1759] = { - [sym_field_declaration_list] = STATE(2535), - [sym__class_name] = STATE(2311), - [sym_virtual_specifier] = STATE(3966), - [sym_base_class_clause] = STATE(4641), - [sym_template_type] = STATE(2444), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3764), - [sym_qualified_type_identifier] = STATE(2311), - [sym_macro_annotation] = STATE(3448), - [sym_identifier] = ACTIONS(3747), - [anon_sym_COLON_COLON] = ACTIONS(3749), - [anon_sym_LBRACE] = ACTIONS(3751), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), + [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), }, - [1760] = { - [sym__expression] = STATE(2993), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3973), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -290465,76 +274947,255 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1761] = { - [sym__expression] = STATE(3069), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3975), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -290553,76 +275214,77 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1762] = { - [sym__expression] = STATE(3008), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3977), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -290641,164 +275303,255 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1763] = { - [sym_field_declaration_list] = STATE(2232), - [sym__class_name] = STATE(2018), - [sym_virtual_specifier] = STATE(3977), - [sym_base_class_clause] = STATE(4625), - [sym_template_type] = STATE(2066), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3746), - [sym_qualified_type_identifier] = STATE(2018), - [sym_macro_annotation] = STATE(3424), - [sym_identifier] = ACTIONS(3759), - [anon_sym_COLON_COLON] = ACTIONS(3825), - [anon_sym_LBRACE] = ACTIONS(3763), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), + [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), }, - [1764] = { - [sym__expression] = STATE(3002), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(3979), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -290817,606 +275570,80 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1765] = { - [sym__expression] = STATE(2143), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3981), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), - }, - [1766] = { - [sym_field_declaration_list] = STATE(1322), - [sym__class_name] = STATE(1272), - [sym_virtual_specifier] = STATE(3943), - [sym_base_class_clause] = STATE(4648), - [sym_template_type] = STATE(1271), - [sym_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3766), - [sym_qualified_type_identifier] = STATE(1272), - [sym_macro_annotation] = STATE(3418), - [sym_identifier] = ACTIONS(3741), - [anon_sym_COLON_COLON] = ACTIONS(2502), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), - }, - [1767] = { - [sym__expression] = STATE(2143), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3983), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), - }, - [1768] = { - [sym__expression] = STATE(2143), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3985), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), - }, - [1769] = { - [sym__expression] = STATE(2143), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym_LBRACK] = ACTIONS(2700), - [anon_sym_RBRACK] = ACTIONS(3987), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1770] = { - [sym_field_declaration_list] = STATE(1322), - [sym__class_name] = STATE(1377), - [sym_virtual_specifier] = STATE(3943), - [sym_base_class_clause] = STATE(4648), + [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_dependent_type_identifier] = STATE(4662), - [sym__scope_resolution] = STATE(3737), - [sym_qualified_type_identifier] = STATE(1377), - [sym_macro_annotation] = STATE(3446), - [sym_identifier] = ACTIONS(3815), - [anon_sym_COLON_COLON] = ACTIONS(3817), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_COLON] = ACTIONS(3023), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(3025), - [anon_sym_override] = ACTIONS(3025), - [anon_sym_template] = ACTIONS(1050), - [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), - }, - [1771] = { - [sym__expression] = STATE(2675), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), + [sym_template_function] = STATE(2685), + [sym_co_await_expression] = STATE(2685), + [sym_new_expression] = STATE(2685), + [sym_delete_expression] = STATE(2685), + [sym_lambda_expression] = STATE(2685), + [sym_lambda_capture_specifier] = STATE(3523), + [sym_parameter_pack_expansion] = STATE(2685), + [sym_dependent_type_identifier] = STATE(4833), + [sym__scope_resolution] = STATE(3508), + [sym_qualified_identifier] = STATE(2259), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), + [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), @@ -291432,252 +275659,258 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1772] = { - [sym__expression] = STATE(2199), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [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), }, - [1773] = { - [sym__expression] = STATE(2806), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(3989), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1774] = { - [sym__expression] = STATE(2949), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), + [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), + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), + [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), @@ -291693,75 +275926,77 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1775] = { - [sym__expression] = STATE(2974), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -291780,165 +276015,80 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1776] = { - [sym__expression] = STATE(2144), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym_LBRACK] = ACTIONS(3991), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1777] = { - [sym__expression] = STATE(3048), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), + [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), @@ -291954,75 +276104,166 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1778] = { - [sym__expression] = STATE(2988), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -292041,78 +276282,80 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1779] = { - [sym__expression] = STATE(3020), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), + [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), + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), + [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), @@ -292128,75 +276371,77 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1780] = { - [sym__expression] = STATE(2981), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -292215,78 +276460,80 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1781] = { - [sym__expression] = STATE(2894), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), + [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), + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), + [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), @@ -292302,75 +276549,77 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1782] = { - [sym__expression] = STATE(2668), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -292389,75 +276638,77 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1783] = { - [sym__expression] = STATE(2892), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -292476,162 +276727,77 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1784] = { - [sym__expression] = STATE(2846), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym__class_name] = STATE(4315), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(4315), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(3993), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1785] = { - [sym__expression] = STATE(2871), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -292650,78 +276816,80 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1786] = { - [sym__expression] = STATE(2943), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), + [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), @@ -292737,78 +276905,80 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1787] = { - [sym__expression] = STATE(2685), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [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), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -292824,78 +276994,258 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1788] = { - [sym__expression] = STATE(2909), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), + [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), @@ -292911,75 +277261,77 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1789] = { - [sym__expression] = STATE(2958), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -292998,99 +277350,101 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1790] = { - [sym__expression] = STATE(2397), - [sym_conditional_expression] = STATE(2402), - [sym_assignment_expression] = STATE(2402), - [sym_pointer_expression] = STATE(2473), - [sym_unary_expression] = STATE(2402), - [sym_binary_expression] = STATE(2402), - [sym_update_expression] = STATE(2402), - [sym_cast_expression] = STATE(2402), - [sym_sizeof_expression] = STATE(2402), - [sym_subscript_expression] = STATE(2473), - [sym_call_expression] = STATE(2473), - [sym_field_expression] = STATE(2473), - [sym_compound_literal_expression] = STATE(2402), - [sym_parenthesized_expression] = STATE(2473), - [sym_char_literal] = STATE(2369), - [sym_concatenated_string] = STATE(2369), - [sym_string_literal] = STATE(1996), - [sym__class_name] = STATE(4300), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2402), - [sym_co_await_expression] = STATE(2402), - [sym_new_expression] = STATE(2402), - [sym_delete_expression] = STATE(2402), - [sym_lambda_expression] = STATE(2402), - [sym_lambda_capture_specifier] = STATE(3457), - [sym_parameter_pack_expansion] = STATE(2402), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2473), - [sym_qualified_type_identifier] = STATE(4300), - [sym_user_defined_literal] = STATE(2402), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [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(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2798), - [anon_sym_LBRACK] = ACTIONS(2700), + [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(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(1050), - [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_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), @@ -293108,316 +277462,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), + [sym_raw_string_literal] = ACTIONS(2900), }, - [1791] = { - [sym__expression] = STATE(2399), - [sym_conditional_expression] = STATE(2402), - [sym_assignment_expression] = STATE(2402), - [sym_pointer_expression] = STATE(2473), - [sym_unary_expression] = STATE(2402), - [sym_binary_expression] = STATE(2402), - [sym_update_expression] = STATE(2402), - [sym_cast_expression] = STATE(2402), - [sym_sizeof_expression] = STATE(2402), - [sym_subscript_expression] = STATE(2473), - [sym_call_expression] = STATE(2473), - [sym_field_expression] = STATE(2473), - [sym_compound_literal_expression] = STATE(2402), - [sym_parenthesized_expression] = STATE(2473), - [sym_char_literal] = STATE(2369), - [sym_concatenated_string] = STATE(2369), - [sym_string_literal] = STATE(1996), - [sym__class_name] = STATE(4300), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2402), - [sym_co_await_expression] = STATE(2402), - [sym_new_expression] = STATE(2402), - [sym_delete_expression] = STATE(2402), - [sym_lambda_expression] = STATE(2402), - [sym_lambda_capture_specifier] = STATE(3457), - [sym_parameter_pack_expansion] = STATE(2402), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2473), - [sym_qualified_type_identifier] = STATE(4300), - [sym_user_defined_literal] = STATE(2402), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [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(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2798), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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(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(1050), - [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), - }, - [1792] = { - [sym__expression] = STATE(2371), - [sym_conditional_expression] = STATE(2402), - [sym_assignment_expression] = STATE(2402), - [sym_pointer_expression] = STATE(2473), - [sym_unary_expression] = STATE(2402), - [sym_binary_expression] = STATE(2402), - [sym_update_expression] = STATE(2402), - [sym_cast_expression] = STATE(2402), - [sym_sizeof_expression] = STATE(2402), - [sym_subscript_expression] = STATE(2473), - [sym_call_expression] = STATE(2473), - [sym_field_expression] = STATE(2473), - [sym_compound_literal_expression] = STATE(2402), - [sym_parenthesized_expression] = STATE(2473), - [sym_char_literal] = STATE(2369), - [sym_concatenated_string] = STATE(2369), - [sym_string_literal] = STATE(1996), - [sym__class_name] = STATE(4300), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2402), - [sym_co_await_expression] = STATE(2402), - [sym_new_expression] = STATE(2402), - [sym_delete_expression] = STATE(2402), - [sym_lambda_expression] = STATE(2402), - [sym_lambda_capture_specifier] = STATE(3457), - [sym_parameter_pack_expansion] = STATE(2402), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2473), - [sym_qualified_type_identifier] = STATE(4300), - [sym_user_defined_literal] = STATE(2402), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [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(2866), - [anon_sym_AMP] = ACTIONS(2866), - [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(1050), - [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), - }, - [1793] = { - [sym__expression] = STATE(2400), - [sym_conditional_expression] = STATE(2402), - [sym_assignment_expression] = STATE(2402), - [sym_pointer_expression] = STATE(2473), - [sym_unary_expression] = STATE(2402), - [sym_binary_expression] = STATE(2402), - [sym_update_expression] = STATE(2402), - [sym_cast_expression] = STATE(2402), - [sym_sizeof_expression] = STATE(2402), - [sym_subscript_expression] = STATE(2473), - [sym_call_expression] = STATE(2473), - [sym_field_expression] = STATE(2473), - [sym_compound_literal_expression] = STATE(2402), - [sym_parenthesized_expression] = STATE(2473), - [sym_char_literal] = STATE(2369), - [sym_concatenated_string] = STATE(2369), - [sym_string_literal] = STATE(1996), - [sym__class_name] = STATE(4300), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2402), - [sym_co_await_expression] = STATE(2402), - [sym_new_expression] = STATE(2402), - [sym_delete_expression] = STATE(2402), - [sym_lambda_expression] = STATE(2402), - [sym_lambda_capture_specifier] = STATE(3457), - [sym_parameter_pack_expansion] = STATE(2402), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2473), - [sym_qualified_type_identifier] = STATE(4300), - [sym_user_defined_literal] = STATE(2402), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [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(2866), - [anon_sym_AMP] = ACTIONS(2866), - [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(1050), - [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), - }, - [1794] = { - [sym__expression] = STATE(2973), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), + [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), @@ -293433,249 +277528,166 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1795] = { - [sym__expression] = STATE(2438), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2830), - [anon_sym_BANG] = ACTIONS(2834), - [anon_sym_TILDE] = ACTIONS(2834), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(2838), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2840), - [anon_sym_sizeof] = ACTIONS(2842), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2844), - [anon_sym_co_await] = ACTIONS(2846), - [anon_sym_new] = ACTIONS(2848), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), - }, - [1796] = { - [sym__expression] = STATE(2845), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym__class_name] = STATE(4315), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(4315), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), + [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), }, - [1797] = { - [sym__expression] = STATE(2966), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -293694,597 +277706,77 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1798] = { - [sym__expression] = STATE(2332), - [sym_conditional_expression] = STATE(2402), - [sym_assignment_expression] = STATE(2402), - [sym_pointer_expression] = STATE(2473), - [sym_unary_expression] = STATE(2402), - [sym_binary_expression] = STATE(2402), - [sym_update_expression] = STATE(2402), - [sym_cast_expression] = STATE(2402), - [sym_sizeof_expression] = STATE(2402), - [sym_subscript_expression] = STATE(2473), - [sym_call_expression] = STATE(2473), - [sym_field_expression] = STATE(2473), - [sym_compound_literal_expression] = STATE(2402), - [sym_parenthesized_expression] = STATE(2473), - [sym_char_literal] = STATE(2369), - [sym_concatenated_string] = STATE(2369), - [sym_string_literal] = STATE(1996), - [sym__class_name] = STATE(4300), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2402), - [sym_co_await_expression] = STATE(2402), - [sym_new_expression] = STATE(2402), - [sym_delete_expression] = STATE(2402), - [sym_lambda_expression] = STATE(2402), - [sym_lambda_capture_specifier] = STATE(3457), - [sym_parameter_pack_expansion] = STATE(2402), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2473), - [sym_qualified_type_identifier] = STATE(4300), - [sym_user_defined_literal] = STATE(2402), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [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(2866), - [anon_sym_AMP] = ACTIONS(2866), - [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(1050), - [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), - }, - [1799] = { - [sym__expression] = STATE(2336), - [sym_conditional_expression] = STATE(2402), - [sym_assignment_expression] = STATE(2402), - [sym_pointer_expression] = STATE(2473), - [sym_unary_expression] = STATE(2402), - [sym_binary_expression] = STATE(2402), - [sym_update_expression] = STATE(2402), - [sym_cast_expression] = STATE(2402), - [sym_sizeof_expression] = STATE(2402), - [sym_subscript_expression] = STATE(2473), - [sym_call_expression] = STATE(2473), - [sym_field_expression] = STATE(2473), - [sym_compound_literal_expression] = STATE(2402), - [sym_parenthesized_expression] = STATE(2473), - [sym_char_literal] = STATE(2369), - [sym_concatenated_string] = STATE(2369), - [sym_string_literal] = STATE(1996), - [sym__class_name] = STATE(4300), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2402), - [sym_co_await_expression] = STATE(2402), - [sym_new_expression] = STATE(2402), - [sym_delete_expression] = STATE(2402), - [sym_lambda_expression] = STATE(2402), - [sym_lambda_capture_specifier] = STATE(3457), - [sym_parameter_pack_expansion] = STATE(2402), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2473), - [sym_qualified_type_identifier] = STATE(4300), - [sym_user_defined_literal] = STATE(2402), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [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(2866), - [anon_sym_AMP] = ACTIONS(2866), - [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(1050), - [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), - }, - [1800] = { - [sym__expression] = STATE(2349), - [sym_conditional_expression] = STATE(2402), - [sym_assignment_expression] = STATE(2402), - [sym_pointer_expression] = STATE(2473), - [sym_unary_expression] = STATE(2402), - [sym_binary_expression] = STATE(2402), - [sym_update_expression] = STATE(2402), - [sym_cast_expression] = STATE(2402), - [sym_sizeof_expression] = STATE(2402), - [sym_subscript_expression] = STATE(2473), - [sym_call_expression] = STATE(2473), - [sym_field_expression] = STATE(2473), - [sym_compound_literal_expression] = STATE(2402), - [sym_parenthesized_expression] = STATE(2473), - [sym_char_literal] = STATE(2369), - [sym_concatenated_string] = STATE(2369), - [sym_string_literal] = STATE(1996), - [sym__class_name] = STATE(4300), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2402), - [sym_co_await_expression] = STATE(2402), - [sym_new_expression] = STATE(2402), - [sym_delete_expression] = STATE(2402), - [sym_lambda_expression] = STATE(2402), - [sym_lambda_capture_specifier] = STATE(3457), - [sym_parameter_pack_expansion] = STATE(2402), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2473), - [sym_qualified_type_identifier] = STATE(4300), - [sym_user_defined_literal] = STATE(2402), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [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(2866), - [anon_sym_AMP] = ACTIONS(2866), - [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(1050), - [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), - }, - [1801] = { - [sym__expression] = STATE(2322), - [sym_conditional_expression] = STATE(2402), - [sym_assignment_expression] = STATE(2402), - [sym_pointer_expression] = STATE(2473), - [sym_unary_expression] = STATE(2402), - [sym_binary_expression] = STATE(2402), - [sym_update_expression] = STATE(2402), - [sym_cast_expression] = STATE(2402), - [sym_sizeof_expression] = STATE(2402), - [sym_subscript_expression] = STATE(2473), - [sym_call_expression] = STATE(2473), - [sym_field_expression] = STATE(2473), - [sym_compound_literal_expression] = STATE(2402), - [sym_parenthesized_expression] = STATE(2473), - [sym_char_literal] = STATE(2369), - [sym_concatenated_string] = STATE(2369), - [sym_string_literal] = STATE(1996), - [sym__class_name] = STATE(4300), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2402), - [sym_co_await_expression] = STATE(2402), - [sym_new_expression] = STATE(2402), - [sym_delete_expression] = STATE(2402), - [sym_lambda_expression] = STATE(2402), - [sym_lambda_capture_specifier] = STATE(3457), - [sym_parameter_pack_expansion] = STATE(2402), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2473), - [sym_qualified_type_identifier] = STATE(4300), - [sym_user_defined_literal] = STATE(2402), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [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(2866), - [anon_sym_AMP] = ACTIONS(2866), - [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(1050), - [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), - }, - [1802] = { - [sym__expression] = STATE(2363), - [sym_conditional_expression] = STATE(2402), - [sym_assignment_expression] = STATE(2402), - [sym_pointer_expression] = STATE(2473), - [sym_unary_expression] = STATE(2402), - [sym_binary_expression] = STATE(2402), - [sym_update_expression] = STATE(2402), - [sym_cast_expression] = STATE(2402), - [sym_sizeof_expression] = STATE(2402), - [sym_subscript_expression] = STATE(2473), - [sym_call_expression] = STATE(2473), - [sym_field_expression] = STATE(2473), - [sym_compound_literal_expression] = STATE(2402), - [sym_parenthesized_expression] = STATE(2473), - [sym_char_literal] = STATE(2369), - [sym_concatenated_string] = STATE(2369), - [sym_string_literal] = STATE(1996), - [sym__class_name] = STATE(4300), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2402), - [sym_co_await_expression] = STATE(2402), - [sym_new_expression] = STATE(2402), - [sym_delete_expression] = STATE(2402), - [sym_lambda_expression] = STATE(2402), - [sym_lambda_capture_specifier] = STATE(3457), - [sym_parameter_pack_expansion] = STATE(2402), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2473), - [sym_qualified_type_identifier] = STATE(4300), - [sym_user_defined_literal] = STATE(2402), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [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(2866), - [anon_sym_AMP] = ACTIONS(2866), - [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(1050), - [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), - }, - [1803] = { - [sym__expression] = STATE(2365), - [sym_conditional_expression] = STATE(2402), - [sym_assignment_expression] = STATE(2402), - [sym_pointer_expression] = STATE(2473), - [sym_unary_expression] = STATE(2402), - [sym_binary_expression] = STATE(2402), - [sym_update_expression] = STATE(2402), - [sym_cast_expression] = STATE(2402), - [sym_sizeof_expression] = STATE(2402), - [sym_subscript_expression] = STATE(2473), - [sym_call_expression] = STATE(2473), - [sym_field_expression] = STATE(2473), - [sym_compound_literal_expression] = STATE(2402), - [sym_parenthesized_expression] = STATE(2473), - [sym_char_literal] = STATE(2369), - [sym_concatenated_string] = STATE(2369), - [sym_string_literal] = STATE(1996), - [sym__class_name] = STATE(4300), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2402), - [sym_co_await_expression] = STATE(2402), - [sym_new_expression] = STATE(2402), - [sym_delete_expression] = STATE(2402), - [sym_lambda_expression] = STATE(2402), - [sym_lambda_capture_specifier] = STATE(3457), - [sym_parameter_pack_expansion] = STATE(2402), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2473), - [sym_qualified_type_identifier] = STATE(4300), - [sym_user_defined_literal] = STATE(2402), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [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(2866), - [anon_sym_AMP] = ACTIONS(2866), - [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(1050), - [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_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1804] = { - [sym__expression] = STATE(2669), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [anon_sym_STAR] = ACTIONS(3754), + [anon_sym_AMP_AMP] = ACTIONS(3754), + [anon_sym_AMP] = ACTIONS(3756), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), + [anon_sym_LBRACE] = ACTIONS(3754), + [anon_sym_LBRACK] = ACTIONS(3754), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -294303,78 +277795,169 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1805] = { - [sym__expression] = STATE(2896), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), + [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), + [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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), + [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), @@ -294390,75 +277973,700 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1806] = { - [sym__expression] = STATE(2913), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -294477,78 +278685,80 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1807] = { - [sym__expression] = STATE(2682), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(3995), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [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), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -294564,78 +278774,258 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [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_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1808] = { - [sym__expression] = STATE(2669), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3997), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [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), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -294651,78 +279041,80 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [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_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1809] = { - [sym__expression] = STATE(3047), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), + [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), [sym_number_literal] = ACTIONS(97), [anon_sym_L_SQUOTE] = ACTIONS(99), [anon_sym_u_SQUOTE] = ACTIONS(99), @@ -294738,948 +279130,258 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [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_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1810] = { - [sym__expression] = STATE(2833), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym__class_name] = STATE(4315), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(4315), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), - }, - [1811] = { - [sym__expression] = STATE(2830), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym__class_name] = STATE(4315), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(4315), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), - }, - [1812] = { - [sym__expression] = STATE(2815), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym__class_name] = STATE(4315), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(4315), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), - }, - [1813] = { - [sym__expression] = STATE(2827), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym__class_name] = STATE(4315), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(4315), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), - }, - [1814] = { - [sym__expression] = STATE(2826), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym__class_name] = STATE(4315), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(4315), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), - }, - [1815] = { - [sym__expression] = STATE(2825), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym__class_name] = STATE(4315), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(4315), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), - }, - [1816] = { - [sym__expression] = STATE(2824), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym__class_name] = STATE(4315), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(4315), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), - }, - [1817] = { - [sym__expression] = STATE(2823), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym__class_name] = STATE(4315), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(4315), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1818] = { - [sym__expression] = STATE(2819), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym__class_name] = STATE(4315), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(4315), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), + [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), + [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), }, - [1819] = { - [sym__expression] = STATE(2818), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym__class_name] = STATE(4315), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(4315), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), + [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), + [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), }, - [1820] = { - [sym__expression] = STATE(2854), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), + [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), @@ -295695,75 +279397,77 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1821] = { - [sym__expression] = STATE(2916), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -295782,75 +279486,77 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1822] = { - [sym__expression] = STATE(2920), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -295869,78 +279575,80 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1823] = { - [sym__expression] = STATE(2895), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), + [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), @@ -295956,78 +279664,80 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1824] = { - [sym__expression] = STATE(2772), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), + [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), @@ -296043,78 +279753,169 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1825] = { - [sym__expression] = STATE(2703), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), + [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), @@ -296130,78 +279931,80 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1826] = { - [sym__expression] = STATE(2809), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), + [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), @@ -296217,75 +280020,77 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1827] = { - [sym__expression] = STATE(2915), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -296304,75 +280109,77 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1828] = { - [sym__expression] = STATE(2893), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -296391,165 +280198,80 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1829] = { - [sym__expression] = STATE(2796), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym__class_name] = STATE(4315), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(4315), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1830] = { - [sym__expression] = STATE(3055), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), + [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), @@ -296565,75 +280287,166 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1831] = { - [sym__expression] = STATE(2922), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [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), + }, + [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), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -296652,78 +280465,169 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1832] = { - [sym__expression] = STATE(2852), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), + [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), + [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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), + [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), @@ -296739,81 +280643,83 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1833] = { - [sym__expression] = STATE(3062), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), [anon_sym_U_SQUOTE] = ACTIONS(99), [anon_sym_u8_SQUOTE] = ACTIONS(99), [anon_sym_SQUOTE] = ACTIONS(99), @@ -296826,78 +280732,347 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1834] = { - [sym__expression] = STATE(2842), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), + [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), @@ -296913,78 +281088,258 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1835] = { - [sym__expression] = STATE(2848), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), + [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_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), + }, + [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), + [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_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(3754), + [anon_sym_LBRACK] = ACTIONS(3754), + [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), @@ -297000,78 +281355,80 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1836] = { - [sym__expression] = STATE(3000), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), + [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), @@ -297087,75 +281444,77 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1837] = { - [sym__expression] = STATE(2957), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -297174,78 +281533,80 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1838] = { - [sym__expression] = STATE(3066), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), + [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), + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), + [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), @@ -297261,75 +281622,77 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1839] = { - [sym__expression] = STATE(2960), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -297348,78 +281711,80 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1840] = { - [sym__expression] = STATE(2851), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), + [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), @@ -297435,162 +281800,77 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1841] = { - [sym__expression] = STATE(2348), - [sym_conditional_expression] = STATE(2402), - [sym_assignment_expression] = STATE(2402), - [sym_pointer_expression] = STATE(2473), - [sym_unary_expression] = STATE(2402), - [sym_binary_expression] = STATE(2402), - [sym_update_expression] = STATE(2402), - [sym_cast_expression] = STATE(2402), - [sym_sizeof_expression] = STATE(2402), - [sym_subscript_expression] = STATE(2473), - [sym_call_expression] = STATE(2473), - [sym_field_expression] = STATE(2473), - [sym_compound_literal_expression] = STATE(2402), - [sym_parenthesized_expression] = STATE(2473), - [sym_char_literal] = STATE(2369), - [sym_concatenated_string] = STATE(2369), - [sym_string_literal] = STATE(1996), - [sym__class_name] = STATE(4300), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2402), - [sym_co_await_expression] = STATE(2402), - [sym_new_expression] = STATE(2402), - [sym_delete_expression] = STATE(2402), - [sym_lambda_expression] = STATE(2402), - [sym_lambda_capture_specifier] = STATE(3457), - [sym_parameter_pack_expansion] = STATE(2402), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2473), - [sym_qualified_type_identifier] = STATE(4300), - [sym_user_defined_literal] = STATE(2402), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [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(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2798), - [anon_sym_LBRACK] = ACTIONS(3999), - [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(1050), - [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_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1842] = { - [sym__expression] = STATE(2701), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(3879), - [sym_primitive_type] = ACTIONS(2670), + [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), @@ -297609,75 +281889,166 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1843] = { - [sym__expression] = STATE(2696), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -297696,162 +282067,166 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1844] = { - [sym__expression] = STATE(2850), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym__class_name] = STATE(4315), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(4315), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), + [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), + [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), }, - [1845] = { - [sym__expression] = STATE(2861), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -297870,249 +282245,77 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1846] = { - [sym__expression] = STATE(2429), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2830), - [anon_sym_BANG] = ACTIONS(2834), - [anon_sym_TILDE] = ACTIONS(2834), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(2838), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2840), - [anon_sym_sizeof] = ACTIONS(2842), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2844), - [anon_sym_co_await] = ACTIONS(2846), - [anon_sym_new] = ACTIONS(2848), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), - }, - [1847] = { - [sym__expression] = STATE(2759), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym__class_name] = STATE(4315), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(4315), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(4001), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1848] = { - [sym__expression] = STATE(2902), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -298131,252 +282334,169 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1849] = { - [sym__expression] = STATE(2217), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1850] = { - [sym__expression] = STATE(2219), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym_LBRACK] = ACTIONS(4003), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [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), + [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), }, - [1851] = { - [sym__expression] = STATE(3044), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), + [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), @@ -298392,165 +282512,80 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1852] = { - [sym__expression] = STATE(2428), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2830), - [anon_sym_BANG] = ACTIONS(2834), - [anon_sym_TILDE] = ACTIONS(2834), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(2838), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2840), - [anon_sym_sizeof] = ACTIONS(2842), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2844), - [anon_sym_co_await] = ACTIONS(2846), - [anon_sym_new] = ACTIONS(2848), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1853] = { - [sym__expression] = STATE(3001), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), + [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), @@ -298566,249 +282601,164 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1854] = { - [sym__expression] = STATE(2325), - [sym_conditional_expression] = STATE(2402), - [sym_assignment_expression] = STATE(2402), - [sym_pointer_expression] = STATE(2473), - [sym_unary_expression] = STATE(2402), - [sym_binary_expression] = STATE(2402), - [sym_update_expression] = STATE(2402), - [sym_cast_expression] = STATE(2402), - [sym_sizeof_expression] = STATE(2402), - [sym_subscript_expression] = STATE(2473), - [sym_call_expression] = STATE(2473), - [sym_field_expression] = STATE(2473), - [sym_compound_literal_expression] = STATE(2402), - [sym_parenthesized_expression] = STATE(2473), - [sym_char_literal] = STATE(2369), - [sym_concatenated_string] = STATE(2369), - [sym_string_literal] = STATE(1996), - [sym__class_name] = STATE(4300), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2402), - [sym_co_await_expression] = STATE(2402), - [sym_new_expression] = STATE(2402), - [sym_delete_expression] = STATE(2402), - [sym_lambda_expression] = STATE(2402), - [sym_lambda_capture_specifier] = STATE(3457), - [sym_parameter_pack_expansion] = STATE(2402), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2473), - [sym_qualified_type_identifier] = STATE(4300), - [sym_user_defined_literal] = STATE(2402), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [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(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2798), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [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(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(1050), - [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), - }, - [1855] = { - [sym__expression] = STATE(2361), - [sym_conditional_expression] = STATE(2402), - [sym_assignment_expression] = STATE(2402), - [sym_pointer_expression] = STATE(2473), - [sym_unary_expression] = STATE(2402), - [sym_binary_expression] = STATE(2402), - [sym_update_expression] = STATE(2402), - [sym_cast_expression] = STATE(2402), - [sym_sizeof_expression] = STATE(2402), - [sym_subscript_expression] = STATE(2473), - [sym_call_expression] = STATE(2473), - [sym_field_expression] = STATE(2473), - [sym_compound_literal_expression] = STATE(2402), - [sym_parenthesized_expression] = STATE(2473), - [sym_char_literal] = STATE(2369), - [sym_concatenated_string] = STATE(2369), - [sym_string_literal] = STATE(1996), - [sym__class_name] = STATE(4300), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2402), - [sym_co_await_expression] = STATE(2402), - [sym_new_expression] = STATE(2402), - [sym_delete_expression] = STATE(2402), - [sym_lambda_expression] = STATE(2402), - [sym_lambda_capture_specifier] = STATE(3457), - [sym_parameter_pack_expansion] = STATE(2402), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2473), - [sym_qualified_type_identifier] = STATE(4300), - [sym_user_defined_literal] = STATE(2402), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [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(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2798), - [anon_sym_LBRACK] = ACTIONS(4005), - [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_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_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [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_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), }, - [1856] = { - [sym__expression] = STATE(2832), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -298827,75 +282777,76 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1857] = { - [sym__expression] = STATE(2882), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -298914,162 +282865,76 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1858] = { - [sym__expression] = STATE(2884), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym__class_name] = STATE(4315), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(4315), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1859] = { - [sym__expression] = STATE(2681), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(3850), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -299088,162 +282953,164 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1860] = { - [sym__expression] = STATE(2426), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2830), - [anon_sym_BANG] = ACTIONS(2834), - [anon_sym_TILDE] = ACTIONS(2834), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(2838), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2840), - [anon_sym_sizeof] = ACTIONS(2842), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2844), - [anon_sym_co_await] = ACTIONS(2846), - [anon_sym_new] = ACTIONS(2848), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [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), }, - [1861] = { - [sym__expression] = STATE(2677), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -299262,423 +283129,164 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1862] = { - [sym__expression] = STATE(2327), - [sym_conditional_expression] = STATE(2402), - [sym_assignment_expression] = STATE(2402), - [sym_pointer_expression] = STATE(2473), - [sym_unary_expression] = STATE(2402), - [sym_binary_expression] = STATE(2402), - [sym_update_expression] = STATE(2402), - [sym_cast_expression] = STATE(2402), - [sym_sizeof_expression] = STATE(2402), - [sym_subscript_expression] = STATE(2473), - [sym_call_expression] = STATE(2473), - [sym_field_expression] = STATE(2473), - [sym_compound_literal_expression] = STATE(2402), - [sym_parenthesized_expression] = STATE(2473), - [sym_char_literal] = STATE(2369), - [sym_concatenated_string] = STATE(2369), - [sym_string_literal] = STATE(1996), - [sym__class_name] = STATE(4300), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2402), - [sym_co_await_expression] = STATE(2402), - [sym_new_expression] = STATE(2402), - [sym_delete_expression] = STATE(2402), - [sym_lambda_expression] = STATE(2402), - [sym_lambda_capture_specifier] = STATE(3457), - [sym_parameter_pack_expansion] = STATE(2402), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2473), - [sym_qualified_type_identifier] = STATE(4300), - [sym_user_defined_literal] = STATE(2402), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [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(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2798), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [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(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(1050), - [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), - }, - [1863] = { - [sym__expression] = STATE(2324), - [sym_conditional_expression] = STATE(2402), - [sym_assignment_expression] = STATE(2402), - [sym_pointer_expression] = STATE(2473), - [sym_unary_expression] = STATE(2402), - [sym_binary_expression] = STATE(2402), - [sym_update_expression] = STATE(2402), - [sym_cast_expression] = STATE(2402), - [sym_sizeof_expression] = STATE(2402), - [sym_subscript_expression] = STATE(2473), - [sym_call_expression] = STATE(2473), - [sym_field_expression] = STATE(2473), - [sym_compound_literal_expression] = STATE(2402), - [sym_parenthesized_expression] = STATE(2473), - [sym_char_literal] = STATE(2369), - [sym_concatenated_string] = STATE(2369), - [sym_string_literal] = STATE(1996), - [sym__class_name] = STATE(4300), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2402), - [sym_co_await_expression] = STATE(2402), - [sym_new_expression] = STATE(2402), - [sym_delete_expression] = STATE(2402), - [sym_lambda_expression] = STATE(2402), - [sym_lambda_capture_specifier] = STATE(3457), - [sym_parameter_pack_expansion] = STATE(2402), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2473), - [sym_qualified_type_identifier] = STATE(4300), - [sym_user_defined_literal] = STATE(2402), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [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(2866), - [anon_sym_AMP] = ACTIONS(2866), - [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(1050), - [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), - }, - [1864] = { - [sym__expression] = STATE(2347), - [sym_conditional_expression] = STATE(2402), - [sym_assignment_expression] = STATE(2402), - [sym_pointer_expression] = STATE(2473), - [sym_unary_expression] = STATE(2402), - [sym_binary_expression] = STATE(2402), - [sym_update_expression] = STATE(2402), - [sym_cast_expression] = STATE(2402), - [sym_sizeof_expression] = STATE(2402), - [sym_subscript_expression] = STATE(2473), - [sym_call_expression] = STATE(2473), - [sym_field_expression] = STATE(2473), - [sym_compound_literal_expression] = STATE(2402), - [sym_parenthesized_expression] = STATE(2473), - [sym_char_literal] = STATE(2369), - [sym_concatenated_string] = STATE(2369), - [sym_string_literal] = STATE(1996), - [sym__class_name] = STATE(4300), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2402), - [sym_co_await_expression] = STATE(2402), - [sym_new_expression] = STATE(2402), - [sym_delete_expression] = STATE(2402), - [sym_lambda_expression] = STATE(2402), - [sym_lambda_capture_specifier] = STATE(3457), - [sym_parameter_pack_expansion] = STATE(2402), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2473), - [sym_qualified_type_identifier] = STATE(4300), - [sym_user_defined_literal] = STATE(2402), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [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(2866), - [anon_sym_AMP] = ACTIONS(2866), - [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_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_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [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), - }, - [1865] = { - [sym__expression] = STATE(2417), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2830), - [anon_sym_BANG] = ACTIONS(2834), - [anon_sym_TILDE] = ACTIONS(2834), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(2838), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2840), - [anon_sym_sizeof] = ACTIONS(2842), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2844), - [anon_sym_co_await] = ACTIONS(2846), - [anon_sym_new] = ACTIONS(2848), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [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), }, - [1866] = { - [sym__expression] = STATE(2928), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -299697,78 +283305,167 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1867] = { - [sym__expression] = STATE(2904), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), + [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), + [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), + }, + [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), + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), + [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), @@ -299784,75 +283481,76 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1868] = { - [sym__expression] = STATE(2695), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -299871,75 +283569,76 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1869] = { - [sym__expression] = STATE(2692), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -299958,252 +283657,79 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1870] = { - [sym__expression] = STATE(2860), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym__class_name] = STATE(4315), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(4315), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), - }, - [1871] = { - [sym__expression] = STATE(2770), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym__class_name] = STATE(4315), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(4315), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1872] = { - [sym__expression] = STATE(3043), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), + [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), @@ -300219,75 +283745,164 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1873] = { - [sym__expression] = STATE(2686), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -300306,75 +283921,76 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1874] = { - [sym__expression] = STATE(2961), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -300393,249 +284009,76 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1875] = { - [sym__expression] = STATE(2416), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2830), - [anon_sym_BANG] = ACTIONS(2834), - [anon_sym_TILDE] = ACTIONS(2834), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(2838), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2840), - [anon_sym_sizeof] = ACTIONS(2842), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2844), - [anon_sym_co_await] = ACTIONS(2846), - [anon_sym_new] = ACTIONS(2848), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), - }, - [1876] = { - [sym__expression] = STATE(2403), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2830), - [anon_sym_BANG] = ACTIONS(2834), - [anon_sym_TILDE] = ACTIONS(2834), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(2838), - [anon_sym_LBRACK] = ACTIONS(4007), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2840), - [anon_sym_sizeof] = ACTIONS(2842), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2844), - [anon_sym_co_await] = ACTIONS(2846), - [anon_sym_new] = ACTIONS(2848), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1877] = { - [sym__expression] = STATE(3023), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -300654,75 +284097,76 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1878] = { - [sym__expression] = STATE(2683), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -300741,249 +284185,164 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1879] = { - [sym__expression] = STATE(2941), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), - [anon_sym_LBRACK] = ACTIONS(4009), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1880] = { - [sym__expression] = STATE(2415), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2830), - [anon_sym_BANG] = ACTIONS(2834), - [anon_sym_TILDE] = ACTIONS(2834), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(2838), + [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), + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2840), - [anon_sym_sizeof] = ACTIONS(2842), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2844), - [anon_sym_co_await] = ACTIONS(2846), - [anon_sym_new] = ACTIONS(2848), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [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), }, - [1881] = { - [sym__expression] = STATE(2697), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -301002,78 +284361,79 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1882] = { - [sym__expression] = STATE(3042), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), + [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), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [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_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), + [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), @@ -301089,249 +284449,340 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1883] = { - [sym__expression] = STATE(2865), - [sym_conditional_expression] = STATE(2905), - [sym_assignment_expression] = STATE(2905), - [sym_pointer_expression] = STATE(2455), - [sym_unary_expression] = STATE(2905), - [sym_binary_expression] = STATE(2905), - [sym_update_expression] = STATE(2905), - [sym_cast_expression] = STATE(2905), - [sym_sizeof_expression] = STATE(2905), - [sym_subscript_expression] = STATE(2455), - [sym_call_expression] = STATE(2455), - [sym_field_expression] = STATE(2455), - [sym_compound_literal_expression] = STATE(2905), - [sym_parenthesized_expression] = STATE(2455), - [sym_char_literal] = STATE(2872), - [sym_concatenated_string] = STATE(2872), - [sym_string_literal] = STATE(2486), - [sym__class_name] = STATE(4315), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2905), - [sym_co_await_expression] = STATE(2905), - [sym_new_expression] = STATE(2905), - [sym_delete_expression] = STATE(2905), - [sym_lambda_expression] = STATE(2905), - [sym_lambda_capture_specifier] = STATE(3459), - [sym_parameter_pack_expansion] = STATE(2905), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2455), - [sym_qualified_type_identifier] = STATE(4315), - [sym_user_defined_literal] = STATE(2905), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [sym_identifier] = ACTIONS(3343), - [anon_sym_LPAREN2] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2862), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2868), + [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), - [sym_primitive_type] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_sizeof] = ACTIONS(2884), - [sym_number_literal] = ACTIONS(2886), - [anon_sym_L_SQUOTE] = ACTIONS(2888), - [anon_sym_u_SQUOTE] = ACTIONS(2888), - [anon_sym_U_SQUOTE] = ACTIONS(2888), - [anon_sym_u8_SQUOTE] = ACTIONS(2888), - [anon_sym_SQUOTE] = ACTIONS(2888), - [anon_sym_L_DQUOTE] = ACTIONS(2890), - [anon_sym_u_DQUOTE] = ACTIONS(2890), - [anon_sym_U_DQUOTE] = ACTIONS(2890), - [anon_sym_u8_DQUOTE] = ACTIONS(2890), - [anon_sym_DQUOTE] = ACTIONS(2890), - [sym_true] = ACTIONS(2892), - [sym_false] = ACTIONS(2892), - [sym_null] = ACTIONS(2892), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2902), - [anon_sym_co_await] = ACTIONS(2904), - [anon_sym_new] = ACTIONS(2906), - [sym_this] = ACTIONS(2892), - [sym_nullptr] = ACTIONS(2892), - [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(2908), + [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), + [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), }, - [1884] = { - [sym__expression] = STATE(2829), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1885] = { - [sym__expression] = STATE(2687), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + }, + [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), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -301350,78 +284801,79 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1886] = { - [sym__expression] = STATE(2650), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), + [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), @@ -301437,75 +284889,164 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1887] = { - [sym__expression] = STATE(2650), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [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), + [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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -301524,75 +285065,340 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1888] = { - [sym__expression] = STATE(3056), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [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), + }, + [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), + [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_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), + }, + [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), + [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(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), + [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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -301611,75 +285417,76 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1889] = { - [sym__expression] = STATE(2691), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2700), - [sym_primitive_type] = ACTIONS(2670), + [anon_sym_LBRACK] = ACTIONS(3898), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -301698,78 +285505,167 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1890] = { - [sym__expression] = STATE(3012), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), + [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), + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [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), + [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), + }, + [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), @@ -301785,75 +285681,76 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [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_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1891] = { - [sym__expression] = STATE(3016), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -301872,75 +285769,252 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1892] = { - [sym__expression] = STATE(2800), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [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), + }, + [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), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -301959,165 +286033,79 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1893] = { - [sym__expression] = STATE(2411), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2830), - [anon_sym_BANG] = ACTIONS(2834), - [anon_sym_TILDE] = ACTIONS(2834), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(2838), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2840), - [anon_sym_sizeof] = ACTIONS(2842), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2844), - [anon_sym_co_await] = ACTIONS(2846), - [anon_sym_new] = ACTIONS(2848), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), - }, - [1894] = { - [sym__expression] = STATE(2669), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), + [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), @@ -302133,252 +286121,167 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1895] = { - [sym__expression] = STATE(2138), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1896] = { - [sym__expression] = STATE(3076), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(101), - [anon_sym_DQUOTE] = ACTIONS(101), - [sym_true] = ACTIONS(103), - [sym_false] = ACTIONS(103), - [sym_null] = ACTIONS(103), + [sym_primitive_type] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1897] = { - [sym__expression] = STATE(3063), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), + [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), @@ -302394,78 +286297,167 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1898] = { - [sym__expression] = STATE(2841), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), + [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), + [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), + }, + [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), + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), + [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), @@ -302481,75 +286473,76 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1899] = { - [sym__expression] = STATE(2773), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -302568,162 +286561,604 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1900] = { - [sym__expression] = STATE(2143), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), + [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), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [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), }, - [1901] = { - [sym__expression] = STATE(2803), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [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(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), + [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), + }, + [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), + [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(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), + [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), + }, + [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), + }, + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -302742,165 +287177,79 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1902] = { - [sym__expression] = STATE(2410), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2830), - [anon_sym_BANG] = ACTIONS(2834), - [anon_sym_TILDE] = ACTIONS(2834), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(2838), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2840), - [anon_sym_sizeof] = ACTIONS(2842), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2844), - [anon_sym_co_await] = ACTIONS(2846), - [anon_sym_new] = ACTIONS(2848), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1903] = { - [sym__expression] = STATE(2760), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(3928), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), + [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), @@ -302916,78 +287265,79 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1904] = { - [sym__expression] = STATE(3081), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(3930), + [anon_sym_COLON_COLON] = ACTIONS(41), + [anon_sym_LBRACK] = ACTIONS(3898), + [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), @@ -303003,78 +287353,79 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1905] = { - [sym__expression] = STATE(2879), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), - [anon_sym_LBRACK] = ACTIONS(4011), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(3932), + [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), @@ -303090,78 +287441,79 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_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(2668), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(3934), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), + [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), @@ -303177,252 +287529,79 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1907] = { - [sym__expression] = STATE(2409), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2830), - [anon_sym_BANG] = ACTIONS(2834), - [anon_sym_TILDE] = ACTIONS(2834), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(2838), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2840), - [anon_sym_sizeof] = ACTIONS(2842), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2844), - [anon_sym_co_await] = ACTIONS(2846), - [anon_sym_new] = ACTIONS(2848), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1908] = { - [sym__expression] = STATE(2407), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2830), - [anon_sym_BANG] = ACTIONS(2834), - [anon_sym_TILDE] = ACTIONS(2834), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(2838), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2840), - [anon_sym_sizeof] = ACTIONS(2842), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2844), - [anon_sym_co_await] = ACTIONS(2846), - [anon_sym_new] = ACTIONS(2848), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), - }, - [1909] = { - [sym__expression] = STATE(2843), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), + [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), @@ -303438,162 +287617,76 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1910] = { - [sym__expression] = STATE(2187), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1911] = { - [sym__expression] = STATE(2675), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -303612,99 +287705,188 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1912] = { - [sym__expression] = STATE(2352), - [sym_conditional_expression] = STATE(2402), - [sym_assignment_expression] = STATE(2402), - [sym_pointer_expression] = STATE(2473), - [sym_unary_expression] = STATE(2402), - [sym_binary_expression] = STATE(2402), - [sym_update_expression] = STATE(2402), - [sym_cast_expression] = STATE(2402), - [sym_sizeof_expression] = STATE(2402), - [sym_subscript_expression] = STATE(2473), - [sym_call_expression] = STATE(2473), - [sym_field_expression] = STATE(2473), - [sym_compound_literal_expression] = STATE(2402), - [sym_parenthesized_expression] = STATE(2473), - [sym_char_literal] = STATE(2369), - [sym_concatenated_string] = STATE(2369), - [sym_string_literal] = STATE(1996), - [sym__class_name] = STATE(4300), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2402), - [sym_co_await_expression] = STATE(2402), - [sym_new_expression] = STATE(2402), - [sym_delete_expression] = STATE(2402), - [sym_lambda_expression] = STATE(2402), - [sym_lambda_capture_specifier] = STATE(3457), - [sym_parameter_pack_expansion] = STATE(2402), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3493), - [sym_qualified_identifier] = STATE(2473), - [sym_qualified_type_identifier] = STATE(4300), - [sym_user_defined_literal] = STATE(2402), - [sym__call_macro_with_decl_first_arg] = STATE(2441), - [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(2866), - [anon_sym_AMP] = ACTIONS(2866), - [anon_sym_COLON_COLON] = ACTIONS(2798), + [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), + [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(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), + [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), + }, + [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(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(1050), - [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_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), @@ -303722,52 +287904,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), + [sym_raw_string_literal] = ACTIONS(2900), }, - [1913] = { - [sym__expression] = STATE(2931), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(3944), [anon_sym_COLON_COLON] = ACTIONS(41), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), + [anon_sym_LBRACK] = ACTIONS(3898), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -303786,510 +287969,868 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1914] = { - [sym__expression] = STATE(3007), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), - [sym_number_literal] = ACTIONS(97), - [anon_sym_L_SQUOTE] = ACTIONS(99), - [anon_sym_u_SQUOTE] = ACTIONS(99), - [anon_sym_U_SQUOTE] = ACTIONS(99), - [anon_sym_u8_SQUOTE] = ACTIONS(99), - [anon_sym_SQUOTE] = ACTIONS(99), - [anon_sym_L_DQUOTE] = ACTIONS(101), - [anon_sym_u_DQUOTE] = ACTIONS(101), - [anon_sym_U_DQUOTE] = ACTIONS(101), - [anon_sym_u8_DQUOTE] = ACTIONS(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(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), - [sym_this] = ACTIONS(103), - [sym_nullptr] = ACTIONS(103), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [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), }, - [1915] = { - [sym__expression] = STATE(2189), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), + [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), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [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), }, - [1916] = { - [sym__expression] = STATE(2191), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), + [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), + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [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), + [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), }, - [1917] = { - [sym__expression] = STATE(2184), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(4013), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), + [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), + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [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), + [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), }, - [1918] = { - [sym__expression] = STATE(2450), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2830), - [anon_sym_BANG] = ACTIONS(2834), - [anon_sym_TILDE] = ACTIONS(2834), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(2838), + [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), + }, + [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), + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2840), - [anon_sym_sizeof] = ACTIONS(2842), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2844), - [anon_sym_co_await] = ACTIONS(2846), - [anon_sym_new] = ACTIONS(2848), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [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), + [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), }, - [1919] = { - [sym__expression] = STATE(2889), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + }, + [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), + [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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -304308,165 +288849,167 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1920] = { - [sym__expression] = STATE(2184), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), + [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), + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [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), + [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), }, - [1921] = { - [sym__expression] = STATE(3005), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(25), + [anon_sym_PLUS] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(3958), + [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), + [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), @@ -304482,162 +289025,76 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1922] = { - [sym__expression] = STATE(2149), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1923] = { - [sym__expression] = STATE(2821), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(3960), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -304656,75 +289113,76 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1924] = { - [sym__expression] = STATE(2836), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(3962), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -304743,75 +289201,76 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1925] = { - [sym__expression] = STATE(3071), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [anon_sym_STAR] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_SEMI] = ACTIONS(3964), [anon_sym_COLON_COLON] = ACTIONS(41), [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -304830,78 +289289,165 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1926] = { - [sym__expression] = STATE(3028), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), + [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), + [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), + }, + [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), + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), + [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), @@ -304917,252 +289463,165 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1927] = { - [sym__expression] = STATE(2449), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2830), - [anon_sym_BANG] = ACTIONS(2834), - [anon_sym_TILDE] = ACTIONS(2834), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(2838), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2840), - [anon_sym_sizeof] = ACTIONS(2842), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2844), - [anon_sym_co_await] = ACTIONS(2846), - [anon_sym_new] = ACTIONS(2848), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1928] = { - [sym__expression] = STATE(2484), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2830), - [anon_sym_BANG] = ACTIONS(2834), - [anon_sym_TILDE] = ACTIONS(2834), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(2838), + [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), + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2840), - [anon_sym_sizeof] = ACTIONS(2842), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2844), - [anon_sym_co_await] = ACTIONS(2846), - [anon_sym_new] = ACTIONS(2848), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [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), }, - [1929] = { - [sym__expression] = STATE(2959), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_TILDE] = ACTIONS(21), - [anon_sym_DASH] = ACTIONS(25), - [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(41), + [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), + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(93), - [anon_sym_PLUS_PLUS] = ACTIONS(93), - [anon_sym_sizeof] = ACTIONS(95), + [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), @@ -305178,162 +289637,75 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(119), - [anon_sym_co_await] = ACTIONS(135), - [anon_sym_new] = ACTIONS(137), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1930] = { - [sym__expression] = STATE(2482), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2830), - [anon_sym_BANG] = ACTIONS(2834), - [anon_sym_TILDE] = ACTIONS(2834), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(2838), - [anon_sym_LBRACK] = ACTIONS(4015), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2840), - [anon_sym_sizeof] = ACTIONS(2842), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2844), - [anon_sym_co_await] = ACTIONS(2846), - [anon_sym_new] = ACTIONS(2848), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1931] = { - [sym__expression] = STATE(2887), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(25), [anon_sym_PLUS] = ACTIONS(25), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -305352,165 +289724,78 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1932] = { - [sym__expression] = STATE(2481), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2830), - [anon_sym_BANG] = ACTIONS(2834), - [anon_sym_TILDE] = ACTIONS(2834), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(2838), - [anon_sym_LBRACK] = ACTIONS(2700), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2840), - [anon_sym_sizeof] = ACTIONS(2842), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2844), - [anon_sym_co_await] = ACTIONS(2846), - [anon_sym_new] = ACTIONS(2848), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1933] = { - [sym__expression] = STATE(2849), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), + [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), @@ -305526,78 +289811,78 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), + [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_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1934] = { - [sym__expression] = STATE(2991), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), - [anon_sym_LBRACK] = ACTIONS(4017), - [sym_primitive_type] = ACTIONS(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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), @@ -305613,75 +289898,75 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1935] = { - [sym__expression] = STATE(3013), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -305700,78 +289985,78 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1936] = { - [sym__expression] = STATE(2977), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2456), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2456), - [sym_call_expression] = STATE(2456), - [sym_field_expression] = STATE(2456), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2456), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2456), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3351), - [anon_sym_LPAREN2] = ACTIONS(3353), - [anon_sym_BANG] = ACTIONS(3357), - [anon_sym_TILDE] = ACTIONS(3357), - [anon_sym_DASH] = ACTIONS(3355), - [anon_sym_PLUS] = ACTIONS(3355), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(3359), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3361), - [anon_sym_PLUS_PLUS] = ACTIONS(3361), - [anon_sym_sizeof] = ACTIONS(3363), + [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), @@ -305787,78 +290072,165 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3365), - [anon_sym_co_await] = ACTIONS(3367), - [anon_sym_new] = ACTIONS(3369), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1937] = { - [sym__expression] = STATE(2999), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), + [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), + [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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), + [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), @@ -305874,78 +290246,78 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1938] = { - [sym__expression] = STATE(3064), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), + [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), @@ -305961,78 +290333,78 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1939] = { - [sym__expression] = STATE(3025), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), + [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), + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), + [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), @@ -306048,249 +290420,249 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), }, - [1940] = { - [sym__expression] = STATE(2202), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), + [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), + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), - }, - [1941] = { - [sym__expression] = STATE(2192), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), + [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_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), + }, + [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), + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), - }, - [1942] = { - [sym__expression] = STATE(2919), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [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_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), + }, + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -306309,78 +290681,78 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1943] = { - [sym__expression] = STATE(3018), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), + }, + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), + [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), @@ -306396,78 +290768,165 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1944] = { - [sym__expression] = STATE(3024), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), + }, + [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_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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), + [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), @@ -306483,165 +290942,165 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1945] = { - [sym__expression] = STATE(2201), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [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), + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), - }, - [1946] = { - [sym__expression] = STATE(2888), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2498), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2498), - [sym_call_expression] = STATE(2498), - [sym_field_expression] = STATE(2498), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2498), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2498), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3395), - [anon_sym_LPAREN2] = ACTIONS(3397), - [anon_sym_BANG] = ACTIONS(3401), - [anon_sym_TILDE] = ACTIONS(3401), - [anon_sym_DASH] = ACTIONS(3399), - [anon_sym_PLUS] = ACTIONS(3399), - [anon_sym_STAR] = ACTIONS(3403), - [anon_sym_AMP] = ACTIONS(3403), - [anon_sym_COLON_COLON] = ACTIONS(3405), + [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_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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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(2670), - [anon_sym_DASH_DASH] = ACTIONS(3407), - [anon_sym_PLUS_PLUS] = ACTIONS(3407), - [anon_sym_sizeof] = ACTIONS(3409), + [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), @@ -306657,75 +291116,597 @@ 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_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(3411), - [anon_sym_co_await] = ACTIONS(3413), - [anon_sym_new] = ACTIONS(3415), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1947] = { - [sym__expression] = STATE(2778), - [sym_conditional_expression] = STATE(2663), - [sym_assignment_expression] = STATE(2663), - [sym_pointer_expression] = STATE(2317), - [sym_unary_expression] = STATE(2663), - [sym_binary_expression] = STATE(2663), - [sym_update_expression] = STATE(2663), - [sym_cast_expression] = STATE(2663), - [sym_sizeof_expression] = STATE(2663), - [sym_subscript_expression] = STATE(2317), - [sym_call_expression] = STATE(2317), - [sym_field_expression] = STATE(2317), - [sym_compound_literal_expression] = STATE(2663), - [sym_parenthesized_expression] = STATE(2317), - [sym_char_literal] = STATE(2625), - [sym_concatenated_string] = STATE(2625), - [sym_string_literal] = STATE(2294), - [sym__class_name] = STATE(4441), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2663), - [sym_co_await_expression] = STATE(2663), - [sym_new_expression] = STATE(2663), - [sym_delete_expression] = STATE(2663), - [sym_lambda_expression] = STATE(2663), - [sym_lambda_capture_specifier] = STATE(3462), - [sym_parameter_pack_expansion] = STATE(2663), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2317), - [sym_qualified_type_identifier] = STATE(4441), - [sym_user_defined_literal] = STATE(2663), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(3015), - [anon_sym_LPAREN2] = ACTIONS(1028), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [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), + [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), + }, + [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), + [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), + [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), + }, + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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(3393), + [anon_sym_co_await] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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(3970), + [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_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), + }, + [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(1030), - [anon_sym_AMP] = ACTIONS(1030), + [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(2670), + [sym_primitive_type] = ACTIONS(2690), [anon_sym_DASH_DASH] = ACTIONS(93), [anon_sym_PLUS_PLUS] = ACTIONS(93), [anon_sym_sizeof] = ACTIONS(95), @@ -306744,609 +291725,14687 @@ 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_template] = ACTIONS(1050), + [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(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(149), - }, - [1948] = { - [sym__expression] = STATE(2200), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [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), + [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), + }, + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), - }, - [1949] = { - [sym__expression] = STATE(2197), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), + [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), + }, + [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(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), - }, - [1950] = { - [sym__expression] = STATE(2198), - [sym_conditional_expression] = STATE(2214), - [sym_assignment_expression] = STATE(2214), - [sym_pointer_expression] = STATE(2183), - [sym_unary_expression] = STATE(2214), - [sym_binary_expression] = STATE(2214), - [sym_update_expression] = STATE(2214), - [sym_cast_expression] = STATE(2214), - [sym_sizeof_expression] = STATE(2214), - [sym_subscript_expression] = STATE(2183), - [sym_call_expression] = STATE(2183), - [sym_field_expression] = STATE(2183), - [sym_compound_literal_expression] = STATE(2214), - [sym_parenthesized_expression] = STATE(2183), - [sym_char_literal] = STATE(2110), - [sym_concatenated_string] = STATE(2110), - [sym_string_literal] = STATE(1957), - [sym__class_name] = STATE(4655), - [sym_template_type] = STATE(4510), - [sym_template_function] = STATE(2214), - [sym_co_await_expression] = STATE(2214), - [sym_new_expression] = STATE(2214), - [sym_delete_expression] = STATE(2214), - [sym_lambda_expression] = STATE(2214), - [sym_lambda_capture_specifier] = STATE(3470), - [sym_parameter_pack_expansion] = STATE(2214), - [sym_dependent_type_identifier] = STATE(4877), - [sym__scope_resolution] = STATE(3477), - [sym_qualified_identifier] = STATE(2183), - [sym_qualified_type_identifier] = STATE(4655), - [sym_user_defined_literal] = STATE(2214), - [sym__call_macro_with_decl_first_arg] = STATE(2209), - [sym_identifier] = ACTIONS(2752), - [anon_sym_LPAREN2] = ACTIONS(2756), - [anon_sym_BANG] = ACTIONS(2760), - [anon_sym_TILDE] = ACTIONS(2760), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_STAR] = ACTIONS(1030), - [anon_sym_AMP] = ACTIONS(1030), - [anon_sym_COLON_COLON] = ACTIONS(2764), + [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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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(2670), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_sizeof] = ACTIONS(2770), - [sym_number_literal] = ACTIONS(2772), - [anon_sym_L_SQUOTE] = ACTIONS(2774), - [anon_sym_u_SQUOTE] = ACTIONS(2774), - [anon_sym_U_SQUOTE] = ACTIONS(2774), - [anon_sym_u8_SQUOTE] = ACTIONS(2774), - [anon_sym_SQUOTE] = ACTIONS(2774), - [anon_sym_L_DQUOTE] = ACTIONS(2776), - [anon_sym_u_DQUOTE] = ACTIONS(2776), - [anon_sym_U_DQUOTE] = ACTIONS(2776), - [anon_sym_u8_DQUOTE] = ACTIONS(2776), - [anon_sym_DQUOTE] = ACTIONS(2776), - [sym_true] = ACTIONS(2778), - [sym_false] = ACTIONS(2778), - [sym_null] = ACTIONS(2778), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(1050), - [anon_sym_delete] = ACTIONS(2780), - [anon_sym_co_await] = ACTIONS(2782), - [anon_sym_new] = ACTIONS(2784), - [sym_this] = ACTIONS(2778), - [sym_nullptr] = ACTIONS(2778), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(145), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_FORWARD] = ACTIONS(145), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(145), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(145), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(145), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_PS_GET] = ACTIONS(145), - [anon_sym_PS_GET_AND_SET] = ACTIONS(145), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(145), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(145), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(145), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(145), - [sym_raw_string_literal] = ACTIONS(2786), - }, - [1951] = { - [sym_macro_annotation] = STATE(1951), - [aux_sym_class_specifier_repeat1] = STATE(1951), - [sym_identifier] = ACTIONS(4019), - [anon_sym_COLON_COLON] = ACTIONS(4021), - [anon_sym_LBRACE] = ACTIONS(4021), - [anon_sym_COLON] = ACTIONS(4019), - [sym_comment] = ACTIONS(3), - [anon_sym_final] = ACTIONS(4019), - [anon_sym_override] = ACTIONS(4019), - [anon_sym_template] = ACTIONS(4019), - [anon_sym_MOZ_ALLOCATOR] = ACTIONS(4023), - [anon_sym_MOZ_ALLOW_TEMPORARY] = ACTIONS(4023), - [anon_sym_MOZ_ALWAYS_INLINE] = ACTIONS(4023), - [anon_sym_MOZ_ALWAYS_INLINE_EVEN_DEBUG] = ACTIONS(4023), - [anon_sym_MOZ_ASAN_BLACKLIST] = ACTIONS(4023), - [anon_sym_MOZ_CAN_RUN_SCRIPT] = ACTIONS(4023), - [anon_sym_MOZ_CAN_RUN_SCRIPT_BOUNDARY] = ACTIONS(4023), - [anon_sym_MOZ_CAN_RUN_SCRIPT_FOR_DEFINITION] = ACTIONS(4023), - [anon_sym_MOZ_COLD] = ACTIONS(4023), - [anon_sym_MOZ_FALLTHROUGH] = ACTIONS(4023), - [anon_sym_MOZ_FORMAT_PRINTF] = ACTIONS(4023), - [anon_sym_MOZ_HAVE_ANALYZER_NORETURN] = ACTIONS(4023), - [anon_sym_MOZ_HAVE_ASAN_BLACKLIST] = ACTIONS(4023), - [anon_sym_MOZ_HAVE_NEVER_INLINE] = ACTIONS(4023), - [anon_sym_MOZ_HAVE_NORETURN] = ACTIONS(4023), - [anon_sym_MOZ_HAVE_NORETURN_PTR] = ACTIONS(4023), - [anon_sym_MOZ_HAVE_NO_SANITIZE_ATTR] = ACTIONS(4023), - [anon_sym_MOZ_HAVE_SIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(4023), - [anon_sym_MOZ_HAVE_UNSIGNED_OVERFLOW_SANITIZE_ATTR] = ACTIONS(4023), - [anon_sym_MOZ_HEAP_ALLOCATOR] = ACTIONS(4023), - [anon_sym_MOZ_HEAP_CLASS] = ACTIONS(4023), - [anon_sym_MOZ_IMPLICIT] = ACTIONS(4023), - [anon_sym_MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS] = ACTIONS(4023), - [anon_sym_MOZ_INIT_OUTSIDE_CTOR] = ACTIONS(4023), - [anon_sym_MOZ_IS_CLASS_INIT] = ACTIONS(4023), - [anon_sym_MOZ_IS_REFPTR] = ACTIONS(4023), - [anon_sym_MOZ_IS_SMARTPTR_TO_REFCOUNTED] = ACTIONS(4023), - [anon_sym_MOZ_MAYBE_UNUSED] = ACTIONS(4023), - [anon_sym_MOZ_MAY_CALL_AFTER_MUST_RETURN] = ACTIONS(4023), - [anon_sym_MOZ_MUST_OVERRIDE] = ACTIONS(4023), - [anon_sym_MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG] = ACTIONS(4023), - [anon_sym_MOZ_MUST_USE] = ACTIONS(4023), - [anon_sym_MOZ_MUST_USE_TYPE] = ACTIONS(4023), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_MEMBERS] = ACTIONS(4023), - [anon_sym_MOZ_NEEDS_MEMMOVABLE_TYPE] = ACTIONS(4023), - [anon_sym_MOZ_NEEDS_NO_VTABLE_TYPE] = ACTIONS(4023), - [anon_sym_MOZ_NEVER_INLINE] = ACTIONS(4023), - [anon_sym_MOZ_NEVER_INLINE_DEBUG] = ACTIONS(4023), - [anon_sym_MOZ_NONHEAP_CLASS] = ACTIONS(4023), - [anon_sym_MOZ_NONNULL] = ACTIONS(4023), - [anon_sym_MOZ_NONNULL_RETURN] = ACTIONS(4023), - [anon_sym_MOZ_NON_AUTOABLE] = ACTIONS(4023), - [anon_sym_MOZ_NON_MEMMOVABLE] = ACTIONS(4023), - [anon_sym_MOZ_NON_OWNING_REF] = ACTIONS(4023), - [anon_sym_MOZ_NON_PARAM] = ACTIONS(4023), - [anon_sym_MOZ_NON_TEMPORARY_CLASS] = ACTIONS(4023), - [anon_sym_MOZ_NORETURN] = ACTIONS(4023), - [anon_sym_MOZ_NORETURN_PTR] = ACTIONS(4023), - [anon_sym_MOZ_NO_ADDREF_RELEASE_ON_RETURN] = ACTIONS(4023), - [anon_sym_MOZ_NO_ARITHMETIC_EXPR_IN_ARGUMENT] = ACTIONS(4023), - [anon_sym_MOZ_NO_DANGLING_ON_TEMPORARIES] = ACTIONS(4023), - [anon_sym_MOZ_NO_SANITIZE_SIGNED_OVERFLOW] = ACTIONS(4023), - [anon_sym_MOZ_NO_SANITIZE_UNSIGNED_OVERFLOW] = ACTIONS(4023), - [anon_sym_MOZ_ONLY_USED_TO_AVOID_STATIC_CONSTRUCTORS] = ACTIONS(4023), - [anon_sym_MOZ_OWNING_REF] = ACTIONS(4023), - [anon_sym_MOZ_POP_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(4023), - [anon_sym_MOZ_PRETEND_NORETURN_FOR_STATIC_ANALYSIS] = ACTIONS(4023), - [anon_sym_MOZ_PUSH_DISABLE_NONTRIVIAL_UNION_WARNINGS] = ACTIONS(4023), - [anon_sym_MOZ_RAII] = ACTIONS(4023), - [anon_sym_MOZ_REQUIRED_BASE_METHOD] = ACTIONS(4023), - [anon_sym_MOZ_STACK_CLASS] = ACTIONS(4023), - [anon_sym_MOZ_STATIC_CLASS] = ACTIONS(4023), - [anon_sym_MOZ_STATIC_LOCAL_CLASS] = ACTIONS(4023), - [anon_sym_MOZ_TEMPORARY_CLASS] = ACTIONS(4023), - [anon_sym_MOZ_TRIVIAL_CTOR_DTOR] = ACTIONS(4023), - [anon_sym_MOZ_TSAN_BLACKLIST] = ACTIONS(4023), - [anon_sym_MOZ_UNSAFE_REF] = ACTIONS(4023), - [anon_sym_MOZ_XPCOM_ABI] = ACTIONS(4023), - [anon_sym_JS_PUBLIC_API] = ACTIONS(4023), - }, - [1952] = { - [sym_attribute_declaration] = STATE(1952), - [aux_sym_attributed_declarator_repeat1] = STATE(1952), - [sym_identifier] = ACTIONS(4026), - [anon_sym_LPAREN2] = ACTIONS(4028), - [anon_sym_BANG] = ACTIONS(4028), - [anon_sym_TILDE] = ACTIONS(4028), - [anon_sym_DASH] = ACTIONS(4026), - [anon_sym_PLUS] = ACTIONS(4026), - [anon_sym_STAR] = ACTIONS(4028), - [anon_sym_AMP] = ACTIONS(4028), - [anon_sym_SEMI] = ACTIONS(4028), - [anon_sym_COLON_COLON] = ACTIONS(4028), - [anon_sym_LBRACK_LBRACK] = ACTIONS(4030), - [anon_sym_LBRACE] = ACTIONS(4028), - [anon_sym_LBRACK] = ACTIONS(4026), - [sym_primitive_type] = ACTIONS(4026), - [anon_sym_if] = ACTIONS(4026), - [anon_sym_switch] = ACTIONS(4026), - [anon_sym_case] = ACTIONS(4026), - [anon_sym_default] = ACTIONS(4026), - [anon_sym_while] = ACTIONS(4026), - [anon_sym_do] = ACTIONS(4026), - [anon_sym_for] = ACTIONS(4026), - [anon_sym_return] = ACTIONS(4026), - [anon_sym_break] = ACTIONS(4026), - [anon_sym_continue] = ACTIONS(4026), - [anon_sym_goto] = ACTIONS(4026), - [anon_sym_DASH_DASH] = ACTIONS(4028), - [anon_sym_PLUS_PLUS] = ACTIONS(4028), - [anon_sym_sizeof] = ACTIONS(4026), - [sym_number_literal] = ACTIONS(4028), - [anon_sym_L_SQUOTE] = ACTIONS(4028), - [anon_sym_u_SQUOTE] = ACTIONS(4028), - [anon_sym_U_SQUOTE] = ACTIONS(4028), - [anon_sym_u8_SQUOTE] = ACTIONS(4028), - [anon_sym_SQUOTE] = ACTIONS(4028), - [anon_sym_L_DQUOTE] = ACTIONS(4028), - [anon_sym_u_DQUOTE] = ACTIONS(4028), - [anon_sym_U_DQUOTE] = ACTIONS(4028), - [anon_sym_u8_DQUOTE] = ACTIONS(4028), - [anon_sym_DQUOTE] = ACTIONS(4028), - [sym_true] = ACTIONS(4026), - [sym_false] = ACTIONS(4026), - [sym_null] = ACTIONS(4026), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(4026), - [anon_sym_delete] = ACTIONS(4026), - [anon_sym_throw] = ACTIONS(4026), - [anon_sym_co_return] = ACTIONS(4026), - [anon_sym_co_yield] = ACTIONS(4026), - [anon_sym_try] = ACTIONS(4026), - [anon_sym_co_await] = ACTIONS(4026), - [anon_sym_new] = ACTIONS(4026), - [sym_this] = ACTIONS(4026), - [sym_nullptr] = ACTIONS(4026), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(4026), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(4026), - [anon_sym_FORWARD] = ACTIONS(4026), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(4026), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(4026), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(4026), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(4026), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(4026), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(4026), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(4026), - [anon_sym_PS_GET] = ACTIONS(4026), - [anon_sym_PS_GET_AND_SET] = ACTIONS(4026), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(4026), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(4026), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(4026), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(4026), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(4026), - [sym_raw_string_literal] = ACTIONS(4028), - }, - [1953] = { - [sym_identifier] = ACTIONS(4033), - [anon_sym_LPAREN2] = ACTIONS(4035), - [anon_sym_BANG] = ACTIONS(4035), - [anon_sym_TILDE] = ACTIONS(4035), - [anon_sym_DASH] = ACTIONS(4033), - [anon_sym_PLUS] = ACTIONS(4033), - [anon_sym_STAR] = ACTIONS(4035), - [anon_sym_AMP] = ACTIONS(4035), - [anon_sym_SEMI] = ACTIONS(4035), - [anon_sym_COLON_COLON] = ACTIONS(4035), - [anon_sym_LBRACE] = ACTIONS(4035), - [anon_sym_LBRACK] = ACTIONS(4035), - [sym_primitive_type] = ACTIONS(4033), - [anon_sym_if] = ACTIONS(4033), - [anon_sym_switch] = ACTIONS(4033), - [anon_sym_case] = ACTIONS(4033), - [anon_sym_default] = ACTIONS(4033), - [anon_sym_while] = ACTIONS(4033), - [anon_sym_do] = ACTIONS(4033), - [anon_sym_for] = ACTIONS(4033), - [anon_sym_return] = ACTIONS(4033), - [anon_sym_break] = ACTIONS(4033), - [anon_sym_continue] = ACTIONS(4033), - [anon_sym_goto] = ACTIONS(4033), - [anon_sym_DASH_DASH] = ACTIONS(4035), - [anon_sym_PLUS_PLUS] = ACTIONS(4035), - [anon_sym_sizeof] = ACTIONS(4033), - [sym_number_literal] = ACTIONS(4035), - [anon_sym_L_SQUOTE] = ACTIONS(4035), - [anon_sym_u_SQUOTE] = ACTIONS(4035), - [anon_sym_U_SQUOTE] = ACTIONS(4035), - [anon_sym_u8_SQUOTE] = ACTIONS(4035), - [anon_sym_SQUOTE] = ACTIONS(4035), - [anon_sym_L_DQUOTE] = ACTIONS(4035), - [anon_sym_u_DQUOTE] = ACTIONS(4035), - [anon_sym_U_DQUOTE] = ACTIONS(4035), - [anon_sym_u8_DQUOTE] = ACTIONS(4035), - [anon_sym_DQUOTE] = ACTIONS(4035), - [sym_true] = ACTIONS(4033), - [sym_false] = ACTIONS(4033), - [sym_null] = ACTIONS(4033), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(4033), - [anon_sym_delete] = ACTIONS(4033), - [anon_sym_throw] = ACTIONS(4033), - [anon_sym_co_return] = ACTIONS(4033), - [anon_sym_co_yield] = ACTIONS(4033), - [anon_sym_try] = ACTIONS(4033), - [anon_sym_co_await] = ACTIONS(4033), - [anon_sym_new] = ACTIONS(4033), - [sym_this] = ACTIONS(4033), - [sym_nullptr] = ACTIONS(4033), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(4033), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(4033), - [anon_sym_FORWARD] = ACTIONS(4033), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(4033), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(4033), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(4033), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(4033), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(4033), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(4033), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(4033), - [anon_sym_PS_GET] = ACTIONS(4033), - [anon_sym_PS_GET_AND_SET] = ACTIONS(4033), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(4033), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(4033), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(4033), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(4033), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(4033), - [sym_raw_string_literal] = ACTIONS(4035), - }, - [1954] = { - [sym_identifier] = ACTIONS(4037), - [anon_sym_LPAREN2] = ACTIONS(4039), - [anon_sym_BANG] = ACTIONS(4039), - [anon_sym_TILDE] = ACTIONS(4039), - [anon_sym_DASH] = ACTIONS(4037), - [anon_sym_PLUS] = ACTIONS(4037), - [anon_sym_STAR] = ACTIONS(4039), - [anon_sym_AMP] = ACTIONS(4039), - [anon_sym_SEMI] = ACTIONS(4039), - [anon_sym_COLON_COLON] = ACTIONS(4039), - [anon_sym_LBRACE] = ACTIONS(4039), - [anon_sym_LBRACK] = ACTIONS(4039), - [sym_primitive_type] = ACTIONS(4037), - [anon_sym_if] = ACTIONS(4037), - [anon_sym_switch] = ACTIONS(4037), - [anon_sym_case] = ACTIONS(4037), - [anon_sym_default] = ACTIONS(4037), - [anon_sym_while] = ACTIONS(4037), - [anon_sym_do] = ACTIONS(4037), - [anon_sym_for] = ACTIONS(4037), - [anon_sym_return] = ACTIONS(4037), - [anon_sym_break] = ACTIONS(4037), - [anon_sym_continue] = ACTIONS(4037), - [anon_sym_goto] = ACTIONS(4037), - [anon_sym_DASH_DASH] = ACTIONS(4039), - [anon_sym_PLUS_PLUS] = ACTIONS(4039), - [anon_sym_sizeof] = ACTIONS(4037), - [sym_number_literal] = ACTIONS(4039), - [anon_sym_L_SQUOTE] = ACTIONS(4039), - [anon_sym_u_SQUOTE] = ACTIONS(4039), - [anon_sym_U_SQUOTE] = ACTIONS(4039), - [anon_sym_u8_SQUOTE] = ACTIONS(4039), - [anon_sym_SQUOTE] = ACTIONS(4039), - [anon_sym_L_DQUOTE] = ACTIONS(4039), - [anon_sym_u_DQUOTE] = ACTIONS(4039), - [anon_sym_U_DQUOTE] = ACTIONS(4039), - [anon_sym_u8_DQUOTE] = ACTIONS(4039), - [anon_sym_DQUOTE] = ACTIONS(4039), - [sym_true] = ACTIONS(4037), - [sym_false] = ACTIONS(4037), - [sym_null] = ACTIONS(4037), - [sym_comment] = ACTIONS(3), - [anon_sym_template] = ACTIONS(4037), - [anon_sym_delete] = ACTIONS(4037), - [anon_sym_throw] = ACTIONS(4037), - [anon_sym_co_return] = ACTIONS(4037), - [anon_sym_co_yield] = ACTIONS(4037), - [anon_sym_try] = ACTIONS(4037), - [anon_sym_co_await] = ACTIONS(4037), - [anon_sym_new] = ACTIONS(4037), - [sym_this] = ACTIONS(4037), - [sym_nullptr] = ACTIONS(4037), - [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(4037), - [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(4037), - [anon_sym_FORWARD] = ACTIONS(4037), - [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(4037), - [anon_sym_IDB_TRY_INSPECT] = ACTIONS(4037), - [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(4037), - [anon_sym_LS_TRY_INSPECT] = ACTIONS(4037), - [anon_sym_LS_TRY_UNWRAP] = ACTIONS(4037), - [anon_sym_SDB_TRY_INSPECT] = ACTIONS(4037), - [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(4037), - [anon_sym_PS_GET] = ACTIONS(4037), - [anon_sym_PS_GET_AND_SET] = ACTIONS(4037), - [anon_sym_PS_GET_LOCKLESS] = ACTIONS(4037), - [anon_sym_QM_TRY_INSPECT] = ACTIONS(4037), - [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(4037), - [anon_sym_QM_TRY_UNWRAP] = ACTIONS(4037), - [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(4037), - [sym_raw_string_literal] = ACTIONS(4039), + [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_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), }, -}; - -static const uint16_t ts_small_parse_table[] = { - [0] = 5, + [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), + [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), + }, + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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), + }, + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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), + }, + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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), + }, + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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), + }, + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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), + }, + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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), + }, + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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), + }, + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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), + }, + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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(3393), + [anon_sym_co_await] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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_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), + }, + [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), + [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), + [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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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_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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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_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), + }, + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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), + }, + [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), + [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), + }, + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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(3393), + [anon_sym_co_await] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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_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), + }, + [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), + [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_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), + }, + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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(3393), + [anon_sym_co_await] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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_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), + }, + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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(3393), + [anon_sym_co_await] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [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), + [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_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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_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), + }, + [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), + [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_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), + }, + [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), + [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_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), + }, + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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(3393), + [anon_sym_co_await] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [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), + [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_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), + }, + [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), + [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_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), + }, + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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(3393), + [anon_sym_co_await] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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(3393), + [anon_sym_co_await] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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(3393), + [anon_sym_co_await] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [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), + [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_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), + }, + [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), + [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_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_WARNONLY_TRY_UNWRAP] = ACTIONS(143), + [sym_raw_string_literal] = ACTIONS(147), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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_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), + }, + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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(3393), + [anon_sym_co_await] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [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), + [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), + [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), + }, + [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), + [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), + [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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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_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), + }, + [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), + [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), + }, + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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(3393), + [anon_sym_co_await] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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(3393), + [anon_sym_co_await] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [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), + [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_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), + }, + [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), + [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_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), + }, + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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(3393), + [anon_sym_co_await] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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_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), + }, + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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), + }, + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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_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), + }, + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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), + }, + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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(3393), + [anon_sym_co_await] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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_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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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_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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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_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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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_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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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_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), + }, + [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), + [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_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), + }, + [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), + [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_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), + }, + [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), + [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_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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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_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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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_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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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_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), + }, + [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), + [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), + [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), + }, + [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), + [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), + [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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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_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), + }, + [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), + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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), + }, + [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), + [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), + [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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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(3898), + [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_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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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_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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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(3393), + [anon_sym_co_await] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [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), + [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), + }, + [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), + [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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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_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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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_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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), + [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), + }, + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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(3393), + [anon_sym_co_await] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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_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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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), + [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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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_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), + }, + [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), + [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), + }, + [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), + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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(3393), + [anon_sym_co_await] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [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] = { + [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_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), + }, + [1912] = { + [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_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), + }, + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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(3393), + [anon_sym_co_await] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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_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), + }, + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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(3393), + [anon_sym_co_await] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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(3393), + [anon_sym_co_await] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [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), + [sym_number_literal] = ACTIONS(97), + [anon_sym_L_SQUOTE] = ACTIONS(99), + [anon_sym_u_SQUOTE] = ACTIONS(99), + [anon_sym_U_SQUOTE] = ACTIONS(99), + [anon_sym_u8_SQUOTE] = ACTIONS(99), + [anon_sym_SQUOTE] = ACTIONS(99), + [anon_sym_L_DQUOTE] = ACTIONS(101), + [anon_sym_u_DQUOTE] = ACTIONS(101), + [anon_sym_U_DQUOTE] = ACTIONS(101), + [anon_sym_u8_DQUOTE] = ACTIONS(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(3393), + [anon_sym_co_await] = ACTIONS(3395), + [anon_sym_new] = ACTIONS(3397), + [sym_this] = ACTIONS(103), + [sym_nullptr] = ACTIONS(103), + [anon_sym_CACHE_TRY_INSPECT] = ACTIONS(143), + [anon_sym_CACHE_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_FORWARD] = ACTIONS(143), + [anon_sym_FORWARD_SET_ATTRIBUTE] = ACTIONS(143), + [anon_sym_IDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_IDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_LS_TRY_INSPECT] = ACTIONS(143), + [anon_sym_LS_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_SDB_TRY_INSPECT] = ACTIONS(143), + [anon_sym_SDB_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_PS_GET] = ACTIONS(143), + [anon_sym_PS_GET_AND_SET] = ACTIONS(143), + [anon_sym_PS_GET_LOCKLESS] = ACTIONS(143), + [anon_sym_QM_TRY_INSPECT] = ACTIONS(143), + [anon_sym_QM_NOTEONLY_TRY_UNWRAP] = ACTIONS(143), + [anon_sym_QM_TRY_UNWRAP] = ACTIONS(143), + [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), + [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_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), + }, + [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), + [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_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), + }, + [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), + [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_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), + }, + [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), + [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_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), + }, + [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), + [anon_sym_LPAREN2] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_TILDE] = 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_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), + }, + [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), + }, +}; + +static const uint16_t ts_small_parse_table[] = { + [0] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(1941), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(4022), 6, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(4020), 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(4018), 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(2778), 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(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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2443), 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(2445), 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, + [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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2498), 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(2500), 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, + [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, + 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, + anon_sym_DASH, + anon_sym_PLUS, + 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(4028), 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, + [453] = 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, + [514] = 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, + [575] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2468), 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(2470), 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, + [636] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2512), 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(2514), 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, + [697] = 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, + [758] = 8, + 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, + anon_sym_DASH, + anon_sym_PLUS, + 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), 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, + [829] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4044), 1, + sym_identifier, + ACTIONS(4050), 1, + sym_raw_string_literal, + STATE(1947), 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(4048), 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(4046), 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, + [898] = 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, + [959] = 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, + [1020] = 27, ACTIONS(3), 1, sym_comment, - STATE(1955), 2, + 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, + anon_sym_COLON_COLON, + ACTIONS(4056), 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, + anon_sym_RPAREN, + STATE(2071), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(4045), 6, + 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_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(4043), 22, + 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, @@ -307355,7 +306414,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, @@ -307369,7 +306427,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(4041), 31, + ACTIONS(1573), 31, anon_sym_DASH, anon_sym_PLUS, sym_primitive_type, @@ -307401,10 +306459,10 @@ 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, + [1188] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2746), 22, + ACTIONS(1693), 21, sym_raw_string_literal, anon_sym_LPAREN2, anon_sym_BANG, @@ -307413,7 +306471,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, @@ -307427,15 +306484,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2744), 37, + ACTIONS(1691), 31, 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, @@ -307465,73 +306516,179 @@ 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, - [140] = 8, + [1248] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(4048), 1, + 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(4050), 1, - sym_literal_suffix, - ACTIONS(4052), 1, - sym_raw_string_literal, - STATE(1970), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(2776), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2383), 14, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4060), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(4062), 1, + anon_sym_AMP_AMP, + ACTIONS(4064), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - ACTIONS(2375), 29, - anon_sym_DOT_DOT_DOT, + 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_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, - 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, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(4056), 1, 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, - [211] = 3, + ACTIONS(4058), 1, + sym_identifier, + ACTIONS(4066), 1, + anon_sym_COLON_COLON, + ACTIONS(4068), 1, + anon_sym_STAR, + ACTIONS(4070), 1, + 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_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, ACTIONS(3), 1, sym_comment, - ACTIONS(2429), 16, + 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, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -307545,10 +306702,10 @@ 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, + sym_primitive_type, anon_sym_DOT, - ACTIONS(2431), 37, + sym_identifier, + ACTIONS(2950), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -307560,16 +306717,11 @@ 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, @@ -307584,12 +306736,10 @@ 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, - [272] = 3, + [1527] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2482), 16, + ACTIONS(3339), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -307603,10 +306753,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(2484), 37, + sym_identifier, + sym_literal_suffix, + ACTIONS(3341), 35, + sym_raw_string_literal, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -307618,16 +306769,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, @@ -307642,12 +306787,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, - [333] = 3, + 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(2474), 16, + ACTIONS(3367), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -307661,10 +306809,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(2476), 37, + sym_identifier, + sym_literal_suffix, + ACTIONS(3369), 35, + sym_raw_string_literal, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -307676,16 +306825,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, @@ -307700,128 +306843,26 @@ 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, - [394] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1626), 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(1624), 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, - [455] = 3, + [1645] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1626), 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(1624), 31, - anon_sym_DASH, - anon_sym_PLUS, - sym_primitive_type, - anon_sym_sizeof, - sym_true, - sym_false, - sym_null, + ACTIONS(4077), 1, 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, - [516] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2458), 16, + 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, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -307835,10 +306876,8 @@ 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(2460), 37, + ACTIONS(3054), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -307850,16 +306889,11 @@ 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, @@ -307874,70 +306908,10 @@ 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, - [577] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1560), 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(1558), 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, - [638] = 3, + [1712] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2415), 16, + ACTIONS(2512), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -307947,30 +306921,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(2417), 37, + ACTIONS(2514), 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, @@ -307983,32 +306954,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_final, - anon_sym_override, - [699] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4054), 1, - sym_identifier, - ACTIONS(4064), 1, - sym_raw_string_literal, - STATE(1966), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(4061), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(4059), 15, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [1770] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2468), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -308018,28 +306976,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(4057), 29, + ACTIONS(2470), 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, @@ -308047,75 +307009,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, - [768] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1560), 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(1558), 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, - [829] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [1828] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2478), 16, + ACTIONS(2443), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -308125,30 +307031,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(2480), 37, + ACTIONS(2445), 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, @@ -308161,7 +307064,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, @@ -308170,10 +307072,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - [890] = 3, + anon_sym_GT2, + [1886] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2437), 16, + ACTIONS(2498), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -308183,30 +307086,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(2439), 37, + ACTIONS(2500), 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, @@ -308219,7 +307119,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, @@ -308228,23 +307127,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - [951] = 7, + anon_sym_GT2, + [1944] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4067), 1, - sym_identifier, - ACTIONS(4073), 1, - sym_raw_string_literal, - STATE(1966), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(2776), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(4071), 15, + ACTIONS(2494), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -308254,28 +307141,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(4069), 29, + 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_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, @@ -308283,211 +307174,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, - [1020] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1666), 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(1664), 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] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1548), 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(1546), 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, - [1140] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2335), 1, - anon_sym_LPAREN2, - ACTIONS(4075), 1, - sym_identifier, - ACTIONS(4079), 1, - anon_sym_TILDE, - ACTIONS(4081), 1, - anon_sym_STAR, - ACTIONS(4083), 1, - anon_sym_AMP_AMP, - ACTIONS(4085), 1, - anon_sym_AMP, - ACTIONS(4087), 1, - anon_sym_COLON_COLON, - ACTIONS(4089), 1, - anon_sym_LBRACK, - STATE(3242), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3252), 1, - sym_parameter_list, - STATE(3519), 1, - sym__scope_resolution, - STATE(3671), 1, - sym__declarator, - STATE(3840), 1, - sym__abstract_declarator, - STATE(4679), 1, - sym_ms_based_modifier, - ACTIONS(2942), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(4077), 2, - anon_sym_COMMA, + anon_sym_final, + anon_sym_override, anon_sym_GT2, - STATE(2140), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(2238), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2940), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3583), 10, - 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, - [1247] = 3, + [2002] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3347), 16, + ACTIONS(2508), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -308497,30 +307196,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_identifier, - sym_literal_suffix, - ACTIONS(3349), 35, - sym_raw_string_literal, + 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_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, @@ -308528,29 +307229,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_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [1306] = 5, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [2060] = 3, ACTIONS(3), 1, sym_comment, - STATE(1975), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4091), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3060), 16, + ACTIONS(2504), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -308560,30 +307251,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, - sym_primitive_type, + anon_sym_const, + anon_sym_COLON, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3062), 30, + 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_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, @@ -308591,59 +307284,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [1369] = 7, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [2118] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4094), 1, - sym_identifier, - ACTIONS(4098), 1, - sym_primitive_type, - STATE(1975), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4096), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3054), 14, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(2449), 1, + anon_sym_const, + ACTIONS(2463), 1, + anon_sym_LT, + STATE(1985), 1, + sym_template_argument_list, + ACTIONS(2453), 3, + 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, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(2458), 11, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, - anon_sym_AMP, anon_sym_GT, - anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3052), 30, + ACTIONS(2451), 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_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -308658,90 +307354,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [1436] = 27, + [2189] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(2335), 1, - anon_sym_LPAREN2, - ACTIONS(2337), 1, - anon_sym_STAR, - ACTIONS(2339), 1, - anon_sym_AMP_AMP, - ACTIONS(2341), 1, - anon_sym_AMP, - ACTIONS(2550), 1, + ACTIONS(4083), 1, sym_identifier, ACTIONS(4089), 1, - anon_sym_LBRACK, - ACTIONS(4100), 1, - anon_sym_COLON_COLON, - STATE(3237), 1, - sym_parameter_list, - STATE(3242), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3511), 1, - sym__scope_resolution, - STATE(3621), 1, - sym__declarator, - STATE(3842), 1, - sym__abstract_declarator, - STATE(4903), 1, - sym_ms_based_modifier, - ACTIONS(2942), 2, - anon_sym__unaligned, - anon_sym___unaligned, - ACTIONS(4077), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(2179), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(2300), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2940), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3583), 10, - 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, - [1543] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3339), 16, + 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, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -308751,30 +307380,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(3341), 35, - sym_raw_string_literal, + ACTIONS(4028), 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, @@ -308782,22 +307405,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, + [2254] = 7, + 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, - [1602] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2458), 18, + ACTIONS(4048), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -308812,11 +307443,10 @@ 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_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2460), 32, + sym_literal_suffix, + ACTIONS(4046), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -308825,14 +307455,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -308846,13 +307469,24 @@ 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, - [1660] = 3, + [2319] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2437), 18, + 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, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -308862,32 +307496,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_const, - anon_sym_COLON, - anon_sym_GT_GT_EQ, + anon_sym_GT_GT, + anon_sym_EQ, anon_sym_DOT, - ACTIONS(2439), 32, + ACTIONS(3049), 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_COLON_COLON, - anon_sym_LBRACE, + 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_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -308895,19 +307523,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_final, - anon_sym_override, - anon_sym_GT2, - [1718] = 3, + [2388] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2482), 18, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3802), 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, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -308917,32 +307556,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_const, - anon_sym_COLON, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2484), 32, + ACTIONS(3086), 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_COLON_COLON, - anon_sym_LBRACE, + 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_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -308950,19 +307583,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_final, - anon_sym_override, - anon_sym_GT2, - [1776] = 3, + [2457] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2478), 18, + 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, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -308972,32 +307616,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_const, - anon_sym_COLON, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2480), 32, + ACTIONS(3064), 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_COLON_COLON, - anon_sym_LBRACE, + 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_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -309005,19 +307643,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_final, - anon_sym_override, - anon_sym_GT2, - [1834] = 3, + [2526] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2429), 18, + 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, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -309027,32 +307676,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_const, - anon_sym_COLON, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2431), 32, + ACTIONS(3074), 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_COLON_COLON, - anon_sym_LBRACE, + 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_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -309060,19 +307703,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_final, - anon_sym_override, - anon_sym_GT2, - [1892] = 3, + [2595] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2415), 18, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3802), 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, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -309082,32 +307736,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_const, - anon_sym_COLON, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2417), 32, + ACTIONS(3116), 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_COLON_COLON, - anon_sym_LBRACE, + 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_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -309115,19 +307763,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [1950] = 3, + [2664] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2474), 18, + 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, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -309142,11 +307803,9 @@ 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_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2476), 32, + ACTIONS(2403), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -309155,14 +307814,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -309176,43 +307828,41 @@ 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, - [2008] = 16, + [2731] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2373), 1, + ACTIONS(2401), 1, anon_sym_const, - ACTIONS(2388), 1, + ACTIONS(2416), 1, anon_sym_AMP_AMP, - ACTIONS(2391), 1, + ACTIONS(2419), 1, anon_sym_LT, - ACTIONS(2394), 1, + ACTIONS(2422), 1, anon_sym_COLON_COLON, - ACTIONS(2399), 1, + ACTIONS(2427), 1, anon_sym_LBRACE, - ACTIONS(2401), 1, + ACTIONS(2429), 1, anon_sym_LBRACK, - ACTIONS(2405), 1, + ACTIONS(2433), 1, anon_sym_EQ, - ACTIONS(3476), 1, + ACTIONS(3503), 1, anon_sym_LBRACK_LBRACK, - STATE(2492), 1, + STATE(2498), 1, sym_template_argument_list, - ACTIONS(2377), 2, + ACTIONS(2405), 2, anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(2385), 2, + ACTIONS(2413), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(2381), 5, + ACTIONS(2409), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(2383), 10, + ACTIONS(2411), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -309223,7 +307873,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2409), 10, + ACTIONS(2437), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -309234,7 +307884,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2375), 11, + ACTIONS(2403), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -309246,23 +307896,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [2091] = 9, + [2814] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - ACTIONS(3757), 1, + ACTIONS(3802), 1, anon_sym_LBRACE, - STATE(2073), 1, + STATE(2055), 1, sym_field_declaration_list, - STATE(3925), 1, + STATE(4130), 1, sym_virtual_specifier, - STATE(4619), 1, + STATE(4661), 1, sym_base_class_clause, - ACTIONS(3438), 2, + ACTIONS(3415), 2, anon_sym_final, anon_sym_override, - ACTIONS(3067), 14, + ACTIONS(3033), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -309277,7 +307927,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3069), 28, + ACTIONS(3035), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -309306,23 +307956,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [2160] = 7, + [2883] = 6, ACTIONS(3), 1, sym_comment, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, ACTIONS(4102), 1, - sym_identifier, - ACTIONS(4108), 1, - sym_raw_string_literal, - STATE(1988), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(4105), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(4059), 17, + anon_sym_LT, + STATE(2004), 1, + sym_template_argument_list, + ACTIONS(2988), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -309332,24 +307975,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_COLON, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(4057), 23, + ACTIONS(2427), 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, @@ -309357,59 +308003,58 @@ 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, - [2225] = 9, + anon_sym_final, + anon_sym_override, + [2945] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3757), 1, + ACTIONS(2516), 1, + anon_sym_const, + ACTIONS(2520), 3, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_AMP_AMP, + ACTIONS(2527), 3, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_LBRACK, + ACTIONS(2523), 7, + anon_sym_COLON_COLON, anon_sym_LBRACE, - STATE(2077), 1, - sym_field_declaration_list, - STATE(3931), 1, - sym_virtual_specifier, - STATE(4624), 1, - sym_base_class_clause, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3027), 14, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(2525), 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_LT_LT, anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3029), 28, + ACTIONS(2518), 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_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -309424,53 +308069,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [2294] = 9, + [3009] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3757), 1, + ACTIONS(2401), 1, + anon_sym_const, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(2427), 1, anon_sym_LBRACE, - STATE(2081), 1, - sym_field_declaration_list, - STATE(3942), 1, - sym_virtual_specifier, - STATE(4634), 1, - sym_base_class_clause, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3109), 14, + 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, + anon_sym_LPAREN2, + anon_sym_AMP_AMP, + anon_sym_LBRACK, + ACTIONS(2409), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(2411), 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_DOT, - ACTIONS(3111), 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, + ACTIONS(2437), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -309481,55 +308120,65 @@ 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, - [2363] = 9, + [3085] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3757), 1, + 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, - STATE(2124), 1, - sym_field_declaration_list, - STATE(3954), 1, - sym_virtual_specifier, - STATE(4490), 1, - sym_base_class_clause, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3045), 14, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(2458), 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_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3047), 28, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + ACTIONS(2451), 17, 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, @@ -309537,150 +308186,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, - [2432] = 9, + [3155] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3757), 1, + ACTIONS(2401), 1, + anon_sym_const, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(2427), 1, anon_sym_LBRACE, - STATE(2131), 1, - sym_field_declaration_list, - STATE(3961), 1, - sym_virtual_specifier, - STATE(4499), 1, - sym_base_class_clause, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3041), 14, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4110), 1, + anon_sym_LT, + STATE(2534), 1, + sym_template_argument_list, + ACTIONS(2413), 2, 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, + ACTIONS(4113), 2, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(3043), 28, + 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_RPAREN, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_LBRACK, + anon_sym_GT2, + ACTIONS(2403), 8, + anon_sym_PIPE_PIPE, 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_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_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, - [2501] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3757), 1, - anon_sym_LBRACE, - STATE(2135), 1, - sym_field_declaration_list, - STATE(3981), 1, - sym_virtual_specifier, - STATE(4525), 1, - sym_base_class_clause, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3017), 14, + ACTIONS(2411), 11, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_PIPE, anon_sym_CARET, - anon_sym_AMP, anon_sym_GT, - anon_sym_LT, + anon_sym_GT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, anon_sym_DOT, - ACTIONS(3019), 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, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - 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, - [2570] = 7, + [3231] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4111), 1, - sym_identifier, - ACTIONS(4113), 1, - sym_raw_string_literal, - STATE(1988), 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(4071), 17, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(4117), 1, + anon_sym_LT, + STATE(2004), 1, + sym_template_argument_list, + ACTIONS(2449), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -309690,24 +308274,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_COLON, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(4069), 23, + ACTIONS(2456), 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, @@ -309715,40 +308302,42 @@ 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, - [2635] = 10, + anon_sym_final, + anon_sym_override, + [3293] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, + ACTIONS(2422), 1, anon_sym_COLON_COLON, - ACTIONS(2441), 1, + ACTIONS(2449), 1, anon_sym_const, - ACTIONS(2455), 1, + ACTIONS(4120), 1, anon_sym_LT, - STATE(2001), 1, + STATE(1995), 1, sym_template_argument_list, - ACTIONS(2445), 3, + ACTIONS(2460), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2453), 4, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_AMP_AMP, - ACTIONS(2452), 3, - anon_sym_STAR, - anon_sym_AMP, anon_sym_LBRACK, - ACTIONS(2448), 6, + ACTIONS(2456), 6, anon_sym_LBRACE, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(2450), 11, + ACTIONS(2458), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -309760,7 +308349,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2443), 22, + ACTIONS(2451), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -309768,7 +308357,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -309783,25 +308371,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [2706] = 8, + [3363] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4115), 1, - sym_identifier, - ACTIONS(4117), 1, - sym_literal_suffix, - ACTIONS(4119), 1, - sym_raw_string_literal, - STATE(1994), 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(2383), 16, + ACTIONS(3339), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -309818,7 +308391,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2375), 23, + sym_identifier, + sym_literal_suffix, + ACTIONS(3341), 29, + sym_raw_string_literal, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -309841,106 +308417,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [2773] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4121), 23, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_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, - anon_sym_decltype, - sym_auto, - anon_sym_typename, - anon_sym_template, - ACTIONS(4123), 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_RBRACK_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [2829] = 10, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_GT2, + [3418] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2441), 1, - anon_sym_const, + ACTIONS(2754), 1, + anon_sym_LBRACE, ACTIONS(4125), 1, - anon_sym_LT, - STATE(2021), 1, - sym_template_argument_list, - ACTIONS(2452), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2445), 4, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_AMP_AMP, + ACTIONS(4129), 1, anon_sym_LBRACK, - ACTIONS(2448), 6, - anon_sym_LBRACE, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(2450), 11, + STATE(2024), 1, + sym_new_declarator, + STATE(2185), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4127), 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(2443), 21, + ACTIONS(4123), 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, @@ -309955,79 +308480,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [2899] = 13, + [3483] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2373), 1, - anon_sym_const, - ACTIONS(2394), 1, + ACTIONS(3031), 1, anon_sym_COLON_COLON, - ACTIONS(2399), 1, - anon_sym_LBRACE, - ACTIONS(4128), 1, - anon_sym_LT, - STATE(2527), 1, - sym_template_argument_list, - ACTIONS(2385), 2, + ACTIONS(3043), 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, - ACTIONS(4131), 2, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(2381), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(2388), 6, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(3045), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_AMP_AMP, - anon_sym_LBRACK, - anon_sym_GT2, - ACTIONS(2375), 8, 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_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - ACTIONS(4133), 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, - ACTIONS(2383), 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, - [2975] = 6, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + [3540] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2952), 1, + ACTIONS(3031), 1, anon_sym_COLON_COLON, - ACTIONS(4135), 1, - anon_sym_LT, - STATE(2022), 1, - sym_template_argument_list, - ACTIONS(3337), 14, + ACTIONS(3043), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310037,12 +308548,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(2399), 31, + ACTIONS(3045), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -310074,20 +308586,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - [3037] = 7, + [3597] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2486), 1, + ACTIONS(2516), 1, anon_sym_const, - ACTIONS(2490), 3, + ACTIONS(2527), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(2520), 4, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_AMP_AMP, - ACTIONS(2497), 3, - anon_sym_STAR, - anon_sym_AMP, anon_sym_LBRACK, - ACTIONS(2493), 7, + ACTIONS(2523), 7, anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_volatile, @@ -310095,7 +308607,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(2495), 12, + ACTIONS(2525), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -310108,7 +308620,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2488), 22, + ACTIONS(2518), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -310116,7 +308628,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -310131,208 +308642,213 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [3101] = 3, + [3660] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4137), 23, + 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, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + ACTIONS(2525), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_AMP, + 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_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_GT_EQ, anon_sym_DOT, - sym_identifier, - anon_sym_decltype, - sym_auto, - anon_sym_typename, - anon_sym_template, - ACTIONS(4139), 25, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(2518), 17, anon_sym_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_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_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [3157] = 5, + [3723] = 4, ACTIONS(3), 1, sym_comment, - STATE(2003), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4141), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3060), 18, + ACTIONS(3031), 1, + anon_sym_COLON_COLON, + ACTIONS(3027), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - sym_primitive_type, + anon_sym_COLON, anon_sym_DOT, - sym_identifier, - ACTIONS(3062), 25, + ACTIONS(3029), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_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, - [3217] = 3, + anon_sym_final, + anon_sym_override, + [3780] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4144), 23, + 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, anon_sym_DASH, anon_sym_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_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_GT_EQ, anon_sym_DOT, sym_identifier, - anon_sym_decltype, - sym_auto, - anon_sym_typename, - anon_sym_template, - ACTIONS(4146), 25, + ACTIONS(2950), 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_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_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [3273] = 13, + anon_sym_GT2, + [3839] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2373), 1, - anon_sym_const, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2399), 1, + ACTIONS(2754), 1, anon_sym_LBRACE, - ACTIONS(2405), 1, - anon_sym_EQ, - ACTIONS(4148), 1, - anon_sym_LT, - STATE(2523), 1, - sym_template_argument_list, - ACTIONS(2385), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2388), 4, - anon_sym_RPAREN, + ACTIONS(4125), 1, anon_sym_LPAREN2, - anon_sym_AMP_AMP, + ACTIONS(4129), 1, anon_sym_LBRACK, - ACTIONS(2381), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(2383), 10, + STATE(2007), 1, + sym_new_declarator, + STATE(2138), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4136), 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(2409), 10, + ACTIONS(4134), 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, @@ -310343,65 +308859,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2375), 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, - [3349] = 10, + [3904] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2441), 1, - anon_sym_const, - ACTIONS(4151), 1, - anon_sym_LT, - STATE(2023), 1, - sym_template_argument_list, - ACTIONS(2452), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2445), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_AMP_AMP, - anon_sym_LBRACK, - anon_sym_GT2, - ACTIONS(2448), 6, - anon_sym_LBRACE, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(2450), 13, + 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, anon_sym_DASH, anon_sym_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(2443), 17, + ACTIONS(3054), 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, @@ -310415,16 +308917,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [3419] = 6, + anon_sym_GT2, + [3967] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2952), 1, - anon_sym_COLON_COLON, - ACTIONS(4154), 1, - anon_sym_LT, - STATE(2022), 1, - sym_template_argument_list, - ACTIONS(2441), 14, + ACTIONS(3110), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310434,12 +308931,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(2448), 31, + ACTIONS(3112), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -310451,6 +308949,7 @@ 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, @@ -310471,128 +308970,124 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - [3481] = 9, + [4022] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3763), 1, + ACTIONS(2754), 1, anon_sym_LBRACE, - STATE(2251), 1, - sym_field_declaration_list, - STATE(3997), 1, - sym_virtual_specifier, - STATE(4535), 1, - sym_base_class_clause, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3017), 17, + 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, anon_sym_DASH, anon_sym_PLUS, + 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, anon_sym_DOT, - sym_identifier, - ACTIONS(3019), 23, + ACTIONS(4144), 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_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, - [3548] = 9, + [4087] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3763), 1, + ACTIONS(2754), 1, anon_sym_LBRACE, - STATE(2246), 1, - sym_field_declaration_list, - STATE(4019), 1, - sym_virtual_specifier, - STATE(4549), 1, - sym_base_class_clause, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3045), 17, + 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, anon_sym_DASH, anon_sym_PLUS, + 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, anon_sym_DOT, - sym_identifier, - ACTIONS(3047), 23, + ACTIONS(4148), 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_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, - [3615] = 4, + [4152] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3039), 1, - anon_sym_COLON_COLON, - ACTIONS(3035), 15, + ACTIONS(2516), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310608,7 +309103,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_DOT, - ACTIONS(3037), 31, + ACTIONS(2523), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -310620,6 +309115,7 @@ 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, @@ -310640,10 +309136,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - [3672] = 3, + [4207] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3339), 18, + ACTIONS(3367), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310662,7 +309158,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, sym_identifier, sym_literal_suffix, - ACTIONS(3341), 29, + ACTIONS(3369), 29, sym_raw_string_literal, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, @@ -310692,131 +309188,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_u8_DQUOTE, anon_sym_DQUOTE, anon_sym_GT2, - [3727] = 7, + [4262] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4157), 1, - sym_identifier, - ACTIONS(4161), 1, - sym_primitive_type, - STATE(2013), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4159), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3054), 16, + ACTIONS(4152), 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_DOT, - ACTIONS(3052), 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, - 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, - [3790] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(2013), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4163), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(3060), 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, sym_primitive_type, - anon_sym_GT_GT_EQ, + anon_sym_enum, + anon_sym_class, + anon_sym_struct, + anon_sym_union, anon_sym_DOT, sym_identifier, - ACTIONS(3062), 24, + 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_LBRACE, + 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_GT2, - [3849] = 8, + [4316] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2766), 1, + ACTIONS(2754), 1, anon_sym_LBRACE, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4172), 1, - anon_sym_LBRACK, - STATE(2046), 1, - sym_new_declarator, - STATE(2216), 2, + STATE(2136), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4170), 14, + ACTIONS(4158), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310831,7 +309264,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4166), 27, + ACTIONS(4156), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -310843,6 +309276,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, @@ -310859,10 +309293,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [3914] = 3, + [4376] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3347), 18, + 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, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310879,10 +309326,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(3349), 29, - sym_raw_string_literal, + ACTIONS(3049), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -310905,18 +309349,17 @@ 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, - [3969] = 4, + [4442] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3039), 1, + ACTIONS(2422), 1, anon_sym_COLON_COLON, - ACTIONS(3105), 15, + ACTIONS(4102), 1, + anon_sym_LT, + STATE(2004), 1, + sym_template_argument_list, + ACTIONS(2401), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310926,13 +309369,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(3107), 31, + ACTIONS(2409), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -310962,14 +309404,10 @@ 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, - [4026] = 4, + [4502] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3039), 1, - anon_sym_COLON_COLON, - ACTIONS(3105), 15, + ACTIONS(3043), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -310983,9 +309421,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(3107), 31, + ACTIONS(3045), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311001,6 +309438,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, @@ -311017,68 +309455,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - [4083] = 9, + [4556] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3763), 1, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(2456), 1, anon_sym_LBRACE, - STATE(2224), 1, - sym_field_declaration_list, - STATE(4004), 1, - sym_virtual_specifier, - STATE(4543), 1, - sym_base_class_clause, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3041), 17, + ACTIONS(4120), 1, + anon_sym_LT, + STATE(2030), 1, + sym_template_argument_list, + ACTIONS(2458), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_COLON, anon_sym_DOT, - sym_identifier, - ACTIONS(3043), 23, + ACTIONS(2451), 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_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + 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, - [4150] = 3, + [4618] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3031), 15, + ACTIONS(2754), 1, + anon_sym_LBRACE, + ACTIONS(4125), 1, + anon_sym_LPAREN2, + STATE(2127), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4162), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311092,13 +309534,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(3033), 32, + ACTIONS(4160), 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, @@ -311106,11 +309546,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_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -311125,23 +309564,10 @@ 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, - [4205] = 7, + [4678] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4174), 1, - sym_identifier, - ACTIONS(4178), 1, - sym_primitive_type, - STATE(2003), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4176), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3054), 15, + ACTIONS(4164), 22, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -311149,15 +309575,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + 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(3052), 25, + sym_identifier, + anon_sym_decltype, + sym_auto, + anon_sym_typename, + anon_sym_template, + ACTIONS(4166), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311174,57 +309607,57 @@ static const uint16_t ts_small_parse_table[] = { 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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [4268] = 7, + [4732] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2486), 1, - anon_sym_const, - ACTIONS(2497), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2490), 4, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_AMP_AMP, - anon_sym_LBRACK, - ACTIONS(2493), 7, - anon_sym_COLON_COLON, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3772), 1, anon_sym_LBRACE, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(2495), 12, + 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, anon_sym_DASH, anon_sym_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(2488), 21, + ACTIONS(3035), 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_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -311232,17 +309665,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, - [4331] = 3, + anon_sym_GT2, + [4798] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2486), 15, + ACTIONS(2754), 1, + anon_sym_LBRACE, + ACTIONS(4125), 1, + anon_sym_LPAREN2, + STATE(2139), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4170), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311256,13 +309696,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(2493), 32, + ACTIONS(4168), 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, @@ -311270,11 +309708,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_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -311289,51 +309726,46 @@ 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, - [4386] = 7, + [4858] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2486), 1, - anon_sym_const, - ACTIONS(2497), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(2490), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_AMP_AMP, - anon_sym_LBRACK, - anon_sym_GT2, - ACTIONS(2493), 7, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(2495), 14, + ACTIONS(4172), 1, + anon_sym_COLON, + STATE(2035), 1, + sym__enum_base_clause, + STATE(2090), 1, + sym_enumerator_list, + ACTIONS(3417), 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_DOT, - ACTIONS(2488), 17, + ACTIONS(3419), 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, @@ -311341,145 +309773,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, - [4449] = 9, + [4918] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3763), 1, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(2427), 1, anon_sym_LBRACE, - STATE(2267), 1, - sym_field_declaration_list, - STATE(3918), 1, - sym_virtual_specifier, - STATE(4468), 1, - sym_base_class_clause, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3067), 17, + ACTIONS(4174), 1, + anon_sym_LT, + STATE(2030), 1, + sym_template_argument_list, + ACTIONS(2411), 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___based, - anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_DOT, - sym_identifier, - ACTIONS(3069), 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_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [4516] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3763), 1, - anon_sym_LBRACE, - STATE(2266), 1, - sym_field_declaration_list, - STATE(3921), 1, - sym_virtual_specifier, - STATE(4471), 1, - sym_base_class_clause, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3027), 17, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym___based, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_COLON, anon_sym_DOT, - sym_identifier, - ACTIONS(3029), 23, + ACTIONS(2403), 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_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + 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, - [4583] = 9, + [4980] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3763), 1, - anon_sym_LBRACE, - STATE(2263), 1, - sym_field_declaration_list, - STATE(3939), 1, - sym_virtual_specifier, - STATE(4478), 1, - sym_base_class_clause, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3109), 17, + ACTIONS(4177), 22, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -311487,17 +309846,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym___based, - anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + 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, - ACTIONS(3111), 23, + anon_sym_decltype, + sym_auto, + anon_sym_typename, + anon_sym_template, + ACTIONS(4179), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -311514,28 +309878,22 @@ 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_RBRACK_RBRACK, anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [4650] = 8, + [5034] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2766), 1, - anon_sym_LBRACE, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4172), 1, - anon_sym_LBRACK, - STATE(2030), 1, - sym_new_declarator, - STATE(2139), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4182), 14, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + STATE(1299), 1, + sym_template_argument_list, + ACTIONS(2980), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311549,68 +309907,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(4180), 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, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - 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, - [4715] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2766), 1, - anon_sym_LBRACE, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4172), 1, - anon_sym_LBRACK, - STATE(2044), 1, - sym_new_declarator, - STATE(2182), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4186), 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(4184), 27, + ACTIONS(2982), 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, @@ -311618,9 +309921,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, @@ -311635,21 +309939,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [4780] = 8, + [5092] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2766), 1, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3772), 1, anon_sym_LBRACE, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4172), 1, - anon_sym_LBRACK, - STATE(2035), 1, - sym_new_declarator, - STATE(2150), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4190), 14, + 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, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311659,25 +309965,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(4188), 27, + ACTIONS(3086), 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, @@ -311685,24 +309989,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, - [4845] = 6, + anon_sym_GT2, + [5158] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2766), 1, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3772), 1, anon_sym_LBRACE, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - STATE(2151), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4194), 14, + 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, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311712,26 +310022,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(4192), 28, + ACTIONS(3064), 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, @@ -311739,30 +310046,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, - [4905] = 9, + anon_sym_GT2, + [5224] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - ACTIONS(3791), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, - STATE(2354), 1, + STATE(2324), 1, sym_field_declaration_list, - STATE(3878), 1, + STATE(4103), 1, sym_virtual_specifier, - STATE(4358), 1, + STATE(4560), 1, sym_base_class_clause, - ACTIONS(3438), 2, + ACTIONS(3415), 2, anon_sym_final, anon_sym_override, - ACTIONS(3067), 16, + ACTIONS(3114), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311779,7 +310086,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3069), 23, + ACTIONS(3116), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -311803,76 +310110,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [4971] = 5, + [5290] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2952), 1, - anon_sym_COLON_COLON, - STATE(1350), 1, - sym_template_argument_list, - ACTIONS(2946), 15, + 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_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(2948), 29, + 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_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - 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, - [5029] = 9, + [5352] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3791), 1, + ACTIONS(2754), 1, anon_sym_LBRACE, - STATE(2355), 1, - sym_field_declaration_list, - STATE(3881), 1, - sym_virtual_specifier, - STATE(4362), 1, - sym_base_class_clause, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3027), 16, + ACTIONS(4125), 1, + anon_sym_LPAREN2, + STATE(2202), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4189), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311882,23 +310185,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(3029), 23, + ACTIONS(4187), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_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, @@ -311906,30 +310212,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, - [5095] = 9, + [5412] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - ACTIONS(3791), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, - STATE(2376), 1, + STATE(2296), 1, sym_field_declaration_list, - STATE(3892), 1, + STATE(4120), 1, sym_virtual_specifier, - STATE(4404), 1, + STATE(4579), 1, sym_base_class_clause, - ACTIONS(3438), 2, + ACTIONS(3415), 2, anon_sym_final, anon_sym_override, - ACTIONS(3041), 16, + ACTIONS(3072), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -311946,7 +310252,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3043), 23, + ACTIONS(3074), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -311970,77 +310276,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [5161] = 6, + [5478] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2766), 1, - anon_sym_LBRACE, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - STATE(2157), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4198), 14, + 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, anon_sym_DASH, anon_sym_PLUS, - 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_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + sym_primitive_type, anon_sym_DOT, - ACTIONS(4196), 28, + sym_identifier, + ACTIONS(2950), 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, - [5221] = 9, + [5536] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, + ACTIONS(4172), 1, anon_sym_COLON, - ACTIONS(3791), 1, - anon_sym_LBRACE, - STATE(2378), 1, - sym_field_declaration_list, - STATE(3896), 1, - sym_virtual_specifier, - STATE(4419), 1, - sym_base_class_clause, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3045), 16, + 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, @@ -312050,23 +310348,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(3047), 23, + ACTIONS(3425), 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, @@ -312074,17 +310376,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, - [5287] = 3, + [5596] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3105), 14, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(4194), 1, + anon_sym_LT, + STATE(2046), 1, + sym_template_argument_list, + ACTIONS(2449), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312094,28 +310402,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(3107), 32, + ACTIONS(2456), 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, @@ -312123,7 +310427,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, @@ -312132,16 +310435,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - [5341] = 6, + anon_sym_GT2, + [5655] = 10, 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_COLON, - STATE(2064), 1, - sym__enum_base_clause, - STATE(2116), 1, - sym_enumerator_list, - ACTIONS(3446), 14, + 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, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312151,16 +310464,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_DOT, - ACTIONS(3448), 29, + ACTIONS(2403), 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, @@ -312168,10 +310478,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_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -312186,16 +310493,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [5401] = 6, + [5722] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4200), 1, - anon_sym_COLON, - STATE(2049), 1, - sym__enum_base_clause, - STATE(2088), 1, - sym_enumerator_list, - ACTIONS(3440), 14, + ACTIONS(2523), 2, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + ACTIONS(2525), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312209,8 +310513,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(3442), 29, + ACTIONS(2518), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -312222,7 +310527,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, @@ -312240,18 +310544,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [5461] = 7, + [5777] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2399), 1, - anon_sym_LBRACE, - ACTIONS(4202), 1, - anon_sym_LT, - STATE(2062), 1, - sym_template_argument_list, - ACTIONS(2383), 14, + STATE(2093), 1, + sym_enumerator_list, + ACTIONS(3076), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312261,12 +310559,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(2375), 28, + ACTIONS(3078), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -312278,9 +310576,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, @@ -312295,23 +310595,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [5523] = 9, + [5832] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3791), 1, - anon_sym_LBRACE, - STATE(2358), 1, - sym_field_declaration_list, - STATE(3883), 1, - sym_virtual_specifier, - STATE(4368), 1, - sym_base_class_clause, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3109), 16, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(4206), 1, + anon_sym_LT, + STATE(2046), 1, + sym_template_argument_list, + ACTIONS(2988), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312322,13 +310615,13 @@ 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_COLON, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3111), 23, + ACTIONS(2427), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -312337,6 +310630,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, @@ -312351,19 +310645,27 @@ 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, - [5589] = 7, + [5891] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, + ACTIONS(2422), 1, anon_sym_COLON_COLON, - ACTIONS(2448), 1, + ACTIONS(2427), 1, anon_sym_LBRACE, - ACTIONS(4125), 1, + ACTIONS(4174), 1, anon_sym_LT, - STATE(2062), 1, + ACTIONS(4210), 1, + anon_sym_LBRACK, + STATE(2030), 1, sym_template_argument_list, - ACTIONS(2450), 14, + ACTIONS(4208), 3, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + ACTIONS(2411), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312376,13 +310678,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(2443), 28, + ACTIONS(2403), 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, @@ -312391,8 +310690,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, @@ -312407,23 +310704,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [5651] = 9, + [5956] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3791), 1, - anon_sym_LBRACE, - STATE(2372), 1, - sym_field_declaration_list, - STATE(3888), 1, - sym_virtual_specifier, - STATE(4400), 1, - sym_base_class_clause, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3017), 16, + ACTIONS(4129), 1, + anon_sym_LBRACK, + STATE(2104), 1, + sym_new_declarator, + ACTIONS(4214), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312433,23 +310721,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(3019), 23, + ACTIONS(4212), 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, @@ -312457,24 +310749,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, - [5717] = 6, + [6013] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2766), 1, - anon_sym_LBRACE, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - STATE(2218), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4207), 14, + STATE(2080), 1, + sym_enumerator_list, + ACTIONS(3066), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312489,10 +310776,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4205), 28, + ACTIONS(3068), 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, @@ -312500,6 +310788,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, @@ -312518,16 +310807,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [5777] = 6, + [6068] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2952), 1, + ACTIONS(3031), 1, anon_sym_COLON_COLON, - ACTIONS(4135), 1, - anon_sym_LT, - STATE(2022), 1, - sym_template_argument_list, - ACTIONS(2373), 14, + ACTIONS(3088), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312537,12 +310822,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(2381), 29, + ACTIONS(3090), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -312572,17 +310858,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [5837] = 6, + [6123] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2766), 1, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(2427), 1, anon_sym_LBRACE, - ACTIONS(4168), 1, + 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, - STATE(2142), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4211), 14, + 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, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312592,15 +310898,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(4209), 28, + ACTIONS(2403), 14, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -312609,33 +310912,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, - [5897] = 6, + [6192] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2952), 1, + ACTIONS(2422), 1, anon_sym_COLON_COLON, - ACTIONS(4213), 1, + ACTIONS(2456), 1, + anon_sym_LBRACE, + ACTIONS(2463), 1, anon_sym_LT, - STATE(2106), 1, + STATE(2092), 1, sym_template_argument_list, - ACTIONS(3337), 16, + ACTIONS(2458), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312645,24 +310937,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_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_COLON, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2399), 26, + ACTIONS(2451), 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_LBRACE, - anon_sym_LBRACK, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -312670,71 +310963,66 @@ 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, - [5956] = 3, + [6253] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2478), 20, + ACTIONS(3153), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_COLON, anon_sym_DOT, - sym_identifier, - anon_sym_final, - anon_sym_override, - ACTIONS(2480), 25, + ACTIONS(3155), 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_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, - [6009] = 4, + [6305] = 3, ACTIONS(3), 1, sym_comment, - STATE(2129), 1, - sym_enumerator_list, - ACTIONS(3134), 14, + ACTIONS(3279), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312749,7 +311037,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3136), 30, + ACTIONS(3281), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -312780,64 +311068,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [6064] = 3, + [6357] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2482), 20, + ACTIONS(3145), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_COLON, anon_sym_DOT, - sym_identifier, - anon_sym_final, - anon_sym_override, - ACTIONS(2484), 25, + ACTIONS(3147), 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_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, - [6117] = 5, + [6409] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4172), 1, - anon_sym_LBRACK, - STATE(2090), 1, - sym_new_declarator, - ACTIONS(4217), 14, + ACTIONS(3287), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312852,7 +311135,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4215), 29, + ACTIONS(3289), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -312866,6 +311149,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, @@ -312882,12 +311166,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [6174] = 4, + [6461] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3039), 1, - anon_sym_COLON_COLON, - ACTIONS(3297), 15, + ACTIONS(3295), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -312901,9 +311183,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(3299), 29, + ACTIONS(3297), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -312919,6 +311200,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, @@ -312933,76 +311215,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [6229] = 3, + [6513] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2429), 20, + ACTIONS(4218), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_COLON, anon_sym_DOT, - sym_identifier, - anon_sym_final, - anon_sym_override, - ACTIONS(2431), 25, + ACTIONS(4216), 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_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, - [6282] = 11, + [6565] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, + ACTIONS(2422), 1, anon_sym_COLON_COLON, - ACTIONS(2399), 1, + ACTIONS(2427), 1, anon_sym_LBRACE, - ACTIONS(2405), 1, + ACTIONS(2433), 1, anon_sym_EQ, - ACTIONS(4148), 1, + ACTIONS(4104), 1, anon_sym_LT, - ACTIONS(4221), 1, - anon_sym_LBRACK, - STATE(2614), 1, + STATE(2629), 1, sym_template_argument_list, - ACTIONS(4219), 3, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - ACTIONS(2409), 10, + ACTIONS(2437), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -313013,7 +311288,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2383), 12, + ACTIONS(2411), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313026,281 +311301,225 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2375), 14, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [6351] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3031), 20, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym___based, - anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_COLON, - anon_sym_DOT, - sym_identifier, - anon_sym_final, - anon_sym_override, - ACTIONS(3033), 25, + ACTIONS(2403), 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_COLON_COLON, - 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, - [6404] = 3, + [6629] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2474), 20, + ACTIONS(2516), 17, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT, - anon_sym___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, anon_sym_COLON, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - anon_sym_final, - anon_sym_override, - ACTIONS(2476), 25, + ACTIONS(2523), 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_SEMI, anon_sym_COLON_COLON, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + 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, - [6457] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [6681] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2458), 20, + ACTIONS(3265), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_COLON, anon_sym_DOT, - sym_identifier, - anon_sym_final, - anon_sym_override, - ACTIONS(2460), 25, + ACTIONS(3267), 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_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, - [6510] = 3, + [6733] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2437), 20, + ACTIONS(3315), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_COLON, anon_sym_DOT, - sym_identifier, - anon_sym_final, - anon_sym_override, - ACTIONS(2439), 25, + ACTIONS(3317), 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_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, - [6563] = 3, + [6785] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2415), 20, + ACTIONS(3031), 1, + anon_sym_COLON_COLON, + ACTIONS(3027), 17, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT, - anon_sym___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, anon_sym_COLON, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - anon_sym_final, - anon_sym_override, - ACTIONS(2417), 25, + ACTIONS(3029), 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_LBRACE, - 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_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [6616] = 6, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [6839] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2952), 1, - anon_sym_COLON_COLON, - ACTIONS(4223), 1, - anon_sym_LT, - STATE(2106), 1, - sym_template_argument_list, - ACTIONS(2441), 16, + ACTIONS(3110), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313311,13 +311530,14 @@ 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_COLON, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2448), 26, + ACTIONS(3112), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -313326,6 +311546,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, + anon_sym_COLON_COLON, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_QMARK, @@ -313344,25 +311565,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_GT2, - [6675] = 10, + [6891] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2399), 1, - anon_sym_LBRACE, - ACTIONS(3476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4229), 1, - anon_sym_LT, - ACTIONS(4232), 1, - anon_sym_LBRACK, - STATE(2082), 1, - sym_template_argument_list, - ACTIONS(4226), 2, - anon_sym_RPAREN, - anon_sym_LPAREN2, - ACTIONS(2383), 13, + ACTIONS(3335), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313372,13 +311578,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(2375), 24, + ACTIONS(3337), 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, @@ -313386,7 +311595,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, @@ -313401,13 +311614,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [6742] = 4, + [6943] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2493), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - ACTIONS(2495), 15, + ACTIONS(3121), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313421,9 +311631,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(2488), 28, + ACTIONS(3123), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -313435,9 +311644,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, @@ -313452,18 +311663,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [6797] = 7, + [6995] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2448), 1, - anon_sym_LBRACE, - ACTIONS(2455), 1, - anon_sym_LT, - STATE(2082), 1, - sym_template_argument_list, - ACTIONS(2450), 14, + ACTIONS(3125), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313473,12 +311676,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(2443), 27, + ACTIONS(3127), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -313490,8 +311693,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, @@ -313506,12 +311712,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [6858] = 4, + [7047] = 3, ACTIONS(3), 1, sym_comment, - STATE(2086), 1, - sym_enumerator_list, - ACTIONS(3071), 14, + ACTIONS(3137), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313526,7 +311730,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3073), 30, + ACTIONS(3139), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -313557,24 +311761,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [6913] = 9, + [7099] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2399), 1, - anon_sym_LBRACE, - ACTIONS(4202), 1, - anon_sym_LT, - ACTIONS(4221), 1, - anon_sym_LBRACK, - STATE(2062), 1, - sym_template_argument_list, - ACTIONS(4219), 3, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - ACTIONS(2383), 13, + ACTIONS(3141), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313584,13 +311774,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(2375), 24, + ACTIONS(3143), 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, @@ -313598,7 +311791,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, @@ -313613,61 +311810,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [6978] = 4, + [7151] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3039), 1, - anon_sym_COLON_COLON, - ACTIONS(3035), 20, + ACTIONS(3157), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_COLON, anon_sym_DOT, - sym_identifier, - anon_sym_final, - anon_sym_override, - ACTIONS(3037), 24, + ACTIONS(3159), 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_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, - [7033] = 3, + [7203] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3233), 14, + ACTIONS(3331), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313682,7 +311877,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3235), 30, + ACTIONS(3333), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -313713,12 +311908,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [7085] = 4, + [7255] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3039), 1, + ACTIONS(3031), 1, anon_sym_COLON_COLON, - ACTIONS(3105), 17, + ACTIONS(3043), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313736,7 +311931,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3107), 26, + ACTIONS(3045), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -313763,59 +311958,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_GT2, - [7139] = 3, + [7309] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3305), 14, + 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_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(3307), 30, + 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_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, - [7191] = 3, + [7373] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3329), 14, + ACTIONS(3173), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313830,7 +312031,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3331), 30, + ACTIONS(3175), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -313861,10 +312062,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [7243] = 3, + [7425] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3145), 14, + ACTIONS(4224), 1, + anon_sym_LBRACK_RBRACK, + ACTIONS(4222), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313877,9 +312080,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(3147), 30, + ACTIONS(4220), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -313891,9 +312095,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, @@ -313910,60 +312112,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [7295] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3039), 1, - anon_sym_COLON_COLON, - ACTIONS(3105), 17, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(3107), 26, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_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_final, - anon_sym_override, - anon_sym_GT2, - [7349] = 3, + [7479] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3141), 14, + ACTIONS(4228), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -313978,7 +312130,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3143), 30, + ACTIONS(4226), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -313990,7 +312142,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, @@ -314009,10 +312160,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [7401] = 3, + sym_literal_suffix, + [7531] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3265), 14, + ACTIONS(3185), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314027,7 +312179,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3267), 30, + ACTIONS(3187), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314058,10 +312210,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [7453] = 3, + [7583] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3257), 14, + ACTIONS(3193), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314076,7 +312228,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3259), 30, + ACTIONS(3195), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314107,10 +312259,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [7505] = 3, + [7635] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3193), 14, + ACTIONS(3197), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314125,7 +312277,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3195), 30, + ACTIONS(3199), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314156,10 +312308,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [7557] = 3, + [7687] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3289), 14, + ACTIONS(3253), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314174,7 +312326,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3291), 30, + ACTIONS(3255), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314205,10 +312357,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [7609] = 3, + [7739] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4237), 15, + ACTIONS(3291), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314221,10 +312373,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(4235), 29, + ACTIONS(3293), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314236,9 +312387,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, @@ -314254,10 +312406,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [7661] = 3, + [7791] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3269), 14, + ACTIONS(3169), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314272,7 +312424,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3271), 30, + ACTIONS(3171), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314303,10 +312455,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [7713] = 3, + [7843] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3277), 14, + ACTIONS(3275), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314321,7 +312473,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3279), 30, + ACTIONS(3277), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314352,10 +312504,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [7765] = 3, + [7895] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3169), 14, + ACTIONS(3205), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314370,7 +312522,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3171), 30, + ACTIONS(3207), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314401,60 +312553,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [7817] = 4, + [7947] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(2493), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - ACTIONS(2495), 15, - anon_sym_DASH, - anon_sym_PLUS, + 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, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(2363), 1, + anon_sym_AMP_AMP, + ACTIONS(2365), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(2562), 1, + sym_identifier, + ACTIONS(4054), 1, + anon_sym_COLON_COLON, + ACTIONS(4056), 1, anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_DOT, - ACTIONS(2488), 27, - anon_sym_DOT_DOT_DOT, + 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, - anon_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, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - 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, - [7871] = 3, + 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(3281), 14, + ACTIONS(3213), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314469,7 +312640,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3283), 30, + ACTIONS(3215), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314500,10 +312671,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [7923] = 3, + [8091] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3301), 14, + ACTIONS(3129), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314518,7 +312689,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3303), 30, + ACTIONS(3131), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314549,10 +312720,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [7975] = 3, + [8143] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3333), 14, + ACTIONS(3149), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314567,7 +312738,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3335), 30, + ACTIONS(3151), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314598,10 +312769,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8027] = 3, + [8195] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3157), 14, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3746), 1, + anon_sym_LBRACE, + STATE(2401), 1, + sym_field_declaration_list, + STATE(4020), 1, + sym_virtual_specifier, + STATE(4753), 1, + sym_base_class_clause, + ACTIONS(3415), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3114), 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(3116), 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, + [8259] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3165), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314616,7 +312842,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3159), 30, + ACTIONS(3167), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314647,10 +312873,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8079] = 3, + [8311] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3161), 14, + ACTIONS(3261), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314665,7 +312891,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3163), 30, + ACTIONS(3263), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314696,7 +312922,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8131] = 3, + [8363] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3177), 14, @@ -314745,10 +312971,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8183] = 3, + [8415] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3181), 14, + ACTIONS(3283), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314763,7 +312989,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3183), 30, + ACTIONS(3285), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314794,10 +313020,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8235] = 3, + [8467] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4241), 14, + ACTIONS(3303), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314812,7 +313038,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4239), 30, + ACTIONS(3305), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314843,10 +313069,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8287] = 3, + [8519] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3165), 14, + ACTIONS(3271), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314861,7 +313087,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3167), 30, + ACTIONS(3273), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314892,10 +313118,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8339] = 3, + [8571] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3237), 14, + ACTIONS(3181), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314910,7 +313136,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3239), 30, + ACTIONS(3183), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314941,10 +313167,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8391] = 3, + [8623] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3293), 14, + ACTIONS(4232), 1, + sym_literal_suffix, + ACTIONS(2411), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -314959,7 +313187,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3295), 30, + ACTIONS(2403), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -314971,7 +313199,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, @@ -314990,10 +313217,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8443] = 3, + [8677] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3031), 17, + ACTIONS(3299), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315003,26 +313230,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(3033), 27, + ACTIONS(3301), 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, @@ -315030,19 +313259,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, - [8495] = 3, + [8729] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3325), 14, + ACTIONS(3307), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315057,7 +313284,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3327), 30, + ACTIONS(3309), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315088,10 +313315,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8547] = 3, + [8781] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3201), 14, + ACTIONS(3031), 1, + anon_sym_COLON_COLON, + ACTIONS(3043), 17, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315101,12 +313330,60 @@ 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(3203), 30, + ACTIONS(3045), 26, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_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_final, + anon_sym_override, + anon_sym_GT2, + [8835] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3249), 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(3251), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315137,10 +313414,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8599] = 3, + [8887] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2450), 15, + ACTIONS(3319), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315153,10 +313430,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(2443), 29, + ACTIONS(3321), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315168,9 +313444,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, @@ -315186,10 +313463,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8651] = 3, + [8939] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(3209), 14, + 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, + STATE(3280), 1, + sym_parameter_list, + STATE(3542), 1, + sym__scope_resolution, + STATE(3649), 1, + sym__declarator, + STATE(3927), 1, + sym__abstract_declarator, + STATE(5237), 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, + [9031] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3245), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315204,7 +313550,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3211), 30, + ACTIONS(3247), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315235,10 +313581,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8703] = 3, + [9083] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3213), 14, + ACTIONS(3209), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315253,7 +313599,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3215), 30, + ACTIONS(3211), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315284,10 +313630,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8755] = 3, + [9135] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3217), 14, + ACTIONS(2523), 2, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + ACTIONS(2525), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315300,9 +313649,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(3219), 30, + ACTIONS(2518), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315314,11 +313664,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, @@ -315333,12 +313680,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8807] = 4, + [9189] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3039), 1, - anon_sym_COLON_COLON, - ACTIONS(3035), 17, + ACTIONS(3201), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315348,25 +313693,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(3037), 26, + ACTIONS(3203), 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, @@ -315374,19 +313722,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, - [8861] = 3, + [9241] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3285), 14, + ACTIONS(3133), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315401,7 +313747,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3287), 30, + ACTIONS(3135), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315432,10 +313778,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8913] = 3, + [9293] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(3261), 14, + 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_AMP_AMP, + ACTIONS(4072), 1, + anon_sym_AMP, + STATE(3269), 1, + sym_parameter_list, + STATE(3542), 1, + sym__scope_resolution, + STATE(3649), 1, + sym__declarator, + STATE(3945), 1, + sym__abstract_declarator, + STATE(5237), 1, + sym_ms_based_modifier, + ACTIONS(4230), 2, + anon_sym_COMMA, + anon_sym_GT2, + 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, + [9385] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3088), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315450,7 +313865,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3263), 30, + ACTIONS(3090), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315481,10 +313896,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [8965] = 3, + [9437] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2450), 15, + ACTIONS(3161), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315497,78 +313912,19 @@ 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(2443), 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_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [9017] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3105), 19, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym___based, - anon_sym_EQ, - 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(3107), 25, + ACTIONS(3163), 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, @@ -315576,62 +313932,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [9069] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2486), 17, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(2493), 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_COLON_COLON, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [9121] = 3, + [9489] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2450), 15, + ACTIONS(3189), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315644,10 +313961,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(2443), 29, + ACTIONS(3191), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315659,9 +313975,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, @@ -315677,59 +313994,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [9173] = 3, + [9541] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2450), 15, + 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_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_LBRACK, - anon_sym_EQ, + anon_sym_const, anon_sym_DOT, - ACTIONS(2443), 29, + ACTIONS(3049), 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_LBRACK_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COLON, + 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, - [9225] = 3, + [9605] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3317), 14, + ACTIONS(3327), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315744,7 +314067,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3319), 30, + ACTIONS(3329), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315775,12 +314098,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [9277] = 4, + [9657] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4243), 1, - sym_literal_suffix, - ACTIONS(2383), 14, + ACTIONS(3323), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315795,7 +314116,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2375), 29, + ACTIONS(3325), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315807,6 +314128,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, @@ -315825,59 +314147,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [9331] = 3, + [9709] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2450), 15, + 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_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_LBRACK, - anon_sym_EQ, + anon_sym_const, anon_sym_DOT, - ACTIONS(2443), 29, + 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_LBRACK_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COLON, + 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, - [9383] = 3, + [9773] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4247), 14, + ACTIONS(3088), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315892,7 +314220,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4245), 30, + ACTIONS(3090), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315923,10 +314251,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [9435] = 3, + [9825] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3309), 14, + ACTIONS(4236), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315941,7 +314269,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3311), 30, + ACTIONS(4234), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -315972,10 +314300,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [9487] = 3, + [9877] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3313), 14, + ACTIONS(3257), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -315990,7 +314318,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3315), 30, + ACTIONS(3259), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -316021,59 +314349,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [9539] = 3, + [9929] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3221), 14, + 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, anon_sym_DASH, anon_sym_PLUS, - 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(3223), 30, + ACTIONS(3086), 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, - [9591] = 3, + [9993] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3273), 14, + ACTIONS(3311), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -316088,7 +314422,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3275), 30, + ACTIONS(3313), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -316119,59 +314453,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [9643] = 3, + [10045] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3297), 14, + 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, anon_sym_DASH, anon_sym_PLUS, - 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(3299), 30, + ACTIONS(3064), 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, - [9695] = 3, + [10109] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4221), 15, + ACTIONS(2458), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -316187,7 +314527,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4219), 29, + ACTIONS(2451), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -316202,7 +314542,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -316217,10 +314556,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [9747] = 3, + [10160] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3253), 14, + 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, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -316234,12 +314586,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(3255), 30, + ACTIONS(4238), 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, @@ -316247,11 +314597,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, @@ -316263,34 +314610,78 @@ 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, - [9799] = 9, + [10223] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, + 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(2399), 1, - anon_sym_LBRACE, - ACTIONS(2405), 1, - anon_sym_EQ, - ACTIONS(4148), 1, - anon_sym_LT, - STATE(2614), 1, - sym_template_argument_list, - ACTIONS(2409), 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(2383), 12, + 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(3671), 1, + sym__declarator, + STATE(5237), 1, + sym_ms_based_modifier, + ACTIONS(2944), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2600), 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, + [10314] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4260), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -316300,10 +314691,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(2375), 17, + ACTIONS(4258), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -316317,14 +314710,26 @@ 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_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + 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, - [9863] = 3, + [10365] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3225), 14, + ACTIONS(2458), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -316337,9 +314742,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(3227), 30, + ACTIONS(2451), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -316351,11 +314757,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, @@ -316370,62 +314774,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [9915] = 6, + [10416] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2952), 1, - anon_sym_COLON_COLON, - ACTIONS(4249), 1, - anon_sym_LT, - STATE(2161), 1, - sym_template_argument_list, - ACTIONS(3337), 10, + ACTIONS(4264), 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_const, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(2399), 31, + ACTIONS(4262), 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_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, - [9973] = 3, + [10467] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3321), 14, + ACTIONS(2458), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -316438,9 +314838,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(3323), 30, + ACTIONS(2451), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -316452,11 +314853,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, @@ -316471,10 +314870,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [10025] = 3, + [10518] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3149), 14, + ACTIONS(2458), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -316487,9 +314886,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(3151), 30, + ACTIONS(2451), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -316501,11 +314901,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, @@ -316520,10 +314918,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [10077] = 3, + [10569] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3153), 14, + ACTIONS(2458), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -316536,9 +314934,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(3155), 30, + ACTIONS(2451), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -316550,11 +314949,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, @@ -316569,15 +314966,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [10129] = 3, + [10620] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4253), 14, + 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, 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, @@ -316586,12 +314998,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(4251), 30, + ACTIONS(4266), 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, @@ -316600,9 +315010,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, @@ -316614,33 +315022,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, - sym_literal_suffix, - [10181] = 3, + [10687] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3229), 14, + 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, 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, - anon_sym_DOT, - ACTIONS(3231), 30, + ACTIONS(4266), 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, @@ -316648,11 +315066,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, @@ -316664,44 +315079,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, - [10233] = 3, + [10756] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3297), 14, + 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, 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, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4272), 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(3299), 30, + ACTIONS(4266), 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_LBRACE, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -316713,44 +315138,55 @@ 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, - [10285] = 3, + [10829] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(3173), 14, + 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, 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_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(3175), 30, + ACTIONS(4266), 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_LBRACE, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -316762,13 +315198,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, - [10337] = 3, + [10904] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3245), 14, + ACTIONS(2458), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -316783,7 +315216,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3247), 30, + ACTIONS(2451), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -316795,12 +315228,40 @@ 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_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + 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, + [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, @@ -316811,13 +315272,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, - [10389] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3189), 14, + ACTIONS(2411), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -316827,15 +315282,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(3191), 30, + ACTIONS(2403), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -316844,29 +315296,15 @@ 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, - [10441] = 3, + [11020] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3197), 14, + ACTIONS(4284), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -316881,7 +315319,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3199), 30, + ACTIONS(4282), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -316893,7 +315331,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, @@ -316912,10 +315349,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [10493] = 3, + [11071] = 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(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, + 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(2608), 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, + [11253] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3241), 14, + ACTIONS(4304), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -316930,7 +315503,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(3243), 30, + ACTIONS(4302), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -316942,7 +315515,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, @@ -316961,10 +315533,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [10545] = 3, + [11304] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(3205), 14, + 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, + 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_LBRACK, + STATE(3261), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3554), 1, + sym__scope_resolution, + STATE(3771), 1, + sym__declarator, + STATE(4918), 1, + sym_ms_based_modifier, + ACTIONS(2944), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2133), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(2610), 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, + [11395] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3043), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -316974,27 +315614,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(3207), 30, + ACTIONS(3045), 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_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -317003,17 +315640,314 @@ 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, - [10597] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [11446] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(3249), 14, + 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(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, + 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(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, + 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(3261), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3542), 1, + sym__scope_resolution, + STATE(3687), 1, + sym__declarator, + STATE(5145), 1, + sym_ms_based_modifier, + ACTIONS(2944), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2611), 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, + [11719] = 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, + 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_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, + 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(2466), 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, @@ -317023,15 +315957,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(3251), 30, + ACTIONS(2403), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -317040,29 +315971,83 @@ 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, - [10649] = 3, + [11875] = 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(3623), 1, + sym__declarator, + STATE(4836), 1, + sym_ms_based_modifier, + ACTIONS(2944), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2582), 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, + [11966] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4257), 14, + ACTIONS(4314), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317077,7 +316062,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4255), 29, + ACTIONS(4312), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -317107,33 +316092,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [10700] = 10, + [12017] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2399), 1, - anon_sym_LBRACE, - ACTIONS(2405), 1, - anon_sym_EQ, - ACTIONS(2413), 1, - anon_sym_COLON, - ACTIONS(4148), 1, - anon_sym_LT, - STATE(2614), 1, - sym_template_argument_list, - ACTIONS(2409), 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(2383), 12, + ACTIONS(4164), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317143,12 +316105,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(2375), 15, + ACTIONS(4166), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -317157,28 +316122,28 @@ 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, - [10765] = 9, + [12068] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4265), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4261), 13, + ACTIONS(4318), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317192,10 +316157,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4259), 23, + anon_sym_DOT, + ACTIONS(4316), 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, @@ -317204,7 +316171,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, @@ -317216,10 +316185,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [10828] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [12119] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4273), 14, + ACTIONS(4322), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317234,7 +316206,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4271), 29, + ACTIONS(4320), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -317264,64 +316236,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [10879] = 23, + [12170] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2335), 1, + ACTIONS(1927), 1, anon_sym_LPAREN2, - ACTIONS(4075), 1, - sym_identifier, - ACTIONS(4079), 1, + ACTIONS(1929), 1, anon_sym_TILDE, - ACTIONS(4081), 1, + 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(4083), 1, + ACTIONS(4252), 1, anon_sym_AMP_AMP, - ACTIONS(4085), 1, + ACTIONS(4254), 1, anon_sym_AMP, - ACTIONS(4087), 1, - anon_sym_COLON_COLON, - ACTIONS(4089), 1, + ACTIONS(4256), 1, anon_sym_LBRACK, - STATE(3252), 1, - sym_parameter_list, - STATE(3519), 1, + STATE(3261), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3542), 1, sym__scope_resolution, - STATE(3670), 1, + STATE(3649), 1, sym__declarator, - STATE(3805), 1, - sym__abstract_declarator, - STATE(4679), 1, + STATE(5237), 1, sym_ms_based_modifier, - ACTIONS(4275), 2, - anon_sym_COMMA, - anon_sym_GT2, - STATE(3253), 2, + ACTIONS(2944), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2583), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(4877), 2, + STATE(3193), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(4833), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(2944), 6, + 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(3583), 10, + STATE(3712), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -317332,10 +316303,11 @@ static const uint16_t ts_small_parse_table[] = { sym_template_function, sym_destructor_name, sym_qualified_identifier, - [10970] = 3, + sym_operator_name, + [12261] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4137), 14, + ACTIONS(4326), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317350,7 +316322,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4139), 29, + ACTIONS(4324), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -317380,10 +316352,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [11021] = 3, + [12312] = 16, + 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, + 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, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + [12389] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4279), 14, + ACTIONS(4332), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317398,7 +316431,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4277), 29, + ACTIONS(4330), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -317428,23 +316461,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [11072] = 9, + [12440] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4265), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4283), 13, + ACTIONS(4334), 1, + anon_sym_COLON, + STATE(2265), 1, + sym__enum_base_clause, + STATE(2286), 1, + sym_enumerator_list, + ACTIONS(3417), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317454,23 +316480,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, - ACTIONS(4281), 23, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(3419), 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, @@ -317478,58 +316505,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [11135] = 20, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [12497] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4291), 1, + ACTIONS(4328), 1, + anon_sym_AMP, + ACTIONS(4338), 1, anon_sym_PIPE_PIPE, - ACTIONS(4293), 1, + ACTIONS(4340), 1, anon_sym_AMP_AMP, - ACTIONS(4295), 1, + ACTIONS(4342), 1, anon_sym_PIPE, - ACTIONS(4297), 1, + ACTIONS(4344), 1, anon_sym_CARET, - ACTIONS(4299), 1, - anon_sym_AMP, - ACTIONS(4309), 1, + ACTIONS(4346), 1, anon_sym_EQ, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4265), 2, + ACTIONS(4244), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4287), 2, + ACTIONS(4268), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4301), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4303), 2, + ACTIONS(4274), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4276), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4305), 2, + ACTIONS(4278), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4307), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4289), 3, + ACTIONS(4280), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4270), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4285), 17, + ACTIONS(4336), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -317547,40 +316577,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [11220] = 3, + [12582] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4221), 14, + 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, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(4272), 2, anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, + anon_sym_EQ, + ACTIONS(4274), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - ACTIONS(4219), 29, + 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_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_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, @@ -317592,13 +316639,78 @@ 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, - [11271] = 3, + [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, ACTIONS(3), 1, sym_comment, - ACTIONS(2450), 14, + ACTIONS(4350), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317613,7 +316725,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2443), 29, + ACTIONS(4348), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -317643,40 +316755,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [11322] = 3, + [12803] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4313), 14, + 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, 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, - 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(4311), 29, + ACTIONS(4266), 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, @@ -317688,13 +316818,105 @@ 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, - [11373] = 3, + [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, ACTIONS(3), 1, sym_comment, - ACTIONS(4144), 14, + 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, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317704,15 +316926,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(4146), 29, + ACTIONS(2403), 13, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -317720,82 +316938,65 @@ 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, - [11424] = 22, + [13044] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4291), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4293), 1, + ACTIONS(4272), 1, + anon_sym_EQ, + ACTIONS(4328), 1, + anon_sym_AMP, + ACTIONS(4340), 1, anon_sym_AMP_AMP, - ACTIONS(4295), 1, + ACTIONS(4342), 1, anon_sym_PIPE, - ACTIONS(4297), 1, + ACTIONS(4344), 1, anon_sym_CARET, - ACTIONS(4299), 1, - anon_sym_AMP, - ACTIONS(4315), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4319), 1, - anon_sym_EQ, - ACTIONS(4321), 1, - anon_sym_QMARK, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4265), 2, + ACTIONS(4244), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4287), 2, + ACTIONS(4268), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4301), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4303), 2, + ACTIONS(4274), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4276), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4305), 2, + ACTIONS(4278), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4307), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4289), 3, + ACTIONS(4280), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4270), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4317), 15, + ACTIONS(4266), 18, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_PIPE_PIPE, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_RBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -317806,10 +317007,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [11513] = 3, + [13127] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4325), 14, + ACTIONS(4350), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317824,7 +317025,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4323), 29, + ACTIONS(4348), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -317854,10 +317055,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [11564] = 3, + [13178] = 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(2492), 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, + [13243] = 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(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(4329), 14, + 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(4364), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317871,12 +317208,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(4327), 29, + ACTIONS(4362), 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, @@ -317885,9 +317220,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, @@ -317899,13 +317232,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, - [11615] = 3, + [13397] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4333), 14, + ACTIONS(4368), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317920,7 +317250,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4331), 29, + ACTIONS(4366), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -317950,10 +317280,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [11666] = 3, + [13448] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4337), 14, + ACTIONS(4372), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -317968,7 +317298,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4335), 29, + ACTIONS(4370), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -317998,22 +317328,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [11717] = 10, + [13499] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2399), 1, - anon_sym_LBRACE, - ACTIONS(2405), 1, + 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(4148), 1, + 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, + 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(4339), 1, - anon_sym_COLON, - STATE(2614), 1, - sym_template_argument_list, - ACTIONS(2409), 10, + 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_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -318024,7 +317395,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2383), 12, + [13588] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4152), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318034,12 +317408,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(2375), 15, + ACTIONS(4154), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -318048,26 +317425,28 @@ 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, - [11782] = 8, + [13639] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2800), 1, - anon_sym_LBRACE, - ACTIONS(4341), 1, - anon_sym_LPAREN2, - ACTIONS(4343), 1, - anon_sym_LBRACK, - STATE(2305), 1, - sym_new_declarator, - STATE(2453), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4182), 16, + ACTIONS(1516), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318077,21 +317456,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(4180), 21, + ACTIONS(1518), 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, @@ -318099,72 +317484,65 @@ 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, - [11843] = 10, + [13690] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2399), 1, - anon_sym_LBRACE, - ACTIONS(2405), 1, - anon_sym_EQ, - ACTIONS(2435), 1, - anon_sym_COLON, - ACTIONS(4148), 1, - anon_sym_LT, - STATE(2614), 1, - sym_template_argument_list, - ACTIONS(2409), 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(2383), 12, + ACTIONS(3043), 18, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, - anon_sym_LT_LT, - anon_sym_GT_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(2375), 15, + sym_identifier, + anon_sym_final, + anon_sym_override, + ACTIONS(3045), 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, - [11908] = 3, + [13741] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4347), 14, + ACTIONS(4384), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318179,7 +317557,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4345), 29, + ACTIONS(4382), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -318209,54 +317587,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [11959] = 20, + [13792] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4291), 1, + ACTIONS(4328), 1, + anon_sym_AMP, + ACTIONS(4338), 1, anon_sym_PIPE_PIPE, - ACTIONS(4293), 1, + ACTIONS(4340), 1, anon_sym_AMP_AMP, - ACTIONS(4295), 1, + ACTIONS(4342), 1, anon_sym_PIPE, - ACTIONS(4297), 1, + ACTIONS(4344), 1, anon_sym_CARET, - ACTIONS(4299), 1, - anon_sym_AMP, - ACTIONS(4351), 1, + ACTIONS(4388), 1, anon_sym_EQ, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4265), 2, + ACTIONS(4244), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4287), 2, + ACTIONS(4268), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4301), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4303), 2, + ACTIONS(4274), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4276), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4305), 2, + ACTIONS(4278), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4307), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4289), 3, + ACTIONS(4280), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4270), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4349), 17, + ACTIONS(4386), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -318274,21 +317652,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [12044] = 8, + [13877] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2800), 1, - anon_sym_LBRACE, - ACTIONS(4341), 1, - anon_sym_LPAREN2, - ACTIONS(4343), 1, - anon_sym_LBRACK, - STATE(2299), 1, - sym_new_declarator, - STATE(2478), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4170), 16, + ACTIONS(2458), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318298,21 +317665,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(4166), 21, + ACTIONS(2451), 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, @@ -318320,29 +317693,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [12105] = 10, + [13928] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, + ACTIONS(2422), 1, anon_sym_COLON_COLON, - ACTIONS(2399), 1, + ACTIONS(2427), 1, anon_sym_LBRACE, - ACTIONS(2405), 1, - anon_sym_EQ, ACTIONS(2433), 1, - anon_sym_COLON, - ACTIONS(4148), 1, + anon_sym_EQ, + ACTIONS(4104), 1, anon_sym_LT, - STATE(2614), 1, + ACTIONS(4390), 1, + anon_sym_COLON, + STATE(2629), 1, sym_template_argument_list, - ACTIONS(2409), 10, + ACTIONS(2437), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -318353,7 +317726,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2383), 12, + ACTIONS(2411), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318366,7 +317739,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2375), 15, + ACTIONS(2403), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -318382,58 +317755,126 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [12170] = 3, + [13993] = 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(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(3687), 1, + sym__declarator, + STATE(5145), 1, + sym_ms_based_modifier, + ACTIONS(2944), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2125), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(2611), 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, + [14084] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2486), 11, + ACTIONS(2458), 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_const, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(2493), 32, + ACTIONS(2451), 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_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, - [12221] = 3, + [14135] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4355), 14, + ACTIONS(4394), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318448,7 +317889,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4353), 29, + ACTIONS(4392), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -318478,15 +317919,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [12272] = 3, + [14186] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4357), 14, - anon_sym_DASH, - anon_sym_PLUS, + 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(4270), 3, 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, @@ -318495,12 +317950,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(1544), 29, + ACTIONS(4266), 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, @@ -318509,9 +317962,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, @@ -318523,13 +317974,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, - [12323] = 3, + [14251] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4361), 14, + ACTIONS(4400), 1, + anon_sym_LT, + STATE(2178), 1, + sym_template_argument_list, + ACTIONS(4398), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318539,12 +317991,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(4359), 29, + ACTIONS(4396), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -318559,7 +318010,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, @@ -318574,10 +318024,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [12374] = 3, + [14306] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2450), 14, + ACTIONS(4405), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318592,7 +318042,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2443), 29, + ACTIONS(4403), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -318622,10 +318072,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [12425] = 3, + [14357] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2450), 14, + ACTIONS(2800), 1, + anon_sym_LBRACE, + ACTIONS(4407), 1, + anon_sym_LPAREN2, + ACTIONS(4409), 1, + anon_sym_LBRACK, + STATE(2230), 1, + sym_new_declarator, + STATE(2419), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4146), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318635,28 +318096,51 @@ 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(2443), 29, + ACTIONS(4144), 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, + 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_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, @@ -318667,13 +318151,39 @@ 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, - [12476] = 3, + [14483] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2450), 14, + ACTIONS(2458), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318688,7 +318198,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2443), 29, + ACTIONS(2451), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -318718,26 +318228,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [12527] = 12, + [14534] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, + 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, + 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(2399), 1, - anon_sym_LBRACE, - ACTIONS(4148), 1, + ACTIONS(4256), 1, + anon_sym_LBRACK, + STATE(3261), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3554), 1, + sym__scope_resolution, + STATE(3770), 1, + sym__declarator, + STATE(4918), 1, + sym_ms_based_modifier, + ACTIONS(2944), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2183), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(2598), 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, + [14625] = 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(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, anon_sym_LT, - ACTIONS(4363), 1, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + ACTIONS(4266), 23, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - ACTIONS(4365), 1, + 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, - ACTIONS(4368), 1, - anon_sym_EQ, - STATE(2614), 1, - sym_template_argument_list, - STATE(4272), 1, - aux_sym_structured_binding_declarator_repeat1, - ACTIONS(4370), 10, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -318748,7 +318350,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2383), 12, + [14688] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4413), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318758,11 +318363,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(2375), 13, + ACTIONS(4411), 29, anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -318770,15 +318379,29 @@ 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, - [12596] = 3, + [14739] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4374), 14, + ACTIONS(4210), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318793,7 +318416,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4372), 29, + ACTIONS(4208), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -318823,10 +318446,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [12647] = 3, + [14790] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4121), 14, + ACTIONS(2411), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318841,7 +318464,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4123), 29, + ACTIONS(2403), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -318871,23 +318494,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [12698] = 9, + [14841] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + 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, - ACTIONS(4263), 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_SEMI, anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4265), 2, + anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4378), 13, + anon_sym_DASH_GT, + [14906] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4417), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318901,10 +318566,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4376), 23, + anon_sym_DOT, + ACTIONS(4415), 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, @@ -318913,7 +318580,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, @@ -318925,10 +318594,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [12761] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [14957] = 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, + 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_LBRACK, + STATE(3261), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3554), 1, + sym__scope_resolution, + STATE(3771), 1, + sym__declarator, + STATE(4918), 1, + sym_ms_based_modifier, + ACTIONS(2944), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2610), 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, + [15048] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4382), 14, + ACTIONS(4421), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318943,7 +318683,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4380), 29, + ACTIONS(4419), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -318973,10 +318713,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [12812] = 3, + [15099] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2450), 14, + ACTIONS(4425), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -318991,7 +318731,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2443), 29, + ACTIONS(4423), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -319021,16 +318761,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [12863] = 6, + [15150] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4384), 1, - anon_sym_COLON, - STATE(2306), 1, - sym__enum_base_clause, - STATE(2367), 1, - sym_enumerator_list, - ACTIONS(3440), 16, + ACTIONS(4429), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319040,24 +318774,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(3442), 24, + ACTIONS(4427), 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, @@ -319065,63 +318802,63 @@ 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, - [12920] = 21, + [15201] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4291), 1, + ACTIONS(4328), 1, + anon_sym_AMP, + ACTIONS(4338), 1, anon_sym_PIPE_PIPE, - ACTIONS(4293), 1, + ACTIONS(4340), 1, anon_sym_AMP_AMP, - ACTIONS(4295), 1, + ACTIONS(4342), 1, anon_sym_PIPE, - ACTIONS(4297), 1, + ACTIONS(4344), 1, anon_sym_CARET, - ACTIONS(4299), 1, - anon_sym_AMP, - ACTIONS(4315), 1, + ACTIONS(4374), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4388), 1, + ACTIONS(4433), 1, anon_sym_EQ, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4265), 2, + ACTIONS(4244), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4287), 2, + ACTIONS(4268), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4301), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4303), 2, + ACTIONS(4274), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4276), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4305), 2, + ACTIONS(4278), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4307), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4289), 3, + ACTIONS(4280), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4270), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4386), 16, + ACTIONS(4431), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -319138,10 +318875,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [13007] = 3, + [15288] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4392), 14, + ACTIONS(2458), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319156,7 +318893,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4390), 29, + ACTIONS(2451), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -319186,10 +318923,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [13058] = 3, + [15339] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4396), 14, + ACTIONS(2411), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319204,7 +318941,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4394), 29, + ACTIONS(2403), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -319234,16 +318971,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [13109] = 6, + [15390] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4384), 1, + ACTIONS(4334), 1, anon_sym_COLON, - STATE(2313), 1, + STATE(2266), 1, sym__enum_base_clause, - STATE(2380), 1, + STATE(2316), 1, sym_enumerator_list, - ACTIONS(3446), 16, + ACTIONS(3423), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319260,7 +318997,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3448), 24, + ACTIONS(3425), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -319285,78 +319022,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [13166] = 23, + [15447] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(2335), 1, - anon_sym_LPAREN2, - ACTIONS(2337), 1, - anon_sym_STAR, - ACTIONS(2339), 1, - anon_sym_AMP_AMP, - ACTIONS(2341), 1, - anon_sym_AMP, - ACTIONS(2550), 1, - sym_identifier, - ACTIONS(4089), 1, - anon_sym_LBRACK, - ACTIONS(4100), 1, - anon_sym_COLON_COLON, - STATE(3237), 1, - sym_parameter_list, - STATE(3511), 1, - sym__scope_resolution, - STATE(3612), 1, - sym__declarator, - STATE(3833), 1, - sym__abstract_declarator, - STATE(4903), 1, - sym_ms_based_modifier, - ACTIONS(4275), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(3253), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3583), 10, - 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, - [13257] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4400), 14, + ACTIONS(1506), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319371,7 +319040,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4398), 29, + ACTIONS(1508), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -319401,10 +319070,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [13308] = 3, + [15498] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4404), 14, + ACTIONS(4437), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319419,7 +319088,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4402), 29, + ACTIONS(4435), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -319449,10 +319118,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [13359] = 3, + [15549] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4408), 14, + ACTIONS(4441), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319467,7 +319136,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4406), 29, + ACTIONS(4439), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -319497,10 +319166,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [13410] = 3, + [15600] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 14, + ACTIONS(4443), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319515,7 +319184,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2375), 29, + ACTIONS(1549), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -319545,20 +319214,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [13461] = 8, + [15651] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1927), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(1929), 1, + anon_sym_TILDE, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(4256), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4412), 13, + 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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4445), 1, + anon_sym_LBRACK_RBRACK, + ACTIONS(4222), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319571,11 +319300,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, - ACTIONS(4410), 25, + anon_sym_DOT, + ACTIONS(4220), 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, @@ -319583,8 +319315,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_RBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -319598,10 +319330,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [13522] = 3, + anon_sym_DASH_GT, + [15795] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3105), 16, + ACTIONS(4449), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319611,24 +319344,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(3107), 27, + ACTIONS(4447), 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, @@ -319637,19 +319372,95 @@ 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, - [13573] = 3, + [15846] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1515), 14, + 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(3636), 1, + sym__declarator, + STATE(4836), 1, + sym_ms_based_modifier, + ACTIONS(2944), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2542), 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, + [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, @@ -319663,12 +319474,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(1517), 29, + ACTIONS(4451), 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, @@ -319677,9 +319486,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, @@ -319693,51 +319500,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [13624] = 10, + [15998] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(2800), 1, + anon_sym_LBRACE, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4409), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - STATE(2207), 1, + STATE(2238), 1, + sym_new_declarator, + STATE(2477), 2, sym_argument_list, - ACTIONS(4265), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4289), 3, + sym_initializer_list, + ACTIONS(4127), 16, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4416), 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(4414), 23, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(4123), 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_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, @@ -319745,44 +319546,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [13689] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [16059] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4420), 14, + 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, - 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(4418), 29, + ACTIONS(4455), 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_RBRACE, - anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -319794,26 +319618,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, - [13740] = 9, + [16144] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4265), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4416), 13, + ACTIONS(4461), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -319827,10 +319635,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4414), 23, + anon_sym_DOT, + ACTIONS(4459), 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, @@ -319839,7 +319649,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, @@ -319851,108 +319663,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [13803] = 4, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [16195] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3039), 1, + ACTIONS(2422), 1, anon_sym_COLON_COLON, - ACTIONS(3105), 11, + 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, anon_sym_DASH, anon_sym_PLUS, + 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_EQ, - anon_sym_const, - anon_sym_COLON, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(3107), 31, + ACTIONS(2403), 13, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_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_final, - anon_sym_override, - [13856] = 19, + [16264] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4293), 1, - anon_sym_AMP_AMP, - ACTIONS(4295), 1, + ACTIONS(4467), 14, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, - ACTIONS(4297), 1, anon_sym_CARET, - ACTIONS(4299), 1, anon_sym_AMP, - ACTIONS(4416), 1, - anon_sym_EQ, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4265), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4287), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4301), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4303), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4305), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4307), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4289), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4414), 18, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(4465), 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, @@ -319964,58 +319768,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [13939] = 18, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [16315] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4295), 1, + ACTIONS(4471), 14, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, - ACTIONS(4297), 1, anon_sym_CARET, - ACTIONS(4299), 1, anon_sym_AMP, - ACTIONS(4416), 1, - anon_sym_EQ, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4265), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4287), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4301), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4303), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4305), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4307), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4289), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4414), 19, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(4469), 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, @@ -320027,45 +319816,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [14020] = 8, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [16366] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2800), 1, - anon_sym_LBRACE, - ACTIONS(4341), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4343), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - STATE(2292), 1, - sym_new_declarator, - STATE(2451), 2, + ACTIONS(4246), 1, + anon_sym_DOT, + ACTIONS(4248), 1, + anon_sym_DASH_GT, + STATE(2148), 1, sym_argument_list, - sym_initializer_list, - ACTIONS(4186), 16, + 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(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, - anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(4184), 21, + ACTIONS(4473), 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, @@ -320073,78 +319872,54 @@ 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, - [14081] = 4, + [16435] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3039), 1, - anon_sym_COLON_COLON, - ACTIONS(3105), 11, + 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, anon_sym_PLUS, + 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(3107), 31, + ACTIONS(4477), 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_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - [14134] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2399), 1, - anon_sym_LBRACE, - ACTIONS(2405), 1, - anon_sym_EQ, - ACTIONS(2419), 1, - anon_sym_COLON, - ACTIONS(4148), 1, - anon_sym_LT, - STATE(2614), 1, - sym_template_argument_list, - ACTIONS(2409), 10, + 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, @@ -320155,7 +319930,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2383), 12, + [16498] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4222), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320165,12 +319943,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(2375), 15, + ACTIONS(4220), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -320179,15 +319960,28 @@ 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, - [14199] = 3, + [16549] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1534), 14, + ACTIONS(4260), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320200,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(1536), 29, + ACTIONS(4258), 28, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -320214,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, @@ -320232,54 +320026,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [14250] = 17, + [16600] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4297), 1, - anon_sym_CARET, - ACTIONS(4299), 1, + ACTIONS(4328), 1, anon_sym_AMP, - STATE(2207), 1, + 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(4483), 1, + anon_sym_EQ, + STATE(2148), 1, sym_argument_list, - ACTIONS(4265), 2, + ACTIONS(4244), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4287), 2, + ACTIONS(4268), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4301), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4303), 2, + ACTIONS(4274), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4276), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4305), 2, + ACTIONS(4278), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4307), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4416), 2, - anon_sym_PIPE, - anon_sym_EQ, - ACTIONS(4289), 3, + ACTIONS(4280), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4270), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4414), 19, + ACTIONS(4481), 17, 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, @@ -320294,53 +320091,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [14329] = 16, + [16685] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4299), 1, - anon_sym_AMP, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4265), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4287), 2, + ACTIONS(4487), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4301), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4303), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4305), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4307), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4289), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4416), 3, 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(4414), 19, + ACTIONS(4485), 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, @@ -320355,55 +320142,178 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [14406] = 15, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [16746] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1927), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(1929), 1, + anon_sym_TILDE, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(4256), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4265), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4287), 2, + 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(3879), 1, + sym__declarator, + STATE(4972), 1, + sym_ms_based_modifier, + ACTIONS(2944), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2548), 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, + [16837] = 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(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, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4301), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4303), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4305), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4307), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4289), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4416), 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(4414), 19, + anon_sym_DOT, + ACTIONS(4489), 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, @@ -320415,54 +320325,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [14481] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4265), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4287), 2, + anon_sym_DASH_GT, + [16979] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4495), 14, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4303), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4305), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4307), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4289), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4416), 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(4414), 21, + anon_sym_DOT, + ACTIONS(4493), 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, @@ -320474,52 +320373,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [14554] = 12, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [17030] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(2800), 1, + anon_sym_LBRACE, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4409), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - STATE(2207), 1, + STATE(2249), 1, + sym_new_declarator, + STATE(2395), 2, sym_argument_list, - ACTIONS(4265), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4287), 2, + sym_initializer_list, + ACTIONS(4136), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4307), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4289), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4416), 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(4414), 23, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(4134), 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_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, @@ -320527,34 +320422,22 @@ 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, - [14623] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4265), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4287), 2, + anon_sym_DASH_GT, + anon_sym_GT2, + [17091] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4499), 14, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4289), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4416), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -320563,10 +320446,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4414), 23, + anon_sym_DOT, + ACTIONS(4497), 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, @@ -320575,7 +320460,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, @@ -320587,33 +320474,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [14690] = 10, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [17142] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2399), 1, - anon_sym_LBRACE, - ACTIONS(2405), 1, - anon_sym_EQ, - ACTIONS(2407), 1, - anon_sym_COLON, - ACTIONS(4148), 1, - anon_sym_LT, - STATE(2614), 1, - sym_template_argument_list, - ACTIONS(2409), 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(2383), 12, + ACTIONS(4503), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320623,12 +320490,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(2375), 15, + ACTIONS(4501), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -320637,31 +320507,11 @@ 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_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [14755] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2399), 1, - anon_sym_LBRACE, - ACTIONS(4148), 1, - anon_sym_LT, - ACTIONS(4365), 1, anon_sym_RBRACK, - ACTIONS(4368), 1, - anon_sym_EQ, - ACTIONS(4422), 1, - anon_sym_COMMA, - STATE(2614), 1, - sym_template_argument_list, - STATE(4272), 1, - aux_sym_structured_binding_declarator_repeat1, - ACTIONS(4370), 10, + anon_sym_COLON, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -320672,7 +320522,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2383), 12, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [17193] = 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(2233), 1, + sym_new_declarator, + STATE(2376), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4150), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320682,27 +320549,39 @@ 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(2375), 13, + ACTIONS(4148), 21, anon_sym_DOT_DOT_DOT, - anon_sym_LPAREN2, + anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_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, - [14824] = 3, + anon_sym_GT2, + [17254] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4427), 14, + ACTIONS(4177), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320717,7 +320596,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4425), 29, + ACTIONS(4179), 29, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -320747,10 +320626,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [14875] = 3, + [17305] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4237), 14, + 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, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320765,11 +320651,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_DOT, - ACTIONS(4235), 29, + ACTIONS(2403), 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, @@ -320778,9 +320662,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, @@ -320795,10 +320676,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [14926] = 3, + [17361] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4431), 14, + ACTIONS(4210), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320811,9 +320692,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(4429), 29, + ACTIONS(4208), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -320825,10 +320707,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, @@ -320843,14 +320723,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [14977] = 5, + [17411] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4437), 1, - anon_sym_LT, - STATE(2212), 1, - sym_template_argument_list, - ACTIONS(4435), 13, + ACTIONS(2339), 1, + anon_sym_DQUOTE_DQUOTE, + ACTIONS(4505), 2, + anon_sym_delete, + anon_sym_new, + ACTIONS(2321), 15, + anon_sym_BANG, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320860,26 +320742,20 @@ 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(4433), 28, - anon_sym_DOT_DOT_DOT, + anon_sym_DASH_GT, + ACTIONS(2319), 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_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -320892,11 +320768,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [15032] = 3, + anon_sym_co_await, + anon_sym_DASH_GT_STAR, + anon_sym_LPAREN_RPAREN, + anon_sym_LBRACK_RBRACK, + [17465] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4442), 14, + 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, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320909,42 +320808,81 @@ 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(4440), 29, + ACTIONS(2403), 14, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [17525] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2443), 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(2445), 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, - [15083] = 3, + anon_sym_final, + anon_sym_override, + [17575] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4446), 14, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(2456), 1, + anon_sym_LBRACE, + ACTIONS(4107), 1, + anon_sym_LT, + STATE(2258), 1, + sym_template_argument_list, + ACTIONS(2458), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -320954,27 +320892,22 @@ 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(4444), 29, + ACTIONS(2451), 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, @@ -320982,124 +320915,168 @@ 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, - [15134] = 3, + anon_sym_GT2, + [17633] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4450), 14, + ACTIONS(3031), 1, + anon_sym_COLON_COLON, + ACTIONS(3027), 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(4448), 29, + ACTIONS(3029), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_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_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, + [17685] = 5, + 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, + 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, + 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_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, - [15185] = 3, + anon_sym_GT2, + [17739] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4454), 14, + ACTIONS(2494), 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(4452), 29, + ACTIONS(2496), 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, - [15236] = 8, + anon_sym_final, + anon_sym_override, + [17789] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(2800), 1, anon_sym_LBRACE, - ACTIONS(4341), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4343), 1, - anon_sym_LBRACK, - STATE(2297), 1, - sym_new_declarator, - STATE(2408), 2, + STATE(2394), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4190), 16, + ACTIONS(4170), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321116,7 +321093,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4188), 21, + ACTIONS(4168), 22, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -321124,6 +321101,7 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -321138,10 +321116,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [15297] = 3, + [17845] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 14, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(4206), 1, + anon_sym_LT, + STATE(2046), 1, + sym_template_argument_list, + ACTIONS(2401), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321151,27 +321135,23 @@ 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(2375), 29, + ACTIONS(2409), 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, @@ -321179,65 +321159,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, - [15348] = 3, + anon_sym_GT2, + [17901] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4458), 14, + 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, anon_sym_DASH, anon_sym_PLUS, - 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(4456), 29, + ACTIONS(2403), 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, - [15399] = 3, + [17961] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4462), 14, + ACTIONS(2800), 1, + anon_sym_LBRACE, + ACTIONS(4407), 1, + anon_sym_LPAREN2, + STATE(2420), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4162), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321247,27 +321238,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_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4460), 29, + ACTIONS(4160), 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_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -321275,27 +321261,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [15450] = 8, + anon_sym_GT2, + [18017] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4466), 13, + 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, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321305,40 +321302,35 @@ 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, - ACTIONS(4464), 25, + anon_sym_DOT, + ACTIONS(2403), 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, 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, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [15511] = 3, + anon_sym_DASH_GT, + anon_sym_GT2, + [18079] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4470), 14, + ACTIONS(4522), 1, + anon_sym_DQUOTE_DQUOTE, + ACTIONS(4520), 2, + anon_sym_delete, + anon_sym_new, + ACTIONS(4518), 15, + anon_sym_BANG, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321352,24 +321344,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(4468), 29, - anon_sym_DOT_DOT_DOT, + anon_sym_DASH_GT, + ACTIONS(4516), 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, @@ -321382,119 +321366,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [15562] = 20, + anon_sym_co_await, + anon_sym_DASH_GT_STAR, + anon_sym_LPAREN_RPAREN, + anon_sym_LBRACK_RBRACK, + [18133] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(2512), 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(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4291), 1, + ACTIONS(2514), 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, - ACTIONS(4293), 1, anon_sym_AMP_AMP, - ACTIONS(4295), 1, - anon_sym_PIPE, - ACTIONS(4297), 1, anon_sym_CARET, - ACTIONS(4299), 1, - anon_sym_AMP, - ACTIONS(4474), 1, - anon_sym_EQ, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4265), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4287), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4301), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4303), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4305), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4307), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4289), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4472), 17, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, 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, - [15647] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4265), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4287), 2, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + [18183] = 5, + 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, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4307), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4289), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4478), 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(4476), 23, - anon_sym_DOT_DOT_DOT, + anon_sym_DASH_GT, + ACTIONS(2341), 24, anon_sym_COMMA, - anon_sym_RPAREN, + 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_RBRACK, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -321505,75 +321460,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [15716] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4291), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4293), 1, - anon_sym_AMP_AMP, - ACTIONS(4295), 1, - anon_sym_PIPE, - ACTIONS(4297), 1, - anon_sym_CARET, - ACTIONS(4299), 1, - anon_sym_AMP, - ACTIONS(4482), 1, - anon_sym_EQ, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4265), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4287), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4301), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4303), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4305), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4307), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4289), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4480), 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, - [15801] = 3, + anon_sym_co_await, + anon_sym_DASH_GT_STAR, + anon_sym_LPAREN_RPAREN, + anon_sym_LBRACK_RBRACK, + [18237] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4431), 14, + ACTIONS(2800), 1, + anon_sym_LBRACE, + ACTIONS(4407), 1, + anon_sym_LPAREN2, + STATE(2375), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4189), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321583,27 +321486,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_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4429), 29, + ACTIONS(4187), 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_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -321611,26 +321509,37 @@ 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, - [15852] = 3, + anon_sym_GT2, + [18293] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3321), 17, + 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___based, - anon_sym_EQ, + anon_sym_GT_GT, anon_sym_const, anon_sym_volatile, anon_sym_restrict, @@ -321638,11 +321547,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_mutable, anon_sym_constexpr, anon_sym_DOT, - sym_identifier, - ACTIONS(3323), 25, + ACTIONS(3054), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -321651,24 +321558,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_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, - [15902] = 3, + anon_sym_GT2, + [18351] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3189), 17, + ACTIONS(4532), 1, + sym_identifier, + ACTIONS(4534), 1, + sym_raw_string_literal, + STATE(2251), 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(4048), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -321676,17 +321591,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym___based, - anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, anon_sym_DOT, - sym_identifier, - ACTIONS(3191), 25, + sym_literal_suffix, + ACTIONS(4046), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -321703,7 +321610,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, @@ -321712,247 +321618,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [15952] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(2225), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4484), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3060), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - 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(3062), 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, - [16006] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4489), 1, - anon_sym_STAR, - ACTIONS(4491), 1, - anon_sym_AMP_AMP, - ACTIONS(4493), 1, - anon_sym_AMP, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - STATE(3242), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3510), 1, - sym__scope_resolution, - STATE(3586), 1, - sym__declarator, - STATE(4966), 1, - sym_ms_based_modifier, - ACTIONS(2942), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2227), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(2611), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2940), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3583), 10, - 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, - [16096] = 23, + [18409] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4489), 1, - anon_sym_STAR, - ACTIONS(4491), 1, - anon_sym_AMP_AMP, - ACTIONS(4493), 1, - anon_sym_AMP, - ACTIONS(4495), 1, + ACTIONS(2422), 1, anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - STATE(3242), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3510), 1, - sym__scope_resolution, - STATE(3606), 1, - sym__declarator, - STATE(4966), 1, - sym_ms_based_modifier, - ACTIONS(2942), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2603), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3163), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2940), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3583), 10, - 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, - [16186] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3297), 17, + 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, - anon_sym___based, - anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - sym_identifier, - ACTIONS(3299), 25, + ACTIONS(2403), 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_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, - [16236] = 6, + [18471] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4232), 1, - anon_sym_LBRACK, - ACTIONS(4226), 2, - anon_sym_RPAREN, - anon_sym_LPAREN2, - ACTIONS(2383), 14, + ACTIONS(4542), 1, + anon_sym_DQUOTE_DQUOTE, + ACTIONS(4540), 2, + anon_sym_delete, + anon_sym_new, + ACTIONS(4538), 15, + anon_sym_BANG, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -321966,19 +321694,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(2375), 24, - anon_sym_DOT_DOT_DOT, + anon_sym_DASH_GT, + ACTIONS(4536), 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_SEMI, - anon_sym_RBRACE, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -321991,18 +321716,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, - [16292] = 6, + anon_sym_co_await, + anon_sym_DASH_GT_STAR, + anon_sym_LPAREN_RPAREN, + anon_sym_LBRACK_RBRACK, + [18525] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4232), 1, - anon_sym_LBRACK, - ACTIONS(4226), 2, - anon_sym_RPAREN, - anon_sym_LPAREN2, - ACTIONS(2383), 14, + ACTIONS(4222), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322015,11 +321736,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_DOT, - ACTIONS(2375), 24, + ACTIONS(4220), 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, @@ -322027,6 +321751,7 @@ 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_QMARK, anon_sym_STAR_EQ, @@ -322042,10 +321767,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [16348] = 3, + [18575] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3309), 17, + ACTIONS(2468), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -322053,17 +321778,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym___based, - anon_sym_EQ, anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_COLON, anon_sym_DOT, - sym_identifier, - ACTIONS(3311), 25, + ACTIONS(2470), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322080,37 +321798,87 @@ 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, - [16398] = 3, + anon_sym_final, + anon_sym_override, + [18625] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3293), 17, + 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, anon_sym_DASH, anon_sym_PLUS, + 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, + anon_sym_DOT, + ACTIONS(2403), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [18681] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2504), 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_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_COLON, anon_sym_DOT, - sym_identifier, - ACTIONS(3295), 25, + ACTIONS(2506), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322127,19 +321895,26 @@ 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, - [16448] = 3, + anon_sym_final, + anon_sym_override, + [18731] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3285), 17, + ACTIONS(2516), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -322147,17 +321922,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym___based, - anon_sym_EQ, anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_COLON, anon_sym_DOT, - sym_identifier, - ACTIONS(3287), 25, + ACTIONS(2523), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322174,19 +321942,28 @@ 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, - [16498] = 3, + anon_sym_final, + anon_sym_override, + [18781] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3145), 17, + ACTIONS(3031), 1, + anon_sym_COLON_COLON, + ACTIONS(3043), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -322194,17 +321971,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym___based, - anon_sym_EQ, anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_COLON, anon_sym_DOT, - sym_identifier, - ACTIONS(3147), 25, + ACTIONS(3045), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322225,33 +321995,82 @@ static const uint16_t ts_small_parse_table[] = { 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, - [16548] = 3, + anon_sym_final, + anon_sym_override, + [18833] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3233), 17, + ACTIONS(2800), 1, + anon_sym_LBRACE, + ACTIONS(4407), 1, + anon_sym_LPAREN2, + STATE(2426), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4158), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(4156), 22, + 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_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, + ACTIONS(3), 1, + sym_comment, + 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_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_COLON, anon_sym_DOT, - sym_identifier, - ACTIONS(3235), 25, + ACTIONS(2510), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322268,19 +322087,39 @@ 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, - [16598] = 3, + anon_sym_final, + anon_sym_override, + [18939] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3237), 17, + 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, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -322288,17 +322127,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym___based, - anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, anon_sym_DOT, - sym_identifier, - ACTIONS(3239), 25, + sym_literal_suffix, + ACTIONS(4028), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322315,7 +322146,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, @@ -322324,211 +322154,155 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [16648] = 23, + [18997] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, + ACTIONS(2498), 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(2500), 32, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(1950), 1, anon_sym_STAR, - ACTIONS(1952), 1, - anon_sym_AMP, - ACTIONS(2550), 1, - sym_identifier, - ACTIONS(4100), 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_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, anon_sym_COLON_COLON, - ACTIONS(4497), 1, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, - STATE(3242), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3511), 1, - sym__scope_resolution, - STATE(3611), 1, - sym__declarator, - STATE(4903), 1, - sym_ms_based_modifier, - ACTIONS(2942), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2620), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3163), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2940), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2944), 6, - anon_sym_const, + anon_sym_RBRACK, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3583), 10, - 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, - [16738] = 23, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + [19047] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(4075), 1, - sym_identifier, - ACTIONS(4079), 1, - anon_sym_TILDE, - ACTIONS(4087), 1, + ACTIONS(2422), 1, anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - ACTIONS(4499), 1, + ACTIONS(2427), 1, + anon_sym_LBRACE, + ACTIONS(4553), 1, + anon_sym_LT, + STATE(2258), 1, + sym_template_argument_list, + ACTIONS(2411), 15, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - ACTIONS(4501), 1, - anon_sym_AMP_AMP, - ACTIONS(4503), 1, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - STATE(3242), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3519), 1, - sym__scope_resolution, - STATE(3670), 1, - sym__declarator, - STATE(4679), 1, - sym_ms_based_modifier, - ACTIONS(2942), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2621), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3163), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2940), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3583), 10, - 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, - [16828] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, + anon_sym_GT, + 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), 23, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(4075), 1, - sym_identifier, - ACTIONS(4079), 1, - anon_sym_TILDE, - ACTIONS(4087), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 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(4499), 1, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4429), 15, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - ACTIONS(4501), 1, - anon_sym_AMP_AMP, - ACTIONS(4503), 1, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - STATE(3242), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3519), 1, - sym__scope_resolution, - STATE(3671), 1, - sym__declarator, - STATE(4679), 1, - sym_ms_based_modifier, - ACTIONS(2942), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2238), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(2612), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2940), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3583), 10, - 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, - [16918] = 3, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(4427), 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, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(3317), 17, + ACTIONS(3110), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -322536,17 +322310,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym___based, - anon_sym_EQ, anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_COLON, anon_sym_DOT, - sym_identifier, - ACTIONS(3319), 25, + ACTIONS(3112), 32, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322563,19 +322330,28 @@ 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, - [16968] = 3, + anon_sym_final, + anon_sym_override, + [19205] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3313), 17, + ACTIONS(3031), 1, + anon_sym_COLON_COLON, + ACTIONS(3043), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -322583,17 +322359,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym___based, - anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - sym_identifier, - ACTIONS(3315), 25, + ACTIONS(3045), 31, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -322614,68 +322383,73 @@ static const uint16_t ts_small_parse_table[] = { 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, - [17018] = 3, + anon_sym_final, + anon_sym_override, + [19257] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3273), 17, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + STATE(1299), 1, + sym_template_argument_list, + ACTIONS(2980), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3275), 25, + ACTIONS(2982), 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_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [17068] = 6, + anon_sym_GT2, + [19311] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2952), 1, + ACTIONS(2523), 2, anon_sym_COLON_COLON, - ACTIONS(4213), 1, - anon_sym_LT, - STATE(2106), 1, - sym_template_argument_list, - ACTIONS(2373), 15, + anon_sym_LBRACE, + ACTIONS(2525), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322686,12 +322460,13 @@ 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(2381), 24, + ACTIONS(2518), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -322700,7 +322475,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, @@ -322716,65 +322490,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [17124] = 3, + [19362] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3253), 17, + 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, anon_sym_DASH, anon_sym_PLUS, + 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___based, - anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - sym_identifier, - ACTIONS(3255), 25, + ACTIONS(2403), 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_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, - [17174] = 7, + [19415] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2399), 1, - anon_sym_LBRACE, - ACTIONS(4505), 1, - anon_sym_LT, - STATE(2315), 1, - sym_template_argument_list, - ACTIONS(2383), 15, + ACTIONS(4409), 1, + anon_sym_LBRACK, + STATE(2318), 1, + sym_new_declarator, + ACTIONS(4214), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -322785,12 +322556,13 @@ 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(2375), 23, + ACTIONS(4212), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -322799,7 +322571,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, - anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -322814,239 +322586,180 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [17232] = 3, + [19468] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3149), 17, + 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, anon_sym_LT, - anon_sym___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, anon_sym_DOT, - sym_identifier, - ACTIONS(3151), 25, + ACTIONS(3425), 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, - [17282] = 3, + [19521] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3153), 17, + STATE(2035), 1, + sym__enum_base_clause, + STATE(2090), 1, + sym_enumerator_list, + ACTIONS(3417), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, anon_sym_DOT, - sym_identifier, - ACTIONS(3155), 25, + ACTIONS(3419), 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, - [17332] = 3, + [19574] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3197), 17, + ACTIONS(3031), 1, + anon_sym_COLON_COLON, + ACTIONS(3088), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3199), 25, + ACTIONS(3090), 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_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [17382] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - ACTIONS(4508), 1, - anon_sym_STAR, - ACTIONS(4510), 1, - anon_sym_AMP_AMP, - ACTIONS(4512), 1, - anon_sym_AMP, - STATE(3242), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3510), 1, - sym__scope_resolution, - STATE(3539), 1, - sym__declarator, - STATE(4764), 1, - sym_ms_based_modifier, - ACTIONS(2942), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2301), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(2617), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2940), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3583), 10, - 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, - [17472] = 3, + anon_sym_GT2, + [19625] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3205), 17, + 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, 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___based, - anon_sym_EQ, + 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, - sym_identifier, - ACTIONS(3207), 25, + ACTIONS(3086), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -323055,91 +322768,72 @@ 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_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, - [17522] = 3, + anon_sym_GT2, + [19686] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3249), 17, + STATE(2320), 1, + sym_enumerator_list, + ACTIONS(3066), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3251), 25, + ACTIONS(3068), 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_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, - [17572] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2405), 1, - anon_sym_EQ, - ACTIONS(3476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4232), 1, - anon_sym_LBRACK, - ACTIONS(4226), 2, - anon_sym_RPAREN, - anon_sym_LPAREN2, - ACTIONS(2409), 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(2383), 13, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [19737] = 4, + ACTIONS(3), 1, + sym_comment, + STATE(2342), 1, + sym_enumerator_list, + ACTIONS(3076), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323149,55 +322843,69 @@ 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(2375), 14, + ACTIONS(3078), 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, - [17632] = 7, + anon_sym_GT2, + [19788] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4514), 1, - sym_identifier, - ACTIONS(4520), 1, - sym_raw_string_literal, - STATE(2253), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(4517), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(4059), 9, + 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, 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, - sym_literal_suffix, - ACTIONS(4057), 24, + ACTIONS(3074), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -323206,207 +322914,206 @@ 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, - [17690] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - ACTIONS(4508), 1, - anon_sym_STAR, - ACTIONS(4510), 1, - anon_sym_AMP_AMP, - ACTIONS(4512), 1, - anon_sym_AMP, - STATE(3242), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3510), 1, - sym__scope_resolution, - STATE(3552), 1, - sym__declarator, - STATE(4764), 1, - sym_ms_based_modifier, - ACTIONS(2942), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2273), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(2608), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2940), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2944), 6, - anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3583), 10, - 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, - [17780] = 5, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [19849] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2952), 1, - anon_sym_COLON_COLON, - STATE(1350), 1, - sym_template_argument_list, - ACTIONS(2946), 16, + 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, anon_sym_DASH, anon_sym_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(2948), 24, + ACTIONS(3049), 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_LBRACE, + 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, - [17834] = 3, + [19910] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3181), 17, + 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, 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___based, - anon_sym_EQ, + anon_sym_GT_GT, anon_sym_const, + anon_sym_DOT, + ACTIONS(3035), 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_DOT, - sym_identifier, - ACTIONS(3183), 25, + 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_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, - [17884] = 3, + 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_LT, + anon_sym_GT_GT, + anon_sym_COLON, + anon_sym_DOT, + [20032] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3177), 17, + 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___based, - anon_sym_EQ, + 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, - sym_identifier, - ACTIONS(3179), 25, + ACTIONS(3064), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -323415,45 +323122,50 @@ 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_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, - [17934] = 3, + anon_sym_GT2, + [20093] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3161), 17, + 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, 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___based, - anon_sym_EQ, + 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, - sym_identifier, - ACTIONS(3163), 25, + ACTIONS(3116), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -323462,259 +323174,248 @@ 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_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, - [17984] = 3, + anon_sym_GT2, + [20154] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3157), 17, + ACTIONS(3295), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3159), 25, + ACTIONS(3297), 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_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18034] = 3, + anon_sym_GT2, + [20202] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3333), 17, + ACTIONS(3153), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3335), 25, + ACTIONS(3155), 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_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18084] = 3, + anon_sym_GT2, + [20250] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3301), 17, + ACTIONS(3253), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3303), 25, + ACTIONS(3255), 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_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18134] = 3, + anon_sym_GT2, + [20298] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3281), 17, + ACTIONS(3327), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3283), 25, + ACTIONS(3329), 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_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18184] = 3, + anon_sym_GT2, + [20346] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3169), 17, + ACTIONS(3315), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3171), 25, + ACTIONS(3317), 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_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18234] = 3, + anon_sym_GT2, + [20394] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3277), 17, + ACTIONS(3339), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -323722,17 +323423,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym___based, - anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, anon_sym_DOT, sym_identifier, - ACTIONS(3279), 25, + sym_literal_suffix, + ACTIONS(3341), 30, + sym_raw_string_literal, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -323749,7 +323444,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, @@ -323758,206 +323452,275 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18284] = 3, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [20442] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3269), 17, + ACTIONS(3283), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3271), 25, + ACTIONS(3285), 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_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18334] = 3, + anon_sym_GT2, + [20490] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3289), 17, + ACTIONS(3279), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3291), 25, + ACTIONS(3281), 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_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18384] = 3, + anon_sym_GT2, + [20538] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3141), 17, + ACTIONS(3205), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3143), 25, + ACTIONS(3207), 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_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18434] = 3, + anon_sym_GT2, + [20586] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(3329), 17, + 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, 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_PIPE, - anon_sym_AMP, + anon_sym_PERCENT, + ACTIONS(4578), 3, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT, - anon_sym___based, - anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_DOT, - sym_identifier, - ACTIONS(3331), 25, - anon_sym_DOT_DOT_DOT, + ACTIONS(4431), 12, anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_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, - anon_sym_STAR, - anon_sym_PERCENT, + 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, - anon_sym_GT_EQ, - anon_sym_LT_EQ, + ACTIONS(4582), 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_COLON, - anon_sym_QMARK, + ACTIONS(4586), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [18484] = 7, + 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_QMARK, + anon_sym_STAR_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, + [20752] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2448), 1, - anon_sym_LBRACE, - ACTIONS(4151), 1, - anon_sym_LT, - STATE(2315), 1, - sym_template_argument_list, - ACTIONS(2450), 15, + ACTIONS(3261), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -323968,12 +323731,13 @@ 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(2443), 23, + ACTIONS(3263), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -323982,6 +323746,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, @@ -323997,1055 +323762,874 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [18542] = 3, + [20800] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3305), 17, + ACTIONS(3335), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3307), 25, + ACTIONS(3337), 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_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18592] = 3, + anon_sym_GT2, + [20848] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3261), 17, + ACTIONS(3245), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3263), 25, + ACTIONS(3247), 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_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18642] = 7, + anon_sym_GT2, + [20896] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4523), 1, - sym_identifier, - ACTIONS(4525), 1, - sym_raw_string_literal, - STATE(2253), 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(4071), 9, + ACTIONS(3209), 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, - sym_literal_suffix, - ACTIONS(4069), 24, + ACTIONS(3211), 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_LBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18700] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - ACTIONS(4508), 1, - anon_sym_STAR, - ACTIONS(4510), 1, - anon_sym_AMP_AMP, - ACTIONS(4512), 1, - anon_sym_AMP, - STATE(3242), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3510), 1, - sym__scope_resolution, - STATE(3529), 1, - sym__declarator, - STATE(4764), 1, - sym_ms_based_modifier, - ACTIONS(2942), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2610), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3163), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2940), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3583), 10, - 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, - [18790] = 3, + anon_sym_GT2, + [20944] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3165), 17, + ACTIONS(3133), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3167), 25, + ACTIONS(3135), 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_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18840] = 3, + anon_sym_GT2, + [20992] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3173), 17, + ACTIONS(3161), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3175), 25, + ACTIONS(3163), 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_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [18890] = 23, + anon_sym_GT2, + [21040] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4075), 1, - sym_identifier, - ACTIONS(4079), 1, - anon_sym_TILDE, - ACTIONS(4087), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - ACTIONS(4499), 1, - anon_sym_STAR, - ACTIONS(4501), 1, + ACTIONS(4566), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4568), 1, anon_sym_AMP_AMP, - ACTIONS(4503), 1, - anon_sym_AMP, - STATE(3242), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3519), 1, - sym__scope_resolution, - STATE(3670), 1, - sym__declarator, - STATE(4679), 1, - sym_ms_based_modifier, - ACTIONS(2942), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2304), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(2621), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2940), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3583), 10, - 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, - [18980] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2952), 1, - anon_sym_COLON_COLON, - ACTIONS(4249), 1, - anon_sym_LT, - STATE(2161), 1, - sym_template_argument_list, - ACTIONS(2373), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, + ACTIONS(4570), 1, anon_sym_PIPE, + ACTIONS(4572), 1, + anon_sym_CARET, + ACTIONS(4574), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_EQ, - anon_sym_const, - anon_sym_COLON, + ACTIONS(4580), 1, + anon_sym_LT_EQ, + ACTIONS(4584), 1, + anon_sym_LBRACK, + ACTIONS(4588), 1, anon_sym_DOT, - ACTIONS(2381), 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, + ACTIONS(4590), 1, + anon_sym_DASH_GT, + STATE(2446), 1, + sym_argument_list, + ACTIONS(4388), 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, - anon_sym_GT_EQ, - anon_sym_LT_EQ, + ACTIONS(4582), 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, - anon_sym_QMARK, + ACTIONS(4586), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [19036] = 3, + 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(4386), 13, + 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, + [21122] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3201), 17, + ACTIONS(3257), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3203), 25, + ACTIONS(3259), 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_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [19086] = 3, + anon_sym_GT2, + [21170] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3209), 17, + ACTIONS(3088), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3211), 25, + ACTIONS(3090), 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_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [19136] = 3, + anon_sym_GT2, + [21218] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3213), 17, + ACTIONS(3271), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3215), 25, + ACTIONS(3273), 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_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [19186] = 3, + anon_sym_GT2, + [21266] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3217), 17, + ACTIONS(4592), 1, + sym_literal_suffix, + ACTIONS(2411), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3219), 25, + ACTIONS(2403), 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_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, - [19236] = 3, + anon_sym_GT2, + [21316] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3221), 17, + ACTIONS(3299), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3223), 25, + ACTIONS(3301), 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_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [19286] = 3, + anon_sym_GT2, + [21364] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3225), 17, + ACTIONS(3311), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3227), 25, + ACTIONS(3313), 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_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [19336] = 3, + anon_sym_GT2, + [21412] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3229), 17, + ACTIONS(4594), 1, + anon_sym_LT, + STATE(2411), 1, + sym_template_argument_list, + ACTIONS(4398), 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___based, + anon_sym_GT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3231), 25, + ACTIONS(4396), 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_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, - [19386] = 3, + anon_sym_GT2, + [21464] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3241), 17, + ACTIONS(4597), 1, + anon_sym_LBRACK_RBRACK, + ACTIONS(4222), 17, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT, - anon_sym___based, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3243), 25, + ACTIONS(4220), 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_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [19436] = 3, + anon_sym_GT2, + [21514] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3245), 17, + 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(4453), 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_GT_EQ, anon_sym_LT, - anon_sym___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_DOT, - sym_identifier, - ACTIONS(3247), 25, + anon_sym_GT_GT_EQ, + ACTIONS(4451), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [19486] = 3, + anon_sym_GT2, + [21572] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3325), 17, + ACTIONS(3275), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3327), 25, + ACTIONS(3277), 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_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [19536] = 3, + anon_sym_GT2, + [21620] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3265), 17, + ACTIONS(3169), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3267), 25, + ACTIONS(3171), 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_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [19586] = 3, + anon_sym_GT2, + [21668] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3257), 17, + ACTIONS(3291), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3259), 25, + ACTIONS(3293), 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_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [19636] = 3, + anon_sym_GT2, + [21716] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3193), 17, + ACTIONS(3331), 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___based, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_GT_GT_EQ, anon_sym_DOT, - sym_identifier, - ACTIONS(3195), 25, + ACTIONS(3333), 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_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, - [19686] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2399), 1, - anon_sym_LBRACE, - ACTIONS(4128), 1, - anon_sym_LT, - STATE(2734), 1, - sym_template_argument_list, - ACTIONS(4131), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4133), 9, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -325055,46 +324639,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2383), 13, - anon_sym_DASH, - anon_sym_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [21764] = 10, + 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, 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, anon_sym_GT, anon_sym_GT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(2375), 14, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(4266), 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_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + anon_sym_STAR_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, - [19748] = 6, + [21826] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2800), 1, - anon_sym_LBRACE, - ACTIONS(4341), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - STATE(2477), 2, + 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, - sym_initializer_list, - ACTIONS(4207), 16, + ACTIONS(4586), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4272), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -325110,8 +324727,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(4205), 22, + ACTIONS(4266), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -325119,7 +324735,6 @@ static const uint16_t ts_small_parse_table[] = { 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, @@ -325130,269 +324745,347 @@ 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, - [19804] = 23, + [21886] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4489), 1, - anon_sym_STAR, - ACTIONS(4491), 1, + ACTIONS(4568), 1, anon_sym_AMP_AMP, - ACTIONS(4493), 1, + ACTIONS(4570), 1, + anon_sym_PIPE, + ACTIONS(4572), 1, + anon_sym_CARET, + ACTIONS(4574), 1, anon_sym_AMP, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, + ACTIONS(4580), 1, + anon_sym_LT_EQ, + ACTIONS(4584), 1, anon_sym_LBRACK, - STATE(3242), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3510), 1, - sym__scope_resolution, - STATE(3579), 1, - sym__declarator, - STATE(4966), 1, - sym_ms_based_modifier, - ACTIONS(2942), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2607), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3163), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2940), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3583), 10, - 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, - [19894] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4527), 1, - sym_identifier, - ACTIONS(4529), 1, - sym_literal_suffix, - ACTIONS(4531), 1, - sym_raw_string_literal, - STATE(2272), 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(2383), 8, + 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), 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, - anon_sym_DOT, - ACTIONS(2375), 24, + ACTIONS(4266), 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_QMARK, + anon_sym_STAR_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, + [22044] = 17, + 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, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4576), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, + ACTIONS(4582), 2, 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, + ACTIONS(4586), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [19954] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2399), 1, - anon_sym_LBRACE, - ACTIONS(4148), 1, - anon_sym_LT, - ACTIONS(4368), 1, + ACTIONS(4272), 3, + anon_sym_PIPE, anon_sym_EQ, - STATE(2614), 1, - sym_template_argument_list, - ACTIONS(4370), 10, + anon_sym_GT_GT_EQ, + 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_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_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2383), 12, + anon_sym_GT2, + [22120] = 16, + 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, 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), 4, anon_sym_PIPE, anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(2375), 15, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(4266), 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, - [20016] = 7, + anon_sym_STAR_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, + [22194] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4533), 1, - sym_identifier, - ACTIONS(4537), 1, - sym_primitive_type, - STATE(2225), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(4535), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3054), 16, + 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, 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_PIPE, - anon_sym_AMP, + anon_sym_PERCENT, + ACTIONS(4578), 3, 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(3052), 19, + ACTIONS(4272), 5, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + ACTIONS(4266), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_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_STAR_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, - [20074] = 6, + [22266] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2800), 1, - anon_sym_LBRACE, - ACTIONS(4341), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - STATE(2424), 2, + 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, - sym_initializer_list, - ACTIONS(4198), 16, + 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, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(4578), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(4272), 5, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_EQ, anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(4196), 22, + ACTIONS(4266), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_LBRACK, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -325403,105 +325096,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, - [20130] = 23, + [22336] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(1950), 1, - anon_sym_STAR, - ACTIONS(1952), 1, - anon_sym_AMP, - ACTIONS(2550), 1, - sym_identifier, - ACTIONS(4100), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - STATE(3242), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3511), 1, - sym__scope_resolution, - STATE(3612), 1, - sym__declarator, - STATE(4903), 1, - sym_ms_based_modifier, - ACTIONS(2942), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2237), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(2601), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2940), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3583), 10, - 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, - [20220] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2800), 1, - anon_sym_LBRACE, - ACTIONS(4341), 1, - anon_sym_LPAREN2, - STATE(2401), 2, + ACTIONS(4588), 1, + anon_sym_DOT, + ACTIONS(4590), 1, + anon_sym_DASH_GT, + STATE(2446), 1, sym_argument_list, - sym_initializer_list, - ACTIONS(4211), 16, + 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(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, - anon_sym_DOT, - ACTIONS(4209), 22, + ACTIONS(4266), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -325509,367 +325140,74 @@ static const uint16_t ts_small_parse_table[] = { 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, - [20276] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(1950), 1, - anon_sym_STAR, - ACTIONS(1952), 1, - anon_sym_AMP, - ACTIONS(2550), 1, - sym_identifier, - ACTIONS(4100), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - STATE(3242), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3511), 1, - sym__scope_resolution, - STATE(3612), 1, - sym__declarator, - STATE(4903), 1, - sym_ms_based_modifier, - ACTIONS(2942), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2601), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3163), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2940), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3583), 10, - 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, - [20366] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - ACTIONS(4508), 1, - anon_sym_STAR, - ACTIONS(4510), 1, - anon_sym_AMP_AMP, - ACTIONS(4512), 1, - anon_sym_AMP, - STATE(3242), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3510), 1, - sym__scope_resolution, - STATE(3552), 1, - sym__declarator, - STATE(4764), 1, - sym_ms_based_modifier, - ACTIONS(2942), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2608), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3163), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2940), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3583), 10, - 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, - [20456] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(1950), 1, - anon_sym_STAR, - ACTIONS(1952), 1, - anon_sym_AMP, - ACTIONS(2550), 1, - sym_identifier, - ACTIONS(4100), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - STATE(3242), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3511), 1, - sym__scope_resolution, - STATE(3621), 1, - sym__declarator, - STATE(4903), 1, - sym_ms_based_modifier, - ACTIONS(2942), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2300), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(2615), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2940), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3583), 10, - 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, - [20546] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4489), 1, - anon_sym_STAR, - ACTIONS(4491), 1, - anon_sym_AMP_AMP, - ACTIONS(4493), 1, - anon_sym_AMP, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - STATE(3242), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3510), 1, - sym__scope_resolution, - STATE(3606), 1, - sym__declarator, - STATE(4966), 1, - sym_ms_based_modifier, - ACTIONS(2942), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2293), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(2603), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2940), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3583), 10, - 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, - [20636] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(4075), 1, - sym_identifier, - ACTIONS(4079), 1, - anon_sym_TILDE, - ACTIONS(4087), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - ACTIONS(4499), 1, - anon_sym_STAR, - ACTIONS(4501), 1, - anon_sym_AMP_AMP, - ACTIONS(4503), 1, - anon_sym_AMP, - STATE(3242), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3519), 1, - sym__scope_resolution, - STATE(3664), 1, - sym__declarator, - STATE(4679), 1, - sym_ms_based_modifier, - ACTIONS(2942), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2602), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3163), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2940), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3583), 10, - 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, - [20726] = 6, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT2, + [22402] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2800), 1, - anon_sym_LBRACE, - ACTIONS(4341), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - STATE(2439), 2, + 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, - sym_initializer_list, - ACTIONS(4194), 16, + ACTIONS(4562), 2, + anon_sym_DASH, + anon_sym_PLUS, + 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), 10, + 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_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, + [22466] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4228), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -325886,9 +325224,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4192), 22, + ACTIONS(4226), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -325909,12 +325248,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [20782] = 4, + sym_literal_suffix, + [22514] = 3, ACTIONS(3), 1, sym_comment, - STATE(2343), 1, - sym_enumerator_list, - ACTIONS(3134), 16, + ACTIONS(3323), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -325931,7 +325269,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3136), 24, + ACTIONS(3325), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -325956,14 +325294,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [20833] = 5, + [22562] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4343), 1, - anon_sym_LBRACK, - STATE(2398), 1, - sym_new_declarator, - ACTIONS(4217), 16, + ACTIONS(3319), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -325980,7 +325314,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4215), 23, + ACTIONS(3321), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -325990,6 +325324,7 @@ 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, @@ -326004,45 +325339,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [20886] = 9, + [22610] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, + ACTIONS(3031), 1, anon_sym_COLON_COLON, - ACTIONS(2399), 1, + ACTIONS(3088), 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(3090), 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, - ACTIONS(4148), 1, + 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, + [22660] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4236), 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, - ACTIONS(4539), 1, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, - STATE(2614), 1, - sym_template_argument_list, - ACTIONS(4541), 10, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(4234), 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, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_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(2375), 13, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [22708] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3307), 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(3309), 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_QMARK, + anon_sym_STAR_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, - ACTIONS(2383), 13, + anon_sym_GT2, + [22756] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3303), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326052,16 +325488,42 @@ 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_COLON, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - [20947] = 4, + ACTIONS(3305), 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, + 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, + [22804] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3039), 1, - anon_sym_COLON_COLON, - ACTIONS(3297), 16, + ACTIONS(3213), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326078,7 +325540,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3299), 24, + ACTIONS(3215), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -326103,141 +325565,211 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [20998] = 9, + [22852] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3751), 1, - anon_sym_LBRACE, - STATE(2572), 1, - sym_field_declaration_list, - STATE(4016), 1, - sym_virtual_specifier, - STATE(4591), 1, - sym_base_class_clause, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3017), 11, + ACTIONS(3197), 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(3019), 23, + ACTIONS(3199), 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, - [21059] = 9, + [22900] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3751), 1, - anon_sym_LBRACE, - STATE(2596), 1, - sym_field_declaration_list, - STATE(4010), 1, - sym_virtual_specifier, - STATE(4595), 1, - sym_base_class_clause, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3041), 11, + ACTIONS(3193), 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(3043), 23, + ACTIONS(3195), 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, + 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, + [22948] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3185), 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(3187), 24, + 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_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, - [21120] = 9, + [22996] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3751), 1, - anon_sym_LBRACE, - STATE(2554), 1, - sym_field_declaration_list, - STATE(4006), 1, - sym_virtual_specifier, - STATE(4597), 1, - sym_base_class_clause, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3045), 11, + 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, anon_sym_DASH, anon_sym_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, + ACTIONS(4362), 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, + [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, - ACTIONS(3047), 23, + 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, @@ -326246,25 +325778,92 @@ 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_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_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [23104] = 22, + 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, + ACTIONS(4599), 1, + anon_sym_QMARK, + STATE(2446), 1, + sym_argument_list, + ACTIONS(4378), 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(4376), 11, + anon_sym_COMMA, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_LT_LT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_GT2, - [21181] = 4, + [23190] = 3, ACTIONS(3), 1, sym_comment, - STATE(2364), 1, - sym_enumerator_list, - ACTIONS(3071), 16, + ACTIONS(3173), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326281,7 +325880,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3073), 24, + ACTIONS(3175), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -326306,60 +325905,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [21232] = 4, + [23238] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3039), 1, - anon_sym_COLON_COLON, - ACTIONS(3297), 11, + ACTIONS(3157), 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_const, - anon_sym_COLON, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3299), 29, + ACTIONS(3159), 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_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, - [21283] = 4, + anon_sym_GT2, + [23286] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2493), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - ACTIONS(2495), 16, + ACTIONS(3141), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326376,7 +325970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2488), 23, + ACTIONS(3143), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -326385,6 +325979,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, @@ -326400,75 +325995,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [21334] = 9, + [23334] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3751), 1, + ACTIONS(3137), 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(3139), 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, - STATE(2546), 1, - sym_field_declaration_list, - STATE(4003), 1, - sym_virtual_specifier, - STATE(4546), 1, - sym_base_class_clause, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3067), 11, + 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, + [23382] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3125), 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(3069), 23, + ACTIONS(3127), 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, - [21395] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2405), 1, - anon_sym_EQ, - ACTIONS(2409), 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(2383), 13, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [23430] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3121), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326478,36 +326098,42 @@ 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(2375), 17, + ACTIONS(3123), 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_QMARK, + anon_sym_STAR_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, - [21448] = 5, + anon_sym_GT2, + [23478] = 3, ACTIONS(3), 1, sym_comment, - STATE(2064), 1, - sym__enum_base_clause, - STATE(2116), 1, - sym_enumerator_list, - ACTIONS(3446), 14, + ACTIONS(3249), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326517,23 +326143,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(3448), 25, + ACTIONS(3251), 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, @@ -326541,125 +326168,117 @@ 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, - [21501] = 9, + anon_sym_GT2, + [23526] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3751), 1, - anon_sym_LBRACE, - STATE(2569), 1, - sym_field_declaration_list, - STATE(4031), 1, - sym_virtual_specifier, - STATE(4449), 1, - sym_base_class_clause, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3109), 11, + ACTIONS(3088), 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(3111), 23, + 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_STAR_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, - [21562] = 9, + [23574] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3751), 1, - anon_sym_LBRACE, - STATE(2553), 1, - sym_field_declaration_list, - STATE(4018), 1, - sym_virtual_specifier, - STATE(4550), 1, - sym_base_class_clause, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3027), 11, + ACTIONS(3165), 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(3029), 23, + ACTIONS(3167), 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, - [21623] = 5, + [23622] = 8, ACTIONS(3), 1, sym_comment, - STATE(2049), 1, - sym__enum_base_clause, - STATE(2088), 1, - sym_enumerator_list, - ACTIONS(3440), 14, + 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, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326669,23 +326288,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - anon_sym_DOT, - ACTIONS(3442), 25, + anon_sym_GT_GT_EQ, + ACTIONS(4485), 20, anon_sym_DOT_DOT_DOT, - anon_sym_LPAREN2, + anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -326693,63 +326309,63 @@ 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, - [21676] = 19, + anon_sym_GT2, + [23680] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4547), 1, + ACTIONS(4566), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4568), 1, anon_sym_AMP_AMP, - ACTIONS(4549), 1, + ACTIONS(4570), 1, anon_sym_PIPE, - ACTIONS(4551), 1, + ACTIONS(4572), 1, anon_sym_CARET, - ACTIONS(4553), 1, + ACTIONS(4574), 1, anon_sym_AMP, - ACTIONS(4559), 1, + ACTIONS(4580), 1, anon_sym_LT_EQ, - ACTIONS(4563), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4588), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4590), 1, anon_sym_DASH_GT, - STATE(2448), 1, + STATE(2446), 1, sym_argument_list, - ACTIONS(4416), 2, + ACTIONS(4346), 2, anon_sym_EQ, anon_sym_GT_GT_EQ, - ACTIONS(4543), 2, + ACTIONS(4562), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4555), 2, + ACTIONS(4576), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4561), 2, + ACTIONS(4582), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4565), 2, + ACTIONS(4586), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4545), 3, + ACTIONS(4564), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4557), 3, + ACTIONS(4578), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4414), 14, + ACTIONS(4336), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_PIPE_PIPE, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -326761,10 +326377,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_GT2, - [21756] = 3, + [23762] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3333), 16, + ACTIONS(3177), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326781,7 +326397,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3335), 24, + ACTIONS(3179), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -326806,23 +326422,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [21804] = 9, + [23810] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, - anon_sym_LPAREN2, - ACTIONS(4563), 1, - anon_sym_LBRACK, - ACTIONS(4567), 1, - anon_sym_DOT, - ACTIONS(4569), 1, - anon_sym_DASH_GT, - STATE(2448), 1, - sym_argument_list, - ACTIONS(4565), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4283), 15, + ACTIONS(3265), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326838,14 +326441,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - ACTIONS(4281), 18, + anon_sym_DOT, + ACTIONS(3267), 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, @@ -326856,21 +326463,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, - [21864] = 8, + [23858] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, - anon_sym_LPAREN2, - ACTIONS(4563), 1, - anon_sym_LBRACK, - ACTIONS(4567), 1, - anon_sym_DOT, - ACTIONS(4569), 1, - anon_sym_DASH_GT, - STATE(2448), 1, - sym_argument_list, - ACTIONS(4466), 15, + ACTIONS(3181), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326886,14 +326486,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - ACTIONS(4464), 20, + anon_sym_DOT, + ACTIONS(3183), 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, @@ -326906,24 +326510,12 @@ 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, - [21922] = 9, + [23906] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, - anon_sym_LPAREN2, - ACTIONS(4563), 1, - anon_sym_LBRACK, - ACTIONS(4567), 1, - anon_sym_DOT, - ACTIONS(4569), 1, - anon_sym_DASH_GT, - STATE(2448), 1, - sym_argument_list, - ACTIONS(4565), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4378), 15, + ACTIONS(3201), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326939,14 +326531,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - ACTIONS(4376), 18, + anon_sym_DOT, + ACTIONS(3203), 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, @@ -326957,24 +326553,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, - [21982] = 9, + [23954] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, - anon_sym_LPAREN2, - ACTIONS(4563), 1, - anon_sym_LBRACK, - ACTIONS(4567), 1, - anon_sym_DOT, - ACTIONS(4569), 1, - anon_sym_DASH_GT, - STATE(2448), 1, - sym_argument_list, - ACTIONS(4565), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4261), 15, + ACTIONS(3189), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -326990,14 +326576,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - ACTIONS(4259), 18, + anon_sym_DOT, + ACTIONS(3191), 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, @@ -327008,38 +326598,61 @@ 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, - [22042] = 3, + [24002] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3193), 16, + 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(4457), 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, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(4578), 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(3195), 24, + ACTIONS(4455), 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, @@ -327050,14 +326663,158 @@ 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, - [22090] = 3, + [24084] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(3257), 16, + 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, + 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, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327073,18 +326830,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(3259), 24, + ACTIONS(4238), 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, @@ -327095,14 +326848,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, - [22138] = 3, + [24328] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3265), 16, + 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(4479), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327118,18 +326881,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(3267), 24, + ACTIONS(4477), 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, @@ -327140,14 +326899,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, - [22186] = 3, + [24388] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3325), 16, + ACTIONS(3287), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327164,7 +326920,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3327), 24, + ACTIONS(3289), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -327189,53 +326945,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [22234] = 16, + [24436] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, - anon_sym_LPAREN2, - ACTIONS(4553), 1, - anon_sym_AMP, - ACTIONS(4559), 1, - anon_sym_LT_EQ, - ACTIONS(4563), 1, - anon_sym_LBRACK, - ACTIONS(4567), 1, - anon_sym_DOT, - ACTIONS(4569), 1, - anon_sym_DASH_GT, - STATE(2448), 1, - sym_argument_list, - ACTIONS(4543), 2, + ACTIONS(3145), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4555), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4561), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4565), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4545), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4557), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4416), 4, - anon_sym_PIPE, - anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - ACTIONS(4414), 15, + anon_sym_DOT, + ACTIONS(3147), 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, @@ -327246,11 +326986,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, - [22308] = 3, + [24484] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3245), 16, + ACTIONS(3149), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327267,7 +327010,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3247), 24, + ACTIONS(3151), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -327292,37 +327035,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [22356] = 3, + [24532] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3241), 16, + 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_LT_LT, - anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(3243), 24, + ACTIONS(4473), 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, @@ -327333,14 +327088,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, - [22404] = 3, + [24598] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3229), 16, + ACTIONS(3129), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327357,7 +327109,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3231), 24, + ACTIONS(3131), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -327382,54 +327134,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [22452] = 17, + [24646] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(3173), 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(3175), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(4551), 1, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_CARET, - ACTIONS(4553), 1, - anon_sym_AMP, - ACTIONS(4559), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4563), 1, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LBRACK, - ACTIONS(4567), 1, + 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(4569), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - STATE(2448), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4543), 2, + ACTIONS(4244), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4617), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4555), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4561), 2, + 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(4565), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4416), 3, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4545), 3, + anon_sym_GT_GT, + ACTIONS(4619), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4557), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(4414), 15, + 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_COMMA, 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, @@ -327437,14 +327229,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, - [22528] = 3, + [24762] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3225), 16, + ACTIONS(2458), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327461,7 +327253,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3227), 24, + ACTIONS(2451), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -327470,7 +327262,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, @@ -327486,10 +327277,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [22576] = 3, + [24809] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3221), 16, + ACTIONS(2458), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327506,7 +327297,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3223), 24, + ACTIONS(2451), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -327515,7 +327306,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, @@ -327531,10 +327321,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [22624] = 3, + [24856] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3217), 16, + ACTIONS(4441), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327551,7 +327341,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3219), 24, + ACTIONS(4439), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -327560,7 +327350,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, @@ -327576,55 +327365,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [22672] = 3, + [24903] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3213), 16, + ACTIONS(3133), 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_const, + anon_sym_DOT, + ACTIONS(3135), 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_EQ, - anon_sym_GT_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [24950] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3161), 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(3215), 24, + ACTIONS(3163), 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, - [22720] = 3, + [24997] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3209), 16, + ACTIONS(4503), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327641,7 +327473,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3211), 24, + ACTIONS(4501), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -327650,7 +327482,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, @@ -327666,55 +327497,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [22768] = 3, + [25044] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3201), 16, + ACTIONS(3327), 9, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_const, + anon_sym_DOT, + ACTIONS(3329), 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_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [25091] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3031), 1, + anon_sym_COLON_COLON, + ACTIONS(3043), 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_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(3203), 24, + ACTIONS(3045), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_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_final, + anon_sym_override, anon_sym_GT2, - [22816] = 3, + [25140] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3173), 16, + ACTIONS(4177), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327731,7 +327606,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3175), 24, + ACTIONS(4179), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -327740,7 +327615,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, @@ -327756,10 +327630,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [22864] = 3, + [25187] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3165), 16, + ACTIONS(4499), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -327776,7 +327650,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3167), 24, + ACTIONS(4497), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -327785,7 +327659,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, @@ -327801,55 +327674,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [22912] = 3, + [25234] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4253), 16, + ACTIONS(3031), 1, + anon_sym_COLON_COLON, + ACTIONS(3043), 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(4251), 24, + ACTIONS(3045), 26, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_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_final, + anon_sym_override, anon_sym_GT2, - sym_literal_suffix, - [22960] = 3, + [25283] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3347), 10, + ACTIONS(3315), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -327857,11 +327730,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, + anon_sym_const, anon_sym_DOT, - sym_identifier, - sym_literal_suffix, - ACTIONS(3349), 30, - sym_raw_string_literal, + ACTIONS(3317), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -327878,120 +327749,138 @@ 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, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [23008] = 8, + [25330] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, - anon_sym_LPAREN2, - ACTIONS(4563), 1, - anon_sym_LBRACK, - ACTIONS(4567), 1, - anon_sym_DOT, - ACTIONS(4569), 1, - anon_sym_DASH_GT, - STATE(2448), 1, - sym_argument_list, - ACTIONS(4412), 15, + ACTIONS(3283), 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(4410), 20, + anon_sym_const, + anon_sym_DOT, + ACTIONS(3285), 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_GT2, - [23066] = 20, + anon_sym_DASH_GT, + [25377] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, - anon_sym_LPAREN2, - ACTIONS(4547), 1, - anon_sym_AMP_AMP, - ACTIONS(4549), 1, + ACTIONS(3205), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, anon_sym_PIPE, - ACTIONS(4551), 1, - anon_sym_CARET, - ACTIONS(4553), 1, anon_sym_AMP, - ACTIONS(4559), 1, - anon_sym_LT_EQ, - ACTIONS(4563), 1, - anon_sym_LBRACK, - ACTIONS(4567), 1, + anon_sym_GT, + anon_sym_LT, + anon_sym_const, anon_sym_DOT, - ACTIONS(4569), 1, - anon_sym_DASH_GT, - ACTIONS(4571), 1, + ACTIONS(3207), 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, - STATE(2448), 1, - sym_argument_list, - ACTIONS(4309), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4543), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4555), 2, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4561), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4565), 2, + 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, - ACTIONS(4545), 3, + anon_sym_DASH_GT, + [25424] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4284), 16, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4557), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4285), 13, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(4282), 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, @@ -328002,56 +327891,84 @@ 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, - [23148] = 18, + [25471] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, - anon_sym_LPAREN2, - ACTIONS(4549), 1, + ACTIONS(3335), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, anon_sym_PIPE, - ACTIONS(4551), 1, - anon_sym_CARET, - ACTIONS(4553), 1, anon_sym_AMP, - ACTIONS(4559), 1, - anon_sym_LT_EQ, - ACTIONS(4563), 1, - anon_sym_LBRACK, - ACTIONS(4567), 1, + anon_sym_GT, + anon_sym_LT, + anon_sym_const, anon_sym_DOT, - ACTIONS(4569), 1, - anon_sym_DASH_GT, - STATE(2448), 1, - sym_argument_list, - ACTIONS(4416), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4543), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4555), 2, + ACTIONS(3337), 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, - ACTIONS(4561), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4565), 2, + 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, - ACTIONS(4545), 3, + anon_sym_DASH_GT, + [25518] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4350), 16, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4557), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4414), 15, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(4348), 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, @@ -328062,11 +327979,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, - [23226] = 3, + [25565] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3261), 16, + ACTIONS(4394), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328083,7 +328003,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3263), 24, + ACTIONS(4392), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -328092,7 +328012,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, @@ -328108,10 +328027,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [23274] = 3, + [25612] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3305), 16, + ACTIONS(1516), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328128,7 +328047,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3307), 24, + ACTIONS(1518), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -328137,7 +328056,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, @@ -328153,60 +328071,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [23322] = 22, + [25659] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, - anon_sym_LPAREN2, - ACTIONS(4547), 1, - anon_sym_AMP_AMP, - ACTIONS(4549), 1, - anon_sym_PIPE, - ACTIONS(4551), 1, - anon_sym_CARET, - ACTIONS(4553), 1, - anon_sym_AMP, - ACTIONS(4559), 1, - anon_sym_LT_EQ, - ACTIONS(4563), 1, - anon_sym_LBRACK, - ACTIONS(4567), 1, - anon_sym_DOT, - ACTIONS(4569), 1, - anon_sym_DASH_GT, - ACTIONS(4571), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4573), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4575), 1, - anon_sym_QMARK, - STATE(2448), 1, - sym_argument_list, - ACTIONS(4319), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4543), 2, + ACTIONS(4461), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4555), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4561), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4565), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4545), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4557), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4317), 11, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(4459), 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, @@ -328216,11 +328111,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, - [23408] = 3, + [25706] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3329), 16, + ACTIONS(4467), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328237,7 +328135,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3331), 24, + ACTIONS(4465), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -328246,7 +328144,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, @@ -328262,55 +328159,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [23456] = 3, + [25753] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3141), 16, + ACTIONS(3307), 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_const, + anon_sym_DOT, + ACTIONS(3309), 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_EQ, - anon_sym_GT_GT_EQ, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [25800] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3303), 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(3143), 24, + ACTIONS(3305), 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, - [23504] = 3, + [25847] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3289), 16, + ACTIONS(4152), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328327,7 +328267,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3291), 24, + ACTIONS(4154), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -328336,7 +328276,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, @@ -328352,10 +328291,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [23552] = 3, + [25894] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3269), 16, + ACTIONS(4495), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328372,7 +328311,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3271), 24, + ACTIONS(4493), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -328381,7 +328320,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, @@ -328397,100 +328335,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [23600] = 3, + [25941] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3277), 16, + ACTIONS(3257), 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(3279), 24, + ACTIONS(3259), 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, - [23648] = 3, + [25988] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3169), 16, + ACTIONS(3271), 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(3171), 24, + ACTIONS(3273), 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, - [23696] = 3, + [26035] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3281), 16, + ACTIONS(4384), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328507,7 +328443,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3283), 24, + ACTIONS(4382), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -328516,7 +328452,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, @@ -328532,10 +328467,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [23744] = 3, + [26082] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3301), 16, + ACTIONS(4631), 1, + anon_sym_LT, + STATE(2178), 1, + sym_template_argument_list, + ACTIONS(4398), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328545,24 +328484,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(3303), 24, + ACTIONS(4396), 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, @@ -328570,154 +328506,149 @@ 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, - [23792] = 20, + [26133] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, - anon_sym_LPAREN2, - ACTIONS(4547), 1, - anon_sym_AMP_AMP, - ACTIONS(4549), 1, + ACTIONS(3213), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, anon_sym_PIPE, - ACTIONS(4551), 1, - anon_sym_CARET, - ACTIONS(4553), 1, anon_sym_AMP, - ACTIONS(4559), 1, - anon_sym_LT_EQ, - ACTIONS(4563), 1, - anon_sym_LBRACK, - ACTIONS(4567), 1, + anon_sym_GT, + anon_sym_LT, + anon_sym_const, anon_sym_DOT, - ACTIONS(4569), 1, - anon_sym_DASH_GT, - ACTIONS(4571), 1, + ACTIONS(3215), 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, - STATE(2448), 1, - sym_argument_list, - ACTIONS(4474), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4543), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4555), 2, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4561), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4565), 2, + 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, - ACTIONS(4545), 3, - anon_sym_STAR, + anon_sym_DASH_GT, + [26180] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3299), 9, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4557), 3, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4472), 13, + anon_sym_const, + anon_sym_DOT, + ACTIONS(3301), 30, 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, - [23874] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4341), 1, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(4547), 1, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(4549), 1, - anon_sym_PIPE, - ACTIONS(4551), 1, anon_sym_CARET, - ACTIONS(4553), 1, - anon_sym_AMP, - ACTIONS(4559), 1, - anon_sym_LT_EQ, - ACTIONS(4563), 1, - anon_sym_LBRACK, - ACTIONS(4567), 1, - anon_sym_DOT, - ACTIONS(4569), 1, - anon_sym_DASH_GT, - ACTIONS(4571), 1, - anon_sym_PIPE_PIPE, - STATE(2448), 1, - sym_argument_list, - ACTIONS(4482), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4543), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4555), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4561), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4565), 2, + 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, - ACTIONS(4545), 3, - anon_sym_STAR, + anon_sym_DASH_GT, + [26227] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3311), 9, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4557), 3, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4480), 13, + anon_sym_const, + anon_sym_DOT, + ACTIONS(3313), 30, 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, - [23956] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4341), 1, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(4563), 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(4567), 1, - anon_sym_DOT, - ACTIONS(4569), 1, - anon_sym_DASH_GT, - STATE(2448), 1, - sym_argument_list, - ACTIONS(4565), 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(4416), 15, + anon_sym_DASH_GT, + [26274] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4471), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328733,14 +328664,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - ACTIONS(4414), 18, + anon_sym_DOT, + ACTIONS(4469), 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, @@ -328751,108 +328685,146 @@ 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, - [24016] = 3, + [26321] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3157), 16, + ACTIONS(3189), 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(3159), 24, + ACTIONS(3191), 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, - [24064] = 10, + [26368] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + 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, anon_sym_LPAREN2, - ACTIONS(4563), 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(4567), 1, - anon_sym_DOT, - ACTIONS(4569), 1, - anon_sym_DASH_GT, - STATE(2448), 1, - sym_argument_list, - ACTIONS(4565), 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(4545), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4416), 12, + anon_sym_DASH_GT, + [26415] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3110), 12, 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, - ACTIONS(4414), 18, + anon_sym_const, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(3112), 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_STAR_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, - [24126] = 3, + [26462] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3161), 16, + ACTIONS(1506), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328869,7 +328841,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3163), 24, + ACTIONS(1508), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -328878,7 +328850,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, @@ -328894,55 +328865,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [24174] = 3, + [26509] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3177), 16, + ACTIONS(3193), 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(3179), 24, + ACTIONS(3195), 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, - [24222] = 3, + [26556] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3181), 16, + ACTIONS(4322), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -328959,7 +328929,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3183), 24, + ACTIONS(4320), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -328968,7 +328938,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, @@ -328984,12 +328953,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [24270] = 4, + [26603] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4577), 1, - sym_literal_suffix, - ACTIONS(2383), 16, + ACTIONS(4318), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329006,7 +328973,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2375), 23, + ACTIONS(4316), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -329030,113 +328997,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [24320] = 5, + [26650] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4579), 1, - anon_sym_LT, - STATE(2464), 1, - sym_template_argument_list, - ACTIONS(4435), 15, + ACTIONS(2504), 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_LT, + anon_sym_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(4433), 23, + ACTIONS(2506), 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_STAR_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, - [24372] = 14, + [26697] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, - anon_sym_LPAREN2, - ACTIONS(4559), 1, - anon_sym_LT_EQ, - ACTIONS(4563), 1, - anon_sym_LBRACK, - ACTIONS(4567), 1, - anon_sym_DOT, - ACTIONS(4569), 1, - anon_sym_DASH_GT, - STATE(2448), 1, - sym_argument_list, - ACTIONS(4543), 2, + ACTIONS(2512), 12, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4561), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4565), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4545), 3, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4557), 3, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4416), 5, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4414), 17, + 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, + anon_sym_STAR, + 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, - [24442] = 3, + [26744] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3249), 16, + 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(4479), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329146,24 +329111,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(3251), 24, + ACTIONS(4477), 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_LBRACE, - anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -329171,161 +329131,146 @@ 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, - [24490] = 3, + [26803] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3205), 16, + ACTIONS(2468), 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(3207), 24, + ACTIONS(2470), 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_STAR_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, - [24538] = 3, + [26850] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3197), 16, + ACTIONS(3088), 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(3199), 24, + ACTIONS(3090), 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, - [24586] = 12, + [26897] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, - anon_sym_LPAREN2, - ACTIONS(4563), 1, - anon_sym_LBRACK, - ACTIONS(4567), 1, - anon_sym_DOT, - ACTIONS(4569), 1, - anon_sym_DASH_GT, - STATE(2448), 1, - sym_argument_list, - ACTIONS(4543), 2, + ACTIONS(3185), 9, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4561), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4565), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4545), 3, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4478), 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(4476), 18, + anon_sym_const, + anon_sym_DOT, + ACTIONS(3187), 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, - [24652] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [26944] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3189), 16, + ACTIONS(4429), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329342,7 +329287,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3191), 24, + ACTIONS(4427), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -329351,7 +329296,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, @@ -329367,10 +329311,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [24700] = 3, + [26991] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3153), 16, + ACTIONS(4210), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329387,7 +329331,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3155), 24, + ACTIONS(4208), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -329396,7 +329340,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, @@ -329412,100 +329355,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [24748] = 3, + [27038] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3149), 16, + ACTIONS(3145), 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(3151), 24, + ACTIONS(3147), 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, - [24796] = 3, + [27085] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3253), 16, + ACTIONS(2516), 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(3255), 24, + ACTIONS(2523), 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_STAR_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, - [24844] = 3, + [27132] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3273), 16, + ACTIONS(4437), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329522,7 +329463,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3275), 24, + ACTIONS(4435), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -329531,7 +329472,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, @@ -329547,190 +329487,186 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [24892] = 3, + [27179] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3313), 16, + ACTIONS(3201), 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(3315), 24, + ACTIONS(3203), 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, - [24940] = 3, + [27226] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3317), 16, + ACTIONS(3249), 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(3319), 24, + ACTIONS(3251), 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, - [24988] = 3, + [27273] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3237), 16, + ACTIONS(3165), 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(3239), 24, + ACTIONS(3167), 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, - [25036] = 3, + [27320] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3233), 16, + ACTIONS(3149), 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(3235), 24, + ACTIONS(3151), 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, - [25084] = 3, + [27367] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3145), 16, + ACTIONS(4413), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329747,7 +329683,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3147), 24, + ACTIONS(4411), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -329756,7 +329692,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, @@ -329772,10 +329707,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [25132] = 3, + [27414] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3285), 16, + ACTIONS(4332), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329792,7 +329727,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3287), 24, + ACTIONS(4330), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -329801,7 +329736,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, @@ -329817,58 +329751,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [25180] = 20, + [27461] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, - anon_sym_LPAREN2, - ACTIONS(4547), 1, - anon_sym_AMP_AMP, - ACTIONS(4549), 1, - anon_sym_PIPE, - ACTIONS(4551), 1, - anon_sym_CARET, - ACTIONS(4553), 1, - anon_sym_AMP, - ACTIONS(4559), 1, - anon_sym_LT_EQ, - ACTIONS(4563), 1, - anon_sym_LBRACK, - ACTIONS(4567), 1, - anon_sym_DOT, - ACTIONS(4569), 1, - anon_sym_DASH_GT, - ACTIONS(4571), 1, - anon_sym_PIPE_PIPE, - STATE(2448), 1, - sym_argument_list, - ACTIONS(4351), 2, + ACTIONS(4113), 2, anon_sym_EQ, anon_sym_GT_GT_EQ, - ACTIONS(4543), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4555), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4561), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4565), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4545), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4557), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(4349), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_QMARK, + ACTIONS(4115), 9, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -329878,11 +329767,22 @@ static const uint16_t ts_small_parse_table[] = { 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, - [25262] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3293), 16, + ACTIONS(2411), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329896,83 +329796,99 @@ 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, - ACTIONS(3295), 24, + [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, 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, - [25310] = 3, + [27559] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3309), 16, + ACTIONS(3153), 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(3311), 24, + ACTIONS(3155), 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, - [25358] = 3, + [27606] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3321), 16, + ACTIONS(2458), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -329989,7 +329905,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3323), 24, + ACTIONS(2451), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -329998,7 +329914,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, @@ -330014,58 +329929,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [25406] = 6, + [27653] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2952), 1, - anon_sym_COLON_COLON, - ACTIONS(4582), 1, + ACTIONS(3209), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, anon_sym_LT, - STATE(2404), 1, - sym_template_argument_list, - ACTIONS(3337), 11, + anon_sym_const, + anon_sym_DOT, + ACTIONS(3211), 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_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [27700] = 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_const, - anon_sym_COLON, + anon_sym_EQ, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2399), 26, + ACTIONS(2451), 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_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, - [25460] = 3, + [27747] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3297), 16, + ACTIONS(4372), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330082,7 +330037,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3299), 24, + ACTIONS(4370), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -330091,7 +330046,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, @@ -330107,163 +330061,161 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [25508] = 3, + [27794] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3297), 10, + ACTIONS(4304), 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_const, + anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(3299), 30, + ACTIONS(4302), 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, - [25556] = 21, + anon_sym_GT2, + [27841] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4547), 1, - anon_sym_AMP_AMP, - ACTIONS(4549), 1, - anon_sym_PIPE, - ACTIONS(4551), 1, - anon_sym_CARET, - ACTIONS(4553), 1, - anon_sym_AMP, - ACTIONS(4559), 1, - anon_sym_LT_EQ, - ACTIONS(4563), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4374), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4378), 1, + anon_sym_EQ, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - ACTIONS(4571), 1, + ACTIONS(4634), 1, anon_sym_PIPE_PIPE, - ACTIONS(4573), 1, - anon_sym_DOT_DOT_DOT, - STATE(2448), 1, + 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, + ACTIONS(4646), 1, + anon_sym_QMARK, + STATE(2148), 1, sym_argument_list, - ACTIONS(4388), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4543), 2, + ACTIONS(4244), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4617), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4555), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4561), 2, + 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(4565), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4545), 3, + ACTIONS(4644), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4619), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4557), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(4386), 12, - anon_sym_COMMA, - anon_sym_QMARK, + ACTIONS(4376), 11, + anon_sym_COLON, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, 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, - [25640] = 3, + [27926] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3297), 16, + ACTIONS(3331), 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(3299), 24, + ACTIONS(3333), 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, - [25688] = 3, + [27973] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3339), 10, + ACTIONS(3253), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -330271,11 +330223,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, + anon_sym_const, anon_sym_DOT, - sym_identifier, - sym_literal_suffix, - ACTIONS(3341), 30, - sym_raw_string_literal, + ACTIONS(3255), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -330292,43 +330242,29 @@ 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, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [25736] = 11, + [28020] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, - anon_sym_LPAREN2, - ACTIONS(4563), 1, - anon_sym_LBRACK, - ACTIONS(4567), 1, - anon_sym_DOT, - ACTIONS(4569), 1, - anon_sym_DASH_GT, - STATE(2448), 1, - sym_argument_list, - ACTIONS(4543), 2, + ACTIONS(4368), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4565), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4545), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4416), 10, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -330339,14 +330275,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT_GT_EQ, - ACTIONS(4414), 18, + anon_sym_DOT, + ACTIONS(4366), 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, @@ -330357,11 +330296,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, - [25800] = 3, + [28067] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4241), 16, + ACTIONS(4326), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330378,7 +330320,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4239), 24, + ACTIONS(4324), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -330387,7 +330329,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, @@ -330403,49 +330344,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [25848] = 12, + [28114] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, - anon_sym_LPAREN2, - ACTIONS(4563), 1, - anon_sym_LBRACK, - ACTIONS(4567), 1, - anon_sym_DOT, - ACTIONS(4569), 1, - anon_sym_DASH_GT, - STATE(2448), 1, - sym_argument_list, - ACTIONS(4543), 2, + ACTIONS(4314), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4561), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4565), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4545), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4416), 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(4414), 18, + anon_sym_DOT, + ACTIONS(4312), 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, @@ -330456,53 +330384,60 @@ 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, - [25914] = 15, + [28161] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4559), 1, - anon_sym_LT_EQ, - ACTIONS(4563), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4346), 1, + anon_sym_EQ, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - STATE(2448), 1, + 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(4543), 2, + ACTIONS(4244), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4617), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4555), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4561), 2, + 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(4565), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4545), 3, + ACTIONS(4644), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4619), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4557), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(4416), 5, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4414), 15, + ACTIONS(4336), 13, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -330510,14 +330445,58 @@ 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, - [25986] = 3, + [28242] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3157), 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(3159), 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_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [28289] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4279), 16, + ACTIONS(4417), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330534,7 +330513,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4277), 23, + ACTIONS(4415), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -330558,10 +330537,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [26033] = 3, + [28336] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2508), 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(2510), 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, + [28383] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 16, + ACTIONS(4218), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -330578,7 +330601,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2375), 23, + ACTIONS(4216), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -330602,54 +330625,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [26080] = 20, + [28430] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3323), 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(3325), 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_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [28477] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4309), 1, + ACTIONS(4457), 1, anon_sym_EQ, - ACTIONS(4588), 1, + ACTIONS(4627), 1, + anon_sym_DOT, + ACTIONS(4629), 1, + anon_sym_DASH_GT, + ACTIONS(4634), 1, anon_sym_PIPE_PIPE, - ACTIONS(4590), 1, + ACTIONS(4636), 1, anon_sym_AMP_AMP, - ACTIONS(4592), 1, + ACTIONS(4638), 1, anon_sym_PIPE, - ACTIONS(4594), 1, + ACTIONS(4640), 1, anon_sym_CARET, - ACTIONS(4596), 1, + ACTIONS(4642), 1, anon_sym_AMP, - ACTIONS(4606), 1, - anon_sym_DOT, - ACTIONS(4608), 1, - anon_sym_DASH_GT, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4265), 2, + ACTIONS(4244), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4584), 2, + ACTIONS(4617), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4598), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4600), 2, + ACTIONS(4621), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4602), 2, + ACTIONS(4623), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4604), 2, + ACTIONS(4625), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4586), 3, + ACTIONS(4644), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4619), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4285), 13, + ACTIONS(4455), 13, anon_sym_DOT_DOT_DOT, anon_sym_COLON, anon_sym_QMARK, @@ -330663,10 +330730,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [26161] = 3, + [28558] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2486), 12, + ACTIONS(2494), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -330679,7 +330746,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_const, anon_sym_COLON, anon_sym_DOT, - ACTIONS(2493), 27, + ACTIONS(2496), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -330707,56 +330774,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_GT2, - [26208] = 21, + [28605] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4315), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4388), 1, - anon_sym_EQ, - ACTIONS(4588), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4590), 1, - anon_sym_AMP_AMP, - ACTIONS(4592), 1, - anon_sym_PIPE, - ACTIONS(4594), 1, - anon_sym_CARET, - ACTIONS(4596), 1, - anon_sym_AMP, - ACTIONS(4606), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4265), 2, + ACTIONS(4244), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4584), 2, + ACTIONS(4364), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4598), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4600), 2, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4602), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4604), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4586), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4386), 12, + anon_sym_EQ, + ACTIONS(4362), 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, @@ -330769,73 +330824,162 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [26291] = 3, + [28664] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4247), 16, + ACTIONS(3088), 9, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + 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, + anon_sym_STAR, anon_sym_PERCENT, + anon_sym_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, + [28711] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3287), 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(3289), 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_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [28758] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2443), 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_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + anon_sym_const, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(4245), 23, + ACTIONS(2445), 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_STAR_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, - [26338] = 10, + [28805] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4606), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4265), 2, + ACTIONS(4244), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4586), 3, + ACTIONS(4617), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4619), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4416), 10, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4272), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -330844,7 +330988,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4414), 19, + ACTIONS(4266), 19, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -330864,148 +331008,223 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [26399] = 3, + [28868] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4325), 16, + ACTIONS(3319), 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(4323), 23, + ACTIONS(3321), 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, - [26446] = 9, + [28915] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(3141), 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(3143), 30, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(4263), 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(4606), 1, - anon_sym_DOT, - ACTIONS(4608), 1, - anon_sym_DASH_GT, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4265), 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(4416), 13, + anon_sym_DASH_GT, + [28962] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3169), 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_const, + anon_sym_DOT, + ACTIONS(3171), 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_EQ, - ACTIONS(4414), 19, + 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, + [29009] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3137), 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(3139), 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, - [26505] = 19, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [29056] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4416), 1, - anon_sym_EQ, - ACTIONS(4590), 1, - anon_sym_AMP_AMP, - ACTIONS(4592), 1, - anon_sym_PIPE, - ACTIONS(4594), 1, - anon_sym_CARET, - ACTIONS(4596), 1, - anon_sym_AMP, - ACTIONS(4606), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4265), 2, + ACTIONS(4244), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4584), 2, + ACTIONS(4617), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4598), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4600), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4602), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4604), 2, + ACTIONS(4625), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4586), 3, + ACTIONS(4619), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4414), 14, + ACTIONS(4272), 6, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_EQ, + ACTIONS(4266), 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, @@ -331018,69 +331237,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [26584] = 18, + [29121] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4416), 1, - anon_sym_EQ, - ACTIONS(4592), 1, + ACTIONS(3245), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, anon_sym_PIPE, - ACTIONS(4594), 1, - anon_sym_CARET, - ACTIONS(4596), 1, anon_sym_AMP, - ACTIONS(4606), 1, + anon_sym_GT, + anon_sym_LT, + anon_sym_const, anon_sym_DOT, - ACTIONS(4608), 1, - anon_sym_DASH_GT, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4265), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4584), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4598), 2, + ACTIONS(3247), 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, - ACTIONS(4600), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4602), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4604), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4586), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4414), 15, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + 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, - [26661] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [29168] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4374), 16, + ACTIONS(4350), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -331097,7 +331301,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4372), 23, + ACTIONS(4348), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -331121,10 +331325,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [26708] = 3, + [29215] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4361), 16, + ACTIONS(2458), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -331141,7 +331345,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4359), 23, + ACTIONS(2451), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -331165,10 +331369,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [26755] = 3, + [29262] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4137), 16, + ACTIONS(4491), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -331185,7 +331389,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4139), 23, + ACTIONS(4489), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -331209,49 +331413,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [26802] = 17, + [29309] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4594), 1, - anon_sym_CARET, - ACTIONS(4596), 1, - anon_sym_AMP, - ACTIONS(4606), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4265), 2, + ACTIONS(4244), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4416), 2, - anon_sym_PIPE, - anon_sym_EQ, - ACTIONS(4584), 2, + ACTIONS(4617), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4598), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4600), 2, + ACTIONS(4621), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4602), 2, + ACTIONS(4623), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4604), 2, + ACTIONS(4625), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4586), 3, + ACTIONS(4644), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4619), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4414), 15, + ACTIONS(4272), 4, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ, + ACTIONS(4266), 15, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -331267,48 +331469,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [26877] = 16, + [29380] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4596), 1, - anon_sym_AMP, - ACTIONS(4606), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - STATE(2207), 1, + ACTIONS(4642), 1, + anon_sym_AMP, + STATE(2148), 1, sym_argument_list, - ACTIONS(4265), 2, + ACTIONS(4244), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4584), 2, + ACTIONS(4617), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4598), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4600), 2, + ACTIONS(4621), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4602), 2, + ACTIONS(4623), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4604), 2, + ACTIONS(4625), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4416), 3, + ACTIONS(4644), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4272), 3, anon_sym_PIPE, anon_sym_CARET, anon_sym_EQ, - ACTIONS(4586), 3, + ACTIONS(4619), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4414), 15, + ACTIONS(4266), 15, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -331324,47 +331526,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [26950] = 15, + [29453] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4606), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - STATE(2207), 1, + ACTIONS(4640), 1, + anon_sym_CARET, + ACTIONS(4642), 1, + anon_sym_AMP, + STATE(2148), 1, sym_argument_list, - ACTIONS(4265), 2, + ACTIONS(4244), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4584), 2, + ACTIONS(4272), 2, + anon_sym_PIPE, + anon_sym_EQ, + ACTIONS(4617), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4598), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4600), 2, + ACTIONS(4621), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4602), 2, + ACTIONS(4623), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4604), 2, + ACTIONS(4625), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4586), 3, + ACTIONS(4644), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4619), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4416), 4, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ, - ACTIONS(4414), 15, + ACTIONS(4266), 15, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -331380,300 +331584,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [27021] = 3, + [29528] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4221), 16, + ACTIONS(3125), 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(4219), 23, + ACTIONS(3127), 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, - [27068] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4357), 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(1544), 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_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, - [27115] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2450), 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_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(2443), 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_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, - [27162] = 3, + [29575] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2450), 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(2443), 23, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(4125), 1, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, + ACTIONS(4242), 1, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [27209] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2450), 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(4272), 1, anon_sym_EQ, - anon_sym_GT_GT_EQ, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(2443), 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, + ACTIONS(4629), 1, anon_sym_DASH_GT, - anon_sym_GT2, - [27256] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2450), 16, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(4638), 1, anon_sym_PIPE, + ACTIONS(4640), 1, 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(2443), 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, + ACTIONS(4642), 1, + anon_sym_AMP, + STATE(2148), 1, + sym_argument_list, + ACTIONS(4244), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [27303] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4347), 16, + ACTIONS(4617), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(4621), 2, anon_sym_GT, - anon_sym_GT_EQ, 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, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(4345), 23, + 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_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_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -331681,100 +331683,102 @@ 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, - [27350] = 3, + [29652] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2450), 16, + ACTIONS(3181), 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(2443), 23, + ACTIONS(3183), 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, - [27397] = 14, + [29699] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4606), 1, + ACTIONS(4272), 1, + anon_sym_EQ, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - STATE(2207), 1, + 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(4265), 2, + ACTIONS(4244), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4584), 2, + ACTIONS(4617), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4600), 2, + ACTIONS(4621), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4602), 2, + ACTIONS(4623), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4604), 2, + ACTIONS(4625), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4586), 3, + ACTIONS(4644), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4619), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4416), 4, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ, - ACTIONS(4414), 17, + ACTIONS(4266), 14, 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, @@ -331787,84 +331791,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [27466] = 3, + [29778] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4144), 16, + ACTIONS(3121), 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(4146), 23, + ACTIONS(3123), 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, - [27513] = 12, + [29825] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4606), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4265), 2, + ACTIONS(4244), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4584), 2, + ACTIONS(4272), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4604), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4586), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4416), 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(4414), 19, + ACTIONS(4266), 19, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -331884,47 +331885,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [27578] = 11, + [29884] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4606), 1, - anon_sym_DOT, - ACTIONS(4608), 1, - anon_sym_DASH_GT, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4265), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4584), 2, + ACTIONS(4164), 16, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4586), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4416), 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(4414), 19, + anon_sym_GT_GT_EQ, + anon_sym_DOT, + ACTIONS(4166), 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, @@ -331932,32 +331922,36 @@ 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, - [27641] = 9, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [29931] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4606), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4265), 2, + ACTIONS(4244), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4378), 13, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4619), 3, 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, @@ -331966,7 +331960,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4376), 19, + ACTIONS(4266), 19, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -331986,225 +331980,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [27700] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4482), 1, - anon_sym_EQ, - ACTIONS(4588), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4590), 1, - anon_sym_AMP_AMP, - ACTIONS(4592), 1, - anon_sym_PIPE, - ACTIONS(4594), 1, - anon_sym_CARET, - ACTIONS(4596), 1, - anon_sym_AMP, - ACTIONS(4606), 1, - anon_sym_DOT, - ACTIONS(4608), 1, - anon_sym_DASH_GT, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4265), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4584), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4598), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4600), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4602), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4604), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4586), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4480), 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, - [27781] = 3, + [29992] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4257), 16, + ACTIONS(2498), 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(4255), 23, + ACTIONS(2500), 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_STAR_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, - [27828] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(2335), 1, - anon_sym_LPAREN2, - ACTIONS(2337), 1, - anon_sym_STAR, - ACTIONS(2550), 1, - sym_identifier, - ACTIONS(4089), 1, - anon_sym_LBRACK, - ACTIONS(4100), 1, - anon_sym_COLON_COLON, - ACTIONS(4610), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4614), 1, - anon_sym_AMP_AMP, - ACTIONS(4616), 1, - anon_sym_AMP, - ACTIONS(4618), 1, - anon_sym_EQ, - STATE(3237), 1, - sym_parameter_list, - STATE(3511), 1, - sym__scope_resolution, - STATE(3675), 1, - sym__declarator, - STATE(3848), 1, - sym__abstract_declarator, - STATE(4102), 1, - sym_variadic_declarator, - STATE(4104), 1, - sym_variadic_reference_declarator, - STATE(4903), 1, - sym_ms_based_modifier, - ACTIONS(4612), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(3583), 10, - 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, - [27919] = 3, + [30039] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4420), 16, + ACTIONS(3295), 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(4418), 23, + ACTIONS(3297), 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, - [27966] = 3, + [30086] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4396), 16, + ACTIONS(4260), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -332221,7 +332088,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4394), 23, + ACTIONS(4258), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -332245,164 +332112,147 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [28013] = 20, + [30133] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(3031), 1, + anon_sym_COLON_COLON, + ACTIONS(3027), 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(3029), 26, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4351), 1, - anon_sym_EQ, - ACTIONS(4588), 1, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(4590), 1, anon_sym_AMP_AMP, - ACTIONS(4592), 1, - anon_sym_PIPE, - ACTIONS(4594), 1, anon_sym_CARET, - ACTIONS(4596), 1, - anon_sym_AMP, - ACTIONS(4606), 1, - anon_sym_DOT, - ACTIONS(4608), 1, - anon_sym_DASH_GT, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4265), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4584), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4598), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4600), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4602), 2, - anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4604), 2, anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4586), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4349), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_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_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [28094] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [30182] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4400), 16, + ACTIONS(3275), 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(4398), 23, + ACTIONS(3277), 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, - [28141] = 22, + [30229] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4315), 1, + ACTIONS(4374), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4319), 1, + ACTIONS(4433), 1, anon_sym_EQ, - ACTIONS(4588), 1, + ACTIONS(4627), 1, + anon_sym_DOT, + ACTIONS(4629), 1, + anon_sym_DASH_GT, + ACTIONS(4634), 1, anon_sym_PIPE_PIPE, - ACTIONS(4590), 1, + ACTIONS(4636), 1, anon_sym_AMP_AMP, - ACTIONS(4592), 1, + ACTIONS(4638), 1, anon_sym_PIPE, - ACTIONS(4594), 1, + ACTIONS(4640), 1, anon_sym_CARET, - ACTIONS(4596), 1, + ACTIONS(4642), 1, anon_sym_AMP, - ACTIONS(4606), 1, - anon_sym_DOT, - ACTIONS(4608), 1, - anon_sym_DASH_GT, - ACTIONS(4620), 1, - anon_sym_QMARK, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4265), 2, + ACTIONS(4244), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4584), 2, + ACTIONS(4617), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4598), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4600), 2, + ACTIONS(4621), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4602), 2, + ACTIONS(4623), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4604), 2, + ACTIONS(4625), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4586), 3, + ACTIONS(4644), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4619), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4317), 11, + ACTIONS(4431), 12, anon_sym_COLON, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -332413,80 +332263,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [28226] = 3, + [30312] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4329), 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(4125), 1, + anon_sym_LPAREN2, + ACTIONS(4242), 1, + anon_sym_LBRACK, + ACTIONS(4388), 1, anon_sym_EQ, - anon_sym_GT_GT_EQ, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4327), 23, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(4629), 1, + anon_sym_DASH_GT, + ACTIONS(4634), 1, anon_sym_PIPE_PIPE, + ACTIONS(4636), 1, 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, + 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, - anon_sym_DASH_GT, - anon_sym_GT2, - [28273] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4392), 16, + ACTIONS(4617), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(4621), 2, anon_sym_GT, - anon_sym_GT_EQ, 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, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(4390), 23, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + ACTIONS(4644), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_LBRACK, + ACTIONS(4619), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4386), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -332494,17 +332320,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, - [28320] = 3, + [30393] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4442), 16, + ACTIONS(4264), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -332521,7 +332344,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4440), 23, + ACTIONS(4262), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -332545,10 +332368,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [28367] = 3, + [30440] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4431), 16, + ACTIONS(4421), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -332565,7 +332388,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4429), 23, + ACTIONS(4419), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -332589,14 +332412,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [28414] = 5, + [30487] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4622), 1, - anon_sym_LT, - STATE(2212), 1, - sym_template_argument_list, - ACTIONS(4435), 13, + ACTIONS(4449), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -332606,21 +332425,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(4433), 24, + ACTIONS(4447), 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, @@ -332628,34 +332449,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, - [28465] = 4, + anon_sym_GT2, + [30534] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3039), 1, - anon_sym_COLON_COLON, - ACTIONS(3035), 12, + ACTIONS(3129), 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(3037), 26, + ACTIONS(3131), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -332664,70 +332481,73 @@ 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, - [28514] = 3, + [30581] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4450), 16, + ACTIONS(3291), 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(4448), 23, + ACTIONS(3293), 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, - [28561] = 3, + [30628] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4333), 16, + ACTIONS(2411), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -332744,7 +332564,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4331), 23, + ACTIONS(2403), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -332768,10 +332588,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [28608] = 3, + [30675] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1515), 16, + ACTIONS(4222), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -332788,7 +332608,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(1517), 23, + ACTIONS(4220), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -332812,10 +332632,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [28655] = 3, + [30722] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4431), 16, + ACTIONS(4405), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -332832,7 +332652,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4429), 23, + ACTIONS(4403), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -332856,72 +332676,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [28702] = 8, + [30769] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4606), 1, - anon_sym_DOT, - ACTIONS(4608), 1, - anon_sym_DASH_GT, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4412), 13, + ACTIONS(3261), 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(4410), 21, + anon_sym_const, + anon_sym_DOT, + ACTIONS(3263), 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, - [28759] = 9, + anon_sym_DASH_GT, + [30816] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4606), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4265), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4283), 13, + ACTIONS(4453), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -332935,7 +332747,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(4281), 19, + ACTIONS(4451), 21, anon_sym_DOT_DOT_DOT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -332955,10 +332767,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [28818] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [30873] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4408), 16, + ACTIONS(4425), 16, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -332975,7 +332789,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4406), 23, + ACTIONS(4423), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -332999,10 +332813,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [28865] = 3, + [30920] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1534), 16, + 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, @@ -333012,23 +332839,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(1536), 23, + ACTIONS(4238), 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, @@ -333036,17 +332859,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, - [28912] = 3, + [30979] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4273), 16, + ACTIONS(4358), 1, + anon_sym_EQ, + 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), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -333056,14 +332889,11 @@ 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(4271), 23, + ACTIONS(2403), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -333071,73 +332901,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_QMARK, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [28959] = 3, + [31030] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3031), 12, + ACTIONS(4443), 16, anon_sym_DASH, anon_sym_PLUS, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, anon_sym_GT, anon_sym_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(3033), 27, + ACTIONS(1549), 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_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [29006] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4131), 2, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - ACTIONS(4133), 9, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -333147,42 +332949,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2375), 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(2383), 14, + [31077] = 12, + 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(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_DOT, - [29057] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4368), 1, anon_sym_EQ, - ACTIONS(4370), 10, + ACTIONS(4473), 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, anon_sym_PERCENT_EQ, @@ -333193,99 +333006,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(2383), 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(2375), 15, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + [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, - 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, + 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, - anon_sym_DASH_GT, - [29108] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2474), 12, + ACTIONS(4617), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(4621), 2, anon_sym_GT, - anon_sym_GT_EQ, 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, - anon_sym_const, - anon_sym_COLON, - anon_sym_DOT, - ACTIONS(2476), 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, + ACTIONS(4644), 2, 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, + 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_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [29155] = 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, + [31223] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2458), 12, + ACTIONS(3279), 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(2460), 27, + ACTIONS(3281), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -333294,42 +333092,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_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, - [29202] = 3, + [31270] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2415), 12, + ACTIONS(3265), 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(2417), 27, + ACTIONS(3267), 30, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -333338,72 +333136,83 @@ 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, - [29249] = 4, + [31317] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3039), 1, - anon_sym_COLON_COLON, - ACTIONS(3105), 12, + ACTIONS(2411), 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(3107), 26, + ACTIONS(2403), 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_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, - [29298] = 3, + [31364] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4313), 16, + 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, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -333413,23 +333222,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(4311), 23, + ACTIONS(4485), 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_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -333437,19 +333242,16 @@ 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, - [29345] = 4, + [31421] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3039), 1, - anon_sym_COLON_COLON, - ACTIONS(3105), 12, + ACTIONS(3043), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -333460,9 +333262,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_const, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(3107), 26, + ACTIONS(3045), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -333482,6 +333283,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, + anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, @@ -333489,10 +333291,136 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_final, anon_sym_override, anon_sym_GT2, - [29394] = 3, + [31467] = 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(4066), 1, + anon_sym_COLON_COLON, + ACTIONS(4068), 1, + anon_sym_STAR, + ACTIONS(4070), 1, + anon_sym_AMP_AMP, + ACTIONS(4072), 1, + anon_sym_AMP, + ACTIONS(4601), 1, + anon_sym_DOT_DOT_DOT, + STATE(3269), 1, + sym_parameter_list, + STATE(3542), 1, + sym__scope_resolution, + STATE(3686), 1, + sym__declarator, + STATE(3932), 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_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, + [31553] = 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(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(4121), 16, + ACTIONS(2494), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -333502,23 +333430,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_EQ, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4123), 23, + ACTIONS(2496), 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, @@ -333526,17 +333453,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, - [29441] = 3, + [31685] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4454), 16, + ACTIONS(2468), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -333546,23 +333473,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_EQ, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4452), 23, + ACTIONS(2470), 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, @@ -333570,17 +333496,80 @@ 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, - [29488] = 3, + [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, ACTIONS(3), 1, sym_comment, - ACTIONS(4355), 16, + ACTIONS(2498), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -333590,23 +333579,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_EQ, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4353), 23, + ACTIONS(2500), 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, @@ -333614,17 +333602,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, - [29535] = 3, + [31863] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4404), 16, + ACTIONS(2443), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -333634,23 +333622,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_EQ, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4402), 23, + ACTIONS(2445), 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, @@ -333658,259 +333645,277 @@ 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, - [29582] = 3, + [31909] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2429), 12, + ACTIONS(2512), 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_EQ, anon_sym_DOT, - ACTIONS(2431), 27, + ACTIONS(2514), 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_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_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + 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, - [29629] = 25, + [31955] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2335), 1, - anon_sym_LPAREN2, - ACTIONS(4075), 1, + ACTIONS(4656), 1, sym_identifier, - ACTIONS(4079), 1, - anon_sym_TILDE, - ACTIONS(4081), 1, - anon_sym_STAR, - ACTIONS(4087), 1, - anon_sym_COLON_COLON, - ACTIONS(4089), 1, - anon_sym_LBRACK, - ACTIONS(4610), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4625), 1, - anon_sym_AMP_AMP, - ACTIONS(4627), 1, - anon_sym_AMP, - ACTIONS(4629), 1, - anon_sym_EQ, - STATE(3252), 1, - sym_parameter_list, - STATE(3519), 1, - sym__scope_resolution, - STATE(3639), 1, - sym__declarator, - STATE(3849), 1, - sym__abstract_declarator, - STATE(4102), 1, - sym_variadic_declarator, - STATE(4104), 1, - sym_variadic_reference_declarator, - STATE(4679), 1, - sym_ms_based_modifier, - ACTIONS(4612), 2, - anon_sym_COMMA, - anon_sym_GT2, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(3583), 10, - 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, - [29720] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4382), 16, + 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, anon_sym_DASH, anon_sym_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(4380), 23, + sym_literal_suffix, + ACTIONS(4028), 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, + [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, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, 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, - [29767] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2478), 12, + 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_GT_EQ, anon_sym_LT, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_const, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(2480), 27, + ACTIONS(2403), 14, 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_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, - [29814] = 3, + [32059] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2482), 12, + 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, 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(2484), 27, + ACTIONS(2518), 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_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, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [29861] = 3, + [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(2437), 12, + 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, @@ -333920,10 +333925,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, anon_sym_GT_GT, - anon_sym_const, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(2439), 27, + ACTIONS(2403), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -333936,25 +333939,16 @@ 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, - 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, - [29908] = 3, + [32255] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 16, + ACTIONS(2508), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -333964,23 +333958,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_EQ, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(2375), 23, + ACTIONS(2510), 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, @@ -333988,17 +333981,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, - [29955] = 3, + [32301] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4458), 16, + ACTIONS(2504), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -334008,23 +334001,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_EQ, - anon_sym_GT_GT_EQ, anon_sym_DOT, - ACTIONS(4456), 23, + ACTIONS(2506), 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, @@ -334032,546 +334024,1148 @@ 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, - [30002] = 3, + [32347] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4337), 16, + ACTIONS(4671), 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, anon_sym_DASH, anon_sym_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(4335), 23, + sym_literal_suffix, + ACTIONS(4046), 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_STAR_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, - [30049] = 3, + [32401] = 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, + 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(4833), 1, + sym_dependent_type_identifier, + STATE(5239), 1, + sym_type_descriptor, + 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, + [32484] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4427), 16, + ACTIONS(2422), 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_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_PIPE, - anon_sym_CARET, anon_sym_AMP, anon_sym_GT, + anon_sym_COLON, + anon_sym_DOT, + ACTIONS(2427), 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, + anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, + 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, + 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(3240), 1, + sym__type_specifier, + STATE(3870), 1, + sym__scope_resolution, + STATE(4833), 1, + sym_dependent_type_identifier, + STATE(5033), 1, + sym_type_descriptor, + 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, + [32618] = 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, + 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(4833), 1, + sym_dependent_type_identifier, + STATE(4874), 1, + sym_type_descriptor, + 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, + [32701] = 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, + 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, + 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(4833), 1, + sym_dependent_type_identifier, + STATE(5014), 1, + sym_type_descriptor, + 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, + [32867] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(4677), 1, + anon_sym_LT, + STATE(2247), 1, + sym_template_argument_list, + ACTIONS(2449), 8, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(4425), 23, + ACTIONS(2456), 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_LBRACE, + 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_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, - [30096] = 3, + anon_sym_final, + anon_sym_override, + [32918] = 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, + 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(4833), 1, + sym_dependent_type_identifier, + STATE(5142), 1, + sym_type_descriptor, + 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, + [33001] = 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, + 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(4833), 1, + sym_dependent_type_identifier, + STATE(4856), 1, + sym_type_descriptor, + 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, + [33084] = 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, + 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(4833), 1, + sym_dependent_type_identifier, + STATE(4844), 1, + sym_type_descriptor, + 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, + [33167] = 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, + anon_sym_enum, + ACTIONS(4682), 1, + anon_sym_class, + ACTIONS(4684), 1, + anon_sym_struct, + ACTIONS(4686), 1, + anon_sym_union, + ACTIONS(4688), 1, + anon_sym_typename, + STATE(1286), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1293), 1, + sym_template_type, + STATE(1325), 1, + sym_qualified_type_identifier, + STATE(3602), 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, + STATE(3247), 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, + STATE(1301), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [33247] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4470), 16, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_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(4468), 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, - [30143] = 3, + 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, + anon_sym_enum, + ACTIONS(4682), 1, + anon_sym_class, + ACTIONS(4684), 1, + anon_sym_struct, + ACTIONS(4686), 1, + anon_sym_union, + ACTIONS(4688), 1, + anon_sym_typename, + STATE(1286), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1293), 1, + sym_template_type, + STATE(1325), 1, + sym_qualified_type_identifier, + STATE(3610), 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, + STATE(3247), 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, + STATE(1301), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [33327] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4462), 16, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(2516), 1, + anon_sym_const, + ACTIONS(2527), 1, 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(4460), 23, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(2520), 5, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_PIPE_PIPE, + anon_sym_STAR, 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, - [30190] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4237), 16, + 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, anon_sym_DASH, anon_sym_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(4235), 23, + ACTIONS(2518), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_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, - [30237] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4446), 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_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT_GT_EQ, - anon_sym_DOT, - ACTIONS(4444), 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, - [30284] = 8, + [33379] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4606), 1, - anon_sym_DOT, - ACTIONS(4608), 1, - anon_sym_DASH_GT, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4466), 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(4464), 21, - 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, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - 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, - [30341] = 20, + 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(3248), 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, + STATE(3247), 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, + [33459] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4474), 1, - anon_sym_EQ, - ACTIONS(4588), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4590), 1, - anon_sym_AMP_AMP, - ACTIONS(4592), 1, - anon_sym_PIPE, - ACTIONS(4594), 1, - anon_sym_CARET, - ACTIONS(4596), 1, - anon_sym_AMP, - ACTIONS(4606), 1, - anon_sym_DOT, - ACTIONS(4608), 1, - anon_sym_DASH_GT, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4265), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4584), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4598), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4600), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4602), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4604), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4586), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4472), 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, - [30422] = 12, + 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, + anon_sym_enum, + ACTIONS(4682), 1, + anon_sym_class, + ACTIONS(4684), 1, + anon_sym_struct, + ACTIONS(4686), 1, + anon_sym_union, + ACTIONS(4688), 1, + anon_sym_typename, + STATE(1286), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1293), 1, + sym_template_type, + STATE(1325), 1, + sym_qualified_type_identifier, + STATE(3596), 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, + STATE(2519), 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, + STATE(1301), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [33539] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4606), 1, - anon_sym_DOT, - ACTIONS(4608), 1, - anon_sym_DASH_GT, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4265), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4584), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4604), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4586), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4478), 6, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_EQ, - ACTIONS(4476), 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, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [30487] = 9, + 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, + anon_sym_enum, + ACTIONS(4682), 1, + anon_sym_class, + ACTIONS(4684), 1, + anon_sym_struct, + ACTIONS(4686), 1, + anon_sym_union, + ACTIONS(4688), 1, + anon_sym_typename, + STATE(1286), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1293), 1, + sym_template_type, + STATE(1325), 1, + sym_qualified_type_identifier, + STATE(3597), 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, + STATE(3247), 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, + STATE(1301), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [33619] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4606), 1, - anon_sym_DOT, - ACTIONS(4608), 1, - anon_sym_DASH_GT, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4265), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4261), 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(4259), 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, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - [30546] = 23, + 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, + anon_sym_enum, + ACTIONS(4682), 1, + anon_sym_class, + ACTIONS(4684), 1, + anon_sym_struct, + ACTIONS(4686), 1, + anon_sym_union, + ACTIONS(4688), 1, + anon_sym_typename, + STATE(1286), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1293), 1, + sym_template_type, + STATE(1325), 1, + sym_qualified_type_identifier, + STATE(3643), 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, + STATE(3247), 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, + STATE(1301), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [33699] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(105), 1, + anon_sym_decltype, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2526), 1, + ACTIONS(2317), 1, + sym_identifier, + ACTIONS(2323), 1, + anon_sym_COLON_COLON, + ACTIONS(4680), 1, anon_sym_enum, - ACTIONS(2528), 1, + ACTIONS(4682), 1, anon_sym_class, - ACTIONS(2530), 1, + ACTIONS(4684), 1, anon_sym_struct, - ACTIONS(2532), 1, + ACTIONS(4686), 1, anon_sym_union, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(2538), 1, + ACTIONS(4688), 1, anon_sym_typename, - ACTIONS(3825), 1, - anon_sym_COLON_COLON, - ACTIONS(4631), 1, + STATE(1286), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1293), 1, + sym_template_type, + STATE(1325), 1, + sym_qualified_type_identifier, + STATE(3638), 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, + STATE(2520), 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, + STATE(1301), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [33779] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(105), 1, + anon_sym_decltype, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2317), 1, sym_identifier, - ACTIONS(4633), 1, - anon_sym_RPAREN, - STATE(2020), 1, + ACTIONS(2323), 1, + anon_sym_COLON_COLON, + ACTIONS(4680), 1, + anon_sym_enum, + ACTIONS(4682), 1, + anon_sym_class, + ACTIONS(4684), 1, + anon_sym_struct, + ACTIONS(4686), 1, + anon_sym_union, + ACTIONS(4688), 1, + anon_sym_typename, + STATE(1286), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2314), 1, + STATE(1293), 1, sym_template_type, - STATE(2393), 1, + STATE(1325), 1, sym_qualified_type_identifier, - STATE(3226), 1, + STATE(3627), 1, sym__type_specifier, - STATE(3746), 1, + STATE(3877), 1, sym__scope_resolution, - STATE(4159), 1, - sym_type_descriptor, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(2536), 2, + ACTIONS(111), 2, sym_primitive_type, sym_auto, - STATE(2534), 2, + STATE(2530), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2522), 4, + ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1046), 6, + ACTIONS(57), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2228), 7, + STATE(1301), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -334579,25 +335173,71 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [30632] = 8, + [33859] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4635), 1, + 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(4637), 1, - sym_literal_suffix, - ACTIONS(4639), 1, - sym_raw_string_literal, - STATE(2489), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(2890), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2383), 10, + 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, + STATE(3280), 1, + sym_parameter_list, + STATE(3542), 1, + sym__scope_resolution, + STATE(3686), 1, + sym__declarator, + STATE(3922), 1, + sym__abstract_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, + [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, @@ -334607,8 +335247,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, anon_sym_GT_GT, + anon_sym_const, anon_sym_DOT, - ACTIONS(2375), 18, + ACTIONS(3090), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -334621,111 +335262,70 @@ 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_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, - [30688] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2437), 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(2439), 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, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - 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, - [30734] = 23, + [33985] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(105), 1, + anon_sym_decltype, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2526), 1, + ACTIONS(2317), 1, + sym_identifier, + ACTIONS(2323), 1, + anon_sym_COLON_COLON, + ACTIONS(4680), 1, anon_sym_enum, - ACTIONS(2528), 1, + ACTIONS(4682), 1, anon_sym_class, - ACTIONS(2530), 1, + ACTIONS(4684), 1, anon_sym_struct, - ACTIONS(2532), 1, + ACTIONS(4686), 1, anon_sym_union, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(2538), 1, + ACTIONS(4688), 1, anon_sym_typename, - ACTIONS(3825), 1, - anon_sym_COLON_COLON, - ACTIONS(4631), 1, - sym_identifier, - ACTIONS(4641), 1, - anon_sym_RPAREN, - STATE(2020), 1, + STATE(1286), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2314), 1, + STATE(1293), 1, sym_template_type, - STATE(2393), 1, + STATE(1325), 1, sym_qualified_type_identifier, - STATE(3226), 1, + STATE(3603), 1, sym__type_specifier, - STATE(3746), 1, + STATE(3877), 1, sym__scope_resolution, - STATE(4221), 1, - sym_type_descriptor, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(2536), 2, + ACTIONS(111), 2, sym_primitive_type, sym_auto, - STATE(2534), 2, + STATE(3247), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2522), 4, + ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1046), 6, + ACTIONS(57), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2228), 7, + STATE(1301), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -334733,23 +335333,10 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [30820] = 7, + [34065] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4643), 1, - sym_identifier, - ACTIONS(4645), 1, - sym_raw_string_literal, - STATE(2497), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(2890), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(4071), 11, + ACTIONS(3367), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -334760,8 +335347,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, + sym_identifier, sym_literal_suffix, - ACTIONS(4069), 18, + ACTIONS(3369), 24, + sym_raw_string_literal, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -334779,501 +335368,581 @@ 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, - [30874] = 3, + [34109] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2482), 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(2484), 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, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - 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, - [30920] = 3, + 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, + anon_sym_enum, + ACTIONS(4682), 1, + anon_sym_class, + ACTIONS(4684), 1, + anon_sym_struct, + ACTIONS(4686), 1, + anon_sym_union, + ACTIONS(4688), 1, + anon_sym_typename, + STATE(1286), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1293), 1, + sym_template_type, + STATE(1325), 1, + sym_qualified_type_identifier, + STATE(3631), 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, + STATE(2515), 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, + STATE(1301), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [34189] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2478), 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(2480), 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, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - 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, - [30966] = 7, + 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, + anon_sym_enum, + ACTIONS(4682), 1, + anon_sym_class, + ACTIONS(4684), 1, + anon_sym_struct, + ACTIONS(4686), 1, + anon_sym_union, + ACTIONS(4688), 1, + anon_sym_typename, + STATE(1286), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1293), 1, + sym_template_type, + STATE(1325), 1, + sym_qualified_type_identifier, + STATE(3647), 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, + STATE(3247), 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, + STATE(1301), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [34269] = 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, + anon_sym_enum, + ACTIONS(4682), 1, + anon_sym_class, + ACTIONS(4684), 1, + anon_sym_struct, + ACTIONS(4686), 1, + anon_sym_union, + ACTIONS(4688), 1, + anon_sym_typename, + STATE(1286), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1293), 1, + sym_template_type, + STATE(1325), 1, + sym_qualified_type_identifier, + STATE(3622), 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, + STATE(2525), 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, + STATE(1301), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [34349] = 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, + anon_sym_enum, + ACTIONS(4682), 1, + anon_sym_class, + ACTIONS(4684), 1, + anon_sym_struct, + ACTIONS(4686), 1, + anon_sym_union, + ACTIONS(4688), 1, + anon_sym_typename, + STATE(1286), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1293), 1, + sym_template_type, + STATE(1325), 1, + sym_qualified_type_identifier, + STATE(3624), 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, + STATE(3247), 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, + STATE(1301), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [34429] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2486), 1, + 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, + anon_sym_enum, + ACTIONS(4682), 1, + anon_sym_class, + ACTIONS(4684), 1, + anon_sym_struct, + ACTIONS(4686), 1, + anon_sym_union, + ACTIONS(4688), 1, + anon_sym_typename, + STATE(1286), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1293), 1, + sym_template_type, + STATE(1325), 1, + sym_qualified_type_identifier, + STATE(3595), 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, + STATE(3247), 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, - ACTIONS(2497), 2, - anon_sym_AMP, - anon_sym_LBRACK, - ACTIONS(2490), 4, - anon_sym_RPAREN, + 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, + [34509] = 21, + 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(2493), 7, + ACTIONS(2365), 1, + anon_sym_AMP, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(2562), 1, + sym_identifier, + ACTIONS(4054), 1, anon_sym_COLON_COLON, - anon_sym_LBRACE, + ACTIONS(4056), 1, + anon_sym_LBRACK, + STATE(3280), 1, + sym_parameter_list, + STATE(3554), 1, + sym__scope_resolution, + STATE(3723), 1, + sym__declarator, + STATE(3922), 1, + sym__abstract_declarator, + STATE(4918), 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, + [34589] = 21, + ACTIONS(3), 1, + sym_comment, + 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(3252), 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, + STATE(3247), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2862), 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, - ACTIONS(2495), 7, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(2488), 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, - [31020] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2429), 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(2431), 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, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - 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, - [31066] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2415), 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(2417), 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, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - 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, - [31112] = 3, + STATE(2590), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [34669] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2458), 14, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(2516), 1, + anon_sym_const, + ACTIONS(2527), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_DOT, - ACTIONS(2460), 24, + ACTIONS(2520), 7, 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, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - 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, - [31158] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2474), 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(2476), 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, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - 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, - [31204] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4647), 1, - sym_identifier, - ACTIONS(4653), 1, - sym_raw_string_literal, - STATE(2497), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(4650), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(4059), 11, + 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_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - sym_literal_suffix, - ACTIONS(4057), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, + ACTIONS(2518), 11, 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, - [31258] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4539), 1, - anon_sym_EQ, - ACTIONS(4541), 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(2383), 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(2375), 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, - [31308] = 3, + [34721] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(3105), 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(2317), 1, + sym_identifier, + ACTIONS(2323), 1, + anon_sym_COLON_COLON, + ACTIONS(4680), 1, + anon_sym_enum, + ACTIONS(4682), 1, + anon_sym_class, + ACTIONS(4684), 1, + anon_sym_struct, + ACTIONS(4686), 1, + anon_sym_union, + ACTIONS(4688), 1, + anon_sym_typename, + STATE(1286), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1293), 1, + sym_template_type, + STATE(1325), 1, + sym_qualified_type_identifier, + STATE(3594), 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, + STATE(2531), 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_DOT, - ACTIONS(3107), 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_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, - [31354] = 22, + STATE(1301), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [34801] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(105), 1, + anon_sym_decltype, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2526), 1, + ACTIONS(2317), 1, + sym_identifier, + ACTIONS(2323), 1, + anon_sym_COLON_COLON, + ACTIONS(4680), 1, anon_sym_enum, - ACTIONS(2528), 1, + ACTIONS(4682), 1, anon_sym_class, - ACTIONS(2530), 1, + ACTIONS(4684), 1, anon_sym_struct, - ACTIONS(2532), 1, + ACTIONS(4686), 1, anon_sym_union, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(2538), 1, + ACTIONS(4688), 1, anon_sym_typename, - ACTIONS(3825), 1, - anon_sym_COLON_COLON, - ACTIONS(4631), 1, - sym_identifier, - STATE(2020), 1, + STATE(1286), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2314), 1, + STATE(1293), 1, sym_template_type, - STATE(2393), 1, + STATE(1325), 1, sym_qualified_type_identifier, - STATE(3226), 1, + STATE(3617), 1, sym__type_specifier, - STATE(3746), 1, + STATE(3877), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - STATE(4711), 1, - sym_type_descriptor, - ACTIONS(2536), 2, + ACTIONS(111), 2, sym_primitive_type, sym_auto, - STATE(2534), 2, + STATE(2528), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2522), 4, + ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1046), 6, + ACTIONS(57), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2228), 7, + STATE(1301), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -335281,16 +335950,10 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [31437] = 6, + [34881] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2952), 1, - anon_sym_COLON_COLON, - ACTIONS(4582), 1, - anon_sym_LT, - STATE(2404), 1, - sym_template_argument_list, - ACTIONS(2373), 10, + ACTIONS(3339), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -335298,10 +335961,13 @@ 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_DOT, - ACTIONS(2381), 24, + sym_identifier, + sym_literal_suffix, + ACTIONS(3341), 24, + sym_raw_string_literal, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -335314,101 +335980,193 @@ 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_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_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + anon_sym_GT2, + [34925] = 21, + 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_AMP_AMP, + ACTIONS(4072), 1, + anon_sym_AMP, + STATE(3269), 1, + sym_parameter_list, + STATE(3542), 1, + sym__scope_resolution, + STATE(3686), 1, + sym__declarator, + STATE(3932), 1, + sym__abstract_declarator, + STATE(5237), 1, + sym_ms_based_modifier, + ACTIONS(4648), 2, + anon_sym_COMMA, anon_sym_GT2, - [31488] = 22, + 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, + [35005] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(105), 1, + anon_sym_decltype, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2526), 1, + ACTIONS(2317), 1, + sym_identifier, + ACTIONS(2323), 1, + anon_sym_COLON_COLON, + ACTIONS(4680), 1, anon_sym_enum, - ACTIONS(2528), 1, + ACTIONS(4682), 1, anon_sym_class, - ACTIONS(2530), 1, + ACTIONS(4684), 1, anon_sym_struct, - ACTIONS(2532), 1, + ACTIONS(4686), 1, anon_sym_union, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(2538), 1, + ACTIONS(4688), 1, anon_sym_typename, - ACTIONS(3825), 1, - anon_sym_COLON_COLON, - ACTIONS(4631), 1, - sym_identifier, - STATE(2020), 1, + STATE(1286), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2314), 1, + STATE(1293), 1, sym_template_type, - STATE(2393), 1, + STATE(1325), 1, sym_qualified_type_identifier, - STATE(3226), 1, + STATE(3590), 1, sym__type_specifier, - STATE(3746), 1, + STATE(3877), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - STATE(5003), 1, - sym_type_descriptor, - ACTIONS(2536), 2, + ACTIONS(111), 2, sym_primitive_type, sym_auto, - STATE(2534), 2, + STATE(2514), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2522), 4, + ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1046), 6, + 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, + [35085] = 3, + ACTIONS(3), 1, + sym_comment, + 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, - STATE(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [31571] = 6, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [35128] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2952), 1, - anon_sym_COLON_COLON, - ACTIONS(4656), 1, - anon_sym_LT, - STATE(2161), 1, - sym_template_argument_list, - ACTIONS(2441), 8, + ACTIONS(3319), 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(2448), 26, + ACTIONS(3321), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -335417,73 +336175,65 @@ 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, - anon_sym_final, - anon_sym_override, - [31622] = 23, + anon_sym_GT2, + [35171] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2335), 1, + ACTIONS(1927), 1, anon_sym_LPAREN2, - ACTIONS(4075), 1, - sym_identifier, - ACTIONS(4079), 1, + ACTIONS(1929), 1, anon_sym_TILDE, - ACTIONS(4081), 1, + 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(4083), 1, + ACTIONS(4308), 1, anon_sym_AMP_AMP, - ACTIONS(4085), 1, + ACTIONS(4310), 1, anon_sym_AMP, - ACTIONS(4087), 1, - anon_sym_COLON_COLON, - ACTIONS(4089), 1, - anon_sym_LBRACK, - ACTIONS(4610), 1, - anon_sym_DOT_DOT_DOT, - STATE(3252), 1, - sym_parameter_list, - STATE(3519), 1, + STATE(3542), 1, sym__scope_resolution, - STATE(3638), 1, + STATE(3623), 1, sym__declarator, - STATE(3835), 1, - sym__abstract_declarator, - STATE(4207), 1, - sym_variadic_declarator, - STATE(4679), 1, + STATE(4836), 1, sym_ms_based_modifier, - ACTIONS(4659), 2, - anon_sym_COMMA, - anon_sym_GT2, - STATE(4877), 2, + STATE(3272), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(4833), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(3583), 10, + 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, @@ -335494,58 +336244,52 @@ static const uint16_t ts_small_parse_table[] = { sym_template_function, sym_destructor_name, sym_qualified_identifier, - [31707] = 23, + sym_operator_name, + [35246] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(2335), 1, + ACTIONS(1927), 1, anon_sym_LPAREN2, - ACTIONS(2337), 1, + 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(2339), 1, + ACTIONS(4296), 1, anon_sym_AMP_AMP, - ACTIONS(2341), 1, + ACTIONS(4298), 1, anon_sym_AMP, - ACTIONS(2550), 1, - sym_identifier, - ACTIONS(4089), 1, - anon_sym_LBRACK, - ACTIONS(4100), 1, + ACTIONS(4300), 1, anon_sym_COLON_COLON, - ACTIONS(4610), 1, - anon_sym_DOT_DOT_DOT, - STATE(3237), 1, - sym_parameter_list, - STATE(3511), 1, + STATE(3552), 1, sym__scope_resolution, - STATE(3590), 1, + STATE(3881), 1, sym__declarator, - STATE(3831), 1, - sym__abstract_declarator, - STATE(4207), 1, - sym_variadic_declarator, - STATE(4903), 1, + STATE(4972), 1, sym_ms_based_modifier, - ACTIONS(4659), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4877), 2, + STATE(3272), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + STATE(4833), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(3583), 10, + 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, @@ -335556,483 +336300,349 @@ static const uint16_t ts_small_parse_table[] = { sym_template_function, sym_destructor_name, sym_qualified_identifier, - [31792] = 22, + sym_operator_name, + [35321] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2526), 1, - anon_sym_enum, - ACTIONS(2528), 1, - anon_sym_class, - ACTIONS(2530), 1, - anon_sym_struct, - ACTIONS(2532), 1, - anon_sym_union, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(2538), 1, - anon_sym_typename, - ACTIONS(3825), 1, - anon_sym_COLON_COLON, - ACTIONS(4631), 1, + ACTIONS(1927), 1, + anon_sym_LPAREN2, + ACTIONS(1929), 1, + anon_sym_TILDE, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(4058), 1, sym_identifier, - STATE(2020), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2314), 1, - sym_template_type, - STATE(2393), 1, - sym_qualified_type_identifier, - STATE(3226), 1, - sym__type_specifier, - STATE(3746), 1, + 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(4662), 1, - sym_dependent_type_identifier, - STATE(4742), 1, - sym_type_descriptor, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - STATE(2534), 2, + STATE(3704), 1, + sym__declarator, + STATE(5145), 1, + sym_ms_based_modifier, + STATE(3272), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2522), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1046), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [31875] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2526), 1, - anon_sym_enum, - ACTIONS(2528), 1, - anon_sym_class, - ACTIONS(2530), 1, - anon_sym_struct, - ACTIONS(2532), 1, - anon_sym_union, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(2538), 1, - anon_sym_typename, - ACTIONS(3825), 1, - anon_sym_COLON_COLON, - ACTIONS(4631), 1, - sym_identifier, - STATE(2020), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2314), 1, + STATE(4833), 2, sym_template_type, - STATE(2393), 1, - sym_qualified_type_identifier, - STATE(3226), 1, - sym__type_specifier, - STATE(3746), 1, - sym__scope_resolution, - STATE(4662), 1, sym_dependent_type_identifier, - STATE(4747), 1, - sym_type_descriptor, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - STATE(2534), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2522), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1046), 6, + ACTIONS(2946), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [31958] = 22, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2526), 1, - anon_sym_enum, - ACTIONS(2528), 1, - anon_sym_class, - ACTIONS(2530), 1, - anon_sym_struct, - ACTIONS(2532), 1, - anon_sym_union, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(2538), 1, - anon_sym_typename, - ACTIONS(3825), 1, - anon_sym_COLON_COLON, - ACTIONS(4631), 1, - sym_identifier, - STATE(2020), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2314), 1, - sym_template_type, - STATE(2393), 1, - sym_qualified_type_identifier, - STATE(3226), 1, - sym__type_specifier, - STATE(3746), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - STATE(4842), 1, - sym_type_descriptor, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - STATE(2534), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2522), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1046), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [32041] = 22, + ACTIONS(4692), 1, + anon_sym_COLON, + 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, + anon_sym_DOT, + ACTIONS(3425), 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_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [35445] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2526), 1, - anon_sym_enum, - ACTIONS(2528), 1, - anon_sym_class, - ACTIONS(2530), 1, - anon_sym_struct, - ACTIONS(2532), 1, - anon_sym_union, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(2538), 1, - anon_sym_typename, - ACTIONS(3825), 1, - anon_sym_COLON_COLON, - ACTIONS(4631), 1, - sym_identifier, - STATE(2020), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2314), 1, - sym_template_type, - STATE(2393), 1, - sym_qualified_type_identifier, - STATE(3226), 1, - sym__type_specifier, - STATE(3746), 1, - sym__scope_resolution, - STATE(4435), 1, - sym_type_descriptor, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - STATE(2534), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2522), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1046), 6, + ACTIONS(3275), 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(3277), 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(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [32124] = 22, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [35488] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(29), 1, + anon_sym_AMP_AMP, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2526), 1, - anon_sym_enum, - ACTIONS(2528), 1, - anon_sym_class, - ACTIONS(2530), 1, - anon_sym_struct, - ACTIONS(2532), 1, - anon_sym_union, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(2538), 1, - anon_sym_typename, - ACTIONS(3825), 1, - anon_sym_COLON_COLON, - ACTIONS(4631), 1, + ACTIONS(1927), 1, + 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, - STATE(2020), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2314), 1, - sym_template_type, - STATE(2393), 1, - sym_qualified_type_identifier, - STATE(3226), 1, - sym__type_specifier, - STATE(3746), 1, + ACTIONS(4054), 1, + anon_sym_COLON_COLON, + ACTIONS(4256), 1, + anon_sym_LBRACK, + STATE(3554), 1, sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - STATE(4879), 1, - sym_type_descriptor, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - STATE(2534), 2, + STATE(3761), 1, + sym__declarator, + STATE(4918), 1, + sym_ms_based_modifier, + STATE(3272), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2522), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1046), 6, + 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(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [32207] = 22, + 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, + [35563] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2526), 1, - anon_sym_enum, - ACTIONS(2528), 1, - anon_sym_class, - ACTIONS(2530), 1, - anon_sym_struct, - ACTIONS(2532), 1, - anon_sym_union, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(2538), 1, - anon_sym_typename, - ACTIONS(3825), 1, - anon_sym_COLON_COLON, - ACTIONS(4631), 1, + 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, - STATE(2020), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2314), 1, - sym_template_type, - STATE(2393), 1, - sym_qualified_type_identifier, - STATE(3226), 1, - sym__type_specifier, - STATE(3746), 1, + 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(3552), 1, sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - STATE(4774), 1, - sym_type_descriptor, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - STATE(2534), 2, + STATE(3878), 1, + sym__declarator, + STATE(4972), 1, + sym_ms_based_modifier, + STATE(3272), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2522), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1046), 6, + 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(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [32290] = 21, + 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, + [35638] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(3811), 1, - anon_sym_COLON_COLON, - ACTIONS(4661), 1, - sym_identifier, - ACTIONS(4665), 1, - anon_sym_enum, - ACTIONS(4667), 1, - anon_sym_class, - ACTIONS(4669), 1, - anon_sym_struct, - ACTIONS(4671), 1, - anon_sym_union, - ACTIONS(4673), 1, - anon_sym_typename, - STATE(1379), 1, - sym_template_type, - STATE(1402), 1, - sym_qualified_type_identifier, - STATE(3540), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3556), 1, - sym__type_specifier, - STATE(3755), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - STATE(2517), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4663), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1046), 6, + ACTIONS(3169), 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(3171), 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(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [32370] = 21, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [35681] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(3811), 1, - anon_sym_COLON_COLON, - ACTIONS(4661), 1, - sym_identifier, - ACTIONS(4665), 1, + ACTIONS(1945), 1, anon_sym_enum, - ACTIONS(4667), 1, + ACTIONS(1947), 1, anon_sym_class, - ACTIONS(4669), 1, + ACTIONS(1949), 1, anon_sym_struct, - ACTIONS(4671), 1, + ACTIONS(1951), 1, anon_sym_union, - ACTIONS(4673), 1, + 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(1379), 1, + STATE(1293), 1, sym_template_type, - STATE(1402), 1, + STATE(1425), 1, sym_qualified_type_identifier, - STATE(3528), 1, + STATE(2785), 1, sym__type_specifier, - STATE(3540), 1, + STATE(2854), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3755), 1, + STATE(3047), 1, + sym_type_qualifier, + STATE(3903), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(2536), 2, + ACTIONS(1943), 2, sym_primitive_type, sym_auto, - STATE(2532), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4663), 4, + ACTIONS(4694), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1046), 6, + ACTIONS(57), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2228), 7, + STATE(1439), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -336040,235 +336650,193 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [32450] = 21, + [35760] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(3811), 1, - anon_sym_COLON_COLON, - ACTIONS(4661), 1, - sym_identifier, - ACTIONS(4665), 1, - anon_sym_enum, - ACTIONS(4667), 1, - anon_sym_class, - ACTIONS(4669), 1, - anon_sym_struct, - ACTIONS(4671), 1, - anon_sym_union, - ACTIONS(4673), 1, - anon_sym_typename, - STATE(1379), 1, - sym_template_type, - STATE(1402), 1, - sym_qualified_type_identifier, - STATE(3524), 1, - sym__type_specifier, - STATE(3540), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3755), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - STATE(2529), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4663), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1046), 6, + ACTIONS(3253), 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(3255), 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(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [32530] = 21, + 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(1050), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(3811), 1, - anon_sym_COLON_COLON, - ACTIONS(4661), 1, + ACTIONS(1927), 1, + anon_sym_LPAREN2, + ACTIONS(1929), 1, + anon_sym_TILDE, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(4058), 1, sym_identifier, - ACTIONS(4665), 1, - anon_sym_enum, - ACTIONS(4667), 1, - anon_sym_class, - ACTIONS(4669), 1, - anon_sym_struct, - ACTIONS(4671), 1, - anon_sym_union, - ACTIONS(4673), 1, - anon_sym_typename, - STATE(1379), 1, - sym_template_type, - STATE(1402), 1, - sym_qualified_type_identifier, - STATE(3523), 1, - sym__type_specifier, - STATE(3540), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3755), 1, + 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(4662), 1, - sym_dependent_type_identifier, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - STATE(3205), 2, + STATE(3687), 1, + sym__declarator, + STATE(5145), 1, + sym_ms_based_modifier, + STATE(3272), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(4663), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1046), 6, + 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(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [32610] = 21, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(3811), 1, - anon_sym_COLON_COLON, - ACTIONS(4661), 1, - sym_identifier, - ACTIONS(4665), 1, - anon_sym_enum, - ACTIONS(4667), 1, - anon_sym_class, - ACTIONS(4669), 1, - anon_sym_struct, - ACTIONS(4671), 1, - anon_sym_union, - ACTIONS(4673), 1, - anon_sym_typename, - STATE(1379), 1, - sym_template_type, - STATE(1402), 1, - sym_qualified_type_identifier, - STATE(3540), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3560), 1, - sym__type_specifier, - STATE(3755), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - STATE(3205), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4663), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1046), 6, + ACTIONS(3249), 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(3251), 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(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [32690] = 21, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [35921] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(3811), 1, - anon_sym_COLON_COLON, - ACTIONS(4661), 1, - sym_identifier, - ACTIONS(4665), 1, + ACTIONS(2866), 1, anon_sym_enum, - ACTIONS(4667), 1, + ACTIONS(2868), 1, anon_sym_class, - ACTIONS(4669), 1, + ACTIONS(2870), 1, anon_sym_struct, - ACTIONS(4671), 1, + ACTIONS(2872), 1, anon_sym_union, - ACTIONS(4673), 1, + ACTIONS(2886), 1, + anon_sym_decltype, + ACTIONS(2890), 1, anon_sym_typename, - STATE(1379), 1, + 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(1402), 1, + STATE(2540), 1, sym_qualified_type_identifier, - STATE(3540), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3545), 1, + STATE(2999), 1, + sym_type_qualifier, + STATE(3458), 1, sym__type_specifier, - STATE(3755), 1, + STATE(3872), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(2536), 2, + ACTIONS(2888), 2, sym_primitive_type, sym_auto, - STATE(3205), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4663), 4, + ACTIONS(2862), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1046), 6, + ACTIONS(57), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2228), 7, + STATE(2590), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -336276,128 +336844,90 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [32770] = 21, + [36000] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(3811), 1, - anon_sym_COLON_COLON, - ACTIONS(4661), 1, - sym_identifier, - ACTIONS(4665), 1, - anon_sym_enum, - ACTIONS(4667), 1, - anon_sym_class, - ACTIONS(4669), 1, - anon_sym_struct, - ACTIONS(4671), 1, - anon_sym_union, - ACTIONS(4673), 1, - anon_sym_typename, - STATE(1379), 1, - sym_template_type, - STATE(1402), 1, - sym_qualified_type_identifier, - STATE(3540), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3576), 1, - sym__type_specifier, - STATE(3755), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - STATE(3205), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4663), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1046), 6, + ACTIONS(3291), 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(3293), 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(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [32850] = 21, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [36043] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(3811), 1, - anon_sym_COLON_COLON, - ACTIONS(4661), 1, - sym_identifier, - ACTIONS(4665), 1, - anon_sym_enum, - ACTIONS(4667), 1, - anon_sym_class, - ACTIONS(4669), 1, - anon_sym_struct, - ACTIONS(4671), 1, - anon_sym_union, - ACTIONS(4673), 1, - anon_sym_typename, - STATE(1379), 1, - sym_template_type, - STATE(1402), 1, - sym_qualified_type_identifier, - STATE(3530), 1, - sym__type_specifier, - STATE(3540), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3755), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - STATE(2533), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4663), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1046), 6, + ACTIONS(3279), 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(3281), 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(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [32930] = 3, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [36086] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3339), 12, + ACTIONS(3327), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -336407,11 +336937,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, anon_sym_GT_GT, + anon_sym_const, anon_sym_DOT, - sym_identifier, - sym_literal_suffix, - ACTIONS(3341), 24, - sym_raw_string_literal, + ACTIONS(3329), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -336424,69 +336952,109 @@ 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_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_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, anon_sym_GT2, - [32974] = 21, + [36129] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1516), 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(1518), 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_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, + [36172] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(3811), 1, + ACTIONS(3778), 1, anon_sym_COLON_COLON, - ACTIONS(4661), 1, + ACTIONS(4698), 1, sym_identifier, - ACTIONS(4665), 1, + ACTIONS(4704), 1, anon_sym_enum, - ACTIONS(4667), 1, + ACTIONS(4706), 1, anon_sym_class, - ACTIONS(4669), 1, + ACTIONS(4708), 1, anon_sym_struct, - ACTIONS(4671), 1, + ACTIONS(4710), 1, anon_sym_union, - ACTIONS(4673), 1, + ACTIONS(4712), 1, + anon_sym_decltype, + ACTIONS(4714), 1, anon_sym_typename, - STATE(1379), 1, - sym_template_type, - STATE(1402), 1, - sym_qualified_type_identifier, - STATE(3540), 1, + STATE(2935), 1, + sym_type_qualifier, + STATE(3468), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3558), 1, + STATE(3474), 1, sym__type_specifier, - STATE(3755), 1, + STATE(3730), 1, + sym_template_type, + STATE(3793), 1, + sym_qualified_type_identifier, + STATE(3910), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(2536), 2, + ACTIONS(4702), 2, sym_primitive_type, sym_auto, - STATE(3205), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4663), 4, + ACTIONS(4700), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1046), 6, + ACTIONS(57), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2228), 7, + STATE(3791), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -336494,12 +337062,50 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [33054] = 4, + [36251] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3261), 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(3263), 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, + [36294] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3039), 1, - anon_sym_COLON_COLON, - ACTIONS(3297), 11, + ACTIONS(3331), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -336511,7 +337117,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3299), 24, + ACTIONS(3333), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -336536,221 +337142,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [33100] = 7, + [36337] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2486), 1, - anon_sym_const, - ACTIONS(2497), 1, - anon_sym_AMP, - ACTIONS(2490), 5, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACK, - ACTIONS(2493), 7, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(2495), 7, + ACTIONS(3245), 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(2488), 15, + ACTIONS(3247), 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_GT_GT, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [33152] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(3811), 1, - anon_sym_COLON_COLON, - ACTIONS(4661), 1, - sym_identifier, - ACTIONS(4665), 1, - anon_sym_enum, - ACTIONS(4667), 1, - anon_sym_class, - ACTIONS(4669), 1, - anon_sym_struct, - ACTIONS(4671), 1, - anon_sym_union, - ACTIONS(4673), 1, - anon_sym_typename, - STATE(1379), 1, - sym_template_type, - STATE(1402), 1, - sym_qualified_type_identifier, - STATE(3527), 1, - sym__type_specifier, - STATE(3540), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3755), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - STATE(2515), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4663), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1046), 6, - anon_sym_const, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [33232] = 21, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [36380] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2534), 1, + ACTIONS(105), 1, anon_sym_decltype, - ACTIONS(3811), 1, - anon_sym_COLON_COLON, - ACTIONS(4661), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2317), 1, sym_identifier, - ACTIONS(4665), 1, + ACTIONS(2323), 1, + anon_sym_COLON_COLON, + ACTIONS(2327), 1, anon_sym_enum, - ACTIONS(4667), 1, + ACTIONS(2329), 1, anon_sym_class, - ACTIONS(4669), 1, + ACTIONS(2331), 1, anon_sym_struct, - ACTIONS(4671), 1, + ACTIONS(2333), 1, anon_sym_union, - ACTIONS(4673), 1, + ACTIONS(2335), 1, anon_sym_typename, - STATE(1379), 1, + STATE(1293), 1, sym_template_type, - STATE(1402), 1, + STATE(1325), 1, sym_qualified_type_identifier, - STATE(3540), 1, + STATE(1334), 1, aux_sym_sized_type_specifier_repeat1, - STATE(3546), 1, - sym__type_specifier, - STATE(3755), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - STATE(2516), 2, + STATE(2991), 1, sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4663), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1046), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [33312] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2874), 1, - anon_sym_enum, - ACTIONS(2876), 1, - anon_sym_class, - ACTIONS(2878), 1, - anon_sym_struct, - ACTIONS(2880), 1, - anon_sym_union, - ACTIONS(2894), 1, - anon_sym_decltype, - ACTIONS(2898), 1, - anon_sym_typename, - ACTIONS(3749), 1, - anon_sym_COLON_COLON, - ACTIONS(4675), 1, - sym_identifier, - STATE(2296), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2522), 1, - sym_template_type, - STATE(2598), 1, - sym_qualified_type_identifier, - STATE(3202), 1, + STATE(3170), 1, sym__type_specifier, - STATE(3764), 1, + STATE(3877), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(2896), 2, + ACTIONS(111), 2, sym_primitive_type, sym_auto, - STATE(3205), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2870), 4, + ACTIONS(2325), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(1046), 6, + ACTIONS(57), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2585), 7, + STATE(1301), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -336758,55 +337240,90 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [33392] = 7, + [36459] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2486), 1, - anon_sym_const, - ACTIONS(2497), 1, + ACTIONS(3295), 11, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, anon_sym_AMP, - ACTIONS(2490), 7, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_const, + anon_sym_DOT, + ACTIONS(3297), 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_LBRACK, - anon_sym_GT2, - ACTIONS(2493), 7, - anon_sym_COLON_COLON, + 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, - ACTIONS(2495), 9, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [36502] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3209), 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(2488), 11, + ACTIONS(3211), 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, - [33444] = 3, + anon_sym_GT2, + [36545] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3347), 12, + ACTIONS(3133), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -336816,11 +337333,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, anon_sym_GT_GT, + anon_sym_const, anon_sym_DOT, - sym_identifier, - sym_literal_suffix, - ACTIONS(3349), 24, - sym_raw_string_literal, + ACTIONS(3135), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -336833,375 +337348,118 @@ 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_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - anon_sym_GT2, - [33488] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(3811), 1, - anon_sym_COLON_COLON, - ACTIONS(4661), 1, - sym_identifier, - ACTIONS(4665), 1, - anon_sym_enum, - ACTIONS(4667), 1, - anon_sym_class, - ACTIONS(4669), 1, - anon_sym_struct, - ACTIONS(4671), 1, - anon_sym_union, - ACTIONS(4673), 1, - anon_sym_typename, - STATE(1379), 1, - sym_template_type, - STATE(1402), 1, - sym_qualified_type_identifier, - STATE(3537), 1, - sym__type_specifier, - STATE(3540), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3755), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - STATE(3205), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4663), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1046), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [33568] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(3811), 1, - anon_sym_COLON_COLON, - ACTIONS(4661), 1, - sym_identifier, - ACTIONS(4665), 1, - anon_sym_enum, - ACTIONS(4667), 1, - anon_sym_class, - ACTIONS(4669), 1, - anon_sym_struct, - ACTIONS(4671), 1, - anon_sym_union, - ACTIONS(4673), 1, - anon_sym_typename, - STATE(1379), 1, - sym_template_type, - STATE(1402), 1, - sym_qualified_type_identifier, - STATE(3540), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3569), 1, - sym__type_specifier, - STATE(3755), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - STATE(2521), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4663), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1046), 6, - anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [33648] = 21, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [36588] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(3811), 1, - anon_sym_COLON_COLON, - ACTIONS(4661), 1, + ACTIONS(1927), 1, + anon_sym_LPAREN2, + ACTIONS(1929), 1, + anon_sym_TILDE, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(4058), 1, sym_identifier, - ACTIONS(4665), 1, - anon_sym_enum, - ACTIONS(4667), 1, - anon_sym_class, - ACTIONS(4669), 1, - anon_sym_struct, - ACTIONS(4671), 1, - anon_sym_union, - ACTIONS(4673), 1, - anon_sym_typename, - STATE(1379), 1, - sym_template_type, - STATE(1402), 1, - sym_qualified_type_identifier, - STATE(3540), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3565), 1, - sym__type_specifier, - STATE(3755), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - STATE(2518), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4663), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1046), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [33728] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(3811), 1, + ACTIONS(4066), 1, anon_sym_COLON_COLON, - ACTIONS(4661), 1, - sym_identifier, - ACTIONS(4665), 1, - anon_sym_enum, - ACTIONS(4667), 1, - anon_sym_class, - ACTIONS(4669), 1, - anon_sym_struct, - ACTIONS(4671), 1, - anon_sym_union, - ACTIONS(4673), 1, - anon_sym_typename, - STATE(1379), 1, - sym_template_type, - STATE(1402), 1, - sym_qualified_type_identifier, - STATE(3540), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3555), 1, - sym__type_specifier, - STATE(3755), 1, + 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(3542), 1, sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - STATE(3205), 2, + STATE(3649), 1, + sym__declarator, + STATE(5237), 1, + sym_ms_based_modifier, + STATE(3272), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(4663), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1046), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [33808] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(3811), 1, - anon_sym_COLON_COLON, - ACTIONS(4661), 1, - sym_identifier, - ACTIONS(4665), 1, - anon_sym_enum, - ACTIONS(4667), 1, - anon_sym_class, - ACTIONS(4669), 1, - anon_sym_struct, - ACTIONS(4671), 1, - anon_sym_union, - ACTIONS(4673), 1, - anon_sym_typename, - STATE(1379), 1, + STATE(4833), 2, sym_template_type, - STATE(1402), 1, - sym_qualified_type_identifier, - STATE(3540), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3572), 1, - sym__type_specifier, - STATE(3755), 1, - sym__scope_resolution, - STATE(4662), 1, sym_dependent_type_identifier, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - STATE(3205), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4663), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1046), 6, + ACTIONS(2946), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [33888] = 21, + 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, + [36663] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2526), 1, - anon_sym_enum, - ACTIONS(2528), 1, - anon_sym_class, - ACTIONS(2530), 1, - anon_sym_struct, - ACTIONS(2532), 1, - anon_sym_union, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(2538), 1, - anon_sym_typename, - ACTIONS(3825), 1, - anon_sym_COLON_COLON, - ACTIONS(4631), 1, - sym_identifier, - STATE(2020), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2314), 1, - sym_template_type, - STATE(2393), 1, - sym_qualified_type_identifier, - STATE(3190), 1, - sym__type_specifier, - STATE(3746), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - STATE(3205), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2522), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1046), 6, + ACTIONS(3161), 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(3163), 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(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [33968] = 3, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [36706] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3293), 11, + ACTIONS(3257), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -337213,7 +337471,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3295), 24, + ACTIONS(3259), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337238,27 +337496,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [34011] = 5, + [36749] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2952), 1, - anon_sym_COLON_COLON, - STATE(1350), 1, - sym_template_argument_list, - ACTIONS(2946), 9, + ACTIONS(3315), 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(2948), 24, + ACTIONS(3317), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -337267,23 +337522,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, - [34058] = 3, + anon_sym_GT2, + [36792] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3165), 11, + ACTIONS(3287), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -337295,7 +337551,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3167), 24, + ACTIONS(3289), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337320,10 +337576,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [34101] = 3, + [36835] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3197), 11, + ACTIONS(3145), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -337335,7 +337591,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3199), 24, + ACTIONS(3147), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337360,126 +337616,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [34144] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(2335), 1, - anon_sym_LPAREN2, - ACTIONS(2337), 1, - anon_sym_STAR, - ACTIONS(2339), 1, - anon_sym_AMP_AMP, - ACTIONS(2341), 1, - anon_sym_AMP, - ACTIONS(2550), 1, - sym_identifier, - ACTIONS(4089), 1, - anon_sym_LBRACK, - ACTIONS(4100), 1, - anon_sym_COLON_COLON, - STATE(3237), 1, - sym_parameter_list, - STATE(3511), 1, - sym__scope_resolution, - STATE(3590), 1, - sym__declarator, - STATE(3831), 1, - sym__abstract_declarator, - STATE(4903), 1, - sym_ms_based_modifier, - ACTIONS(4659), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(3583), 10, - 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, - [34223] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2335), 1, - anon_sym_LPAREN2, - ACTIONS(4075), 1, - sym_identifier, - ACTIONS(4079), 1, - anon_sym_TILDE, - ACTIONS(4081), 1, - anon_sym_STAR, - ACTIONS(4083), 1, - anon_sym_AMP_AMP, - ACTIONS(4085), 1, - anon_sym_AMP, - ACTIONS(4087), 1, - anon_sym_COLON_COLON, - ACTIONS(4089), 1, - anon_sym_LBRACK, - STATE(3252), 1, - sym_parameter_list, - STATE(3519), 1, - sym__scope_resolution, - STATE(3638), 1, - sym__declarator, - STATE(3835), 1, - sym__abstract_declarator, - STATE(4679), 1, - sym_ms_based_modifier, - ACTIONS(4659), 2, - anon_sym_COMMA, - anon_sym_GT2, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(3583), 10, - 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, - [34302] = 3, + [36878] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3145), 11, + ACTIONS(3149), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -337491,7 +337631,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3147), 24, + ACTIONS(3151), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337516,10 +337656,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [34345] = 3, + [36921] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3261), 11, + ACTIONS(3283), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -337531,7 +337671,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3263), 24, + ACTIONS(3285), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337556,10 +337696,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [34388] = 3, + [36964] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3305), 11, + ACTIONS(3129), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -337571,7 +337711,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3307), 24, + ACTIONS(3131), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337596,68 +337736,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [34431] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(4677), 1, - sym_identifier, - ACTIONS(4679), 1, - anon_sym_COLON_COLON, - ACTIONS(4681), 1, - anon_sym_enum, - ACTIONS(4683), 1, - anon_sym_class, - ACTIONS(4685), 1, - anon_sym_struct, - ACTIONS(4687), 1, - anon_sym_union, - ACTIONS(4689), 1, - anon_sym_typename, - STATE(1295), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1379), 1, - sym_template_type, - STATE(1402), 1, - sym_qualified_type_identifier, - STATE(3089), 1, - sym_type_qualifier, - STATE(3108), 1, - sym__type_specifier, - STATE(3772), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(111), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2682), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1046), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(1323), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [34510] = 3, + [37007] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3329), 11, + ACTIONS(3271), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -337669,7 +337751,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3331), 24, + ACTIONS(3273), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337694,10 +337776,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [34553] = 3, + [37050] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3141), 11, + ACTIONS(3205), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -337709,7 +337791,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3143), 24, + ACTIONS(3207), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337734,22 +337816,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [34596] = 3, + [37093] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1515), 8, + ACTIONS(3299), 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(1517), 27, + ACTIONS(3301), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -337758,84 +337842,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_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_catch, - [34639] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2678), 1, - sym_identifier, - ACTIONS(2680), 1, - anon_sym_COLON_COLON, - ACTIONS(2684), 1, - anon_sym_enum, - ACTIONS(2686), 1, - anon_sym_class, - ACTIONS(2688), 1, - anon_sym_struct, - ACTIONS(2690), 1, - anon_sym_union, - ACTIONS(2692), 1, - anon_sym_typename, - STATE(1295), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1379), 1, - sym_template_type, - STATE(1402), 1, - sym_qualified_type_identifier, - STATE(2998), 1, - sym_type_qualifier, - STATE(3045), 1, - sym__type_specifier, - STATE(3753), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(111), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2682), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1046), 6, - anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(1323), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [34718] = 3, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [37136] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3285), 11, + ACTIONS(3335), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -337847,7 +337871,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3287), 24, + ACTIONS(3337), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337872,10 +337896,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [34761] = 3, + [37179] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(3205), 11, + 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, + anon_sym_COLON_COLON, + ACTIONS(4056), 1, + anon_sym_LBRACK, + ACTIONS(4603), 1, + anon_sym_COMMA, + STATE(3280), 1, + sym_parameter_list, + STATE(3554), 1, + sym__scope_resolution, + STATE(3875), 1, + sym__declarator, + STATE(3985), 1, + sym__abstract_declarator, + STATE(4918), 1, + sym_ms_based_modifier, + 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, + [37258] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3153), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -337887,7 +337969,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3207), 24, + ACTIONS(3155), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337912,28 +337994,136 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [34804] = 6, + [37301] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4691), 1, - anon_sym_COLON, - STATE(2242), 1, - sym_enumerator_list, - STATE(2582), 1, - sym__enum_base_clause, - ACTIONS(3446), 8, + 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(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_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_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(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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3311), 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(3448), 24, + ACTIONS(3313), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -337942,23 +338132,82 @@ 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, - [34853] = 3, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(3241), 11, + ACTIONS(3165), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -337970,7 +338219,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3243), 24, + ACTIONS(3167), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -337995,10 +338244,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [34896] = 3, + [37616] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3289), 11, + ACTIONS(3177), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -338010,7 +338259,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3291), 24, + ACTIONS(3179), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338035,10 +338284,126 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [34939] = 3, + [37659] = 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(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, + 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, + sym_type_qualifier, + STATE(3126), 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, + 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, + [37817] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3149), 11, + ACTIONS(3088), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -338050,7 +338415,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3151), 24, + ACTIONS(3090), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338075,10 +338440,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [34982] = 3, + [37860] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3225), 11, + ACTIONS(3181), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -338090,7 +338455,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3227), 24, + ACTIONS(3183), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338115,24 +338480,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [35025] = 3, + [37903] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3269), 11, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(4675), 1, + anon_sym_LT, + STATE(2247), 1, + sym_template_argument_list, + ACTIONS(2401), 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(3271), 24, + ACTIONS(2409), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -338141,24 +338510,79 @@ 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, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [35068] = 3, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(3253), 11, + ACTIONS(3201), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -338170,7 +338594,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3255), 24, + ACTIONS(3203), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338195,24 +338619,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [35111] = 3, + [38070] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3273), 11, + ACTIONS(1506), 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(3275), 24, + ACTIONS(1508), 27, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -338221,82 +338643,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, - [35154] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2678), 1, - sym_identifier, - ACTIONS(2680), 1, - anon_sym_COLON_COLON, - ACTIONS(2686), 1, - anon_sym_class, - ACTIONS(2688), 1, - anon_sym_struct, - ACTIONS(2690), 1, - anon_sym_union, - ACTIONS(4693), 1, - anon_sym_enum, - ACTIONS(4695), 1, - anon_sym_typename, - STATE(1295), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1379), 1, - sym_template_type, - STATE(1402), 1, - sym_qualified_type_identifier, - STATE(2903), 1, - sym__type_specifier, - STATE(2917), 1, - sym_type_qualifier, - STATE(3753), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(111), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2682), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1046), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(1323), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [35233] = 3, + anon_sym_catch, + [38113] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3325), 11, + ACTIONS(3189), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -338308,7 +338674,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3327), 24, + ACTIONS(3191), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338333,24 +338699,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [35276] = 3, + [38156] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3221), 11, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + STATE(1299), 1, + sym_template_argument_list, + ACTIONS(2980), 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(3223), 24, + ACTIONS(2982), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -338359,24 +338728,79 @@ 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, + [38203] = 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, + 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_LBRACK, + STATE(3554), 1, + sym__scope_resolution, + STATE(3771), 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, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [35319] = 3, + 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, + [38278] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3229), 11, + ACTIONS(3265), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -338388,7 +338812,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3231), 24, + ACTIONS(3267), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338413,50 +338837,124 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [35362] = 3, + [38321] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(3173), 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(3175), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + 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, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, + ACTIONS(4252), 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(4254), 1, + anon_sym_AMP, + ACTIONS(4256), 1, anon_sym_LBRACK, + STATE(3542), 1, + sym__scope_resolution, + STATE(3664), 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, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [35405] = 3, + 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, + [38396] = 21, + 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, + 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, + [38475] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3309), 11, + ACTIONS(3121), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -338468,7 +338966,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3311), 24, + ACTIONS(3123), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338493,10 +338991,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [35448] = 3, + [38518] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3321), 11, + ACTIONS(3125), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -338508,7 +339006,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3323), 24, + ACTIONS(3127), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338533,10 +339031,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [35491] = 3, + [38561] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3201), 11, + ACTIONS(3137), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -338548,7 +339046,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3203), 24, + ACTIONS(3139), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338573,10 +339071,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [35534] = 3, + [38604] = 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, + 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(2995), 1, + sym_type_qualifier, + STATE(3197), 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, + [38683] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3277), 11, + ACTIONS(3141), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -338588,7 +339144,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3279), 24, + ACTIONS(3143), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338613,10 +339169,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [35577] = 3, + [38726] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3209), 11, + ACTIONS(3157), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -338628,7 +339184,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3211), 24, + ACTIONS(3159), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338653,24 +339209,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [35620] = 3, + [38769] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(3169), 11, + 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(3552), 1, + sym__scope_resolution, + STATE(3879), 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_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, + [38844] = 6, + 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, 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(3171), 24, + ACTIONS(3419), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -338679,180 +339295,135 @@ 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, - [35663] = 21, + [38893] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(29), 1, + anon_sym_AMP_AMP, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1974), 1, - anon_sym_decltype, - ACTIONS(2678), 1, + ACTIONS(1927), 1, + 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(3777), 1, + ACTIONS(4054), 1, anon_sym_COLON_COLON, - ACTIONS(4699), 1, - anon_sym_enum, - ACTIONS(4701), 1, - anon_sym_class, - ACTIONS(4703), 1, - anon_sym_struct, - ACTIONS(4705), 1, - anon_sym_union, - ACTIONS(4707), 1, - anon_sym_typename, - STATE(1379), 1, - sym_template_type, - STATE(1402), 1, - sym_qualified_type_identifier, - STATE(2783), 1, - sym__type_specifier, - STATE(2801), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3038), 1, - sym_type_qualifier, - STATE(3751), 1, + ACTIONS(4256), 1, + anon_sym_LBRACK, + STATE(3554), 1, sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(1964), 2, - sym_primitive_type, - sym_auto, - ACTIONS(4697), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1046), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(1451), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [35742] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2526), 1, - anon_sym_enum, - ACTIONS(2528), 1, - anon_sym_class, - ACTIONS(2530), 1, - anon_sym_struct, - ACTIONS(2532), 1, - anon_sym_union, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(2538), 1, - anon_sym_typename, - ACTIONS(3825), 1, - anon_sym_COLON_COLON, - ACTIONS(4631), 1, - sym_identifier, - STATE(2020), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2314), 1, - sym_template_type, - STATE(2393), 1, - sym_qualified_type_identifier, - STATE(2899), 1, + STATE(3740), 1, + sym__declarator, + STATE(4918), 1, + sym_ms_based_modifier, + STATE(3272), 2, sym_type_qualifier, - STATE(3422), 1, - sym__type_specifier, - STATE(3746), 1, - sym__scope_resolution, - STATE(4662), 1, + aux_sym_type_definition_repeat1, + STATE(4833), 2, + sym_template_type, sym_dependent_type_identifier, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2522), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1046), 6, + ACTIONS(2946), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [35821] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3249), 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(3251), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + 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, + 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, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, + ACTIONS(4288), 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, - anon_sym_LBRACK, + 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, + 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, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [35864] = 3, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(3281), 11, + ACTIONS(3173), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -338864,7 +339435,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3283), 24, + ACTIONS(3175), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338889,10 +339460,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [35907] = 3, + [39086] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3301), 11, + ACTIONS(3323), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -338904,7 +339475,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3303), 24, + ACTIONS(3325), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338929,10 +339500,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [35950] = 3, + [39129] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3333), 11, + ACTIONS(3185), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -338944,7 +339515,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3335), 24, + ACTIONS(3187), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -338969,10 +339540,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [35993] = 3, + [39172] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3157), 11, + ACTIONS(3307), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -338984,7 +339555,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3159), 24, + ACTIONS(3309), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -339009,10 +339580,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [36036] = 3, + [39215] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3161), 11, + ACTIONS(3303), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -339024,7 +339595,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3163), 24, + ACTIONS(3305), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -339049,7 +339620,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [36079] = 3, + [39258] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3213), 11, @@ -339089,10 +339660,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [36122] = 3, + [39301] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3245), 11, + ACTIONS(3197), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -339104,7 +339675,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3247), 24, + ACTIONS(3199), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -339129,10 +339700,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [36165] = 3, + [39344] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3153), 11, + ACTIONS(3193), 11, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -339144,7 +339715,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_const, anon_sym_DOT, - ACTIONS(3155), 24, + ACTIONS(3195), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -339169,10 +339740,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [36208] = 3, + [39387] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1534), 8, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(4738), 1, + anon_sym_LPAREN2, + ACTIONS(4740), 1, + anon_sym_LBRACK, + STATE(2639), 1, + sym_new_declarator, + STATE(2675), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4136), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -339181,11 +339763,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(1536), 27, + ACTIONS(4134), 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, @@ -339199,35 +339780,33 @@ 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_else, - anon_sym_while, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_catch, - [36251] = 4, + [39439] = 6, ACTIONS(3), 1, sym_comment, - STATE(2259), 1, - sym_enumerator_list, - ACTIONS(3071), 9, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(4742), 1, + anon_sym_LT, + STATE(2405), 1, + sym_template_argument_list, + ACTIONS(2988), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_LT, - anon_sym_EQ, + anon_sym_GT_EQ, + anon_sym_GT_GT, + anon_sym_COLON, anon_sym_DOT, - ACTIONS(3073), 25, + ACTIONS(2427), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -339236,39 +339815,44 @@ 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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [36296] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [39487] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3313), 11, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(4738), 1, + anon_sym_LPAREN2, + ACTIONS(4740), 1, + anon_sym_LBRACK, + STATE(2646), 1, + sym_new_declarator, + STATE(2659), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4127), 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(3315), 24, + ACTIONS(4123), 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, @@ -339276,24 +339860,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_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + 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_GT2, - [36339] = 3, + [39539] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3177), 11, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(4744), 1, + anon_sym_LT, + STATE(2405), 1, + sym_template_argument_list, + ACTIONS(2449), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -339301,11 +339887,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(3179), 24, + ACTIONS(2456), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -339320,35 +339905,40 @@ 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, - [36382] = 3, + [39587] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3297), 11, + 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, 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(3299), 24, + ACTIONS(4144), 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, @@ -339356,39 +339946,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_LBRACE, - anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + 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_GT2, - [36425] = 3, + [39639] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3217), 11, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(4738), 1, + anon_sym_LPAREN2, + ACTIONS(4740), 1, + anon_sym_LBRACK, + STATE(2643), 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_GT_EQ, anon_sym_LT, - anon_sym_GT_GT, - anon_sym_const, anon_sym_DOT, - ACTIONS(3219), 24, + ACTIONS(4148), 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, @@ -339396,38 +339990,36 @@ 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_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + 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_GT2, - [36468] = 3, + [39691] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3181), 11, + ACTIONS(4740), 1, + anon_sym_LBRACK, + STATE(2645), 1, + sym_new_declarator, + ACTIONS(4214), 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(3183), 24, + ACTIONS(4212), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -339436,38 +340028,37 @@ 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_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [36511] = 3, + [39737] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3193), 11, + STATE(2407), 1, + sym_enumerator_list, + ACTIONS(3076), 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(3078), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -339476,38 +340067,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_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, - [36554] = 3, + [39781] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3257), 11, + STATE(2378), 1, + sym_enumerator_list, + ACTIONS(3066), 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(3259), 24, + ACTIONS(3068), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -339516,38 +340107,40 @@ 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, - [36597] = 3, + [39825] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3265), 11, + ACTIONS(2523), 2, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + ACTIONS(2525), 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(3267), 24, + ACTIONS(2518), 23, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -339556,39 +340149,44 @@ 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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [36640] = 3, + [39869] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3317), 11, + 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, 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(3319), 24, + ACTIONS(4144), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -339596,128 +340194,124 @@ 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_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + 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, - anon_sym_GT2, - [36683] = 21, + [39920] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2874), 1, - anon_sym_enum, - ACTIONS(2876), 1, - anon_sym_class, - ACTIONS(2878), 1, - anon_sym_struct, - ACTIONS(2880), 1, - anon_sym_union, - ACTIONS(2894), 1, - anon_sym_decltype, - ACTIONS(2898), 1, - anon_sym_typename, - ACTIONS(3749), 1, - anon_sym_COLON_COLON, - ACTIONS(4675), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(4749), 1, sym_identifier, - STATE(2296), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2522), 1, - sym_template_type, - STATE(2598), 1, - sym_qualified_type_identifier, - STATE(2907), 1, + 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(3261), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3911), 1, + sym__field_declarator, + STATE(5077), 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(3195), 2, sym_type_qualifier, - STATE(3437), 1, - sym__type_specifier, - STATE(3764), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(2896), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2870), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1046), 6, + 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(2585), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [36762] = 3, + 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, + [39989] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3233), 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(3235), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + 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, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, + ACTIONS(4755), 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, - anon_sym_LBRACK, + ACTIONS(4757), 1, + anon_sym_AMP, + STATE(3261), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3911), 1, + sym__field_declarator, + STATE(5077), 1, + sym_ms_based_modifier, + ACTIONS(2944), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2640), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3195), 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, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [36805] = 6, + 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, + [40058] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4691), 1, - anon_sym_COLON, - STATE(2257), 1, - sym_enumerator_list, - STATE(2599), 1, - sym__enum_base_clause, - ACTIONS(3440), 8, + ACTIONS(4228), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -339726,7 +340320,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(3442), 24, + ACTIONS(4226), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -339743,91 +340337,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_LBRACK, anon_sym_RBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [36854] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2528), 1, - anon_sym_class, - ACTIONS(2530), 1, - anon_sym_struct, - ACTIONS(2532), 1, - anon_sym_union, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(3825), 1, - anon_sym_COLON_COLON, - ACTIONS(4631), 1, - sym_identifier, - ACTIONS(4709), 1, - anon_sym_enum, - ACTIONS(4711), 1, - anon_sym_typename, - STATE(2020), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2314), 1, - sym_template_type, - STATE(2393), 1, - sym_qualified_type_identifier, - STATE(2942), 1, - sym_type_qualifier, - STATE(3419), 1, - sym__type_specifier, - STATE(3746), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2522), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(1046), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [36933] = 3, + sym_literal_suffix, + [40099] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3189), 11, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(4740), 1, + anon_sym_LBRACK, + ACTIONS(4747), 1, + anon_sym_LPAREN2, + STATE(2658), 1, + sym_new_declarator, + STATE(2659), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4127), 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(3191), 24, + ACTIONS(4123), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -339835,39 +340379,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_LBRACE, - anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + 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, - anon_sym_GT2, - [36976] = 3, + [40150] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3237), 11, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(4740), 1, + anon_sym_LBRACK, + ACTIONS(4747), 1, + anon_sym_LPAREN2, + STATE(2649), 1, + sym_new_declarator, + STATE(2675), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4136), 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(3239), 24, + ACTIONS(4134), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -339875,39 +340422,39 @@ static const uint16_t ts_small_parse_table[] = { 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_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, - anon_sym_GT2, - [37019] = 3, + [40201] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3297), 11, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(4738), 1, + anon_sym_LPAREN2, + STATE(2676), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4170), 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(3299), 24, + ACTIONS(4168), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -339915,26 +340462,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_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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [37062] = 4, + [40248] = 8, ACTIONS(3), 1, sym_comment, - STATE(2275), 1, - sym_enumerator_list, - ACTIONS(3134), 9, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(4740), 1, + anon_sym_LBRACK, + ACTIONS(4747), 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, @@ -339942,13 +340495,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_EQ, anon_sym_DOT, - ACTIONS(3136), 25, + ACTIONS(4148), 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, @@ -339960,31 +340510,75 @@ 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_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [37107] = 8, + [40299] = 17, + 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(3261), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3869), 1, + sym__field_declarator, + STATE(5077), 1, + sym_ms_based_modifier, + ACTIONS(2944), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2631), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3196), 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, + [40368] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1478), 1, + ACTIONS(1461), 1, anon_sym_LBRACE, - ACTIONS(4713), 1, + ACTIONS(4738), 1, anon_sym_LPAREN2, - ACTIONS(4715), 1, - anon_sym_LBRACK, - STATE(2627), 1, - sym_new_declarator, - STATE(2662), 2, + STATE(2654), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4182), 8, + ACTIONS(4158), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -339993,7 +340587,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4180), 20, + ACTIONS(4156), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -340010,183 +340604,214 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [37159] = 19, + [40415] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, ACTIONS(47), 1, anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(4749), 1, + sym_identifier, + ACTIONS(4751), 1, anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(1950), 1, + ACTIONS(4753), 1, anon_sym_STAR, - ACTIONS(1952), 1, + ACTIONS(4755), 1, + anon_sym_AMP_AMP, + ACTIONS(4757), 1, anon_sym_AMP, - ACTIONS(2550), 1, - sym_identifier, - ACTIONS(4100), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - STATE(3511), 1, - sym__scope_resolution, - STATE(3611), 1, - sym__declarator, - STATE(4903), 1, + STATE(3261), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3900), 1, + sym__field_declarator, + STATE(5077), 1, sym_ms_based_modifier, - STATE(3253), 2, + ACTIONS(2944), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3193), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3198), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2944), 6, + 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(3583), 10, - 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, - [37233] = 19, + 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, + [40484] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(4751), 1, anon_sym_LPAREN2, - ACTIONS(4075), 1, + ACTIONS(4759), 1, sym_identifier, - ACTIONS(4079), 1, - anon_sym_TILDE, - ACTIONS(4087), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - ACTIONS(4499), 1, + ACTIONS(4761), 1, anon_sym_STAR, - ACTIONS(4501), 1, + ACTIONS(4763), 1, anon_sym_AMP_AMP, - ACTIONS(4503), 1, + ACTIONS(4765), 1, anon_sym_AMP, - STATE(3519), 1, - sym__scope_resolution, - STATE(3657), 1, - sym__declarator, - STATE(4679), 1, + STATE(3261), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3619), 1, + sym__field_declarator, + STATE(4934), 1, sym_ms_based_modifier, - STATE(3253), 2, + ACTIONS(2944), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3188), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2944), 6, + 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(3583), 10, - 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, - [37307] = 19, + 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, + [40553] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(4751), 1, anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, + ACTIONS(4759), 1, sym_identifier, - ACTIONS(4489), 1, + ACTIONS(4761), 1, anon_sym_STAR, - ACTIONS(4491), 1, + ACTIONS(4763), 1, anon_sym_AMP_AMP, - ACTIONS(4493), 1, + ACTIONS(4765), 1, anon_sym_AMP, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - STATE(3510), 1, - sym__scope_resolution, - STATE(3579), 1, - sym__declarator, - STATE(4966), 1, + STATE(3261), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3611), 1, + sym__field_declarator, + STATE(4934), 1, sym_ms_based_modifier, - STATE(3253), 2, + ACTIONS(2944), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(2641), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3189), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2944), 6, + 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(3583), 10, - 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, - [37381] = 5, + 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, + [40622] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4715), 1, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(4738), 1, + anon_sym_LPAREN2, + STATE(2656), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4162), 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(4160), 21, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, - STATE(2632), 1, - sym_new_declarator, - ACTIONS(4217), 8, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [40669] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4767), 1, + sym_literal_suffix, + ACTIONS(2411), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -340195,7 +340820,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4215), 24, + ACTIONS(2403), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -340212,18 +340837,18 @@ 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, - [37427] = 3, + [40712] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4357), 9, + ACTIONS(4236), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -340231,9 +340856,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_EQ, anon_sym_DOT, - ACTIONS(1544), 25, + ACTIONS(4234), 25, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -340259,21 +340883,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [37469] = 8, + [40753] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1478), 1, + ACTIONS(1461), 1, anon_sym_LBRACE, - ACTIONS(4713), 1, + ACTIONS(4738), 1, anon_sym_LPAREN2, - ACTIONS(4715), 1, - anon_sym_LBRACK, - STATE(2628), 1, - sym_new_declarator, - STATE(2666), 2, + STATE(2673), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4186), 8, + ACTIONS(4189), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -340282,7 +340902,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4184), 20, + ACTIONS(4187), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -340299,346 +340919,126 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [37521] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4489), 1, - anon_sym_STAR, - ACTIONS(4491), 1, - anon_sym_AMP_AMP, - ACTIONS(4493), 1, - anon_sym_AMP, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - STATE(3510), 1, - sym__scope_resolution, - STATE(3580), 1, - sym__declarator, - STATE(4966), 1, - sym_ms_based_modifier, - STATE(3253), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3583), 10, - 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, - [37595] = 19, + [40800] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(4751), 1, anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, + ACTIONS(4759), 1, sym_identifier, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - ACTIONS(4508), 1, + ACTIONS(4761), 1, anon_sym_STAR, - ACTIONS(4510), 1, + ACTIONS(4763), 1, anon_sym_AMP_AMP, - ACTIONS(4512), 1, + ACTIONS(4765), 1, anon_sym_AMP, - STATE(3510), 1, - sym__scope_resolution, - STATE(3529), 1, - sym__declarator, - STATE(4764), 1, + STATE(3261), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3611), 1, + sym__field_declarator, + STATE(4934), 1, sym_ms_based_modifier, - STATE(3253), 2, + ACTIONS(2944), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(3189), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2944), 6, + 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(3583), 10, - 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, - [37669] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, + 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, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(2335), 1, - anon_sym_LPAREN2, - ACTIONS(2337), 1, - anon_sym_STAR, - ACTIONS(2339), 1, - anon_sym_AMP_AMP, - ACTIONS(2341), 1, - anon_sym_AMP, - ACTIONS(2550), 1, - sym_identifier, - ACTIONS(4089), 1, - anon_sym_LBRACK, - ACTIONS(4100), 1, - anon_sym_COLON_COLON, - ACTIONS(4612), 1, - anon_sym_COMMA, - STATE(3237), 1, - sym_parameter_list, - STATE(3511), 1, - sym__scope_resolution, - STATE(3752), 1, - sym__declarator, - STATE(3848), 1, - sym__abstract_declarator, - STATE(4903), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - STATE(3583), 10, - 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, - [37747] = 19, + [40869] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(4751), 1, anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, + ACTIONS(4759), 1, sym_identifier, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - ACTIONS(4508), 1, + ACTIONS(4761), 1, anon_sym_STAR, - ACTIONS(4510), 1, + ACTIONS(4763), 1, anon_sym_AMP_AMP, - ACTIONS(4512), 1, + ACTIONS(4765), 1, anon_sym_AMP, - STATE(3510), 1, - sym__scope_resolution, - STATE(3573), 1, - sym__declarator, - STATE(4764), 1, + STATE(3261), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3621), 1, + sym__field_declarator, + STATE(4934), 1, sym_ms_based_modifier, - STATE(3253), 2, + 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, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2944), 6, + 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(3583), 10, - 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, - [37821] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, + 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, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4489), 1, - anon_sym_STAR, - ACTIONS(4491), 1, - anon_sym_AMP_AMP, - ACTIONS(4493), 1, - anon_sym_AMP, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - STATE(3510), 1, - sym__scope_resolution, - STATE(3606), 1, - sym__declarator, - STATE(4966), 1, - sym_ms_based_modifier, - STATE(3253), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3583), 10, - 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, - [37895] = 19, + [40938] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(4747), 1, anon_sym_LPAREN2, - ACTIONS(4075), 1, - sym_identifier, - ACTIONS(4079), 1, - anon_sym_TILDE, - ACTIONS(4087), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - ACTIONS(4499), 1, - anon_sym_STAR, - ACTIONS(4501), 1, - anon_sym_AMP_AMP, - ACTIONS(4503), 1, - anon_sym_AMP, - STATE(3519), 1, - sym__scope_resolution, - STATE(3670), 1, - sym__declarator, - STATE(4679), 1, - sym_ms_based_modifier, - STATE(3253), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3583), 10, - 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, - [37969] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4374), 9, + STATE(2654), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4158), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -340646,13 +341046,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_EQ, anon_sym_DOT, - ACTIONS(4372), 25, + ACTIONS(4156), 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, @@ -340664,9 +341061,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_LBRACE, - anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, @@ -340674,13 +341068,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [38011] = 4, + [40984] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2493), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - ACTIONS(2495), 9, + ACTIONS(4441), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -340688,9 +341079,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_COLON, anon_sym_DOT, - ACTIONS(2488), 23, + ACTIONS(4439), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -340710,80 +341100,22 @@ 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_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [38055] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(1950), 1, - anon_sym_STAR, - ACTIONS(1952), 1, - anon_sym_AMP, - ACTIONS(2550), 1, - sym_identifier, - ACTIONS(4100), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - STATE(3511), 1, - sym__scope_resolution, - STATE(3612), 1, - sym__declarator, - STATE(4903), 1, - sym_ms_based_modifier, - STATE(3253), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3583), 10, - 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, - [38129] = 8, + [41024] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1478), 1, + ACTIONS(1461), 1, anon_sym_LBRACE, - ACTIONS(4713), 1, + ACTIONS(4747), 1, anon_sym_LPAREN2, - ACTIONS(4715), 1, - anon_sym_LBRACK, - STATE(2626), 1, - sym_new_declarator, - STATE(2665), 2, + STATE(2656), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4170), 8, + ACTIONS(4162), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -340792,10 +341124,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4166), 20, + ACTIONS(4160), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -340807,90 +341138,29 @@ 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, - [38181] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - ACTIONS(4508), 1, - anon_sym_STAR, - ACTIONS(4510), 1, - anon_sym_AMP_AMP, - ACTIONS(4512), 1, - anon_sym_AMP, - STATE(3510), 1, - sym__scope_resolution, - STATE(3552), 1, - sym__declarator, - STATE(4764), 1, - sym_ms_based_modifier, - STATE(3253), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3583), 10, - 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, - [38255] = 6, + [41070] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2952), 1, - anon_sym_COLON_COLON, - ACTIONS(4717), 1, - anon_sym_LT, - STATE(2404), 1, - sym_template_argument_list, - ACTIONS(2441), 10, + ACTIONS(4368), 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(2448), 21, + ACTIONS(4366), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -340899,32 +341169,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_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_final, - anon_sym_override, - anon_sym_GT2, - [38303] = 8, + [41110] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1478), 1, - anon_sym_LBRACE, - ACTIONS(4713), 1, - anon_sym_LPAREN2, - ACTIONS(4715), 1, - anon_sym_LBRACK, - STATE(2629), 1, - sym_new_declarator, - STATE(2655), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4190), 8, + ACTIONS(4499), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -340933,10 +341194,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4188), 20, + ACTIONS(4497), 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, @@ -340950,124 +341212,96 @@ 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, - [38355] = 19, + [41150] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, + ACTIONS(4314), 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(4312), 24, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(1950), 1, anon_sym_STAR, - ACTIONS(1952), 1, - anon_sym_AMP, - ACTIONS(2550), 1, - sym_identifier, - ACTIONS(4100), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 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_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_LBRACK, - STATE(3511), 1, - sym__scope_resolution, - STATE(3624), 1, - sym__declarator, - STATE(4903), 1, - sym_ms_based_modifier, - STATE(3253), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3583), 10, - 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, - [38429] = 19, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [41190] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4075), 1, - sym_identifier, - ACTIONS(4079), 1, - anon_sym_TILDE, - ACTIONS(4087), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4499), 1, + ACTIONS(4246), 1, + anon_sym_DOT, + ACTIONS(4248), 1, + anon_sym_DASH_GT, + STATE(2148), 1, + sym_argument_list, + ACTIONS(4487), 7, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4485), 20, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_STAR, - ACTIONS(4501), 1, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(4503), 1, - anon_sym_AMP, - STATE(3519), 1, - sym__scope_resolution, - STATE(3664), 1, - sym__declarator, - STATE(4679), 1, - sym_ms_based_modifier, - STATE(3253), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3583), 10, - 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, - [38503] = 3, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [41240] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4400), 9, + ACTIONS(4304), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341075,9 +341309,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_EQ, anon_sym_DOT, - ACTIONS(4398), 25, + ACTIONS(4302), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -341094,7 +341327,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, @@ -341103,10 +341335,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [38545] = 3, + [41280] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4337), 9, + ACTIONS(4503), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341114,9 +341346,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_EQ, anon_sym_DOT, - ACTIONS(4335), 25, + ACTIONS(4501), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -341133,7 +341364,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, @@ -341142,21 +341372,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [38587] = 8, + [41320] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1478), 1, + ACTIONS(1461), 1, anon_sym_LBRACE, - ACTIONS(4715), 1, - anon_sym_LBRACK, - ACTIONS(4720), 1, + ACTIONS(4747), 1, anon_sym_LPAREN2, - STATE(2637), 1, - sym_new_declarator, - STATE(2665), 2, + STATE(2673), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4170), 8, + ACTIONS(4189), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341165,7 +341391,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4166), 19, + ACTIONS(4187), 20, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -341179,18 +341405,17 @@ 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, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [38638] = 4, + [41366] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4722), 1, - sym_literal_suffix, - ACTIONS(2383), 8, + ACTIONS(4425), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341199,7 +341424,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(2375), 24, + ACTIONS(4423), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -341224,17 +341449,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [38681] = 6, + [41406] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1478), 1, + ACTIONS(3365), 1, anon_sym_LBRACE, - ACTIONS(4713), 1, + ACTIONS(4769), 1, anon_sym_LPAREN2, - STATE(2638), 2, + ACTIONS(4771), 1, + anon_sym_LBRACK, + STATE(2692), 1, + sym_new_declarator, + STATE(2902), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4211), 8, + ACTIONS(4127), 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(4123), 16, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [41456] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4332), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341243,10 +341503,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4209), 21, + ACTIONS(4330), 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, @@ -341261,21 +341522,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, - [38728] = 6, + [41496] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1478), 1, - anon_sym_LBRACE, - ACTIONS(4713), 1, - anon_sym_LPAREN2, - STATE(2651), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4194), 8, + ACTIONS(4437), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341284,10 +341540,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4192), 21, + ACTIONS(4435), 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, @@ -341302,33 +341559,40 @@ 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, - [38775] = 6, + [41536] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1478), 1, + ACTIONS(3365), 1, anon_sym_LBRACE, - ACTIONS(4713), 1, + ACTIONS(4769), 1, anon_sym_LPAREN2, - STATE(2664), 2, + ACTIONS(4771), 1, + anon_sym_LBRACK, + STATE(2700), 1, + sym_new_declarator, + STATE(2967), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4207), 8, + ACTIONS(4150), 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(4205), 21, + ACTIONS(4148), 16, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -341336,28 +341600,59 @@ 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_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [38822] = 6, + anon_sym_GT2, + [41586] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1478), 1, + ACTIONS(3365), 1, anon_sym_LBRACE, - ACTIONS(4713), 1, + ACTIONS(4769), 1, anon_sym_LPAREN2, - STATE(2636), 2, + ACTIONS(4771), 1, + anon_sym_LBRACK, + STATE(2708), 1, + sym_new_declarator, + STATE(3032), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4198), 8, + ACTIONS(4136), 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(4134), 16, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [41636] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4264), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341366,10 +341661,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4196), 21, + ACTIONS(4262), 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, @@ -341384,25 +341680,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, - [38869] = 8, + [41676] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1478), 1, - anon_sym_LBRACE, - ACTIONS(4715), 1, - anon_sym_LBRACK, - ACTIONS(4720), 1, - anon_sym_LPAREN2, - STATE(2642), 1, - sym_new_declarator, - STATE(2662), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4182), 8, + ACTIONS(4372), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341411,9 +341698,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4180), 19, + ACTIONS(4370), 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, @@ -341425,27 +341714,61 @@ 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, - [38920] = 8, + [41716] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1478), 1, - anon_sym_LBRACE, - ACTIONS(4715), 1, - anon_sym_LBRACK, - ACTIONS(4720), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - STATE(2659), 1, - sym_new_declarator, - STATE(2666), 2, + 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, - sym_initializer_list, - ACTIONS(4186), 8, + 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), 20, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_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, + [41766] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4443), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341454,9 +341777,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4184), 19, + ACTIONS(1549), 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, @@ -341468,16 +341793,19 @@ 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, - [38971] = 3, + [41806] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4241), 8, + ACTIONS(4467), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341486,7 +341814,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4239), 25, + ACTIONS(4465), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -341503,7 +341831,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, @@ -341512,10 +341839,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [39012] = 3, + [41846] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3365), 1, + anon_sym_LBRACE, + ACTIONS(4769), 1, + anon_sym_LPAREN2, + ACTIONS(4771), 1, + anon_sym_LBRACK, + STATE(2691), 1, + sym_new_declarator, + STATE(3063), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4146), 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(4144), 16, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [41896] = 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(4773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4272), 7, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4266), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RBRACK, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(4253), 8, + ACTIONS(4461), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341524,7 +341992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4251), 25, + ACTIONS(4459), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -341549,22 +342017,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - sym_literal_suffix, - [39053] = 8, + [42066] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1478), 1, - anon_sym_LBRACE, - ACTIONS(4715), 1, - anon_sym_LBRACK, - ACTIONS(4720), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - STATE(2648), 1, - sym_new_declarator, - STATE(2655), 2, + 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, - sym_initializer_list, - ACTIONS(4190), 8, + ACTIONS(4773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4364), 7, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341572,10 +342041,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - ACTIONS(4188), 19, + ACTIONS(4362), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -341587,67 +342056,14 @@ 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_RBRACK, - anon_sym_COLON, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [39104] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(4724), 1, - sym_identifier, - ACTIONS(4726), 1, - anon_sym_LPAREN2, - ACTIONS(4728), 1, - anon_sym_STAR, - ACTIONS(4730), 1, - anon_sym_AMP_AMP, - ACTIONS(4732), 1, - anon_sym_AMP, - ACTIONS(4734), 1, - sym_operator_name, - STATE(3242), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3561), 1, - sym__field_declarator, - STATE(4931), 1, - sym_ms_based_modifier, - ACTIONS(2942), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2641), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3187), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2940), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3691), 7, - 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, - [39172] = 3, + [42118] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4347), 8, + ACTIONS(4318), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341656,7 +342072,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4345), 24, + ACTIONS(4316), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -341681,17 +342097,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [39212] = 6, + [42158] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1478), 1, - anon_sym_LBRACE, - ACTIONS(4720), 1, - anon_sym_LPAREN2, - STATE(2638), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4211), 8, + ACTIONS(4322), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341700,9 +342109,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4209), 20, + ACTIONS(4320), 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, @@ -341714,6 +342125,8 @@ 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, @@ -341721,22 +342134,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [39258] = 3, + [42198] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4279), 8, + ACTIONS(4777), 1, + anon_sym_COLON, + STATE(2541), 1, + sym_enumerator_list, + STATE(2738), 1, + sym__enum_base_clause, + ACTIONS(3423), 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(4277), 24, + ACTIONS(3425), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -341745,74 +342165,19 @@ 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, - [39298] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(4726), 1, - anon_sym_LPAREN2, - ACTIONS(4734), 1, - sym_operator_name, - ACTIONS(4736), 1, - sym_identifier, - ACTIONS(4738), 1, - anon_sym_STAR, - ACTIONS(4740), 1, - anon_sym_AMP_AMP, - ACTIONS(4742), 1, - anon_sym_AMP, - STATE(3242), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3784), 1, - sym__field_declarator, - STATE(4835), 1, - sym_ms_based_modifier, - ACTIONS(2942), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2649), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3180), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2940), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3691), 7, - 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, - [39366] = 3, + anon_sym_GT2, + [42244] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4427), 8, + ACTIONS(4421), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341821,7 +342186,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4425), 24, + ACTIONS(4419), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -341846,68 +342211,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [39406] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(4724), 1, - sym_identifier, - ACTIONS(4726), 1, - anon_sym_LPAREN2, - ACTIONS(4728), 1, - anon_sym_STAR, - ACTIONS(4730), 1, - anon_sym_AMP_AMP, - ACTIONS(4732), 1, - anon_sym_AMP, - ACTIONS(4734), 1, - sym_operator_name, - STATE(3242), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3570), 1, - sym__field_declarator, - STATE(4931), 1, - sym_ms_based_modifier, - ACTIONS(2942), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3163), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3171), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2940), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3691), 7, - 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, - [39474] = 6, + [42284] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1478), 1, - anon_sym_LBRACE, - ACTIONS(4720), 1, - anon_sym_LPAREN2, - STATE(2651), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4194), 8, + ACTIONS(4449), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341916,9 +342223,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4192), 20, + ACTIONS(4447), 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, @@ -341930,6 +342239,8 @@ 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, @@ -341937,16 +342248,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [39520] = 6, + [42324] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4744), 1, + ACTIONS(4777), 1, anon_sym_COLON, - STATE(2558), 1, + STATE(2562), 1, sym_enumerator_list, - STATE(2706), 1, + STATE(2754), 1, sym__enum_base_clause, - ACTIONS(3446), 10, + ACTIONS(3417), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -341957,7 +342268,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(3448), 19, + ACTIONS(3419), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -341977,34 +342288,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [39566] = 8, + [42370] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3345), 1, - anon_sym_LBRACE, - ACTIONS(4746), 1, - anon_sym_LPAREN2, - ACTIONS(4748), 1, - anon_sym_LBRACK, - STATE(2689), 1, - sym_new_declarator, - STATE(3009), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4190), 10, + ACTIONS(4326), 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(4188), 16, + ACTIONS(4324), 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, @@ -342012,17 +342312,36 @@ 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, - [39616] = 3, + [42410] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4450), 8, + 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(4240), 7, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -342030,12 +342349,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - ACTIONS(4448), 24, + ACTIONS(4238), 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, @@ -342049,17 +342366,19 @@ 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, - [39656] = 3, + [42462] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4392), 8, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(4747), 1, + anon_sym_LPAREN2, + STATE(2676), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4170), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -342068,11 +342387,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4390), 24, + ACTIONS(4168), 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, @@ -342084,8 +342401,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, @@ -342093,10 +342408,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [39696] = 3, + [42508] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4404), 8, + ACTIONS(4495), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -342105,7 +342420,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4402), 24, + ACTIONS(4493), 24, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, @@ -342130,17 +342445,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [39736] = 6, + [42548] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1478), 1, - anon_sym_LBRACE, - ACTIONS(4720), 1, - anon_sym_LPAREN2, - STATE(2636), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4198), 8, + ACTIONS(2411), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -342149,9 +342457,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(4196), 20, + ACTIONS(2403), 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, @@ -342163,6 +342473,8 @@ 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, @@ -342170,87 +342482,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [39782] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(4726), 1, - anon_sym_LPAREN2, - ACTIONS(4734), 1, - sym_operator_name, - ACTIONS(4736), 1, - sym_identifier, - ACTIONS(4738), 1, - anon_sym_STAR, - ACTIONS(4740), 1, - anon_sym_AMP_AMP, - ACTIONS(4742), 1, - anon_sym_AMP, - STATE(3242), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3778), 1, - sym__field_declarator, - STATE(4835), 1, - sym_ms_based_modifier, - ACTIONS(2942), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3163), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3174), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2940), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3691), 7, - 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, - [39850] = 9, + [42588] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - STATE(2207), 1, + ACTIONS(4783), 1, + anon_sym_SLASH, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4416), 7, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, + ACTIONS(4781), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4785), 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(4414), 18, + ACTIONS(4473), 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, @@ -342258,31 +342525,41 @@ 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, - [39902] = 3, + [42647] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4329), 8, + 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(4781), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4272), 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(4327), 24, + ACTIONS(4266), 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, @@ -342294,297 +342571,169 @@ 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, - [39942] = 17, + [42702] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(4726), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4734), 1, - sym_operator_name, - ACTIONS(4736), 1, - sym_identifier, - ACTIONS(4738), 1, - anon_sym_STAR, - ACTIONS(4740), 1, + 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(4742), 1, + ACTIONS(4793), 1, + anon_sym_PIPE, + ACTIONS(4795), 1, + anon_sym_CARET, + ACTIONS(4797), 1, anon_sym_AMP, - STATE(3242), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3784), 1, - sym__field_declarator, - STATE(4835), 1, - sym_ms_based_modifier, - ACTIONS(2942), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3163), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3180), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2940), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3691), 7, - 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, - [40010] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4361), 8, + 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, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4359), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + 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, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(4431), 5, + anon_sym_COMMA, + anon_sym_RPAREN, 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, - [40050] = 17, + [42777] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(4724), 1, - sym_identifier, - ACTIONS(4726), 1, + ACTIONS(3435), 1, + anon_sym_const, + ACTIONS(4805), 1, anon_sym_LPAREN2, - ACTIONS(4728), 1, + ACTIONS(4807), 1, anon_sym_STAR, - ACTIONS(4730), 1, + ACTIONS(4809), 1, anon_sym_AMP_AMP, - ACTIONS(4732), 1, + ACTIONS(4811), 1, anon_sym_AMP, - ACTIONS(4734), 1, - sym_operator_name, - STATE(3242), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3534), 1, - sym__field_declarator, - STATE(4931), 1, - sym_ms_based_modifier, - ACTIONS(2942), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2672), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3176), 2, + ACTIONS(4813), 1, + anon_sym_LBRACK, + STATE(3159), 1, + sym_parameter_list, + STATE(3273), 1, + sym__abstract_declarator, + STATE(2711), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2940), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2944), 6, - anon_sym_const, + ACTIONS(4815), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3691), 7, - 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, - [40118] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4325), 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(4323), 24, - anon_sym_DOT_DOT_DOT, + 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), 11, 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_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, - [40158] = 3, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [42836] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4257), 8, - anon_sym_DASH, - anon_sym_PLUS, + 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(4793), 1, anon_sym_PIPE, + ACTIONS(4795), 1, + anon_sym_CARET, + ACTIONS(4797), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4255), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + 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, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + 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, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(4266), 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_LBRACK, - anon_sym_RBRACK, - anon_sym_COLON, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - [40198] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2502), 1, - anon_sym_COLON_COLON, - ACTIONS(2504), 1, - anon_sym_enum, - ACTIONS(2508), 1, - anon_sym_struct, - ACTIONS(2510), 1, - anon_sym_union, - ACTIONS(2694), 1, - anon_sym_class, - ACTIONS(2696), 1, - anon_sym_typename, - ACTIONS(3661), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(3665), 1, - anon_sym_EQ, - ACTIONS(4752), 1, - sym_identifier, - STATE(1274), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1285), 1, - sym__type_specifier, - STATE(1396), 1, - sym_template_type, - STATE(1475), 1, - sym_qualified_type_identifier, - STATE(3766), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(111), 2, - sym_primitive_type, - sym_auto, - ACTIONS(3663), 2, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(59), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1323), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [40276] = 8, + [42905] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3345), 1, + ACTIONS(3365), 1, anon_sym_LBRACE, - ACTIONS(4746), 1, + ACTIONS(4769), 1, anon_sym_LPAREN2, - ACTIONS(4748), 1, - anon_sym_LBRACK, - STATE(2678), 1, - sym_new_declarator, - STATE(2947), 2, + STATE(3031), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4186), 10, + ACTIONS(4170), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -342595,7 +342744,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4184), 16, + ACTIONS(4168), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -342607,31 +342756,34 @@ 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, - [40326] = 6, + [42950] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1478), 1, + ACTIONS(3365), 1, anon_sym_LBRACE, - ACTIONS(4720), 1, + ACTIONS(4769), 1, anon_sym_LPAREN2, - STATE(2664), 2, + STATE(2966), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4207), 8, + ACTIONS(4189), 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(4205), 20, + ACTIONS(4187), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -342641,224 +342793,298 @@ 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, - [40372] = 9, + anon_sym_GT2, + [42995] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - STATE(2207), 1, + ACTIONS(4783), 1, + anon_sym_SLASH, + 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, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4378), 7, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4376), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + 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, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(4336), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, - anon_sym_RBRACK, anon_sym_QMARK, - [40424] = 3, + [43068] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4333), 8, - anon_sym_DASH, - anon_sym_PLUS, + 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(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, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4331), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + 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, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + 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, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(4386), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, 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, - [40464] = 3, + [43141] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4273), 8, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, + 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_PIPE, + ACTIONS(4783), 1, + anon_sym_SLASH, + ACTIONS(4797), 1, anon_sym_AMP, + 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, - anon_sym_DOT, - ACTIONS(4271), 24, + ACTIONS(4803), 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_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_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, - [40504] = 3, + [43208] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 8, - anon_sym_DASH, - anon_sym_PLUS, + 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(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, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(2375), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + 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, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + 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, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(4481), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, 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, - [40544] = 3, + [43281] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4470), 8, - anon_sym_DASH, - anon_sym_PLUS, + 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(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, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4468), 24, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + 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, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + 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, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(4455), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, 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, - [40584] = 3, + [43354] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4462), 8, + 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_LT, + anon_sym_GT_EQ, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4460), 24, + ACTIONS(2409), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -342867,66 +343093,74 @@ 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, - [40624] = 3, + anon_sym_GT2, + [43399] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4408), 8, - anon_sym_DASH, - anon_sym_PLUS, + 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(4272), 2, anon_sym_PIPE, anon_sym_AMP, + 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(4801), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - ACTIONS(4406), 24, + ACTIONS(4803), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4266), 11, 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, - [40664] = 6, + [43462] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4744), 1, - anon_sym_COLON, - STATE(2584), 1, - sym_enumerator_list, - STATE(2728), 1, - sym__enum_base_clause, - ACTIONS(3440), 10, + ACTIONS(3365), 1, + anon_sym_LBRACE, + ACTIONS(4769), 1, + anon_sym_LPAREN2, + STATE(3041), 2, + sym_argument_list, + sym_initializer_list, + ACTIONS(4162), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -342937,10 +343171,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(3442), 19, + ACTIONS(4160), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -342950,302 +343183,197 @@ 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, - [40710] = 8, + [43507] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4466), 7, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4783), 1, anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4464), 20, + ACTIONS(4787), 1, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + 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, + 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, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(4376), 4, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - [40760] = 8, + [43584] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - STATE(2207), 1, + ACTIONS(4272), 1, + anon_sym_PIPE, + ACTIONS(4783), 1, + anon_sym_SLASH, + ACTIONS(4795), 1, + anon_sym_CARET, + ACTIONS(4797), 1, + anon_sym_AMP, + STATE(2148), 1, sym_argument_list, - ACTIONS(4412), 7, + ACTIONS(4773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, + 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(4410), 20, + ACTIONS(4803), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4266), 8, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_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, - [40810] = 8, + [43653] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3345), 1, - anon_sym_LBRACE, - ACTIONS(4746), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4748), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - STATE(2676), 1, - sym_new_declarator, - STATE(2987), 2, + 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, - sym_initializer_list, - ACTIONS(4170), 10, + ACTIONS(4773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, + ACTIONS(4781), 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_GT_EQ, anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4166), 16, + ACTIONS(4266), 13, 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_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT_LT, + anon_sym_SEMI, + anon_sym_RBRACE, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [40860] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(4726), 1, - anon_sym_LPAREN2, - ACTIONS(4734), 1, - sym_operator_name, - ACTIONS(4736), 1, - sym_identifier, - ACTIONS(4738), 1, - anon_sym_STAR, - ACTIONS(4740), 1, - anon_sym_AMP_AMP, - ACTIONS(4742), 1, - anon_sym_AMP, - STATE(3242), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3758), 1, - sym__field_declarator, - STATE(4835), 1, - sym_ms_based_modifier, - ACTIONS(2942), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(2652), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3184), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2940), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3691), 7, - 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, - [40928] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(4724), 1, - sym_identifier, - ACTIONS(4726), 1, - anon_sym_LPAREN2, - ACTIONS(4728), 1, - anon_sym_STAR, - ACTIONS(4730), 1, - anon_sym_AMP_AMP, - ACTIONS(4732), 1, - anon_sym_AMP, - ACTIONS(4734), 1, - sym_operator_name, - STATE(3242), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3561), 1, - sym__field_declarator, - STATE(4931), 1, - sym_ms_based_modifier, - ACTIONS(2942), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3163), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3187), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2940), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(2944), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3691), 7, - 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, - [40996] = 8, + [43712] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3345), 1, - anon_sym_LBRACE, - ACTIONS(4746), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4748), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - STATE(2698), 1, - sym_new_declarator, - STATE(2965), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4182), 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(4246), 1, anon_sym_DOT, - ACTIONS(4180), 16, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_QMARK, + 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, - anon_sym_DASH_GT, - anon_sym_GT2, - [41046] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4396), 8, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, + ACTIONS(4781), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4272), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - ACTIONS(4394), 24, + ACTIONS(4266), 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, @@ -343257,67 +343385,166 @@ 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, - [41086] = 9, + [43769] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - STATE(2207), 1, + ACTIONS(4783), 1, + anon_sym_SLASH, + 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, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4261), 7, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, + 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(4259), 18, + ACTIONS(4803), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4266), 7, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_QMARK, + [43840] = 16, + 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(4272), 2, + anon_sym_PIPE, + anon_sym_AMP, + 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, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + 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, - anon_sym_LT_LT, - anon_sym_GT_GT, + 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_RBRACK, anon_sym_QMARK, - [41138] = 6, + [43905] = 14, + 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(4827), 1, + anon_sym_LBRACK, + ACTIONS(4829), 1, + anon_sym_DASH_GT, + ACTIONS(4831), 1, + anon_sym_noexcept, + ACTIONS(4833), 1, + anon_sym_throw, + ACTIONS(3415), 2, + anon_sym_final, + anon_sym_override, + STATE(2712), 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(4819), 7, + 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, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [43966] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3345), 1, + ACTIONS(3365), 1, anon_sym_LBRACE, - ACTIONS(4746), 1, + ACTIONS(4769), 1, anon_sym_LPAREN2, - STATE(3017), 2, + STATE(3052), 2, sym_argument_list, sym_initializer_list, - ACTIONS(4211), 10, + ACTIONS(4158), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -343328,7 +343555,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4209), 17, + ACTIONS(4156), 17, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -343346,74 +343573,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [41183] = 13, + [44011] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4758), 1, - anon_sym_SLASH, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + STATE(1299), 1, + sym_template_argument_list, + ACTIONS(2980), 10, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4416), 4, + anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4414), 13, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(2982), 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_SEMI, - anon_sym_RBRACE, + anon_sym_LT_LT, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_QMARK, - [41242] = 6, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [44054] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3345), 1, - anon_sym_LBRACE, - ACTIONS(4746), 1, + ACTIONS(3503), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(4203), 1, + anon_sym_LBRACK, + ACTIONS(4197), 2, + anon_sym_RPAREN, anon_sym_LPAREN2, - STATE(2985), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4207), 10, + ACTIONS(2411), 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(4205), 17, + ACTIONS(2403), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -343423,96 +343640,51 @@ 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_SEMI, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [41287] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4764), 1, - anon_sym_AMP_AMP, - ACTIONS(4766), 1, - anon_sym_AMP, - ACTIONS(4768), 1, - anon_sym___attribute__, - ACTIONS(4770), 1, - anon_sym_LBRACK, - ACTIONS(4772), 1, - anon_sym_const, - ACTIONS(4776), 1, - anon_sym_DASH_GT, - ACTIONS(4778), 1, - anon_sym_noexcept, - ACTIONS(4780), 1, - anon_sym_throw, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - STATE(2684), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(4774), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(4762), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - STATE(3092), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [41348] = 13, + [44099] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4772), 1, + ACTIONS(3435), 1, anon_sym_const, - ACTIONS(4782), 1, + ACTIONS(4805), 1, anon_sym_LPAREN2, - ACTIONS(4784), 1, + ACTIONS(4807), 1, anon_sym_STAR, - ACTIONS(4786), 1, + ACTIONS(4809), 1, anon_sym_AMP_AMP, - ACTIONS(4788), 1, + ACTIONS(4811), 1, anon_sym_AMP, - ACTIONS(4790), 1, + ACTIONS(4813), 1, anon_sym_LBRACK, - STATE(3099), 1, + STATE(3159), 1, sym_parameter_list, - STATE(3244), 1, + STATE(3259), 1, sym__abstract_declarator, - STATE(2688), 2, + STATE(3209), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(4774), 5, + ACTIONS(4815), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3207), 5, + STATE(3229), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(4077), 11, + ACTIONS(4230), 11, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, @@ -343524,416 +343696,675 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [41407] = 12, + [44158] = 14, + 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, + 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(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - STATE(2207), 1, + 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(4839), 1, + anon_sym_COMMA, + ACTIONS(4841), 1, + anon_sym_SEMI, + ACTIONS(4843), 1, + anon_sym_RBRACE, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + STATE(4403), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4416), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4414), 15, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + 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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_QMARK, - [41464] = 20, + [44302] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - STATE(2207), 1, + ACTIONS(4817), 1, + anon_sym_QMARK, + ACTIONS(4845), 1, + anon_sym_COMMA, + ACTIONS(4847), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + STATE(4287), 1, + aux_sym_argument_list_repeat1, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4285), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_QMARK, - [41537] = 18, + [44382] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4416), 1, - anon_sym_PIPE, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4798), 1, + 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(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - STATE(2207), 1, + ACTIONS(4817), 1, + anon_sym_QMARK, + ACTIONS(4845), 1, + anon_sym_COMMA, + ACTIONS(4849), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + STATE(4274), 1, + aux_sym_argument_list_repeat1, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4414), 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, - [41606] = 14, + [44462] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4764), 1, + 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(4766), 1, + ACTIONS(4793), 1, + anon_sym_PIPE, + ACTIONS(4795), 1, + anon_sym_CARET, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4768), 1, - anon_sym___attribute__, - ACTIONS(4772), 1, - anon_sym_const, - ACTIONS(4776), 1, - anon_sym_DASH_GT, - ACTIONS(4778), 1, - anon_sym_noexcept, - ACTIONS(4780), 1, - anon_sym_throw, - ACTIONS(4810), 1, - anon_sym_LBRACK, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - STATE(3181), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(4774), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(4808), 7, + ACTIONS(4817), 1, + anon_sym_QMARK, + ACTIONS(4851), 1, anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(4853), 1, + anon_sym_RPAREN, + ACTIONS(4855), 1, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - STATE(3027), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [41667] = 22, + 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, + [44542] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - STATE(2207), 1, + ACTIONS(4845), 1, + anon_sym_COMMA, + ACTIONS(4857), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + STATE(4236), 1, + aux_sym_argument_list_repeat1, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4317), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_RBRACE, - [41744] = 17, + [44622] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4416), 1, - anon_sym_PIPE, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4800), 1, + 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, - STATE(2207), 1, + ACTIONS(4817), 1, + anon_sym_QMARK, + ACTIONS(4859), 1, + anon_sym_COMMA, + ACTIONS(4861), 1, + anon_sym_RBRACE, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + STATE(4221), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4414), 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, - [41811] = 19, + [44702] = 21, + 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(4738), 1, + anon_sym_LPAREN2, + 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(2670), 1, + sym__type_specifier, + STATE(2965), 1, + sym_argument_list, + 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, + [44776] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4794), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - STATE(2207), 1, + ACTIONS(4817), 1, + anon_sym_QMARK, + ACTIONS(4845), 1, + anon_sym_COMMA, + ACTIONS(4875), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + STATE(4206), 1, + aux_sym_argument_list_repeat1, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4414), 7, + [44856] = 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, anon_sym_DOT_DOT_DOT, + ACTIONS(4879), 1, anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4885), 1, + anon_sym_SLASH, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - anon_sym_SEMI, - anon_sym_RBRACE, + 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, - [41882] = 13, + 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, + 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, + [44938] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4772), 1, - anon_sym_const, - ACTIONS(4782), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4784), 1, - anon_sym_STAR, - ACTIONS(4786), 1, - anon_sym_AMP_AMP, - ACTIONS(4788), 1, - anon_sym_AMP, - ACTIONS(4790), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - STATE(3099), 1, - sym_parameter_list, - STATE(3230), 1, - sym__abstract_declarator, - STATE(3135), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4774), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3207), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(4275), 11, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, + ACTIONS(4588), 1, + anon_sym_DOT, + ACTIONS(4590), 1, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [41941] = 6, + ACTIONS(4877), 1, + 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(4913), 1, + anon_sym_GT2, + STATE(2446), 1, + sym_argument_list, + STATE(4220), 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, + [45020] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3770), 1, + anon_sym_COLON_COLON, + ACTIONS(4738), 1, + anon_sym_LPAREN2, + ACTIONS(4915), 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(2200), 1, + sym__type_specifier, + STATE(2263), 1, + sym_template_type, + STATE(2335), 1, + sym_qualified_type_identifier, + STATE(3081), 1, + sym_argument_list, + STATE(3892), 1, + sym__scope_resolution, + STATE(4833), 1, + 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, + [45094] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3345), 1, - anon_sym_LBRACE, - ACTIONS(4746), 1, - anon_sym_LPAREN2, - STATE(3075), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4198), 10, + ACTIONS(4771), 1, + anon_sym_LBRACK, + STATE(2867), 1, + sym_new_declarator, + ACTIONS(4214), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -343944,9 +344375,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4196), 17, + ACTIONS(4212), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -343956,515 +344388,714 @@ 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_LBRACE, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [41986] = 20, + [45136] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4588), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4590), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4877), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4879), 1, + anon_sym_COMMA, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4895), 1, anon_sym_AMP, - STATE(2207), 1, + 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(4933), 1, + anon_sym_GT2, + STATE(2446), 1, sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + STATE(4343), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4909), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4899), 3, anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4349), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_QMARK, - [42059] = 11, + anon_sym_LT, + [45218] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4756), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4416), 6, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4414), 15, + ACTIONS(4787), 1, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + 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, - 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(4797), 1, + anon_sym_AMP, + ACTIONS(4817), 1, anon_sym_QMARK, - [42114] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4758), 1, - anon_sym_SLASH, - STATE(2207), 1, + ACTIONS(4935), 1, + anon_sym_COMMA, + ACTIONS(4937), 1, + anon_sym_RBRACE, + STATE(2148), 1, sym_argument_list, - ACTIONS(4416), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(4750), 2, + STATE(4345), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4414), 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, - [42179] = 13, + [45298] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4939), 1, + anon_sym_COMMA, + ACTIONS(4945), 1, anon_sym_SLASH, - STATE(2207), 1, + 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(4965), 1, + anon_sym_RBRACK, + ACTIONS(4967), 1, + anon_sym_QMARK, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + STATE(4222), 1, + aux_sym_lambda_capture_specifier_repeat1, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4478), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4476), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + 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, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_QMARK, - [42238] = 20, + ACTIONS(4963), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [45378] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - STATE(2207), 1, + ACTIONS(4817), 1, + anon_sym_QMARK, + ACTIONS(4851), 1, + anon_sym_COMMA, + ACTIONS(4855), 1, + anon_sym_SEMI, + ACTIONS(4969), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4480), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_QMARK, - [42311] = 15, + [45458] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4939), 1, + anon_sym_COMMA, + ACTIONS(4945), 1, anon_sym_SLASH, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4416), 2, + 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(4750), 2, + ACTIONS(4967), 1, + anon_sym_QMARK, + ACTIONS(4971), 1, + anon_sym_RBRACK, + STATE(2148), 1, + sym_argument_list, + STATE(4330), 1, + aux_sym_lambda_capture_specifier_repeat1, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4804), 2, + ACTIONS(4957), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4959), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4414), 11, - 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, - [42374] = 21, + ACTIONS(4963), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [45538] = 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(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, + anon_sym_COLON_COLON, + ACTIONS(4738), 1, + anon_sym_LPAREN2, + ACTIONS(4915), 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(2173), 1, + sym__type_specifier, + STATE(2263), 1, + sym_template_type, + STATE(2335), 1, + sym_qualified_type_identifier, + STATE(3075), 1, + sym_argument_list, + STATE(3892), 1, + sym__scope_resolution, + STATE(4833), 1, + 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, + [45686] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - STATE(2207), 1, + ACTIONS(4817), 1, + anon_sym_QMARK, + ACTIONS(4845), 1, + anon_sym_COMMA, + ACTIONS(4985), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + STATE(4378), 1, + aux_sym_argument_list_repeat1, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4386), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_QMARK, - [42449] = 18, + [45766] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4588), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4590), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4877), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4879), 1, + anon_sym_COMMA, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4796), 1, + ACTIONS(4887), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4889), 1, + anon_sym_AMP_AMP, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4895), 1, anon_sym_AMP, - STATE(2207), 1, + 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(4987), 1, + anon_sym_GT2, + STATE(2446), 1, sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + STATE(4306), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4909), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4899), 3, anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4414), 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, - [42518] = 6, + anon_sym_LT, + [45848] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3345), 1, - anon_sym_LBRACE, - ACTIONS(4746), 1, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(4813), 1, + anon_sym_LBRACK, + ACTIONS(4989), 1, anon_sym_LPAREN2, - STATE(3003), 2, - sym_argument_list, - sym_initializer_list, - ACTIONS(4194), 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(4192), 17, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(4991), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, + ACTIONS(4993), 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_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + ACTIONS(4995), 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, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_DASH_GT, - anon_sym_GT2, - [42563] = 25, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [45906] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(4813), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4758), 1, - anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4989), 1, + anon_sym_LPAREN2, + ACTIONS(4991), 1, + anon_sym_STAR, + ACTIONS(4993), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, - anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4995), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(4816), 1, + 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, - ACTIONS(4818), 1, anon_sym_SEMI, - ACTIONS(4820), 1, - anon_sym_RBRACE, - STATE(2207), 1, + 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(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(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(2634), 1, + sym__type_specifier, + STATE(2942), 1, sym_argument_list, - STATE(4076), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4756), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [42646] = 5, + 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, + [46038] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2952), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2886), 1, + anon_sym_decltype, + ACTIONS(3762), 1, anon_sym_COLON_COLON, - STATE(1350), 1, - sym_template_argument_list, - ACTIONS(2946), 10, + ACTIONS(4738), 1, + anon_sym_LPAREN2, + 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(2660), 1, + sym__type_specifier, + STATE(2934), 1, + sym_argument_list, + 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, + [46112] = 4, + ACTIONS(3), 1, + sym_comment, + STATE(2594), 1, + sym_enumerator_list, + ACTIONS(3076), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -344475,7 +345106,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2948), 19, + ACTIONS(3078), 19, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -344495,70 +345126,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [42689] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4758), 1, - anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, - anon_sym_AMP_AMP, - ACTIONS(4796), 1, - anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, - anon_sym_AMP, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4756), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4472), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_QMARK, - [42762] = 6, + [46152] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(4232), 1, - anon_sym_LBRACK, - ACTIONS(4226), 2, - anon_sym_RPAREN, - anon_sym_LPAREN2, - ACTIONS(2383), 8, + STATE(2445), 1, + sym_enumerator_list, + STATE(2628), 1, + sym__enum_base_clause, + ACTIONS(3417), 8, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -344567,9 +345142,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_LT, anon_sym_DOT, - ACTIONS(2375), 19, + ACTIONS(3419), 20, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -344581,201 +345156,142 @@ 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_LBRACE, + anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - [42807] = 24, + [46194] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4822), 1, - anon_sym_COMMA, - ACTIONS(4828), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4830), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4834), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4836), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4838), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4848), 1, - anon_sym_RBRACK, - ACTIONS(4850), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - STATE(2207), 1, + ACTIONS(4851), 1, + anon_sym_COMMA, + STATE(2148), 1, sym_argument_list, - STATE(4162), 1, - aux_sym_lambda_capture_specifier_repeat1, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4842), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4844), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4846), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [42887] = 25, + ACTIONS(4997), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [46272] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4563), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4852), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4854), 1, - anon_sym_COMMA, - ACTIONS(4860), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4862), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4864), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4866), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4868), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4870), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4876), 1, - anon_sym_LT_EQ, - ACTIONS(4878), 1, - anon_sym_LT_LT, - ACTIONS(4880), 1, - anon_sym_GT_GT, - ACTIONS(4882), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4886), 1, - anon_sym_GT2, - STATE(2448), 1, + ACTIONS(4845), 1, + anon_sym_COMMA, + ACTIONS(4999), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - STATE(4198), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(4856), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4858), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4872), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4884), 2, + STATE(4351), 1, + aux_sym_argument_list_repeat1, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4874), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - [42969] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4341), 1, - anon_sym_LPAREN2, - ACTIONS(4563), 1, - anon_sym_LBRACK, - ACTIONS(4567), 1, - anon_sym_DOT, - ACTIONS(4569), 1, - anon_sym_DASH_GT, - ACTIONS(4852), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4854), 1, - anon_sym_COMMA, - ACTIONS(4860), 1, - anon_sym_SLASH, - ACTIONS(4862), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4864), 1, - anon_sym_AMP_AMP, - ACTIONS(4866), 1, - anon_sym_PIPE, - ACTIONS(4868), 1, - anon_sym_CARET, - ACTIONS(4870), 1, - anon_sym_AMP, - ACTIONS(4876), 1, - anon_sym_LT_EQ, - ACTIONS(4878), 1, - anon_sym_LT_LT, - ACTIONS(4880), 1, - anon_sym_GT_GT, - ACTIONS(4882), 1, - anon_sym_QMARK, - ACTIONS(4888), 1, - anon_sym_GT2, - STATE(2448), 1, - sym_argument_list, - STATE(4140), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(4856), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4858), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4872), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4884), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4874), 3, + ACTIONS(4801), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - [43051] = 4, + ACTIONS(4803), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [46352] = 5, ACTIONS(3), 1, sym_comment, - STATE(2576), 1, + STATE(2440), 1, sym_enumerator_list, - ACTIONS(3071), 10, + 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_GT_EQ, anon_sym_LT, - anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(3073), 19, + ACTIONS(3425), 20, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, @@ -344784,116 +345300,119 @@ 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_LBRACE, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_QMARK, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, anon_sym_DASH_GT, - anon_sym_GT2, - [43091] = 23, + [46394] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4997), 1, + anon_sym_SEMI, + ACTIONS(5001), 1, anon_sym_COMMA, - STATE(2207), 1, + ACTIONS(5004), 1, + anon_sym_RBRACE, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4892), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [43169] = 21, + [46474] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3755), 1, + ACTIONS(3800), 1, anon_sym_COLON_COLON, - ACTIONS(4713), 1, + ACTIONS(4738), 1, anon_sym_LPAREN2, - ACTIONS(4894), 1, + ACTIONS(5006), 1, sym_identifier, - ACTIONS(4900), 1, + ACTIONS(5012), 1, anon_sym_enum, - ACTIONS(4902), 1, + ACTIONS(5014), 1, anon_sym_class, - ACTIONS(4904), 1, + ACTIONS(5016), 1, anon_sym_struct, - ACTIONS(4906), 1, + ACTIONS(5018), 1, anon_sym_union, - ACTIONS(4908), 1, + ACTIONS(5020), 1, anon_sym_decltype, - ACTIONS(4910), 1, + ACTIONS(5022), 1, anon_sym_typename, - STATE(1976), 1, + STATE(1965), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2028), 1, + STATE(2002), 1, sym__type_specifier, - STATE(2052), 1, + STATE(2036), 1, sym_template_type, - STATE(2128), 1, + STATE(2103), 1, sym_qualified_type_identifier, - STATE(2986), 1, + STATE(2988), 1, sym_argument_list, - STATE(3750), 1, + STATE(3907), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(4898), 2, + ACTIONS(5010), 2, sym_primitive_type, sym_auto, - ACTIONS(4896), 4, + ACTIONS(5008), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2117), 7, + STATE(2096), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -344901,52 +345420,52 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [43243] = 21, + [46548] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2534), 1, + ACTIONS(2554), 1, anon_sym_decltype, - ACTIONS(3761), 1, + ACTIONS(3744), 1, anon_sym_COLON_COLON, - ACTIONS(4631), 1, - sym_identifier, - ACTIONS(4713), 1, + ACTIONS(4738), 1, anon_sym_LPAREN2, - ACTIONS(4912), 1, - anon_sym_enum, - ACTIONS(4914), 1, + ACTIONS(4973), 1, + sym_identifier, + ACTIONS(4977), 1, anon_sym_class, - ACTIONS(4916), 1, + ACTIONS(4979), 1, anon_sym_struct, - ACTIONS(4918), 1, + ACTIONS(4981), 1, anon_sym_union, - ACTIONS(4920), 1, + ACTIONS(5024), 1, + anon_sym_enum, + ACTIONS(5026), 1, anon_sym_typename, - STATE(2020), 1, + STATE(2023), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2314), 1, + STATE(2317), 1, sym_template_type, - STATE(2393), 1, + STATE(2436), 1, sym_qualified_type_identifier, - STATE(2606), 1, + STATE(2622), 1, sym__type_specifier, - STATE(2972), 1, + STATE(2926), 1, sym_argument_list, - STATE(3762), 1, + STATE(3915), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(2536), 2, + ACTIONS(2556), 2, sym_primitive_type, sym_auto, - ACTIONS(2522), 4, + ACTIONS(2542), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2228), 7, + STATE(2400), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -344954,108 +345473,52 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [43317] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4758), 1, - anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, - anon_sym_AMP_AMP, - ACTIONS(4796), 1, - anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, - anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(4922), 1, - anon_sym_COMMA, - ACTIONS(4924), 1, - anon_sym_RBRACE, - STATE(2207), 1, - sym_argument_list, - STATE(4142), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4756), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [43397] = 21, + [46622] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(3761), 1, + ACTIONS(3800), 1, anon_sym_COLON_COLON, - ACTIONS(4631), 1, - sym_identifier, - ACTIONS(4713), 1, + ACTIONS(4738), 1, anon_sym_LPAREN2, - ACTIONS(4912), 1, + ACTIONS(5006), 1, + sym_identifier, + ACTIONS(5012), 1, anon_sym_enum, - ACTIONS(4914), 1, + ACTIONS(5014), 1, anon_sym_class, - ACTIONS(4916), 1, + ACTIONS(5016), 1, anon_sym_struct, - ACTIONS(4918), 1, + ACTIONS(5018), 1, anon_sym_union, - ACTIONS(4920), 1, + ACTIONS(5020), 1, + anon_sym_decltype, + ACTIONS(5022), 1, anon_sym_typename, - STATE(2020), 1, + STATE(1965), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2314), 1, + STATE(1992), 1, + sym__type_specifier, + STATE(2036), 1, sym_template_type, - STATE(2393), 1, + STATE(2103), 1, sym_qualified_type_identifier, - STATE(2631), 1, - sym__type_specifier, - STATE(3051), 1, + STATE(2990), 1, sym_argument_list, - STATE(3762), 1, + STATE(3907), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(2536), 2, + ACTIONS(5010), 2, sym_primitive_type, sym_auto, - ACTIONS(2522), 4, + ACTIONS(5008), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2228), 7, + STATE(2096), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -345063,542 +345526,513 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [43471] = 13, + [46696] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(4790), 1, - anon_sym_LBRACK, - ACTIONS(4926), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4928), 1, - anon_sym_STAR, - ACTIONS(4930), 1, + ACTIONS(4584), 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, + anon_sym_COMMA, + ACTIONS(4885), 1, + anon_sym_SLASH, + ACTIONS(4887), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4932), 1, + ACTIONS(4891), 1, + anon_sym_PIPE, + ACTIONS(4893), 1, + anon_sym_CARET, + ACTIONS(4895), 1, anon_sym_AMP, - STATE(3133), 1, - sym_parameter_list, - STATE(3262), 1, - sym__abstract_declarator, - STATE(2714), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(3506), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3207), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(4077), 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, - [43529] = 21, + 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(5028), 1, + anon_sym_GT2, + STATE(2446), 1, + sym_argument_list, + STATE(4423), 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, + [46778] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(3761), 1, - anon_sym_COLON_COLON, - ACTIONS(4631), 1, - sym_identifier, - ACTIONS(4713), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4914), 1, - anon_sym_class, - ACTIONS(4916), 1, - anon_sym_struct, - ACTIONS(4918), 1, - anon_sym_union, - ACTIONS(4934), 1, - anon_sym_enum, - ACTIONS(4936), 1, - anon_sym_typename, - STATE(2020), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2314), 1, - sym_template_type, - STATE(2393), 1, - sym_qualified_type_identifier, - STATE(2630), 1, - sym__type_specifier, - STATE(2992), 1, + 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(5032), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - STATE(3762), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2522), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [43603] = 13, + 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, + ACTIONS(5030), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [46856] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(4790), 1, - anon_sym_LBRACK, - ACTIONS(4926), 1, - anon_sym_LPAREN2, - ACTIONS(4928), 1, - anon_sym_STAR, - ACTIONS(4930), 1, + ACTIONS(3493), 1, + anon_sym___attribute__, + ACTIONS(4821), 1, anon_sym_AMP_AMP, - ACTIONS(4932), 1, + ACTIONS(4823), 1, anon_sym_AMP, - STATE(3133), 1, - sym_parameter_list, - STATE(3265), 1, - sym__abstract_declarator, - STATE(3169), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(3506), 5, + 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, - STATE(3207), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(4275), 10, + ACTIONS(4835), 6, anon_sym_COMMA, + anon_sym_LPAREN2, 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, - [43661] = 24, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4938), 1, + ACTIONS(4845), 1, anon_sym_COMMA, - ACTIONS(4940), 1, + ACTIONS(5036), 1, anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - STATE(4173), 1, + STATE(4391), 1, aux_sym_argument_list_repeat1, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [43741] = 21, + [46996] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2894), 1, - anon_sym_decltype, - ACTIONS(3769), 1, - anon_sym_COLON_COLON, - ACTIONS(4675), 1, - sym_identifier, - ACTIONS(4713), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4942), 1, - anon_sym_enum, - ACTIONS(4944), 1, - anon_sym_class, - ACTIONS(4946), 1, - anon_sym_struct, - ACTIONS(4948), 1, - anon_sym_union, - ACTIONS(4950), 1, - anon_sym_typename, - STATE(2296), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2522), 1, - sym_template_type, - STATE(2598), 1, - sym_qualified_type_identifier, - STATE(2658), 1, - sym__type_specifier, - STATE(2962), 1, - sym_argument_list, - STATE(3769), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(2896), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2870), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2585), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [43815] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4748), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - STATE(2789), 1, - sym_new_declarator, - ACTIONS(4217), 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(4588), 1, anon_sym_DOT, - ACTIONS(4215), 18, + ACTIONS(4590), 1, + anon_sym_DASH_GT, + ACTIONS(4877), 1, anon_sym_DOT_DOT_DOT, + ACTIONS(4879), 1, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, + 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, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(4895), 1, + anon_sym_AMP, + ACTIONS(4901), 1, anon_sym_LT_EQ, + ACTIONS(4903), 1, anon_sym_LT_LT, - anon_sym_LBRACE, + ACTIONS(4905), 1, + anon_sym_GT_GT, + ACTIONS(4907), 1, anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + ACTIONS(5038), 1, anon_sym_GT2, - [43857] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(3761), 1, - anon_sym_COLON_COLON, - ACTIONS(4631), 1, - sym_identifier, - ACTIONS(4713), 1, - anon_sym_LPAREN2, - ACTIONS(4912), 1, - anon_sym_enum, - ACTIONS(4914), 1, - anon_sym_class, - ACTIONS(4916), 1, - anon_sym_struct, - ACTIONS(4918), 1, - anon_sym_union, - ACTIONS(4920), 1, - anon_sym_typename, - STATE(2020), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2314), 1, - sym_template_type, - STATE(2393), 1, - sym_qualified_type_identifier, - STATE(2630), 1, - sym__type_specifier, - STATE(3004), 1, + STATE(2446), 1, sym_argument_list, - STATE(3762), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2522), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [43931] = 24, + STATE(4347), 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, + [47078] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4820), 1, - anon_sym_RBRACE, - ACTIONS(4952), 1, + ACTIONS(4845), 1, anon_sym_COMMA, - STATE(2207), 1, + ACTIONS(5040), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - STATE(4076), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(4750), 2, + STATE(4280), 1, + aux_sym_argument_list_repeat1, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [44011] = 14, + [47158] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(3502), 1, - anon_sym___attribute__, - ACTIONS(4764), 1, + 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(4766), 1, + ACTIONS(5046), 1, anon_sym_AMP, - ACTIONS(4770), 1, - anon_sym_LBRACK, - ACTIONS(4778), 1, - anon_sym_noexcept, - ACTIONS(4780), 1, - anon_sym_throw, - ACTIONS(4954), 1, - anon_sym_DASH_GT, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - STATE(2755), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(3506), 5, + 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, - ACTIONS(4762), 6, + 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, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, anon_sym_EQ, - STATE(3128), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [44071] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(3502), 1, - anon_sym___attribute__, - ACTIONS(4764), 1, - anon_sym_AMP_AMP, - ACTIONS(4766), 1, - anon_sym_AMP, - ACTIONS(4778), 1, - anon_sym_noexcept, - ACTIONS(4780), 1, - anon_sym_throw, - ACTIONS(4810), 1, - anon_sym_LBRACK, - ACTIONS(4956), 1, anon_sym_DASH_GT, - ACTIONS(3438), 2, anon_sym_final, anon_sym_override, - STATE(3161), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(3506), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(4808), 6, + 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, + 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(3068), 19, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - STATE(3130), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [44131] = 21, + anon_sym_STAR, + 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, + [47256] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3789), 1, + ACTIONS(2554), 1, + anon_sym_decltype, + ACTIONS(3744), 1, anon_sym_COLON_COLON, - ACTIONS(4713), 1, + ACTIONS(4738), 1, anon_sym_LPAREN2, - ACTIONS(4958), 1, + ACTIONS(4973), 1, sym_identifier, - ACTIONS(4964), 1, + 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(4966), 1, + 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, + 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(4968), 1, + ACTIONS(5016), 1, anon_sym_struct, - ACTIONS(4970), 1, + ACTIONS(5018), 1, anon_sym_union, - ACTIONS(4972), 1, + ACTIONS(5020), 1, anon_sym_decltype, - ACTIONS(4974), 1, + ACTIONS(5048), 1, + anon_sym_enum, + ACTIONS(5050), 1, anon_sym_typename, - STATE(2012), 1, + STATE(1965), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2193), 1, + STATE(1992), 1, sym__type_specifier, - STATE(2309), 1, + STATE(2036), 1, sym_template_type, - STATE(2392), 1, + STATE(2103), 1, sym_qualified_type_identifier, - STATE(3052), 1, + STATE(2985), 1, sym_argument_list, - STATE(3777), 1, + STATE(3907), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(4962), 2, + ACTIONS(5010), 2, sym_primitive_type, sym_auto, - ACTIONS(4960), 4, + ACTIONS(5008), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2395), 7, + STATE(2096), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -345606,810 +346040,772 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [44205] = 25, + [47404] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, - anon_sym_LPAREN2, - ACTIONS(4563), 1, - anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(2523), 2, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + ACTIONS(2525), 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(4569), 1, - anon_sym_DASH_GT, - ACTIONS(4852), 1, + ACTIONS(2518), 18, anon_sym_DOT_DOT_DOT, - ACTIONS(4854), 1, anon_sym_COMMA, - ACTIONS(4860), 1, - anon_sym_SLASH, - ACTIONS(4862), 1, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(4864), 1, anon_sym_AMP_AMP, - ACTIONS(4866), 1, - anon_sym_PIPE, - ACTIONS(4868), 1, anon_sym_CARET, - ACTIONS(4870), 1, - anon_sym_AMP, - ACTIONS(4876), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, - ACTIONS(4878), 1, anon_sym_LT_LT, - ACTIONS(4880), 1, - anon_sym_GT_GT, - ACTIONS(4882), 1, + anon_sym_LBRACK, anon_sym_QMARK, - ACTIONS(4976), 1, - anon_sym_GT2, - STATE(2448), 1, - sym_argument_list, - STATE(4234), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(4856), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4858), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4872), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4884), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4874), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - [44287] = 24, + anon_sym_DASH_GT, + anon_sym_GT2, + [47444] = 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(5042), 1, + anon_sym_STAR, + ACTIONS(5044), 1, + anon_sym_AMP_AMP, + ACTIONS(5046), 1, + anon_sym_AMP, + STATE(3176), 1, + sym_parameter_list, + STATE(3297), 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, + 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_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, + [47502] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4938), 1, + ACTIONS(5052), 1, anon_sym_COMMA, - ACTIONS(4978), 1, - anon_sym_RPAREN, - STATE(2207), 1, + ACTIONS(5054), 1, + anon_sym_RBRACE, + STATE(2148), 1, sym_argument_list, - STATE(4216), 1, - aux_sym_argument_list_repeat1, - ACTIONS(4750), 2, + STATE(4427), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [44367] = 24, + [47582] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, + ACTIONS(4787), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4822), 1, + ACTIONS(4939), 1, anon_sym_COMMA, - ACTIONS(4828), 1, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(4830), 1, + ACTIONS(4947), 1, anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, + ACTIONS(4949), 1, anon_sym_AMP_AMP, - ACTIONS(4834), 1, + ACTIONS(4951), 1, anon_sym_PIPE, - ACTIONS(4836), 1, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(4838), 1, + ACTIONS(4955), 1, anon_sym_AMP, - ACTIONS(4850), 1, + ACTIONS(4967), 1, anon_sym_QMARK, - ACTIONS(4980), 1, + ACTIONS(5056), 1, anon_sym_RBRACK, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - STATE(4246), 1, + STATE(4330), 1, aux_sym_lambda_capture_specifier_repeat1, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, + ACTIONS(4957), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4842), 2, + ACTIONS(4959), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4844), 2, + ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4846), 2, + ACTIONS(4963), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [44447] = 24, + [47662] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4588), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4590), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4877), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4879), 1, + anon_sym_COMMA, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4895), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + 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(4892), 1, - anon_sym_SEMI, - ACTIONS(4982), 1, - anon_sym_COMMA, - ACTIONS(4985), 1, - anon_sym_RBRACE, - STATE(2207), 1, + ACTIONS(5058), 1, + anon_sym_GT2, + STATE(2446), 1, sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + STATE(4419), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4909), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4899), 3, anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - [44527] = 24, + anon_sym_LT, + [47744] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4588), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4590), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4877), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4879), 1, + anon_sym_COMMA, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4895), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + 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(4938), 1, - anon_sym_COMMA, - ACTIONS(4987), 1, - anon_sym_RPAREN, - STATE(2207), 1, + ACTIONS(5060), 1, + anon_sym_GT2, + STATE(2446), 1, sym_argument_list, - STATE(4185), 1, - aux_sym_argument_list_repeat1, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + STATE(4379), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4909), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4899), 3, anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - [44607] = 4, + anon_sym_LT, + [47826] = 21, ACTIONS(3), 1, sym_comment, - STATE(2563), 1, - sym_enumerator_list, - ACTIONS(3134), 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(3136), 19, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + 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, - anon_sym_STAR, - 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, - [44647] = 24, + 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(4168), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4588), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4590), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4877), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4879), 1, + anon_sym_COMMA, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4895), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + 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(4938), 1, - anon_sym_COMMA, - ACTIONS(4989), 1, - anon_sym_RPAREN, - STATE(2207), 1, + ACTIONS(5062), 1, + anon_sym_GT2, + STATE(2446), 1, sym_argument_list, - STATE(4158), 1, - aux_sym_argument_list_repeat1, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + STATE(4239), 1, + aux_sym_template_argument_list_repeat1, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4909), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4899), 3, anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - [44727] = 25, + anon_sym_LT, + [48056] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4563), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4852), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4854), 1, - anon_sym_COMMA, - ACTIONS(4860), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4862), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4864), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4866), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4868), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4870), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4876), 1, - anon_sym_LT_EQ, - ACTIONS(4878), 1, - anon_sym_LT_LT, - ACTIONS(4880), 1, - anon_sym_GT_GT, - ACTIONS(4882), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4991), 1, - anon_sym_GT2, - STATE(2448), 1, + ACTIONS(5064), 1, + anon_sym_COMMA, + ACTIONS(5066), 1, + anon_sym_RBRACE, + STATE(2148), 1, sym_argument_list, - STATE(4267), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(4856), 2, + STATE(4247), 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(4858), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4872), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4884), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4874), 3, + ACTIONS(4801), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - [44809] = 24, + ACTIONS(4803), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [48136] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4938), 1, + ACTIONS(4843), 1, + anon_sym_RBRACE, + ACTIONS(5068), 1, anon_sym_COMMA, - ACTIONS(4993), 1, - anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - STATE(4079), 1, - aux_sym_argument_list_repeat1, - ACTIONS(4750), 2, + STATE(4403), 1, + aux_sym_initializer_list_repeat1, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [44889] = 13, + [48216] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(4790), 1, - anon_sym_LBRACK, - ACTIONS(4926), 1, - anon_sym_LPAREN2, - ACTIONS(4995), 1, - anon_sym_STAR, - ACTIONS(4997), 1, + ACTIONS(3493), 1, + anon_sym___attribute__, + ACTIONS(4821), 1, anon_sym_AMP_AMP, - ACTIONS(4999), 1, + ACTIONS(4823), 1, anon_sym_AMP, - STATE(3149), 1, - sym_parameter_list, - STATE(3255), 1, - sym__abstract_declarator, - STATE(3169), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(3506), 5, + ACTIONS(4831), 1, + anon_sym_noexcept, + ACTIONS(4833), 1, + anon_sym_throw, + ACTIONS(4837), 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, - STATE(3207), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(4275), 10, + ACTIONS(4835), 6, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_SEMI, + anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [44947] = 13, + 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(4790), 1, - anon_sym_LBRACK, - ACTIONS(4926), 1, - anon_sym_LPAREN2, - ACTIONS(4995), 1, - anon_sym_STAR, - ACTIONS(4997), 1, + ACTIONS(3493), 1, + anon_sym___attribute__, + ACTIONS(4821), 1, anon_sym_AMP_AMP, - ACTIONS(4999), 1, + ACTIONS(4823), 1, anon_sym_AMP, - STATE(3149), 1, - sym_parameter_list, - STATE(3266), 1, - sym__abstract_declarator, - STATE(2732), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(3506), 5, + 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, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3207), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(4077), 10, + ACTIONS(4819), 6, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_SEMI, + anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [45005] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2493), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - ACTIONS(2495), 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(2488), 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, - [45045] = 24, + 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(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4758), 1, - anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(3493), 1, + anon_sym___attribute__, + ACTIONS(4821), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, - anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, - anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(4938), 1, - anon_sym_COMMA, - ACTIONS(5001), 1, - anon_sym_RPAREN, - STATE(2207), 1, - sym_argument_list, - STATE(4087), 1, - aux_sym_argument_list_repeat1, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4756), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [45125] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(2257), 1, - sym_enumerator_list, - STATE(2599), 1, - sym__enum_base_clause, - ACTIONS(3440), 8, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(4823), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(3442), 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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LBRACE, + ACTIONS(4827), 1, anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + ACTIONS(4831), 1, + anon_sym_noexcept, + ACTIONS(4833), 1, + anon_sym_throw, + ACTIONS(5034), 1, anon_sym_DASH_GT, - [45167] = 21, + 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(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3755), 1, + ACTIONS(3800), 1, anon_sym_COLON_COLON, - ACTIONS(4713), 1, + ACTIONS(4738), 1, anon_sym_LPAREN2, - ACTIONS(4894), 1, + ACTIONS(5006), 1, sym_identifier, - ACTIONS(4900), 1, - anon_sym_enum, - ACTIONS(4902), 1, + ACTIONS(5014), 1, anon_sym_class, - ACTIONS(4904), 1, + ACTIONS(5016), 1, anon_sym_struct, - ACTIONS(4906), 1, + ACTIONS(5018), 1, anon_sym_union, - ACTIONS(4908), 1, - anon_sym_decltype, - ACTIONS(4910), 1, - anon_sym_typename, - STATE(1976), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2027), 1, - sym__type_specifier, - STATE(2052), 1, - sym_template_type, - STATE(2128), 1, - sym_qualified_type_identifier, - STATE(2963), 1, - sym_argument_list, - STATE(3750), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(4898), 2, - sym_primitive_type, - sym_auto, - ACTIONS(4896), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2117), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [45241] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2534), 1, + ACTIONS(5020), 1, anon_sym_decltype, - ACTIONS(3761), 1, - anon_sym_COLON_COLON, - ACTIONS(4631), 1, - sym_identifier, - ACTIONS(4713), 1, - anon_sym_LPAREN2, - ACTIONS(4914), 1, - anon_sym_class, - ACTIONS(4916), 1, - anon_sym_struct, - ACTIONS(4918), 1, - anon_sym_union, - ACTIONS(4934), 1, + ACTIONS(5048), 1, anon_sym_enum, - ACTIONS(4936), 1, + ACTIONS(5050), 1, anon_sym_typename, - STATE(2020), 1, + STATE(1965), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2314), 1, + STATE(2002), 1, + sym__type_specifier, + STATE(2036), 1, sym_template_type, - STATE(2393), 1, + STATE(2103), 1, sym_qualified_type_identifier, - STATE(2631), 1, - sym__type_specifier, - STATE(2978), 1, + STATE(2962), 1, sym_argument_list, - STATE(3762), 1, + STATE(3907), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(2536), 2, + ACTIONS(5010), 2, sym_primitive_type, sym_auto, - ACTIONS(2522), 4, + ACTIONS(5008), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2228), 7, + STATE(2096), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -346417,1521 +346813,1369 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [45315] = 25, + [48470] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4563), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4588), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4590), 1, anon_sym_DASH_GT, - ACTIONS(4852), 1, + ACTIONS(4877), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4854), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(4860), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4862), 1, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4864), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4866), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4868), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4870), 1, + ACTIONS(4895), 1, anon_sym_AMP, - ACTIONS(4876), 1, + ACTIONS(4901), 1, anon_sym_LT_EQ, - ACTIONS(4878), 1, + ACTIONS(4903), 1, anon_sym_LT_LT, - ACTIONS(4880), 1, + ACTIONS(4905), 1, anon_sym_GT_GT, - ACTIONS(4882), 1, + ACTIONS(4907), 1, anon_sym_QMARK, - ACTIONS(5003), 1, + ACTIONS(5072), 1, anon_sym_GT2, - STATE(2448), 1, + STATE(2446), 1, sym_argument_list, - STATE(4120), 1, + STATE(4417), 1, aux_sym_template_argument_list_repeat1, - ACTIONS(4856), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4858), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4872), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4884), 2, + ACTIONS(4909), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4874), 3, + ACTIONS(4899), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - [45397] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3755), 1, - anon_sym_COLON_COLON, - ACTIONS(4713), 1, - anon_sym_LPAREN2, - ACTIONS(4894), 1, - sym_identifier, - ACTIONS(4902), 1, - anon_sym_class, - ACTIONS(4904), 1, - anon_sym_struct, - ACTIONS(4906), 1, - anon_sym_union, - ACTIONS(4908), 1, - anon_sym_decltype, - ACTIONS(5005), 1, - anon_sym_enum, - ACTIONS(5007), 1, - anon_sym_typename, - STATE(1976), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2028), 1, - sym__type_specifier, - STATE(2052), 1, - sym_template_type, - STATE(2128), 1, - sym_qualified_type_identifier, - STATE(2944), 1, - sym_argument_list, - STATE(3750), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(4898), 2, - sym_primitive_type, - sym_auto, - ACTIONS(4896), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2117), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [45471] = 24, + [48552] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5009), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5011), 1, - anon_sym_RBRACE, - STATE(2207), 1, + ACTIONS(5074), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - STATE(4119), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [45551] = 24, + [48629] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5013), 1, + ACTIONS(5076), 1, anon_sym_RPAREN, - ACTIONS(5015), 1, - anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [45631] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(3761), 1, - anon_sym_COLON_COLON, - ACTIONS(4631), 1, - sym_identifier, - ACTIONS(4713), 1, - anon_sym_LPAREN2, - ACTIONS(4912), 1, - anon_sym_enum, - ACTIONS(4914), 1, - anon_sym_class, - ACTIONS(4916), 1, - anon_sym_struct, - ACTIONS(4918), 1, - anon_sym_union, - ACTIONS(4920), 1, - anon_sym_typename, - STATE(2020), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2314), 1, - sym_template_type, - STATE(2393), 1, - sym_qualified_type_identifier, - STATE(2600), 1, - sym__type_specifier, - STATE(3022), 1, - sym_argument_list, - STATE(3762), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2522), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [45705] = 21, + [48706] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3789), 1, - anon_sym_COLON_COLON, - ACTIONS(4713), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4958), 1, - sym_identifier, - ACTIONS(4964), 1, - anon_sym_enum, - ACTIONS(4966), 1, - anon_sym_class, - ACTIONS(4968), 1, - anon_sym_struct, - ACTIONS(4970), 1, - anon_sym_union, - ACTIONS(4972), 1, - anon_sym_decltype, - ACTIONS(4974), 1, - anon_sym_typename, - STATE(2012), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2155), 1, - sym__type_specifier, - STATE(2309), 1, - sym_template_type, - STATE(2392), 1, - sym_qualified_type_identifier, - STATE(3040), 1, + 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(4945), 1, + anon_sym_SLASH, + ACTIONS(4953), 1, + anon_sym_CARET, + ACTIONS(4955), 1, + anon_sym_AMP, + STATE(2148), 1, sym_argument_list, - STATE(3777), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(4962), 2, - sym_primitive_type, - sym_auto, - ACTIONS(4960), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2395), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [45779] = 25, + 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, + 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, + [48773] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4563), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4852), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4854), 1, - anon_sym_COMMA, - ACTIONS(4860), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4862), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4864), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4866), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4868), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4870), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4876), 1, - anon_sym_LT_EQ, - ACTIONS(4878), 1, - anon_sym_LT_LT, - ACTIONS(4880), 1, - anon_sym_GT_GT, - ACTIONS(4882), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5017), 1, - anon_sym_GT2, - STATE(2448), 1, + ACTIONS(4851), 1, + anon_sym_COMMA, + ACTIONS(5078), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - STATE(4078), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(4856), 2, + ACTIONS(4773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4858), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4872), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4884), 2, + ACTIONS(4801), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4803), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [48850] = 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(4272), 1, + anon_sym_PIPE, + ACTIONS(4945), 1, + anon_sym_SLASH, + ACTIONS(4955), 1, + anon_sym_AMP, + STATE(2148), 1, + sym_argument_list, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4874), 3, + 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, + 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, - [45861] = 24, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4226), 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_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + sym_literal_suffix, + [48952] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5019), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5021), 1, - anon_sym_RBRACE, - STATE(2207), 1, + ACTIONS(5080), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - STATE(4116), 1, - aux_sym_initializer_list_repeat1, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [45941] = 25, + [49029] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4563), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4588), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4590), 1, anon_sym_DASH_GT, - ACTIONS(4852), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4854), 1, - anon_sym_COMMA, - ACTIONS(4860), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4862), 1, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4864), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4866), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4868), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4870), 1, + ACTIONS(4895), 1, anon_sym_AMP, - ACTIONS(4876), 1, + ACTIONS(4901), 1, anon_sym_LT_EQ, - ACTIONS(4878), 1, + ACTIONS(4903), 1, anon_sym_LT_LT, - ACTIONS(4880), 1, + ACTIONS(4905), 1, anon_sym_GT_GT, - ACTIONS(4882), 1, - anon_sym_QMARK, - ACTIONS(5023), 1, - anon_sym_GT2, - STATE(2448), 1, + STATE(2446), 1, sym_argument_list, - STATE(4118), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(4856), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4858), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4872), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4884), 2, + ACTIONS(4909), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4874), 3, + ACTIONS(4899), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - [46023] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2894), 1, - anon_sym_decltype, - ACTIONS(3769), 1, - anon_sym_COLON_COLON, - ACTIONS(4675), 1, - sym_identifier, - ACTIONS(4713), 1, - anon_sym_LPAREN2, - ACTIONS(4942), 1, - anon_sym_enum, - ACTIONS(4944), 1, - anon_sym_class, - ACTIONS(4946), 1, - anon_sym_struct, - ACTIONS(4948), 1, - anon_sym_union, - ACTIONS(4950), 1, - anon_sym_typename, - STATE(2296), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2522), 1, - sym_template_type, - STATE(2598), 1, - sym_qualified_type_identifier, - STATE(2673), 1, - sym__type_specifier, - STATE(2956), 1, - sym_argument_list, - STATE(3769), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(2896), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2870), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2585), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [46097] = 25, + ACTIONS(4336), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_GT2, + [49102] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4563), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4852), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4854), 1, - anon_sym_COMMA, - ACTIONS(4860), 1, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(4862), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4864), 1, - anon_sym_AMP_AMP, - ACTIONS(4866), 1, + STATE(2148), 1, + sym_argument_list, + ACTIONS(4272), 2, anon_sym_PIPE, - ACTIONS(4868), 1, - anon_sym_CARET, - ACTIONS(4870), 1, anon_sym_AMP, - ACTIONS(4876), 1, + 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(4878), 1, + ACTIONS(4963), 2, anon_sym_LT_LT, - ACTIONS(4880), 1, anon_sym_GT_GT, - ACTIONS(4882), 1, + 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, - ACTIONS(5025), 1, - anon_sym_GT2, - STATE(2448), 1, + [49165] = 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, + ACTIONS(4945), 1, + anon_sym_SLASH, + STATE(2148), 1, sym_argument_list, - STATE(4056), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(4856), 2, + 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(4858), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4872), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4884), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4874), 3, + ACTIONS(4959), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - [46179] = 23, + ACTIONS(4961), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4963), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4266), 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_RBRACK, + anon_sym_QMARK, + [49226] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5029), 1, - anon_sym_RPAREN, - STATE(2207), 1, + ACTIONS(4851), 1, + anon_sym_COMMA, + ACTIONS(5082), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5027), 2, + [49303] = 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, + 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, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_SEMI, - [46257] = 14, + anon_sym_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_RBRACK, + anon_sym_QMARK, + [49360] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(3502), 1, - anon_sym___attribute__, - ACTIONS(4764), 1, + ACTIONS(4805), 1, + anon_sym_LPAREN2, + ACTIONS(4807), 1, + anon_sym_STAR, + ACTIONS(4809), 1, anon_sym_AMP_AMP, - ACTIONS(4766), 1, + ACTIONS(4811), 1, anon_sym_AMP, - ACTIONS(4770), 1, + ACTIONS(4813), 1, anon_sym_LBRACK, - ACTIONS(4778), 1, - anon_sym_noexcept, - ACTIONS(4780), 1, - anon_sym_throw, - ACTIONS(4956), 1, - anon_sym_DASH_GT, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - STATE(2721), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(3506), 5, + 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, + 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, - ACTIONS(4762), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - STATE(3098), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [46317] = 24, + 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(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, - anon_sym_AMP_AMP, - ACTIONS(4796), 1, - anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, - anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(4938), 1, - anon_sym_COMMA, - ACTIONS(5031), 1, - anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - STATE(4037), 1, - aux_sym_argument_list_repeat1, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4963), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4272), 4, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4266), 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, - [46397] = 24, + anon_sym_RBRACK, + anon_sym_QMARK, + [49470] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4822), 1, - anon_sym_COMMA, - ACTIONS(4828), 1, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(4830), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, - anon_sym_AMP_AMP, - ACTIONS(4834), 1, - anon_sym_PIPE, - ACTIONS(4836), 1, - anon_sym_CARET, - ACTIONS(4838), 1, - anon_sym_AMP, - ACTIONS(4850), 1, - anon_sym_QMARK, - ACTIONS(5033), 1, - anon_sym_RBRACK, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - STATE(4246), 1, - aux_sym_lambda_capture_specifier_repeat1, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4842), 2, + ACTIONS(4272), 4, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4844), 2, + ACTIONS(4266), 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, - ACTIONS(4846), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [46477] = 25, + anon_sym_RBRACK, + anon_sym_QMARK, + [49525] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4563), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4852), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4854), 1, - anon_sym_COMMA, - ACTIONS(4860), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4862), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4864), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4866), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4868), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4870), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4876), 1, - anon_sym_LT_EQ, - ACTIONS(4878), 1, - anon_sym_LT_LT, - ACTIONS(4880), 1, - anon_sym_GT_GT, - ACTIONS(4882), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5035), 1, - anon_sym_GT2, - STATE(2448), 1, + ACTIONS(4851), 1, + anon_sym_COMMA, + ACTIONS(5088), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - STATE(4220), 1, - aux_sym_template_argument_list_repeat1, - ACTIONS(4856), 2, + ACTIONS(4773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4858), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4872), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4884), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4874), 3, + ACTIONS(4801), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - [46559] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(3502), 1, - anon_sym___attribute__, - ACTIONS(4764), 1, - anon_sym_AMP_AMP, - ACTIONS(4766), 1, - anon_sym_AMP, - ACTIONS(4778), 1, - anon_sym_noexcept, - ACTIONS(4780), 1, - anon_sym_throw, - ACTIONS(4810), 1, - anon_sym_LBRACK, - ACTIONS(4954), 1, - anon_sym_DASH_GT, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - STATE(3161), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(3506), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(4808), 6, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - STATE(3118), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [46619] = 24, + ACTIONS(4803), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [49602] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5015), 1, - anon_sym_SEMI, - ACTIONS(5037), 1, + ACTIONS(5090), 1, anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [46699] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3755), 1, - anon_sym_COLON_COLON, - ACTIONS(4713), 1, - anon_sym_LPAREN2, - ACTIONS(4894), 1, - sym_identifier, - ACTIONS(4902), 1, - anon_sym_class, - ACTIONS(4904), 1, - anon_sym_struct, - ACTIONS(4906), 1, - anon_sym_union, - ACTIONS(4908), 1, - anon_sym_decltype, - ACTIONS(5005), 1, - anon_sym_enum, - ACTIONS(5007), 1, - anon_sym_typename, - STATE(1976), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2027), 1, - sym__type_specifier, - STATE(2052), 1, - sym_template_type, - STATE(2128), 1, - sym_qualified_type_identifier, - STATE(2945), 1, - sym_argument_list, - STATE(3750), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(4898), 2, - sym_primitive_type, - sym_auto, - ACTIONS(4896), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2117), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [46773] = 5, - ACTIONS(3), 1, - sym_comment, - STATE(2242), 1, - sym_enumerator_list, - STATE(2582), 1, - sym__enum_base_clause, - ACTIONS(3446), 8, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - ACTIONS(3448), 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, + ACTIONS(4803), 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, - [46815] = 21, + [49679] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4563), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4860), 1, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(4862), 1, + ACTIONS(4947), 1, anon_sym_PIPE_PIPE, - ACTIONS(4864), 1, + ACTIONS(4949), 1, anon_sym_AMP_AMP, - ACTIONS(4866), 1, + ACTIONS(4951), 1, anon_sym_PIPE, - ACTIONS(4868), 1, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(4870), 1, + ACTIONS(4955), 1, anon_sym_AMP, - ACTIONS(4876), 1, - anon_sym_LT_EQ, - ACTIONS(4878), 1, - anon_sym_LT_LT, - ACTIONS(4880), 1, - anon_sym_GT_GT, - STATE(2448), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4856), 2, + ACTIONS(4773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4858), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4872), 2, + ACTIONS(4957), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4884), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4874), 3, + ACTIONS(4959), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4472), 4, + ACTIONS(4961), 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, - anon_sym_GT2, - [46888] = 22, + [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, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4828), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4830), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4834), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4836), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4838), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4850), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4317), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4842), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4844), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4846), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [46963] = 23, + ACTIONS(5030), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [49878] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4818), 1, - anon_sym_SEMI, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - STATE(2207), 1, + ACTIONS(5096), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [47040] = 23, + [49955] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4841), 1, + anon_sym_SEMI, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5039), 1, - anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [47117] = 23, + [50032] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5041), 1, + ACTIONS(5098), 1, anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [47194] = 23, + [50109] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4588), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4590), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, - anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, - anon_sym_AMP_AMP, - ACTIONS(4796), 1, - anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, - anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(4890), 1, - anon_sym_COMMA, - ACTIONS(5043), 1, - anon_sym_RPAREN, - STATE(2207), 1, + STATE(2446), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4909), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4364), 9, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 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(4362), 13, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, - anon_sym_GT_EQ, anon_sym_LT_EQ, - [47271] = 23, + anon_sym_LT_LT, + anon_sym_QMARK, + anon_sym_GT2, + [50158] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4947), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4949), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4951), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4955), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(4890), 1, - anon_sym_COMMA, - ACTIONS(5045), 1, - anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4957), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4959), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [47348] = 23, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5047), 1, - anon_sym_RPAREN, - STATE(2207), 1, + ACTIONS(5100), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [47425] = 3, + [50306] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4137), 8, + 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(4453), 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_DOT, - ACTIONS(4139), 21, + anon_sym_GT_GT, + ACTIONS(4451), 15, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -347939,3080 +348183,2774 @@ 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, - [47462] = 23, + anon_sym_GT2, + [50353] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4947), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4949), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4951), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4955), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(4890), 1, - anon_sym_COMMA, - ACTIONS(5049), 1, - anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + 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(4336), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_QMARK, + [50424] = 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, anon_sym_LT_LT, + ACTIONS(4905), 1, anon_sym_GT_GT, - ACTIONS(4802), 2, + 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, + 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(4804), 2, + anon_sym_LT_EQ, + 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, + sym_argument_list, + ACTIONS(4909), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4240), 9, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, anon_sym_GT_EQ, + anon_sym_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, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, - [47539] = 23, + anon_sym_LT_LT, + anon_sym_QMARK, + anon_sym_GT2, + [50532] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5051), 1, + ACTIONS(5102), 1, anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [47616] = 23, + [50609] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4563), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4852), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4860), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4862), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4864), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4866), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4868), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4870), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4876), 1, - anon_sym_LT_EQ, - ACTIONS(4878), 1, - anon_sym_LT_LT, - ACTIONS(4880), 1, - anon_sym_GT_GT, - ACTIONS(4882), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - STATE(2448), 1, + ACTIONS(4851), 1, + anon_sym_COMMA, + ACTIONS(5104), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4856), 2, + ACTIONS(4773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4858), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4872), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4884), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5053), 2, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(4874), 3, + ACTIONS(4801), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - [47693] = 23, + ACTIONS(4803), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [50686] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, - anon_sym_COMMA, - ACTIONS(5055), 1, - anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [47770] = 22, + ACTIONS(5106), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [50761] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, + ACTIONS(4787), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4828), 1, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(4830), 1, + ACTIONS(4947), 1, anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, + ACTIONS(4949), 1, anon_sym_AMP_AMP, - ACTIONS(4834), 1, + ACTIONS(4951), 1, anon_sym_PIPE, - ACTIONS(4836), 1, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(4838), 1, + ACTIONS(4955), 1, anon_sym_AMP, - ACTIONS(4850), 1, + ACTIONS(4967), 1, anon_sym_QMARK, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4376), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, + ACTIONS(4957), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4842), 2, + ACTIONS(4959), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4844), 2, + ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4846), 2, + ACTIONS(4963), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5057), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [47845] = 23, + [50836] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5059), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5061), 1, + ACTIONS(5108), 1, anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [47922] = 23, + [50913] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5063), 1, - anon_sym_RPAREN, - STATE(2207), 1, + ACTIONS(5110), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [47999] = 23, + [50990] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4588), 1, + anon_sym_DOT, + ACTIONS(4590), 1, + anon_sym_DASH_GT, + STATE(2446), 1, + sym_argument_list, + ACTIONS(4487), 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(4485), 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_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, + [51037] = 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(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(5112), 1, anon_sym_COMMA, - ACTIONS(5065), 1, - anon_sym_SEMI, - STATE(2207), 1, + ACTIONS(5114), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [48076] = 23, + [51114] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, - anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4951), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4955), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(4890), 1, - anon_sym_COMMA, - ACTIONS(5067), 1, - anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4957), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4959), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [48153] = 23, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5069), 1, + ACTIONS(5116), 1, anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [48230] = 23, + [51258] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5071), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5073), 1, + ACTIONS(5118), 1, anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [48307] = 22, + [51335] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4588), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4590), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4895), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - STATE(2207), 1, + 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(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4909), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4899), 3, anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5027), 2, + anon_sym_LT, + ACTIONS(4455), 4, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_SEMI, - [48382] = 23, + anon_sym_QMARK, + anon_sym_GT2, + [51408] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4949), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4951), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4955), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(4890), 1, - anon_sym_COMMA, - ACTIONS(5075), 1, - anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4957), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4959), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [48459] = 23, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, - anon_sym_AMP_AMP, - ACTIONS(4796), 1, - anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, - anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(4890), 1, - anon_sym_COMMA, - ACTIONS(5077), 1, - anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4272), 6, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4266), 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, - [48536] = 23, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_RBRACK, + anon_sym_QMARK, + [51530] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(5120), 1, anon_sym_COMMA, - ACTIONS(5079), 1, - anon_sym_SEMI, - STATE(2207), 1, + ACTIONS(5122), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [48613] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4782), 1, - anon_sym_LPAREN2, - ACTIONS(4784), 1, - anon_sym_STAR, - ACTIONS(4786), 1, - anon_sym_AMP_AMP, - ACTIONS(4788), 1, - anon_sym_AMP, - ACTIONS(4790), 1, - anon_sym_LBRACK, - ACTIONS(5083), 1, - anon_sym_const, - STATE(3099), 1, - sym_parameter_list, - STATE(3238), 1, - sym__abstract_declarator, - STATE(3207), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5081), 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, - [48666] = 23, + [51607] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5085), 1, + ACTIONS(5124), 1, anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [48743] = 23, + [51684] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4588), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4590), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4877), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4895), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + 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(4890), 1, - anon_sym_COMMA, - ACTIONS(5087), 1, - anon_sym_RPAREN, - STATE(2207), 1, + STATE(2446), 1, sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4909), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5126), 2, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(4899), 3, anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - [48820] = 23, + anon_sym_LT, + [51761] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, - anon_sym_COMMA, - ACTIONS(5089), 1, - anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [48897] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(4790), 1, - anon_sym_LBRACK, - ACTIONS(4926), 1, - anon_sym_LPAREN2, - ACTIONS(5091), 1, - anon_sym_STAR, - ACTIONS(5093), 1, - anon_sym_AMP_AMP, - ACTIONS(5095), 1, - anon_sym_AMP, - STATE(3170), 1, - sym_parameter_list, - STATE(3279), 1, - sym__abstract_declarator, - STATE(3169), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(3506), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3207), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(4275), 9, + ACTIONS(5128), 2, anon_sym_COMMA, - 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, - [48954] = 23, + anon_sym_RBRACE, + [51836] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5097), 1, + ACTIONS(5130), 1, anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [49031] = 3, + [51913] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4241), 10, - anon_sym_DASH, - anon_sym_PLUS, + 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(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, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, + ACTIONS(4901), 1, + anon_sym_LT_EQ, + ACTIONS(4903), 1, + anon_sym_LT_LT, + ACTIONS(4905), 1, anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4239), 19, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, + STATE(2446), 1, + sym_argument_list, + ACTIONS(4881), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(4897), 2, 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, + ACTIONS(4909), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, + ACTIONS(4899), 3, + 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, - [49068] = 23, + [51986] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4588), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4590), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4877), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4895), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + 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(4890), 1, - anon_sym_COMMA, - ACTIONS(5099), 1, - anon_sym_RPAREN, - STATE(2207), 1, + STATE(2446), 1, sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4909), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5132), 2, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(4899), 3, anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - [49145] = 23, + anon_sym_LT, + [52063] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, - anon_sym_COMMA, - ACTIONS(5101), 1, - anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [49222] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(4790), 1, - anon_sym_LBRACK, - ACTIONS(4926), 1, - anon_sym_LPAREN2, - ACTIONS(5091), 1, - anon_sym_STAR, - ACTIONS(5093), 1, - anon_sym_AMP_AMP, - ACTIONS(5095), 1, - anon_sym_AMP, - STATE(3170), 1, - sym_parameter_list, - STATE(3295), 1, - sym__abstract_declarator, - STATE(2787), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(3506), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3207), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(4077), 9, - anon_sym_COMMA, - 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, - [49279] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4782), 1, - anon_sym_LPAREN2, - ACTIONS(4784), 1, - anon_sym_STAR, - ACTIONS(4786), 1, - anon_sym_AMP_AMP, - ACTIONS(4788), 1, - anon_sym_AMP, - ACTIONS(4790), 1, - anon_sym_LBRACK, - ACTIONS(5103), 1, - anon_sym_const, - STATE(3099), 1, - sym_parameter_list, - STATE(3243), 1, - sym__abstract_declarator, - STATE(3207), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(4659), 16, + ACTIONS(5134), 2, 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, - [49332] = 9, + anon_sym_RBRACE, + [52138] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4563), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - STATE(2448), 1, - sym_argument_list, - ACTIONS(4884), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4378), 9, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4783), 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(4376), 13, + ACTIONS(4787), 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_GT2, - [49381] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4758), 1, - anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5105), 1, + ACTIONS(5136), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [49458] = 23, + [52215] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4563), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4588), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4590), 1, anon_sym_DASH_GT, - ACTIONS(4852), 1, + ACTIONS(4877), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4860), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4862), 1, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4864), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4866), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4868), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4870), 1, + ACTIONS(4895), 1, anon_sym_AMP, - ACTIONS(4876), 1, + ACTIONS(4901), 1, anon_sym_LT_EQ, - ACTIONS(4878), 1, + ACTIONS(4903), 1, anon_sym_LT_LT, - ACTIONS(4880), 1, + ACTIONS(4905), 1, anon_sym_GT_GT, - ACTIONS(4882), 1, - anon_sym_QMARK, - STATE(2448), 1, + STATE(2446), 1, sym_argument_list, - ACTIONS(4317), 2, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(4856), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4858), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4872), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4884), 2, + ACTIONS(4909), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4874), 3, + ACTIONS(4431), 3, + anon_sym_COMMA, + anon_sym_QMARK, + anon_sym_GT2, + ACTIONS(4899), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - [49535] = 3, + [52290] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4144), 8, - anon_sym_DASH, - anon_sym_PLUS, + 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, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4146), 21, - anon_sym_DOT_DOT_DOT, + ACTIONS(4817), 1, + anon_sym_QMARK, + ACTIONS(4851), 1, anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(5138), 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, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + 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, - 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, - [49572] = 23, + [52367] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5107), 1, + ACTIONS(5140), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [49649] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(3502), 1, - anon_sym___attribute__, - ACTIONS(4764), 1, - anon_sym_AMP_AMP, - ACTIONS(4766), 1, - anon_sym_AMP, - ACTIONS(4778), 1, - anon_sym_noexcept, - ACTIONS(4780), 1, - anon_sym_throw, - ACTIONS(4810), 1, - anon_sym_LBRACK, - ACTIONS(5109), 1, - anon_sym_DASH_GT, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - STATE(3161), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(3506), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(4808), 5, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - STATE(3152), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [49708] = 23, + [52444] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5111), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5113), 1, + ACTIONS(5142), 1, anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [49785] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3492), 1, - sym_primitive_type, - ACTIONS(5115), 1, - sym_identifier, - STATE(1275), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(3187), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(3052), 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(3054), 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, - [49830] = 23, + [52521] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5117), 1, + ACTIONS(5144), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [49907] = 23, + [52598] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5119), 1, - anon_sym_COMMA, - ACTIONS(5121), 1, - anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [49984] = 23, + ACTIONS(5126), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [52673] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5123), 1, - anon_sym_SEMI, - STATE(2207), 1, + ACTIONS(5146), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [50061] = 23, + [52750] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5125), 1, + ACTIONS(5148), 1, anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [50138] = 20, + [52827] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4828), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(4830), 1, + ACTIONS(4947), 1, anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, + ACTIONS(4949), 1, anon_sym_AMP_AMP, - ACTIONS(4834), 1, + ACTIONS(4951), 1, anon_sym_PIPE, - ACTIONS(4836), 1, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(4838), 1, + ACTIONS(4955), 1, anon_sym_AMP, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, + ACTIONS(4957), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4842), 2, + ACTIONS(4959), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4844), 2, + ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4846), 2, + ACTIONS(4963), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4285), 4, - anon_sym_DOT_DOT_DOT, + ACTIONS(4431), 3, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_QMARK, - [50209] = 23, + [52900] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5127), 1, - anon_sym_RPAREN, - STATE(2207), 1, + ACTIONS(5150), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [50286] = 21, + [52977] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4563), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4588), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4590), 1, anon_sym_DASH_GT, - ACTIONS(4860), 1, + ACTIONS(4877), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4862), 1, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4864), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4866), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4868), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4870), 1, + ACTIONS(4895), 1, anon_sym_AMP, - ACTIONS(4876), 1, + ACTIONS(4901), 1, anon_sym_LT_EQ, - ACTIONS(4878), 1, + ACTIONS(4903), 1, anon_sym_LT_LT, - ACTIONS(4880), 1, + ACTIONS(4905), 1, anon_sym_GT_GT, - STATE(2448), 1, + ACTIONS(4907), 1, + anon_sym_QMARK, + STATE(2446), 1, sym_argument_list, - ACTIONS(4856), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4858), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4872), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4884), 2, + ACTIONS(4909), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4874), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(4349), 4, - anon_sym_DOT_DOT_DOT, + ACTIONS(5152), 2, anon_sym_COMMA, - anon_sym_QMARK, anon_sym_GT2, - [50359] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4828), 1, - anon_sym_SLASH, - ACTIONS(4830), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, - anon_sym_AMP_AMP, - ACTIONS(4834), 1, - anon_sym_PIPE, - ACTIONS(4836), 1, - anon_sym_CARET, - ACTIONS(4838), 1, - anon_sym_AMP, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4826), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4840), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4842), 2, + ACTIONS(4899), 3, anon_sym_GT, - anon_sym_LT, - ACTIONS(4844), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4846), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4386), 3, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_QMARK, - [50432] = 14, + anon_sym_LT, + [53054] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(3502), 1, - anon_sym___attribute__, - ACTIONS(4764), 1, + 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(4766), 1, + ACTIONS(5158), 1, anon_sym_AMP, - ACTIONS(4770), 1, - anon_sym_LBRACK, - ACTIONS(4778), 1, - anon_sym_noexcept, - ACTIONS(4780), 1, - anon_sym_throw, - ACTIONS(5109), 1, - anon_sym_DASH_GT, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - STATE(2799), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(3506), 5, + 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, - ACTIONS(4762), 5, + 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_LPAREN2, + anon_sym_RPAREN, + anon_sym_SEMI, 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, - [50491] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, - anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, - anon_sym_AMP_AMP, - ACTIONS(4796), 1, - anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, - anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(4890), 1, - anon_sym_COMMA, - ACTIONS(5129), 1, - anon_sym_SEMI, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4756), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [50568] = 23, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [53111] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(5160), 1, anon_sym_COMMA, - ACTIONS(5131), 1, + ACTIONS(5162), 1, anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [50645] = 21, + [53188] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4563), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4860), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4862), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4864), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4866), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4868), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4870), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4876), 1, - anon_sym_LT_EQ, - ACTIONS(4878), 1, - anon_sym_LT_LT, - ACTIONS(4880), 1, - anon_sym_GT_GT, - STATE(2448), 1, + ACTIONS(4817), 1, + anon_sym_QMARK, + STATE(2148), 1, sym_argument_list, - ACTIONS(4856), 2, + ACTIONS(4773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4858), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4872), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4884), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4874), 3, + ACTIONS(4801), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4480), 4, - anon_sym_DOT_DOT_DOT, + ACTIONS(4803), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(5004), 2, anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_GT2, - [50718] = 23, + anon_sym_RBRACE, + [53263] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5133), 1, + ACTIONS(5164), 1, anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [50795] = 20, + [53340] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4563), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4860), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4864), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4866), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4868), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4870), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4876), 1, - anon_sym_LT_EQ, - ACTIONS(4878), 1, - anon_sym_LT_LT, - ACTIONS(4880), 1, - anon_sym_GT_GT, - STATE(2448), 1, + ACTIONS(4817), 1, + anon_sym_QMARK, + ACTIONS(4851), 1, + anon_sym_COMMA, + ACTIONS(5166), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4856), 2, + ACTIONS(4773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4858), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4872), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4884), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4874), 3, + ACTIONS(4801), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4414), 5, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_QMARK, - anon_sym_GT2, - [50866] = 23, + ACTIONS(4803), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [53417] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5135), 1, + ACTIONS(5168), 1, anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [50943] = 23, + [53494] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5137), 1, + ACTIONS(5170), 1, anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [51020] = 12, + [53571] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, - anon_sym_LPAREN2, - ACTIONS(4563), 1, - anon_sym_LBRACK, - ACTIONS(4567), 1, - anon_sym_DOT, - ACTIONS(4569), 1, - anon_sym_DASH_GT, - ACTIONS(4860), 1, - anon_sym_SLASH, - STATE(2448), 1, - sym_argument_list, - ACTIONS(4856), 2, + ACTIONS(5172), 1, + sym_literal_suffix, + ACTIONS(2411), 10, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4858), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4884), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4416), 6, + anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, anon_sym_GT_GT, - ACTIONS(4414), 11, + anon_sym_DOT, + ACTIONS(2403), 18, 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_LT_LT, - anon_sym_QMARK, - anon_sym_GT2, - [51075] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4341), 1, anon_sym_LPAREN2, - ACTIONS(4563), 1, - anon_sym_LBRACK, - ACTIONS(4567), 1, - anon_sym_DOT, - ACTIONS(4569), 1, - anon_sym_DASH_GT, - ACTIONS(4860), 1, - anon_sym_SLASH, - ACTIONS(4878), 1, - anon_sym_LT_LT, - ACTIONS(4880), 1, - anon_sym_GT_GT, - STATE(2448), 1, - sym_argument_list, - ACTIONS(4856), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4858), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4884), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4416), 5, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(4414), 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_LT_LT, + anon_sym_LBRACK, anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, anon_sym_GT2, - [51134] = 23, + [53610] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5139), 1, - anon_sym_RPAREN, - STATE(2207), 1, + ACTIONS(5174), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [51211] = 23, + [53687] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5141), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5143), 1, + ACTIONS(5176), 1, anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [51288] = 23, + [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, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5145), 1, + ACTIONS(5180), 1, anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [51365] = 16, + [53900] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4563), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4860), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4876), 1, - anon_sym_LT_EQ, - ACTIONS(4878), 1, - anon_sym_LT_LT, - ACTIONS(4880), 1, - anon_sym_GT_GT, - STATE(2448), 1, - sym_argument_list, - ACTIONS(4416), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(4856), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4858), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4884), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4874), 3, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - ACTIONS(4414), 9, + ACTIONS(4787), 1, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + 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, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(4797), 1, + anon_sym_AMP, + ACTIONS(4817), 1, anon_sym_QMARK, - anon_sym_GT2, - [51428] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4341), 1, - anon_sym_LPAREN2, - ACTIONS(4563), 1, - anon_sym_LBRACK, - ACTIONS(4567), 1, - anon_sym_DOT, - ACTIONS(4569), 1, - anon_sym_DASH_GT, - ACTIONS(4860), 1, - anon_sym_SLASH, - ACTIONS(4876), 1, - anon_sym_LT_EQ, - ACTIONS(4878), 1, - anon_sym_LT_LT, - ACTIONS(4880), 1, - anon_sym_GT_GT, - STATE(2448), 1, + ACTIONS(4851), 1, + anon_sym_COMMA, + ACTIONS(5182), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4416), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(4856), 2, + ACTIONS(4773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4858), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4872), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4884), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4874), 3, + ACTIONS(4801), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4414), 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, - [51493] = 18, + ACTIONS(4803), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [53977] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4416), 1, - anon_sym_PIPE, - ACTIONS(4563), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4860), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4870), 1, + 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(4876), 1, - anon_sym_LT_EQ, - ACTIONS(4878), 1, - anon_sym_LT_LT, - ACTIONS(4880), 1, - anon_sym_GT_GT, - STATE(2448), 1, + ACTIONS(4817), 1, + anon_sym_QMARK, + ACTIONS(4851), 1, + anon_sym_COMMA, + ACTIONS(5184), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4856), 2, + ACTIONS(4773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4858), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4872), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4884), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4874), 3, + ACTIONS(4801), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4414), 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, - [51560] = 19, + ACTIONS(4803), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [54054] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4416), 1, - anon_sym_PIPE, - ACTIONS(4563), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4860), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4868), 1, + 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(4870), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4876), 1, - anon_sym_LT_EQ, - ACTIONS(4878), 1, - anon_sym_LT_LT, - ACTIONS(4880), 1, - anon_sym_GT_GT, - STATE(2448), 1, + ACTIONS(4817), 1, + anon_sym_QMARK, + ACTIONS(4851), 1, + anon_sym_COMMA, + ACTIONS(5186), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4856), 2, + ACTIONS(4773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4858), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4872), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4884), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4874), 3, + ACTIONS(4801), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4414), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_QMARK, - anon_sym_GT2, - [51629] = 19, + ACTIONS(4803), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [54131] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4563), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4860), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4866), 1, + 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(4868), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4870), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4876), 1, - anon_sym_LT_EQ, - ACTIONS(4878), 1, - anon_sym_LT_LT, - ACTIONS(4880), 1, - anon_sym_GT_GT, - STATE(2448), 1, + ACTIONS(4817), 1, + anon_sym_QMARK, + ACTIONS(4851), 1, + anon_sym_COMMA, + ACTIONS(5188), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4856), 2, + ACTIONS(4773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4858), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4872), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4884), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4874), 3, + ACTIONS(4801), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4414), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_QMARK, - anon_sym_GT2, - [51698] = 3, + ACTIONS(4803), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [54208] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4253), 10, + ACTIONS(4164), 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(4251), 19, + ACTIONS(4166), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -351023,235 +350961,347 @@ 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, - anon_sym_GT2, - sym_literal_suffix, - [51735] = 11, + [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, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4828), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - STATE(2207), 1, + 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(5192), 1, + anon_sym_COMMA, + ACTIONS(5194), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4826), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4416), 6, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4414), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + 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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_RBRACK, - anon_sym_QMARK, - [51788] = 9, + [54367] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4563), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - STATE(2448), 1, + 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(4851), 1, + anon_sym_COMMA, + ACTIONS(5196), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4884), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4416), 9, + ACTIONS(4779), 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, - ACTIONS(4414), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + 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, - anon_sym_LT_LT, - anon_sym_QMARK, - anon_sym_GT2, - [51837] = 22, + [54444] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - STATE(2207), 1, + ACTIONS(4851), 1, + anon_sym_COMMA, + ACTIONS(5198), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5147), 2, + [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, - [51912] = 23, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5149), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5151), 1, - anon_sym_RPAREN, - STATE(2207), 1, + ACTIONS(5200), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [51989] = 11, + [54655] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4563), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4588), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4590), 1, anon_sym_DASH_GT, - ACTIONS(4860), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - STATE(2448), 1, + STATE(2446), 1, sym_argument_list, - ACTIONS(4858), 2, + ACTIONS(4881), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4884), 2, + ACTIONS(4909), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4416), 8, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4272), 6, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, anon_sym_GT_GT, - ACTIONS(4414), 11, + ACTIONS(4266), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, @@ -351263,833 +351313,880 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_QMARK, anon_sym_GT2, - [52042] = 23, + [54710] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5153), 1, - anon_sym_SEMI, - STATE(2207), 1, + ACTIONS(5202), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [52119] = 23, + [54787] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5155), 1, - anon_sym_SEMI, - STATE(2207), 1, + ACTIONS(5204), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [52196] = 22, + [54864] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - STATE(2207), 1, + ACTIONS(5206), 1, + anon_sym_COMMA, + ACTIONS(5208), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5157), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [52271] = 3, + [54941] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4121), 8, - anon_sym_DASH, - anon_sym_PLUS, + 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, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - ACTIONS(4123), 21, - anon_sym_DOT_DOT_DOT, + ACTIONS(4817), 1, + anon_sym_QMARK, + ACTIONS(4851), 1, anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(5210), 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, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + 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, - 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, - [52308] = 23, + [55018] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5159), 1, + ACTIONS(5212), 1, anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [52385] = 23, + [55095] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 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, + 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, + [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, - ACTIONS(4812), 1, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4234), 19, anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(4890), 1, anon_sym_COMMA, - ACTIONS(5161), 1, - anon_sym_RPAREN, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4756), 2, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, - anon_sym_GT_EQ, anon_sym_LT_EQ, - [52462] = 23, + 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, + [55209] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5163), 1, - anon_sym_SEMI, - STATE(2207), 1, + ACTIONS(5216), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [52539] = 19, + [55286] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4588), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4590), 1, anon_sym_DASH_GT, - ACTIONS(4828), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4832), 1, - anon_sym_AMP_AMP, - ACTIONS(4834), 1, - anon_sym_PIPE, - ACTIONS(4836), 1, - anon_sym_CARET, - ACTIONS(4838), 1, - anon_sym_AMP, - STATE(2207), 1, + ACTIONS(4903), 1, + anon_sym_LT_LT, + ACTIONS(4905), 1, + anon_sym_GT_GT, + STATE(2446), 1, sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4842), 2, + 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_LT, - ACTIONS(4844), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4846), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4414), 5, + anon_sym_LT, + ACTIONS(4266), 10, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, - anon_sym_RBRACK, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, anon_sym_QMARK, - [52608] = 18, + anon_sym_GT2, + [55345] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4588), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4590), 1, anon_sym_DASH_GT, - ACTIONS(4828), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4834), 1, + 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, - ACTIONS(4836), 1, - anon_sym_CARET, - ACTIONS(4838), 1, anon_sym_AMP, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4842), 2, + ACTIONS(4909), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4899), 3, anon_sym_GT, - anon_sym_LT, - ACTIONS(4844), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4846), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4414), 6, + anon_sym_LT, + ACTIONS(4266), 9, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_RBRACK, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_QMARK, - [52675] = 18, + anon_sym_GT2, + [55408] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4588), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4590), 1, anon_sym_DASH_GT, - ACTIONS(4416), 1, - anon_sym_PIPE, - ACTIONS(4828), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4836), 1, - anon_sym_CARET, - ACTIONS(4838), 1, - anon_sym_AMP, - STATE(2207), 1, + 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(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(4272), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4842), 2, + ACTIONS(4909), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4899), 3, anon_sym_GT, - anon_sym_LT, - ACTIONS(4844), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4846), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4414), 6, + anon_sym_LT, + ACTIONS(4266), 7, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_RBRACK, + anon_sym_CARET, anon_sym_QMARK, - [52742] = 23, + anon_sym_GT2, + [55473] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4272), 1, + anon_sym_PIPE, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4588), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4590), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, - anon_sym_AMP_AMP, - ACTIONS(4796), 1, - anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4895), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(4890), 1, - anon_sym_COMMA, - ACTIONS(5165), 1, - anon_sym_RPAREN, - STATE(2207), 1, + 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(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4909), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4899), 3, anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - [52819] = 22, + 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, + [55540] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(4272), 1, + anon_sym_PIPE, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4563), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4588), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4590), 1, anon_sym_DASH_GT, - ACTIONS(4852), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4860), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4862), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4864), 1, - anon_sym_AMP_AMP, - ACTIONS(4866), 1, - anon_sym_PIPE, - ACTIONS(4868), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4870), 1, + ACTIONS(4895), 1, anon_sym_AMP, - ACTIONS(4876), 1, + ACTIONS(4901), 1, anon_sym_LT_EQ, - ACTIONS(4878), 1, + ACTIONS(4903), 1, anon_sym_LT_LT, - ACTIONS(4880), 1, + ACTIONS(4905), 1, anon_sym_GT_GT, - STATE(2448), 1, + STATE(2446), 1, sym_argument_list, - ACTIONS(4856), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4858), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4872), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4884), 2, + ACTIONS(4909), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4386), 3, - anon_sym_COMMA, - anon_sym_QMARK, - anon_sym_GT2, - ACTIONS(4874), 3, + ACTIONS(4899), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - [52894] = 21, + 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(4341), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4563), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4588), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4590), 1, anon_sym_DASH_GT, - ACTIONS(4860), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4862), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4864), 1, - anon_sym_AMP_AMP, - ACTIONS(4866), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4868), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4870), 1, + ACTIONS(4895), 1, anon_sym_AMP, - ACTIONS(4876), 1, + ACTIONS(4901), 1, anon_sym_LT_EQ, - ACTIONS(4878), 1, + ACTIONS(4903), 1, anon_sym_LT_LT, - ACTIONS(4880), 1, + ACTIONS(4905), 1, anon_sym_GT_GT, - STATE(2448), 1, + STATE(2446), 1, sym_argument_list, - ACTIONS(4856), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4858), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4872), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4884), 2, + ACTIONS(4909), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4874), 3, + ACTIONS(4899), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4285), 4, + 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, - [52967] = 23, + [55678] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5167), 1, + ACTIONS(5218), 1, anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [53044] = 17, + [55755] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4416), 1, - anon_sym_PIPE, - ACTIONS(4828), 1, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(4838), 1, + 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, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, + ACTIONS(4957), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4842), 2, + ACTIONS(4959), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4844), 2, + ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4846), 2, + ACTIONS(4963), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4414), 7, + ACTIONS(4386), 4, 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, - [53109] = 16, + [55826] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4588), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4590), 1, anon_sym_DASH_GT, - ACTIONS(4828), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4416), 2, + 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(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + 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(4826), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4842), 2, + ACTIONS(4909), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4899), 3, anon_sym_GT, - anon_sym_LT, - ACTIONS(4844), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4846), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4414), 7, + anon_sym_LT, + ACTIONS(4266), 5, 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, - [53172] = 8, + anon_sym_GT2, + [55897] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4563), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4588), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4590), 1, anon_sym_DASH_GT, - STATE(2448), 1, + STATE(2446), 1, sym_argument_list, - ACTIONS(4466), 9, + ACTIONS(4909), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4272), 9, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -352099,7 +352196,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT, anon_sym_GT_GT, - ACTIONS(4464), 15, + ACTIONS(4266), 13, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_STAR, @@ -352112,185 +352209,220 @@ 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, - [53219] = 15, + [55946] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4828), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4416), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4826), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4842), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4844), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4846), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4414), 9, + ACTIONS(4787), 1, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + 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, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_RBRACK, + ACTIONS(4797), 1, + anon_sym_AMP, + ACTIONS(4817), 1, anon_sym_QMARK, - [53280] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4828), 1, - anon_sym_SLASH, - STATE(2207), 1, + ACTIONS(4851), 1, + anon_sym_COMMA, + ACTIONS(5220), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4846), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4416), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4414), 11, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + 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, - anon_sym_RBRACK, - anon_sym_QMARK, - [53337] = 23, + [56023] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5169), 1, + ACTIONS(5222), 1, anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [53414] = 12, + [56100] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4588), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4590), 1, anon_sym_DASH_GT, - ACTIONS(4828), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - STATE(2207), 1, + STATE(2446), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4883), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4909), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(4272), 8, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4416), 4, + 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_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_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_LBRACK, + ACTIONS(4831), 1, + anon_sym_noexcept, + ACTIONS(4833), 1, + anon_sym_throw, + ACTIONS(5178), 1, + 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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4152), 8, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4414), 13, + anon_sym_DOT, + ACTIONS(4154), 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, @@ -352300,539 +352432,717 @@ 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, - [53469] = 23, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + [56249] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5171), 1, - anon_sym_RPAREN, - STATE(2207), 1, + ACTIONS(5224), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [53546] = 11, + [56326] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4782), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4784), 1, - anon_sym_STAR, - ACTIONS(4786), 1, + 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(4788), 1, + ACTIONS(4793), 1, + anon_sym_PIPE, + ACTIONS(4795), 1, + anon_sym_CARET, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4790), 1, - anon_sym_LBRACK, - ACTIONS(5175), 1, - anon_sym_const, - STATE(3099), 1, - sym_parameter_list, - STATE(3249), 1, - sym__abstract_declarator, - STATE(3207), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5173), 16, + ACTIONS(4817), 1, + anon_sym_QMARK, + ACTIONS(5226), 1, 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, - [53599] = 23, + ACTIONS(5228), 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, + anon_sym_LT_EQ, + [56403] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5177), 1, + ACTIONS(5230), 1, anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [53676] = 14, + [56480] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4563), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4588), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4590), 1, anon_sym_DASH_GT, - ACTIONS(4860), 1, + ACTIONS(4877), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4878), 1, + 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(4880), 1, + ACTIONS(4905), 1, anon_sym_GT_GT, - STATE(2448), 1, + ACTIONS(4907), 1, + anon_sym_QMARK, + STATE(2446), 1, sym_argument_list, - ACTIONS(4856), 2, + ACTIONS(4376), 2, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4858), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4884), 2, + ACTIONS(4897), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4909), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4478), 5, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(4899), 3, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4476), 10, + [56557] = 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, - anon_sym_COMMA, + 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, + 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, - anon_sym_QMARK, - anon_sym_GT2, - [53735] = 23, + ACTIONS(4963), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5232), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [56632] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, - anon_sym_COMMA, - ACTIONS(5179), 1, - anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [53812] = 9, + ACTIONS(5152), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [56707] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4563), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - STATE(2448), 1, + 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(4851), 1, + anon_sym_COMMA, + ACTIONS(5234), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4884), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4261), 9, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, + 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_GT_EQ, anon_sym_LT, - anon_sym_GT_GT, - ACTIONS(4259), 13, + ACTIONS(4803), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [56784] = 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_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_PERCENT, + 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(5236), 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, anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_QMARK, - anon_sym_GT2, - [53861] = 23, + [56861] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5181), 1, + ACTIONS(5238), 1, anon_sym_COMMA, - ACTIONS(5183), 1, + ACTIONS(5240), 1, anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [53938] = 23, + [56938] = 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(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, + 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, + [56991] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5185), 1, + ACTIONS(5244), 1, anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [54015] = 23, + [57068] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5187), 1, + ACTIONS(5246), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [54092] = 23, + [57145] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5189), 1, - anon_sym_RPAREN, - STATE(2207), 1, + ACTIONS(5248), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [54169] = 8, + [57222] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, - anon_sym_LPAREN2, - ACTIONS(4563), 1, - anon_sym_LBRACK, - ACTIONS(4567), 1, - anon_sym_DOT, - ACTIONS(4569), 1, - anon_sym_DASH_GT, - STATE(2448), 1, - sym_argument_list, - ACTIONS(4412), 9, + ACTIONS(4177), 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(4410), 15, + anon_sym_DOT, + ACTIONS(4179), 21, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -352840,339 +353150,227 @@ 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_GT2, - [54216] = 23, + anon_sym_DASH_GT, + [57259] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, + ACTIONS(4851), 1, anon_sym_COMMA, - ACTIONS(5191), 1, + ACTIONS(5250), 1, anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [54293] = 23, + [57336] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4407), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4584), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4588), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4590), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4885), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4887), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4889), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4891), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4893), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4895), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(4890), 1, - anon_sym_COMMA, - ACTIONS(5193), 1, - anon_sym_RPAREN, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4756), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4901), 1, + anon_sym_LT_EQ, + ACTIONS(4903), 1, anon_sym_LT_LT, + ACTIONS(4905), 1, anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [54370] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4758), 1, - anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, - anon_sym_AMP_AMP, - ACTIONS(4796), 1, - anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, - anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - STATE(2207), 1, + STATE(2446), 1, sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4881), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4883), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4897), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4985), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [54445] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4758), 1, - anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, - anon_sym_AMP_AMP, - ACTIONS(4796), 1, - anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, - anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4909), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4756), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4899), 3, anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5195), 2, + anon_sym_LT, + ACTIONS(4386), 4, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RBRACE, - [54520] = 23, + anon_sym_QMARK, + anon_sym_GT2, + [57409] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1927), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + 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(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4758), 1, - anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4286), 1, + anon_sym_STAR, + ACTIONS(4288), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, - anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4290), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(4890), 1, - anon_sym_COMMA, - ACTIONS(5197), 1, - anon_sym_RPAREN, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4756), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [54597] = 22, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - STATE(2207), 1, + ACTIONS(5252), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5199), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [54672] = 4, + [57549] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5201), 1, - sym_literal_suffix, - ACTIONS(2383), 10, + ACTIONS(4425), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -353183,7 +353381,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2375), 18, + ACTIONS(4423), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -353202,149 +353400,238 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [54711] = 23, + [57585] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4563), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4852), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4860), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4862), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4864), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4866), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4868), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4870), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4876), 1, - anon_sym_LT_EQ, - ACTIONS(4878), 1, - anon_sym_LT_LT, - ACTIONS(4880), 1, - anon_sym_GT_GT, - ACTIONS(4882), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - STATE(2448), 1, + ACTIONS(5254), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4856), 2, + ACTIONS(4773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4858), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4872), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4884), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5203), 2, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(4874), 3, + ACTIONS(4801), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - [54788] = 23, + ACTIONS(4803), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [57659] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, - anon_sym_COMMA, - ACTIONS(5205), 1, - anon_sym_RPAREN, - STATE(2207), 1, + ACTIONS(5256), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [54865] = 13, + [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(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(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(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - ACTIONS(4828), 1, + ACTIONS(5262), 1, anon_sym_SLASH, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(5258), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(5260), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4846), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4478), 4, + ACTIONS(4272), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4476), 11, + ACTIONS(4266), 12, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, @@ -353352,667 +353639,637 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_RBRACK, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_COLON, anon_sym_QMARK, - [54922] = 20, + [57921] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - ACTIONS(4828), 1, + ACTIONS(5262), 1, anon_sym_SLASH, - ACTIONS(4830), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, - anon_sym_AMP_AMP, - ACTIONS(4834), 1, - anon_sym_PIPE, - ACTIONS(4836), 1, - anon_sym_CARET, - ACTIONS(4838), 1, - anon_sym_AMP, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(5258), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(5260), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4842), 2, + ACTIONS(5264), 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(4844), 2, + ACTIONS(4266), 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, - ACTIONS(4846), 2, - anon_sym_LT_LT, + 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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4164), 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(4480), 4, + anon_sym_DOT, + ACTIONS(4166), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RBRACK, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_LBRACK, anon_sym_QMARK, - [54993] = 20, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [58081] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4828), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4830), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4834), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4836), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4838), 1, + ACTIONS(4797), 1, anon_sym_AMP, - STATE(2207), 1, + ACTIONS(4817), 1, + anon_sym_QMARK, + ACTIONS(5266), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4842), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4844), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4846), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4349), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_QMARK, - [55064] = 23, + [58155] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(4890), 1, - anon_sym_COMMA, - ACTIONS(5207), 1, + ACTIONS(5268), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [55141] = 20, + [58229] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - ACTIONS(4828), 1, + ACTIONS(5262), 1, anon_sym_SLASH, - ACTIONS(4830), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, - anon_sym_AMP_AMP, - ACTIONS(4834), 1, + STATE(2148), 1, + sym_argument_list, + ACTIONS(4272), 2, anon_sym_PIPE, - ACTIONS(4836), 1, - anon_sym_CARET, - ACTIONS(4838), 1, anon_sym_AMP, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(5258), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(5260), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4842), 2, + ACTIONS(5264), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5270), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4844), 2, + ACTIONS(5272), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4846), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4472), 4, + ACTIONS(4266), 8, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RBRACK, + 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, - [55212] = 23, + [58289] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5262), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(5274), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(5276), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(5278), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(5280), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(5282), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(5286), 1, + anon_sym_COLON, + ACTIONS(5288), 1, anon_sym_QMARK, - ACTIONS(4890), 1, - anon_sym_COMMA, - ACTIONS(5209), 1, - anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(5258), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(5260), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(5264), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(5270), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(5272), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [55289] = 23, + ACTIONS(5284), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + [58363] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4437), 10, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, - anon_sym_AMP_AMP, - ACTIONS(4796), 1, anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, anon_sym_AMP, - ACTIONS(4812), 1, + 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, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(4890), 1, anon_sym_COMMA, - ACTIONS(5211), 1, - anon_sym_SEMI, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4756), 2, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, - anon_sym_GT_EQ, anon_sym_LT_EQ, - [55366] = 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, + [58399] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(5262), 1, anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, - anon_sym_AMP_AMP, - ACTIONS(4796), 1, + STATE(2148), 1, + sym_argument_list, + ACTIONS(4272), 2, anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(5258), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(5260), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(5264), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(5270), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(5272), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5053), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [55441] = 23, + ACTIONS(5284), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4266), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_COLON, + anon_sym_QMARK, + [58461] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4272), 1, + anon_sym_PIPE, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(5262), 1, anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, - anon_sym_AMP_AMP, - ACTIONS(4796), 1, - anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(5282), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(4890), 1, - anon_sym_COMMA, - ACTIONS(5213), 1, - anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(5258), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(5260), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(5264), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(5270), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(5272), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [55518] = 23, + ACTIONS(5284), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4266), 6, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_COLON, + anon_sym_QMARK, + [58525] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4563), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4567), 1, + ACTIONS(4272), 1, + anon_sym_PIPE, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4569), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - ACTIONS(4852), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4860), 1, + ACTIONS(5262), 1, anon_sym_SLASH, - ACTIONS(4862), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4864), 1, - anon_sym_AMP_AMP, - ACTIONS(4866), 1, - anon_sym_PIPE, - ACTIONS(4868), 1, + ACTIONS(5280), 1, anon_sym_CARET, - ACTIONS(4870), 1, + ACTIONS(5282), 1, anon_sym_AMP, - ACTIONS(4876), 1, - anon_sym_LT_EQ, - ACTIONS(4878), 1, - anon_sym_LT_LT, - ACTIONS(4880), 1, - anon_sym_GT_GT, - ACTIONS(4882), 1, - anon_sym_QMARK, - STATE(2448), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4856), 2, + ACTIONS(4773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(5258), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4858), 2, + ACTIONS(5260), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4872), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4884), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5199), 2, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(4874), 3, + ACTIONS(5264), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5270), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - [55595] = 23, + 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_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_COLON, + anon_sym_QMARK, + [58591] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(5262), 1, anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, - anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(5278), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(5280), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(5282), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(4890), 1, - anon_sym_COMMA, - ACTIONS(5215), 1, - anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(5258), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(5260), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(5264), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(5270), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(5272), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [55672] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2894), 1, - anon_sym_decltype, - ACTIONS(3769), 1, - anon_sym_COLON_COLON, - ACTIONS(4675), 1, - sym_identifier, - ACTIONS(4942), 1, - anon_sym_enum, - ACTIONS(4944), 1, - anon_sym_class, - ACTIONS(4946), 1, - anon_sym_struct, - ACTIONS(4948), 1, - anon_sym_union, - ACTIONS(4950), 1, - anon_sym_typename, - STATE(2296), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2522), 1, - sym_template_type, - STATE(2541), 1, - sym__type_specifier, - STATE(2598), 1, - sym_qualified_type_identifier, - STATE(3769), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(2896), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2870), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2585), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [55740] = 22, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(5262), 1, anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(5276), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(5278), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(5280), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(5282), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(5217), 1, - anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(5258), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(5260), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(5264), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(5270), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(5272), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [55814] = 9, + ACTIONS(5284), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4266), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE_PIPE, + anon_sym_COLON, + anon_sym_QMARK, + [58725] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4606), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - STATE(2207), 1, + ACTIONS(5262), 1, + anon_sym_SLASH, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4416), 7, + ACTIONS(5260), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(4272), 6, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(4414), 14, + ACTIONS(4266), 12, anon_sym_DOT_DOT_DOT, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, @@ -354024,100 +354281,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_COLON, anon_sym_QMARK, - [55862] = 22, + [58777] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5219), 1, - anon_sym_SEMI, - STATE(2207), 1, + ACTIONS(5290), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4803), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [58851] = 21, + 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, + 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(4431), 2, + anon_sym_COLON, + anon_sym_QMARK, + 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(4806), 2, + ACTIONS(5272), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [55936] = 19, + ACTIONS(5284), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + [58923] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2534), 1, + ACTIONS(2554), 1, anon_sym_decltype, - ACTIONS(3761), 1, + ACTIONS(3744), 1, anon_sym_COLON_COLON, - ACTIONS(4631), 1, + ACTIONS(4973), 1, sym_identifier, - ACTIONS(4912), 1, + ACTIONS(4975), 1, anon_sym_enum, - ACTIONS(4914), 1, + ACTIONS(4977), 1, anon_sym_class, - ACTIONS(4916), 1, + ACTIONS(4979), 1, anon_sym_struct, - ACTIONS(4918), 1, + ACTIONS(4981), 1, anon_sym_union, - ACTIONS(4920), 1, + ACTIONS(4983), 1, anon_sym_typename, - STATE(2020), 1, + STATE(2023), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2234), 1, - sym__type_specifier, - STATE(2314), 1, + STATE(2317), 1, sym_template_type, - STATE(2393), 1, + STATE(2436), 1, sym_qualified_type_identifier, - STATE(3762), 1, + STATE(2635), 1, + sym__type_specifier, + STATE(3915), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(2536), 2, + ACTIONS(2556), 2, sym_primitive_type, sym_auto, - ACTIONS(2522), 4, + ACTIONS(2542), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2228), 7, + STATE(2400), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -354125,453 +354433,548 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [56004] = 22, + [58991] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3957), 1, - anon_sym_RBRACK, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4828), 1, + ACTIONS(5262), 1, anon_sym_SLASH, - ACTIONS(4830), 1, + ACTIONS(5274), 1, anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, + ACTIONS(5276), 1, anon_sym_AMP_AMP, - ACTIONS(4834), 1, + ACTIONS(5278), 1, anon_sym_PIPE, - ACTIONS(4836), 1, + ACTIONS(5280), 1, anon_sym_CARET, - ACTIONS(4838), 1, + ACTIONS(5282), 1, anon_sym_AMP, - ACTIONS(4850), 1, - anon_sym_QMARK, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(5258), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(5260), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4842), 2, + ACTIONS(5264), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5270), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4844), 2, + ACTIONS(5272), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4846), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [56078] = 22, + 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, + 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(2625), 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, + [59129] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5221), 1, + ACTIONS(5292), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [56152] = 22, + [59203] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1927), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + 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(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4758), 1, - anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4286), 1, + anon_sym_STAR, + ACTIONS(4288), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, - anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4290), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(5223), 1, - anon_sym_RPAREN, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4756), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [56226] = 22, + STATE(3530), 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, + [59269] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4606), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5229), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(5231), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(5233), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(5235), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(5237), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(5239), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(5249), 1, - anon_sym_COLON, - ACTIONS(5251), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - STATE(2207), 1, + ACTIONS(5294), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5225), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5227), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5241), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5243), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5245), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5247), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [56300] = 22, + [59343] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1927), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + 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(4606), 1, - anon_sym_DOT, - ACTIONS(4608), 1, - anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5229), 1, - anon_sym_SLASH, - ACTIONS(5231), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5233), 1, + ACTIONS(4306), 1, + anon_sym_STAR, + ACTIONS(4308), 1, anon_sym_AMP_AMP, - ACTIONS(5235), 1, - anon_sym_PIPE, - ACTIONS(5237), 1, - anon_sym_CARET, - ACTIONS(5239), 1, + ACTIONS(4310), 1, anon_sym_AMP, - ACTIONS(5251), 1, - anon_sym_QMARK, - ACTIONS(5253), 1, - anon_sym_COLON, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5225), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5227), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5241), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5243), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5245), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5247), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [56374] = 22, + STATE(3496), 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, + [59409] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4606), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5229), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(5231), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(5233), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(5235), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(5237), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(5239), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(5251), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5255), 1, - anon_sym_COLON, - STATE(2207), 1, + ACTIONS(5296), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5225), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5227), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5241), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5243), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5245), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5247), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [56448] = 22, + [59483] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5257), 1, - anon_sym_RPAREN, - STATE(2207), 1, + ACTIONS(5298), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [56522] = 11, + [59557] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4790), 1, - anon_sym_LBRACK, - ACTIONS(4926), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1927), 1, anon_sym_LPAREN2, - ACTIONS(4928), 1, + 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(4930), 1, + ACTIONS(4308), 1, anon_sym_AMP_AMP, - ACTIONS(4932), 1, + ACTIONS(4310), 1, anon_sym_AMP, - ACTIONS(5175), 1, - anon_sym_const, - STATE(3133), 1, - sym_parameter_list, - STATE(3261), 1, - sym__abstract_declarator, - STATE(3207), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5173), 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, - [56574] = 19, + 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(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2526), 1, + 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(2528), 1, + ACTIONS(4867), 1, anon_sym_class, - ACTIONS(2530), 1, + ACTIONS(4869), 1, anon_sym_struct, - ACTIONS(2532), 1, + ACTIONS(4871), 1, anon_sym_union, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(2538), 1, + ACTIONS(4873), 1, anon_sym_typename, - ACTIONS(3825), 1, + 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(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3778), 1, anon_sym_COLON_COLON, - ACTIONS(4631), 1, + ACTIONS(4698), 1, sym_identifier, - STATE(2020), 1, + 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(2314), 1, + STATE(3472), 1, + sym__type_specifier, + STATE(3730), 1, sym_template_type, - STATE(2393), 1, + STATE(3793), 1, sym_qualified_type_identifier, - STATE(3434), 1, - sym__type_specifier, - STATE(3746), 1, + STATE(3910), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(2536), 2, + ACTIONS(4702), 2, sym_primitive_type, sym_auto, - ACTIONS(2522), 4, + ACTIONS(4700), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2228), 7, + STATE(3791), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -354579,260 +354982,363 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [56642] = 22, + [59759] = 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, + anon_sym_STAR, + ACTIONS(4308), 1, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5259), 1, + ACTIONS(5300), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [56716] = 9, + [59899] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1927), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + 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(4606), 1, - anon_sym_DOT, - ACTIONS(4608), 1, - anon_sym_DASH_GT, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4378), 7, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4376), 14, - anon_sym_DOT_DOT_DOT, + ACTIONS(4306), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, + ACTIONS(4308), 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_COLON, - anon_sym_QMARK, - [56764] = 22, + ACTIONS(4310), 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(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5261), 1, - anon_sym_SEMI, - STATE(2207), 1, + ACTIONS(5302), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [56838] = 11, + [60039] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4790), 1, - anon_sym_LBRACK, - ACTIONS(4926), 1, - anon_sym_LPAREN2, - ACTIONS(4928), 1, - anon_sym_STAR, - ACTIONS(4930), 1, - anon_sym_AMP_AMP, - ACTIONS(4932), 1, + ACTIONS(4441), 10, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, anon_sym_AMP, - ACTIONS(5083), 1, - anon_sym_const, - STATE(3133), 1, - sym_parameter_list, - STATE(3260), 1, - sym__abstract_declarator, - STATE(3207), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5081), 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_GT, + anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4439), 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_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [56890] = 22, + anon_sym_GT2, + [60075] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4828), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4830), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4834), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4836), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4838), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4850), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5263), 1, - anon_sym_RBRACK, - STATE(2207), 1, + ACTIONS(5304), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4842), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4844), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4846), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [56964] = 3, + [60149] = 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(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(2637), 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, + [60217] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2383), 10, + 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_GT_EQ, anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(2375), 18, + ACTIONS(4451), 16, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -354840,108 +355346,108 @@ 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, - [57000] = 22, + [60263] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4828), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4830), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4834), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4836), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4838), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4850), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5265), 1, - anon_sym_RBRACK, - STATE(2207), 1, + ACTIONS(5306), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4842), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4844), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4846), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [57074] = 19, + [60337] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2874), 1, + ACTIONS(2546), 1, anon_sym_enum, - ACTIONS(2876), 1, + ACTIONS(2548), 1, anon_sym_class, - ACTIONS(2878), 1, + ACTIONS(2550), 1, anon_sym_struct, - ACTIONS(2880), 1, + ACTIONS(2552), 1, anon_sym_union, - ACTIONS(2894), 1, + ACTIONS(2554), 1, anon_sym_decltype, - ACTIONS(2898), 1, + ACTIONS(2558), 1, anon_sym_typename, - ACTIONS(3749), 1, + ACTIONS(3806), 1, anon_sym_COLON_COLON, - ACTIONS(4675), 1, + ACTIONS(4650), 1, sym_identifier, - STATE(2296), 1, + STATE(2023), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2522), 1, + STATE(2317), 1, sym_template_type, - STATE(2598), 1, - sym_qualified_type_identifier, - STATE(3413), 1, + STATE(2362), 1, sym__type_specifier, - STATE(3764), 1, + STATE(2436), 1, + sym_qualified_type_identifier, + STATE(3870), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(2896), 2, + ACTIONS(2556), 2, sym_primitive_type, sym_auto, - ACTIONS(2870), 4, + ACTIONS(2542), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2585), 7, + STATE(2400), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -354949,48 +355455,96 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [57142] = 19, + [60405] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(3811), 1, + 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(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, + 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, + [60471] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3770), 1, anon_sym_COLON_COLON, - ACTIONS(4661), 1, + ACTIONS(4915), 1, sym_identifier, - ACTIONS(4665), 1, + ACTIONS(4921), 1, anon_sym_enum, - ACTIONS(4667), 1, + ACTIONS(4923), 1, anon_sym_class, - ACTIONS(4669), 1, + ACTIONS(4925), 1, anon_sym_struct, - ACTIONS(4671), 1, + ACTIONS(4927), 1, anon_sym_union, - ACTIONS(4673), 1, + ACTIONS(4929), 1, + anon_sym_decltype, + ACTIONS(4931), 1, anon_sym_typename, - STATE(1379), 1, + STATE(2000), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(2263), 1, sym_template_type, - STATE(1402), 1, - sym_qualified_type_identifier, - STATE(2234), 1, + STATE(2276), 1, sym__type_specifier, - STATE(3540), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3755), 1, + STATE(2335), 1, + sym_qualified_type_identifier, + STATE(3892), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(2536), 2, + ACTIONS(4919), 2, sym_primitive_type, sym_auto, - ACTIONS(4663), 4, + ACTIONS(4917), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2228), 7, + STATE(2292), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -354998,445 +355552,707 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [57210] = 22, + [60539] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4606), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5229), 1, + ACTIONS(5262), 1, anon_sym_SLASH, - ACTIONS(5231), 1, + ACTIONS(5274), 1, anon_sym_PIPE_PIPE, - ACTIONS(5233), 1, + ACTIONS(5276), 1, anon_sym_AMP_AMP, - ACTIONS(5235), 1, + ACTIONS(5278), 1, anon_sym_PIPE, - ACTIONS(5237), 1, + ACTIONS(5280), 1, anon_sym_CARET, - ACTIONS(5239), 1, + ACTIONS(5282), 1, anon_sym_AMP, - ACTIONS(5251), 1, - anon_sym_QMARK, - ACTIONS(5267), 1, - anon_sym_COLON, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5225), 2, + ACTIONS(5258), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5227), 2, + ACTIONS(5260), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5241), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5243), 2, + ACTIONS(5264), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5270), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5245), 2, + ACTIONS(5272), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5247), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [57284] = 22, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5269), 1, + ACTIONS(5308), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [57358] = 3, + [60683] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4404), 10, - 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(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, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_GT_GT, + 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, + 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(3891), 1, + sym__scope_resolution, + STATE(4713), 1, + sym__type_specifier, + 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, + [60817] = 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(4402), 18, + ACTIONS(4248), 1, + anon_sym_DASH_GT, + ACTIONS(4783), 1, + anon_sym_SLASH, + ACTIONS(4787), 1, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, + 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, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, + 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, - anon_sym_DASH_GT, - anon_sym_GT2, - [57394] = 22, + 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(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5271), 1, + ACTIONS(5312), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [57468] = 22, + [60965] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5273), 1, + ACTIONS(5314), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [57542] = 22, + [61039] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4828), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4830), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4834), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4836), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4838), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4850), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5275), 1, - anon_sym_RBRACK, - STATE(2207), 1, + ACTIONS(5316), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4842), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4844), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4846), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [57616] = 22, + [61113] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5277), 1, - anon_sym_RPAREN, - STATE(2207), 1, + ACTIONS(5318), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [57690] = 22, + [61187] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4947), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4949), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4951), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4955), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4967), 1, anon_sym_QMARK, - ACTIONS(5279), 1, - anon_sym_RPAREN, - STATE(2207), 1, + ACTIONS(5320), 1, + anon_sym_RBRACK, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + 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(4802), 2, + [61261] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4503), 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(4501), 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(4804), 2, + 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, + [61297] = 11, + 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(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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4152), 10, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, anon_sym_GT_EQ, + anon_sym_LT, + anon_sym_GT_GT, + anon_sym_DOT, + ACTIONS(4154), 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, - [57764] = 19, + 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, + [61385] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, - ACTIONS(1050), 1, + 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(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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2678), 1, - sym_identifier, - ACTIONS(2680), 1, + ACTIONS(3800), 1, anon_sym_COLON_COLON, - ACTIONS(2686), 1, + ACTIONS(5006), 1, + sym_identifier, + ACTIONS(5014), 1, anon_sym_class, - ACTIONS(2688), 1, + ACTIONS(5016), 1, anon_sym_struct, - ACTIONS(2690), 1, + ACTIONS(5018), 1, anon_sym_union, - ACTIONS(4693), 1, + ACTIONS(5020), 1, + anon_sym_decltype, + ACTIONS(5048), 1, anon_sym_enum, - ACTIONS(4695), 1, + ACTIONS(5050), 1, anon_sym_typename, - STATE(1295), 1, + STATE(1965), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1379), 1, + STATE(1999), 1, + sym__type_specifier, + STATE(2036), 1, sym_template_type, - STATE(1402), 1, + STATE(2103), 1, sym_qualified_type_identifier, - STATE(2898), 1, - sym__type_specifier, - STATE(3753), 1, + STATE(3907), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(111), 2, + ACTIONS(5010), 2, sym_primitive_type, sym_auto, - ACTIONS(2682), 4, + ACTIONS(5008), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1323), 7, + STATE(2096), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -355444,48 +356260,152 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [57832] = 19, + [61505] = 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, + 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(5322), 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, + [61579] = 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(5324), 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, + anon_sym_LT_EQ, + [61653] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(5281), 1, - sym_identifier, - ACTIONS(5283), 1, + ACTIONS(2886), 1, + anon_sym_decltype, + ACTIONS(3762), 1, anon_sym_COLON_COLON, - ACTIONS(5285), 1, + ACTIONS(4863), 1, + sym_identifier, + ACTIONS(4865), 1, anon_sym_enum, - ACTIONS(5287), 1, + ACTIONS(4867), 1, anon_sym_class, - ACTIONS(5289), 1, + ACTIONS(4869), 1, anon_sym_struct, - ACTIONS(5291), 1, + ACTIONS(4871), 1, anon_sym_union, - ACTIONS(5293), 1, + ACTIONS(4873), 1, anon_sym_typename, - STATE(1285), 1, - sym__type_specifier, - STATE(1295), 1, + STATE(2239), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1379), 1, + STATE(2524), 1, sym_template_type, - STATE(1402), 1, + STATE(2540), 1, sym_qualified_type_identifier, - STATE(3763), 1, + STATE(2664), 1, + sym__type_specifier, + STATE(3873), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(111), 2, + ACTIONS(2888), 2, sym_primitive_type, sym_auto, - ACTIONS(2682), 4, + ACTIONS(2862), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1323), 7, + STATE(2590), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -355493,305 +356413,270 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [57900] = 22, + [61721] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4461), 10, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, - anon_sym_AMP_AMP, - ACTIONS(4796), 1, anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, anon_sym_AMP, - ACTIONS(4812), 1, + 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, - ACTIONS(4814), 1, + 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, - ACTIONS(5295), 1, - anon_sym_RPAREN, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + anon_sym_DASH_GT, + anon_sym_GT2, + [61757] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4467), 10, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 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(4465), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, - anon_sym_GT_EQ, anon_sym_LT_EQ, - [57974] = 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, + [61793] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5297), 1, + ACTIONS(5326), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [58048] = 22, + [61867] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5299), 1, + ACTIONS(5328), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [58122] = 22, + [61941] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5301), 1, + ACTIONS(5330), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [58196] = 19, + [62015] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(63), 1, - anon_sym_enum, - ACTIONS(65), 1, - anon_sym_class, - ACTIONS(67), 1, - anon_sym_struct, - ACTIONS(69), 1, - anon_sym_union, ACTIONS(105), 1, anon_sym_decltype, - ACTIONS(113), 1, - anon_sym_typename, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2349), 1, + ACTIONS(2379), 1, sym_identifier, - ACTIONS(2359), 1, - anon_sym_COLON_COLON, - STATE(1274), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1285), 1, - sym__type_specifier, - STATE(1396), 1, - sym_template_type, - STATE(1475), 1, - sym_qualified_type_identifier, - STATE(3747), 1, - sym__scope_resolution, - STATE(4662), 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(1323), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [58264] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3755), 1, + ACTIONS(2391), 1, anon_sym_COLON_COLON, - ACTIONS(4894), 1, - sym_identifier, - ACTIONS(4902), 1, + ACTIONS(4718), 1, anon_sym_class, - ACTIONS(4904), 1, + ACTIONS(4720), 1, anon_sym_struct, - ACTIONS(4906), 1, + ACTIONS(4722), 1, anon_sym_union, - ACTIONS(4908), 1, - anon_sym_decltype, - ACTIONS(5005), 1, + ACTIONS(4726), 1, anon_sym_enum, - ACTIONS(5007), 1, + ACTIONS(4728), 1, anon_sym_typename, - STATE(1976), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2052), 1, + STATE(1293), 1, sym_template_type, - STATE(2071), 1, - sym__type_specifier, - STATE(2128), 1, + STATE(1325), 1, sym_qualified_type_identifier, - STATE(3750), 1, + STATE(1334), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1349), 1, + sym__type_specifier, + STATE(3891), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(4898), 2, + ACTIONS(111), 2, sym_primitive_type, sym_auto, - ACTIONS(4896), 4, + ACTIONS(2325), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2117), 7, + STATE(1301), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -355799,340 +356684,379 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [58332] = 22, + [62083] = 11, + 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(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(3948), 1, + anon_sym_RBRACK, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4947), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4949), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4951), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4955), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4967), 1, anon_sym_QMARK, - ACTIONS(5303), 1, - anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4957), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4959), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [58406] = 22, + ACTIONS(4963), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [62209] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5305), 1, - anon_sym_RPAREN, - STATE(2207), 1, + ACTIONS(5332), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [58480] = 12, + [62283] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4764), 1, + 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(4766), 1, + ACTIONS(4290), 1, anon_sym_AMP, - ACTIONS(4772), 1, - anon_sym_const, - ACTIONS(4776), 1, - anon_sym_DASH_GT, - ACTIONS(4778), 1, - anon_sym_noexcept, - ACTIONS(4780), 1, - anon_sym_throw, - ACTIONS(5309), 1, - anon_sym_LBRACK, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4774), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(5307), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - STATE(3046), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [58534] = 22, + STATE(3537), 1, + sym__declarator, + STATE(3542), 1, + sym__scope_resolution, + STATE(4366), 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, + [62349] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(5262), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(5274), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(5276), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(5278), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(5280), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(5282), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(5311), 1, - anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(5258), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(5260), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(5264), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(5270), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(5272), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [58608] = 3, + ACTIONS(5284), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4336), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COLON, + anon_sym_QMARK, + [62419] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4450), 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(4125), 1, + anon_sym_LPAREN2, + ACTIONS(4242), 1, + anon_sym_LBRACK, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4448), 18, + ACTIONS(4629), 1, + anon_sym_DASH_GT, + ACTIONS(4787), 1, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, + 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, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, + ACTIONS(5282), 1, + anon_sym_AMP, + ACTIONS(5288), 1, anon_sym_QMARK, + ACTIONS(5334), 1, + anon_sym_COLON, + STATE(2148), 1, + sym_argument_list, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [58644] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4257), 10, + ACTIONS(5258), 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(4255), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(5260), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + 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, - 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, - [58680] = 22, + [62493] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5313), 1, - anon_sym_SEMI, - STATE(2207), 1, + ACTIONS(5336), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [58754] = 3, + [62567] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4396), 10, + 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(4773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4240), 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(4394), 18, + ACTIONS(4238), 14, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -356140,458 +357064,464 @@ 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, - [58790] = 22, + [62615] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5315), 1, + ACTIONS(5338), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [58864] = 11, + [62689] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4790), 1, - anon_sym_LBRACK, - ACTIONS(4926), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4995), 1, - anon_sym_STAR, - ACTIONS(4997), 1, + 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(4999), 1, + ACTIONS(4793), 1, + anon_sym_PIPE, + ACTIONS(4795), 1, + anon_sym_CARET, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(5103), 1, - anon_sym_const, - STATE(3149), 1, - sym_parameter_list, - STATE(3259), 1, - sym__abstract_declarator, - STATE(3207), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(4659), 15, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(4817), 1, + anon_sym_QMARK, + ACTIONS(5340), 1, anon_sym_SEMI, - 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_noexcept, - anon_sym_throw, - [58916] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4392), 10, + 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, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, + 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_GT_EQ, anon_sym_LT, - anon_sym_GT_GT, + ACTIONS(4803), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [62763] = 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(4390), 18, + ACTIONS(4248), 1, + anon_sym_DASH_GT, + ACTIONS(4783), 1, + anon_sym_SLASH, + ACTIONS(4787), 1, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, + 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, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, + ACTIONS(4797), 1, + anon_sym_AMP, + ACTIONS(4817), 1, anon_sym_QMARK, + ACTIONS(5342), 1, + anon_sym_SEMI, + STATE(2148), 1, + sym_argument_list, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [58952] = 19, + 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, + [62837] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(5281), 1, - sym_identifier, - ACTIONS(5283), 1, + ACTIONS(2554), 1, + anon_sym_decltype, + ACTIONS(3744), 1, anon_sym_COLON_COLON, - ACTIONS(5285), 1, - anon_sym_enum, - ACTIONS(5287), 1, - anon_sym_class, - ACTIONS(5289), 1, - anon_sym_struct, - ACTIONS(5291), 1, - anon_sym_union, - ACTIONS(5293), 1, - anon_sym_typename, - STATE(1295), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1379), 1, - sym_template_type, - STATE(1402), 1, - sym_qualified_type_identifier, - STATE(3763), 1, - sym__scope_resolution, - STATE(4437), 1, - sym__type_specifier, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(111), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2682), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1323), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [59020] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2874), 1, + ACTIONS(4973), 1, + sym_identifier, + ACTIONS(4975), 1, anon_sym_enum, - ACTIONS(2876), 1, + ACTIONS(4977), 1, anon_sym_class, - ACTIONS(2878), 1, + ACTIONS(4979), 1, anon_sym_struct, - ACTIONS(2880), 1, + ACTIONS(4981), 1, anon_sym_union, - ACTIONS(2894), 1, - anon_sym_decltype, - ACTIONS(2898), 1, + ACTIONS(4983), 1, anon_sym_typename, - ACTIONS(3749), 1, - anon_sym_COLON_COLON, - ACTIONS(4675), 1, - sym_identifier, - STATE(2296), 1, + STATE(2023), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2522), 1, + STATE(2317), 1, sym_template_type, - STATE(2541), 1, + STATE(2362), 1, sym__type_specifier, - STATE(2598), 1, + STATE(2436), 1, sym_qualified_type_identifier, - STATE(3764), 1, + STATE(3915), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(2896), 2, + ACTIONS(2556), 2, sym_primitive_type, sym_auto, - ACTIONS(2870), 4, + ACTIONS(2542), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2585), 7, + STATE(2400), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_decltype, - sym_class_specifier, - sym_dependent_type, - [59088] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4357), 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(1544), 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, - [59124] = 13, + sym_class_specifier, + sym_dependent_type, + [62905] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4606), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(5229), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - STATE(2207), 1, + 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(5344), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5225), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5227), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5247), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4478), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4476), 10, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + 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, - anon_sym_COLON, - anon_sym_QMARK, - [59180] = 22, + [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, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(3900), 1, + anon_sym_RBRACK, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4947), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4949), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4951), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4955), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4967), 1, anon_sym_QMARK, - ACTIONS(5317), 1, - anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4957), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4959), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [59254] = 20, + ACTIONS(4963), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [63121] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4606), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(5229), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(5231), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(5233), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(5235), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(5237), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(5239), 1, + ACTIONS(4797), 1, anon_sym_AMP, - STATE(2207), 1, + ACTIONS(4817), 1, + anon_sym_QMARK, + ACTIONS(5346), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5225), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5227), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5241), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5243), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5245), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5247), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4472), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COLON, - anon_sym_QMARK, - [59324] = 19, + [63195] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2528), 1, + 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(2530), 1, + ACTIONS(5016), 1, anon_sym_struct, - ACTIONS(2532), 1, + ACTIONS(5018), 1, anon_sym_union, - ACTIONS(2534), 1, + ACTIONS(5020), 1, anon_sym_decltype, - ACTIONS(3825), 1, - anon_sym_COLON_COLON, - ACTIONS(4631), 1, - sym_identifier, - ACTIONS(4709), 1, - anon_sym_enum, - ACTIONS(4711), 1, + ACTIONS(5022), 1, anon_sym_typename, - STATE(2020), 1, + STATE(1965), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2314), 1, + STATE(1999), 1, + sym__type_specifier, + STATE(2036), 1, sym_template_type, - STATE(2393), 1, + STATE(2103), 1, sym_qualified_type_identifier, - STATE(3414), 1, - sym__type_specifier, - STATE(3746), 1, + STATE(3907), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(2536), 2, + ACTIONS(5010), 2, sym_primitive_type, sym_auto, - ACTIONS(2522), 4, + ACTIONS(5008), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2228), 7, + STATE(2096), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -356599,100 +357529,100 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [59392] = 22, + [63263] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4606), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5229), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(5231), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(5233), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(5235), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(5237), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(5239), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(5251), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5319), 1, - anon_sym_COLON, - STATE(2207), 1, + ACTIONS(5348), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5225), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5227), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5241), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5243), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5245), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5247), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [59466] = 19, + [63337] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3755), 1, + ACTIONS(3800), 1, anon_sym_COLON_COLON, - ACTIONS(4894), 1, + ACTIONS(5006), 1, sym_identifier, - ACTIONS(4902), 1, + ACTIONS(5012), 1, + anon_sym_enum, + ACTIONS(5014), 1, anon_sym_class, - ACTIONS(4904), 1, + ACTIONS(5016), 1, anon_sym_struct, - ACTIONS(4906), 1, + ACTIONS(5018), 1, anon_sym_union, - ACTIONS(4908), 1, + ACTIONS(5020), 1, anon_sym_decltype, - ACTIONS(5005), 1, - anon_sym_enum, - ACTIONS(5007), 1, + ACTIONS(5022), 1, anon_sym_typename, - STATE(1976), 1, + STATE(1965), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2014), 1, + STATE(2003), 1, sym__type_specifier, - STATE(2052), 1, + STATE(2036), 1, sym_template_type, - STATE(2128), 1, + STATE(2103), 1, sym_qualified_type_identifier, - STATE(3750), 1, + STATE(3907), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(4898), 2, + ACTIONS(5010), 2, sym_primitive_type, sym_auto, - ACTIONS(4896), 4, + ACTIONS(5008), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2117), 7, + STATE(2096), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -356700,48 +357630,48 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [59534] = 19, + [63405] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(105), 1, + anon_sym_decltype, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3755), 1, - anon_sym_COLON_COLON, - ACTIONS(4894), 1, + ACTIONS(2317), 1, sym_identifier, - ACTIONS(4902), 1, + ACTIONS(2323), 1, + anon_sym_COLON_COLON, + ACTIONS(2327), 1, + anon_sym_enum, + ACTIONS(2329), 1, anon_sym_class, - ACTIONS(4904), 1, + ACTIONS(2331), 1, anon_sym_struct, - ACTIONS(4906), 1, + ACTIONS(2333), 1, anon_sym_union, - ACTIONS(4908), 1, - anon_sym_decltype, - ACTIONS(5005), 1, - anon_sym_enum, - ACTIONS(5007), 1, + ACTIONS(2335), 1, anon_sym_typename, - STATE(1976), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2029), 1, - sym__type_specifier, - STATE(2052), 1, + STATE(1293), 1, sym_template_type, - STATE(2128), 1, + STATE(1325), 1, sym_qualified_type_identifier, - STATE(3750), 1, + STATE(1334), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3165), 1, + sym__type_specifier, + STATE(3877), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(4898), 2, + ACTIONS(111), 2, sym_primitive_type, sym_auto, - ACTIONS(4896), 4, + ACTIONS(2325), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2117), 7, + STATE(1301), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -356749,237 +357679,393 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [59602] = 22, + [63473] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3961), 1, - anon_sym_RBRACK, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4376), 1, + anon_sym_COLON, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, + ACTIONS(4787), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4828), 1, + ACTIONS(5262), 1, anon_sym_SLASH, - ACTIONS(4830), 1, + ACTIONS(5274), 1, anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, + ACTIONS(5276), 1, anon_sym_AMP_AMP, - ACTIONS(4834), 1, + ACTIONS(5278), 1, anon_sym_PIPE, - ACTIONS(4836), 1, + ACTIONS(5280), 1, anon_sym_CARET, - ACTIONS(4838), 1, + ACTIONS(5282), 1, anon_sym_AMP, - ACTIONS(4850), 1, + ACTIONS(5288), 1, anon_sym_QMARK, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(5258), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(5260), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4842), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4844), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4846), 2, + ACTIONS(5264), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [59676] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4408), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(5270), 2, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4406), 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(5272), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(5284), 2, 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, - [59712] = 22, + [63547] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5321), 1, + ACTIONS(5350), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [59786] = 22, + [63621] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4606), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, + ACTIONS(4787), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5229), 1, + ACTIONS(5262), 1, anon_sym_SLASH, - ACTIONS(5231), 1, + ACTIONS(5274), 1, anon_sym_PIPE_PIPE, - ACTIONS(5233), 1, + ACTIONS(5276), 1, anon_sym_AMP_AMP, - ACTIONS(5235), 1, + ACTIONS(5278), 1, anon_sym_PIPE, - ACTIONS(5237), 1, + ACTIONS(5280), 1, anon_sym_CARET, - ACTIONS(5239), 1, + ACTIONS(5282), 1, anon_sym_AMP, - ACTIONS(5251), 1, + ACTIONS(5288), 1, anon_sym_QMARK, - ACTIONS(5323), 1, + ACTIONS(5352), 1, anon_sym_COLON, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5225), 2, + ACTIONS(5258), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5227), 2, + ACTIONS(5260), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5241), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5243), 2, + ACTIONS(5264), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5270), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5245), 2, + ACTIONS(5272), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5247), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [59860] = 19, + ACTIONS(5284), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + [63695] = 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(3185), 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, + [63763] = 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, + 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, + [63817] = 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(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, + 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, + [63885] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3755), 1, + ACTIONS(3778), 1, anon_sym_COLON_COLON, - ACTIONS(4894), 1, + ACTIONS(4698), 1, sym_identifier, - ACTIONS(4900), 1, + ACTIONS(4704), 1, anon_sym_enum, - ACTIONS(4902), 1, + ACTIONS(4706), 1, anon_sym_class, - ACTIONS(4904), 1, + ACTIONS(4708), 1, anon_sym_struct, - ACTIONS(4906), 1, + ACTIONS(4710), 1, anon_sym_union, - ACTIONS(4908), 1, + ACTIONS(4712), 1, anon_sym_decltype, - ACTIONS(4910), 1, + ACTIONS(4714), 1, anon_sym_typename, - STATE(1976), 1, + STATE(3468), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2052), 1, + STATE(3730), 1, sym_template_type, - STATE(2071), 1, + STATE(3793), 1, + sym_qualified_type_identifier, + STATE(3810), 1, sym__type_specifier, - STATE(2128), 1, + 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, + [63953] = 19, + ACTIONS(3), 1, + sym_comment, + 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(3750), 1, + STATE(3489), 1, + sym__type_specifier, + STATE(3872), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(4898), 2, + ACTIONS(2888), 2, sym_primitive_type, sym_auto, - ACTIONS(4896), 4, + ACTIONS(2862), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2117), 7, + STATE(2590), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -356987,289 +358073,409 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [59928] = 22, + [64021] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5325), 1, + ACTIONS(5358), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [60002] = 22, + [64095] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5262), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(5274), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(5276), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(5278), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(5280), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(5282), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(5288), 1, anon_sym_QMARK, - ACTIONS(5327), 1, - anon_sym_SEMI, - STATE(2207), 1, + ACTIONS(5360), 1, + anon_sym_COLON, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(5258), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(5260), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(5264), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(5270), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(5272), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [60076] = 3, + ACTIONS(5284), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + [64169] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4137), 10, - anon_sym_DASH, - anon_sym_PLUS, + 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(5362), 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_GT_EQ, anon_sym_LT, - anon_sym_GT_GT, + ACTIONS(4803), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [64243] = 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(1409), 1, + sym__type_specifier, + STATE(1425), 1, + sym_qualified_type_identifier, + 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, + [64311] = 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(4139), 18, + ACTIONS(4248), 1, + anon_sym_DASH_GT, + ACTIONS(4783), 1, + anon_sym_SLASH, + ACTIONS(4787), 1, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, + 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, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, + ACTIONS(4797), 1, + anon_sym_AMP, + ACTIONS(4817), 1, 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, - anon_sym_DASH_GT, - anon_sym_GT2, - [60112] = 22, + 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, + [64385] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5329), 1, + ACTIONS(5366), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [60186] = 22, + [64459] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5331), 1, + ACTIONS(5368), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [60260] = 19, + [64533] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2894), 1, + 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(3769), 1, + ACTIONS(3806), 1, anon_sym_COLON_COLON, - ACTIONS(4675), 1, + ACTIONS(4650), 1, sym_identifier, - ACTIONS(4942), 1, + ACTIONS(4730), 1, anon_sym_enum, - ACTIONS(4944), 1, - anon_sym_class, - ACTIONS(4946), 1, - anon_sym_struct, - ACTIONS(4948), 1, - anon_sym_union, - ACTIONS(4950), 1, + ACTIONS(4732), 1, anon_sym_typename, - STATE(2296), 1, + STATE(2023), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2522), 1, + STATE(2317), 1, sym_template_type, - STATE(2598), 1, + STATE(2436), 1, sym_qualified_type_identifier, - STATE(2644), 1, + STATE(3535), 1, sym__type_specifier, - STATE(3769), 1, + STATE(3870), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(2896), 2, + ACTIONS(2556), 2, sym_primitive_type, sym_auto, - ACTIONS(2870), 4, + ACTIONS(2542), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2585), 7, + STATE(2400), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -357277,308 +358483,341 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [60328] = 22, + [64601] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4947), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4949), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4951), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4955), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4967), 1, anon_sym_QMARK, - ACTIONS(5333), 1, - anon_sym_SEMI, - STATE(2207), 1, + ACTIONS(5370), 1, + anon_sym_RBRACK, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4957), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4959), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [60402] = 22, + ACTIONS(4963), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [64675] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5335), 1, + ACTIONS(5372), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [60476] = 22, + [64749] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(3938), 1, + anon_sym_RBRACK, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4947), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4949), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4951), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4955), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4967), 1, anon_sym_QMARK, - ACTIONS(5337), 1, - anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4957), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4959), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [60550] = 22, + ACTIONS(4963), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [64823] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5262), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(5274), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(5276), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(5278), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(5280), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(5282), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(5288), 1, anon_sym_QMARK, - ACTIONS(5339), 1, - anon_sym_SEMI, - STATE(2207), 1, + ACTIONS(5374), 1, + anon_sym_COLON, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(5258), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(5260), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(5264), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(5270), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(5272), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [60624] = 22, + ACTIONS(5284), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + [64897] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4947), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4949), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4951), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4955), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4967), 1, anon_sym_QMARK, - ACTIONS(5341), 1, - anon_sym_SEMI, - STATE(2207), 1, + ACTIONS(5376), 1, + anon_sym_RBRACK, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4957), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4959), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [60698] = 19, + ACTIONS(4963), 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, + 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, + [65007] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2894), 1, - anon_sym_decltype, - ACTIONS(3769), 1, + ACTIONS(3800), 1, anon_sym_COLON_COLON, - ACTIONS(4675), 1, + ACTIONS(5006), 1, sym_identifier, - ACTIONS(4942), 1, + ACTIONS(5012), 1, anon_sym_enum, - ACTIONS(4944), 1, + ACTIONS(5014), 1, anon_sym_class, - ACTIONS(4946), 1, + ACTIONS(5016), 1, anon_sym_struct, - ACTIONS(4948), 1, + ACTIONS(5018), 1, anon_sym_union, - ACTIONS(4950), 1, + ACTIONS(5020), 1, + anon_sym_decltype, + ACTIONS(5022), 1, anon_sym_typename, - STATE(2296), 1, + STATE(1965), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2522), 1, + STATE(2036), 1, sym_template_type, - STATE(2598), 1, - sym_qualified_type_identifier, - STATE(2670), 1, + STATE(2100), 1, sym__type_specifier, - STATE(3769), 1, + STATE(2103), 1, + sym_qualified_type_identifier, + STATE(3907), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(2896), 2, + ACTIONS(5010), 2, sym_primitive_type, sym_auto, - ACTIONS(2870), 4, + ACTIONS(5008), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2585), 7, + STATE(2096), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -357586,48 +358825,48 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [60766] = 19, + [65075] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3755), 1, - anon_sym_COLON_COLON, - ACTIONS(4894), 1, - sym_identifier, - ACTIONS(4900), 1, + ACTIONS(2546), 1, anon_sym_enum, - ACTIONS(4902), 1, + ACTIONS(2548), 1, anon_sym_class, - ACTIONS(4904), 1, + ACTIONS(2550), 1, anon_sym_struct, - ACTIONS(4906), 1, + ACTIONS(2552), 1, anon_sym_union, - ACTIONS(4908), 1, + ACTIONS(2554), 1, anon_sym_decltype, - ACTIONS(4910), 1, + ACTIONS(2558), 1, anon_sym_typename, - STATE(1976), 1, + ACTIONS(3806), 1, + anon_sym_COLON_COLON, + ACTIONS(4650), 1, + sym_identifier, + STATE(2023), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2029), 1, - sym__type_specifier, - STATE(2052), 1, + STATE(2317), 1, sym_template_type, - STATE(2128), 1, + STATE(2436), 1, sym_qualified_type_identifier, - STATE(3750), 1, + STATE(3481), 1, + sym__type_specifier, + STATE(3870), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(4898), 2, + ACTIONS(2556), 2, sym_primitive_type, sym_auto, - ACTIONS(4896), 4, + ACTIONS(2542), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2117), 7, + STATE(2400), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -357635,62 +358874,97 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [60834] = 22, + [65143] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + STATE(2148), 1, + sym_argument_list, + ACTIONS(4487), 7, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, - anon_sym_AMP_AMP, - ACTIONS(4796), 1, anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, anon_sym_AMP, - ACTIONS(4812), 1, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4485), 16, anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(5343), 1, - anon_sym_RPAREN, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4756), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [60908] = 3, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_COLON, + anon_sym_QMARK, + 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(4273), 10, + ACTIONS(4443), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -357701,7 +358975,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4271), 18, + ACTIONS(1549), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -357720,199 +358994,166 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [60944] = 22, + [65293] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5345), 1, + ACTIONS(5378), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [61018] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4427), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, + ACTIONS(4803), 2, anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4425), 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, - [61054] = 22, + [65367] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5262), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(5274), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(5276), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(5278), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(5280), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(5282), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(5288), 1, anon_sym_QMARK, - ACTIONS(5347), 1, - anon_sym_SEMI, - STATE(2207), 1, + ACTIONS(5380), 1, + anon_sym_COLON, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(5258), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(5260), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(5264), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(5270), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(5272), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [61128] = 22, + ACTIONS(5284), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + [65441] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3983), 1, - anon_sym_RBRACK, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4828), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4830), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4834), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4836), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4838), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4850), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - STATE(2207), 1, + ACTIONS(5382), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4842), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4844), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4846), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [61202] = 3, + [65515] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4333), 10, + ACTIONS(4449), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -357923,7 +359164,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4331), 18, + ACTIONS(4447), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -357942,390 +359183,393 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [61238] = 22, + [65551] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3873), 1, - anon_sym_RBRACK, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4828), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4830), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4834), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4836), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4838), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4850), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - STATE(2207), 1, + ACTIONS(5384), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4842), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4844), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4846), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [61312] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(3761), 1, - anon_sym_COLON_COLON, - ACTIONS(4631), 1, - sym_identifier, - ACTIONS(4912), 1, - anon_sym_enum, - ACTIONS(4914), 1, - anon_sym_class, - ACTIONS(4916), 1, - anon_sym_struct, - ACTIONS(4918), 1, - anon_sym_union, - ACTIONS(4920), 1, - anon_sym_typename, - STATE(2020), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2314), 1, - sym_template_type, - STATE(2393), 1, - sym_qualified_type_identifier, - STATE(2616), 1, - sym__type_specifier, - STATE(3762), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2522), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [61380] = 22, + [65625] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4828), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4830), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4834), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4836), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4838), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4850), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5349), 1, - anon_sym_RBRACK, - STATE(2207), 1, + ACTIONS(5386), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4842), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4844), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4846), 2, - anon_sym_LT_LT, + [65699] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4177), 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, - [61454] = 22, + anon_sym_DOT, + ACTIONS(4179), 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, + [65735] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5351), 1, + ACTIONS(5388), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [61528] = 3, + [65809] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4337), 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(4125), 1, + anon_sym_LPAREN2, + ACTIONS(4242), 1, + anon_sym_LBRACK, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4335), 18, + ACTIONS(4248), 1, + anon_sym_DASH_GT, + ACTIONS(4783), 1, + anon_sym_SLASH, + ACTIONS(4787), 1, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, + 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, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, + ACTIONS(4797), 1, + anon_sym_AMP, + ACTIONS(4817), 1, anon_sym_QMARK, + ACTIONS(5390), 1, + anon_sym_SEMI, + STATE(2148), 1, + sym_argument_list, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [61564] = 22, + 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, + [65883] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5353), 1, + ACTIONS(5392), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [61638] = 22, + [65957] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, + ACTIONS(4787), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4828), 1, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(4830), 1, + ACTIONS(4947), 1, anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, + ACTIONS(4949), 1, anon_sym_AMP_AMP, - ACTIONS(4834), 1, + ACTIONS(4951), 1, anon_sym_PIPE, - ACTIONS(4836), 1, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(4838), 1, + ACTIONS(4955), 1, anon_sym_AMP, - ACTIONS(4850), 1, + ACTIONS(4967), 1, anon_sym_QMARK, - ACTIONS(5355), 1, + ACTIONS(5394), 1, anon_sym_RBRACK, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, + ACTIONS(4957), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4842), 2, + ACTIONS(4959), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4844), 2, + ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4846), 2, + ACTIONS(4963), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [61712] = 19, + [66031] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2534), 1, + ACTIONS(2554), 1, anon_sym_decltype, - ACTIONS(3761), 1, + ACTIONS(3744), 1, anon_sym_COLON_COLON, - ACTIONS(4631), 1, + ACTIONS(4973), 1, sym_identifier, - ACTIONS(4914), 1, + ACTIONS(4977), 1, anon_sym_class, - ACTIONS(4916), 1, + ACTIONS(4979), 1, anon_sym_struct, - ACTIONS(4918), 1, + ACTIONS(4981), 1, anon_sym_union, - ACTIONS(4934), 1, + ACTIONS(5024), 1, anon_sym_enum, - ACTIONS(4936), 1, + ACTIONS(5026), 1, anon_sym_typename, - STATE(2020), 1, + STATE(2023), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2314), 1, + STATE(2317), 1, sym_template_type, - STATE(2393), 1, - sym_qualified_type_identifier, - STATE(2624), 1, + STATE(2362), 1, sym__type_specifier, - STATE(3762), 1, + STATE(2436), 1, + sym_qualified_type_identifier, + STATE(3915), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(2536), 2, + ACTIONS(2556), 2, sym_primitive_type, sym_auto, - ACTIONS(2522), 4, + ACTIONS(2542), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2228), 7, + STATE(2400), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -358333,62 +359577,43 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [61780] = 22, + [66099] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3909), 1, - anon_sym_RBRACK, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4828), 1, + ACTIONS(4322), 10, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(4830), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, - anon_sym_AMP_AMP, - ACTIONS(4834), 1, anon_sym_PIPE, - ACTIONS(4836), 1, - anon_sym_CARET, - ACTIONS(4838), 1, anon_sym_AMP, - ACTIONS(4850), 1, - anon_sym_QMARK, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4826), 2, + 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, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4842), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4844), 2, - anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4846), 2, anon_sym_LT_LT, - anon_sym_GT_GT, - [61854] = 3, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [66135] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4144), 10, + ACTIONS(4318), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -358399,7 +359624,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4146), 18, + ACTIONS(4316), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -358418,218 +359643,177 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [61890] = 22, + [66171] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5357), 1, + ACTIONS(5396), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [61964] = 22, + [66245] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4264), 10, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, - anon_sym_AMP_AMP, - ACTIONS(4796), 1, anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, anon_sym_AMP, - ACTIONS(4812), 1, + 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(4814), 1, - anon_sym_QMARK, - ACTIONS(5359), 1, - anon_sym_SEMI, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4756), 2, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, - anon_sym_GT_EQ, anon_sym_LT_EQ, - [62038] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, + anon_sym_LT_LT, anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4758), 1, - anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, - anon_sym_AMP_AMP, - ACTIONS(4796), 1, - anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, - anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, anon_sym_QMARK, - ACTIONS(5361), 1, - anon_sym_SEMI, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + 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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4495), 10, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - [62112] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3953), 1, - anon_sym_RBRACK, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, + anon_sym_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4812), 1, + ACTIONS(4493), 18, anon_sym_DOT_DOT_DOT, - ACTIONS(4828), 1, - anon_sym_SLASH, - ACTIONS(4830), 1, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, anon_sym_AMP_AMP, - ACTIONS(4834), 1, - anon_sym_PIPE, - ACTIONS(4836), 1, anon_sym_CARET, - ACTIONS(4838), 1, - anon_sym_AMP, - ACTIONS(4850), 1, - anon_sym_QMARK, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4826), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4840), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4842), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4844), 2, - anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4846), 2, anon_sym_LT_LT, - anon_sym_GT_GT, - [62186] = 3, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [66385] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4470), 10, + ACTIONS(4326), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -358640,7 +359824,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4468), 18, + ACTIONS(4324), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -358659,48 +359843,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [62222] = 19, + [66421] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(105), 1, + anon_sym_decltype, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3755), 1, - anon_sym_COLON_COLON, - ACTIONS(4894), 1, + ACTIONS(2379), 1, sym_identifier, - ACTIONS(4900), 1, + ACTIONS(2391), 1, + anon_sym_COLON_COLON, + ACTIONS(4716), 1, anon_sym_enum, - ACTIONS(4902), 1, + ACTIONS(4718), 1, anon_sym_class, - ACTIONS(4904), 1, + ACTIONS(4720), 1, anon_sym_struct, - ACTIONS(4906), 1, + ACTIONS(4722), 1, anon_sym_union, - ACTIONS(4908), 1, - anon_sym_decltype, - ACTIONS(4910), 1, + ACTIONS(4724), 1, anon_sym_typename, - STATE(1976), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2014), 1, - sym__type_specifier, - STATE(2052), 1, + STATE(1293), 1, sym_template_type, - STATE(2128), 1, + STATE(1325), 1, sym_qualified_type_identifier, - STATE(3750), 1, + STATE(1334), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1349), 1, + sym__type_specifier, + STATE(3891), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(4898), 2, + ACTIONS(111), 2, sym_primitive_type, sym_auto, - ACTIONS(4896), 4, + ACTIONS(2325), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2117), 7, + STATE(1301), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -358708,10 +359892,95 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [62290] = 3, + [66489] = 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(5398), 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, + [66563] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4332), 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(4330), 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, + [66599] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4462), 10, + ACTIONS(4304), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -358722,7 +359991,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4460), 18, + ACTIONS(4302), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -358741,254 +360010,304 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [62326] = 22, + [66635] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5363), 1, - anon_sym_SEMI, - STATE(2207), 1, + ACTIONS(5400), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [62400] = 22, + [66709] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5365), 1, - anon_sym_SEMI, - STATE(2207), 1, + ACTIONS(5402), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [62474] = 22, + [66783] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(3952), 1, + anon_sym_RBRACK, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4947), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4949), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4951), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4955), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4967), 1, anon_sym_QMARK, - ACTIONS(5367), 1, - anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4957), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4959), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [62548] = 20, + ACTIONS(4963), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [66857] = 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(3504), 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, + 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, + [66923] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(3950), 1, + anon_sym_RBRACK, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4606), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(5229), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(5231), 1, + ACTIONS(4947), 1, anon_sym_PIPE_PIPE, - ACTIONS(5233), 1, + ACTIONS(4949), 1, anon_sym_AMP_AMP, - ACTIONS(5235), 1, + ACTIONS(4951), 1, anon_sym_PIPE, - ACTIONS(5237), 1, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(5239), 1, + ACTIONS(4955), 1, anon_sym_AMP, - STATE(2207), 1, + ACTIONS(4967), 1, + anon_sym_QMARK, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5225), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5227), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5241), 2, + ACTIONS(4957), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5243), 2, + ACTIONS(4959), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5245), 2, + ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5247), 2, + ACTIONS(4963), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4285), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COLON, - anon_sym_QMARK, - [62618] = 19, + [66997] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(3761), 1, - anon_sym_COLON_COLON, - ACTIONS(4631), 1, - sym_identifier, - ACTIONS(4914), 1, + ACTIONS(1945), 1, + anon_sym_enum, + ACTIONS(1947), 1, anon_sym_class, - ACTIONS(4916), 1, + ACTIONS(1949), 1, anon_sym_struct, - ACTIONS(4918), 1, + ACTIONS(1951), 1, anon_sym_union, - ACTIONS(4934), 1, - anon_sym_enum, - ACTIONS(4936), 1, + 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(2020), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2314), 1, + STATE(1293), 1, sym_template_type, - STATE(2393), 1, + STATE(1425), 1, sym_qualified_type_identifier, - STATE(2634), 1, + STATE(2791), 1, sym__type_specifier, - STATE(3762), 1, + STATE(2854), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3903), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(2536), 2, + ACTIONS(1943), 2, sym_primitive_type, sym_auto, - ACTIONS(2522), 4, + ACTIONS(4694), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2228), 7, + STATE(1439), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -358996,308 +360315,421 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [62686] = 22, + [67065] = 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(3542), 1, + sym__scope_resolution, + STATE(3559), 1, + sym__declarator, + STATE(4804), 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, + [67131] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5369), 1, - anon_sym_SEMI, - STATE(2207), 1, + ACTIONS(5404), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [62760] = 22, + [67205] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3985), 1, - anon_sym_RBRACK, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4828), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4830), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4834), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4836), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4838), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4850), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - STATE(2207), 1, + ACTIONS(5406), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4842), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4844), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4846), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [62834] = 22, + [67279] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4758), 1, - anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(3435), 1, + anon_sym_const, + ACTIONS(4821), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, - anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4823), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(5371), 1, + 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, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + 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, - ACTIONS(4756), 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(4312), 18, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, - anon_sym_GT_EQ, anon_sym_LT_EQ, - [62908] = 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, + [67369] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3987), 1, - anon_sym_RBRACK, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4828), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4830), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4834), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4836), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4838), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4850), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - STATE(2207), 1, + ACTIONS(5412), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4842), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4844), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4846), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [62982] = 22, + [67443] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5373), 1, + ACTIONS(5414), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [63056] = 19, + [67517] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, - ACTIONS(1050), 1, + 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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2678), 1, - sym_identifier, - ACTIONS(2680), 1, + ACTIONS(2886), 1, + anon_sym_decltype, + ACTIONS(3762), 1, anon_sym_COLON_COLON, - ACTIONS(2684), 1, + ACTIONS(4863), 1, + sym_identifier, + ACTIONS(4865), 1, anon_sym_enum, - ACTIONS(2686), 1, + ACTIONS(4867), 1, anon_sym_class, - ACTIONS(2688), 1, + ACTIONS(4869), 1, anon_sym_struct, - ACTIONS(2690), 1, + ACTIONS(4871), 1, anon_sym_union, - ACTIONS(2692), 1, + ACTIONS(4873), 1, anon_sym_typename, - STATE(1295), 1, + STATE(2239), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1379), 1, + STATE(2524), 1, sym_template_type, - STATE(1402), 1, + STATE(2540), 1, sym_qualified_type_identifier, - STATE(3088), 1, + STATE(2557), 1, sym__type_specifier, - STATE(3753), 1, + STATE(3873), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(111), 2, + ACTIONS(2888), 2, sym_primitive_type, sym_auto, - ACTIONS(2682), 4, + ACTIONS(2862), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1323), 7, + STATE(2590), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -359305,504 +360737,307 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [63124] = 21, + [67639] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1927), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + 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(4606), 1, - anon_sym_DOT, - ACTIONS(4608), 1, - anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5229), 1, - anon_sym_SLASH, - ACTIONS(5231), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5233), 1, - anon_sym_AMP_AMP, - ACTIONS(5235), 1, - anon_sym_PIPE, - ACTIONS(5237), 1, - anon_sym_CARET, - ACTIONS(5239), 1, - anon_sym_AMP, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4386), 2, - anon_sym_COLON, - anon_sym_QMARK, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5225), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5227), 2, + ACTIONS(4286), 1, anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5241), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5243), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5245), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5247), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [63196] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4606), 1, - anon_sym_DOT, - ACTIONS(4608), 1, - anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5229), 1, - anon_sym_SLASH, - ACTIONS(5231), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5233), 1, + ACTIONS(4288), 1, anon_sym_AMP_AMP, - ACTIONS(5235), 1, - anon_sym_PIPE, - ACTIONS(5237), 1, - anon_sym_CARET, - ACTIONS(5239), 1, + ACTIONS(4290), 1, anon_sym_AMP, - ACTIONS(5251), 1, - anon_sym_QMARK, - ACTIONS(5375), 1, - anon_sym_COLON, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5225), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5227), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5241), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5243), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5245), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5247), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [63270] = 22, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(3946), 1, + anon_sym_RBRACK, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4606), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, + ACTIONS(4787), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5229), 1, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(5231), 1, + ACTIONS(4947), 1, anon_sym_PIPE_PIPE, - ACTIONS(5233), 1, + ACTIONS(4949), 1, anon_sym_AMP_AMP, - ACTIONS(5235), 1, + ACTIONS(4951), 1, anon_sym_PIPE, - ACTIONS(5237), 1, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(5239), 1, + ACTIONS(4955), 1, anon_sym_AMP, - ACTIONS(5251), 1, + ACTIONS(4967), 1, anon_sym_QMARK, - ACTIONS(5377), 1, - anon_sym_COLON, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5225), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5227), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5241), 2, + ACTIONS(4957), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5243), 2, + ACTIONS(4959), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5245), 2, + ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5247), 2, + ACTIONS(4963), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [63344] = 22, + [67779] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(5262), 1, anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, - anon_sym_AMP_AMP, - ACTIONS(4796), 1, - anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, - anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(5379), 1, - anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(5258), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(5260), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(5264), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [63418] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4329), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, + ACTIONS(4475), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, - anon_sym_GT_EQ, anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4327), 18, + ACTIONS(4473), 10, 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, - [63454] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(3761), 1, - anon_sym_COLON_COLON, - ACTIONS(4631), 1, - sym_identifier, - ACTIONS(4912), 1, - anon_sym_enum, - ACTIONS(4914), 1, - anon_sym_class, - ACTIONS(4916), 1, - anon_sym_struct, - ACTIONS(4918), 1, - anon_sym_union, - ACTIONS(4920), 1, - anon_sym_typename, - STATE(2020), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2314), 1, - sym_template_type, - STATE(2393), 1, - sym_qualified_type_identifier, - STATE(2634), 1, - sym__type_specifier, - STATE(3762), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2522), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [63522] = 22, + [67835] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, + ACTIONS(4787), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4828), 1, + ACTIONS(5262), 1, anon_sym_SLASH, - ACTIONS(4830), 1, + ACTIONS(5274), 1, anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, + ACTIONS(5276), 1, anon_sym_AMP_AMP, - ACTIONS(4834), 1, + ACTIONS(5278), 1, anon_sym_PIPE, - ACTIONS(4836), 1, + ACTIONS(5280), 1, anon_sym_CARET, - ACTIONS(4838), 1, + ACTIONS(5282), 1, anon_sym_AMP, - ACTIONS(4850), 1, + ACTIONS(5288), 1, anon_sym_QMARK, - ACTIONS(5381), 1, - anon_sym_RBRACK, - STATE(2207), 1, + ACTIONS(5444), 1, + anon_sym_COLON, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(5258), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(5260), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4842), 2, + ACTIONS(5264), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5270), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4844), 2, + ACTIONS(5272), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4846), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [63596] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1974), 1, - anon_sym_decltype, - ACTIONS(2678), 1, - sym_identifier, - ACTIONS(3777), 1, - anon_sym_COLON_COLON, - ACTIONS(4699), 1, - anon_sym_enum, - ACTIONS(4701), 1, - anon_sym_class, - ACTIONS(4703), 1, - anon_sym_struct, - ACTIONS(4705), 1, - anon_sym_union, - ACTIONS(4707), 1, - anon_sym_typename, - STATE(1379), 1, - sym_template_type, - STATE(1402), 1, - sym_qualified_type_identifier, - STATE(1412), 1, - sym__type_specifier, - STATE(2801), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3751), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(1964), 2, - sym_primitive_type, - sym_auto, - ACTIONS(4697), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1451), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [63664] = 22, + ACTIONS(5284), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + [67909] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4606), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5229), 1, + ACTIONS(5262), 1, anon_sym_SLASH, - ACTIONS(5231), 1, + ACTIONS(5274), 1, anon_sym_PIPE_PIPE, - ACTIONS(5233), 1, + ACTIONS(5276), 1, anon_sym_AMP_AMP, - ACTIONS(5235), 1, + ACTIONS(5278), 1, anon_sym_PIPE, - ACTIONS(5237), 1, + ACTIONS(5280), 1, anon_sym_CARET, - ACTIONS(5239), 1, + ACTIONS(5282), 1, anon_sym_AMP, - ACTIONS(5251), 1, - anon_sym_QMARK, - ACTIONS(5383), 1, - anon_sym_COLON, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5225), 2, + ACTIONS(5258), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5227), 2, + ACTIONS(5260), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5241), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5243), 2, + ACTIONS(5264), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(5270), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5245), 2, + ACTIONS(5272), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5247), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [63738] = 22, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5262), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(5274), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(5276), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(5278), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(5280), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(5282), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(5288), 1, anon_sym_QMARK, - ACTIONS(5385), 1, - anon_sym_SEMI, - STATE(2207), 1, + ACTIONS(5446), 1, + anon_sym_COLON, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(5258), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(5260), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(5264), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(5270), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(5272), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [63812] = 3, + ACTIONS(5284), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + [68053] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4325), 10, + ACTIONS(4372), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -359813,7 +361048,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(4323), 18, + ACTIONS(4370), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -359832,585 +361067,662 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [63848] = 22, + [68089] = 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(2635), 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, + [68157] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5387), 1, - anon_sym_SEMI, - STATE(2207), 1, + ACTIONS(5448), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [63922] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4121), 10, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, + ACTIONS(4803), 2, anon_sym_GT_EQ, - anon_sym_LT, - anon_sym_GT_GT, - anon_sym_DOT, - ACTIONS(4123), 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, - [63958] = 22, + [68231] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5389), 1, + ACTIONS(5450), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [64032] = 22, + [68305] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(3920), 1, + anon_sym_RBRACK, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4947), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4949), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4951), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4955), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4967), 1, anon_sym_QMARK, - ACTIONS(5391), 1, - anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4957), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4959), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [64106] = 3, + ACTIONS(4963), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [68379] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4374), 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(4125), 1, + anon_sym_LPAREN2, + ACTIONS(4242), 1, + anon_sym_LBRACK, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4372), 18, + ACTIONS(4248), 1, + anon_sym_DASH_GT, + ACTIONS(4783), 1, + anon_sym_SLASH, + ACTIONS(4787), 1, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_PERCENT, + 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, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_LBRACK, + ACTIONS(4797), 1, + anon_sym_AMP, + ACTIONS(4817), 1, anon_sym_QMARK, + ACTIONS(5452), 1, + anon_sym_SEMI, + STATE(2148), 1, + sym_argument_list, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [64142] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4361), 10, + ACTIONS(4779), 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(4359), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + 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, - 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, - [64178] = 22, + [68453] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(3922), 1, + anon_sym_RBRACK, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4947), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4949), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4951), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4955), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4967), 1, anon_sym_QMARK, - ACTIONS(5393), 1, - anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4957), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4959), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [64252] = 3, + ACTIONS(4963), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [68527] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4279), 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(4277), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + 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, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, + ACTIONS(4288), 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_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_GT2, - [64288] = 11, + 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(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4606), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(5229), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - STATE(2207), 1, + 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(5454), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5227), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4416), 6, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4414), 12, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + 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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_COLON, - anon_sym_QMARK, - [64340] = 22, + [68667] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3867), 1, - anon_sym_RBRACK, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4828), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4830), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4834), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4836), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4838), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4850), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - STATE(2207), 1, + ACTIONS(5456), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4842), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4844), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4846), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [64414] = 22, + [68741] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(3894), 1, + anon_sym_RBRACK, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4606), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, + ACTIONS(4787), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5229), 1, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(5231), 1, + ACTIONS(4947), 1, anon_sym_PIPE_PIPE, - ACTIONS(5233), 1, + ACTIONS(4949), 1, anon_sym_AMP_AMP, - ACTIONS(5235), 1, + ACTIONS(4951), 1, anon_sym_PIPE, - ACTIONS(5237), 1, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(5239), 1, + ACTIONS(4955), 1, anon_sym_AMP, - ACTIONS(5251), 1, + ACTIONS(4967), 1, anon_sym_QMARK, - ACTIONS(5395), 1, - anon_sym_COLON, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5225), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5227), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5241), 2, + ACTIONS(4957), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5243), 2, + ACTIONS(4959), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5245), 2, + ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5247), 2, + ACTIONS(4963), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [64488] = 22, + [68815] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5397), 1, + ACTIONS(5458), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [64562] = 19, + [68889] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(3761), 1, + ACTIONS(3770), 1, anon_sym_COLON_COLON, - ACTIONS(4631), 1, + ACTIONS(4915), 1, sym_identifier, - ACTIONS(4912), 1, + ACTIONS(4921), 1, anon_sym_enum, - ACTIONS(4914), 1, + ACTIONS(4923), 1, anon_sym_class, - ACTIONS(4916), 1, + ACTIONS(4925), 1, anon_sym_struct, - ACTIONS(4918), 1, + ACTIONS(4927), 1, anon_sym_union, - ACTIONS(4920), 1, + ACTIONS(4929), 1, + anon_sym_decltype, + ACTIONS(4931), 1, anon_sym_typename, - STATE(2020), 1, + STATE(2000), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2314), 1, + STATE(2216), 1, + sym__type_specifier, + STATE(2263), 1, sym_template_type, - STATE(2393), 1, + STATE(2335), 1, sym_qualified_type_identifier, - STATE(2619), 1, + STATE(3892), 1, + sym__scope_resolution, + STATE(4833), 1, + 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, + ACTIONS(3), 1, + sym_comment, + 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(2557), 1, sym__type_specifier, - STATE(3762), 1, + STATE(3872), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(2536), 2, + ACTIONS(2888), 2, sym_primitive_type, sym_auto, - ACTIONS(2522), 4, + ACTIONS(2862), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2228), 7, + STATE(2590), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -360418,305 +361730,523 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [64630] = 22, + [69025] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5399), 1, + ACTIONS(5460), 1, anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [64704] = 19, + [69099] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(3892), 1, + anon_sym_RBRACK, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4606), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(5229), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(5233), 1, + ACTIONS(4947), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4949), 1, anon_sym_AMP_AMP, - ACTIONS(5235), 1, + ACTIONS(4951), 1, anon_sym_PIPE, - ACTIONS(5237), 1, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(5239), 1, + ACTIONS(4955), 1, anon_sym_AMP, - STATE(2207), 1, + ACTIONS(4967), 1, + anon_sym_QMARK, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5225), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5227), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5241), 2, + ACTIONS(4957), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5243), 2, + ACTIONS(4959), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5245), 2, + ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5247), 2, + ACTIONS(4963), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4414), 4, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_COLON, - anon_sym_QMARK, - [64772] = 18, + [69173] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4606), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(5229), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(5235), 1, + ACTIONS(4947), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4949), 1, + anon_sym_AMP_AMP, + ACTIONS(4951), 1, anon_sym_PIPE, - ACTIONS(5237), 1, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(5239), 1, + ACTIONS(4955), 1, anon_sym_AMP, - STATE(2207), 1, + ACTIONS(4967), 1, + anon_sym_QMARK, + ACTIONS(5462), 1, + anon_sym_RBRACK, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5225), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5227), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5241), 2, + ACTIONS(4957), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5243), 2, + ACTIONS(4959), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5245), 2, + ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5247), 2, + ACTIONS(4963), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4414), 5, + [69247] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4368), 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(4366), 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_COLON, + 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, - [64838] = 12, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [69283] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(5403), 1, - anon_sym_AMP_AMP, - ACTIONS(5406), 1, - anon_sym_AMP, - ACTIONS(5409), 1, - anon_sym_LBRACK, - ACTIONS(5411), 1, - anon_sym_const, - ACTIONS(5417), 1, - anon_sym_DASH_GT, - ACTIONS(5423), 1, - anon_sym_noexcept, - ACTIONS(5426), 1, - anon_sym_throw, - ACTIONS(5420), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(5414), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(5401), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - STATE(3026), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [64892] = 12, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3770), 1, + anon_sym_COLON_COLON, + ACTIONS(4915), 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, + sym__scope_resolution, + STATE(4833), 1, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(4764), 1, + 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, anon_sym_AMP_AMP, - ACTIONS(4766), 1, + ACTIONS(5278), 1, + anon_sym_PIPE, + ACTIONS(5280), 1, + anon_sym_CARET, + ACTIONS(5282), 1, anon_sym_AMP, - ACTIONS(4772), 1, - anon_sym_const, - ACTIONS(4776), 1, - anon_sym_DASH_GT, - ACTIONS(4778), 1, - anon_sym_noexcept, - ACTIONS(4780), 1, - anon_sym_throw, - ACTIONS(5431), 1, - anon_sym_LBRACK, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4774), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(5429), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, + ACTIONS(5288), 1, + anon_sym_QMARK, + ACTIONS(5464), 1, anon_sym_COLON, - STATE(3026), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [64946] = 18, + 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, + [69425] = 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, + 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(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4416), 1, - anon_sym_PIPE, - ACTIONS(4606), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(5229), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(5237), 1, + 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(5239), 1, + ACTIONS(4955), 1, anon_sym_AMP, - STATE(2207), 1, + ACTIONS(4967), 1, + anon_sym_QMARK, + ACTIONS(5466), 1, + anon_sym_RBRACK, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5225), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5227), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5241), 2, + ACTIONS(4957), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5243), 2, + ACTIONS(4959), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5245), 2, + ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5247), 2, + ACTIONS(4963), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4414), 5, + [69567] = 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(3538), 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, + [69633] = 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, - anon_sym_COLON, + ACTIONS(4793), 1, + anon_sym_PIPE, + ACTIONS(4795), 1, + anon_sym_CARET, + ACTIONS(4797), 1, + anon_sym_AMP, + ACTIONS(4817), 1, anon_sym_QMARK, - [65012] = 3, + ACTIONS(5468), 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, + [69707] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4400), 10, + 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(4773), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(4364), 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(4398), 18, + ACTIONS(4362), 14, anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, anon_sym_PIPE_PIPE, @@ -360724,261 +362254,172 @@ 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, - [65048] = 11, + [69755] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4790), 1, - anon_sym_LBRACK, - ACTIONS(4926), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4928), 1, - anon_sym_STAR, - ACTIONS(4930), 1, + 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, anon_sym_AMP_AMP, - ACTIONS(4932), 1, + ACTIONS(5278), 1, + anon_sym_PIPE, + ACTIONS(5280), 1, + anon_sym_CARET, + ACTIONS(5282), 1, anon_sym_AMP, - ACTIONS(5103), 1, - anon_sym_const, - STATE(3133), 1, - sym_parameter_list, - STATE(3264), 1, - sym__abstract_declarator, - STATE(3207), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(4659), 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, - [65100] = 22, + ACTIONS(5288), 1, + anon_sym_QMARK, + ACTIONS(5470), 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, + [69829] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5433), 1, - anon_sym_SEMI, - STATE(2207), 1, + ACTIONS(5472), 1, + anon_sym_RPAREN, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [65174] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2500), 1, - sym_identifier, - ACTIONS(2502), 1, - anon_sym_COLON_COLON, - ACTIONS(2504), 1, - anon_sym_enum, - ACTIONS(2508), 1, - anon_sym_struct, - ACTIONS(2510), 1, - anon_sym_union, - ACTIONS(2694), 1, - anon_sym_class, - ACTIONS(2696), 1, - anon_sym_typename, - STATE(1274), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1285), 1, - sym__type_specifier, - STATE(1396), 1, - sym_template_type, - STATE(1475), 1, - sym_qualified_type_identifier, - STATE(3766), 1, - sym__scope_resolution, - STATE(4662), 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(1323), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [65242] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3789), 1, - anon_sym_COLON_COLON, - ACTIONS(4958), 1, - sym_identifier, - ACTIONS(4964), 1, - anon_sym_enum, - ACTIONS(4966), 1, - anon_sym_class, - ACTIONS(4968), 1, - anon_sym_struct, - ACTIONS(4970), 1, - anon_sym_union, - ACTIONS(4972), 1, - anon_sym_decltype, - ACTIONS(4974), 1, - anon_sym_typename, - STATE(2012), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2309), 1, - sym_template_type, - STATE(2385), 1, - sym__type_specifier, - STATE(2392), 1, - sym_qualified_type_identifier, - STATE(3777), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(4962), 2, - sym_primitive_type, - sym_auto, - ACTIONS(4960), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2395), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [65310] = 22, + [69903] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(3956), 1, + anon_sym_RBRACK, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4947), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4949), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4951), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4955), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4967), 1, anon_sym_QMARK, - ACTIONS(5435), 1, - anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4957), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4959), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [65384] = 3, + ACTIONS(4963), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [69977] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1515), 10, + ACTIONS(4421), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -360989,7 +362430,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(1517), 18, + ACTIONS(4419), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -361008,160 +362449,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [65420] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4758), 1, - anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, - anon_sym_AMP_AMP, - ACTIONS(4796), 1, - anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, - anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(5437), 1, - anon_sym_SEMI, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4756), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [65494] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2526), 1, - anon_sym_enum, - ACTIONS(2528), 1, - anon_sym_class, - ACTIONS(2530), 1, - anon_sym_struct, - ACTIONS(2532), 1, - anon_sym_union, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(2538), 1, - anon_sym_typename, - ACTIONS(3825), 1, - anon_sym_COLON_COLON, - ACTIONS(4631), 1, - sym_identifier, - STATE(2020), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2234), 1, - sym__type_specifier, - STATE(2314), 1, - sym_template_type, - STATE(2393), 1, - sym_qualified_type_identifier, - STATE(3746), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2522), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [65562] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1974), 1, - anon_sym_decltype, - ACTIONS(2678), 1, - sym_identifier, - ACTIONS(3777), 1, - anon_sym_COLON_COLON, - ACTIONS(4699), 1, - anon_sym_enum, - ACTIONS(4701), 1, - anon_sym_class, - ACTIONS(4703), 1, - anon_sym_struct, - ACTIONS(4705), 1, - anon_sym_union, - ACTIONS(4707), 1, - anon_sym_typename, - STATE(1379), 1, - sym_template_type, - STATE(1402), 1, - sym_qualified_type_identifier, - STATE(2801), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2856), 1, - sym__type_specifier, - STATE(3751), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(1964), 2, - sym_primitive_type, - sym_auto, - ACTIONS(4697), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1451), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [65630] = 3, + [70013] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1534), 10, + ACTIONS(1516), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_SLASH, @@ -361172,7 +362463,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(1536), 18, + ACTIONS(1518), 18, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, @@ -361191,48 +362482,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_GT2, - [65666] = 19, + [70049] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(105), 1, + anon_sym_decltype, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3789), 1, - anon_sym_COLON_COLON, - ACTIONS(4958), 1, + ACTIONS(2317), 1, sym_identifier, - ACTIONS(4964), 1, + ACTIONS(2323), 1, + anon_sym_COLON_COLON, + ACTIONS(4680), 1, anon_sym_enum, - ACTIONS(4966), 1, + ACTIONS(4682), 1, anon_sym_class, - ACTIONS(4968), 1, + ACTIONS(4684), 1, anon_sym_struct, - ACTIONS(4970), 1, + ACTIONS(4686), 1, anon_sym_union, - ACTIONS(4972), 1, - anon_sym_decltype, - ACTIONS(4974), 1, + ACTIONS(4688), 1, anon_sym_typename, - STATE(2012), 1, + STATE(1286), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2213), 1, - sym__type_specifier, - STATE(2309), 1, + STATE(1293), 1, sym_template_type, - STATE(2392), 1, + STATE(1325), 1, sym_qualified_type_identifier, - STATE(3777), 1, + STATE(1349), 1, + sym__type_specifier, + STATE(3877), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(4962), 2, + ACTIONS(111), 2, sym_primitive_type, sym_auto, - ACTIONS(4960), 4, + ACTIONS(59), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2395), 7, + STATE(1301), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -361240,559 +362531,425 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [65734] = 22, + [70117] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3981), 1, - anon_sym_RBRACK, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4828), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4830), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4834), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4836), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4838), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4850), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - STATE(2207), 1, + ACTIONS(5474), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4842), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4844), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4846), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [65808] = 17, + [70191] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4416), 1, - anon_sym_PIPE, - ACTIONS(4606), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(5229), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(5239), 1, - anon_sym_AMP, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5225), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5227), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5241), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5243), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5245), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5247), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4414), 6, + 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, - anon_sym_COLON, + ACTIONS(4797), 1, + anon_sym_AMP, + ACTIONS(4817), 1, anon_sym_QMARK, - [65872] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4606), 1, - anon_sym_DOT, - ACTIONS(4608), 1, - anon_sym_DASH_GT, - ACTIONS(5229), 1, - anon_sym_SLASH, - STATE(2207), 1, + ACTIONS(5476), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4416), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5225), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5227), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5241), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5243), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5245), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5247), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4414), 6, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_COLON, - anon_sym_QMARK, - [65934] = 15, + [70265] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4606), 1, - anon_sym_DOT, - ACTIONS(4608), 1, - anon_sym_DASH_GT, - ACTIONS(5229), 1, + ACTIONS(1506), 10, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_SLASH, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4416), 2, anon_sym_PIPE, anon_sym_AMP, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5225), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5227), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5243), 2, anon_sym_GT, - anon_sym_LT, - ACTIONS(5245), 2, anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5247), 2, - anon_sym_LT_LT, + anon_sym_LT, anon_sym_GT_GT, - ACTIONS(4414), 8, + anon_sym_DOT, + ACTIONS(1508), 18, anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_COLON, - anon_sym_QMARK, - [65994] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4790), 1, - anon_sym_LBRACK, - ACTIONS(4926), 1, - anon_sym_LPAREN2, - ACTIONS(4995), 1, - anon_sym_STAR, - ACTIONS(4997), 1, - anon_sym_AMP_AMP, - ACTIONS(4999), 1, - anon_sym_AMP, - ACTIONS(5083), 1, - anon_sym_const, - STATE(3149), 1, - sym_parameter_list, - STATE(3258), 1, - sym__abstract_declarator, - STATE(3207), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5081), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - 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_noexcept, - anon_sym_throw, - [66046] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4764), 1, - anon_sym_AMP_AMP, - ACTIONS(4766), 1, - anon_sym_AMP, - ACTIONS(4772), 1, - anon_sym_const, - ACTIONS(4776), 1, - anon_sym_DASH_GT, - ACTIONS(4778), 1, - anon_sym_noexcept, - ACTIONS(4780), 1, - anon_sym_throw, - ACTIONS(5441), 1, - anon_sym_LBRACK, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4774), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(5439), 7, anon_sym_COMMA, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - STATE(3026), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [66100] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4606), 1, - anon_sym_DOT, - ACTIONS(4608), 1, - anon_sym_DASH_GT, - ACTIONS(5229), 1, - anon_sym_SLASH, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5225), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5227), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5247), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4416), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4414), 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_LT_LT, + anon_sym_LBRACK, anon_sym_QMARK, - [66156] = 12, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_GT2, + [70301] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(3924), 1, + anon_sym_RBRACK, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4606), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(5229), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4945), 1, anon_sym_SLASH, - STATE(2207), 1, + 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(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5225), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5227), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4416), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4414), 12, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + 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, - anon_sym_COLON, - anon_sym_QMARK, - [66210] = 22, + [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, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(3888), 1, + anon_sym_RBRACK, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4947), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4949), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4951), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4955), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4967), 1, anon_sym_QMARK, - ACTIONS(5443), 1, - anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4957), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4959), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [66284] = 22, + ACTIONS(4963), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [70583] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, - anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, - anon_sym_AMP_AMP, - ACTIONS(4796), 1, - anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, - anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(5445), 1, - anon_sym_RPAREN, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4272), 7, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4266), 14, + anon_sym_DOT_DOT_DOT, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [66358] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(3761), 1, - anon_sym_COLON_COLON, - ACTIONS(4631), 1, - sym_identifier, - ACTIONS(4912), 1, - anon_sym_enum, - ACTIONS(4914), 1, - anon_sym_class, - ACTIONS(4916), 1, - anon_sym_struct, - ACTIONS(4918), 1, - anon_sym_union, - ACTIONS(4920), 1, - anon_sym_typename, - STATE(2020), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2314), 1, - sym_template_type, - STATE(2393), 1, - sym_qualified_type_identifier, - STATE(2624), 1, - sym__type_specifier, - STATE(3762), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2522), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [66426] = 19, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_COLON, + anon_sym_QMARK, + [70631] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3789), 1, + ACTIONS(3800), 1, anon_sym_COLON_COLON, - ACTIONS(4958), 1, + ACTIONS(5006), 1, sym_identifier, - ACTIONS(4964), 1, - anon_sym_enum, - ACTIONS(4966), 1, + ACTIONS(5014), 1, anon_sym_class, - ACTIONS(4968), 1, + ACTIONS(5016), 1, anon_sym_struct, - ACTIONS(4970), 1, + ACTIONS(5018), 1, anon_sym_union, - ACTIONS(4972), 1, + ACTIONS(5020), 1, anon_sym_decltype, - ACTIONS(4974), 1, + ACTIONS(5048), 1, + anon_sym_enum, + ACTIONS(5050), 1, anon_sym_typename, - STATE(2012), 1, + STATE(1965), 1, aux_sym_sized_type_specifier_repeat1, - STATE(2159), 1, - sym__type_specifier, - STATE(2309), 1, + STATE(2036), 1, sym_template_type, - STATE(2392), 1, + STATE(2100), 1, + sym__type_specifier, + STATE(2103), 1, sym_qualified_type_identifier, - STATE(3777), 1, + STATE(3907), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(4962), 2, + ACTIONS(5010), 2, sym_primitive_type, sym_auto, - ACTIONS(4960), 4, + ACTIONS(5008), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(2395), 7, + STATE(2096), 7, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -361800,568 +362957,863 @@ static const uint16_t ts_small_parse_table[] = { sym_decltype, sym_class_specifier, sym_dependent_type, - [66494] = 22, + [70699] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3933), 1, - anon_sym_RBRACK, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4828), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4830), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4834), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4836), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4838), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4850), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - STATE(2207), 1, + ACTIONS(5478), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4842), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4844), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4846), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [66568] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(4677), 1, - sym_identifier, - ACTIONS(4679), 1, - anon_sym_COLON_COLON, - ACTIONS(4681), 1, - anon_sym_enum, - ACTIONS(4683), 1, - anon_sym_class, - ACTIONS(4685), 1, - anon_sym_struct, - ACTIONS(4687), 1, - anon_sym_union, - ACTIONS(4689), 1, - anon_sym_typename, - STATE(1285), 1, - sym__type_specifier, - STATE(1295), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1379), 1, - sym_template_type, - STATE(1402), 1, - sym_qualified_type_identifier, - STATE(3772), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(111), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2682), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1323), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [66636] = 8, + [70773] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4606), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4412), 7, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(4783), 1, anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4410), 16, + ACTIONS(4787), 1, anon_sym_DOT_DOT_DOT, - anon_sym_STAR, - anon_sym_PERCENT, + 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(5480), 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, 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, - [66682] = 22, + [70847] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5447), 1, + ACTIONS(5482), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [66756] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2528), 1, - anon_sym_class, - ACTIONS(2530), 1, - anon_sym_struct, - ACTIONS(2532), 1, - anon_sym_union, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(3825), 1, - anon_sym_COLON_COLON, - ACTIONS(4631), 1, - sym_identifier, - ACTIONS(4709), 1, - anon_sym_enum, - ACTIONS(4711), 1, - anon_sym_typename, - STATE(2020), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2234), 1, - sym__type_specifier, - STATE(2314), 1, - sym_template_type, - STATE(2393), 1, - sym_qualified_type_identifier, - STATE(3746), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2522), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [66824] = 22, + [70921] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5449), 1, + ACTIONS(5484), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [66898] = 22, + [70995] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5451), 1, + ACTIONS(5486), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [66972] = 22, + [71069] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5453), 1, + ACTIONS(5488), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [67046] = 22, + [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, + 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(4168), 1, + ACTIONS(3880), 1, + anon_sym_RBRACK, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4947), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4949), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4951), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4955), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4967), 1, anon_sym_QMARK, - ACTIONS(5455), 1, - anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4957), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4959), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [67120] = 9, + ACTIONS(4963), 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, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4606), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - STATE(2207), 1, + 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(5494), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4261), 7, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, + 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(4259), 14, + ACTIONS(4803), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [71477] = 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, - anon_sym_STAR, - anon_sym_PERCENT, + 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(5496), 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, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_COLON, - anon_sym_QMARK, - [67168] = 22, + [71551] = 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(2637), 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, + [71619] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4606), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5229), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(5231), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(5233), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(5235), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(5237), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(5239), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(5251), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5457), 1, - anon_sym_COLON, - STATE(2207), 1, + ACTIONS(5498), 1, + anon_sym_SEMI, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(5225), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5227), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5241), 2, + ACTIONS(4785), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5243), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5245), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5247), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [67242] = 8, + [71693] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + 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(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(4263), 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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(63), 1, + anon_sym_enum, + ACTIONS(65), 1, + anon_sym_class, + ACTIONS(67), 1, + anon_sym_struct, + ACTIONS(69), 1, + anon_sym_union, + ACTIONS(105), 1, + anon_sym_decltype, + ACTIONS(113), 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, + 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(3877), 1, + sym__scope_resolution, + STATE(4833), 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(1301), 7, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_decltype, + sym_class_specifier, + sym_dependent_type, + [71815] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4813), 1, anon_sym_LBRACK, - ACTIONS(4606), 1, - anon_sym_DOT, - ACTIONS(4608), 1, + 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(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, anon_sym_DASH_GT, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4466), 7, + 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, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, + anon_sym_GT_EQ, anon_sym_LT, - ACTIONS(4464), 16, + 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, @@ -362369,1206 +363821,1626 @@ 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, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - [67288] = 22, + anon_sym_DASH_GT, + anon_sym_GT2, + [71903] = 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(2379), 1, + sym_identifier, + ACTIONS(2391), 1, + anon_sym_COLON_COLON, + 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(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, + [71971] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5459), 1, + ACTIONS(5500), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [67362] = 22, + [72045] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1927), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + 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(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4828), 1, - anon_sym_SLASH, - ACTIONS(4830), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, + ACTIONS(4286), 1, + anon_sym_STAR, + ACTIONS(4288), 1, anon_sym_AMP_AMP, - ACTIONS(4834), 1, - anon_sym_PIPE, - ACTIONS(4836), 1, - anon_sym_CARET, - ACTIONS(4838), 1, + ACTIONS(4290), 1, anon_sym_AMP, - ACTIONS(4850), 1, - anon_sym_QMARK, - ACTIONS(5461), 1, - anon_sym_RBRACK, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4826), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4840), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4842), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4844), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4846), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [67436] = 22, + 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(4168), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1927), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + 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(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4758), 1, - anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4306), 1, + anon_sym_STAR, + ACTIONS(4308), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, - anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4310), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(5463), 1, - anon_sym_SEMI, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4756), 2, + 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, + 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(3891), 1, + sym__scope_resolution, + STATE(4646), 1, + sym__type_specifier, + 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, + [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, - anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [67510] = 22, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4783), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4789), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4791), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(4793), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(4795), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4797), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(4817), 1, anon_sym_QMARK, - ACTIONS(5465), 1, + ACTIONS(5502), 1, anon_sym_SEMI, - STATE(2207), 1, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(4779), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(4781), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(4785), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, + ACTIONS(4799), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(4801), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(4803), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [67584] = 22, + [72371] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4627), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4629), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, + ACTIONS(4787), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5262), 1, anon_sym_SLASH, - ACTIONS(4792), 1, + ACTIONS(5274), 1, anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(5276), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, + ACTIONS(5278), 1, anon_sym_PIPE, - ACTIONS(4798), 1, + ACTIONS(5280), 1, anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(5282), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, + ACTIONS(5288), 1, anon_sym_QMARK, - ACTIONS(5467), 1, - anon_sym_SEMI, - STATE(2207), 1, + ACTIONS(5504), 1, + anon_sym_COLON, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, + ACTIONS(5258), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4756), 2, + ACTIONS(5260), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4760), 2, + ACTIONS(5264), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, + ACTIONS(5270), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4806), 2, + ACTIONS(5272), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - [67658] = 22, + ACTIONS(5284), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + [72445] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3925), 1, - anon_sym_RBRACK, - ACTIONS(4168), 1, + 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(5242), 1, + anon_sym_const, + STATE(3176), 1, + sym_parameter_list, + STATE(3289), 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_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, + [72497] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4125), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(4242), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, + ACTIONS(4246), 1, anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(4248), 1, anon_sym_DASH_GT, - ACTIONS(4812), 1, + ACTIONS(4787), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4828), 1, + ACTIONS(4945), 1, anon_sym_SLASH, - ACTIONS(4830), 1, + ACTIONS(4947), 1, anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, + ACTIONS(4949), 1, anon_sym_AMP_AMP, - ACTIONS(4834), 1, + ACTIONS(4951), 1, anon_sym_PIPE, - ACTIONS(4836), 1, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(4838), 1, + ACTIONS(4955), 1, anon_sym_AMP, - ACTIONS(4850), 1, + ACTIONS(4967), 1, anon_sym_QMARK, - STATE(2207), 1, + ACTIONS(5506), 1, + anon_sym_RBRACK, + STATE(2148), 1, sym_argument_list, - ACTIONS(4750), 2, + ACTIONS(4773), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, + ACTIONS(4941), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(4826), 2, + ACTIONS(4943), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(4840), 2, + ACTIONS(4957), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(4842), 2, + ACTIONS(4959), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4844), 2, + ACTIONS(4961), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4846), 2, + ACTIONS(4963), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [67732] = 22, + [72571] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(4813), 1, + anon_sym_LBRACK, + ACTIONS(4989), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(5508), 1, + anon_sym_STAR, + ACTIONS(5510), 1, + anon_sym_AMP_AMP, + ACTIONS(5512), 1, + anon_sym_AMP, + STATE(3255), 1, + sym_parameter_list, + STATE(3416), 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), 7, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [72626] = 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(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, + ACTIONS(5438), 1, + anon_sym_noexcept, + ACTIONS(5441), 1, + anon_sym_throw, + ACTIONS(5514), 1, + anon_sym_const, + ACTIONS(5520), 1, anon_sym_DASH_GT, - ACTIONS(4758), 1, - anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + 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_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, + [72679] = 17, + 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(4796), 1, - anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4310), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(5469), 1, - anon_sym_SEMI, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4756), 2, + 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, + 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, anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [67806] = 22, + 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_LBRACK, + STATE(3554), 1, + sym__scope_resolution, + STATE(3897), 1, + sym__declarator, + STATE(4918), 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, + [72805] = 17, + 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(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(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(3552), 1, + sym__scope_resolution, + STATE(3785), 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, + [72931] = 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, + 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_LBRACK, + STATE(3554), 1, + sym__scope_resolution, + STATE(3723), 1, + sym__declarator, + STATE(4918), 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, + [72994] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4758), 1, - anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(29), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, - anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, - anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(5471), 1, - anon_sym_SEMI, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4756), 2, + 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, anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [67880] = 22, + 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_LBRACK, + STATE(3554), 1, + sym__scope_resolution, + STATE(3904), 1, + sym__declarator, + STATE(4918), 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, + [73057] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3921), 1, - anon_sym_RBRACK, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4828), 1, - anon_sym_SLASH, - ACTIONS(4830), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(4821), 1, anon_sym_AMP_AMP, - ACTIONS(4834), 1, - anon_sym_PIPE, - ACTIONS(4836), 1, - anon_sym_CARET, - ACTIONS(4838), 1, + ACTIONS(4823), 1, anon_sym_AMP, - ACTIONS(4850), 1, - anon_sym_QMARK, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4826), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4840), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4842), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4844), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4846), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [67954] = 22, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4758), 1, - anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(4821), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, - anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4823), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(5473), 1, + ACTIONS(4831), 1, + anon_sym_noexcept, + ACTIONS(4833), 1, + anon_sym_throw, + ACTIONS(4837), 1, + anon_sym_LBRACK, + ACTIONS(5070), 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_RPAREN, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4756), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [68028] = 3, + 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, + [73163] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4347), 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(4345), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(5523), 1, + sym_identifier, + ACTIONS(5525), 1, anon_sym_LPAREN2, + ACTIONS(5527), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, + 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, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_LT_LT, + ACTIONS(4823), 1, + anon_sym_AMP, + ACTIONS(4831), 1, + anon_sym_noexcept, + ACTIONS(4833), 1, + anon_sym_throw, + ACTIONS(4837), 1, anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + ACTIONS(5034), 1, anon_sym_DASH_GT, - anon_sym_GT2, - [68064] = 22, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4606), 1, - anon_sym_DOT, - ACTIONS(4608), 1, - anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5229), 1, - anon_sym_SLASH, - ACTIONS(5231), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5233), 1, + ACTIONS(3435), 1, + anon_sym_const, + ACTIONS(4821), 1, anon_sym_AMP_AMP, - ACTIONS(5235), 1, - anon_sym_PIPE, - ACTIONS(5237), 1, - anon_sym_CARET, - ACTIONS(5239), 1, + ACTIONS(4823), 1, anon_sym_AMP, - ACTIONS(5251), 1, - anon_sym_QMARK, - ACTIONS(5475), 1, + 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, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5225), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5227), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5241), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5243), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5245), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5247), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [68138] = 20, + anon_sym_final, + anon_sym_override, + [73326] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1927), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(1929), 1, + anon_sym_TILDE, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(4256), 1, anon_sym_LBRACK, - ACTIONS(4606), 1, - anon_sym_DOT, - ACTIONS(4608), 1, - anon_sym_DASH_GT, - ACTIONS(5229), 1, - anon_sym_SLASH, - ACTIONS(5231), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5233), 1, + ACTIONS(4292), 1, + sym_identifier, + ACTIONS(4294), 1, + anon_sym_STAR, + ACTIONS(4296), 1, anon_sym_AMP_AMP, - ACTIONS(5235), 1, - anon_sym_PIPE, - ACTIONS(5237), 1, - anon_sym_CARET, - ACTIONS(5239), 1, + ACTIONS(4298), 1, anon_sym_AMP, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5225), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5227), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5241), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5243), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5245), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5247), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4480), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COLON, - anon_sym_QMARK, - [68208] = 20, + ACTIONS(4300), 1, + anon_sym_COLON_COLON, + STATE(3552), 1, + sym__scope_resolution, + STATE(3826), 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, + [73389] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, + 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(4606), 1, - anon_sym_DOT, - ACTIONS(4608), 1, + ACTIONS(4831), 1, + anon_sym_noexcept, + ACTIONS(4833), 1, + anon_sym_throw, + ACTIONS(5533), 1, anon_sym_DASH_GT, - ACTIONS(5229), 1, - anon_sym_SLASH, - ACTIONS(5231), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5233), 1, + ACTIONS(3415), 2, + anon_sym_final, + anon_sym_override, + STATE(3147), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(4819), 3, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + ACTIONS(3497), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3202), 7, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_trailing_return_type, + 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(5235), 1, - anon_sym_PIPE, - ACTIONS(5237), 1, - anon_sym_CARET, - ACTIONS(5239), 1, + ACTIONS(4823), 1, anon_sym_AMP, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5225), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5227), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5241), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5243), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5245), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5247), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4349), 3, - anon_sym_DOT_DOT_DOT, + 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_QMARK, - [68278] = 19, + anon_sym_final, + anon_sym_override, + [73499] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2678), 1, - sym_identifier, - ACTIONS(2680), 1, - anon_sym_COLON_COLON, - ACTIONS(2684), 1, - anon_sym_enum, - ACTIONS(2686), 1, - anon_sym_class, - ACTIONS(2688), 1, - anon_sym_struct, - ACTIONS(2690), 1, - anon_sym_union, - ACTIONS(2692), 1, - anon_sym_typename, - STATE(1285), 1, - sym__type_specifier, - STATE(1295), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1379), 1, - sym_template_type, - STATE(1402), 1, - sym_qualified_type_identifier, - STATE(3753), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(111), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2682), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1323), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [68346] = 22, + 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(5533), 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(4835), 3, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + ACTIONS(3497), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3211), 7, + sym_type_qualifier, + sym_virtual_specifier, + sym_ref_qualifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [73556] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(4813), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4758), 1, - anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(4989), 1, + anon_sym_LPAREN2, + ACTIONS(5508), 1, + anon_sym_STAR, + ACTIONS(5510), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, - anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(5512), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(5477), 1, - anon_sym_SEMI, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4756), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [68420] = 22, + STATE(3255), 1, + sym_parameter_list, + STATE(3421), 1, + sym__abstract_declarator, + STATE(3131), 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), 7, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [73611] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1927), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(1929), 1, + anon_sym_TILDE, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(4256), 1, anon_sym_LBRACK, - ACTIONS(4317), 1, - anon_sym_COLON, - ACTIONS(4606), 1, - anon_sym_DOT, - ACTIONS(4608), 1, - anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5229), 1, - anon_sym_SLASH, - ACTIONS(5231), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5233), 1, + ACTIONS(4292), 1, + sym_identifier, + ACTIONS(4294), 1, + anon_sym_STAR, + ACTIONS(4296), 1, anon_sym_AMP_AMP, - ACTIONS(5235), 1, - anon_sym_PIPE, - ACTIONS(5237), 1, - anon_sym_CARET, - ACTIONS(5239), 1, + ACTIONS(4298), 1, anon_sym_AMP, - ACTIONS(5251), 1, - anon_sym_QMARK, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(5225), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5227), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5241), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5243), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5245), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5247), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [68494] = 19, + ACTIONS(4300), 1, + anon_sym_COLON_COLON, + STATE(3552), 1, + sym__scope_resolution, + STATE(3853), 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, + [73674] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, - ACTIONS(1050), 1, + ACTIONS(29), 1, + anon_sym_AMP_AMP, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(5281), 1, + ACTIONS(1927), 1, + 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(5283), 1, + ACTIONS(4054), 1, anon_sym_COLON_COLON, - ACTIONS(5285), 1, - anon_sym_enum, - ACTIONS(5287), 1, - anon_sym_class, - ACTIONS(5289), 1, - anon_sym_struct, - ACTIONS(5291), 1, - anon_sym_union, - ACTIONS(5293), 1, - anon_sym_typename, - STATE(1295), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1379), 1, - sym_template_type, - STATE(1402), 1, - sym_qualified_type_identifier, - STATE(3763), 1, + ACTIONS(4256), 1, + anon_sym_LBRACK, + STATE(3554), 1, sym__scope_resolution, - STATE(4483), 1, - sym__type_specifier, - STATE(4662), 1, + STATE(3874), 1, + sym__declarator, + STATE(4918), 1, + sym_ms_based_modifier, + STATE(4833), 2, + sym_template_type, sym_dependent_type_identifier, - ACTIONS(111), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2682), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1323), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [68562] = 22, + 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, + [73737] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3929), 1, - anon_sym_RBRACK, - ACTIONS(4168), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1927), 1, anon_sym_LPAREN2, - ACTIONS(4263), 1, + ACTIONS(1929), 1, + anon_sym_TILDE, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(4256), 1, anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4828), 1, - anon_sym_SLASH, - ACTIONS(4830), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4832), 1, + ACTIONS(4292), 1, + sym_identifier, + ACTIONS(4294), 1, + anon_sym_STAR, + ACTIONS(4296), 1, anon_sym_AMP_AMP, - ACTIONS(4834), 1, - anon_sym_PIPE, - ACTIONS(4836), 1, - anon_sym_CARET, - ACTIONS(4838), 1, + ACTIONS(4298), 1, anon_sym_AMP, - ACTIONS(4850), 1, - anon_sym_QMARK, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4824), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4826), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4840), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4842), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4844), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4846), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [68636] = 19, + ACTIONS(4300), 1, + anon_sym_COLON_COLON, + STATE(3552), 1, + sym__scope_resolution, + STATE(3850), 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, + [73800] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2534), 1, - anon_sym_decltype, - ACTIONS(3761), 1, - anon_sym_COLON_COLON, - ACTIONS(4631), 1, + ACTIONS(1927), 1, + anon_sym_LPAREN2, + ACTIONS(1929), 1, + anon_sym_TILDE, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(4058), 1, sym_identifier, - ACTIONS(4914), 1, - anon_sym_class, - ACTIONS(4916), 1, - anon_sym_struct, - ACTIONS(4918), 1, - anon_sym_union, - ACTIONS(4934), 1, - anon_sym_enum, - ACTIONS(4936), 1, - anon_sym_typename, - STATE(2020), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(2234), 1, - sym__type_specifier, - STATE(2314), 1, - sym_template_type, - STATE(2393), 1, - sym_qualified_type_identifier, - STATE(3762), 1, + 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(4662), 1, + STATE(3650), 1, + sym__declarator, + STATE(5145), 1, + sym_ms_based_modifier, + STATE(4833), 2, + sym_template_type, sym_dependent_type_identifier, - ACTIONS(2536), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2522), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(2228), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [68704] = 22, + 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, + [73863] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4758), 1, - anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(3435), 1, + anon_sym_const, + ACTIONS(4821), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, - anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, + ACTIONS(4823), 1, anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(5479), 1, + ACTIONS(4829), 1, + anon_sym_DASH_GT, + ACTIONS(4831), 1, + anon_sym_noexcept, + ACTIONS(4833), 1, + anon_sym_throw, + ACTIONS(5541), 1, + anon_sym_LBRACK, + STATE(3220), 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(5539), 9, + anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_SEMI, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4756), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [68778] = 19, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + [73916] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1966), 1, - anon_sym_enum, - ACTIONS(1968), 1, - anon_sym_class, - ACTIONS(1970), 1, - anon_sym_struct, - ACTIONS(1972), 1, - anon_sym_union, - ACTIONS(1974), 1, - anon_sym_decltype, - ACTIONS(1978), 1, - anon_sym_typename, - ACTIONS(2349), 1, + 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(2698), 1, + 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(1396), 1, - sym_template_type, - STATE(1412), 1, - sym__type_specifier, - STATE(1477), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1507), 1, - sym_qualified_type_identifier, - STATE(3785), 1, + STATE(3552), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(3836), 1, + sym__declarator, + STATE(4972), 1, + sym_ms_based_modifier, + STATE(4833), 2, + sym_template_type, sym_dependent_type_identifier, - ACTIONS(1964), 2, - sym_primitive_type, - sym_auto, - ACTIONS(1962), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1451), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [68846] = 22, + 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, + [73979] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4758), 1, - anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, + ACTIONS(29), 1, anon_sym_AMP_AMP, - ACTIONS(4796), 1, - anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, - anon_sym_AMP, - ACTIONS(4812), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(5481), 1, - anon_sym_SEMI, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4756), 2, + 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, anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [68920] = 11, + 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_LBRACK, + STATE(3554), 1, + sym__scope_resolution, + STATE(3896), 1, + sym__declarator, + STATE(4918), 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, + [74042] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4790), 1, + ACTIONS(4813), 1, anon_sym_LBRACK, - ACTIONS(4926), 1, + ACTIONS(4989), 1, anon_sym_LPAREN2, - ACTIONS(4995), 1, + ACTIONS(5154), 1, anon_sym_STAR, - ACTIONS(4997), 1, + ACTIONS(5156), 1, anon_sym_AMP_AMP, - ACTIONS(4999), 1, + ACTIONS(5158), 1, anon_sym_AMP, - ACTIONS(5175), 1, + ACTIONS(5242), 1, anon_sym_const, - STATE(3149), 1, + STATE(3192), 1, sym_parameter_list, - STATE(3254), 1, + STATE(3376), 1, sym__abstract_declarator, - STATE(3207), 5, + STATE(3229), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(5173), 15, + ACTIONS(4648), 14, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -363579,183 +365451,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [68972] = 19, + [74093] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(4677), 1, + ACTIONS(2776), 13, + anon_sym_AMP, + anon_sym___based, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, sym_identifier, - ACTIONS(4679), 1, - anon_sym_COLON_COLON, - ACTIONS(4681), 1, - anon_sym_enum, - ACTIONS(4683), 1, - anon_sym_class, - ACTIONS(4685), 1, - anon_sym_struct, - ACTIONS(4687), 1, - anon_sym_union, - ACTIONS(4689), 1, - anon_sym_typename, - STATE(1295), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1379), 1, - sym_template_type, - STATE(1402), 1, - sym_qualified_type_identifier, - STATE(3110), 1, - sym__type_specifier, - STATE(3772), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(111), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2682), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1323), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [69040] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(105), 1, - anon_sym_decltype, - ACTIONS(1050), 1, anon_sym_template, - ACTIONS(2678), 1, - sym_identifier, - ACTIONS(2680), 1, - anon_sym_COLON_COLON, - ACTIONS(2686), 1, - anon_sym_class, - ACTIONS(2688), 1, - anon_sym_struct, - ACTIONS(2690), 1, - anon_sym_union, - ACTIONS(4693), 1, - anon_sym_enum, - ACTIONS(4695), 1, - anon_sym_typename, - STATE(1285), 1, - sym__type_specifier, - STATE(1295), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1379), 1, - sym_template_type, - STATE(1402), 1, - sym_qualified_type_identifier, - STATE(3753), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(111), 2, - sym_primitive_type, - sym_auto, - ACTIONS(2682), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1323), 7, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_decltype, - sym_class_specifier, - sym_dependent_type, - [69108] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - ACTIONS(4263), 1, - anon_sym_LBRACK, - ACTIONS(4267), 1, - anon_sym_DOT, - ACTIONS(4269), 1, - anon_sym_DASH_GT, - ACTIONS(4758), 1, - anon_sym_SLASH, - ACTIONS(4792), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4794), 1, - anon_sym_AMP_AMP, - ACTIONS(4796), 1, - anon_sym_PIPE, - ACTIONS(4798), 1, - anon_sym_CARET, - ACTIONS(4800), 1, - anon_sym_AMP, - ACTIONS(4812), 1, + anon_sym_operator, + anon_sym_noexcept, + anon_sym_throw, + ACTIONS(2778), 14, anon_sym_DOT_DOT_DOT, - ACTIONS(4814), 1, - anon_sym_QMARK, - ACTIONS(5483), 1, + anon_sym_COMMA, anon_sym_RPAREN, - STATE(2207), 1, - sym_argument_list, - ACTIONS(4750), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(4754), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(4756), 2, + anon_sym_LPAREN2, + anon_sym_TILDE, anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(4760), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4802), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(4804), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4806), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - [69182] = 12, + 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, + [74128] = 14, + 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(3261), 1, + sym_ms_unaligned_ptr_modifier, + STATE(3743), 1, + sym__type_declarator, + STATE(5220), 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, + anon_sym_const, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + [74185] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4764), 1, + ACTIONS(3435), 1, + anon_sym_const, + ACTIONS(4821), 1, anon_sym_AMP_AMP, - ACTIONS(4766), 1, + ACTIONS(4823), 1, anon_sym_AMP, - ACTIONS(4772), 1, - anon_sym_const, - ACTIONS(4776), 1, + ACTIONS(4829), 1, anon_sym_DASH_GT, - ACTIONS(4778), 1, + ACTIONS(4831), 1, anon_sym_noexcept, - ACTIONS(4780), 1, + ACTIONS(4833), 1, anon_sym_throw, - ACTIONS(4810), 1, + ACTIONS(5545), 1, anon_sym_LBRACK, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(4774), 5, + STATE(3225), 1, + sym_trailing_return_type, + ACTIONS(4815), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(4808), 7, + STATE(3153), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(5543), 9, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -363763,51 +365565,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - STATE(3026), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [69236] = 18, + anon_sym_final, + anon_sym_override, + [74238] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1946), 1, + ACTIONS(1927), 1, anon_sym_LPAREN2, - ACTIONS(1948), 1, + ACTIONS(1929), 1, anon_sym_TILDE, - ACTIONS(4487), 1, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(4256), 1, + anon_sym_LBRACK, + ACTIONS(4292), 1, sym_identifier, - ACTIONS(4489), 1, + ACTIONS(4294), 1, anon_sym_STAR, - ACTIONS(4491), 1, + ACTIONS(4296), 1, anon_sym_AMP_AMP, - ACTIONS(4493), 1, + ACTIONS(4298), 1, anon_sym_AMP, - ACTIONS(4495), 1, + ACTIONS(4300), 1, anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - STATE(3466), 1, - sym__declarator, - STATE(3510), 1, + STATE(3552), 1, sym__scope_resolution, - STATE(4277), 1, - sym_init_declarator, - STATE(4966), 1, + STATE(3885), 1, + sym__declarator, + STATE(4972), 1, sym_ms_based_modifier, - STATE(4877), 2, + STATE(4833), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3583), 10, + STATE(3712), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -363818,43 +365612,42 @@ static const uint16_t ts_small_parse_table[] = { sym_template_function, sym_destructor_name, sym_qualified_identifier, - [69301] = 18, + sym_operator_name, + [74301] = 17, ACTIONS(3), 1, sym_comment, + ACTIONS(29), 1, + anon_sym_AMP_AMP, ACTIONS(47), 1, anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1946), 1, + ACTIONS(1927), 1, anon_sym_LPAREN2, - ACTIONS(1948), 1, + ACTIONS(1929), 1, anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4489), 1, + ACTIONS(1931), 1, anon_sym_STAR, - ACTIONS(4491), 1, - anon_sym_AMP_AMP, - ACTIONS(4493), 1, + ACTIONS(1933), 1, anon_sym_AMP, - ACTIONS(4495), 1, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(2562), 1, + sym_identifier, + ACTIONS(4054), 1, anon_sym_COLON_COLON, - ACTIONS(4497), 1, + ACTIONS(4256), 1, anon_sym_LBRACK, - STATE(3458), 1, - sym__declarator, - STATE(3510), 1, + STATE(3554), 1, sym__scope_resolution, - STATE(4137), 1, - sym_init_declarator, - STATE(4966), 1, + STATE(3902), 1, + sym__declarator, + STATE(4918), 1, sym_ms_based_modifier, - STATE(4877), 2, + STATE(4833), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3583), 10, + STATE(3712), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -363865,86 +365658,128 @@ static const uint16_t ts_small_parse_table[] = { sym_template_function, sym_destructor_name, sym_qualified_identifier, - [69366] = 14, + sym_operator_name, + [74364] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5485), 1, + ACTIONS(5523), 1, sym_identifier, - ACTIONS(5487), 1, + ACTIONS(5525), 1, anon_sym_LPAREN2, - ACTIONS(5489), 1, + ACTIONS(5527), 1, anon_sym_STAR, - STATE(3447), 1, + STATE(3261), 1, sym_ms_unaligned_ptr_modifier, - STATE(3668), 1, + STATE(3733), 1, sym__type_declarator, - STATE(5005), 1, + STATE(5220), 1, sym_ms_based_modifier, - ACTIONS(5493), 2, + ACTIONS(2944), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(3363), 2, + STATE(3158), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(3392), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - STATE(3374), 2, + 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, + 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(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(3193), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - ACTIONS(5491), 3, + 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(3837), 5, + STATE(3924), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - ACTIONS(4772), 6, + ACTIONS(2946), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - [69423] = 18, + [74478] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(1946), 1, + ACTIONS(1927), 1, anon_sym_LPAREN2, - ACTIONS(1948), 1, + ACTIONS(1929), 1, anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(4256), 1, anon_sym_LBRACK, - ACTIONS(4508), 1, + ACTIONS(4292), 1, + sym_identifier, + ACTIONS(4294), 1, anon_sym_STAR, - ACTIONS(4510), 1, + ACTIONS(4296), 1, anon_sym_AMP_AMP, - ACTIONS(4512), 1, + ACTIONS(4298), 1, anon_sym_AMP, - STATE(3469), 1, - sym__declarator, - STATE(3510), 1, + ACTIONS(4300), 1, + anon_sym_COLON_COLON, + STATE(3552), 1, sym__scope_resolution, - STATE(4230), 1, - sym_init_declarator, - STATE(4764), 1, + STATE(3823), 1, + sym__declarator, + STATE(4972), 1, sym_ms_based_modifier, - STATE(4877), 2, + STATE(4833), 2, sym_template_type, sym_dependent_type_identifier, - STATE(3583), 10, + STATE(3712), 11, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -363955,83 +365790,367 @@ static const uint16_t ts_small_parse_table[] = { sym_template_function, sym_destructor_name, sym_qualified_identifier, - [69488] = 14, + sym_operator_name, + [74541] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4813), 1, + anon_sym_LBRACK, + ACTIONS(4989), 1, + anon_sym_LPAREN2, + ACTIONS(5094), 1, + anon_sym_const, + 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(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, + 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, + anon_sym_noexcept, + ACTIONS(4833), 1, + anon_sym_throw, + ACTIONS(5034), 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_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, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(5485), 1, - sym_identifier, - ACTIONS(5487), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(1927), 1, anon_sym_LPAREN2, - ACTIONS(5489), 1, + 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, - STATE(3447), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3668), 1, - sym__type_declarator, - STATE(5005), 1, + 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, sym_ms_based_modifier, - ACTIONS(5493), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3102), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3363), 2, + 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, + 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, - aux_sym_type_definition_repeat1, - ACTIONS(5491), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(3837), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(4772), 6, + sym_virtual_specifier, + sym_ref_qualifier, + sym_trailing_return_type, + sym_noexcept, + sym_throw_specifier, + aux_sym_function_declarator_repeat2, + [74761] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5552), 1, + anon_sym_AMP_AMP, + ACTIONS(5555), 1, + anon_sym_AMP, + ACTIONS(5558), 1, + anon_sym_LBRACK, + ACTIONS(5560), 1, + anon_sym_const, + ACTIONS(5566), 1, + anon_sym_noexcept, + ACTIONS(5569), 1, + anon_sym_throw, + ACTIONS(5563), 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(5550), 11, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + [74810] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4813), 1, + anon_sym_LBRACK, + ACTIONS(4989), 1, + anon_sym_LPAREN2, + ACTIONS(5086), 1, + anon_sym_const, + 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(3343), 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), 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, + [74861] = 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(5531), 1, + anon_sym_LBRACK, + STATE(3231), 1, + sym_trailing_return_type, + ACTIONS(3497), 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, + 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, + [74913] = 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(5034), 1, + anon_sym_DASH_GT, + ACTIONS(5545), 1, + anon_sym_LBRACK, + STATE(3225), 1, + sym_trailing_return_type, + ACTIONS(3497), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - [69545] = 12, + STATE(3177), 5, + sym_type_qualifier, + sym_ref_qualifier, + 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, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(4764), 1, + ACTIONS(4821), 1, anon_sym_AMP_AMP, - ACTIONS(4766), 1, + ACTIONS(4823), 1, anon_sym_AMP, - ACTIONS(4778), 1, + ACTIONS(4831), 1, anon_sym_noexcept, - ACTIONS(4780), 1, + ACTIONS(4833), 1, anon_sym_throw, - ACTIONS(4810), 1, + ACTIONS(4837), 1, anon_sym_LBRACK, - ACTIONS(4956), 1, + ACTIONS(5178), 1, anon_sym_DASH_GT, - ACTIONS(3438), 2, + ACTIONS(3415), 2, anon_sym_final, anon_sym_override, - ACTIONS(3506), 5, + ACTIONS(3497), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(4808), 6, + ACTIONS(4835), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - STATE(3126), 7, + STATE(3181), 7, sym_type_qualifier, sym_virtual_specifier, sym_ref_qualifier, @@ -364039,79 +366158,274 @@ static const uint16_t ts_small_parse_table[] = { sym_noexcept, sym_throw_specifier, aux_sym_function_declarator_repeat2, - [69598] = 12, + [75017] = 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(5034), 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, + STATE(3179), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(5535), 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, + [75069] = 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(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, + STATE(3171), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(5535), 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, + [75121] = 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(5545), 1, + anon_sym_LBRACK, + STATE(3225), 1, + sym_trailing_return_type, + ACTIONS(3497), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3182), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(5543), 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, + [75173] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4764), 1, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(4821), 1, anon_sym_AMP_AMP, - ACTIONS(4766), 1, + ACTIONS(4823), 1, anon_sym_AMP, - ACTIONS(4772), 1, + ACTIONS(4831), 1, + anon_sym_noexcept, + ACTIONS(4833), 1, + anon_sym_throw, + ACTIONS(5034), 1, + anon_sym_DASH_GT, + ACTIONS(5541), 1, + anon_sym_LBRACK, + STATE(3220), 1, + sym_trailing_return_type, + ACTIONS(3497), 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), 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, + [75225] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, anon_sym_const, - ACTIONS(4776), 1, + 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(5178), 1, anon_sym_DASH_GT, - ACTIONS(4778), 1, + 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), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + 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, + [75277] = 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(4780), 1, + ACTIONS(4833), 1, anon_sym_throw, - ACTIONS(5497), 1, + ACTIONS(5034), 1, + anon_sym_DASH_GT, + ACTIONS(5531), 1, anon_sym_LBRACK, - STATE(3218), 1, + STATE(3231), 1, sym_trailing_return_type, - ACTIONS(4774), 5, + ACTIONS(3497), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3101), 5, + STATE(3169), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5495), 9, + ACTIONS(5529), 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_final, anon_sym_override, - [69651] = 12, + [75329] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(4764), 1, + ACTIONS(5552), 1, anon_sym_AMP_AMP, - ACTIONS(4766), 1, + ACTIONS(5555), 1, anon_sym_AMP, - ACTIONS(4772), 1, - anon_sym_const, - ACTIONS(4776), 1, - anon_sym_DASH_GT, - ACTIONS(4778), 1, + ACTIONS(5558), 1, + anon_sym_LBRACK, + ACTIONS(5566), 1, anon_sym_noexcept, - ACTIONS(4780), 1, + ACTIONS(5569), 1, anon_sym_throw, - ACTIONS(5501), 1, - anon_sym_LBRACK, - STATE(3188), 1, - sym_trailing_return_type, - ACTIONS(4774), 5, + ACTIONS(5572), 1, + anon_sym_const, + ACTIONS(5575), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3120), 5, + STATE(3180), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5499), 9, + ACTIONS(5550), 10, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -364119,424 +366433,150 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, + anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - [69704] = 12, + [75377] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4764), 1, + ACTIONS(5418), 1, anon_sym_AMP_AMP, - ACTIONS(4766), 1, + ACTIONS(5421), 1, anon_sym_AMP, - ACTIONS(4772), 1, - anon_sym_const, - ACTIONS(4776), 1, - anon_sym_DASH_GT, - ACTIONS(4778), 1, + ACTIONS(5424), 1, + anon_sym_LBRACK, + ACTIONS(5438), 1, anon_sym_noexcept, - ACTIONS(4780), 1, + ACTIONS(5441), 1, anon_sym_throw, - ACTIONS(5505), 1, - anon_sym_LBRACK, - STATE(3209), 1, - sym_trailing_return_type, - ACTIONS(4774), 5, + ACTIONS(5514), 1, + anon_sym_const, + ACTIONS(5578), 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, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3159), 5, + STATE(3181), 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(5503), 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, - [69757] = 14, + aux_sym_function_declarator_repeat2, + [75429] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5485), 1, - sym_identifier, - ACTIONS(5487), 1, - anon_sym_LPAREN2, - ACTIONS(5489), 1, - anon_sym_STAR, - STATE(3447), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3665), 1, - sym__type_declarator, - STATE(5005), 1, - sym_ms_based_modifier, - ACTIONS(5493), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3351), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3374), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(5491), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(3837), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(4772), 6, + ACTIONS(57), 1, anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - [69814] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5509), 1, + ACTIONS(4821), 1, anon_sym_AMP_AMP, - ACTIONS(5512), 1, + ACTIONS(4823), 1, anon_sym_AMP, - ACTIONS(5515), 1, - anon_sym_LBRACK, - ACTIONS(5517), 1, - anon_sym_const, - ACTIONS(5523), 1, + ACTIONS(4831), 1, anon_sym_noexcept, - ACTIONS(5526), 1, + ACTIONS(4833), 1, anon_sym_throw, - ACTIONS(5520), 5, + ACTIONS(5070), 1, + anon_sym_DASH_GT, + ACTIONS(5541), 1, + anon_sym_LBRACK, + STATE(3220), 1, + sym_trailing_return_type, + ACTIONS(3497), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3103), 5, + STATE(3169), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5507), 11, + ACTIONS(5539), 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_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, - [69863] = 11, + [75481] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4790), 1, - anon_sym_LBRACK, - ACTIONS(4926), 1, - anon_sym_LPAREN2, - ACTIONS(5091), 1, - anon_sym_STAR, - ACTIONS(5093), 1, - anon_sym_AMP_AMP, - ACTIONS(5095), 1, - anon_sym_AMP, - ACTIONS(5103), 1, + ACTIONS(5581), 1, anon_sym_const, - STATE(3170), 1, - sym_parameter_list, - STATE(3290), 1, - sym__abstract_declarator, - STATE(3207), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(4659), 14, - anon_sym_COMMA, - 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, - [69914] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4489), 1, - anon_sym_STAR, - ACTIONS(4491), 1, - anon_sym_AMP_AMP, - ACTIONS(4493), 1, + ACTIONS(4018), 2, anon_sym_AMP, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, anon_sym_LBRACK, - STATE(3461), 1, - sym__declarator, - STATE(3510), 1, - sym__scope_resolution, - STATE(4210), 1, - sym_init_declarator, - STATE(4966), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [69979] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5485), 1, - sym_identifier, - ACTIONS(5487), 1, - anon_sym_LPAREN2, - ACTIONS(5489), 1, - anon_sym_STAR, - STATE(3447), 1, - sym_ms_unaligned_ptr_modifier, - STATE(3656), 1, - sym__type_declarator, - STATE(5005), 1, - sym_ms_based_modifier, - ACTIONS(5493), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3095), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(3371), 2, + STATE(3183), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(5491), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(3837), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(4772), 6, - anon_sym_const, + ACTIONS(5584), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - [70036] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - ACTIONS(4508), 1, - anon_sym_STAR, - ACTIONS(4510), 1, - anon_sym_AMP_AMP, - ACTIONS(4512), 1, - anon_sym_AMP, - STATE(3468), 1, - sym__declarator, - STATE(3510), 1, - sym__scope_resolution, - STATE(4230), 1, - sym_init_declarator, - STATE(4764), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [70101] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4790), 1, - anon_sym_LBRACK, - ACTIONS(4926), 1, + ACTIONS(4020), 15, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(5083), 1, - anon_sym_const, - ACTIONS(5091), 1, anon_sym_STAR, - ACTIONS(5093), 1, anon_sym_AMP_AMP, - ACTIONS(5095), 1, - anon_sym_AMP, - STATE(3170), 1, - sym_parameter_list, - STATE(3328), 1, - sym__abstract_declarator, - STATE(3207), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - ACTIONS(5081), 14, - 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_GT2, anon_sym_noexcept, anon_sym_throw, - [70152] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4489), 1, - anon_sym_STAR, - ACTIONS(4491), 1, - anon_sym_AMP_AMP, - ACTIONS(4493), 1, - anon_sym_AMP, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - STATE(3463), 1, - sym__declarator, - STATE(3510), 1, - sym__scope_resolution, - STATE(4068), 1, - sym_init_declarator, - STATE(4966), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [70217] = 11, + [75520] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(4790), 1, + ACTIONS(4813), 1, anon_sym_LBRACK, - ACTIONS(4926), 1, + ACTIONS(4989), 1, anon_sym_LPAREN2, - ACTIONS(5091), 1, + ACTIONS(5242), 1, + anon_sym_const, + ACTIONS(5508), 1, anon_sym_STAR, - ACTIONS(5093), 1, + ACTIONS(5510), 1, anon_sym_AMP_AMP, - ACTIONS(5095), 1, + ACTIONS(5512), 1, anon_sym_AMP, - ACTIONS(5175), 1, - anon_sym_const, - STATE(3170), 1, + STATE(3255), 1, sym_parameter_list, - STATE(3323), 1, + STATE(3420), 1, sym__abstract_declarator, - STATE(3207), 5, + STATE(3229), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - ACTIONS(5173), 14, - anon_sym_COMMA, + ACTIONS(4648), 12, anon_sym_LBRACK_LBRACK, - anon_sym_EQ, + anon_sym_LBRACE, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -364545,1836 +366585,986 @@ 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, - [70268] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4489), 1, - anon_sym_STAR, - ACTIONS(4491), 1, - anon_sym_AMP_AMP, - ACTIONS(4493), 1, - anon_sym_AMP, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - STATE(3478), 1, - sym__declarator, - STATE(3510), 1, - sym__scope_resolution, - STATE(4053), 1, - sym_init_declarator, - STATE(4966), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [70333] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4489), 1, - anon_sym_STAR, - ACTIONS(4491), 1, - anon_sym_AMP_AMP, - ACTIONS(4493), 1, - anon_sym_AMP, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - STATE(3454), 1, - sym__declarator, - STATE(3510), 1, - sym__scope_resolution, - STATE(4053), 1, - sym_init_declarator, - STATE(4966), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [70398] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4489), 1, - anon_sym_STAR, - ACTIONS(4491), 1, - anon_sym_AMP_AMP, - ACTIONS(4493), 1, - anon_sym_AMP, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - STATE(3476), 1, - sym__declarator, - STATE(3510), 1, - sym__scope_resolution, - STATE(4210), 1, - sym_init_declarator, - STATE(4966), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [70463] = 18, + [75569] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4489), 1, - anon_sym_STAR, - ACTIONS(4491), 1, - anon_sym_AMP_AMP, - ACTIONS(4493), 1, - anon_sym_AMP, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, + ACTIONS(4813), 1, anon_sym_LBRACK, - STATE(3460), 1, - sym__declarator, - STATE(3510), 1, - sym__scope_resolution, - STATE(4227), 1, - sym_init_declarator, - STATE(4966), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [70528] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, + ACTIONS(4989), 1, anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4489), 1, - anon_sym_STAR, - ACTIONS(4491), 1, - anon_sym_AMP_AMP, - ACTIONS(4493), 1, - anon_sym_AMP, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - STATE(3490), 1, - sym__declarator, - STATE(3510), 1, - sym__scope_resolution, - STATE(4068), 1, - sym_init_declarator, - STATE(4966), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [70593] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5403), 1, - anon_sym_AMP_AMP, - ACTIONS(5406), 1, - anon_sym_AMP, - ACTIONS(5409), 1, - anon_sym_LBRACK, - ACTIONS(5423), 1, - anon_sym_noexcept, - ACTIONS(5426), 1, - anon_sym_throw, - ACTIONS(5529), 1, + ACTIONS(5094), 1, anon_sym_const, - ACTIONS(5535), 1, - anon_sym_DASH_GT, - ACTIONS(5420), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(5532), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(5401), 6, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - STATE(3116), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [70646] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - ACTIONS(4508), 1, + ACTIONS(5508), 1, anon_sym_STAR, - ACTIONS(4510), 1, - anon_sym_AMP_AMP, - ACTIONS(4512), 1, - anon_sym_AMP, - STATE(3465), 1, - sym__declarator, - STATE(3510), 1, - sym__scope_resolution, - STATE(4230), 1, - sym_init_declarator, - STATE(4764), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [70711] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(4764), 1, + ACTIONS(5510), 1, anon_sym_AMP_AMP, - ACTIONS(4766), 1, + ACTIONS(5512), 1, anon_sym_AMP, - ACTIONS(4778), 1, - anon_sym_noexcept, - ACTIONS(4780), 1, - anon_sym_throw, - ACTIONS(4954), 1, - anon_sym_DASH_GT, - ACTIONS(5431), 1, - anon_sym_LBRACK, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3506), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(5429), 6, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - STATE(3116), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [70764] = 18, + 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, + 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, + [75618] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(4751), 1, anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, + ACTIONS(4759), 1, sym_identifier, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - ACTIONS(4508), 1, + ACTIONS(4761), 1, anon_sym_STAR, - ACTIONS(4510), 1, + ACTIONS(4763), 1, anon_sym_AMP_AMP, - ACTIONS(4512), 1, + ACTIONS(4765), 1, anon_sym_AMP, - STATE(3464), 1, - sym__declarator, - STATE(3510), 1, - sym__scope_resolution, - STATE(4230), 1, - sym_init_declarator, - STATE(4764), 1, + STATE(3611), 1, + sym__field_declarator, + STATE(4934), 1, sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [70829] = 12, + STATE(3272), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + 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, + [75671] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(4764), 1, + ACTIONS(5587), 1, anon_sym_AMP_AMP, - ACTIONS(4766), 1, + ACTIONS(5590), 1, anon_sym_AMP, - ACTIONS(4772), 1, + ACTIONS(5593), 1, anon_sym_const, - ACTIONS(4776), 1, - anon_sym_DASH_GT, - ACTIONS(4778), 1, + ACTIONS(5599), 1, anon_sym_noexcept, - ACTIONS(4780), 1, + ACTIONS(5602), 1, anon_sym_throw, - ACTIONS(5540), 1, - anon_sym_LBRACK, - STATE(3196), 1, - sym_trailing_return_type, - ACTIONS(4774), 5, + ACTIONS(5596), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3159), 5, + STATE(3187), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5538), 9, + ACTIONS(5550), 10, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_COLON, - anon_sym_final, - anon_sym_override, - [70882] = 18, + anon_sym_DASH_GT, + anon_sym_GT2, + [75716] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(4751), 1, anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, + ACTIONS(4759), 1, sym_identifier, - ACTIONS(4489), 1, + ACTIONS(4761), 1, anon_sym_STAR, - ACTIONS(4491), 1, + ACTIONS(4763), 1, anon_sym_AMP_AMP, - ACTIONS(4493), 1, + ACTIONS(4765), 1, anon_sym_AMP, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - STATE(3456), 1, - sym__declarator, - STATE(3510), 1, - sym__scope_resolution, - STATE(4050), 1, - sym_init_declarator, - STATE(4966), 1, + STATE(3635), 1, + sym__field_declarator, + STATE(4934), 1, sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [70947] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, + STATE(3272), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + 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, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - ACTIONS(4508), 1, - anon_sym_STAR, - ACTIONS(4510), 1, - anon_sym_AMP_AMP, - ACTIONS(4512), 1, - anon_sym_AMP, - STATE(3467), 1, - sym__declarator, - STATE(3510), 1, - sym__scope_resolution, - STATE(4230), 1, - sym_init_declarator, - STATE(4764), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [71012] = 18, + [75769] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(4751), 1, anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, + ACTIONS(4759), 1, sym_identifier, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - ACTIONS(4508), 1, + ACTIONS(4761), 1, anon_sym_STAR, - ACTIONS(4510), 1, + ACTIONS(4763), 1, anon_sym_AMP_AMP, - ACTIONS(4512), 1, + ACTIONS(4765), 1, anon_sym_AMP, - STATE(3455), 1, - sym__declarator, - STATE(3510), 1, - sym__scope_resolution, - STATE(4230), 1, - sym_init_declarator, - STATE(4764), 1, + STATE(3619), 1, + sym__field_declarator, + STATE(4934), 1, sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [71077] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2744), 13, - anon_sym_AMP, - anon_sym___based, + STATE(3272), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2946), 6, 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_noexcept, - anon_sym_throw, - sym_operator_name, - ACTIONS(2746), 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, - [71112] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, + 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, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4489), 1, - anon_sym_STAR, - ACTIONS(4491), 1, - anon_sym_AMP_AMP, - ACTIONS(4493), 1, - anon_sym_AMP, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - STATE(3497), 1, - sym__declarator, - STATE(3510), 1, - sym__scope_resolution, - STATE(4250), 1, - sym_init_declarator, - STATE(4966), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [71177] = 12, + [75822] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(5403), 1, + ACTIONS(57), 1, + anon_sym_const, + ACTIONS(4821), 1, anon_sym_AMP_AMP, - ACTIONS(5406), 1, + ACTIONS(4823), 1, anon_sym_AMP, - ACTIONS(5409), 1, - anon_sym_LBRACK, - ACTIONS(5423), 1, + ACTIONS(4831), 1, anon_sym_noexcept, - ACTIONS(5426), 1, + ACTIONS(4833), 1, anon_sym_throw, - ACTIONS(5529), 1, - anon_sym_const, - ACTIONS(5542), 1, + ACTIONS(5178), 1, anon_sym_DASH_GT, - ACTIONS(5420), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(5532), 5, + 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(5401), 6, + STATE(3194), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(5535), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - STATE(3126), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [71230] = 18, + anon_sym_final, + anon_sym_override, + [75873] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, + ACTIONS(3070), 1, + anon_sym_LBRACE, + ACTIONS(5605), 1, + anon_sym_COLON, + STATE(1290), 1, + sym__enum_base_clause, + STATE(1347), 1, + sym_enumerator_list, + ACTIONS(3423), 3, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym_const, + ACTIONS(3425), 18, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4489), 1, anon_sym_STAR, - ACTIONS(4491), 1, anon_sym_AMP_AMP, - ACTIONS(4493), 1, - anon_sym_AMP, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - STATE(3480), 1, - sym__declarator, - STATE(3510), 1, - sym__scope_resolution, - STATE(4050), 1, - sym_init_declarator, - STATE(4966), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [71295] = 12, + 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, + [75914] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(4764), 1, + ACTIONS(4821), 1, anon_sym_AMP_AMP, - ACTIONS(4766), 1, + ACTIONS(4823), 1, anon_sym_AMP, - ACTIONS(4778), 1, + ACTIONS(4831), 1, anon_sym_noexcept, - ACTIONS(4780), 1, + ACTIONS(4833), 1, anon_sym_throw, - ACTIONS(4810), 1, - anon_sym_LBRACK, - ACTIONS(4954), 1, + ACTIONS(5178), 1, anon_sym_DASH_GT, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3506), 5, + ACTIONS(5545), 1, + anon_sym_LBRACK, + STATE(3225), 1, + sym_trailing_return_type, + ACTIONS(3497), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(4808), 6, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - STATE(3116), 7, + STATE(3199), 5, sym_type_qualifier, - sym_virtual_specifier, sym_ref_qualifier, - sym_trailing_return_type, sym_noexcept, sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [71348] = 18, + 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_final, + anon_sym_override, + [75965] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, + 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, anon_sym_LPAREN2, - ACTIONS(1948), 1, anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4489), 1, anon_sym_STAR, - ACTIONS(4491), 1, anon_sym_AMP_AMP, - ACTIONS(4493), 1, - anon_sym_AMP, - ACTIONS(4495), 1, anon_sym_COLON_COLON, - ACTIONS(4497), 1, anon_sym_LBRACK, - STATE(3482), 1, - sym__declarator, - STATE(3510), 1, - sym__scope_resolution, - STATE(4230), 1, - sym_init_declarator, - STATE(4966), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [71413] = 12, + ACTIONS(5607), 11, + anon_sym_AMP, + anon_sym___based, + 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, + [76006] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(4764), 1, + ACTIONS(4821), 1, anon_sym_AMP_AMP, - ACTIONS(4766), 1, + ACTIONS(4823), 1, anon_sym_AMP, - ACTIONS(4778), 1, + ACTIONS(4831), 1, anon_sym_noexcept, - ACTIONS(4780), 1, + ACTIONS(4833), 1, anon_sym_throw, - ACTIONS(4956), 1, + ACTIONS(5178), 1, anon_sym_DASH_GT, - ACTIONS(5431), 1, + ACTIONS(5531), 1, anon_sym_LBRACK, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3506), 5, + STATE(3231), 1, + sym_trailing_return_type, + ACTIONS(3497), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(5429), 6, + STATE(3169), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + ACTIONS(5529), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - STATE(3126), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [71466] = 18, + anon_sym_final, + anon_sym_override, + [76057] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(4749), 1, sym_identifier, - ACTIONS(4489), 1, + ACTIONS(4751), 1, + anon_sym_LPAREN2, + ACTIONS(4753), 1, anon_sym_STAR, - ACTIONS(4491), 1, + ACTIONS(4755), 1, anon_sym_AMP_AMP, - ACTIONS(4493), 1, + ACTIONS(4757), 1, anon_sym_AMP, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - STATE(3510), 1, - sym__scope_resolution, - STATE(3516), 1, - sym__declarator, - STATE(4602), 1, - sym_init_declarator, - STATE(4966), 1, + STATE(3900), 1, + sym__field_declarator, + STATE(5077), 1, sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [71531] = 12, + STATE(3272), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + 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, + [76110] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(4764), 1, + 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(4766), 1, + ACTIONS(4757), 1, anon_sym_AMP, - ACTIONS(4778), 1, - anon_sym_noexcept, - ACTIONS(4780), 1, - anon_sym_throw, - ACTIONS(4810), 1, - anon_sym_LBRACK, - ACTIONS(5109), 1, - anon_sym_DASH_GT, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(3506), 5, + STATE(3911), 1, + sym__field_declarator, + STATE(5077), 1, + sym_ms_based_modifier, + STATE(3272), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2946), 6, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(4808), 5, - anon_sym_COMMA, + 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, + [76163] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4813), 1, + anon_sym_LBRACK, + ACTIONS(4989), 1, anon_sym_LPAREN2, + ACTIONS(5086), 1, + anon_sym_const, + ACTIONS(5508), 1, + anon_sym_STAR, + ACTIONS(5510), 1, + anon_sym_AMP_AMP, + ACTIONS(5512), 1, + anon_sym_AMP, + STATE(3255), 1, + sym_parameter_list, + STATE(3417), 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), 12, anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - STATE(3156), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [71583] = 12, + 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, + [76212] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(4764), 1, + 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(4766), 1, + ACTIONS(4757), 1, anon_sym_AMP, - ACTIONS(4778), 1, - anon_sym_noexcept, - ACTIONS(4780), 1, - anon_sym_throw, - ACTIONS(4954), 1, - anon_sym_DASH_GT, - ACTIONS(5497), 1, - anon_sym_LBRACK, - STATE(3218), 1, - sym_trailing_return_type, - ACTIONS(3506), 5, + STATE(3898), 1, + sym__field_declarator, + STATE(5077), 1, + sym_ms_based_modifier, + STATE(3272), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(2946), 6, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3154), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5495), 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, - [71635] = 12, + 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, + [76265] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(4764), 1, + ACTIONS(4821), 1, anon_sym_AMP_AMP, - ACTIONS(4766), 1, + ACTIONS(4823), 1, anon_sym_AMP, - ACTIONS(4778), 1, + ACTIONS(4831), 1, anon_sym_noexcept, - ACTIONS(4780), 1, + ACTIONS(4833), 1, anon_sym_throw, - ACTIONS(4956), 1, + ACTIONS(5178), 1, anon_sym_DASH_GT, - ACTIONS(5505), 1, + ACTIONS(5541), 1, anon_sym_LBRACK, - STATE(3209), 1, + STATE(3220), 1, sym_trailing_return_type, - ACTIONS(3506), 5, + ACTIONS(3497), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3103), 5, + STATE(3169), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5503), 8, + ACTIONS(5539), 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, - [71687] = 5, + [76316] = 7, ACTIONS(3), 1, sym_comment, - STATE(3135), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(5545), 6, + 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, + anon_sym_AMP, + anon_sym_LBRACK, anon_sym_const, + ACTIONS(3419), 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, - ACTIONS(4041), 8, - anon_sym_AMP, - anon_sym___based, - anon_sym_LBRACK, - sym_identifier, + anon_sym_DASH_GT, anon_sym_final, anon_sym_override, + anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - ACTIONS(4043), 10, + [76357] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5621), 1, + anon_sym___attribute__, + STATE(3201), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(5619), 3, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym_const, + ACTIONS(5617), 19, 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_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, anon_sym_DASH_GT, - [71725] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(1950), 1, - anon_sym_STAR, - ACTIONS(1952), 1, - anon_sym_AMP, - ACTIONS(2550), 1, - sym_identifier, - ACTIONS(4100), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - STATE(3511), 1, - sym__scope_resolution, - STATE(3739), 1, - sym__declarator, - STATE(4903), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [71787] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(4075), 1, - sym_identifier, - ACTIONS(4079), 1, - anon_sym_TILDE, - ACTIONS(4087), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - ACTIONS(4499), 1, - anon_sym_STAR, - ACTIONS(4501), 1, - anon_sym_AMP_AMP, - ACTIONS(4503), 1, - anon_sym_AMP, - STATE(3519), 1, - sym__scope_resolution, - STATE(3638), 1, - sym__declarator, - STATE(4679), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [71849] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4489), 1, - anon_sym_STAR, - ACTIONS(4491), 1, - anon_sym_AMP_AMP, - ACTIONS(4493), 1, - anon_sym_AMP, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - STATE(3510), 1, - sym__scope_resolution, - STATE(3710), 1, - sym__declarator, - STATE(4966), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [71911] = 12, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [76394] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(4764), 1, + ACTIONS(4821), 1, anon_sym_AMP_AMP, - ACTIONS(4766), 1, + ACTIONS(4823), 1, anon_sym_AMP, - ACTIONS(4778), 1, + ACTIONS(4831), 1, anon_sym_noexcept, - ACTIONS(4780), 1, + ACTIONS(4833), 1, anon_sym_throw, - ACTIONS(4956), 1, - anon_sym_DASH_GT, - ACTIONS(5501), 1, + ACTIONS(4837), 1, anon_sym_LBRACK, - STATE(3188), 1, - sym_trailing_return_type, - ACTIONS(3506), 5, + ACTIONS(5533), 1, + anon_sym_DASH_GT, + ACTIONS(3415), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(4835), 3, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + ACTIONS(3497), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3140), 5, + STATE(3205), 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(5499), 8, - 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, - [71963] = 12, + aux_sym_function_declarator_repeat2, + [76444] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(4764), 1, + ACTIONS(4821), 1, anon_sym_AMP_AMP, - ACTIONS(4766), 1, + ACTIONS(4823), 1, anon_sym_AMP, - ACTIONS(4778), 1, + ACTIONS(4831), 1, anon_sym_noexcept, - ACTIONS(4780), 1, + ACTIONS(4833), 1, anon_sym_throw, - ACTIONS(4956), 1, + ACTIONS(5178), 1, anon_sym_DASH_GT, - ACTIONS(5540), 1, + ACTIONS(5356), 1, anon_sym_LBRACK, - STATE(3196), 1, - sym_trailing_return_type, - ACTIONS(3506), 5, + ACTIONS(3415), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5354), 3, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + ACTIONS(3497), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3103), 5, + STATE(3181), 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(5538), 8, + aux_sym_function_declarator_repeat2, + [76494] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3579), 3, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym_const, + ACTIONS(3577), 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, 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, - [72015] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4489), 1, - anon_sym_STAR, - ACTIONS(4491), 1, - anon_sym_AMP_AMP, - ACTIONS(4493), 1, - anon_sym_AMP, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - STATE(3510), 1, - sym__scope_resolution, - STATE(3709), 1, - sym__declarator, - STATE(4966), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [72077] = 17, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [76526] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4489), 1, - anon_sym_STAR, - ACTIONS(4491), 1, + ACTIONS(5418), 1, anon_sym_AMP_AMP, - ACTIONS(4493), 1, + ACTIONS(5421), 1, anon_sym_AMP, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, + ACTIONS(5424), 1, anon_sym_LBRACK, - STATE(3510), 1, - sym__scope_resolution, - STATE(3730), 1, - sym__declarator, - STATE(4966), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [72139] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, + ACTIONS(5438), 1, + anon_sym_noexcept, + ACTIONS(5441), 1, + anon_sym_throw, + ACTIONS(5514), 1, + anon_sym_const, + ACTIONS(5624), 1, + anon_sym_DASH_GT, + ACTIONS(5435), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5416), 3, anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(1950), 1, - anon_sym_STAR, - ACTIONS(1952), 1, - anon_sym_AMP, - ACTIONS(2550), 1, - sym_identifier, - ACTIONS(4100), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - STATE(3511), 1, - sym__scope_resolution, - STATE(3744), 1, - sym__declarator, - STATE(4903), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [72201] = 17, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + ACTIONS(5517), 5, + 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, + [76576] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(1950), 1, - anon_sym_STAR, - ACTIONS(1952), 1, + ACTIONS(5627), 1, + anon_sym___attribute__, + STATE(3206), 2, + sym_attribute_specifier, + aux_sym_function_declarator_repeat1, + ACTIONS(5619), 3, anon_sym_AMP, - ACTIONS(2550), 1, - sym_identifier, - ACTIONS(4100), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, anon_sym_LBRACK, - STATE(3511), 1, - sym__scope_resolution, - STATE(3771), 1, - sym__declarator, - STATE(4903), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [72263] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, + anon_sym_const, + ACTIONS(5617), 18, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(1950), 1, - anon_sym_STAR, - ACTIONS(1952), 1, - anon_sym_AMP, - ACTIONS(2550), 1, - sym_identifier, - ACTIONS(4100), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - STATE(3511), 1, - sym__scope_resolution, - STATE(3590), 1, - sym__declarator, - STATE(4903), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [72325] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(29), 1, anon_sym_AMP_AMP, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(1950), 1, - anon_sym_STAR, - ACTIONS(1952), 1, - anon_sym_AMP, - ACTIONS(2550), 1, - sym_identifier, - ACTIONS(4100), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - STATE(3511), 1, - sym__scope_resolution, - STATE(3774), 1, - sym__declarator, - STATE(4903), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [72387] = 17, + 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, + [76612] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(29), 1, - anon_sym_AMP_AMP, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(1950), 1, - anon_sym_STAR, - ACTIONS(1952), 1, + 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(2550), 1, - sym_identifier, - ACTIONS(4100), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, anon_sym_LBRACK, - STATE(3511), 1, - sym__scope_resolution, - STATE(3756), 1, - sym__declarator, - STATE(4903), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [72449] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, + anon_sym_const, + ACTIONS(3425), 18, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4489), 1, anon_sym_STAR, - ACTIONS(4491), 1, anon_sym_AMP_AMP, - ACTIONS(4493), 1, - anon_sym_AMP, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - STATE(3510), 1, - sym__scope_resolution, - STATE(3718), 1, - sym__declarator, - STATE(4966), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [72511] = 12, + 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, + [76650] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(4764), 1, + ACTIONS(4821), 1, anon_sym_AMP_AMP, - ACTIONS(4766), 1, + ACTIONS(4823), 1, anon_sym_AMP, - ACTIONS(4778), 1, + ACTIONS(4831), 1, anon_sym_noexcept, - ACTIONS(4780), 1, + ACTIONS(4833), 1, anon_sym_throw, - ACTIONS(4956), 1, + ACTIONS(5178), 1, anon_sym_DASH_GT, - ACTIONS(5497), 1, + ACTIONS(5492), 1, anon_sym_LBRACK, - STATE(3218), 1, - sym_trailing_return_type, - ACTIONS(3506), 5, + ACTIONS(3415), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(5490), 3, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + ACTIONS(3497), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3134), 5, + STATE(3203), 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(5495), 8, + aux_sym_function_declarator_repeat2, + [76700] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5630), 1, + anon_sym_const, + ACTIONS(4018), 2, + 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_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, - [72563] = 17, + anon_sym_noexcept, + anon_sym_throw, + [76738] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, - anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4489), 1, - anon_sym_STAR, - ACTIONS(4491), 1, - anon_sym_AMP_AMP, - ACTIONS(4493), 1, + ACTIONS(3597), 3, anon_sym_AMP, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, anon_sym_LBRACK, - STATE(3510), 1, - sym__scope_resolution, - STATE(3713), 1, - sym__declarator, - STATE(4966), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [72625] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, + anon_sym_const, + ACTIONS(3595), 21, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, - anon_sym_LBRACK, - ACTIONS(4508), 1, - anon_sym_STAR, - ACTIONS(4510), 1, anon_sym_AMP_AMP, - ACTIONS(4512), 1, - anon_sym_AMP, - STATE(3510), 1, - sym__scope_resolution, - STATE(3547), 1, - sym__declarator, - STATE(4764), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [72687] = 12, + 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, + [76770] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(4764), 1, + ACTIONS(4821), 1, anon_sym_AMP_AMP, - ACTIONS(4766), 1, + ACTIONS(4823), 1, anon_sym_AMP, - ACTIONS(4778), 1, + ACTIONS(4831), 1, anon_sym_noexcept, - ACTIONS(4780), 1, + ACTIONS(4833), 1, anon_sym_throw, - ACTIONS(5109), 1, - anon_sym_DASH_GT, - ACTIONS(5431), 1, + ACTIONS(5410), 1, anon_sym_LBRACK, - ACTIONS(3438), 2, + ACTIONS(5533), 1, + anon_sym_DASH_GT, + ACTIONS(3415), 2, anon_sym_final, anon_sym_override, - ACTIONS(3506), 5, + ACTIONS(5408), 3, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + ACTIONS(3497), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - ACTIONS(5429), 5, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - STATE(3156), 7, + STATE(3205), 7, sym_type_qualifier, sym_virtual_specifier, sym_ref_qualifier, @@ -366382,352 +367572,479 @@ static const uint16_t ts_small_parse_table[] = { sym_noexcept, sym_throw_specifier, aux_sym_function_declarator_repeat2, - [72739] = 12, + [76820] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(4764), 1, - anon_sym_AMP_AMP, - ACTIONS(4766), 1, + ACTIONS(5605), 1, + anon_sym_COLON, + STATE(1328), 1, + sym_enumerator_list, + STATE(3268), 1, + sym__enum_base_clause, + ACTIONS(3417), 3, anon_sym_AMP, - ACTIONS(4778), 1, - anon_sym_noexcept, - ACTIONS(4780), 1, - anon_sym_throw, - ACTIONS(4954), 1, - anon_sym_DASH_GT, - ACTIONS(5501), 1, anon_sym_LBRACK, - STATE(3188), 1, - sym_trailing_return_type, - ACTIONS(3506), 5, + anon_sym_const, + ACTIONS(3419), 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, - STATE(3155), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5499), 8, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [76858] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5638), 3, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym_const, + ACTIONS(5636), 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, 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, - [72791] = 12, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [76890] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(4764), 1, - anon_sym_AMP_AMP, - ACTIONS(4766), 1, + ACTIONS(5642), 3, anon_sym_AMP, - ACTIONS(4778), 1, - anon_sym_noexcept, - ACTIONS(4780), 1, - anon_sym_throw, - ACTIONS(4954), 1, - anon_sym_DASH_GT, - ACTIONS(5505), 1, anon_sym_LBRACK, - STATE(3209), 1, - sym_trailing_return_type, - ACTIONS(3506), 5, + anon_sym_const, + ACTIONS(5640), 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, - STATE(3103), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5503), 8, + anon_sym_COLON, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [76921] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5646), 3, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym_const, + ACTIONS(5644), 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, - [72843] = 12, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [76952] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, + ACTIONS(5650), 3, + anon_sym_AMP, + anon_sym_LBRACK, anon_sym_const, - ACTIONS(4764), 1, + ACTIONS(5648), 20, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_AMP_AMP, - ACTIONS(4766), 1, - anon_sym_AMP, - ACTIONS(4778), 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_GT2, anon_sym_noexcept, - ACTIONS(4780), 1, anon_sym_throw, - ACTIONS(4954), 1, - anon_sym_DASH_GT, - ACTIONS(5540), 1, + [76983] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5654), 3, + anon_sym_AMP, anon_sym_LBRACK, - STATE(3196), 1, - sym_trailing_return_type, - ACTIONS(3506), 5, + anon_sym_const, + ACTIONS(5652), 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, - STATE(3103), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5538), 8, + anon_sym_COLON, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [77014] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5658), 3, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym_const, + ACTIONS(5656), 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, - [72895] = 12, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [77045] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5403), 1, - anon_sym_AMP_AMP, - ACTIONS(5406), 1, + ACTIONS(5662), 3, anon_sym_AMP, - ACTIONS(5409), 1, anon_sym_LBRACK, - ACTIONS(5423), 1, - anon_sym_noexcept, - ACTIONS(5426), 1, - anon_sym_throw, - ACTIONS(5529), 1, anon_sym_const, - ACTIONS(5548), 1, + ACTIONS(5660), 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, - ACTIONS(5420), 2, anon_sym_final, anon_sym_override, - ACTIONS(5401), 5, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [77076] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5666), 3, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym_const, + ACTIONS(5664), 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_GT2, - ACTIONS(5532), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3156), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [72947] = 17, + anon_sym_COLON, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [77107] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, + ACTIONS(2383), 1, anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4489), 1, + ACTIONS(2946), 1, + anon_sym_const, + ACTIONS(5670), 1, anon_sym_STAR, - ACTIONS(4491), 1, + ACTIONS(5672), 1, anon_sym_AMP_AMP, - ACTIONS(4493), 1, + ACTIONS(5674), 1, anon_sym_AMP, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, + ACTIONS(5676), 1, anon_sym_LBRACK, - STATE(3510), 1, - sym__scope_resolution, - STATE(3728), 1, - sym__declarator, - STATE(4966), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [73009] = 17, + STATE(3269), 1, + sym_parameter_list, + STATE(3952), 1, + sym__abstract_declarator, + STATE(3365), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(5668), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, + 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, + [77158] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, + ACTIONS(2383), 1, anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4489), 1, + ACTIONS(2946), 1, + anon_sym_const, + ACTIONS(5670), 1, anon_sym_STAR, - ACTIONS(4491), 1, + ACTIONS(5672), 1, anon_sym_AMP_AMP, - ACTIONS(4493), 1, + ACTIONS(5674), 1, anon_sym_AMP, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, + ACTIONS(5676), 1, anon_sym_LBRACK, - STATE(3510), 1, - sym__scope_resolution, - STATE(3721), 1, - sym__declarator, - STATE(4966), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [73071] = 10, + STATE(3269), 1, + sym_parameter_list, + STATE(3929), 1, + sym__abstract_declarator, + STATE(3230), 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, + 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, + [77209] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(5509), 1, + ACTIONS(2383), 1, + anon_sym_LPAREN2, + ACTIONS(2385), 1, + anon_sym_STAR, + ACTIONS(2387), 1, anon_sym_AMP_AMP, - ACTIONS(5512), 1, + ACTIONS(2389), 1, anon_sym_AMP, - ACTIONS(5515), 1, + ACTIONS(2946), 1, + anon_sym_const, + ACTIONS(5676), 1, anon_sym_LBRACK, - ACTIONS(5523), 1, + 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_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, + [77260] = 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(5526), 1, + ACTIONS(4833), 1, anon_sym_throw, - ACTIONS(5551), 1, - anon_sym_const, - ACTIONS(5554), 5, + 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_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3159), 5, + ACTIONS(5529), 5, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + 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, - ACTIONS(5507), 10, + [77309] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5541), 3, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym_const, + ACTIONS(5539), 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, - [73119] = 17, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [77340] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(139), 1, - sym_operator_name, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(1946), 1, + ACTIONS(5684), 1, anon_sym_LPAREN2, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4487), 1, - sym_identifier, - ACTIONS(4489), 1, - anon_sym_STAR, - ACTIONS(4491), 1, - anon_sym_AMP_AMP, - ACTIONS(4493), 1, + ACTIONS(5686), 3, anon_sym_AMP, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(4497), 1, anon_sym_LBRACK, - STATE(3510), 1, - sym__scope_resolution, - STATE(3585), 1, - sym__declarator, - STATE(4966), 1, - sym_ms_based_modifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - STATE(3583), 10, - 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, - [73181] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5561), 1, - anon_sym___attribute__, - STATE(3161), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(5559), 3, + anon_sym_const, + ACTIONS(5682), 19, + 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, + 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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5690), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(5557), 19, + ACTIONS(5688), 20, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -366741,31 +368058,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, - [73218] = 6, + [77404] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2952), 1, - anon_sym_COLON_COLON, - ACTIONS(3377), 1, - anon_sym_LT, - STATE(1350), 1, - sym_template_argument_list, - ACTIONS(3337), 4, + ACTIONS(5531), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - anon_sym_COLON, - ACTIONS(2399), 18, + ACTIONS(5529), 20, 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, @@ -366774,65 +368086,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, - [73257] = 7, - ACTIONS(3), 1, - sym_comment, - STATE(3242), 1, - sym_ms_unaligned_ptr_modifier, - ACTIONS(5571), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3163), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(5568), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(5566), 6, - anon_sym_LPAREN2, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK, - ACTIONS(5564), 11, - anon_sym_AMP, - anon_sym___based, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - sym_identifier, - anon_sym_template, - sym_operator_name, - [73298] = 6, + [77435] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2952), 1, - anon_sym_COLON_COLON, - ACTIONS(3377), 1, - anon_sym_LT, - STATE(1350), 1, - sym_template_argument_list, - ACTIONS(2441), 4, + ACTIONS(5694), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - anon_sym_COLON, - ACTIONS(2448), 18, + ACTIONS(5692), 20, 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, @@ -366841,398 +368114,568 @@ 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, - [73337] = 12, + [77466] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, + ACTIONS(2383), 1, + anon_sym_LPAREN2, + ACTIONS(2946), 1, anon_sym_const, - ACTIONS(4764), 1, + ACTIONS(5670), 1, + anon_sym_STAR, + ACTIONS(5672), 1, anon_sym_AMP_AMP, - ACTIONS(4766), 1, + ACTIONS(5674), 1, anon_sym_AMP, - ACTIONS(4778), 1, - anon_sym_noexcept, - ACTIONS(4780), 1, - anon_sym_throw, - ACTIONS(5109), 1, - anon_sym_DASH_GT, - ACTIONS(5501), 1, + ACTIONS(5676), 1, anon_sym_LBRACK, - STATE(3188), 1, - sym_trailing_return_type, - ACTIONS(3506), 5, + STATE(3269), 1, + sym_parameter_list, + STATE(3945), 1, + sym__abstract_declarator, + STATE(3365), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(4230), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(5678), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3168), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5499), 7, + STATE(3757), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [77517] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5698), 3, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym_const, + ACTIONS(5696), 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, - [73388] = 9, + anon_sym_noexcept, + anon_sym_throw, + [77548] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5574), 1, + 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(5577), 1, + 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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5708), 3, anon_sym_AMP, - ACTIONS(5580), 1, + anon_sym_LBRACK, anon_sym_const, - ACTIONS(5586), 1, - anon_sym_noexcept, - ACTIONS(5589), 1, - anon_sym_throw, - ACTIONS(5583), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3166), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5507), 10, - anon_sym_DOT_DOT_DOT, + ACTIONS(5706), 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_LBRACK, 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, - [73433] = 12, + anon_sym_noexcept, + anon_sym_throw, + [77638] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(4764), 1, + ACTIONS(4821), 1, anon_sym_AMP_AMP, - ACTIONS(4766), 1, + ACTIONS(4823), 1, anon_sym_AMP, - ACTIONS(4778), 1, + ACTIONS(4831), 1, anon_sym_noexcept, - ACTIONS(4780), 1, + ACTIONS(4833), 1, anon_sym_throw, - ACTIONS(5109), 1, + ACTIONS(5533), 1, anon_sym_DASH_GT, - ACTIONS(5505), 1, + ACTIONS(5541), 1, anon_sym_LBRACK, - STATE(3209), 1, + STATE(3220), 1, sym_trailing_return_type, - ACTIONS(3506), 5, + ACTIONS(3497), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3103), 5, + ACTIONS(5539), 5, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + 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, - ACTIONS(5503), 7, + [77687] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5712), 3, + anon_sym_AMP, + anon_sym_LBRACK, + anon_sym_const, + ACTIONS(5710), 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, - [73484] = 12, + anon_sym_noexcept, + anon_sym_throw, + [77718] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, anon_sym_const, - ACTIONS(4764), 1, + ACTIONS(4821), 1, anon_sym_AMP_AMP, - ACTIONS(4766), 1, + ACTIONS(4823), 1, anon_sym_AMP, - ACTIONS(4778), 1, + ACTIONS(4831), 1, anon_sym_noexcept, - ACTIONS(4780), 1, + ACTIONS(4833), 1, anon_sym_throw, - ACTIONS(5109), 1, + ACTIONS(5533), 1, anon_sym_DASH_GT, - ACTIONS(5540), 1, + ACTIONS(5537), 1, anon_sym_LBRACK, - STATE(3196), 1, + STATE(3228), 1, sym_trailing_return_type, - ACTIONS(3506), 5, + ACTIONS(3497), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3103), 5, + 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, - ACTIONS(5538), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [73535] = 6, + [77767] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(5592), 1, - anon_sym_const, - ACTIONS(4041), 2, + 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(3169), 2, + STATE(3280), 1, + sym_parameter_list, + STATE(3927), 1, + sym__abstract_declarator, + STATE(3365), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(5595), 5, + 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, - ACTIONS(4043), 15, + 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, + 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(5704), 1, + anon_sym_COLON, + ACTIONS(5714), 1, + anon_sym_SEMI, + ACTIONS(5716), 1, + anon_sym_EQ, + STATE(3443), 1, + sym__field_declarator, + STATE(4922), 1, + sym_initializer_list, + STATE(4929), 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, + [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_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_COLON, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [73574] = 12, + [77908] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, - anon_sym_const, - ACTIONS(4764), 1, + ACTIONS(2383), 1, + anon_sym_LPAREN2, + ACTIONS(2385), 1, + anon_sym_STAR, + ACTIONS(2387), 1, anon_sym_AMP_AMP, - ACTIONS(4766), 1, + ACTIONS(2389), 1, anon_sym_AMP, - ACTIONS(4778), 1, - anon_sym_noexcept, - ACTIONS(4780), 1, - anon_sym_throw, - ACTIONS(5109), 1, - anon_sym_DASH_GT, - ACTIONS(5497), 1, + ACTIONS(2946), 1, + anon_sym_const, + ACTIONS(5676), 1, anon_sym_LBRACK, - STATE(3218), 1, - sym_trailing_return_type, - ACTIONS(3506), 5, + STATE(3280), 1, + sym_parameter_list, + STATE(3943), 1, + sym__abstract_declarator, + STATE(3223), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(5722), 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(3167), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - ACTIONS(5495), 7, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [73625] = 13, + STATE(3757), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [77959] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(4724), 1, - sym_identifier, - ACTIONS(4726), 1, - anon_sym_LPAREN2, - ACTIONS(4728), 1, - anon_sym_STAR, - ACTIONS(4730), 1, - anon_sym_AMP_AMP, - ACTIONS(4732), 1, + ACTIONS(5726), 3, anon_sym_AMP, - ACTIONS(4734), 1, - sym_operator_name, - STATE(3574), 1, - sym__field_declarator, - STATE(4931), 1, - sym_ms_based_modifier, - STATE(3253), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2944), 6, + anon_sym_LBRACK, anon_sym_const, + ACTIONS(5724), 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, - STATE(3691), 7, - 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, - [73677] = 7, + anon_sym_COLON, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [77990] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3075), 1, - anon_sym_LBRACE, - ACTIONS(5598), 1, - anon_sym_COLON, - STATE(1277), 1, - sym__enum_base_clause, - STATE(1317), 1, - sym_enumerator_list, - ACTIONS(3446), 3, + ACTIONS(5730), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(3448), 17, + ACTIONS(5728), 20, 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_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, - [73717] = 7, + [78021] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3075), 1, - anon_sym_LBRACE, - ACTIONS(5598), 1, - anon_sym_COLON, - STATE(1282), 1, - sym__enum_base_clause, - STATE(1293), 1, - sym_enumerator_list, - ACTIONS(3440), 3, + ACTIONS(5734), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(3442), 17, + ACTIONS(5732), 20, 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_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, - [73757] = 13, + [78052] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(4726), 1, + ACTIONS(2383), 1, anon_sym_LPAREN2, - ACTIONS(4734), 1, - sym_operator_name, - ACTIONS(4736), 1, - sym_identifier, - ACTIONS(4738), 1, + ACTIONS(2946), 1, + anon_sym_const, + ACTIONS(5676), 1, + anon_sym_LBRACK, + ACTIONS(5736), 1, anon_sym_STAR, - ACTIONS(4740), 1, + ACTIONS(5738), 1, anon_sym_AMP_AMP, - ACTIONS(4742), 1, + ACTIONS(5740), 1, anon_sym_AMP, - STATE(3782), 1, - sym__field_declarator, - STATE(4835), 1, - sym_ms_based_modifier, - STATE(3253), 2, + STATE(3267), 1, + sym_parameter_list, + STATE(3946), 1, + sym__abstract_declarator, + STATE(3365), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2944), 6, + ACTIONS(4230), 3, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + 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, + [78103] = 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(3916), 1, + sym__abstract_declarator, + STATE(3237), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(4052), 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(3691), 7, - 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, - [73809] = 6, + STATE(3757), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [78154] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3472), 1, - anon_sym_COLON, - STATE(1317), 1, - sym_enumerator_list, - STATE(3229), 1, - sym__enum_base_clause, - ACTIONS(3446), 3, + ACTIONS(5744), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(3448), 18, + ACTIONS(5742), 20, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, @@ -367243,140 +368686,132 @@ 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, - [73847] = 13, + [78185] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(4724), 1, - sym_identifier, - ACTIONS(4726), 1, - anon_sym_LPAREN2, - ACTIONS(4728), 1, - anon_sym_STAR, - ACTIONS(4730), 1, - anon_sym_AMP_AMP, - ACTIONS(4732), 1, - anon_sym_AMP, - ACTIONS(4734), 1, - sym_operator_name, - STATE(3561), 1, - sym__field_declarator, - STATE(4931), 1, - sym_ms_based_modifier, - STATE(3253), 2, + ACTIONS(4020), 1, + anon_sym_COLON_COLON, + STATE(3247), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2944), 6, + ACTIONS(5581), 6, anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3691), 7, - 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, - [73899] = 12, + 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(57), 1, - anon_sym_const, - ACTIONS(4764), 1, + ACTIONS(2383), 1, + anon_sym_LPAREN2, + ACTIONS(2385), 1, + anon_sym_STAR, + ACTIONS(2387), 1, anon_sym_AMP_AMP, - ACTIONS(4766), 1, + ACTIONS(2389), 1, anon_sym_AMP, - ACTIONS(4778), 1, - anon_sym_noexcept, - ACTIONS(4780), 1, - anon_sym_throw, - ACTIONS(4956), 1, - anon_sym_DASH_GT, - ACTIONS(5441), 1, + ACTIONS(2946), 1, + anon_sym_const, + ACTIONS(5676), 1, anon_sym_LBRACK, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(5439), 3, + 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_LPAREN2, - anon_sym_LBRACK_LBRACK, - ACTIONS(3506), 5, + anon_sym_SEMI, + ACTIONS(5678), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3126), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [73949] = 12, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(57), 1, + ACTIONS(2383), 1, + anon_sym_LPAREN2, + ACTIONS(2946), 1, anon_sym_const, - ACTIONS(4764), 1, + ACTIONS(5676), 1, + anon_sym_LBRACK, + ACTIONS(5736), 1, + anon_sym_STAR, + ACTIONS(5738), 1, anon_sym_AMP_AMP, - ACTIONS(4766), 1, + ACTIONS(5740), 1, anon_sym_AMP, - ACTIONS(4778), 1, - anon_sym_noexcept, - ACTIONS(4780), 1, - anon_sym_throw, - ACTIONS(4956), 1, - anon_sym_DASH_GT, - ACTIONS(5309), 1, - anon_sym_LBRACK, - ACTIONS(3438), 2, - anon_sym_final, - anon_sym_override, - ACTIONS(5307), 3, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - ACTIONS(3506), 5, + STATE(3267), 1, + sym_parameter_list, + STATE(3933), 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, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3177), 7, - sym_type_qualifier, - sym_virtual_specifier, - sym_ref_qualifier, - sym_trailing_return_type, - sym_noexcept, - sym_throw_specifier, - aux_sym_function_declarator_repeat2, - [73999] = 3, + STATE(3757), 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(3562), 3, + ACTIONS(5750), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(3560), 21, + ACTIONS(5748), 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, @@ -367392,122 +368827,212 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [74031] = 13, + [78353] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(4726), 1, + ACTIONS(2383), 1, anon_sym_LPAREN2, - ACTIONS(4734), 1, - sym_operator_name, - ACTIONS(4736), 1, - sym_identifier, - ACTIONS(4738), 1, + ACTIONS(2385), 1, anon_sym_STAR, - ACTIONS(4740), 1, + ACTIONS(2387), 1, anon_sym_AMP_AMP, - ACTIONS(4742), 1, + ACTIONS(2389), 1, anon_sym_AMP, - STATE(3778), 1, - sym__field_declarator, - STATE(4835), 1, - sym_ms_based_modifier, - STATE(3253), 2, + ACTIONS(2946), 1, + anon_sym_const, + ACTIONS(5676), 1, + anon_sym_LBRACK, + STATE(3280), 1, + sym_parameter_list, + STATE(3942), 1, + sym__abstract_declarator, + STATE(3365), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2944), 6, - anon_sym_const, + ACTIONS(5668), 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(3691), 7, - 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, - [74083] = 5, + STATE(3757), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [78404] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(5600), 1, - anon_sym___attribute__, - STATE(3181), 2, - sym_attribute_specifier, - aux_sym_function_declarator_repeat1, - ACTIONS(5559), 3, + ACTIONS(2383), 1, + anon_sym_LPAREN2, + ACTIONS(2946), 1, + anon_sym_const, + 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, - anon_sym_const, - ACTIONS(5557), 18, + STATE(3269), 1, + sym_parameter_list, + STATE(3951), 1, + sym__abstract_declarator, + STATE(3221), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(5746), 3, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, + anon_sym_GT2, + ACTIONS(5678), 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_noexcept, - anon_sym_throw, - [74119] = 6, + STATE(3757), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [78455] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3472), 1, - anon_sym_COLON, - STATE(1293), 1, - sym_enumerator_list, - STATE(3232), 1, - sym__enum_base_clause, - ACTIONS(3440), 3, + ACTIONS(2383), 1, + anon_sym_LPAREN2, + ACTIONS(2946), 1, + anon_sym_const, + 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, - anon_sym_const, - ACTIONS(3442), 18, + STATE(3269), 1, + sym_parameter_list, + STATE(3961), 1, + sym__abstract_declarator, + STATE(3365), 2, + sym_type_qualifier, + aux_sym_type_definition_repeat1, + ACTIONS(5680), 3, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_GT2, + 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, + [78506] = 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(5704), 1, + anon_sym_COLON, + ACTIONS(5752), 1, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, + ACTIONS(5754), 1, 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, + 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(5545), 1, + anon_sym_LBRACK, + STATE(3225), 1, + sym_trailing_return_type, + ACTIONS(3497), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - anon_sym_DASH_GT, + ACTIONS(5543), 5, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_final, anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [74157] = 3, + STATE(3234), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + [78614] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3598), 3, + ACTIONS(5758), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(3596), 21, + ACTIONS(5756), 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, @@ -367523,59 +369048,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [74189] = 13, + [78645] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(4726), 1, + ACTIONS(2383), 1, anon_sym_LPAREN2, - ACTIONS(4734), 1, - sym_operator_name, - ACTIONS(4736), 1, - sym_identifier, - ACTIONS(4738), 1, + ACTIONS(2946), 1, + anon_sym_const, + ACTIONS(5670), 1, anon_sym_STAR, - ACTIONS(4740), 1, + ACTIONS(5672), 1, anon_sym_AMP_AMP, - ACTIONS(4742), 1, + ACTIONS(5674), 1, anon_sym_AMP, - STATE(3784), 1, - sym__field_declarator, - STATE(4835), 1, - sym_ms_based_modifier, + ACTIONS(5676), 1, + anon_sym_LBRACK, + STATE(3269), 1, + sym_parameter_list, + STATE(3953), 1, + sym__abstract_declarator, STATE(3253), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(2944), 6, - anon_sym_const, + ACTIONS(5722), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, + ACTIONS(5678), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3691), 7, - 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, - [74241] = 3, + STATE(3757), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [78696] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5605), 3, + ACTIONS(2946), 1, + anon_sym_const, + ACTIONS(5760), 1, + anon_sym_AMP_AMP, + ACTIONS(5762), 1, anon_sym_AMP, + ACTIONS(5764), 1, + anon_sym_DASH_GT, + ACTIONS(5766), 1, + anon_sym_noexcept, + ACTIONS(5768), 1, + anon_sym_throw, + STATE(3746), 1, + sym_trailing_return_type, + ACTIONS(5529), 5, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + 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, + [78742] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5772), 1, + anon_sym_LPAREN2, + ACTIONS(5776), 1, anon_sym_LBRACK, + STATE(3146), 1, + sym_parameter_list, + ACTIONS(5774), 2, + anon_sym_AMP, anon_sym_const, - ACTIONS(5603), 21, + ACTIONS(5770), 17, 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, @@ -367588,116 +369149,113 @@ 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, - [74273] = 3, + [78778] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2746), 10, - anon_sym_COMMA, + ACTIONS(5772), 1, anon_sym_LPAREN2, - anon_sym_STAR, + ACTIONS(5776), 1, + anon_sym_LBRACK, + STATE(3146), 1, + sym_parameter_list, + ACTIONS(5780), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(5778), 17, + anon_sym_COMMA, 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(2744), 14, - anon_sym_AMP, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - sym_identifier, + anon_sym_COLON, + anon_sym_DASH_GT, anon_sym_final, anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [74305] = 13, + [78814] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(4724), 1, - sym_identifier, - ACTIONS(4726), 1, + ACTIONS(5784), 6, anon_sym_LPAREN2, - ACTIONS(4728), 1, + anon_sym_TILDE, anon_sym_STAR, - ACTIONS(4730), 1, anon_sym_AMP_AMP, - ACTIONS(4732), 1, + anon_sym_COLON_COLON, + anon_sym_LBRACK, + ACTIONS(5782), 16, anon_sym_AMP, - ACTIONS(4734), 1, - sym_operator_name, - STATE(3570), 1, - sym__field_declarator, - STATE(4931), 1, - sym_ms_based_modifier, - STATE(3253), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(2944), 6, + 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, - STATE(3691), 7, - 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, - [74357] = 3, + sym_identifier, + anon_sym_template, + anon_sym_operator, + [78844] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5540), 3, - anon_sym_AMP, - anon_sym_LBRACK, + ACTIONS(2946), 1, anon_sym_const, - ACTIONS(5538), 20, + 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(5786), 1, + anon_sym_DASH_GT, + STATE(3746), 1, + sym_trailing_return_type, + ACTIONS(5529), 5, + 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_EQ, + anon_sym_LBRACK, + anon_sym_GT2, + ACTIONS(5678), 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, - [74388] = 3, + STATE(3187), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + [78890] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5609), 3, + STATE(1322), 1, + sym_enumerator_list, + ACTIONS(3076), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(5607), 20, + ACTIONS(3078), 18, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, @@ -367708,169 +369266,164 @@ 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, - [74419] = 13, + [78922] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2351), 1, - anon_sym_LPAREN2, - ACTIONS(2353), 1, - anon_sym_STAR, - ACTIONS(2355), 1, + ACTIONS(2946), 1, + anon_sym_const, + ACTIONS(5760), 1, anon_sym_AMP_AMP, - ACTIONS(2357), 1, + ACTIONS(5762), 1, anon_sym_AMP, - ACTIONS(2944), 1, - anon_sym_const, - ACTIONS(5613), 1, - anon_sym_LBRACK, - STATE(3237), 1, - sym_parameter_list, - STATE(3829), 1, - sym__abstract_declarator, - STATE(3221), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(5611), 3, + ACTIONS(5766), 1, + anon_sym_noexcept, + ACTIONS(5768), 1, + anon_sym_throw, + ACTIONS(5788), 1, + anon_sym_DASH_GT, + STATE(3753), 1, + sym_trailing_return_type, + ACTIONS(5539), 5, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, - ACTIONS(5615), 5, + anon_sym_LBRACK, + ACTIONS(5678), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [74470] = 13, + STATE(3187), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + [78968] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2351), 1, - anon_sym_LPAREN2, - ACTIONS(2353), 1, - anon_sym_STAR, - ACTIONS(2355), 1, + ACTIONS(2946), 1, + anon_sym_const, + ACTIONS(5760), 1, anon_sym_AMP_AMP, - ACTIONS(2357), 1, + ACTIONS(5762), 1, anon_sym_AMP, - ACTIONS(2944), 1, - anon_sym_const, - ACTIONS(5613), 1, - anon_sym_LBRACK, - STATE(3237), 1, - sym_parameter_list, - STATE(3838), 1, - sym__abstract_declarator, - STATE(3297), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(5617), 3, + ACTIONS(5766), 1, + anon_sym_noexcept, + ACTIONS(5768), 1, + anon_sym_throw, + ACTIONS(5788), 1, + anon_sym_DASH_GT, + STATE(3758), 1, + sym_trailing_return_type, + ACTIONS(5535), 5, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, - ACTIONS(5615), 5, + anon_sym_LBRACK, + ACTIONS(5678), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [74521] = 13, + STATE(3266), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + [79014] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2351), 1, - anon_sym_LPAREN2, - ACTIONS(2353), 1, - anon_sym_STAR, - ACTIONS(2355), 1, + ACTIONS(2946), 1, + anon_sym_const, + ACTIONS(5760), 1, anon_sym_AMP_AMP, - ACTIONS(2357), 1, + ACTIONS(5762), 1, anon_sym_AMP, - ACTIONS(2944), 1, - anon_sym_const, - ACTIONS(5613), 1, - anon_sym_LBRACK, - STATE(3237), 1, - sym_parameter_list, - STATE(3842), 1, - sym__abstract_declarator, - STATE(3212), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4077), 3, + ACTIONS(5766), 1, + anon_sym_noexcept, + ACTIONS(5768), 1, + anon_sym_throw, + ACTIONS(5788), 1, + anon_sym_DASH_GT, + STATE(3746), 1, + sym_trailing_return_type, + ACTIONS(5529), 5, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, - ACTIONS(5615), 5, + anon_sym_LBRACK, + ACTIONS(5678), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [74572] = 6, + STATE(3187), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + [79060] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2950), 1, - anon_sym_LT, - ACTIONS(2952), 1, - anon_sym_COLON_COLON, - STATE(1350), 1, - sym_template_argument_list, - ACTIONS(2946), 9, - anon_sym_AMP, - anon_sym___based, + ACTIONS(2946), 1, anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - sym_identifier, - ACTIONS(2948), 11, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, + ACTIONS(5760), 1, anon_sym_AMP_AMP, + ACTIONS(5762), 1, + anon_sym_AMP, + ACTIONS(5764), 1, + anon_sym_DASH_GT, + ACTIONS(5766), 1, + anon_sym_noexcept, + ACTIONS(5768), 1, + anon_sym_throw, + STATE(3769), 1, + sym_trailing_return_type, + ACTIONS(5543), 5, + anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, anon_sym_EQ, - anon_sym_GT2, - [74609] = 3, + ACTIONS(5678), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3276), 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, - ACTIONS(5621), 3, + STATE(1343), 1, + sym_enumerator_list, + ACTIONS(3066), 3, anon_sym_AMP, anon_sym_LBRACK, anon_sym_const, - ACTIONS(5619), 20, + ACTIONS(3068), 18, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, @@ -367881,52 +369434,60 @@ 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, - [74640] = 3, + [79138] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5625), 3, - anon_sym_AMP, - anon_sym_LBRACK, + ACTIONS(2946), 1, anon_sym_const, - ACTIONS(5623), 20, + 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(5786), 1, + anon_sym_DASH_GT, + STATE(3769), 1, + sym_trailing_return_type, + ACTIONS(5543), 5, + 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_EQ, + anon_sym_LBRACK, + anon_sym_GT2, + ACTIONS(5678), 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, - [74671] = 3, + STATE(3277), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + [79184] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5629), 3, - anon_sym_AMP, + ACTIONS(5772), 1, + anon_sym_LPAREN2, + ACTIONS(5776), 1, anon_sym_LBRACK, + STATE(3146), 1, + sym_parameter_list, + ACTIONS(5094), 2, + anon_sym_AMP, anon_sym_const, - ACTIONS(5627), 20, + ACTIONS(5092), 17, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, @@ -367941,58 +369502,86 @@ 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, - [74702] = 13, + [79220] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2351), 1, - anon_sym_LPAREN2, - ACTIONS(2944), 1, + ACTIONS(2946), 1, anon_sym_const, - ACTIONS(5613), 1, - anon_sym_LBRACK, - ACTIONS(5633), 1, - anon_sym_STAR, - ACTIONS(5635), 1, + ACTIONS(5760), 1, anon_sym_AMP_AMP, - ACTIONS(5637), 1, + ACTIONS(5762), 1, anon_sym_AMP, - STATE(3252), 1, - sym_parameter_list, - STATE(3787), 1, - sym__abstract_declarator, - STATE(3297), 2, + ACTIONS(5764), 1, + anon_sym_DASH_GT, + ACTIONS(5766), 1, + anon_sym_noexcept, + ACTIONS(5768), 1, + anon_sym_throw, + STATE(3758), 1, + sym_trailing_return_type, + ACTIONS(5535), 5, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + ACTIONS(5678), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3258), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + [79266] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(3272), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(5631), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(5615), 5, + ACTIONS(4018), 5, + anon_sym_AMP, + anon_sym___based, + sym_identifier, + anon_sym_template, + anon_sym_operator, + ACTIONS(5790), 6, + anon_sym_const, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [74753] = 3, + ACTIONS(4020), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_COLON_COLON, + anon_sym_LBRACK, + anon_sym_GT2, + [79300] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5641), 3, - anon_sym_AMP, + ACTIONS(5772), 1, + anon_sym_LPAREN2, + ACTIONS(5776), 1, anon_sym_LBRACK, + STATE(3146), 1, + sym_parameter_list, + ACTIONS(5795), 2, + anon_sym_AMP, anon_sym_const, - ACTIONS(5639), 20, + ACTIONS(5793), 17, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, @@ -368007,20 +369596,22 @@ 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, - [74784] = 3, + [79336] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5645), 3, - anon_sym_AMP, + ACTIONS(5772), 1, + anon_sym_LPAREN2, + ACTIONS(5776), 1, anon_sym_LBRACK, + STATE(3146), 1, + sym_parameter_list, + ACTIONS(5799), 2, + anon_sym_AMP, anon_sym_const, - ACTIONS(5643), 20, + ACTIONS(5797), 17, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, @@ -368035,317 +369626,410 @@ 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, - [74815] = 13, + [79372] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2351), 1, + ACTIONS(5803), 1, anon_sym_LPAREN2, - ACTIONS(2944), 1, - anon_sym_const, - ACTIONS(5613), 1, - anon_sym_LBRACK, - ACTIONS(5647), 1, + 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, - ACTIONS(5649), 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_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + [79406] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2946), 1, + anon_sym_const, + ACTIONS(5760), 1, anon_sym_AMP_AMP, - ACTIONS(5651), 1, + ACTIONS(5762), 1, anon_sym_AMP, - STATE(3246), 1, - sym_parameter_list, - STATE(3832), 1, - sym__abstract_declarator, - STATE(3297), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4275), 3, + ACTIONS(5764), 1, + anon_sym_DASH_GT, + ACTIONS(5766), 1, + anon_sym_noexcept, + ACTIONS(5768), 1, + anon_sym_throw, + STATE(3753), 1, + sym_trailing_return_type, + ACTIONS(5539), 5, + anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, - ACTIONS(5615), 5, + ACTIONS(5678), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [74866] = 13, + STATE(3187), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + [79452] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2351), 1, - anon_sym_LPAREN2, - ACTIONS(2944), 1, + ACTIONS(2946), 1, anon_sym_const, - ACTIONS(5613), 1, - anon_sym_LBRACK, - ACTIONS(5633), 1, - anon_sym_STAR, - ACTIONS(5635), 1, + ACTIONS(5760), 1, anon_sym_AMP_AMP, - ACTIONS(5637), 1, + ACTIONS(5762), 1, anon_sym_AMP, - STATE(3252), 1, - sym_parameter_list, - STATE(3823), 1, - sym__abstract_declarator, - STATE(3297), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(5617), 3, + ACTIONS(5766), 1, + anon_sym_noexcept, + ACTIONS(5768), 1, + anon_sym_throw, + ACTIONS(5786), 1, + anon_sym_DASH_GT, + STATE(3753), 1, + sym_trailing_return_type, + ACTIONS(5539), 5, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_LBRACK, anon_sym_GT2, - ACTIONS(5615), 5, + ACTIONS(5678), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [74917] = 13, + STATE(3187), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + [79498] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2351), 1, - anon_sym_LPAREN2, - ACTIONS(2944), 1, + ACTIONS(2946), 1, anon_sym_const, - ACTIONS(5613), 1, - anon_sym_LBRACK, - ACTIONS(5633), 1, - anon_sym_STAR, - ACTIONS(5635), 1, + ACTIONS(5760), 1, anon_sym_AMP_AMP, - ACTIONS(5637), 1, + ACTIONS(5762), 1, anon_sym_AMP, - STATE(3252), 1, - sym_parameter_list, - STATE(3824), 1, - sym__abstract_declarator, - STATE(3197), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(5611), 3, + ACTIONS(5766), 1, + anon_sym_noexcept, + ACTIONS(5768), 1, + anon_sym_throw, + ACTIONS(5786), 1, + anon_sym_DASH_GT, + STATE(3758), 1, + sym_trailing_return_type, + ACTIONS(5535), 5, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_LBRACK, anon_sym_GT2, - ACTIONS(5615), 5, + ACTIONS(5678), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [74968] = 13, + STATE(3262), 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, + 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(5788), 1, + anon_sym_DASH_GT, + STATE(3769), 1, + sym_trailing_return_type, + ACTIONS(5543), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK, + ACTIONS(5678), 5, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + STATE(3264), 5, + sym_type_qualifier, + sym_ref_qualifier, + sym_noexcept, + sym_throw_specifier, + aux_sym_abstract_function_declarator_repeat1, + [79620] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2351), 1, + ACTIONS(2383), 1, anon_sym_LPAREN2, - ACTIONS(2944), 1, + ACTIONS(2946), 1, anon_sym_const, - ACTIONS(5613), 1, + ACTIONS(4230), 1, + anon_sym_LBRACE, + ACTIONS(5676), 1, anon_sym_LBRACK, - ACTIONS(5633), 1, + ACTIONS(5811), 1, anon_sym_STAR, - ACTIONS(5635), 1, + ACTIONS(5813), 1, anon_sym_AMP_AMP, - ACTIONS(5637), 1, + ACTIONS(5815), 1, anon_sym_AMP, - STATE(3252), 1, + STATE(3360), 1, sym_parameter_list, - STATE(3817), 1, + STATE(4150), 1, sym__abstract_declarator, - STATE(3201), 2, + STATE(3365), 2, sym_type_qualifier, aux_sym_type_definition_repeat1, - ACTIONS(5653), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(5615), 5, + ACTIONS(5678), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3647), 5, + STATE(3757), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [75019] = 3, + [79669] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5657), 3, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(2984), 1, + anon_sym_LT, + STATE(1299), 1, + sym_template_argument_list, + ACTIONS(2980), 2, anon_sym_AMP, - anon_sym_LBRACK, anon_sym_const, - ACTIONS(5655), 20, + ACTIONS(2982), 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_COLON, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [75050] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4043), 1, - anon_sym_COLON_COLON, - STATE(3205), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(5659), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - ACTIONS(4041), 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, - [75085] = 6, + [79704] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2952), 1, + ACTIONS(2422), 1, anon_sym_COLON_COLON, - ACTIONS(3377), 1, + ACTIONS(5817), 1, anon_sym_LT, - STATE(1350), 1, + STATE(2405), 1, sym_template_argument_list, - ACTIONS(2373), 3, + ACTIONS(2449), 3, anon_sym_AMP, - anon_sym_LBRACK, anon_sym_const, - ACTIONS(2381), 17, + anon_sym_COLON, + ACTIONS(2456), 15, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, + 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_GT2, - anon_sym_noexcept, - anon_sym_throw, - [75122] = 3, + [79739] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(5664), 3, - anon_sym_AMP, - anon_sym_LBRACK, - anon_sym_const, - ACTIONS(5662), 20, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2383), 1, anon_sym_LPAREN2, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, + ACTIONS(2946), 1, + anon_sym_const, + ACTIONS(4052), 1, anon_sym_LBRACE, - anon_sym_EQ, + 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(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, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [75153] = 3, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(5668), 3, + 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, anon_sym_LBRACK, anon_sym_const, - ACTIONS(5666), 20, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3425), 15, 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_COLON, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [75184] = 3, + [79823] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5672), 3, - anon_sym_AMP, + ACTIONS(5819), 1, + sym_identifier, + ACTIONS(5821), 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, + 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(3), 1, + sym_comment, + ACTIONS(5776), 1, anon_sym_LBRACK, + ACTIONS(5835), 1, + anon_sym_LPAREN2, + STATE(3174), 1, + sym_parameter_list, + ACTIONS(5094), 2, + anon_sym_AMP, anon_sym_const, - ACTIONS(5670), 20, + ACTIONS(5092), 16, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, @@ -368356,24 +370040,25 @@ 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, - [75215] = 3, + [79901] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5676), 3, - anon_sym_AMP, + ACTIONS(5776), 1, anon_sym_LBRACK, + ACTIONS(5835), 1, + anon_sym_LPAREN2, + STATE(3174), 1, + sym_parameter_list, + ACTIONS(5799), 2, + anon_sym_AMP, anon_sym_const, - ACTIONS(5674), 20, + ACTIONS(5797), 16, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, @@ -368384,129 +370069,83 @@ 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, - [75246] = 4, + [79936] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5680), 1, + ACTIONS(5776), 1, + anon_sym_LBRACK, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(5682), 3, + STATE(3175), 1, + sym_parameter_list, + ACTIONS(5780), 2, anon_sym_AMP, - anon_sym_LBRACK, anon_sym_const, - ACTIONS(5678), 19, + ACTIONS(5778), 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, 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, - [75279] = 13, + [79971] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2351), 1, + ACTIONS(5776), 1, + anon_sym_LBRACK, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(2353), 1, - anon_sym_STAR, - ACTIONS(2355), 1, - anon_sym_AMP_AMP, - ACTIONS(2357), 1, + STATE(3175), 1, + sym_parameter_list, + ACTIONS(5774), 2, anon_sym_AMP, - ACTIONS(2944), 1, anon_sym_const, - ACTIONS(5613), 1, - anon_sym_LBRACK, - STATE(3237), 1, - sym_parameter_list, - STATE(3833), 1, - sym__abstract_declarator, - STATE(3297), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4275), 3, + ACTIONS(5770), 16, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_SEMI, - ACTIONS(5615), 5, + 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(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [75330] = 13, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [80006] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2351), 1, - anon_sym_LPAREN2, - ACTIONS(2944), 1, - anon_sym_const, - ACTIONS(5613), 1, + ACTIONS(5776), 1, anon_sym_LBRACK, - ACTIONS(5633), 1, - anon_sym_STAR, - ACTIONS(5635), 1, - anon_sym_AMP_AMP, - ACTIONS(5637), 1, - anon_sym_AMP, - STATE(3252), 1, + ACTIONS(5835), 1, + anon_sym_LPAREN2, + STATE(3174), 1, sym_parameter_list, - STATE(3840), 1, - sym__abstract_declarator, - STATE(3223), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4077), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(5615), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [75381] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5686), 3, + ACTIONS(5774), 2, anon_sym_AMP, - anon_sym_LBRACK, anon_sym_const, - ACTIONS(5684), 20, + ACTIONS(5770), 16, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, @@ -368517,136 +370156,219 @@ 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, - [75412] = 3, + [80041] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5690), 3, - anon_sym_AMP, + ACTIONS(5776), 1, anon_sym_LBRACK, + ACTIONS(5835), 1, + anon_sym_LPAREN2, + STATE(3175), 1, + sym_parameter_list, + ACTIONS(5094), 2, + anon_sym_AMP, anon_sym_const, - ACTIONS(5688), 20, + ACTIONS(5092), 16, 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, - [75443] = 3, + [80076] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(5694), 3, + ACTIONS(5837), 1, + anon_sym_COMMA, + ACTIONS(5839), 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, + 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(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(2449), 3, anon_sym_AMP, - anon_sym_LBRACK, anon_sym_const, - ACTIONS(5692), 20, + anon_sym_COLON, + ACTIONS(2456), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, + anon_sym_LBRACK, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, 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, - [75474] = 3, + [80166] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(5698), 3, + ACTIONS(5837), 1, + anon_sym_COMMA, + 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, + 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, + 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(2988), 3, anon_sym_AMP, - anon_sym_LBRACK, anon_sym_const, - ACTIONS(5696), 20, + anon_sym_COLON, + ACTIONS(2427), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, + anon_sym_LBRACK, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, 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, - [75505] = 3, + [80256] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5505), 3, - anon_sym_AMP, + ACTIONS(5776), 1, anon_sym_LBRACK, + ACTIONS(5835), 1, + anon_sym_LPAREN2, + STATE(3175), 1, + sym_parameter_list, + ACTIONS(5795), 2, + anon_sym_AMP, anon_sym_const, - ACTIONS(5503), 20, + ACTIONS(5793), 16, 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, - [75536] = 3, + [80291] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5702), 3, - anon_sym_AMP, + ACTIONS(5776), 1, anon_sym_LBRACK, + ACTIONS(5835), 1, + anon_sym_LPAREN2, + STATE(3174), 1, + sym_parameter_list, + ACTIONS(5795), 2, + anon_sym_AMP, anon_sym_const, - ACTIONS(5700), 20, + ACTIONS(5793), 16, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, @@ -368657,328 +370379,543 @@ 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, - [75567] = 13, + [80326] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2351), 1, - anon_sym_LPAREN2, - ACTIONS(2944), 1, - anon_sym_const, - ACTIONS(5613), 1, + ACTIONS(5776), 1, anon_sym_LBRACK, - ACTIONS(5647), 1, - anon_sym_STAR, - ACTIONS(5649), 1, - anon_sym_AMP_AMP, - ACTIONS(5651), 1, - anon_sym_AMP, - STATE(3246), 1, - sym_parameter_list, - STATE(3841), 1, - sym__abstract_declarator, - STATE(3200), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4077), 3, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - ACTIONS(5615), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [75618] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2351), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(2353), 1, - anon_sym_STAR, - ACTIONS(2355), 1, - anon_sym_AMP_AMP, - ACTIONS(2357), 1, - anon_sym_AMP, - ACTIONS(2944), 1, - anon_sym_const, - ACTIONS(5613), 1, - anon_sym_LBRACK, - STATE(3237), 1, + STATE(3175), 1, sym_parameter_list, - STATE(3799), 1, - sym__abstract_declarator, - STATE(3297), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(5631), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - ACTIONS(5615), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [75669] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5706), 3, + ACTIONS(5799), 2, anon_sym_AMP, - anon_sym_LBRACK, anon_sym_const, - ACTIONS(5704), 20, + ACTIONS(5797), 16, 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, - [75700] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2351), 1, + [80361] = 5, + ACTIONS(5801), 1, + anon_sym_LF, + ACTIONS(5869), 1, anon_sym_LPAREN2, - ACTIONS(2944), 1, - anon_sym_const, - ACTIONS(5613), 1, - anon_sym_LBRACK, - ACTIONS(5633), 1, + ACTIONS(5871), 1, + sym_comment, + STATE(3390), 1, + sym_preproc_argument_list, + ACTIONS(5805), 18, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - ACTIONS(5635), 1, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(5637), 1, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - STATE(3252), 1, - sym_parameter_list, - STATE(3805), 1, - sym__abstract_declarator, - STATE(3297), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4275), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - ACTIONS(5615), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [75751] = 3, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(5710), 3, + 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, anon_sym_LBRACK, anon_sym_const, - ACTIONS(5708), 20, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3419), 15, 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_COLON, anon_sym_DASH_GT, anon_sym_final, anon_sym_override, - anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [75782] = 3, + [80429] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5714), 3, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(5817), 1, + anon_sym_LT, + STATE(2405), 1, + sym_template_argument_list, + ACTIONS(2988), 3, anon_sym_AMP, - anon_sym_LBRACK, anon_sym_const, - ACTIONS(5712), 20, + anon_sym_COLON, + ACTIONS(2427), 15, + 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_EQ, + anon_sym_LBRACK, 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, - [75813] = 13, + [80464] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2351), 1, + ACTIONS(5776), 1, + anon_sym_LBRACK, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(2353), 1, - anon_sym_STAR, - ACTIONS(2355), 1, - anon_sym_AMP_AMP, - ACTIONS(2357), 1, + STATE(3174), 1, + sym_parameter_list, + ACTIONS(5780), 2, anon_sym_AMP, - ACTIONS(2944), 1, anon_sym_const, - ACTIONS(5613), 1, - anon_sym_LBRACK, - STATE(3237), 1, - sym_parameter_list, - STATE(3828), 1, - sym__abstract_declarator, - STATE(3191), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(5653), 3, + ACTIONS(5778), 16, anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_AMP_AMP, anon_sym_SEMI, - ACTIONS(5615), 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(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [75864] = 11, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [80499] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5819), 1, + sym_identifier, + ACTIONS(5823), 1, + anon_sym_LPAREN2, + ACTIONS(5825), 1, + anon_sym_defined, + ACTIONS(5873), 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(2944), 1, + ACTIONS(2946), 1, anon_sym_const, - ACTIONS(5716), 1, + ACTIONS(5760), 1, anon_sym_AMP_AMP, - ACTIONS(5718), 1, + ACTIONS(5762), 1, anon_sym_AMP, - ACTIONS(5720), 1, - anon_sym_DASH_GT, - ACTIONS(5722), 1, + ACTIONS(5766), 1, anon_sym_noexcept, - ACTIONS(5724), 1, + ACTIONS(5768), 1, anon_sym_throw, - STATE(3642), 1, + ACTIONS(5877), 1, + anon_sym_DASH_GT, + STATE(3746), 1, sym_trailing_return_type, - ACTIONS(5499), 5, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(5529), 3, anon_sym_LPAREN2, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_GT2, - ACTIONS(5615), 5, + ACTIONS(5678), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3239), 5, + STATE(3187), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - [75910] = 3, + [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, + 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(3412), 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, + [80626] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5819), 1, + sym_identifier, + ACTIONS(5823), 1, + anon_sym_LPAREN2, + ACTIONS(5825), 1, + anon_sym_defined, + ACTIONS(5893), 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(3369), 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, + [80666] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5728), 6, + ACTIONS(5879), 1, + sym_identifier, + ACTIONS(5881), 1, anon_sym_LPAREN2, + ACTIONS(5883), 1, + anon_sym_defined, + ACTIONS(5895), 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(3385), 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, + [80706] = 10, + 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, + anon_sym_AMP, + ACTIONS(5897), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, - anon_sym_LBRACK, - ACTIONS(5726), 16, + anon_sym_CARET, + [80748] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5845), 1, + anon_sym_SLASH, + ACTIONS(5855), 1, 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, - sym_operator_name, - [75940] = 4, + ACTIONS(5899), 1, + anon_sym_PIPE, + 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(5897), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + [80792] = 3, ACTIONS(3), 1, sym_comment, - STATE(1288), 1, - sym_enumerator_list, - ACTIONS(3071), 3, + ACTIONS(5903), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5901), 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, + [80820] = 9, + 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(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(3), 1, + sym_comment, + ACTIONS(5907), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5905), 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, + [80888] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5845), 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, + 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(5897), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + [80934] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5845), 1, + 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_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(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_LBRACK, anon_sym_const, - ACTIONS(3073), 18, + ACTIONS(5732), 18, + 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, @@ -368986,92 +370923,99 @@ static const uint16_t ts_small_parse_table[] = { 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, - [75972] = 6, + [81008] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5732), 1, - anon_sym_LPAREN2, - ACTIONS(5736), 1, - anon_sym_LBRACK, - STATE(3100), 1, - sym_parameter_list, - ACTIONS(5734), 2, + ACTIONS(5744), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5730), 17, + 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_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_COLON, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, + anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [76008] = 11, + [81036] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5911), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5909), 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, + [81064] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2944), 1, - anon_sym_const, - ACTIONS(5716), 1, - anon_sym_AMP_AMP, - ACTIONS(5718), 1, + ACTIONS(3597), 2, anon_sym_AMP, - ACTIONS(5722), 1, - anon_sym_noexcept, - ACTIONS(5724), 1, - anon_sym_throw, - ACTIONS(5738), 1, - anon_sym_DASH_GT, - STATE(3663), 1, - sym_trailing_return_type, - ACTIONS(5538), 5, + anon_sym_const, + ACTIONS(3595), 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(5615), 5, + anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3166), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - [76054] = 4, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [81092] = 3, ACTIONS(3), 1, sym_comment, - STATE(1292), 1, - sym_enumerator_list, - ACTIONS(3134), 3, + ACTIONS(3579), 2, anon_sym_AMP, - anon_sym_LBRACK, anon_sym_const, - ACTIONS(3136), 18, + ACTIONS(3577), 18, + 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, @@ -369079,59 +371023,54 @@ static const uint16_t ts_small_parse_table[] = { 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, - [76086] = 11, + [81120] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2944), 1, - anon_sym_const, - ACTIONS(5716), 1, + ACTIONS(5845), 1, + anon_sym_SLASH, + ACTIONS(5849), 1, anon_sym_AMP_AMP, - ACTIONS(5718), 1, + ACTIONS(5851), 1, + anon_sym_PIPE, + ACTIONS(5853), 1, + anon_sym_CARET, + ACTIONS(5855), 1, anon_sym_AMP, - ACTIONS(5722), 1, - anon_sym_noexcept, - ACTIONS(5724), 1, - anon_sym_throw, - ACTIONS(5740), 1, - anon_sym_DASH_GT, - STATE(3663), 1, - sym_trailing_return_type, - ACTIONS(5538), 5, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - ACTIONS(5615), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3166), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - [76132] = 5, + 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(5897), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + [81168] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5744), 1, - anon_sym_LPAREN2, - STATE(3309), 1, - sym_preproc_argument_list, - ACTIONS(5746), 5, + ACTIONS(5899), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(5742), 15, + ACTIONS(5897), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -369147,65 +371086,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [76166] = 17, + [81196] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1478), 1, - anon_sym_LBRACE, - ACTIONS(4724), 1, + ACTIONS(5879), 1, sym_identifier, - ACTIONS(4726), 1, + ACTIONS(5881), 1, anon_sym_LPAREN2, - ACTIONS(4728), 1, - anon_sym_STAR, - ACTIONS(4730), 1, - anon_sym_AMP_AMP, - ACTIONS(4732), 1, - anon_sym_AMP, - ACTIONS(4734), 1, - sym_operator_name, - ACTIONS(5748), 1, - anon_sym_SEMI, - ACTIONS(5750), 1, - anon_sym_EQ, - ACTIONS(5752), 1, - anon_sym_COLON, - STATE(3401), 1, - sym__field_declarator, - STATE(4838), 1, - sym_bitfield_clause, - STATE(4839), 1, - sym_initializer_list, - STATE(4931), 1, - sym_ms_based_modifier, - STATE(3691), 7, - 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, - [76224] = 6, + ACTIONS(5883), 1, + anon_sym_defined, + ACTIONS(5913), 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(3399), 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, + [81236] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2952), 1, - anon_sym_COLON_COLON, - ACTIONS(5754), 1, - anon_sym_LT, - STATE(2161), 1, - sym_template_argument_list, - ACTIONS(2441), 3, + ACTIONS(5646), 2, anon_sym_AMP, anon_sym_const, - anon_sym_COLON, - ACTIONS(2448), 16, + ACTIONS(5644), 18, + 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, @@ -369216,628 +371138,1267 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - anon_sym_final, - anon_sym_override, - [76260] = 11, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [81264] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2944), 1, - anon_sym_const, - ACTIONS(5716), 1, + ACTIONS(4228), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4226), 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, - ACTIONS(5718), 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, + [81292] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5917), 5, + anon_sym_SLASH, + anon_sym_PIPE, anon_sym_AMP, - ACTIONS(5722), 1, - anon_sym_noexcept, - ACTIONS(5724), 1, - anon_sym_throw, - ACTIONS(5738), 1, - anon_sym_DASH_GT, - STATE(3661), 1, - sym_trailing_return_type, - ACTIONS(5495), 5, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5915), 15, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK, - ACTIONS(5615), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3247), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - [76306] = 6, + 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, + [81320] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5732), 1, + ACTIONS(5879), 1, + sym_identifier, + ACTIONS(5881), 1, anon_sym_LPAREN2, - ACTIONS(5736), 1, - anon_sym_LBRACK, - STATE(3100), 1, - sym_parameter_list, - ACTIONS(5175), 2, + ACTIONS(5883), 1, + anon_sym_defined, + ACTIONS(5919), 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(3391), 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, + [81360] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5730), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5173), 17, + ACTIONS(5728), 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_COLON, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, + anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [76342] = 11, + [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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5923), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5921), 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, + [81484] = 3, + 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, + 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(3), 1, sym_comment, - ACTIONS(2944), 1, + ACTIONS(2946), 1, anon_sym_const, - ACTIONS(5716), 1, + ACTIONS(5760), 1, anon_sym_AMP_AMP, - ACTIONS(5718), 1, + ACTIONS(5762), 1, anon_sym_AMP, - ACTIONS(5720), 1, - anon_sym_DASH_GT, - ACTIONS(5722), 1, + ACTIONS(5766), 1, anon_sym_noexcept, - ACTIONS(5724), 1, + ACTIONS(5768), 1, anon_sym_throw, - STATE(3663), 1, + ACTIONS(5877), 1, + anon_sym_DASH_GT, + STATE(3758), 1, sym_trailing_return_type, - ACTIONS(5538), 5, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(5535), 3, anon_sym_LPAREN2, + anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_GT2, - ACTIONS(5615), 5, + ACTIONS(5678), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3166), 5, + STATE(3305), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - [76388] = 11, + [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, ACTIONS(3), 1, sym_comment, - ACTIONS(2944), 1, + ACTIONS(2946), 1, anon_sym_const, - ACTIONS(5716), 1, + ACTIONS(5760), 1, anon_sym_AMP_AMP, - ACTIONS(5718), 1, + ACTIONS(5762), 1, anon_sym_AMP, - ACTIONS(5722), 1, + ACTIONS(5766), 1, anon_sym_noexcept, - ACTIONS(5724), 1, + ACTIONS(5768), 1, anon_sym_throw, - ACTIONS(5740), 1, + ACTIONS(5877), 1, anon_sym_DASH_GT, - STATE(3642), 1, + STATE(3753), 1, sym_trailing_return_type, - ACTIONS(5499), 5, + ACTIONS(5539), 3, anon_sym_LPAREN2, - anon_sym_SEMI, anon_sym_LBRACE, anon_sym_LBRACK, - anon_sym_EQ, - ACTIONS(5615), 5, + ACTIONS(5678), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3233), 5, + STATE(3187), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - [76434] = 11, + [81634] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2944), 1, + 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(5716), 1, + ACTIONS(5797), 15, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_AMP_AMP, - ACTIONS(5718), 1, - anon_sym_AMP, - ACTIONS(5722), 1, + 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, - ACTIONS(5724), 1, anon_sym_throw, - ACTIONS(5740), 1, - anon_sym_DASH_GT, - STATE(3678), 1, - sym_trailing_return_type, - ACTIONS(5503), 5, + [81668] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5650), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(5648), 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, - ACTIONS(5615), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3166), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - [76480] = 3, + anon_sym_DASH_GT, + anon_sym_GT2, + anon_sym_noexcept, + anon_sym_throw, + [81696] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5758), 6, + ACTIONS(5879), 1, + sym_identifier, + ACTIONS(5881), 1, anon_sym_LPAREN2, + ACTIONS(5883), 1, + anon_sym_defined, + ACTIONS(5929), 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(3404), 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, + [81736] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5933), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5931), 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_COLON_COLON, - anon_sym_LBRACK, - ACTIONS(5756), 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_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, - anon_sym_template, - sym_operator_name, - [76510] = 6, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(5732), 1, + ACTIONS(5819), 1, + sym_identifier, + ACTIONS(5823), 1, anon_sym_LPAREN2, - ACTIONS(5736), 1, + ACTIONS(5825), 1, + anon_sym_defined, + ACTIONS(5939), 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(3329), 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, + [81884] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5776), 1, anon_sym_LBRACK, - STATE(3100), 1, + ACTIONS(5835), 1, + anon_sym_LPAREN2, + STATE(3190), 1, sym_parameter_list, - ACTIONS(5762), 2, + ACTIONS(5094), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5760), 17, + ACTIONS(5092), 15, 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, 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, - [76546] = 6, + [81918] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5732), 1, + ACTIONS(5879), 1, + sym_identifier, + ACTIONS(5881), 1, anon_sym_LPAREN2, - ACTIONS(5736), 1, - anon_sym_LBRACK, - STATE(3100), 1, - sym_parameter_list, - ACTIONS(5766), 2, + ACTIONS(5883), 1, + anon_sym_defined, + ACTIONS(5941), 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(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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5879), 1, + sym_identifier, + ACTIONS(5881), 1, + 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, + 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, + 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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5819), 1, + sym_identifier, + ACTIONS(5823), 1, + anon_sym_LPAREN2, + ACTIONS(5825), 1, + anon_sym_defined, + ACTIONS(5947), 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(3321), 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, + [82078] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5638), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5764), 17, + ACTIONS(5636), 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_COLON, anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, + anon_sym_GT2, anon_sym_noexcept, anon_sym_throw, - [76582] = 17, + [82106] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1478), 1, - anon_sym_LBRACE, - ACTIONS(4724), 1, + ACTIONS(5819), 1, sym_identifier, - ACTIONS(4726), 1, + ACTIONS(5823), 1, anon_sym_LPAREN2, - ACTIONS(4728), 1, - anon_sym_STAR, - ACTIONS(4730), 1, - anon_sym_AMP_AMP, - ACTIONS(4732), 1, - anon_sym_AMP, - ACTIONS(4734), 1, - sym_operator_name, - ACTIONS(5752), 1, - anon_sym_COLON, - ACTIONS(5768), 1, - anon_sym_SEMI, - ACTIONS(5770), 1, - anon_sym_EQ, - STATE(3390), 1, - sym__field_declarator, - STATE(4872), 1, - sym_initializer_list, - STATE(4913), 1, - sym_bitfield_clause, - STATE(4931), 1, - sym_ms_based_modifier, - STATE(3691), 7, - 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, - [76640] = 11, + ACTIONS(5825), 1, + anon_sym_defined, + ACTIONS(5949), 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(3315), 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, + [82146] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2944), 1, - anon_sym_const, - ACTIONS(5716), 1, - anon_sym_AMP_AMP, - ACTIONS(5718), 1, - anon_sym_AMP, - ACTIONS(5722), 1, - anon_sym_noexcept, - ACTIONS(5724), 1, - anon_sym_throw, - ACTIONS(5740), 1, - anon_sym_DASH_GT, - STATE(3661), 1, - sym_trailing_return_type, - ACTIONS(5495), 5, + ACTIONS(5819), 1, + sym_identifier, + ACTIONS(5823), 1, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - ACTIONS(5615), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3241), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - [76686] = 11, + ACTIONS(5825), 1, + anon_sym_defined, + ACTIONS(5951), 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(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(3), 1, sym_comment, - ACTIONS(2944), 1, - anon_sym_const, - ACTIONS(5716), 1, - anon_sym_AMP_AMP, - ACTIONS(5718), 1, - anon_sym_AMP, - ACTIONS(5722), 1, - anon_sym_noexcept, - ACTIONS(5724), 1, - anon_sym_throw, - ACTIONS(5738), 1, - anon_sym_DASH_GT, - STATE(3678), 1, - sym_trailing_return_type, - ACTIONS(5503), 5, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5879), 1, + sym_identifier, + ACTIONS(5881), 1, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK, - ACTIONS(5615), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3166), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - [76732] = 11, + ACTIONS(5883), 1, + anon_sym_defined, + ACTIONS(5953), 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(3396), 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, + [82226] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5879), 1, + sym_identifier, + ACTIONS(5881), 1, + anon_sym_LPAREN2, + ACTIONS(5883), 1, + anon_sym_defined, + ACTIONS(5955), 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(3398), 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, + [82266] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5819), 1, + sym_identifier, + ACTIONS(5823), 1, + anon_sym_LPAREN2, + ACTIONS(5825), 1, + anon_sym_defined, + ACTIONS(5957), 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(3310), 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, + [82306] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5819), 1, + sym_identifier, + ACTIONS(5823), 1, + anon_sym_LPAREN2, + ACTIONS(5825), 1, + anon_sym_defined, + ACTIONS(5959), 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(3309), 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, + [82346] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5879), 1, + sym_identifier, + ACTIONS(5881), 1, + anon_sym_LPAREN2, + ACTIONS(5883), 1, + anon_sym_defined, + ACTIONS(5961), 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(3386), 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, + [82386] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5819), 1, + sym_identifier, + ACTIONS(5823), 1, + anon_sym_LPAREN2, + ACTIONS(5825), 1, + anon_sym_defined, + ACTIONS(5963), 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(3312), 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, + [82426] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5819), 1, + sym_identifier, + ACTIONS(5823), 1, + anon_sym_LPAREN2, + ACTIONS(5825), 1, + anon_sym_defined, + ACTIONS(5965), 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(3330), 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, + [82466] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5819), 1, + sym_identifier, + ACTIONS(5823), 1, + anon_sym_LPAREN2, + ACTIONS(5825), 1, + anon_sym_defined, + ACTIONS(5967), 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(3334), 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, + [82506] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5819), 1, + sym_identifier, + ACTIONS(5823), 1, + anon_sym_LPAREN2, + ACTIONS(5825), 1, + anon_sym_defined, + ACTIONS(5969), 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(3389), 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, + [82546] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2944), 1, + ACTIONS(2946), 1, anon_sym_const, - ACTIONS(5716), 1, + ACTIONS(5760), 1, anon_sym_AMP_AMP, - ACTIONS(5718), 1, + ACTIONS(5762), 1, anon_sym_AMP, - ACTIONS(5722), 1, + ACTIONS(5766), 1, anon_sym_noexcept, - ACTIONS(5724), 1, + ACTIONS(5768), 1, anon_sym_throw, - ACTIONS(5738), 1, + ACTIONS(5877), 1, anon_sym_DASH_GT, - STATE(3642), 1, + STATE(3769), 1, sym_trailing_return_type, - ACTIONS(5499), 5, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5543), 3, anon_sym_LPAREN2, - anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - ACTIONS(5615), 5, + ACTIONS(5678), 5, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - STATE(3231), 5, + STATE(3335), 5, sym_type_qualifier, sym_ref_qualifier, sym_noexcept, sym_throw_specifier, aux_sym_abstract_function_declarator_repeat1, - [76778] = 6, + [82590] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5732), 1, + ACTIONS(5879), 1, + sym_identifier, + ACTIONS(5881), 1, anon_sym_LPAREN2, - ACTIONS(5736), 1, - anon_sym_LBRACK, - STATE(3100), 1, - sym_parameter_list, - ACTIONS(5774), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(5772), 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, - anon_sym_COLON, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [76814] = 17, + ACTIONS(5883), 1, + anon_sym_defined, + ACTIONS(5971), 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(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, + [82630] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(1478), 1, - anon_sym_LBRACE, - ACTIONS(4724), 1, + ACTIONS(5879), 1, sym_identifier, - ACTIONS(4726), 1, + ACTIONS(5881), 1, anon_sym_LPAREN2, - ACTIONS(4728), 1, - anon_sym_STAR, - ACTIONS(4730), 1, - anon_sym_AMP_AMP, - ACTIONS(4732), 1, - anon_sym_AMP, - ACTIONS(4734), 1, - sym_operator_name, - ACTIONS(5752), 1, - anon_sym_COLON, - ACTIONS(5776), 1, - anon_sym_SEMI, - ACTIONS(5778), 1, - anon_sym_EQ, - STATE(3393), 1, - sym__field_declarator, - STATE(4663), 1, - sym_bitfield_clause, - STATE(4664), 1, - sym_initializer_list, - STATE(4931), 1, - sym_ms_based_modifier, - STATE(3691), 7, - 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, - [76872] = 11, + ACTIONS(5883), 1, + anon_sym_defined, + ACTIONS(5973), 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(3400), 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, + [82670] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2944), 1, - anon_sym_const, - ACTIONS(5716), 1, - anon_sym_AMP_AMP, - ACTIONS(5718), 1, - anon_sym_AMP, - ACTIONS(5720), 1, - anon_sym_DASH_GT, - ACTIONS(5722), 1, - anon_sym_noexcept, - ACTIONS(5724), 1, - anon_sym_throw, - STATE(3678), 1, - sym_trailing_return_type, - ACTIONS(5503), 5, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(5879), 1, + sym_identifier, + ACTIONS(5881), 1, anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_GT2, - ACTIONS(5615), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3166), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - [76918] = 11, + ACTIONS(5883), 1, + anon_sym_defined, + ACTIONS(5975), 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(3403), 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, + [82710] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2944), 1, - anon_sym_const, - ACTIONS(5716), 1, - anon_sym_AMP_AMP, - ACTIONS(5718), 1, - anon_sym_AMP, - ACTIONS(5720), 1, - anon_sym_DASH_GT, - ACTIONS(5722), 1, - anon_sym_noexcept, - ACTIONS(5724), 1, - anon_sym_throw, - STATE(3661), 1, - sym_trailing_return_type, - ACTIONS(5495), 5, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(5819), 1, + sym_identifier, + ACTIONS(5823), 1, anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_GT2, - ACTIONS(5615), 5, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - STATE(3251), 5, - sym_type_qualifier, - sym_ref_qualifier, - sym_noexcept, - sym_throw_specifier, - aux_sym_abstract_function_declarator_repeat1, - [76964] = 5, + ACTIONS(5825), 1, + anon_sym_defined, + ACTIONS(5977), 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(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, + [82750] = 6, ACTIONS(3), 1, sym_comment, - STATE(3253), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(4041), 5, + ACTIONS(4018), 1, anon_sym_AMP, - anon_sym___based, - sym_identifier, - anon_sym_template, - sym_operator_name, - ACTIONS(5780), 6, + 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(4043), 9, + ACTIONS(4020), 11, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_TILDE, anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_COLON_COLON, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, + anon_sym_EQ, anon_sym_GT2, - [76998] = 6, + [82784] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5736), 1, - anon_sym_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5819), 1, + sym_identifier, + ACTIONS(5823), 1, anon_sym_LPAREN2, - STATE(3139), 1, - sym_parameter_list, - ACTIONS(5774), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(5772), 16, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_AMP_AMP, - anon_sym_SEMI, - 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_noexcept, - anon_sym_throw, - [77033] = 6, + ACTIONS(5825), 1, + anon_sym_defined, + ACTIONS(5982), 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(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, + [82824] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5736), 1, - anon_sym_LBRACK, - ACTIONS(5783), 1, - anon_sym_LPAREN2, - STATE(3139), 1, - sym_parameter_list, - ACTIONS(5734), 2, + ACTIONS(5690), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5730), 16, + 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_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, @@ -369845,125 +372406,92 @@ static const uint16_t ts_small_parse_table[] = { 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, - [77068] = 6, + [82852] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2952), 1, - anon_sym_COLON_COLON, - ACTIONS(5785), 1, - anon_sym_LT, - STATE(2404), 1, - sym_template_argument_list, - ACTIONS(2441), 3, - anon_sym_AMP, - anon_sym_const, - anon_sym_COLON, - ACTIONS(2448), 15, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(5879), 1, + sym_identifier, + ACTIONS(5881), 1, 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_final, - anon_sym_override, - anon_sym_GT2, - [77103] = 16, + ACTIONS(5883), 1, + anon_sym_defined, + ACTIONS(5984), 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(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, + [82892] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(5787), 1, - anon_sym_COMMA, - ACTIONS(5789), 1, - anon_sym_RPAREN, - ACTIONS(5795), 1, + ACTIONS(5845), 1, anon_sym_SLASH, - ACTIONS(5797), 1, + ACTIONS(5847), 1, anon_sym_PIPE_PIPE, - ACTIONS(5799), 1, + ACTIONS(5849), 1, anon_sym_AMP_AMP, - ACTIONS(5801), 1, + ACTIONS(5851), 1, anon_sym_PIPE, - ACTIONS(5803), 1, + ACTIONS(5853), 1, anon_sym_CARET, - ACTIONS(5805), 1, + ACTIONS(5855), 1, anon_sym_AMP, - STATE(4141), 1, - aux_sym_preproc_argument_list_repeat1, - ACTIONS(5791), 2, + ACTIONS(5841), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5793), 2, + ACTIONS(5843), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(5807), 2, + ACTIONS(5857), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(5809), 2, + ACTIONS(5859), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(5811), 2, + ACTIONS(5861), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(5813), 2, + ACTIONS(5863), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [77158] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5736), 1, - anon_sym_LBRACK, - ACTIONS(5783), 1, - anon_sym_LPAREN2, - STATE(3139), 1, - sym_parameter_list, - ACTIONS(5175), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(5173), 16, + ACTIONS(5986), 2, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_AMP_AMP, - anon_sym_SEMI, - 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_noexcept, - anon_sym_throw, - [77193] = 6, + [82942] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5736), 1, - anon_sym_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5988), 1, anon_sym_LPAREN2, - STATE(3139), 1, - sym_parameter_list, - ACTIONS(5762), 2, + ACTIONS(5686), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5760), 16, + ACTIONS(5682), 17, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, 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, @@ -369971,57 +372499,55 @@ static const uint16_t ts_small_parse_table[] = { 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, - [77228] = 6, + [82972] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5736), 1, - anon_sym_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5879), 1, + sym_identifier, + ACTIONS(5881), 1, anon_sym_LPAREN2, - STATE(3153), 1, - sym_parameter_list, - ACTIONS(5175), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(5173), 16, - 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, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [77263] = 6, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(5736), 1, - anon_sym_LBRACK, - ACTIONS(5783), 1, - anon_sym_LPAREN2, - STATE(3153), 1, - sym_parameter_list, - ACTIONS(5774), 2, + ACTIONS(2780), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5772), 16, + ACTIONS(2782), 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, @@ -370029,86 +372555,83 @@ static const uint16_t ts_small_parse_table[] = { 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, - [77298] = 6, + [83040] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5736), 1, - anon_sym_LBRACK, - ACTIONS(5783), 1, - anon_sym_LPAREN2, - STATE(3153), 1, - sym_parameter_list, - ACTIONS(5766), 2, + ACTIONS(5994), 5, + anon_sym_SLASH, + anon_sym_PIPE, anon_sym_AMP, - anon_sym_const, - ACTIONS(5764), 16, + anon_sym_GT, + anon_sym_LT, + ACTIONS(5992), 15, 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, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_noexcept, - anon_sym_throw, - [77333] = 5, - ACTIONS(5742), 1, - anon_sym_LF, - ACTIONS(5815), 1, - anon_sym_LPAREN2, - ACTIONS(5817), 1, - sym_comment, - STATE(3350), 1, - sym_preproc_argument_list, - ACTIONS(5746), 18, + anon_sym_RPAREN, 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, - [77366] = 6, + [83068] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5736), 1, + 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(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - STATE(3153), 1, + STATE(3190), 1, sym_parameter_list, - ACTIONS(5762), 2, + ACTIONS(5795), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5760), 16, + ACTIONS(5793), 15, 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, anon_sym__Atomic, @@ -370119,25 +372642,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [77401] = 6, + [83142] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5736), 1, + ACTIONS(5776), 1, anon_sym_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - STATE(3153), 1, + STATE(3190), 1, sym_parameter_list, - ACTIONS(5734), 2, + ACTIONS(5780), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5730), 16, + ACTIONS(5778), 15, 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, anon_sym__Atomic, @@ -370148,25 +372670,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [77436] = 6, + [83176] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5736), 1, + ACTIONS(5776), 1, anon_sym_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - STATE(3139), 1, + STATE(3190), 1, sym_parameter_list, - ACTIONS(5766), 2, + ACTIONS(5774), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5764), 16, + ACTIONS(5770), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_EQ, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -370177,32 +372698,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [77471] = 10, + [83210] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5819), 1, + ACTIONS(5879), 1, sym_identifier, - ACTIONS(5821), 1, - anon_sym_RPAREN, - ACTIONS(5823), 1, + ACTIONS(5881), 1, anon_sym_LPAREN2, - ACTIONS(5825), 1, + ACTIONS(5883), 1, anon_sym_defined, - ACTIONS(5831), 1, + ACTIONS(5998), 1, sym_number_literal, - ACTIONS(5827), 2, + ACTIONS(5885), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5829), 2, + ACTIONS(5887), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5833), 5, + ACTIONS(5891), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3268), 7, + STATE(3381), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -370210,71 +372729,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [77514] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5787), 1, - anon_sym_COMMA, - ACTIONS(5795), 1, - anon_sym_SLASH, - ACTIONS(5797), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5799), 1, - anon_sym_AMP_AMP, - ACTIONS(5801), 1, - anon_sym_PIPE, - ACTIONS(5803), 1, - anon_sym_CARET, - ACTIONS(5805), 1, - anon_sym_AMP, - ACTIONS(5835), 1, - anon_sym_RPAREN, - STATE(4149), 1, - aux_sym_preproc_argument_list_repeat1, - ACTIONS(5791), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5793), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5807), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5809), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5811), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5813), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [77569] = 10, + [83250] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5819), 1, + ACTIONS(5879), 1, sym_identifier, - ACTIONS(5823), 1, + ACTIONS(5881), 1, anon_sym_LPAREN2, - ACTIONS(5825), 1, + ACTIONS(5883), 1, anon_sym_defined, - ACTIONS(5837), 1, - anon_sym_RPAREN, - ACTIONS(5839), 1, + ACTIONS(6000), 1, sym_number_literal, - ACTIONS(5827), 2, + ACTIONS(5885), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(5829), 2, + ACTIONS(5887), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5833), 5, + ACTIONS(5891), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(3257), 7, + STATE(3393), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -370282,742 +372760,1064 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [77612] = 3, + [83290] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5641), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(5639), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(5523), 1, + sym_identifier, + ACTIONS(5525), 1, anon_sym_LPAREN2, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, + 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, + anon_sym_const, 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, - [77640] = 9, + [83331] = 12, + ACTIONS(5871), 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, + 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, + sym_comment, + ACTIONS(5901), 1, + anon_sym_LF, + ACTIONS(5903), 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, + [83403] = 4, + ACTIONS(5871), 1, + sym_comment, + ACTIONS(5897), 1, + anon_sym_LF, + ACTIONS(6006), 3, + 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, + 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, + [83432] = 3, + ACTIONS(5871), 1, + sym_comment, + ACTIONS(5921), 1, + anon_sym_LF, + ACTIONS(5923), 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, + [83459] = 3, + ACTIONS(5871), 1, + sym_comment, + ACTIONS(5931), 1, + anon_sym_LF, + ACTIONS(5933), 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, + [83486] = 12, + ACTIONS(5871), 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(6024), 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, + [83531] = 12, + ACTIONS(5871), 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(6026), 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, + [83576] = 3, + ACTIONS(5871), 1, + sym_comment, + ACTIONS(5925), 1, + anon_sym_LF, + ACTIONS(5927), 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, + [83603] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(5841), 1, - sym_identifier, - ACTIONS(5843), 1, - anon_sym_LPAREN2, ACTIONS(5845), 1, - anon_sym_defined, + anon_sym_SLASH, + ACTIONS(5847), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5849), 1, + anon_sym_AMP_AMP, ACTIONS(5851), 1, - sym_number_literal, - ACTIONS(5847), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5849), 2, + anon_sym_PIPE, + ACTIONS(5853), 1, + anon_sym_CARET, + ACTIONS(5855), 1, + anon_sym_AMP, + ACTIONS(6028), 1, + anon_sym_RPAREN, + ACTIONS(5841), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5853), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3369), 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, - [77680] = 9, + 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, + [83652] = 3, + ACTIONS(5871), 1, + sym_comment, + ACTIONS(5915), 1, + anon_sym_LF, + ACTIONS(5917), 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, + [83679] = 12, + ACTIONS(5871), 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, + 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, + [83724] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5819), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(5523), 1, sym_identifier, - ACTIONS(5823), 1, + ACTIONS(5525), 1, anon_sym_LPAREN2, - ACTIONS(5825), 1, - anon_sym_defined, - ACTIONS(5855), 1, - sym_number_literal, - ACTIONS(5827), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5829), 2, + 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, + 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(5833), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3276), 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, - [77720] = 7, + 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, + sym_comment, + ACTIONS(5897), 1, + anon_sym_LF, + ACTIONS(5899), 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, + [83837] = 3, + ACTIONS(5871), 1, + sym_comment, + ACTIONS(5992), 1, + anon_sym_LF, + ACTIONS(5994), 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, + [83864] = 12, + ACTIONS(5871), 1, + sym_comment, + ACTIONS(5897), 1, + anon_sym_LF, + ACTIONS(5899), 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(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, ACTIONS(3), 1, sym_comment, - ACTIONS(5795), 1, - anon_sym_SLASH, - ACTIONS(5791), 2, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(5523), 1, + sym_identifier, + ACTIONS(5525), 1, + anon_sym_LPAREN2, + ACTIONS(5527), 1, + anon_sym_STAR, + STATE(3717), 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, + [83950] = 11, + ACTIONS(5871), 1, + sym_comment, + ACTIONS(5897), 1, + anon_sym_LF, + ACTIONS(6012), 1, + anon_sym_PIPE, + ACTIONS(6014), 1, + anon_sym_CARET, + ACTIONS(6016), 1, + anon_sym_AMP, + ACTIONS(5899), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + ACTIONS(6004), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5793), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5813), 2, + ACTIONS(6018), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(6022), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(5859), 4, - anon_sym_PIPE, - anon_sym_AMP, + 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, - ACTIONS(5857), 9, - anon_sym_COMMA, - anon_sym_RPAREN, + [83993] = 12, + ACTIONS(5871), 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(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, - [77756] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5841), 1, - sym_identifier, - ACTIONS(5843), 1, - anon_sym_LPAREN2, - ACTIONS(5845), 1, - anon_sym_defined, - ACTIONS(5861), 1, - sym_number_literal, - ACTIONS(5847), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5849), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5853), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3346), 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, - [77796] = 9, - ACTIONS(3), 1, + anon_sym_LT, + [84038] = 10, + ACTIONS(5871), 1, sym_comment, - ACTIONS(5819), 1, - sym_identifier, - ACTIONS(5823), 1, - anon_sym_LPAREN2, - ACTIONS(5825), 1, - anon_sym_defined, - ACTIONS(5863), 1, - sym_number_literal, - ACTIONS(5827), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5829), 2, + ACTIONS(5897), 1, + anon_sym_LF, + ACTIONS(6014), 1, + anon_sym_CARET, + ACTIONS(6016), 1, + anon_sym_AMP, + ACTIONS(6004), 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(3273), 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, - [77836] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5795), 1, + ACTIONS(6018), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(6022), 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, + anon_sym_STAR, anon_sym_SLASH, - ACTIONS(5791), 2, + anon_sym_PERCENT, + ACTIONS(6020), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [84079] = 3, + ACTIONS(5871), 1, + sym_comment, + ACTIONS(5909), 1, + anon_sym_LF, + ACTIONS(5911), 18, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5793), 2, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(5859), 4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(5857), 11, - anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_LT_LT, + anon_sym_GT_GT, + [84106] = 3, + ACTIONS(4226), 1, + anon_sym_LF, + ACTIONS(5871), 1, + sym_comment, + ACTIONS(4228), 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, - [77870] = 9, - ACTIONS(3), 1, + [84133] = 9, + ACTIONS(5871), 1, sym_comment, - ACTIONS(5841), 1, - sym_identifier, - ACTIONS(5843), 1, - anon_sym_LPAREN2, - ACTIONS(5845), 1, - anon_sym_defined, - ACTIONS(5865), 1, - sym_number_literal, - ACTIONS(5847), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5849), 2, + ACTIONS(5897), 1, + anon_sym_LF, + ACTIONS(6016), 1, + anon_sym_AMP, + ACTIONS(6004), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5853), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3349), 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, - [77910] = 9, - ACTIONS(3), 1, + 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(5899), 4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + ACTIONS(6020), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [84172] = 12, + ACTIONS(5871), 1, sym_comment, - ACTIONS(5841), 1, - sym_identifier, - ACTIONS(5843), 1, - anon_sym_LPAREN2, - ACTIONS(5845), 1, - anon_sym_defined, - ACTIONS(5867), 1, - sym_number_literal, - ACTIONS(5847), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5849), 2, + 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(6036), 1, + anon_sym_LF, + ACTIONS(6004), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5853), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3354), 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, - [77950] = 6, - ACTIONS(3), 1, + 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, + [84217] = 12, + ACTIONS(5871), 1, sym_comment, - ACTIONS(5736), 1, - anon_sym_LBRACK, - ACTIONS(5783), 1, - anon_sym_LPAREN2, - STATE(3165), 1, - sym_parameter_list, - ACTIONS(5734), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(5730), 15, - anon_sym_COMMA, + ACTIONS(6008), 1, + anon_sym_PIPE_PIPE, + ACTIONS(6010), 1, 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, - anon_sym_DASH_GT, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [77984] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5609), 2, + ACTIONS(6012), 1, + anon_sym_PIPE, + ACTIONS(6014), 1, + anon_sym_CARET, + ACTIONS(6016), 1, anon_sym_AMP, - anon_sym_const, - ACTIONS(5607), 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, - [78012] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5841), 1, - sym_identifier, - ACTIONS(5843), 1, - anon_sym_LPAREN2, - ACTIONS(5845), 1, - anon_sym_defined, - ACTIONS(5869), 1, - sym_number_literal, - ACTIONS(5847), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5849), 2, + ACTIONS(6038), 1, + anon_sym_LF, + ACTIONS(6004), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5853), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3340), 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, - [78052] = 3, + 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, + [84262] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3562), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(3560), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + ACTIONS(5845), 1, + anon_sym_SLASH, + ACTIONS(5847), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5849), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [78080] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5871), 1, - anon_sym_LPAREN2, - ACTIONS(5682), 2, + ACTIONS(5851), 1, + anon_sym_PIPE, + ACTIONS(5853), 1, + anon_sym_CARET, + ACTIONS(5855), 1, anon_sym_AMP, - anon_sym_const, - ACTIONS(5678), 17, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(6040), 1, anon_sym_RPAREN, - 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, - [78110] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5841), 1, - sym_identifier, - ACTIONS(5843), 1, - anon_sym_LPAREN2, - ACTIONS(5845), 1, - anon_sym_defined, - ACTIONS(5873), 1, - sym_number_literal, - ACTIONS(5847), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5849), 2, + ACTIONS(5841), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(5853), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3358), 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, - [78150] = 3, - ACTIONS(3), 1, + 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, + [84311] = 3, + ACTIONS(5871), 1, sym_comment, - ACTIONS(3598), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(3596), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + ACTIONS(5905), 1, + anon_sym_LF, + ACTIONS(5907), 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_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, - [78178] = 9, - ACTIONS(3), 1, + 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, + [84338] = 8, + ACTIONS(5871), 1, sym_comment, - ACTIONS(5819), 1, - sym_identifier, - ACTIONS(5823), 1, - anon_sym_LPAREN2, - ACTIONS(5825), 1, - anon_sym_defined, - ACTIONS(5875), 1, - sym_number_literal, - ACTIONS(5827), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5829), 2, + ACTIONS(5897), 1, + anon_sym_LF, + ACTIONS(6004), 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(3301), 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, - [78218] = 9, - ACTIONS(3), 1, + 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, + ACTIONS(5899), 5, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + [84375] = 7, + ACTIONS(5871), 1, sym_comment, - ACTIONS(5819), 1, - sym_identifier, - ACTIONS(5823), 1, - anon_sym_LPAREN2, - ACTIONS(5825), 1, - anon_sym_defined, - ACTIONS(5877), 1, - sym_number_literal, - ACTIONS(5827), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5829), 2, + ACTIONS(5897), 1, + anon_sym_LF, + ACTIONS(6004), 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(3365), 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, - [78258] = 3, - ACTIONS(3), 1, + 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, + ACTIONS(5899), 7, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + [84410] = 6, + ACTIONS(5871), 1, sym_comment, - ACTIONS(5881), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5879), 15, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(5897), 1, + anon_sym_LF, + ACTIONS(6004), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(6022), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(6006), 3, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(5899), 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_LT, - anon_sym_GT_GT, - [78286] = 3, - ACTIONS(3), 1, + anon_sym_LT, + [84443] = 12, + ACTIONS(5871), 1, sym_comment, - ACTIONS(5885), 5, - anon_sym_SLASH, + 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(6042), 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, - ACTIONS(5883), 15, - anon_sym_COMMA, - anon_sym_RPAREN, + [84488] = 5, + ACTIONS(5871), 1, + sym_comment, + ACTIONS(5897), 1, + anon_sym_LF, + ACTIONS(6004), 2, 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, 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, - [78314] = 6, + [84519] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5736), 1, - anon_sym_LBRACK, - ACTIONS(5783), 1, - anon_sym_LPAREN2, - STATE(3165), 1, - sym_parameter_list, - ACTIONS(5762), 2, + 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, anon_sym_AMP, anon_sym_const, - ACTIONS(5760), 15, + ACTIONS(3425), 12, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, + 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_GT2, - anon_sym_noexcept, - anon_sym_throw, - [78348] = 11, + [84553] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5795), 1, - anon_sym_SLASH, - ACTIONS(5805), 1, + ACTIONS(6044), 1, + anon_sym_LBRACE, + ACTIONS(6046), 1, + anon_sym_COLON, + STATE(2562), 1, + sym_enumerator_list, + STATE(3448), 1, + sym__enum_base_clause, + ACTIONS(3417), 2, anon_sym_AMP, - ACTIONS(5859), 1, - anon_sym_PIPE, - ACTIONS(5791), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5793), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5807), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5809), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5811), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5813), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5857), 5, + anon_sym_const, + ACTIONS(3419), 12, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, + anon_sym_LPAREN2, + anon_sym_STAR, anon_sym_AMP_AMP, - anon_sym_CARET, - [78392] = 3, + anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_GT2, + [84587] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5605), 2, + ACTIONS(6048), 1, + anon_sym_LBRACE, + ACTIONS(6050), 1, + anon_sym_COLON, + STATE(2440), 1, + sym_enumerator_list, + STATE(3454), 1, + sym__enum_base_clause, + ACTIONS(3423), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5603), 18, - anon_sym_DOT_DOT_DOT, + ACTIONS(3425), 12, 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, - [78420] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5841), 1, - sym_identifier, - ACTIONS(5843), 1, - anon_sym_LPAREN2, - ACTIONS(5845), 1, - anon_sym_defined, - ACTIONS(5887), 1, - sym_number_literal, - ACTIONS(5847), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5849), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5853), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3348), 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, - [78460] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5841), 1, - sym_identifier, - ACTIONS(5843), 1, - anon_sym_LPAREN2, - ACTIONS(5845), 1, - anon_sym_defined, - ACTIONS(5889), 1, - sym_number_literal, - ACTIONS(5847), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5849), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5853), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3352), 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, - [78500] = 6, + [84621] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5736), 1, + ACTIONS(5776), 1, anon_sym_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - STATE(3165), 1, + STATE(3236), 1, sym_parameter_list, - ACTIONS(5766), 2, + ACTIONS(5774), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5764), 15, - anon_sym_COMMA, + ACTIONS(5770), 13, anon_sym_AMP_AMP, anon_sym_LBRACK_LBRACK, - anon_sym_EQ, + anon_sym_LBRACE, anon_sym_volatile, anon_sym_restrict, anon_sym__Atomic, @@ -371026,2335 +373826,2330 @@ 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, - [78534] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5795), 1, - anon_sym_SLASH, - ACTIONS(5791), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5793), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5807), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5809), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5811), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5813), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5859), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(5857), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - [78576] = 6, + [84653] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4041), 1, + ACTIONS(5776), 1, + anon_sym_LBRACK, + ACTIONS(5835), 1, + anon_sym_LPAREN2, + STATE(3236), 1, + sym_parameter_list, + ACTIONS(5094), 2, anon_sym_AMP, - ACTIONS(5780), 1, anon_sym_const, - STATE(3297), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - ACTIONS(5891), 5, + ACTIONS(5092), 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, - ACTIONS(4043), 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, - [78610] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5819), 1, - sym_identifier, - ACTIONS(5823), 1, - anon_sym_LPAREN2, - ACTIONS(5825), 1, - anon_sym_defined, - ACTIONS(5894), 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(3296), 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, - [78650] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4253), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4251), 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, - [78678] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5841), 1, - sym_identifier, - ACTIONS(5843), 1, - anon_sym_LPAREN2, - ACTIONS(5845), 1, - anon_sym_defined, - ACTIONS(5896), 1, - sym_number_literal, - ACTIONS(5847), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5849), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5853), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3344), 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, - [78718] = 9, + anon_sym_DASH_GT, + anon_sym_final, + anon_sym_override, + anon_sym_noexcept, + anon_sym_throw, + [84685] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5795), 1, - anon_sym_SLASH, - ACTIONS(5791), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5793), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5809), 2, - anon_sym_GT, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(5865), 1, anon_sym_LT, - ACTIONS(5811), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5813), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5859), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(5857), 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, - [78758] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5645), 2, + STATE(2247), 1, + sym_template_argument_list, + ACTIONS(2401), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5643), 18, - anon_sym_DOT_DOT_DOT, + ACTIONS(2409), 13, 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, - [78786] = 12, + [84717] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5795), 1, - anon_sym_SLASH, - ACTIONS(5803), 1, - anon_sym_CARET, - ACTIONS(5805), 1, + ACTIONS(6048), 1, + anon_sym_LBRACE, + ACTIONS(6050), 1, + anon_sym_COLON, + STATE(2445), 1, + sym_enumerator_list, + STATE(3455), 1, + sym__enum_base_clause, + ACTIONS(3417), 2, anon_sym_AMP, - ACTIONS(5859), 1, - anon_sym_PIPE, - ACTIONS(5791), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5793), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5807), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5809), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5811), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5813), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5857), 4, + anon_sym_const, + ACTIONS(3419), 12, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - [78832] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5841), 1, - sym_identifier, - ACTIONS(5843), 1, anon_sym_LPAREN2, - ACTIONS(5845), 1, - anon_sym_defined, - ACTIONS(5898), 1, - sym_number_literal, - ACTIONS(5847), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5849), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5853), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3343), 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, - [78872] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5902), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5900), 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, - [78900] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5819), 1, - sym_identifier, - ACTIONS(5823), 1, - anon_sym_LPAREN2, - ACTIONS(5825), 1, - anon_sym_defined, - ACTIONS(5904), 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(3345), 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, - [78940] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5841), 1, - sym_identifier, - ACTIONS(5843), 1, - anon_sym_LPAREN2, - ACTIONS(5845), 1, - anon_sym_defined, - ACTIONS(5906), 1, - sym_number_literal, - ACTIONS(5847), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5849), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5853), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3347), 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, - [78980] = 9, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + [84751] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5819), 1, - sym_identifier, - ACTIONS(5823), 1, + ACTIONS(5776), 1, + anon_sym_LBRACK, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(5825), 1, - anon_sym_defined, - ACTIONS(5908), 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(3312), 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, - [79020] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5912), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5910), 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, - [79048] = 3, + STATE(3236), 1, + sym_parameter_list, + ACTIONS(5780), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(5778), 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, + [84783] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5694), 2, + ACTIONS(5776), 1, + anon_sym_LBRACK, + ACTIONS(5835), 1, + anon_sym_LPAREN2, + STATE(3236), 1, + sym_parameter_list, + ACTIONS(5795), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5692), 18, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, + ACTIONS(5793), 13, 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_GT2, + anon_sym_final, + anon_sym_override, anon_sym_noexcept, anon_sym_throw, - [79076] = 3, + [84815] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5916), 5, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(5776), 1, + anon_sym_LBRACK, + ACTIONS(5835), 1, + anon_sym_LPAREN2, + STATE(3236), 1, + sym_parameter_list, + ACTIONS(5799), 2, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5914), 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_const, + ACTIONS(5797), 13, 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, - [79104] = 14, + 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, + [84847] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(5795), 1, - anon_sym_SLASH, - ACTIONS(5797), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5799), 1, - anon_sym_AMP_AMP, - ACTIONS(5801), 1, - anon_sym_PIPE, - ACTIONS(5803), 1, - anon_sym_CARET, - ACTIONS(5805), 1, - anon_sym_AMP, - ACTIONS(5791), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5793), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5807), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5809), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5811), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5813), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5918), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [79154] = 9, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2572), 1, + anon_sym___declspec, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3746), 1, + anon_sym_LBRACE, + ACTIONS(3804), 1, + sym_identifier, + ACTIONS(3806), 1, + anon_sym_COLON_COLON, + STATE(2227), 1, + sym_template_type, + STATE(2367), 1, + sym_field_declaration_list, + STATE(3471), 1, + sym_ms_declspec_modifier, + STATE(3870), 1, + sym__scope_resolution, + STATE(4025), 1, + sym_virtual_specifier, + STATE(4467), 1, + sym_base_class_clause, + STATE(4833), 1, + sym_dependent_type_identifier, + ACTIONS(3041), 2, + anon_sym_final, + anon_sym_override, + STATE(2059), 2, + sym__class_name, + sym_qualified_type_identifier, + [84898] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(5841), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2572), 1, + anon_sym___declspec, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3752), 1, + anon_sym_LBRACE, + ACTIONS(3760), 1, sym_identifier, - ACTIONS(5843), 1, - anon_sym_LPAREN2, - ACTIONS(5845), 1, - anon_sym_defined, - ACTIONS(5920), 1, - sym_number_literal, - ACTIONS(5847), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5849), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5853), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3370), 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, - [79194] = 3, + ACTIONS(3762), 1, + anon_sym_COLON_COLON, + STATE(2463), 1, + sym_template_type, + STATE(2570), 1, + sym_field_declaration_list, + STATE(3484), 1, + sym_ms_declspec_modifier, + STATE(3873), 1, + sym__scope_resolution, + STATE(4069), 1, + sym_virtual_specifier, + STATE(4708), 1, + sym_base_class_clause, + STATE(4833), 1, + sym_dependent_type_identifier, + ACTIONS(3041), 2, + anon_sym_final, + anon_sym_override, + STATE(2267), 2, + sym__class_name, + sym_qualified_type_identifier, + [84949] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(5924), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5922), 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, - [79222] = 12, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2572), 1, + anon_sym___declspec, + ACTIONS(2698), 1, + anon_sym_COLON_COLON, + ACTIONS(3037), 1, + anon_sym_LBRACE, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3740), 1, + sym_identifier, + STATE(1271), 1, + sym_template_type, + STATE(1346), 1, + sym_field_declaration_list, + STATE(3479), 1, + sym_ms_declspec_modifier, + STATE(3903), 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, + [85000] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(5795), 1, - anon_sym_SLASH, - ACTIONS(5801), 1, - anon_sym_PIPE, - ACTIONS(5803), 1, - anon_sym_CARET, - ACTIONS(5805), 1, - anon_sym_AMP, - ACTIONS(5791), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5793), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5807), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5809), 2, - anon_sym_GT, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2323), 1, + anon_sym_COLON_COLON, + ACTIONS(2572), 1, + anon_sym___declspec, + ACTIONS(3037), 1, + anon_sym_LBRACE, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3724), 1, + sym_identifier, + STATE(1271), 1, + sym_template_type, + STATE(1346), 1, + sym_field_declaration_list, + STATE(3467), 1, + sym_ms_declspec_modifier, + STATE(3877), 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(1393), 2, + sym__class_name, + sym_qualified_type_identifier, + [85051] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2391), 1, + anon_sym_COLON_COLON, + ACTIONS(2572), 1, + anon_sym___declspec, + ACTIONS(3037), 1, + anon_sym_LBRACE, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3740), 1, + sym_identifier, + STATE(1271), 1, + sym_template_type, + STATE(1346), 1, + sym_field_declaration_list, + STATE(3494), 1, + sym_ms_declspec_modifier, + STATE(3891), 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(1289), 2, + sym__class_name, + sym_qualified_type_identifier, + [85102] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2323), 1, + anon_sym_COLON_COLON, + ACTIONS(2572), 1, + anon_sym___declspec, + ACTIONS(3037), 1, + anon_sym_LBRACE, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3724), 1, + sym_identifier, + STATE(1271), 1, + sym_template_type, + STATE(1346), 1, + sym_field_declaration_list, + STATE(3467), 1, + sym_ms_declspec_modifier, + STATE(3877), 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(1289), 2, + sym__class_name, + sym_qualified_type_identifier, + [85153] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2572), 1, + anon_sym___declspec, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3742), 1, + sym_identifier, + ACTIONS(3744), 1, + anon_sym_COLON_COLON, + ACTIONS(3746), 1, + anon_sym_LBRACE, + STATE(2227), 1, + sym_template_type, + STATE(2367), 1, + sym_field_declaration_list, + STATE(3477), 1, + sym_ms_declspec_modifier, + STATE(3915), 1, + sym__scope_resolution, + STATE(4025), 1, + sym_virtual_specifier, + STATE(4467), 1, + sym_base_class_clause, + STATE(4833), 1, + sym_dependent_type_identifier, + ACTIONS(3041), 2, + anon_sym_final, + anon_sym_override, + STATE(2059), 2, + sym__class_name, + sym_qualified_type_identifier, + [85204] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(5817), 1, anon_sym_LT, - ACTIONS(5811), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5813), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5857), 4, + STATE(2405), 1, + sym_template_argument_list, + ACTIONS(2401), 2, + anon_sym_AMP, + anon_sym_const, + ACTIONS(2409), 12, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, + anon_sym_LPAREN2, + anon_sym_STAR, anon_sym_AMP_AMP, - [79268] = 9, + anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_GT2, + [85235] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(5819), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2572), 1, + anon_sym___declspec, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3798), 1, sym_identifier, - ACTIONS(5823), 1, - anon_sym_LPAREN2, - ACTIONS(5825), 1, - anon_sym_defined, - ACTIONS(5926), 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(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, - [79308] = 9, + ACTIONS(3800), 1, + anon_sym_COLON_COLON, + ACTIONS(3802), 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(3), 1, sym_comment, - ACTIONS(5819), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2572), 1, + anon_sym___declspec, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3768), 1, sym_identifier, - ACTIONS(5823), 1, - anon_sym_LPAREN2, - ACTIONS(5825), 1, - anon_sym_defined, - ACTIONS(5928), 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(3332), 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, - [79348] = 9, + ACTIONS(3770), 1, + anon_sym_COLON_COLON, + ACTIONS(3772), 1, + anon_sym_LBRACE, + STATE(2049), 1, + sym_template_type, + STATE(2277), 1, + sym_field_declaration_list, + STATE(3476), 1, + sym_ms_declspec_modifier, + STATE(3892), 1, + sym__scope_resolution, + STATE(3993), 1, + sym_virtual_specifier, + STATE(4606), 1, + sym_base_class_clause, + STATE(4833), 1, + sym_dependent_type_identifier, + ACTIONS(3041), 2, + anon_sym_final, + anon_sym_override, + STATE(2025), 2, + sym__class_name, + sym_qualified_type_identifier, + [85337] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(5841), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2572), 1, + anon_sym___declspec, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3776), 1, sym_identifier, - ACTIONS(5843), 1, - anon_sym_LPAREN2, - ACTIONS(5845), 1, - anon_sym_defined, - ACTIONS(5930), 1, - sym_number_literal, - ACTIONS(5847), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5849), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5853), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3367), 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, - [79388] = 9, + ACTIONS(3778), 1, + anon_sym_COLON_COLON, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3459), 1, + sym_ms_declspec_modifier, + STATE(3587), 1, + sym_template_type, + STATE(3806), 1, + sym_field_declaration_list, + STATE(3910), 1, + sym__scope_resolution, + STATE(4044), 1, + sym_virtual_specifier, + STATE(4488), 1, + sym_base_class_clause, + STATE(4833), 1, + sym_dependent_type_identifier, + ACTIONS(3041), 2, + anon_sym_final, + anon_sym_override, + STATE(3497), 2, + sym__class_name, + sym_qualified_type_identifier, + [85388] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(5841), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2572), 1, + anon_sym___declspec, + ACTIONS(2698), 1, + anon_sym_COLON_COLON, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3401), 1, + anon_sym_LBRACE, + ACTIONS(3740), 1, sym_identifier, - ACTIONS(5843), 1, + STATE(1271), 1, + sym_template_type, + STATE(1430), 1, + sym_field_declaration_list, + STATE(3490), 1, + sym_ms_declspec_modifier, + STATE(3903), 1, + sym__scope_resolution, + STATE(4136), 1, + sym_virtual_specifier, + STATE(4774), 1, + sym_base_class_clause, + STATE(4833), 1, + sym_dependent_type_identifier, + ACTIONS(3041), 2, + anon_sym_final, + anon_sym_override, + STATE(1365), 2, + sym__class_name, + sym_qualified_type_identifier, + [85439] = 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(5845), 1, - anon_sym_defined, - ACTIONS(5932), 1, - sym_number_literal, - ACTIONS(5847), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5849), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5853), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3366), 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, - [79428] = 3, + 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(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, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2323), 1, + anon_sym_COLON_COLON, + ACTIONS(2572), 1, + anon_sym___declspec, + ACTIONS(3037), 1, anon_sym_LBRACE, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_DASH_GT, - anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [79456] = 9, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3724), 1, + sym_identifier, + STATE(1271), 1, + sym_template_type, + STATE(1346), 1, + sym_field_declaration_list, + STATE(3467), 1, + sym_ms_declspec_modifier, + STATE(3877), 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(1397), 2, + sym__class_name, + sym_qualified_type_identifier, + [85531] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(5841), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2323), 1, + anon_sym_COLON_COLON, + ACTIONS(2572), 1, + anon_sym___declspec, + ACTIONS(3037), 1, + anon_sym_LBRACE, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3724), 1, sym_identifier, - ACTIONS(5843), 1, - anon_sym_LPAREN2, - ACTIONS(5845), 1, - anon_sym_defined, - ACTIONS(5934), 1, - sym_number_literal, - ACTIONS(5847), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5849), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5853), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3364), 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, - [79496] = 9, + STATE(1271), 1, + sym_template_type, + STATE(1346), 1, + sym_field_declaration_list, + STATE(3467), 1, + sym_ms_declspec_modifier, + STATE(3877), 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(1395), 2, + sym__class_name, + sym_qualified_type_identifier, + [85582] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(5841), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(4749), 1, sym_identifier, - ACTIONS(5843), 1, + ACTIONS(4751), 1, anon_sym_LPAREN2, - ACTIONS(5845), 1, - anon_sym_defined, - ACTIONS(5936), 1, - sym_number_literal, - ACTIONS(5847), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5849), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5853), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3362), 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, - [79536] = 6, + 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(5736), 1, - anon_sym_LBRACK, - ACTIONS(5783), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(4749), 1, + sym_identifier, + ACTIONS(4751), 1, anon_sym_LPAREN2, - STATE(3165), 1, - sym_parameter_list, - ACTIONS(5774), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(5772), 15, - anon_sym_COMMA, + ACTIONS(4753), 1, + anon_sym_STAR, + ACTIONS(4755), 1, 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, - anon_sym_DASH_GT, + 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, + 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, + sym_identifier, + ACTIONS(3726), 1, + anon_sym_COLON_COLON, + STATE(1271), 1, + sym_template_type, + STATE(1346), 1, + sym_field_declaration_list, + STATE(3463), 1, + sym_ms_declspec_modifier, + STATE(3890), 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, - anon_sym_GT2, - anon_sym_noexcept, - anon_sym_throw, - [79570] = 3, + STATE(3600), 2, + sym__class_name, + sym_qualified_type_identifier, + [85715] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5940), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5938), 15, + 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, - 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, - [79598] = 9, + 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(5819), 1, - sym_identifier, - ACTIONS(5823), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(4751), 1, anon_sym_LPAREN2, - ACTIONS(5825), 1, - anon_sym_defined, - ACTIONS(5942), 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(3331), 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, - [79638] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5795), 1, - anon_sym_SLASH, - ACTIONS(5799), 1, + ACTIONS(4759), 1, + sym_identifier, + ACTIONS(4761), 1, + anon_sym_STAR, + ACTIONS(4763), 1, anon_sym_AMP_AMP, - ACTIONS(5801), 1, - anon_sym_PIPE, - ACTIONS(5803), 1, - anon_sym_CARET, - ACTIONS(5805), 1, + ACTIONS(4765), 1, anon_sym_AMP, - ACTIONS(5791), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5793), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5807), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5809), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5811), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5813), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5857), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - [79686] = 9, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(5841), 1, - sym_identifier, - ACTIONS(5843), 1, + ACTIONS(3431), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5704), 1, + anon_sym_COLON, + ACTIONS(5772), 1, anon_sym_LPAREN2, - ACTIONS(5845), 1, - anon_sym_defined, - ACTIONS(5944), 1, - sym_number_literal, - ACTIONS(5847), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5849), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5853), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3361), 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, - [79726] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5736), 1, + ACTIONS(6052), 1, + anon_sym_COMMA, + ACTIONS(6058), 1, anon_sym_LBRACK, - ACTIONS(5783), 1, - anon_sym_LPAREN2, - STATE(3165), 1, + ACTIONS(6062), 1, + anon_sym_SEMI, + ACTIONS(6064), 1, + anon_sym_LBRACE, + ACTIONS(6066), 1, + anon_sym_EQ, + STATE(928), 1, + sym_compound_statement, + STATE(932), 1, + sym_default_method_clause, + STATE(933), 1, + sym_delete_method_clause, + STATE(3109), 1, sym_parameter_list, - ACTIONS(5175), 2, + STATE(3837), 1, + aux_sym_field_declaration_repeat1, + STATE(4906), 1, + sym_bitfield_clause, + STATE(4910), 1, + sym_initializer_list, + STATE(3692), 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(5173), 15, + 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_LBRACK, - anon_sym_EQ, + 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_GT2, - anon_sym_noexcept, - anon_sym_throw, - [79760] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5819), 1, - sym_identifier, - ACTIONS(5823), 1, - anon_sym_LPAREN2, - ACTIONS(5825), 1, - anon_sym_defined, - ACTIONS(5946), 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(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, - [79800] = 9, + [85891] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5841), 1, - sym_identifier, - ACTIONS(5843), 1, + ACTIONS(3431), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5704), 1, + anon_sym_COLON, + ACTIONS(5772), 1, anon_sym_LPAREN2, - ACTIONS(5845), 1, - anon_sym_defined, - ACTIONS(5948), 1, - sym_number_literal, - ACTIONS(5847), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5849), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5853), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3342), 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, - [79840] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5859), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5857), 15, + ACTIONS(6052), 1, 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, - [79868] = 5, + ACTIONS(6058), 1, + anon_sym_LBRACK, + ACTIONS(6068), 1, + anon_sym_SEMI, + ACTIONS(6070), 1, + anon_sym_LBRACE, + ACTIONS(6072), 1, + anon_sym_EQ, + STATE(851), 1, + sym_default_method_clause, + STATE(852), 1, + sym_delete_method_clause, + STATE(862), 1, + sym_compound_statement, + STATE(3109), 1, + sym_parameter_list, + STATE(3857), 1, + aux_sym_field_declaration_repeat1, + STATE(4891), 1, + sym_bitfield_clause, + STATE(4893), 1, + sym_initializer_list, + STATE(3692), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [85944] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(5795), 1, - anon_sym_SLASH, - ACTIONS(5793), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5859), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5857), 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, - [79900] = 9, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2572), 1, + anon_sym___declspec, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3748), 1, + sym_identifier, + ACTIONS(3750), 1, + anon_sym_COLON_COLON, + ACTIONS(3752), 1, + anon_sym_LBRACE, + STATE(2463), 1, + sym_template_type, + STATE(2570), 1, + sym_field_declaration_list, + STATE(3487), 1, + sym_ms_declspec_modifier, + STATE(3872), 1, + sym__scope_resolution, + STATE(4069), 1, + sym_virtual_specifier, + STATE(4708), 1, + sym_base_class_clause, + STATE(4833), 1, + sym_dependent_type_identifier, + ACTIONS(3041), 2, + anon_sym_final, + anon_sym_override, + STATE(2267), 2, + sym__class_name, + sym_qualified_type_identifier, + [85995] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(5819), 1, + 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, sym_identifier, - ACTIONS(5823), 1, - anon_sym_LPAREN2, - ACTIONS(5825), 1, - anon_sym_defined, - ACTIONS(5950), 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(3315), 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, - [79940] = 3, + 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(5657), 2, + ACTIONS(6044), 1, + anon_sym_LBRACE, + STATE(2616), 1, + sym_enumerator_list, + ACTIONS(3066), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(5655), 18, + ACTIONS(3068), 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_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, - [79968] = 9, + [86074] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5819), 1, - sym_identifier, - ACTIONS(5823), 1, - anon_sym_LPAREN2, - ACTIONS(5825), 1, - anon_sym_defined, - ACTIONS(5952), 1, - sym_number_literal, - ACTIONS(5827), 2, - anon_sym_BANG, + ACTIONS(117), 1, + anon_sym_operator, + ACTIONS(1929), 1, 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(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, - [80008] = 9, + ACTIONS(1937), 1, + anon_sym_COLON_COLON, + ACTIONS(6074), 1, + sym_identifier, + ACTIONS(6076), 1, + anon_sym_template, + STATE(1278), 1, + sym_dependent_type_identifier, + STATE(1285), 1, + sym_template_type, + STATE(1385), 1, + sym_qualified_type_identifier, + 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(3449), 1, + sym__scope_resolution, + STATE(4226), 1, + sym_qualified_operator_cast_identifier, + STATE(4255), 1, + sym_operator_cast, + [86126] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5819), 1, - sym_identifier, - ACTIONS(5823), 1, - anon_sym_LPAREN2, - ACTIONS(5825), 1, - anon_sym_defined, - ACTIONS(5954), 1, - sym_number_literal, - ACTIONS(5827), 2, - anon_sym_BANG, + ACTIONS(117), 1, + anon_sym_operator, + ACTIONS(1929), 1, 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(3303), 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, - [80048] = 3, + ACTIONS(2293), 1, + anon_sym_COLON_COLON, + ACTIONS(6078), 1, + sym_identifier, + ACTIONS(6080), 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(3450), 1, + sym__scope_resolution, + STATE(4226), 1, + sym_qualified_operator_cast_identifier, + STATE(4255), 1, + sym_operator_cast, + [86178] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5958), 5, - anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(6044), 1, + anon_sym_LBRACE, + STATE(2594), 1, + sym_enumerator_list, + ACTIONS(3076), 2, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5956), 15, + anon_sym_const, + ACTIONS(3078), 12, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DASH, - anon_sym_PLUS, + anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_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, - [80076] = 9, + anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + anon_sym_GT2, + [86206] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5841), 1, - sym_identifier, - ACTIONS(5843), 1, + ACTIONS(3029), 1, + anon_sym_LBRACE, + 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, - ACTIONS(5845), 1, - anon_sym_defined, - ACTIONS(5960), 1, - sym_number_literal, - ACTIONS(5847), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(5849), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5853), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3355), 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, - [80116] = 9, + 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, + [86232] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5841), 1, + ACTIONS(6082), 1, sym_identifier, - ACTIONS(5843), 1, - anon_sym_LPAREN2, - ACTIONS(5845), 1, - anon_sym_defined, - ACTIONS(5962), 1, - sym_number_literal, - ACTIONS(5847), 2, - anon_sym_BANG, + ACTIONS(6084), 1, anon_sym_TILDE, - ACTIONS(5849), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5853), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(3341), 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, - [80156] = 12, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(5964), 1, - anon_sym_LF, - ACTIONS(5970), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5972), 1, - anon_sym_AMP_AMP, - ACTIONS(5974), 1, - anon_sym_PIPE, - ACTIONS(5976), 1, - anon_sym_CARET, - ACTIONS(5978), 1, - anon_sym_AMP, - ACTIONS(5966), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5980), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5984), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5968), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5982), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [80201] = 3, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(5857), 1, - anon_sym_LF, - ACTIONS(5859), 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, - [80228] = 12, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(5970), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5972), 1, - anon_sym_AMP_AMP, - ACTIONS(5974), 1, - anon_sym_PIPE, - ACTIONS(5976), 1, - anon_sym_CARET, - ACTIONS(5978), 1, - anon_sym_AMP, - ACTIONS(5986), 1, - anon_sym_LF, - ACTIONS(5966), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5980), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5984), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5968), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5982), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [80273] = 12, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(5970), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5972), 1, - anon_sym_AMP_AMP, - ACTIONS(5974), 1, - anon_sym_PIPE, - ACTIONS(5976), 1, - anon_sym_CARET, - ACTIONS(5978), 1, - anon_sym_AMP, - ACTIONS(5988), 1, - anon_sym_LF, - ACTIONS(5966), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5980), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5984), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5968), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5982), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [80318] = 12, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(5970), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5972), 1, - anon_sym_AMP_AMP, - ACTIONS(5974), 1, - anon_sym_PIPE, - ACTIONS(5976), 1, - anon_sym_CARET, - ACTIONS(5978), 1, - anon_sym_AMP, - ACTIONS(5990), 1, - anon_sym_LF, - ACTIONS(5966), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5980), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5984), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5968), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5982), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [80363] = 14, + 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(3), 1, sym_comment, - ACTIONS(5795), 1, - anon_sym_SLASH, - ACTIONS(5797), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5799), 1, - anon_sym_AMP_AMP, - ACTIONS(5801), 1, - anon_sym_PIPE, - ACTIONS(5803), 1, - anon_sym_CARET, - ACTIONS(5805), 1, + ACTIONS(6048), 1, + anon_sym_LBRACE, + STATE(2407), 1, + sym_enumerator_list, + ACTIONS(3076), 2, anon_sym_AMP, - ACTIONS(5992), 1, + anon_sym_const, + ACTIONS(3078), 12, + anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(5791), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5793), 2, + anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5807), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5809), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5811), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5813), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [80412] = 12, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(5970), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5972), 1, anon_sym_AMP_AMP, - ACTIONS(5974), 1, - anon_sym_PIPE, - ACTIONS(5976), 1, - anon_sym_CARET, - ACTIONS(5978), 1, - anon_sym_AMP, - ACTIONS(5994), 1, - anon_sym_LF, - ACTIONS(5966), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5980), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5984), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5968), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5982), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [80457] = 12, - ACTIONS(5817), 1, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + [86312] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(5970), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5972), 1, - anon_sym_AMP_AMP, - ACTIONS(5974), 1, - anon_sym_PIPE, - ACTIONS(5976), 1, - anon_sym_CARET, - ACTIONS(5978), 1, + ACTIONS(6048), 1, + anon_sym_LBRACE, + STATE(2378), 1, + sym_enumerator_list, + ACTIONS(3066), 2, anon_sym_AMP, - ACTIONS(5996), 1, - anon_sym_LF, - ACTIONS(5966), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5980), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5984), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5968), 3, + anon_sym_const, + ACTIONS(3068), 12, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5982), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [80502] = 12, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(5970), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5972), 1, anon_sym_AMP_AMP, - ACTIONS(5974), 1, - anon_sym_PIPE, - ACTIONS(5976), 1, - anon_sym_CARET, - ACTIONS(5978), 1, - anon_sym_AMP, - ACTIONS(5998), 1, - anon_sym_LF, - ACTIONS(5966), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5980), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5984), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5968), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5982), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [80547] = 12, - ACTIONS(5817), 1, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_volatile, + anon_sym_restrict, + anon_sym__Atomic, + anon_sym_mutable, + anon_sym_constexpr, + [86340] = 14, + ACTIONS(3), 1, sym_comment, - ACTIONS(5970), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5972), 1, - anon_sym_AMP_AMP, - ACTIONS(5974), 1, - anon_sym_PIPE, - ACTIONS(5976), 1, - anon_sym_CARET, - ACTIONS(5978), 1, - anon_sym_AMP, - ACTIONS(6000), 1, - anon_sym_LF, - ACTIONS(5966), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5980), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5984), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5968), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5982), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [80592] = 3, - ACTIONS(5817), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3037), 1, + anon_sym_LBRACE, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3724), 1, + sym_identifier, + ACTIONS(3726), 1, + anon_sym_COLON_COLON, + STATE(1271), 1, + sym_template_type, + STATE(1335), 1, + sym_field_declaration_list, + STATE(3890), 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(3608), 2, + sym__class_name, + sym_qualified_type_identifier, + [86385] = 14, + ACTIONS(3), 1, sym_comment, - ACTIONS(5910), 1, - anon_sym_LF, - ACTIONS(5912), 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, - [80619] = 10, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2698), 1, + anon_sym_COLON_COLON, + ACTIONS(3037), 1, + anon_sym_LBRACE, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3740), 1, + sym_identifier, + STATE(1271), 1, + sym_template_type, + STATE(1335), 1, + sym_field_declaration_list, + STATE(3903), 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(1380), 2, + sym__class_name, + sym_qualified_type_identifier, + [86430] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5485), 1, - sym_identifier, - ACTIONS(5487), 1, + ACTIONS(2383), 1, anon_sym_LPAREN2, - ACTIONS(5489), 1, - anon_sym_STAR, - STATE(3689), 1, - sym__type_declarator, - STATE(5005), 1, - sym_ms_based_modifier, - STATE(3135), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3837), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(4772), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - [80660] = 5, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(5857), 1, - anon_sym_LF, - ACTIONS(5966), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5968), 3, + ACTIONS(5670), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5859), 13, - anon_sym_PIPE_PIPE, + ACTIONS(5672), 1, anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(5674), 1, 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, - [80691] = 3, - ACTIONS(5817), 1, + 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(3), 1, sym_comment, - ACTIONS(5956), 1, - anon_sym_LF, - ACTIONS(5958), 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, - [80718] = 3, - ACTIONS(5817), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3776), 1, + sym_identifier, + ACTIONS(3778), 1, + anon_sym_COLON_COLON, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3587), 1, + sym_template_type, + STATE(3855), 1, + sym_field_declaration_list, + STATE(3910), 1, + sym__scope_resolution, + STATE(4029), 1, + sym_virtual_specifier, + STATE(4473), 1, + sym_base_class_clause, + STATE(4833), 1, + sym_dependent_type_identifier, + ACTIONS(3041), 2, + anon_sym_final, + anon_sym_override, + STATE(3522), 2, + sym__class_name, + sym_qualified_type_identifier, + [86512] = 14, + ACTIONS(3), 1, sym_comment, - ACTIONS(5922), 1, - anon_sym_LF, - ACTIONS(5924), 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, - [80745] = 4, - ACTIONS(5817), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3798), 1, + sym_identifier, + ACTIONS(3800), 1, + anon_sym_COLON_COLON, + ACTIONS(3802), 1, + anon_sym_LBRACE, + STATE(1997), 1, + sym_template_type, + STATE(2081), 1, + sym_field_declaration_list, + STATE(3907), 1, + sym__scope_resolution, + STATE(4088), 1, + sym_virtual_specifier, + STATE(4628), 1, + sym_base_class_clause, + STATE(4833), 1, + sym_dependent_type_identifier, + ACTIONS(3041), 2, + anon_sym_final, + anon_sym_override, + STATE(1983), 2, + sym__class_name, + sym_qualified_type_identifier, + [86557] = 14, + ACTIONS(3), 1, sym_comment, - ACTIONS(5857), 1, - anon_sym_LF, - ACTIONS(5968), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5859), 15, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [80774] = 3, - ACTIONS(4251), 1, - anon_sym_LF, - ACTIONS(5817), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3776), 1, + sym_identifier, + ACTIONS(3778), 1, + anon_sym_COLON_COLON, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3587), 1, + sym_template_type, + STATE(3848), 1, + sym_field_declaration_list, + STATE(3910), 1, + sym__scope_resolution, + STATE(4031), 1, + sym_virtual_specifier, + STATE(4474), 1, + sym_base_class_clause, + STATE(4833), 1, + sym_dependent_type_identifier, + ACTIONS(3041), 2, + anon_sym_final, + anon_sym_override, + STATE(3521), 2, + sym__class_name, + sym_qualified_type_identifier, + [86602] = 10, + ACTIONS(3), 1, sym_comment, - ACTIONS(4253), 18, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(2383), 1, + anon_sym_LPAREN2, + ACTIONS(5676), 1, + anon_sym_LBRACK, + ACTIONS(5736), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, + ACTIONS(5738), 1, anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(5740), 1, 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, - [80801] = 3, - ACTIONS(5817), 1, + STATE(3267), 1, + sym_parameter_list, + STATE(3931), 1, + sym__abstract_declarator, + ACTIONS(4648), 3, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + STATE(3757), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [86639] = 14, + ACTIONS(3), 1, sym_comment, - ACTIONS(5938), 1, - anon_sym_LF, - ACTIONS(5940), 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, - [80828] = 12, - ACTIONS(5817), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3037), 1, + anon_sym_LBRACE, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3724), 1, + sym_identifier, + ACTIONS(3726), 1, + anon_sym_COLON_COLON, + STATE(1271), 1, + sym_template_type, + STATE(1342), 1, + sym_field_declaration_list, + STATE(3890), 1, + sym__scope_resolution, + STATE(4145), 1, + sym_virtual_specifier, + STATE(4685), 1, + sym_base_class_clause, + STATE(4833), 1, + sym_dependent_type_identifier, + ACTIONS(3041), 2, + anon_sym_final, + anon_sym_override, + STATE(3609), 2, + sym__class_name, + sym_qualified_type_identifier, + [86684] = 14, + ACTIONS(3), 1, sym_comment, - ACTIONS(5970), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5972), 1, - anon_sym_AMP_AMP, - ACTIONS(5974), 1, - anon_sym_PIPE, - ACTIONS(5976), 1, - anon_sym_CARET, - ACTIONS(5978), 1, - anon_sym_AMP, - ACTIONS(6002), 1, - anon_sym_LF, - ACTIONS(5966), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5980), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5984), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5968), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5982), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [80873] = 3, - ACTIONS(5817), 1, + 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(3), 1, sym_comment, - ACTIONS(5914), 1, - anon_sym_LF, - ACTIONS(5916), 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, - [80900] = 3, - ACTIONS(5817), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3037), 1, + anon_sym_LBRACE, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3724), 1, + sym_identifier, + ACTIONS(3758), 1, + anon_sym_COLON_COLON, + STATE(1271), 1, + sym_template_type, + STATE(1335), 1, + sym_field_declaration_list, + STATE(3883), 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(1380), 2, + sym__class_name, + sym_qualified_type_identifier, + [86774] = 14, + ACTIONS(3), 1, sym_comment, - ACTIONS(5883), 1, - anon_sym_LF, - ACTIONS(5885), 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, - [80927] = 12, - ACTIONS(5817), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3746), 1, + anon_sym_LBRACE, + ACTIONS(3804), 1, + sym_identifier, + ACTIONS(3806), 1, + anon_sym_COLON_COLON, + STATE(2227), 1, + sym_template_type, + STATE(2382), 1, + sym_field_declaration_list, + STATE(3870), 1, + sym__scope_resolution, + STATE(4177), 1, + sym_virtual_specifier, + STATE(4625), 1, + sym_base_class_clause, + STATE(4833), 1, + sym_dependent_type_identifier, + ACTIONS(3041), 2, + anon_sym_final, + anon_sym_override, + STATE(2102), 2, + sym__class_name, + sym_qualified_type_identifier, + [86819] = 14, + ACTIONS(3), 1, sym_comment, - ACTIONS(5857), 1, - anon_sym_LF, - ACTIONS(5859), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5972), 1, - anon_sym_AMP_AMP, - ACTIONS(5974), 1, - anon_sym_PIPE, - ACTIONS(5976), 1, - anon_sym_CARET, - ACTIONS(5978), 1, - anon_sym_AMP, - ACTIONS(5966), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5980), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5984), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5968), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5982), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [80972] = 11, - ACTIONS(5817), 1, + 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(1342), 1, + sym_field_declaration_list, + STATE(3877), 1, + sym__scope_resolution, + STATE(4145), 1, + sym_virtual_specifier, + STATE(4685), 1, + sym_base_class_clause, + STATE(4833), 1, + sym_dependent_type_identifier, + ACTIONS(3041), 2, + anon_sym_final, + anon_sym_override, + STATE(1283), 2, + sym__class_name, + sym_qualified_type_identifier, + [86864] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(5857), 1, - anon_sym_LF, - ACTIONS(5974), 1, - anon_sym_PIPE, - ACTIONS(5976), 1, - anon_sym_CARET, - ACTIONS(5978), 1, + ACTIONS(3056), 1, anon_sym_AMP, - ACTIONS(5859), 2, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - ACTIONS(5966), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5980), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5984), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5968), 3, + 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_SLASH, - anon_sym_PERCENT, - ACTIONS(5982), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [81015] = 10, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [86895] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5485), 1, + 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(5487), 1, - anon_sym_LPAREN2, - ACTIONS(5489), 1, - anon_sym_STAR, - STATE(3665), 1, - sym__type_declarator, - STATE(5005), 1, - sym_ms_based_modifier, - STATE(3135), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3837), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(4772), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - [81056] = 10, - ACTIONS(5817), 1, + 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(3), 1, sym_comment, - ACTIONS(5857), 1, - anon_sym_LF, - ACTIONS(5976), 1, - anon_sym_CARET, - ACTIONS(5978), 1, - anon_sym_AMP, - ACTIONS(5966), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5980), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5984), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5859), 3, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - ACTIONS(5968), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5982), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [81097] = 14, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3742), 1, + sym_identifier, + ACTIONS(3744), 1, + anon_sym_COLON_COLON, + ACTIONS(3746), 1, + anon_sym_LBRACE, + STATE(2227), 1, + sym_template_type, + STATE(2382), 1, + sym_field_declaration_list, + STATE(3915), 1, + sym__scope_resolution, + STATE(4177), 1, + sym_virtual_specifier, + STATE(4625), 1, + sym_base_class_clause, + STATE(4833), 1, + sym_dependent_type_identifier, + ACTIONS(3041), 2, + anon_sym_final, + anon_sym_override, + STATE(2102), 2, + sym__class_name, + sym_qualified_type_identifier, + [86987] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(5795), 1, - anon_sym_SLASH, - ACTIONS(5797), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5799), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3746), 1, + anon_sym_LBRACE, + ACTIONS(3804), 1, + sym_identifier, + ACTIONS(3806), 1, + anon_sym_COLON_COLON, + STATE(2227), 1, + sym_template_type, + STATE(2386), 1, + sym_field_declaration_list, + STATE(3870), 1, + sym__scope_resolution, + STATE(4176), 1, + sym_virtual_specifier, + STATE(4631), 1, + sym_base_class_clause, + STATE(4833), 1, + sym_dependent_type_identifier, + ACTIONS(3041), 2, + anon_sym_final, + anon_sym_override, + STATE(2099), 2, + sym__class_name, + sym_qualified_type_identifier, + [87032] = 10, + 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(5801), 1, - anon_sym_PIPE, - ACTIONS(5803), 1, - anon_sym_CARET, - ACTIONS(5805), 1, + ACTIONS(5740), 1, anon_sym_AMP, - ACTIONS(6004), 1, - anon_sym_RPAREN, - ACTIONS(5791), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5793), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(5807), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5809), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(5811), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(5813), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [81146] = 9, - ACTIONS(5817), 1, + STATE(3267), 1, + sym_parameter_list, + STATE(3926), 1, + sym__abstract_declarator, + ACTIONS(5092), 3, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + STATE(3757), 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, - ACTIONS(5857), 1, - anon_sym_LF, - ACTIONS(5978), 1, + STATE(3473), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2948), 3, anon_sym_AMP, - ACTIONS(5966), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5980), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5984), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5968), 3, + 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_SLASH, - anon_sym_PERCENT, - ACTIONS(5859), 4, - anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - ACTIONS(5982), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [81185] = 8, - ACTIONS(5817), 1, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [87096] = 10, + ACTIONS(3), 1, sym_comment, - ACTIONS(5857), 1, - anon_sym_LF, - ACTIONS(5966), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5980), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(5984), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5968), 3, + ACTIONS(2383), 1, + anon_sym_LPAREN2, + ACTIONS(5676), 1, + anon_sym_LBRACK, + ACTIONS(5736), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5982), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5859), 5, - anon_sym_PIPE_PIPE, + ACTIONS(5738), 1, anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(5740), 1, anon_sym_AMP, - [81222] = 3, - ACTIONS(5817), 1, + STATE(3267), 1, + sym_parameter_list, + STATE(3921), 1, + sym__abstract_declarator, + ACTIONS(5084), 3, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + STATE(3757), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [87133] = 14, + ACTIONS(3), 1, sym_comment, - ACTIONS(5900), 1, - anon_sym_LF, - ACTIONS(5902), 18, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3768), 1, + sym_identifier, + ACTIONS(3770), 1, + anon_sym_COLON_COLON, + ACTIONS(3772), 1, + anon_sym_LBRACE, + STATE(2049), 1, + sym_template_type, + STATE(2293), 1, + sym_field_declaration_list, + STATE(3892), 1, + sym__scope_resolution, + STATE(4124), 1, + sym_virtual_specifier, + STATE(4581), 1, + sym_base_class_clause, + STATE(4833), 1, + sym_dependent_type_identifier, + ACTIONS(3041), 2, + anon_sym_final, + anon_sym_override, + STATE(2014), 2, + sym__class_name, + sym_qualified_type_identifier, + [87178] = 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, + anon_sym_COLON_COLON, + ACTIONS(3772), 1, + anon_sym_LBRACE, + STATE(2049), 1, + sym_template_type, + STATE(2295), 1, + sym_field_declaration_list, + STATE(3892), 1, + sym__scope_resolution, + STATE(4123), 1, + sym_virtual_specifier, + STATE(4580), 1, + sym_base_class_clause, + STATE(4833), 1, + sym_dependent_type_identifier, + ACTIONS(3041), 2, + anon_sym_final, + anon_sym_override, + STATE(2008), 2, + sym__class_name, + sym_qualified_type_identifier, + [87223] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3742), 1, + sym_identifier, + ACTIONS(3744), 1, + anon_sym_COLON_COLON, + ACTIONS(3746), 1, + anon_sym_LBRACE, + STATE(2227), 1, + sym_template_type, + STATE(2386), 1, + sym_field_declaration_list, + STATE(3915), 1, + sym__scope_resolution, + STATE(4176), 1, + sym_virtual_specifier, + STATE(4631), 1, + sym_base_class_clause, + STATE(4833), 1, + sym_dependent_type_identifier, + ACTIONS(3041), 2, + anon_sym_final, + anon_sym_override, + STATE(2099), 2, + sym__class_name, + sym_qualified_type_identifier, + [87268] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3798), 1, + sym_identifier, + ACTIONS(3800), 1, + anon_sym_COLON_COLON, + ACTIONS(3802), 1, + anon_sym_LBRACE, + STATE(1997), 1, + sym_template_type, + STATE(2084), 1, + sym_field_declaration_list, + STATE(3907), 1, + sym__scope_resolution, + STATE(4089), 1, + sym_virtual_specifier, + STATE(4630), 1, + sym_base_class_clause, + STATE(4833), 1, + sym_dependent_type_identifier, + ACTIONS(3041), 2, + anon_sym_final, + anon_sym_override, + STATE(1976), 2, + sym__class_name, + sym_qualified_type_identifier, + [87313] = 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, + anon_sym_COLON, + ACTIONS(3740), 1, + sym_identifier, + STATE(1271), 1, + sym_template_type, + STATE(1342), 1, + sym_field_declaration_list, + STATE(3903), 1, + sym__scope_resolution, + STATE(4145), 1, + sym_virtual_specifier, + STATE(4685), 1, + sym_base_class_clause, + STATE(4833), 1, + sym_dependent_type_identifier, + ACTIONS(3041), 2, + anon_sym_final, + anon_sym_override, + STATE(1377), 2, + sym__class_name, + sym_qualified_type_identifier, + [87358] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2383), 1, + anon_sym_LPAREN2, + ACTIONS(5670), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, + ACTIONS(5672), 1, anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(5674), 1, 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, - [81249] = 7, - ACTIONS(5817), 1, + 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(3), 1, sym_comment, - ACTIONS(5857), 1, - anon_sym_LF, - ACTIONS(5966), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5984), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5968), 3, + ACTIONS(2383), 1, + anon_sym_LPAREN2, + ACTIONS(2385), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5982), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(5859), 7, - anon_sym_PIPE_PIPE, + ACTIONS(2387), 1, anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(2389), 1, anon_sym_AMP, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - [81284] = 6, - ACTIONS(5817), 1, + ACTIONS(5676), 1, + anon_sym_LBRACK, + STATE(3280), 1, + sym_parameter_list, + STATE(3917), 1, + sym__abstract_declarator, + ACTIONS(5092), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + STATE(3757), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [87432] = 10, + ACTIONS(3), 1, sym_comment, - ACTIONS(5857), 1, - anon_sym_LF, - ACTIONS(5966), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(5984), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(5968), 3, + ACTIONS(2383), 1, + anon_sym_LPAREN2, + ACTIONS(2385), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(5859), 11, - anon_sym_PIPE_PIPE, + ACTIONS(2387), 1, anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(2389), 1, 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, - [81317] = 10, + ACTIONS(5676), 1, + anon_sym_LBRACK, + STATE(3280), 1, + sym_parameter_list, + STATE(3922), 1, + sym__abstract_declarator, + ACTIONS(4648), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + STATE(3757), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [87469] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5485), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3752), 1, + anon_sym_LBRACE, + ACTIONS(3760), 1, sym_identifier, - ACTIONS(5487), 1, - anon_sym_LPAREN2, - ACTIONS(5489), 1, - anon_sym_STAR, - STATE(3668), 1, - sym__type_declarator, - STATE(5005), 1, - sym_ms_based_modifier, - STATE(3135), 2, - sym_type_qualifier, - aux_sym_type_definition_repeat1, - STATE(3837), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(4772), 6, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - [81358] = 3, - ACTIONS(5817), 1, + ACTIONS(3762), 1, + anon_sym_COLON_COLON, + STATE(2463), 1, + sym_template_type, + STATE(2576), 1, + sym_field_declaration_list, + STATE(3873), 1, + sym__scope_resolution, + STATE(4112), 1, + sym_virtual_specifier, + STATE(4679), 1, + sym_base_class_clause, + STATE(4833), 1, + sym_dependent_type_identifier, + ACTIONS(3041), 2, + anon_sym_final, + anon_sym_override, + STATE(2269), 2, + sym__class_name, + sym_qualified_type_identifier, + [87514] = 14, + ACTIONS(3), 1, sym_comment, - ACTIONS(5879), 1, - anon_sym_LF, - ACTIONS(5881), 18, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3752), 1, + anon_sym_LBRACE, + ACTIONS(3760), 1, + sym_identifier, + ACTIONS(3762), 1, + anon_sym_COLON_COLON, + STATE(2463), 1, + sym_template_type, + STATE(2578), 1, + sym_field_declaration_list, + STATE(3873), 1, + sym__scope_resolution, + STATE(4113), 1, + sym_virtual_specifier, + STATE(4678), 1, + sym_base_class_clause, + STATE(4833), 1, + sym_dependent_type_identifier, + ACTIONS(3041), 2, + anon_sym_final, + anon_sym_override, + STATE(2268), 2, + sym__class_name, + sym_qualified_type_identifier, + [87559] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3037), 1, + anon_sym_LBRACE, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3724), 1, + sym_identifier, + ACTIONS(3758), 1, + anon_sym_COLON_COLON, + STATE(1271), 1, + sym_template_type, + STATE(1342), 1, + sym_field_declaration_list, + STATE(3883), 1, + sym__scope_resolution, + STATE(4145), 1, + sym_virtual_specifier, + STATE(4685), 1, + sym_base_class_clause, + STATE(4833), 1, + sym_dependent_type_identifier, + ACTIONS(3041), 2, + anon_sym_final, + anon_sym_override, + STATE(1377), 2, + sym__class_name, + sym_qualified_type_identifier, + [87604] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2383), 1, + anon_sym_LPAREN2, + ACTIONS(2385), 1, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_PIPE_PIPE, + ACTIONS(2387), 1, anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, + ACTIONS(2389), 1, 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, - [81385] = 5, + ACTIONS(5676), 1, + anon_sym_LBRACK, + STATE(3280), 1, + sym_parameter_list, + STATE(3936), 1, + sym__abstract_declarator, + ACTIONS(5084), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + STATE(3757), 5, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + sym_abstract_reference_declarator, + [87641] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(6006), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3748), 1, + sym_identifier, + ACTIONS(3750), 1, + anon_sym_COLON_COLON, + ACTIONS(3752), 1, anon_sym_LBRACE, - STATE(2275), 1, - sym_enumerator_list, - ACTIONS(3136), 7, - anon_sym_COMMA, - anon_sym_RPAREN, + STATE(2463), 1, + sym_template_type, + STATE(2578), 1, + sym_field_declaration_list, + STATE(3872), 1, + sym__scope_resolution, + STATE(4113), 1, + sym_virtual_specifier, + STATE(4678), 1, + sym_base_class_clause, + STATE(4833), 1, + sym_dependent_type_identifier, + ACTIONS(3041), 2, + anon_sym_final, + anon_sym_override, + STATE(2268), 2, + sym__class_name, + sym_qualified_type_identifier, + [87686] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2698), 1, + anon_sym_COLON_COLON, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3401), 1, + anon_sym_LBRACE, + ACTIONS(3740), 1, + sym_identifier, + STATE(1271), 1, + sym_template_type, + STATE(1413), 1, + sym_field_declaration_list, + STATE(3903), 1, + sym__scope_resolution, + STATE(4078), 1, + sym_virtual_specifier, + STATE(4820), 1, + sym_base_class_clause, + STATE(4833), 1, + sym_dependent_type_identifier, + ACTIONS(3041), 2, + anon_sym_final, + anon_sym_override, + STATE(1362), 2, + sym__class_name, + sym_qualified_type_identifier, + [87731] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2383), 1, anon_sym_LPAREN2, + ACTIONS(5670), 1, anon_sym_STAR, + ACTIONS(5672), 1, anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACK, - ACTIONS(3134), 9, + ACTIONS(5674), 1, anon_sym_AMP, - anon_sym___based, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + ACTIONS(5676), 1, + anon_sym_LBRACK, + STATE(3269), 1, + sym_parameter_list, + STATE(3941), 1, + sym__abstract_declarator, + ACTIONS(5092), 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, + [87768] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2698), 1, + anon_sym_COLON_COLON, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3401), 1, + anon_sym_LBRACE, + ACTIONS(3740), 1, sym_identifier, - [81415] = 7, + STATE(1271), 1, + sym_template_type, + STATE(1407), 1, + sym_field_declaration_list, + STATE(3903), 1, + sym__scope_resolution, + STATE(4077), 1, + sym_virtual_specifier, + STATE(4821), 1, + sym_base_class_clause, + STATE(4833), 1, + sym_dependent_type_identifier, + ACTIONS(3041), 2, + anon_sym_final, + anon_sym_override, + STATE(1367), 2, + sym__class_name, + sym_qualified_type_identifier, + [87813] = 14, ACTIONS(3), 1, sym_comment, - STATE(3447), 1, - sym_ms_unaligned_ptr_modifier, - ACTIONS(5566), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - ACTIONS(6011), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(3374), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(6008), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - ACTIONS(5564), 8, - anon_sym___based, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3748), 1, sym_identifier, - [81449] = 7, + ACTIONS(3750), 1, + anon_sym_COLON_COLON, + ACTIONS(3752), 1, + anon_sym_LBRACE, + STATE(2463), 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, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(6014), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2391), 1, + anon_sym_COLON_COLON, + ACTIONS(3037), 1, anon_sym_LBRACE, - ACTIONS(6016), 1, + ACTIONS(3039), 1, anon_sym_COLON, - STATE(2584), 1, - sym_enumerator_list, - STATE(3411), 1, - sym__enum_base_clause, - ACTIONS(3440), 2, + ACTIONS(3740), 1, + sym_identifier, + STATE(1271), 1, + sym_template_type, + STATE(1335), 1, + sym_field_declaration_list, + STATE(3891), 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, + [87903] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6105), 1, + anon_sym_LPAREN2, + STATE(2372), 1, + sym_argument_list, + ACTIONS(3088), 2, anon_sym_AMP, anon_sym_const, - ACTIONS(3442), 12, + ACTIONS(3090), 11, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LBRACK, @@ -373364,876 +376159,1403 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_mutable, anon_sym_constexpr, anon_sym_GT2, - [81483] = 5, + [87930] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(6006), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2391), 1, + anon_sym_COLON_COLON, + ACTIONS(3037), 1, anon_sym_LBRACE, - STATE(2259), 1, - sym_enumerator_list, - ACTIONS(3073), 7, + ACTIONS(3039), 1, + anon_sym_COLON, + ACTIONS(3740), 1, + sym_identifier, + STATE(1271), 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, + 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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(3431), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6108), 1, anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(6110), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, + ACTIONS(6112), 1, anon_sym_SEMI, + ACTIONS(6114), 1, anon_sym_LBRACK, - ACTIONS(3071), 9, - anon_sym_AMP, - anon_sym___based, - anon_sym_const, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - sym_identifier, - [81513] = 7, + ACTIONS(6116), 1, + anon_sym_EQ, + ACTIONS(6118), 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, + [88017] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(6006), 1, + ACTIONS(1461), 1, anon_sym_LBRACE, - ACTIONS(6018), 1, + 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(6120), 1, anon_sym_COLON, - STATE(2257), 1, - sym_enumerator_list, - STATE(3373), 1, - sym__enum_base_clause, - ACTIONS(3440), 2, + 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, + [88059] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3072), 1, anon_sym_AMP, - anon_sym_const, - ACTIONS(3442), 12, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3858), 1, + sym_field_declaration_list, + STATE(4027), 1, + sym_virtual_specifier, + STATE(4472), 1, + sym_base_class_clause, + ACTIONS(3415), 2, + anon_sym_final, + anon_sym_override, + ACTIONS(3074), 6, 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, - [81547] = 7, + anon_sym_EQ, + [88093] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(6014), 1, + ACTIONS(1461), 1, anon_sym_LBRACE, - ACTIONS(6016), 1, + 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(6122), 1, anon_sym_COLON, - STATE(2558), 1, - sym_enumerator_list, - STATE(3412), 1, - sym__enum_base_clause, - ACTIONS(3446), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(3448), 12, - anon_sym_DOT_DOT_DOT, + 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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6056), 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(6126), 1, + anon_sym_SEMI, + STATE(1073), 1, + sym_compound_statement, + STATE(2770), 1, + sym_parameter_list, + STATE(4383), 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, + [88177] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + 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(6128), 1, + anon_sym_SEMI, + ACTIONS(6130), 1, + anon_sym_LBRACE, + STATE(502), 1, + sym_compound_statement, + STATE(2770), 1, + sym_parameter_list, + STATE(4267), 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, + [88219] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6132), 1, + sym_identifier, + ACTIONS(6134), 1, + anon_sym_TILDE, + ACTIONS(6136), 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, 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, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_GT2, - [81581] = 7, + ACTIONS(6142), 1, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(6006), 1, + ACTIONS(1461), 1, anon_sym_LBRACE, - ACTIONS(6018), 1, - anon_sym_COLON, - STATE(2242), 1, - sym_enumerator_list, - STATE(3376), 1, - sym__enum_base_clause, - ACTIONS(3446), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(3448), 12, + ACTIONS(3431), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6108), 1, anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(6110), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, + ACTIONS(6112), 1, anon_sym_SEMI, + ACTIONS(6114), 1, anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - [81615] = 16, + ACTIONS(6116), 1, + anon_sym_EQ, + ACTIONS(6144), 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, + [88347] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2698), 1, - anon_sym_COLON_COLON, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3379), 1, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + 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(6146), 1, + anon_sym_SEMI, + ACTIONS(6148), 1, anon_sym_LBRACE, - ACTIONS(3803), 1, + STATE(625), 1, + sym_compound_statement, + 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, + [88389] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6150), 1, sym_identifier, - ACTIONS(6020), 1, - anon_sym___declspec, - STATE(1271), 1, + 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(1428), 1, - sym_field_declaration_list, - STATE(3421), 1, - sym_ms_declspec_modifier, - STATE(3785), 1, + STATE(2256), 1, + sym_dependent_type_identifier, + STATE(3505), 1, sym__scope_resolution, - STATE(4012), 1, - sym_virtual_specifier, + [88435] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + 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(6160), 1, + anon_sym_SEMI, + ACTIONS(6162), 1, + anon_sym_LBRACE, + STATE(214), 1, + sym_compound_statement, + STATE(2770), 1, + sym_parameter_list, + STATE(4294), 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, + [88477] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6070), 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(6164), 1, + anon_sym_SEMI, + STATE(876), 1, + sym_compound_statement, + STATE(2770), 1, + sym_parameter_list, STATE(4432), 1, - sym_base_class_clause, - STATE(4662), 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, + [88519] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6152), 1, + anon_sym_TILDE, + ACTIONS(6158), 1, + anon_sym_operator, + ACTIONS(6166), 1, + sym_identifier, + ACTIONS(6168), 1, + anon_sym_COLON_COLON, + ACTIONS(6170), 1, + anon_sym_template, + STATE(1278), 1, sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(1358), 2, - sym__class_name, + STATE(1279), 1, sym_qualified_type_identifier, - [81666] = 16, + STATE(1285), 1, + sym_template_type, + STATE(2122), 1, + sym_operator_name, + 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(3508), 1, + sym__scope_resolution, + [88565] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3021), 1, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6064), 1, anon_sym_LBRACE, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3775), 1, + 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(6172), 1, + anon_sym_SEMI, + STATE(990), 1, + sym_compound_statement, + STATE(2770), 1, + sym_parameter_list, + STATE(4276), 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, + [88607] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6152), 1, + anon_sym_TILDE, + ACTIONS(6158), 1, + anon_sym_operator, + ACTIONS(6174), 1, sym_identifier, - ACTIONS(3777), 1, + ACTIONS(6176), 1, anon_sym_COLON_COLON, - ACTIONS(6020), 1, - anon_sym___declspec, - STATE(1271), 1, + ACTIONS(6178), 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(1320), 1, - sym_field_declaration_list, - STATE(3430), 1, - sym_ms_declspec_modifier, - STATE(3751), 1, + STATE(2122), 1, + sym_operator_name, + 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(3510), 1, sym__scope_resolution, - STATE(3958), 1, + [88653] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3084), 1, + anon_sym_AMP, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3777), 1, + sym_field_declaration_list, + STATE(4036), 1, sym_virtual_specifier, - STATE(4644), 1, + STATE(4478), 1, sym_base_class_clause, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(3025), 2, + ACTIONS(3415), 2, anon_sym_final, anon_sym_override, - STATE(1370), 2, - sym__class_name, + ACTIONS(3086), 6, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_EQ, + [88687] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3062), 1, + anon_sym_AMP, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3780), 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, + anon_sym_LBRACK, + anon_sym_EQ, + [88721] = 15, + 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(3), 1, + sym_comment, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + 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, + ACTIONS(6190), 1, + anon_sym_LBRACE, + STATE(525), 1, + sym_compound_statement, + 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, + [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, - [81717] = 16, + 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(1050), 1, - anon_sym_template, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3379), 1, - anon_sym_LBRACE, - ACTIONS(3775), 1, + ACTIONS(6134), 1, + anon_sym_TILDE, + ACTIONS(6140), 1, + anon_sym_operator, + ACTIONS(6202), 1, sym_identifier, - ACTIONS(3777), 1, + ACTIONS(6204), 1, anon_sym_COLON_COLON, - ACTIONS(6020), 1, - anon_sym___declspec, - STATE(1271), 1, - sym_template_type, - STATE(1428), 1, - sym_field_declaration_list, - STATE(3420), 1, - sym_ms_declspec_modifier, - STATE(3751), 1, - sym__scope_resolution, - STATE(4012), 1, - sym_virtual_specifier, - STATE(4432), 1, - sym_base_class_clause, - STATE(4662), 1, + ACTIONS(6206), 1, + anon_sym_template, + STATE(1278), 1, sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(1358), 2, - sym__class_name, + STATE(1279), 1, sym_qualified_type_identifier, - [81768] = 16, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2502), 1, - anon_sym_COLON_COLON, - ACTIONS(3021), 1, + ACTIONS(1461), 1, anon_sym_LBRACE, - ACTIONS(3023), 1, + 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(6208), 1, anon_sym_COLON, - ACTIONS(3741), 1, - sym_identifier, - ACTIONS(6020), 1, - anon_sym___declspec, - STATE(1271), 1, - sym_template_type, - STATE(1320), 1, + 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, + [88989] = 9, + 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(3417), 1, - sym_ms_declspec_modifier, - STATE(3766), 1, - sym__scope_resolution, - STATE(3958), 1, + STATE(4003), 1, sym_virtual_specifier, - STATE(4644), 1, + STATE(4439), 1, sym_base_class_clause, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(3025), 2, + ACTIONS(3415), 2, anon_sym_final, anon_sym_override, - STATE(1268), 2, - sym__class_name, - sym_qualified_type_identifier, - [81819] = 16, + ACTIONS(3116), 6, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_EQ, + [89023] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3021), 1, + 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, + anon_sym_LBRACK, + ACTIONS(6210), 1, anon_sym_LBRACE, - ACTIONS(3023), 1, + STATE(2940), 1, + sym_compound_statement, + STATE(3360), 1, + sym_parameter_list, + STATE(4051), 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, + [89063] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3033), 1, + anon_sym_AMP, + ACTIONS(3403), 1, anon_sym_COLON, - ACTIONS(3743), 1, - sym_identifier, - ACTIONS(3745), 1, - anon_sym_COLON_COLON, - ACTIONS(6020), 1, - anon_sym___declspec, - STATE(1271), 1, - sym_template_type, - STATE(1320), 1, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3841), 1, sym_field_declaration_list, - STATE(3428), 1, - sym_ms_declspec_modifier, - STATE(3770), 1, - sym__scope_resolution, - STATE(3958), 1, + STATE(3999), 1, sym_virtual_specifier, - STATE(4644), 1, + STATE(4442), 1, sym_base_class_clause, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(3025), 2, + ACTIONS(3415), 2, anon_sym_final, anon_sym_override, - STATE(1370), 2, - sym__class_name, - sym_qualified_type_identifier, - [81870] = 16, + ACTIONS(3035), 6, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_EQ, + [89097] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3023), 1, + ACTIONS(3047), 1, + anon_sym_AMP, + ACTIONS(3403), 1, anon_sym_COLON, - ACTIONS(3787), 1, - sym_identifier, - ACTIONS(3789), 1, - anon_sym_COLON_COLON, - ACTIONS(3791), 1, + ACTIONS(3780), 1, anon_sym_LBRACE, - ACTIONS(6020), 1, - anon_sym___declspec, - STATE(2101), 1, - sym_template_type, - STATE(2386), 1, + STATE(3839), 1, sym_field_declaration_list, - STATE(3441), 1, - sym_ms_declspec_modifier, - STATE(3777), 1, - sym__scope_resolution, - STATE(3910), 1, + STATE(3997), 1, sym_virtual_specifier, - STATE(4458), 1, + STATE(4444), 1, sym_base_class_clause, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(3025), 2, + ACTIONS(3415), 2, anon_sym_final, anon_sym_override, - STATE(2043), 2, - sym__class_name, - sym_qualified_type_identifier, - [81921] = 16, + 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(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3747), 1, - sym_identifier, - ACTIONS(3751), 1, + 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(3769), 1, + 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(3), 1, + sym_comment, + ACTIONS(2422), 1, anon_sym_COLON_COLON, - ACTIONS(6020), 1, - anon_sym___declspec, - STATE(2444), 1, - sym_template_type, - STATE(2549), 1, - sym_field_declaration_list, - STATE(3440), 1, - sym_ms_declspec_modifier, - STATE(3769), 1, - sym__scope_resolution, - STATE(3970), 1, - sym_virtual_specifier, - STATE(4640), 1, - sym_base_class_clause, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(3025), 2, + 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, - STATE(2310), 2, - sym__class_name, - sym_qualified_type_identifier, - [81972] = 16, + [89199] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3759), 1, - sym_identifier, - ACTIONS(3761), 1, + ACTIONS(1929), 1, + anon_sym_TILDE, + ACTIONS(2367), 1, anon_sym_COLON_COLON, - ACTIONS(3763), 1, - anon_sym_LBRACE, - ACTIONS(6020), 1, - anon_sym___declspec, - STATE(2066), 1, - sym_template_type, - STATE(2233), 1, - sym_field_declaration_list, - STATE(3450), 1, - sym_ms_declspec_modifier, - STATE(3762), 1, - sym__scope_resolution, - STATE(3978), 1, - sym_virtual_specifier, - STATE(4623), 1, - sym_base_class_clause, - STATE(4662), 1, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(6214), 1, + sym_identifier, + ACTIONS(6216), 1, + anon_sym_template, + STATE(1278), 1, sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(2008), 2, - sym__class_name, + STATE(1279), 1, sym_qualified_type_identifier, - [82023] = 16, + 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(3525), 1, + sym__scope_resolution, + [89245] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3021), 1, + ACTIONS(1461), 1, anon_sym_LBRACE, - ACTIONS(3023), 1, + 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, - ACTIONS(3815), 1, - sym_identifier, - ACTIONS(3817), 1, + 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(3), 1, + sym_comment, + ACTIONS(2422), 1, anon_sym_COLON_COLON, - ACTIONS(6020), 1, - anon_sym___declspec, - STATE(1271), 1, - sym_template_type, - STATE(1320), 1, - sym_field_declaration_list, - STATE(3449), 1, - sym_ms_declspec_modifier, - STATE(3737), 1, - sym__scope_resolution, - STATE(3958), 1, - sym_virtual_specifier, - STATE(4644), 1, - sym_base_class_clause, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(3025), 2, + ACTIONS(6212), 1, + anon_sym_LT, + STATE(3560), 1, + sym_template_argument_list, + ACTIONS(2449), 2, + anon_sym_AMP, + anon_sym_COLON, + ACTIONS(2456), 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, - STATE(1370), 2, - sym__class_name, - sym_qualified_type_identifier, - [82074] = 16, + [89315] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3763), 1, - anon_sym_LBRACE, - ACTIONS(3809), 1, + ACTIONS(6152), 1, + anon_sym_TILDE, + ACTIONS(6158), 1, + anon_sym_operator, + ACTIONS(6220), 1, sym_identifier, - ACTIONS(3811), 1, + ACTIONS(6222), 1, anon_sym_COLON_COLON, - ACTIONS(6020), 1, - anon_sym___declspec, - STATE(2066), 1, - sym_template_type, - STATE(2233), 1, - sym_field_declaration_list, - STATE(3433), 1, - sym_ms_declspec_modifier, - STATE(3755), 1, - sym__scope_resolution, - STATE(3978), 1, - sym_virtual_specifier, - STATE(4623), 1, - sym_base_class_clause, - STATE(4662), 1, + ACTIONS(6224), 1, + anon_sym_template, + STATE(1278), 1, sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(2008), 2, - sym__class_name, + STATE(1279), 1, sym_qualified_type_identifier, - [82125] = 17, + STATE(1285), 1, + sym_template_type, + STATE(2122), 1, + sym_operator_name, + 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(3528), 1, + sym__scope_resolution, + [89361] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3454), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5732), 1, + ACTIONS(2383), 1, anon_sym_LPAREN2, - ACTIONS(5752), 1, - anon_sym_COLON, - ACTIONS(6022), 1, + 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(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, + 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(6024), 1, + ACTIONS(6114), 1, + anon_sym_LBRACK, + ACTIONS(6116), 1, + anon_sym_EQ, + ACTIONS(6124), 1, + anon_sym_LPAREN2, + ACTIONS(6128), 1, anon_sym_SEMI, - ACTIONS(6026), 1, + STATE(2770), 1, + sym_parameter_list, + STATE(4267), 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, + [89440] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1461), 1, anon_sym_LBRACE, - ACTIONS(6028), 1, + ACTIONS(6108), 1, + anon_sym_COMMA, + ACTIONS(6114), 1, anon_sym_LBRACK, - ACTIONS(6030), 1, + ACTIONS(6116), 1, anon_sym_EQ, - STATE(928), 1, - sym_compound_statement, - STATE(932), 1, - sym_default_method_clause, - STATE(933), 1, - sym_delete_method_clause, - STATE(2927), 1, + ACTIONS(6124), 1, + anon_sym_LPAREN2, + ACTIONS(6146), 1, + anon_sym_SEMI, + STATE(2770), 1, sym_parameter_list, - STATE(3731), 1, - aux_sym_field_declaration_repeat1, - STATE(4800), 1, - sym_bitfield_clause, - STATE(4802), 1, - sym_initializer_list, - STATE(3629), 2, + STATE(4260), 1, + aux_sym_declaration_repeat1, + STATE(3642), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [82178] = 16, + STATE(4507), 2, + sym_argument_list, + sym_initializer_list, + [89479] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3753), 1, - sym_identifier, - ACTIONS(3755), 1, + ACTIONS(2391), 1, anon_sym_COLON_COLON, - ACTIONS(3757), 1, - anon_sym_LBRACE, - ACTIONS(6020), 1, - anon_sym___declspec, - STATE(2010), 1, - sym_template_type, - STATE(2102), 1, - sym_field_declaration_list, - STATE(3439), 1, - sym_ms_declspec_modifier, - STATE(3750), 1, + ACTIONS(6228), 1, + sym_identifier, + STATE(1286), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3891), 1, sym__scope_resolution, - STATE(3994), 1, - sym_virtual_specifier, - STATE(4306), 1, - sym_base_class_clause, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(1993), 2, - sym__class_name, + STATE(1344), 2, + sym_sized_type_specifier, sym_qualified_type_identifier, - [82229] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3759), 1, - sym_identifier, - ACTIONS(3763), 1, - anon_sym_LBRACE, - ACTIONS(3825), 1, - anon_sym_COLON_COLON, - ACTIONS(6020), 1, - anon_sym___declspec, - STATE(2066), 1, + STATE(4833), 2, sym_template_type, - STATE(2233), 1, - sym_field_declaration_list, - STATE(3442), 1, - sym_ms_declspec_modifier, - STATE(3746), 1, - sym__scope_resolution, - STATE(3978), 1, - sym_virtual_specifier, - STATE(4623), 1, - sym_base_class_clause, - STATE(4662), 1, sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(2008), 2, - sym__class_name, - sym_qualified_type_identifier, - [82280] = 17, + ACTIONS(59), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + [89512] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3454), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5732), 1, - anon_sym_LPAREN2, - ACTIONS(5752), 1, - anon_sym_COLON, - ACTIONS(6022), 1, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(6108), 1, anon_sym_COMMA, - ACTIONS(6028), 1, + ACTIONS(6114), 1, anon_sym_LBRACK, - ACTIONS(6032), 1, - anon_sym_SEMI, - ACTIONS(6034), 1, - anon_sym_LBRACE, - ACTIONS(6036), 1, + ACTIONS(6116), 1, anon_sym_EQ, - STATE(921), 1, - sym_compound_statement, - STATE(922), 1, - sym_default_method_clause, - STATE(925), 1, - sym_delete_method_clause, - STATE(2927), 1, + ACTIONS(6124), 1, + anon_sym_LPAREN2, + ACTIONS(6160), 1, + anon_sym_SEMI, + STATE(2770), 1, sym_parameter_list, - STATE(3703), 1, - aux_sym_field_declaration_repeat1, - STATE(4843), 1, - sym_bitfield_clause, - STATE(4850), 1, - sym_initializer_list, - STATE(3629), 2, + STATE(4294), 1, + aux_sym_declaration_repeat1, + STATE(3642), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [82333] = 16, + STATE(4507), 2, + sym_argument_list, + sym_initializer_list, + [89551] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2359), 1, + ACTIONS(3806), 1, anon_sym_COLON_COLON, - ACTIONS(3021), 1, - anon_sym_LBRACE, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3803), 1, + ACTIONS(6230), 1, sym_identifier, - ACTIONS(6020), 1, - anon_sym___declspec, - STATE(1271), 1, - sym_template_type, - STATE(1320), 1, - sym_field_declaration_list, - STATE(3431), 1, - sym_ms_declspec_modifier, - STATE(3747), 1, + STATE(2023), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3870), 1, sym__scope_resolution, - STATE(3958), 1, - sym_virtual_specifier, - STATE(4644), 1, - sym_base_class_clause, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(1268), 2, - sym__class_name, + STATE(2377), 2, + sym_sized_type_specifier, sym_qualified_type_identifier, - [82384] = 4, + 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(3474), 1, - anon_sym_COLON_COLON, - ACTIONS(3105), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(3107), 14, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + 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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2383), 1, + anon_sym_LPAREN2, + ACTIONS(5084), 1, anon_sym_LBRACE, + ACTIONS(5676), 1, anon_sym_LBRACK, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_GT2, - [82411] = 4, + 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(4038), 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, + [89654] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3474), 1, - anon_sym_COLON_COLON, - ACTIONS(3105), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(3107), 14, - anon_sym_DOT_DOT_DOT, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(6108), 1, anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(6114), 1, + anon_sym_LBRACK, + ACTIONS(6116), 1, + anon_sym_EQ, + ACTIONS(6124), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, + 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, - anon_sym_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_GT2, - [82438] = 16, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2359), 1, + ACTIONS(2391), 1, anon_sym_COLON_COLON, - ACTIONS(3021), 1, - anon_sym_LBRACE, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3803), 1, + ACTIONS(6228), 1, sym_identifier, - ACTIONS(6020), 1, - anon_sym___declspec, - STATE(1271), 1, - sym_template_type, - STATE(1320), 1, - sym_field_declaration_list, - STATE(3431), 1, - sym_ms_declspec_modifier, - STATE(3747), 1, + STATE(1334), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3891), 1, sym__scope_resolution, - STATE(3958), 1, - sym_virtual_specifier, - STATE(4644), 1, - sym_base_class_clause, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(1403), 2, - sym__class_name, + STATE(1344), 2, + sym_sized_type_specifier, sym_qualified_type_identifier, - [82489] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3747), 1, - sym_identifier, - ACTIONS(3749), 1, - anon_sym_COLON_COLON, - ACTIONS(3751), 1, - anon_sym_LBRACE, - ACTIONS(6020), 1, - anon_sym___declspec, - STATE(2444), 1, + STATE(4833), 2, sym_template_type, - STATE(2549), 1, - sym_field_declaration_list, - STATE(3453), 1, - sym_ms_declspec_modifier, - STATE(3764), 1, - sym__scope_resolution, - STATE(3970), 1, - sym_virtual_specifier, - STATE(4640), 1, - sym_base_class_clause, - STATE(4662), 1, sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(2310), 2, - sym__class_name, - sym_qualified_type_identifier, - [82540] = 16, + ACTIONS(2325), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + [89765] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2359), 1, + ACTIONS(3778), 1, anon_sym_COLON_COLON, - ACTIONS(3021), 1, - anon_sym_LBRACE, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3803), 1, + ACTIONS(6230), 1, sym_identifier, - ACTIONS(6020), 1, - anon_sym___declspec, - STATE(1271), 1, - sym_template_type, - STATE(1320), 1, - sym_field_declaration_list, - STATE(3431), 1, - sym_ms_declspec_modifier, - STATE(3747), 1, + STATE(3468), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3910), 1, sym__scope_resolution, - STATE(3958), 1, - sym_virtual_specifier, - STATE(4644), 1, - sym_base_class_clause, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(1404), 2, - sym__class_name, + STATE(3863), 2, + sym_sized_type_specifier, sym_qualified_type_identifier, - [82591] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2359), 1, - anon_sym_COLON_COLON, - ACTIONS(3021), 1, - anon_sym_LBRACE, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3803), 1, - sym_identifier, - ACTIONS(6020), 1, - anon_sym___declspec, - STATE(1271), 1, + STATE(4833), 2, sym_template_type, - STATE(1320), 1, - sym_field_declaration_list, - STATE(3431), 1, - sym_ms_declspec_modifier, - STATE(3747), 1, - sym__scope_resolution, - STATE(3958), 1, - sym_virtual_specifier, - STATE(4644), 1, - sym_base_class_clause, - STATE(4662), 1, sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(1391), 2, - sym__class_name, - sym_qualified_type_identifier, - [82642] = 17, + ACTIONS(4700), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + [89798] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3454), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5732), 1, - anon_sym_LPAREN2, - ACTIONS(5752), 1, - anon_sym_COLON, - ACTIONS(6022), 1, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(6108), 1, anon_sym_COMMA, - ACTIONS(6028), 1, - anon_sym_LBRACK, - ACTIONS(6038), 1, + ACTIONS(6112), 1, anon_sym_SEMI, - ACTIONS(6040), 1, - anon_sym_LBRACE, - ACTIONS(6042), 1, + ACTIONS(6114), 1, + anon_sym_LBRACK, + ACTIONS(6124), 1, + anon_sym_LPAREN2, + ACTIONS(6234), 1, anon_sym_EQ, - STATE(845), 1, - sym_delete_method_clause, - STATE(849), 1, - sym_default_method_clause, - STATE(851), 1, - sym_compound_statement, - STATE(2927), 1, + STATE(2770), 1, sym_parameter_list, - STATE(3700), 1, - aux_sym_field_declaration_repeat1, - STATE(4944), 1, - sym_bitfield_clause, - STATE(4947), 1, + STATE(4189), 1, sym_initializer_list, - STATE(3629), 2, + STATE(4349), 1, + aux_sym_declaration_repeat1, + STATE(4507), 1, + sym_argument_list, + STATE(3642), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [82695] = 5, + [89839] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, - anon_sym_LBRACE, - ACTIONS(3474), 1, + ACTIONS(1929), 1, + anon_sym_TILDE, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(4066), 1, + anon_sym_COLON_COLON, + ACTIONS(6236), 1, + sym_identifier, + ACTIONS(6238), 1, + anon_sym_template, + STATE(3542), 1, + sym__scope_resolution, + STATE(3656), 1, + sym_template_function, + STATE(3660), 1, + sym_destructor_name, + STATE(3663), 1, + sym_dependent_identifier, + STATE(3675), 1, + sym_qualified_identifier, + STATE(3697), 1, + sym_operator_name, + STATE(4833), 2, + sym_template_type, + sym_dependent_type_identifier, + [89880] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3770), 1, anon_sym_COLON_COLON, - ACTIONS(3297), 2, + ACTIONS(6240), 1, + sym_identifier, + STATE(2000), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3892), 1, + sym__scope_resolution, + STATE(2319), 2, + sym_sized_type_specifier, + sym_qualified_type_identifier, + STATE(4833), 2, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(4917), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + [89913] = 5, + 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(3299), 13, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + ACTIONS(3090), 9, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_AMP_AMP, anon_sym_LBRACK, @@ -374242,4584 +377564,3474 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym_mutable, anon_sym_constexpr, - anon_sym_GT2, - [82724] = 11, + [89938] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(4726), 1, - anon_sym_LPAREN2, - ACTIONS(4734), 1, - sym_operator_name, - ACTIONS(4736), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2323), 1, + anon_sym_COLON_COLON, + ACTIONS(6228), 1, sym_identifier, - ACTIONS(4738), 1, - anon_sym_STAR, - ACTIONS(4740), 1, - anon_sym_AMP_AMP, - ACTIONS(4742), 1, - anon_sym_AMP, - STATE(3759), 1, - sym__field_declarator, - STATE(4835), 1, - sym_ms_based_modifier, - STATE(3691), 7, - 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, - [82764] = 4, + STATE(1334), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3877), 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(2325), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + [89971] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, - anon_sym_LBRACE, - ACTIONS(3297), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(3299), 13, - anon_sym_DOT_DOT_DOT, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(2986), 1, + anon_sym_LT, + STATE(3626), 1, + sym_template_argument_list, + ACTIONS(3489), 2, + anon_sym_LBRACK, + anon_sym_COLON, + ACTIONS(3503), 8, 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_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_GT2, - [82790] = 11, + [89998] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(4724), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2323), 1, + anon_sym_COLON_COLON, + ACTIONS(6228), 1, sym_identifier, - ACTIONS(4726), 1, - anon_sym_LPAREN2, - ACTIONS(4728), 1, - anon_sym_STAR, - ACTIONS(4730), 1, - anon_sym_AMP_AMP, - ACTIONS(4732), 1, - anon_sym_AMP, - ACTIONS(4734), 1, - sym_operator_name, - STATE(3532), 1, - sym__field_declarator, - STATE(4931), 1, - sym_ms_based_modifier, - STATE(3691), 7, - 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, - [82830] = 11, + STATE(1286), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3877), 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, + [90031] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(4726), 1, - anon_sym_LPAREN2, - ACTIONS(4734), 1, - sym_operator_name, - ACTIONS(4736), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3762), 1, + anon_sym_COLON_COLON, + ACTIONS(6242), 1, sym_identifier, - ACTIONS(4738), 1, + STATE(2239), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3873), 1, + sym__scope_resolution, + STATE(2615), 2, + sym_sized_type_specifier, + sym_qualified_type_identifier, + STATE(4833), 2, + sym_template_type, + sym_dependent_type_identifier, + ACTIONS(2862), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + [90064] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2383), 1, + anon_sym_LPAREN2, + ACTIONS(4648), 1, + anon_sym_LBRACE, + ACTIONS(5676), 1, + anon_sym_LBRACK, + ACTIONS(5811), 1, anon_sym_STAR, - ACTIONS(4740), 1, + ACTIONS(5813), 1, anon_sym_AMP_AMP, - ACTIONS(4742), 1, + ACTIONS(5815), 1, anon_sym_AMP, - STATE(3780), 1, - sym__field_declarator, - STATE(4835), 1, - sym_ms_based_modifier, - STATE(3691), 7, - 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, - [82870] = 17, + STATE(3360), 1, + sym_parameter_list, + STATE(4017), 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, + [90099] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(117), 1, - anon_sym_operator, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(1956), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3800), 1, anon_sym_COLON_COLON, - ACTIONS(6044), 1, + ACTIONS(6244), 1, sym_identifier, - ACTIONS(6046), 1, - anon_sym_template, - ACTIONS(6048), 1, - sym_operator_name, - STATE(1376), 1, + STATE(1965), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3907), 1, + sym__scope_resolution, + STATE(2085), 2, + sym_sized_type_specifier, sym_qualified_type_identifier, - STATE(1427), 1, + STATE(4833), 2, sym_template_type, - STATE(1435), 1, sym_dependent_type_identifier, - STATE(2097), 1, - sym_qualified_identifier, - STATE(2104), 1, - sym_destructor_name, - STATE(2107), 1, - sym_template_function, - STATE(2108), 1, - sym_dependent_identifier, - STATE(3407), 1, - sym__scope_resolution, - STATE(4096), 1, - sym_operator_cast, - STATE(4097), 1, - sym_qualified_operator_cast_identifier, - [82922] = 11, + ACTIONS(5008), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + [90132] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(4724), 1, + ACTIONS(1929), 1, + anon_sym_TILDE, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(6246), 1, sym_identifier, - ACTIONS(4726), 1, - anon_sym_LPAREN2, - ACTIONS(4728), 1, - anon_sym_STAR, - ACTIONS(4730), 1, - anon_sym_AMP_AMP, - ACTIONS(4732), 1, - anon_sym_AMP, - ACTIONS(4734), 1, + ACTIONS(6248), 1, + anon_sym_COLON_COLON, + ACTIONS(6250), 1, + anon_sym_template, + STATE(2109), 1, + sym_template_function, + STATE(2113), 1, sym_operator_name, - STATE(3562), 1, - sym__field_declarator, - STATE(4931), 1, - sym_ms_based_modifier, - STATE(3691), 7, - 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, - [82962] = 17, + 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(117), 1, - anon_sym_operator, - ACTIONS(1948), 1, + ACTIONS(1929), 1, anon_sym_TILDE, - ACTIONS(2301), 1, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(4300), 1, anon_sym_COLON_COLON, - ACTIONS(6048), 1, - sym_operator_name, - ACTIONS(6050), 1, + ACTIONS(6252), 1, sym_identifier, - ACTIONS(6052), 1, + ACTIONS(6254), 1, anon_sym_template, - STATE(1279), 1, - sym_qualified_type_identifier, - STATE(1427), 1, - sym_template_type, - STATE(1435), 1, - sym_dependent_type_identifier, - STATE(2097), 1, - sym_qualified_identifier, - STATE(2104), 1, - sym_destructor_name, - STATE(2107), 1, + STATE(2109), 1, sym_template_function, - STATE(2108), 1, + STATE(2113), 1, + sym_operator_name, + STATE(2115), 1, + sym_qualified_identifier, + STATE(2116), 1, sym_dependent_identifier, - STATE(3409), 1, + STATE(2117), 1, + sym_destructor_name, + STATE(3552), 1, sym__scope_resolution, - STATE(4096), 1, - sym_operator_cast, - STATE(4097), 1, - sym_qualified_operator_cast_identifier, - [83014] = 17, + STATE(4833), 2, + sym_template_type, + sym_dependent_type_identifier, + [90214] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(117), 1, - anon_sym_operator, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(6048), 1, - sym_operator_name, - ACTIONS(6054), 1, - sym_identifier, - ACTIONS(6056), 1, - anon_sym_COLON_COLON, - ACTIONS(6058), 1, + ACTIONS(1035), 1, anon_sym_template, - STATE(1279), 1, + ACTIONS(3750), 1, + anon_sym_COLON_COLON, + ACTIONS(6230), 1, + sym_identifier, + STATE(2239), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3872), 1, + sym__scope_resolution, + STATE(2615), 2, + sym_sized_type_specifier, sym_qualified_type_identifier, - STATE(1427), 1, + STATE(4833), 2, sym_template_type, - STATE(1435), 1, sym_dependent_type_identifier, - STATE(2097), 1, - sym_qualified_identifier, - STATE(2104), 1, - sym_destructor_name, - STATE(2107), 1, + ACTIONS(2862), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + [90247] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1929), 1, + anon_sym_TILDE, + ACTIONS(2371), 1, + anon_sym_operator, + ACTIONS(4054), 1, + anon_sym_COLON_COLON, + ACTIONS(6098), 1, + sym_identifier, + ACTIONS(6100), 1, + anon_sym_template, + STATE(2109), 1, sym_template_function, - STATE(2108), 1, + STATE(2113), 1, + sym_operator_name, + STATE(2115), 1, + sym_qualified_identifier, + STATE(2116), 1, sym_dependent_identifier, - STATE(3410), 1, + STATE(2117), 1, + sym_destructor_name, + STATE(3554), 1, sym__scope_resolution, - STATE(4096), 1, - sym_operator_cast, - STATE(4097), 1, - sym_qualified_operator_cast_identifier, - [83066] = 5, + STATE(4833), 2, + sym_template_type, + sym_dependent_type_identifier, + [90288] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6014), 1, - anon_sym_LBRACE, - STATE(2563), 1, - sym_enumerator_list, - ACTIONS(3134), 2, - anon_sym_AMP, - anon_sym_const, - ACTIONS(3136), 12, - anon_sym_DOT_DOT_DOT, + 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, 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_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_GT2, - [83094] = 5, + [90315] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6014), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3744), 1, + anon_sym_COLON_COLON, + ACTIONS(6256), 1, + sym_identifier, + STATE(2023), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(3915), 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, + [90348] = 11, + 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, anon_sym_LBRACE, - STATE(2576), 1, + STATE(2227), 1, + sym_template_type, + STATE(2371), 1, sym_enumerator_list, - ACTIONS(3071), 2, + STATE(3870), 1, + sym__scope_resolution, + STATE(4833), 1, + sym_dependent_type_identifier, + ACTIONS(6258), 2, + anon_sym_class, + anon_sym_struct, + STATE(3419), 2, + sym__class_name, + sym_qualified_type_identifier, + [90384] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2494), 2, anon_sym_AMP, - anon_sym_const, - ACTIONS(3073), 12, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + anon_sym_COLON, + ACTIONS(2496), 10, 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, - [83122] = 10, + 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(2351), 1, - anon_sym_LPAREN2, - ACTIONS(5613), 1, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(6114), 1, anon_sym_LBRACK, - ACTIONS(5633), 1, - anon_sym_STAR, - ACTIONS(5635), 1, - anon_sym_AMP_AMP, - ACTIONS(5637), 1, - anon_sym_AMP, - STATE(3252), 1, + ACTIONS(6116), 1, + anon_sym_EQ, + ACTIONS(6124), 1, + anon_sym_LPAREN2, + STATE(2770), 1, sym_parameter_list, - STATE(3808), 1, - sym__abstract_declarator, - ACTIONS(5173), 3, - anon_sym_DOT_DOT_DOT, + ACTIONS(6260), 2, anon_sym_COMMA, - anon_sym_GT2, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [83159] = 10, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(2351), 1, + ACTIONS(2516), 2, + anon_sym_AMP, + anon_sym_COLON, + ACTIONS(2523), 10, anon_sym_LPAREN2, - ACTIONS(5613), 1, - anon_sym_LBRACK, - ACTIONS(5647), 1, anon_sym_STAR, - ACTIONS(5649), 1, anon_sym_AMP_AMP, - ACTIONS(5651), 1, - anon_sym_AMP, - STATE(3246), 1, - sym_parameter_list, - STATE(3792), 1, - sym__abstract_declarator, - ACTIONS(5173), 3, anon_sym_SEMI, + anon_sym_COLON_COLON, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [83196] = 14, + anon_sym_final, + anon_sym_override, + [90458] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3379), 1, - anon_sym_LBRACE, - ACTIONS(3775), 1, + ACTIONS(3748), 1, sym_identifier, - ACTIONS(3777), 1, + ACTIONS(3750), 1, anon_sym_COLON_COLON, - STATE(1271), 1, + ACTIONS(6044), 1, + anon_sym_LBRACE, + STATE(2463), 1, sym_template_type, - STATE(1457), 1, - sym_field_declaration_list, - STATE(3751), 1, + STATE(2579), 1, + sym_enumerator_list, + STATE(3872), 1, sym__scope_resolution, - STATE(3952), 1, - sym_virtual_specifier, - STATE(4485), 1, - sym_base_class_clause, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(1360), 2, + ACTIONS(6262), 2, + anon_sym_class, + anon_sym_struct, + STATE(3414), 2, sym__class_name, sym_qualified_type_identifier, - [83241] = 14, + [90494] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3753), 1, + ACTIONS(3070), 1, + anon_sym_LBRACE, + ACTIONS(3724), 1, sym_identifier, - ACTIONS(3755), 1, + ACTIONS(3758), 1, anon_sym_COLON_COLON, - ACTIONS(3757), 1, - anon_sym_LBRACE, - STATE(2010), 1, + STATE(1271), 1, sym_template_type, - STATE(2132), 1, - sym_field_declaration_list, - STATE(3750), 1, + STATE(1351), 1, + sym_enumerator_list, + STATE(3883), 1, sym__scope_resolution, - STATE(3971), 1, - sym_virtual_specifier, - STATE(4508), 1, - sym_base_class_clause, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(1989), 2, + ACTIONS(6264), 2, + anon_sym_class, + anon_sym_struct, + STATE(3301), 2, sym__class_name, sym_qualified_type_identifier, - [83286] = 14, + [90530] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2502), 1, + ACTIONS(2698), 1, anon_sym_COLON_COLON, - ACTIONS(3021), 1, - anon_sym_LBRACE, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3741), 1, + ACTIONS(3740), 1, sym_identifier, + ACTIONS(6266), 1, + anon_sym_LBRACE, STATE(1271), 1, sym_template_type, - STATE(1300), 1, - sym_field_declaration_list, - STATE(3766), 1, + STATE(1434), 1, + sym_enumerator_list, + STATE(3903), 1, sym__scope_resolution, - STATE(3936), 1, - sym_virtual_specifier, - STATE(4480), 1, - sym_base_class_clause, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(1276), 2, + ACTIONS(6268), 2, + anon_sym_class, + anon_sym_struct, + STATE(1375), 2, sym__class_name, sym_qualified_type_identifier, - [83331] = 14, + [90566] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2502), 1, + ACTIONS(3110), 2, + anon_sym_AMP, + anon_sym_COLON, + ACTIONS(3112), 10, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_COLON_COLON, - ACTIONS(3021), 1, anon_sym_LBRACE, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3741), 1, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + [90586] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3070), 1, + anon_sym_LBRACE, + ACTIONS(3724), 1, sym_identifier, + ACTIONS(3726), 1, + anon_sym_COLON_COLON, STATE(1271), 1, sym_template_type, - STATE(1298), 1, - sym_field_declaration_list, - STATE(3766), 1, + STATE(1351), 1, + sym_enumerator_list, + STATE(3890), 1, sym__scope_resolution, - STATE(3934), 1, - sym_virtual_specifier, - STATE(4472), 1, - sym_base_class_clause, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(1269), 2, + ACTIONS(6270), 2, + anon_sym_class, + anon_sym_struct, + STATE(3786), 2, sym__class_name, sym_qualified_type_identifier, - [83376] = 10, + [90622] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2351), 1, - anon_sym_LPAREN2, - ACTIONS(5613), 1, - anon_sym_LBRACK, - ACTIONS(5647), 1, - anon_sym_STAR, - ACTIONS(5649), 1, - anon_sym_AMP_AMP, - ACTIONS(5651), 1, - anon_sym_AMP, - STATE(3246), 1, - sym_parameter_list, - STATE(3795), 1, - sym__abstract_declarator, - ACTIONS(5081), 3, - anon_sym_SEMI, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2391), 1, + anon_sym_COLON_COLON, + ACTIONS(3070), 1, anon_sym_LBRACE, - anon_sym_EQ, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [83413] = 14, + ACTIONS(3740), 1, + sym_identifier, + STATE(1271), 1, + sym_template_type, + STATE(1351), 1, + sym_enumerator_list, + STATE(3891), 1, + sym__scope_resolution, + STATE(4833), 1, + sym_dependent_type_identifier, + ACTIONS(6272), 2, + anon_sym_class, + anon_sym_struct, + STATE(1376), 2, + sym__class_name, + sym_qualified_type_identifier, + [90658] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3379), 1, + ACTIONS(2698), 1, + anon_sym_COLON_COLON, + ACTIONS(3070), 1, anon_sym_LBRACE, - ACTIONS(3775), 1, + ACTIONS(3740), 1, sym_identifier, - ACTIONS(3777), 1, - anon_sym_COLON_COLON, STATE(1271), 1, sym_template_type, - STATE(1443), 1, - sym_field_declaration_list, - STATE(3751), 1, + STATE(1351), 1, + sym_enumerator_list, + STATE(3903), 1, sym__scope_resolution, - STATE(3875), 1, - sym_virtual_specifier, - STATE(4488), 1, - sym_base_class_clause, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(1362), 2, + ACTIONS(6274), 2, + anon_sym_class, + anon_sym_struct, + STATE(3200), 2, sym__class_name, sym_qualified_type_identifier, - [83458] = 14, + [90694] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, ACTIONS(2698), 1, anon_sym_COLON_COLON, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3379), 1, + ACTIONS(3070), 1, anon_sym_LBRACE, - ACTIONS(3803), 1, + ACTIONS(3740), 1, sym_identifier, STATE(1271), 1, sym_template_type, - STATE(1443), 1, - sym_field_declaration_list, - STATE(3785), 1, + STATE(1351), 1, + sym_enumerator_list, + STATE(3903), 1, sym__scope_resolution, - STATE(3875), 1, - sym_virtual_specifier, - STATE(4488), 1, - sym_base_class_clause, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(1362), 2, + ACTIONS(6276), 2, + anon_sym_class, + anon_sym_struct, + STATE(3212), 2, + sym__class_name, + sym_qualified_type_identifier, + [90730] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3776), 1, + sym_identifier, + ACTIONS(3778), 1, + anon_sym_COLON_COLON, + ACTIONS(6278), 1, + anon_sym_LBRACE, + STATE(3587), 1, + sym_template_type, + STATE(3800), 1, + sym_enumerator_list, + STATE(3910), 1, + sym__scope_resolution, + STATE(4833), 1, + sym_dependent_type_identifier, + ACTIONS(6280), 2, + anon_sym_class, + anon_sym_struct, + STATE(3615), 2, sym__class_name, sym_qualified_type_identifier, - [83503] = 10, + [90766] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2351), 1, + ACTIONS(2443), 2, + anon_sym_AMP, + anon_sym_COLON, + ACTIONS(2445), 10, anon_sym_LPAREN2, - ACTIONS(2353), 1, anon_sym_STAR, - ACTIONS(2355), 1, anon_sym_AMP_AMP, - ACTIONS(2357), 1, - anon_sym_AMP, - ACTIONS(5613), 1, - anon_sym_LBRACK, - STATE(3237), 1, - sym_parameter_list, - STATE(3801), 1, - sym__abstract_declarator, - ACTIONS(5081), 3, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [83540] = 10, + 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(2351), 1, + ACTIONS(2383), 1, anon_sym_LPAREN2, - ACTIONS(5613), 1, + ACTIONS(5676), 1, anon_sym_LBRACK, - ACTIONS(5633), 1, + ACTIONS(5736), 1, anon_sym_STAR, - ACTIONS(5635), 1, + ACTIONS(5738), 1, anon_sym_AMP_AMP, - ACTIONS(5637), 1, + ACTIONS(5740), 1, anon_sym_AMP, - STATE(3252), 1, + STATE(3267), 1, sym_parameter_list, - STATE(3835), 1, + STATE(3920), 1, sym__abstract_declarator, - ACTIONS(4659), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - STATE(3647), 5, + STATE(3757), 5, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, sym_abstract_reference_declarator, - [83577] = 14, + [90818] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3759), 1, + ACTIONS(3742), 1, sym_identifier, - ACTIONS(3763), 1, - anon_sym_LBRACE, - ACTIONS(3825), 1, + ACTIONS(3744), 1, anon_sym_COLON_COLON, - STATE(2066), 1, + ACTIONS(6048), 1, + anon_sym_LBRACE, + STATE(2227), 1, sym_template_type, - STATE(2248), 1, - sym_field_declaration_list, - STATE(3746), 1, + STATE(2371), 1, + sym_enumerator_list, + STATE(3915), 1, sym__scope_resolution, - STATE(4001), 1, - sym_virtual_specifier, - STATE(4542), 1, - sym_base_class_clause, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(2025), 2, + ACTIONS(6282), 2, + anon_sym_class, + anon_sym_struct, + STATE(2739), 2, sym__class_name, sym_qualified_type_identifier, - [83622] = 14, + [90854] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2698), 1, + ACTIONS(3768), 1, + sym_identifier, + ACTIONS(3770), 1, anon_sym_COLON_COLON, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3379), 1, + ACTIONS(6284), 1, anon_sym_LBRACE, - ACTIONS(3803), 1, - sym_identifier, - STATE(1271), 1, + STATE(2049), 1, sym_template_type, - STATE(1457), 1, - sym_field_declaration_list, - STATE(3785), 1, + STATE(2285), 1, + sym_enumerator_list, + STATE(3892), 1, sym__scope_resolution, - STATE(3952), 1, - sym_virtual_specifier, - STATE(4485), 1, - sym_base_class_clause, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(1360), 2, + ACTIONS(6286), 2, + anon_sym_class, + anon_sym_struct, + STATE(2144), 2, sym__class_name, sym_qualified_type_identifier, - [83667] = 14, + [90890] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3021), 1, - anon_sym_LBRACE, - ACTIONS(3023), 1, + ACTIONS(2508), 2, + anon_sym_AMP, anon_sym_COLON, - ACTIONS(3775), 1, - sym_identifier, - ACTIONS(3777), 1, + ACTIONS(2510), 10, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_COLON_COLON, - STATE(1271), 1, - sym_template_type, - STATE(1298), 1, - sym_field_declaration_list, - STATE(3751), 1, - sym__scope_resolution, - STATE(3934), 1, - sym_virtual_specifier, - STATE(4472), 1, - sym_base_class_clause, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(3025), 2, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_final, anon_sym_override, - STATE(1381), 2, - sym__class_name, - sym_qualified_type_identifier, - [83712] = 5, + [90910] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6060), 1, - anon_sym_LPAREN2, - STATE(2442), 1, - sym_argument_list, - ACTIONS(3297), 2, + ACTIONS(2504), 2, anon_sym_AMP, - anon_sym_const, - ACTIONS(3299), 11, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, + 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_volatile, - anon_sym_restrict, - anon_sym__Atomic, - anon_sym_mutable, - anon_sym_constexpr, - anon_sym_GT2, - [83739] = 14, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + [90930] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3021), 1, - anon_sym_LBRACE, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3743), 1, + ACTIONS(3742), 1, sym_identifier, - ACTIONS(3745), 1, + ACTIONS(3744), 1, anon_sym_COLON_COLON, - STATE(1271), 1, + ACTIONS(6048), 1, + anon_sym_LBRACE, + STATE(2227), 1, sym_template_type, - STATE(1300), 1, - sym_field_declaration_list, - STATE(3770), 1, + STATE(2371), 1, + sym_enumerator_list, + STATE(3915), 1, sym__scope_resolution, - STATE(3936), 1, - sym_virtual_specifier, - STATE(4480), 1, - sym_base_class_clause, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(1387), 2, + ACTIONS(6288), 2, + anon_sym_class, + anon_sym_struct, + STATE(2609), 2, sym__class_name, sym_qualified_type_identifier, - [83784] = 14, + [90966] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3021), 1, - anon_sym_LBRACE, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3743), 1, + ACTIONS(3804), 1, sym_identifier, - ACTIONS(3745), 1, + ACTIONS(3806), 1, anon_sym_COLON_COLON, - STATE(1271), 1, + ACTIONS(6048), 1, + anon_sym_LBRACE, + STATE(2227), 1, sym_template_type, - STATE(1298), 1, - sym_field_declaration_list, - STATE(3770), 1, + STATE(2371), 1, + sym_enumerator_list, + STATE(3870), 1, sym__scope_resolution, - STATE(3934), 1, - sym_virtual_specifier, - STATE(4472), 1, - sym_base_class_clause, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(1381), 2, + ACTIONS(6290), 2, + anon_sym_class, + anon_sym_struct, + STATE(3716), 2, sym__class_name, sym_qualified_type_identifier, - [83829] = 14, + [91002] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3021), 1, - anon_sym_LBRACE, - ACTIONS(3023), 1, + ACTIONS(2512), 2, + anon_sym_AMP, anon_sym_COLON, - ACTIONS(3775), 1, - sym_identifier, - ACTIONS(3777), 1, + ACTIONS(2514), 10, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_COLON_COLON, - STATE(1271), 1, - sym_template_type, - STATE(1300), 1, - sym_field_declaration_list, - STATE(3751), 1, - sym__scope_resolution, - STATE(3936), 1, - sym_virtual_specifier, - STATE(4480), 1, - sym_base_class_clause, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(3025), 2, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_final, anon_sym_override, - STATE(1387), 2, - sym__class_name, - sym_qualified_type_identifier, - [83874] = 14, + [91022] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2359), 1, + ACTIONS(3031), 1, anon_sym_COLON_COLON, - ACTIONS(3021), 1, - anon_sym_LBRACE, - ACTIONS(3023), 1, + ACTIONS(3043), 2, + anon_sym_AMP, anon_sym_COLON, - ACTIONS(3803), 1, - sym_identifier, - STATE(1271), 1, - sym_template_type, - STATE(1300), 1, - sym_field_declaration_list, - STATE(3747), 1, - sym__scope_resolution, - STATE(3936), 1, - sym_virtual_specifier, - STATE(4480), 1, - sym_base_class_clause, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(3025), 2, + 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, - STATE(1276), 2, - sym__class_name, - sym_qualified_type_identifier, - [83919] = 14, + [91044] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3763), 1, - anon_sym_LBRACE, - ACTIONS(3809), 1, + ACTIONS(3798), 1, sym_identifier, - ACTIONS(3811), 1, + ACTIONS(3800), 1, anon_sym_COLON_COLON, - STATE(2066), 1, + ACTIONS(6292), 1, + anon_sym_LBRACE, + STATE(1997), 1, sym_template_type, - STATE(2248), 1, - sym_field_declaration_list, - STATE(3755), 1, + STATE(2051), 1, + sym_enumerator_list, + STATE(3907), 1, sym__scope_resolution, - STATE(4001), 1, - sym_virtual_specifier, - STATE(4542), 1, - sym_base_class_clause, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(2025), 2, + ACTIONS(6294), 2, + anon_sym_class, + anon_sym_struct, + STATE(2016), 2, sym__class_name, sym_qualified_type_identifier, - [83964] = 14, + [91080] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3763), 1, + ACTIONS(2323), 1, + anon_sym_COLON_COLON, + ACTIONS(3070), 1, anon_sym_LBRACE, - ACTIONS(3809), 1, + ACTIONS(3724), 1, sym_identifier, - ACTIONS(3811), 1, - anon_sym_COLON_COLON, - STATE(2066), 1, + STATE(1271), 1, sym_template_type, - STATE(2250), 1, - sym_field_declaration_list, - STATE(3755), 1, + STATE(1351), 1, + sym_enumerator_list, + STATE(3877), 1, sym__scope_resolution, - STATE(3998), 1, - sym_virtual_specifier, - STATE(4537), 1, - sym_base_class_clause, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(2024), 2, + ACTIONS(6296), 2, + anon_sym_class, + anon_sym_struct, + STATE(1455), 2, sym__class_name, sym_qualified_type_identifier, - [84009] = 10, + [91116] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2351), 1, + ACTIONS(3031), 1, + anon_sym_COLON_COLON, + ACTIONS(3043), 2, + anon_sym_AMP, + anon_sym_COLON, + ACTIONS(3045), 9, anon_sym_LPAREN2, - ACTIONS(2353), 1, anon_sym_STAR, - ACTIONS(2355), 1, anon_sym_AMP_AMP, - ACTIONS(2357), 1, - anon_sym_AMP, - ACTIONS(5613), 1, - anon_sym_LBRACK, - STATE(3237), 1, - sym_parameter_list, - STATE(3800), 1, - sym__abstract_declarator, - ACTIONS(5173), 3, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [84046] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5728), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - ACTIONS(5726), 13, - 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, - [84069] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(117), 1, - anon_sym_operator, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(2556), 1, - anon_sym_COLON_COLON, - ACTIONS(6048), 1, - sym_operator_name, - ACTIONS(6063), 1, - sym_identifier, - ACTIONS(6065), 1, - anon_sym_template, - STATE(2097), 1, - sym_qualified_identifier, - STATE(2104), 1, - sym_destructor_name, - STATE(2107), 1, - sym_template_function, - STATE(2108), 1, - sym_dependent_identifier, - STATE(3436), 1, - sym__scope_resolution, - STATE(4096), 1, - sym_operator_cast, - STATE(4097), 1, - sym_qualified_operator_cast_identifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - [84116] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2351), 1, - anon_sym_LPAREN2, - ACTIONS(5613), 1, + anon_sym_LBRACE, anon_sym_LBRACK, - ACTIONS(5633), 1, - anon_sym_STAR, - ACTIONS(5635), 1, - anon_sym_AMP_AMP, - ACTIONS(5637), 1, - anon_sym_AMP, - STATE(3252), 1, - sym_parameter_list, - STATE(3806), 1, - sym__abstract_declarator, - ACTIONS(5081), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [84153] = 10, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + [91138] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2351), 1, + ACTIONS(2468), 2, + anon_sym_AMP, + anon_sym_COLON, + ACTIONS(2470), 10, anon_sym_LPAREN2, - ACTIONS(5613), 1, - anon_sym_LBRACK, - ACTIONS(5647), 1, anon_sym_STAR, - ACTIONS(5649), 1, anon_sym_AMP_AMP, - ACTIONS(5651), 1, - anon_sym_AMP, - STATE(3246), 1, - sym_parameter_list, - STATE(3827), 1, - sym__abstract_declarator, - ACTIONS(4659), 3, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [84190] = 14, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_final, + anon_sym_override, + [91158] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3023), 1, + ACTIONS(2498), 2, + anon_sym_AMP, anon_sym_COLON, - ACTIONS(3753), 1, - sym_identifier, - ACTIONS(3755), 1, + ACTIONS(2500), 10, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_COLON_COLON, - ACTIONS(3757), 1, anon_sym_LBRACE, - STATE(2010), 1, - sym_template_type, - STATE(2134), 1, - sym_field_declaration_list, - STATE(3750), 1, - sym__scope_resolution, - STATE(3976), 1, - sym_virtual_specifier, - STATE(4279), 1, - sym_base_class_clause, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(3025), 2, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_final, anon_sym_override, - STATE(1987), 2, - sym__class_name, - sym_qualified_type_identifier, - [84235] = 14, + [91178] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3747), 1, + ACTIONS(3760), 1, sym_identifier, - ACTIONS(3751), 1, - anon_sym_LBRACE, - ACTIONS(3769), 1, + ACTIONS(3762), 1, anon_sym_COLON_COLON, - STATE(2444), 1, + ACTIONS(6044), 1, + anon_sym_LBRACE, + STATE(2463), 1, sym_template_type, - STATE(2550), 1, - sym_field_declaration_list, - STATE(3769), 1, + STATE(2579), 1, + sym_enumerator_list, + STATE(3873), 1, sym__scope_resolution, - STATE(4014), 1, - sym_virtual_specifier, - STATE(4592), 1, - sym_base_class_clause, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(2316), 2, + ACTIONS(6298), 2, + anon_sym_class, + anon_sym_struct, + STATE(2680), 2, sym__class_name, sym_qualified_type_identifier, - [84280] = 14, + [91214] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3787), 1, + ACTIONS(3798), 1, sym_identifier, - ACTIONS(3789), 1, + ACTIONS(3800), 1, anon_sym_COLON_COLON, - ACTIONS(3791), 1, + ACTIONS(6292), 1, anon_sym_LBRACE, - STATE(2101), 1, + STATE(1997), 1, sym_template_type, - STATE(2373), 1, - sym_field_declaration_list, - STATE(3777), 1, + STATE(2051), 1, + sym_enumerator_list, + STATE(3907), 1, sym__scope_resolution, - STATE(3889), 1, - sym_virtual_specifier, - STATE(4401), 1, - sym_base_class_clause, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(2031), 2, + ACTIONS(6300), 2, + anon_sym_class, + anon_sym_struct, + STATE(2262), 2, sym__class_name, sym_qualified_type_identifier, - [84325] = 14, + [91250] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3023), 1, + ACTIONS(3031), 1, + anon_sym_COLON_COLON, + ACTIONS(3027), 2, + anon_sym_AMP, anon_sym_COLON, - ACTIONS(3759), 1, - sym_identifier, - ACTIONS(3763), 1, + ACTIONS(3029), 9, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_LBRACE, - ACTIONS(3825), 1, - anon_sym_COLON_COLON, - STATE(2066), 1, - sym_template_type, - STATE(2250), 1, - sym_field_declaration_list, - STATE(3746), 1, - sym__scope_resolution, - STATE(3998), 1, - sym_virtual_specifier, - STATE(4537), 1, - sym_base_class_clause, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(3025), 2, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_final, anon_sym_override, - STATE(2024), 2, - sym__class_name, - sym_qualified_type_identifier, - [84370] = 14, + [91272] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3747), 1, - sym_identifier, - ACTIONS(3751), 1, + ACTIONS(3070), 1, anon_sym_LBRACE, - ACTIONS(3769), 1, + ACTIONS(3724), 1, + sym_identifier, + ACTIONS(3758), 1, anon_sym_COLON_COLON, - STATE(2444), 1, + STATE(1271), 1, sym_template_type, - STATE(2538), 1, - sym_field_declaration_list, - STATE(3769), 1, + STATE(1351), 1, + sym_enumerator_list, + STATE(3883), 1, sym__scope_resolution, - STATE(4013), 1, - sym_virtual_specifier, - STATE(4593), 1, - sym_base_class_clause, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(2320), 2, + ACTIONS(6302), 2, + anon_sym_class, + anon_sym_struct, + STATE(1456), 2, sym__class_name, sym_qualified_type_identifier, - [84415] = 14, + [91308] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2359), 1, - anon_sym_COLON_COLON, - ACTIONS(3021), 1, + ACTIONS(3037), 1, anon_sym_LBRACE, - ACTIONS(3023), 1, + ACTIONS(3403), 1, anon_sym_COLON, - ACTIONS(3803), 1, - sym_identifier, - STATE(1271), 1, - sym_template_type, - STATE(1298), 1, + STATE(1331), 1, sym_field_declaration_list, - STATE(3747), 1, - sym__scope_resolution, - STATE(3934), 1, + STATE(4134), 1, sym_virtual_specifier, - STATE(4472), 1, + STATE(4682), 1, sym_base_class_clause, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(3025), 2, + ACTIONS(3041), 2, anon_sym_final, anon_sym_override, - STATE(1269), 2, - sym__class_name, - sym_qualified_type_identifier, - [84460] = 14, + ACTIONS(3062), 2, + anon_sym___based, + sym_identifier, + ACTIONS(3064), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + [91339] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3787), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(5523), 1, sym_identifier, - ACTIONS(3789), 1, - anon_sym_COLON_COLON, - ACTIONS(3791), 1, + ACTIONS(5525), 1, + anon_sym_LPAREN2, + ACTIONS(5527), 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, - STATE(2101), 1, - sym_template_type, - STATE(2374), 1, - sym_field_declaration_list, - STATE(3777), 1, - sym__scope_resolution, - STATE(3891), 1, - sym_virtual_specifier, - STATE(4403), 1, - sym_base_class_clause, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(2033), 2, - sym__class_name, - sym_qualified_type_identifier, - [84505] = 14, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3021), 1, + 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(6310), 5, + anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LBRACE, - ACTIONS(3023), 1, + anon_sym_EQ, anon_sym_COLON, - ACTIONS(3815), 1, - sym_identifier, - ACTIONS(3817), 1, + [91428] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2401), 1, + anon_sym_AMP, + ACTIONS(2422), 1, anon_sym_COLON_COLON, - STATE(1271), 1, - sym_template_type, - STATE(1298), 1, - sym_field_declaration_list, - STATE(3737), 1, - sym__scope_resolution, - STATE(3934), 1, - sym_virtual_specifier, - STATE(4472), 1, - sym_base_class_clause, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(1381), 2, - sym__class_name, - sym_qualified_type_identifier, - [84550] = 3, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(5758), 2, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(5523), 1, + sym_identifier, + ACTIONS(5525), 1, anon_sym_LPAREN2, + ACTIONS(5527), 1, anon_sym_STAR, - ACTIONS(5756), 13, + STATE(3736), 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, + [91482] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, 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, + ACTIONS(5523), 1, sym_identifier, - [84573] = 14, + ACTIONS(5525), 1, + anon_sym_LPAREN2, + ACTIONS(5527), 1, + anon_sym_STAR, + STATE(3754), 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, + [91511] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3747), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(5523), 1, sym_identifier, - ACTIONS(3749), 1, - anon_sym_COLON_COLON, - ACTIONS(3751), 1, - anon_sym_LBRACE, - STATE(2444), 1, - sym_template_type, - STATE(2538), 1, - sym_field_declaration_list, - STATE(3764), 1, - sym__scope_resolution, - STATE(4013), 1, - sym_virtual_specifier, - STATE(4593), 1, - sym_base_class_clause, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(2320), 2, - sym__class_name, - sym_qualified_type_identifier, - [84618] = 14, + ACTIONS(5525), 1, + anon_sym_LPAREN2, + ACTIONS(5527), 1, + anon_sym_STAR, + STATE(3747), 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, + [91540] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3021), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(5523), 1, + sym_identifier, + ACTIONS(5525), 1, + anon_sym_LPAREN2, + ACTIONS(5527), 1, + anon_sym_STAR, + STATE(3745), 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, + [91569] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3037), 1, anon_sym_LBRACE, - ACTIONS(3023), 1, + ACTIONS(3403), 1, anon_sym_COLON, - ACTIONS(3815), 1, - sym_identifier, - ACTIONS(3817), 1, - anon_sym_COLON_COLON, - STATE(1271), 1, - sym_template_type, - STATE(1300), 1, + STATE(1305), 1, sym_field_declaration_list, - STATE(3737), 1, - sym__scope_resolution, - STATE(3936), 1, + STATE(4107), 1, sym_virtual_specifier, - STATE(4480), 1, + STATE(4639), 1, sym_base_class_clause, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(3025), 2, + ACTIONS(3041), 2, anon_sym_final, anon_sym_override, - STATE(1387), 2, - sym__class_name, - sym_qualified_type_identifier, - [84663] = 14, + ACTIONS(3084), 2, + anon_sym___based, + sym_identifier, + ACTIONS(3086), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + [91600] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3023), 1, + ACTIONS(4222), 1, + anon_sym_LBRACK, + ACTIONS(6312), 1, + anon_sym_LBRACK_RBRACK, + ACTIONS(4220), 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, - ACTIONS(3759), 1, - sym_identifier, - ACTIONS(3761), 1, - anon_sym_COLON_COLON, - ACTIONS(3763), 1, + anon_sym_GT2, + [91621] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3037), 1, anon_sym_LBRACE, - STATE(2066), 1, - sym_template_type, - STATE(2250), 1, + ACTIONS(3403), 1, + anon_sym_COLON, + STATE(1345), 1, sym_field_declaration_list, - STATE(3762), 1, - sym__scope_resolution, - STATE(3998), 1, + STATE(4152), 1, sym_virtual_specifier, - STATE(4537), 1, + STATE(4700), 1, sym_base_class_clause, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(3025), 2, + ACTIONS(3041), 2, anon_sym_final, anon_sym_override, - STATE(2024), 2, - sym__class_name, - sym_qualified_type_identifier, - [84708] = 14, + ACTIONS(3072), 2, + anon_sym___based, + sym_identifier, + ACTIONS(3074), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + [91652] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3023), 1, + ACTIONS(3489), 1, + anon_sym_LBRACK, + ACTIONS(6308), 1, anon_sym_COLON, - ACTIONS(3759), 1, - sym_identifier, - ACTIONS(3761), 1, - anon_sym_COLON_COLON, - ACTIONS(3763), 1, + ACTIONS(6314), 1, + anon_sym_SEMI, + ACTIONS(6316), 1, anon_sym_LBRACE, - STATE(2066), 1, - sym_template_type, - STATE(2248), 1, - sym_field_declaration_list, - STATE(3762), 1, - sym__scope_resolution, - STATE(4001), 1, - sym_virtual_specifier, - STATE(4542), 1, - sym_base_class_clause, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(2025), 2, - sym__class_name, - sym_qualified_type_identifier, - [84753] = 10, + ACTIONS(6318), 1, + anon_sym_EQ, + STATE(939), 1, + sym_compound_statement, + STATE(3969), 1, + sym_field_initializer_list, + ACTIONS(3503), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(941), 2, + sym_default_method_clause, + sym_delete_method_clause, + [91685] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2351), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(5523), 1, + sym_identifier, + ACTIONS(5525), 1, anon_sym_LPAREN2, - ACTIONS(2353), 1, + ACTIONS(5527), 1, anon_sym_STAR, - ACTIONS(2355), 1, - anon_sym_AMP_AMP, - ACTIONS(2357), 1, - anon_sym_AMP, - ACTIONS(5613), 1, - anon_sym_LBRACK, - STATE(3237), 1, - sym_parameter_list, - STATE(3831), 1, - sym__abstract_declarator, - ACTIONS(4659), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [84790] = 14, + STATE(3724), 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, + [91714] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3023), 1, - anon_sym_COLON, - ACTIONS(3747), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(5523), 1, sym_identifier, - ACTIONS(3749), 1, + ACTIONS(5525), 1, + anon_sym_LPAREN2, + ACTIONS(5527), 1, + anon_sym_STAR, + STATE(3775), 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, + [91743] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2323), 1, anon_sym_COLON_COLON, - ACTIONS(3751), 1, - anon_sym_LBRACE, - STATE(2444), 1, + ACTIONS(3724), 1, + sym_identifier, + STATE(1271), 1, sym_template_type, - STATE(2550), 1, - sym_field_declaration_list, - STATE(3764), 1, + STATE(3877), 1, sym__scope_resolution, - STATE(4014), 1, - sym_virtual_specifier, - STATE(4592), 1, - sym_base_class_clause, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(3025), 2, - anon_sym_final, - anon_sym_override, - STATE(2316), 2, + STATE(4183), 2, sym__class_name, sym_qualified_type_identifier, - [84835] = 13, + ACTIONS(6320), 3, + anon_sym_public, + anon_sym_private, + anon_sym_protected, + [91774] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6067), 1, - anon_sym_COMMA, - ACTIONS(6069), 1, - anon_sym_LPAREN2, - ACTIONS(6071), 1, + ACTIONS(3489), 1, + anon_sym_LBRACK, + ACTIONS(6308), 1, + anon_sym_COLON, + ACTIONS(6322), 1, anon_sym_SEMI, - ACTIONS(6073), 1, + ACTIONS(6324), 1, anon_sym_LBRACE, - ACTIONS(6075), 1, - anon_sym_LBRACK, - ACTIONS(6077), 1, + ACTIONS(6326), 1, anon_sym_EQ, - STATE(578), 1, + STATE(1060), 1, sym_compound_statement, - STATE(2720), 1, - sym_parameter_list, - STATE(4070), 1, - aux_sym_declaration_repeat1, - STATE(3538), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(4501), 2, - sym_argument_list, - sym_initializer_list, - [84877] = 13, + STATE(3981), 1, + sym_field_initializer_list, + ACTIONS(3503), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(1058), 2, + sym_default_method_clause, + sym_delete_method_clause, + [91807] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1478), 1, + ACTIONS(51), 1, anon_sym_LBRACE, - ACTIONS(3454), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6067), 1, - anon_sym_COMMA, - ACTIONS(6075), 1, + ACTIONS(3489), 1, anon_sym_LBRACK, - ACTIONS(6077), 1, + ACTIONS(6306), 1, anon_sym_EQ, - ACTIONS(6079), 1, - anon_sym_LPAREN2, - ACTIONS(6081), 1, - anon_sym_SEMI, - ACTIONS(6083), 1, + ACTIONS(6308), 1, anon_sym_COLON, - STATE(2679), 1, - sym_parameter_list, - STATE(4177), 1, - aux_sym_declaration_repeat1, - STATE(3632), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(4501), 2, - sym_argument_list, - sym_initializer_list, - [84919] = 13, + ACTIONS(6328), 1, + anon_sym_SEMI, + 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, + [91840] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6067), 1, - anon_sym_COMMA, - ACTIONS(6069), 1, - anon_sym_LPAREN2, - ACTIONS(6075), 1, - anon_sym_LBRACK, - ACTIONS(6077), 1, - anon_sym_EQ, - ACTIONS(6085), 1, - anon_sym_SEMI, - ACTIONS(6087), 1, + ACTIONS(3037), 1, anon_sym_LBRACE, - STATE(522), 1, - sym_compound_statement, - STATE(2720), 1, - sym_parameter_list, - STATE(4259), 1, - aux_sym_declaration_repeat1, - STATE(3538), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(4501), 2, - sym_argument_list, - sym_initializer_list, - [84961] = 12, + ACTIONS(3403), 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, + anon_sym_LPAREN2, + anon_sym_STAR, + [91871] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2351), 1, + 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, anon_sym_LPAREN2, - ACTIONS(2353), 1, anon_sym_STAR, - ACTIONS(2355), 1, - anon_sym_AMP_AMP, - ACTIONS(2357), 1, - anon_sym_AMP, - ACTIONS(5613), 1, - anon_sym_LBRACK, - ACTIONS(6089), 1, + ACTIONS(3041), 2, + anon_sym_final, + anon_sym_override, + [91902] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3037), 1, anon_sym_LBRACE, - STATE(2440), 1, - sym_compound_statement, - STATE(3246), 1, - sym_parameter_list, - STATE(3973), 1, - sym_abstract_function_declarator, - STATE(4081), 1, - sym__abstract_declarator, - STATE(3647), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [85001] = 13, + ACTIONS(3403), 1, + 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, + 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(3714), 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, + [91962] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(3431), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6026), 1, - anon_sym_LBRACE, - ACTIONS(6067), 1, - anon_sym_COMMA, - ACTIONS(6069), 1, + ACTIONS(5772), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6058), 1, anon_sym_LBRACK, - ACTIONS(6077), 1, - anon_sym_EQ, - ACTIONS(6091), 1, - anon_sym_SEMI, - STATE(1038), 1, - sym_compound_statement, - STATE(2720), 1, + STATE(3109), 1, sym_parameter_list, - STATE(4169), 1, - aux_sym_declaration_repeat1, - STATE(3538), 2, + STATE(3692), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(4501), 2, - sym_argument_list, - sym_initializer_list, - [85043] = 12, + ACTIONS(6330), 5, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + [91989] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2351), 1, - anon_sym_LPAREN2, - ACTIONS(2353), 1, - anon_sym_STAR, - ACTIONS(2355), 1, - anon_sym_AMP_AMP, - ACTIONS(2357), 1, - anon_sym_AMP, - ACTIONS(5613), 1, - anon_sym_LBRACK, - ACTIONS(6093), 1, + ACTIONS(600), 1, anon_sym_LBRACE, - STATE(2935), 1, + 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(3246), 1, - sym_parameter_list, - STATE(3911), 1, - sym_abstract_function_declarator, - STATE(4081), 1, - sym__abstract_declarator, - STATE(3647), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [85083] = 13, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(3431), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6034), 1, - anon_sym_LBRACE, - ACTIONS(6067), 1, - anon_sym_COMMA, - ACTIONS(6069), 1, + ACTIONS(5772), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6058), 1, anon_sym_LBRACK, - ACTIONS(6077), 1, - anon_sym_EQ, - ACTIONS(6095), 1, - anon_sym_SEMI, - STATE(1008), 1, - sym_compound_statement, - STATE(2720), 1, + STATE(3109), 1, sym_parameter_list, - STATE(4224), 1, - aux_sym_declaration_repeat1, - STATE(3538), 2, + STATE(3692), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(4501), 2, - sym_argument_list, - sym_initializer_list, - [85125] = 13, + ACTIONS(6336), 5, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + [92049] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6067), 1, - anon_sym_COMMA, - ACTIONS(6069), 1, - anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(644), 1, + anon_sym_LBRACE, + ACTIONS(3489), 1, anon_sym_LBRACK, - ACTIONS(6077), 1, - anon_sym_EQ, - ACTIONS(6097), 1, + ACTIONS(6308), 1, + anon_sym_COLON, + ACTIONS(6338), 1, anon_sym_SEMI, - ACTIONS(6099), 1, - anon_sym_LBRACE, - STATE(217), 1, + ACTIONS(6340), 1, + anon_sym_EQ, + STATE(577), 1, sym_compound_statement, - STATE(2720), 1, - sym_parameter_list, - STATE(4049), 1, - aux_sym_declaration_repeat1, - STATE(3538), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(4501), 2, - sym_argument_list, - sym_initializer_list, - [85167] = 12, + STATE(3962), 1, + sym_field_initializer_list, + ACTIONS(3503), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(575), 2, + sym_default_method_clause, + sym_delete_method_clause, + [92082] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2351), 1, + ACTIONS(3417), 1, + anon_sym_AMP, + ACTIONS(6342), 1, + anon_sym_COLON, + STATE(3744), 1, + sym__enum_base_clause, + STATE(3838), 1, + sym_enumerator_list, + ACTIONS(3419), 7, anon_sym_LPAREN2, - ACTIONS(2353), 1, anon_sym_STAR, - ACTIONS(2355), 1, anon_sym_AMP_AMP, - ACTIONS(2357), 1, - anon_sym_AMP, - ACTIONS(2712), 1, + anon_sym_SEMI, anon_sym_LBRACE, - ACTIONS(5613), 1, anon_sym_LBRACK, - STATE(2646), 1, - sym_compound_statement, - STATE(3246), 1, - sym_parameter_list, - STATE(3964), 1, - sym_abstract_function_declarator, - STATE(4081), 1, - sym__abstract_declarator, - STATE(3647), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [85207] = 13, + anon_sym_EQ, + [92107] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6067), 1, - anon_sym_COMMA, - ACTIONS(6069), 1, + 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, anon_sym_LPAREN2, - ACTIONS(6075), 1, - anon_sym_LBRACK, - ACTIONS(6077), 1, - anon_sym_EQ, - ACTIONS(6101), 1, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_SEMI, - ACTIONS(6103), 1, - anon_sym_LBRACE, - STATE(626), 1, - sym_compound_statement, - STATE(2720), 1, - sym_parameter_list, - STATE(4036), 1, - aux_sym_declaration_repeat1, - STATE(3538), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(4501), 2, - sym_argument_list, - sym_initializer_list, - [85249] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1478), 1, anon_sym_LBRACE, - ACTIONS(3454), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6067), 1, - anon_sym_COMMA, - ACTIONS(6075), 1, anon_sym_LBRACK, - ACTIONS(6077), 1, anon_sym_EQ, - ACTIONS(6079), 1, + [92132] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(5523), 1, + sym_identifier, + ACTIONS(5525), 1, anon_sym_LPAREN2, - ACTIONS(6081), 1, - anon_sym_SEMI, - ACTIONS(6105), 1, - anon_sym_COLON, - STATE(2679), 1, - sym_parameter_list, - STATE(4177), 1, - aux_sym_declaration_repeat1, - STATE(3632), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(4501), 2, - sym_argument_list, - sym_initializer_list, - [85291] = 13, + ACTIONS(5527), 1, + anon_sym_STAR, + STATE(3742), 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, + [92161] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1478), 1, + ACTIONS(269), 1, anon_sym_LBRACE, - ACTIONS(3454), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6067), 1, - anon_sym_COMMA, - ACTIONS(6075), 1, + ACTIONS(3489), 1, anon_sym_LBRACK, - ACTIONS(6077), 1, + ACTIONS(6308), 1, + anon_sym_COLON, + ACTIONS(6344), 1, + anon_sym_SEMI, + ACTIONS(6346), 1, anon_sym_EQ, - ACTIONS(6079), 1, + STATE(211), 1, + sym_compound_statement, + STATE(3991), 1, + sym_field_initializer_list, + ACTIONS(3503), 2, anon_sym_LPAREN2, - ACTIONS(6081), 1, - anon_sym_SEMI, - ACTIONS(6107), 1, - anon_sym_COLON, - STATE(2679), 1, - sym_parameter_list, - STATE(4177), 1, - aux_sym_declaration_repeat1, - STATE(3632), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(4501), 2, - sym_argument_list, - sym_initializer_list, - [85333] = 13, + anon_sym_LBRACK_LBRACK, + STATE(210), 2, + sym_default_method_clause, + sym_delete_method_clause, + [92194] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(3431), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6040), 1, - anon_sym_LBRACE, - ACTIONS(6067), 1, - anon_sym_COMMA, - ACTIONS(6069), 1, + ACTIONS(5772), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6058), 1, anon_sym_LBRACK, - ACTIONS(6077), 1, - anon_sym_EQ, - ACTIONS(6109), 1, - anon_sym_SEMI, - STATE(841), 1, - sym_compound_statement, - STATE(2720), 1, + STATE(3109), 1, sym_parameter_list, - STATE(4248), 1, - aux_sym_declaration_repeat1, - STATE(3538), 2, + STATE(3692), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(4501), 2, - sym_argument_list, - sym_initializer_list, - [85375] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1478), 1, - anon_sym_LBRACE, - ACTIONS(3454), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6067), 1, + ACTIONS(6348), 5, anon_sym_COMMA, - ACTIONS(6075), 1, - anon_sym_LBRACK, - ACTIONS(6077), 1, - anon_sym_EQ, - ACTIONS(6079), 1, - anon_sym_LPAREN2, - ACTIONS(6081), 1, anon_sym_SEMI, - ACTIONS(6111), 1, + anon_sym_LBRACE, + anon_sym_EQ, anon_sym_COLON, - STATE(2679), 1, - sym_parameter_list, - STATE(4177), 1, - aux_sym_declaration_repeat1, - STATE(3632), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(4501), 2, - sym_argument_list, - sym_initializer_list, - [85417] = 13, + [92221] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1478), 1, + ACTIONS(600), 1, anon_sym_LBRACE, - ACTIONS(3454), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6067), 1, - anon_sym_COMMA, - ACTIONS(6075), 1, + ACTIONS(3489), 1, anon_sym_LBRACK, - ACTIONS(6077), 1, + ACTIONS(6308), 1, + anon_sym_COLON, + ACTIONS(6334), 1, anon_sym_EQ, - ACTIONS(6079), 1, - anon_sym_LPAREN2, - ACTIONS(6081), 1, + ACTIONS(6350), 1, anon_sym_SEMI, - ACTIONS(6113), 1, - anon_sym_COLON, - STATE(2679), 1, - sym_parameter_list, - STATE(4177), 1, - aux_sym_declaration_repeat1, - STATE(3632), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(4501), 2, - sym_argument_list, - sym_initializer_list, - [85459] = 13, + STATE(634), 1, + sym_compound_statement, + STATE(3978), 1, + sym_field_initializer_list, + ACTIONS(3503), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(606), 2, + sym_default_method_clause, + sym_delete_method_clause, + [92254] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1478), 1, - anon_sym_LBRACE, - ACTIONS(3454), 1, + ACTIONS(3431), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6067), 1, - anon_sym_COMMA, - ACTIONS(6075), 1, - anon_sym_LBRACK, - ACTIONS(6077), 1, - anon_sym_EQ, - ACTIONS(6079), 1, + ACTIONS(5772), 1, anon_sym_LPAREN2, - ACTIONS(6081), 1, - anon_sym_SEMI, - ACTIONS(6115), 1, - anon_sym_COLON, - STATE(2679), 1, + ACTIONS(6058), 1, + anon_sym_LBRACK, + STATE(3109), 1, sym_parameter_list, - STATE(4177), 1, - aux_sym_declaration_repeat1, - STATE(3632), 2, + STATE(3692), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(4501), 2, - sym_argument_list, - sym_initializer_list, - [85501] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2351), 1, - anon_sym_LPAREN2, - ACTIONS(2353), 1, - anon_sym_STAR, - ACTIONS(2355), 1, - anon_sym_AMP_AMP, - ACTIONS(2357), 1, - anon_sym_AMP, - ACTIONS(5613), 1, - anon_sym_LBRACK, - ACTIONS(6117), 1, + ACTIONS(6352), 5, + anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LBRACE, - STATE(2176), 1, - sym_compound_statement, - STATE(3246), 1, - sym_parameter_list, - STATE(4017), 1, - sym_abstract_function_declarator, - STATE(4081), 1, - sym__abstract_declarator, - STATE(3647), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [85541] = 9, + anon_sym_EQ, + anon_sym_COLON, + [92281] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3811), 1, - anon_sym_COLON_COLON, - ACTIONS(6119), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(5523), 1, sym_identifier, - STATE(3540), 1, - aux_sym_sized_type_specifier_repeat1, + ACTIONS(5525), 1, + anon_sym_LPAREN2, + ACTIONS(5527), 1, + anon_sym_STAR, STATE(3755), 1, - sym__scope_resolution, - STATE(2258), 2, - sym_sized_type_specifier, - sym_qualified_type_identifier, - STATE(4662), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(4663), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [85574] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3789), 1, - anon_sym_COLON_COLON, - ACTIONS(6121), 1, - sym_identifier, - STATE(2012), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3777), 1, - sym__scope_resolution, - STATE(2366), 2, - sym_sized_type_specifier, - sym_qualified_type_identifier, - STATE(4662), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(4960), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [85607] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6123), 1, - sym_identifier, - ACTIONS(6125), 1, - anon_sym_TILDE, - ACTIONS(6127), 1, - anon_sym_COLON_COLON, - ACTIONS(6129), 1, - anon_sym_template, - ACTIONS(6131), 1, - sym_operator_name, - STATE(2105), 1, - sym_qualified_type_identifier, - STATE(2146), 1, - sym_qualified_identifier, - STATE(2165), 1, - sym_dependent_identifier, - STATE(2166), 1, - sym_destructor_name, - STATE(2167), 1, - sym_template_function, - STATE(3395), 1, - sym_dependent_type_identifier, - STATE(3396), 1, - sym_template_type, - STATE(3473), 1, - sym__scope_resolution, - [85650] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2502), 1, - anon_sym_COLON_COLON, - ACTIONS(6133), 1, - sym_identifier, - STATE(1274), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3766), 1, - sym__scope_resolution, - STATE(1289), 2, - sym_sized_type_specifier, - sym_qualified_type_identifier, - STATE(4662), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(59), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [85683] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3761), 1, - anon_sym_COLON_COLON, - ACTIONS(6135), 1, - sym_identifier, - STATE(2020), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3762), 1, - sym__scope_resolution, - STATE(2258), 2, - sym_sized_type_specifier, - sym_qualified_type_identifier, - STATE(4662), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2522), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [85716] = 12, + 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, + [92310] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(3431), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1478), 1, - anon_sym_LBRACE, - ACTIONS(6067), 1, - anon_sym_COMMA, - ACTIONS(6069), 1, + ACTIONS(5772), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6114), 1, anon_sym_LBRACK, - ACTIONS(6077), 1, - anon_sym_EQ, - ACTIONS(6097), 1, - anon_sym_SEMI, - STATE(2720), 1, + STATE(2707), 1, sym_parameter_list, - STATE(4049), 1, - aux_sym_declaration_repeat1, - STATE(3538), 2, + STATE(3667), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(4501), 2, - sym_argument_list, - sym_initializer_list, - [85755] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6125), 1, - anon_sym_TILDE, - ACTIONS(6131), 1, - sym_operator_name, - ACTIONS(6137), 1, - sym_identifier, - ACTIONS(6139), 1, - anon_sym_COLON_COLON, - ACTIONS(6141), 1, - anon_sym_template, - STATE(1279), 1, - sym_qualified_type_identifier, - STATE(1427), 1, - sym_template_type, - STATE(1435), 1, - sym_dependent_type_identifier, - STATE(2146), 1, - sym_qualified_identifier, - STATE(2165), 1, - sym_dependent_identifier, - STATE(2166), 1, - sym_destructor_name, - STATE(2167), 1, - sym_template_function, - STATE(3477), 1, - sym__scope_resolution, - [85798] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1478), 1, - anon_sym_LBRACE, - ACTIONS(6067), 1, + ACTIONS(6354), 5, anon_sym_COMMA, - ACTIONS(6069), 1, - anon_sym_LPAREN2, - ACTIONS(6071), 1, anon_sym_SEMI, - ACTIONS(6075), 1, - anon_sym_LBRACK, - ACTIONS(6077), 1, + anon_sym_LBRACE, anon_sym_EQ, - STATE(2720), 1, - sym_parameter_list, - STATE(4070), 1, - aux_sym_declaration_repeat1, - STATE(3538), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(4501), 2, - sym_argument_list, - sym_initializer_list, - [85837] = 14, + anon_sym_COLON, + [92337] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(2343), 1, - anon_sym_COLON_COLON, - ACTIONS(6048), 1, - sym_operator_name, - ACTIONS(6143), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(5523), 1, sym_identifier, - ACTIONS(6145), 1, - anon_sym_template, - STATE(1279), 1, - sym_qualified_type_identifier, - STATE(1427), 1, - sym_template_type, - STATE(1435), 1, - sym_dependent_type_identifier, - STATE(2097), 1, - sym_qualified_identifier, - STATE(2104), 1, - sym_destructor_name, - STATE(2107), 1, - sym_template_function, - STATE(2108), 1, - sym_dependent_identifier, - STATE(3479), 1, - sym__scope_resolution, - [85880] = 12, + ACTIONS(5525), 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(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1478), 1, - anon_sym_LBRACE, - ACTIONS(6067), 1, - anon_sym_COMMA, - ACTIONS(6069), 1, - anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(3489), 1, anon_sym_LBRACK, - ACTIONS(6077), 1, - anon_sym_EQ, - ACTIONS(6085), 1, + ACTIONS(6308), 1, + anon_sym_COLON, + ACTIONS(6356), 1, anon_sym_SEMI, - STATE(2720), 1, - sym_parameter_list, - STATE(4259), 1, - aux_sym_declaration_repeat1, - STATE(3538), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - STATE(4501), 2, - sym_argument_list, - sym_initializer_list, - [85919] = 9, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3825), 1, + ACTIONS(2523), 1, anon_sym_COLON_COLON, - ACTIONS(6119), 1, - sym_identifier, - STATE(2020), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3746), 1, - sym__scope_resolution, - STATE(2258), 2, - sym_sized_type_specifier, - sym_qualified_type_identifier, - STATE(4662), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2522), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [85952] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1478), 1, - anon_sym_LBRACE, - ACTIONS(6067), 1, + ACTIONS(2525), 2, + anon_sym_LBRACK, + anon_sym_COLON, + ACTIONS(2518), 8, anon_sym_COMMA, - ACTIONS(6069), 1, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(6075), 1, - anon_sym_LBRACK, - ACTIONS(6081), 1, anon_sym_SEMI, - ACTIONS(6147), 1, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, - STATE(2720), 1, - sym_parameter_list, - STATE(4177), 1, - aux_sym_declaration_repeat1, - STATE(4194), 1, - sym_initializer_list, - STATE(4501), 1, - sym_argument_list, - STATE(3538), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [85993] = 9, + anon_sym_GT2, + [92420] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2359), 1, - anon_sym_COLON_COLON, - ACTIONS(6133), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(5523), 1, sym_identifier, - STATE(1274), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3747), 1, - sym__scope_resolution, - STATE(1289), 2, - sym_sized_type_specifier, - sym_qualified_type_identifier, - STATE(4662), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(59), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [86026] = 9, + ACTIONS(5525), 1, + anon_sym_LPAREN2, + ACTIONS(5527), 1, + anon_sym_STAR, + STATE(3759), 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, + [92449] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(5283), 1, - anon_sym_COLON_COLON, - ACTIONS(6133), 1, - sym_identifier, - STATE(1295), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3763), 1, - sym__scope_resolution, - STATE(1289), 2, - sym_sized_type_specifier, - sym_qualified_type_identifier, - STATE(4662), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2682), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [86059] = 14, + ACTIONS(3489), 1, + anon_sym_LBRACK, + ACTIONS(6308), 1, + anon_sym_COLON, + ACTIONS(6316), 1, + anon_sym_LBRACE, + ACTIONS(6318), 1, + anon_sym_EQ, + ACTIONS(6362), 1, + anon_sym_SEMI, + STATE(952), 1, + sym_compound_statement, + STATE(3974), 1, + sym_field_initializer_list, + ACTIONS(3503), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(951), 2, + sym_default_method_clause, + sym_delete_method_clause, + [92482] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(6048), 1, - sym_operator_name, - ACTIONS(6149), 1, - sym_identifier, - ACTIONS(6151), 1, - anon_sym_COLON_COLON, - ACTIONS(6153), 1, + ACTIONS(1035), 1, anon_sym_template, - STATE(2097), 1, - sym_qualified_identifier, - STATE(2104), 1, - sym_destructor_name, - STATE(2105), 1, - sym_qualified_type_identifier, - STATE(2107), 1, - sym_template_function, - STATE(2108), 1, - sym_dependent_identifier, - STATE(3395), 1, - sym_dependent_type_identifier, - STATE(3396), 1, + ACTIONS(2323), 1, + anon_sym_COLON_COLON, + ACTIONS(3724), 1, + sym_identifier, + STATE(1271), 1, sym_template_type, - STATE(3485), 1, + STATE(3877), 1, sym__scope_resolution, - [86102] = 14, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(6125), 1, - anon_sym_TILDE, - ACTIONS(6131), 1, - sym_operator_name, - ACTIONS(6155), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(5523), 1, sym_identifier, - ACTIONS(6157), 1, - anon_sym_COLON_COLON, - ACTIONS(6159), 1, - anon_sym_template, - STATE(1279), 1, - sym_qualified_type_identifier, - STATE(1427), 1, - sym_template_type, - STATE(1435), 1, - sym_dependent_type_identifier, - STATE(2146), 1, - sym_qualified_identifier, - STATE(2165), 1, - sym_dependent_identifier, - STATE(2166), 1, - sym_destructor_name, - STATE(2167), 1, - sym_template_function, - STATE(3486), 1, - sym__scope_resolution, - [86145] = 5, + ACTIONS(5525), 1, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(3484), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(5523), 1, + sym_identifier, + ACTIONS(5525), 1, anon_sym_LPAREN2, - STATE(2222), 1, - sym_argument_list, - ACTIONS(3297), 2, + 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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3431), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5772), 1, + anon_sym_LPAREN2, + ACTIONS(6058), 1, + anon_sym_LBRACK, + STATE(3109), 1, + sym_parameter_list, + STATE(3692), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(6366), 5, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + [92598] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3043), 1, anon_sym_AMP, - anon_sym_const, - ACTIONS(3299), 9, - anon_sym_RPAREN, + ACTIONS(3045), 10, + 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, - [86170] = 14, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_final, + anon_sym_override, + [92617] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(6125), 1, - anon_sym_TILDE, - ACTIONS(6131), 1, - sym_operator_name, - ACTIONS(6161), 1, - sym_identifier, - ACTIONS(6163), 1, - anon_sym_COLON_COLON, - ACTIONS(6165), 1, - anon_sym_template, - STATE(1279), 1, - sym_qualified_type_identifier, - STATE(1427), 1, - sym_template_type, - STATE(1435), 1, - sym_dependent_type_identifier, - STATE(2146), 1, - sym_qualified_identifier, - STATE(2165), 1, - sym_dependent_identifier, - STATE(2166), 1, - sym_destructor_name, - STATE(2167), 1, - sym_template_function, - STATE(3488), 1, - sym__scope_resolution, - [86213] = 9, + ACTIONS(3489), 1, + anon_sym_LBRACK, + ACTIONS(6308), 1, + anon_sym_COLON, + ACTIONS(6324), 1, + anon_sym_LBRACE, + ACTIONS(6326), 1, + anon_sym_EQ, + ACTIONS(6368), 1, + anon_sym_SEMI, + STATE(1065), 1, + sym_compound_statement, + STATE(3977), 1, + sym_field_initializer_list, + ACTIONS(3503), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(1066), 2, + sym_default_method_clause, + sym_delete_method_clause, + [92650] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3755), 1, - anon_sym_COLON_COLON, - ACTIONS(6167), 1, - sym_identifier, - STATE(1976), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3750), 1, - sym__scope_resolution, - STATE(2087), 2, - sym_sized_type_specifier, - sym_qualified_type_identifier, - STATE(4662), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(4896), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [86246] = 12, + ACTIONS(3431), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5772), 1, + anon_sym_LPAREN2, + ACTIONS(6058), 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, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + [92677] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(3431), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1478), 1, - anon_sym_LBRACE, - ACTIONS(6067), 1, - anon_sym_COMMA, - ACTIONS(6069), 1, + ACTIONS(5772), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6114), 1, anon_sym_LBRACK, - ACTIONS(6077), 1, - anon_sym_EQ, - ACTIONS(6101), 1, - anon_sym_SEMI, - STATE(2720), 1, + STATE(2707), 1, sym_parameter_list, - STATE(4036), 1, - aux_sym_declaration_repeat1, - STATE(3538), 2, + STATE(3667), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(4501), 2, - sym_argument_list, - sym_initializer_list, - [86285] = 9, + ACTIONS(6372), 5, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + [92704] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3749), 1, - anon_sym_COLON_COLON, - ACTIONS(6119), 1, - sym_identifier, - STATE(2296), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3764), 1, - sym__scope_resolution, - STATE(2577), 2, - sym_sized_type_specifier, - sym_qualified_type_identifier, - STATE(4662), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2870), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [86318] = 9, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(4679), 1, - anon_sym_COLON_COLON, - ACTIONS(6133), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(5523), 1, sym_identifier, - STATE(1295), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3772), 1, - sym__scope_resolution, - STATE(1289), 2, - sym_sized_type_specifier, - sym_qualified_type_identifier, - STATE(4662), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2682), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [86351] = 14, + ACTIONS(5525), 1, + anon_sym_LPAREN2, + ACTIONS(5527), 1, + anon_sym_STAR, + STATE(3763), 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, + [92756] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(6169), 1, - sym_identifier, - ACTIONS(6171), 1, - anon_sym_TILDE, - ACTIONS(6173), 1, - anon_sym_COLON_COLON, - ACTIONS(6175), 1, - anon_sym_template, - ACTIONS(6177), 1, - sym_operator_name, - STATE(1279), 1, - sym_qualified_type_identifier, - STATE(1427), 1, - sym_template_type, - STATE(1435), 1, - sym_dependent_type_identifier, - STATE(2420), 1, - sym_qualified_identifier, - STATE(2421), 1, - sym_dependent_identifier, - STATE(2422), 1, - sym_destructor_name, - STATE(2423), 1, - sym_template_function, - STATE(3493), 1, - sym__scope_resolution, - [86394] = 9, + ACTIONS(3489), 1, + anon_sym_LBRACK, + ACTIONS(6308), 1, + anon_sym_COLON, + ACTIONS(6358), 1, + anon_sym_LBRACE, + ACTIONS(6360), 1, + anon_sym_EQ, + ACTIONS(6377), 1, + anon_sym_SEMI, + STATE(845), 1, + sym_compound_statement, + STATE(3970), 1, + sym_field_initializer_list, + ACTIONS(3503), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(853), 2, + sym_default_method_clause, + sym_delete_method_clause, + [92789] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2680), 1, - anon_sym_COLON_COLON, - ACTIONS(6133), 1, - sym_identifier, - STATE(1295), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3753), 1, - sym__scope_resolution, - STATE(1289), 2, - sym_sized_type_specifier, - sym_qualified_type_identifier, - STATE(4662), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2682), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [86427] = 14, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(6048), 1, - sym_operator_name, - ACTIONS(6179), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(5523), 1, sym_identifier, - ACTIONS(6181), 1, - anon_sym_COLON_COLON, - ACTIONS(6183), 1, - anon_sym_template, - STATE(1279), 1, - sym_qualified_type_identifier, - STATE(1427), 1, - sym_template_type, - STATE(1435), 1, - sym_dependent_type_identifier, - STATE(2097), 1, - sym_qualified_identifier, - STATE(2104), 1, - sym_destructor_name, - STATE(2107), 1, - sym_template_function, - STATE(2108), 1, - sym_dependent_identifier, - STATE(3495), 1, - sym__scope_resolution, - [86470] = 14, + ACTIONS(5525), 1, + anon_sym_LPAREN2, + ACTIONS(5527), 1, + anon_sym_STAR, + STATE(3776), 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, + [92845] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6171), 1, - anon_sym_TILDE, - ACTIONS(6177), 1, - sym_operator_name, - ACTIONS(6185), 1, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6383), 1, + anon_sym_LBRACK, + STATE(3637), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(6381), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT2, + [92868] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(5523), 1, sym_identifier, - ACTIONS(6187), 1, - anon_sym_COLON_COLON, - ACTIONS(6189), 1, - anon_sym_template, - STATE(2420), 1, - sym_qualified_identifier, - STATE(2421), 1, - sym_dependent_identifier, - STATE(2422), 1, - sym_destructor_name, - STATE(2423), 1, - sym_template_function, - STATE(2499), 1, - sym_qualified_type_identifier, - STATE(3395), 1, - sym_dependent_type_identifier, - STATE(3396), 1, - sym_template_type, - STATE(3496), 1, - sym__scope_resolution, - [86513] = 12, + ACTIONS(5525), 1, + anon_sym_LPAREN2, + ACTIONS(5527), 1, + anon_sym_STAR, + STATE(3725), 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, + [92897] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(3431), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1478), 1, - anon_sym_LBRACE, - ACTIONS(6067), 1, - anon_sym_COMMA, - ACTIONS(6069), 1, + ACTIONS(5772), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6114), 1, anon_sym_LBRACK, - ACTIONS(6077), 1, - anon_sym_EQ, - ACTIONS(6191), 1, - anon_sym_SEMI, - STATE(2720), 1, + STATE(2707), 1, sym_parameter_list, - STATE(4260), 1, - aux_sym_declaration_repeat1, - STATE(3538), 2, + STATE(3667), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - STATE(4501), 2, - sym_argument_list, - sym_initializer_list, - [86552] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3769), 1, - anon_sym_COLON_COLON, - ACTIONS(6193), 1, - sym_identifier, - STATE(2296), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(3769), 1, - sym__scope_resolution, - STATE(2577), 2, - sym_sized_type_specifier, - sym_qualified_type_identifier, - STATE(4662), 2, - sym_template_type, - sym_dependent_type_identifier, - ACTIONS(2870), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [86585] = 11, + ACTIONS(6385), 5, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + [92924] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3759), 1, - sym_identifier, - ACTIONS(3825), 1, - anon_sym_COLON_COLON, - ACTIONS(6006), 1, + ACTIONS(644), 1, anon_sym_LBRACE, - STATE(2066), 1, - sym_template_type, - STATE(2223), 1, - sym_enumerator_list, - STATE(3746), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(6195), 2, - anon_sym_class, - anon_sym_struct, - STATE(3551), 2, - sym__class_name, - sym_qualified_type_identifier, - [86621] = 11, + ACTIONS(3489), 1, + anon_sym_LBRACK, + ACTIONS(6308), 1, + anon_sym_COLON, + ACTIONS(6340), 1, + anon_sym_EQ, + ACTIONS(6387), 1, + anon_sym_SEMI, + STATE(595), 1, + sym_compound_statement, + STATE(3988), 1, + sym_field_initializer_list, + ACTIONS(3503), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(596), 2, + sym_default_method_clause, + sym_delete_method_clause, + [92957] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3759), 1, - sym_identifier, - ACTIONS(3761), 1, - anon_sym_COLON_COLON, - ACTIONS(6006), 1, + ACTIONS(269), 1, anon_sym_LBRACE, - STATE(2066), 1, - sym_template_type, - STATE(2223), 1, - sym_enumerator_list, - STATE(3762), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(6197), 2, - anon_sym_class, - anon_sym_struct, - STATE(2551), 2, - sym__class_name, - sym_qualified_type_identifier, - [86657] = 11, + ACTIONS(3489), 1, + anon_sym_LBRACK, + ACTIONS(6308), 1, + anon_sym_COLON, + ACTIONS(6346), 1, + anon_sym_EQ, + ACTIONS(6389), 1, + anon_sym_SEMI, + 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, + [92990] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3809), 1, + ACTIONS(47), 1, + anon_sym___based, + ACTIONS(5523), 1, sym_identifier, - ACTIONS(3811), 1, - anon_sym_COLON_COLON, - ACTIONS(6006), 1, - anon_sym_LBRACE, - STATE(2066), 1, - sym_template_type, - STATE(2223), 1, - sym_enumerator_list, - STATE(3755), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(6199), 2, - anon_sym_class, - anon_sym_struct, - STATE(3734), 2, - sym__class_name, - sym_qualified_type_identifier, - [86693] = 11, + 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(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3753), 1, - sym_identifier, - ACTIONS(3755), 1, - anon_sym_COLON_COLON, - ACTIONS(6201), 1, + ACTIONS(600), 1, anon_sym_LBRACE, - STATE(2010), 1, - sym_template_type, - STATE(2123), 1, - sym_enumerator_list, - STATE(3750), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(6203), 2, - anon_sym_class, - anon_sym_struct, - STATE(2318), 2, - sym__class_name, - sym_qualified_type_identifier, - [86729] = 11, + ACTIONS(3489), 1, + anon_sym_LBRACK, + ACTIONS(6308), 1, + anon_sym_COLON, + ACTIONS(6334), 1, + anon_sym_EQ, + STATE(634), 1, + sym_compound_statement, + STATE(3978), 1, + sym_field_initializer_list, + ACTIONS(3503), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(606), 2, + sym_default_method_clause, + sym_delete_method_clause, + [93049] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3775), 1, - sym_identifier, - ACTIONS(3777), 1, - anon_sym_COLON_COLON, - ACTIONS(6205), 1, - anon_sym_LBRACE, - STATE(1271), 1, - sym_template_type, - STATE(1406), 1, - sym_enumerator_list, - STATE(3751), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(6207), 2, - anon_sym_class, - anon_sym_struct, - STATE(1372), 2, - sym__class_name, - sym_qualified_type_identifier, - [86765] = 11, + 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(6372), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ, + anon_sym_GT2, + [93075] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3759), 1, - sym_identifier, - ACTIONS(3761), 1, - anon_sym_COLON_COLON, - ACTIONS(6006), 1, + 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(6385), 4, + anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LBRACE, - STATE(2066), 1, - sym_template_type, - STATE(2223), 1, - sym_enumerator_list, - STATE(3762), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(6209), 2, - anon_sym_class, - anon_sym_struct, - STATE(2758), 2, - sym__class_name, - sym_qualified_type_identifier, - [86801] = 11, + anon_sym_EQ, + [93101] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3747), 1, + ACTIONS(3742), 1, sym_identifier, - ACTIONS(3749), 1, + ACTIONS(3744), 1, anon_sym_COLON_COLON, - ACTIONS(6014), 1, + ACTIONS(6048), 1, anon_sym_LBRACE, - STATE(2444), 1, + STATE(2227), 1, sym_template_type, - STATE(2565), 1, + STATE(2475), 1, sym_enumerator_list, - STATE(3764), 1, + STATE(3915), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(6211), 2, - anon_sym_class, - anon_sym_struct, - STATE(3378), 2, + STATE(2742), 2, sym__class_name, sym_qualified_type_identifier, - [86837] = 11, + [93133] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3747), 1, + ACTIONS(3742), 1, sym_identifier, - ACTIONS(3769), 1, + ACTIONS(3744), 1, anon_sym_COLON_COLON, - ACTIONS(6014), 1, + ACTIONS(6048), 1, anon_sym_LBRACE, - STATE(2444), 1, + STATE(2227), 1, sym_template_type, - STATE(2565), 1, + STATE(2475), 1, sym_enumerator_list, - STATE(3769), 1, + STATE(3915), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(6213), 2, - anon_sym_class, - anon_sym_struct, - STATE(2643), 2, + STATE(2545), 2, sym__class_name, sym_qualified_type_identifier, - [86873] = 11, + [93165] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2698), 1, - anon_sym_COLON_COLON, - ACTIONS(3803), 1, + ACTIONS(3798), 1, sym_identifier, - ACTIONS(6205), 1, + ACTIONS(3800), 1, + anon_sym_COLON_COLON, + ACTIONS(6292), 1, anon_sym_LBRACE, - STATE(1271), 1, + STATE(1997), 1, sym_template_type, - STATE(1406), 1, + STATE(2077), 1, sym_enumerator_list, - STATE(3785), 1, + STATE(3907), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(6215), 2, - anon_sym_class, - anon_sym_struct, - STATE(1372), 2, + STATE(2261), 2, sym__class_name, sym_qualified_type_identifier, - [86909] = 11, + [93197] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2359), 1, + ACTIONS(3804), 1, + sym_identifier, + ACTIONS(3806), 1, anon_sym_COLON_COLON, - ACTIONS(3075), 1, + ACTIONS(6048), 1, anon_sym_LBRACE, - ACTIONS(3803), 1, - sym_identifier, - STATE(1271), 1, + STATE(2227), 1, sym_template_type, - STATE(1329), 1, + STATE(2475), 1, sym_enumerator_list, - STATE(3747), 1, + STATE(3870), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(6217), 2, - anon_sym_class, - anon_sym_struct, - STATE(1385), 2, + STATE(3415), 2, sym__class_name, sym_qualified_type_identifier, - [86945] = 11, + [93229] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3759), 1, - sym_identifier, - ACTIONS(3825), 1, - anon_sym_COLON_COLON, - ACTIONS(6006), 1, + 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(6379), 4, + anon_sym_COMMA, + anon_sym_SEMI, anon_sym_LBRACE, - STATE(2066), 1, - sym_template_type, - STATE(2223), 1, - sym_enumerator_list, - STATE(3746), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(6219), 2, - anon_sym_class, - anon_sym_struct, - STATE(3379), 2, - sym__class_name, - sym_qualified_type_identifier, - [86981] = 12, + anon_sym_EQ, + [93255] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4495), 1, - anon_sym_COLON_COLON, - ACTIONS(6048), 1, - sym_operator_name, - ACTIONS(6221), 1, - sym_identifier, - ACTIONS(6223), 1, - anon_sym_template, - STATE(2097), 1, - sym_qualified_identifier, - STATE(2104), 1, - sym_destructor_name, - STATE(2107), 1, - sym_template_function, - STATE(2108), 1, - sym_dependent_identifier, - STATE(3510), 1, - sym__scope_resolution, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - [87019] = 12, + ACTIONS(2458), 1, + anon_sym_LBRACK, + ACTIONS(2451), 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, + [93273] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(4100), 1, - anon_sym_COLON_COLON, - ACTIONS(6048), 1, - sym_operator_name, - ACTIONS(6063), 1, + ACTIONS(6391), 1, sym_identifier, - ACTIONS(6065), 1, - anon_sym_template, - STATE(2097), 1, - sym_qualified_identifier, - STATE(2104), 1, - sym_destructor_name, - STATE(2107), 1, - sym_template_function, - STATE(2108), 1, - sym_dependent_identifier, - STATE(3511), 1, - sym__scope_resolution, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - [87057] = 11, + 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(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3787), 1, - sym_identifier, - ACTIONS(3789), 1, + ACTIONS(2698), 1, anon_sym_COLON_COLON, - ACTIONS(6225), 1, + ACTIONS(3740), 1, + sym_identifier, + ACTIONS(6266), 1, anon_sym_LBRACE, - STATE(2101), 1, + STATE(1271), 1, sym_template_type, - STATE(2390), 1, + STATE(1447), 1, sym_enumerator_list, - STATE(3777), 1, + STATE(3903), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(6227), 2, - anon_sym_class, - anon_sym_struct, - STATE(2178), 2, + STATE(1381), 2, sym__class_name, sym_qualified_type_identifier, - [87093] = 11, + [93329] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3075), 1, + ACTIONS(269), 1, anon_sym_LBRACE, - ACTIONS(3815), 1, - sym_identifier, - ACTIONS(3817), 1, - anon_sym_COLON_COLON, - STATE(1271), 1, - sym_template_type, - STATE(1329), 1, - sym_enumerator_list, - STATE(3737), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(6229), 2, - anon_sym_class, - anon_sym_struct, - STATE(3818), 2, - sym__class_name, - sym_qualified_type_identifier, - [87129] = 11, + ACTIONS(3489), 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, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(210), 2, + sym_default_method_clause, + sym_delete_method_clause, + [93359] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3075), 1, + ACTIONS(2458), 1, + anon_sym_LBRACK, + ACTIONS(2451), 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, + [93377] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4260), 1, + anon_sym_LBRACK, + ACTIONS(4258), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(3775), 1, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_GT2, + [93395] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6391), 1, sym_identifier, - ACTIONS(3777), 1, - anon_sym_COLON_COLON, - STATE(1271), 1, - sym_template_type, - STATE(1329), 1, - sym_enumerator_list, - STATE(3751), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(6231), 2, - anon_sym_class, - anon_sym_struct, - STATE(3175), 2, - sym__class_name, - sym_qualified_type_identifier, - [87165] = 11, + ACTIONS(6397), 1, + sym_raw_string_literal, + ACTIONS(6399), 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, + [93419] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3075), 1, + ACTIONS(2458), 1, + anon_sym_LBRACK, + ACTIONS(2451), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(3743), 1, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_GT2, + [93437] = 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(6310), 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(3745), 1, - anon_sym_COLON_COLON, - STATE(1271), 1, - sym_template_type, - STATE(1329), 1, - sym_enumerator_list, - STATE(3770), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - ACTIONS(6233), 2, - anon_sym_class, - anon_sym_struct, - STATE(3172), 2, - sym__class_name, - sym_qualified_type_identifier, - [87201] = 10, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(6405), 1, + anon_sym_LBRACK, + ACTIONS(6403), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(1478), 1, anon_sym_LBRACE, - ACTIONS(6069), 1, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_GT2, + [93505] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3431), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6383), 1, + anon_sym_LBRACK, + STATE(3690), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(6381), 6, + anon_sym_COMMA, anon_sym_LPAREN2, - ACTIONS(6075), 1, + anon_sym_SEMI, + 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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(644), 1, + anon_sym_LBRACE, + ACTIONS(3489), 1, anon_sym_LBRACK, - ACTIONS(6077), 1, + ACTIONS(6308), 1, + anon_sym_COLON, + ACTIONS(6340), 1, anon_sym_EQ, - STATE(2720), 1, - sym_parameter_list, - ACTIONS(6235), 2, + STATE(577), 1, + sym_compound_statement, + STATE(3962), 1, + sym_field_initializer_list, + ACTIONS(3503), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + STATE(575), 2, + sym_default_method_clause, + sym_delete_method_clause, + [93581] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6418), 1, + anon_sym_LBRACK, + ACTIONS(6416), 9, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, - STATE(3538), 2, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_GT2, + [93599] = 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, - STATE(4501), 2, - sym_argument_list, - sym_initializer_list, - [87235] = 11, + ACTIONS(6354), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ, + anon_sym_GT2, + [93625] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2502), 1, + ACTIONS(3760), 1, + sym_identifier, + ACTIONS(3762), 1, anon_sym_COLON_COLON, - ACTIONS(3075), 1, + ACTIONS(6044), 1, anon_sym_LBRACE, - ACTIONS(3741), 1, - sym_identifier, - STATE(1271), 1, + STATE(2463), 1, sym_template_type, - STATE(1329), 1, + STATE(2560), 1, sym_enumerator_list, - STATE(3766), 1, + STATE(3873), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(6237), 2, - anon_sym_class, - anon_sym_struct, - STATE(1398), 2, + STATE(2677), 2, sym__class_name, sym_qualified_type_identifier, - [87271] = 11, + [93657] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3753), 1, + ACTIONS(3804), 1, sym_identifier, - ACTIONS(3755), 1, + ACTIONS(3806), 1, anon_sym_COLON_COLON, - ACTIONS(6201), 1, + ACTIONS(6048), 1, anon_sym_LBRACE, - STATE(2010), 1, + STATE(2227), 1, sym_template_type, - STATE(2123), 1, + STATE(2475), 1, sym_enumerator_list, - STATE(3750), 1, + STATE(3870), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(6239), 2, - anon_sym_class, - anon_sym_struct, - STATE(2038), 2, + STATE(3715), 2, sym__class_name, sym_qualified_type_identifier, - [87307] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4079), 1, - anon_sym_TILDE, - ACTIONS(4087), 1, - anon_sym_COLON_COLON, - ACTIONS(6241), 1, - sym_identifier, - ACTIONS(6243), 1, - anon_sym_template, - ACTIONS(6245), 1, - sym_operator_name, - STATE(3519), 1, - sym__scope_resolution, - STATE(3788), 1, - sym_qualified_identifier, - STATE(3794), 1, - sym_template_function, - STATE(3807), 1, - sym_destructor_name, - STATE(3813), 1, - sym_dependent_identifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - [87345] = 11, + [93689] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3075), 1, - anon_sym_LBRACE, - ACTIONS(3775), 1, + ACTIONS(3798), 1, sym_identifier, - ACTIONS(3777), 1, + ACTIONS(3800), 1, anon_sym_COLON_COLON, - STATE(1271), 1, + ACTIONS(6292), 1, + anon_sym_LBRACE, + STATE(1997), 1, sym_template_type, - STATE(1329), 1, + STATE(2077), 1, sym_enumerator_list, - STATE(3751), 1, + STATE(3907), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - ACTIONS(6247), 2, - anon_sym_class, - anon_sym_struct, - STATE(1462), 2, + STATE(2027), 2, sym__class_name, sym_qualified_type_identifier, - [87381] = 9, + [93721] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2351), 1, - anon_sym_LPAREN2, - ACTIONS(5613), 1, + ACTIONS(2458), 1, anon_sym_LBRACK, - ACTIONS(5647), 1, - anon_sym_STAR, - ACTIONS(5649), 1, - anon_sym_AMP_AMP, - ACTIONS(5651), 1, - anon_sym_AMP, - STATE(3246), 1, - sym_parameter_list, - STATE(3790), 1, - sym__abstract_declarator, - STATE(3647), 5, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - sym_abstract_reference_declarator, - [87413] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1948), 1, - anon_sym_TILDE, - ACTIONS(6048), 1, - sym_operator_name, - ACTIONS(6249), 1, - sym_identifier, - ACTIONS(6251), 1, - anon_sym_COLON_COLON, - ACTIONS(6253), 1, - anon_sym_template, - STATE(2097), 1, - sym_qualified_identifier, - STATE(2104), 1, - sym_destructor_name, - STATE(2107), 1, - sym_template_function, - STATE(2108), 1, - sym_dependent_identifier, - STATE(3522), 1, - sym__scope_resolution, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - [87451] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5485), 1, - sym_identifier, - ACTIONS(5487), 1, - anon_sym_LPAREN2, - ACTIONS(5489), 1, - anon_sym_STAR, - STATE(3643), 1, - sym__type_declarator, - STATE(5005), 1, - sym_ms_based_modifier, - STATE(3837), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [87480] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5485), 1, - sym_identifier, - ACTIONS(5487), 1, + ACTIONS(2451), 9, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(5489), 1, - anon_sym_STAR, - STATE(3651), 1, - sym__type_declarator, - STATE(5005), 1, - sym_ms_based_modifier, - STATE(3837), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [87509] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(649), 1, - anon_sym_LBRACE, - ACTIONS(3498), 1, - anon_sym_LBRACK, - ACTIONS(6255), 1, anon_sym_SEMI, - ACTIONS(6257), 1, - anon_sym_EQ, - ACTIONS(6259), 1, - anon_sym_COLON, - STATE(606), 1, - sym_compound_statement, - STATE(3852), 1, - sym_field_initializer_list, - ACTIONS(3476), 2, - anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(608), 2, - sym_default_method_clause, - sym_delete_method_clause, - [87542] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3498), 1, - anon_sym_LBRACK, - ACTIONS(6259), 1, - anon_sym_COLON, - ACTIONS(6261), 1, - anon_sym_SEMI, - ACTIONS(6263), 1, anon_sym_LBRACE, - ACTIONS(6265), 1, anon_sym_EQ, - STATE(966), 1, - sym_compound_statement, - STATE(3861), 1, - sym_field_initializer_list, - ACTIONS(3476), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(967), 2, - sym_default_method_clause, - sym_delete_method_clause, - [87575] = 8, + anon_sym_COLON, + anon_sym_GT2, + [93739] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5485), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3768), 1, sym_identifier, - ACTIONS(5487), 1, - anon_sym_LPAREN2, - ACTIONS(5489), 1, - anon_sym_STAR, - STATE(3645), 1, - sym__type_declarator, - STATE(5005), 1, - sym_ms_based_modifier, - STATE(3837), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [87604] = 8, + ACTIONS(3770), 1, + anon_sym_COLON_COLON, + ACTIONS(6284), 1, + anon_sym_LBRACE, + STATE(2049), 1, + sym_template_type, + STATE(2284), 1, + sym_enumerator_list, + STATE(3892), 1, + sym__scope_resolution, + STATE(4833), 1, + sym_dependent_type_identifier, + STATE(2190), 2, + sym__class_name, + sym_qualified_type_identifier, + [93771] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5485), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3070), 1, + anon_sym_LBRACE, + ACTIONS(3724), 1, sym_identifier, - ACTIONS(5487), 1, - anon_sym_LPAREN2, - ACTIONS(5489), 1, - anon_sym_STAR, - STATE(3687), 1, - sym__type_declarator, - STATE(5005), 1, - sym_ms_based_modifier, - STATE(3837), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [87633] = 7, + ACTIONS(3726), 1, + anon_sym_COLON_COLON, + STATE(1271), 1, + sym_template_type, + STATE(1332), 1, + sym_enumerator_list, + STATE(3890), 1, + sym__scope_resolution, + STATE(4833), 1, + sym_dependent_type_identifier, + STATE(3779), 2, + sym__class_name, + sym_qualified_type_identifier, + [93803] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3454), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5732), 1, - anon_sym_LPAREN2, - ACTIONS(6075), 1, - anon_sym_LBRACK, - STATE(2679), 1, - sym_parameter_list, - STATE(3632), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6267), 5, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - [87660] = 8, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5485), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3776), 1, sym_identifier, - ACTIONS(5487), 1, - anon_sym_LPAREN2, - ACTIONS(5489), 1, - anon_sym_STAR, - STATE(3646), 1, - sym__type_declarator, - STATE(5005), 1, - sym_ms_based_modifier, - STATE(3837), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [87689] = 9, + ACTIONS(3778), 1, + anon_sym_COLON_COLON, + ACTIONS(6278), 1, + anon_sym_LBRACE, + STATE(3587), 1, + sym_template_type, + STATE(3829), 1, + sym_enumerator_list, + STATE(3910), 1, + sym__scope_resolution, + STATE(4833), 1, + sym_dependent_type_identifier, + STATE(3616), 2, + sym__class_name, + sym_qualified_type_identifier, + [93859] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2680), 1, + ACTIONS(2698), 1, anon_sym_COLON_COLON, - ACTIONS(3775), 1, + ACTIONS(3070), 1, + anon_sym_LBRACE, + ACTIONS(3740), 1, sym_identifier, STATE(1271), 1, sym_template_type, - STATE(3753), 1, + STATE(1332), 1, + sym_enumerator_list, + STATE(3903), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - STATE(4186), 2, + STATE(3207), 2, sym__class_name, sym_qualified_type_identifier, - ACTIONS(6269), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - [87720] = 7, + [93891] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3454), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5732), 1, - anon_sym_LPAREN2, - ACTIONS(6028), 1, - anon_sym_LBRACK, - STATE(2927), 1, - sym_parameter_list, - STATE(3629), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6271), 5, - anon_sym_COMMA, - anon_sym_SEMI, + ACTIONS(51), 1, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - [87747] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3498), 1, + ACTIONS(3489), 1, anon_sym_LBRACK, - ACTIONS(6259), 1, - anon_sym_COLON, - ACTIONS(6263), 1, - anon_sym_LBRACE, - ACTIONS(6265), 1, + ACTIONS(6306), 1, anon_sym_EQ, - ACTIONS(6273), 1, - anon_sym_SEMI, - STATE(1017), 1, + ACTIONS(6308), 1, + anon_sym_COLON, + STATE(524), 1, sym_compound_statement, - STATE(3850), 1, + STATE(3966), 1, sym_field_initializer_list, - ACTIONS(3476), 2, + ACTIONS(3503), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(1019), 2, + STATE(527), 2, sym_default_method_clause, sym_delete_method_clause, - [87780] = 7, + [93921] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3454), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5732), 1, - anon_sym_LPAREN2, - ACTIONS(6028), 1, - anon_sym_LBRACK, - STATE(2927), 1, - sym_parameter_list, - STATE(3629), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6275), 5, - anon_sym_COMMA, - anon_sym_SEMI, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2698), 1, + anon_sym_COLON_COLON, + ACTIONS(3070), 1, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - [87807] = 10, + ACTIONS(3740), 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(3191), 2, + sym__class_name, + sym_qualified_type_identifier, + [93953] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3070), 1, anon_sym_LBRACE, - ACTIONS(3498), 1, - anon_sym_LBRACK, - ACTIONS(6259), 1, - anon_sym_COLON, - ACTIONS(6277), 1, - anon_sym_SEMI, - ACTIONS(6279), 1, - anon_sym_EQ, - STATE(488), 1, - sym_compound_statement, - STATE(3864), 1, - sym_field_initializer_list, - ACTIONS(3476), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(559), 2, - sym_default_method_clause, - sym_delete_method_clause, - [87840] = 10, + ACTIONS(3724), 1, + sym_identifier, + ACTIONS(3758), 1, + anon_sym_COLON_COLON, + STATE(1271), 1, + sym_template_type, + STATE(1332), 1, + sym_enumerator_list, + STATE(3883), 1, + sym__scope_resolution, + STATE(4833), 1, + sym_dependent_type_identifier, + STATE(3285), 2, + sym__class_name, + sym_qualified_type_identifier, + [93985] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3498), 1, + ACTIONS(4222), 1, anon_sym_LBRACK, - ACTIONS(6259), 1, - anon_sym_COLON, - ACTIONS(6281), 1, + ACTIONS(4220), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, - ACTIONS(6283), 1, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(6285), 1, anon_sym_EQ, - STATE(862), 1, - sym_compound_statement, - STATE(3859), 1, - sym_field_initializer_list, - ACTIONS(3476), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(861), 2, - sym_default_method_clause, - sym_delete_method_clause, - [87873] = 8, + anon_sym_COLON, + anon_sym_GT2, + [94003] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5485), 1, + ACTIONS(4046), 1, + anon_sym_RPAREN, + ACTIONS(6422), 1, sym_identifier, - ACTIONS(5487), 1, - anon_sym_LPAREN2, - ACTIONS(5489), 1, - anon_sym_STAR, - STATE(3659), 1, - sym__type_declarator, - STATE(5005), 1, - sym_ms_based_modifier, - STATE(3837), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [87902] = 5, + ACTIONS(6424), 1, + sym_raw_string_literal, + STATE(3668), 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, + [94027] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6289), 1, + ACTIONS(5835), 1, + anon_sym_LPAREN2, + ACTIONS(6114), 1, anon_sym_LBRACK, - STATE(3541), 2, + STATE(2769), 1, + sym_parameter_list, + STATE(3642), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6287), 7, + ACTIONS(6385), 4, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_EQ, anon_sym_GT2, - [87925] = 7, + [94053] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3454), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5732), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6114), 1, anon_sym_LBRACK, - STATE(2679), 1, + STATE(2770), 1, sym_parameter_list, - STATE(3632), 2, + STATE(3642), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6291), 5, + ACTIONS(6372), 4, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, - [87952] = 7, + [94079] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3054), 1, - anon_sym___based, - ACTIONS(4178), 1, - sym_primitive_type, - ACTIONS(6293), 1, + ACTIONS(6391), 1, sym_identifier, - STATE(2003), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(3052), 3, - anon_sym_LPAREN2, - anon_sym_STAR, + ACTIONS(6397), 1, + sym_raw_string_literal, + ACTIONS(6426), 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, + [94103] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2323), 1, + anon_sym_COLON_COLON, + ACTIONS(3070), 1, anon_sym_LBRACE, - ACTIONS(4176), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - [87979] = 5, + ACTIONS(3724), 1, + sym_identifier, + STATE(1271), 1, + sym_template_type, + STATE(1332), 1, + sym_enumerator_list, + STATE(3877), 1, + sym__scope_resolution, + STATE(4833), 1, + sym_dependent_type_identifier, + STATE(1459), 2, + sym__class_name, + sym_qualified_type_identifier, + [94135] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4026), 1, + ACTIONS(4003), 1, anon_sym_LBRACK, - ACTIONS(6296), 1, + ACTIONS(6428), 1, anon_sym_LBRACK_LBRACK, - STATE(3541), 2, + STATE(3690), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(4028), 7, + ACTIONS(4005), 6, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_GT2, - [88002] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2952), 1, - anon_sym_COLON_COLON, - ACTIONS(5754), 1, - anon_sym_LT, - STATE(1350), 1, - sym_template_argument_list, - ACTIONS(2448), 3, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_LBRACE, - ACTIONS(2441), 5, - anon_sym___based, - anon_sym_COLON, - sym_identifier, - anon_sym_final, - anon_sym_override, - [88027] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(3498), 1, - anon_sym_LBRACK, - ACTIONS(6259), 1, anon_sym_COLON, - ACTIONS(6279), 1, - anon_sym_EQ, - ACTIONS(6299), 1, - anon_sym_SEMI, - STATE(586), 1, - sym_compound_statement, - STATE(3863), 1, - sym_field_initializer_list, - ACTIONS(3476), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(560), 2, - sym_default_method_clause, - sym_delete_method_clause, - [88060] = 6, + [94157] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2950), 1, - anon_sym_LT, - STATE(3623), 1, - sym_template_argument_list, - ACTIONS(3498), 2, + ACTIONS(4210), 1, anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(3476), 6, + 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, - [88085] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5485), 1, - sym_identifier, - ACTIONS(5487), 1, - anon_sym_LPAREN2, - ACTIONS(5489), 1, - anon_sym_STAR, - STATE(3669), 1, - sym__type_declarator, - STATE(5005), 1, - sym_ms_based_modifier, - STATE(3837), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [88114] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5485), 1, - sym_identifier, - ACTIONS(5487), 1, - anon_sym_LPAREN2, - ACTIONS(5489), 1, - anon_sym_STAR, - STATE(3637), 1, - sym__type_declarator, - STATE(5005), 1, - sym_ms_based_modifier, - STATE(3837), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [88143] = 7, + anon_sym_COLON, + anon_sym_GT2, + [94175] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3454), 1, + ACTIONS(3431), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5732), 1, - anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6433), 1, anon_sym_LBRACK, - STATE(2679), 1, - sym_parameter_list, - STATE(3632), 2, + STATE(3690), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6301), 5, + ACTIONS(6431), 6, anon_sym_COMMA, + anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [88170] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2680), 1, - anon_sym_COLON_COLON, - ACTIONS(3775), 1, - sym_identifier, - STATE(1271), 1, - sym_template_type, - STATE(3753), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - STATE(4000), 2, - sym__class_name, - sym_qualified_type_identifier, - ACTIONS(6303), 3, - anon_sym_public, - anon_sym_private, - anon_sym_protected, - [88201] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5485), 1, - sym_identifier, - ACTIONS(5487), 1, - anon_sym_LPAREN2, - ACTIONS(5489), 1, - anon_sym_STAR, - STATE(3720), 1, - sym__type_declarator, - STATE(5005), 1, - sym_ms_based_modifier, - STATE(3837), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [88230] = 6, + [94197] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3440), 1, - anon_sym_AMP, - ACTIONS(6018), 1, - anon_sym_COLON, - STATE(2257), 1, - sym_enumerator_list, - STATE(2599), 1, - sym__enum_base_clause, - ACTIONS(3442), 7, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(6437), 1, anon_sym_LBRACK, - anon_sym_EQ, - [88255] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3446), 1, - anon_sym_AMP, - ACTIONS(6018), 1, - anon_sym_COLON, - STATE(2242), 1, - sym_enumerator_list, - STATE(2582), 1, - sym__enum_base_clause, - ACTIONS(3448), 7, + ACTIONS(6435), 9, + 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, - [88280] = 7, + anon_sym_COLON, + anon_sym_GT2, + [94215] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3454), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5732), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6114), 1, anon_sym_LBRACK, - STATE(2679), 1, + STATE(2769), 1, sym_parameter_list, - STATE(3632), 2, + STATE(3642), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6305), 5, + ACTIONS(6379), 4, anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACE, + anon_sym_RPAREN, anon_sym_EQ, - anon_sym_COLON, - [88307] = 10, + anon_sym_GT2, + [94241] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3498), 1, + ACTIONS(269), 1, + anon_sym_LBRACE, + ACTIONS(3489), 1, anon_sym_LBRACK, - ACTIONS(6259), 1, + ACTIONS(6308), 1, anon_sym_COLON, - ACTIONS(6307), 1, - anon_sym_SEMI, - ACTIONS(6309), 1, - anon_sym_LBRACE, - ACTIONS(6311), 1, + ACTIONS(6346), 1, anon_sym_EQ, - STATE(994), 1, + STATE(250), 1, sym_compound_statement, - STATE(3853), 1, + STATE(3968), 1, sym_field_initializer_list, - ACTIONS(3476), 2, + ACTIONS(3503), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(1001), 2, + STATE(221), 2, sym_default_method_clause, sym_delete_method_clause, - [88340] = 10, + [94271] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(271), 1, + ACTIONS(644), 1, anon_sym_LBRACE, - ACTIONS(3498), 1, + ACTIONS(3489), 1, anon_sym_LBRACK, - ACTIONS(6259), 1, + ACTIONS(6308), 1, anon_sym_COLON, - ACTIONS(6313), 1, - anon_sym_SEMI, - ACTIONS(6315), 1, + ACTIONS(6340), 1, anon_sym_EQ, - STATE(221), 1, + STATE(595), 1, sym_compound_statement, - STATE(3854), 1, + STATE(3988), 1, sym_field_initializer_list, - ACTIONS(3476), 2, + ACTIONS(3503), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(222), 2, + STATE(596), 2, sym_default_method_clause, sym_delete_method_clause, - [88373] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5485), 1, - sym_identifier, - ACTIONS(5487), 1, - anon_sym_LPAREN2, - ACTIONS(5489), 1, - anon_sym_STAR, - STATE(3666), 1, - sym__type_declarator, - STATE(5005), 1, - sym_ms_based_modifier, - STATE(3837), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [88402] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5485), 1, - sym_identifier, - ACTIONS(5487), 1, - anon_sym_LPAREN2, - ACTIONS(5489), 1, - anon_sym_STAR, - STATE(3674), 1, - sym__type_declarator, - STATE(5005), 1, - sym_ms_based_modifier, - STATE(3837), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [88431] = 10, + [94301] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3498), 1, + ACTIONS(2458), 1, anon_sym_LBRACK, - ACTIONS(6259), 1, - anon_sym_COLON, - ACTIONS(6283), 1, - anon_sym_LBRACE, - ACTIONS(6285), 1, - anon_sym_EQ, - ACTIONS(6317), 1, - anon_sym_SEMI, - STATE(847), 1, - sym_compound_statement, - STATE(3862), 1, - sym_field_initializer_list, - ACTIONS(3476), 2, + ACTIONS(2451), 9, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - STATE(852), 2, - sym_default_method_clause, - sym_delete_method_clause, - [88464] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5485), 1, - sym_identifier, - ACTIONS(5487), 1, - anon_sym_LPAREN2, - ACTIONS(5489), 1, - anon_sym_STAR, - STATE(3648), 1, - sym__type_declarator, - STATE(5005), 1, - sym_ms_based_modifier, - STATE(3837), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [88493] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2952), 1, - anon_sym_COLON_COLON, - ACTIONS(5754), 1, - anon_sym_LT, - STATE(1350), 1, - sym_template_argument_list, - ACTIONS(2399), 3, - anon_sym_LPAREN2, - anon_sym_STAR, anon_sym_LBRACE, - ACTIONS(3337), 5, - anon_sym___based, + anon_sym_EQ, anon_sym_COLON, - sym_identifier, - anon_sym_final, - anon_sym_override, - [88518] = 8, + anon_sym_GT2, + [94319] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5485), 1, + ACTIONS(6391), 1, sym_identifier, - ACTIONS(5487), 1, - anon_sym_LPAREN2, - ACTIONS(5489), 1, - anon_sym_STAR, - STATE(3640), 1, - sym__type_declarator, - STATE(5005), 1, - sym_ms_based_modifier, - STATE(3837), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [88547] = 7, + 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(3454), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5732), 1, - anon_sym_LPAREN2, - ACTIONS(6028), 1, + ACTIONS(6443), 1, + anon_sym_LT, + ACTIONS(6445), 1, anon_sym_LBRACK, - STATE(2927), 1, - sym_parameter_list, - STATE(3629), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6319), 5, + 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, - [88574] = 7, + [94365] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3454), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5732), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6028), 1, + ACTIONS(6114), 1, anon_sym_LBRACK, - STATE(2927), 1, + STATE(2770), 1, sym_parameter_list, - STATE(3629), 2, + STATE(3642), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6321), 5, + ACTIONS(6354), 4, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, - [88601] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(271), 1, - anon_sym_LBRACE, - ACTIONS(3498), 1, - anon_sym_LBRACK, - ACTIONS(6259), 1, - anon_sym_COLON, - ACTIONS(6315), 1, - anon_sym_EQ, - ACTIONS(6323), 1, - anon_sym_SEMI, - STATE(203), 1, - sym_compound_statement, - STATE(3844), 1, - sym_field_initializer_list, - ACTIONS(3476), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(201), 2, - sym_default_method_clause, - sym_delete_method_clause, - [88634] = 10, + [94391] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(605), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2391), 1, + anon_sym_COLON_COLON, + ACTIONS(3070), 1, anon_sym_LBRACE, - ACTIONS(3498), 1, - anon_sym_LBRACK, - ACTIONS(6259), 1, - anon_sym_COLON, - ACTIONS(6325), 1, - anon_sym_SEMI, - ACTIONS(6327), 1, - anon_sym_EQ, - STATE(600), 1, - sym_compound_statement, - STATE(3871), 1, - sym_field_initializer_list, - ACTIONS(3476), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(596), 2, - sym_default_method_clause, - sym_delete_method_clause, - [88667] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5485), 1, + ACTIONS(3740), 1, sym_identifier, - ACTIONS(5487), 1, - anon_sym_LPAREN2, - ACTIONS(5489), 1, - anon_sym_STAR, - STATE(3652), 1, - sym__type_declarator, - STATE(5005), 1, - sym_ms_based_modifier, - STATE(3837), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [88696] = 10, + STATE(1271), 1, + sym_template_type, + STATE(1332), 1, + sym_enumerator_list, + STATE(3891), 1, + sym__scope_resolution, + STATE(4833), 1, + sym_dependent_type_identifier, + STATE(1378), 2, + sym__class_name, + sym_qualified_type_identifier, + [94423] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3498), 1, + ACTIONS(600), 1, + anon_sym_LBRACE, + ACTIONS(3489), 1, anon_sym_LBRACK, - ACTIONS(6259), 1, + ACTIONS(6308), 1, anon_sym_COLON, - ACTIONS(6309), 1, - anon_sym_LBRACE, - ACTIONS(6311), 1, + ACTIONS(6334), 1, anon_sym_EQ, - ACTIONS(6329), 1, - anon_sym_SEMI, - STATE(976), 1, + STATE(566), 1, sym_compound_statement, - STATE(3867), 1, + STATE(3986), 1, sym_field_initializer_list, - ACTIONS(3476), 2, + ACTIONS(3503), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(1013), 2, + STATE(529), 2, sym_default_method_clause, sym_delete_method_clause, - [88729] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5485), 1, - sym_identifier, - ACTIONS(5487), 1, - anon_sym_LPAREN2, - ACTIONS(5489), 1, - anon_sym_STAR, - STATE(3783), 1, - sym__type_declarator, - STATE(5005), 1, - sym_ms_based_modifier, - STATE(3837), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [88758] = 10, + [94453] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(649), 1, + ACTIONS(51), 1, anon_sym_LBRACE, - ACTIONS(3498), 1, - anon_sym_LBRACK, - ACTIONS(6257), 1, - anon_sym_EQ, - ACTIONS(6259), 1, - anon_sym_COLON, - ACTIONS(6331), 1, - anon_sym_SEMI, - STATE(573), 1, - sym_compound_statement, - STATE(3868), 1, - sym_field_initializer_list, - ACTIONS(3476), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(494), 2, - sym_default_method_clause, - sym_delete_method_clause, - [88791] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5485), 1, - sym_identifier, - ACTIONS(5487), 1, - anon_sym_LPAREN2, - ACTIONS(5489), 1, - anon_sym_STAR, - STATE(3662), 1, - sym__type_declarator, - STATE(5005), 1, - sym_ms_based_modifier, - STATE(3837), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [88820] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3454), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5732), 1, - anon_sym_LPAREN2, - ACTIONS(6028), 1, + ACTIONS(3489), 1, anon_sym_LBRACK, - STATE(2927), 1, - sym_parameter_list, - STATE(3629), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6333), 5, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(6306), 1, anon_sym_EQ, + ACTIONS(6308), 1, anon_sym_COLON, - [88847] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(605), 1, - anon_sym_LBRACE, - ACTIONS(3498), 1, - anon_sym_LBRACK, - ACTIONS(6259), 1, - anon_sym_COLON, - ACTIONS(6327), 1, - anon_sym_EQ, - ACTIONS(6335), 1, - anon_sym_SEMI, - STATE(641), 1, + STATE(589), 1, sym_compound_statement, - STATE(3857), 1, + STATE(3982), 1, sym_field_initializer_list, - ACTIONS(3476), 2, + ACTIONS(3503), 2, anon_sym_LPAREN2, anon_sym_LBRACK_LBRACK, - STATE(640), 2, + STATE(591), 2, sym_default_method_clause, sym_delete_method_clause, - [88880] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5485), 1, - sym_identifier, - ACTIONS(5487), 1, - anon_sym_LPAREN2, - ACTIONS(5489), 1, - anon_sym_STAR, - STATE(3650), 1, - sym__type_declarator, - STATE(5005), 1, - sym_ms_based_modifier, - STATE(3837), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [88909] = 7, + [94483] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3454), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5732), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6114), 1, anon_sym_LBRACK, - STATE(2679), 1, + STATE(2770), 1, sym_parameter_list, - STATE(3632), 2, + STATE(3642), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6337), 5, + ACTIONS(6310), 4, anon_sym_COMMA, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, - anon_sym_COLON, - [88936] = 7, + [94509] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3454), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5732), 1, - anon_sym_LPAREN2, - ACTIONS(6028), 1, + ACTIONS(6449), 1, anon_sym_LBRACK, - STATE(2927), 1, - sym_parameter_list, - STATE(3629), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6339), 5, + ACTIONS(6447), 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, - [88963] = 6, + anon_sym_GT2, + [94527] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2950), 1, - anon_sym_LT, - STATE(3623), 1, - sym_template_argument_list, - ACTIONS(2450), 2, + ACTIONS(6453), 1, anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(2443), 6, + ACTIONS(6451), 9, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - [88988] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(47), 1, - anon_sym___based, - ACTIONS(5485), 1, - sym_identifier, - ACTIONS(5487), 1, - anon_sym_LPAREN2, - ACTIONS(5489), 1, - anon_sym_STAR, - STATE(3672), 1, - sym__type_declarator, - STATE(5005), 1, - sym_ms_based_modifier, - STATE(3837), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [89017] = 10, + anon_sym_COLON, + anon_sym_GT2, + [94545] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3787), 1, + ACTIONS(3070), 1, + anon_sym_LBRACE, + ACTIONS(3724), 1, sym_identifier, - ACTIONS(3789), 1, + ACTIONS(3758), 1, anon_sym_COLON_COLON, - ACTIONS(6225), 1, - anon_sym_LBRACE, - STATE(2101), 1, + STATE(1271), 1, sym_template_type, - STATE(2381), 1, + STATE(1332), 1, sym_enumerator_list, - STATE(3777), 1, + STATE(3883), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - STATE(2174), 2, + STATE(1463), 2, sym__class_name, sym_qualified_type_identifier, - [89049] = 10, + [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, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(3759), 1, + ACTIONS(3748), 1, sym_identifier, - ACTIONS(3825), 1, + ACTIONS(3750), 1, anon_sym_COLON_COLON, - ACTIONS(6006), 1, + ACTIONS(6044), 1, anon_sym_LBRACE, - STATE(2066), 1, + STATE(2463), 1, sym_template_type, - STATE(2241), 1, + STATE(2560), 1, sym_enumerator_list, - STATE(3746), 1, + STATE(3872), 1, sym__scope_resolution, - STATE(4662), 1, + STATE(4833), 1, sym_dependent_type_identifier, - STATE(3377), 2, + STATE(3413), 2, sym__class_name, sym_qualified_type_identifier, - [89081] = 7, + [94627] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, - anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6457), 1, anon_sym_LBRACK, - STATE(2720), 1, - sym_parameter_list, - STATE(3538), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6267), 4, + ACTIONS(6455), 9, anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - [89107] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(6075), 1, - anon_sym_LBRACK, - STATE(2720), 1, - sym_parameter_list, - STATE(3538), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6337), 4, - anon_sym_COMMA, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - [89133] = 9, + anon_sym_COLON, + anon_sym_GT2, + [94645] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(649), 1, - anon_sym_LBRACE, - ACTIONS(3498), 1, - anon_sym_LBRACK, - ACTIONS(6257), 1, - anon_sym_EQ, - ACTIONS(6259), 1, - anon_sym_COLON, - STATE(606), 1, - sym_compound_statement, - STATE(3852), 1, - sym_field_initializer_list, - ACTIONS(3476), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(608), 2, - sym_default_method_clause, - sym_delete_method_clause, - [89163] = 6, + ACTIONS(6391), 1, + sym_identifier, + ACTIONS(6397), 1, + sym_raw_string_literal, + ACTIONS(6459), 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, + [94669] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2450), 1, + ACTIONS(3489), 1, anon_sym_LBRACK, - ACTIONS(2950), 1, - anon_sym_LT, - STATE(2082), 1, - sym_template_argument_list, - ACTIONS(2443), 6, + 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, - [89187] = 3, + anon_sym_COLON, + anon_sym_GT2, + [94687] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3498), 1, + ACTIONS(6463), 1, anon_sym_LBRACK, - ACTIONS(3476), 9, + ACTIONS(6461), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -378829,109 +381041,155 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_COLON, anon_sym_GT2, - [89205] = 10, + [94705] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3753), 1, - sym_identifier, - ACTIONS(3755), 1, - anon_sym_COLON_COLON, - ACTIONS(6201), 1, - anon_sym_LBRACE, - STATE(2010), 1, - sym_template_type, - STATE(2114), 1, - sym_enumerator_list, - STATE(3750), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - STATE(2039), 2, - sym__class_name, - sym_qualified_type_identifier, - [89237] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6465), 1, + anon_sym_COMMA, + ACTIONS(6467), 1, + anon_sym_SEMI, + ACTIONS(6469), 1, anon_sym_LBRACK, - STATE(2720), 1, + STATE(3947), 1, sym_parameter_list, - STATE(3538), 2, + STATE(4249), 1, + aux_sym_type_definition_repeat2, + STATE(3790), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6301), 4, - anon_sym_COMMA, - anon_sym_SEMI, + [94734] = 6, + 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, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_LBRACE, - anon_sym_EQ, - [89263] = 7, + anon_sym_LBRACK, + [94757] = 6, + 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, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACE, + anon_sym_LBRACK, + [94780] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6469), 1, anon_sym_LBRACK, - STATE(2720), 1, + STATE(3947), 1, sym_parameter_list, - STATE(3538), 2, + STATE(3790), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6291), 4, + ACTIONS(6471), 3, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - [89289] = 10, + [94805] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2502), 1, - anon_sym_COLON_COLON, - ACTIONS(3075), 1, - anon_sym_LBRACE, - ACTIONS(3741), 1, + ACTIONS(6473), 1, sym_identifier, - STATE(1271), 1, - sym_template_type, - STATE(1327), 1, - sym_enumerator_list, - STATE(3766), 1, + ACTIONS(6475), 1, + anon_sym_COLON_COLON, + STATE(3729), 1, sym__scope_resolution, - STATE(4662), 1, + 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, - STATE(1389), 2, - sym__class_name, - sym_qualified_type_identifier, - [89321] = 3, + [94832] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6343), 1, - anon_sym_LBRACK, - ACTIONS(6341), 9, + ACTIONS(5748), 9, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_COLON, anon_sym_GT2, - [89339] = 3, + [94847] = 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(6477), 1, + anon_sym_SEMI, + STATE(3947), 1, + sym_parameter_list, + STATE(4313), 1, + aux_sym_type_definition_repeat2, + STATE(3790), 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, ACTIONS(3), 1, sym_comment, - ACTIONS(6347), 1, + ACTIONS(6481), 1, anon_sym_LBRACK, - ACTIONS(6345), 9, + ACTIONS(6479), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -378940,489 +381198,327 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - anon_sym_GT2, - [89357] = 7, + [94920] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6114), 1, anon_sym_LBRACK, - STATE(2751), 1, + STATE(2882), 1, sym_parameter_list, - STATE(3538), 2, + STATE(3642), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6301), 4, + ACTIONS(6385), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_EQ, - [89383] = 9, + [94945] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(271), 1, - anon_sym_LBRACE, - ACTIONS(3498), 1, - anon_sym_LBRACK, - ACTIONS(6259), 1, - anon_sym_COLON, - ACTIONS(6315), 1, - anon_sym_EQ, - STATE(221), 1, - sym_compound_statement, - STATE(3854), 1, - sym_field_initializer_list, - ACTIONS(3476), 2, - anon_sym_LPAREN2, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - STATE(222), 2, - sym_default_method_clause, - sym_delete_method_clause, - [89413] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6351), 1, - anon_sym_LT, - ACTIONS(6353), 1, - anon_sym_LBRACK, - STATE(3680), 1, - sym_template_argument_list, - ACTIONS(6349), 7, - anon_sym_COMMA, + ACTIONS(5835), 1, anon_sym_LPAREN2, + ACTIONS(6465), 1, + anon_sym_COMMA, + ACTIONS(6469), 1, + anon_sym_LBRACK, + ACTIONS(6483), 1, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - [89435] = 9, + STATE(3947), 1, + sym_parameter_list, + STATE(4228), 1, + aux_sym_type_definition_repeat2, + STATE(3790), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [94974] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(3498), 1, - anon_sym_LBRACK, - ACTIONS(6259), 1, - anon_sym_COLON, - ACTIONS(6279), 1, - anon_sym_EQ, - STATE(586), 1, - sym_compound_statement, - STATE(3863), 1, - sym_field_initializer_list, - ACTIONS(3476), 2, - anon_sym_LPAREN2, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - STATE(560), 2, - sym_default_method_clause, - sym_delete_method_clause, - [89465] = 6, + ACTIONS(5835), 1, + anon_sym_LPAREN2, + ACTIONS(6465), 1, + anon_sym_COMMA, + ACTIONS(6469), 1, + anon_sym_LBRACK, + ACTIONS(6485), 1, + anon_sym_SEMI, + STATE(3947), 1, + sym_parameter_list, + STATE(4405), 1, + aux_sym_type_definition_repeat2, + STATE(3790), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [95003] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4057), 1, - anon_sym_RPAREN, - ACTIONS(6355), 1, + ACTIONS(6487), 1, sym_identifier, - ACTIONS(6361), 1, - sym_raw_string_literal, - STATE(3594), 2, + ACTIONS(6491), 1, + sym_system_lib_string, + STATE(4897), 2, + sym_preproc_call_expression, sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(6358), 5, + ACTIONS(6489), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [89489] = 9, + [95024] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(605), 1, - anon_sym_LBRACE, - ACTIONS(3498), 1, - anon_sym_LBRACK, - ACTIONS(6259), 1, - anon_sym_COLON, - ACTIONS(6327), 1, - anon_sym_EQ, - STATE(600), 1, - sym_compound_statement, - STATE(3871), 1, - sym_field_initializer_list, - ACTIONS(3476), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(596), 2, - sym_default_method_clause, - sym_delete_method_clause, - [89519] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4026), 1, + ACTIONS(6495), 1, anon_sym_LBRACK, - ACTIONS(6364), 1, - anon_sym_LBRACK_LBRACK, - STATE(3596), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(4028), 6, + ACTIONS(6493), 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, - [89541] = 6, + [95041] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6367), 1, - sym_identifier, - ACTIONS(6369), 1, - anon_sym_RPAREN, - ACTIONS(6373), 1, - sym_raw_string_literal, - STATE(3626), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(6371), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [89565] = 6, + 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(6497), 1, + anon_sym_SEMI, + STATE(3947), 1, + sym_parameter_list, + STATE(4205), 1, + aux_sym_type_definition_repeat2, + STATE(3790), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [95070] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6367), 1, + ACTIONS(6475), 1, + anon_sym_COLON_COLON, + ACTIONS(6499), 1, sym_identifier, - ACTIONS(6373), 1, - sym_raw_string_literal, - ACTIONS(6375), 1, - anon_sym_RPAREN, - STATE(3626), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(6371), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [89589] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, + ACTIONS(6501), 1, anon_sym_template, - ACTIONS(3075), 1, - anon_sym_LBRACE, - ACTIONS(3775), 1, - sym_identifier, - ACTIONS(3777), 1, - anon_sym_COLON_COLON, - STATE(1271), 1, - sym_template_type, - STATE(1327), 1, - sym_enumerator_list, - STATE(3751), 1, + STATE(3729), 1, sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - STATE(1415), 2, - sym__class_name, - sym_qualified_type_identifier, - [89621] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3075), 1, - anon_sym_LBRACE, - ACTIONS(3743), 1, - sym_identifier, - ACTIONS(3745), 1, - anon_sym_COLON_COLON, - STATE(1271), 1, + 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, - STATE(1327), 1, - sym_enumerator_list, - STATE(3770), 1, - sym__scope_resolution, - STATE(4662), 1, sym_dependent_type_identifier, - STATE(3173), 2, - sym__class_name, - sym_qualified_type_identifier, - [89653] = 10, + [95099] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3075), 1, - anon_sym_LBRACE, - ACTIONS(3775), 1, - sym_identifier, - ACTIONS(3777), 1, + ACTIONS(3031), 1, anon_sym_COLON_COLON, - STATE(1271), 1, - sym_template_type, - STATE(1327), 1, - sym_enumerator_list, - STATE(3751), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - STATE(3182), 2, - sym__class_name, - sym_qualified_type_identifier, - [89685] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6367), 1, - sym_identifier, - ACTIONS(6373), 1, - sym_raw_string_literal, - ACTIONS(6377), 1, - anon_sym_RPAREN, - STATE(3626), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(6371), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [89709] = 6, + ACTIONS(3088), 1, + anon_sym_AMP, + ACTIONS(3090), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [95118] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, + ACTIONS(2422), 1, anon_sym_COLON_COLON, - ACTIONS(2950), 1, + ACTIONS(2984), 1, anon_sym_LT, - ACTIONS(3498), 1, + ACTIONS(3489), 1, anon_sym_LBRACK, - STATE(2082), 1, + STATE(2092), 1, sym_template_argument_list, - ACTIONS(3476), 6, + ACTIONS(3503), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - [89733] = 10, + [95141] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3075), 1, - anon_sym_LBRACE, - ACTIONS(3815), 1, - sym_identifier, - ACTIONS(3817), 1, + ACTIONS(2422), 1, anon_sym_COLON_COLON, - STATE(1271), 1, - sym_template_type, - STATE(1327), 1, - sym_enumerator_list, - STATE(3737), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - STATE(3791), 2, - sym__class_name, - sym_qualified_type_identifier, - [89765] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6381), 1, + ACTIONS(2458), 1, anon_sym_LBRACK, - ACTIONS(6379), 9, + ACTIONS(2984), 1, + anon_sym_LT, + STATE(2092), 1, + sym_template_argument_list, + ACTIONS(2451), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_GT2, - [89783] = 7, + [95164] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6469), 1, anon_sym_LBRACK, - STATE(2720), 1, + STATE(3947), 1, sym_parameter_list, - STATE(3538), 2, + STATE(3790), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6305), 4, + ACTIONS(6503), 3, anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - [89809] = 10, + [95189] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3747), 1, - sym_identifier, - ACTIONS(3769), 1, - anon_sym_COLON_COLON, - ACTIONS(6014), 1, - anon_sym_LBRACE, - STATE(2444), 1, - sym_template_type, - STATE(2583), 1, - sym_enumerator_list, - STATE(3769), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - STATE(2667), 2, - sym__class_name, - sym_qualified_type_identifier, - [89841] = 10, + 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(6505), 1, + anon_sym_SEMI, + STATE(3947), 1, + sym_parameter_list, + STATE(4372), 1, + aux_sym_type_definition_repeat2, + STATE(3790), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [95218] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2359), 1, - anon_sym_COLON_COLON, - ACTIONS(3075), 1, - anon_sym_LBRACE, - ACTIONS(3803), 1, - sym_identifier, - STATE(1271), 1, - sym_template_type, - STATE(1327), 1, + ACTIONS(3076), 1, + anon_sym_AMP, + STATE(3809), 1, sym_enumerator_list, - STATE(3747), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - STATE(1371), 2, - sym__class_name, - sym_qualified_type_identifier, - [89873] = 10, + ACTIONS(3078), 7, + 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(1050), 1, - anon_sym_template, - ACTIONS(3759), 1, - sym_identifier, - ACTIONS(3825), 1, - anon_sym_COLON_COLON, - ACTIONS(6006), 1, + 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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6511), 1, + anon_sym_LBRACK, + ACTIONS(6509), 8, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - STATE(2066), 1, - sym_template_type, - STATE(2241), 1, - sym_enumerator_list, - STATE(3746), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - STATE(3550), 2, - sym__class_name, - sym_qualified_type_identifier, - [89905] = 10, + anon_sym_EQ, + anon_sym_COLON, + [95283] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3775), 1, - sym_identifier, - ACTIONS(3777), 1, - anon_sym_COLON_COLON, - ACTIONS(6205), 1, + ACTIONS(6515), 1, + anon_sym_LBRACK, + ACTIONS(6513), 8, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - STATE(1271), 1, - sym_template_type, - STATE(1405), 1, - sym_enumerator_list, - STATE(3751), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - STATE(1375), 2, - sym__class_name, - sym_qualified_type_identifier, - [89937] = 7, + anon_sym_EQ, + anon_sym_COLON, + [95300] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6114), 1, anon_sym_LBRACK, - STATE(2751), 1, + ACTIONS(6519), 1, + anon_sym_EQ, + STATE(2769), 1, sym_parameter_list, - STATE(3538), 2, + ACTIONS(6517), 2, + anon_sym_COMMA, + anon_sym_GT2, + STATE(3642), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6267), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym_EQ, - [89963] = 7, + [95327] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6114), 1, anon_sym_LBRACK, - STATE(2751), 1, + STATE(2882), 1, sym_parameter_list, - STATE(3538), 2, + STATE(3642), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6305), 4, + ACTIONS(6354), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_EQ, - [89989] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3809), 1, - sym_identifier, - ACTIONS(3811), 1, - anon_sym_COLON_COLON, - ACTIONS(6006), 1, - anon_sym_LBRACE, - STATE(2066), 1, - sym_template_type, - STATE(2241), 1, - sym_enumerator_list, - STATE(3755), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - STATE(3736), 2, - sym__class_name, - sym_qualified_type_identifier, - [90021] = 3, + [95352] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6385), 1, + ACTIONS(6523), 1, anon_sym_LBRACK, - ACTIONS(6383), 9, + ACTIONS(6521), 8, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -379431,1544 +381527,1793 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - anon_sym_GT2, - [90039] = 3, + [95369] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6389), 1, + 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(6525), 1, + anon_sym_SEMI, + STATE(3947), 1, + sym_parameter_list, + STATE(4285), 1, + aux_sym_type_definition_repeat2, + STATE(3790), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [95398] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5835), 1, + anon_sym_LPAREN2, + ACTIONS(6469), 1, anon_sym_LBRACK, - ACTIONS(6387), 9, + STATE(3947), 1, + sym_parameter_list, + STATE(3790), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(6527), 3, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_SEMI, + [95423] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3066), 1, + anon_sym_AMP, + STATE(3860), 1, + sym_enumerator_list, + ACTIONS(3068), 7, 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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5696), 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_COLON, anon_sym_GT2, - [90057] = 6, + [95486] = 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(6531), 1, + anon_sym_SEMI, + STATE(3947), 1, + sym_parameter_list, + STATE(4402), 1, + aux_sym_type_definition_repeat2, + STATE(3790), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [95515] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6367), 1, + ACTIONS(6533), 1, sym_identifier, - ACTIONS(6373), 1, - sym_raw_string_literal, - ACTIONS(6391), 1, - anon_sym_RPAREN, - STATE(3626), 2, + ACTIONS(6535), 1, + sym_system_lib_string, + STATE(5143), 2, + sym_preproc_call_expression, sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(6371), 5, + ACTIONS(6489), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [90081] = 9, + [95536] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(5656), 9, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACE, - ACTIONS(3498), 1, anon_sym_LBRACK, - ACTIONS(6259), 1, - anon_sym_COLON, - ACTIONS(6279), 1, anon_sym_EQ, - STATE(488), 1, - sym_compound_statement, - STATE(3864), 1, - sym_field_initializer_list, - ACTIONS(3476), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(559), 2, - sym_default_method_clause, - sym_delete_method_clause, - [90111] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3747), 1, - sym_identifier, - ACTIONS(3749), 1, - anon_sym_COLON_COLON, - ACTIONS(6014), 1, - anon_sym_LBRACE, - STATE(2444), 1, - sym_template_type, - STATE(2583), 1, - sym_enumerator_list, - STATE(3764), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - STATE(3375), 2, - sym__class_name, - sym_qualified_type_identifier, - [90143] = 9, + anon_sym_GT2, + [95551] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(649), 1, + ACTIONS(5706), 9, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACE, - ACTIONS(3498), 1, anon_sym_LBRACK, - ACTIONS(6257), 1, anon_sym_EQ, - ACTIONS(6259), 1, - anon_sym_COLON, - STATE(573), 1, - sym_compound_statement, - STATE(3868), 1, - sym_field_initializer_list, - ACTIONS(3476), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(494), 2, - sym_default_method_clause, - sym_delete_method_clause, - [90173] = 10, + anon_sym_GT2, + [95566] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3759), 1, - sym_identifier, - ACTIONS(3761), 1, - anon_sym_COLON_COLON, - ACTIONS(6006), 1, + ACTIONS(5640), 9, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACE, - STATE(2066), 1, - sym_template_type, - STATE(2241), 1, - sym_enumerator_list, - STATE(3762), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - STATE(2736), 2, - sym__class_name, - sym_qualified_type_identifier, - [90205] = 7, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + [95581] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6469), 1, anon_sym_LBRACK, - STATE(2751), 1, + STATE(3947), 1, sym_parameter_list, - STATE(3538), 2, + STATE(3790), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6291), 4, + ACTIONS(6537), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_EQ, - [90231] = 3, + [95606] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6395), 1, - anon_sym_LBRACK, - ACTIONS(6393), 9, + ACTIONS(5664), 9, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_COLON, anon_sym_GT2, - [90249] = 4, + [95621] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2493), 1, - anon_sym_COLON_COLON, - ACTIONS(2495), 2, - anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(2488), 7, - anon_sym_COMMA, + 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(6539), 1, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT2, - [90269] = 7, + STATE(3947), 1, + sym_parameter_list, + STATE(4429), 1, + aux_sym_type_definition_repeat2, + STATE(3790), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [95650] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6465), 1, + anon_sym_COMMA, + ACTIONS(6469), 1, anon_sym_LBRACK, - STATE(2751), 1, + ACTIONS(6541), 1, + anon_sym_SEMI, + STATE(3947), 1, sym_parameter_list, - STATE(3538), 2, + STATE(4339), 1, + aux_sym_type_definition_repeat2, + STATE(3790), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6337), 4, + [95679] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5660), 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, - [90295] = 10, + anon_sym_GT2, + [95694] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2698), 1, - anon_sym_COLON_COLON, - ACTIONS(3803), 1, - sym_identifier, - ACTIONS(6205), 1, + ACTIONS(5692), 9, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACE, - STATE(1271), 1, - sym_template_type, - STATE(1405), 1, - sym_enumerator_list, - STATE(3785), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - STATE(1375), 2, - sym__class_name, - sym_qualified_type_identifier, - [90327] = 6, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + [95709] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4069), 1, + ACTIONS(5529), 9, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(6397), 1, - sym_identifier, - ACTIONS(6399), 1, - sym_raw_string_literal, - STATE(3594), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(6371), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [90351] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(271), 1, + anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACE, - ACTIONS(3498), 1, anon_sym_LBRACK, - ACTIONS(6259), 1, - anon_sym_COLON, - ACTIONS(6315), 1, anon_sym_EQ, - STATE(203), 1, - sym_compound_statement, - STATE(3844), 1, - sym_field_initializer_list, - ACTIONS(3476), 2, - anon_sym_LPAREN2, + anon_sym_GT2, + [95724] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - STATE(201), 2, - sym_default_method_clause, - sym_delete_method_clause, - [90381] = 6, + ACTIONS(5835), 1, + anon_sym_LPAREN2, + ACTIONS(6465), 1, + anon_sym_COMMA, + ACTIONS(6469), 1, + anon_sym_LBRACK, + ACTIONS(6543), 1, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(6367), 1, + ACTIONS(6545), 1, sym_identifier, - ACTIONS(6373), 1, - sym_raw_string_literal, - ACTIONS(6401), 1, - anon_sym_RPAREN, - STATE(3626), 2, + ACTIONS(6547), 1, + sym_system_lib_string, + STATE(4825), 2, + sym_preproc_call_expression, sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(6371), 5, + ACTIONS(6489), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [90405] = 5, + [95774] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3454), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6405), 1, + ACTIONS(5835), 1, + anon_sym_LPAREN2, + ACTIONS(6114), 1, anon_sym_LBRACK, - STATE(3596), 2, + STATE(2882), 1, + sym_parameter_list, + STATE(3642), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6403), 6, + ACTIONS(6310), 3, anon_sym_COMMA, - anon_sym_LPAREN2, + anon_sym_RPAREN, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - [90427] = 3, + [95799] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6409), 1, - anon_sym_LBRACK, - ACTIONS(6407), 9, + ACTIONS(5710), 9, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_COLON, anon_sym_GT2, - [90445] = 6, + [95814] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6367), 1, - sym_identifier, - ACTIONS(6373), 1, - sym_raw_string_literal, - ACTIONS(6411), 1, - anon_sym_RPAREN, - STATE(3626), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(6371), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [90469] = 5, + 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(6549), 1, + anon_sym_SEMI, + STATE(3947), 1, + sym_parameter_list, + STATE(4376), 1, + aux_sym_type_definition_repeat2, + STATE(3790), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [95843] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3454), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6289), 1, + ACTIONS(5835), 1, + anon_sym_LPAREN2, + ACTIONS(6465), 1, + anon_sym_COMMA, + ACTIONS(6469), 1, anon_sym_LBRACK, - STATE(3596), 2, + ACTIONS(6551), 1, + anon_sym_SEMI, + STATE(3947), 1, + sym_parameter_list, + STATE(4281), 1, + aux_sym_type_definition_repeat2, + STATE(3790), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6287), 6, + [95872] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4413), 1, + anon_sym_LBRACK, + ACTIONS(4411), 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, - [90491] = 10, + [95889] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3759), 1, - sym_identifier, - ACTIONS(3761), 1, - anon_sym_COLON_COLON, - ACTIONS(6006), 1, + ACTIONS(5718), 9, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACE, - STATE(2066), 1, - sym_template_type, - STATE(2241), 1, - sym_enumerator_list, - STATE(3762), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - STATE(2594), 2, - sym__class_name, - sym_qualified_type_identifier, - [90523] = 9, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + [95904] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(605), 1, + ACTIONS(5724), 9, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACE, - ACTIONS(3498), 1, anon_sym_LBRACK, - ACTIONS(6259), 1, - anon_sym_COLON, - ACTIONS(6327), 1, anon_sym_EQ, - STATE(641), 1, - sym_compound_statement, - STATE(3857), 1, - sym_field_initializer_list, - ACTIONS(3476), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - STATE(640), 2, - sym_default_method_clause, - sym_delete_method_clause, - [90553] = 6, + anon_sym_GT2, + [95919] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6367), 1, + ACTIONS(6553), 1, sym_identifier, - ACTIONS(6373), 1, - sym_raw_string_literal, - ACTIONS(6413), 1, - anon_sym_RPAREN, - STATE(3626), 2, + ACTIONS(6555), 1, + sym_system_lib_string, + STATE(4872), 2, + sym_preproc_call_expression, sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(6371), 5, + ACTIONS(6489), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [90577] = 10, + [95940] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(3753), 1, - sym_identifier, - ACTIONS(3755), 1, - anon_sym_COLON_COLON, - ACTIONS(6201), 1, + ACTIONS(5539), 9, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACE, - STATE(2010), 1, - sym_template_type, - STATE(2114), 1, - sym_enumerator_list, - STATE(3750), 1, - sym__scope_resolution, - STATE(4662), 1, - sym_dependent_type_identifier, - STATE(2321), 2, - sym__class_name, - sym_qualified_type_identifier, - [90609] = 9, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_GT2, + [95955] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6415), 1, - anon_sym_COMMA, - ACTIONS(6417), 1, - anon_sym_SEMI, - ACTIONS(6419), 1, + ACTIONS(6114), 1, anon_sym_LBRACK, - STATE(3822), 1, + STATE(2882), 1, sym_parameter_list, - STATE(4108), 1, - aux_sym_type_definition_repeat2, - STATE(3723), 2, + STATE(3642), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [90638] = 7, + ACTIONS(6379), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + [95980] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6114), 1, anon_sym_LBRACK, - STATE(2810), 1, + STATE(2882), 1, sym_parameter_list, - STATE(3538), 2, + STATE(3642), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6301), 3, + ACTIONS(6372), 3, anon_sym_COMMA, - anon_sym_EQ, - anon_sym_GT2, - [90663] = 8, + anon_sym_RPAREN, + anon_sym_SEMI, + [96005] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5756), 9, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(6075), 1, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - ACTIONS(6423), 1, anon_sym_EQ, - STATE(2810), 1, - sym_parameter_list, - ACTIONS(6421), 2, - anon_sym_COMMA, anon_sym_GT2, - STATE(3538), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [90690] = 9, + [96020] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6415), 1, - anon_sym_COMMA, - ACTIONS(6419), 1, + ACTIONS(6114), 1, anon_sym_LBRACK, - ACTIONS(6425), 1, - anon_sym_SEMI, - STATE(3822), 1, + ACTIONS(6557), 1, + anon_sym_EQ, + STATE(2769), 1, sym_parameter_list, - STATE(4175), 1, - aux_sym_type_definition_repeat2, - STATE(3723), 2, + ACTIONS(6517), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(3642), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [90719] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6427), 1, - sym_identifier, - ACTIONS(6431), 1, - sym_system_lib_string, - STATE(4866), 2, - sym_preproc_call_expression, - sym_string_literal, - ACTIONS(6429), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [90740] = 2, + [96047] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5538), 9, - anon_sym_DOT_DOT_DOT, + 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_LBRACK, anon_sym_EQ, - anon_sym_GT2, - [90755] = 9, + anon_sym_COLON, + [96064] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6415), 1, + ACTIONS(6465), 1, anon_sym_COMMA, - ACTIONS(6419), 1, + ACTIONS(6469), 1, anon_sym_LBRACK, - ACTIONS(6433), 1, + ACTIONS(6563), 1, anon_sym_SEMI, - STATE(3822), 1, + STATE(3947), 1, sym_parameter_list, - STATE(4231), 1, + STATE(4248), 1, aux_sym_type_definition_repeat2, - STATE(3723), 2, + STATE(3790), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [90784] = 5, + [96093] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6435), 1, - sym_identifier, - ACTIONS(6437), 1, - sym_system_lib_string, - STATE(5004), 2, - sym_preproc_call_expression, + 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, + 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_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, - ACTIONS(6429), 5, + 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, - [90805] = 9, + [96153] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + 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, - ACTIONS(6415), 1, - anon_sym_COMMA, - ACTIONS(6419), 1, - anon_sym_LBRACK, - ACTIONS(6439), 1, - anon_sym_SEMI, - STATE(3822), 1, - sym_parameter_list, - STATE(4240), 1, - aux_sym_type_definition_repeat2, - STATE(3723), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [90834] = 9, + anon_sym_STAR, + [96177] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, - anon_sym_LPAREN2, - ACTIONS(6415), 1, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(5704), 1, + anon_sym_COLON, + ACTIONS(6052), 1, anon_sym_COMMA, - ACTIONS(6419), 1, - anon_sym_LBRACK, - ACTIONS(6441), 1, + ACTIONS(6571), 1, anon_sym_SEMI, - STATE(3822), 1, - sym_parameter_list, - STATE(4264), 1, - aux_sym_type_definition_repeat2, - STATE(3723), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [90863] = 2, + ACTIONS(6573), 1, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(5662), 9, - anon_sym_DOT_DOT_DOT, + ACTIONS(2494), 1, + anon_sym_LBRACK, + ACTIONS(2496), 7, 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, - [90878] = 9, + anon_sym_COLON, + [96221] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6415), 1, - anon_sym_COMMA, - ACTIONS(6419), 1, + ACTIONS(6114), 1, anon_sym_LBRACK, - ACTIONS(6443), 1, - anon_sym_SEMI, - STATE(3822), 1, + ACTIONS(6324), 1, + anon_sym_LBRACE, + STATE(1048), 1, + sym_compound_statement, + STATE(3145), 1, sym_parameter_list, - STATE(4143), 1, - aux_sym_type_definition_repeat2, - STATE(3723), 2, + STATE(3642), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [90907] = 6, + [96247] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(3377), 1, - anon_sym_LT, - ACTIONS(3498), 1, + ACTIONS(2508), 1, anon_sym_LBRACK, - STATE(3623), 1, - sym_template_argument_list, - ACTIONS(3476), 5, + ACTIONS(2510), 7, anon_sym_COMMA, anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, - anon_sym_GT2, - [90930] = 9, + anon_sym_COLON, + [96263] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, - anon_sym_LPAREN2, - ACTIONS(6415), 1, - anon_sym_COMMA, - ACTIONS(6419), 1, - anon_sym_LBRACK, - ACTIONS(6445), 1, - anon_sym_SEMI, - STATE(3822), 1, - sym_parameter_list, - STATE(4271), 1, - aux_sym_type_definition_repeat2, - STATE(3723), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [90959] = 9, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(6248), 1, + anon_sym_COLON_COLON, + ACTIONS(6575), 1, + sym_identifier, + ACTIONS(6577), 1, + anon_sym_namespace, + STATE(3551), 1, + sym__scope_resolution, + STATE(4861), 1, + sym_qualified_identifier, + STATE(4833), 2, + sym_template_type, + sym_dependent_type_identifier, + [96289] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(600), 1, + anon_sym_LBRACE, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6415), 1, - anon_sym_COMMA, - ACTIONS(6419), 1, + ACTIONS(6114), 1, anon_sym_LBRACK, - ACTIONS(6447), 1, - anon_sym_SEMI, - STATE(3822), 1, + STATE(537), 1, + sym_compound_statement, + STATE(3145), 1, sym_parameter_list, - STATE(4190), 1, - aux_sym_type_definition_repeat2, - STATE(3723), 2, + STATE(3642), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [90988] = 9, + [96315] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + 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, - ACTIONS(6415), 1, - anon_sym_COMMA, - ACTIONS(6419), 1, - anon_sym_LBRACK, - ACTIONS(6449), 1, - anon_sym_SEMI, - STATE(3822), 1, - sym_parameter_list, - STATE(4035), 1, - aux_sym_type_definition_repeat2, - STATE(3723), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [91017] = 5, + anon_sym_STAR, + [96339] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6451), 1, - sym_identifier, - ACTIONS(6453), 1, - sym_system_lib_string, - STATE(5042), 2, - sym_preproc_call_expression, - sym_string_literal, - ACTIONS(6429), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [91038] = 2, + ACTIONS(3295), 1, + anon_sym_AMP, + ACTIONS(3297), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [96355] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5619), 9, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3169), 1, + anon_sym_AMP, + ACTIONS(3171), 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, - [91053] = 2, + [96371] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5674), 9, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3129), 1, + anon_sym_AMP, + ACTIONS(3131), 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, - [91068] = 7, + [96387] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, - anon_sym_LPAREN2, - ACTIONS(6419), 1, + ACTIONS(6581), 1, anon_sym_LBRACK, - STATE(3822), 1, - sym_parameter_list, - STATE(3723), 2, + STATE(3637), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6455), 3, + ACTIONS(6579), 4, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, - [91093] = 7, + [96407] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(3088), 1, + anon_sym_AMP, + ACTIONS(3090), 7, anon_sym_LPAREN2, - ACTIONS(6075), 1, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - STATE(2810), 1, - sym_parameter_list, - STATE(3538), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6337), 3, - anon_sym_COMMA, anon_sym_EQ, - anon_sym_GT2, - [91118] = 2, + [96423] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5666), 9, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3287), 1, + anon_sym_AMP, + ACTIONS(3289), 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, - [91133] = 9, + [96439] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(3088), 1, + anon_sym_AMP, + ACTIONS(3090), 7, anon_sym_LPAREN2, - ACTIONS(6415), 1, - anon_sym_COMMA, - ACTIONS(6419), 1, - anon_sym_LBRACK, - ACTIONS(6457), 1, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_SEMI, - STATE(3822), 1, - sym_parameter_list, - STATE(4032), 1, - aux_sym_type_definition_repeat2, - STATE(3723), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [91162] = 2, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [96455] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5623), 9, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3145), 1, + anon_sym_AMP, + ACTIONS(3147), 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, - [91177] = 2, + [96471] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5503), 9, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3149), 1, + anon_sym_AMP, + ACTIONS(3151), 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, - [91192] = 9, + [96487] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(3153), 1, + anon_sym_AMP, + ACTIONS(3155), 7, anon_sym_LPAREN2, - ACTIONS(6415), 1, - anon_sym_COMMA, - ACTIONS(6419), 1, - anon_sym_LBRACK, - ACTIONS(6459), 1, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_SEMI, - STATE(3822), 1, - sym_parameter_list, - STATE(4083), 1, - aux_sym_type_definition_repeat2, - STATE(3723), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [91221] = 2, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [96503] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5627), 9, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(6248), 1, + anon_sym_COLON_COLON, + ACTIONS(6583), 1, + sym_identifier, + ACTIONS(6585), 1, + anon_sym_namespace, + STATE(3551), 1, + sym__scope_resolution, + STATE(5089), 1, + sym_qualified_identifier, + STATE(4833), 2, + sym_template_type, + sym_dependent_type_identifier, + [96529] = 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(4030), 2, + sym__class_name, + sym_qualified_type_identifier, + [96555] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3165), 1, + anon_sym_AMP, + ACTIONS(3167), 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, - [91236] = 7, + [96571] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(3335), 1, + anon_sym_AMP, + ACTIONS(3337), 7, anon_sym_LPAREN2, - ACTIONS(6075), 1, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - STATE(2810), 1, - sym_parameter_list, - STATE(3538), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6267), 3, - anon_sym_COMMA, anon_sym_EQ, - anon_sym_GT2, - [91261] = 7, + [96587] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(3177), 1, + anon_sym_AMP, + ACTIONS(3179), 7, anon_sym_LPAREN2, - ACTIONS(6419), 1, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - STATE(3822), 1, - sym_parameter_list, - STATE(3723), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6461), 3, - anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_EQ, + [96603] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3205), 1, + anon_sym_AMP, + ACTIONS(3207), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_SEMI, - [91286] = 9, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [96619] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(3283), 1, + anon_sym_AMP, + ACTIONS(3285), 7, anon_sym_LPAREN2, - ACTIONS(6415), 1, - anon_sym_COMMA, - ACTIONS(6419), 1, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - ACTIONS(6463), 1, + anon_sym_EQ, + [96635] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3181), 1, + anon_sym_AMP, + ACTIONS(3183), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_SEMI, - STATE(3822), 1, - sym_parameter_list, - STATE(4126), 1, - aux_sym_type_definition_repeat2, - STATE(3723), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [91315] = 5, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [96651] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(6465), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(6248), 1, + anon_sym_COLON_COLON, + ACTIONS(6587), 1, sym_identifier, - ACTIONS(6467), 1, - sym_system_lib_string, - STATE(4661), 2, - sym_preproc_call_expression, + 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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3315), 1, + anon_sym_AMP, + ACTIONS(3317), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [96693] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6591), 1, + sym_raw_string_literal, + STATE(3662), 1, sym_string_literal, - ACTIONS(6429), 5, + STATE(4948), 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, - [91336] = 7, + [96713] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, - anon_sym_LPAREN2, - ACTIONS(6419), 1, - anon_sym_LBRACK, - STATE(3822), 1, - sym_parameter_list, - STATE(3723), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6469), 3, - anon_sym_COMMA, + ACTIONS(3367), 1, + sym_identifier, + ACTIONS(3369), 7, + sym_raw_string_literal, anon_sym_RPAREN, - anon_sym_SEMI, - [91361] = 9, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [96729] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(3201), 1, + anon_sym_AMP, + ACTIONS(3203), 7, anon_sym_LPAREN2, - ACTIONS(6415), 1, - anon_sym_COMMA, - ACTIONS(6419), 1, - anon_sym_LBRACK, - ACTIONS(6471), 1, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_SEMI, - STATE(3822), 1, - sym_parameter_list, - STATE(4205), 1, - aux_sym_type_definition_repeat2, - STATE(3723), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [91390] = 7, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [96745] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(3327), 1, + anon_sym_AMP, + ACTIONS(3329), 7, anon_sym_LPAREN2, - ACTIONS(6075), 1, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - STATE(2810), 1, - sym_parameter_list, - STATE(3538), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6305), 3, - anon_sym_COMMA, anon_sym_EQ, - anon_sym_GT2, - [91415] = 7, + [96761] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + 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(3), 1, + sym_comment, + ACTIONS(3189), 1, + anon_sym_AMP, + ACTIONS(3191), 7, anon_sym_LPAREN2, - ACTIONS(6075), 1, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - STATE(2810), 1, - sym_parameter_list, - STATE(3538), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(6291), 3, - anon_sym_COMMA, anon_sym_EQ, - anon_sym_GT2, - [91440] = 9, + [96797] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(6597), 1, + anon_sym_AMP, + ACTIONS(6599), 2, + anon_sym_EQ, + anon_sym_DOT, + ACTIONS(6595), 5, anon_sym_LPAREN2, - ACTIONS(6415), 1, - anon_sym_COMMA, - ACTIONS(6419), 1, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACE, anon_sym_LBRACK, - ACTIONS(6473), 1, - anon_sym_SEMI, - STATE(3822), 1, - sym_parameter_list, - STATE(4063), 1, - aux_sym_type_definition_repeat2, - STATE(3723), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [91469] = 3, + [96815] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6477), 1, - anon_sym_LBRACK, - ACTIONS(6475), 8, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3331), 1, + anon_sym_AMP, + ACTIONS(3333), 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, - [91486] = 9, + [96831] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, - anon_sym_LPAREN2, - ACTIONS(6415), 1, - anon_sym_COMMA, - ACTIONS(6419), 1, - anon_sym_LBRACK, - ACTIONS(6479), 1, - anon_sym_SEMI, - STATE(3822), 1, - sym_parameter_list, - STATE(4178), 1, - aux_sym_type_definition_repeat2, - STATE(3723), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [91515] = 8, + 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(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + 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(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(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(6248), 1, + anon_sym_COLON_COLON, + ACTIONS(6607), 1, + sym_identifier, + ACTIONS(6609), 1, + anon_sym_namespace, + STATE(3551), 1, + sym__scope_resolution, + STATE(5211), 1, + sym_qualified_identifier, + STATE(4833), 2, + sym_template_type, + sym_dependent_type_identifier, + [96917] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6611), 1, + sym_raw_string_literal, + STATE(3698), 1, + sym_string_literal, + STATE(5037), 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, + [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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3275), 1, + anon_sym_AMP, + ACTIONS(3277), 7, anon_sym_LPAREN2, - ACTIONS(6075), 1, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - ACTIONS(6481), 1, anon_sym_EQ, - STATE(2751), 1, - sym_parameter_list, - ACTIONS(6421), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(3538), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [91542] = 6, + [96979] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2952), 1, - anon_sym_COLON_COLON, - ACTIONS(3337), 1, - anon_sym_COLON, - ACTIONS(5785), 1, - anon_sym_LT, - STATE(1350), 1, - sym_template_argument_list, - ACTIONS(2399), 5, - anon_sym_COMMA, + ACTIONS(3291), 1, + anon_sym_AMP, + ACTIONS(3293), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [91565] = 6, + anon_sym_LBRACK, + anon_sym_EQ, + [96995] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2441), 1, - anon_sym_COLON, - ACTIONS(2952), 1, - anon_sym_COLON_COLON, - ACTIONS(5785), 1, - anon_sym_LT, - STATE(1350), 1, - sym_template_argument_list, - ACTIONS(2448), 5, - anon_sym_COMMA, + ACTIONS(51), 1, anon_sym_LBRACE, - anon_sym_final, - anon_sym_override, - anon_sym_GT2, - [91588] = 2, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5835), 1, + anon_sym_LPAREN2, + ACTIONS(6114), 1, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(5670), 9, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3253), 1, + anon_sym_AMP, + ACTIONS(3255), 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, - [91603] = 3, + [97037] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6485), 1, - anon_sym_LBRACK, - ACTIONS(6483), 8, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3249), 1, + anon_sym_AMP, + ACTIONS(3251), 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, - [91620] = 3, + [97053] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4454), 1, + 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, - ACTIONS(4452), 8, - anon_sym_COMMA, - anon_sym_RPAREN, + 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(3), 1, + sym_comment, + ACTIONS(3279), 1, + anon_sym_AMP, + ACTIONS(3281), 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, - [91637] = 2, + [97095] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5708), 9, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3265), 1, + anon_sym_AMP, + ACTIONS(3267), 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, - [91652] = 2, + [97111] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5712), 9, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3261), 1, + anon_sym_AMP, + ACTIONS(3263), 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, - [91667] = 3, + [97127] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6489), 1, + ACTIONS(2504), 1, anon_sym_LBRACK, - ACTIONS(6487), 8, + ACTIONS(2506), 7, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [91684] = 3, + [97143] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6493), 1, + ACTIONS(2512), 1, anon_sym_LBRACK, - ACTIONS(6491), 8, + ACTIONS(2514), 7, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [91701] = 3, + [97159] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6497), 1, + ACTIONS(2468), 1, anon_sym_LBRACK, - ACTIONS(6495), 8, + ACTIONS(2470), 7, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [91718] = 8, + [97175] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(6499), 1, - sym_identifier, - ACTIONS(6501), 1, + ACTIONS(2323), 1, anon_sym_COLON_COLON, - STATE(3695), 1, - sym__scope_resolution, - STATE(4223), 1, - sym_field_initializer, - STATE(3967), 2, - sym_template_method, - sym_qualified_field_identifier, - STATE(4662), 2, + ACTIONS(3724), 1, + sym_identifier, + STATE(1271), 1, sym_template_type, + STATE(3877), 1, + sym__scope_resolution, + STATE(4833), 1, sym_dependent_type_identifier, - [91745] = 9, + STATE(4262), 2, + sym__class_name, + sym_qualified_type_identifier, + [97201] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(3121), 1, + anon_sym_AMP, + ACTIONS(3123), 7, anon_sym_LPAREN2, - ACTIONS(6415), 1, - anon_sym_COMMA, - ACTIONS(6419), 1, - anon_sym_LBRACK, - ACTIONS(6503), 1, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_SEMI, - STATE(3822), 1, - sym_parameter_list, - STATE(4151), 1, - aux_sym_type_definition_repeat2, - STATE(3723), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [91774] = 6, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [97217] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2450), 1, - anon_sym_LBRACK, - ACTIONS(3377), 1, - anon_sym_LT, - STATE(3623), 1, - sym_template_argument_list, - ACTIONS(2443), 5, - anon_sym_COMMA, + ACTIONS(3125), 1, + anon_sym_AMP, + ACTIONS(3127), 7, anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_GT2, - [91797] = 7, + [97233] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6419), 1, + ACTIONS(6114), 1, anon_sym_LBRACK, - STATE(3822), 1, + ACTIONS(6316), 1, + anon_sym_LBRACE, + STATE(943), 1, + sym_compound_statement, + STATE(3145), 1, sym_parameter_list, - STATE(3723), 2, + STATE(3642), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6505), 3, + [97259] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1461), 1, + anon_sym_LBRACE, + ACTIONS(5704), 1, + anon_sym_COLON, + ACTIONS(6052), 1, anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(6617), 1, anon_sym_SEMI, - [91822] = 2, + ACTIONS(6619), 1, + anon_sym_EQ, + STATE(3950), 1, + aux_sym_field_declaration_repeat1, + STATE(5034), 1, + sym_bitfield_clause, + STATE(5035), 1, + sym_initializer_list, + [97287] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5700), 9, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3245), 1, + anon_sym_AMP, + ACTIONS(3247), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [97303] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3137), 1, + anon_sym_AMP, + ACTIONS(3139), 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, - [91837] = 3, + [97319] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(6248), 1, + anon_sym_COLON_COLON, + ACTIONS(6621), 1, + sym_identifier, + ACTIONS(6623), 1, + anon_sym_namespace, + STATE(3551), 1, + sym__scope_resolution, + STATE(4983), 1, + sym_qualified_identifier, + STATE(4833), 2, + sym_template_type, + sym_dependent_type_identifier, + [97345] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3141), 1, + anon_sym_AMP, + ACTIONS(3143), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [97361] = 3, + 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, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [97377] = 3, + 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(3), 1, sym_comment, - ACTIONS(6509), 1, + ACTIONS(2443), 1, anon_sym_LBRACK, - ACTIONS(6507), 8, + ACTIONS(2445), 7, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [91854] = 2, + [97409] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5704), 9, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3173), 1, + anon_sym_AMP, + ACTIONS(3175), 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, - [91869] = 2, + [97425] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5696), 9, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3161), 1, + anon_sym_AMP, + ACTIONS(3163), 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, - [91884] = 8, + [97441] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(6499), 1, - sym_identifier, - ACTIONS(6501), 1, - anon_sym_COLON_COLON, - STATE(3695), 1, - sym__scope_resolution, - STATE(3979), 1, - sym_field_initializer, - STATE(3967), 2, - sym_template_method, - sym_qualified_field_identifier, - STATE(4662), 2, - sym_template_type, - sym_dependent_type_identifier, - [91911] = 9, + ACTIONS(3257), 1, + anon_sym_AMP, + ACTIONS(3259), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [97457] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6501), 1, + ACTIONS(3271), 1, + anon_sym_AMP, + ACTIONS(3273), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [97473] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3185), 1, + anon_sym_AMP, + ACTIONS(3187), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [97489] = 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(6358), 1, + anon_sym_LBRACE, + STATE(894), 1, + sym_compound_statement, + STATE(3145), 1, + sym_parameter_list, + STATE(3642), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [97515] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(6248), 1, anon_sym_COLON_COLON, - ACTIONS(6511), 1, + ACTIONS(6625), 1, sym_identifier, - ACTIONS(6513), 1, - anon_sym_template, - STATE(3695), 1, + ACTIONS(6627), 1, + anon_sym_namespace, + STATE(3551), 1, sym__scope_resolution, - STATE(4576), 1, - sym_qualified_field_identifier, - STATE(4578), 1, - sym_dependent_field_identifier, - STATE(4580), 1, - sym_template_method, - STATE(4662), 2, + STATE(5115), 1, + sym_qualified_identifier, + STATE(4833), 2, sym_template_type, sym_dependent_type_identifier, - [91940] = 5, + [97541] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6515), 1, - sym_raw_string_literal, - STATE(3635), 1, - sym_string_literal, - STATE(4808), 1, - sym_concatenated_string, - ACTIONS(6371), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [91960] = 5, + ACTIONS(3193), 1, + anon_sym_AMP, + ACTIONS(3195), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [97557] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(6517), 1, - sym_raw_string_literal, - STATE(3598), 1, - sym_string_literal, - STATE(4792), 1, - sym_concatenated_string, - ACTIONS(6371), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [91980] = 3, + ACTIONS(269), 1, + anon_sym_LBRACE, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5835), 1, + anon_sym_LPAREN2, + ACTIONS(6114), 1, + anon_sym_LBRACK, + STATE(215), 1, + sym_compound_statement, + STATE(3145), 1, + sym_parameter_list, + STATE(3642), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [97583] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2474), 1, + ACTIONS(3197), 1, + anon_sym_AMP, + ACTIONS(3199), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_LBRACK, - ACTIONS(2476), 7, - anon_sym_COMMA, + anon_sym_EQ, + [97599] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3299), 1, + anon_sym_AMP, + ACTIONS(3301), 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, - [91996] = 5, + [97615] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6523), 1, - anon_sym_delete, - ACTIONS(6525), 1, - anon_sym_new, - ACTIONS(6521), 2, - anon_sym_TILDE, - anon_sym_COLON_COLON, - ACTIONS(6519), 4, - sym_identifier, - anon_sym_template, - anon_sym_operator, - sym_operator_name, - [92016] = 9, + ACTIONS(3213), 1, + anon_sym_AMP, + ACTIONS(3215), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ, + [97631] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1478), 1, + ACTIONS(1461), 1, anon_sym_LBRACE, - ACTIONS(5752), 1, + ACTIONS(5704), 1, anon_sym_COLON, - ACTIONS(6022), 1, + ACTIONS(6052), 1, anon_sym_COMMA, - ACTIONS(6527), 1, + ACTIONS(6629), 1, anon_sym_SEMI, - ACTIONS(6529), 1, + ACTIONS(6631), 1, anon_sym_EQ, - STATE(3810), 1, + STATE(3950), 1, aux_sym_field_declaration_repeat1, - STATE(4967), 1, + STATE(4942), 1, sym_bitfield_clause, - STATE(4971), 1, + STATE(4945), 1, sym_initializer_list, - [92044] = 3, + [97659] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2458), 1, - anon_sym_LBRACK, - ACTIONS(2460), 7, - anon_sym_COMMA, + ACTIONS(3311), 1, + anon_sym_AMP, + ACTIONS(3313), 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, - [92060] = 5, + [97675] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6531), 1, + ACTIONS(3339), 1, + sym_identifier, + ACTIONS(3341), 7, sym_raw_string_literal, - STATE(3602), 1, - sym_string_literal, - STATE(4758), 1, - sym_concatenated_string, - ACTIONS(6371), 5, + anon_sym_RPAREN, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [92080] = 9, + [97691] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1478), 1, - anon_sym_LBRACE, - ACTIONS(5752), 1, - anon_sym_COLON, - ACTIONS(6022), 1, - anon_sym_COMMA, - ACTIONS(6533), 1, + ACTIONS(3303), 1, + anon_sym_AMP, + ACTIONS(3305), 7, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, anon_sym_SEMI, - ACTIONS(6535), 1, + anon_sym_LBRACE, + anon_sym_LBRACK, anon_sym_EQ, - STATE(3810), 1, - aux_sym_field_declaration_repeat1, - STATE(4890), 1, - sym_initializer_list, - STATE(4968), 1, - sym_bitfield_clause, - [92108] = 3, + [97707] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2415), 1, + ACTIONS(2498), 1, anon_sym_LBRACK, - ACTIONS(2417), 7, + ACTIONS(2500), 7, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_SEMI, @@ -380976,14036 +383321,14075 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_EQ, anon_sym_COLON, - [92124] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6537), 1, - sym_raw_string_literal, - STATE(3597), 1, - sym_string_literal, - STATE(4719), 1, - sym_concatenated_string, - ACTIONS(6371), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [92144] = 8, + [97723] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(6251), 1, - anon_sym_COLON_COLON, - ACTIONS(6539), 1, - sym_identifier, - ACTIONS(6541), 1, - anon_sym_namespace, - STATE(3522), 1, - sym__scope_resolution, - STATE(4889), 1, - sym_qualified_identifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - [92170] = 3, + 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(3), 1, sym_comment, - ACTIONS(2429), 1, - anon_sym_LBRACK, - ACTIONS(2431), 7, - anon_sym_COMMA, + ACTIONS(3307), 1, + anon_sym_AMP, + ACTIONS(3309), 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, - [92186] = 3, + [97755] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2478), 1, - anon_sym_LBRACK, - ACTIONS(2480), 7, - anon_sym_COMMA, + ACTIONS(3319), 1, + anon_sym_AMP, + ACTIONS(3321), 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, - [92202] = 8, + [97771] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(605), 1, - anon_sym_LBRACE, - ACTIONS(1476), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(6248), 1, + anon_sym_COLON_COLON, + ACTIONS(6633), 1, + sym_identifier, + STATE(3551), 1, + sym__scope_resolution, + STATE(5212), 1, + sym_qualified_identifier, + STATE(4833), 2, + sym_template_type, + sym_dependent_type_identifier, + [97794] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6058), 1, anon_sym_LBRACK, - STATE(514), 1, - sym_compound_statement, - STATE(2720), 1, + ACTIONS(6635), 1, + anon_sym_RPAREN, + STATE(3208), 1, sym_parameter_list, - STATE(3538), 2, + STATE(3958), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [92228] = 8, + [97817] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(649), 1, - anon_sym_LBRACE, - ACTIONS(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6058), 1, anon_sym_LBRACK, - STATE(639), 1, - sym_compound_statement, - STATE(2720), 1, + ACTIONS(6366), 1, + anon_sym_RPAREN, + STATE(3208), 1, sym_parameter_list, - STATE(3538), 2, + STATE(3958), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [92254] = 3, + [97840] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2482), 1, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(2984), 1, + anon_sym_LT, + ACTIONS(3489), 1, anon_sym_LBRACK, - ACTIONS(2484), 7, - anon_sym_COMMA, + STATE(3626), 1, + sym_template_argument_list, + ACTIONS(3503), 3, anon_sym_LPAREN2, - anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - [92270] = 8, + [97861] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(6251), 1, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5835), 1, + anon_sym_LPAREN2, + ACTIONS(6058), 1, + anon_sym_LBRACK, + ACTIONS(6352), 1, + anon_sym_RPAREN, + STATE(3208), 1, + sym_parameter_list, + STATE(3958), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [97884] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3806), 1, anon_sym_COLON_COLON, - ACTIONS(6543), 1, + ACTIONS(6637), 1, sym_identifier, - ACTIONS(6545), 1, - anon_sym_namespace, - STATE(3522), 1, - sym__scope_resolution, - STATE(4732), 1, - sym_qualified_identifier, - STATE(4877), 2, + ACTIONS(6639), 1, + anon_sym_template, + STATE(2162), 1, + sym_qualified_type_identifier, + STATE(2248), 1, sym_template_type, + STATE(2256), 1, sym_dependent_type_identifier, - [92296] = 8, + STATE(3870), 1, + sym__scope_resolution, + [97909] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6114), 1, anon_sym_LBRACK, - ACTIONS(6283), 1, - anon_sym_LBRACE, - STATE(868), 1, - sym_compound_statement, - STATE(2720), 1, + ACTIONS(6641), 1, + anon_sym_SEMI, + STATE(2882), 1, sym_parameter_list, - STATE(3538), 2, + STATE(3642), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [92322] = 8, + [97932] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(6251), 1, + ACTIONS(3750), 1, anon_sym_COLON_COLON, - ACTIONS(6547), 1, + ACTIONS(6643), 1, sym_identifier, - ACTIONS(6549), 1, - anon_sym_namespace, - STATE(3522), 1, - sym__scope_resolution, - STATE(4708), 1, - sym_qualified_identifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - [92348] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, + ACTIONS(6645), 1, anon_sym_template, - ACTIONS(6251), 1, - anon_sym_COLON_COLON, - ACTIONS(6551), 1, - sym_identifier, - ACTIONS(6553), 1, - anon_sym_namespace, - STATE(3522), 1, - sym__scope_resolution, - STATE(5045), 1, - sym_qualified_identifier, - STATE(4877), 2, - sym_template_type, + STATE(2363), 1, sym_dependent_type_identifier, - [92374] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6555), 1, - sym_raw_string_literal, - STATE(3616), 1, - sym_string_literal, - STATE(4673), 1, - sym_concatenated_string, - ACTIONS(6371), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [92394] = 8, + STATE(2366), 1, + sym_template_type, + STATE(2487), 1, + sym_qualified_type_identifier, + STATE(3872), 1, + sym__scope_resolution, + [97957] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2680), 1, + ACTIONS(3762), 1, anon_sym_COLON_COLON, - ACTIONS(3775), 1, + ACTIONS(6645), 1, + anon_sym_template, + ACTIONS(6647), 1, sym_identifier, - STATE(1271), 1, - sym_template_type, - STATE(3753), 1, - sym__scope_resolution, - STATE(4662), 1, + STATE(2363), 1, sym_dependent_type_identifier, - STATE(3912), 2, - sym__class_name, + STATE(2366), 1, + sym_template_type, + STATE(2487), 1, sym_qualified_type_identifier, - [92420] = 8, + STATE(3873), 1, + sym__scope_resolution, + [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(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6114), 1, anon_sym_LBRACK, - ACTIONS(6309), 1, - anon_sym_LBRACE, - STATE(974), 1, - sym_compound_statement, - STATE(2720), 1, + ACTIONS(6517), 1, + anon_sym_COMMA, + STATE(2882), 1, sym_parameter_list, - STATE(3538), 2, + STATE(3642), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [92446] = 5, + [98028] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6557), 1, - sym_raw_string_literal, - STATE(3628), 1, - sym_string_literal, - STATE(4853), 1, - sym_concatenated_string, - ACTIONS(6371), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [92466] = 7, + 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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(2323), 1, + anon_sym_COLON_COLON, + ACTIONS(6659), 1, + sym_identifier, + STATE(1278), 1, + sym_dependent_type_identifier, + STATE(1279), 1, + sym_qualified_type_identifier, + STATE(1285), 1, + sym_template_type, + STATE(3877), 1, + sym__scope_resolution, + [98072] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6419), 1, + ACTIONS(6114), 1, anon_sym_LBRACK, - STATE(3822), 1, + ACTIONS(6310), 1, + anon_sym_LBRACE, + STATE(3145), 1, sym_parameter_list, - ACTIONS(6559), 2, - anon_sym_COMMA, - anon_sym_SEMI, - STATE(3723), 2, + STATE(3642), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [92490] = 8, + [98095] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6114), 1, anon_sym_LBRACK, - STATE(544), 1, - sym_compound_statement, - STATE(2720), 1, + ACTIONS(6354), 1, + anon_sym_LBRACE, + STATE(3145), 1, sym_parameter_list, - STATE(3538), 2, + STATE(3642), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [92516] = 3, + [98118] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2437), 1, - anon_sym_LBRACK, - ACTIONS(2439), 7, - anon_sym_COMMA, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(2984), 1, + anon_sym_LT, + ACTIONS(6661), 1, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, + ACTIONS(6663), 1, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_COLON, - [92532] = 5, + STATE(4354), 1, + sym_template_argument_list, + STATE(4048), 2, + sym_argument_list, + sym_initializer_list, + [98141] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(6563), 1, + ACTIONS(5835), 1, + anon_sym_LPAREN2, + ACTIONS(6114), 1, anon_sym_LBRACK, - STATE(3541), 2, + ACTIONS(6372), 1, + anon_sym_LBRACE, + STATE(3145), 1, + sym_parameter_list, + STATE(3642), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(6561), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - [92552] = 8, + [98164] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(6251), 1, + ACTIONS(6248), 1, anon_sym_COLON_COLON, - ACTIONS(6565), 1, + ACTIONS(6665), 1, sym_identifier, - ACTIONS(6567), 1, - anon_sym_namespace, - STATE(3522), 1, + STATE(3551), 1, sym__scope_resolution, - STATE(4737), 1, + STATE(5022), 1, sym_qualified_identifier, - STATE(4877), 2, + STATE(4833), 2, sym_template_type, sym_dependent_type_identifier, - [92578] = 3, + [98187] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3339), 1, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(3758), 1, + anon_sym_COLON_COLON, + ACTIONS(6659), 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, - [92594] = 8, + STATE(1278), 1, + sym_dependent_type_identifier, + STATE(1285), 1, + sym_template_type, + STATE(1385), 1, + sym_qualified_type_identifier, + STATE(3883), 1, + sym__scope_resolution, + [98212] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(6251), 1, + ACTIONS(6248), 1, anon_sym_COLON_COLON, - ACTIONS(6569), 1, + ACTIONS(6667), 1, sym_identifier, - ACTIONS(6571), 1, - anon_sym_namespace, - STATE(3522), 1, + STATE(3551), 1, sym__scope_resolution, - STATE(5013), 1, + STATE(5121), 1, sym_qualified_identifier, - STATE(4877), 2, + STATE(4833), 2, sym_template_type, sym_dependent_type_identifier, - [92620] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6573), 1, - sym_raw_string_literal, - STATE(3631), 1, - sym_string_literal, - STATE(4819), 1, - sym_concatenated_string, - ACTIONS(6371), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [92640] = 8, + [98235] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6114), 1, anon_sym_LBRACK, - ACTIONS(6263), 1, + ACTIONS(6385), 1, anon_sym_LBRACE, - STATE(1028), 1, - sym_compound_statement, - STATE(2720), 1, + STATE(3145), 1, sym_parameter_list, - STATE(3538), 2, + STATE(3642), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [92666] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3347), 1, - sym_identifier, - ACTIONS(3349), 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, - [92682] = 8, + [98258] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(271), 1, - anon_sym_LBRACE, - ACTIONS(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6114), 1, anon_sym_LBRACK, - STATE(236), 1, - sym_compound_statement, - STATE(2720), 1, + ACTIONS(6379), 1, + anon_sym_LBRACE, + STATE(3145), 1, sym_parameter_list, - STATE(3538), 2, + STATE(3642), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [92708] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1478), 1, - anon_sym_LBRACE, - ACTIONS(5752), 1, - anon_sym_COLON, - ACTIONS(6022), 1, - anon_sym_COMMA, - ACTIONS(6575), 1, - anon_sym_SEMI, - ACTIONS(6577), 1, - anon_sym_EQ, - STATE(3810), 1, - aux_sym_field_declaration_repeat1, - STATE(4886), 1, - sym_bitfield_clause, - STATE(4887), 1, - sym_initializer_list, - [92736] = 8, + [98281] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(6251), 1, + ACTIONS(6248), 1, anon_sym_COLON_COLON, - ACTIONS(6579), 1, + ACTIONS(6669), 1, sym_identifier, - ACTIONS(6581), 1, - anon_sym_namespace, - STATE(3522), 1, + STATE(3551), 1, sym__scope_resolution, - STATE(4878), 1, + STATE(5027), 1, sym_qualified_identifier, - STATE(4877), 2, + STATE(4833), 2, sym_template_type, sym_dependent_type_identifier, - [92762] = 4, + [98304] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6585), 1, - anon_sym_AMP, - ACTIONS(6587), 2, - anon_sym_EQ, - anon_sym_DOT, - ACTIONS(6583), 5, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5835), 1, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, + ACTIONS(6114), 1, anon_sym_LBRACK, - [92780] = 7, + ACTIONS(6671), 1, + anon_sym_SEMI, + STATE(2882), 1, + sym_parameter_list, + STATE(3642), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [98327] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6006), 1, - anon_sym_LBRACE, - ACTIONS(6589), 1, - anon_sym_COLON, - STATE(2242), 1, - sym_enumerator_list, - STATE(3376), 1, - sym__enum_base_clause, - ACTIONS(3446), 2, - anon_sym___based, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(6248), 1, + anon_sym_COLON_COLON, + ACTIONS(6673), 1, sym_identifier, - ACTIONS(3448), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - [92804] = 8, + STATE(3551), 1, + sym__scope_resolution, + STATE(5066), 1, + sym_qualified_identifier, + STATE(4833), 2, + sym_template_type, + sym_dependent_type_identifier, + [98350] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(2680), 1, + ACTIONS(3726), 1, anon_sym_COLON_COLON, - ACTIONS(3775), 1, + ACTIONS(6659), 1, sym_identifier, - STATE(1271), 1, - sym_template_type, - STATE(3753), 1, - sym__scope_resolution, - STATE(4662), 1, + STATE(1278), 1, sym_dependent_type_identifier, - STATE(4244), 2, - sym__class_name, + STATE(1285), 1, + sym_template_type, + STATE(2162), 1, sym_qualified_type_identifier, - [92830] = 7, + STATE(3890), 1, + sym__scope_resolution, + [98375] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(6006), 1, - anon_sym_LBRACE, - ACTIONS(6589), 1, - anon_sym_COLON, - STATE(2257), 1, - sym_enumerator_list, - STATE(3373), 1, - sym__enum_base_clause, - ACTIONS(3440), 2, - anon_sym___based, + ACTIONS(2391), 1, + anon_sym_COLON_COLON, + ACTIONS(6675), 1, sym_identifier, - ACTIONS(3442), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - [92854] = 8, + ACTIONS(6677), 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(3891), 1, + sym__scope_resolution, + [98400] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3817), 1, + ACTIONS(3770), 1, anon_sym_COLON_COLON, - ACTIONS(6591), 1, + ACTIONS(6679), 1, sym_identifier, - ACTIONS(6593), 1, + ACTIONS(6681), 1, anon_sym_template, - STATE(1353), 1, - sym_dependent_type_identifier, - STATE(1364), 1, + STATE(2058), 1, sym_template_type, - STATE(1376), 1, + STATE(2086), 1, + sym_dependent_type_identifier, + STATE(2129), 1, sym_qualified_type_identifier, - STATE(3737), 1, + STATE(3892), 1, sym__scope_resolution, - [92879] = 5, + [98425] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6595), 1, + ACTIONS(6683), 1, anon_sym_delete, - ACTIONS(6597), 1, + ACTIONS(6685), 1, anon_sym_new, - ACTIONS(6521), 2, + ACTIONS(6653), 2, anon_sym_TILDE, anon_sym_COLON_COLON, - ACTIONS(6519), 3, + ACTIONS(6651), 3, sym_identifier, anon_sym_template, - sym_operator_name, - [92898] = 7, + anon_sym_operator, + [98444] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6114), 1, anon_sym_LBRACK, - ACTIONS(6599), 1, + ACTIONS(6687), 1, anon_sym_SEMI, - STATE(2751), 1, + STATE(2882), 1, sym_parameter_list, - STATE(3538), 2, + STATE(3642), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [92921] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(6251), 1, - anon_sym_COLON_COLON, - ACTIONS(6601), 1, - sym_identifier, - STATE(3522), 1, - sym__scope_resolution, - STATE(4739), 1, - sym_qualified_identifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - [92944] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(6251), 1, - anon_sym_COLON_COLON, - ACTIONS(6603), 1, - sym_identifier, - STATE(3522), 1, - sym__scope_resolution, - STATE(4858), 1, - sym_qualified_identifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - [92967] = 5, + [98467] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6605), 1, - anon_sym_delete, - ACTIONS(6607), 1, - anon_sym_new, - ACTIONS(6521), 2, - anon_sym_TILDE, - anon_sym_COLON_COLON, - ACTIONS(6519), 3, - sym_identifier, - anon_sym_template, - sym_operator_name, - [92986] = 7, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5835), 1, + anon_sym_LPAREN2, + ACTIONS(6114), 1, + anon_sym_LBRACK, + ACTIONS(6689), 1, + anon_sym_SEMI, + STATE(2882), 1, + sym_parameter_list, + STATE(3642), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [98490] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6114), 1, anon_sym_LBRACK, - ACTIONS(6609), 1, + ACTIONS(6691), 1, anon_sym_SEMI, - STATE(2751), 1, + STATE(2882), 1, sym_parameter_list, - STATE(3538), 2, + STATE(3642), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [93009] = 7, + [98513] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6114), 1, anon_sym_LBRACK, - ACTIONS(6611), 1, + ACTIONS(6693), 1, anon_sym_SEMI, - STATE(2751), 1, + STATE(2882), 1, sym_parameter_list, - STATE(3538), 2, + STATE(3642), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [93032] = 7, + [98536] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6058), 1, anon_sym_LBRACK, - ACTIONS(6613), 1, - anon_sym_SEMI, - STATE(2751), 1, + ACTIONS(6370), 1, + anon_sym_RPAREN, + STATE(3208), 1, sym_parameter_list, - STATE(3538), 2, + STATE(3958), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [93055] = 8, + [98559] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3825), 1, + ACTIONS(6695), 1, + anon_sym_delete, + ACTIONS(6697), 1, + anon_sym_new, + ACTIONS(6653), 2, + anon_sym_TILDE, anon_sym_COLON_COLON, - ACTIONS(6615), 1, + ACTIONS(6651), 3, sym_identifier, - ACTIONS(6617), 1, anon_sym_template, - STATE(2105), 1, - sym_qualified_type_identifier, - STATE(2190), 1, + anon_sym_operator, + [98578] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5835), 1, + anon_sym_LPAREN2, + ACTIONS(6058), 1, + anon_sym_LBRACK, + ACTIONS(6348), 1, + anon_sym_RPAREN, + STATE(3208), 1, + sym_parameter_list, + STATE(3958), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [98601] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1035), 1, + anon_sym_template, + ACTIONS(6248), 1, + anon_sym_COLON_COLON, + ACTIONS(6699), 1, + sym_identifier, + STATE(3551), 1, + sym__scope_resolution, + STATE(4827), 1, + sym_qualified_identifier, + STATE(4833), 2, sym_template_type, - STATE(2194), 1, sym_dependent_type_identifier, - STATE(3746), 1, - sym__scope_resolution, - [93080] = 8, + [98624] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2359), 1, + 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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2698), 1, anon_sym_COLON_COLON, - ACTIONS(6619), 1, + ACTIONS(6675), 1, sym_identifier, - ACTIONS(6621), 1, + ACTIONS(6677), 1, anon_sym_template, - STATE(1279), 1, - sym_qualified_type_identifier, - STATE(1348), 1, + STATE(1278), 1, sym_dependent_type_identifier, - STATE(1349), 1, + STATE(1285), 1, sym_template_type, - STATE(3747), 1, + STATE(1385), 1, + sym_qualified_type_identifier, + STATE(3903), 1, sym__scope_resolution, - [93105] = 7, + [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, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(1035), 1, anon_sym_template, - ACTIONS(6251), 1, + ACTIONS(6248), 1, anon_sym_COLON_COLON, - ACTIONS(6623), 1, + ACTIONS(6705), 1, sym_identifier, - STATE(3522), 1, + STATE(3551), 1, sym__scope_resolution, - STATE(4809), 1, + STATE(5196), 1, sym_qualified_identifier, - STATE(4877), 2, + STATE(4833), 2, sym_template_type, sym_dependent_type_identifier, - [93128] = 5, + [98718] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6625), 1, + ACTIONS(6707), 1, anon_sym_delete, - ACTIONS(6627), 1, + ACTIONS(6709), 1, anon_sym_new, - ACTIONS(6521), 2, + ACTIONS(6653), 2, anon_sym_TILDE, anon_sym_COLON_COLON, - ACTIONS(6519), 3, + ACTIONS(6651), 3, sym_identifier, anon_sym_template, - sym_operator_name, - [93147] = 8, + anon_sym_operator, + [98737] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3755), 1, + ACTIONS(3800), 1, anon_sym_COLON_COLON, - ACTIONS(6629), 1, + ACTIONS(6711), 1, sym_identifier, - ACTIONS(6631), 1, + ACTIONS(6713), 1, anon_sym_template, - STATE(2016), 1, - sym_template_type, - STATE(2017), 1, + STATE(1993), 1, sym_dependent_type_identifier, - STATE(2037), 1, + STATE(1994), 1, + sym_template_type, + STATE(2010), 1, sym_qualified_type_identifier, - STATE(3750), 1, + STATE(3907), 1, sym__scope_resolution, - [93172] = 8, + [98762] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, + ACTIONS(6715), 1, + anon_sym_delete, + ACTIONS(6717), 1, + anon_sym_new, + ACTIONS(6653), 2, + anon_sym_TILDE, + anon_sym_COLON_COLON, + ACTIONS(6651), 3, + sym_identifier, anon_sym_template, - ACTIONS(3777), 1, + anon_sym_operator, + [98781] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(5835), 1, + anon_sym_LPAREN2, + ACTIONS(6469), 1, + anon_sym_LBRACK, + ACTIONS(6719), 1, + anon_sym_RPAREN, + STATE(3947), 1, + sym_parameter_list, + STATE(3790), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [98804] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3778), 1, anon_sym_COLON_COLON, - ACTIONS(6633), 1, + ACTIONS(6721), 1, sym_identifier, - STATE(1353), 1, + ACTIONS(6723), 1, + anon_sym_template, + STATE(3579), 1, sym_dependent_type_identifier, - STATE(1364), 1, + STATE(3582), 1, sym_template_type, - STATE(1376), 1, + STATE(3633), 1, sym_qualified_type_identifier, - STATE(3751), 1, + STATE(3910), 1, sym__scope_resolution, - [93197] = 7, + [98829] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6058), 1, anon_sym_LBRACK, - ACTIONS(6421), 1, - anon_sym_COMMA, - STATE(2751), 1, + ACTIONS(6330), 1, + anon_sym_RPAREN, + STATE(3208), 1, sym_parameter_list, - STATE(3538), 2, + STATE(3958), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [93220] = 8, + [98852] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(2680), 1, + ACTIONS(6725), 1, + anon_sym_delete, + ACTIONS(6727), 1, + anon_sym_new, + ACTIONS(6653), 2, + anon_sym_TILDE, anon_sym_COLON_COLON, - ACTIONS(6633), 1, + ACTIONS(6651), 3, sym_identifier, - STATE(1279), 1, - sym_qualified_type_identifier, - STATE(1353), 1, - sym_dependent_type_identifier, - STATE(1364), 1, - sym_template_type, - STATE(3753), 1, - sym__scope_resolution, - [93245] = 7, + anon_sym_template, + anon_sym_operator, + [98871] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(6251), 1, + ACTIONS(6729), 1, + anon_sym_delete, + ACTIONS(6731), 1, + anon_sym_new, + ACTIONS(6653), 2, + anon_sym_TILDE, anon_sym_COLON_COLON, - ACTIONS(6635), 1, + ACTIONS(6651), 3, sym_identifier, - STATE(3522), 1, - sym__scope_resolution, - STATE(4744), 1, - sym_qualified_identifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - [93268] = 8, + anon_sym_template, + anon_sym_operator, + [98890] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3811), 1, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(2458), 1, + anon_sym_LBRACK, + ACTIONS(2984), 1, + anon_sym_LT, + STATE(3626), 1, + sym_template_argument_list, + ACTIONS(2451), 3, + anon_sym_LPAREN2, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + [98911] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3744), 1, anon_sym_COLON_COLON, - ACTIONS(6637), 1, - sym_identifier, ACTIONS(6639), 1, anon_sym_template, - STATE(1353), 1, - sym_dependent_type_identifier, - STATE(1364), 1, - sym_template_type, - STATE(2105), 1, + ACTIONS(6733), 1, + sym_identifier, + STATE(2162), 1, sym_qualified_type_identifier, - STATE(3755), 1, + STATE(2248), 1, + sym_template_type, + STATE(2256), 1, + sym_dependent_type_identifier, + STATE(3915), 1, sym__scope_resolution, - [93293] = 7, + [98936] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6735), 1, + anon_sym_LPAREN2, + ACTIONS(6737), 1, + anon_sym_LBRACK, + STATE(3265), 1, + sym_parameter_list, + ACTIONS(5793), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + [98954] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6735), 1, + anon_sym_LPAREN2, + ACTIONS(6737), 1, + anon_sym_LBRACK, + STATE(3265), 1, + sym_parameter_list, + ACTIONS(5797), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + [98972] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6741), 1, + anon_sym_LBRACK, + ACTIONS(6739), 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, + anon_sym_LPAREN2, + ACTIONS(6737), 1, + anon_sym_LBRACK, + STATE(3265), 1, + sym_parameter_list, + ACTIONS(5778), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + [99058] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6597), 1, + anon_sym_AMP, + ACTIONS(6595), 5, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACE, + anon_sym_LBRACK, + [99072] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6747), 1, + anon_sym_LBRACK, + ACTIONS(6745), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + [99086] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6751), 1, + anon_sym_LBRACK, + ACTIONS(6749), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + [99100] = 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(5797), 3, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + [99118] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(6735), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6737), 1, anon_sym_LBRACK, - ACTIONS(6641), 1, - anon_sym_SEMI, - STATE(2751), 1, + STATE(3265), 1, sym_parameter_list, - STATE(3538), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [93316] = 6, + ACTIONS(5770), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + [99136] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2952), 1, - anon_sym_COLON_COLON, - ACTIONS(5754), 1, - anon_sym_LT, - STATE(1350), 1, - sym_template_argument_list, - ACTIONS(2373), 2, - anon_sym___based, - sym_identifier, - ACTIONS(2381), 2, + ACTIONS(3756), 1, + anon_sym_AMP, + ACTIONS(3754), 5, anon_sym_LPAREN2, anon_sym_STAR, - [93337] = 7, + anon_sym_AMP_AMP, + anon_sym_LBRACE, + anon_sym_LBRACK, + [99150] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(6735), 1, anon_sym_LPAREN2, - ACTIONS(6028), 1, + ACTIONS(6737), 1, anon_sym_LBRACK, - ACTIONS(6275), 1, - anon_sym_RPAREN, - STATE(3178), 1, + STATE(3278), 1, sym_parameter_list, - STATE(3830), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [93360] = 7, + ACTIONS(5793), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, + [99168] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(6735), 1, anon_sym_LPAREN2, - ACTIONS(6028), 1, + ACTIONS(6737), 1, anon_sym_LBRACK, - ACTIONS(6271), 1, - anon_sym_RPAREN, - STATE(3178), 1, + STATE(3265), 1, sym_parameter_list, - STATE(3830), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [93383] = 7, + ACTIONS(6753), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + [99186] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(6251), 1, - anon_sym_COLON_COLON, - ACTIONS(6643), 1, - sym_identifier, - STATE(3522), 1, - sym__scope_resolution, - STATE(4783), 1, - sym_qualified_identifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - [93406] = 7, + ACTIONS(6735), 1, + anon_sym_LPAREN2, + ACTIONS(6737), 1, + anon_sym_LBRACK, + STATE(3271), 1, + sym_parameter_list, + ACTIONS(5778), 3, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + [99204] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(6251), 1, - anon_sym_COLON_COLON, - ACTIONS(6645), 1, - sym_identifier, - STATE(3522), 1, - sym__scope_resolution, - STATE(4961), 1, - sym_qualified_identifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - [93429] = 8, + ACTIONS(6735), 1, + anon_sym_LPAREN2, + ACTIONS(6737), 1, + anon_sym_LBRACK, + STATE(3278), 1, + sym_parameter_list, + ACTIONS(5778), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, + [99222] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3761), 1, - anon_sym_COLON_COLON, - ACTIONS(6617), 1, - anon_sym_template, - ACTIONS(6647), 1, - sym_identifier, - STATE(2105), 1, - sym_qualified_type_identifier, - STATE(2190), 1, - sym_template_type, - STATE(2194), 1, - sym_dependent_type_identifier, - STATE(3762), 1, - sym__scope_resolution, - [93454] = 8, + ACTIONS(6735), 1, + anon_sym_LPAREN2, + ACTIONS(6737), 1, + anon_sym_LBRACK, + STATE(3271), 1, + sym_parameter_list, + ACTIONS(5793), 3, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + [99240] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5283), 1, - anon_sym_COLON_COLON, - ACTIONS(6591), 1, - sym_identifier, - ACTIONS(6593), 1, - anon_sym_template, - STATE(1279), 1, - sym_qualified_type_identifier, - STATE(1353), 1, - sym_dependent_type_identifier, - STATE(1364), 1, - sym_template_type, - STATE(3763), 1, - sym__scope_resolution, - [93479] = 8, + ACTIONS(6755), 1, + anon_sym_LBRACK, + ACTIONS(6758), 1, + 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(3749), 1, - anon_sym_COLON_COLON, - ACTIONS(6649), 1, + ACTIONS(6152), 1, + anon_sym_TILDE, + ACTIONS(6763), 1, sym_identifier, - ACTIONS(6651), 1, + ACTIONS(6765), 1, anon_sym_template, - STATE(2460), 1, - sym_dependent_type_identifier, - STATE(2462), 1, - sym_template_type, - STATE(2499), 1, - sym_qualified_type_identifier, - STATE(3764), 1, - sym__scope_resolution, - [93504] = 5, + STATE(2172), 3, + sym_template_method, + sym_destructor_name, + sym_dependent_field_identifier, + [99276] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6653), 1, - anon_sym_delete, - ACTIONS(6655), 1, - anon_sym_new, - ACTIONS(6521), 2, - anon_sym_TILDE, - anon_sym_COLON_COLON, - ACTIONS(6519), 3, - sym_identifier, - anon_sym_template, - sym_operator_name, - [93523] = 8, + ACTIONS(6735), 1, + anon_sym_LPAREN2, + ACTIONS(6737), 1, + anon_sym_LBRACK, + STATE(3265), 1, + sym_parameter_list, + ACTIONS(5092), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + [99294] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2502), 1, - anon_sym_COLON_COLON, - ACTIONS(6657), 1, - sym_identifier, - ACTIONS(6659), 1, - anon_sym_template, - STATE(1279), 1, - sym_qualified_type_identifier, - STATE(1348), 1, - sym_dependent_type_identifier, - STATE(1349), 1, - sym_template_type, - STATE(3766), 1, - sym__scope_resolution, - [93548] = 5, + ACTIONS(6735), 1, + anon_sym_LPAREN2, + ACTIONS(6737), 1, + anon_sym_LBRACK, + STATE(3278), 1, + sym_parameter_list, + ACTIONS(5092), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, + [99312] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6661), 1, - anon_sym_delete, - ACTIONS(6663), 1, - anon_sym_new, - ACTIONS(6521), 2, + ACTIONS(6134), 1, anon_sym_TILDE, - anon_sym_COLON_COLON, - ACTIONS(6519), 3, + ACTIONS(6767), 1, sym_identifier, + ACTIONS(6769), 1, anon_sym_template, - sym_operator_name, - [93567] = 7, + STATE(2474), 3, + sym_template_method, + sym_destructor_name, + sym_dependent_field_identifier, + [99330] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, - anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6773), 1, anon_sym_LBRACK, - ACTIONS(6665), 1, + ACTIONS(6771), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, - STATE(2751), 1, - sym_parameter_list, - STATE(3538), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [93590] = 8, + anon_sym_LBRACK_LBRACK, + [99344] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3769), 1, - anon_sym_COLON_COLON, - ACTIONS(6651), 1, - anon_sym_template, - ACTIONS(6667), 1, - sym_identifier, - STATE(2460), 1, - sym_dependent_type_identifier, - STATE(2462), 1, - sym_template_type, - STATE(2499), 1, - sym_qualified_type_identifier, - STATE(3769), 1, - sym__scope_resolution, - [93615] = 8, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(3745), 1, - anon_sym_COLON_COLON, - ACTIONS(6669), 1, - sym_identifier, - ACTIONS(6671), 1, - anon_sym_template, - STATE(1353), 1, - sym_dependent_type_identifier, - STATE(1364), 1, - sym_template_type, - STATE(1376), 1, - sym_qualified_type_identifier, - STATE(3770), 1, - sym__scope_resolution, - [93640] = 7, + ACTIONS(6735), 1, + anon_sym_LPAREN2, + ACTIONS(6737), 1, + anon_sym_LBRACK, + STATE(3278), 1, + sym_parameter_list, + ACTIONS(5797), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, + [99376] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(6735), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6737), 1, anon_sym_LBRACK, - ACTIONS(6673), 1, + STATE(3265), 1, + sym_parameter_list, + ACTIONS(6779), 3, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, - STATE(2751), 1, + [99394] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6735), 1, + anon_sym_LPAREN2, + ACTIONS(6737), 1, + anon_sym_LBRACK, + STATE(3265), 1, sym_parameter_list, - STATE(3538), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [93663] = 8, + ACTIONS(6781), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + [99412] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4679), 1, - anon_sym_COLON_COLON, - ACTIONS(6669), 1, - sym_identifier, - ACTIONS(6671), 1, - anon_sym_template, - STATE(1279), 1, - sym_qualified_type_identifier, - STATE(1353), 1, - sym_dependent_type_identifier, - STATE(1364), 1, - sym_template_type, - STATE(3772), 1, - sym__scope_resolution, - [93688] = 3, + ACTIONS(6785), 1, + anon_sym_LBRACK, + ACTIONS(6783), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + [99426] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3013), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - ACTIONS(3011), 5, - anon_sym_COLON, - sym_identifier, - anon_sym_final, - anon_sym_override, - anon_sym_template, - [93703] = 7, + ACTIONS(6735), 1, + anon_sym_LPAREN2, + ACTIONS(6737), 1, + anon_sym_LBRACK, + STATE(3278), 1, + sym_parameter_list, + ACTIONS(5770), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, + [99444] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(6735), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6737), 1, anon_sym_LBRACK, - ACTIONS(6675), 1, - anon_sym_RPAREN, - STATE(2751), 1, + STATE(3271), 1, sym_parameter_list, - STATE(3538), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [93726] = 5, + ACTIONS(5770), 3, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + [99462] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6677), 1, - anon_sym_delete, - ACTIONS(6679), 1, - anon_sym_new, - ACTIONS(6521), 2, + ACTIONS(6789), 1, + anon_sym_LBRACK, + ACTIONS(6787), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + [99476] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6152), 1, anon_sym_TILDE, - anon_sym_COLON_COLON, - ACTIONS(6519), 3, + ACTIONS(6791), 1, sym_identifier, + ACTIONS(6793), 1, anon_sym_template, - sym_operator_name, - [93745] = 7, + STATE(2172), 3, + sym_template_method, + sym_destructor_name, + sym_dependent_field_identifier, + [99494] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1050), 1, - anon_sym_template, - ACTIONS(6251), 1, - anon_sym_COLON_COLON, - ACTIONS(6681), 1, - sym_identifier, - STATE(3522), 1, - sym__scope_resolution, - STATE(5061), 1, - sym_qualified_identifier, - STATE(4877), 2, - sym_template_type, - sym_dependent_type_identifier, - [93768] = 8, + ACTIONS(6797), 1, + anon_sym_LBRACK, + ACTIONS(6795), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + [99508] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3789), 1, - anon_sym_COLON_COLON, - ACTIONS(6683), 1, - sym_identifier, - ACTIONS(6685), 1, - anon_sym_template, - STATE(2068), 1, - sym_dependent_type_identifier, - STATE(2072), 1, - sym_template_type, - STATE(2185), 1, - sym_qualified_type_identifier, - STATE(3777), 1, - sym__scope_resolution, - [93793] = 7, + ACTIONS(6799), 1, + anon_sym_COMMA, + STATE(3950), 1, + aux_sym_field_declaration_repeat1, + ACTIONS(6802), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_COLON, + [99524] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(6735), 1, anon_sym_LPAREN2, - ACTIONS(6028), 1, + ACTIONS(6737), 1, anon_sym_LBRACK, - ACTIONS(6333), 1, - anon_sym_RPAREN, - STATE(3178), 1, + STATE(3278), 1, sym_parameter_list, - STATE(3830), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [93816] = 7, + ACTIONS(6804), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, + [99542] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(6735), 1, anon_sym_LPAREN2, - ACTIONS(6075), 1, + ACTIONS(6737), 1, anon_sym_LBRACK, - ACTIONS(6687), 1, - anon_sym_SEMI, - STATE(2751), 1, + STATE(3278), 1, sym_parameter_list, - STATE(3538), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [93839] = 7, + ACTIONS(6779), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, + [99560] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(6735), 1, anon_sym_LPAREN2, - ACTIONS(6028), 1, + ACTIONS(6737), 1, anon_sym_LBRACK, - ACTIONS(6689), 1, - anon_sym_RPAREN, - STATE(3178), 1, + STATE(3278), 1, sym_parameter_list, - STATE(3830), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [93862] = 7, + ACTIONS(6781), 3, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_GT2, + [99578] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1478), 1, - anon_sym_LBRACE, - ACTIONS(2950), 1, - anon_sym_LT, - ACTIONS(2952), 1, - anon_sym_COLON_COLON, - ACTIONS(4713), 1, - anon_sym_LPAREN2, - STATE(4165), 1, - sym_template_argument_list, - STATE(3904), 2, - sym_argument_list, - sym_initializer_list, - [93885] = 7, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(6735), 1, anon_sym_LPAREN2, - ACTIONS(6028), 1, + ACTIONS(6737), 1, anon_sym_LBRACK, - ACTIONS(6339), 1, - anon_sym_RPAREN, - STATE(3178), 1, + STATE(3265), 1, sym_parameter_list, - STATE(3830), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [93908] = 7, + ACTIONS(6804), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + [99614] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, + ACTIONS(1459), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(5772), 1, anon_sym_LPAREN2, - ACTIONS(6419), 1, + ACTIONS(6114), 1, anon_sym_LBRACK, - ACTIONS(6691), 1, - anon_sym_RPAREN, - STATE(3822), 1, + STATE(2707), 1, sym_parameter_list, - STATE(3723), 2, + STATE(3642), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [93931] = 7, + [99634] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5783), 1, + ACTIONS(6814), 1, + anon_sym_AMP, + ACTIONS(6812), 5, anon_sym_LPAREN2, - ACTIONS(6028), 1, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACE, + anon_sym_LBRACK, + [99648] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1459), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(6433), 1, anon_sym_LBRACK, - ACTIONS(6319), 1, + ACTIONS(6431), 2, anon_sym_RPAREN, - STATE(3178), 1, - sym_parameter_list, - STATE(3830), 2, + anon_sym_LPAREN2, + STATE(3637), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [93954] = 8, + [99666] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2698), 1, - anon_sym_COLON_COLON, - ACTIONS(6619), 1, - sym_identifier, - ACTIONS(6621), 1, - anon_sym_template, - STATE(1348), 1, - sym_dependent_type_identifier, - STATE(1349), 1, - sym_template_type, - STATE(1376), 1, - sym_qualified_type_identifier, - STATE(3785), 1, - sym__scope_resolution, - [93979] = 5, + ACTIONS(6818), 1, + anon_sym_AMP, + ACTIONS(6816), 5, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_AMP_AMP, + anon_sym_LBRACE, + anon_sym_LBRACK, + [99680] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2950), 1, - anon_sym_LT, - ACTIONS(6353), 1, + ACTIONS(6822), 1, anon_sym_LBRACK, - STATE(3680), 1, - sym_template_argument_list, - ACTIONS(6349), 3, + ACTIONS(6820), 5, + anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - [93997] = 5, + [99694] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6695), 1, + ACTIONS(6735), 1, anon_sym_LPAREN2, - ACTIONS(6697), 1, + ACTIONS(6737), 1, anon_sym_LBRACK, - STATE(3227), 1, + STATE(3278), 1, sym_parameter_list, - ACTIONS(6693), 3, + ACTIONS(6753), 3, anon_sym_DOT_DOT_DOT, anon_sym_COMMA, anon_sym_GT2, - [94015] = 3, + [99712] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2450), 1, - anon_sym_LBRACK, - ACTIONS(2443), 5, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, + ACTIONS(644), 1, + anon_sym_LBRACE, + ACTIONS(6340), 1, anon_sym_EQ, - anon_sym_GT2, - [94029] = 3, + STATE(644), 1, + sym_compound_statement, + STATE(645), 2, + sym_default_method_clause, + sym_delete_method_clause, + [99729] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6585), 1, - anon_sym_AMP, - ACTIONS(6583), 5, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(2984), 1, + anon_sym_LT, + STATE(4354), 1, + sym_template_argument_list, + ACTIONS(6824), 2, anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, anon_sym_LBRACE, - anon_sym_LBRACK, - [94043] = 5, + [99746] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6695), 1, - anon_sym_LPAREN2, - ACTIONS(6697), 1, - anon_sym_LBRACK, - STATE(3240), 1, - sym_parameter_list, - ACTIONS(6699), 3, + ACTIONS(2422), 1, + 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(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, + anon_sym_EQ, + STATE(1299), 1, + sym_template_argument_list, + [99784] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(6306), 1, + anon_sym_EQ, + STATE(550), 1, + sym_compound_statement, + STATE(551), 2, + sym_default_method_clause, + sym_delete_method_clause, + [99801] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(2984), 1, + anon_sym_LT, + ACTIONS(6834), 1, + anon_sym_SEMI, + ACTIONS(6836), 1, + anon_sym_EQ, + STATE(1299), 1, + sym_template_argument_list, + [99820] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(269), 1, + anon_sym_LBRACE, + ACTIONS(6346), 1, + anon_sym_EQ, + STATE(213), 1, + sym_compound_statement, + STATE(212), 2, + sym_default_method_clause, + sym_delete_method_clause, + [99837] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6316), 1, + anon_sym_LBRACE, + ACTIONS(6318), 1, + anon_sym_EQ, + STATE(962), 1, + sym_compound_statement, + STATE(963), 2, + sym_default_method_clause, + sym_delete_method_clause, + [99854] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6358), 1, + anon_sym_LBRACE, + ACTIONS(6360), 1, + anon_sym_EQ, + STATE(878), 1, + sym_compound_statement, + STATE(880), 2, + sym_default_method_clause, + sym_delete_method_clause, + [99871] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6840), 2, + anon_sym_TILDE, + anon_sym_COLON_COLON, + ACTIONS(6838), 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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(2984), 1, + anon_sym_LT, + ACTIONS(6846), 1, + anon_sym_SEMI, + ACTIONS(6848), 1, + anon_sym_EQ, + STATE(1299), 1, + sym_template_argument_list, + [99922] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6316), 1, anon_sym_LBRACE, + ACTIONS(6318), 1, + anon_sym_EQ, + STATE(931), 1, + sym_compound_statement, + STATE(935), 2, + sym_default_method_clause, + sym_delete_method_clause, + [99939] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3634), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(3638), 1, anon_sym_EQ, - [94061] = 6, + ACTIONS(6850), 1, + sym_identifier, + ACTIONS(3636), 2, + anon_sym_COMMA, + anon_sym_GT2, + [99956] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4738), 1, + anon_sym_LPAREN2, + ACTIONS(6854), 1, + anon_sym_COLON_COLON, + STATE(4480), 1, + sym_argument_list, + ACTIONS(6852), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [99973] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3075), 1, + ACTIONS(6324), 1, anon_sym_LBRACE, - ACTIONS(6701), 1, - anon_sym_COLON, - STATE(1282), 1, - sym__enum_base_clause, - STATE(1293), 1, - sym_enumerator_list, - ACTIONS(3442), 2, - anon_sym_COMMA, - anon_sym_GT2, - [94081] = 5, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(6695), 1, - anon_sym_LPAREN2, - ACTIONS(6697), 1, - anon_sym_LBRACK, - STATE(3240), 1, - sym_parameter_list, - ACTIONS(5772), 3, - anon_sym_SEMI, + ACTIONS(600), 1, anon_sym_LBRACE, + ACTIONS(6334), 1, anon_sym_EQ, - [94099] = 3, + STATE(513), 1, + sym_compound_statement, + STATE(514), 2, + sym_default_method_clause, + sym_delete_method_clause, + [100007] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2450), 1, - anon_sym_LBRACK, - ACTIONS(2443), 5, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, + 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, - anon_sym_GT2, - [94113] = 3, + STATE(1299), 1, + sym_template_argument_list, + [100026] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2450), 1, + ACTIONS(6735), 1, + anon_sym_LPAREN2, + ACTIONS(6737), 1, anon_sym_LBRACK, - ACTIONS(2443), 5, + STATE(3278), 1, + sym_parameter_list, + ACTIONS(6517), 2, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, anon_sym_GT2, - [94127] = 5, + [100043] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6695), 1, - anon_sym_LPAREN2, - ACTIONS(6697), 1, - anon_sym_LBRACK, - STATE(3240), 1, - sym_parameter_list, - ACTIONS(5173), 3, - anon_sym_SEMI, + ACTIONS(6324), 1, anon_sym_LBRACE, + ACTIONS(6326), 1, anon_sym_EQ, - [94145] = 3, + STATE(1041), 1, + sym_compound_statement, + STATE(1040), 2, + sym_default_method_clause, + sym_delete_method_clause, + [100060] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6705), 1, - anon_sym_AMP, - ACTIONS(6703), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, + ACTIONS(51), 1, anon_sym_LBRACE, - anon_sym_LBRACK, - [94159] = 5, + ACTIONS(6306), 1, + anon_sym_EQ, + STATE(583), 1, + sym_compound_statement, + STATE(582), 2, + sym_default_method_clause, + sym_delete_method_clause, + [100077] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6171), 1, - anon_sym_TILDE, - ACTIONS(6707), 1, - sym_identifier, - ACTIONS(6709), 1, - anon_sym_template, - STATE(2480), 3, - sym_template_method, - sym_destructor_name, - sym_dependent_field_identifier, - [94177] = 3, + ACTIONS(6860), 2, + anon_sym_class, + anon_sym_typename, + STATE(4705), 3, + sym_type_parameter_declaration, + sym_variadic_type_parameter_declaration, + sym_optional_type_parameter_declaration, + [100090] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6713), 1, - anon_sym_AMP, - ACTIONS(6711), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, - anon_sym_LBRACE, - anon_sym_LBRACK, - [94191] = 5, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(6695), 1, + ACTIONS(6735), 1, anon_sym_LPAREN2, - ACTIONS(6697), 1, + ACTIONS(6737), 1, anon_sym_LBRACK, - STATE(3248), 1, + STATE(3265), 1, sym_parameter_list, - ACTIONS(6693), 3, + ACTIONS(6517), 2, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_SEMI, - [94209] = 5, + [100122] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6695), 1, - anon_sym_LPAREN2, - ACTIONS(6697), 1, - anon_sym_LBRACK, - STATE(3248), 1, - sym_parameter_list, - ACTIONS(5772), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - [94227] = 5, + ACTIONS(600), 1, + anon_sym_LBRACE, + ACTIONS(6334), 1, + anon_sym_EQ, + STATE(641), 1, + sym_compound_statement, + STATE(639), 2, + sym_default_method_clause, + sym_delete_method_clause, + [100139] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6695), 1, - anon_sym_LPAREN2, - ACTIONS(6697), 1, - anon_sym_LBRACK, - STATE(3248), 1, - sym_parameter_list, - ACTIONS(5173), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - [94245] = 3, + 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(3), 1, sym_comment, - ACTIONS(6717), 1, - anon_sym_LBRACK, - ACTIONS(6715), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - [94259] = 3, + ACTIONS(644), 1, + anon_sym_LBRACE, + ACTIONS(6340), 1, + anon_sym_EQ, + STATE(584), 1, + sym_compound_statement, + STATE(580), 2, + sym_default_method_clause, + sym_delete_method_clause, + [100171] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6721), 2, + ACTIONS(6358), 1, + anon_sym_LBRACE, + ACTIONS(6360), 1, + anon_sym_EQ, + STATE(902), 1, + sym_compound_statement, + STATE(904), 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(6719), 4, + ACTIONS(6867), 3, sym_identifier, anon_sym_template, anon_sym_operator, - sym_operator_name, - [94273] = 3, + [100201] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6725), 1, - anon_sym_LBRACK, - ACTIONS(6723), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - [94287] = 5, + ACTIONS(269), 1, + anon_sym_LBRACE, + ACTIONS(6346), 1, + anon_sym_EQ, + STATE(231), 1, + sym_compound_statement, + STATE(232), 2, + sym_default_method_clause, + sym_delete_method_clause, + [100218] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6695), 1, - anon_sym_LPAREN2, - ACTIONS(6697), 1, - anon_sym_LBRACK, - STATE(3227), 1, - sym_parameter_list, - ACTIONS(5730), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - [94305] = 5, + 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(3), 1, sym_comment, - ACTIONS(6695), 1, - anon_sym_LPAREN2, - ACTIONS(6697), 1, - anon_sym_LBRACK, - STATE(3227), 1, - sym_parameter_list, - ACTIONS(5173), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - [94323] = 3, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3772), 1, + anon_sym_LBRACE, + STATE(2295), 1, + sym_field_declaration_list, + STATE(4580), 1, + sym_base_class_clause, + [100253] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2450), 1, - anon_sym_LBRACK, - ACTIONS(2443), 5, + ACTIONS(4154), 4, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, anon_sym_EQ, - anon_sym_GT2, - [94337] = 5, + [100263] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6695), 1, - anon_sym_LPAREN2, - ACTIONS(6697), 1, - anon_sym_LBRACK, - STATE(3227), 1, - sym_parameter_list, - ACTIONS(5772), 3, - anon_sym_DOT_DOT_DOT, + ACTIONS(4879), 1, anon_sym_COMMA, + ACTIONS(6875), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(6877), 1, anon_sym_GT2, - [94355] = 6, - ACTIONS(3), 1, + STATE(4420), 1, + aux_sym_template_argument_list_repeat1, + [100279] = 5, + ACTIONS(5871), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(5732), 1, - anon_sym_LPAREN2, - ACTIONS(6075), 1, - anon_sym_LBRACK, - STATE(2679), 1, - sym_parameter_list, - STATE(3538), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [94375] = 4, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(6727), 1, - anon_sym_COMMA, - STATE(3810), 1, - aux_sym_field_declaration_repeat1, - ACTIONS(6730), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, + ACTIONS(3403), 1, anon_sym_COLON, - [94391] = 5, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3794), 1, + sym_field_declaration_list, + STATE(4452), 1, + sym_base_class_clause, + [100311] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6125), 1, - anon_sym_TILDE, - ACTIONS(6732), 1, + ACTIONS(2399), 1, + anon_sym_LBRACE, + ACTIONS(6885), 1, sym_identifier, - ACTIONS(6734), 1, - anon_sym_template, - STATE(2210), 3, - sym_template_method, - sym_destructor_name, - sym_dependent_field_identifier, - [94409] = 3, + STATE(252), 1, + sym_declaration_list, + STATE(4373), 1, + sym_namespace_definition_name, + [100327] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, - anon_sym_AMP, - ACTIONS(6736), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3780), 1, anon_sym_LBRACE, - anon_sym_LBRACK, - [94423] = 3, + STATE(3789), 1, + sym_field_declaration_list, + STATE(4451), 1, + sym_base_class_clause, + [100343] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2450), 1, - anon_sym_LBRACK, - ACTIONS(2443), 5, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, + ACTIONS(269), 1, + anon_sym_LBRACE, + ACTIONS(6887), 1, + anon_sym_SEMI, + ACTIONS(6889), 1, anon_sym_EQ, - anon_sym_GT2, - [94437] = 3, - ACTIONS(3), 1, + STATE(196), 1, + sym_compound_statement, + [100359] = 5, + ACTIONS(5871), 1, sym_comment, - ACTIONS(6742), 1, - anon_sym_LBRACK, - ACTIONS(6740), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - [94451] = 3, - ACTIONS(3), 1, + 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(6746), 1, - anon_sym_LBRACK, - ACTIONS(6744), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - [94465] = 3, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(6750), 1, - anon_sym_LBRACK, - ACTIONS(6748), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - [94479] = 5, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3801), 1, + sym_field_declaration_list, + STATE(4450), 1, + sym_base_class_clause, + [100407] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6695), 1, - anon_sym_LPAREN2, - ACTIONS(6697), 1, - anon_sym_LBRACK, - STATE(3227), 1, - sym_parameter_list, - ACTIONS(6752), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - [94497] = 6, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3746), 1, + anon_sym_LBRACE, + STATE(2404), 1, + sym_field_declaration_list, + STATE(4736), 1, + sym_base_class_clause, + [100423] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3075), 1, + ACTIONS(3037), 1, anon_sym_LBRACE, - ACTIONS(6701), 1, + ACTIONS(3403), 1, anon_sym_COLON, - STATE(1277), 1, - sym__enum_base_clause, - STATE(1317), 1, - sym_enumerator_list, - ACTIONS(3448), 2, - anon_sym_COMMA, - anon_sym_GT2, - [94517] = 3, + STATE(1342), 1, + sym_field_declaration_list, + STATE(4685), 1, + sym_base_class_clause, + [100439] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6756), 2, - anon_sym_TILDE, - anon_sym_COLON_COLON, - ACTIONS(6754), 4, + ACTIONS(6901), 1, sym_identifier, - anon_sym_template, - anon_sym_operator, - sym_operator_name, - [94531] = 5, + ACTIONS(6903), 1, + anon_sym_COMMA, + ACTIONS(6905), 1, + anon_sym_RBRACE, + STATE(4327), 1, + sym_enumerator, + [100455] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6758), 1, - anon_sym_LBRACK, - ACTIONS(6761), 1, - anon_sym_EQ, - ACTIONS(6763), 1, - anon_sym_DOT, - STATE(3820), 3, - sym_subscript_designator, - sym_field_designator, - aux_sym_initializer_pair_repeat1, - [94549] = 3, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3802), 1, + anon_sym_LBRACE, + STATE(2097), 1, + sym_field_declaration_list, + STATE(4642), 1, + sym_base_class_clause, + [100471] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6768), 1, - anon_sym_LBRACK, - ACTIONS(6766), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - [94563] = 3, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3802), 1, + anon_sym_LBRACE, + STATE(2081), 1, + sym_field_declaration_list, + STATE(4628), 1, + sym_base_class_clause, + [100487] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6772), 1, - anon_sym_LBRACK, - ACTIONS(6770), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - [94577] = 5, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3802), 1, + anon_sym_LBRACE, + STATE(2084), 1, + sym_field_declaration_list, + STATE(4630), 1, + sym_base_class_clause, + [100503] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6695), 1, - anon_sym_LPAREN2, - ACTIONS(6697), 1, - anon_sym_LBRACK, - STATE(3227), 1, - sym_parameter_list, - ACTIONS(6774), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - [94595] = 5, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(6695), 1, + ACTIONS(5797), 1, + anon_sym_LBRACE, + ACTIONS(6735), 1, anon_sym_LPAREN2, - ACTIONS(6697), 1, + ACTIONS(6737), 1, anon_sym_LBRACK, - STATE(3227), 1, + STATE(3333), 1, sym_parameter_list, - ACTIONS(6776), 3, - anon_sym_DOT_DOT_DOT, - anon_sym_COMMA, - anon_sym_GT2, - [94613] = 5, + [100535] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6778), 1, - anon_sym_LBRACK, - ACTIONS(6780), 1, - anon_sym_EQ, - ACTIONS(6782), 1, - anon_sym_DOT, - STATE(3820), 3, - sym_subscript_designator, - sym_field_designator, - aux_sym_initializer_pair_repeat1, - [94631] = 3, - ACTIONS(3), 1, + ACTIONS(3401), 1, + anon_sym_LBRACE, + ACTIONS(3403), 1, + anon_sym_COLON, + STATE(1417), 1, + sym_field_declaration_list, + STATE(4766), 1, + sym_base_class_clause, + [100551] = 5, + ACTIONS(5871), 1, sym_comment, - ACTIONS(4221), 1, - anon_sym_LBRACK, - ACTIONS(4219), 5, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - [94645] = 5, + 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(3), 1, sym_comment, - ACTIONS(6695), 1, - anon_sym_LPAREN2, - ACTIONS(6697), 1, - anon_sym_LBRACK, - STATE(3240), 1, - sym_parameter_list, - ACTIONS(5760), 3, - anon_sym_SEMI, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3746), 1, anon_sym_LBRACE, - anon_sym_EQ, - [94663] = 5, + STATE(2470), 1, + sym_field_declaration_list, + STATE(4738), 1, + sym_base_class_clause, + [100583] = 5, + ACTIONS(5871), 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(3), 1, sym_comment, - ACTIONS(6695), 1, - anon_sym_LPAREN2, - ACTIONS(6697), 1, - anon_sym_LBRACK, - STATE(3248), 1, - sym_parameter_list, - ACTIONS(6752), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - [94681] = 5, + ACTIONS(3037), 1, + anon_sym_LBRACE, + ACTIONS(3403), 1, + anon_sym_COLON, + STATE(1308), 1, + sym_field_declaration_list, + STATE(4725), 1, + sym_base_class_clause, + [100615] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6695), 1, + ACTIONS(5778), 1, + anon_sym_LBRACE, + ACTIONS(6735), 1, anon_sym_LPAREN2, - ACTIONS(6697), 1, + ACTIONS(6737), 1, anon_sym_LBRACK, - STATE(3248), 1, + STATE(3333), 1, sym_parameter_list, - ACTIONS(6776), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - [94699] = 5, + [100631] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1476), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(6405), 1, - anon_sym_LBRACK, - ACTIONS(6403), 2, - anon_sym_RPAREN, - anon_sym_LPAREN2, - STATE(3541), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [94717] = 5, + 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(3), 1, sym_comment, - ACTIONS(6695), 1, - anon_sym_LPAREN2, - ACTIONS(6697), 1, - anon_sym_LBRACK, - STATE(3248), 1, - sym_parameter_list, - ACTIONS(5760), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - [94735] = 5, + ACTIONS(3037), 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(3), 1, sym_comment, - ACTIONS(6695), 1, - anon_sym_LPAREN2, - ACTIONS(6697), 1, - anon_sym_LBRACK, - STATE(3240), 1, - sym_parameter_list, - ACTIONS(5730), 3, - anon_sym_SEMI, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3746), 1, anon_sym_LBRACE, - anon_sym_EQ, - [94753] = 5, + STATE(2414), 1, + sym_field_declaration_list, + STATE(4741), 1, + sym_base_class_clause, + [100679] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6695), 1, - anon_sym_LPAREN2, - ACTIONS(6697), 1, - anon_sym_LBRACK, - STATE(3248), 1, - sym_parameter_list, - ACTIONS(5730), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - [94771] = 3, + ACTIONS(2375), 1, + anon_sym_LT, + ACTIONS(6907), 1, + sym_identifier, + STATE(685), 1, + sym_template_parameter_list, + STATE(1297), 1, + sym_template_type, + [100695] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4237), 1, - anon_sym_LBRACK, - ACTIONS(4235), 5, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_LBRACK_LBRACK, - anon_sym_EQ, - anon_sym_GT2, - [94785] = 5, + 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(3), 1, sym_comment, - ACTIONS(6695), 1, - anon_sym_LPAREN2, - ACTIONS(6697), 1, - anon_sym_LBRACK, - STATE(3227), 1, - sym_parameter_list, - ACTIONS(5760), 3, - anon_sym_DOT_DOT_DOT, + ACTIONS(4879), 1, anon_sym_COMMA, + ACTIONS(6875), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(6919), 1, anon_sym_GT2, - [94803] = 3, + STATE(4424), 1, + aux_sym_template_argument_list_repeat1, + [100727] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3767), 1, - anon_sym_AMP, - ACTIONS(3765), 5, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_AMP_AMP, + ACTIONS(3401), 1, anon_sym_LBRACE, - anon_sym_LBRACK, - [94817] = 3, + ACTIONS(3403), 1, + anon_sym_COLON, + STATE(1411), 1, + sym_field_declaration_list, + STATE(4765), 1, + sym_base_class_clause, + [100743] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6786), 1, - anon_sym_LBRACK, - ACTIONS(6784), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - [94831] = 5, + 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(3), 1, sym_comment, - ACTIONS(6695), 1, - anon_sym_LPAREN2, - ACTIONS(6697), 1, - anon_sym_LBRACK, - STATE(3248), 1, - sym_parameter_list, - ACTIONS(6774), 3, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(51), 1, + anon_sym_LBRACE, + ACTIONS(6921), 1, anon_sym_SEMI, - [94849] = 5, + ACTIONS(6923), 1, + anon_sym_EQ, + STATE(560), 1, + sym_compound_statement, + [100775] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6125), 1, - anon_sym_TILDE, - ACTIONS(6788), 1, - sym_identifier, - ACTIONS(6790), 1, - anon_sym_template, - STATE(2210), 3, - sym_template_method, - sym_destructor_name, - sym_dependent_field_identifier, - [94867] = 5, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3834), 1, + sym_field_declaration_list, + STATE(4446), 1, + sym_base_class_clause, + [100791] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6695), 1, - anon_sym_LPAREN2, - ACTIONS(6697), 1, - anon_sym_LBRACK, - STATE(3227), 1, - sym_parameter_list, - ACTIONS(5764), 3, - anon_sym_DOT_DOT_DOT, + ACTIONS(4879), 1, anon_sym_COMMA, + ACTIONS(6875), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(6925), 1, anon_sym_GT2, - [94885] = 5, + STATE(4377), 1, + aux_sym_template_argument_list_repeat1, + [100807] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6695), 1, - anon_sym_LPAREN2, - ACTIONS(6697), 1, - anon_sym_LBRACK, - STATE(3240), 1, - sym_parameter_list, - ACTIONS(5764), 3, - anon_sym_SEMI, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3780), 1, anon_sym_LBRACE, - anon_sym_EQ, - [94903] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6695), 1, - anon_sym_LPAREN2, - ACTIONS(6697), 1, - anon_sym_LBRACK, - STATE(3248), 1, - sym_parameter_list, - ACTIONS(5764), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - [94921] = 5, + STATE(3835), 1, + sym_field_declaration_list, + STATE(4445), 1, + sym_base_class_clause, + [100823] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3661), 1, + ACTIONS(6927), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(3665), 1, - anon_sym_EQ, - ACTIONS(6792), 1, - sym_identifier, - ACTIONS(3663), 2, + ACTIONS(6929), 1, anon_sym_COMMA, - anon_sym_GT2, - [94938] = 5, + ACTIONS(6931), 1, + anon_sym_LBRACE, + STATE(4180), 1, + aux_sym_base_class_clause_repeat1, + [100839] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(271), 1, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3780), 1, anon_sym_LBRACE, - ACTIONS(6315), 1, - anon_sym_EQ, - STATE(218), 1, - sym_compound_statement, - STATE(220), 2, - sym_default_method_clause, - sym_delete_method_clause, - [94955] = 5, + STATE(3842), 1, + sym_field_declaration_list, + STATE(4443), 1, + sym_base_class_clause, + [100855] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4713), 1, - anon_sym_LPAREN2, - ACTIONS(6796), 1, - anon_sym_COLON_COLON, - STATE(4314), 1, - sym_argument_list, - ACTIONS(6794), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [94972] = 6, + ACTIONS(3401), 1, + anon_sym_LBRACE, + ACTIONS(3403), 1, + anon_sym_COLON, + STATE(1423), 1, + sym_field_declaration_list, + STATE(4767), 1, + sym_base_class_clause, + [100871] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2950), 1, - anon_sym_LT, - ACTIONS(6798), 1, - anon_sym_SEMI, - ACTIONS(6800), 1, - anon_sym_EQ, - STATE(1350), 1, - sym_template_argument_list, - [94991] = 5, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3845), 1, + sym_field_declaration_list, + STATE(4441), 1, + sym_base_class_clause, + [100887] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2950), 1, - anon_sym_LT, - ACTIONS(2952), 1, - anon_sym_COLON_COLON, - STATE(4165), 1, - sym_template_argument_list, - ACTIONS(6802), 2, - anon_sym_LPAREN2, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3780), 1, anon_sym_LBRACE, - [95008] = 5, + STATE(3852), 1, + sym_field_declaration_list, + STATE(4440), 1, + sym_base_class_clause, + [100903] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6695), 1, - anon_sym_LPAREN2, - ACTIONS(6697), 1, - anon_sym_LBRACK, - STATE(3248), 1, - sym_parameter_list, - ACTIONS(6421), 2, + ACTIONS(6933), 1, + sym_identifier, + ACTIONS(6935), 3, anon_sym_COMMA, anon_sym_RPAREN, - [95025] = 5, + anon_sym_GT2, + [100915] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6695), 1, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3854), 1, + sym_field_declaration_list, + STATE(4438), 1, + sym_base_class_clause, + [100931] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5793), 1, + anon_sym_LBRACE, + ACTIONS(6735), 1, anon_sym_LPAREN2, - ACTIONS(6697), 1, + ACTIONS(6737), 1, anon_sym_LBRACK, - STATE(3227), 1, + STATE(3333), 1, sym_parameter_list, - ACTIONS(6421), 2, - anon_sym_COMMA, - anon_sym_GT2, - [95042] = 5, + [100947] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6263), 1, + ACTIONS(5092), 1, anon_sym_LBRACE, - ACTIONS(6265), 1, - anon_sym_EQ, - STATE(1033), 1, - sym_compound_statement, - STATE(1034), 2, - sym_default_method_clause, - sym_delete_method_clause, - [95059] = 3, + ACTIONS(6735), 1, + anon_sym_LPAREN2, + ACTIONS(6737), 1, + anon_sym_LBRACK, + STATE(3333), 1, + sym_parameter_list, + [100963] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6804), 2, - anon_sym_class, - anon_sym_typename, - STATE(4476), 3, - sym_type_parameter_declaration, - sym_variadic_type_parameter_declaration, - sym_optional_type_parameter_declaration, - [95072] = 5, + 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(3), 1, sym_comment, - ACTIONS(649), 1, + ACTIONS(4166), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LBRACE, - ACTIONS(6257), 1, anon_sym_EQ, - STATE(647), 1, - sym_compound_statement, - STATE(648), 2, - sym_default_method_clause, - sym_delete_method_clause, - [95089] = 5, + [100989] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6309), 1, + ACTIONS(6324), 1, anon_sym_LBRACE, - ACTIONS(6311), 1, + ACTIONS(6941), 1, + anon_sym_SEMI, + ACTIONS(6943), 1, anon_sym_EQ, - STATE(939), 1, + STATE(1054), 1, sym_compound_statement, - STATE(934), 2, - sym_default_method_clause, - sym_delete_method_clause, - [95106] = 5, + [101005] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(271), 1, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3746), 1, anon_sym_LBRACE, - ACTIONS(6315), 1, - anon_sym_EQ, - STATE(240), 1, - sym_compound_statement, - STATE(241), 2, - sym_default_method_clause, - sym_delete_method_clause, - [95123] = 6, - ACTIONS(3), 1, + STATE(2382), 1, + sym_field_declaration_list, + STATE(4625), 1, + sym_base_class_clause, + [101021] = 5, + ACTIONS(5871), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2950), 1, - anon_sym_LT, - ACTIONS(6806), 1, - anon_sym_SEMI, - ACTIONS(6808), 1, - anon_sym_EQ, - STATE(1350), 1, - sym_template_argument_list, - [95142] = 6, + ACTIONS(6893), 1, + aux_sym_string_literal_token1, + ACTIONS(6895), 1, + sym_escape_sequence, + ACTIONS(6945), 1, + anon_sym_DQUOTE, + STATE(4155), 1, + aux_sym_string_literal_repeat1, + [101037] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2950), 1, - anon_sym_LT, - ACTIONS(6810), 1, - anon_sym_SEMI, - ACTIONS(6812), 1, - anon_sym_EQ, - STATE(1350), 1, - sym_template_argument_list, - [95161] = 5, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3855), 1, + sym_field_declaration_list, + STATE(4473), 1, + sym_base_class_clause, + [101053] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(605), 1, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3780), 1, anon_sym_LBRACE, - ACTIONS(6327), 1, - anon_sym_EQ, - STATE(603), 1, - sym_compound_statement, - STATE(602), 2, - sym_default_method_clause, - sym_delete_method_clause, - [95178] = 6, + STATE(3848), 1, + sym_field_declaration_list, + STATE(4474), 1, + sym_base_class_clause, + [101069] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2950), 1, - anon_sym_LT, - ACTIONS(6814), 1, - anon_sym_SEMI, - ACTIONS(6816), 1, - anon_sym_EQ, - STATE(1350), 1, - sym_template_argument_list, - [95197] = 5, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3746), 1, + anon_sym_LBRACE, + STATE(2360), 1, + sym_field_declaration_list, + STATE(4617), 1, + sym_base_class_clause, + [101085] = 5, + ACTIONS(5871), 1, + sym_comment, + ACTIONS(6947), 1, + anon_sym_DQUOTE, + ACTIONS(6949), 1, + aux_sym_string_literal_token1, + ACTIONS(6951), 1, + sym_escape_sequence, + STATE(4080), 1, + aux_sym_string_literal_repeat1, + [101101] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6283), 1, + ACTIONS(6953), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(6955), 3, + anon_sym_COMMA, anon_sym_LBRACE, - ACTIONS(6285), 1, anon_sym_EQ, - STATE(844), 1, - sym_compound_statement, - STATE(846), 2, - sym_default_method_clause, - sym_delete_method_clause, - [95214] = 6, + [101113] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2950), 1, - anon_sym_LT, - ACTIONS(6818), 1, - anon_sym_SEMI, - ACTIONS(6820), 1, - anon_sym_EQ, - STATE(1350), 1, - sym_template_argument_list, - [95233] = 5, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3846), 1, + sym_field_declaration_list, + STATE(4477), 1, + sym_base_class_clause, + [101129] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6263), 1, - anon_sym_LBRACE, - ACTIONS(6265), 1, - anon_sym_EQ, - STATE(1012), 1, - sym_compound_statement, - STATE(1014), 2, - sym_default_method_clause, - sym_delete_method_clause, - [95250] = 5, + 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(3), 1, sym_comment, - ACTIONS(6283), 1, + ACTIONS(6210), 1, anon_sym_LBRACE, - ACTIONS(6285), 1, - anon_sym_EQ, - STATE(873), 1, + STATE(3034), 1, sym_compound_statement, - STATE(874), 2, - sym_default_method_clause, - sym_delete_method_clause, - [95267] = 5, + ACTIONS(5692), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [101159] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, - anon_sym_LBRACE, - ACTIONS(6279), 1, - anon_sym_EQ, - STATE(547), 1, - sym_compound_statement, - STATE(548), 2, - sym_default_method_clause, - sym_delete_method_clause, - [95284] = 5, + 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(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(600), 1, anon_sym_LBRACE, - ACTIONS(6279), 1, + ACTIONS(6963), 1, + anon_sym_SEMI, + ACTIONS(6965), 1, anon_sym_EQ, - STATE(524), 1, + STATE(517), 1, sym_compound_statement, - STATE(584), 2, - sym_default_method_clause, - sym_delete_method_clause, - [95301] = 6, - ACTIONS(3), 1, + [101191] = 5, + ACTIONS(5871), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2950), 1, - anon_sym_LT, - ACTIONS(6822), 1, - anon_sym_SEMI, - ACTIONS(6824), 1, - anon_sym_EQ, - STATE(1350), 1, - sym_template_argument_list, - [95320] = 4, + ACTIONS(6881), 1, + anon_sym_LPAREN, + ACTIONS(6967), 1, + anon_sym_LF, + ACTIONS(6969), 1, + sym_preproc_arg, + STATE(4690), 1, + sym_preproc_params, + [101207] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6826), 1, - anon_sym_catch, - ACTIONS(1502), 2, - anon_sym_else, - anon_sym_while, - STATE(3872), 2, - sym_catch_clause, - aux_sym_try_statement_repeat1, - [95335] = 5, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(6309), 1, + ACTIONS(269), 1, anon_sym_LBRACE, - ACTIONS(6311), 1, + ACTIONS(6973), 1, + anon_sym_SEMI, + ACTIONS(6975), 1, anon_sym_EQ, - STATE(944), 1, + STATE(207), 1, sym_compound_statement, - STATE(945), 2, - sym_default_method_clause, - sym_delete_method_clause, - [95352] = 5, + [101239] = 4, + 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, + sym_comment, + ACTIONS(6881), 1, + anon_sym_LPAREN, + ACTIONS(6979), 1, + anon_sym_LF, + ACTIONS(6981), 1, + sym_preproc_arg, + STATE(4482), 1, + sym_preproc_params, + [101269] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(649), 1, + ACTIONS(6324), 1, anon_sym_LBRACE, - ACTIONS(6257), 1, + ACTIONS(6983), 1, + anon_sym_SEMI, + ACTIONS(6985), 1, anon_sym_EQ, - STATE(582), 1, + STATE(1071), 1, sym_compound_statement, - STATE(588), 2, - sym_default_method_clause, - sym_delete_method_clause, - [95369] = 6, + [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(2394), 1, + ACTIONS(2422), 1, anon_sym_COLON_COLON, - ACTIONS(2950), 1, + ACTIONS(2984), 1, anon_sym_LT, - ACTIONS(6828), 1, + ACTIONS(6993), 1, anon_sym_SEMI, - ACTIONS(6830), 1, - anon_sym_EQ, - STATE(1350), 1, + STATE(1299), 1, sym_template_argument_list, - [95388] = 5, + [101317] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2952), 1, - anon_sym_COLON_COLON, - ACTIONS(5785), 1, - anon_sym_LT, - STATE(1350), 1, - sym_template_argument_list, - ACTIONS(2381), 2, + ACTIONS(6901), 1, + sym_identifier, + ACTIONS(6995), 1, anon_sym_COMMA, - anon_sym_GT2, - [95405] = 5, + ACTIONS(6997), 1, + anon_sym_RBRACE, + STATE(4296), 1, + sym_enumerator, + [101333] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(605), 1, + ACTIONS(6999), 1, + anon_sym_COMMA, + STATE(4157), 1, + aux_sym_field_initializer_list_repeat1, + ACTIONS(7001), 2, anon_sym_LBRACE, - ACTIONS(6327), 1, anon_sym_EQ, - STATE(541), 1, - sym_compound_statement, - STATE(539), 2, - sym_default_method_clause, - sym_delete_method_clause, - [95422] = 4, + [101347] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6832), 1, - anon_sym_catch, - ACTIONS(1508), 2, - anon_sym_else, - anon_sym_while, - STATE(3872), 2, - sym_catch_clause, - aux_sym_try_statement_repeat1, - [95437] = 5, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, - anon_sym_LBRACE, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - STATE(1318), 1, + ACTIONS(3752), 1, + anon_sym_LBRACE, + STATE(2568), 1, sym_field_declaration_list, - STATE(4520), 1, + STATE(4681), 1, sym_base_class_clause, - [95453] = 5, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(6835), 1, - anon_sym_LF, - ACTIONS(6837), 1, - anon_sym_LPAREN, - ACTIONS(6839), 1, - sym_preproc_arg, - STATE(4603), 1, - sym_preproc_params, - [95469] = 5, + [101379] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, + ACTIONS(6142), 1, anon_sym_LBRACE, - ACTIONS(3381), 1, - anon_sym_COLON, - STATE(1458), 1, - sym_field_declaration_list, - STATE(4552), 1, - sym_base_class_clause, - [95485] = 5, + STATE(2114), 1, + sym_compound_statement, + ACTIONS(5692), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [101393] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, - anon_sym_LBRACE, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - STATE(1459), 1, + ACTIONS(3752), 1, + anon_sym_LBRACE, + STATE(2576), 1, sym_field_declaration_list, - STATE(4565), 1, + STATE(4679), 1, sym_base_class_clause, - [95501] = 5, + [101409] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2371), 1, - anon_sym_LBRACE, - ACTIONS(6841), 1, - sym_identifier, - STATE(598), 1, - sym_declaration_list, - STATE(4048), 1, - sym_namespace_definition_name, - [95517] = 5, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - ACTIONS(3791), 1, + ACTIONS(3752), 1, anon_sym_LBRACE, - STATE(2335), 1, + STATE(2578), 1, sym_field_declaration_list, - STATE(4343), 1, + STATE(4678), 1, sym_base_class_clause, - [95533] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4713), 1, - anon_sym_LPAREN2, - STATE(4522), 1, - sym_argument_list, - ACTIONS(6843), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [95547] = 5, + [101441] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(6901), 1, + sym_identifier, + ACTIONS(7007), 1, anon_sym_COMMA, - ACTIONS(6845), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(6847), 1, - anon_sym_GT2, - STATE(4138), 1, - aux_sym_template_argument_list_repeat1, - [95563] = 5, + ACTIONS(7009), 1, + anon_sym_RBRACE, + STATE(4240), 1, + sym_enumerator, + [101457] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3791), 1, + ACTIONS(3037), 1, anon_sym_LBRACE, - STATE(2338), 1, + ACTIONS(3403), 1, + anon_sym_COLON, + STATE(1335), 1, sym_field_declaration_list, - STATE(4344), 1, + STATE(4684), 1, sym_base_class_clause, - [95579] = 5, + [101473] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2950), 1, - anon_sym_LT, - ACTIONS(6849), 1, + ACTIONS(644), 1, + anon_sym_LBRACE, + ACTIONS(7011), 1, anon_sym_SEMI, - STATE(1350), 1, - sym_template_argument_list, - [95595] = 5, + ACTIONS(7013), 1, + anon_sym_EQ, + STATE(568), 1, + sym_compound_statement, + [101489] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - ACTIONS(3791), 1, + ACTIONS(3802), 1, anon_sym_LBRACE, - STATE(2341), 1, + STATE(2065), 1, sym_field_declaration_list, - STATE(4345), 1, + STATE(4649), 1, sym_base_class_clause, - [95611] = 5, + [101505] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7015), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7017), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ, + [101517] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, + ACTIONS(3401), 1, anon_sym_LBRACE, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - STATE(1324), 1, + STATE(1442), 1, sym_field_declaration_list, - STATE(4507), 1, + STATE(4784), 1, sym_base_class_clause, - [95627] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2950), 1, - anon_sym_LT, - ACTIONS(6851), 1, - anon_sym_SEMI, - STATE(1350), 1, - sym_template_argument_list, - [95643] = 5, - ACTIONS(3), 1, + [101533] = 5, + ACTIONS(5871), 1, sym_comment, - ACTIONS(6695), 1, - anon_sym_LPAREN2, - ACTIONS(6697), 1, - anon_sym_LBRACK, - ACTIONS(6853), 1, - anon_sym_RPAREN, - STATE(3248), 1, - sym_parameter_list, - [95659] = 5, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, - anon_sym_COMMA, - ACTIONS(6845), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(6855), 1, - anon_sym_GT2, - STATE(4199), 1, - aux_sym_template_argument_list_repeat1, - [95675] = 5, + ACTIONS(3401), 1, + anon_sym_LBRACE, + ACTIONS(3403), 1, + anon_sym_COLON, + STATE(1402), 1, + sym_field_declaration_list, + STATE(4785), 1, + sym_base_class_clause, + [101565] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3791), 1, + ACTIONS(3401), 1, anon_sym_LBRACE, - STATE(2351), 1, + ACTIONS(3403), 1, + anon_sym_COLON, + STATE(1401), 1, sym_field_declaration_list, - STATE(4355), 1, + STATE(4792), 1, sym_base_class_clause, - [95691] = 5, + [101581] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - ACTIONS(3791), 1, + ACTIONS(3802), 1, anon_sym_LBRACE, - STATE(2353), 1, + STATE(2064), 1, sym_field_declaration_list, - STATE(4356), 1, + STATE(4656), 1, sym_base_class_clause, - [95707] = 5, - ACTIONS(3), 1, + [101597] = 5, + ACTIONS(5871), 1, sym_comment, - ACTIONS(4854), 1, - anon_sym_COMMA, - ACTIONS(6845), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(6857), 1, - anon_sym_GT2, - STATE(4233), 1, - aux_sym_template_argument_list_repeat1, - [95723] = 5, + ACTIONS(6893), 1, + aux_sym_string_literal_token1, + ACTIONS(6895), 1, + sym_escape_sequence, + ACTIONS(7021), 1, + anon_sym_DQUOTE, + STATE(4155), 1, + aux_sym_string_literal_repeat1, + [101613] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - ACTIONS(3791), 1, + ACTIONS(3802), 1, anon_sym_LBRACE, - STATE(2356), 1, + STATE(2060), 1, sym_field_declaration_list, - STATE(4359), 1, + STATE(4658), 1, sym_base_class_clause, - [95739] = 5, + [101629] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3791), 1, + ACTIONS(1549), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LBRACE, - STATE(2357), 1, - sym_field_declaration_list, - STATE(4363), 1, - sym_base_class_clause, - [95755] = 5, + anon_sym_EQ, + [101639] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3791), 1, + 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(3), 1, + sym_comment, + ACTIONS(3401), 1, anon_sym_LBRACE, - STATE(2359), 1, + ACTIONS(3403), 1, + anon_sym_COLON, + STATE(1428), 1, sym_field_declaration_list, - STATE(4365), 1, + STATE(4798), 1, sym_base_class_clause, - [95771] = 5, + [101671] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, + ACTIONS(3401), 1, anon_sym_LBRACE, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - STATE(1434), 1, + STATE(1426), 1, sym_field_declaration_list, - STATE(4589), 1, + STATE(4799), 1, sym_base_class_clause, - [95787] = 5, + [101687] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2347), 1, + ACTIONS(2375), 1, anon_sym_LT, - ACTIONS(6859), 1, + ACTIONS(6907), 1, sym_identifier, - STATE(688), 1, + STATE(689), 1, sym_template_parameter_list, - STATE(1270), 1, + STATE(1297), 1, sym_template_type, - [95803] = 5, + [101703] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3791), 1, + ACTIONS(3401), 1, anon_sym_LBRACE, - STATE(2360), 1, + ACTIONS(3403), 1, + anon_sym_COLON, + STATE(1424), 1, sym_field_declaration_list, - STATE(4373), 1, + STATE(4722), 1, sym_base_class_clause, - [95819] = 5, + [101719] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, - anon_sym_LBRACE, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - STATE(1430), 1, + ACTIONS(3802), 1, + anon_sym_LBRACE, + STATE(2056), 1, sym_field_declaration_list, - STATE(4590), 1, + STATE(4669), 1, sym_base_class_clause, - [95835] = 5, + [101735] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3802), 1, anon_sym_LBRACE, - ACTIONS(3381), 1, + STATE(2053), 1, + sym_field_declaration_list, + STATE(4673), 1, + sym_base_class_clause, + [101751] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3403), 1, anon_sym_COLON, - STATE(1424), 1, + ACTIONS(3802), 1, + anon_sym_LBRACE, + STATE(2052), 1, sym_field_declaration_list, - STATE(4594), 1, + STATE(4674), 1, sym_base_class_clause, - [95851] = 5, - ACTIONS(5817), 1, + [101767] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4435), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ, + [101777] = 5, + ACTIONS(5871), 1, sym_comment, - ACTIONS(6837), 1, + ACTIONS(6881), 1, anon_sym_LPAREN, - ACTIONS(6861), 1, + ACTIONS(7025), 1, anon_sym_LF, - ACTIONS(6863), 1, + ACTIONS(7027), 1, sym_preproc_arg, - STATE(4448), 1, + STATE(4512), 1, sym_preproc_params, - [95867] = 5, + [101793] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6283), 1, + ACTIONS(600), 1, anon_sym_LBRACE, - ACTIONS(6865), 1, + ACTIONS(7029), 1, anon_sym_SEMI, - ACTIONS(6867), 1, + ACTIONS(7031), 1, anon_sym_EQ, - STATE(854), 1, + STATE(593), 1, sym_compound_statement, - [95883] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6869), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(6871), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_EQ, - [95895] = 4, + [101809] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6873), 1, - anon_sym_COMMA, - STATE(3956), 1, - aux_sym_field_initializer_list_repeat1, - ACTIONS(6875), 2, - anon_sym_LBRACE, - anon_sym_EQ, - [95909] = 5, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(2451), 1, + anon_sym_SEMI, + ACTIONS(2984), 1, + anon_sym_LT, + STATE(2498), 1, + sym_template_argument_list, + [101825] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2347), 1, + ACTIONS(2375), 1, anon_sym_LT, - ACTIONS(6859), 1, + ACTIONS(6907), 1, sym_identifier, - STATE(686), 1, + STATE(688), 1, sym_template_parameter_list, - STATE(1270), 1, + STATE(1297), 1, sym_template_type, - [95925] = 3, + [101841] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6877), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(6879), 3, - anon_sym_COMMA, + ACTIONS(644), 1, anon_sym_LBRACE, + ACTIONS(7033), 1, + anon_sym_SEMI, + ACTIONS(7035), 1, anon_sym_EQ, - [95937] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3021), 1, - anon_sym_LBRACE, - ACTIONS(3381), 1, - anon_sym_COLON, - STATE(1319), 1, - sym_field_declaration_list, - STATE(4519), 1, - sym_base_class_clause, - [95953] = 5, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(6881), 1, - anon_sym_DQUOTE, - ACTIONS(6883), 1, - aux_sym_string_literal_token1, - ACTIONS(6885), 1, - sym_escape_sequence, - STATE(3946), 1, - aux_sym_string_literal_repeat1, - [95969] = 5, + STATE(624), 1, + sym_compound_statement, + [101857] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2347), 1, - anon_sym_LT, - ACTIONS(6859), 1, - sym_identifier, - STATE(689), 1, - sym_template_parameter_list, - STATE(1270), 1, - sym_template_type, - [95985] = 5, + ACTIONS(4879), 1, + anon_sym_COMMA, + ACTIONS(6875), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7037), 1, + anon_sym_GT2, + STATE(4238), 1, + aux_sym_template_argument_list_repeat1, + [101873] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6887), 1, - sym_identifier, - ACTIONS(6889), 1, + ACTIONS(4324), 4, + anon_sym_DOT_DOT_DOT, anon_sym_COMMA, - ACTIONS(6891), 1, - anon_sym_RBRACE, - STATE(4112), 1, - sym_enumerator, - [96001] = 5, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(6893), 1, - anon_sym_DQUOTE, - ACTIONS(6895), 1, - aux_sym_string_literal_token1, - ACTIONS(6897), 1, - sym_escape_sequence, - STATE(3986), 1, - aux_sym_string_literal_repeat1, - [96017] = 5, + anon_sym_LBRACE, + anon_sym_EQ, + [101883] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - ACTIONS(3791), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, - STATE(2373), 1, + STATE(2350), 1, sym_field_declaration_list, - STATE(4401), 1, + STATE(4527), 1, sym_base_class_clause, - [96033] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6093), 1, - anon_sym_LBRACE, - STATE(2967), 1, - sym_compound_statement, - ACTIONS(5662), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [96047] = 5, + [101899] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6899), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(6901), 1, - anon_sym_COMMA, - ACTIONS(6903), 1, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3772), 1, anon_sym_LBRACE, - STATE(4184), 1, - aux_sym_base_class_clause_repeat1, - [96063] = 5, + STATE(2353), 1, + sym_field_declaration_list, + STATE(4536), 1, + sym_base_class_clause, + [101915] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6309), 1, + ACTIONS(6316), 1, anon_sym_LBRACE, - ACTIONS(6905), 1, + ACTIONS(7039), 1, anon_sym_SEMI, - ACTIONS(6907), 1, + ACTIONS(7041), 1, anon_sym_EQ, - STATE(1044), 1, + STATE(925), 1, sym_compound_statement, - [96079] = 5, + [101931] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3791), 1, + ACTIONS(2397), 1, anon_sym_LBRACE, - STATE(2374), 1, - sym_field_declaration_list, - STATE(4403), 1, - sym_base_class_clause, - [96095] = 5, + ACTIONS(7043), 1, + sym_identifier, + STATE(588), 1, + sym_declaration_list, + STATE(4393), 1, + sym_namespace_definition_name, + [101947] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - ACTIONS(3791), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, - STATE(2377), 1, + STATE(2339), 1, sym_field_declaration_list, - STATE(4410), 1, + STATE(4539), 1, sym_base_class_clause, - [96111] = 5, + [101963] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6887), 1, - sym_identifier, - ACTIONS(6909), 1, + ACTIONS(6929), 1, anon_sym_COMMA, - ACTIONS(6911), 1, - anon_sym_RBRACE, - STATE(4147), 1, - sym_enumerator, - [96127] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2347), 1, - anon_sym_LT, - ACTIONS(6859), 1, - sym_identifier, - STATE(1270), 1, - sym_template_type, - STATE(3851), 1, - sym_template_parameter_list, - [96143] = 5, + ACTIONS(7045), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7047), 1, + anon_sym_LBRACE, + STATE(4396), 1, + aux_sym_base_class_clause_repeat1, + [101979] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - ACTIONS(3763), 1, + ACTIONS(3752), 1, anon_sym_LBRACE, - STATE(2284), 1, + STATE(2618), 1, sym_field_declaration_list, - STATE(4411), 1, + STATE(4668), 1, sym_base_class_clause, - [96159] = 5, + [101995] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, + ACTIONS(6226), 1, anon_sym_LBRACE, - ACTIONS(3381), 1, - anon_sym_COLON, - STATE(1437), 1, - sym_field_declaration_list, - STATE(4533), 1, - sym_base_class_clause, - [96175] = 5, + STATE(2467), 1, + sym_compound_statement, + ACTIONS(5692), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [102009] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, + ACTIONS(3037), 1, anon_sym_LBRACE, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - STATE(1418), 1, + STATE(1321), 1, sym_field_declaration_list, - STATE(4532), 1, + STATE(4745), 1, sym_base_class_clause, - [96191] = 5, + [102025] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - ACTIONS(3763), 1, + ACTIONS(3752), 1, anon_sym_LBRACE, - STATE(2282), 1, + STATE(2619), 1, sym_field_declaration_list, - STATE(4412), 1, + STATE(4666), 1, sym_base_class_clause, - [96207] = 5, + [102041] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6887), 1, - sym_identifier, - ACTIONS(6913), 1, - anon_sym_COMMA, - ACTIONS(6915), 1, - anon_sym_RBRACE, - STATE(4236), 1, - sym_enumerator, - [96223] = 5, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3752), 1, + anon_sym_LBRACE, + STATE(2612), 1, + sym_field_declaration_list, + STATE(4665), 1, + sym_base_class_clause, + [102057] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2347), 1, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(2984), 1, anon_sym_LT, - ACTIONS(6859), 1, - sym_identifier, - STATE(687), 1, - sym_template_parameter_list, - STATE(1270), 1, - sym_template_type, - [96239] = 5, + ACTIONS(7049), 1, + anon_sym_SEMI, + STATE(1299), 1, + sym_template_argument_list, + [102073] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2369), 1, + ACTIONS(4419), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_LBRACE, - ACTIONS(6917), 1, - sym_identifier, - STATE(581), 1, - sym_declaration_list, - STATE(4241), 1, - sym_namespace_definition_name, - [96255] = 5, + anon_sym_EQ, + [102083] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - ACTIONS(3757), 1, + ACTIONS(3752), 1, anon_sym_LBRACE, - STATE(2127), 1, + STATE(2607), 1, sym_field_declaration_list, - STATE(4453), 1, + STATE(4663), 1, sym_base_class_clause, - [96271] = 5, + [102099] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, - anon_sym_LBRACE, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - STATE(1416), 1, + ACTIONS(3752), 1, + anon_sym_LBRACE, + STATE(2603), 1, sym_field_declaration_list, - STATE(4524), 1, + STATE(4660), 1, sym_base_class_clause, - [96287] = 5, - ACTIONS(5817), 1, + [102115] = 5, + ACTIONS(5871), 1, sym_comment, - ACTIONS(6837), 1, - anon_sym_LPAREN, - ACTIONS(6919), 1, - anon_sym_LF, - ACTIONS(6921), 1, - sym_preproc_arg, - STATE(4430), 1, - sym_preproc_params, - [96303] = 5, + 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(3), 1, sym_comment, - ACTIONS(6283), 1, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3752), 1, anon_sym_LBRACE, - ACTIONS(6923), 1, - anon_sym_SEMI, - ACTIONS(6925), 1, - anon_sym_EQ, - STATE(850), 1, - sym_compound_statement, - [96319] = 5, + STATE(2602), 1, + sym_field_declaration_list, + STATE(4659), 1, + sym_base_class_clause, + [102147] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, + ACTIONS(2422), 1, anon_sym_COLON_COLON, - ACTIONS(2950), 1, + ACTIONS(2984), 1, anon_sym_LT, - ACTIONS(6927), 1, + ACTIONS(7057), 1, anon_sym_SEMI, - STATE(1350), 1, + STATE(1299), 1, sym_template_argument_list, - [96335] = 5, - ACTIONS(5817), 1, + [102163] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(6929), 1, - anon_sym_DQUOTE, - ACTIONS(6931), 1, - aux_sym_string_literal_token1, - ACTIONS(6933), 1, - sym_escape_sequence, - STATE(3992), 1, - aux_sym_string_literal_repeat1, - [96351] = 5, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3757), 1, + ACTIONS(2706), 1, anon_sym_LBRACE, - STATE(2115), 1, - sym_field_declaration_list, - STATE(4455), 1, - sym_base_class_clause, - [96367] = 5, + STATE(2665), 1, + sym_compound_statement, + ACTIONS(5692), 2, + anon_sym_LPAREN2, + anon_sym_LBRACK, + [102193] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(6999), 1, + anon_sym_COMMA, + STATE(4063), 1, + aux_sym_field_initializer_list_repeat1, + ACTIONS(7061), 2, anon_sym_LBRACE, - ACTIONS(6935), 1, - anon_sym_SEMI, - ACTIONS(6937), 1, anon_sym_EQ, - STATE(589), 1, - sym_compound_statement, - [96383] = 5, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(6939), 1, - anon_sym_DQUOTE, - ACTIONS(6941), 1, - aux_sym_string_literal_token1, - ACTIONS(6943), 1, - sym_escape_sequence, - STATE(3955), 1, - aux_sym_string_literal_repeat1, - [96399] = 5, + [102207] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, - anon_sym_LBRACE, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - STATE(1316), 1, + ACTIONS(3772), 1, + anon_sym_LBRACE, + STATE(2333), 1, sym_field_declaration_list, - STATE(4554), 1, + STATE(4551), 1, sym_base_class_clause, - [96415] = 5, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(6945), 1, - anon_sym_DQUOTE, - ACTIONS(6947), 1, - aux_sym_string_literal_token1, - ACTIONS(6949), 1, - sym_escape_sequence, - STATE(3982), 1, - aux_sym_string_literal_repeat1, - [96431] = 5, + [102223] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, + ACTIONS(6661), 1, + anon_sym_LPAREN2, + ACTIONS(6663), 1, anon_sym_LBRACE, - ACTIONS(3381), 1, - anon_sym_COLON, - STATE(1331), 1, - sym_field_declaration_list, - STATE(4574), 1, - sym_base_class_clause, - [96447] = 5, + STATE(4074), 2, + sym_argument_list, + sym_initializer_list, + [102237] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(6845), 1, + ACTIONS(6875), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(6951), 1, + ACTIONS(7063), 1, anon_sym_GT2, - STATE(4091), 1, + STATE(4217), 1, aux_sym_template_argument_list_repeat1, - [96463] = 5, + [102253] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, - anon_sym_LBRACE, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - STATE(1287), 1, + ACTIONS(3772), 1, + anon_sym_LBRACE, + STATE(2332), 1, sym_field_declaration_list, - STATE(4445), 1, + STATE(4552), 1, sym_base_class_clause, - [96479] = 5, + [102269] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - ACTIONS(3763), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, - STATE(2279), 1, + STATE(2329), 1, sym_field_declaration_list, - STATE(4413), 1, + STATE(4555), 1, sym_base_class_clause, - [96495] = 5, + [102285] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2347), 1, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(2984), 1, anon_sym_LT, - ACTIONS(6859), 1, - sym_identifier, - STATE(685), 1, - sym_template_parameter_list, - STATE(1270), 1, - sym_template_type, - [96511] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2367), 1, - anon_sym_LBRACE, - ACTIONS(6953), 1, - sym_identifier, - STATE(585), 1, - sym_declaration_list, - STATE(4069), 1, - sym_namespace_definition_name, - [96527] = 5, + ACTIONS(7065), 1, + anon_sym_SEMI, + STATE(1299), 1, + sym_template_argument_list, + [102301] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - ACTIONS(3757), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, - STATE(2098), 1, + STATE(2328), 1, sym_field_declaration_list, - STATE(4456), 1, + STATE(4558), 1, sym_base_class_clause, - [96543] = 5, + [102317] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, - anon_sym_LBRACE, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - STATE(1298), 1, + ACTIONS(3772), 1, + anon_sym_LBRACE, + STATE(2323), 1, sym_field_declaration_list, - STATE(4472), 1, + STATE(4559), 1, sym_base_class_clause, - [96559] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6955), 1, - sym_identifier, - ACTIONS(6957), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT2, - [96571] = 5, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(6959), 1, - anon_sym_DQUOTE, - ACTIONS(6961), 1, - aux_sym_string_literal_token1, - ACTIONS(6963), 1, - sym_escape_sequence, - STATE(3980), 1, - aux_sym_string_literal_repeat1, - [96587] = 5, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(6965), 1, - anon_sym_DQUOTE, - ACTIONS(6967), 1, - aux_sym_string_literal_token1, - ACTIONS(6970), 1, - sym_escape_sequence, - STATE(3946), 1, - aux_sym_string_literal_repeat1, - [96603] = 5, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(6973), 1, - anon_sym_DQUOTE, - ACTIONS(6975), 1, - aux_sym_string_literal_token1, - ACTIONS(6977), 1, - sym_escape_sequence, - STATE(3906), 1, - aux_sym_string_literal_repeat1, - [96619] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(649), 1, - anon_sym_LBRACE, - ACTIONS(6979), 1, - anon_sym_SEMI, - ACTIONS(6981), 1, - anon_sym_EQ, - STATE(502), 1, - sym_compound_statement, - [96635] = 5, + [102333] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, - anon_sym_LBRACE, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - STATE(1325), 1, + ACTIONS(3802), 1, + anon_sym_LBRACE, + STATE(2078), 1, sym_field_declaration_list, - STATE(4579), 1, + STATE(4687), 1, sym_base_class_clause, - [96651] = 5, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(6837), 1, - anon_sym_LPAREN, - ACTIONS(6983), 1, - anon_sym_LF, - ACTIONS(6985), 1, - sym_preproc_arg, - STATE(4581), 1, - sym_preproc_params, - [96667] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(605), 1, - anon_sym_LBRACE, - ACTIONS(6987), 1, - anon_sym_SEMI, - ACTIONS(6989), 1, - anon_sym_EQ, - STATE(629), 1, - sym_compound_statement, - [96683] = 5, + [102349] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, - anon_sym_LBRACE, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - STATE(1438), 1, + ACTIONS(3772), 1, + anon_sym_LBRACE, + STATE(2322), 1, sym_field_declaration_list, - STATE(4539), 1, + STATE(4561), 1, sym_base_class_clause, - [96699] = 5, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(6837), 1, - anon_sym_LPAREN, - ACTIONS(6991), 1, - anon_sym_LF, - ACTIONS(6993), 1, - sym_preproc_arg, - STATE(4442), 1, - sym_preproc_params, - [96715] = 5, + [102365] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - ACTIONS(3757), 1, + ACTIONS(3802), 1, anon_sym_LBRACE, - STATE(2084), 1, + STATE(2073), 1, sym_field_declaration_list, - STATE(4652), 1, + STATE(4688), 1, sym_base_class_clause, - [96731] = 5, - ACTIONS(5817), 1, + [102381] = 5, + ACTIONS(5871), 1, sym_comment, - ACTIONS(6883), 1, + ACTIONS(6893), 1, aux_sym_string_literal_token1, - ACTIONS(6885), 1, + ACTIONS(6895), 1, sym_escape_sequence, - ACTIONS(6995), 1, + ACTIONS(7067), 1, anon_sym_DQUOTE, - STATE(3946), 1, + STATE(4155), 1, aux_sym_string_literal_repeat1, - [96747] = 4, + [102397] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6997), 1, - anon_sym_COMMA, - STATE(3956), 1, - aux_sym_field_initializer_list_repeat1, - ACTIONS(7000), 2, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3802), 1, anon_sym_LBRACE, - anon_sym_EQ, - [96761] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2347), 1, - anon_sym_LT, - ACTIONS(6859), 1, - sym_identifier, - STATE(684), 1, - sym_template_parameter_list, - STATE(1270), 1, - sym_template_type, - [96777] = 5, + STATE(2041), 1, + sym_field_declaration_list, + STATE(4693), 1, + sym_base_class_clause, + [102413] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, + ACTIONS(3037), 1, anon_sym_LBRACE, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - STATE(1300), 1, + STATE(1320), 1, sym_field_declaration_list, - STATE(4480), 1, + STATE(4750), 1, sym_base_class_clause, - [96793] = 5, + [102429] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3757), 1, + ACTIONS(3037), 1, anon_sym_LBRACE, - STATE(2083), 1, + ACTIONS(3403), 1, + anon_sym_COLON, + STATE(1315), 1, sym_field_declaration_list, - STATE(4632), 1, + STATE(4751), 1, sym_base_class_clause, - [96809] = 5, + [102445] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6887), 1, - sym_identifier, - ACTIONS(7002), 1, - anon_sym_COMMA, - ACTIONS(7004), 1, - anon_sym_RBRACE, - STATE(4051), 1, - sym_enumerator, - [96825] = 5, + ACTIONS(6358), 1, + anon_sym_LBRACE, + ACTIONS(7069), 1, + anon_sym_SEMI, + ACTIONS(7071), 1, + anon_sym_EQ, + STATE(886), 1, + sym_compound_statement, + [102461] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3757), 1, + ACTIONS(3401), 1, anon_sym_LBRACE, - STATE(2080), 1, + ACTIONS(3403), 1, + anon_sym_COLON, + STATE(1407), 1, sym_field_declaration_list, - STATE(4600), 1, + STATE(4821), 1, sym_base_class_clause, - [96841] = 5, + [102477] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, - anon_sym_COMMA, - ACTIONS(6845), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7006), 1, - anon_sym_GT2, - STATE(4218), 1, - aux_sym_template_argument_list_repeat1, - [96857] = 5, + 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(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3751), 1, + 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, + sym_comment, + ACTIONS(7075), 1, + anon_sym_DQUOTE, + ACTIONS(7077), 1, + aux_sym_string_literal_token1, + ACTIONS(7079), 1, + sym_escape_sequence, + STATE(4076), 1, + aux_sym_string_literal_repeat1, + [102525] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3037), 1, anon_sym_LBRACE, - STATE(2580), 1, + ACTIONS(3403), 1, + anon_sym_COLON, + STATE(1311), 1, sym_field_declaration_list, - STATE(4596), 1, + STATE(4756), 1, sym_base_class_clause, - [96873] = 4, + [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, ACTIONS(3), 1, sym_comment, - ACTIONS(2712), 1, - anon_sym_LBRACE, - STATE(2640), 1, - sym_compound_statement, - ACTIONS(5662), 2, - anon_sym_LPAREN2, - anon_sym_LBRACK, - [96887] = 5, + 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(3), 1, sym_comment, - ACTIONS(6309), 1, + ACTIONS(3401), 1, anon_sym_LBRACE, - ACTIONS(7008), 1, - anon_sym_SEMI, - ACTIONS(7010), 1, - anon_sym_EQ, - STATE(1004), 1, - sym_compound_statement, - [96903] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - ACTIONS(3751), 1, - anon_sym_LBRACE, - STATE(2538), 1, + STATE(1413), 1, sym_field_declaration_list, - STATE(4593), 1, + STATE(4820), 1, sym_base_class_clause, - [96919] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1478), 1, - anon_sym_LBRACE, - ACTIONS(4713), 1, - anon_sym_LPAREN2, - STATE(3901), 2, - sym_argument_list, - sym_initializer_list, - [96933] = 5, + [102589] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2411), 1, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3752), 1, anon_sym_LBRACE, - ACTIONS(7012), 1, - sym_identifier, - STATE(206), 1, - sym_declaration_list, - STATE(4217), 1, - sym_namespace_definition_name, - [96949] = 5, + STATE(2587), 1, + sym_field_declaration_list, + STATE(4652), 1, + sym_base_class_clause, + [102605] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, + ACTIONS(3037), 1, anon_sym_LBRACE, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - STATE(1301), 1, + STATE(1303), 1, sym_field_declaration_list, - STATE(4505), 1, + STATE(4759), 1, sym_base_class_clause, - [96965] = 5, + [102621] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3751), 1, + ACTIONS(3401), 1, anon_sym_LBRACE, - STATE(2550), 1, + ACTIONS(3403), 1, + anon_sym_COLON, + STATE(1415), 1, sym_field_declaration_list, - STATE(4592), 1, + STATE(4808), 1, sym_base_class_clause, - [96981] = 5, + [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, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - ACTIONS(3757), 1, + ACTIONS(3752), 1, anon_sym_LBRACE, - STATE(2079), 1, + STATE(2575), 1, sym_field_declaration_list, - STATE(4620), 1, + STATE(4650), 1, sym_base_class_clause, - [96997] = 5, + [102669] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6887), 1, + ACTIONS(6901), 1, sym_identifier, - ACTIONS(7014), 1, + ACTIONS(7083), 1, anon_sym_COMMA, - ACTIONS(7016), 1, + ACTIONS(7085), 1, anon_sym_RBRACE, - STATE(4040), 1, + STATE(4316), 1, sym_enumerator, - [97013] = 4, + [102685] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6089), 1, + ACTIONS(5770), 1, anon_sym_LBRACE, - STATE(2476), 1, - sym_compound_statement, - ACTIONS(5662), 2, + ACTIONS(6735), 1, anon_sym_LPAREN2, + ACTIONS(6737), 1, anon_sym_LBRACK, - [97027] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6695), 1, - anon_sym_LPAREN2, - ACTIONS(6697), 1, - anon_sym_LBRACK, - ACTIONS(7018), 1, - anon_sym_RPAREN, - STATE(3248), 1, + STATE(3333), 1, sym_parameter_list, - [97043] = 5, + [102701] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - ACTIONS(3763), 1, + ACTIONS(3752), 1, anon_sym_LBRACE, - STATE(2247), 1, + STATE(2572), 1, sym_field_declaration_list, - STATE(4548), 1, + STATE(4648), 1, sym_base_class_clause, - [97059] = 5, + [102717] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3757), 1, + ACTIONS(3037), 1, anon_sym_LBRACE, - STATE(2070), 1, - sym_field_declaration_list, - STATE(4440), 1, - sym_base_class_clause, - [97075] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - ACTIONS(3763), 1, - anon_sym_LBRACE, - STATE(2248), 1, + STATE(1302), 1, sym_field_declaration_list, - STATE(4542), 1, + STATE(4760), 1, sym_base_class_clause, - [97091] = 5, + [102733] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3763), 1, + ACTIONS(3037), 1, anon_sym_LBRACE, - STATE(2250), 1, + ACTIONS(3403), 1, + anon_sym_COLON, + STATE(1312), 1, sym_field_declaration_list, - STATE(4537), 1, + STATE(4645), 1, sym_base_class_clause, - [97107] = 4, + [102749] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6873), 1, - anon_sym_COMMA, - STATE(3902), 1, - aux_sym_field_initializer_list_repeat1, - ACTIONS(7020), 2, - anon_sym_LBRACE, - anon_sym_EQ, - [97121] = 5, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(6883), 1, - aux_sym_string_literal_token1, - ACTIONS(6885), 1, - sym_escape_sequence, - ACTIONS(7022), 1, - anon_sym_DQUOTE, - STATE(3946), 1, - aux_sym_string_literal_repeat1, - [97137] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - ACTIONS(3757), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, - STATE(2069), 1, + STATE(2293), 1, sym_field_declaration_list, - STATE(4610), 1, + STATE(4581), 1, sym_base_class_clause, - [97153] = 5, - ACTIONS(5817), 1, + [102765] = 5, + ACTIONS(5871), 1, sym_comment, - ACTIONS(6883), 1, + ACTIONS(7087), 1, + anon_sym_DQUOTE, + ACTIONS(7089), 1, aux_sym_string_literal_token1, - ACTIONS(6885), 1, + ACTIONS(7092), 1, sym_escape_sequence, - ACTIONS(7024), 1, - anon_sym_DQUOTE, - STATE(3946), 1, + STATE(4155), 1, aux_sym_string_literal_repeat1, - [97169] = 5, + [102781] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(271), 1, - anon_sym_LBRACE, - ACTIONS(7026), 1, + ACTIONS(2422), 1, + anon_sym_COLON_COLON, + ACTIONS(2984), 1, + anon_sym_LT, + ACTIONS(7095), 1, anon_sym_SEMI, - ACTIONS(7028), 1, - anon_sym_EQ, - STATE(193), 1, - sym_compound_statement, - [97185] = 5, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(7030), 1, - anon_sym_DQUOTE, - ACTIONS(7032), 1, - aux_sym_string_literal_token1, - ACTIONS(7034), 1, - sym_escape_sequence, - STATE(3996), 1, - aux_sym_string_literal_repeat1, - [97201] = 5, + STATE(1299), 1, + sym_template_argument_list, + [102797] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6263), 1, + ACTIONS(7097), 1, + anon_sym_COMMA, + STATE(4157), 1, + aux_sym_field_initializer_list_repeat1, + ACTIONS(7100), 2, anon_sym_LBRACE, - ACTIONS(7036), 1, - anon_sym_SEMI, - ACTIONS(7038), 1, anon_sym_EQ, - STATE(915), 1, - sym_compound_statement, - [97217] = 5, - ACTIONS(5817), 1, + [102811] = 5, + ACTIONS(5871), 1, sym_comment, - ACTIONS(6883), 1, - aux_sym_string_literal_token1, - ACTIONS(6885), 1, - sym_escape_sequence, - ACTIONS(7040), 1, - anon_sym_DQUOTE, - STATE(3946), 1, - aux_sym_string_literal_repeat1, - [97233] = 5, + ACTIONS(6881), 1, + anon_sym_LPAREN, + ACTIONS(7102), 1, + anon_sym_LF, + ACTIONS(7104), 1, + sym_preproc_arg, + STATE(4795), 1, + sym_preproc_params, + [102827] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2347), 1, - anon_sym_LT, - ACTIONS(6859), 1, - sym_identifier, - STATE(683), 1, - sym_template_parameter_list, - STATE(1270), 1, - sym_template_type, - [97249] = 5, + ACTIONS(3403), 1, + anon_sym_COLON, + ACTIONS(3772), 1, + anon_sym_LBRACE, + STATE(2289), 1, + sym_field_declaration_list, + STATE(4584), 1, + sym_base_class_clause, + [102843] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2950), 1, - anon_sym_LT, - ACTIONS(7042), 1, - anon_sym_SEMI, - STATE(1350), 1, - sym_template_argument_list, - [97265] = 5, + ACTIONS(6901), 1, + sym_identifier, + ACTIONS(7106), 1, + anon_sym_COMMA, + ACTIONS(7108), 1, + anon_sym_RBRACE, + STATE(4254), 1, + sym_enumerator, + [102859] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, - anon_sym_LBRACE, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - STATE(1304), 1, + ACTIONS(3746), 1, + anon_sym_LBRACE, + STATE(2390), 1, sym_field_declaration_list, - STATE(4504), 1, + STATE(4748), 1, sym_base_class_clause, - [97281] = 5, - ACTIONS(5817), 1, + [102875] = 5, + ACTIONS(5871), 1, sym_comment, - ACTIONS(6837), 1, + ACTIONS(6881), 1, anon_sym_LPAREN, - ACTIONS(7044), 1, + ACTIONS(7110), 1, anon_sym_LF, - ACTIONS(7046), 1, + ACTIONS(7112), 1, sym_preproc_arg, - STATE(4291), 1, + STATE(4592), 1, sym_preproc_params, - [97297] = 5, + [102891] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(6358), 1, anon_sym_LBRACE, - ACTIONS(7048), 1, + ACTIONS(7114), 1, anon_sym_SEMI, - ACTIONS(7050), 1, + ACTIONS(7116), 1, anon_sym_EQ, - STATE(564), 1, + STATE(856), 1, sym_compound_statement, - [97313] = 5, - ACTIONS(5817), 1, + [102907] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(6883), 1, - aux_sym_string_literal_token1, - ACTIONS(6885), 1, - sym_escape_sequence, - ACTIONS(7052), 1, - anon_sym_DQUOTE, - STATE(3946), 1, - aux_sym_string_literal_repeat1, - [97329] = 5, + ACTIONS(4179), 4, + anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ, + [102917] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(605), 1, + ACTIONS(6316), 1, anon_sym_LBRACE, - ACTIONS(7054), 1, + ACTIONS(7118), 1, anon_sym_SEMI, - ACTIONS(7056), 1, + ACTIONS(7120), 1, anon_sym_EQ, - STATE(591), 1, + STATE(949), 1, sym_compound_statement, - [97345] = 5, + [102933] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - ACTIONS(3757), 1, + ACTIONS(3746), 1, anon_sym_LBRACE, - STATE(2134), 1, + STATE(2393), 1, sym_field_declaration_list, - STATE(4279), 1, + STATE(4757), 1, sym_base_class_clause, - [97361] = 5, + [102949] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, - anon_sym_COMMA, - ACTIONS(6845), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7058), 1, - anon_sym_GT2, - STATE(4121), 1, - aux_sym_template_argument_list_repeat1, - [97377] = 5, - ACTIONS(5817), 1, + ACTIONS(2441), 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(6883), 1, + ACTIONS(7124), 1, + anon_sym_DQUOTE, + ACTIONS(7126), 1, aux_sym_string_literal_token1, - ACTIONS(6885), 1, + ACTIONS(7128), 1, sym_escape_sequence, - ACTIONS(7060), 1, - anon_sym_DQUOTE, - STATE(3946), 1, + STATE(4141), 1, aux_sym_string_literal_repeat1, - [97393] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3763), 1, - anon_sym_LBRACE, - STATE(2270), 1, - sym_field_declaration_list, - STATE(4466), 1, - sym_base_class_clause, - [97409] = 5, + [102981] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - ACTIONS(3763), 1, + ACTIONS(3746), 1, anon_sym_LBRACE, - STATE(2268), 1, + STATE(2354), 1, sym_field_declaration_list, - STATE(4467), 1, + STATE(4763), 1, sym_base_class_clause, - [97425] = 5, + [102997] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(271), 1, + ACTIONS(51), 1, anon_sym_LBRACE, - ACTIONS(7062), 1, + ACTIONS(7130), 1, anon_sym_SEMI, - ACTIONS(7064), 1, + ACTIONS(7132), 1, anon_sym_EQ, - STATE(224), 1, + STATE(503), 1, sym_compound_statement, - [97441] = 5, + [103013] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6901), 1, - anon_sym_COMMA, - ACTIONS(7066), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7068), 1, + ACTIONS(2439), 1, anon_sym_LBRACE, - STATE(4075), 1, - aux_sym_base_class_clause_repeat1, - [97457] = 5, + 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(3381), 1, - anon_sym_COLON, - ACTIONS(3763), 1, - anon_sym_LBRACE, - STATE(2265), 1, - sym_field_declaration_list, - STATE(4470), 1, - sym_base_class_clause, - [97473] = 5, + 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, ACTIONS(3), 1, sym_comment, - ACTIONS(6263), 1, - anon_sym_LBRACE, - ACTIONS(7070), 1, - anon_sym_SEMI, - ACTIONS(7072), 1, - anon_sym_EQ, - STATE(1021), 1, - sym_compound_statement, - [97489] = 5, + 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(3), 1, sym_comment, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - ACTIONS(3751), 1, + ACTIONS(3746), 1, anon_sym_LBRACE, - STATE(2562), 1, + STATE(2456), 1, sym_field_declaration_list, - STATE(4526), 1, + STATE(4811), 1, sym_base_class_clause, - [97505] = 5, + [103093] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - ACTIONS(3763), 1, + ACTIONS(3746), 1, anon_sym_LBRACE, - STATE(2264), 1, + STATE(2452), 1, sym_field_declaration_list, - STATE(4473), 1, + STATE(4781), 1, sym_base_class_clause, - [97521] = 5, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(6837), 1, - anon_sym_LPAREN, - ACTIONS(7074), 1, - anon_sym_LF, - ACTIONS(7076), 1, - sym_preproc_arg, - STATE(4394), 1, - sym_preproc_params, - [97537] = 5, + [103109] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, + ACTIONS(3403), 1, anon_sym_COLON, - ACTIONS(3751), 1, + ACTIONS(3746), 1, anon_sym_LBRACE, - STATE(2574), 1, + STATE(2428), 1, sym_field_declaration_list, - STATE(4562), 1, + STATE(4773), 1, sym_base_class_clause, - [97553] = 5, + [103125] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3757), 1, - anon_sym_LBRACE, - STATE(2132), 1, - sym_field_declaration_list, - STATE(4508), 1, - sym_base_class_clause, - [97569] = 5, + ACTIONS(7144), 1, + sym_identifier, + STATE(1297), 1, + sym_template_type, + STATE(3661), 1, + sym_template_function, + [103138] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3757), 1, - anon_sym_LBRACE, - STATE(2125), 1, - sym_field_declaration_list, - STATE(4492), 1, - sym_base_class_clause, - [97585] = 5, + ACTIONS(4845), 1, + anon_sym_COMMA, + ACTIONS(5036), 1, + anon_sym_RPAREN, + STATE(4391), 1, + aux_sym_argument_list_repeat1, + [103151] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3751), 1, + ACTIONS(6929), 1, + anon_sym_COMMA, + ACTIONS(7146), 1, anon_sym_LBRACE, - STATE(2573), 1, - sym_field_declaration_list, - STATE(4560), 1, - sym_base_class_clause, - [97601] = 5, + STATE(4186), 1, + aux_sym_base_class_clause_repeat1, + [103164] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3751), 1, - anon_sym_LBRACE, - STATE(2567), 1, - sym_field_declaration_list, - STATE(4557), 1, - sym_base_class_clause, - [97617] = 5, + ACTIONS(7150), 1, + anon_sym_RPAREN, + ACTIONS(7148), 2, + anon_sym_DOT_DOT_DOT, + sym_identifier, + [103175] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3763), 1, - anon_sym_LBRACE, - STATE(2262), 1, - sym_field_declaration_list, - STATE(4474), 1, - sym_base_class_clause, - [97633] = 5, + ACTIONS(4845), 1, + anon_sym_COMMA, + ACTIONS(4875), 1, + anon_sym_RPAREN, + STATE(4206), 1, + aux_sym_argument_list_repeat1, + [103188] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, + ACTIONS(7152), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7154), 2, + anon_sym_COMMA, anon_sym_LBRACE, - ACTIONS(3381), 1, - anon_sym_COLON, - STATE(1443), 1, - sym_field_declaration_list, - STATE(4488), 1, - sym_base_class_clause, - [97649] = 5, + [103199] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3751), 1, - anon_sym_LBRACE, - STATE(2556), 1, - sym_field_declaration_list, - STATE(4547), 1, - sym_base_class_clause, - [97665] = 5, + ACTIONS(7156), 1, + sym_identifier, + STATE(1297), 1, + sym_template_type, + STATE(2209), 1, + sym_template_function, + [103212] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3751), 1, + ACTIONS(7158), 1, + anon_sym_COMMA, + ACTIONS(7160), 1, + anon_sym_RPAREN, + STATE(4422), 1, + aux_sym_preproc_params_repeat1, + [103225] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7154), 1, anon_sym_LBRACE, - STATE(2545), 1, - sym_field_declaration_list, - STATE(4544), 1, - sym_base_class_clause, - [97681] = 5, + ACTIONS(7162), 1, + anon_sym_COMMA, + STATE(4186), 1, + aux_sym_base_class_clause_repeat1, + [103238] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(7165), 1, anon_sym_COMMA, - ACTIONS(6845), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7078), 1, - anon_sym_GT2, - STATE(4268), 1, - aux_sym_template_argument_list_repeat1, - [97697] = 5, + ACTIONS(7167), 1, + anon_sym_RPAREN, + STATE(4208), 1, + aux_sym_throw_specifier_repeat1, + [103251] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3751), 1, + ACTIONS(6929), 1, + anon_sym_COMMA, + ACTIONS(7146), 1, anon_sym_LBRACE, - STATE(2543), 1, - sym_field_declaration_list, - STATE(4541), 1, - sym_base_class_clause, - [97713] = 4, + STATE(4259), 1, + aux_sym_base_class_clause_repeat1, + [103264] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6117), 1, - anon_sym_LBRACE, - STATE(2205), 1, - sym_compound_statement, - ACTIONS(5662), 2, + ACTIONS(7171), 1, + anon_sym_RPAREN, + ACTIONS(7169), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [103275] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7173), 1, anon_sym_LPAREN2, - anon_sym_LBRACK, - [97727] = 5, + ACTIONS(7175), 1, + anon_sym_constexpr, + STATE(1084), 1, + sym_condition_clause, + [103288] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3751), 1, - anon_sym_LBRACE, - STATE(2561), 1, - sym_field_declaration_list, - STATE(4527), 1, - sym_base_class_clause, - [97743] = 5, + ACTIONS(7177), 1, + sym_identifier, + STATE(1297), 1, + sym_template_type, + STATE(2209), 1, + sym_template_function, + [103301] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3763), 1, - anon_sym_LBRACE, - STATE(2261), 1, - sym_field_declaration_list, - STATE(4482), 1, - sym_base_class_clause, - [97759] = 5, + ACTIONS(7179), 1, + anon_sym_catch, + STATE(106), 2, + sym_catch_clause, + aux_sym_try_statement_repeat1, + [103312] = 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(3), 1, + sym_comment, + ACTIONS(7183), 1, + sym_identifier, + STATE(1297), 1, + sym_template_type, + STATE(2209), 1, + sym_template_function, + [103338] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(5004), 1, + anon_sym_RBRACE, + ACTIONS(7185), 1, anon_sym_COMMA, - ACTIONS(6845), 1, + STATE(4195), 1, + aux_sym_initializer_list_repeat1, + [103351] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6875), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(7080), 1, + ACTIONS(7188), 2, + anon_sym_COMMA, anon_sym_GT2, - STATE(4057), 1, - aux_sym_template_argument_list_repeat1, - [97775] = 5, + [103362] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, - anon_sym_LBRACE, - ACTIONS(3381), 1, - anon_sym_COLON, - STATE(1306), 1, - sym_field_declaration_list, - STATE(4503), 1, - sym_base_class_clause, - [97791] = 5, + ACTIONS(4879), 1, + anon_sym_COMMA, + ACTIONS(7190), 1, + anon_sym_GT2, + STATE(4213), 1, + aux_sym_template_argument_list_repeat1, + [103375] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2950), 1, - anon_sym_LT, - ACTIONS(7082), 1, - anon_sym_SEMI, - STATE(1350), 1, - sym_template_argument_list, - [97807] = 5, + ACTIONS(7173), 1, + anon_sym_LPAREN2, + ACTIONS(7192), 1, + anon_sym_constexpr, + STATE(1143), 1, + sym_condition_clause, + [103388] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2950), 1, - anon_sym_LT, - ACTIONS(7084), 1, - anon_sym_SEMI, - STATE(1350), 1, - sym_template_argument_list, - [97823] = 5, + 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(649), 1, - anon_sym_LBRACE, - ACTIONS(7086), 1, - anon_sym_SEMI, - ACTIONS(7088), 1, - anon_sym_EQ, - STATE(610), 1, - sym_compound_statement, - [97839] = 5, + ACTIONS(7199), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT2, + [103410] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, - anon_sym_LBRACE, - ACTIONS(3381), 1, - anon_sym_COLON, - STATE(1457), 1, - sym_field_declaration_list, - STATE(4485), 1, - sym_base_class_clause, - [97855] = 5, + ACTIONS(7201), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT2, + [103419] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, - anon_sym_LBRACE, - ACTIONS(3381), 1, - anon_sym_COLON, - STATE(1464), 1, - sym_field_declaration_list, - STATE(4479), 1, - sym_base_class_clause, - [97871] = 5, + ACTIONS(7203), 1, + anon_sym_COMMA, + ACTIONS(7206), 1, + anon_sym_GT2, + STATE(4202), 1, + aux_sym_template_parameter_list_repeat1, + [103432] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2443), 1, - anon_sym_SEMI, - ACTIONS(2950), 1, - anon_sym_LT, - STATE(2492), 1, - sym_template_argument_list, - [97887] = 5, + ACTIONS(7165), 1, + anon_sym_COMMA, + ACTIONS(7208), 1, + anon_sym_RPAREN, + STATE(4311), 1, + aux_sym_throw_specifier_repeat1, + [103445] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6887), 1, + ACTIONS(6901), 1, sym_identifier, - ACTIONS(7090), 1, - anon_sym_COMMA, - ACTIONS(7092), 1, + ACTIONS(7210), 1, anon_sym_RBRACE, - STATE(4202), 1, + STATE(4762), 1, sym_enumerator, - [97903] = 5, + [103458] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_COLON_COLON, - ACTIONS(2950), 1, - anon_sym_LT, - ACTIONS(7094), 1, + ACTIONS(6465), 1, + anon_sym_COMMA, + ACTIONS(7212), 1, anon_sym_SEMI, - STATE(1350), 1, - sym_template_argument_list, - [97919] = 5, + STATE(4256), 1, + aux_sym_type_definition_repeat2, + [103471] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(4845), 1, anon_sym_COMMA, - ACTIONS(6845), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7096), 1, + ACTIONS(7214), 1, + anon_sym_RPAREN, + STATE(4233), 1, + aux_sym_argument_list_repeat1, + [103484] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4879), 1, + anon_sym_COMMA, + ACTIONS(7216), 1, anon_sym_GT2, - STATE(4128), 1, + STATE(4331), 1, aux_sym_template_argument_list_repeat1, - [97935] = 5, + [103497] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_COLON, - ACTIONS(3751), 1, - anon_sym_LBRACE, - STATE(2568), 1, - sym_field_declaration_list, - STATE(4528), 1, - sym_base_class_clause, - [97951] = 4, + ACTIONS(7165), 1, + anon_sym_COMMA, + ACTIONS(7218), 1, + anon_sym_RPAREN, + STATE(4311), 1, + aux_sym_throw_specifier_repeat1, + [103510] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6415), 1, + ACTIONS(7220), 1, anon_sym_COMMA, - ACTIONS(7098), 1, - anon_sym_SEMI, - STATE(4153), 1, - aux_sym_type_definition_repeat2, - [97964] = 4, + 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, + sym_comment, + ACTIONS(7225), 1, + anon_sym_LF, + STATE(3390), 1, + sym_preproc_argument_list, + [103536] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6067), 1, + ACTIONS(7227), 1, anon_sym_COMMA, - ACTIONS(7100), 1, - anon_sym_SEMI, - STATE(4122), 1, - aux_sym_declaration_repeat1, - [97977] = 4, + ACTIONS(7230), 1, + anon_sym_RPAREN, + STATE(4211), 1, + aux_sym_parameter_list_repeat1, + [103549] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4938), 1, + ACTIONS(7232), 1, anon_sym_COMMA, - ACTIONS(5001), 1, + ACTIONS(7234), 1, anon_sym_RPAREN, - STATE(4087), 1, - aux_sym_argument_list_repeat1, - [97990] = 4, + STATE(4305), 1, + aux_sym_alone_macro_call_repeat1, + [103562] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4879), 1, + anon_sym_COMMA, + ACTIONS(7236), 1, + anon_sym_GT2, + STATE(4199), 1, + aux_sym_template_argument_list_repeat1, + [103575] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6415), 1, + ACTIONS(4845), 1, anon_sym_COMMA, - ACTIONS(7102), 1, - anon_sym_SEMI, - STATE(4153), 1, - aux_sym_type_definition_repeat2, - [98003] = 4, + ACTIONS(4849), 1, + anon_sym_RPAREN, + STATE(4274), 1, + aux_sym_argument_list_repeat1, + [103588] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6067), 1, + ACTIONS(7238), 1, anon_sym_COMMA, - ACTIONS(7104), 1, - anon_sym_SEMI, - STATE(4122), 1, - aux_sym_declaration_repeat1, - [98016] = 4, + ACTIONS(7240), 1, + anon_sym_GT2, + STATE(4394), 1, + aux_sym_template_parameter_list_repeat1, + [103601] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4938), 1, + ACTIONS(7165), 1, anon_sym_COMMA, - ACTIONS(7106), 1, + ACTIONS(7242), 1, anon_sym_RPAREN, - STATE(4161), 1, - aux_sym_argument_list_repeat1, - [98029] = 4, + STATE(4203), 1, + aux_sym_throw_specifier_repeat1, + [103614] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6887), 1, - sym_identifier, - ACTIONS(7108), 1, - anon_sym_RBRACE, - STATE(4515), 1, - sym_enumerator, - [98042] = 4, + ACTIONS(4879), 1, + anon_sym_COMMA, + ACTIONS(7244), 1, + anon_sym_GT2, + STATE(4199), 1, + aux_sym_template_argument_list_repeat1, + [103627] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7108), 1, - anon_sym_RBRACE, - ACTIONS(7110), 1, + ACTIONS(7246), 3, anon_sym_COMMA, - STATE(4201), 1, - aux_sym_enumerator_list_repeat1, - [98055] = 4, + anon_sym_LBRACE, + anon_sym_EQ, + [103636] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7112), 1, + ACTIONS(7100), 3, anon_sym_COMMA, - ACTIONS(7114), 1, - anon_sym_RBRACE, - STATE(4090), 1, - aux_sym_enumerator_list_repeat1, - [98068] = 4, + anon_sym_LBRACE, + anon_sym_EQ, + [103645] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7116), 1, + ACTIONS(7248), 1, anon_sym_GT2, - STATE(4197), 1, + STATE(4199), 1, aux_sym_template_argument_list_repeat1, - [98081] = 4, + [103658] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(3609), 1, + anon_sym_RBRACE, + ACTIONS(7250), 1, anon_sym_COMMA, - ACTIONS(7118), 1, - anon_sym_GT2, - STATE(4129), 1, - aux_sym_template_argument_list_repeat1, - [98094] = 4, + STATE(4195), 1, + aux_sym_initializer_list_repeat1, + [103671] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7120), 1, + ACTIONS(4939), 1, anon_sym_COMMA, - ACTIONS(7122), 1, - anon_sym_RBRACK_RBRACK, - STATE(4172), 1, - aux_sym_attribute_declaration_repeat1, - [98107] = 4, + ACTIONS(7252), 1, + anon_sym_RBRACK, + STATE(4358), 1, + aux_sym_lambda_capture_specifier_repeat1, + [103684] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6067), 1, + ACTIONS(6108), 1, anon_sym_COMMA, - ACTIONS(7124), 1, + ACTIONS(7254), 1, anon_sym_SEMI, - STATE(4122), 1, + STATE(4360), 1, aux_sym_declaration_repeat1, - [98120] = 4, + [103697] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(7256), 1, anon_sym_COMMA, - ACTIONS(7126), 1, - anon_sym_GT2, - STATE(4058), 1, - aux_sym_template_argument_list_repeat1, - [98133] = 3, + ACTIONS(7259), 1, + anon_sym_RBRACE, + STATE(4224), 1, + aux_sym_enumerator_list_repeat1, + [103710] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7128), 1, - anon_sym_catch, - STATE(112), 2, - sym_catch_clause, - aux_sym_try_statement_repeat1, - [98144] = 4, + ACTIONS(7261), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ, + [103719] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7130), 1, - sym_identifier, - STATE(2055), 1, - sym_template_type, - STATE(2078), 1, - sym_template_function, - [98157] = 4, + ACTIONS(7263), 3, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + [103728] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2371), 1, - anon_sym_LBRACE, - ACTIONS(7132), 1, - anon_sym_COLON_COLON, - STATE(499), 1, - sym_declaration_list, - [98170] = 4, + ACTIONS(6901), 1, + sym_identifier, + ACTIONS(7265), 1, + anon_sym_RBRACE, + STATE(4762), 1, + sym_enumerator, + [103741] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6067), 1, + ACTIONS(6465), 1, anon_sym_COMMA, - ACTIONS(7134), 1, + ACTIONS(7267), 1, anon_sym_SEMI, - STATE(4122), 1, - aux_sym_declaration_repeat1, - [98183] = 4, + STATE(4256), 1, + aux_sym_type_definition_repeat2, + [103754] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6067), 1, + ACTIONS(7269), 1, anon_sym_COMMA, - ACTIONS(7136), 1, - anon_sym_SEMI, - STATE(4263), 1, - aux_sym_declaration_repeat1, - [98196] = 4, + ACTIONS(7271), 1, + anon_sym_RBRACK_RBRACK, + STATE(4304), 1, + aux_sym_attribute_declaration_repeat1, + [103767] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7138), 1, + ACTIONS(7273), 1, anon_sym_COMMA, - ACTIONS(7140), 1, + ACTIONS(7275), 1, + anon_sym_RPAREN, + STATE(4211), 1, + aux_sym_parameter_list_repeat1, + [103780] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6901), 1, + sym_identifier, + ACTIONS(7277), 1, anon_sym_RBRACE, - STATE(4039), 1, - aux_sym_enumerator_list_repeat1, - [98209] = 4, + STATE(4762), 1, + sym_enumerator, + [103793] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7142), 1, + ACTIONS(7279), 1, sym_identifier, - STATE(1270), 1, + STATE(1297), 1, sym_template_type, - STATE(2206), 1, + STATE(2209), 1, sym_template_function, - [98222] = 4, + [103806] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6067), 1, + ACTIONS(5106), 1, + anon_sym_RPAREN, + ACTIONS(7281), 1, anon_sym_COMMA, - ACTIONS(7144), 1, - anon_sym_SEMI, - STATE(4072), 1, - aux_sym_declaration_repeat1, - [98235] = 4, + STATE(4233), 1, + aux_sym_argument_list_repeat1, + [103819] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4938), 1, + ACTIONS(7284), 1, anon_sym_COMMA, - ACTIONS(5031), 1, - anon_sym_RPAREN, - STATE(4037), 1, - aux_sym_argument_list_repeat1, - [98248] = 4, + ACTIONS(7286), 1, + anon_sym_RBRACE, + STATE(4224), 1, + aux_sym_enumerator_list_repeat1, + [103832] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7146), 1, + ACTIONS(6901), 1, sym_identifier, - STATE(1270), 1, - sym_template_type, - STATE(2078), 1, - sym_template_function, - [98261] = 4, + ACTIONS(7286), 1, + anon_sym_RBRACE, + STATE(4762), 1, + sym_enumerator, + [103845] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(4845), 1, anon_sym_COMMA, - ACTIONS(7148), 1, - anon_sym_GT2, - STATE(4197), 1, - aux_sym_template_argument_list_repeat1, - [98274] = 4, + ACTIONS(7288), 1, + anon_sym_RPAREN, + STATE(4233), 1, + aux_sym_argument_list_repeat1, + [103858] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7150), 1, + ACTIONS(7290), 1, anon_sym_GT2, - STATE(4197), 1, + STATE(4199), 1, aux_sym_template_argument_list_repeat1, - [98287] = 4, + [103871] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7152), 1, + ACTIONS(7292), 1, anon_sym_GT2, - STATE(4197), 1, + STATE(4199), 1, aux_sym_template_argument_list_repeat1, - [98300] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7154), 1, - sym_identifier, - STATE(1270), 1, - sym_template_type, - STATE(2078), 1, - sym_template_function, - [98313] = 4, + [103884] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7120), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7156), 1, - anon_sym_RBRACK_RBRACK, - STATE(4172), 1, - aux_sym_attribute_declaration_repeat1, - [98326] = 4, + ACTIONS(7294), 1, + anon_sym_GT2, + STATE(4199), 1, + aux_sym_template_argument_list_repeat1, + [103897] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5009), 1, + ACTIONS(7296), 1, anon_sym_COMMA, - ACTIONS(5011), 1, + ACTIONS(7298), 1, anon_sym_RBRACE, - STATE(4119), 1, - aux_sym_initializer_list_repeat1, - [98339] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7158), 1, - anon_sym_COMMA, - ACTIONS(7160), 1, - anon_sym_RPAREN, - STATE(4166), 1, - aux_sym_parameter_list_repeat1, - [98352] = 4, + STATE(4385), 1, + aux_sym_enumerator_list_repeat1, + [103910] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6415), 1, - anon_sym_COMMA, - ACTIONS(7162), 1, - anon_sym_SEMI, - STATE(4153), 1, - aux_sym_type_definition_repeat2, - [98365] = 4, + ACTIONS(7300), 1, + anon_sym_catch, + STATE(683), 2, + sym_catch_clause, + aux_sym_try_statement_repeat1, + [103921] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6887), 1, + ACTIONS(6901), 1, sym_identifier, - ACTIONS(7164), 1, + ACTIONS(7302), 1, anon_sym_RBRACE, - STATE(4515), 1, + STATE(4762), 1, sym_enumerator, - [98378] = 4, + [103934] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(6108), 1, anon_sym_COMMA, - ACTIONS(7166), 1, - anon_sym_GT2, - STATE(4125), 1, - aux_sym_template_argument_list_repeat1, - [98391] = 3, + ACTIONS(7304), 1, + anon_sym_SEMI, + STATE(4277), 1, + aux_sym_declaration_repeat1, + [103947] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7168), 1, - anon_sym_catch, - STATE(106), 2, - sym_catch_clause, - aux_sym_try_statement_repeat1, - [98402] = 4, + ACTIONS(5986), 1, + anon_sym_RPAREN, + ACTIONS(7306), 1, + anon_sym_COMMA, + STATE(4244), 1, + aux_sym_preproc_argument_list_repeat1, + [103960] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7170), 1, + ACTIONS(7309), 1, sym_identifier, - STATE(2454), 1, + STATE(2391), 1, sym_template_type, - STATE(2479), 1, + STATE(2462), 1, sym_template_function, - [98415] = 4, + [103973] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6067), 1, + ACTIONS(6465), 1, anon_sym_COMMA, - ACTIONS(7172), 1, + ACTIONS(7311), 1, anon_sym_SEMI, - STATE(4033), 1, - aux_sym_declaration_repeat1, - [98428] = 4, + STATE(4256), 1, + aux_sym_type_definition_repeat2, + [103986] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2367), 1, - anon_sym_LBRACE, - ACTIONS(7132), 1, - anon_sym_COLON_COLON, - STATE(576), 1, - sym_declaration_list, - [98441] = 4, + ACTIONS(3621), 1, + anon_sym_RBRACE, + ACTIONS(7313), 1, + anon_sym_COMMA, + STATE(4195), 1, + aux_sym_initializer_list_repeat1, + [103999] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6067), 1, + ACTIONS(6465), 1, anon_sym_COMMA, - ACTIONS(7174), 1, + ACTIONS(7315), 1, anon_sym_SEMI, - STATE(4122), 1, - aux_sym_declaration_repeat1, - [98454] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7176), 1, - anon_sym_catch, - STATE(104), 2, - sym_catch_clause, - aux_sym_try_statement_repeat1, - [98465] = 4, + STATE(4256), 1, + aux_sym_type_definition_repeat2, + [104012] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6067), 1, + ACTIONS(6465), 1, anon_sym_COMMA, - ACTIONS(7178), 1, + ACTIONS(7317), 1, anon_sym_SEMI, - STATE(4122), 1, - aux_sym_declaration_repeat1, - [98478] = 4, + STATE(4256), 1, + aux_sym_type_definition_repeat2, + [104025] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7158), 1, + ACTIONS(7319), 1, anon_sym_COMMA, - ACTIONS(7180), 1, + ACTIONS(7322), 1, anon_sym_RPAREN, - STATE(4133), 1, - aux_sym_parameter_list_repeat1, - [98491] = 4, + STATE(4250), 1, + aux_sym_preproc_params_repeat1, + [104038] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7182), 1, + ACTIONS(4845), 1, anon_sym_COMMA, - ACTIONS(7184), 1, + ACTIONS(4985), 1, anon_sym_RPAREN, - STATE(4085), 1, - aux_sym_alone_macro_call_repeat1, - [98504] = 4, + STATE(4378), 1, + aux_sym_argument_list_repeat1, + [104051] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6901), 1, + ACTIONS(4845), 1, anon_sym_COMMA, - ACTIONS(6903), 1, - anon_sym_LBRACE, - STATE(4191), 1, - aux_sym_base_class_clause_repeat1, - [98517] = 4, + ACTIONS(4847), 1, + anon_sym_RPAREN, + STATE(4287), 1, + aux_sym_argument_list_repeat1, + [104064] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3594), 1, - anon_sym_RBRACE, - ACTIONS(7186), 1, - anon_sym_COMMA, - STATE(4195), 1, - aux_sym_initializer_list_repeat1, - [98530] = 4, + ACTIONS(7324), 1, + sym_identifier, + STATE(1297), 1, + sym_template_type, + STATE(2209), 1, + sym_template_function, + [104077] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5019), 1, + ACTIONS(7326), 1, anon_sym_COMMA, - ACTIONS(5021), 1, + ACTIONS(7328), 1, anon_sym_RBRACE, - STATE(4116), 1, - aux_sym_initializer_list_repeat1, - [98543] = 4, + STATE(4289), 1, + aux_sym_enumerator_list_repeat1, + [104090] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, - anon_sym_COMMA, - ACTIONS(7188), 1, - anon_sym_GT2, - STATE(4197), 1, - aux_sym_template_argument_list_repeat1, - [98556] = 4, + ACTIONS(7263), 3, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + [104099] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4938), 1, + ACTIONS(7330), 1, anon_sym_COMMA, - ACTIONS(7190), 1, - anon_sym_RPAREN, - STATE(4161), 1, - aux_sym_argument_list_repeat1, - [98569] = 4, + ACTIONS(7333), 1, + anon_sym_SEMI, + STATE(4256), 1, + aux_sym_type_definition_repeat2, + [104112] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6887), 1, + ACTIONS(7335), 1, sym_identifier, - ACTIONS(7192), 1, - anon_sym_RBRACE, - STATE(4515), 1, - sym_enumerator, - [98582] = 4, + STATE(1297), 1, + sym_template_type, + STATE(2209), 1, + sym_template_function, + [104125] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6695), 1, - anon_sym_LPAREN2, - ACTIONS(6697), 1, - anon_sym_LBRACK, - STATE(3240), 1, - sym_parameter_list, - [98595] = 4, + ACTIONS(6108), 1, + anon_sym_COMMA, + ACTIONS(7337), 1, + anon_sym_SEMI, + STATE(4360), 1, + aux_sym_declaration_repeat1, + [104138] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7120), 1, + ACTIONS(6929), 1, anon_sym_COMMA, - ACTIONS(7194), 1, - anon_sym_RBRACK_RBRACK, - STATE(4043), 1, - aux_sym_attribute_declaration_repeat1, - [98608] = 4, + ACTIONS(7339), 1, + anon_sym_LBRACE, + STATE(4186), 1, + aux_sym_base_class_clause_repeat1, + [104151] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6415), 1, + ACTIONS(6108), 1, anon_sym_COMMA, - ACTIONS(7196), 1, + ACTIONS(7341), 1, anon_sym_SEMI, - STATE(4153), 1, - aux_sym_type_definition_repeat2, - [98621] = 4, + STATE(4360), 1, + aux_sym_declaration_repeat1, + [104164] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4820), 1, - anon_sym_RBRACE, - ACTIONS(4952), 1, + ACTIONS(6108), 1, anon_sym_COMMA, - STATE(4076), 1, - aux_sym_initializer_list_repeat1, - [98634] = 4, + ACTIONS(7343), 1, + anon_sym_SEMI, + STATE(4371), 1, + aux_sym_declaration_repeat1, + [104177] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7182), 1, + ACTIONS(7345), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(7347), 2, anon_sym_COMMA, - ACTIONS(7198), 1, - anon_sym_RPAREN, - STATE(4213), 1, - aux_sym_alone_macro_call_repeat1, - [98647] = 4, + anon_sym_LBRACE, + [104188] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7182), 1, - anon_sym_COMMA, - ACTIONS(7200), 1, - anon_sym_RPAREN, - STATE(4213), 1, - aux_sym_alone_macro_call_repeat1, - [98660] = 4, + ACTIONS(6599), 3, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_DOT, + [104197] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4938), 1, + ACTIONS(5837), 1, anon_sym_COMMA, - ACTIONS(7202), 1, + ACTIONS(7349), 1, anon_sym_RPAREN, - STATE(4161), 1, - aux_sym_argument_list_repeat1, - [98673] = 4, + STATE(4244), 1, + aux_sym_preproc_argument_list_repeat1, + [104210] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7192), 1, + ACTIONS(4843), 1, anon_sym_RBRACE, - ACTIONS(7204), 1, + ACTIONS(5068), 1, anon_sym_COMMA, - STATE(4201), 1, - aux_sym_enumerator_list_repeat1, - [98686] = 4, + STATE(4403), 1, + aux_sym_initializer_list_repeat1, + [104223] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6887), 1, - sym_identifier, - ACTIONS(7206), 1, - anon_sym_RBRACE, - STATE(4515), 1, - sym_enumerator, - [98699] = 4, + ACTIONS(6735), 1, + anon_sym_LPAREN2, + ACTIONS(6737), 1, + anon_sym_LBRACK, + STATE(3333), 1, + sym_parameter_list, + [104236] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7206), 1, - anon_sym_RBRACE, - ACTIONS(7208), 1, + ACTIONS(6108), 1, anon_sym_COMMA, - STATE(4201), 1, - aux_sym_enumerator_list_repeat1, - [98712] = 4, + ACTIONS(7351), 1, + anon_sym_SEMI, + STATE(4360), 1, + aux_sym_declaration_repeat1, + [104249] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(4859), 1, anon_sym_COMMA, - ACTIONS(7210), 1, - anon_sym_GT2, - STATE(4197), 1, - aux_sym_template_argument_list_repeat1, - [98725] = 4, + ACTIONS(4861), 1, + anon_sym_RBRACE, + STATE(4221), 1, + aux_sym_initializer_list_repeat1, + [104262] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7120), 1, + ACTIONS(7269), 1, anon_sym_COMMA, - ACTIONS(7212), 1, + ACTIONS(7353), 1, anon_sym_RBRACK_RBRACK, - STATE(4060), 1, + STATE(4350), 1, aux_sym_attribute_declaration_repeat1, - [98738] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7214), 1, - anon_sym_LPAREN2, - ACTIONS(7216), 1, - anon_sym_constexpr, - STATE(1173), 1, - sym_condition_clause, - [98751] = 4, + [104275] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7218), 1, - sym_identifier, - STATE(1270), 1, - sym_template_type, - STATE(2078), 1, - sym_template_function, - [98764] = 3, + ACTIONS(6108), 1, + anon_sym_COMMA, + ACTIONS(7355), 1, + anon_sym_SEMI, + STATE(4360), 1, + aux_sym_declaration_repeat1, + [104288] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7220), 1, - sym_identifier, - ACTIONS(7222), 2, + ACTIONS(4879), 1, anon_sym_COMMA, + ACTIONS(7357), 1, anon_sym_GT2, - [98775] = 2, + STATE(4308), 1, + aux_sym_template_argument_list_repeat1, + [104301] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7224), 3, - anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(3407), 1, anon_sym_EQ, - [98784] = 2, + ACTIONS(3405), 2, + anon_sym_COMMA, + anon_sym_GT2, + [104312] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7224), 3, - anon_sym_SEMI, + ACTIONS(2439), 1, anon_sym_LBRACE, - anon_sym_EQ, - [98793] = 4, - ACTIONS(5815), 1, - anon_sym_LPAREN2, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(7226), 1, - anon_sym_LF, - STATE(3350), 1, - sym_preproc_argument_list, - [98806] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7228), 1, - sym_identifier, - STATE(1270), 1, - sym_template_type, - STATE(2206), 1, - sym_template_function, - [98819] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7214), 1, - anon_sym_LPAREN2, - ACTIONS(7230), 1, - anon_sym_constexpr, - STATE(1141), 1, - sym_condition_clause, - [98832] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4854), 1, - anon_sym_COMMA, - ACTIONS(7232), 1, - anon_sym_GT2, - STATE(4041), 1, - aux_sym_template_argument_list_repeat1, - [98845] = 2, + ACTIONS(7359), 1, + anon_sym_COLON_COLON, + STATE(629), 1, + sym_declaration_list, + [104325] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7234), 3, + ACTIONS(4845), 1, anon_sym_COMMA, + ACTIONS(7361), 1, anon_sym_RPAREN, - anon_sym_GT2, - [98854] = 4, + STATE(4233), 1, + aux_sym_argument_list_repeat1, + [104338] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7214), 1, + ACTIONS(7173), 1, anon_sym_LPAREN2, - ACTIONS(7236), 1, + ACTIONS(7363), 1, anon_sym_constexpr, - STATE(1096), 1, + STATE(1170), 1, sym_condition_clause, - [98867] = 2, + [104351] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7234), 3, + ACTIONS(6108), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT2, - [98876] = 4, + ACTIONS(7365), 1, + anon_sym_SEMI, + STATE(4360), 1, + aux_sym_declaration_repeat1, + [104364] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7238), 1, + ACTIONS(6108), 1, anon_sym_COMMA, - ACTIONS(7240), 1, - anon_sym_GT2, - STATE(4208), 1, - aux_sym_template_parameter_list_repeat1, - [98889] = 2, + ACTIONS(7367), 1, + anon_sym_SEMI, + STATE(4360), 1, + aux_sym_declaration_repeat1, + [104377] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7242), 3, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_DOT, - [98898] = 4, + ACTIONS(7369), 1, + anon_sym_COMMA, + ACTIONS(7371), 1, + anon_sym_RBRACE, + STATE(4224), 1, + aux_sym_enumerator_list_repeat1, + [104390] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7244), 1, + ACTIONS(6901), 1, sym_identifier, - STATE(1270), 1, - sym_template_type, - STATE(2078), 1, - sym_template_function, - [98911] = 4, + ACTIONS(7371), 1, + anon_sym_RBRACE, + STATE(4762), 1, + sym_enumerator, + [104403] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4845), 1, + anon_sym_COMMA, + ACTIONS(7373), 1, + anon_sym_RPAREN, + STATE(4233), 1, + aux_sym_argument_list_repeat1, + [104416] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6415), 1, + ACTIONS(6465), 1, anon_sym_COMMA, - ACTIONS(7246), 1, + ACTIONS(7375), 1, anon_sym_SEMI, - STATE(4153), 1, + STATE(4256), 1, aux_sym_type_definition_repeat2, - [98924] = 4, + [104429] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7120), 1, - anon_sym_COMMA, - ACTIONS(7248), 1, - anon_sym_RBRACK_RBRACK, - STATE(4145), 1, - aux_sym_attribute_declaration_repeat1, - [98937] = 4, + ACTIONS(7377), 1, + anon_sym_catch, + STATE(102), 2, + sym_catch_clause, + aux_sym_try_statement_repeat1, + [104440] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7182), 1, + ACTIONS(7273), 1, anon_sym_COMMA, - ACTIONS(7250), 1, + ACTIONS(7379), 1, anon_sym_RPAREN, - STATE(4111), 1, - aux_sym_alone_macro_call_repeat1, - [98950] = 4, + STATE(4211), 1, + aux_sym_parameter_list_repeat1, + [104453] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7182), 1, + ACTIONS(6108), 1, anon_sym_COMMA, - ACTIONS(7252), 1, - anon_sym_RPAREN, - STATE(4213), 1, - aux_sym_alone_macro_call_repeat1, - [98963] = 4, + ACTIONS(7381), 1, + anon_sym_SEMI, + STATE(4353), 1, + aux_sym_declaration_repeat1, + [104466] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7254), 1, + ACTIONS(6465), 1, anon_sym_COMMA, - ACTIONS(7256), 1, - anon_sym_RBRACE, - STATE(4088), 1, - aux_sym_enumerator_list_repeat1, - [98976] = 4, + ACTIONS(7383), 1, + anon_sym_SEMI, + STATE(4256), 1, + aux_sym_type_definition_repeat2, + [104479] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7182), 1, + ACTIONS(5837), 1, anon_sym_COMMA, - ACTIONS(7258), 1, + ACTIONS(7385), 1, anon_sym_RPAREN, - STATE(4086), 1, - aux_sym_alone_macro_call_repeat1, - [98989] = 4, + STATE(4244), 1, + aux_sym_preproc_argument_list_repeat1, + [104492] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7182), 1, + ACTIONS(4845), 1, anon_sym_COMMA, - ACTIONS(7260), 1, + ACTIONS(7387), 1, anon_sym_RPAREN, - STATE(4213), 1, - aux_sym_alone_macro_call_repeat1, - [99002] = 4, + STATE(4233), 1, + aux_sym_argument_list_repeat1, + [104505] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6901), 1, - anon_sym_COMMA, - ACTIONS(6903), 1, - anon_sym_LBRACE, - STATE(4184), 1, - aux_sym_base_class_clause_repeat1, - [99015] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3643), 1, + sym_identifier, + ACTIONS(7389), 1, anon_sym_RBRACE, - ACTIONS(7262), 1, - anon_sym_COMMA, - STATE(4195), 1, - aux_sym_initializer_list_repeat1, - [99028] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7120), 1, - anon_sym_COMMA, - ACTIONS(7264), 1, - anon_sym_RBRACK_RBRACK, - STATE(4276), 1, - aux_sym_attribute_declaration_repeat1, - [99041] = 4, + STATE(4762), 1, + sym_enumerator, + [104518] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(7389), 1, + anon_sym_RBRACE, + ACTIONS(7391), 1, anon_sym_COMMA, - ACTIONS(7266), 1, - anon_sym_GT2, - STATE(4197), 1, - aux_sym_template_argument_list_repeat1, - [99054] = 4, + STATE(4224), 1, + aux_sym_enumerator_list_repeat1, + [104531] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3651), 1, - anon_sym_RBRACE, - ACTIONS(7268), 1, - anon_sym_COMMA, - STATE(4195), 1, - aux_sym_initializer_list_repeat1, - [99067] = 4, + ACTIONS(7393), 1, + sym_identifier, + STATE(1297), 1, + sym_template_type, + STATE(2112), 1, + sym_template_function, + [104544] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(7273), 1, anon_sym_COMMA, - ACTIONS(7270), 1, - anon_sym_GT2, - STATE(4197), 1, - aux_sym_template_argument_list_repeat1, - [99080] = 4, + ACTIONS(7395), 1, + anon_sym_RPAREN, + STATE(4230), 1, + aux_sym_parameter_list_repeat1, + [104557] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(7273), 1, anon_sym_COMMA, - ACTIONS(7272), 1, - anon_sym_GT2, - STATE(4197), 1, - aux_sym_template_argument_list_repeat1, - [99093] = 4, + ACTIONS(7397), 1, + anon_sym_RPAREN, + STATE(4283), 1, + aux_sym_parameter_list_repeat1, + [104570] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7274), 1, + ACTIONS(6108), 1, anon_sym_COMMA, - ACTIONS(7277), 1, + ACTIONS(7399), 1, anon_sym_SEMI, - STATE(4122), 1, + STATE(4360), 1, aux_sym_declaration_repeat1, - [99106] = 3, + [104583] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7281), 1, - anon_sym_RPAREN, - ACTIONS(7279), 2, - anon_sym_DOT_DOT_DOT, - sym_identifier, - [99117] = 4, + ACTIONS(6108), 1, + anon_sym_COMMA, + ACTIONS(7401), 1, + anon_sym_SEMI, + STATE(4360), 1, + aux_sym_declaration_repeat1, + [104596] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6887), 1, + ACTIONS(6901), 1, sym_identifier, - ACTIONS(7283), 1, + ACTIONS(7403), 1, anon_sym_RBRACE, - STATE(4515), 1, + STATE(4762), 1, sym_enumerator, - [99130] = 4, + [104609] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(7405), 1, anon_sym_COMMA, - ACTIONS(7285), 1, - anon_sym_GT2, - STATE(4197), 1, - aux_sym_template_argument_list_repeat1, - [99143] = 4, + ACTIONS(7407), 1, + anon_sym_RBRACE, + STATE(4234), 1, + aux_sym_enumerator_list_repeat1, + [104622] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6415), 1, + ACTIONS(7273), 1, anon_sym_COMMA, - ACTIONS(7287), 1, - anon_sym_SEMI, - STATE(4153), 1, - aux_sym_type_definition_repeat2, - [99156] = 4, + ACTIONS(7409), 1, + anon_sym_RPAREN, + STATE(4356), 1, + aux_sym_parameter_list_repeat1, + [104635] = 4, + ACTIONS(5869), 1, + anon_sym_LPAREN2, + ACTIONS(5871), 1, + sym_comment, + ACTIONS(7411), 1, + anon_sym_LF, + STATE(3390), 1, + sym_preproc_argument_list, + [104648] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7158), 1, + ACTIONS(4845), 1, anon_sym_COMMA, - ACTIONS(7289), 1, + ACTIONS(4857), 1, anon_sym_RPAREN, - STATE(4219), 1, - aux_sym_parameter_list_repeat1, - [99169] = 4, + STATE(4236), 1, + aux_sym_argument_list_repeat1, + [104661] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(7232), 1, anon_sym_COMMA, - ACTIONS(7291), 1, - anon_sym_GT2, - STATE(4197), 1, - aux_sym_template_argument_list_repeat1, - [99182] = 4, + ACTIONS(7413), 1, + anon_sym_RPAREN, + STATE(4209), 1, + aux_sym_alone_macro_call_repeat1, + [104674] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7293), 1, + ACTIONS(7415), 1, anon_sym_GT2, - STATE(4197), 1, + STATE(4237), 1, aux_sym_template_argument_list_repeat1, - [99195] = 4, + [104687] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4938), 1, + ACTIONS(7269), 1, anon_sym_COMMA, - ACTIONS(4993), 1, - anon_sym_RPAREN, - STATE(4079), 1, - aux_sym_argument_list_repeat1, - [99208] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7295), 1, - sym_identifier, - STATE(1270), 1, - sym_template_type, - STATE(2078), 1, - sym_template_function, - [99221] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7297), 1, - sym_identifier, - STATE(1270), 1, - sym_template_type, - STATE(2078), 1, - sym_template_function, - [99234] = 4, + ACTIONS(7417), 1, + anon_sym_RBRACK_RBRACK, + STATE(4350), 1, + aux_sym_attribute_declaration_repeat1, + [104700] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7158), 1, + ACTIONS(7232), 1, anon_sym_COMMA, - ACTIONS(7299), 1, + ACTIONS(7419), 1, anon_sym_RPAREN, - STATE(4219), 1, - aux_sym_parameter_list_repeat1, - [99247] = 4, + STATE(4209), 1, + aux_sym_alone_macro_call_repeat1, + [104713] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7120), 1, + ACTIONS(7269), 1, anon_sym_COMMA, - ACTIONS(7301), 1, + ACTIONS(7421), 1, anon_sym_RBRACK_RBRACK, - STATE(4172), 1, + STATE(4350), 1, aux_sym_attribute_declaration_repeat1, - [99260] = 3, + [104726] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7303), 1, - anon_sym_catch, - STATE(682), 2, - sym_catch_clause, - aux_sym_try_statement_repeat1, - [99271] = 4, + ACTIONS(7232), 1, + anon_sym_COMMA, + ACTIONS(7423), 1, + anon_sym_RPAREN, + STATE(4209), 1, + aux_sym_alone_macro_call_repeat1, + [104739] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7305), 1, + ACTIONS(7425), 1, anon_sym_GT2, - STATE(4197), 1, + STATE(4199), 1, aux_sym_template_argument_list_repeat1, - [99284] = 4, + [104752] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6067), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7307), 1, - anon_sym_SEMI, - STATE(4170), 1, - aux_sym_declaration_repeat1, - [99297] = 4, + ACTIONS(7427), 1, + anon_sym_GT2, + STATE(4199), 1, + aux_sym_template_argument_list_repeat1, + [104765] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7309), 1, + ACTIONS(7429), 1, anon_sym_GT2, - STATE(4197), 1, + STATE(4199), 1, aux_sym_template_argument_list_repeat1, - [99310] = 4, - ACTIONS(3), 1, + [104778] = 4, + ACTIONS(5869), 1, + anon_sym_LPAREN2, + ACTIONS(5871), 1, sym_comment, - ACTIONS(7311), 1, - sym_identifier, - STATE(1270), 1, - sym_template_type, - STATE(2479), 1, - sym_template_function, - [99323] = 4, + ACTIONS(7431), 1, + anon_sym_LF, + STATE(3390), 1, + sym_preproc_argument_list, + [104791] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(7232), 1, anon_sym_COMMA, - ACTIONS(7313), 1, - anon_sym_GT2, - STATE(4197), 1, - aux_sym_template_argument_list_repeat1, - [99336] = 4, + ACTIONS(7433), 1, + anon_sym_RPAREN, + STATE(4303), 1, + aux_sym_alone_macro_call_repeat1, + [104804] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5787), 1, + ACTIONS(7435), 1, anon_sym_COMMA, - ACTIONS(7315), 1, + ACTIONS(7438), 1, anon_sym_RPAREN, - STATE(4235), 1, - aux_sym_preproc_argument_list_repeat1, - [99349] = 4, + STATE(4311), 1, + aux_sym_throw_specifier_repeat1, + [104817] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3653), 1, - anon_sym_RBRACE, - ACTIONS(7317), 1, + ACTIONS(5064), 1, anon_sym_COMMA, - STATE(4195), 1, + ACTIONS(5066), 1, + anon_sym_RBRACE, + STATE(4247), 1, aux_sym_initializer_list_repeat1, - [99362] = 4, + [104830] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6415), 1, + ACTIONS(6465), 1, anon_sym_COMMA, - ACTIONS(7319), 1, + ACTIONS(7440), 1, anon_sym_SEMI, - STATE(4153), 1, + STATE(4256), 1, aux_sym_type_definition_repeat2, - [99375] = 4, + [104843] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6887), 1, + ACTIONS(6901), 1, sym_identifier, - ACTIONS(7321), 1, + ACTIONS(7442), 1, anon_sym_RBRACE, - STATE(4515), 1, + STATE(4762), 1, sym_enumerator, - [99388] = 4, + [104856] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7120), 1, + ACTIONS(7444), 1, + sym_identifier, + STATE(2112), 1, + sym_template_function, + STATE(2255), 1, + sym_template_type, + [104869] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7446), 1, anon_sym_COMMA, - ACTIONS(7323), 1, - anon_sym_RBRACK_RBRACK, - STATE(4172), 1, - aux_sym_attribute_declaration_repeat1, - [99401] = 4, + ACTIONS(7448), 1, + anon_sym_RBRACE, + STATE(4401), 1, + aux_sym_enumerator_list_repeat1, + [104882] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7238), 1, + ACTIONS(6108), 1, anon_sym_COMMA, - ACTIONS(7325), 1, - anon_sym_GT2, - STATE(4105), 1, - aux_sym_template_parameter_list_repeat1, - [99414] = 4, + ACTIONS(7450), 1, + anon_sym_SEMI, + STATE(4258), 1, + aux_sym_declaration_repeat1, + [104895] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7327), 1, + ACTIONS(4935), 1, anon_sym_COMMA, - ACTIONS(7329), 1, + ACTIONS(4937), 1, anon_sym_RBRACE, - STATE(4181), 1, - aux_sym_enumerator_list_repeat1, - [99427] = 4, + STATE(4345), 1, + aux_sym_initializer_list_repeat1, + [104908] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7331), 1, - sym_identifier, - STATE(1270), 1, - sym_template_type, - STATE(2112), 1, - sym_template_method, - [99440] = 4, + ACTIONS(7452), 1, + anon_sym_catch, + STATE(108), 2, + sym_catch_clause, + aux_sym_try_statement_repeat1, + [104919] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5787), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7333), 1, - anon_sym_RPAREN, - STATE(4235), 1, - aux_sym_preproc_argument_list_repeat1, - [99453] = 4, + ACTIONS(7454), 1, + anon_sym_GT2, + STATE(4412), 1, + aux_sym_template_argument_list_repeat1, + [104932] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7335), 1, - anon_sym_COMMA, - ACTIONS(7337), 1, - anon_sym_RPAREN, - STATE(4237), 1, - aux_sym_preproc_params_repeat1, - [99466] = 4, + ACTIONS(2441), 1, + anon_sym_LBRACE, + ACTIONS(7359), 1, + anon_sym_COLON_COLON, + STATE(504), 1, + sym_declaration_list, + [104945] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6415), 1, - anon_sym_COMMA, - ACTIONS(7339), 1, - anon_sym_SEMI, - STATE(4153), 1, - aux_sym_type_definition_repeat2, - [99479] = 4, + ACTIONS(7173), 1, + anon_sym_LPAREN2, + ACTIONS(7456), 1, + anon_sym_constexpr, + STATE(1189), 1, + sym_condition_clause, + [104958] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6887), 1, + ACTIONS(7458), 1, sym_identifier, - ACTIONS(7341), 1, - anon_sym_RBRACE, - STATE(4515), 1, - sym_enumerator, - [99492] = 4, + STATE(1297), 1, + sym_template_type, + STATE(2209), 1, + sym_template_function, + [104971] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7343), 1, - anon_sym_COMMA, - ACTIONS(7346), 1, - anon_sym_SEMI, - STATE(4153), 1, - aux_sym_type_definition_repeat2, - [99505] = 4, + ACTIONS(7460), 1, + sym_identifier, + STATE(1297), 1, + sym_template_type, + STATE(2044), 1, + sym_template_method, + [104984] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7348), 1, + ACTIONS(7462), 1, anon_sym_COMMA, - ACTIONS(7350), 1, + ACTIONS(7464), 1, anon_sym_RBRACE, - STATE(4201), 1, + STATE(4369), 1, aux_sym_enumerator_list_repeat1, - [99518] = 4, + [104997] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5057), 1, - anon_sym_RBRACK, - ACTIONS(7352), 1, + ACTIONS(7468), 1, + anon_sym_EQ, + ACTIONS(7466), 2, anon_sym_COMMA, - STATE(4155), 1, - aux_sym_lambda_capture_specifier_repeat1, - [99531] = 4, + anon_sym_RBRACE, + [105008] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4938), 1, + ACTIONS(7470), 1, anon_sym_COMMA, - ACTIONS(4940), 1, - anon_sym_RPAREN, - STATE(4173), 1, - aux_sym_argument_list_repeat1, - [99544] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6887), 1, - sym_identifier, - ACTIONS(7350), 1, + ACTIONS(7472), 1, anon_sym_RBRACE, - STATE(4515), 1, - sym_enumerator, - [99557] = 4, + STATE(4278), 1, + aux_sym_enumerator_list_repeat1, + [105021] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4938), 1, + ACTIONS(4845), 1, anon_sym_COMMA, - ACTIONS(7355), 1, + ACTIONS(5040), 1, anon_sym_RPAREN, - STATE(4161), 1, + STATE(4280), 1, aux_sym_argument_list_repeat1, - [99570] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7357), 1, - anon_sym_COMMA, - ACTIONS(7359), 1, - anon_sym_RPAREN, - STATE(4174), 1, - aux_sym_throw_specifier_repeat1, - [99583] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7214), 1, - anon_sym_LPAREN2, - ACTIONS(7361), 1, - anon_sym_constexpr, - STATE(1140), 1, - sym_condition_clause, - [99596] = 4, + [105034] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5147), 1, - anon_sym_RPAREN, - ACTIONS(7363), 1, + ACTIONS(7269), 1, anon_sym_COMMA, - STATE(4161), 1, - aux_sym_argument_list_repeat1, - [99609] = 4, + ACTIONS(7474), 1, + anon_sym_RBRACK_RBRACK, + STATE(4359), 1, + aux_sym_attribute_declaration_repeat1, + [105047] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4822), 1, + ACTIONS(4939), 1, anon_sym_COMMA, - ACTIONS(7366), 1, + ACTIONS(7476), 1, anon_sym_RBRACK, - STATE(4155), 1, + STATE(4358), 1, aux_sym_lambda_capture_specifier_repeat1, - [99622] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6887), 1, - sym_identifier, - ACTIONS(7368), 1, - anon_sym_RBRACE, - STATE(4515), 1, - sym_enumerator, - [99635] = 4, + [105060] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7370), 1, + ACTIONS(7478), 1, anon_sym_GT2, - STATE(4200), 1, + STATE(4199), 1, aux_sym_template_argument_list_repeat1, - [99648] = 3, + [105073] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2493), 1, - anon_sym_COLON_COLON, - ACTIONS(4452), 2, - anon_sym_LPAREN2, - anon_sym_LBRACE, - [99659] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7158), 1, - anon_sym_COMMA, - ACTIONS(7372), 1, - anon_sym_RPAREN, - STATE(4219), 1, - aux_sym_parameter_list_repeat1, - [99672] = 4, + ACTIONS(1512), 3, + anon_sym_else, + anon_sym_while, + anon_sym_catch, + [105082] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7374), 1, + ACTIONS(5052), 1, anon_sym_COMMA, - ACTIONS(7377), 1, - anon_sym_RBRACK, - STATE(4167), 1, - aux_sym_structured_binding_declarator_repeat1, - [99685] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7379), 1, - sym_identifier, - STATE(1270), 1, - sym_template_type, - STATE(2078), 1, - sym_template_function, - [99698] = 4, + ACTIONS(5054), 1, + anon_sym_RBRACE, + STATE(4427), 1, + aux_sym_initializer_list_repeat1, + [105095] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6067), 1, + ACTIONS(7269), 1, anon_sym_COMMA, - ACTIONS(7381), 1, - anon_sym_SEMI, - STATE(4122), 1, - aux_sym_declaration_repeat1, - [99711] = 4, + ACTIONS(7480), 1, + anon_sym_RBRACK_RBRACK, + STATE(4269), 1, + aux_sym_attribute_declaration_repeat1, + [105108] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6067), 1, + ACTIONS(7269), 1, anon_sym_COMMA, - ACTIONS(7383), 1, - anon_sym_SEMI, - STATE(4122), 1, - aux_sym_declaration_repeat1, - [99724] = 4, + ACTIONS(7482), 1, + anon_sym_RBRACK_RBRACK, + STATE(4350), 1, + aux_sym_attribute_declaration_repeat1, + [105121] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4363), 1, + ACTIONS(4463), 1, anon_sym_COMMA, - ACTIONS(7385), 1, + ACTIONS(7484), 1, anon_sym_RBRACK, - STATE(4272), 1, + STATE(4355), 1, aux_sym_structured_binding_declarator_repeat1, - [99737] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7387), 1, - anon_sym_COMMA, - ACTIONS(7390), 1, - anon_sym_RBRACK_RBRACK, - STATE(4172), 1, - aux_sym_attribute_declaration_repeat1, - [99750] = 4, + [105134] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4938), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7392), 1, - anon_sym_RPAREN, - STATE(4161), 1, - aux_sym_argument_list_repeat1, - [99763] = 4, + ACTIONS(7486), 1, + anon_sym_GT2, + STATE(4199), 1, + aux_sym_template_argument_list_repeat1, + [105147] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7357), 1, - anon_sym_COMMA, - ACTIONS(7394), 1, - anon_sym_RPAREN, - STATE(4255), 1, - aux_sym_throw_specifier_repeat1, - [99776] = 4, + ACTIONS(7488), 1, + sym_identifier, + STATE(2209), 1, + sym_template_function, + STATE(2255), 1, + sym_template_type, + [105160] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6415), 1, + ACTIONS(6465), 1, anon_sym_COMMA, - ACTIONS(7396), 1, + ACTIONS(7490), 1, anon_sym_SEMI, - STATE(4153), 1, + STATE(4256), 1, aux_sym_type_definition_repeat2, - [99789] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6067), 1, - anon_sym_COMMA, - ACTIONS(7398), 1, - anon_sym_SEMI, - STATE(4122), 1, - aux_sym_declaration_repeat1, - [99802] = 4, + [105173] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6067), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7400), 1, - anon_sym_SEMI, - STATE(4122), 1, - aux_sym_declaration_repeat1, - [99815] = 4, + ACTIONS(7492), 1, + anon_sym_GT2, + STATE(4199), 1, + aux_sym_template_argument_list_repeat1, + [105186] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6415), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7402), 1, - anon_sym_SEMI, - STATE(4153), 1, - aux_sym_type_definition_repeat2, - [99828] = 4, - ACTIONS(5815), 1, - anon_sym_LPAREN2, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(7404), 1, - anon_sym_LF, - STATE(3350), 1, - sym_preproc_argument_list, - [99841] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6887), 1, - sym_identifier, - ACTIONS(7406), 1, - anon_sym_RBRACE, - STATE(4515), 1, - sym_enumerator, - [99854] = 4, + ACTIONS(7494), 1, + anon_sym_GT2, + STATE(4416), 1, + aux_sym_template_argument_list_repeat1, + [105199] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7406), 1, - anon_sym_RBRACE, - ACTIONS(7408), 1, + ACTIONS(4845), 1, anon_sym_COMMA, - STATE(4201), 1, - aux_sym_enumerator_list_repeat1, - [99867] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7410), 1, - sym_identifier, - STATE(1270), 1, - sym_template_type, - STATE(2206), 1, - sym_template_function, - [99880] = 4, + ACTIONS(4999), 1, + anon_sym_RPAREN, + STATE(4351), 1, + aux_sym_argument_list_repeat1, + [105212] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6901), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7412), 1, - anon_sym_LBRACE, - STATE(4243), 1, - aux_sym_base_class_clause_repeat1, - [99893] = 4, + ACTIONS(7496), 1, + anon_sym_GT2, + STATE(4199), 1, + aux_sym_template_argument_list_repeat1, + [105225] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6901), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7412), 1, - anon_sym_LBRACE, - STATE(4191), 1, - aux_sym_base_class_clause_repeat1, - [99906] = 4, + ACTIONS(7498), 1, + anon_sym_GT2, + STATE(4199), 1, + aux_sym_template_argument_list_repeat1, + [105238] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4938), 1, + ACTIONS(3617), 1, + anon_sym_RBRACE, + ACTIONS(7500), 1, anon_sym_COMMA, - ACTIONS(7414), 1, - anon_sym_RPAREN, - STATE(4161), 1, - aux_sym_argument_list_repeat1, - [99919] = 3, + STATE(4195), 1, + aux_sym_initializer_list_repeat1, + [105251] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7416), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7418), 2, + ACTIONS(7269), 1, anon_sym_COMMA, - anon_sym_LBRACE, - [99930] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6887), 1, - sym_identifier, - ACTIONS(7420), 1, - anon_sym_RBRACE, - STATE(4515), 1, - sym_enumerator, - [99943] = 4, + ACTIONS(7502), 1, + anon_sym_RBRACK_RBRACK, + STATE(4302), 1, + aux_sym_attribute_declaration_repeat1, + [105264] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7182), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7422), 1, - anon_sym_RPAREN, - STATE(4114), 1, - aux_sym_alone_macro_call_repeat1, - [99956] = 4, + ACTIONS(7504), 1, + anon_sym_GT2, + STATE(4199), 1, + aux_sym_template_argument_list_repeat1, + [105277] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7424), 1, + ACTIONS(7506), 1, anon_sym_GT2, - STATE(4136), 1, + STATE(4340), 1, aux_sym_template_argument_list_repeat1, - [99969] = 4, + [105290] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6415), 1, + ACTIONS(6108), 1, anon_sym_COMMA, - ACTIONS(7426), 1, + ACTIONS(7508), 1, anon_sym_SEMI, - STATE(4153), 1, - aux_sym_type_definition_repeat2, - [99982] = 4, + STATE(4360), 1, + aux_sym_declaration_repeat1, + [105303] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7418), 1, - anon_sym_LBRACE, - ACTIONS(7428), 1, + ACTIONS(7510), 1, anon_sym_COMMA, - STATE(4191), 1, - aux_sym_base_class_clause_repeat1, - [99995] = 4, + ACTIONS(7513), 1, + anon_sym_RBRACK_RBRACK, + STATE(4350), 1, + aux_sym_attribute_declaration_repeat1, + [105316] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7431), 1, + 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(1270), 1, + STATE(1297), 1, sym_template_type, - STATE(2078), 1, + STATE(2112), 1, sym_template_function, - [100008] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4922), 1, - anon_sym_COMMA, - ACTIONS(4924), 1, - anon_sym_RBRACE, - STATE(4142), 1, - aux_sym_initializer_list_repeat1, - [100021] = 3, + [105342] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7435), 1, - anon_sym_RPAREN, - ACTIONS(7433), 2, + ACTIONS(6108), 1, anon_sym_COMMA, + ACTIONS(7519), 1, anon_sym_SEMI, - [100032] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4985), 1, - anon_sym_RBRACE, - ACTIONS(7437), 1, - anon_sym_COMMA, - STATE(4195), 1, - aux_sym_initializer_list_repeat1, - [100045] = 3, + STATE(4360), 1, + aux_sym_declaration_repeat1, + [105355] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6845), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7440), 2, - anon_sym_COMMA, - anon_sym_GT2, - [100056] = 4, + ACTIONS(2523), 1, + anon_sym_COLON_COLON, + ACTIONS(4411), 2, + anon_sym_LPAREN2, + anon_sym_LBRACE, + [105366] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7442), 1, + ACTIONS(7521), 1, anon_sym_COMMA, - ACTIONS(7445), 1, - anon_sym_GT2, - STATE(4197), 1, - aux_sym_template_argument_list_repeat1, - [100069] = 4, + ACTIONS(7524), 1, + anon_sym_RBRACK, + STATE(4355), 1, + aux_sym_structured_binding_declarator_repeat1, + [105379] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(7273), 1, anon_sym_COMMA, - ACTIONS(7447), 1, - anon_sym_GT2, - STATE(4197), 1, - aux_sym_template_argument_list_repeat1, - [100082] = 4, + ACTIONS(7526), 1, + anon_sym_RPAREN, + STATE(4211), 1, + aux_sym_parameter_list_repeat1, + [105392] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(6108), 1, anon_sym_COMMA, - ACTIONS(7449), 1, - anon_sym_GT2, - STATE(4197), 1, - aux_sym_template_argument_list_repeat1, - [100095] = 4, + ACTIONS(7528), 1, + anon_sym_SEMI, + STATE(4293), 1, + aux_sym_declaration_repeat1, + [105405] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(5232), 1, + anon_sym_RBRACK, + ACTIONS(7530), 1, anon_sym_COMMA, - ACTIONS(7451), 1, - anon_sym_GT2, - STATE(4197), 1, - aux_sym_template_argument_list_repeat1, - [100108] = 4, + STATE(4358), 1, + aux_sym_lambda_capture_specifier_repeat1, + [105418] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7453), 1, + ACTIONS(7269), 1, anon_sym_COMMA, - ACTIONS(7456), 1, - anon_sym_RBRACE, - STATE(4201), 1, - aux_sym_enumerator_list_repeat1, - [100121] = 4, + ACTIONS(7533), 1, + anon_sym_RBRACK_RBRACK, + STATE(4350), 1, + aux_sym_attribute_declaration_repeat1, + [105431] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7458), 1, + ACTIONS(7535), 1, anon_sym_COMMA, - ACTIONS(7460), 1, - anon_sym_RBRACE, - STATE(4154), 1, - aux_sym_enumerator_list_repeat1, - [100134] = 2, + ACTIONS(7538), 1, + anon_sym_SEMI, + STATE(4360), 1, + aux_sym_declaration_repeat1, + [105444] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7462), 3, + ACTIONS(7232), 1, anon_sym_COMMA, + ACTIONS(7540), 1, anon_sym_RPAREN, - anon_sym_GT2, - [100143] = 4, + STATE(4407), 1, + aux_sym_alone_macro_call_repeat1, + [105457] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4938), 1, + ACTIONS(6108), 1, anon_sym_COMMA, - ACTIONS(4989), 1, - anon_sym_RPAREN, - STATE(4158), 1, - aux_sym_argument_list_repeat1, - [100156] = 4, + ACTIONS(7542), 1, + anon_sym_SEMI, + STATE(4270), 1, + aux_sym_declaration_repeat1, + [105470] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6415), 1, - anon_sym_COMMA, - ACTIONS(7464), 1, - anon_sym_SEMI, - STATE(4153), 1, - aux_sym_type_definition_repeat2, - [100169] = 4, + ACTIONS(7173), 1, + anon_sym_LPAREN2, + ACTIONS(7544), 1, + anon_sym_constexpr, + STATE(1119), 1, + sym_condition_clause, + [105483] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6887), 1, + ACTIONS(6901), 1, sym_identifier, - ACTIONS(7466), 1, + ACTIONS(7546), 1, anon_sym_RBRACE, - STATE(4515), 1, + STATE(4762), 1, sym_enumerator, - [100182] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7468), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT2, - [100191] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7470), 1, - anon_sym_COMMA, - ACTIONS(7473), 1, - anon_sym_GT2, - STATE(4208), 1, - aux_sym_template_parameter_list_repeat1, - [100204] = 4, + [105496] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7214), 1, - anon_sym_LPAREN2, - ACTIONS(7475), 1, - anon_sym_constexpr, - STATE(1102), 1, - sym_condition_clause, - [100217] = 4, + ACTIONS(7548), 1, + anon_sym_catch, + STATE(110), 2, + sym_catch_clause, + aux_sym_try_statement_repeat1, + [105507] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6067), 1, + ACTIONS(6108), 1, anon_sym_COMMA, - ACTIONS(7477), 1, + ACTIONS(7550), 1, anon_sym_SEMI, - STATE(4044), 1, + STATE(4398), 1, aux_sym_declaration_repeat1, - [100230] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7120), 1, - anon_sym_COMMA, - ACTIONS(7479), 1, - anon_sym_RBRACK_RBRACK, - STATE(4172), 1, - aux_sym_attribute_declaration_repeat1, - [100243] = 3, + [105520] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6826), 1, + ACTIONS(6862), 1, anon_sym_catch, - STATE(3866), 2, + STATE(3984), 2, sym_catch_clause, aux_sym_try_statement_repeat1, - [100254] = 4, + [105531] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7552), 1, + sym_identifier, + STATE(1297), 1, + sym_template_type, + STATE(2462), 1, + sym_template_function, + [105544] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7481), 1, + ACTIONS(7546), 1, + anon_sym_RBRACE, + ACTIONS(7554), 1, anon_sym_COMMA, - ACTIONS(7484), 1, - anon_sym_RPAREN, - STATE(4213), 1, - aux_sym_alone_macro_call_repeat1, - [100267] = 4, + STATE(4224), 1, + aux_sym_enumerator_list_repeat1, + [105557] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, - anon_sym_COMMA, - ACTIONS(7486), 1, - anon_sym_GT2, - STATE(4197), 1, - aux_sym_template_argument_list_repeat1, - [100280] = 4, + ACTIONS(7173), 1, + anon_sym_LPAREN2, + ACTIONS(7556), 1, + anon_sym_constexpr, + STATE(1127), 1, + sym_condition_clause, + [105570] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4938), 1, + ACTIONS(6108), 1, anon_sym_COMMA, - ACTIONS(4978), 1, - anon_sym_RPAREN, - STATE(4216), 1, - aux_sym_argument_list_repeat1, - [100293] = 4, + ACTIONS(7558), 1, + anon_sym_SEMI, + STATE(4360), 1, + aux_sym_declaration_repeat1, + [105583] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4938), 1, + ACTIONS(6465), 1, anon_sym_COMMA, - ACTIONS(7488), 1, - anon_sym_RPAREN, - STATE(4161), 1, - aux_sym_argument_list_repeat1, - [100306] = 4, + ACTIONS(7560), 1, + anon_sym_SEMI, + STATE(4256), 1, + aux_sym_type_definition_repeat2, + [105596] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2411), 1, + ACTIONS(2399), 1, anon_sym_LBRACE, - ACTIONS(7132), 1, + ACTIONS(7359), 1, anon_sym_COLON_COLON, - STATE(214), 1, + STATE(225), 1, sym_declaration_list, - [100319] = 4, + [105609] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7490), 1, + ACTIONS(7562), 1, anon_sym_GT2, - STATE(4197), 1, + STATE(4199), 1, aux_sym_template_argument_list_repeat1, - [100332] = 4, + [105622] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7492), 1, + ACTIONS(7564), 1, anon_sym_COMMA, - ACTIONS(7495), 1, - anon_sym_RPAREN, - STATE(4219), 1, - aux_sym_parameter_list_repeat1, - [100345] = 4, + ACTIONS(7566), 1, + anon_sym_RBRACE, + STATE(4409), 1, + aux_sym_enumerator_list_repeat1, + [105635] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6465), 1, + anon_sym_COMMA, + ACTIONS(7568), 1, + anon_sym_SEMI, + STATE(4256), 1, + aux_sym_type_definition_repeat2, + [105648] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7497), 1, + ACTIONS(7570), 1, anon_sym_GT2, - STATE(4197), 1, + STATE(4199), 1, aux_sym_template_argument_list_repeat1, - [100358] = 4, + [105661] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7357), 1, + ACTIONS(4845), 1, anon_sym_COMMA, - ACTIONS(7499), 1, + ACTIONS(7572), 1, anon_sym_RPAREN, - STATE(4254), 1, - aux_sym_throw_specifier_repeat1, - [100371] = 4, + STATE(4233), 1, + aux_sym_argument_list_repeat1, + [105674] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4879), 1, + anon_sym_COMMA, + ACTIONS(7574), 1, + anon_sym_GT2, + STATE(4199), 1, + aux_sym_template_argument_list_repeat1, + [105687] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6067), 1, + ACTIONS(6108), 1, anon_sym_COMMA, - ACTIONS(7501), 1, + ACTIONS(7576), 1, anon_sym_SEMI, - STATE(4122), 1, + STATE(4360), 1, aux_sym_declaration_repeat1, - [100384] = 2, + [105700] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7000), 3, + 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, anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_EQ, - [100393] = 4, + anon_sym_RPAREN, + anon_sym_GT2, + [105722] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6067), 1, + ACTIONS(6108), 1, anon_sym_COMMA, - ACTIONS(7503), 1, + ACTIONS(7582), 1, anon_sym_SEMI, - STATE(4122), 1, + STATE(4360), 1, aux_sym_declaration_repeat1, - [100406] = 4, + [105735] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7505), 1, + ACTIONS(7584), 1, anon_sym_GT2, - STATE(4214), 1, + STATE(4374), 1, aux_sym_template_argument_list_repeat1, - [100419] = 4, - ACTIONS(5815), 1, - anon_sym_LPAREN2, - ACTIONS(5817), 1, + [105748] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(7507), 1, - anon_sym_LF, - STATE(3350), 1, - sym_preproc_argument_list, - [100432] = 4, + ACTIONS(7578), 1, + anon_sym_RBRACE, + ACTIONS(7586), 1, + anon_sym_COMMA, + STATE(4224), 1, + aux_sym_enumerator_list_repeat1, + [105761] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7588), 1, + sym_identifier, + STATE(1297), 1, + sym_template_type, + STATE(2112), 1, + sym_template_function, + [105774] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6067), 1, + ACTIONS(7580), 3, anon_sym_COMMA, - ACTIONS(7509), 1, - anon_sym_SEMI, - STATE(4222), 1, - aux_sym_declaration_repeat1, - [100445] = 2, + anon_sym_RPAREN, + anon_sym_GT2, + [105783] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7511), 3, + ACTIONS(6929), 1, anon_sym_COMMA, + ACTIONS(6931), 1, anon_sym_LBRACE, - anon_sym_EQ, - [100454] = 4, + STATE(4180), 1, + aux_sym_base_class_clause_repeat1, + [105796] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7513), 1, + ACTIONS(7590), 1, sym_identifier, - STATE(2055), 1, + STATE(1297), 1, sym_template_type, - STATE(2206), 1, + STATE(2209), 1, sym_template_function, - [100467] = 4, + [105809] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6067), 1, + ACTIONS(4463), 1, anon_sym_COMMA, - ACTIONS(7515), 1, - anon_sym_SEMI, - STATE(4176), 1, - aux_sym_declaration_repeat1, - [100480] = 4, + ACTIONS(7592), 1, + anon_sym_RBRACK, + STATE(4336), 1, + aux_sym_structured_binding_declarator_repeat1, + [105822] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6415), 1, + ACTIONS(4845), 1, anon_sym_COMMA, - ACTIONS(7517), 1, - anon_sym_SEMI, - STATE(4153), 1, - aux_sym_type_definition_repeat2, - [100493] = 4, + ACTIONS(7594), 1, + anon_sym_RPAREN, + STATE(4233), 1, + aux_sym_argument_list_repeat1, + [105835] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7519), 1, + ACTIONS(7596), 1, anon_sym_GT2, - STATE(4197), 1, + STATE(4425), 1, aux_sym_template_argument_list_repeat1, - [100506] = 4, + [105848] = 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(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(7238), 1, anon_sym_COMMA, - ACTIONS(7521), 1, + ACTIONS(7598), 1, anon_sym_GT2, - STATE(4197), 1, - aux_sym_template_argument_list_repeat1, - [100519] = 4, + STATE(4202), 1, + aux_sym_template_parameter_list_repeat1, + [105874] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(6108), 1, anon_sym_COMMA, - ACTIONS(7523), 1, - anon_sym_GT2, - STATE(4197), 1, - aux_sym_template_argument_list_repeat1, - [100532] = 4, + ACTIONS(7600), 1, + anon_sym_SEMI, + STATE(4380), 1, + aux_sym_declaration_repeat1, + [105887] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5918), 1, - anon_sym_RPAREN, - ACTIONS(7525), 1, + ACTIONS(6929), 1, anon_sym_COMMA, - STATE(4235), 1, - aux_sym_preproc_argument_list_repeat1, - [100545] = 4, + ACTIONS(6931), 1, + anon_sym_LBRACE, + STATE(4186), 1, + aux_sym_base_class_clause_repeat1, + [105900] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7528), 1, + ACTIONS(6108), 1, anon_sym_COMMA, - ACTIONS(7530), 1, - anon_sym_RBRACE, - STATE(4239), 1, - aux_sym_enumerator_list_repeat1, - [100558] = 4, + ACTIONS(7602), 1, + anon_sym_SEMI, + STATE(4360), 1, + aux_sym_declaration_repeat1, + [105913] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7532), 1, + ACTIONS(6108), 1, anon_sym_COMMA, - ACTIONS(7535), 1, + ACTIONS(7604), 1, + anon_sym_SEMI, + STATE(4360), 1, + aux_sym_declaration_repeat1, + [105926] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7232), 1, + anon_sym_COMMA, + ACTIONS(7606), 1, anon_sym_RPAREN, - STATE(4237), 1, - aux_sym_preproc_params_repeat1, - [100571] = 3, + STATE(4300), 1, + aux_sym_alone_macro_call_repeat1, + [105939] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7537), 1, - anon_sym_catch, - STATE(102), 2, - sym_catch_clause, - aux_sym_try_statement_repeat1, - [100582] = 4, + ACTIONS(7608), 3, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_DOT, + [105948] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7341), 1, + ACTIONS(7403), 1, anon_sym_RBRACE, - ACTIONS(7539), 1, + ACTIONS(7610), 1, anon_sym_COMMA, - STATE(4201), 1, + STATE(4224), 1, aux_sym_enumerator_list_repeat1, - [100595] = 4, + [105961] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6415), 1, + ACTIONS(6465), 1, anon_sym_COMMA, - ACTIONS(7541), 1, + ACTIONS(7612), 1, anon_sym_SEMI, - STATE(4153), 1, + STATE(4256), 1, aux_sym_type_definition_repeat2, - [100608] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2369), 1, - anon_sym_LBRACE, - ACTIONS(7132), 1, - anon_sym_COLON_COLON, - STATE(654), 1, - sym_declaration_list, - [100621] = 3, + [105974] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7545), 1, - anon_sym_EQ, - ACTIONS(7543), 2, - anon_sym_COMMA, + ACTIONS(3589), 1, anon_sym_RBRACE, - [100632] = 4, + ACTIONS(7614), 1, + anon_sym_COMMA, + STATE(4195), 1, + aux_sym_initializer_list_repeat1, + [105987] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6901), 1, - anon_sym_COMMA, - ACTIONS(7547), 1, - anon_sym_LBRACE, - STATE(4191), 1, - aux_sym_base_class_clause_repeat1, - [100645] = 3, + sym_identifier, + ACTIONS(7616), 1, + anon_sym_RBRACE, + STATE(4762), 1, + sym_enumerator, + [106000] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7549), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(7551), 2, + ACTIONS(6465), 1, anon_sym_COMMA, - anon_sym_LBRACE, - [100656] = 4, + ACTIONS(7618), 1, + anon_sym_SEMI, + STATE(4256), 1, + aux_sym_type_definition_repeat2, + [106013] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6067), 1, + ACTIONS(6465), 1, anon_sym_COMMA, - ACTIONS(7553), 1, + ACTIONS(7620), 1, anon_sym_SEMI, - STATE(4122), 1, - aux_sym_declaration_repeat1, - [100669] = 4, + STATE(4256), 1, + aux_sym_type_definition_repeat2, + [106026] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4822), 1, + ACTIONS(7232), 1, anon_sym_COMMA, - ACTIONS(7555), 1, - anon_sym_RBRACK, - STATE(4155), 1, - aux_sym_lambda_capture_specifier_repeat1, - [100682] = 2, + ACTIONS(7622), 1, + anon_sym_RPAREN, + STATE(4209), 1, + aux_sym_alone_macro_call_repeat1, + [106039] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7557), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_EQ, - [100691] = 4, + ACTIONS(6901), 1, + sym_identifier, + ACTIONS(7624), 1, + anon_sym_RBRACE, + STATE(4762), 1, + sym_enumerator, + [106052] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6067), 1, + ACTIONS(7624), 1, + anon_sym_RBRACE, + ACTIONS(7626), 1, anon_sym_COMMA, - ACTIONS(7559), 1, - anon_sym_SEMI, - STATE(4122), 1, - aux_sym_declaration_repeat1, - [100704] = 4, + STATE(4224), 1, + aux_sym_enumerator_list_repeat1, + [106065] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7561), 1, + ACTIONS(7628), 1, anon_sym_GT2, - STATE(4232), 1, + STATE(4199), 1, aux_sym_template_argument_list_repeat1, - [100717] = 4, + [106078] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6067), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7563), 1, - anon_sym_SEMI, - STATE(4261), 1, - aux_sym_declaration_repeat1, - [100730] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6587), 3, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_DOT, - [100739] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7565), 1, - sym_identifier, - STATE(1270), 1, - sym_template_type, - STATE(3834), 1, - sym_template_function, - [100752] = 3, + ACTIONS(7630), 1, + anon_sym_GT2, + STATE(4199), 1, + aux_sym_template_argument_list_repeat1, + [106091] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3389), 1, - anon_sym_EQ, - ACTIONS(3387), 2, + ACTIONS(4879), 1, anon_sym_COMMA, + ACTIONS(7632), 1, anon_sym_GT2, - [100763] = 4, + STATE(4199), 1, + aux_sym_template_argument_list_repeat1, + [106104] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7357), 1, + ACTIONS(7269), 1, anon_sym_COMMA, - ACTIONS(7567), 1, - anon_sym_RPAREN, - STATE(4255), 1, - aux_sym_throw_specifier_repeat1, - [100776] = 4, + ACTIONS(7634), 1, + anon_sym_RBRACK_RBRACK, + STATE(4335), 1, + aux_sym_attribute_declaration_repeat1, + [106117] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7569), 1, + ACTIONS(7636), 1, + sym_identifier, + ACTIONS(7638), 2, anon_sym_COMMA, - ACTIONS(7572), 1, - anon_sym_RPAREN, - STATE(4255), 1, - aux_sym_throw_specifier_repeat1, - [100789] = 3, - ACTIONS(3), 1, + anon_sym_GT2, + [106128] = 4, + ACTIONS(5869), 1, + anon_sym_LPAREN2, + ACTIONS(5871), 1, sym_comment, - ACTIONS(6721), 1, - anon_sym_COLON_COLON, - ACTIONS(6719), 2, - sym_identifier, - anon_sym_template, - [100800] = 4, + ACTIONS(7640), 1, + anon_sym_LF, + STATE(3390), 1, + sym_preproc_argument_list, + [106141] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7574), 1, + ACTIONS(7642), 1, anon_sym_GT2, - STATE(4269), 1, + STATE(4199), 1, aux_sym_template_argument_list_repeat1, - [100813] = 3, + [106154] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6756), 1, - anon_sym_COLON_COLON, - ACTIONS(6754), 2, - sym_identifier, - anon_sym_template, - [100824] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6067), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7576), 1, - anon_sym_SEMI, - STATE(4122), 1, - aux_sym_declaration_repeat1, - [100837] = 4, + ACTIONS(7644), 1, + anon_sym_GT2, + STATE(4199), 1, + aux_sym_template_argument_list_repeat1, + [106167] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6067), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7578), 1, - anon_sym_SEMI, - STATE(4122), 1, - aux_sym_declaration_repeat1, - [100850] = 4, + ACTIONS(7646), 1, + anon_sym_GT2, + STATE(4199), 1, + aux_sym_template_argument_list_repeat1, + [106180] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6067), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7580), 1, - anon_sym_SEMI, - STATE(4122), 1, - aux_sym_declaration_repeat1, - [100863] = 4, + ACTIONS(7648), 1, + anon_sym_GT2, + STATE(4199), 1, + aux_sym_template_argument_list_repeat1, + [106193] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7120), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7582), 1, - anon_sym_RBRACK_RBRACK, - STATE(4211), 1, - aux_sym_attribute_declaration_repeat1, - [100876] = 4, + ACTIONS(7650), 1, + anon_sym_GT2, + STATE(4199), 1, + aux_sym_template_argument_list_repeat1, + [106206] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6067), 1, + ACTIONS(6108), 1, anon_sym_COMMA, - ACTIONS(7584), 1, + ACTIONS(7652), 1, anon_sym_SEMI, - STATE(4122), 1, + STATE(4433), 1, aux_sym_declaration_repeat1, - [100889] = 4, + [106219] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6415), 1, + ACTIONS(7158), 1, anon_sym_COMMA, - ACTIONS(7586), 1, - anon_sym_SEMI, - STATE(4153), 1, - aux_sym_type_definition_repeat2, - [100902] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1529), 3, - anon_sym_else, - anon_sym_while, - anon_sym_catch, - [100911] = 4, + ACTIONS(7654), 1, + anon_sym_RPAREN, + STATE(4250), 1, + aux_sym_preproc_params_repeat1, + [106232] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7120), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7588), 1, - anon_sym_RBRACK_RBRACK, - STATE(4134), 1, - aux_sym_attribute_declaration_repeat1, - [100924] = 4, + ACTIONS(7656), 1, + anon_sym_GT2, + STATE(4199), 1, + aux_sym_template_argument_list_repeat1, + [106245] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7590), 1, + ACTIONS(7658), 1, anon_sym_GT2, - STATE(4197), 1, + STATE(4199), 1, aux_sym_template_argument_list_repeat1, - [100937] = 4, + [106258] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7592), 1, + ACTIONS(7660), 1, anon_sym_GT2, - STATE(4197), 1, + STATE(4199), 1, aux_sym_template_argument_list_repeat1, - [100950] = 4, + [106271] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4854), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7594), 1, + ACTIONS(7662), 1, anon_sym_GT2, - STATE(4197), 1, + STATE(4199), 1, aux_sym_template_argument_list_repeat1, - [100963] = 4, - ACTIONS(5815), 1, - anon_sym_LPAREN2, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(7596), 1, - anon_sym_LF, - STATE(3350), 1, - sym_preproc_argument_list, - [100976] = 4, + [106284] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6415), 1, + ACTIONS(3630), 1, + anon_sym_RBRACE, + ACTIONS(7664), 1, anon_sym_COMMA, - ACTIONS(7598), 1, - anon_sym_SEMI, - STATE(4153), 1, - aux_sym_type_definition_repeat2, - [100989] = 4, + STATE(4195), 1, + aux_sym_initializer_list_repeat1, + [106297] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4363), 1, + ACTIONS(4879), 1, anon_sym_COMMA, - ACTIONS(7600), 1, - anon_sym_RBRACK, - STATE(4167), 1, - aux_sym_structured_binding_declarator_repeat1, - [101002] = 4, + ACTIONS(7666), 1, + anon_sym_GT2, + STATE(4426), 1, + aux_sym_template_argument_list_repeat1, + [106310] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7335), 1, + ACTIONS(6465), 1, anon_sym_COMMA, - ACTIONS(7602), 1, - anon_sym_RPAREN, - STATE(4150), 1, - aux_sym_preproc_params_repeat1, - [101015] = 4, + ACTIONS(7668), 1, + anon_sym_SEMI, + STATE(4256), 1, + aux_sym_type_definition_repeat2, + [106323] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7214), 1, - anon_sym_LPAREN2, - ACTIONS(7604), 1, - anon_sym_constexpr, - STATE(1143), 1, - sym_condition_clause, - [101028] = 4, + ACTIONS(6901), 1, + sym_identifier, + ACTIONS(7670), 1, + anon_sym_RBRACE, + STATE(4762), 1, + sym_enumerator, + [106336] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4938), 1, + ACTIONS(6465), 1, anon_sym_COMMA, - ACTIONS(4987), 1, - anon_sym_RPAREN, - STATE(4185), 1, - aux_sym_argument_list_repeat1, - [101041] = 4, + ACTIONS(7672), 1, + anon_sym_SEMI, + STATE(4256), 1, + aux_sym_type_definition_repeat2, + [106349] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7120), 1, + ACTIONS(6108), 1, anon_sym_COMMA, - ACTIONS(7606), 1, - anon_sym_RBRACK_RBRACK, - STATE(4172), 1, - aux_sym_attribute_declaration_repeat1, - [101054] = 4, + ACTIONS(7674), 1, + anon_sym_SEMI, + STATE(4360), 1, + aux_sym_declaration_repeat1, + [106362] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6067), 1, + ACTIONS(6108), 1, anon_sym_COMMA, - ACTIONS(7608), 1, + ACTIONS(7676), 1, anon_sym_SEMI, - STATE(4245), 1, + STATE(4360), 1, aux_sym_declaration_repeat1, - [101067] = 4, + [106375] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7158), 1, - anon_sym_COMMA, - ACTIONS(7610), 1, + ACTIONS(7678), 1, anon_sym_RPAREN, - STATE(4127), 1, - aux_sym_parameter_list_repeat1, - [101080] = 3, + ACTIONS(7680), 1, + aux_sym_alone_macro_call_token1, + [106385] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7347), 2, + anon_sym_COMMA, + 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(3757), 1, + ACTIONS(1603), 2, + anon_sym_else, + anon_sym_while, + [106411] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3780), 1, anon_sym_LBRACE, - STATE(2070), 1, + STATE(3804), 1, sym_field_declaration_list, - [101090] = 3, + [106421] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7612), 1, - sym_identifier, - STATE(2094), 1, - sym_template_type, - [101100] = 3, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3801), 1, + sym_field_declaration_list, + [106431] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7214), 1, - anon_sym_LPAREN2, - STATE(1139), 1, - sym_condition_clause, - [101110] = 3, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3799), 1, + sym_field_declaration_list, + [106441] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, + ACTIONS(3780), 1, anon_sym_LBRACE, - STATE(2125), 1, + STATE(3796), 1, sym_field_declaration_list, - [101120] = 3, + [106451] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2950), 1, - anon_sym_LT, - STATE(2492), 1, - sym_template_argument_list, - [101130] = 2, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3789), 1, + sym_field_declaration_list, + [106461] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1552), 2, - anon_sym_else, - anon_sym_while, - [101138] = 2, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3795), 1, + sym_field_declaration_list, + [106471] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1556), 2, - anon_sym_else, - anon_sym_while, - [101146] = 2, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3794), 1, + sym_field_declaration_list, + [106481] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3792), 1, + sym_field_declaration_list, + [106491] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3787), 1, + sym_field_declaration_list, + [106501] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1564), 2, + ACTIONS(1607), 2, anon_sym_else, anon_sym_while, - [101154] = 2, + [106509] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, + ACTIONS(1627), 2, anon_sym_else, anon_sym_while, - [101162] = 3, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(7614), 1, - anon_sym_LF, - ACTIONS(7616), 1, - sym_preproc_arg, - [101172] = 2, + [106517] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, + ACTIONS(1689), 2, anon_sym_else, anon_sym_while, - [101180] = 3, + [106525] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7618), 1, - sym_identifier, - STATE(2019), 1, - sym_template_type, - [101190] = 3, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(7620), 1, - anon_sym_LF, - ACTIONS(7622), 1, - sym_preproc_arg, - [101200] = 3, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3822), 1, + sym_field_declaration_list, + [106535] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5785), 1, - anon_sym_LT, - STATE(2404), 1, - sym_template_argument_list, - [101210] = 2, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3788), 1, + sym_field_declaration_list, + [106545] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, - anon_sym_else, - anon_sym_while, - [101218] = 2, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3821), 1, + sym_field_declaration_list, + [106555] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, + ACTIONS(1697), 2, anon_sym_else, anon_sym_while, - [101226] = 3, + [106563] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7624), 1, - anon_sym_LT, - STATE(810), 1, - sym_template_argument_list, - [101236] = 3, + ACTIONS(7173), 1, + anon_sym_LPAREN2, + STATE(1212), 1, + sym_condition_clause, + [106573] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7626), 1, - anon_sym_LT, - STATE(2106), 1, - sym_template_argument_list, - [101246] = 2, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(7628), 2, - anon_sym_LF, - sym_preproc_arg, - [101254] = 2, + ACTIONS(3037), 1, + anon_sym_LBRACE, + STATE(1342), 1, + sym_field_declaration_list, + [106583] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, + ACTIONS(1575), 2, anon_sym_else, anon_sym_while, - [101262] = 2, + [106591] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, + ACTIONS(1693), 2, anon_sym_else, anon_sym_while, - [101270] = 3, + [106599] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7682), 1, + sym_identifier, + STATE(2001), 1, + sym_template_type, + [106609] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3037), 1, + anon_sym_LBRACE, + STATE(1335), 1, + sym_field_declaration_list, + [106619] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2986), 1, + anon_sym_LT, + STATE(3626), 1, + sym_template_argument_list, + [106629] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2800), 1, + ACTIONS(3365), 1, anon_sym_LBRACE, - STATE(2435), 1, + STATE(2958), 1, sym_initializer_list, - [101280] = 2, + [106639] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, - anon_sym_else, - anon_sym_while, - [101288] = 3, + ACTIONS(3802), 1, + anon_sym_LBRACE, + STATE(2097), 1, + sym_field_declaration_list, + [106649] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, + ACTIONS(3037), 1, anon_sym_LBRACE, - STATE(2132), 1, + STATE(1312), 1, sym_field_declaration_list, - [101298] = 2, + [106659] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, - anon_sym_else, - anon_sym_while, - [101306] = 3, + ACTIONS(644), 1, + anon_sym_LBRACE, + STATE(342), 1, + sym_compound_statement, + [106669] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2950), 1, - anon_sym_LT, - STATE(3623), 1, - sym_template_argument_list, - [101316] = 3, + ACTIONS(7173), 1, + anon_sym_LPAREN2, + STATE(1148), 1, + sym_condition_clause, + [106679] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7630), 1, - sym_identifier, - STATE(2112), 1, - sym_template_method, - [101326] = 3, + ACTIONS(3802), 1, + anon_sym_LBRACE, + STATE(2081), 1, + sym_field_declaration_list, + [106689] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, + ACTIONS(3746), 1, anon_sym_LBRACE, - STATE(2134), 1, + STATE(2386), 1, sym_field_declaration_list, - [101336] = 2, + [106699] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, - anon_sym_else, - anon_sym_while, - [101344] = 3, + ACTIONS(3802), 1, + anon_sym_LBRACE, + STATE(2084), 1, + sym_field_declaration_list, + [106709] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7214), 1, + ACTIONS(7173), 1, anon_sym_LPAREN2, - STATE(1167), 1, + STATE(1103), 1, sym_condition_clause, - [101354] = 3, + [106719] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2712), 1, + ACTIONS(51), 1, anon_sym_LBRACE, - STATE(4402), 1, + STATE(452), 1, sym_compound_statement, - [101364] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1542), 2, - anon_sym_else, - anon_sym_while, - [101372] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1542), 2, - anon_sym_else, - anon_sym_while, - [101380] = 2, + [106729] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, - anon_sym_else, - anon_sym_while, - [101388] = 3, + ACTIONS(2706), 1, + anon_sym_LBRACE, + STATE(4491), 1, + sym_compound_statement, + [106739] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7632), 1, - sym_identifier, - STATE(4360), 1, - sym_attribute, - [101398] = 2, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3834), 1, + sym_field_declaration_list, + [106749] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7634), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [101406] = 3, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3835), 1, + sym_field_declaration_list, + [106759] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3345), 1, + ACTIONS(3780), 1, anon_sym_LBRACE, - STATE(2932), 1, - sym_initializer_list, - [101416] = 2, + STATE(3842), 1, + sym_field_declaration_list, + [106769] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, - anon_sym_else, - anon_sym_while, - [101424] = 2, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3845), 1, + sym_field_declaration_list, + [106779] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, - anon_sym_else, - anon_sym_while, - [101432] = 2, + ACTIONS(7684), 1, + anon_sym_LT, + STATE(1995), 1, + sym_template_argument_list, + [106789] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, - anon_sym_else, - anon_sym_while, - [101440] = 2, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3852), 1, + sym_field_declaration_list, + [106799] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, - anon_sym_else, - anon_sym_while, - [101448] = 3, - ACTIONS(5817), 1, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3854), 1, + sym_field_declaration_list, + [106809] = 3, + ACTIONS(5871), 1, sym_comment, - ACTIONS(7636), 1, + ACTIONS(7686), 1, anon_sym_LF, - ACTIONS(7638), 1, + ACTIONS(7688), 1, sym_preproc_arg, - [101458] = 2, + [106819] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, - anon_sym_else, - anon_sym_while, - [101466] = 3, + ACTIONS(7690), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [106827] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5785), 1, + ACTIONS(6212), 1, anon_sym_LT, - STATE(1350), 1, + STATE(3560), 1, sym_template_argument_list, - [101476] = 2, - ACTIONS(3), 1, + [106837] = 3, + ACTIONS(5871), 1, sym_comment, - ACTIONS(1542), 2, - anon_sym_else, - anon_sym_while, - [101484] = 2, + 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(3), 1, sym_comment, - ACTIONS(1542), 2, - anon_sym_else, + ACTIONS(1671), 1, anon_sym_while, - [101492] = 2, + ACTIONS(7700), 1, + anon_sym_else, + [106867] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, - anon_sym_else, - anon_sym_while, - [101500] = 2, + ACTIONS(3746), 1, + anon_sym_LBRACE, + STATE(2360), 1, + sym_field_declaration_list, + [106877] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, - anon_sym_else, - anon_sym_while, - [101508] = 3, + ACTIONS(7173), 1, + anon_sym_LPAREN2, + STATE(1198), 1, + sym_condition_clause, + [106887] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7632), 1, - sym_identifier, - STATE(4117), 1, - sym_attribute, - [101518] = 3, + ACTIONS(5056), 1, + anon_sym_RBRACK, + ACTIONS(7702), 1, + anon_sym_COMMA, + [106897] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7640), 1, - anon_sym_LT, - STATE(2021), 1, - sym_template_argument_list, - [101528] = 2, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3855), 1, + sym_field_declaration_list, + [106907] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, - anon_sym_else, - anon_sym_while, - [101536] = 2, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3848), 1, + sym_field_declaration_list, + [106917] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, - anon_sym_else, - anon_sym_while, - [101544] = 2, + ACTIONS(3780), 1, + anon_sym_LBRACE, + STATE(3846), 1, + sym_field_declaration_list, + [106927] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, + ACTIONS(1659), 2, anon_sym_else, anon_sym_while, - [101552] = 2, + [106935] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, + ACTIONS(1635), 2, anon_sym_else, anon_sym_while, - [101560] = 2, + [106943] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, - anon_sym_else, - anon_sym_while, - [101568] = 3, + ACTIONS(2986), 1, + anon_sym_LT, + STATE(1484), 1, + sym_template_argument_list, + [106953] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4713), 1, - anon_sym_LPAREN2, - STATE(4713), 1, - sym_argument_list, - [101578] = 2, + ACTIONS(3746), 1, + anon_sym_LBRACE, + STATE(2382), 1, + sym_field_declaration_list, + [106963] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, + ACTIONS(1623), 2, anon_sym_else, anon_sym_while, - [101586] = 2, + [106971] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, + ACTIONS(1619), 2, anon_sym_else, anon_sym_while, - [101594] = 2, + [106979] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, + ACTIONS(1611), 2, anon_sym_else, anon_sym_while, - [101602] = 3, + [106987] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7214), 1, - anon_sym_LPAREN2, - STATE(1101), 1, - sym_condition_clause, - [101612] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1542), 2, + ACTIONS(1595), 2, anon_sym_else, anon_sym_while, - [101620] = 3, + [106995] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3377), 1, - anon_sym_LT, - STATE(1350), 1, - sym_template_argument_list, - [101630] = 3, + ACTIONS(3782), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [107003] = 3, + ACTIONS(5871), 1, + sym_comment, + ACTIONS(7704), 1, + anon_sym_LF, + ACTIONS(7706), 1, + sym_preproc_arg, + [107013] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2950), 1, - anon_sym_LT, - STATE(1501), 1, - sym_template_argument_list, - [101640] = 2, + ACTIONS(7708), 1, + sym_identifier, + STATE(4714), 1, + sym_attribute, + [107023] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, + ACTIONS(1587), 2, anon_sym_else, anon_sym_while, - [101648] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3791), 1, - anon_sym_LBRACE, - STATE(2328), 1, - sym_field_declaration_list, - [101658] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3791), 1, - anon_sym_LBRACE, - STATE(2329), 1, - sym_field_declaration_list, - [101668] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3791), 1, - anon_sym_LBRACE, - STATE(2330), 1, - sym_field_declaration_list, - [101678] = 3, - ACTIONS(5817), 1, + [107031] = 3, + ACTIONS(5871), 1, sym_comment, - ACTIONS(7642), 1, + ACTIONS(7710), 1, anon_sym_LF, - ACTIONS(7644), 1, + ACTIONS(7712), 1, sym_preproc_arg, - [101688] = 3, + [107041] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7624), 1, + ACTIONS(7684), 1, anon_sym_LT, - STATE(809), 1, + STATE(2004), 1, sym_template_argument_list, - [101698] = 2, + [107051] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, - anon_sym_else, + ACTIONS(7714), 1, + anon_sym_LT, + STATE(814), 1, + sym_template_argument_list, + [107061] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1561), 1, anon_sym_while, - [101706] = 3, + ACTIONS(7716), 1, + anon_sym_else, + [107071] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1391), 1, - anon_sym_LBRACE, - STATE(691), 1, - sym_compound_statement, - [101716] = 2, + ACTIONS(7169), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [107079] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, + ACTIONS(1591), 2, anon_sym_else, anon_sym_while, - [101724] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7646), 1, - anon_sym_LPAREN2, - STATE(4638), 1, - sym_condition_clause, - [101734] = 2, + [107087] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, + ACTIONS(1615), 2, anon_sym_else, anon_sym_while, - [101742] = 3, + [107095] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7626), 1, + ACTIONS(7718), 1, anon_sym_LT, - STATE(2023), 1, + STATE(1996), 1, sym_template_argument_list, - [101752] = 2, + [107105] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, + ACTIONS(1639), 2, anon_sym_else, anon_sym_while, - [101760] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3791), 1, - anon_sym_LBRACE, - STATE(2333), 1, - sym_field_declaration_list, - [101770] = 3, - ACTIONS(3), 1, + [107113] = 3, + ACTIONS(5871), 1, sym_comment, - ACTIONS(3791), 1, - anon_sym_LBRACE, - STATE(2334), 1, - sym_field_declaration_list, - [101780] = 3, + ACTIONS(7720), 1, + anon_sym_LF, + ACTIONS(7722), 1, + sym_preproc_arg, + [107123] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2950), 1, + ACTIONS(2984), 1, anon_sym_LT, - STATE(1504), 1, + STATE(1488), 1, sym_template_argument_list, - [101790] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3791), 1, - anon_sym_LBRACE, - STATE(2335), 1, - sym_field_declaration_list, - [101800] = 3, + [107133] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3791), 1, - anon_sym_LBRACE, - STATE(2337), 1, - sym_field_declaration_list, - [101810] = 2, + ACTIONS(1643), 2, + anon_sym_else, + anon_sym_while, + [107141] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7390), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [101818] = 3, + ACTIONS(7724), 1, + sym_identifier, + ACTIONS(7726), 1, + anon_sym_inline, + [107151] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7626), 1, + ACTIONS(2984), 1, anon_sym_LT, - STATE(2315), 1, + STATE(3626), 1, sym_template_argument_list, - [101828] = 3, + [107161] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3791), 1, - anon_sym_LBRACE, - STATE(2338), 1, - sym_field_declaration_list, - [101838] = 3, + ACTIONS(1647), 2, + anon_sym_else, + anon_sym_while, + [107169] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3791), 1, - anon_sym_LBRACE, - STATE(2339), 1, - sym_field_declaration_list, - [101848] = 3, + ACTIONS(1651), 2, + anon_sym_else, + anon_sym_while, + [107177] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3377), 1, + ACTIONS(7718), 1, anon_sym_LT, - STATE(3623), 1, + STATE(2258), 1, sym_template_argument_list, - [101858] = 3, + [107187] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3791), 1, - anon_sym_LBRACE, - STATE(2340), 1, - sym_field_declaration_list, - [101868] = 2, + ACTIONS(1655), 2, + anon_sym_else, + anon_sym_while, + [107195] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7377), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [101876] = 3, + ACTIONS(1663), 2, + anon_sym_else, + anon_sym_while, + [107203] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7624), 1, + ACTIONS(7714), 1, anon_sym_LT, - STATE(811), 1, + STATE(816), 1, sym_template_argument_list, - [101886] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3791), 1, - anon_sym_LBRACE, - STATE(2341), 1, - sym_field_declaration_list, - [101896] = 2, + [107213] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 2, - anon_sym_else, - anon_sym_while, - [101904] = 2, + ACTIONS(2986), 1, + anon_sym_LT, + STATE(1470), 1, + sym_template_argument_list, + [107223] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1646), 2, - anon_sym_else, - anon_sym_while, - [101912] = 3, + ACTIONS(5865), 1, + anon_sym_LT, + STATE(2247), 1, + sym_template_argument_list, + [107233] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7214), 1, - anon_sym_LPAREN2, - STATE(1145), 1, - sym_condition_clause, - [101922] = 2, + ACTIONS(7708), 1, + sym_identifier, + STATE(4329), 1, + sym_attribute, + [107243] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1642), 2, + ACTIONS(1667), 2, anon_sym_else, anon_sym_while, - [101930] = 3, + [107251] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3791), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, - STATE(2342), 1, + STATE(2300), 1, sym_field_declaration_list, - [101940] = 2, + [107261] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1638), 2, - anon_sym_else, - anon_sym_while, - [101948] = 2, + ACTIONS(4407), 1, + anon_sym_LPAREN2, + STATE(2372), 1, + sym_argument_list, + [107271] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1634), 2, + ACTIONS(1677), 2, anon_sym_else, anon_sym_while, - [101956] = 3, + [107279] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7632), 1, + ACTIONS(7708), 1, sym_identifier, - STATE(4082), 1, + STATE(4334), 1, sym_attribute, - [101966] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2950), 1, - anon_sym_LT, - STATE(1478), 1, - sym_template_argument_list, - [101976] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1630), 2, - anon_sym_else, - anon_sym_while, - [101984] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1622), 2, - anon_sym_else, - anon_sym_while, - [101992] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1618), 2, - anon_sym_else, - anon_sym_while, - [102000] = 3, + [107289] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7646), 1, + ACTIONS(7728), 1, anon_sym_LPAREN2, - STATE(4621), 1, + STATE(4464), 1, sym_condition_clause, - [102010] = 2, + [107299] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1614), 2, + ACTIONS(1681), 2, anon_sym_else, anon_sym_while, - [102018] = 2, + [107307] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1604), 2, + ACTIONS(1685), 2, anon_sym_else, anon_sym_while, - [102026] = 2, - ACTIONS(5817), 1, + [107315] = 2, + ACTIONS(5871), 1, sym_comment, - ACTIONS(7648), 2, + ACTIONS(7730), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [102034] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1600), 2, - anon_sym_else, - anon_sym_while, - [102042] = 3, + [107323] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7650), 1, + ACTIONS(7732), 1, sym_identifier, - STATE(2454), 1, + STATE(2255), 1, sym_template_type, - [102052] = 2, + [107333] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1580), 2, - anon_sym_else, - anon_sym_while, - [102060] = 2, + ACTIONS(3772), 1, + anon_sym_LBRACE, + STATE(2301), 1, + sym_field_declaration_list, + [107343] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1576), 2, + ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [102068] = 3, + [107351] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2712), 1, + ACTIONS(2706), 1, anon_sym_LBRACE, - STATE(4066), 1, + STATE(4365), 1, sym_compound_statement, - [102078] = 2, + [107361] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1670), 2, - anon_sym_else, - anon_sym_while, - [102086] = 2, + ACTIONS(3772), 1, + anon_sym_LBRACE, + STATE(2302), 1, + sym_field_declaration_list, + [107371] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1674), 2, - anon_sym_else, - anon_sym_while, - [102094] = 2, + ACTIONS(7734), 1, + sym_identifier, + ACTIONS(7736), 1, + anon_sym_LPAREN2, + [107381] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1678), 2, + ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [102102] = 2, + [107389] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1682), 2, - anon_sym_else, - anon_sym_while, - [102110] = 3, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(7652), 1, - anon_sym_LF, - ACTIONS(7654), 1, - sym_preproc_arg, - [102120] = 2, + ACTIONS(4738), 1, + anon_sym_LPAREN2, + STATE(5222), 1, + sym_argument_list, + [107399] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1686), 2, - anon_sym_else, - anon_sym_while, - [102128] = 2, + ACTIONS(1374), 1, + anon_sym_LBRACE, + STATE(694), 1, + sym_compound_statement, + [107409] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1690), 2, + ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [102136] = 3, + [107417] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7656), 1, + ACTIONS(7738), 1, sym_identifier, - STATE(1270), 1, + STATE(1297), 1, sym_template_type, - [102146] = 2, + [107427] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1694), 2, + ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [102154] = 2, - ACTIONS(5817), 1, + [107435] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(7658), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [102162] = 3, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107443] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3791), 1, + ACTIONS(2754), 1, anon_sym_LBRACE, - STATE(2351), 1, - sym_field_declaration_list, - [102172] = 3, + STATE(2218), 1, + sym_initializer_list, + [107453] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3791), 1, - anon_sym_LBRACE, - STATE(2353), 1, - sym_field_declaration_list, - [102182] = 2, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107461] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1698), 2, + ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [102190] = 3, + [107469] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3791), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, - STATE(2356), 1, + STATE(2273), 1, sym_field_declaration_list, - [102200] = 3, + [107479] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3791), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, - STATE(2357), 1, + STATE(2349), 1, + sym_field_declaration_list, + [107489] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3772), 1, + anon_sym_LBRACE, + STATE(2350), 1, sym_field_declaration_list, - [102210] = 3, + [107499] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4713), 1, + ACTIONS(4738), 1, anon_sym_LPAREN2, - STATE(4760), 1, + STATE(5124), 1, sym_argument_list, - [102220] = 3, + [107509] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7626), 1, - anon_sym_LT, - STATE(2464), 1, - sym_template_argument_list, - [102230] = 3, + ACTIONS(3772), 1, + anon_sym_LBRACE, + STATE(2351), 1, + sym_field_declaration_list, + [107519] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1702), 1, - anon_sym_while, - ACTIONS(7660), 1, - anon_sym_else, - [102240] = 3, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(7662), 1, - anon_sym_LF, - ACTIONS(7664), 1, - sym_preproc_arg, - [102250] = 2, + ACTIONS(3772), 1, + anon_sym_LBRACE, + STATE(2353), 1, + sym_field_declaration_list, + [107529] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1666), 2, + ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [102258] = 3, + [107537] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3791), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, - STATE(2359), 1, + STATE(2274), 1, sym_field_declaration_list, - [102268] = 3, + [107547] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, - STATE(2290), 1, + STATE(2336), 1, sym_field_declaration_list, - [102278] = 3, + [107557] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, - STATE(2289), 1, + STATE(2339), 1, sym_field_declaration_list, - [102288] = 3, + [107567] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, - STATE(2288), 1, + STATE(2341), 1, sym_field_declaration_list, - [102298] = 3, + [107577] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2950), 1, - anon_sym_LT, - STATE(1350), 1, - sym_template_argument_list, - [102308] = 3, + ACTIONS(3802), 1, + anon_sym_LBRACE, + STATE(2065), 1, + sym_field_declaration_list, + [107587] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1608), 1, - anon_sym_while, - ACTIONS(7666), 1, + ACTIONS(1535), 2, anon_sym_else, - [102318] = 2, + anon_sym_while, + [107595] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1596), 2, - anon_sym_else, - anon_sym_while, - [102326] = 2, + ACTIONS(2984), 1, + anon_sym_LT, + STATE(1470), 1, + sym_template_argument_list, + [107605] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1592), 2, + ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [102334] = 2, + [107613] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7173), 1, + anon_sym_LPAREN2, + STATE(1167), 1, + sym_condition_clause, + [107623] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1588), 2, + ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [102342] = 3, + [107631] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3791), 1, - anon_sym_LBRACE, - STATE(2360), 1, - sym_field_declaration_list, - [102352] = 3, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107639] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, - anon_sym_LBRACE, - STATE(1324), 1, - sym_field_declaration_list, - [102362] = 3, + ACTIONS(4738), 1, + anon_sym_LPAREN2, + STATE(5182), 1, + sym_argument_list, + [107649] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7668), 1, + ACTIONS(7740), 1, anon_sym_RPAREN, - ACTIONS(7670), 1, + ACTIONS(7742), 1, aux_sym_alone_macro_call_token1, - [102372] = 3, + [107659] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2950), 1, - anon_sym_LT, - STATE(1368), 1, - sym_template_argument_list, - [102382] = 3, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107667] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7672), 1, + ACTIONS(7744), 1, anon_sym_default, - ACTIONS(7674), 1, + ACTIONS(7746), 1, anon_sym_delete, - [102392] = 2, + [107677] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1584), 2, + ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [102400] = 2, + [107685] = 3, + ACTIONS(5871), 1, + sym_comment, + ACTIONS(7748), 1, + anon_sym_LF, + ACTIONS(7750), 1, + sym_preproc_arg, + [107695] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1548), 2, + ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [102408] = 3, + [107703] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2712), 1, - anon_sym_LBRACE, - STATE(4046), 1, - sym_compound_statement, - [102418] = 2, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107711] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1658), 2, + ACTIONS(1535), 2, anon_sym_else, anon_sym_while, - [102426] = 3, + [107719] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3377), 1, - anon_sym_LT, - STATE(1368), 1, - sym_template_argument_list, - [102436] = 3, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107727] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, - STATE(1464), 1, + STATE(2333), 1, sym_field_declaration_list, - [102446] = 3, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(7676), 1, - anon_sym_LF, - ACTIONS(7678), 1, - sym_preproc_arg, - [102456] = 3, + [107737] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, - STATE(1457), 1, + STATE(2332), 1, sym_field_declaration_list, - [102466] = 3, + [107747] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, - STATE(1443), 1, + STATE(2329), 1, sym_field_declaration_list, - [102476] = 3, + [107757] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7214), 1, - anon_sym_LPAREN2, - STATE(1134), 1, - sym_condition_clause, - [102486] = 3, + ACTIONS(4997), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [107765] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(271), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, - STATE(189), 1, - sym_compound_statement, - [102496] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7572), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [102504] = 2, + STATE(2328), 1, + sym_field_declaration_list, + [107775] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7680), 2, - anon_sym_COMMA, + ACTIONS(3772), 1, anon_sym_LBRACE, - [102512] = 2, + STATE(2323), 1, + sym_field_declaration_list, + [107785] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7682), 2, - anon_sym_COMMA, - anon_sym_GT2, - [102520] = 3, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107793] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(649), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, - STATE(229), 1, - sym_compound_statement, - [102530] = 2, + STATE(2322), 1, + sym_field_declaration_list, + [107803] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7551), 2, - anon_sym_COMMA, - anon_sym_LBRACE, - [102538] = 3, + ACTIONS(7752), 1, + sym_identifier, + STATE(2044), 1, + sym_template_method, + [107813] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, - anon_sym_LBRACE, - STATE(2133), 1, - sym_field_declaration_list, - [102548] = 3, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107821] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1478), 1, - anon_sym_LBRACE, - STATE(2674), 1, - sym_initializer_list, - [102558] = 3, - ACTIONS(5817), 1, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107829] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(7684), 1, - anon_sym_LF, - ACTIONS(7686), 1, - sym_preproc_arg, - [102568] = 3, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107837] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6887), 1, - sym_identifier, - STATE(4515), 1, - sym_enumerator, - [102578] = 2, - ACTIONS(5817), 1, + ACTIONS(7718), 1, + anon_sym_LT, + STATE(2046), 1, + sym_template_argument_list, + [107847] = 3, + ACTIONS(5871), 1, sym_comment, - ACTIONS(7688), 2, + ACTIONS(7754), 1, anon_sym_LF, + ACTIONS(7756), 1, sym_preproc_arg, - [102586] = 3, + [107857] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, - anon_sym_LBRACE, - STATE(1319), 1, - sym_field_declaration_list, - [102596] = 2, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107865] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7535), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [102604] = 3, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107873] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1599), 2, + anon_sym_else, + anon_sym_while, + [107881] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2950), 1, - anon_sym_LT, - STATE(4165), 1, - sym_template_argument_list, - [102614] = 3, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(7690), 1, - anon_sym_LF, - ACTIONS(7692), 1, - sym_preproc_arg, - [102624] = 3, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107889] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3751), 1, + ACTIONS(3752), 1, anon_sym_LBRACE, - STATE(2568), 1, + STATE(2618), 1, sym_field_declaration_list, - [102634] = 3, + [107899] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5783), 1, - anon_sym_LPAREN2, - STATE(4609), 1, - sym_parameter_list, - [102644] = 3, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107907] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5754), 1, - anon_sym_LT, - STATE(2161), 1, - sym_template_argument_list, - [102654] = 3, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107915] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7694), 1, + ACTIONS(7758), 1, anon_sym_LPAREN2, - STATE(4857), 1, + STATE(4834), 1, sym_parenthesized_expression, - [102664] = 3, + [107925] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, - anon_sym_LBRACE, - STATE(2076), 1, - sym_field_declaration_list, - [102674] = 3, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107933] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1391), 1, - anon_sym_LBRACE, - STATE(710), 1, - sym_compound_statement, - [102684] = 3, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107941] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, - anon_sym_LBRACE, - STATE(2075), 1, - sym_field_declaration_list, - [102694] = 3, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [107949] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, + ACTIONS(1374), 1, anon_sym_LBRACE, - STATE(2074), 1, - sym_field_declaration_list, - [102704] = 3, + STATE(758), 1, + sym_compound_statement, + [107959] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7214), 1, + ACTIONS(7173), 1, anon_sym_LPAREN2, - STATE(1176), 1, + STATE(1130), 1, sym_condition_clause, - [102714] = 3, + [107969] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3791), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, - STATE(2373), 1, + STATE(2295), 1, sym_field_declaration_list, - [102724] = 3, + [107979] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3791), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, - STATE(2374), 1, + STATE(2293), 1, sym_field_declaration_list, - [102734] = 3, + [107989] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5783), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - STATE(4438), 1, + STATE(4802), 1, sym_parameter_list, - [102744] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7484), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [102752] = 3, + [107999] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3791), 1, + ACTIONS(3772), 1, anon_sym_LBRACE, - STATE(2377), 1, + STATE(2289), 1, sym_field_declaration_list, - [102762] = 3, + [108009] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7696), 1, - sym_identifier, - STATE(2112), 1, - sym_template_method, - [102772] = 2, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [108017] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7698), 2, - anon_sym_COLON_COLON, - anon_sym_LBRACE, - [102780] = 2, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [108025] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7473), 2, - anon_sym_COMMA, - anon_sym_GT2, - [102788] = 3, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [108033] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 1, - anon_sym_LBRACE, - STATE(2286), 1, - sym_field_declaration_list, - [102798] = 3, + ACTIONS(7760), 1, + sym_identifier, + STATE(3564), 1, + sym_template_type, + [108043] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 1, + ACTIONS(3802), 1, anon_sym_LBRACE, - STATE(2285), 1, + STATE(2060), 1, sym_field_declaration_list, - [102808] = 3, + [108053] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 1, - anon_sym_LBRACE, - STATE(2284), 1, - sym_field_declaration_list, - [102818] = 3, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [108061] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, + ACTIONS(3746), 1, anon_sym_LBRACE, - STATE(1318), 1, + STATE(2390), 1, sym_field_declaration_list, - [102828] = 3, + [108071] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 1, + ACTIONS(3746), 1, anon_sym_LBRACE, - STATE(2283), 1, + STATE(2393), 1, sym_field_declaration_list, - [102838] = 3, + [108081] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 1, - anon_sym_LBRACE, - STATE(2282), 1, - sym_field_declaration_list, - [102848] = 3, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [108089] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, - anon_sym_LBRACE, - STATE(1316), 1, - sym_field_declaration_list, - [102858] = 3, + ACTIONS(7728), 1, + anon_sym_LPAREN2, + STATE(4470), 1, + sym_condition_clause, + [108099] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 1, - anon_sym_LBRACE, - STATE(2281), 1, - sym_field_declaration_list, - [102868] = 3, + ACTIONS(1571), 2, + anon_sym_else, + anon_sym_while, + [108107] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 1, - anon_sym_LBRACE, - STATE(2280), 1, - sym_field_declaration_list, - [102878] = 3, + ACTIONS(1567), 2, + anon_sym_else, + anon_sym_while, + [108115] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7700), 1, - sym_identifier, - ACTIONS(7702), 1, + ACTIONS(7173), 1, anon_sym_LPAREN2, - [102888] = 2, + STATE(1141), 1, + sym_condition_clause, + [108125] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7704), 2, - anon_sym_COMMA, - anon_sym_GT2, - [102896] = 3, + ACTIONS(1553), 2, + anon_sym_else, + anon_sym_while, + [108133] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, + ACTIONS(3746), 1, anon_sym_LBRACE, - STATE(1416), 1, + STATE(2354), 1, sym_field_declaration_list, - [102906] = 3, + [108143] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 1, + ACTIONS(3746), 1, anon_sym_LBRACE, - STATE(2279), 1, + STATE(2428), 1, sym_field_declaration_list, - [102916] = 3, + [108153] = 3, + ACTIONS(5871), 1, + sym_comment, + ACTIONS(7762), 1, + anon_sym_LF, + ACTIONS(7764), 1, + sym_preproc_arg, + [108163] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, - anon_sym_LBRACE, - STATE(1418), 1, - sym_field_declaration_list, - [102926] = 3, + ACTIONS(1535), 2, + anon_sym_else, + anon_sym_while, + [108171] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, + ACTIONS(3802), 1, anon_sym_LBRACE, - STATE(1331), 1, + STATE(2056), 1, sym_field_declaration_list, - [102936] = 3, + [108181] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, - anon_sym_LBRACE, - STATE(1437), 1, - sym_field_declaration_list, - [102946] = 3, + ACTIONS(7714), 1, + anon_sym_LT, + STATE(811), 1, + sym_template_argument_list, + [108191] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 1, + ACTIONS(3802), 1, anon_sym_LBRACE, - STATE(2278), 1, + STATE(2053), 1, sym_field_declaration_list, - [102956] = 2, + [108201] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7706), 2, - anon_sym_COMMA, - anon_sym_GT2, - [102964] = 2, - ACTIONS(3), 1, + ACTIONS(3746), 1, + anon_sym_LBRACE, + STATE(2452), 1, + sym_field_declaration_list, + [108211] = 2, + ACTIONS(5871), 1, sym_comment, - ACTIONS(7708), 2, - anon_sym_COMMA, - anon_sym_GT2, - [102972] = 3, + ACTIONS(7766), 2, + anon_sym_LF, + sym_preproc_arg, + [108219] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, + ACTIONS(3802), 1, anon_sym_LBRACE, - STATE(1438), 1, + STATE(2052), 1, sym_field_declaration_list, - [102982] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6859), 1, - sym_identifier, - STATE(1270), 1, - sym_template_type, - [102992] = 3, + [108229] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7214), 1, + ACTIONS(7173), 1, anon_sym_LPAREN2, - STATE(1174), 1, + STATE(1190), 1, sym_condition_clause, - [103002] = 3, + [108239] = 3, + ACTIONS(5871), 1, + sym_comment, + ACTIONS(7768), 1, + anon_sym_LF, + ACTIONS(7770), 1, + sym_preproc_arg, + [108249] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7438), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [108257] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, + ACTIONS(7772), 2, + anon_sym_COMMA, anon_sym_LBRACE, - STATE(1458), 1, - sym_field_declaration_list, - [103012] = 3, + [108265] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, + ACTIONS(3746), 1, anon_sym_LBRACE, - STATE(1325), 1, + STATE(2456), 1, sym_field_declaration_list, - [103022] = 3, + [108275] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, + ACTIONS(3037), 1, anon_sym_LBRACE, - STATE(2084), 1, + STATE(1321), 1, sym_field_declaration_list, - [103032] = 2, + [108285] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7710), 2, - anon_sym_COMMA, - anon_sym_GT2, - [103040] = 3, + ACTIONS(7684), 1, + anon_sym_LT, + STATE(2030), 1, + sym_template_argument_list, + [108295] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, - anon_sym_LBRACE, - STATE(2083), 1, - sym_field_declaration_list, - [103050] = 3, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(7712), 1, - anon_sym_LF, - ACTIONS(7714), 1, - sym_preproc_arg, - [103060] = 3, + ACTIONS(4855), 1, + anon_sym_SEMI, + ACTIONS(4969), 1, + anon_sym_RPAREN, + [108305] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, + ACTIONS(3802), 1, anon_sym_LBRACE, - STATE(1459), 1, + STATE(2064), 1, sym_field_declaration_list, - [103070] = 3, + [108315] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7716), 1, + ACTIONS(7774), 1, anon_sym_LT, - STATE(2212), 1, + STATE(2178), 1, sym_template_argument_list, - [103080] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5195), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [103088] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5013), 1, - anon_sym_RPAREN, - ACTIONS(5015), 1, - anon_sym_SEMI, - [103098] = 2, + [108325] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4985), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [103106] = 3, + ACTIONS(2984), 1, + anon_sym_LT, + STATE(1299), 1, + sym_template_argument_list, + [108335] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, + ACTIONS(3037), 1, anon_sym_LBRACE, - STATE(2080), 1, + STATE(1320), 1, sym_field_declaration_list, - [103116] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7495), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [103124] = 2, + [108345] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7433), 2, + ACTIONS(7776), 2, anon_sym_COMMA, - anon_sym_SEMI, - [103132] = 2, + anon_sym_GT2, + [108353] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4892), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [103140] = 3, + ACTIONS(5835), 1, + anon_sym_LPAREN2, + STATE(4794), 1, + sym_parameter_list, + [108363] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, + ACTIONS(3752), 1, anon_sym_LBRACE, - STATE(1297), 1, + STATE(2546), 1, sym_field_declaration_list, - [103150] = 3, + [108373] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, + ACTIONS(3802), 1, anon_sym_LBRACE, - STATE(1313), 1, + STATE(2082), 1, sym_field_declaration_list, - [103160] = 3, + [108383] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, + ACTIONS(3752), 1, anon_sym_LBRACE, - STATE(1315), 1, + STATE(2549), 1, sym_field_declaration_list, - [103170] = 3, + [108393] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7624), 1, - anon_sym_LT, - STATE(2001), 1, - sym_template_argument_list, - [103180] = 3, + ACTIONS(4125), 1, + anon_sym_LPAREN2, + STATE(2153), 1, + sym_argument_list, + [108403] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, + ACTIONS(3752), 1, anon_sym_LBRACE, - STATE(1299), 1, + STATE(2555), 1, sym_field_declaration_list, - [103190] = 3, + [108413] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, + ACTIONS(600), 1, anon_sym_LBRACE, - STATE(2079), 1, - sym_field_declaration_list, - [103200] = 3, + STATE(242), 1, + sym_compound_statement, + [108423] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, + ACTIONS(3802), 1, anon_sym_LBRACE, - STATE(1301), 1, + STATE(2078), 1, sym_field_declaration_list, - [103210] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3037), 1, - anon_sym_LBRACE, - ACTIONS(3474), 1, - anon_sym_COLON_COLON, - [103220] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7718), 1, - sym_identifier, - STATE(2406), 1, - sym_template_method, - [103230] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7720), 1, - sym_identifier, - ACTIONS(7722), 1, - anon_sym_inline, - [103240] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7724), 1, - anon_sym_default, - ACTIONS(7726), 1, - anon_sym_delete, - [103250] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7624), 1, - anon_sym_LT, - STATE(2082), 1, - sym_template_argument_list, - [103260] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7456), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [103268] = 3, - ACTIONS(3), 1, + [108433] = 2, + ACTIONS(5871), 1, sym_comment, - ACTIONS(4168), 1, - anon_sym_LPAREN2, - STATE(2222), 1, - sym_argument_list, - [103278] = 3, + ACTIONS(7778), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [108441] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2712), 1, + ACTIONS(3802), 1, anon_sym_LBRACE, - STATE(4265), 1, - sym_compound_statement, - [103288] = 2, + STATE(2076), 1, + sym_field_declaration_list, + [108451] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5147), 2, - anon_sym_COMMA, + ACTIONS(7780), 1, anon_sym_RPAREN, - [103296] = 3, + ACTIONS(7782), 1, + aux_sym_alone_macro_call_token1, + [108461] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, + ACTIONS(3802), 1, anon_sym_LBRACE, - STATE(1302), 1, + STATE(2039), 1, sym_field_declaration_list, - [103306] = 3, + [108471] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, + ACTIONS(3752), 1, anon_sym_LBRACE, - STATE(1303), 1, + STATE(2564), 1, sym_field_declaration_list, - [103316] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5783), 1, - anon_sym_LPAREN2, - STATE(4349), 1, - sym_parameter_list, - [103326] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7728), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [103334] = 3, + [108481] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7694), 1, - anon_sym_LPAREN2, - STATE(4723), 1, - sym_parenthesized_expression, - [103344] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3379), 1, + ACTIONS(3752), 1, anon_sym_LBRACE, - STATE(1439), 1, + STATE(2571), 1, sym_field_declaration_list, - [103354] = 3, + [108491] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, + ACTIONS(3802), 1, anon_sym_LBRACE, - STATE(2069), 1, + STATE(2073), 1, sym_field_declaration_list, - [103364] = 3, + [108501] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3751), 1, + ACTIONS(3752), 1, anon_sym_LBRACE, - STATE(2588), 1, + STATE(2572), 1, sym_field_declaration_list, - [103374] = 3, + [108511] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3751), 1, + ACTIONS(3752), 1, anon_sym_LBRACE, - STATE(2589), 1, + STATE(2573), 1, sym_field_declaration_list, - [103384] = 3, + [108521] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3751), 1, + ACTIONS(3752), 1, anon_sym_LBRACE, - STATE(2590), 1, + STATE(2575), 1, sym_field_declaration_list, - [103394] = 3, + [108531] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7730), 1, - sym_identifier, - STATE(2055), 1, - sym_template_type, - [103404] = 3, + ACTIONS(3752), 1, + anon_sym_LBRACE, + STATE(2581), 1, + sym_field_declaration_list, + [108541] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, + ACTIONS(3752), 1, anon_sym_LBRACE, - STATE(1434), 1, + STATE(2586), 1, sym_field_declaration_list, - [103414] = 3, + [108551] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7694), 1, - anon_sym_LPAREN2, - STATE(5001), 1, - sym_parenthesized_expression, - [103424] = 3, + ACTIONS(3752), 1, + anon_sym_LBRACE, + STATE(2587), 1, + sym_field_declaration_list, + [108561] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, + ACTIONS(3752), 1, anon_sym_LBRACE, - STATE(1432), 1, + STATE(2591), 1, sym_field_declaration_list, - [103434] = 3, + [108571] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, + ACTIONS(3802), 1, anon_sym_LBRACE, - STATE(1431), 1, + STATE(2074), 1, sym_field_declaration_list, - [103444] = 3, + [108581] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5015), 1, - anon_sym_SEMI, - ACTIONS(5037), 1, - anon_sym_RPAREN, - [103454] = 3, + ACTIONS(2984), 1, + anon_sym_LT, + STATE(2092), 1, + sym_template_argument_list, + [108591] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 1, + ACTIONS(3802), 1, anon_sym_LBRACE, - STATE(2270), 1, + STATE(2041), 1, sym_field_declaration_list, - [103464] = 3, + [108601] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(605), 1, - anon_sym_LBRACE, - STATE(202), 1, - sym_compound_statement, - [103474] = 3, + ACTIONS(6901), 1, + sym_identifier, + STATE(4762), 1, + sym_enumerator, + [108611] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 1, + ACTIONS(3802), 1, anon_sym_LBRACE, - STATE(2268), 1, + STATE(2042), 1, sym_field_declaration_list, - [103484] = 3, + [108621] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, + ACTIONS(3802), 1, anon_sym_LBRACE, - STATE(1430), 1, + STATE(2043), 1, sym_field_declaration_list, - [103494] = 3, - ACTIONS(3), 1, + [108631] = 2, + ACTIONS(5871), 1, sym_comment, - ACTIONS(3379), 1, - anon_sym_LBRACE, - STATE(1425), 1, - sym_field_declaration_list, - [103504] = 3, + ACTIONS(7784), 2, + anon_sym_LF, + sym_preproc_arg, + [108639] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7732), 1, - anon_sym_default, - ACTIONS(7734), 1, - anon_sym_delete, - [103514] = 3, + ACTIONS(7322), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [108647] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3751), 1, + ACTIONS(3752), 1, anon_sym_LBRACE, - STATE(2579), 1, + STATE(2602), 1, sym_field_declaration_list, - [103524] = 3, + [108657] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 1, + ACTIONS(3752), 1, anon_sym_LBRACE, - STATE(2265), 1, + STATE(2603), 1, sym_field_declaration_list, - [103534] = 3, + [108667] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 1, + ACTIONS(3752), 1, anon_sym_LBRACE, - STATE(2264), 1, + STATE(2607), 1, sym_field_declaration_list, - [103544] = 3, + [108677] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3751), 1, + ACTIONS(3752), 1, anon_sym_LBRACE, - STATE(2552), 1, + STATE(2612), 1, sym_field_declaration_list, - [103554] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7736), 1, - anon_sym_default, - ACTIONS(7738), 1, - anon_sym_delete, - [103564] = 3, + [108687] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3751), 1, + ACTIONS(3752), 1, anon_sym_LBRACE, - STATE(2562), 1, + STATE(2619), 1, sym_field_declaration_list, - [103574] = 3, + [108697] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3751), 1, + ACTIONS(3037), 1, anon_sym_LBRACE, - STATE(2555), 1, + STATE(1315), 1, sym_field_declaration_list, - [103584] = 3, + [108707] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 1, + ACTIONS(2706), 1, anon_sym_LBRACE, - STATE(2262), 1, - sym_field_declaration_list, - [103594] = 3, + STATE(4332), 1, + sym_compound_statement, + [108717] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 1, + ACTIONS(3037), 1, anon_sym_LBRACE, - STATE(2261), 1, + STATE(1311), 1, sym_field_declaration_list, - [103604] = 3, + [108727] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3751), 1, + ACTIONS(3037), 1, anon_sym_LBRACE, - STATE(2561), 1, + STATE(1303), 1, sym_field_declaration_list, - [103614] = 3, + [108737] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, - anon_sym_LBRACE, - STATE(1424), 1, - sym_field_declaration_list, - [103624] = 3, + ACTIONS(2984), 1, + anon_sym_LT, + STATE(4354), 1, + sym_template_argument_list, + [108747] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, + ACTIONS(3802), 1, anon_sym_LBRACE, - STATE(1420), 1, + STATE(2067), 1, sym_field_declaration_list, - [103634] = 3, + [108757] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, + ACTIONS(3802), 1, anon_sym_LBRACE, - STATE(1304), 1, + STATE(2068), 1, sym_field_declaration_list, - [103644] = 3, + [108767] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, - anon_sym_LBRACE, - STATE(1305), 1, - sym_field_declaration_list, - [103654] = 3, + ACTIONS(5817), 1, + anon_sym_LT, + STATE(2405), 1, + sym_template_argument_list, + [108777] = 3, + ACTIONS(5871), 1, + sym_comment, + ACTIONS(7786), 1, + anon_sym_LF, + ACTIONS(7788), 1, + sym_preproc_arg, + [108787] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7632), 1, + ACTIONS(7708), 1, sym_identifier, - STATE(4266), 1, + STATE(4413), 1, sym_attribute, - [103664] = 3, + [108797] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7646), 1, + ACTIONS(7728), 1, anon_sym_LPAREN2, - STATE(4309), 1, + STATE(4471), 1, sym_condition_clause, - [103674] = 3, + [108807] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3751), 1, + ACTIONS(3802), 1, anon_sym_LBRACE, - STATE(2586), 1, + STATE(2069), 1, sym_field_declaration_list, - [103684] = 2, - ACTIONS(5817), 1, + [108817] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7740), 2, - anon_sym_LF, - sym_preproc_arg, - [103692] = 2, - ACTIONS(5817), 1, + ACTIONS(7790), 1, + sym_identifier, + STATE(2044), 1, + sym_template_method, + [108827] = 2, + ACTIONS(5871), 1, sym_comment, - ACTIONS(7742), 2, + ACTIONS(7792), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [103700] = 3, + [108835] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7230), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [108843] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7794), 1, + sym_identifier, + STATE(2431), 1, + sym_template_method, + [108853] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7223), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [108861] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3751), 1, + ACTIONS(2706), 1, anon_sym_LBRACE, - STATE(2578), 1, + STATE(4367), 1, + sym_compound_statement, + [108871] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3037), 1, + anon_sym_LBRACE, + STATE(1302), 1, sym_field_declaration_list, - [103710] = 3, + [108881] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7796), 2, + anon_sym_COLON_COLON, + anon_sym_LBRACE, + [108889] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7206), 2, + anon_sym_COMMA, + anon_sym_GT2, + [108897] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2712), 1, + ACTIONS(2706), 1, anon_sym_LBRACE, - STATE(4135), 1, + STATE(4192), 1, sym_compound_statement, - [103720] = 3, + [108907] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7714), 1, + anon_sym_LT, + STATE(1985), 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(3751), 1, + ACTIONS(600), 1, anon_sym_LBRACE, - STATE(2566), 1, + 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, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3752), 1, + anon_sym_LBRACE, + STATE(2578), 1, sym_field_declaration_list, - [103730] = 3, + [108955] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2712), 1, + ACTIONS(3752), 1, anon_sym_LBRACE, - STATE(4212), 1, - sym_compound_statement, - [103740] = 2, + STATE(2576), 1, + sym_field_declaration_list, + [108965] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7744), 2, - anon_sym_DOT_DOT_DOT, - sym_identifier, - [103748] = 3, + ACTIONS(4738), 1, + anon_sym_LPAREN2, + STATE(5174), 1, + sym_argument_list, + [108975] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, + ACTIONS(3752), 1, anon_sym_LBRACE, - STATE(1419), 1, + STATE(2568), 1, sym_field_declaration_list, - [103758] = 2, - ACTIONS(5817), 1, + [108985] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7746), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [103766] = 3, + ACTIONS(7800), 1, + anon_sym_default, + ACTIONS(7802), 1, + anon_sym_delete, + [108995] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7748), 1, - anon_sym_RPAREN, - ACTIONS(7750), 1, - aux_sym_alone_macro_call_token1, - [103776] = 3, + ACTIONS(7804), 2, + anon_sym_COMMA, + anon_sym_GT2, + [109003] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7646), 1, - anon_sym_LPAREN2, - STATE(4454), 1, - sym_condition_clause, - [103786] = 3, + ACTIONS(7513), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [109011] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7752), 1, + ACTIONS(7806), 2, + anon_sym_COMMA, + anon_sym_GT2, + [109019] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7808), 1, sym_identifier, - STATE(1270), 1, + STATE(2050), 1, sym_template_type, - [103796] = 3, + [109029] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7632), 1, - sym_identifier, - STATE(4109), 1, - sym_attribute, - [103806] = 3, + ACTIONS(7810), 2, + anon_sym_COMMA, + anon_sym_GT2, + [109037] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, - anon_sym_LBRACE, - STATE(1306), 1, - sym_field_declaration_list, - [103816] = 3, + ACTIONS(7524), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [109045] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7640), 1, - anon_sym_LT, - STATE(2212), 1, - sym_template_argument_list, - [103826] = 3, + ACTIONS(7812), 1, + anon_sym_RPAREN, + ACTIONS(7814), 1, + aux_sym_alone_macro_call_token1, + [109055] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2950), 1, - anon_sym_LT, - STATE(2082), 1, - sym_template_argument_list, - [103836] = 3, + ACTIONS(5134), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [109063] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7816), 1, + anon_sym_default, + ACTIONS(7818), 1, + anon_sym_delete, + [109073] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, + ACTIONS(3401), 1, anon_sym_LBRACE, - STATE(1309), 1, + STATE(1429), 1, sym_field_declaration_list, - [103846] = 3, + [109083] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4713), 1, - anon_sym_LPAREN2, - STATE(4933), 1, - sym_argument_list, - [103856] = 2, + ACTIONS(5004), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [109091] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7754), 2, - anon_sym_LPAREN2, - anon_sym_LBRACE, - [103864] = 3, + ACTIONS(7820), 1, + anon_sym_default, + ACTIONS(7822), 1, + anon_sym_delete, + [109101] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5754), 1, - anon_sym_LT, - STATE(1350), 1, - sym_template_argument_list, - [103874] = 2, + ACTIONS(3037), 1, + anon_sym_LBRACE, + STATE(1336), 1, + sym_field_declaration_list, + [109111] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7754), 2, + ACTIONS(7173), 1, anon_sym_LPAREN2, - anon_sym_LBRACE, - [103882] = 3, + STATE(1131), 1, + sym_condition_clause, + [109121] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, + ACTIONS(3037), 1, anon_sym_LBRACE, - STATE(1310), 1, + STATE(1314), 1, sym_field_declaration_list, - [103892] = 2, + [109131] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7754), 2, - anon_sym_LPAREN2, - anon_sym_LBRACE, - [103900] = 3, - ACTIONS(5817), 1, + ACTIONS(4853), 1, + anon_sym_RPAREN, + ACTIONS(4855), 1, + anon_sym_SEMI, + [109141] = 3, + ACTIONS(5871), 1, sym_comment, - ACTIONS(7756), 1, + ACTIONS(7824), 1, anon_sym_LF, - ACTIONS(7758), 1, + ACTIONS(7826), 1, sym_preproc_arg, - [103910] = 3, - ACTIONS(3), 1, + [109151] = 3, + ACTIONS(5871), 1, sym_comment, - ACTIONS(5783), 1, - anon_sym_LPAREN2, - STATE(4536), 1, - sym_parameter_list, - [103920] = 3, + ACTIONS(7828), 1, + anon_sym_LF, + ACTIONS(7830), 1, + sym_preproc_arg, + [109161] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(271), 1, + ACTIONS(3037), 1, anon_sym_LBRACE, - STATE(109), 1, - sym_compound_statement, - [103930] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7760), 1, - anon_sym_RPAREN, - ACTIONS(7762), 1, - aux_sym_alone_macro_call_token1, - [103940] = 3, + STATE(1340), 1, + sym_field_declaration_list, + [109171] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7694), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - STATE(4773), 1, - sym_parenthesized_expression, - [103950] = 3, + STATE(4543), 1, + sym_parameter_list, + [109181] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7764), 1, - anon_sym_default, - ACTIONS(7766), 1, - anon_sym_delete, - [103960] = 3, + ACTIONS(7173), 1, + anon_sym_LPAREN2, + STATE(1162), 1, + sym_condition_clause, + [109191] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4713), 1, + ACTIONS(7758), 1, anon_sym_LPAREN2, - STATE(5016), 1, - sym_argument_list, - [103970] = 3, + STATE(4883), 1, + sym_parenthesized_expression, + [109201] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7768), 1, - anon_sym_default, - ACTIONS(7770), 1, - anon_sym_delete, - [103980] = 3, + ACTIONS(7758), 1, + anon_sym_LPAREN2, + STATE(5140), 1, + sym_parenthesized_expression, + [109211] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, + ACTIONS(3746), 1, anon_sym_LBRACE, - STATE(1422), 1, + STATE(2464), 1, sym_field_declaration_list, - [103990] = 3, + [109221] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, - anon_sym_LBRACE, - STATE(1423), 1, - sym_field_declaration_list, - [104000] = 3, + ACTIONS(7832), 1, + anon_sym_default, + ACTIONS(7834), 1, + anon_sym_delete, + [109231] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3751), 1, + ACTIONS(3746), 1, anon_sym_LBRACE, - STATE(2543), 1, + STATE(2442), 1, sym_field_declaration_list, - [104010] = 3, + [109241] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3751), 1, + ACTIONS(2800), 1, anon_sym_LBRACE, - STATE(2545), 1, - sym_field_declaration_list, - [104020] = 3, + STATE(2361), 1, + sym_initializer_list, + [109251] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3751), 1, + ACTIONS(2706), 1, anon_sym_LBRACE, - STATE(2556), 1, - sym_field_declaration_list, - [104030] = 3, + STATE(4241), 1, + sym_compound_statement, + [109261] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3379), 1, + ACTIONS(3746), 1, anon_sym_LBRACE, - STATE(1426), 1, + STATE(2471), 1, sym_field_declaration_list, - [104040] = 3, + [109271] = 2, + ACTIONS(5871), 1, + sym_comment, + ACTIONS(7836), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [109279] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3751), 1, - anon_sym_LBRACE, - STATE(2567), 1, - sym_field_declaration_list, - [104050] = 3, + ACTIONS(6907), 1, + sym_identifier, + STATE(1297), 1, + sym_template_type, + [109289] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3751), 1, - anon_sym_LBRACE, - STATE(2573), 1, - sym_field_declaration_list, - [104060] = 3, + ACTIONS(7758), 1, + anon_sym_LPAREN2, + STATE(5021), 1, + sym_parenthesized_expression, + [109299] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3751), 1, + ACTIONS(3037), 1, anon_sym_LBRACE, - STATE(2574), 1, + STATE(1317), 1, sym_field_declaration_list, - [104070] = 2, + [109309] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5027), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [104078] = 3, + ACTIONS(7728), 1, + anon_sym_LPAREN2, + STATE(4604), 1, + sym_condition_clause, + [109319] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7772), 1, + ACTIONS(7838), 1, sym_identifier, - STATE(1270), 1, + STATE(2391), 1, sym_template_type, - [104088] = 3, + [109329] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, + ACTIONS(3746), 1, anon_sym_LBRACE, - STATE(2100), 1, + STATE(2454), 1, sym_field_declaration_list, - [104098] = 3, + [109339] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7640), 1, - anon_sym_LT, - STATE(2022), 1, - sym_template_argument_list, - [104108] = 2, + ACTIONS(3037), 1, + anon_sym_LBRACE, + STATE(1316), 1, + sym_field_declaration_list, + [109349] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6235), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [104116] = 3, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(7774), 1, - anon_sym_LF, - ACTIONS(7776), 1, - sym_preproc_arg, - [104126] = 3, + ACTIONS(3037), 1, + anon_sym_LBRACE, + STATE(1313), 1, + sym_field_declaration_list, + [109359] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2712), 1, + ACTIONS(3037), 1, anon_sym_LBRACE, - STATE(4071), 1, - sym_compound_statement, - [104136] = 2, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(7778), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [104144] = 3, + STATE(1310), 1, + sym_field_declaration_list, + [109369] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7646), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - STATE(4635), 1, - sym_condition_clause, - [104154] = 3, + STATE(4683), 1, + sym_parameter_list, + [109379] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7632), 1, - sym_identifier, - STATE(4092), 1, - sym_attribute, - [104164] = 3, + ACTIONS(3746), 1, + anon_sym_LBRACE, + STATE(2414), 1, + sym_field_declaration_list, + [109389] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7694), 1, + ACTIONS(5835), 1, anon_sym_LPAREN2, - STATE(4721), 1, - sym_parenthesized_expression, - [104174] = 3, + STATE(4653), 1, + sym_parameter_list, + [109399] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(3037), 1, anon_sym_LBRACE, - STATE(207), 1, - sym_compound_statement, - [104184] = 3, + STATE(1304), 1, + sym_field_declaration_list, + [109409] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, + ACTIONS(3037), 1, anon_sym_LBRACE, - STATE(2130), 1, + STATE(1309), 1, sym_field_declaration_list, - [104194] = 2, + [109419] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3785), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [104202] = 3, + ACTIONS(3746), 1, + anon_sym_LBRACE, + STATE(2409), 1, + sym_field_declaration_list, + [109429] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7640), 1, - anon_sym_LT, - STATE(2062), 1, - sym_template_argument_list, - [104212] = 3, + ACTIONS(3037), 1, + anon_sym_LBRACE, + STATE(1308), 1, + sym_field_declaration_list, + [109439] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5783), 1, - anon_sym_LPAREN2, - STATE(4583), 1, - sym_parameter_list, - [104222] = 2, + ACTIONS(3037), 1, + anon_sym_LBRACE, + STATE(1339), 1, + sym_field_declaration_list, + [109449] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7780), 2, - anon_sym_COLON_COLON, + ACTIONS(3037), 1, anon_sym_LBRACE, - [104230] = 3, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(7782), 1, - anon_sym_LF, - ACTIONS(7784), 1, - sym_preproc_arg, - [104240] = 3, + STATE(1341), 1, + sym_field_declaration_list, + [109459] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5783), 1, + ACTIONS(7758), 1, anon_sym_LPAREN2, - STATE(4517), 1, - sym_parameter_list, - [104250] = 3, + STATE(5030), 1, + sym_parenthesized_expression, + [109469] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4980), 1, - anon_sym_RBRACK, - ACTIONS(7786), 1, + ACTIONS(7259), 2, anon_sym_COMMA, - [104260] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7694), 1, - anon_sym_LPAREN2, - STATE(4751), 1, - sym_parenthesized_expression, - [104270] = 3, + anon_sym_RBRACE, + [109477] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, + ACTIONS(3746), 1, anon_sym_LBRACE, - STATE(2127), 1, + STATE(2415), 1, sym_field_declaration_list, - [104280] = 3, + [109487] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, + ACTIONS(3401), 1, anon_sym_LBRACE, - STATE(2121), 1, + STATE(1415), 1, sym_field_declaration_list, - [104290] = 3, + [109497] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(649), 1, + ACTIONS(3401), 1, anon_sym_LBRACE, - STATE(424), 1, - sym_compound_statement, - [104300] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7214), 1, - anon_sym_LPAREN2, - STATE(1129), 1, - sym_condition_clause, - [104310] = 3, + STATE(1448), 1, + sym_field_declaration_list, + [109507] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 1, + ACTIONS(3401), 1, anon_sym_LBRACE, - STATE(2250), 1, + STATE(1449), 1, sym_field_declaration_list, - [104320] = 3, + [109517] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, + ACTIONS(3401), 1, anon_sym_LBRACE, - STATE(2115), 1, + STATE(1450), 1, sym_field_declaration_list, - [104330] = 3, + [109527] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3763), 1, + ACTIONS(3401), 1, anon_sym_LBRACE, - STATE(2248), 1, + STATE(1413), 1, sym_field_declaration_list, - [104340] = 3, + [109537] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7788), 1, + ACTIONS(7840), 1, anon_sym_default, - ACTIONS(7790), 1, + ACTIONS(7842), 1, anon_sym_delete, - [104350] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7792), 1, - anon_sym_RPAREN, - ACTIONS(7794), 1, - aux_sym_alone_macro_call_token1, - [104360] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3763), 1, - anon_sym_LBRACE, - STATE(2247), 1, - sym_field_declaration_list, - [104370] = 3, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(7796), 1, - anon_sym_LF, - ACTIONS(7798), 1, - sym_preproc_arg, - [104380] = 3, + [109547] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4713), 1, + ACTIONS(7844), 1, + sym_identifier, + ACTIONS(7846), 1, anon_sym_LPAREN2, - STATE(4859), 1, - sym_argument_list, - [104390] = 3, + [109557] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7214), 1, - anon_sym_LPAREN2, - STATE(1094), 1, - sym_condition_clause, - [104400] = 3, + ACTIONS(7848), 2, + anon_sym_COMMA, + anon_sym_GT2, + [109565] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, + ACTIONS(3746), 1, anon_sym_LBRACE, - STATE(2099), 1, + STATE(2470), 1, sym_field_declaration_list, - [104410] = 3, + [109575] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7800), 1, - sym_identifier, - STATE(1270), 1, - sym_template_type, - [104420] = 3, + ACTIONS(3746), 1, + anon_sym_LBRACE, + STATE(2410), 1, + sym_field_declaration_list, + [109585] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, + ACTIONS(3401), 1, anon_sym_LBRACE, - STATE(2098), 1, + STATE(1407), 1, sym_field_declaration_list, - [104430] = 3, + [109595] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(605), 1, + ACTIONS(269), 1, anon_sym_LBRACE, - STATE(339), 1, + STATE(105), 1, sym_compound_statement, - [104440] = 3, + [109605] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7214), 1, + ACTIONS(7173), 1, anon_sym_LPAREN2, - STATE(1131), 1, + STATE(1099), 1, sym_condition_clause, - [104450] = 2, + [109615] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7802), 2, + ACTIONS(5106), 2, anon_sym_COMMA, - anon_sym_GT2, - [104458] = 3, + anon_sym_RPAREN, + [109623] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(51), 1, + ACTIONS(269), 1, anon_sym_LBRACE, - STATE(448), 1, + STATE(165), 1, sym_compound_statement, - [104468] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7214), 1, - anon_sym_LPAREN2, - STATE(1144), 1, - sym_condition_clause, - [104478] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3751), 1, - anon_sym_LBRACE, - STATE(2550), 1, - sym_field_declaration_list, - [104488] = 3, + [109633] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3751), 1, - anon_sym_LBRACE, - STATE(2538), 1, - sym_field_declaration_list, - [104498] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7214), 1, - anon_sym_LPAREN2, - STATE(1200), 1, - sym_condition_clause, - [104508] = 3, + ACTIONS(7850), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [109641] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3751), 1, + ACTIONS(3746), 1, anon_sym_LBRACE, - STATE(2580), 1, + STATE(2404), 1, sym_field_declaration_list, - [104518] = 3, + [109651] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, + ACTIONS(3746), 1, anon_sym_LBRACE, - STATE(1300), 1, + STATE(2437), 1, sym_field_declaration_list, - [104528] = 3, + [109661] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2712), 1, + ACTIONS(2706), 1, anon_sym_LBRACE, - STATE(4238), 1, + STATE(4319), 1, sym_compound_statement, - [104538] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3021), 1, - anon_sym_LBRACE, - STATE(1287), 1, - sym_field_declaration_list, - [104548] = 2, - ACTIONS(5817), 1, + [109671] = 2, + ACTIONS(5871), 1, sym_comment, - ACTIONS(7804), 2, + ACTIONS(7852), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [104556] = 3, + [109679] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 1, + ACTIONS(3401), 1, anon_sym_LBRACE, - STATE(1298), 1, + STATE(1438), 1, sym_field_declaration_list, - [104566] = 3, + [109689] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7646), 1, - anon_sym_LPAREN2, - STATE(4434), 1, - sym_condition_clause, - [104576] = 3, + ACTIONS(3401), 1, + anon_sym_LBRACE, + STATE(1404), 1, + sym_field_declaration_list, + [109699] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4341), 1, + ACTIONS(7728), 1, anon_sym_LPAREN2, - STATE(2442), 1, - sym_argument_list, - [104586] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7632), 1, - sym_identifier, - STATE(4262), 1, - sym_attribute, - [104596] = 3, + STATE(4706), 1, + sym_condition_clause, + [109709] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3757), 1, + ACTIONS(3401), 1, anon_sym_LBRACE, - STATE(2096), 1, + STATE(1411), 1, sym_field_declaration_list, - [104606] = 3, + [109719] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7806), 1, + ACTIONS(7708), 1, sym_identifier, - ACTIONS(7808), 1, - anon_sym_LPAREN2, - [104616] = 3, + STATE(4346), 1, + sym_attribute, + [109729] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7810), 1, - sym_identifier, - STATE(2055), 1, - sym_template_type, - [104626] = 3, + ACTIONS(7718), 1, + anon_sym_LT, + STATE(2411), 1, + sym_template_argument_list, + [109739] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2766), 1, + ACTIONS(7854), 2, + anon_sym_COLON_COLON, anon_sym_LBRACE, - STATE(2177), 1, - sym_initializer_list, - [104636] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5155), 1, - anon_sym_SEMI, - [104643] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7812), 1, - aux_sym_preproc_if_token2, - [104650] = 2, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(7814), 1, - anon_sym_LF, - [104657] = 2, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(7816), 1, - anon_sym_LF, - [104664] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5211), 1, - anon_sym_SEMI, - [104671] = 2, - ACTIONS(5817), 1, + [109747] = 2, + ACTIONS(5871), 1, sym_comment, - ACTIONS(7226), 1, + ACTIONS(7856), 2, anon_sym_LF, - [104678] = 2, + sym_preproc_arg, + [109755] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3039), 1, - anon_sym_COLON_COLON, - [104685] = 2, + ACTIONS(3401), 1, + anon_sym_LBRACE, + STATE(1412), 1, + sym_field_declaration_list, + [109765] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7818), 1, - anon_sym_SEMI, - [104692] = 2, + ACTIONS(7858), 2, + anon_sym_DOT_DOT_DOT, + sym_identifier, + [109773] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7820), 1, - anon_sym_SEMI, - [104699] = 2, - ACTIONS(3), 1, + ACTIONS(51), 1, + anon_sym_LBRACE, + STATE(237), 1, + sym_compound_statement, + [109783] = 3, + ACTIONS(5871), 1, sym_comment, - ACTIONS(7822), 1, - sym_identifier, - [104706] = 2, + ACTIONS(7860), 1, + anon_sym_LF, + ACTIONS(7862), 1, + sym_preproc_arg, + [109793] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7824), 1, - sym_identifier, - [104713] = 2, + ACTIONS(1461), 1, + anon_sym_LBRACE, + STATE(2657), 1, + sym_initializer_list, + [109803] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4818), 1, - anon_sym_SEMI, - [104720] = 2, + ACTIONS(3401), 1, + anon_sym_LBRACE, + STATE(1417), 1, + sym_field_declaration_list, + [109813] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7826), 1, - anon_sym_RPAREN, - [104727] = 2, + ACTIONS(3401), 1, + anon_sym_LBRACE, + STATE(1419), 1, + sym_field_declaration_list, + [109823] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7828), 1, - anon_sym_RPAREN, - [104734] = 2, + ACTIONS(3401), 1, + anon_sym_LBRACE, + STATE(1422), 1, + sym_field_declaration_list, + [109833] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7830), 1, - anon_sym_SEMI, - [104741] = 2, + ACTIONS(3401), 1, + anon_sym_LBRACE, + STATE(1423), 1, + sym_field_declaration_list, + [109843] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7832), 1, - anon_sym_COLON, - [104748] = 2, + ACTIONS(2986), 1, + anon_sym_LT, + STATE(1299), 1, + sym_template_argument_list, + [109853] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7834), 1, - sym_identifier, - [104755] = 2, + ACTIONS(644), 1, + anon_sym_LBRACE, + STATE(191), 1, + sym_compound_statement, + [109863] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6391), 1, - anon_sym_RPAREN, - [104762] = 2, + ACTIONS(3401), 1, + anon_sym_LBRACE, + STATE(1424), 1, + sym_field_declaration_list, + [109873] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7836), 1, + ACTIONS(6260), 2, + anon_sym_COMMA, anon_sym_SEMI, - [104769] = 2, + [109881] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7838), 1, + ACTIONS(5030), 2, + anon_sym_COMMA, anon_sym_SEMI, - [104776] = 2, + [109889] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7840), 1, + ACTIONS(7708), 1, sym_identifier, - [104783] = 2, + STATE(4229), 1, + sym_attribute, + [109899] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7842), 1, - anon_sym_RPAREN, - [104790] = 2, + ACTIONS(7728), 1, + anon_sym_LPAREN2, + STATE(4778), 1, + sym_condition_clause, + [109909] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7844), 1, - sym_identifier, - [104797] = 2, + ACTIONS(3401), 1, + anon_sym_LBRACE, + STATE(1426), 1, + sym_field_declaration_list, + [109919] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7846), 1, - anon_sym_STAR, - [104804] = 2, - ACTIONS(3), 1, + ACTIONS(5835), 1, + anon_sym_LPAREN2, + STATE(4775), 1, + sym_parameter_list, + [109929] = 2, + ACTIONS(5871), 1, sym_comment, - ACTIONS(7848), 1, - anon_sym_COLON, - [104811] = 2, + ACTIONS(7864), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [109937] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6800), 1, - anon_sym_EQ, - [104818] = 2, + ACTIONS(3746), 1, + anon_sym_LBRACE, + STATE(2461), 1, + sym_field_declaration_list, + [109947] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7850), 1, - anon_sym_while, - [104825] = 2, + ACTIONS(7684), 1, + anon_sym_LT, + STATE(2178), 1, + sym_template_argument_list, + [109957] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7852), 1, - anon_sym_SEMI, - [104832] = 2, + ACTIONS(7866), 2, + anon_sym_LPAREN2, + anon_sym_LBRACE, + [109965] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7854), 1, - anon_sym_SEMI, - [104839] = 2, + ACTIONS(2706), 1, + anon_sym_LBRACE, + STATE(4282), 1, + sym_compound_statement, + [109975] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7856), 1, - anon_sym_SEMI, - [104846] = 2, + ACTIONS(7714), 1, + anon_sym_LT, + STATE(2092), 1, + sym_template_argument_list, + [109985] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7858), 1, - aux_sym_preproc_if_token2, - [104853] = 2, + ACTIONS(7866), 2, + anon_sym_LPAREN2, + anon_sym_LBRACE, + [109993] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5065), 1, - anon_sym_SEMI, - [104860] = 2, + ACTIONS(7866), 2, + anon_sym_LPAREN2, + anon_sym_LBRACE, + [110001] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7860), 1, - sym_identifier, - [104867] = 2, + ACTIONS(7758), 1, + anon_sym_LPAREN2, + STATE(4869), 1, + sym_parenthesized_expression, + [110011] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7862), 1, - aux_sym_preproc_if_token2, - [104874] = 2, + ACTIONS(3401), 1, + anon_sym_LBRACE, + STATE(1428), 1, + sym_field_declaration_list, + [110021] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7864), 1, - aux_sym_preproc_if_token2, - [104881] = 2, + ACTIONS(3401), 1, + anon_sym_LBRACE, + STATE(1401), 1, + sym_field_declaration_list, + [110031] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5213), 1, - anon_sym_RPAREN, - [104888] = 2, + ACTIONS(3401), 1, + anon_sym_LBRACE, + STATE(1402), 1, + sym_field_declaration_list, + [110041] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7866), 1, - anon_sym_SEMI, - [104895] = 2, + ACTIONS(3401), 1, + anon_sym_LBRACE, + STATE(1442), 1, + sym_field_declaration_list, + [110051] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(7868), 1, - anon_sym_SEMI, - [104902] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5207), 1, - anon_sym_SEMI, - [104909] = 2, - ACTIONS(3), 1, - sym_comment, + anon_sym_default, ACTIONS(7870), 1, - anon_sym_SEMI, - [104916] = 2, + anon_sym_delete, + [110061] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5209), 1, + ACTIONS(7872), 1, anon_sym_RPAREN, - [104923] = 2, - ACTIONS(3), 1, + [110068] = 2, + ACTIONS(5871), 1, sym_comment, - ACTIONS(7872), 1, - anon_sym_SQUOTE, - [104930] = 2, + ACTIONS(7411), 1, + anon_sym_LF, + [110075] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7874), 1, anon_sym_RPAREN, - [104937] = 2, + [110082] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5205), 1, - anon_sym_RPAREN, - [104944] = 2, + ACTIONS(6993), 1, + anon_sym_SEMI, + [110089] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(5054), 1, + anon_sym_RBRACE, + [110096] = 2, + ACTIONS(5871), 1, + sym_comment, ACTIONS(7876), 1, - sym_identifier, - [104951] = 2, + anon_sym_LF, + [110103] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5117), 1, - anon_sym_SEMI, - [104958] = 2, - ACTIONS(5817), 1, - sym_comment, ACTIONS(7878), 1, - anon_sym_LF, - [104965] = 2, + anon_sym_SEMI, + [110110] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7880), 1, - anon_sym_LPAREN2, - [104972] = 2, + anon_sym_SEMI, + [110117] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7882), 1, - sym_identifier, - [104979] = 2, + ACTIONS(3944), 1, + anon_sym_SEMI, + [110124] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7884), 1, - sym_identifier, - [104986] = 2, + ACTIONS(3031), 1, + anon_sym_COLON_COLON, + [110131] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7886), 1, + ACTIONS(7882), 1, anon_sym_SEMI, - [104993] = 2, + [110138] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7888), 1, - anon_sym_SQUOTE, - [105000] = 2, + ACTIONS(5102), 1, + anon_sym_RPAREN, + [110145] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6806), 1, - anon_sym_SEMI, - [105007] = 2, + ACTIONS(7884), 1, + anon_sym_STAR, + [110152] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5193), 1, - anon_sym_RPAREN, - [105014] = 2, - ACTIONS(5817), 1, + ACTIONS(7886), 1, + sym_identifier, + [110159] = 2, + ACTIONS(5871), 1, sym_comment, - ACTIONS(7890), 1, + ACTIONS(7888), 1, anon_sym_LF, - [105021] = 2, + [110166] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7890), 1, + aux_sym_preproc_if_token2, + [110173] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7892), 1, - anon_sym_SEMI, - [105028] = 2, + sym_identifier, + [110180] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7894), 1, - anon_sym_SEMI, - [105035] = 2, + aux_sym_preproc_if_token2, + [110187] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7896), 1, - anon_sym_STAR, - [105042] = 2, + sym_identifier, + [110194] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6812), 1, - anon_sym_EQ, - [105049] = 2, + ACTIONS(7448), 1, + anon_sym_RBRACE, + [110201] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7898), 1, - sym_identifier, - [105056] = 2, + anon_sym_SEMI, + [110208] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7900), 1, - sym_identifier, - [105063] = 2, + anon_sym_SEMI, + [110215] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7902), 1, - anon_sym_SQUOTE, - [105070] = 2, + sym_identifier, + [110222] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7904), 1, - aux_sym_alone_macro_call_token1, - [105077] = 2, - ACTIONS(3), 1, + ACTIONS(6844), 1, + anon_sym_EQ, + [110229] = 2, + ACTIONS(5871), 1, sym_comment, - ACTIONS(6369), 1, - anon_sym_RPAREN, - [105084] = 2, - ACTIONS(5817), 1, + ACTIONS(7904), 1, + anon_sym_LF, + [110236] = 2, + ACTIONS(5871), 1, sym_comment, ACTIONS(7906), 1, anon_sym_LF, - [105091] = 2, + [110243] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7908), 1, + ACTIONS(5224), 1, anon_sym_SEMI, - [105098] = 2, + [110250] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7910), 1, - sym_identifier, - [105105] = 2, + ACTIONS(7908), 1, + aux_sym_preproc_if_token2, + [110257] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7912), 1, - anon_sym_SEMI, - [105112] = 2, + ACTIONS(6420), 1, + anon_sym_RPAREN, + [110264] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7914), 1, - anon_sym_SEMI, - [105119] = 2, + 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(3), 1, sym_comment, - ACTIONS(5185), 1, - anon_sym_RPAREN, - [105126] = 2, + ACTIONS(7914), 1, + anon_sym_SEMI, + [110285] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7916), 1, - sym_identifier, - [105133] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7918), 1, anon_sym_SEMI, - [105140] = 2, + [110292] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7920), 1, + ACTIONS(7918), 1, anon_sym_RPAREN, - [105147] = 2, + [110299] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5159), 1, - anon_sym_RPAREN, - [105154] = 2, + ACTIONS(7920), 1, + aux_sym_preproc_if_token2, + [110306] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7922), 1, sym_identifier, - [105161] = 2, - ACTIONS(5817), 1, + [110313] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(7924), 1, - anon_sym_LF, - [105168] = 2, + sym_identifier, + [110320] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6814), 1, + ACTIONS(6842), 1, anon_sym_SEMI, - [105175] = 2, + [110327] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7140), 1, - anon_sym_RBRACE, - [105182] = 2, + ACTIONS(4597), 1, + sym_identifier, + [110334] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7926), 1, - sym_identifier, - [105189] = 2, + anon_sym_SQUOTE, + [110341] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4820), 1, - anon_sym_RBRACE, - [105196] = 2, + ACTIONS(7928), 1, + sym_identifier, + [110348] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5133), 1, - anon_sym_RPAREN, - [105203] = 2, + ACTIONS(6848), 1, + anon_sym_EQ, + [110355] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6828), 1, - anon_sym_SEMI, - [105210] = 2, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(7928), 1, - anon_sym_LF, - [105217] = 2, + ACTIONS(6426), 1, + anon_sym_RPAREN, + [110362] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7082), 1, + ACTIONS(7930), 1, anon_sym_SEMI, - [105224] = 2, + [110369] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7930), 1, - aux_sym_preproc_if_token2, - [105231] = 2, - ACTIONS(5817), 1, - sym_comment, ACTIONS(7932), 1, - anon_sym_LF, - [105238] = 2, + sym_identifier, + [110376] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7934), 1, anon_sym_SEMI, - [105245] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6830), 1, - anon_sym_EQ, - [105252] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7084), 1, - anon_sym_SEMI, - [105259] = 2, + [110383] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5187), 1, + ACTIONS(5082), 1, anon_sym_SEMI, - [105266] = 2, + [110390] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7936), 1, - anon_sym_SEMI, - [105273] = 2, + aux_sym_preproc_if_token2, + [110397] = 2, + ACTIONS(5871), 1, + sym_comment, + ACTIONS(7640), 1, + anon_sym_LF, + [110404] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7938), 1, - anon_sym_SEMI, - [105280] = 2, + anon_sym_RPAREN, + [110411] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7940), 1, - anon_sym_RPAREN, - [105287] = 2, - ACTIONS(5817), 1, + anon_sym_SEMI, + [110418] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(7942), 1, - anon_sym_LF, - [105294] = 2, + ACTIONS(6873), 1, + anon_sym_EQ, + [110425] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(7942), 1, + anon_sym_SEMI, + [110432] = 2, + ACTIONS(5871), 1, + sym_comment, ACTIONS(7944), 1, - sym_identifier, - [105301] = 2, + anon_sym_LF, + [110439] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7946), 1, - anon_sym_SEMI, - [105308] = 2, + aux_sym_preproc_if_token2, + [110446] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7948), 1, - anon_sym_SEMI, - [105315] = 2, + sym_identifier, + [110453] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7950), 1, - aux_sym_preproc_if_token2, - [105322] = 2, + anon_sym_RPAREN, + [110460] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6808), 1, - anon_sym_EQ, - [105329] = 2, + ACTIONS(7952), 1, + aux_sym_preproc_if_token2, + [110467] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7952), 1, - sym_identifier, - [105336] = 2, + ACTIONS(5074), 1, + anon_sym_RPAREN, + [110474] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7954), 1, anon_sym_SEMI, - [105343] = 2, + [110481] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5189), 1, + ACTIONS(5234), 1, anon_sym_RPAREN, - [105350] = 2, + [110488] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6377), 1, - anon_sym_RPAREN, - [105357] = 2, + ACTIONS(5200), 1, + anon_sym_SEMI, + [110495] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4843), 1, + anon_sym_RBRACE, + [110502] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5174), 1, + anon_sym_SEMI, + [110509] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7956), 1, - sym_identifier, - [105364] = 2, + aux_sym_preproc_if_token2, + [110516] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7958), 1, + ACTIONS(5168), 1, anon_sym_RPAREN, - [105371] = 2, - ACTIONS(5817), 1, + [110523] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7958), 1, + sym_identifier, + [110530] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(7960), 1, - anon_sym_LF, - [105378] = 2, + anon_sym_SEMI, + [110537] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7962), 1, - sym_identifier, - [105385] = 2, + anon_sym_RPAREN, + [110544] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7964), 1, - anon_sym_RPAREN, - [105392] = 2, + anon_sym_SEMI, + [110551] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7966), 1, - anon_sym_STAR, - [105399] = 2, + ACTIONS(6858), 1, + anon_sym_EQ, + [110558] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(7966), 1, + sym_identifier, + [110565] = 2, + ACTIONS(5871), 1, + sym_comment, ACTIONS(7968), 1, - anon_sym_RPAREN, - [105406] = 2, - ACTIONS(3), 1, + anon_sym_LF, + [110572] = 2, + ACTIONS(5871), 1, sym_comment, - ACTIONS(7114), 1, - anon_sym_RBRACE, - [105413] = 2, + ACTIONS(7225), 1, + anon_sym_LF, + [110579] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7970), 1, + ACTIONS(6459), 1, anon_sym_RPAREN, - [105420] = 2, + [110586] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7972), 1, + ACTIONS(7970), 1, sym_identifier, - [105427] = 2, + [110593] = 2, + ACTIONS(5871), 1, + sym_comment, + ACTIONS(7972), 1, + anon_sym_LF, + [110600] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7974), 1, sym_identifier, - [105434] = 2, - ACTIONS(3), 1, + [110607] = 2, + ACTIONS(5871), 1, sym_comment, ACTIONS(7976), 1, - sym_identifier, - [105441] = 2, + anon_sym_LF, + [110614] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7978), 1, - aux_sym_preproc_if_token2, - [105448] = 2, + sym_identifier, + [110621] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7980), 1, - sym_identifier, - [105455] = 2, + anon_sym_SEMI, + [110628] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5184), 1, + anon_sym_RPAREN, + [110635] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7982), 1, anon_sym_SEMI, - [105462] = 2, + [110642] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7984), 1, anon_sym_SEMI, - [105469] = 2, - ACTIONS(5817), 1, + [110649] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(7986), 1, - anon_sym_LF, - [105476] = 2, + anon_sym_SEMI, + [110656] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5037), 1, + ACTIONS(5202), 1, anon_sym_RPAREN, - [105483] = 2, + [110663] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7988), 1, - sym_identifier, - [105490] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5011), 1, - anon_sym_RBRACE, - [105497] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5021), 1, - anon_sym_RBRACE, - [105504] = 2, + anon_sym_SEMI, + [110670] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7990), 1, - anon_sym_RPAREN, - [105511] = 2, + anon_sym_SEMI, + [110677] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7992), 1, - anon_sym_SEMI, - [105518] = 2, + anon_sym_RPAREN, + [110684] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5179), 1, + ACTIONS(5236), 1, anon_sym_RPAREN, - [105525] = 2, + [110691] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7042), 1, - anon_sym_SEMI, - [105532] = 2, + ACTIONS(5098), 1, + anon_sym_RPAREN, + [110698] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7994), 1, - anon_sym_COLON, - [105539] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5177), 1, - anon_sym_RPAREN, - [105546] = 2, + anon_sym_SEMI, + [110705] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7996), 1, - aux_sym_preproc_if_token2, - [105553] = 2, + anon_sym_SEMI, + [110712] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5039), 1, + ACTIONS(5230), 1, anon_sym_RPAREN, - [105560] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6824), 1, - anon_sym_EQ, - [105567] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4924), 1, - anon_sym_RBRACE, - [105574] = 2, + [110719] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5013), 1, - anon_sym_RPAREN, - [105581] = 2, - ACTIONS(5817), 1, - sym_comment, ACTIONS(7998), 1, - anon_sym_LF, - [105588] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6375), 1, - anon_sym_RPAREN, - [105595] = 2, + anon_sym_STAR, + [110726] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8000), 1, - sym_identifier, - [105602] = 2, + anon_sym_SEMI, + [110733] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8002), 1, anon_sym_SEMI, - [105609] = 2, + [110740] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8004), 1, - aux_sym_preproc_if_token2, - [105616] = 2, - ACTIONS(5817), 1, + anon_sym_COLON, + [110747] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(8006), 1, - anon_sym_LF, - [105623] = 2, + anon_sym_SEMI, + [110754] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3927), 1, - anon_sym_SEMI, - [105630] = 2, + ACTIONS(4853), 1, + anon_sym_RPAREN, + [110761] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8008), 1, anon_sym_SEMI, - [105637] = 2, - ACTIONS(3), 1, + [110768] = 2, + ACTIONS(5871), 1, sym_comment, ACTIONS(8010), 1, - anon_sym_SEMI, - [105644] = 2, + anon_sym_LF, + [110775] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8012), 1, - anon_sym_SEMI, - [105651] = 2, + ts_builtin_sym_end, + [110782] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6836), 1, + anon_sym_EQ, + [110789] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8014), 1, - anon_sym_SEMI, - [105658] = 2, + anon_sym_LPAREN2, + [110796] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8016), 1, anon_sym_SEMI, - [105665] = 2, + [110803] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8018), 1, - aux_sym_preproc_if_token2, - [105672] = 2, + ACTIONS(5244), 1, + anon_sym_RPAREN, + [110810] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5171), 1, + ACTIONS(6393), 1, anon_sym_RPAREN, - [105679] = 2, + [110817] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5265), 1, - anon_sym_RBRACK, - [105686] = 2, + ACTIONS(8018), 1, + sym_identifier, + [110824] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6820), 1, - anon_sym_EQ, - [105693] = 2, - ACTIONS(5817), 1, - sym_comment, ACTIONS(8020), 1, - anon_sym_LF, - [105700] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6413), 1, - anon_sym_RPAREN, - [105707] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6849), 1, - anon_sym_SEMI, - [105714] = 2, + anon_sym_COLON, + [110831] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8022), 1, - aux_sym_preproc_if_token2, - [105721] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5167), 1, - anon_sym_RPAREN, - [105728] = 2, + anon_sym_STAR, + [110838] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8024), 1, - anon_sym_RPAREN, - [105735] = 2, + aux_sym_preproc_if_token2, + [110845] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8026), 1, anon_sym_SEMI, - [105742] = 2, + [110852] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8028), 1, - anon_sym_RPAREN, - [105749] = 2, + aux_sym_preproc_if_token2, + [110859] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8030), 1, - anon_sym_LPAREN2, - [105756] = 2, + anon_sym_SEMI, + [110866] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8032), 1, + anon_sym_SEMI, + [110873] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5212), 1, anon_sym_RPAREN, - [105763] = 2, + [110880] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8034), 1, - anon_sym_LPAREN2, - [105770] = 2, + ACTIONS(5130), 1, + anon_sym_RPAREN, + [110887] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8036), 1, - aux_sym_preproc_if_token2, - [105777] = 2, + ACTIONS(8034), 1, + anon_sym_SEMI, + [110894] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6411), 1, + ACTIONS(5180), 1, anon_sym_RPAREN, - [105784] = 2, + [110901] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8036), 1, + anon_sym_SEMI, + [110908] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8038), 1, - anon_sym_LPAREN2, - [105791] = 2, + anon_sym_SEMI, + [110915] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5191), 1, - anon_sym_RPAREN, - [105798] = 2, + ACTIONS(6828), 1, + anon_sym_EQ, + [110922] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8040), 1, + aux_sym_preproc_if_token2, + [110929] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6399), 1, anon_sym_RPAREN, - [105805] = 2, + [110936] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8042), 1, - anon_sym_LPAREN2, - [105812] = 2, + anon_sym_SEMI, + [110943] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8044), 1, + sym_identifier, + [110950] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5197), 1, + ACTIONS(5108), 1, anon_sym_RPAREN, - [105819] = 2, + [110957] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8044), 1, - aux_sym_preproc_if_token2, - [105826] = 2, + ACTIONS(5188), 1, + anon_sym_RPAREN, + [110964] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8046), 1, - anon_sym_RPAREN, - [105833] = 2, + aux_sym_preproc_if_token2, + [110971] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8048), 1, - anon_sym_SEMI, - [105840] = 2, + anon_sym_RPAREN, + [110978] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5165), 1, - anon_sym_RPAREN, - [105847] = 2, + ACTIONS(5140), 1, + anon_sym_SEMI, + [110985] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8050), 1, - anon_sym_SEMI, - [105854] = 2, + anon_sym_LPAREN2, + [110992] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5161), 1, + ACTIONS(5250), 1, anon_sym_RPAREN, - [105861] = 2, + [110999] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6816), 1, - anon_sym_EQ, - [105868] = 2, + ACTIONS(8052), 1, + anon_sym_LPAREN2, + [111006] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8052), 1, - anon_sym_while, - [105875] = 2, + ACTIONS(5176), 1, + anon_sym_RPAREN, + [111013] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8054), 1, - anon_sym_SEMI, - [105882] = 2, - ACTIONS(3), 1, + anon_sym_LPAREN2, + [111020] = 2, + ACTIONS(5871), 1, sym_comment, ACTIONS(8056), 1, - anon_sym_LPAREN2, - [105889] = 2, + anon_sym_LF, + [111027] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8058), 1, - anon_sym_STAR, - [105896] = 2, - ACTIONS(5817), 1, + anon_sym_RPAREN, + [111034] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(8060), 1, - anon_sym_LF, - [105903] = 2, + anon_sym_RPAREN, + [111041] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8062), 1, - anon_sym_SEMI, - [105910] = 2, + sym_identifier, + [111048] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8064), 1, - anon_sym_SEMI, - [105917] = 2, + anon_sym_LPAREN2, + [111055] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(5222), 1, + anon_sym_RPAREN, + [111062] = 2, + ACTIONS(5871), 1, + sym_comment, ACTIONS(8066), 1, - anon_sym_SEMI, - [105924] = 2, + anon_sym_LF, + [111069] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5216), 1, + anon_sym_RPAREN, + [111076] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8068), 1, - anon_sym_SEMI, - [105931] = 2, + anon_sym_LPAREN2, + [111083] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5275), 1, - anon_sym_RBRACK, - [105938] = 2, + ACTIONS(5182), 1, + anon_sym_SEMI, + [111090] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8070), 1, anon_sym_SEMI, - [105945] = 2, + [111097] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8072), 1, - anon_sym_SEMI, - [105952] = 2, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(8074), 1, - anon_sym_LF, - [105959] = 2, + anon_sym_STAR, + [111104] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7460), 1, - anon_sym_RBRACE, - [105966] = 2, + ACTIONS(8074), 1, + anon_sym_RPAREN, + [111111] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8076), 1, - anon_sym_COLON, - [105973] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5215), 1, - anon_sym_SEMI, - [105980] = 2, + anon_sym_LPAREN2, + [111118] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8078), 1, - anon_sym_RPAREN, - [105987] = 2, + anon_sym_SEMI, + [111125] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8080), 1, - sym_identifier, - [105994] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8082), 1, anon_sym_SEMI, - [106001] = 2, + [111132] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5145), 1, - anon_sym_RPAREN, - [106008] = 2, + ACTIONS(8082), 1, + aux_sym_preproc_if_token2, + [111139] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8084), 1, - anon_sym_LPAREN2, - [106015] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6401), 1, - anon_sym_RPAREN, - [106022] = 2, + anon_sym_SQUOTE, + [111146] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8086), 1, - anon_sym_COMMA, - [106029] = 2, - ACTIONS(5817), 1, + anon_sym_while, + [111153] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(8088), 1, - anon_sym_LF, - [106036] = 2, + anon_sym_SEMI, + [111160] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8090), 1, + anon_sym_LPAREN2, + [111167] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6401), 1, anon_sym_RPAREN, - [106043] = 2, + [111174] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8092), 1, + ACTIONS(6856), 1, anon_sym_SEMI, - [106050] = 2, + [111181] = 2, + ACTIONS(5871), 1, + sym_comment, + ACTIONS(8092), 1, + anon_sym_LF, + [111188] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6927), 1, - anon_sym_SEMI, - [106057] = 2, + ACTIONS(5320), 1, + anon_sym_RBRACK, + [111195] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8094), 1, - anon_sym_RPAREN, - [106064] = 2, + aux_sym_preproc_if_token2, + [111202] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8096), 1, - anon_sym_RPAREN, - [106071] = 2, - ACTIONS(3), 1, + aux_sym_preproc_if_token2, + [111209] = 2, + ACTIONS(5871), 1, sym_comment, ACTIONS(8098), 1, - sym_identifier, - [106078] = 2, + anon_sym_LF, + [111216] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5077), 1, - anon_sym_RPAREN, - [106085] = 2, + ACTIONS(8100), 1, + aux_sym_preproc_if_token2, + [111223] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7256), 1, - anon_sym_RBRACE, - [106092] = 2, + ACTIONS(8102), 1, + anon_sym_LPAREN2, + [111230] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5069), 1, - anon_sym_RPAREN, - [106099] = 2, + ACTIONS(8104), 1, + anon_sym_SEMI, + [111237] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5045), 1, - anon_sym_RPAREN, - [106106] = 2, - ACTIONS(5817), 1, + ACTIONS(8106), 1, + aux_sym_preproc_if_token2, + [111244] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(7507), 1, - anon_sym_LF, - [106113] = 2, + ACTIONS(5078), 1, + anon_sym_RPAREN, + [111251] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5153), 1, + ACTIONS(5248), 1, anon_sym_SEMI, - [106120] = 2, - ACTIONS(5817), 1, + [111258] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(8100), 1, - anon_sym_LF, - [106127] = 2, + ACTIONS(8108), 1, + anon_sym_RPAREN, + [111265] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8102), 1, + ACTIONS(8110), 1, sym_identifier, - [106134] = 2, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(8104), 1, - anon_sym_LF, - [106141] = 2, + [111272] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8106), 1, - anon_sym_SQUOTE, - [106148] = 2, + ACTIONS(5080), 1, + anon_sym_RPAREN, + [111279] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8108), 1, - anon_sym_SEMI, - [106155] = 2, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(8110), 1, - anon_sym_LF, - [106162] = 2, + ACTIONS(5090), 1, + anon_sym_RPAREN, + [111286] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8112), 1, - aux_sym_preproc_if_token2, - [106169] = 2, - ACTIONS(3), 1, + sym_identifier, + [111293] = 2, + ACTIONS(5871), 1, sym_comment, ACTIONS(8114), 1, - aux_sym_preproc_if_token2, - [106176] = 2, + anon_sym_LF, + [111300] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8116), 1, - aux_sym_preproc_if_token2, - [106183] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3474), 1, - anon_sym_COLON_COLON, - [106190] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6810), 1, - anon_sym_SEMI, - [106197] = 2, + sym_identifier, + [111307] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8118), 1, - anon_sym_SEMI, - [106204] = 2, + sym_identifier, + [111314] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8120), 1, anon_sym_SEMI, - [106211] = 2, + [111321] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8122), 1, anon_sym_SEMI, - [106218] = 2, + [111328] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8124), 1, - aux_sym_preproc_if_token2, - [106225] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5105), 1, anon_sym_SEMI, - [106232] = 2, + [111335] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8126), 1, - aux_sym_preproc_if_token2, - [106239] = 2, + anon_sym_SEMI, + [111342] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8128), 1, - anon_sym_SEMI, - [106246] = 2, + aux_sym_preproc_if_token2, + [111349] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8130), 1, - anon_sym_SEMI, - [106253] = 2, + aux_sym_preproc_if_token2, + [111356] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(7407), 1, + anon_sym_RBRACE, + [111363] = 2, + ACTIONS(5871), 1, + sym_comment, ACTIONS(8132), 1, - anon_sym_SEMI, - [106260] = 2, + anon_sym_LF, + [111370] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8134), 1, - anon_sym_SEMI, - [106267] = 2, + aux_sym_preproc_if_token2, + [111377] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6822), 1, - anon_sym_SEMI, - [106274] = 2, + ACTIONS(5138), 1, + anon_sym_RPAREN, + [111384] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8136), 1, anon_sym_SEMI, - [106281] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5063), 1, - anon_sym_RPAREN, - [106288] = 2, + [111391] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8138), 1, - sym_identifier, - [106295] = 2, + anon_sym_SEMI, + [111398] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8140), 1, - anon_sym_SQUOTE, - [106302] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5067), 1, anon_sym_RPAREN, - [106309] = 2, + [111405] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5043), 1, - anon_sym_RPAREN, - [106316] = 2, - ACTIONS(3), 1, + ACTIONS(4861), 1, + anon_sym_RBRACE, + [111412] = 2, + ACTIONS(5871), 1, sym_comment, ACTIONS(8142), 1, - anon_sym_RPAREN, - [106323] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5169), 1, - anon_sym_RPAREN, - [106330] = 2, + anon_sym_LF, + [111419] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8144), 1, - anon_sym_SEMI, - [106337] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8146), 1, anon_sym_RPAREN, - [106344] = 2, + [111426] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5055), 1, - anon_sym_SEMI, - [106351] = 2, + ACTIONS(8146), 1, + aux_sym_preproc_if_token2, + [111433] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8148), 1, - anon_sym_SEMI, - [106358] = 2, - ACTIONS(3349), 1, - anon_sym_LF, - ACTIONS(5817), 1, - sym_comment, - [106365] = 2, + aux_sym_preproc_if_token2, + [111440] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8150), 1, - anon_sym_STAR, - [106372] = 2, + anon_sym_SEMI, + [111447] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5049), 1, - anon_sym_RPAREN, - [106379] = 2, + ACTIONS(7065), 1, + anon_sym_SEMI, + [111454] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8152), 1, - aux_sym_preproc_if_token2, - [106386] = 2, - ACTIONS(5817), 1, + anon_sym_SEMI, + [111461] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(8154), 1, - anon_sym_LF, - [106393] = 2, + anon_sym_SEMI, + [111468] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8156), 1, aux_sym_preproc_if_token2, - [106400] = 2, + [111475] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8158), 1, - anon_sym_SEMI, - [106407] = 2, + aux_sym_preproc_if_token2, + [111482] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8160), 1, - ts_builtin_sym_end, - [106414] = 2, - ACTIONS(5817), 1, + ACTIONS(7095), 1, + anon_sym_SEMI, + [111489] = 2, + ACTIONS(5871), 1, sym_comment, - ACTIONS(8162), 1, + ACTIONS(8160), 1, anon_sym_LF, - [106421] = 2, + [111496] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5101), 1, - anon_sym_RPAREN, - [106428] = 2, + ACTIONS(8162), 1, + aux_sym_preproc_if_token2, + [111503] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8164), 1, - anon_sym_RPAREN, - [106435] = 2, + anon_sym_SEMI, + [111510] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8166), 1, anon_sym_SEMI, - [106442] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5047), 1, - anon_sym_RPAREN, - [106449] = 2, + [111517] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8168), 1, - sym_identifier, - [106456] = 2, + aux_sym_preproc_if_token2, + [111524] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8170), 1, - aux_sym_preproc_if_token2, - [106463] = 2, + anon_sym_SEMI, + [111531] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8172), 1, - aux_sym_preproc_if_token2, - [106470] = 2, + anon_sym_SEMI, + [111538] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8174), 1, anon_sym_SEMI, - [106477] = 2, - ACTIONS(5817), 1, + [111545] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(8176), 1, - anon_sym_LF, - [106484] = 2, + anon_sym_SEMI, + [111552] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6439), 1, + anon_sym_RPAREN, + [111559] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8178), 1, + anon_sym_SEMI, + [111566] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5220), 1, + anon_sym_RPAREN, + [111573] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5116), 1, + anon_sym_RPAREN, + [111580] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8178), 1, - anon_sym_SEMI, - [106491] = 2, + ACTIONS(5118), 1, + anon_sym_RPAREN, + [111587] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8180), 1, - anon_sym_SEMI, - [106498] = 2, + anon_sym_RPAREN, + [111594] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8182), 1, + ACTIONS(5124), 1, anon_sym_RPAREN, - [106505] = 2, + [111601] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8182), 1, + anon_sym_SEMI, + [111608] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8184), 1, - anon_sym_LPAREN2, - [106512] = 2, + anon_sym_RPAREN, + [111615] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8186), 1, - anon_sym_LPAREN2, - [106519] = 2, - ACTIONS(3341), 1, - anon_sym_LF, - ACTIONS(5817), 1, + ACTIONS(5218), 1, + anon_sym_RPAREN, + [111622] = 2, + ACTIONS(3), 1, sym_comment, - [106526] = 2, + ACTIONS(8186), 1, + anon_sym_SEMI, + [111629] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8188), 1, - anon_sym_RPAREN, - [106533] = 2, - ACTIONS(5817), 1, + anon_sym_SEMI, + [111636] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(8190), 1, - anon_sym_LF, - [106540] = 2, + ACTIONS(4937), 1, + anon_sym_RBRACE, + [111643] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4035), 1, - anon_sym_LBRACE, - [106547] = 2, + ACTIONS(4969), 1, + anon_sym_RPAREN, + [111650] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4039), 1, - anon_sym_LBRACE, - [106554] = 2, + ACTIONS(8190), 1, + sym_identifier, + [111657] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8192), 1, - anon_sym_COMMA, - [106561] = 2, + aux_sym_preproc_if_token2, + [111664] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8194), 1, - anon_sym_STAR, - [106568] = 2, - ACTIONS(3), 1, + aux_sym_preproc_if_token2, + [111671] = 2, + ACTIONS(5871), 1, sym_comment, ACTIONS(8196), 1, - aux_sym_preproc_if_token2, - [106575] = 2, + anon_sym_LF, + [111678] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8198), 1, + ACTIONS(5214), 1, anon_sym_RPAREN, - [106582] = 2, + [111685] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8200), 1, + ACTIONS(8198), 1, aux_sym_preproc_if_token2, - [106589] = 2, + [111692] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7329), 1, - anon_sym_RBRACE, - [106596] = 2, + ACTIONS(6832), 1, + anon_sym_EQ, + [111699] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8202), 1, - anon_sym_LPAREN2, - [106603] = 2, + ACTIONS(8200), 1, + anon_sym_SEMI, + [111706] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(8202), 1, + anon_sym_SEMI, + [111713] = 2, + ACTIONS(5871), 1, + sym_comment, ACTIONS(8204), 1, - aux_sym_preproc_if_token2, - [106610] = 2, - ACTIONS(3), 1, + anon_sym_LF, + [111720] = 2, + ACTIONS(5871), 1, sym_comment, ACTIONS(8206), 1, - anon_sym_LPAREN2, - [106617] = 2, + anon_sym_LF, + [111727] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8208), 1, anon_sym_SEMI, - [106624] = 2, + [111734] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8210), 1, - anon_sym_LPAREN2, - [106631] = 2, + ACTIONS(5210), 1, + anon_sym_RPAREN, + [111741] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5051), 1, + ACTIONS(5164), 1, anon_sym_RPAREN, - [106638] = 2, + [111748] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8212), 1, + ACTIONS(8210), 1, + anon_sym_RPAREN, + [111755] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7049), 1, anon_sym_SEMI, - [106645] = 2, + [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_LPAREN2, - [106652] = 2, + anon_sym_RPAREN, + [111776] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8216), 1, - anon_sym_SEMI, - [106659] = 2, + anon_sym_RPAREN, + [111783] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8218), 1, - anon_sym_LPAREN2, - [106666] = 2, + anon_sym_SEMI, + [111790] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8220), 1, - anon_sym_LPAREN2, - [106673] = 2, + anon_sym_SEMI, + [111797] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8222), 1, - anon_sym_SEMI, - [106680] = 2, + anon_sym_LPAREN2, + [111804] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8224), 1, - aux_sym_preproc_if_token2, - [106687] = 2, + anon_sym_RPAREN, + [111811] = 2, + ACTIONS(3369), 1, + anon_sym_LF, + ACTIONS(5871), 1, + sym_comment, + [111818] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8226), 1, - anon_sym_RPAREN, - [106694] = 2, + anon_sym_COLON, + [111825] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8228), 1, - anon_sym_SEMI, - [106701] = 2, + ACTIONS(5066), 1, + anon_sym_RBRACE, + [111832] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8230), 1, - sym_identifier, - [106708] = 2, + ACTIONS(8228), 1, + anon_sym_STAR, + [111839] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5041), 1, - anon_sym_RPAREN, - [106715] = 2, + ACTIONS(8230), 1, + aux_sym_preproc_if_token2, + [111846] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8232), 1, - anon_sym_while, - [106722] = 2, - ACTIONS(5817), 1, + sym_identifier, + [111853] = 2, + ACTIONS(3341), 1, + anon_sym_LF, + ACTIONS(5871), 1, + sym_comment, + [111860] = 2, + ACTIONS(5871), 1, sym_comment, ACTIONS(8234), 1, anon_sym_LF, - [106729] = 2, + [111867] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8236), 1, anon_sym_LPAREN2, - [106736] = 2, + [111874] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5204), 1, + anon_sym_RPAREN, + [111881] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8238), 1, - aux_sym_preproc_if_token2, - [106743] = 2, + anon_sym_LPAREN2, + [111888] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8240), 1, - aux_sym_preproc_if_token2, - [106750] = 2, + anon_sym_SEMI, + [111895] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8242), 1, - aux_sym_preproc_if_token2, - [106757] = 2, + anon_sym_COLON, + [111902] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8244), 1, - sym_identifier, - [106764] = 2, + anon_sym_LPAREN2, + [111909] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8246), 1, - anon_sym_SEMI, - [106771] = 2, + ACTIONS(5196), 1, + anon_sym_RPAREN, + [111916] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6851), 1, + ACTIONS(6846), 1, anon_sym_SEMI, - [106778] = 2, + [111923] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8248), 1, - anon_sym_SEMI, - [106785] = 2, + ACTIONS(8246), 1, + anon_sym_LPAREN2, + [111930] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5163), 1, + ACTIONS(8248), 1, anon_sym_SEMI, - [106792] = 2, + [111937] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8250), 1, - anon_sym_RPAREN, - [106799] = 2, + anon_sym_SEMI, + [111944] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8252), 1, - sym_identifier, - [106806] = 2, + anon_sym_RPAREN, + [111951] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8254), 1, - anon_sym_STAR, - [106813] = 2, + anon_sym_SQUOTE, + [111958] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8256), 1, anon_sym_SEMI, - [106820] = 2, + [111965] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8258), 1, + ACTIONS(5186), 1, anon_sym_SEMI, - [106827] = 2, + [111972] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(8258), 1, + anon_sym_while, + [111979] = 2, + ACTIONS(5871), 1, + sym_comment, ACTIONS(8260), 1, - sym_identifier, - [106834] = 2, + anon_sym_LF, + [111986] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8262), 1, - anon_sym_RPAREN, - [106841] = 2, + anon_sym_LPAREN2, + [111993] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8264), 1, - anon_sym_SEMI, - [106848] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5085), 1, - anon_sym_RPAREN, - [106855] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5087), 1, - anon_sym_RPAREN, - [106862] = 2, + anon_sym_LPAREN2, + [112000] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8266), 1, - anon_sym_RPAREN, - [106869] = 2, + anon_sym_COMMA, + [112007] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5097), 1, - anon_sym_RPAREN, - [106876] = 2, + ACTIONS(6312), 1, + sym_identifier, + [112014] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8268), 1, sym_identifier, - [106883] = 2, + [112021] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8270), 1, + ACTIONS(5096), 1, anon_sym_SEMI, - [106890] = 2, + [112028] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3923), 1, + ACTIONS(8270), 1, anon_sym_SEMI, - [106897] = 2, + [112035] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8272), 1, + sym_identifier, + [112042] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5100), 1, anon_sym_SEMI, - [106904] = 2, - ACTIONS(5817), 1, + [112049] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(8274), 1, - anon_sym_LF, - [106911] = 2, + anon_sym_RPAREN, + [112056] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8276), 1, - aux_sym_preproc_if_token2, - [106918] = 2, + sym_identifier, + [112063] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8278), 1, - anon_sym_LPAREN2, - [106925] = 2, + anon_sym_SQUOTE, + [112070] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8280), 1, - anon_sym_LPAREN2, - [106932] = 2, - ACTIONS(3), 1, + sym_identifier, + [112077] = 2, + ACTIONS(5871), 1, sym_comment, ACTIONS(8282), 1, - anon_sym_LPAREN2, - [106939] = 2, + anon_sym_LF, + [112084] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8284), 1, - anon_sym_LPAREN2, - [106946] = 2, + anon_sym_COLON, + [112091] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8286), 1, + ACTIONS(7298), 1, + anon_sym_RBRACE, + [112098] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6834), 1, anon_sym_SEMI, - [106953] = 2, - ACTIONS(5817), 1, + [112105] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7328), 1, + anon_sym_RBRACE, + [112112] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8286), 1, + sym_identifier, + [112119] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(8288), 1, - anon_sym_LF, - [106960] = 2, + anon_sym_RPAREN, + [112126] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5466), 1, + anon_sym_RBRACK, + [112133] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8290), 1, - anon_sym_while, - [106967] = 2, + sym_identifier, + [112140] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7057), 1, + anon_sym_SEMI, + [112147] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8292), 1, - anon_sym_LPAREN2, - [106974] = 2, + anon_sym_SEMI, + [112154] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8294), 1, - anon_sym_LPAREN2, - [106981] = 2, + anon_sym_SEMI, + [112161] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8296), 1, - sym_identifier, - [106988] = 2, + anon_sym_RPAREN, + [112168] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8298), 1, - sym_identifier, - [106995] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5089), 1, - anon_sym_SEMI, - [107002] = 2, + anon_sym_LPAREN2, + [112175] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8300), 1, - sym_identifier, - [107009] = 2, - ACTIONS(5817), 1, + anon_sym_LPAREN2, + [112182] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(8302), 1, - anon_sym_LF, - [107016] = 2, + anon_sym_LPAREN2, + [112189] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8304), 1, anon_sym_SEMI, - [107023] = 2, + [112196] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5099), 1, - anon_sym_RPAREN, - [107030] = 2, + ACTIONS(3896), 1, + anon_sym_SEMI, + [112203] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8306), 1, - anon_sym_LPAREN2, - [107037] = 2, + anon_sym_while, + [112210] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8308), 1, anon_sym_LPAREN2, - [107044] = 2, + [112217] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8310), 1, - anon_sym_COLON, - [107051] = 2, + anon_sym_LPAREN2, + [112224] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8312), 1, - anon_sym_SEMI, - [107058] = 2, + anon_sym_COLON, + [112231] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8314), 1, - anon_sym_while, - [107065] = 2, + anon_sym_SEMI, + [112238] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8316), 1, + ACTIONS(5088), 1, anon_sym_SEMI, - [107072] = 2, - ACTIONS(5817), 1, - sym_comment, - ACTIONS(7596), 1, - anon_sym_LF, - [107079] = 2, + [112245] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8318), 1, - anon_sym_STAR, - [107086] = 2, + ACTIONS(8316), 1, + sym_identifier, + [112252] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5079), 1, + ACTIONS(8318), 1, anon_sym_SEMI, - [107093] = 2, - ACTIONS(3), 1, + [112259] = 2, + ACTIONS(5871), 1, sym_comment, ACTIONS(8320), 1, - sym_identifier, - [107100] = 2, + anon_sym_LF, + [112266] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8322), 1, - anon_sym_SEMI, - [107107] = 2, + sym_identifier, + [112273] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8324), 1, - aux_sym_preproc_if_token2, - [107114] = 2, + anon_sym_SEMI, + [112280] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5139), 1, - anon_sym_RPAREN, - [107121] = 2, + ACTIONS(4841), 1, + anon_sym_SEMI, + [112287] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8326), 1, - anon_sym_LPAREN2, - [107128] = 2, - ACTIONS(3), 1, + anon_sym_SEMI, + [112294] = 2, + ACTIONS(5871), 1, sym_comment, - ACTIONS(8328), 1, - anon_sym_COLON, - [107135] = 2, + ACTIONS(7431), 1, + anon_sym_LF, + [112301] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6798), 1, + ACTIONS(8328), 1, anon_sym_SEMI, - [107142] = 2, + [112308] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8330), 1, - anon_sym_while, - [107149] = 2, - ACTIONS(3), 1, + anon_sym_STAR, + [112315] = 2, + ACTIONS(5871), 1, sym_comment, ACTIONS(8332), 1, - anon_sym_SEMI, - [107156] = 2, + anon_sym_LF, + [112322] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8334), 1, - anon_sym_RPAREN, - [107163] = 2, + sym_identifier, + [112329] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8336), 1, - anon_sym_SEMI, - [107170] = 2, + ACTIONS(5104), 1, + anon_sym_RPAREN, + [112336] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5075), 1, - anon_sym_SEMI, - [107177] = 2, + ACTIONS(8336), 1, + anon_sym_RPAREN, + [112343] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8338), 1, sym_identifier, - [107184] = 2, + [112350] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5137), 1, - anon_sym_RPAREN, - [107191] = 2, + ACTIONS(8340), 1, + anon_sym_LPAREN2, + [112357] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8340), 1, - aux_sym_preproc_if_token2, - [107198] = 2, + ACTIONS(8342), 1, + sym_identifier, + [112364] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5135), 1, + ACTIONS(5170), 1, anon_sym_RPAREN, - [107205] = 2, + [112371] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8342), 1, - anon_sym_LPAREN2, - [107212] = 2, + ACTIONS(8344), 1, + anon_sym_while, + [112378] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5131), 1, - anon_sym_RPAREN, - [107219] = 2, + ACTIONS(7464), 1, + anon_sym_RBRACE, + [112385] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8344), 1, + ACTIONS(5166), 1, anon_sym_RPAREN, - [107226] = 2, + [112392] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8346), 1, - sym_identifier, - [107233] = 2, + aux_sym_preproc_if_token2, + [112399] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5127), 1, - anon_sym_RPAREN, - [107240] = 2, + ACTIONS(5246), 1, + anon_sym_SEMI, + [112406] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8348), 1, - anon_sym_COLON, - [107247] = 2, + sym_identifier, + [112413] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8350), 1, - anon_sym_SEMI, - [107254] = 2, + sym_identifier, + [112420] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8352), 1, - anon_sym_SQUOTE, - [107261] = 2, + anon_sym_COLON, + [112427] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5076), 1, + anon_sym_RPAREN, + [112434] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8354), 1, anon_sym_LPAREN2, - [107268] = 2, + [112441] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8356), 1, anon_sym_LPAREN2, - [107275] = 2, + [112448] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5148), 1, + anon_sym_RPAREN, + [112455] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8358), 1, - anon_sym_LPAREN2, - [107282] = 2, + anon_sym_while, + [112462] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(7472), 1, + anon_sym_RBRACE, + [112469] = 2, + ACTIONS(5871), 1, + sym_comment, ACTIONS(8360), 1, - anon_sym_RPAREN, - [107289] = 2, + anon_sym_LF, + [112476] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5125), 1, + ACTIONS(8362), 1, anon_sym_RPAREN, - [107296] = 2, - ACTIONS(5817), 1, + [112483] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(8362), 1, - anon_sym_LF, - [107303] = 2, + ACTIONS(5150), 1, + anon_sym_SEMI, + [112490] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8364), 1, sym_identifier, - [107310] = 2, + [112497] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4016), 1, + anon_sym_LBRACE, + [112504] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8366), 1, - sym_identifier, - [107317] = 2, + anon_sym_RPAREN, + [112511] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8368), 1, + anon_sym_RPAREN, + [112518] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8370), 1, anon_sym_LPAREN2, - [107324] = 2, + [112525] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5107), 1, - anon_sym_SEMI, - [107331] = 2, + ACTIONS(8372), 1, + sym_identifier, + [112532] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8370), 1, - anon_sym_SEMI, - [107338] = 2, - ACTIONS(5817), 1, + ACTIONS(8374), 1, + sym_identifier, + [112539] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(7404), 1, - anon_sym_LF, - [107345] = 2, + ACTIONS(4012), 1, + anon_sym_LBRACE, + [112546] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5123), 1, + ACTIONS(8376), 1, + sym_identifier, + [112553] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5146), 1, + anon_sym_RPAREN, + [112560] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8378), 1, + aux_sym_preproc_if_token2, + [112567] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8380), 1, + anon_sym_STAR, + [112574] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8382), 1, anon_sym_SEMI, - [107352] = 2, - ACTIONS(5817), 1, + [112581] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(8372), 1, + ACTIONS(8384), 1, + anon_sym_LPAREN2, + [112588] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8386), 1, + anon_sym_LPAREN2, + [112595] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8388), 1, + anon_sym_LPAREN2, + [112602] = 2, + ACTIONS(5871), 1, + sym_comment, + ACTIONS(8390), 1, anon_sym_LF, - [107359] = 2, + [112609] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6818), 1, - anon_sym_SEMI, - [107366] = 2, + ACTIONS(5142), 1, + anon_sym_RPAREN, + [112616] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8374), 1, + ACTIONS(8392), 1, + anon_sym_COMMA, + [112623] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8394), 1, anon_sym_RPAREN, - [107373] = 2, + [112630] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5129), 1, - anon_sym_SEMI, - [107380] = 2, + ACTIONS(8396), 1, + anon_sym_COLON, + [112637] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7530), 1, - anon_sym_RBRACE, - [107387] = 2, + ACTIONS(8398), 1, + anon_sym_LPAREN2, + [112644] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3877), 1, + ACTIONS(8400), 1, anon_sym_SEMI, - [107394] = 2, + [112651] = 2, + ACTIONS(5871), 1, + sym_comment, + ACTIONS(8402), 1, + anon_sym_LF, + [112658] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8376), 1, + ACTIONS(5136), 1, anon_sym_SEMI, - [107401] = 2, + [112665] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8378), 1, - anon_sym_LPAREN2, - [107408] = 2, + ACTIONS(7003), 1, + anon_sym_SEMI, + [112672] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8380), 1, - anon_sym_LPAREN2, - [107415] = 2, - ACTIONS(5817), 1, + ACTIONS(8404), 1, + anon_sym_while, + [112679] = 2, + ACTIONS(5871), 1, sym_comment, - ACTIONS(8382), 1, + ACTIONS(8406), 1, anon_sym_LF, - [107422] = 2, - ACTIONS(5817), 1, + [112686] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(8384), 1, - anon_sym_LF, - [107429] = 2, + ACTIONS(6871), 1, + anon_sym_SEMI, + [112693] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8386), 1, - anon_sym_RPAREN, - [107436] = 2, + ACTIONS(8408), 1, + anon_sym_SEMI, + [112700] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8388), 1, + ACTIONS(4224), 1, sym_identifier, - [107443] = 2, + [112707] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8390), 1, - sym_identifier, - [107450] = 2, - ACTIONS(5817), 1, + ACTIONS(8410), 1, + anon_sym_SQUOTE, + [112714] = 2, + ACTIONS(5871), 1, sym_comment, - ACTIONS(8392), 1, + ACTIONS(8412), 1, anon_sym_LF, - [107457] = 2, + [112721] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8394), 1, + ACTIONS(8414), 1, + anon_sym_LPAREN2, + [112728] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8416), 1, + anon_sym_LPAREN2, + [112735] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8418), 1, + anon_sym_SEMI, + [112742] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5144), 1, + anon_sym_SEMI, + [112749] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8420), 1, sym_identifier, - [107464] = 2, + [112756] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8396), 1, + ACTIONS(8422), 1, + anon_sym_SEMI, + [112763] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7566), 1, + anon_sym_RBRACE, + [112770] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6830), 1, anon_sym_SEMI, - [107471] = 2, + [112777] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7094), 1, + ACTIONS(6917), 1, anon_sym_SEMI, - [107478] = 2, + [112784] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8398), 1, + ACTIONS(8424), 1, + anon_sym_SEMI, + [112791] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3930), 1, + anon_sym_SEMI, + [112798] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8426), 1, anon_sym_LPAREN2, - [107485] = 2, + [112805] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8400), 1, + ACTIONS(8428), 1, anon_sym_LPAREN2, - [107492] = 2, + [112812] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8402), 1, + ACTIONS(8430), 1, + sym_identifier, + [112819] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6826), 1, anon_sym_SEMI, - [107499] = 2, + [112826] = 2, + ACTIONS(5871), 1, + sym_comment, + ACTIONS(8432), 1, + anon_sym_LF, + [112833] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8404), 1, + ACTIONS(8434), 1, + anon_sym_STAR, + [112840] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8436), 1, sym_identifier, - [107506] = 2, + [112847] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8406), 1, + ACTIONS(8438), 1, + anon_sym_RPAREN, + [112854] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8440), 1, + sym_identifier, + [112861] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8442), 1, anon_sym_LPAREN2, - [107513] = 2, + [112868] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8408), 1, + ACTIONS(8444), 1, anon_sym_LPAREN2, - [107520] = 2, + [112875] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8410), 1, - anon_sym_SEMI, - [107527] = 2, + ACTIONS(8446), 1, + sym_identifier, + [112882] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8412), 1, - anon_sym_COLON, - [107534] = 2, + ACTIONS(8448), 1, + anon_sym_RPAREN, + [112889] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8414), 1, + ACTIONS(8450), 1, anon_sym_LPAREN2, - [107541] = 2, + [112896] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8416), 1, + ACTIONS(8452), 1, anon_sym_LPAREN2, - [107548] = 2, + [112903] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8418), 1, - anon_sym_LPAREN2, - [107555] = 2, + ACTIONS(5198), 1, + anon_sym_SEMI, + [112910] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8420), 1, + ACTIONS(8454), 1, anon_sym_LPAREN2, + [112917] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5110), 1, + anon_sym_SEMI, + [112924] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8456), 1, + anon_sym_SEMI, + [112931] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8458), 1, + anon_sym_SQUOTE, + [112938] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8460), 1, + anon_sym_SEMI, + [112945] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4445), 1, + sym_identifier, + [112952] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8462), 1, + anon_sym_STAR, + [112959] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8464), 1, + anon_sym_SEMI, + [112966] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8466), 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(1955)] = 0, - [SMALL_STATE(1956)] = 73, - [SMALL_STATE(1957)] = 140, - [SMALL_STATE(1958)] = 211, - [SMALL_STATE(1959)] = 272, - [SMALL_STATE(1960)] = 333, - [SMALL_STATE(1961)] = 394, - [SMALL_STATE(1962)] = 455, - [SMALL_STATE(1963)] = 516, - [SMALL_STATE(1964)] = 577, - [SMALL_STATE(1965)] = 638, - [SMALL_STATE(1966)] = 699, - [SMALL_STATE(1967)] = 768, - [SMALL_STATE(1968)] = 829, - [SMALL_STATE(1969)] = 890, - [SMALL_STATE(1970)] = 951, - [SMALL_STATE(1971)] = 1020, - [SMALL_STATE(1972)] = 1080, - [SMALL_STATE(1973)] = 1140, - [SMALL_STATE(1974)] = 1247, - [SMALL_STATE(1975)] = 1306, - [SMALL_STATE(1976)] = 1369, - [SMALL_STATE(1977)] = 1436, - [SMALL_STATE(1978)] = 1543, - [SMALL_STATE(1979)] = 1602, - [SMALL_STATE(1980)] = 1660, - [SMALL_STATE(1981)] = 1718, - [SMALL_STATE(1982)] = 1776, - [SMALL_STATE(1983)] = 1834, - [SMALL_STATE(1984)] = 1892, - [SMALL_STATE(1985)] = 1950, - [SMALL_STATE(1986)] = 2008, - [SMALL_STATE(1987)] = 2091, - [SMALL_STATE(1988)] = 2160, - [SMALL_STATE(1989)] = 2225, - [SMALL_STATE(1990)] = 2294, - [SMALL_STATE(1991)] = 2363, - [SMALL_STATE(1992)] = 2432, - [SMALL_STATE(1993)] = 2501, - [SMALL_STATE(1994)] = 2570, - [SMALL_STATE(1995)] = 2635, - [SMALL_STATE(1996)] = 2706, - [SMALL_STATE(1997)] = 2773, - [SMALL_STATE(1998)] = 2829, - [SMALL_STATE(1999)] = 2899, - [SMALL_STATE(2000)] = 2975, - [SMALL_STATE(2001)] = 3037, - [SMALL_STATE(2002)] = 3101, - [SMALL_STATE(2003)] = 3157, - [SMALL_STATE(2004)] = 3217, - [SMALL_STATE(2005)] = 3273, - [SMALL_STATE(2006)] = 3349, - [SMALL_STATE(2007)] = 3419, - [SMALL_STATE(2008)] = 3481, - [SMALL_STATE(2009)] = 3548, - [SMALL_STATE(2010)] = 3615, - [SMALL_STATE(2011)] = 3672, - [SMALL_STATE(2012)] = 3727, - [SMALL_STATE(2013)] = 3790, - [SMALL_STATE(2014)] = 3849, - [SMALL_STATE(2015)] = 3914, - [SMALL_STATE(2016)] = 3969, - [SMALL_STATE(2017)] = 4026, - [SMALL_STATE(2018)] = 4083, - [SMALL_STATE(2019)] = 4150, - [SMALL_STATE(2020)] = 4205, - [SMALL_STATE(2021)] = 4268, - [SMALL_STATE(2022)] = 4331, - [SMALL_STATE(2023)] = 4386, - [SMALL_STATE(2024)] = 4449, - [SMALL_STATE(2025)] = 4516, - [SMALL_STATE(2026)] = 4583, - [SMALL_STATE(2027)] = 4650, - [SMALL_STATE(2028)] = 4715, - [SMALL_STATE(2029)] = 4780, - [SMALL_STATE(2030)] = 4845, - [SMALL_STATE(2031)] = 4905, - [SMALL_STATE(2032)] = 4971, - [SMALL_STATE(2033)] = 5029, - [SMALL_STATE(2034)] = 5095, - [SMALL_STATE(2035)] = 5161, - [SMALL_STATE(2036)] = 5221, - [SMALL_STATE(2037)] = 5287, - [SMALL_STATE(2038)] = 5341, - [SMALL_STATE(2039)] = 5401, - [SMALL_STATE(2040)] = 5461, - [SMALL_STATE(2041)] = 5523, - [SMALL_STATE(2042)] = 5589, - [SMALL_STATE(2043)] = 5651, - [SMALL_STATE(2044)] = 5717, - [SMALL_STATE(2045)] = 5777, - [SMALL_STATE(2046)] = 5837, - [SMALL_STATE(2047)] = 5897, - [SMALL_STATE(2048)] = 5956, - [SMALL_STATE(2049)] = 6009, - [SMALL_STATE(2050)] = 6064, - [SMALL_STATE(2051)] = 6117, - [SMALL_STATE(2052)] = 6174, - [SMALL_STATE(2053)] = 6229, - [SMALL_STATE(2054)] = 6282, - [SMALL_STATE(2055)] = 6351, - [SMALL_STATE(2056)] = 6404, - [SMALL_STATE(2057)] = 6457, - [SMALL_STATE(2058)] = 6510, - [SMALL_STATE(2059)] = 6563, - [SMALL_STATE(2060)] = 6616, - [SMALL_STATE(2061)] = 6675, - [SMALL_STATE(2062)] = 6742, - [SMALL_STATE(2063)] = 6797, - [SMALL_STATE(2064)] = 6858, - [SMALL_STATE(2065)] = 6913, - [SMALL_STATE(2066)] = 6978, - [SMALL_STATE(2067)] = 7033, - [SMALL_STATE(2068)] = 7085, - [SMALL_STATE(2069)] = 7139, - [SMALL_STATE(2070)] = 7191, - [SMALL_STATE(2071)] = 7243, - [SMALL_STATE(2072)] = 7295, - [SMALL_STATE(2073)] = 7349, - [SMALL_STATE(2074)] = 7401, - [SMALL_STATE(2075)] = 7453, - [SMALL_STATE(2076)] = 7505, - [SMALL_STATE(2077)] = 7557, - [SMALL_STATE(2078)] = 7609, - [SMALL_STATE(2079)] = 7661, - [SMALL_STATE(2080)] = 7713, - [SMALL_STATE(2081)] = 7765, - [SMALL_STATE(2082)] = 7817, - [SMALL_STATE(2083)] = 7871, - [SMALL_STATE(2084)] = 7923, - [SMALL_STATE(2085)] = 7975, - [SMALL_STATE(2086)] = 8027, - [SMALL_STATE(2087)] = 8079, - [SMALL_STATE(2088)] = 8131, - [SMALL_STATE(2089)] = 8183, - [SMALL_STATE(2090)] = 8235, - [SMALL_STATE(2091)] = 8287, - [SMALL_STATE(2092)] = 8339, - [SMALL_STATE(2093)] = 8391, - [SMALL_STATE(2094)] = 8443, - [SMALL_STATE(2095)] = 8495, - [SMALL_STATE(2096)] = 8547, - [SMALL_STATE(2097)] = 8599, - [SMALL_STATE(2098)] = 8651, - [SMALL_STATE(2099)] = 8703, - [SMALL_STATE(2100)] = 8755, - [SMALL_STATE(2101)] = 8807, - [SMALL_STATE(2102)] = 8861, - [SMALL_STATE(2103)] = 8913, - [SMALL_STATE(2104)] = 8965, - [SMALL_STATE(2105)] = 9017, - [SMALL_STATE(2106)] = 9069, - [SMALL_STATE(2107)] = 9121, - [SMALL_STATE(2108)] = 9173, - [SMALL_STATE(2109)] = 9225, - [SMALL_STATE(2110)] = 9277, - [SMALL_STATE(2111)] = 9331, - [SMALL_STATE(2112)] = 9383, - [SMALL_STATE(2113)] = 9435, - [SMALL_STATE(2114)] = 9487, - [SMALL_STATE(2115)] = 9539, - [SMALL_STATE(2116)] = 9591, - [SMALL_STATE(2117)] = 9643, - [SMALL_STATE(2118)] = 9695, - [SMALL_STATE(2119)] = 9747, - [SMALL_STATE(2120)] = 9799, - [SMALL_STATE(2121)] = 9863, - [SMALL_STATE(2122)] = 9915, - [SMALL_STATE(2123)] = 9973, - [SMALL_STATE(2124)] = 10025, - [SMALL_STATE(2125)] = 10077, - [SMALL_STATE(2126)] = 10129, - [SMALL_STATE(2127)] = 10181, - [SMALL_STATE(2128)] = 10233, - [SMALL_STATE(2129)] = 10285, - [SMALL_STATE(2130)] = 10337, - [SMALL_STATE(2131)] = 10389, - [SMALL_STATE(2132)] = 10441, - [SMALL_STATE(2133)] = 10493, - [SMALL_STATE(2134)] = 10545, - [SMALL_STATE(2135)] = 10597, - [SMALL_STATE(2136)] = 10649, - [SMALL_STATE(2137)] = 10700, - [SMALL_STATE(2138)] = 10765, - [SMALL_STATE(2139)] = 10828, - [SMALL_STATE(2140)] = 10879, - [SMALL_STATE(2141)] = 10970, - [SMALL_STATE(2142)] = 11021, - [SMALL_STATE(2143)] = 11072, - [SMALL_STATE(2144)] = 11135, - [SMALL_STATE(2145)] = 11220, - [SMALL_STATE(2146)] = 11271, - [SMALL_STATE(2147)] = 11322, - [SMALL_STATE(2148)] = 11373, - [SMALL_STATE(2149)] = 11424, - [SMALL_STATE(2150)] = 11513, - [SMALL_STATE(2151)] = 11564, - [SMALL_STATE(2152)] = 11615, - [SMALL_STATE(2153)] = 11666, - [SMALL_STATE(2154)] = 11717, - [SMALL_STATE(2155)] = 11782, - [SMALL_STATE(2156)] = 11843, - [SMALL_STATE(2157)] = 11908, - [SMALL_STATE(2158)] = 11959, - [SMALL_STATE(2159)] = 12044, - [SMALL_STATE(2160)] = 12105, - [SMALL_STATE(2161)] = 12170, - [SMALL_STATE(2162)] = 12221, - [SMALL_STATE(2163)] = 12272, - [SMALL_STATE(2164)] = 12323, - [SMALL_STATE(2165)] = 12374, - [SMALL_STATE(2166)] = 12425, - [SMALL_STATE(2167)] = 12476, - [SMALL_STATE(2168)] = 12527, - [SMALL_STATE(2169)] = 12596, - [SMALL_STATE(2170)] = 12647, - [SMALL_STATE(2171)] = 12698, - [SMALL_STATE(2172)] = 12761, - [SMALL_STATE(2173)] = 12812, - [SMALL_STATE(2174)] = 12863, - [SMALL_STATE(2175)] = 12920, - [SMALL_STATE(2176)] = 13007, - [SMALL_STATE(2177)] = 13058, - [SMALL_STATE(2178)] = 13109, - [SMALL_STATE(2179)] = 13166, - [SMALL_STATE(2180)] = 13257, - [SMALL_STATE(2181)] = 13308, - [SMALL_STATE(2182)] = 13359, - [SMALL_STATE(2183)] = 13410, - [SMALL_STATE(2184)] = 13461, - [SMALL_STATE(2185)] = 13522, - [SMALL_STATE(2186)] = 13573, - [SMALL_STATE(2187)] = 13624, - [SMALL_STATE(2188)] = 13689, - [SMALL_STATE(2189)] = 13740, - [SMALL_STATE(2190)] = 13803, - [SMALL_STATE(2191)] = 13856, - [SMALL_STATE(2192)] = 13939, - [SMALL_STATE(2193)] = 14020, - [SMALL_STATE(2194)] = 14081, - [SMALL_STATE(2195)] = 14134, - [SMALL_STATE(2196)] = 14199, - [SMALL_STATE(2197)] = 14250, - [SMALL_STATE(2198)] = 14329, - [SMALL_STATE(2199)] = 14406, - [SMALL_STATE(2200)] = 14481, - [SMALL_STATE(2201)] = 14554, - [SMALL_STATE(2202)] = 14623, - [SMALL_STATE(2203)] = 14690, - [SMALL_STATE(2204)] = 14755, - [SMALL_STATE(2205)] = 14824, - [SMALL_STATE(2206)] = 14875, - [SMALL_STATE(2207)] = 14926, - [SMALL_STATE(2208)] = 14977, - [SMALL_STATE(2209)] = 15032, - [SMALL_STATE(2210)] = 15083, - [SMALL_STATE(2211)] = 15134, - [SMALL_STATE(2212)] = 15185, - [SMALL_STATE(2213)] = 15236, - [SMALL_STATE(2214)] = 15297, - [SMALL_STATE(2215)] = 15348, - [SMALL_STATE(2216)] = 15399, - [SMALL_STATE(2217)] = 15450, - [SMALL_STATE(2218)] = 15511, - [SMALL_STATE(2219)] = 15562, - [SMALL_STATE(2220)] = 15647, - [SMALL_STATE(2221)] = 15716, - [SMALL_STATE(2222)] = 15801, - [SMALL_STATE(2223)] = 15852, - [SMALL_STATE(2224)] = 15902, - [SMALL_STATE(2225)] = 15952, - [SMALL_STATE(2226)] = 16006, - [SMALL_STATE(2227)] = 16096, - [SMALL_STATE(2228)] = 16186, - [SMALL_STATE(2229)] = 16236, - [SMALL_STATE(2230)] = 16292, - [SMALL_STATE(2231)] = 16348, - [SMALL_STATE(2232)] = 16398, - [SMALL_STATE(2233)] = 16448, - [SMALL_STATE(2234)] = 16498, - [SMALL_STATE(2235)] = 16548, - [SMALL_STATE(2236)] = 16598, - [SMALL_STATE(2237)] = 16648, - [SMALL_STATE(2238)] = 16738, - [SMALL_STATE(2239)] = 16828, - [SMALL_STATE(2240)] = 16918, - [SMALL_STATE(2241)] = 16968, - [SMALL_STATE(2242)] = 17018, - [SMALL_STATE(2243)] = 17068, - [SMALL_STATE(2244)] = 17124, - [SMALL_STATE(2245)] = 17174, - [SMALL_STATE(2246)] = 17232, - [SMALL_STATE(2247)] = 17282, - [SMALL_STATE(2248)] = 17332, - [SMALL_STATE(2249)] = 17382, - [SMALL_STATE(2250)] = 17472, - [SMALL_STATE(2251)] = 17522, - [SMALL_STATE(2252)] = 17572, - [SMALL_STATE(2253)] = 17632, - [SMALL_STATE(2254)] = 17690, - [SMALL_STATE(2255)] = 17780, - [SMALL_STATE(2256)] = 17834, - [SMALL_STATE(2257)] = 17884, - [SMALL_STATE(2258)] = 17934, - [SMALL_STATE(2259)] = 17984, - [SMALL_STATE(2260)] = 18034, - [SMALL_STATE(2261)] = 18084, - [SMALL_STATE(2262)] = 18134, - [SMALL_STATE(2263)] = 18184, - [SMALL_STATE(2264)] = 18234, - [SMALL_STATE(2265)] = 18284, - [SMALL_STATE(2266)] = 18334, - [SMALL_STATE(2267)] = 18384, - [SMALL_STATE(2268)] = 18434, - [SMALL_STATE(2269)] = 18484, - [SMALL_STATE(2270)] = 18542, - [SMALL_STATE(2271)] = 18592, - [SMALL_STATE(2272)] = 18642, - [SMALL_STATE(2273)] = 18700, - [SMALL_STATE(2274)] = 18790, - [SMALL_STATE(2275)] = 18840, - [SMALL_STATE(2276)] = 18890, - [SMALL_STATE(2277)] = 18980, - [SMALL_STATE(2278)] = 19036, - [SMALL_STATE(2279)] = 19086, - [SMALL_STATE(2280)] = 19136, - [SMALL_STATE(2281)] = 19186, - [SMALL_STATE(2282)] = 19236, - [SMALL_STATE(2283)] = 19286, - [SMALL_STATE(2284)] = 19336, - [SMALL_STATE(2285)] = 19386, - [SMALL_STATE(2286)] = 19436, - [SMALL_STATE(2287)] = 19486, - [SMALL_STATE(2288)] = 19536, - [SMALL_STATE(2289)] = 19586, - [SMALL_STATE(2290)] = 19636, - [SMALL_STATE(2291)] = 19686, - [SMALL_STATE(2292)] = 19748, - [SMALL_STATE(2293)] = 19804, - [SMALL_STATE(2294)] = 19894, - [SMALL_STATE(2295)] = 19954, - [SMALL_STATE(2296)] = 20016, - [SMALL_STATE(2297)] = 20074, - [SMALL_STATE(2298)] = 20130, - [SMALL_STATE(2299)] = 20220, - [SMALL_STATE(2300)] = 20276, - [SMALL_STATE(2301)] = 20366, - [SMALL_STATE(2302)] = 20456, - [SMALL_STATE(2303)] = 20546, - [SMALL_STATE(2304)] = 20636, - [SMALL_STATE(2305)] = 20726, - [SMALL_STATE(2306)] = 20782, - [SMALL_STATE(2307)] = 20833, - [SMALL_STATE(2308)] = 20886, - [SMALL_STATE(2309)] = 20947, - [SMALL_STATE(2310)] = 20998, - [SMALL_STATE(2311)] = 21059, - [SMALL_STATE(2312)] = 21120, - [SMALL_STATE(2313)] = 21181, - [SMALL_STATE(2314)] = 21232, - [SMALL_STATE(2315)] = 21283, - [SMALL_STATE(2316)] = 21334, - [SMALL_STATE(2317)] = 21395, - [SMALL_STATE(2318)] = 21448, - [SMALL_STATE(2319)] = 21501, - [SMALL_STATE(2320)] = 21562, - [SMALL_STATE(2321)] = 21623, - [SMALL_STATE(2322)] = 21676, - [SMALL_STATE(2323)] = 21756, - [SMALL_STATE(2324)] = 21804, - [SMALL_STATE(2325)] = 21864, - [SMALL_STATE(2326)] = 21922, - [SMALL_STATE(2327)] = 21982, - [SMALL_STATE(2328)] = 22042, - [SMALL_STATE(2329)] = 22090, - [SMALL_STATE(2330)] = 22138, - [SMALL_STATE(2331)] = 22186, - [SMALL_STATE(2332)] = 22234, - [SMALL_STATE(2333)] = 22308, - [SMALL_STATE(2334)] = 22356, - [SMALL_STATE(2335)] = 22404, - [SMALL_STATE(2336)] = 22452, - [SMALL_STATE(2337)] = 22528, - [SMALL_STATE(2338)] = 22576, - [SMALL_STATE(2339)] = 22624, - [SMALL_STATE(2340)] = 22672, - [SMALL_STATE(2341)] = 22720, - [SMALL_STATE(2342)] = 22768, - [SMALL_STATE(2343)] = 22816, - [SMALL_STATE(2344)] = 22864, - [SMALL_STATE(2345)] = 22912, - [SMALL_STATE(2346)] = 22960, - [SMALL_STATE(2347)] = 23008, - [SMALL_STATE(2348)] = 23066, - [SMALL_STATE(2349)] = 23148, - [SMALL_STATE(2350)] = 23226, - [SMALL_STATE(2351)] = 23274, - [SMALL_STATE(2352)] = 23322, - [SMALL_STATE(2353)] = 23408, - [SMALL_STATE(2354)] = 23456, - [SMALL_STATE(2355)] = 23504, - [SMALL_STATE(2356)] = 23552, - [SMALL_STATE(2357)] = 23600, - [SMALL_STATE(2358)] = 23648, - [SMALL_STATE(2359)] = 23696, - [SMALL_STATE(2360)] = 23744, - [SMALL_STATE(2361)] = 23792, - [SMALL_STATE(2362)] = 23874, - [SMALL_STATE(2363)] = 23956, - [SMALL_STATE(2364)] = 24016, - [SMALL_STATE(2365)] = 24064, - [SMALL_STATE(2366)] = 24126, - [SMALL_STATE(2367)] = 24174, - [SMALL_STATE(2368)] = 24222, - [SMALL_STATE(2369)] = 24270, - [SMALL_STATE(2370)] = 24320, - [SMALL_STATE(2371)] = 24372, - [SMALL_STATE(2372)] = 24442, - [SMALL_STATE(2373)] = 24490, - [SMALL_STATE(2374)] = 24538, - [SMALL_STATE(2375)] = 24586, - [SMALL_STATE(2376)] = 24652, - [SMALL_STATE(2377)] = 24700, - [SMALL_STATE(2378)] = 24748, - [SMALL_STATE(2379)] = 24796, - [SMALL_STATE(2380)] = 24844, - [SMALL_STATE(2381)] = 24892, - [SMALL_STATE(2382)] = 24940, - [SMALL_STATE(2383)] = 24988, - [SMALL_STATE(2384)] = 25036, - [SMALL_STATE(2385)] = 25084, - [SMALL_STATE(2386)] = 25132, - [SMALL_STATE(2387)] = 25180, - [SMALL_STATE(2388)] = 25262, - [SMALL_STATE(2389)] = 25310, - [SMALL_STATE(2390)] = 25358, - [SMALL_STATE(2391)] = 25406, - [SMALL_STATE(2392)] = 25460, - [SMALL_STATE(2393)] = 25508, - [SMALL_STATE(2394)] = 25556, - [SMALL_STATE(2395)] = 25640, - [SMALL_STATE(2396)] = 25688, - [SMALL_STATE(2397)] = 25736, - [SMALL_STATE(2398)] = 25800, - [SMALL_STATE(2399)] = 25848, - [SMALL_STATE(2400)] = 25914, - [SMALL_STATE(2401)] = 25986, - [SMALL_STATE(2402)] = 26033, - [SMALL_STATE(2403)] = 26080, - [SMALL_STATE(2404)] = 26161, - [SMALL_STATE(2405)] = 26208, - [SMALL_STATE(2406)] = 26291, - [SMALL_STATE(2407)] = 26338, - [SMALL_STATE(2408)] = 26399, - [SMALL_STATE(2409)] = 26446, - [SMALL_STATE(2410)] = 26505, - [SMALL_STATE(2411)] = 26584, - [SMALL_STATE(2412)] = 26661, - [SMALL_STATE(2413)] = 26708, - [SMALL_STATE(2414)] = 26755, - [SMALL_STATE(2415)] = 26802, - [SMALL_STATE(2416)] = 26877, - [SMALL_STATE(2417)] = 26950, - [SMALL_STATE(2418)] = 27021, - [SMALL_STATE(2419)] = 27068, - [SMALL_STATE(2420)] = 27115, - [SMALL_STATE(2421)] = 27162, - [SMALL_STATE(2422)] = 27209, - [SMALL_STATE(2423)] = 27256, - [SMALL_STATE(2424)] = 27303, - [SMALL_STATE(2425)] = 27350, - [SMALL_STATE(2426)] = 27397, - [SMALL_STATE(2427)] = 27466, - [SMALL_STATE(2428)] = 27513, - [SMALL_STATE(2429)] = 27578, - [SMALL_STATE(2430)] = 27641, - [SMALL_STATE(2431)] = 27700, - [SMALL_STATE(2432)] = 27781, - [SMALL_STATE(2433)] = 27828, - [SMALL_STATE(2434)] = 27919, - [SMALL_STATE(2435)] = 27966, - [SMALL_STATE(2436)] = 28013, - [SMALL_STATE(2437)] = 28094, - [SMALL_STATE(2438)] = 28141, - [SMALL_STATE(2439)] = 28226, - [SMALL_STATE(2440)] = 28273, - [SMALL_STATE(2441)] = 28320, - [SMALL_STATE(2442)] = 28367, - [SMALL_STATE(2443)] = 28414, - [SMALL_STATE(2444)] = 28465, - [SMALL_STATE(2445)] = 28514, - [SMALL_STATE(2446)] = 28561, - [SMALL_STATE(2447)] = 28608, - [SMALL_STATE(2448)] = 28655, - [SMALL_STATE(2449)] = 28702, - [SMALL_STATE(2450)] = 28759, - [SMALL_STATE(2451)] = 28818, - [SMALL_STATE(2452)] = 28865, - [SMALL_STATE(2453)] = 28912, - [SMALL_STATE(2454)] = 28959, - [SMALL_STATE(2455)] = 29006, - [SMALL_STATE(2456)] = 29057, - [SMALL_STATE(2457)] = 29108, - [SMALL_STATE(2458)] = 29155, - [SMALL_STATE(2459)] = 29202, - [SMALL_STATE(2460)] = 29249, - [SMALL_STATE(2461)] = 29298, - [SMALL_STATE(2462)] = 29345, - [SMALL_STATE(2463)] = 29394, - [SMALL_STATE(2464)] = 29441, - [SMALL_STATE(2465)] = 29488, - [SMALL_STATE(2466)] = 29535, - [SMALL_STATE(2467)] = 29582, - [SMALL_STATE(2468)] = 29629, - [SMALL_STATE(2469)] = 29720, - [SMALL_STATE(2470)] = 29767, - [SMALL_STATE(2471)] = 29814, - [SMALL_STATE(2472)] = 29861, - [SMALL_STATE(2473)] = 29908, - [SMALL_STATE(2474)] = 29955, - [SMALL_STATE(2475)] = 30002, - [SMALL_STATE(2476)] = 30049, - [SMALL_STATE(2477)] = 30096, - [SMALL_STATE(2478)] = 30143, - [SMALL_STATE(2479)] = 30190, - [SMALL_STATE(2480)] = 30237, - [SMALL_STATE(2481)] = 30284, - [SMALL_STATE(2482)] = 30341, - [SMALL_STATE(2483)] = 30422, - [SMALL_STATE(2484)] = 30487, - [SMALL_STATE(2485)] = 30546, - [SMALL_STATE(2486)] = 30632, - [SMALL_STATE(2487)] = 30688, - [SMALL_STATE(2488)] = 30734, - [SMALL_STATE(2489)] = 30820, - [SMALL_STATE(2490)] = 30874, - [SMALL_STATE(2491)] = 30920, - [SMALL_STATE(2492)] = 30966, - [SMALL_STATE(2493)] = 31020, - [SMALL_STATE(2494)] = 31066, - [SMALL_STATE(2495)] = 31112, - [SMALL_STATE(2496)] = 31158, - [SMALL_STATE(2497)] = 31204, - [SMALL_STATE(2498)] = 31258, - [SMALL_STATE(2499)] = 31308, - [SMALL_STATE(2500)] = 31354, - [SMALL_STATE(2501)] = 31437, - [SMALL_STATE(2502)] = 31488, - [SMALL_STATE(2503)] = 31571, - [SMALL_STATE(2504)] = 31622, - [SMALL_STATE(2505)] = 31707, - [SMALL_STATE(2506)] = 31792, - [SMALL_STATE(2507)] = 31875, - [SMALL_STATE(2508)] = 31958, - [SMALL_STATE(2509)] = 32041, - [SMALL_STATE(2510)] = 32124, - [SMALL_STATE(2511)] = 32207, - [SMALL_STATE(2512)] = 32290, - [SMALL_STATE(2513)] = 32370, - [SMALL_STATE(2514)] = 32450, - [SMALL_STATE(2515)] = 32530, - [SMALL_STATE(2516)] = 32610, - [SMALL_STATE(2517)] = 32690, - [SMALL_STATE(2518)] = 32770, - [SMALL_STATE(2519)] = 32850, - [SMALL_STATE(2520)] = 32930, - [SMALL_STATE(2521)] = 32974, - [SMALL_STATE(2522)] = 33054, - [SMALL_STATE(2523)] = 33100, - [SMALL_STATE(2524)] = 33152, - [SMALL_STATE(2525)] = 33232, - [SMALL_STATE(2526)] = 33312, - [SMALL_STATE(2527)] = 33392, - [SMALL_STATE(2528)] = 33444, - [SMALL_STATE(2529)] = 33488, - [SMALL_STATE(2530)] = 33568, - [SMALL_STATE(2531)] = 33648, - [SMALL_STATE(2532)] = 33728, - [SMALL_STATE(2533)] = 33808, - [SMALL_STATE(2534)] = 33888, - [SMALL_STATE(2535)] = 33968, - [SMALL_STATE(2536)] = 34011, - [SMALL_STATE(2537)] = 34058, - [SMALL_STATE(2538)] = 34101, - [SMALL_STATE(2539)] = 34144, - [SMALL_STATE(2540)] = 34223, - [SMALL_STATE(2541)] = 34302, - [SMALL_STATE(2542)] = 34345, - [SMALL_STATE(2543)] = 34388, - [SMALL_STATE(2544)] = 34431, - [SMALL_STATE(2545)] = 34510, - [SMALL_STATE(2546)] = 34553, - [SMALL_STATE(2547)] = 34596, - [SMALL_STATE(2548)] = 34639, - [SMALL_STATE(2549)] = 34718, - [SMALL_STATE(2550)] = 34761, - [SMALL_STATE(2551)] = 34804, - [SMALL_STATE(2552)] = 34853, - [SMALL_STATE(2553)] = 34896, - [SMALL_STATE(2554)] = 34939, - [SMALL_STATE(2555)] = 34982, - [SMALL_STATE(2556)] = 35025, - [SMALL_STATE(2557)] = 35068, - [SMALL_STATE(2558)] = 35111, - [SMALL_STATE(2559)] = 35154, - [SMALL_STATE(2560)] = 35233, - [SMALL_STATE(2561)] = 35276, - [SMALL_STATE(2562)] = 35319, - [SMALL_STATE(2563)] = 35362, - [SMALL_STATE(2564)] = 35405, - [SMALL_STATE(2565)] = 35448, - [SMALL_STATE(2566)] = 35491, - [SMALL_STATE(2567)] = 35534, - [SMALL_STATE(2568)] = 35577, - [SMALL_STATE(2569)] = 35620, - [SMALL_STATE(2570)] = 35663, - [SMALL_STATE(2571)] = 35742, - [SMALL_STATE(2572)] = 35821, - [SMALL_STATE(2573)] = 35864, - [SMALL_STATE(2574)] = 35907, - [SMALL_STATE(2575)] = 35950, - [SMALL_STATE(2576)] = 35993, - [SMALL_STATE(2577)] = 36036, - [SMALL_STATE(2578)] = 36079, - [SMALL_STATE(2579)] = 36122, - [SMALL_STATE(2580)] = 36165, - [SMALL_STATE(2581)] = 36208, - [SMALL_STATE(2582)] = 36251, - [SMALL_STATE(2583)] = 36296, - [SMALL_STATE(2584)] = 36339, - [SMALL_STATE(2585)] = 36382, - [SMALL_STATE(2586)] = 36425, - [SMALL_STATE(2587)] = 36468, - [SMALL_STATE(2588)] = 36511, - [SMALL_STATE(2589)] = 36554, - [SMALL_STATE(2590)] = 36597, - [SMALL_STATE(2591)] = 36640, - [SMALL_STATE(2592)] = 36683, - [SMALL_STATE(2593)] = 36762, - [SMALL_STATE(2594)] = 36805, - [SMALL_STATE(2595)] = 36854, - [SMALL_STATE(2596)] = 36933, - [SMALL_STATE(2597)] = 36976, - [SMALL_STATE(2598)] = 37019, - [SMALL_STATE(2599)] = 37062, - [SMALL_STATE(2600)] = 37107, - [SMALL_STATE(2601)] = 37159, - [SMALL_STATE(2602)] = 37233, - [SMALL_STATE(2603)] = 37307, - [SMALL_STATE(2604)] = 37381, - [SMALL_STATE(2605)] = 37427, - [SMALL_STATE(2606)] = 37469, - [SMALL_STATE(2607)] = 37521, - [SMALL_STATE(2608)] = 37595, - [SMALL_STATE(2609)] = 37669, - [SMALL_STATE(2610)] = 37747, - [SMALL_STATE(2611)] = 37821, - [SMALL_STATE(2612)] = 37895, - [SMALL_STATE(2613)] = 37969, - [SMALL_STATE(2614)] = 38011, - [SMALL_STATE(2615)] = 38055, - [SMALL_STATE(2616)] = 38129, - [SMALL_STATE(2617)] = 38181, - [SMALL_STATE(2618)] = 38255, - [SMALL_STATE(2619)] = 38303, - [SMALL_STATE(2620)] = 38355, - [SMALL_STATE(2621)] = 38429, - [SMALL_STATE(2622)] = 38503, - [SMALL_STATE(2623)] = 38545, - [SMALL_STATE(2624)] = 38587, - [SMALL_STATE(2625)] = 38638, - [SMALL_STATE(2626)] = 38681, - [SMALL_STATE(2627)] = 38728, - [SMALL_STATE(2628)] = 38775, - [SMALL_STATE(2629)] = 38822, - [SMALL_STATE(2630)] = 38869, - [SMALL_STATE(2631)] = 38920, - [SMALL_STATE(2632)] = 38971, - [SMALL_STATE(2633)] = 39012, - [SMALL_STATE(2634)] = 39053, - [SMALL_STATE(2635)] = 39104, - [SMALL_STATE(2636)] = 39172, - [SMALL_STATE(2637)] = 39212, - [SMALL_STATE(2638)] = 39258, - [SMALL_STATE(2639)] = 39298, - [SMALL_STATE(2640)] = 39366, - [SMALL_STATE(2641)] = 39406, - [SMALL_STATE(2642)] = 39474, - [SMALL_STATE(2643)] = 39520, - [SMALL_STATE(2644)] = 39566, - [SMALL_STATE(2645)] = 39616, - [SMALL_STATE(2646)] = 39656, - [SMALL_STATE(2647)] = 39696, - [SMALL_STATE(2648)] = 39736, - [SMALL_STATE(2649)] = 39782, - [SMALL_STATE(2650)] = 39850, - [SMALL_STATE(2651)] = 39902, - [SMALL_STATE(2652)] = 39942, - [SMALL_STATE(2653)] = 40010, - [SMALL_STATE(2654)] = 40050, - [SMALL_STATE(2655)] = 40118, - [SMALL_STATE(2656)] = 40158, - [SMALL_STATE(2657)] = 40198, - [SMALL_STATE(2658)] = 40276, - [SMALL_STATE(2659)] = 40326, - [SMALL_STATE(2660)] = 40372, - [SMALL_STATE(2661)] = 40424, - [SMALL_STATE(2662)] = 40464, - [SMALL_STATE(2663)] = 40504, - [SMALL_STATE(2664)] = 40544, - [SMALL_STATE(2665)] = 40584, - [SMALL_STATE(2666)] = 40624, - [SMALL_STATE(2667)] = 40664, - [SMALL_STATE(2668)] = 40710, - [SMALL_STATE(2669)] = 40760, - [SMALL_STATE(2670)] = 40810, - [SMALL_STATE(2671)] = 40860, - [SMALL_STATE(2672)] = 40928, - [SMALL_STATE(2673)] = 40996, - [SMALL_STATE(2674)] = 41046, - [SMALL_STATE(2675)] = 41086, - [SMALL_STATE(2676)] = 41138, - [SMALL_STATE(2677)] = 41183, - [SMALL_STATE(2678)] = 41242, - [SMALL_STATE(2679)] = 41287, - [SMALL_STATE(2680)] = 41348, - [SMALL_STATE(2681)] = 41407, - [SMALL_STATE(2682)] = 41464, - [SMALL_STATE(2683)] = 41537, - [SMALL_STATE(2684)] = 41606, - [SMALL_STATE(2685)] = 41667, - [SMALL_STATE(2686)] = 41744, - [SMALL_STATE(2687)] = 41811, - [SMALL_STATE(2688)] = 41882, - [SMALL_STATE(2689)] = 41941, - [SMALL_STATE(2690)] = 41986, - [SMALL_STATE(2691)] = 42059, - [SMALL_STATE(2692)] = 42114, - [SMALL_STATE(2693)] = 42179, - [SMALL_STATE(2694)] = 42238, - [SMALL_STATE(2695)] = 42311, - [SMALL_STATE(2696)] = 42374, - [SMALL_STATE(2697)] = 42449, - [SMALL_STATE(2698)] = 42518, - [SMALL_STATE(2699)] = 42563, - [SMALL_STATE(2700)] = 42646, - [SMALL_STATE(2701)] = 42689, - [SMALL_STATE(2702)] = 42762, - [SMALL_STATE(2703)] = 42807, - [SMALL_STATE(2704)] = 42887, - [SMALL_STATE(2705)] = 42969, - [SMALL_STATE(2706)] = 43051, - [SMALL_STATE(2707)] = 43091, - [SMALL_STATE(2708)] = 43169, - [SMALL_STATE(2709)] = 43243, - [SMALL_STATE(2710)] = 43317, - [SMALL_STATE(2711)] = 43397, - [SMALL_STATE(2712)] = 43471, - [SMALL_STATE(2713)] = 43529, - [SMALL_STATE(2714)] = 43603, - [SMALL_STATE(2715)] = 43661, - [SMALL_STATE(2716)] = 43741, - [SMALL_STATE(2717)] = 43815, - [SMALL_STATE(2718)] = 43857, - [SMALL_STATE(2719)] = 43931, - [SMALL_STATE(2720)] = 44011, - [SMALL_STATE(2721)] = 44071, - [SMALL_STATE(2722)] = 44131, - [SMALL_STATE(2723)] = 44205, - [SMALL_STATE(2724)] = 44287, - [SMALL_STATE(2725)] = 44367, - [SMALL_STATE(2726)] = 44447, - [SMALL_STATE(2727)] = 44527, - [SMALL_STATE(2728)] = 44607, - [SMALL_STATE(2729)] = 44647, - [SMALL_STATE(2730)] = 44727, - [SMALL_STATE(2731)] = 44809, - [SMALL_STATE(2732)] = 44889, - [SMALL_STATE(2733)] = 44947, - [SMALL_STATE(2734)] = 45005, - [SMALL_STATE(2735)] = 45045, - [SMALL_STATE(2736)] = 45125, - [SMALL_STATE(2737)] = 45167, - [SMALL_STATE(2738)] = 45241, - [SMALL_STATE(2739)] = 45315, - [SMALL_STATE(2740)] = 45397, - [SMALL_STATE(2741)] = 45471, - [SMALL_STATE(2742)] = 45551, - [SMALL_STATE(2743)] = 45631, - [SMALL_STATE(2744)] = 45705, - [SMALL_STATE(2745)] = 45779, - [SMALL_STATE(2746)] = 45861, - [SMALL_STATE(2747)] = 45941, - [SMALL_STATE(2748)] = 46023, - [SMALL_STATE(2749)] = 46097, - [SMALL_STATE(2750)] = 46179, - [SMALL_STATE(2751)] = 46257, - [SMALL_STATE(2752)] = 46317, - [SMALL_STATE(2753)] = 46397, - [SMALL_STATE(2754)] = 46477, - [SMALL_STATE(2755)] = 46559, - [SMALL_STATE(2756)] = 46619, - [SMALL_STATE(2757)] = 46699, - [SMALL_STATE(2758)] = 46773, - [SMALL_STATE(2759)] = 46815, - [SMALL_STATE(2760)] = 46888, - [SMALL_STATE(2761)] = 46963, - [SMALL_STATE(2762)] = 47040, - [SMALL_STATE(2763)] = 47117, - [SMALL_STATE(2764)] = 47194, - [SMALL_STATE(2765)] = 47271, - [SMALL_STATE(2766)] = 47348, - [SMALL_STATE(2767)] = 47425, - [SMALL_STATE(2768)] = 47462, - [SMALL_STATE(2769)] = 47539, - [SMALL_STATE(2770)] = 47616, - [SMALL_STATE(2771)] = 47693, - [SMALL_STATE(2772)] = 47770, - [SMALL_STATE(2773)] = 47845, - [SMALL_STATE(2774)] = 47922, - [SMALL_STATE(2775)] = 47999, - [SMALL_STATE(2776)] = 48076, - [SMALL_STATE(2777)] = 48153, - [SMALL_STATE(2778)] = 48230, - [SMALL_STATE(2779)] = 48307, - [SMALL_STATE(2780)] = 48382, - [SMALL_STATE(2781)] = 48459, - [SMALL_STATE(2782)] = 48536, - [SMALL_STATE(2783)] = 48613, - [SMALL_STATE(2784)] = 48666, - [SMALL_STATE(2785)] = 48743, - [SMALL_STATE(2786)] = 48820, - [SMALL_STATE(2787)] = 48897, - [SMALL_STATE(2788)] = 48954, - [SMALL_STATE(2789)] = 49031, - [SMALL_STATE(2790)] = 49068, - [SMALL_STATE(2791)] = 49145, - [SMALL_STATE(2792)] = 49222, - [SMALL_STATE(2793)] = 49279, - [SMALL_STATE(2794)] = 49332, - [SMALL_STATE(2795)] = 49381, - [SMALL_STATE(2796)] = 49458, - [SMALL_STATE(2797)] = 49535, - [SMALL_STATE(2798)] = 49572, - [SMALL_STATE(2799)] = 49649, - [SMALL_STATE(2800)] = 49708, - [SMALL_STATE(2801)] = 49785, - [SMALL_STATE(2802)] = 49830, - [SMALL_STATE(2803)] = 49907, - [SMALL_STATE(2804)] = 49984, - [SMALL_STATE(2805)] = 50061, - [SMALL_STATE(2806)] = 50138, - [SMALL_STATE(2807)] = 50209, - [SMALL_STATE(2808)] = 50286, - [SMALL_STATE(2809)] = 50359, - [SMALL_STATE(2810)] = 50432, - [SMALL_STATE(2811)] = 50491, - [SMALL_STATE(2812)] = 50568, - [SMALL_STATE(2813)] = 50645, - [SMALL_STATE(2814)] = 50718, - [SMALL_STATE(2815)] = 50795, - [SMALL_STATE(2816)] = 50866, - [SMALL_STATE(2817)] = 50943, - [SMALL_STATE(2818)] = 51020, - [SMALL_STATE(2819)] = 51075, - [SMALL_STATE(2820)] = 51134, - [SMALL_STATE(2821)] = 51211, - [SMALL_STATE(2822)] = 51288, - [SMALL_STATE(2823)] = 51365, - [SMALL_STATE(2824)] = 51428, - [SMALL_STATE(2825)] = 51493, - [SMALL_STATE(2826)] = 51560, - [SMALL_STATE(2827)] = 51629, - [SMALL_STATE(2828)] = 51698, - [SMALL_STATE(2829)] = 51735, - [SMALL_STATE(2830)] = 51788, - [SMALL_STATE(2831)] = 51837, - [SMALL_STATE(2832)] = 51912, - [SMALL_STATE(2833)] = 51989, - [SMALL_STATE(2834)] = 52042, - [SMALL_STATE(2835)] = 52119, - [SMALL_STATE(2836)] = 52196, - [SMALL_STATE(2837)] = 52271, - [SMALL_STATE(2838)] = 52308, - [SMALL_STATE(2839)] = 52385, - [SMALL_STATE(2840)] = 52462, - [SMALL_STATE(2841)] = 52539, - [SMALL_STATE(2842)] = 52608, - [SMALL_STATE(2843)] = 52675, - [SMALL_STATE(2844)] = 52742, - [SMALL_STATE(2845)] = 52819, - [SMALL_STATE(2846)] = 52894, - [SMALL_STATE(2847)] = 52967, - [SMALL_STATE(2848)] = 53044, - [SMALL_STATE(2849)] = 53109, - [SMALL_STATE(2850)] = 53172, - [SMALL_STATE(2851)] = 53219, - [SMALL_STATE(2852)] = 53280, - [SMALL_STATE(2853)] = 53337, - [SMALL_STATE(2854)] = 53414, - [SMALL_STATE(2855)] = 53469, - [SMALL_STATE(2856)] = 53546, - [SMALL_STATE(2857)] = 53599, - [SMALL_STATE(2858)] = 53676, - [SMALL_STATE(2859)] = 53735, - [SMALL_STATE(2860)] = 53812, - [SMALL_STATE(2861)] = 53861, - [SMALL_STATE(2862)] = 53938, - [SMALL_STATE(2863)] = 54015, - [SMALL_STATE(2864)] = 54092, - [SMALL_STATE(2865)] = 54169, - [SMALL_STATE(2866)] = 54216, - [SMALL_STATE(2867)] = 54293, - [SMALL_STATE(2868)] = 54370, - [SMALL_STATE(2869)] = 54445, - [SMALL_STATE(2870)] = 54520, - [SMALL_STATE(2871)] = 54597, - [SMALL_STATE(2872)] = 54672, - [SMALL_STATE(2873)] = 54711, - [SMALL_STATE(2874)] = 54788, - [SMALL_STATE(2875)] = 54865, - [SMALL_STATE(2876)] = 54922, - [SMALL_STATE(2877)] = 54993, - [SMALL_STATE(2878)] = 55064, - [SMALL_STATE(2879)] = 55141, - [SMALL_STATE(2880)] = 55212, - [SMALL_STATE(2881)] = 55289, - [SMALL_STATE(2882)] = 55366, - [SMALL_STATE(2883)] = 55441, - [SMALL_STATE(2884)] = 55518, - [SMALL_STATE(2885)] = 55595, - [SMALL_STATE(2886)] = 55672, - [SMALL_STATE(2887)] = 55740, - [SMALL_STATE(2888)] = 55814, - [SMALL_STATE(2889)] = 55862, - [SMALL_STATE(2890)] = 55936, - [SMALL_STATE(2891)] = 56004, - [SMALL_STATE(2892)] = 56078, - [SMALL_STATE(2893)] = 56152, - [SMALL_STATE(2894)] = 56226, - [SMALL_STATE(2895)] = 56300, - [SMALL_STATE(2896)] = 56374, - [SMALL_STATE(2897)] = 56448, - [SMALL_STATE(2898)] = 56522, - [SMALL_STATE(2899)] = 56574, - [SMALL_STATE(2900)] = 56642, - [SMALL_STATE(2901)] = 56716, - [SMALL_STATE(2902)] = 56764, - [SMALL_STATE(2903)] = 56838, - [SMALL_STATE(2904)] = 56890, - [SMALL_STATE(2905)] = 56964, - [SMALL_STATE(2906)] = 57000, - [SMALL_STATE(2907)] = 57074, - [SMALL_STATE(2908)] = 57142, - [SMALL_STATE(2909)] = 57210, - [SMALL_STATE(2910)] = 57284, - [SMALL_STATE(2911)] = 57358, - [SMALL_STATE(2912)] = 57394, - [SMALL_STATE(2913)] = 57468, - [SMALL_STATE(2914)] = 57542, - [SMALL_STATE(2915)] = 57616, - [SMALL_STATE(2916)] = 57690, - [SMALL_STATE(2917)] = 57764, - [SMALL_STATE(2918)] = 57832, - [SMALL_STATE(2919)] = 57900, - [SMALL_STATE(2920)] = 57974, - [SMALL_STATE(2921)] = 58048, - [SMALL_STATE(2922)] = 58122, - [SMALL_STATE(2923)] = 58196, - [SMALL_STATE(2924)] = 58264, - [SMALL_STATE(2925)] = 58332, - [SMALL_STATE(2926)] = 58406, - [SMALL_STATE(2927)] = 58480, - [SMALL_STATE(2928)] = 58534, - [SMALL_STATE(2929)] = 58608, - [SMALL_STATE(2930)] = 58644, - [SMALL_STATE(2931)] = 58680, - [SMALL_STATE(2932)] = 58754, - [SMALL_STATE(2933)] = 58790, - [SMALL_STATE(2934)] = 58864, - [SMALL_STATE(2935)] = 58916, - [SMALL_STATE(2936)] = 58952, - [SMALL_STATE(2937)] = 59020, - [SMALL_STATE(2938)] = 59088, - [SMALL_STATE(2939)] = 59124, - [SMALL_STATE(2940)] = 59180, - [SMALL_STATE(2941)] = 59254, - [SMALL_STATE(2942)] = 59324, - [SMALL_STATE(2943)] = 59392, - [SMALL_STATE(2944)] = 59466, - [SMALL_STATE(2945)] = 59534, - [SMALL_STATE(2946)] = 59602, - [SMALL_STATE(2947)] = 59676, - [SMALL_STATE(2948)] = 59712, - [SMALL_STATE(2949)] = 59786, - [SMALL_STATE(2950)] = 59860, - [SMALL_STATE(2951)] = 59928, - [SMALL_STATE(2952)] = 60002, - [SMALL_STATE(2953)] = 60076, - [SMALL_STATE(2954)] = 60112, - [SMALL_STATE(2955)] = 60186, - [SMALL_STATE(2956)] = 60260, - [SMALL_STATE(2957)] = 60328, - [SMALL_STATE(2958)] = 60402, - [SMALL_STATE(2959)] = 60476, - [SMALL_STATE(2960)] = 60550, - [SMALL_STATE(2961)] = 60624, - [SMALL_STATE(2962)] = 60698, - [SMALL_STATE(2963)] = 60766, - [SMALL_STATE(2964)] = 60834, - [SMALL_STATE(2965)] = 60908, - [SMALL_STATE(2966)] = 60944, - [SMALL_STATE(2967)] = 61018, - [SMALL_STATE(2968)] = 61054, - [SMALL_STATE(2969)] = 61128, - [SMALL_STATE(2970)] = 61202, - [SMALL_STATE(2971)] = 61238, - [SMALL_STATE(2972)] = 61312, - [SMALL_STATE(2973)] = 61380, - [SMALL_STATE(2974)] = 61454, - [SMALL_STATE(2975)] = 61528, - [SMALL_STATE(2976)] = 61564, - [SMALL_STATE(2977)] = 61638, - [SMALL_STATE(2978)] = 61712, - [SMALL_STATE(2979)] = 61780, - [SMALL_STATE(2980)] = 61854, - [SMALL_STATE(2981)] = 61890, - [SMALL_STATE(2982)] = 61964, - [SMALL_STATE(2983)] = 62038, - [SMALL_STATE(2984)] = 62112, - [SMALL_STATE(2985)] = 62186, - [SMALL_STATE(2986)] = 62222, - [SMALL_STATE(2987)] = 62290, - [SMALL_STATE(2988)] = 62326, - [SMALL_STATE(2989)] = 62400, - [SMALL_STATE(2990)] = 62474, - [SMALL_STATE(2991)] = 62548, - [SMALL_STATE(2992)] = 62618, - [SMALL_STATE(2993)] = 62686, - [SMALL_STATE(2994)] = 62760, - [SMALL_STATE(2995)] = 62834, - [SMALL_STATE(2996)] = 62908, - [SMALL_STATE(2997)] = 62982, - [SMALL_STATE(2998)] = 63056, - [SMALL_STATE(2999)] = 63124, - [SMALL_STATE(3000)] = 63196, - [SMALL_STATE(3001)] = 63270, - [SMALL_STATE(3002)] = 63344, - [SMALL_STATE(3003)] = 63418, - [SMALL_STATE(3004)] = 63454, - [SMALL_STATE(3005)] = 63522, - [SMALL_STATE(3006)] = 63596, - [SMALL_STATE(3007)] = 63664, - [SMALL_STATE(3008)] = 63738, - [SMALL_STATE(3009)] = 63812, - [SMALL_STATE(3010)] = 63848, - [SMALL_STATE(3011)] = 63922, - [SMALL_STATE(3012)] = 63958, - [SMALL_STATE(3013)] = 64032, - [SMALL_STATE(3014)] = 64106, - [SMALL_STATE(3015)] = 64142, - [SMALL_STATE(3016)] = 64178, - [SMALL_STATE(3017)] = 64252, - [SMALL_STATE(3018)] = 64288, - [SMALL_STATE(3019)] = 64340, - [SMALL_STATE(3020)] = 64414, - [SMALL_STATE(3021)] = 64488, - [SMALL_STATE(3022)] = 64562, - [SMALL_STATE(3023)] = 64630, - [SMALL_STATE(3024)] = 64704, - [SMALL_STATE(3025)] = 64772, - [SMALL_STATE(3026)] = 64838, - [SMALL_STATE(3027)] = 64892, - [SMALL_STATE(3028)] = 64946, - [SMALL_STATE(3029)] = 65012, - [SMALL_STATE(3030)] = 65048, - [SMALL_STATE(3031)] = 65100, - [SMALL_STATE(3032)] = 65174, - [SMALL_STATE(3033)] = 65242, - [SMALL_STATE(3034)] = 65310, - [SMALL_STATE(3035)] = 65384, - [SMALL_STATE(3036)] = 65420, - [SMALL_STATE(3037)] = 65494, - [SMALL_STATE(3038)] = 65562, - [SMALL_STATE(3039)] = 65630, - [SMALL_STATE(3040)] = 65666, - [SMALL_STATE(3041)] = 65734, - [SMALL_STATE(3042)] = 65808, - [SMALL_STATE(3043)] = 65872, - [SMALL_STATE(3044)] = 65934, - [SMALL_STATE(3045)] = 65994, - [SMALL_STATE(3046)] = 66046, - [SMALL_STATE(3047)] = 66100, - [SMALL_STATE(3048)] = 66156, - [SMALL_STATE(3049)] = 66210, - [SMALL_STATE(3050)] = 66284, - [SMALL_STATE(3051)] = 66358, - [SMALL_STATE(3052)] = 66426, - [SMALL_STATE(3053)] = 66494, - [SMALL_STATE(3054)] = 66568, - [SMALL_STATE(3055)] = 66636, - [SMALL_STATE(3056)] = 66682, - [SMALL_STATE(3057)] = 66756, - [SMALL_STATE(3058)] = 66824, - [SMALL_STATE(3059)] = 66898, - [SMALL_STATE(3060)] = 66972, - [SMALL_STATE(3061)] = 67046, - [SMALL_STATE(3062)] = 67120, - [SMALL_STATE(3063)] = 67168, - [SMALL_STATE(3064)] = 67242, - [SMALL_STATE(3065)] = 67288, - [SMALL_STATE(3066)] = 67362, - [SMALL_STATE(3067)] = 67436, - [SMALL_STATE(3068)] = 67510, - [SMALL_STATE(3069)] = 67584, - [SMALL_STATE(3070)] = 67658, - [SMALL_STATE(3071)] = 67732, - [SMALL_STATE(3072)] = 67806, - [SMALL_STATE(3073)] = 67880, - [SMALL_STATE(3074)] = 67954, - [SMALL_STATE(3075)] = 68028, - [SMALL_STATE(3076)] = 68064, - [SMALL_STATE(3077)] = 68138, - [SMALL_STATE(3078)] = 68208, - [SMALL_STATE(3079)] = 68278, - [SMALL_STATE(3080)] = 68346, - [SMALL_STATE(3081)] = 68420, - [SMALL_STATE(3082)] = 68494, - [SMALL_STATE(3083)] = 68562, - [SMALL_STATE(3084)] = 68636, - [SMALL_STATE(3085)] = 68704, - [SMALL_STATE(3086)] = 68778, - [SMALL_STATE(3087)] = 68846, - [SMALL_STATE(3088)] = 68920, - [SMALL_STATE(3089)] = 68972, - [SMALL_STATE(3090)] = 69040, - [SMALL_STATE(3091)] = 69108, - [SMALL_STATE(3092)] = 69182, - [SMALL_STATE(3093)] = 69236, - [SMALL_STATE(3094)] = 69301, - [SMALL_STATE(3095)] = 69366, - [SMALL_STATE(3096)] = 69423, - [SMALL_STATE(3097)] = 69488, - [SMALL_STATE(3098)] = 69545, - [SMALL_STATE(3099)] = 69598, - [SMALL_STATE(3100)] = 69651, - [SMALL_STATE(3101)] = 69704, - [SMALL_STATE(3102)] = 69757, - [SMALL_STATE(3103)] = 69814, - [SMALL_STATE(3104)] = 69863, - [SMALL_STATE(3105)] = 69914, - [SMALL_STATE(3106)] = 69979, - [SMALL_STATE(3107)] = 70036, - [SMALL_STATE(3108)] = 70101, - [SMALL_STATE(3109)] = 70152, - [SMALL_STATE(3110)] = 70217, - [SMALL_STATE(3111)] = 70268, - [SMALL_STATE(3112)] = 70333, - [SMALL_STATE(3113)] = 70398, - [SMALL_STATE(3114)] = 70463, - [SMALL_STATE(3115)] = 70528, - [SMALL_STATE(3116)] = 70593, - [SMALL_STATE(3117)] = 70646, - [SMALL_STATE(3118)] = 70711, - [SMALL_STATE(3119)] = 70764, - [SMALL_STATE(3120)] = 70829, - [SMALL_STATE(3121)] = 70882, - [SMALL_STATE(3122)] = 70947, - [SMALL_STATE(3123)] = 71012, - [SMALL_STATE(3124)] = 71077, - [SMALL_STATE(3125)] = 71112, - [SMALL_STATE(3126)] = 71177, - [SMALL_STATE(3127)] = 71230, - [SMALL_STATE(3128)] = 71295, - [SMALL_STATE(3129)] = 71348, - [SMALL_STATE(3130)] = 71413, - [SMALL_STATE(3131)] = 71466, - [SMALL_STATE(3132)] = 71531, - [SMALL_STATE(3133)] = 71583, - [SMALL_STATE(3134)] = 71635, - [SMALL_STATE(3135)] = 71687, - [SMALL_STATE(3136)] = 71725, - [SMALL_STATE(3137)] = 71787, - [SMALL_STATE(3138)] = 71849, - [SMALL_STATE(3139)] = 71911, - [SMALL_STATE(3140)] = 71963, - [SMALL_STATE(3141)] = 72015, - [SMALL_STATE(3142)] = 72077, - [SMALL_STATE(3143)] = 72139, - [SMALL_STATE(3144)] = 72201, - [SMALL_STATE(3145)] = 72263, - [SMALL_STATE(3146)] = 72325, - [SMALL_STATE(3147)] = 72387, - [SMALL_STATE(3148)] = 72449, - [SMALL_STATE(3149)] = 72511, - [SMALL_STATE(3150)] = 72563, - [SMALL_STATE(3151)] = 72625, - [SMALL_STATE(3152)] = 72687, - [SMALL_STATE(3153)] = 72739, - [SMALL_STATE(3154)] = 72791, - [SMALL_STATE(3155)] = 72843, - [SMALL_STATE(3156)] = 72895, - [SMALL_STATE(3157)] = 72947, - [SMALL_STATE(3158)] = 73009, - [SMALL_STATE(3159)] = 73071, - [SMALL_STATE(3160)] = 73119, - [SMALL_STATE(3161)] = 73181, - [SMALL_STATE(3162)] = 73218, - [SMALL_STATE(3163)] = 73257, - [SMALL_STATE(3164)] = 73298, - [SMALL_STATE(3165)] = 73337, - [SMALL_STATE(3166)] = 73388, - [SMALL_STATE(3167)] = 73433, - [SMALL_STATE(3168)] = 73484, - [SMALL_STATE(3169)] = 73535, - [SMALL_STATE(3170)] = 73574, - [SMALL_STATE(3171)] = 73625, - [SMALL_STATE(3172)] = 73677, - [SMALL_STATE(3173)] = 73717, - [SMALL_STATE(3174)] = 73757, - [SMALL_STATE(3175)] = 73809, - [SMALL_STATE(3176)] = 73847, - [SMALL_STATE(3177)] = 73899, - [SMALL_STATE(3178)] = 73949, - [SMALL_STATE(3179)] = 73999, - [SMALL_STATE(3180)] = 74031, - [SMALL_STATE(3181)] = 74083, - [SMALL_STATE(3182)] = 74119, - [SMALL_STATE(3183)] = 74157, - [SMALL_STATE(3184)] = 74189, - [SMALL_STATE(3185)] = 74241, - [SMALL_STATE(3186)] = 74273, - [SMALL_STATE(3187)] = 74305, - [SMALL_STATE(3188)] = 74357, - [SMALL_STATE(3189)] = 74388, - [SMALL_STATE(3190)] = 74419, - [SMALL_STATE(3191)] = 74470, - [SMALL_STATE(3192)] = 74521, - [SMALL_STATE(3193)] = 74572, - [SMALL_STATE(3194)] = 74609, - [SMALL_STATE(3195)] = 74640, - [SMALL_STATE(3196)] = 74671, - [SMALL_STATE(3197)] = 74702, - [SMALL_STATE(3198)] = 74753, - [SMALL_STATE(3199)] = 74784, - [SMALL_STATE(3200)] = 74815, - [SMALL_STATE(3201)] = 74866, - [SMALL_STATE(3202)] = 74917, - [SMALL_STATE(3203)] = 74968, - [SMALL_STATE(3204)] = 75019, - [SMALL_STATE(3205)] = 75050, - [SMALL_STATE(3206)] = 75085, - [SMALL_STATE(3207)] = 75122, - [SMALL_STATE(3208)] = 75153, - [SMALL_STATE(3209)] = 75184, - [SMALL_STATE(3210)] = 75215, - [SMALL_STATE(3211)] = 75246, - [SMALL_STATE(3212)] = 75279, - [SMALL_STATE(3213)] = 75330, - [SMALL_STATE(3214)] = 75381, - [SMALL_STATE(3215)] = 75412, - [SMALL_STATE(3216)] = 75443, - [SMALL_STATE(3217)] = 75474, - [SMALL_STATE(3218)] = 75505, - [SMALL_STATE(3219)] = 75536, - [SMALL_STATE(3220)] = 75567, - [SMALL_STATE(3221)] = 75618, - [SMALL_STATE(3222)] = 75669, - [SMALL_STATE(3223)] = 75700, - [SMALL_STATE(3224)] = 75751, - [SMALL_STATE(3225)] = 75782, - [SMALL_STATE(3226)] = 75813, - [SMALL_STATE(3227)] = 75864, - [SMALL_STATE(3228)] = 75910, - [SMALL_STATE(3229)] = 75940, - [SMALL_STATE(3230)] = 75972, - [SMALL_STATE(3231)] = 76008, - [SMALL_STATE(3232)] = 76054, - [SMALL_STATE(3233)] = 76086, - [SMALL_STATE(3234)] = 76132, - [SMALL_STATE(3235)] = 76166, - [SMALL_STATE(3236)] = 76224, - [SMALL_STATE(3237)] = 76260, - [SMALL_STATE(3238)] = 76306, - [SMALL_STATE(3239)] = 76342, - [SMALL_STATE(3240)] = 76388, - [SMALL_STATE(3241)] = 76434, - [SMALL_STATE(3242)] = 76480, - [SMALL_STATE(3243)] = 76510, - [SMALL_STATE(3244)] = 76546, - [SMALL_STATE(3245)] = 76582, - [SMALL_STATE(3246)] = 76640, - [SMALL_STATE(3247)] = 76686, - [SMALL_STATE(3248)] = 76732, - [SMALL_STATE(3249)] = 76778, - [SMALL_STATE(3250)] = 76814, - [SMALL_STATE(3251)] = 76872, - [SMALL_STATE(3252)] = 76918, - [SMALL_STATE(3253)] = 76964, - [SMALL_STATE(3254)] = 76998, - [SMALL_STATE(3255)] = 77033, - [SMALL_STATE(3256)] = 77068, - [SMALL_STATE(3257)] = 77103, - [SMALL_STATE(3258)] = 77158, - [SMALL_STATE(3259)] = 77193, - [SMALL_STATE(3260)] = 77228, - [SMALL_STATE(3261)] = 77263, - [SMALL_STATE(3262)] = 77298, - [SMALL_STATE(3263)] = 77333, - [SMALL_STATE(3264)] = 77366, - [SMALL_STATE(3265)] = 77401, - [SMALL_STATE(3266)] = 77436, - [SMALL_STATE(3267)] = 77471, - [SMALL_STATE(3268)] = 77514, - [SMALL_STATE(3269)] = 77569, - [SMALL_STATE(3270)] = 77612, - [SMALL_STATE(3271)] = 77640, - [SMALL_STATE(3272)] = 77680, - [SMALL_STATE(3273)] = 77720, - [SMALL_STATE(3274)] = 77756, - [SMALL_STATE(3275)] = 77796, - [SMALL_STATE(3276)] = 77836, - [SMALL_STATE(3277)] = 77870, - [SMALL_STATE(3278)] = 77910, - [SMALL_STATE(3279)] = 77950, - [SMALL_STATE(3280)] = 77984, - [SMALL_STATE(3281)] = 78012, - [SMALL_STATE(3282)] = 78052, - [SMALL_STATE(3283)] = 78080, - [SMALL_STATE(3284)] = 78110, - [SMALL_STATE(3285)] = 78150, - [SMALL_STATE(3286)] = 78178, - [SMALL_STATE(3287)] = 78218, - [SMALL_STATE(3288)] = 78258, - [SMALL_STATE(3289)] = 78286, - [SMALL_STATE(3290)] = 78314, - [SMALL_STATE(3291)] = 78348, - [SMALL_STATE(3292)] = 78392, - [SMALL_STATE(3293)] = 78420, - [SMALL_STATE(3294)] = 78460, - [SMALL_STATE(3295)] = 78500, - [SMALL_STATE(3296)] = 78534, - [SMALL_STATE(3297)] = 78576, - [SMALL_STATE(3298)] = 78610, - [SMALL_STATE(3299)] = 78650, - [SMALL_STATE(3300)] = 78678, - [SMALL_STATE(3301)] = 78718, - [SMALL_STATE(3302)] = 78758, - [SMALL_STATE(3303)] = 78786, - [SMALL_STATE(3304)] = 78832, - [SMALL_STATE(3305)] = 78872, - [SMALL_STATE(3306)] = 78900, - [SMALL_STATE(3307)] = 78940, - [SMALL_STATE(3308)] = 78980, - [SMALL_STATE(3309)] = 79020, - [SMALL_STATE(3310)] = 79048, - [SMALL_STATE(3311)] = 79076, - [SMALL_STATE(3312)] = 79104, - [SMALL_STATE(3313)] = 79154, - [SMALL_STATE(3314)] = 79194, - [SMALL_STATE(3315)] = 79222, - [SMALL_STATE(3316)] = 79268, - [SMALL_STATE(3317)] = 79308, - [SMALL_STATE(3318)] = 79348, - [SMALL_STATE(3319)] = 79388, - [SMALL_STATE(3320)] = 79428, - [SMALL_STATE(3321)] = 79456, - [SMALL_STATE(3322)] = 79496, - [SMALL_STATE(3323)] = 79536, - [SMALL_STATE(3324)] = 79570, - [SMALL_STATE(3325)] = 79598, - [SMALL_STATE(3326)] = 79638, - [SMALL_STATE(3327)] = 79686, - [SMALL_STATE(3328)] = 79726, - [SMALL_STATE(3329)] = 79760, - [SMALL_STATE(3330)] = 79800, - [SMALL_STATE(3331)] = 79840, - [SMALL_STATE(3332)] = 79868, - [SMALL_STATE(3333)] = 79900, - [SMALL_STATE(3334)] = 79940, - [SMALL_STATE(3335)] = 79968, - [SMALL_STATE(3336)] = 80008, - [SMALL_STATE(3337)] = 80048, - [SMALL_STATE(3338)] = 80076, - [SMALL_STATE(3339)] = 80116, - [SMALL_STATE(3340)] = 80156, - [SMALL_STATE(3341)] = 80201, - [SMALL_STATE(3342)] = 80228, - [SMALL_STATE(3343)] = 80273, - [SMALL_STATE(3344)] = 80318, - [SMALL_STATE(3345)] = 80363, - [SMALL_STATE(3346)] = 80412, - [SMALL_STATE(3347)] = 80457, - [SMALL_STATE(3348)] = 80502, - [SMALL_STATE(3349)] = 80547, - [SMALL_STATE(3350)] = 80592, - [SMALL_STATE(3351)] = 80619, - [SMALL_STATE(3352)] = 80660, - [SMALL_STATE(3353)] = 80691, - [SMALL_STATE(3354)] = 80718, - [SMALL_STATE(3355)] = 80745, - [SMALL_STATE(3356)] = 80774, - [SMALL_STATE(3357)] = 80801, - [SMALL_STATE(3358)] = 80828, - [SMALL_STATE(3359)] = 80873, - [SMALL_STATE(3360)] = 80900, - [SMALL_STATE(3361)] = 80927, - [SMALL_STATE(3362)] = 80972, - [SMALL_STATE(3363)] = 81015, - [SMALL_STATE(3364)] = 81056, - [SMALL_STATE(3365)] = 81097, - [SMALL_STATE(3366)] = 81146, - [SMALL_STATE(3367)] = 81185, - [SMALL_STATE(3368)] = 81222, - [SMALL_STATE(3369)] = 81249, - [SMALL_STATE(3370)] = 81284, - [SMALL_STATE(3371)] = 81317, - [SMALL_STATE(3372)] = 81358, - [SMALL_STATE(3373)] = 81385, - [SMALL_STATE(3374)] = 81415, - [SMALL_STATE(3375)] = 81449, - [SMALL_STATE(3376)] = 81483, - [SMALL_STATE(3377)] = 81513, - [SMALL_STATE(3378)] = 81547, - [SMALL_STATE(3379)] = 81581, - [SMALL_STATE(3380)] = 81615, - [SMALL_STATE(3381)] = 81666, - [SMALL_STATE(3382)] = 81717, - [SMALL_STATE(3383)] = 81768, - [SMALL_STATE(3384)] = 81819, - [SMALL_STATE(3385)] = 81870, - [SMALL_STATE(3386)] = 81921, - [SMALL_STATE(3387)] = 81972, - [SMALL_STATE(3388)] = 82023, - [SMALL_STATE(3389)] = 82074, - [SMALL_STATE(3390)] = 82125, - [SMALL_STATE(3391)] = 82178, - [SMALL_STATE(3392)] = 82229, - [SMALL_STATE(3393)] = 82280, - [SMALL_STATE(3394)] = 82333, - [SMALL_STATE(3395)] = 82384, - [SMALL_STATE(3396)] = 82411, - [SMALL_STATE(3397)] = 82438, - [SMALL_STATE(3398)] = 82489, - [SMALL_STATE(3399)] = 82540, - [SMALL_STATE(3400)] = 82591, - [SMALL_STATE(3401)] = 82642, - [SMALL_STATE(3402)] = 82695, - [SMALL_STATE(3403)] = 82724, - [SMALL_STATE(3404)] = 82764, - [SMALL_STATE(3405)] = 82790, - [SMALL_STATE(3406)] = 82830, - [SMALL_STATE(3407)] = 82870, - [SMALL_STATE(3408)] = 82922, - [SMALL_STATE(3409)] = 82962, - [SMALL_STATE(3410)] = 83014, - [SMALL_STATE(3411)] = 83066, - [SMALL_STATE(3412)] = 83094, - [SMALL_STATE(3413)] = 83122, - [SMALL_STATE(3414)] = 83159, - [SMALL_STATE(3415)] = 83196, - [SMALL_STATE(3416)] = 83241, - [SMALL_STATE(3417)] = 83286, - [SMALL_STATE(3418)] = 83331, - [SMALL_STATE(3419)] = 83376, - [SMALL_STATE(3420)] = 83413, - [SMALL_STATE(3421)] = 83458, - [SMALL_STATE(3422)] = 83503, - [SMALL_STATE(3423)] = 83540, - [SMALL_STATE(3424)] = 83577, - [SMALL_STATE(3425)] = 83622, - [SMALL_STATE(3426)] = 83667, - [SMALL_STATE(3427)] = 83712, - [SMALL_STATE(3428)] = 83739, - [SMALL_STATE(3429)] = 83784, - [SMALL_STATE(3430)] = 83829, - [SMALL_STATE(3431)] = 83874, - [SMALL_STATE(3432)] = 83919, - [SMALL_STATE(3433)] = 83964, - [SMALL_STATE(3434)] = 84009, - [SMALL_STATE(3435)] = 84046, - [SMALL_STATE(3436)] = 84069, - [SMALL_STATE(3437)] = 84116, - [SMALL_STATE(3438)] = 84153, - [SMALL_STATE(3439)] = 84190, - [SMALL_STATE(3440)] = 84235, - [SMALL_STATE(3441)] = 84280, - [SMALL_STATE(3442)] = 84325, - [SMALL_STATE(3443)] = 84370, - [SMALL_STATE(3444)] = 84415, - [SMALL_STATE(3445)] = 84460, - [SMALL_STATE(3446)] = 84505, - [SMALL_STATE(3447)] = 84550, - [SMALL_STATE(3448)] = 84573, - [SMALL_STATE(3449)] = 84618, - [SMALL_STATE(3450)] = 84663, - [SMALL_STATE(3451)] = 84708, - [SMALL_STATE(3452)] = 84753, - [SMALL_STATE(3453)] = 84790, - [SMALL_STATE(3454)] = 84835, - [SMALL_STATE(3455)] = 84877, - [SMALL_STATE(3456)] = 84919, - [SMALL_STATE(3457)] = 84961, - [SMALL_STATE(3458)] = 85001, - [SMALL_STATE(3459)] = 85043, - [SMALL_STATE(3460)] = 85083, - [SMALL_STATE(3461)] = 85125, - [SMALL_STATE(3462)] = 85167, - [SMALL_STATE(3463)] = 85207, - [SMALL_STATE(3464)] = 85249, - [SMALL_STATE(3465)] = 85291, - [SMALL_STATE(3466)] = 85333, - [SMALL_STATE(3467)] = 85375, - [SMALL_STATE(3468)] = 85417, - [SMALL_STATE(3469)] = 85459, - [SMALL_STATE(3470)] = 85501, - [SMALL_STATE(3471)] = 85541, - [SMALL_STATE(3472)] = 85574, - [SMALL_STATE(3473)] = 85607, - [SMALL_STATE(3474)] = 85650, - [SMALL_STATE(3475)] = 85683, - [SMALL_STATE(3476)] = 85716, - [SMALL_STATE(3477)] = 85755, - [SMALL_STATE(3478)] = 85798, - [SMALL_STATE(3479)] = 85837, - [SMALL_STATE(3480)] = 85880, - [SMALL_STATE(3481)] = 85919, - [SMALL_STATE(3482)] = 85952, - [SMALL_STATE(3483)] = 85993, - [SMALL_STATE(3484)] = 86026, - [SMALL_STATE(3485)] = 86059, - [SMALL_STATE(3486)] = 86102, - [SMALL_STATE(3487)] = 86145, - [SMALL_STATE(3488)] = 86170, - [SMALL_STATE(3489)] = 86213, - [SMALL_STATE(3490)] = 86246, - [SMALL_STATE(3491)] = 86285, - [SMALL_STATE(3492)] = 86318, - [SMALL_STATE(3493)] = 86351, - [SMALL_STATE(3494)] = 86394, - [SMALL_STATE(3495)] = 86427, - [SMALL_STATE(3496)] = 86470, - [SMALL_STATE(3497)] = 86513, - [SMALL_STATE(3498)] = 86552, - [SMALL_STATE(3499)] = 86585, - [SMALL_STATE(3500)] = 86621, - [SMALL_STATE(3501)] = 86657, - [SMALL_STATE(3502)] = 86693, - [SMALL_STATE(3503)] = 86729, - [SMALL_STATE(3504)] = 86765, - [SMALL_STATE(3505)] = 86801, - [SMALL_STATE(3506)] = 86837, - [SMALL_STATE(3507)] = 86873, - [SMALL_STATE(3508)] = 86909, - [SMALL_STATE(3509)] = 86945, - [SMALL_STATE(3510)] = 86981, - [SMALL_STATE(3511)] = 87019, - [SMALL_STATE(3512)] = 87057, - [SMALL_STATE(3513)] = 87093, - [SMALL_STATE(3514)] = 87129, - [SMALL_STATE(3515)] = 87165, - [SMALL_STATE(3516)] = 87201, - [SMALL_STATE(3517)] = 87235, - [SMALL_STATE(3518)] = 87271, - [SMALL_STATE(3519)] = 87307, - [SMALL_STATE(3520)] = 87345, - [SMALL_STATE(3521)] = 87381, - [SMALL_STATE(3522)] = 87413, - [SMALL_STATE(3523)] = 87451, - [SMALL_STATE(3524)] = 87480, - [SMALL_STATE(3525)] = 87509, - [SMALL_STATE(3526)] = 87542, - [SMALL_STATE(3527)] = 87575, - [SMALL_STATE(3528)] = 87604, - [SMALL_STATE(3529)] = 87633, - [SMALL_STATE(3530)] = 87660, - [SMALL_STATE(3531)] = 87689, - [SMALL_STATE(3532)] = 87720, - [SMALL_STATE(3533)] = 87747, - [SMALL_STATE(3534)] = 87780, - [SMALL_STATE(3535)] = 87807, - [SMALL_STATE(3536)] = 87840, - [SMALL_STATE(3537)] = 87873, - [SMALL_STATE(3538)] = 87902, - [SMALL_STATE(3539)] = 87925, - [SMALL_STATE(3540)] = 87952, - [SMALL_STATE(3541)] = 87979, - [SMALL_STATE(3542)] = 88002, - [SMALL_STATE(3543)] = 88027, - [SMALL_STATE(3544)] = 88060, - [SMALL_STATE(3545)] = 88085, - [SMALL_STATE(3546)] = 88114, - [SMALL_STATE(3547)] = 88143, - [SMALL_STATE(3548)] = 88170, - [SMALL_STATE(3549)] = 88201, - [SMALL_STATE(3550)] = 88230, - [SMALL_STATE(3551)] = 88255, - [SMALL_STATE(3552)] = 88280, - [SMALL_STATE(3553)] = 88307, - [SMALL_STATE(3554)] = 88340, - [SMALL_STATE(3555)] = 88373, - [SMALL_STATE(3556)] = 88402, - [SMALL_STATE(3557)] = 88431, - [SMALL_STATE(3558)] = 88464, - [SMALL_STATE(3559)] = 88493, - [SMALL_STATE(3560)] = 88518, - [SMALL_STATE(3561)] = 88547, - [SMALL_STATE(3562)] = 88574, - [SMALL_STATE(3563)] = 88601, - [SMALL_STATE(3564)] = 88634, - [SMALL_STATE(3565)] = 88667, - [SMALL_STATE(3566)] = 88696, - [SMALL_STATE(3567)] = 88729, - [SMALL_STATE(3568)] = 88758, - [SMALL_STATE(3569)] = 88791, - [SMALL_STATE(3570)] = 88820, - [SMALL_STATE(3571)] = 88847, - [SMALL_STATE(3572)] = 88880, - [SMALL_STATE(3573)] = 88909, - [SMALL_STATE(3574)] = 88936, - [SMALL_STATE(3575)] = 88963, - [SMALL_STATE(3576)] = 88988, - [SMALL_STATE(3577)] = 89017, - [SMALL_STATE(3578)] = 89049, - [SMALL_STATE(3579)] = 89081, - [SMALL_STATE(3580)] = 89107, - [SMALL_STATE(3581)] = 89133, - [SMALL_STATE(3582)] = 89163, - [SMALL_STATE(3583)] = 89187, - [SMALL_STATE(3584)] = 89205, - [SMALL_STATE(3585)] = 89237, - [SMALL_STATE(3586)] = 89263, - [SMALL_STATE(3587)] = 89289, - [SMALL_STATE(3588)] = 89321, - [SMALL_STATE(3589)] = 89339, - [SMALL_STATE(3590)] = 89357, - [SMALL_STATE(3591)] = 89383, - [SMALL_STATE(3592)] = 89413, - [SMALL_STATE(3593)] = 89435, - [SMALL_STATE(3594)] = 89465, - [SMALL_STATE(3595)] = 89489, - [SMALL_STATE(3596)] = 89519, - [SMALL_STATE(3597)] = 89541, - [SMALL_STATE(3598)] = 89565, - [SMALL_STATE(3599)] = 89589, - [SMALL_STATE(3600)] = 89621, - [SMALL_STATE(3601)] = 89653, - [SMALL_STATE(3602)] = 89685, - [SMALL_STATE(3603)] = 89709, - [SMALL_STATE(3604)] = 89733, - [SMALL_STATE(3605)] = 89765, - [SMALL_STATE(3606)] = 89783, - [SMALL_STATE(3607)] = 89809, - [SMALL_STATE(3608)] = 89841, - [SMALL_STATE(3609)] = 89873, - [SMALL_STATE(3610)] = 89905, - [SMALL_STATE(3611)] = 89937, - [SMALL_STATE(3612)] = 89963, - [SMALL_STATE(3613)] = 89989, - [SMALL_STATE(3614)] = 90021, - [SMALL_STATE(3615)] = 90039, - [SMALL_STATE(3616)] = 90057, - [SMALL_STATE(3617)] = 90081, - [SMALL_STATE(3618)] = 90111, - [SMALL_STATE(3619)] = 90143, - [SMALL_STATE(3620)] = 90173, - [SMALL_STATE(3621)] = 90205, - [SMALL_STATE(3622)] = 90231, - [SMALL_STATE(3623)] = 90249, - [SMALL_STATE(3624)] = 90269, - [SMALL_STATE(3625)] = 90295, - [SMALL_STATE(3626)] = 90327, - [SMALL_STATE(3627)] = 90351, - [SMALL_STATE(3628)] = 90381, - [SMALL_STATE(3629)] = 90405, - [SMALL_STATE(3630)] = 90427, - [SMALL_STATE(3631)] = 90445, - [SMALL_STATE(3632)] = 90469, - [SMALL_STATE(3633)] = 90491, - [SMALL_STATE(3634)] = 90523, - [SMALL_STATE(3635)] = 90553, - [SMALL_STATE(3636)] = 90577, - [SMALL_STATE(3637)] = 90609, - [SMALL_STATE(3638)] = 90638, - [SMALL_STATE(3639)] = 90663, - [SMALL_STATE(3640)] = 90690, - [SMALL_STATE(3641)] = 90719, - [SMALL_STATE(3642)] = 90740, - [SMALL_STATE(3643)] = 90755, - [SMALL_STATE(3644)] = 90784, - [SMALL_STATE(3645)] = 90805, - [SMALL_STATE(3646)] = 90834, - [SMALL_STATE(3647)] = 90863, - [SMALL_STATE(3648)] = 90878, - [SMALL_STATE(3649)] = 90907, - [SMALL_STATE(3650)] = 90930, - [SMALL_STATE(3651)] = 90959, - [SMALL_STATE(3652)] = 90988, - [SMALL_STATE(3653)] = 91017, - [SMALL_STATE(3654)] = 91038, - [SMALL_STATE(3655)] = 91053, - [SMALL_STATE(3656)] = 91068, - [SMALL_STATE(3657)] = 91093, - [SMALL_STATE(3658)] = 91118, - [SMALL_STATE(3659)] = 91133, - [SMALL_STATE(3660)] = 91162, - [SMALL_STATE(3661)] = 91177, - [SMALL_STATE(3662)] = 91192, - [SMALL_STATE(3663)] = 91221, - [SMALL_STATE(3664)] = 91236, - [SMALL_STATE(3665)] = 91261, - [SMALL_STATE(3666)] = 91286, - [SMALL_STATE(3667)] = 91315, - [SMALL_STATE(3668)] = 91336, - [SMALL_STATE(3669)] = 91361, - [SMALL_STATE(3670)] = 91390, - [SMALL_STATE(3671)] = 91415, - [SMALL_STATE(3672)] = 91440, - [SMALL_STATE(3673)] = 91469, - [SMALL_STATE(3674)] = 91486, - [SMALL_STATE(3675)] = 91515, - [SMALL_STATE(3676)] = 91542, - [SMALL_STATE(3677)] = 91565, - [SMALL_STATE(3678)] = 91588, - [SMALL_STATE(3679)] = 91603, - [SMALL_STATE(3680)] = 91620, - [SMALL_STATE(3681)] = 91637, - [SMALL_STATE(3682)] = 91652, - [SMALL_STATE(3683)] = 91667, - [SMALL_STATE(3684)] = 91684, - [SMALL_STATE(3685)] = 91701, - [SMALL_STATE(3686)] = 91718, - [SMALL_STATE(3687)] = 91745, - [SMALL_STATE(3688)] = 91774, - [SMALL_STATE(3689)] = 91797, - [SMALL_STATE(3690)] = 91822, - [SMALL_STATE(3691)] = 91837, - [SMALL_STATE(3692)] = 91854, - [SMALL_STATE(3693)] = 91869, - [SMALL_STATE(3694)] = 91884, - [SMALL_STATE(3695)] = 91911, - [SMALL_STATE(3696)] = 91940, - [SMALL_STATE(3697)] = 91960, - [SMALL_STATE(3698)] = 91980, - [SMALL_STATE(3699)] = 91996, - [SMALL_STATE(3700)] = 92016, - [SMALL_STATE(3701)] = 92044, - [SMALL_STATE(3702)] = 92060, - [SMALL_STATE(3703)] = 92080, - [SMALL_STATE(3704)] = 92108, - [SMALL_STATE(3705)] = 92124, - [SMALL_STATE(3706)] = 92144, - [SMALL_STATE(3707)] = 92170, - [SMALL_STATE(3708)] = 92186, - [SMALL_STATE(3709)] = 92202, - [SMALL_STATE(3710)] = 92228, - [SMALL_STATE(3711)] = 92254, - [SMALL_STATE(3712)] = 92270, - [SMALL_STATE(3713)] = 92296, - [SMALL_STATE(3714)] = 92322, - [SMALL_STATE(3715)] = 92348, - [SMALL_STATE(3716)] = 92374, - [SMALL_STATE(3717)] = 92394, - [SMALL_STATE(3718)] = 92420, - [SMALL_STATE(3719)] = 92446, - [SMALL_STATE(3720)] = 92466, - [SMALL_STATE(3721)] = 92490, - [SMALL_STATE(3722)] = 92516, - [SMALL_STATE(3723)] = 92532, - [SMALL_STATE(3724)] = 92552, - [SMALL_STATE(3725)] = 92578, - [SMALL_STATE(3726)] = 92594, - [SMALL_STATE(3727)] = 92620, - [SMALL_STATE(3728)] = 92640, - [SMALL_STATE(3729)] = 92666, - [SMALL_STATE(3730)] = 92682, - [SMALL_STATE(3731)] = 92708, - [SMALL_STATE(3732)] = 92736, - [SMALL_STATE(3733)] = 92762, - [SMALL_STATE(3734)] = 92780, - [SMALL_STATE(3735)] = 92804, - [SMALL_STATE(3736)] = 92830, - [SMALL_STATE(3737)] = 92854, - [SMALL_STATE(3738)] = 92879, - [SMALL_STATE(3739)] = 92898, - [SMALL_STATE(3740)] = 92921, - [SMALL_STATE(3741)] = 92944, - [SMALL_STATE(3742)] = 92967, - [SMALL_STATE(3743)] = 92986, - [SMALL_STATE(3744)] = 93009, - [SMALL_STATE(3745)] = 93032, - [SMALL_STATE(3746)] = 93055, - [SMALL_STATE(3747)] = 93080, - [SMALL_STATE(3748)] = 93105, - [SMALL_STATE(3749)] = 93128, - [SMALL_STATE(3750)] = 93147, - [SMALL_STATE(3751)] = 93172, - [SMALL_STATE(3752)] = 93197, - [SMALL_STATE(3753)] = 93220, - [SMALL_STATE(3754)] = 93245, - [SMALL_STATE(3755)] = 93268, - [SMALL_STATE(3756)] = 93293, - [SMALL_STATE(3757)] = 93316, - [SMALL_STATE(3758)] = 93337, - [SMALL_STATE(3759)] = 93360, - [SMALL_STATE(3760)] = 93383, - [SMALL_STATE(3761)] = 93406, - [SMALL_STATE(3762)] = 93429, - [SMALL_STATE(3763)] = 93454, - [SMALL_STATE(3764)] = 93479, - [SMALL_STATE(3765)] = 93504, - [SMALL_STATE(3766)] = 93523, - [SMALL_STATE(3767)] = 93548, - [SMALL_STATE(3768)] = 93567, - [SMALL_STATE(3769)] = 93590, - [SMALL_STATE(3770)] = 93615, - [SMALL_STATE(3771)] = 93640, - [SMALL_STATE(3772)] = 93663, - [SMALL_STATE(3773)] = 93688, - [SMALL_STATE(3774)] = 93703, - [SMALL_STATE(3775)] = 93726, - [SMALL_STATE(3776)] = 93745, - [SMALL_STATE(3777)] = 93768, - [SMALL_STATE(3778)] = 93793, - [SMALL_STATE(3779)] = 93816, - [SMALL_STATE(3780)] = 93839, - [SMALL_STATE(3781)] = 93862, - [SMALL_STATE(3782)] = 93885, - [SMALL_STATE(3783)] = 93908, - [SMALL_STATE(3784)] = 93931, - [SMALL_STATE(3785)] = 93954, - [SMALL_STATE(3786)] = 93979, - [SMALL_STATE(3787)] = 93997, - [SMALL_STATE(3788)] = 94015, - [SMALL_STATE(3789)] = 94029, - [SMALL_STATE(3790)] = 94043, - [SMALL_STATE(3791)] = 94061, - [SMALL_STATE(3792)] = 94081, - [SMALL_STATE(3793)] = 94099, - [SMALL_STATE(3794)] = 94113, - [SMALL_STATE(3795)] = 94127, - [SMALL_STATE(3796)] = 94145, - [SMALL_STATE(3797)] = 94159, - [SMALL_STATE(3798)] = 94177, - [SMALL_STATE(3799)] = 94191, - [SMALL_STATE(3800)] = 94209, - [SMALL_STATE(3801)] = 94227, - [SMALL_STATE(3802)] = 94245, - [SMALL_STATE(3803)] = 94259, - [SMALL_STATE(3804)] = 94273, - [SMALL_STATE(3805)] = 94287, - [SMALL_STATE(3806)] = 94305, - [SMALL_STATE(3807)] = 94323, - [SMALL_STATE(3808)] = 94337, - [SMALL_STATE(3809)] = 94355, - [SMALL_STATE(3810)] = 94375, - [SMALL_STATE(3811)] = 94391, - [SMALL_STATE(3812)] = 94409, - [SMALL_STATE(3813)] = 94423, - [SMALL_STATE(3814)] = 94437, - [SMALL_STATE(3815)] = 94451, - [SMALL_STATE(3816)] = 94465, - [SMALL_STATE(3817)] = 94479, - [SMALL_STATE(3818)] = 94497, - [SMALL_STATE(3819)] = 94517, - [SMALL_STATE(3820)] = 94531, - [SMALL_STATE(3821)] = 94549, - [SMALL_STATE(3822)] = 94563, - [SMALL_STATE(3823)] = 94577, - [SMALL_STATE(3824)] = 94595, - [SMALL_STATE(3825)] = 94613, - [SMALL_STATE(3826)] = 94631, - [SMALL_STATE(3827)] = 94645, - [SMALL_STATE(3828)] = 94663, - [SMALL_STATE(3829)] = 94681, - [SMALL_STATE(3830)] = 94699, - [SMALL_STATE(3831)] = 94717, - [SMALL_STATE(3832)] = 94735, - [SMALL_STATE(3833)] = 94753, - [SMALL_STATE(3834)] = 94771, - [SMALL_STATE(3835)] = 94785, - [SMALL_STATE(3836)] = 94803, - [SMALL_STATE(3837)] = 94817, - [SMALL_STATE(3838)] = 94831, - [SMALL_STATE(3839)] = 94849, - [SMALL_STATE(3840)] = 94867, - [SMALL_STATE(3841)] = 94885, - [SMALL_STATE(3842)] = 94903, - [SMALL_STATE(3843)] = 94921, - [SMALL_STATE(3844)] = 94938, - [SMALL_STATE(3845)] = 94955, - [SMALL_STATE(3846)] = 94972, - [SMALL_STATE(3847)] = 94991, - [SMALL_STATE(3848)] = 95008, - [SMALL_STATE(3849)] = 95025, - [SMALL_STATE(3850)] = 95042, - [SMALL_STATE(3851)] = 95059, - [SMALL_STATE(3852)] = 95072, - [SMALL_STATE(3853)] = 95089, - [SMALL_STATE(3854)] = 95106, - [SMALL_STATE(3855)] = 95123, - [SMALL_STATE(3856)] = 95142, - [SMALL_STATE(3857)] = 95161, - [SMALL_STATE(3858)] = 95178, - [SMALL_STATE(3859)] = 95197, - [SMALL_STATE(3860)] = 95214, - [SMALL_STATE(3861)] = 95233, - [SMALL_STATE(3862)] = 95250, - [SMALL_STATE(3863)] = 95267, - [SMALL_STATE(3864)] = 95284, - [SMALL_STATE(3865)] = 95301, - [SMALL_STATE(3866)] = 95320, - [SMALL_STATE(3867)] = 95335, - [SMALL_STATE(3868)] = 95352, - [SMALL_STATE(3869)] = 95369, - [SMALL_STATE(3870)] = 95388, - [SMALL_STATE(3871)] = 95405, - [SMALL_STATE(3872)] = 95422, - [SMALL_STATE(3873)] = 95437, - [SMALL_STATE(3874)] = 95453, - [SMALL_STATE(3875)] = 95469, - [SMALL_STATE(3876)] = 95485, - [SMALL_STATE(3877)] = 95501, - [SMALL_STATE(3878)] = 95517, - [SMALL_STATE(3879)] = 95533, - [SMALL_STATE(3880)] = 95547, - [SMALL_STATE(3881)] = 95563, - [SMALL_STATE(3882)] = 95579, - [SMALL_STATE(3883)] = 95595, - [SMALL_STATE(3884)] = 95611, - [SMALL_STATE(3885)] = 95627, - [SMALL_STATE(3886)] = 95643, - [SMALL_STATE(3887)] = 95659, - [SMALL_STATE(3888)] = 95675, - [SMALL_STATE(3889)] = 95691, - [SMALL_STATE(3890)] = 95707, - [SMALL_STATE(3891)] = 95723, - [SMALL_STATE(3892)] = 95739, - [SMALL_STATE(3893)] = 95755, - [SMALL_STATE(3894)] = 95771, - [SMALL_STATE(3895)] = 95787, - [SMALL_STATE(3896)] = 95803, - [SMALL_STATE(3897)] = 95819, - [SMALL_STATE(3898)] = 95835, - [SMALL_STATE(3899)] = 95851, - [SMALL_STATE(3900)] = 95867, - [SMALL_STATE(3901)] = 95883, - [SMALL_STATE(3902)] = 95895, - [SMALL_STATE(3903)] = 95909, - [SMALL_STATE(3904)] = 95925, - [SMALL_STATE(3905)] = 95937, - [SMALL_STATE(3906)] = 95953, - [SMALL_STATE(3907)] = 95969, - [SMALL_STATE(3908)] = 95985, - [SMALL_STATE(3909)] = 96001, - [SMALL_STATE(3910)] = 96017, - [SMALL_STATE(3911)] = 96033, - [SMALL_STATE(3912)] = 96047, - [SMALL_STATE(3913)] = 96063, - [SMALL_STATE(3914)] = 96079, - [SMALL_STATE(3915)] = 96095, - [SMALL_STATE(3916)] = 96111, - [SMALL_STATE(3917)] = 96127, - [SMALL_STATE(3918)] = 96143, - [SMALL_STATE(3919)] = 96159, - [SMALL_STATE(3920)] = 96175, - [SMALL_STATE(3921)] = 96191, - [SMALL_STATE(3922)] = 96207, - [SMALL_STATE(3923)] = 96223, - [SMALL_STATE(3924)] = 96239, - [SMALL_STATE(3925)] = 96255, - [SMALL_STATE(3926)] = 96271, - [SMALL_STATE(3927)] = 96287, - [SMALL_STATE(3928)] = 96303, - [SMALL_STATE(3929)] = 96319, - [SMALL_STATE(3930)] = 96335, - [SMALL_STATE(3931)] = 96351, - [SMALL_STATE(3932)] = 96367, - [SMALL_STATE(3933)] = 96383, - [SMALL_STATE(3934)] = 96399, - [SMALL_STATE(3935)] = 96415, - [SMALL_STATE(3936)] = 96431, - [SMALL_STATE(3937)] = 96447, - [SMALL_STATE(3938)] = 96463, - [SMALL_STATE(3939)] = 96479, - [SMALL_STATE(3940)] = 96495, - [SMALL_STATE(3941)] = 96511, - [SMALL_STATE(3942)] = 96527, - [SMALL_STATE(3943)] = 96543, - [SMALL_STATE(3944)] = 96559, - [SMALL_STATE(3945)] = 96571, - [SMALL_STATE(3946)] = 96587, - [SMALL_STATE(3947)] = 96603, - [SMALL_STATE(3948)] = 96619, - [SMALL_STATE(3949)] = 96635, - [SMALL_STATE(3950)] = 96651, - [SMALL_STATE(3951)] = 96667, - [SMALL_STATE(3952)] = 96683, - [SMALL_STATE(3953)] = 96699, - [SMALL_STATE(3954)] = 96715, - [SMALL_STATE(3955)] = 96731, - [SMALL_STATE(3956)] = 96747, - [SMALL_STATE(3957)] = 96761, - [SMALL_STATE(3958)] = 96777, - [SMALL_STATE(3959)] = 96793, - [SMALL_STATE(3960)] = 96809, - [SMALL_STATE(3961)] = 96825, - [SMALL_STATE(3962)] = 96841, - [SMALL_STATE(3963)] = 96857, - [SMALL_STATE(3964)] = 96873, - [SMALL_STATE(3965)] = 96887, - [SMALL_STATE(3966)] = 96903, - [SMALL_STATE(3967)] = 96919, - [SMALL_STATE(3968)] = 96933, - [SMALL_STATE(3969)] = 96949, - [SMALL_STATE(3970)] = 96965, - [SMALL_STATE(3971)] = 96981, - [SMALL_STATE(3972)] = 96997, - [SMALL_STATE(3973)] = 97013, - [SMALL_STATE(3974)] = 97027, - [SMALL_STATE(3975)] = 97043, - [SMALL_STATE(3976)] = 97059, - [SMALL_STATE(3977)] = 97075, - [SMALL_STATE(3978)] = 97091, - [SMALL_STATE(3979)] = 97107, - [SMALL_STATE(3980)] = 97121, - [SMALL_STATE(3981)] = 97137, - [SMALL_STATE(3982)] = 97153, - [SMALL_STATE(3983)] = 97169, - [SMALL_STATE(3984)] = 97185, - [SMALL_STATE(3985)] = 97201, - [SMALL_STATE(3986)] = 97217, - [SMALL_STATE(3987)] = 97233, - [SMALL_STATE(3988)] = 97249, - [SMALL_STATE(3989)] = 97265, - [SMALL_STATE(3990)] = 97281, - [SMALL_STATE(3991)] = 97297, - [SMALL_STATE(3992)] = 97313, - [SMALL_STATE(3993)] = 97329, - [SMALL_STATE(3994)] = 97345, - [SMALL_STATE(3995)] = 97361, - [SMALL_STATE(3996)] = 97377, - [SMALL_STATE(3997)] = 97393, - [SMALL_STATE(3998)] = 97409, - [SMALL_STATE(3999)] = 97425, - [SMALL_STATE(4000)] = 97441, - [SMALL_STATE(4001)] = 97457, - [SMALL_STATE(4002)] = 97473, - [SMALL_STATE(4003)] = 97489, - [SMALL_STATE(4004)] = 97505, - [SMALL_STATE(4005)] = 97521, - [SMALL_STATE(4006)] = 97537, - [SMALL_STATE(4007)] = 97553, - [SMALL_STATE(4008)] = 97569, - [SMALL_STATE(4009)] = 97585, - [SMALL_STATE(4010)] = 97601, - [SMALL_STATE(4011)] = 97617, - [SMALL_STATE(4012)] = 97633, - [SMALL_STATE(4013)] = 97649, - [SMALL_STATE(4014)] = 97665, - [SMALL_STATE(4015)] = 97681, - [SMALL_STATE(4016)] = 97697, - [SMALL_STATE(4017)] = 97713, - [SMALL_STATE(4018)] = 97727, - [SMALL_STATE(4019)] = 97743, - [SMALL_STATE(4020)] = 97759, - [SMALL_STATE(4021)] = 97775, - [SMALL_STATE(4022)] = 97791, - [SMALL_STATE(4023)] = 97807, - [SMALL_STATE(4024)] = 97823, - [SMALL_STATE(4025)] = 97839, - [SMALL_STATE(4026)] = 97855, - [SMALL_STATE(4027)] = 97871, - [SMALL_STATE(4028)] = 97887, - [SMALL_STATE(4029)] = 97903, - [SMALL_STATE(4030)] = 97919, - [SMALL_STATE(4031)] = 97935, - [SMALL_STATE(4032)] = 97951, - [SMALL_STATE(4033)] = 97964, - [SMALL_STATE(4034)] = 97977, - [SMALL_STATE(4035)] = 97990, - [SMALL_STATE(4036)] = 98003, - [SMALL_STATE(4037)] = 98016, - [SMALL_STATE(4038)] = 98029, - [SMALL_STATE(4039)] = 98042, - [SMALL_STATE(4040)] = 98055, - [SMALL_STATE(4041)] = 98068, - [SMALL_STATE(4042)] = 98081, - [SMALL_STATE(4043)] = 98094, - [SMALL_STATE(4044)] = 98107, - [SMALL_STATE(4045)] = 98120, - [SMALL_STATE(4046)] = 98133, - [SMALL_STATE(4047)] = 98144, - [SMALL_STATE(4048)] = 98157, - [SMALL_STATE(4049)] = 98170, - [SMALL_STATE(4050)] = 98183, - [SMALL_STATE(4051)] = 98196, - [SMALL_STATE(4052)] = 98209, - [SMALL_STATE(4053)] = 98222, - [SMALL_STATE(4054)] = 98235, - [SMALL_STATE(4055)] = 98248, - [SMALL_STATE(4056)] = 98261, - [SMALL_STATE(4057)] = 98274, - [SMALL_STATE(4058)] = 98287, - [SMALL_STATE(4059)] = 98300, - [SMALL_STATE(4060)] = 98313, - [SMALL_STATE(4061)] = 98326, - [SMALL_STATE(4062)] = 98339, - [SMALL_STATE(4063)] = 98352, - [SMALL_STATE(4064)] = 98365, - [SMALL_STATE(4065)] = 98378, - [SMALL_STATE(4066)] = 98391, - [SMALL_STATE(4067)] = 98402, - [SMALL_STATE(4068)] = 98415, - [SMALL_STATE(4069)] = 98428, - [SMALL_STATE(4070)] = 98441, - [SMALL_STATE(4071)] = 98454, - [SMALL_STATE(4072)] = 98465, - [SMALL_STATE(4073)] = 98478, - [SMALL_STATE(4074)] = 98491, - [SMALL_STATE(4075)] = 98504, - [SMALL_STATE(4076)] = 98517, - [SMALL_STATE(4077)] = 98530, - [SMALL_STATE(4078)] = 98543, - [SMALL_STATE(4079)] = 98556, - [SMALL_STATE(4080)] = 98569, - [SMALL_STATE(4081)] = 98582, - [SMALL_STATE(4082)] = 98595, - [SMALL_STATE(4083)] = 98608, - [SMALL_STATE(4084)] = 98621, - [SMALL_STATE(4085)] = 98634, - [SMALL_STATE(4086)] = 98647, - [SMALL_STATE(4087)] = 98660, - [SMALL_STATE(4088)] = 98673, - [SMALL_STATE(4089)] = 98686, - [SMALL_STATE(4090)] = 98699, - [SMALL_STATE(4091)] = 98712, - [SMALL_STATE(4092)] = 98725, - [SMALL_STATE(4093)] = 98738, - [SMALL_STATE(4094)] = 98751, - [SMALL_STATE(4095)] = 98764, - [SMALL_STATE(4096)] = 98775, - [SMALL_STATE(4097)] = 98784, - [SMALL_STATE(4098)] = 98793, - [SMALL_STATE(4099)] = 98806, - [SMALL_STATE(4100)] = 98819, - [SMALL_STATE(4101)] = 98832, - [SMALL_STATE(4102)] = 98845, - [SMALL_STATE(4103)] = 98854, - [SMALL_STATE(4104)] = 98867, - [SMALL_STATE(4105)] = 98876, - [SMALL_STATE(4106)] = 98889, - [SMALL_STATE(4107)] = 98898, - [SMALL_STATE(4108)] = 98911, - [SMALL_STATE(4109)] = 98924, - [SMALL_STATE(4110)] = 98937, - [SMALL_STATE(4111)] = 98950, - [SMALL_STATE(4112)] = 98963, - [SMALL_STATE(4113)] = 98976, - [SMALL_STATE(4114)] = 98989, - [SMALL_STATE(4115)] = 99002, - [SMALL_STATE(4116)] = 99015, - [SMALL_STATE(4117)] = 99028, - [SMALL_STATE(4118)] = 99041, - [SMALL_STATE(4119)] = 99054, - [SMALL_STATE(4120)] = 99067, - [SMALL_STATE(4121)] = 99080, - [SMALL_STATE(4122)] = 99093, - [SMALL_STATE(4123)] = 99106, - [SMALL_STATE(4124)] = 99117, - [SMALL_STATE(4125)] = 99130, - [SMALL_STATE(4126)] = 99143, - [SMALL_STATE(4127)] = 99156, - [SMALL_STATE(4128)] = 99169, - [SMALL_STATE(4129)] = 99182, - [SMALL_STATE(4130)] = 99195, - [SMALL_STATE(4131)] = 99208, - [SMALL_STATE(4132)] = 99221, - [SMALL_STATE(4133)] = 99234, - [SMALL_STATE(4134)] = 99247, - [SMALL_STATE(4135)] = 99260, - [SMALL_STATE(4136)] = 99271, - [SMALL_STATE(4137)] = 99284, - [SMALL_STATE(4138)] = 99297, - [SMALL_STATE(4139)] = 99310, - [SMALL_STATE(4140)] = 99323, - [SMALL_STATE(4141)] = 99336, - [SMALL_STATE(4142)] = 99349, - [SMALL_STATE(4143)] = 99362, - [SMALL_STATE(4144)] = 99375, - [SMALL_STATE(4145)] = 99388, - [SMALL_STATE(4146)] = 99401, - [SMALL_STATE(4147)] = 99414, - [SMALL_STATE(4148)] = 99427, - [SMALL_STATE(4149)] = 99440, - [SMALL_STATE(4150)] = 99453, - [SMALL_STATE(4151)] = 99466, - [SMALL_STATE(4152)] = 99479, - [SMALL_STATE(4153)] = 99492, - [SMALL_STATE(4154)] = 99505, - [SMALL_STATE(4155)] = 99518, - [SMALL_STATE(4156)] = 99531, - [SMALL_STATE(4157)] = 99544, - [SMALL_STATE(4158)] = 99557, - [SMALL_STATE(4159)] = 99570, - [SMALL_STATE(4160)] = 99583, - [SMALL_STATE(4161)] = 99596, - [SMALL_STATE(4162)] = 99609, - [SMALL_STATE(4163)] = 99622, - [SMALL_STATE(4164)] = 99635, - [SMALL_STATE(4165)] = 99648, - [SMALL_STATE(4166)] = 99659, - [SMALL_STATE(4167)] = 99672, - [SMALL_STATE(4168)] = 99685, - [SMALL_STATE(4169)] = 99698, - [SMALL_STATE(4170)] = 99711, - [SMALL_STATE(4171)] = 99724, - [SMALL_STATE(4172)] = 99737, - [SMALL_STATE(4173)] = 99750, - [SMALL_STATE(4174)] = 99763, - [SMALL_STATE(4175)] = 99776, - [SMALL_STATE(4176)] = 99789, - [SMALL_STATE(4177)] = 99802, - [SMALL_STATE(4178)] = 99815, - [SMALL_STATE(4179)] = 99828, - [SMALL_STATE(4180)] = 99841, - [SMALL_STATE(4181)] = 99854, - [SMALL_STATE(4182)] = 99867, - [SMALL_STATE(4183)] = 99880, - [SMALL_STATE(4184)] = 99893, - [SMALL_STATE(4185)] = 99906, - [SMALL_STATE(4186)] = 99919, - [SMALL_STATE(4187)] = 99930, - [SMALL_STATE(4188)] = 99943, - [SMALL_STATE(4189)] = 99956, - [SMALL_STATE(4190)] = 99969, - [SMALL_STATE(4191)] = 99982, - [SMALL_STATE(4192)] = 99995, - [SMALL_STATE(4193)] = 100008, - [SMALL_STATE(4194)] = 100021, - [SMALL_STATE(4195)] = 100032, - [SMALL_STATE(4196)] = 100045, - [SMALL_STATE(4197)] = 100056, - [SMALL_STATE(4198)] = 100069, - [SMALL_STATE(4199)] = 100082, - [SMALL_STATE(4200)] = 100095, - [SMALL_STATE(4201)] = 100108, - [SMALL_STATE(4202)] = 100121, - [SMALL_STATE(4203)] = 100134, - [SMALL_STATE(4204)] = 100143, - [SMALL_STATE(4205)] = 100156, - [SMALL_STATE(4206)] = 100169, - [SMALL_STATE(4207)] = 100182, - [SMALL_STATE(4208)] = 100191, - [SMALL_STATE(4209)] = 100204, - [SMALL_STATE(4210)] = 100217, - [SMALL_STATE(4211)] = 100230, - [SMALL_STATE(4212)] = 100243, - [SMALL_STATE(4213)] = 100254, - [SMALL_STATE(4214)] = 100267, - [SMALL_STATE(4215)] = 100280, - [SMALL_STATE(4216)] = 100293, - [SMALL_STATE(4217)] = 100306, - [SMALL_STATE(4218)] = 100319, - [SMALL_STATE(4219)] = 100332, - [SMALL_STATE(4220)] = 100345, - [SMALL_STATE(4221)] = 100358, - [SMALL_STATE(4222)] = 100371, - [SMALL_STATE(4223)] = 100384, - [SMALL_STATE(4224)] = 100393, - [SMALL_STATE(4225)] = 100406, - [SMALL_STATE(4226)] = 100419, - [SMALL_STATE(4227)] = 100432, - [SMALL_STATE(4228)] = 100445, - [SMALL_STATE(4229)] = 100454, - [SMALL_STATE(4230)] = 100467, - [SMALL_STATE(4231)] = 100480, - [SMALL_STATE(4232)] = 100493, - [SMALL_STATE(4233)] = 100506, - [SMALL_STATE(4234)] = 100519, - [SMALL_STATE(4235)] = 100532, - [SMALL_STATE(4236)] = 100545, - [SMALL_STATE(4237)] = 100558, - [SMALL_STATE(4238)] = 100571, - [SMALL_STATE(4239)] = 100582, - [SMALL_STATE(4240)] = 100595, - [SMALL_STATE(4241)] = 100608, - [SMALL_STATE(4242)] = 100621, - [SMALL_STATE(4243)] = 100632, - [SMALL_STATE(4244)] = 100645, - [SMALL_STATE(4245)] = 100656, - [SMALL_STATE(4246)] = 100669, - [SMALL_STATE(4247)] = 100682, - [SMALL_STATE(4248)] = 100691, - [SMALL_STATE(4249)] = 100704, - [SMALL_STATE(4250)] = 100717, - [SMALL_STATE(4251)] = 100730, - [SMALL_STATE(4252)] = 100739, - [SMALL_STATE(4253)] = 100752, - [SMALL_STATE(4254)] = 100763, - [SMALL_STATE(4255)] = 100776, - [SMALL_STATE(4256)] = 100789, - [SMALL_STATE(4257)] = 100800, - [SMALL_STATE(4258)] = 100813, - [SMALL_STATE(4259)] = 100824, - [SMALL_STATE(4260)] = 100837, - [SMALL_STATE(4261)] = 100850, - [SMALL_STATE(4262)] = 100863, - [SMALL_STATE(4263)] = 100876, - [SMALL_STATE(4264)] = 100889, - [SMALL_STATE(4265)] = 100902, - [SMALL_STATE(4266)] = 100911, - [SMALL_STATE(4267)] = 100924, - [SMALL_STATE(4268)] = 100937, - [SMALL_STATE(4269)] = 100950, - [SMALL_STATE(4270)] = 100963, - [SMALL_STATE(4271)] = 100976, - [SMALL_STATE(4272)] = 100989, - [SMALL_STATE(4273)] = 101002, - [SMALL_STATE(4274)] = 101015, - [SMALL_STATE(4275)] = 101028, - [SMALL_STATE(4276)] = 101041, - [SMALL_STATE(4277)] = 101054, - [SMALL_STATE(4278)] = 101067, - [SMALL_STATE(4279)] = 101080, - [SMALL_STATE(4280)] = 101090, - [SMALL_STATE(4281)] = 101100, - [SMALL_STATE(4282)] = 101110, - [SMALL_STATE(4283)] = 101120, - [SMALL_STATE(4284)] = 101130, - [SMALL_STATE(4285)] = 101138, - [SMALL_STATE(4286)] = 101146, - [SMALL_STATE(4287)] = 101154, - [SMALL_STATE(4288)] = 101162, - [SMALL_STATE(4289)] = 101172, - [SMALL_STATE(4290)] = 101180, - [SMALL_STATE(4291)] = 101190, - [SMALL_STATE(4292)] = 101200, - [SMALL_STATE(4293)] = 101210, - [SMALL_STATE(4294)] = 101218, - [SMALL_STATE(4295)] = 101226, - [SMALL_STATE(4296)] = 101236, - [SMALL_STATE(4297)] = 101246, - [SMALL_STATE(4298)] = 101254, - [SMALL_STATE(4299)] = 101262, - [SMALL_STATE(4300)] = 101270, - [SMALL_STATE(4301)] = 101280, - [SMALL_STATE(4302)] = 101288, - [SMALL_STATE(4303)] = 101298, - [SMALL_STATE(4304)] = 101306, - [SMALL_STATE(4305)] = 101316, - [SMALL_STATE(4306)] = 101326, - [SMALL_STATE(4307)] = 101336, - [SMALL_STATE(4308)] = 101344, - [SMALL_STATE(4309)] = 101354, - [SMALL_STATE(4310)] = 101364, - [SMALL_STATE(4311)] = 101372, - [SMALL_STATE(4312)] = 101380, - [SMALL_STATE(4313)] = 101388, - [SMALL_STATE(4314)] = 101398, - [SMALL_STATE(4315)] = 101406, - [SMALL_STATE(4316)] = 101416, - [SMALL_STATE(4317)] = 101424, - [SMALL_STATE(4318)] = 101432, - [SMALL_STATE(4319)] = 101440, - [SMALL_STATE(4320)] = 101448, - [SMALL_STATE(4321)] = 101458, - [SMALL_STATE(4322)] = 101466, - [SMALL_STATE(4323)] = 101476, - [SMALL_STATE(4324)] = 101484, - [SMALL_STATE(4325)] = 101492, - [SMALL_STATE(4326)] = 101500, - [SMALL_STATE(4327)] = 101508, - [SMALL_STATE(4328)] = 101518, - [SMALL_STATE(4329)] = 101528, - [SMALL_STATE(4330)] = 101536, - [SMALL_STATE(4331)] = 101544, - [SMALL_STATE(4332)] = 101552, - [SMALL_STATE(4333)] = 101560, - [SMALL_STATE(4334)] = 101568, - [SMALL_STATE(4335)] = 101578, - [SMALL_STATE(4336)] = 101586, - [SMALL_STATE(4337)] = 101594, - [SMALL_STATE(4338)] = 101602, - [SMALL_STATE(4339)] = 101612, - [SMALL_STATE(4340)] = 101620, - [SMALL_STATE(4341)] = 101630, - [SMALL_STATE(4342)] = 101640, - [SMALL_STATE(4343)] = 101648, - [SMALL_STATE(4344)] = 101658, - [SMALL_STATE(4345)] = 101668, - [SMALL_STATE(4346)] = 101678, - [SMALL_STATE(4347)] = 101688, - [SMALL_STATE(4348)] = 101698, - [SMALL_STATE(4349)] = 101706, - [SMALL_STATE(4350)] = 101716, - [SMALL_STATE(4351)] = 101724, - [SMALL_STATE(4352)] = 101734, - [SMALL_STATE(4353)] = 101742, - [SMALL_STATE(4354)] = 101752, - [SMALL_STATE(4355)] = 101760, - [SMALL_STATE(4356)] = 101770, - [SMALL_STATE(4357)] = 101780, - [SMALL_STATE(4358)] = 101790, - [SMALL_STATE(4359)] = 101800, - [SMALL_STATE(4360)] = 101810, - [SMALL_STATE(4361)] = 101818, - [SMALL_STATE(4362)] = 101828, - [SMALL_STATE(4363)] = 101838, - [SMALL_STATE(4364)] = 101848, - [SMALL_STATE(4365)] = 101858, - [SMALL_STATE(4366)] = 101868, - [SMALL_STATE(4367)] = 101876, - [SMALL_STATE(4368)] = 101886, - [SMALL_STATE(4369)] = 101896, - [SMALL_STATE(4370)] = 101904, - [SMALL_STATE(4371)] = 101912, - [SMALL_STATE(4372)] = 101922, - [SMALL_STATE(4373)] = 101930, - [SMALL_STATE(4374)] = 101940, - [SMALL_STATE(4375)] = 101948, - [SMALL_STATE(4376)] = 101956, - [SMALL_STATE(4377)] = 101966, - [SMALL_STATE(4378)] = 101976, - [SMALL_STATE(4379)] = 101984, - [SMALL_STATE(4380)] = 101992, - [SMALL_STATE(4381)] = 102000, - [SMALL_STATE(4382)] = 102010, - [SMALL_STATE(4383)] = 102018, - [SMALL_STATE(4384)] = 102026, - [SMALL_STATE(4385)] = 102034, - [SMALL_STATE(4386)] = 102042, - [SMALL_STATE(4387)] = 102052, - [SMALL_STATE(4388)] = 102060, - [SMALL_STATE(4389)] = 102068, - [SMALL_STATE(4390)] = 102078, - [SMALL_STATE(4391)] = 102086, - [SMALL_STATE(4392)] = 102094, - [SMALL_STATE(4393)] = 102102, - [SMALL_STATE(4394)] = 102110, - [SMALL_STATE(4395)] = 102120, - [SMALL_STATE(4396)] = 102128, - [SMALL_STATE(4397)] = 102136, - [SMALL_STATE(4398)] = 102146, - [SMALL_STATE(4399)] = 102154, - [SMALL_STATE(4400)] = 102162, - [SMALL_STATE(4401)] = 102172, - [SMALL_STATE(4402)] = 102182, - [SMALL_STATE(4403)] = 102190, - [SMALL_STATE(4404)] = 102200, - [SMALL_STATE(4405)] = 102210, - [SMALL_STATE(4406)] = 102220, - [SMALL_STATE(4407)] = 102230, - [SMALL_STATE(4408)] = 102240, - [SMALL_STATE(4409)] = 102250, - [SMALL_STATE(4410)] = 102258, - [SMALL_STATE(4411)] = 102268, - [SMALL_STATE(4412)] = 102278, - [SMALL_STATE(4413)] = 102288, - [SMALL_STATE(4414)] = 102298, - [SMALL_STATE(4415)] = 102308, - [SMALL_STATE(4416)] = 102318, - [SMALL_STATE(4417)] = 102326, - [SMALL_STATE(4418)] = 102334, - [SMALL_STATE(4419)] = 102342, - [SMALL_STATE(4420)] = 102352, - [SMALL_STATE(4421)] = 102362, - [SMALL_STATE(4422)] = 102372, - [SMALL_STATE(4423)] = 102382, - [SMALL_STATE(4424)] = 102392, - [SMALL_STATE(4425)] = 102400, - [SMALL_STATE(4426)] = 102408, - [SMALL_STATE(4427)] = 102418, - [SMALL_STATE(4428)] = 102426, - [SMALL_STATE(4429)] = 102436, - [SMALL_STATE(4430)] = 102446, - [SMALL_STATE(4431)] = 102456, - [SMALL_STATE(4432)] = 102466, - [SMALL_STATE(4433)] = 102476, - [SMALL_STATE(4434)] = 102486, - [SMALL_STATE(4435)] = 102496, - [SMALL_STATE(4436)] = 102504, - [SMALL_STATE(4437)] = 102512, - [SMALL_STATE(4438)] = 102520, - [SMALL_STATE(4439)] = 102530, - [SMALL_STATE(4440)] = 102538, - [SMALL_STATE(4441)] = 102548, - [SMALL_STATE(4442)] = 102558, - [SMALL_STATE(4443)] = 102568, - [SMALL_STATE(4444)] = 102578, - [SMALL_STATE(4445)] = 102586, - [SMALL_STATE(4446)] = 102596, - [SMALL_STATE(4447)] = 102604, - [SMALL_STATE(4448)] = 102614, - [SMALL_STATE(4449)] = 102624, - [SMALL_STATE(4450)] = 102634, - [SMALL_STATE(4451)] = 102644, - [SMALL_STATE(4452)] = 102654, - [SMALL_STATE(4453)] = 102664, - [SMALL_STATE(4454)] = 102674, - [SMALL_STATE(4455)] = 102684, - [SMALL_STATE(4456)] = 102694, - [SMALL_STATE(4457)] = 102704, - [SMALL_STATE(4458)] = 102714, - [SMALL_STATE(4459)] = 102724, - [SMALL_STATE(4460)] = 102734, - [SMALL_STATE(4461)] = 102744, - [SMALL_STATE(4462)] = 102752, - [SMALL_STATE(4463)] = 102762, - [SMALL_STATE(4464)] = 102772, - [SMALL_STATE(4465)] = 102780, - [SMALL_STATE(4466)] = 102788, - [SMALL_STATE(4467)] = 102798, - [SMALL_STATE(4468)] = 102808, - [SMALL_STATE(4469)] = 102818, - [SMALL_STATE(4470)] = 102828, - [SMALL_STATE(4471)] = 102838, - [SMALL_STATE(4472)] = 102848, - [SMALL_STATE(4473)] = 102858, - [SMALL_STATE(4474)] = 102868, - [SMALL_STATE(4475)] = 102878, - [SMALL_STATE(4476)] = 102888, - [SMALL_STATE(4477)] = 102896, - [SMALL_STATE(4478)] = 102906, - [SMALL_STATE(4479)] = 102916, - [SMALL_STATE(4480)] = 102926, - [SMALL_STATE(4481)] = 102936, - [SMALL_STATE(4482)] = 102946, - [SMALL_STATE(4483)] = 102956, - [SMALL_STATE(4484)] = 102964, - [SMALL_STATE(4485)] = 102972, - [SMALL_STATE(4486)] = 102982, - [SMALL_STATE(4487)] = 102992, - [SMALL_STATE(4488)] = 103002, - [SMALL_STATE(4489)] = 103012, - [SMALL_STATE(4490)] = 103022, - [SMALL_STATE(4491)] = 103032, - [SMALL_STATE(4492)] = 103040, - [SMALL_STATE(4493)] = 103050, - [SMALL_STATE(4494)] = 103060, - [SMALL_STATE(4495)] = 103070, - [SMALL_STATE(4496)] = 103080, - [SMALL_STATE(4497)] = 103088, - [SMALL_STATE(4498)] = 103098, - [SMALL_STATE(4499)] = 103106, - [SMALL_STATE(4500)] = 103116, - [SMALL_STATE(4501)] = 103124, - [SMALL_STATE(4502)] = 103132, - [SMALL_STATE(4503)] = 103140, - [SMALL_STATE(4504)] = 103150, - [SMALL_STATE(4505)] = 103160, - [SMALL_STATE(4506)] = 103170, - [SMALL_STATE(4507)] = 103180, - [SMALL_STATE(4508)] = 103190, - [SMALL_STATE(4509)] = 103200, - [SMALL_STATE(4510)] = 103210, - [SMALL_STATE(4511)] = 103220, - [SMALL_STATE(4512)] = 103230, - [SMALL_STATE(4513)] = 103240, - [SMALL_STATE(4514)] = 103250, - [SMALL_STATE(4515)] = 103260, - [SMALL_STATE(4516)] = 103268, - [SMALL_STATE(4517)] = 103278, - [SMALL_STATE(4518)] = 103288, - [SMALL_STATE(4519)] = 103296, - [SMALL_STATE(4520)] = 103306, - [SMALL_STATE(4521)] = 103316, - [SMALL_STATE(4522)] = 103326, - [SMALL_STATE(4523)] = 103334, - [SMALL_STATE(4524)] = 103344, - [SMALL_STATE(4525)] = 103354, - [SMALL_STATE(4526)] = 103364, - [SMALL_STATE(4527)] = 103374, - [SMALL_STATE(4528)] = 103384, - [SMALL_STATE(4529)] = 103394, - [SMALL_STATE(4530)] = 103404, - [SMALL_STATE(4531)] = 103414, - [SMALL_STATE(4532)] = 103424, - [SMALL_STATE(4533)] = 103434, - [SMALL_STATE(4534)] = 103444, - [SMALL_STATE(4535)] = 103454, - [SMALL_STATE(4536)] = 103464, - [SMALL_STATE(4537)] = 103474, - [SMALL_STATE(4538)] = 103484, - [SMALL_STATE(4539)] = 103494, - [SMALL_STATE(4540)] = 103504, - [SMALL_STATE(4541)] = 103514, - [SMALL_STATE(4542)] = 103524, - [SMALL_STATE(4543)] = 103534, - [SMALL_STATE(4544)] = 103544, - [SMALL_STATE(4545)] = 103554, - [SMALL_STATE(4546)] = 103564, - [SMALL_STATE(4547)] = 103574, - [SMALL_STATE(4548)] = 103584, - [SMALL_STATE(4549)] = 103594, - [SMALL_STATE(4550)] = 103604, - [SMALL_STATE(4551)] = 103614, - [SMALL_STATE(4552)] = 103624, - [SMALL_STATE(4553)] = 103634, - [SMALL_STATE(4554)] = 103644, - [SMALL_STATE(4555)] = 103654, - [SMALL_STATE(4556)] = 103664, - [SMALL_STATE(4557)] = 103674, - [SMALL_STATE(4558)] = 103684, - [SMALL_STATE(4559)] = 103692, - [SMALL_STATE(4560)] = 103700, - [SMALL_STATE(4561)] = 103710, - [SMALL_STATE(4562)] = 103720, - [SMALL_STATE(4563)] = 103730, - [SMALL_STATE(4564)] = 103740, - [SMALL_STATE(4565)] = 103748, - [SMALL_STATE(4566)] = 103758, - [SMALL_STATE(4567)] = 103766, - [SMALL_STATE(4568)] = 103776, - [SMALL_STATE(4569)] = 103786, - [SMALL_STATE(4570)] = 103796, - [SMALL_STATE(4571)] = 103806, - [SMALL_STATE(4572)] = 103816, - [SMALL_STATE(4573)] = 103826, - [SMALL_STATE(4574)] = 103836, - [SMALL_STATE(4575)] = 103846, - [SMALL_STATE(4576)] = 103856, - [SMALL_STATE(4577)] = 103864, - [SMALL_STATE(4578)] = 103874, - [SMALL_STATE(4579)] = 103882, - [SMALL_STATE(4580)] = 103892, - [SMALL_STATE(4581)] = 103900, - [SMALL_STATE(4582)] = 103910, - [SMALL_STATE(4583)] = 103920, - [SMALL_STATE(4584)] = 103930, - [SMALL_STATE(4585)] = 103940, - [SMALL_STATE(4586)] = 103950, - [SMALL_STATE(4587)] = 103960, - [SMALL_STATE(4588)] = 103970, - [SMALL_STATE(4589)] = 103980, - [SMALL_STATE(4590)] = 103990, - [SMALL_STATE(4591)] = 104000, - [SMALL_STATE(4592)] = 104010, - [SMALL_STATE(4593)] = 104020, - [SMALL_STATE(4594)] = 104030, - [SMALL_STATE(4595)] = 104040, - [SMALL_STATE(4596)] = 104050, - [SMALL_STATE(4597)] = 104060, - [SMALL_STATE(4598)] = 104070, - [SMALL_STATE(4599)] = 104078, - [SMALL_STATE(4600)] = 104088, - [SMALL_STATE(4601)] = 104098, - [SMALL_STATE(4602)] = 104108, - [SMALL_STATE(4603)] = 104116, - [SMALL_STATE(4604)] = 104126, - [SMALL_STATE(4605)] = 104136, - [SMALL_STATE(4606)] = 104144, - [SMALL_STATE(4607)] = 104154, - [SMALL_STATE(4608)] = 104164, - [SMALL_STATE(4609)] = 104174, - [SMALL_STATE(4610)] = 104184, - [SMALL_STATE(4611)] = 104194, - [SMALL_STATE(4612)] = 104202, - [SMALL_STATE(4613)] = 104212, - [SMALL_STATE(4614)] = 104222, - [SMALL_STATE(4615)] = 104230, - [SMALL_STATE(4616)] = 104240, - [SMALL_STATE(4617)] = 104250, - [SMALL_STATE(4618)] = 104260, - [SMALL_STATE(4619)] = 104270, - [SMALL_STATE(4620)] = 104280, - [SMALL_STATE(4621)] = 104290, - [SMALL_STATE(4622)] = 104300, - [SMALL_STATE(4623)] = 104310, - [SMALL_STATE(4624)] = 104320, - [SMALL_STATE(4625)] = 104330, - [SMALL_STATE(4626)] = 104340, - [SMALL_STATE(4627)] = 104350, - [SMALL_STATE(4628)] = 104360, - [SMALL_STATE(4629)] = 104370, - [SMALL_STATE(4630)] = 104380, - [SMALL_STATE(4631)] = 104390, - [SMALL_STATE(4632)] = 104400, - [SMALL_STATE(4633)] = 104410, - [SMALL_STATE(4634)] = 104420, - [SMALL_STATE(4635)] = 104430, - [SMALL_STATE(4636)] = 104440, - [SMALL_STATE(4637)] = 104450, - [SMALL_STATE(4638)] = 104458, - [SMALL_STATE(4639)] = 104468, - [SMALL_STATE(4640)] = 104478, - [SMALL_STATE(4641)] = 104488, - [SMALL_STATE(4642)] = 104498, - [SMALL_STATE(4643)] = 104508, - [SMALL_STATE(4644)] = 104518, - [SMALL_STATE(4645)] = 104528, - [SMALL_STATE(4646)] = 104538, - [SMALL_STATE(4647)] = 104548, - [SMALL_STATE(4648)] = 104556, - [SMALL_STATE(4649)] = 104566, - [SMALL_STATE(4650)] = 104576, - [SMALL_STATE(4651)] = 104586, - [SMALL_STATE(4652)] = 104596, - [SMALL_STATE(4653)] = 104606, - [SMALL_STATE(4654)] = 104616, - [SMALL_STATE(4655)] = 104626, - [SMALL_STATE(4656)] = 104636, - [SMALL_STATE(4657)] = 104643, - [SMALL_STATE(4658)] = 104650, - [SMALL_STATE(4659)] = 104657, - [SMALL_STATE(4660)] = 104664, - [SMALL_STATE(4661)] = 104671, - [SMALL_STATE(4662)] = 104678, - [SMALL_STATE(4663)] = 104685, - [SMALL_STATE(4664)] = 104692, - [SMALL_STATE(4665)] = 104699, - [SMALL_STATE(4666)] = 104706, - [SMALL_STATE(4667)] = 104713, - [SMALL_STATE(4668)] = 104720, - [SMALL_STATE(4669)] = 104727, - [SMALL_STATE(4670)] = 104734, - [SMALL_STATE(4671)] = 104741, - [SMALL_STATE(4672)] = 104748, - [SMALL_STATE(4673)] = 104755, - [SMALL_STATE(4674)] = 104762, - [SMALL_STATE(4675)] = 104769, - [SMALL_STATE(4676)] = 104776, - [SMALL_STATE(4677)] = 104783, - [SMALL_STATE(4678)] = 104790, - [SMALL_STATE(4679)] = 104797, - [SMALL_STATE(4680)] = 104804, - [SMALL_STATE(4681)] = 104811, - [SMALL_STATE(4682)] = 104818, - [SMALL_STATE(4683)] = 104825, - [SMALL_STATE(4684)] = 104832, - [SMALL_STATE(4685)] = 104839, - [SMALL_STATE(4686)] = 104846, - [SMALL_STATE(4687)] = 104853, - [SMALL_STATE(4688)] = 104860, - [SMALL_STATE(4689)] = 104867, - [SMALL_STATE(4690)] = 104874, - [SMALL_STATE(4691)] = 104881, - [SMALL_STATE(4692)] = 104888, - [SMALL_STATE(4693)] = 104895, - [SMALL_STATE(4694)] = 104902, - [SMALL_STATE(4695)] = 104909, - [SMALL_STATE(4696)] = 104916, - [SMALL_STATE(4697)] = 104923, - [SMALL_STATE(4698)] = 104930, - [SMALL_STATE(4699)] = 104937, - [SMALL_STATE(4700)] = 104944, - [SMALL_STATE(4701)] = 104951, - [SMALL_STATE(4702)] = 104958, - [SMALL_STATE(4703)] = 104965, - [SMALL_STATE(4704)] = 104972, - [SMALL_STATE(4705)] = 104979, - [SMALL_STATE(4706)] = 104986, - [SMALL_STATE(4707)] = 104993, - [SMALL_STATE(4708)] = 105000, - [SMALL_STATE(4709)] = 105007, - [SMALL_STATE(4710)] = 105014, - [SMALL_STATE(4711)] = 105021, - [SMALL_STATE(4712)] = 105028, - [SMALL_STATE(4713)] = 105035, - [SMALL_STATE(4714)] = 105042, - [SMALL_STATE(4715)] = 105049, - [SMALL_STATE(4716)] = 105056, - [SMALL_STATE(4717)] = 105063, - [SMALL_STATE(4718)] = 105070, - [SMALL_STATE(4719)] = 105077, - [SMALL_STATE(4720)] = 105084, - [SMALL_STATE(4721)] = 105091, - [SMALL_STATE(4722)] = 105098, - [SMALL_STATE(4723)] = 105105, - [SMALL_STATE(4724)] = 105112, - [SMALL_STATE(4725)] = 105119, - [SMALL_STATE(4726)] = 105126, - [SMALL_STATE(4727)] = 105133, - [SMALL_STATE(4728)] = 105140, - [SMALL_STATE(4729)] = 105147, - [SMALL_STATE(4730)] = 105154, - [SMALL_STATE(4731)] = 105161, - [SMALL_STATE(4732)] = 105168, - [SMALL_STATE(4733)] = 105175, - [SMALL_STATE(4734)] = 105182, - [SMALL_STATE(4735)] = 105189, - [SMALL_STATE(4736)] = 105196, - [SMALL_STATE(4737)] = 105203, - [SMALL_STATE(4738)] = 105210, - [SMALL_STATE(4739)] = 105217, - [SMALL_STATE(4740)] = 105224, - [SMALL_STATE(4741)] = 105231, - [SMALL_STATE(4742)] = 105238, - [SMALL_STATE(4743)] = 105245, - [SMALL_STATE(4744)] = 105252, - [SMALL_STATE(4745)] = 105259, - [SMALL_STATE(4746)] = 105266, - [SMALL_STATE(4747)] = 105273, - [SMALL_STATE(4748)] = 105280, - [SMALL_STATE(4749)] = 105287, - [SMALL_STATE(4750)] = 105294, - [SMALL_STATE(4751)] = 105301, - [SMALL_STATE(4752)] = 105308, - [SMALL_STATE(4753)] = 105315, - [SMALL_STATE(4754)] = 105322, - [SMALL_STATE(4755)] = 105329, - [SMALL_STATE(4756)] = 105336, - [SMALL_STATE(4757)] = 105343, - [SMALL_STATE(4758)] = 105350, - [SMALL_STATE(4759)] = 105357, - [SMALL_STATE(4760)] = 105364, - [SMALL_STATE(4761)] = 105371, - [SMALL_STATE(4762)] = 105378, - [SMALL_STATE(4763)] = 105385, - [SMALL_STATE(4764)] = 105392, - [SMALL_STATE(4765)] = 105399, - [SMALL_STATE(4766)] = 105406, - [SMALL_STATE(4767)] = 105413, - [SMALL_STATE(4768)] = 105420, - [SMALL_STATE(4769)] = 105427, - [SMALL_STATE(4770)] = 105434, - [SMALL_STATE(4771)] = 105441, - [SMALL_STATE(4772)] = 105448, - [SMALL_STATE(4773)] = 105455, - [SMALL_STATE(4774)] = 105462, - [SMALL_STATE(4775)] = 105469, - [SMALL_STATE(4776)] = 105476, - [SMALL_STATE(4777)] = 105483, - [SMALL_STATE(4778)] = 105490, - [SMALL_STATE(4779)] = 105497, - [SMALL_STATE(4780)] = 105504, - [SMALL_STATE(4781)] = 105511, - [SMALL_STATE(4782)] = 105518, - [SMALL_STATE(4783)] = 105525, - [SMALL_STATE(4784)] = 105532, - [SMALL_STATE(4785)] = 105539, - [SMALL_STATE(4786)] = 105546, - [SMALL_STATE(4787)] = 105553, - [SMALL_STATE(4788)] = 105560, - [SMALL_STATE(4789)] = 105567, - [SMALL_STATE(4790)] = 105574, - [SMALL_STATE(4791)] = 105581, - [SMALL_STATE(4792)] = 105588, - [SMALL_STATE(4793)] = 105595, - [SMALL_STATE(4794)] = 105602, - [SMALL_STATE(4795)] = 105609, - [SMALL_STATE(4796)] = 105616, - [SMALL_STATE(4797)] = 105623, - [SMALL_STATE(4798)] = 105630, - [SMALL_STATE(4799)] = 105637, - [SMALL_STATE(4800)] = 105644, - [SMALL_STATE(4801)] = 105651, - [SMALL_STATE(4802)] = 105658, - [SMALL_STATE(4803)] = 105665, - [SMALL_STATE(4804)] = 105672, - [SMALL_STATE(4805)] = 105679, - [SMALL_STATE(4806)] = 105686, - [SMALL_STATE(4807)] = 105693, - [SMALL_STATE(4808)] = 105700, - [SMALL_STATE(4809)] = 105707, - [SMALL_STATE(4810)] = 105714, - [SMALL_STATE(4811)] = 105721, - [SMALL_STATE(4812)] = 105728, - [SMALL_STATE(4813)] = 105735, - [SMALL_STATE(4814)] = 105742, - [SMALL_STATE(4815)] = 105749, - [SMALL_STATE(4816)] = 105756, - [SMALL_STATE(4817)] = 105763, - [SMALL_STATE(4818)] = 105770, - [SMALL_STATE(4819)] = 105777, - [SMALL_STATE(4820)] = 105784, - [SMALL_STATE(4821)] = 105791, - [SMALL_STATE(4822)] = 105798, - [SMALL_STATE(4823)] = 105805, - [SMALL_STATE(4824)] = 105812, - [SMALL_STATE(4825)] = 105819, - [SMALL_STATE(4826)] = 105826, - [SMALL_STATE(4827)] = 105833, - [SMALL_STATE(4828)] = 105840, - [SMALL_STATE(4829)] = 105847, - [SMALL_STATE(4830)] = 105854, - [SMALL_STATE(4831)] = 105861, - [SMALL_STATE(4832)] = 105868, - [SMALL_STATE(4833)] = 105875, - [SMALL_STATE(4834)] = 105882, - [SMALL_STATE(4835)] = 105889, - [SMALL_STATE(4836)] = 105896, - [SMALL_STATE(4837)] = 105903, - [SMALL_STATE(4838)] = 105910, - [SMALL_STATE(4839)] = 105917, - [SMALL_STATE(4840)] = 105924, - [SMALL_STATE(4841)] = 105931, - [SMALL_STATE(4842)] = 105938, - [SMALL_STATE(4843)] = 105945, - [SMALL_STATE(4844)] = 105952, - [SMALL_STATE(4845)] = 105959, - [SMALL_STATE(4846)] = 105966, - [SMALL_STATE(4847)] = 105973, - [SMALL_STATE(4848)] = 105980, - [SMALL_STATE(4849)] = 105987, - [SMALL_STATE(4850)] = 105994, - [SMALL_STATE(4851)] = 106001, - [SMALL_STATE(4852)] = 106008, - [SMALL_STATE(4853)] = 106015, - [SMALL_STATE(4854)] = 106022, - [SMALL_STATE(4855)] = 106029, - [SMALL_STATE(4856)] = 106036, - [SMALL_STATE(4857)] = 106043, - [SMALL_STATE(4858)] = 106050, - [SMALL_STATE(4859)] = 106057, - [SMALL_STATE(4860)] = 106064, - [SMALL_STATE(4861)] = 106071, - [SMALL_STATE(4862)] = 106078, - [SMALL_STATE(4863)] = 106085, - [SMALL_STATE(4864)] = 106092, - [SMALL_STATE(4865)] = 106099, - [SMALL_STATE(4866)] = 106106, - [SMALL_STATE(4867)] = 106113, - [SMALL_STATE(4868)] = 106120, - [SMALL_STATE(4869)] = 106127, - [SMALL_STATE(4870)] = 106134, - [SMALL_STATE(4871)] = 106141, - [SMALL_STATE(4872)] = 106148, - [SMALL_STATE(4873)] = 106155, - [SMALL_STATE(4874)] = 106162, - [SMALL_STATE(4875)] = 106169, - [SMALL_STATE(4876)] = 106176, - [SMALL_STATE(4877)] = 106183, - [SMALL_STATE(4878)] = 106190, - [SMALL_STATE(4879)] = 106197, - [SMALL_STATE(4880)] = 106204, - [SMALL_STATE(4881)] = 106211, - [SMALL_STATE(4882)] = 106218, - [SMALL_STATE(4883)] = 106225, - [SMALL_STATE(4884)] = 106232, - [SMALL_STATE(4885)] = 106239, - [SMALL_STATE(4886)] = 106246, - [SMALL_STATE(4887)] = 106253, - [SMALL_STATE(4888)] = 106260, - [SMALL_STATE(4889)] = 106267, - [SMALL_STATE(4890)] = 106274, - [SMALL_STATE(4891)] = 106281, - [SMALL_STATE(4892)] = 106288, - [SMALL_STATE(4893)] = 106295, - [SMALL_STATE(4894)] = 106302, - [SMALL_STATE(4895)] = 106309, - [SMALL_STATE(4896)] = 106316, - [SMALL_STATE(4897)] = 106323, - [SMALL_STATE(4898)] = 106330, - [SMALL_STATE(4899)] = 106337, - [SMALL_STATE(4900)] = 106344, - [SMALL_STATE(4901)] = 106351, - [SMALL_STATE(4902)] = 106358, - [SMALL_STATE(4903)] = 106365, - [SMALL_STATE(4904)] = 106372, - [SMALL_STATE(4905)] = 106379, - [SMALL_STATE(4906)] = 106386, - [SMALL_STATE(4907)] = 106393, - [SMALL_STATE(4908)] = 106400, - [SMALL_STATE(4909)] = 106407, - [SMALL_STATE(4910)] = 106414, - [SMALL_STATE(4911)] = 106421, - [SMALL_STATE(4912)] = 106428, - [SMALL_STATE(4913)] = 106435, - [SMALL_STATE(4914)] = 106442, - [SMALL_STATE(4915)] = 106449, - [SMALL_STATE(4916)] = 106456, - [SMALL_STATE(4917)] = 106463, - [SMALL_STATE(4918)] = 106470, - [SMALL_STATE(4919)] = 106477, - [SMALL_STATE(4920)] = 106484, - [SMALL_STATE(4921)] = 106491, - [SMALL_STATE(4922)] = 106498, - [SMALL_STATE(4923)] = 106505, - [SMALL_STATE(4924)] = 106512, - [SMALL_STATE(4925)] = 106519, - [SMALL_STATE(4926)] = 106526, - [SMALL_STATE(4927)] = 106533, - [SMALL_STATE(4928)] = 106540, - [SMALL_STATE(4929)] = 106547, - [SMALL_STATE(4930)] = 106554, - [SMALL_STATE(4931)] = 106561, - [SMALL_STATE(4932)] = 106568, - [SMALL_STATE(4933)] = 106575, - [SMALL_STATE(4934)] = 106582, - [SMALL_STATE(4935)] = 106589, - [SMALL_STATE(4936)] = 106596, - [SMALL_STATE(4937)] = 106603, - [SMALL_STATE(4938)] = 106610, - [SMALL_STATE(4939)] = 106617, - [SMALL_STATE(4940)] = 106624, - [SMALL_STATE(4941)] = 106631, - [SMALL_STATE(4942)] = 106638, - [SMALL_STATE(4943)] = 106645, - [SMALL_STATE(4944)] = 106652, - [SMALL_STATE(4945)] = 106659, - [SMALL_STATE(4946)] = 106666, - [SMALL_STATE(4947)] = 106673, - [SMALL_STATE(4948)] = 106680, - [SMALL_STATE(4949)] = 106687, - [SMALL_STATE(4950)] = 106694, - [SMALL_STATE(4951)] = 106701, - [SMALL_STATE(4952)] = 106708, - [SMALL_STATE(4953)] = 106715, - [SMALL_STATE(4954)] = 106722, - [SMALL_STATE(4955)] = 106729, - [SMALL_STATE(4956)] = 106736, - [SMALL_STATE(4957)] = 106743, - [SMALL_STATE(4958)] = 106750, - [SMALL_STATE(4959)] = 106757, - [SMALL_STATE(4960)] = 106764, - [SMALL_STATE(4961)] = 106771, - [SMALL_STATE(4962)] = 106778, - [SMALL_STATE(4963)] = 106785, - [SMALL_STATE(4964)] = 106792, - [SMALL_STATE(4965)] = 106799, - [SMALL_STATE(4966)] = 106806, - [SMALL_STATE(4967)] = 106813, - [SMALL_STATE(4968)] = 106820, - [SMALL_STATE(4969)] = 106827, - [SMALL_STATE(4970)] = 106834, - [SMALL_STATE(4971)] = 106841, - [SMALL_STATE(4972)] = 106848, - [SMALL_STATE(4973)] = 106855, - [SMALL_STATE(4974)] = 106862, - [SMALL_STATE(4975)] = 106869, - [SMALL_STATE(4976)] = 106876, - [SMALL_STATE(4977)] = 106883, - [SMALL_STATE(4978)] = 106890, - [SMALL_STATE(4979)] = 106897, - [SMALL_STATE(4980)] = 106904, - [SMALL_STATE(4981)] = 106911, - [SMALL_STATE(4982)] = 106918, - [SMALL_STATE(4983)] = 106925, - [SMALL_STATE(4984)] = 106932, - [SMALL_STATE(4985)] = 106939, - [SMALL_STATE(4986)] = 106946, - [SMALL_STATE(4987)] = 106953, - [SMALL_STATE(4988)] = 106960, - [SMALL_STATE(4989)] = 106967, - [SMALL_STATE(4990)] = 106974, - [SMALL_STATE(4991)] = 106981, - [SMALL_STATE(4992)] = 106988, - [SMALL_STATE(4993)] = 106995, - [SMALL_STATE(4994)] = 107002, - [SMALL_STATE(4995)] = 107009, - [SMALL_STATE(4996)] = 107016, - [SMALL_STATE(4997)] = 107023, - [SMALL_STATE(4998)] = 107030, - [SMALL_STATE(4999)] = 107037, - [SMALL_STATE(5000)] = 107044, - [SMALL_STATE(5001)] = 107051, - [SMALL_STATE(5002)] = 107058, - [SMALL_STATE(5003)] = 107065, - [SMALL_STATE(5004)] = 107072, - [SMALL_STATE(5005)] = 107079, - [SMALL_STATE(5006)] = 107086, - [SMALL_STATE(5007)] = 107093, - [SMALL_STATE(5008)] = 107100, - [SMALL_STATE(5009)] = 107107, - [SMALL_STATE(5010)] = 107114, - [SMALL_STATE(5011)] = 107121, - [SMALL_STATE(5012)] = 107128, - [SMALL_STATE(5013)] = 107135, - [SMALL_STATE(5014)] = 107142, - [SMALL_STATE(5015)] = 107149, - [SMALL_STATE(5016)] = 107156, - [SMALL_STATE(5017)] = 107163, - [SMALL_STATE(5018)] = 107170, - [SMALL_STATE(5019)] = 107177, - [SMALL_STATE(5020)] = 107184, - [SMALL_STATE(5021)] = 107191, - [SMALL_STATE(5022)] = 107198, - [SMALL_STATE(5023)] = 107205, - [SMALL_STATE(5024)] = 107212, - [SMALL_STATE(5025)] = 107219, - [SMALL_STATE(5026)] = 107226, - [SMALL_STATE(5027)] = 107233, - [SMALL_STATE(5028)] = 107240, - [SMALL_STATE(5029)] = 107247, - [SMALL_STATE(5030)] = 107254, - [SMALL_STATE(5031)] = 107261, - [SMALL_STATE(5032)] = 107268, - [SMALL_STATE(5033)] = 107275, - [SMALL_STATE(5034)] = 107282, - [SMALL_STATE(5035)] = 107289, - [SMALL_STATE(5036)] = 107296, - [SMALL_STATE(5037)] = 107303, - [SMALL_STATE(5038)] = 107310, - [SMALL_STATE(5039)] = 107317, - [SMALL_STATE(5040)] = 107324, - [SMALL_STATE(5041)] = 107331, - [SMALL_STATE(5042)] = 107338, - [SMALL_STATE(5043)] = 107345, - [SMALL_STATE(5044)] = 107352, - [SMALL_STATE(5045)] = 107359, - [SMALL_STATE(5046)] = 107366, - [SMALL_STATE(5047)] = 107373, - [SMALL_STATE(5048)] = 107380, - [SMALL_STATE(5049)] = 107387, - [SMALL_STATE(5050)] = 107394, - [SMALL_STATE(5051)] = 107401, - [SMALL_STATE(5052)] = 107408, - [SMALL_STATE(5053)] = 107415, - [SMALL_STATE(5054)] = 107422, - [SMALL_STATE(5055)] = 107429, - [SMALL_STATE(5056)] = 107436, - [SMALL_STATE(5057)] = 107443, - [SMALL_STATE(5058)] = 107450, - [SMALL_STATE(5059)] = 107457, - [SMALL_STATE(5060)] = 107464, - [SMALL_STATE(5061)] = 107471, - [SMALL_STATE(5062)] = 107478, - [SMALL_STATE(5063)] = 107485, - [SMALL_STATE(5064)] = 107492, - [SMALL_STATE(5065)] = 107499, - [SMALL_STATE(5066)] = 107506, - [SMALL_STATE(5067)] = 107513, - [SMALL_STATE(5068)] = 107520, - [SMALL_STATE(5069)] = 107527, - [SMALL_STATE(5070)] = 107534, - [SMALL_STATE(5071)] = 107541, - [SMALL_STATE(5072)] = 107548, - [SMALL_STATE(5073)] = 107555, + [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, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -395014,3953 +397398,3983 @@ static const TSParseActionEntry ts_parse_actions[] = { [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(3641), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5065), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3277), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5056), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4288), + [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(1804), - [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), - [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1804), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3145), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1497), - [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2514), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1236), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5039), - [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3699), - [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4327), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5023), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4334), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1483), - [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1585), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1109), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1274), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1473), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3508), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1746), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3394), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4274), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4351), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1897), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5000), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4371), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1182), - [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4989), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1553), - [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4986), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4960), - [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4959), - [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), - [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1721), - [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2625), - [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4399), - [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3909), - [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2663), - [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4945), - [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1261), - [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1499), - [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1323), - [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2923), - [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776), - [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1076), - [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1842), - [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1706), - [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3877), - [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3724), - [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4936), - [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1696), - [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1780), - [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4426), - [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1782), - [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2709), - [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3583), - [141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4924), - [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4923), - [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108), - [149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), - [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(784), - [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3667), - [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4992), - [157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4735), - [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3274), - [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4991), - [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4615), - [165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2530), - [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1231), - [171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1565), - [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4103), - [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4381), - [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1779), - [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4671), - [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4631), - [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1218), - [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5031), - [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1558), - [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4684), - [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4683), - [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4976), - [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4700), - [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), - [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1760), - [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3941), - [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3712), - [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5032), - [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1757), - [213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1778), - [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4389), - [217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4823), - [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), - [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), - [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3653), - [251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4772), - [253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3330), - [255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(590), - [257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4770), - [259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(49), - [261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3293), - [263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4346), - [265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2525), - [269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1235), - [271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4160), - [275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4649), - [277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1896), - [279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5069), - [281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4281), - [283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1093), - [285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5062), - [287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1556), - [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5064), - [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5060), - [293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4672), - [295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(775), - [297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1695), - [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3968), - [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3726), - [303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5052), - [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1698), - [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1888), - [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4645), - [311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4946), - [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), - [317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(599), - [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516), - [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(244), - [327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(621), - [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 3, .production_id = 60), - [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(607), - [337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), - [341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230), - [345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(617), - [347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), - [351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(623), - [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), - [355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 4, .production_id = 60), - [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(653), - [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227), - [363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), - [367] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(797), - [370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3653), - [373] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4772), - [376] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3330), - [379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), - [381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4770), - [384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4346), - [387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(818), - [390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1804), - [393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1808), - [396] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1804), - [399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1252), - [402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3145), - [405] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1497), - [408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(115), - [411] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2525), - [414] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1235), - [417] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5039), - [420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3699), - [423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4327), - [426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5023), - [429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4334), - [432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1483), - [435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(63), - [438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1585), - [441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1266), - [444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1109), - [447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1274), - [450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1473), - [453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3508), - [456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1622), - [459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1746), - [462] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3394), - [465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4160), - [468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4649), - [471] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1896), - [474] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5069), - [477] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4281), - [480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1093), - [483] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5062), - [486] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1556), - [489] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5064), - [492] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5060), - [495] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4672), - [498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1911), - [501] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1721), - [504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2625), - [507] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4399), - [510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3909), - [513] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2663), - [516] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4945), - [519] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1261), - [522] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1499), - [525] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1323), - [528] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2923), - [531] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(775), - [534] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1076), - [537] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1842), - [540] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1695), - [543] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3968), - [546] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3726), - [549] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5052), - [552] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1698), - [555] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1888), - [558] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4645), - [561] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1782), - [564] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2709), - [567] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3583), - [570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(28), - [573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4946), - [576] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4923), - [579] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1108), - [582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2294), - [585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(799), - [587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3644), - [589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4722), - [591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3304), - [593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 2), - [595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4666), - [597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4629), - [599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2531), - [603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1233), - [605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4100), - [609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4606), - [611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1805), - [613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4680), - [615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4639), - [617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1210), - [619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5066), - [621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1555), - [623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4675), - [625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4674), - [627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4726), - [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), - [631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1742), - [633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3924), - [635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3714), - [637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5067), - [639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1714), - [641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1806), - [643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4604), - [645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4985), - [649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), - [657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), - [665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), - [669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), - [673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), - [675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), - [677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3039), - [681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3035), - [685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), - [693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), - [695] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(800), - [698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3641), - [701] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5065), - [704] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3277), - [707] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5056), - [710] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4288), - [713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(267), - [716] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2514), - [719] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1236), - [722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(33), - [725] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4274), - [728] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4351), - [731] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1897), - [734] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5000), - [737] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4371), - [740] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1182), - [743] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4989), - [746] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1553), - [749] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4986), - [752] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4960), - [755] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4959), - [758] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(776), - [761] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1706), - [764] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3877), - [767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3724), - [770] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4936), - [773] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1696), - [776] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1780), - [779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4426), - [782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(46), - [785] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4924), - [788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), - [790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 1), - [794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 1), - [804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), - [808] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(799), - [811] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3644), - [814] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4722), - [817] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3304), - [820] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4666), - [823] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4629), - [826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(286), - [829] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2531), - [832] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1233), - [835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(48), - [838] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4100), - [841] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4606), - [844] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1805), - [847] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4680), - [850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4639), - [853] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1210), - [856] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5066), - [859] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1555), - [862] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4675), - [865] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4674), - [868] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4726), - [871] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(774), - [874] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1742), - [877] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3924), - [880] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3714), - [883] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5067), - [886] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1714), - [889] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1806), - [892] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4604), - [895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(54), - [898] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4985), - [901] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(784), - [904] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3667), - [907] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4992), - [910] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3274), - [913] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4991), - [916] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4615), - [919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(438), - [922] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2530), - [925] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1231), - [928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(60), - [931] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4103), - [934] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4381), - [937] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1779), - [940] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4671), - [943] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4631), - [946] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1218), - [949] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5031), - [952] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1558), - [955] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4684), - [958] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4683), - [961] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4976), - [964] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(777), - [967] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1760), - [970] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3941), - [973] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3712), - [976] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5032), - [979] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1757), - [982] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1778), - [985] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4389), - [988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(55), - [991] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4823), - [994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), - [998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), - [1000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [1002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [1004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [1006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), - [1008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [1010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [1012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [1014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [1016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [1018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), - [1020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [1022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [1024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(788), - [1026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 11), - [1028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), - [1030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), - [1032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 11), - [1034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1900), - [1036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1480), - [1038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4815), - [1040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4651), - [1042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4940), - [1044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1581), - [1046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1479), - [1048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1481), - [1050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4486), - [1052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1482), - [1054] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(788), - [1057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), - [1059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1251), - [1062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1804), - [1065] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1804), - [1068] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1900), - [1071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), - [1073] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1900), - [1076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(115), - [1079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2525), - [1082] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1480), - [1085] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4815), - [1088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3699), - [1091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4651), - [1094] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4940), - [1097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(63), - [1100] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1581), - [1103] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1479), - [1106] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1274), - [1109] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1473), - [1112] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3508), - [1115] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1622), - [1118] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1746), - [1121] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3394), - [1124] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4160), - [1127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4649), - [1130] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4281), - [1133] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1093), - [1136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5062), - [1139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1556), - [1142] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5064), - [1145] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5060), - [1148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4672), - [1151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1911), - [1154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1721), - [1157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2625), - [1160] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4399), - [1163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3909), - [1166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2663), - [1169] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4945), - [1172] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1481), - [1175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1323), - [1178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2923), - [1181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4486), - [1184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1842), - [1187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1695), - [1190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1698), - [1193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1888), - [1196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4645), - [1199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1782), - [1202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2709), - [1205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4923), - [1208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1482), - [1211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2294), - [1214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 2), - [1216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 2), - [1218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3), - [1220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3), - [1222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, .production_id = 11), - [1224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, .production_id = 11), - [1226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(786), - [1228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(805), - [1230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(792), - [1232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(792), - [1235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(286), - [1238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2531), - [1241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(48), - [1244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4100), - [1247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4606), - [1250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4639), - [1253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1210), - [1256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5066), - [1259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1555), - [1262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4675), - [1265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4674), - [1268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4726), - [1271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1742), - [1274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1714), - [1277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1806), - [1280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4604), - [1283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(805), - [1286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(438), - [1289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2530), - [1292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(60), - [1295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4103), - [1298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4381), - [1301] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4631), - [1304] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1218), - [1307] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5031), - [1310] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1558), - [1313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4684), - [1316] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4683), - [1319] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4976), - [1322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1760), - [1325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1757), - [1328] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1778), - [1331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4389), - [1334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(786), - [1337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(267), - [1340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2514), - [1343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(33), - [1346] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4274), - [1349] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4351), - [1352] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4371), - [1355] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1182), - [1358] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4989), - [1361] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1553), - [1364] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4986), - [1367] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4960), - [1370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4959), - [1373] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1706), - [1376] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1696), - [1379] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1780), - [1382] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4426), - [1385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), - [1387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [1389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2512), - [1391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [1393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4093), - [1395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4568), - [1397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4487), - [1399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1090), - [1401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5070), - [1403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557), - [1405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4837), - [1407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4840), - [1409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4762), - [1411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1735), - [1413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1737), - [1415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1837), - [1417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4561), - [1419] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(791), - [1422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(720), - [1425] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2512), - [1428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(51), - [1431] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4093), - [1434] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4568), - [1437] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4487), - [1440] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1090), - [1443] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5070), - [1446] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1557), - [1449] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4837), - [1452] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4840), - [1455] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4762), - [1458] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1735), - [1461] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1737), - [1464] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1837), - [1467] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4561), - [1470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807), - [1472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4278), - [1474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), - [1476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4376), - [1478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), - [1480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4062), - [1482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), - [1484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(806), - [1486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), - [1488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), - [1490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), - [1492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), - [1494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), - [1496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), - [1498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), - [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(4613), - [1506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), - [1508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2), - [1510] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(4613), - [1513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4582), - [1515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2), - [1517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2), - [1519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4460), - [1521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(4450), - [1524] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(4460), - [1527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 3, .production_id = 119), - [1529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 3, .production_id = 119), - [1531] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(4582), - [1534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3), - [1536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3), - [1538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4450), - [1540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_range_loop, 8, .production_id = 149), - [1542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_range_loop, 8, .production_id = 149), - [1544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 2), - [1546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1), - [1548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1), - [1550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, .production_id = 152), - [1552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, .production_id = 152), - [1554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 151), - [1556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 151), - [1558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 3, .production_id = 49), - [1560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3, .production_id = 49), - [1562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 150), - [1564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 150), - [1566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 4, .production_id = 47), - [1568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 4, .production_id = 47), - [1570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_non_case_statement, 2), - [1572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_non_case_statement, 2), - [1574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 110), - [1576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 110), - [1578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, .production_id = 111), - [1580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, .production_id = 111), - [1582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), - [1584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), - [1586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), - [1588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), - [1590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), - [1592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), - [1594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 2), - [1596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 2), - [1598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 134), - [1600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 134), - [1602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6), - [1604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6), - [1606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 77), - [1608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 77), - [1610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1170), - [1612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 135), - [1614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 135), - [1616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 140), - [1618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 140), - [1620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 141), - [1622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 141), - [1624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 4, .production_id = 84), - [1626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 4, .production_id = 84), - [1628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 142), - [1630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 142), - [1632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 143), - [1634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 143), - [1636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, .production_id = 135), - [1638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, .production_id = 135), - [1640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 147), - [1642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 147), - [1644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, .production_id = 148), - [1646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, .production_id = 148), - [1648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 98), - [1650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 98), - [1652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 66), - [1654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 66), - [1656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_return_statement, 2), - [1658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_return_statement, 2), - [1660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, .production_id = 129), - [1662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, .production_id = 129), - [1664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2), - [1666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), - [1668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_yield_statement, 3), - [1670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_yield_statement, 3), - [1672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_return_statement, 3), - [1674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_return_statement, 3), - [1676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 3), - [1678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 3), - [1680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, .production_id = 42), - [1682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, .production_id = 42), - [1684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, .production_id = 40), - [1686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, .production_id = 40), - [1688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), - [1690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), - [1692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 39), - [1694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 39), - [1696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, .production_id = 39), - [1698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, .production_id = 39), - [1700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, .production_id = 38), - [1702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, .production_id = 38), - [1704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1118), - [1706] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 96), - [1708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 96), - [1710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_definition, 2, .production_id = 17), - [1712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_definition, 2, .production_id = 17), - [1714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 2, .production_id = 18), - [1716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 2, .production_id = 18), - [1718] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 10), - [1720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 10), - [1722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 3, .production_id = 10), - [1724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 3, .production_id = 10), - [1726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_include, 3, .production_id = 28), - [1728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_include, 3, .production_id = 28), - [1730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__empty_declaration, 2), - [1732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__empty_declaration, 2), - [1734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 18), - [1736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 18), - [1738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 17), - [1740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 2, .production_id = 17), - [1742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 2, .production_id = 4), - [1744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 2, .production_id = 4), - [1746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_statement, 2), - [1748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_statement, 2), - [1750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 2, .production_id = 9), - [1752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 2, .production_id = 9), - [1754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 3, .production_id = 29), - [1756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 3, .production_id = 29), - [1758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_linkage_specification, 3, .production_id = 32), - [1760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_linkage_specification, 3, .production_id = 32), - [1762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_instantiation, 3, .production_id = 6), - [1764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_instantiation, 3, .production_id = 6), - [1766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_declaration, 3, .production_id = 44), - [1768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_declaration, 3, .production_id = 44), - [1770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2), - [1772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2), - [1774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 3, .production_id = 36), - [1776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 3, .production_id = 36), - [1778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_declaration, 3), - [1780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_declaration, 3), - [1782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_declaration, 3, .production_id = 6), - [1784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_declaration, 3, .production_id = 6), - [1786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, .production_id = 50), - [1788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, .production_id = 50), - [1790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 52), - [1792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 52), - [1794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 18), - [1796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 18), - [1798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 57), - [1800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 57), - [1802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 6), - [1804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 3, .production_id = 6), - [1806] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 3, .production_id = 6), - [1808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 3, .production_id = 6), - [1810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_definition, 3, .production_id = 57), - [1812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_definition, 3, .production_id = 57), - [1814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 4, .production_id = 58), - [1816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 4, .production_id = 58), - [1818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 4, .production_id = 59), - [1820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 4, .production_id = 59), - [1822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 4, .production_id = 60), - [1824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 4, .production_id = 60), - [1826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 61), - [1828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 61), - [1830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 10), - [1832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 10), - [1834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_instantiation, 4, .production_id = 45), - [1836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_instantiation, 4, .production_id = 45), - [1838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3), - [1840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3), - [1842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_declaration, 4), - [1844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_declaration, 4), - [1846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alone_macro_call, 4), - [1848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alone_macro_call, 4), - [1850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 86), - [1852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 86), - [1854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_default_method_clause, 3), - [1856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_method_clause, 3), - [1858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_method_clause, 3), - [1860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_method_clause, 3), - [1862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 4, .production_id = 91), - [1864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 4, .production_id = 91), - [1866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 4, .production_id = 93), - [1868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 4, .production_id = 93), - [1870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_definition, 4, .production_id = 6), - [1872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_definition, 4, .production_id = 6), - [1874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 5, .production_id = 94), - [1876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 5, .production_id = 94), - [1878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 95), - [1880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 95), - [1882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 60), - [1884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 60), - [1886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_or_destructor_declaration, 2, .production_id = 18), - [1888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_or_destructor_declaration, 2, .production_id = 18), - [1890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alias_declaration, 5, .production_id = 117), - [1892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alias_declaration, 5, .production_id = 117), - [1894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_assert_declaration, 5, .production_id = 118), - [1896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_assert_declaration, 5, .production_id = 118), - [1898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alone_macro_call, 5), - [1900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alone_macro_call, 5), - [1902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_cast_declaration, 5, .production_id = 127), - [1904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast_declaration, 5, .production_id = 127), - [1906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 6, .production_id = 128), - [1908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 6, .production_id = 128), - [1910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alone_macro_call, 6), - [1912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alone_macro_call, 6), - [1914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_assert_declaration, 7, .production_id = 144), - [1916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_assert_declaration, 7, .production_id = 144), - [1918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1217), - [1920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1119), - [1922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1135), - [1924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1085), - [1926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1208), - [1928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1136), - [1930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1484), - [1932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4759), - [1934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3281), - [1936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890), - [1938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4869), - [1940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(670), - [1942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3307), - [1944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4493), - [1946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3146), - [1948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4777), - [1950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2302), - [1952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3145), - [1954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2519), - [1956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), - [1958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4607), - [1960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4769), - [1962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1477), - [1964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1451), - [1966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3507), - [1968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1634), - [1970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1734), - [1972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3380), - [1974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4984), - [1976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4784), - [1978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3086), - [1980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3923), - [1982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(789), - [1984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3706), - [1986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5071), - [1988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891), - [1990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000), - [1992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059), - [1994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(986), - [1996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), - [1998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(950), - [2000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(948), - [2002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907), - [2004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1065), - [2006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(964), - [2008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962), - [2010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 60), - [2012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, .production_id = 60), - [2014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(828), - [2016] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1484), - [2019] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4759), - [2022] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3281), - [2025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), - [2027] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4869), - [2030] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4493), - [2033] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3146), - [2036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4777), - [2039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2302), - [2042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3145), - [2045] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3145), - [2048] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2519), - [2051] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1266), - [2054] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5039), - [2057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3407), - [2060] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4607), - [2063] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5023), - [2066] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4334), - [2069] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4769), - [2072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1109), - [2075] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1477), - [2078] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1451), - [2081] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3507), - [2084] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1634), - [2087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1734), - [2090] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3380), - [2093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4984), - [2096] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1261), - [2099] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1499), - [2102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4784), - [2105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3086), - [2108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3923), - [2111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1076), - [2114] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(789), - [2117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3706), - [2120] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5071), - [2123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3583), - [2126] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(891), - [2129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1108), - [2132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4665), - [2134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3284), - [2136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5038), - [2138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4408), - [2140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2513), - [2142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), - [2144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5028), - [2146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3940), - [2148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), - [2150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3732), - [2152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5063), - [2154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), - [2156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), - [2158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), - [2160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), - [2162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), - [2164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4793), - [2166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3300), - [2168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 2), - [2170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4730), - [2172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4320), - [2174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2524), - [2176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4846), - [2178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3895), - [2180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(796), - [2182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3715), - [2184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5073), - [2186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(991), - [2188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), - [2190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), - [2192] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 1), - [2194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4793), - [2197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3300), - [2200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4730), - [2203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4320), - [2206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2524), - [2209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4846), - [2212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3895), - [2215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(796), - [2218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3715), - [2221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5073), - [2224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(991), - [2227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), - [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), - [2231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4665), - [2234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3284), - [2237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5038), - [2240] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(4408), - [2243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(2513), - [2246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), - [2248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5028), - [2251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3940), - [2254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(801), - [2257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(3732), - [2260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(5063), - [2263] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1054), - [2266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), - [2268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), - [2270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), - [2272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 4), - [2274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 4), - [2276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 3), - [2278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 3), - [2280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1), REDUCE(aux_sym_attributed_declarator_repeat1, 1), - [2283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declaration_modifiers, 1), REDUCE(aux_sym_attributed_declarator_repeat1, 1), - [2286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1), - [2288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1), - [2290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_modifiers, 1), - [2292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1), - [2294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(4521), - [2297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4521), - [2299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1492), - [2301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3409), - [2303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3987), - [2305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4965), - [2307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3957), - [2309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4750), - [2311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4994), - [2313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3903), - [2315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5007), - [2317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5019), - [2319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5026), - [2321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3907), - [2323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4849), - [2325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1180), - [2327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1179), - [2329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1460), - [2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4073), - [2333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), - [2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [2337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), - [2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), - [2341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2539), - [2343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3479), - [2345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1527), - [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), - [2349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1380), - [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3192), - [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3452), - [2357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3452), - [2359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), - [2361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1518), - [2363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), - [2365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), - [2367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [2369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [2371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [2373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), - [2375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), - [2377] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), - [2381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), - [2383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), - [2385] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), - [2388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), - [2391] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1234), - [2394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3803), - [2396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), - [2399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_name, 1, .production_id = 1), - [2401] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression, 1), - [2405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1843), - [2407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1137), - [2409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), - [2411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [2413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1150), - [2415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 1), - [2417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 1), - [2419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), - [2421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1489), - [2423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1638), - [2425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1733), - [2427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3397), - [2429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 2), - [2431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 2), - [2433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1175), - [2435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1172), - [2437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 2), - [2439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 2), - [2441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 26), - [2443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_identifier, 2, .production_id = 25), - [2445] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_qualified_identifier, 2, .production_id = 25), REDUCE(sym_qualified_type_identifier, 2, .production_id = 26), - [2448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 26), - [2450] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 25), - [2452] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 25), REDUCE(sym_qualified_type_identifier, 2, .production_id = 26), - [2455] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 25), SHIFT(1228), - [2458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 3), - [2460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 3), - [2462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1671), - [2464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1709), - [2466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3399), - [2468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1648), - [2470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1726), - [2472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3400), - [2474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 2), - [2476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 4, .dynamic_precedence = 2), - [2478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 3), - [2480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 3), - [2482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 1), - [2484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_argument_list, 3, .dynamic_precedence = 1), - [2486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_type, 2, .production_id = 13), - [2488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_function, 2, .production_id = 14), - [2490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_template_type, 2, .production_id = 13), REDUCE(sym_template_function, 2, .production_id = 14), - [2493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_type, 2, .production_id = 13), - [2495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_function, 2, .production_id = 14), - [2497] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_template_type, 2, .production_id = 13), REDUCE(sym_template_function, 2, .production_id = 14), - [2500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1474), - [2502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3766), - [2504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3517), - [2506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1551), - [2508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1766), - [2510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3383), - [2512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2657), - [2514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3917), - [2516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), - [2518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1986), - [2520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), - [2522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2020), - [2524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3487), - [2526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3509), - [2528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1642), - [2530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1763), - [2532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3392), - [2534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4820), - [2536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2228), - [2538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3037), - [2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4500), - [2542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 60), - [2544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 60), - [2546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 96), - [2548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 96), - [2550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3603), - [2552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1417), - [2554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4938), - [2556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3436), - [2558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4555), - [2560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4983), - [2562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1454), - [2564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1446), - [2566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450), - [2568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 104), - [2570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 104), - [2572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 43), - [2574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 43), - [2576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_method_definition, 3, .production_id = 49), - [2578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_method_definition, 3, .production_id = 49), - [2580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_method_definition, 3, .production_id = 50), - [2582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_method_definition, 3, .production_id = 50), - [2584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 49), - [2586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 49), - [2588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 3), - [2590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 3), - [2592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_access_specifier, 2), - [2594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_specifier, 2), - [2596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 2), - [2598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 2), - [2600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, .production_id = 43), - [2602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, .production_id = 43), - [2604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 10), - [2606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 10), - [2608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_statement, 1), - [2610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_statement, 1), - [2612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 6, .production_id = 146), - [2614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 6, .production_id = 146), - [2616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 128), - [2618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 128), - [2620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 139), - [2622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 139), - [2624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 84), - [2626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 84), - [2628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 5, .production_id = 137), - [2630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 5, .production_id = 137), - [2632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 116), - [2634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 116), - [2636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 49), - [2638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 49), - [2640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 60), - [2642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 60), - [2644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 61), - [2646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 61), - [2648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 10), - [2650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 10), - [2652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_friend_declaration, 4), - [2654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_friend_declaration, 4), - [2656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 131), - [2658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 131), - [2660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 84), - [2662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 84), - [2664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 95), - [2666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 95), - [2668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2203), - [2670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4516), - [2672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156), - [2674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2137), - [2676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2195), - [2678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397), - [2680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3753), - [2682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1295), - [2684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3520), - [2686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1680), - [2688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1702), - [2690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3381), - [2692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3079), - [2694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1589), - [2696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3032), - [2698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3785), - [2700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), - [2702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2160), - [2704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1914), - [2706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5012), - [2708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), - [2710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4425), - [2712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [2714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4209), - [2716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4556), - [2718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4338), - [2720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1121), - [2722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5051), - [2724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1554), - [2726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5015), - [2728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5017), - [2730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4768), - [2732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1722), - [2734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1717), - [2736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1919), - [2738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4563), - [2740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_annotation, 1), - [2742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_annotation, 1), - [2744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_qualifier, 1), - [2746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_qualifier, 1), - [2748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 4), - [2750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 4), - [2752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2040), - [2754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 4, .production_id = 33), - [2756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), - [2758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1920), - [2760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), - [2762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 4, .production_id = 33), - [2764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3749), - [2766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), - [2768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), - [2770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1710), - [2772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), - [2774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4559), - [2776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3933), - [2778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2214), - [2780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1850), - [2782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1849), - [2784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2708), - [2786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), - [2788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2245), - [2790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), - [2792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1864), - [2794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), - [2796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1863), - [2798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3742), - [2800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), - [2802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4650), - [2804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), - [2806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1758), - [2808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), - [2810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4566), - [2812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3947), - [2814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2402), - [2816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1855), - [2818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1854), - [2820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2722), - [2822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5033), - [2824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), - [2826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 3), - [2828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 3), - [2830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), - [2832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1927), - [2834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), - [2836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1918), - [2838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3775), - [2840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), - [2842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1708), - [2844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1930), - [2846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1932), - [2848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2740), - [2850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 2), - [2852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 2), - [2854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_parameter_list, 4), - [2856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_parameter_list, 4), - [2858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1999), - [2860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), - [2862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), - [2864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1883), - [2866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), - [2868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3765), - [2870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2296), - [2872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3427), - [2874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3505), - [2876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1591), - [2878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1759), - [2880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3398), - [2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), - [2884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1736), - [2886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), - [2888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4605), - [2890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3945), - [2892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2905), - [2894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4999), - [2896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2585), - [2898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2937), - [2900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), - [2902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1847), - [2904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1844), - [2906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2716), - [2908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), - [2910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472), - [2912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3722), - [2914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), - [2916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [2918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), - [2920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), - [2922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_storage_class_specifier, 1), - [2924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_storage_class_specifier, 1), - [2926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3930), - [2928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), - [2930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [2932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2005), - [2934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2061), - [2936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [2938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), - [2940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3242), - [2942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3228), - [2944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3124), - [2946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_base_clause, 2, .production_id = 71), - [2948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_base_clause, 2, .production_id = 71), - [2950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), - [2952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4256), - [2954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), - [2956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 2), - [2958] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__constructor_specifiers, 1), REDUCE(aux_sym__declaration_specifiers_repeat1, 1), - [2961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constructor_specifiers, 1), - [2963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constructor_specifiers, 1), - [2965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__constructor_specifiers, 1), REDUCE(aux_sym__declaration_specifiers_repeat1, 1), - [2968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 1), - [2970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 15), - [2972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 15), - [2974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 15), - [2976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 15), - [2978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_virtual_function_specifier, 1), - [2980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_virtual_function_specifier, 1), - [2982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), - [2984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), - [2986] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1417), - [2989] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(4938), - [2992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(4555), - [2995] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(4983), - [2998] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1454), - [3001] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1446), - [3004] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1450), - [3007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), - [3009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 2), - [3011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_declspec_modifier, 4), - [3013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_declspec_modifier, 4), - [3015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2120), - [3017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 10), - [3019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 10), - [3021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [3023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3548), - [3025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3214), - [3027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 35), - [3029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 35), - [3031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_type_identifier, 2), - [3033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_type_identifier, 2), - [3035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_name, 1), - [3037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_name, 1), - [3039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4258), - [3041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 10), - [3043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 10), - [3045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 2, .production_id = 10), - [3047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 2, .production_id = 10), - [3049] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(1308), - [3052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 1), - [3054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), - [3056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1283), - [3058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1307), - [3060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), - [3062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), - [3064] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(1275), - [3067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 35), - [3069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 35), - [3071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 37), - [3073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 37), - [3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3922), - [3077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), - [3079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), - [3081] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(1417), - [3084] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(4938), - [3087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(4555), - [3090] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(4983), - [3093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(1454), - [3096] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(1446), - [3099] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(1499), - [3102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_operator_cast_definition_repeat1, 2), SHIFT_REPEAT(1450), - [3105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 25), - [3107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 25), - [3109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 3, .production_id = 35), - [3111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 3, .production_id = 35), - [3113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1480), - [3116] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(4815), - [3119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(4376), - [3122] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(4940), - [3125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1479), - [3128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1481), - [3131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1482), - [3134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 70), - [3136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 70), - [3138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(1283), - [3141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 69), - [3143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 69), - [3145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_type, 2, .dynamic_precedence = -1), - [3147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_type, 2, .dynamic_precedence = -1), - [3149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 3, .production_id = 36), - [3151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 3, .production_id = 36), - [3153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 3, .production_id = 34), - [3155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 3, .production_id = 34), - [3157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 73), - [3159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 73), - [3161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_base_clause, 2, .production_id = 72), - [3163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_base_clause, 2, .production_id = 72), - [3165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 4), - [3167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 4), - [3169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 4, .production_id = 69), - [3171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 4, .production_id = 69), - [3173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, .production_id = 103), - [3175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, .production_id = 103), - [3177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 69), - [3179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 69), - [3181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 3), - [3183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 3), - [3185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1308), - [3187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1275), - [3189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 36), - [3191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 36), - [3193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 6, .production_id = 132), - [3195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 6, .production_id = 132), - [3197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 34), - [3199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 34), - [3201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 5, .production_id = 105), - [3203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 5, .production_id = 105), - [3205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 34), - [3207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 34), - [3209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 5, .production_id = 106), - [3211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 5, .production_id = 106), - [3213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 5, .production_id = 107), - [3215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 5, .production_id = 107), - [3217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 105), - [3219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 105), - [3221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 106), - [3223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 106), - [3225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 107), - [3227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 107), - [3229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, .production_id = 106), - [3231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, .production_id = 106), - [3233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 15), - [3235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 15), - [3237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 27), - [3239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 27), - [3241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, .production_id = 107), - [3243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, .production_id = 107), - [3245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, .production_id = 105), - [3247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, .production_id = 105), - [3249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 36), - [3251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 36), - [3253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2), - [3255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2), - [3257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 6, .production_id = 132), - [3259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 6, .production_id = 132), - [3261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decltype, 4), - [3263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decltype, 4), - [3265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 6, .production_id = 132), - [3267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 6, .production_id = 132), - [3269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 76), - [3271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 76), - [3273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 36), - [3275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 36), - [3277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 75), - [3279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 75), - [3281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 4, .production_id = 76), - [3283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 4, .production_id = 76), - [3285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 9), - [3287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 9), - [3289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 69), - [3291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 69), - [3293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 9), - [3295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 9), - [3297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1), - [3299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1), - [3301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 4, .production_id = 75), - [3303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 4, .production_id = 75), - [3305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 75), - [3307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 75), - [3309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_specifier, 2, .production_id = 9), - [3311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_specifier, 2, .production_id = 9), - [3313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 34), - [3315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 34), - [3317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 2), - [3319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 2), - [3321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 9), - [3323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 9), - [3325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 5), - [3327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 5), - [3329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 76), - [3331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 76), - [3333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3), - [3335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3), - [3337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_name, 1, .production_id = 1), + [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), + [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), + [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), + [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), + [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), + [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), + [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), + [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), + [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), + [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), + [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), + [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), + [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), + [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), + [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), + [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), + [2272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1), + [2274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_modifiers, 1), + [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(2291), - [3345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), - [3347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2), - [3349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2), - [3351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2295), - [3353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), - [3355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1894), - [3357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), - [3359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3738), - [3361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), - [3363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1715), - [3365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1905), - [3367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1906), - [3369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2711), - [3371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [3373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), - [3375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [3377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), - [3379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [3381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3548), - [3383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [3387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 2, .production_id = 79), - [3389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2936), - [3391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [3393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [3395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2308), - [3397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), - [3399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1830), - [3401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), - [3403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), - [3405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3767), - [3407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), - [3409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1707), - [3411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1879), - [3413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1938), - [3415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2738), - [3417] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1511), - [3420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(4982), - [3423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(4570), - [3426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(4998), - [3429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1510), - [3432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1508), - [3435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1468), - [3438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), - [3440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 35), - [3442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 35), - [3444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3483), - [3446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 10), - [3448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 10), - [3450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1511), - [3452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4982), - [3454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4570), - [3456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4998), - [3458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1510), - [3460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1508), - [3462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1468), - [3464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3474), - [3466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [3468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [3470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), - [3472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3494), - [3474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3819), - [3476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declarator, 1), - [3478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), - [3481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(1470), - [3484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1), SHIFT(1561), - [3487] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(1449), - [3490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1470), - [3492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1407), - [3494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_call_modifier, 1), - [3496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_call_modifier, 1), - [3498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declarator, 1), - [3500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), - [3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5039), - [3504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5023), - [3506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), - [3508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), - [3510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), - [3512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1266), - [3515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(5039), - [3518] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(5023), - [3521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1109), - [3524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1109), - [3527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1261), - [3530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1108), - [3533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1108), - [3536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_function_specifier, 4), - [3538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_function_specifier, 4), - [3540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_function_specifier, 1), - [3542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), - [3544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_function_specifier, 1), - [3546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), - [3548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3683), - [3550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1956), - [3552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), - [3554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3660), - [3556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), - [3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3684), - [3560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4), - [3562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4), - [3564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), - [3566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3622), - [3568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), - [3570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), - [3572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), - [3574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3658), - [3576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4789), - [3578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), - [3580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), - [3582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2), - [3584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2), - [3586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4778), - [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), - [3590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), - [3592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3605), - [3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), - [3596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3), - [3598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3), - [3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), - [3602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), - [3604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3815), - [3606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2168), - [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4779), - [3610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2938), - [3612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), - [3614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), - [3616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767), - [3618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3821), - [3620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), - [3622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3682), - [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), - [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), - [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), - [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3225), - [3632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), - [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3681), - [3636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameter_list, 2), REDUCE(sym_argument_list, 2), - [3639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), - [3641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), - [3643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3014), - [3645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2622), - [3647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3029), - [3649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), - [3651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), - [3653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), - [3655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), - [3657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1509), - [3659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1363), - [3661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4095), - [3663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 1), - [3665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3082), - [3667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4424), - [3671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [3673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [3675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [3677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [3679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610), - [3681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), - [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4611), - [3685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), - [3687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), - [3689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), - [3691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), - [3693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), - [3695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2204), - [3697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3836), - [3699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), - [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), - [3703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), - [3705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), - [3707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5050), - [3709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1699), - [3711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), - [3713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4801), - [3715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1728), - [3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), - [3719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), - [3721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), - [3723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), - [3725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), - [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), - [3729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4977), - [3731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1724), - [3733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2953), - [3735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), - [3737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), - [3739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), - [3741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357), - [3743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3162), - [3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3770), - [3747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2391), - [3749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), - [3751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), - [3753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2000), - [3755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3750), - [3757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), - [3759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2122), - [3761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3762), - [3763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [3765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 2), - [3767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 2), - [3769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3769), - [3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), - [3773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), - [3775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1373), - [3777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3751), - [3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), - [3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), - [3783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), - [3785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_default_capture, 1), - [3787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2047), - [3789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3777), - [3791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [3793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), - [3795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), - [3797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), - [3799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), - [3801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), - [3803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1334), - [3805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), - [3807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), - [3809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3559), - [3811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3755), - [3813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), - [3815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3676), - [3817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), - [3819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), - [3821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), - [3823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), - [3825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3746), - [3827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), - [3829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), - [3831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), - [3833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), - [3835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), - [3837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), - [3839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), - [3841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), - [3843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), - [3845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), - [3847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), - [3849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), - [3851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), - [3853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), - [3855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), - [3857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), - [3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), - [3861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), - [3863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), - [3865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), - [3867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3685), - [3869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [3871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [3873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3589), - [3875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [3877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), - [3879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), - [3881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), - [3883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), - [3885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), - [3887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), - [3889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [3891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4703), - [3893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), - [3895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4834), - [3897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), - [3899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), - [3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), - [3903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), - [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [3907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), - [3909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3692), - [3911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4427), - [3913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), - [3915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), - [3917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), - [3919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4416), - [3921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3673), - [3923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [3925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3219), - [3927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [3929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3210), - [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), - [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), - [3935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4955), - [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), - [3941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [3943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), - [3945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), - [3947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), - [3949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3280), - [3951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [3953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3802), - [3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), - [3957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3222), - [3959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), - [3961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3690), - [3963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), - [3965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), - [3967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [3969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4990), - [3971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), - [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), - [3977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), - [3979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), - [3981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3615), - [3983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3816), - [3985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3655), - [3987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3654), - [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), - [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), - [3993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), - [3995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), - [3997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2054), - [3999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), - [4001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), - [4003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), - [4005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), - [4007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), - [4009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574), - [4011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), - [4013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2065), - [4015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), - [4017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), - [4019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_specifier_repeat1, 2), - [4021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_specifier_repeat1, 2), - [4023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_specifier_repeat1, 2), SHIFT_REPEAT(1509), - [4026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), - [4028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), - [4030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT_REPEAT(4651), - [4033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition_clause, 3, .production_id = 11), - [4035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_clause, 3, .production_id = 11), - [4037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition_clause, 4, .production_id = 108), - [4039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_clause, 4, .production_id = 108), - [4041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), - [4043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), - [4045] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(1956), - [4048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1970), - [4050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2181), - [4052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), - [4054] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1966), - [4057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), - [4059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), - [4061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(3933), - [4064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1966), - [4067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1966), - [4069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2), - [4071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2), - [4073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), - [4075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3649), - [4077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 1, .dynamic_precedence = 1), - [4079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4969), - [4081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), - [4083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), - [4085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2540), - [4087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), - [4089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), - [4091] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(1975), - [4094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2092), + [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(2067), - [4100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3511), - [4102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1988), - [4105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(3947), - [4108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1988), - [4111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1988), - [4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), - [4115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1994), - [4117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2466), - [4119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), - [4121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), - [4123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), - [4125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 25), SHIFT(1227), - [4128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1225), - [4131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1796), - [4133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), - [4135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227), - [4137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), - [4139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), - [4141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(2003), - [4144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), - [4146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), - [4148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1224), - [4151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_identifier, 2, .production_id = 25), SHIFT(1230), - [4154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 26), SHIFT(1227), - [4157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2383), - [4159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2013), - [4161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2384), - [4163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(2013), - [4166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 48), - [4168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), - [4170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 48), - [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), - [4174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2236), - [4176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2003), - [4178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2235), - [4180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 33), - [4182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 33), - [4184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 2, .production_id = 15), - [4186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 2, .production_id = 15), - [4188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 67), - [4190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 67), - [4192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 66), - [4194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 66), - [4196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 101), - [4198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 101), - [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3489), - [4202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1227), - [4205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 47), - [4207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 47), - [4209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 82), - [4211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 82), - [4213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1230), - [4215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_declarator, 3, .production_id = 120), - [4217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_declarator, 3, .production_id = 120), - [4219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_destructor_name, 2), - [4221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_destructor_name, 2), - [4223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 26), SHIFT(1230), - [4226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__expression, 1), - [4229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1228), - [4232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1), REDUCE(sym__expression, 1), - [4235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_identifier, 2), - [4237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_identifier, 2), - [4239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_declarator, 4, .production_id = 120), - [4241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_declarator, 4, .production_id = 120), - [4243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), - [4245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dependent_field_identifier, 2), - [4247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dependent_field_identifier, 2), - [4249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1224), - [4251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 3), - [4253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 3), - [4255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 20), - [4257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 20), - [4259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 5), - [4261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 5), - [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609), - [4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), - [4267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3811), - [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3811), - [4271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 65), - [4273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 65), - [4275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1), - [4277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 121), - [4279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 121), - [4281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_expression, 2, .production_id = 5), - [4283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_expression, 2, .production_id = 5), - [4285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 3), - [4287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1910), - [4289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1915), - [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), - [4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), - [4295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1949), - [4297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1950), - [4299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1772), - [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), - [4303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1945), - [4305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), - [4307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1940), - [4309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 3), - [4311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_macro_with_decl_first_arg, 5, .production_id = 122), - [4313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_macro_with_decl_first_arg, 5, .production_id = 122), - [4315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), - [4317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, .production_id = 125), - [4319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, .production_id = 125), - [4321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), - [4323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 100), - [4325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 100), - [4327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 5, .production_id = 99), - [4329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 5, .production_id = 99), - [4331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 63), - [4333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 63), - [4335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 3), - [4337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 3), - [4339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1089), - [4341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), - [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), - [4345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 6, .production_id = 130), - [4347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 6, .production_id = 130), - [4349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 5), - [4351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 5), - [4353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), - [4355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), - [4357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 2), - [4359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 5, .production_id = 113), - [4361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 5, .production_id = 113), - [4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5057), - [4365] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(3614), - [4368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1826), - [4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), - [4372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 4), - [4374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 4), - [4376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, .production_id = 63), - [4378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, .production_id = 63), - [4380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_macro_with_decl_first_arg, 6, .production_id = 138), - [4382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_macro_with_decl_first_arg, 6, .production_id = 138), - [4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3472), - [4386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 41), - [4388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, .production_id = 41), - [4390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 2, .production_id = 23), - [4392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 2, .production_id = 23), - [4394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 2, .production_id = 21), - [4396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 2, .production_id = 21), - [4398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 5), - [4400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 5), - [4402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_defined_literal, 2), - [4404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user_defined_literal, 2), - [4406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 3, .production_id = 46), - [4408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 3, .production_id = 46), - [4410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 5), - [4412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 5), - [4414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 41), - [4416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 41), - [4418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_macro_with_decl_first_arg, 7, .production_id = 145), - [4420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_macro_with_decl_first_arg, 7, .production_id = 145), - [4422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(5057), - [4425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 3, .production_id = 56), - [4427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 3, .production_id = 56), - [4429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 8), - [4431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 8), - [4433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, .production_id = 54), - [4435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 54), - [4437] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 54), SHIFT(1227), - [4440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 1, .production_id = 3), - [4442] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 1, .production_id = 3), - [4444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, .production_id = 55), - [4446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 55), - [4448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_pack_expansion, 2, .production_id = 19), - [4450] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_pack_expansion, 2, .production_id = 19), - [4452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_method, 2, .production_id = 88), - [4454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_method, 2, .production_id = 88), - [4456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, .production_id = 90), - [4458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, .production_id = 90), - [4460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 81), - [4462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 81), - [4464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_co_await_expression, 2, .production_id = 5), - [4466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_co_await_expression, 2, .production_id = 5), - [4468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_new_expression, 4, .production_id = 80), - [4470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_new_expression, 4, .production_id = 80), - [4472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 2), - [4474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 2), - [4476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 2, .production_id = 11), - [4478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 2, .production_id = 11), - [4480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete_expression, 4), - [4482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete_expression, 4), - [4484] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(2225), - [4487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3544), - [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), - [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), - [4493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3160), - [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), - [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4769), - [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), - [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), - [4503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3137), - [4505] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1230), - [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), - [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), - [4512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3151), - [4514] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2253), - [4517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(3909), - [4520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2253), - [4523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2253), - [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), - [4527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2272), - [4529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2647), - [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), - [4533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2597), - [4535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2225), - [4537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2593), - [4539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1937), - [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), - [4543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1803), - [4545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1802), - [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), - [4549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1799), - [4551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1798), - [4553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1793), - [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), - [4557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1791), - [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), - [4561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1790), - [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), - [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), - [4567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3797), - [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3797), - [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), - [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), - [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), - [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), - [4579] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 54), SHIFT(1230), - [4582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1225), - [4584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1908), - [4586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1907), - [4588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), - [4590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), - [4592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1880), - [4594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1875), - [4596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1865), - [4598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), - [4600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1852), - [4602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), - [4604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1846), - [4606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3839), - [4608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3839), - [4610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3944), - [4612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, .production_id = 43), - [4614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), - [4616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2505), - [4618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), - [4620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), - [4622] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 54), SHIFT(1229), - [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), - [4627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2504), - [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), - [4631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2277), - [4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3310), - [4635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2489), - [4637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2911), - [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), - [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), - [4643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2497), - [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), - [4647] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2497), - [4650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(3945), - [4653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(2497), - [4656] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 26), SHIFT(1224), - [4659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_reference_declarator, 1), - [4661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3757), - [4663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3540), - [4665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3501), - [4667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1661), - [4669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1720), - [4671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3389), - [4673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2908), - [4675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2501), - [4677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3206), - [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3772), - [4681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3515), - [4683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1632), - [4685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1727), - [4687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3384), - [4689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3054), - [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3475), - [4693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3514), - [4695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3090), - [4697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2801), - [4699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3503), - [4701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1604), - [4703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1756), - [4705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3382), - [4707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3006), - [4709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3499), - [4711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3057), - [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), - [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), - [4717] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_type_identifier, 2, .production_id = 26), SHIFT(1225), - [4720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), - [4722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), - [4724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3592), - [4726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3406), - [4728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), - [4730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3405), - [4732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3405), - [4734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3691), - [4736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3786), - [4738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), - [4740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3403), - [4742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3403), - [4744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3498), - [4746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), - [4748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), - [4750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), - [4752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1472), - [4754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1889), - [4756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), - [4758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1887), - [4760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), - [4762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 2, .dynamic_precedence = 1, .production_id = 16), - [4764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3204), - [4766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3204), - [4768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4982), - [4770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 2, .dynamic_precedence = 1, .production_id = 16), - [4772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3186), - [4774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), - [4776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), - [4778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), - [4780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5072), - [4782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [4784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), - [4786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), - [4788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2793), - [4790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1517), - [4792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), - [4794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), - [4796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1878), - [4798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), - [4800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1869), - [4802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), - [4804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1861), - [4806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), - [4808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 3, .dynamic_precedence = 1, .production_id = 16), - [4810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 3, .dynamic_precedence = 1, .production_id = 16), - [4812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), - [4814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), - [4816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), - [4818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [4820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), - [4822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), - [4824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1884), - [4826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), - [4828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1886), - [4830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), - [4832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), - [4834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1909), - [4836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), - [4838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1933), - [4840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), - [4842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1832), - [4844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), - [4846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), - [4848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3796), - [4850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), - [4852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2929), - [4854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), - [4856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1810), - [4858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), - [4860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1811), - [4862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), - [4864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), - [4866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1814), - [4868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), - [4870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1816), - [4872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), - [4874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1818), - [4876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), - [4878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), - [4880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1819), - [4882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), - [4884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2930), - [4886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), - [4888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), - [4890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), - [4892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comma_expression, 3, .production_id = 53), - [4894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2045), - [4896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1976), - [4898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2117), - [4900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3518), - [4902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1669), - [4904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1711), - [4906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3391), - [4908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4943), - [4910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2950), - [4912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3500), - [4914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1599), - [4916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1744), - [4918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3387), - [4920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2890), - [4922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), - [4924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), - [4926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [4928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), - [4930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3030), - [4932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3030), - [4934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3504), - [4936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3084), - [4938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), - [4940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), - [4942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3506), - [4944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1629), - [4946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), - [4948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3386), - [4950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2886), - [4952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), - [4954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), - [4956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2548), - [4958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2243), - [4960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2012), - [4962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2395), - [4964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3512), - [4966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), - [4968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1751), - [4970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3385), - [4972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5011), - [4974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3033), - [4976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), - [4978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), - [4980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3789), - [4982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), SHIFT(1745), - [4985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), - [4987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), - [4989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), - [4991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3711), - [4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2797), - [4995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), - [4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2934), - [4999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2934), - [5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), - [5003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), - [5005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3502), - [5007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2924), - [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), - [5011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), - [5013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), - [5015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), - [5017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [5019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), - [5021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2975), - [5023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [5025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), - [5027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 3, .production_id = 83), - [5029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_declaration, 4, .production_id = 133), - [5031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2980), - [5033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3733), - [5035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), - [5037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4928), - [5039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), - [5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), - [5043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), - [5045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), - [5047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), - [5049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), - [5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), - [5053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter_declaration, 4, .production_id = 137), - [5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [5057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_lambda_capture_specifier_repeat1, 2), - [5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), - [5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4746), - [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), - [5065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), - [5069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), - [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3719), - [5073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4712), - [5075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), - [5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), - [5079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), - [5081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trailing_return_type, 2), - [5083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trailing_return_type, 2), - [5085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), - [5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), - [5089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), - [5091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), - [5093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), - [5095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3104), - [5097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), - [5099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), - [5101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), - [5103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_reference_declarator, 1), - [5105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [5107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4409), - [5109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2544), - [5111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3702), - [5113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4685), - [5115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1449), - [5117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [5119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3716), - [5121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4781), - [5123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4396), - [5125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), - [5127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), - [5129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [5131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), - [5133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), - [5135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), - [5137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [5139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), - [5141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3727), - [5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4881), - [5145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4929), - [5147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), - [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), - [5151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5008), - [5153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [5157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 3, .production_id = 102), - [5159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), - [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), - [5163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), - [5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), - [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), - [5169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), - [5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), - [5173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trailing_return_type, 3), - [5175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trailing_return_type, 3), - [5177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), - [5179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), - [5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3696), - [5183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4950), - [5185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), - [5187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), - [5189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), - [5191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), - [5193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), - [5195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, .production_id = 112), - [5197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), - [5199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_parameter_declaration, 3, .production_id = 116), - [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2911), - [5203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, .dynamic_precedence = 1), - [5205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), - [5207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [5209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), - [5211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [5213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), - [5215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), - [5217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [5219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4390), - [5221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [5223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), - [5225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1943), - [5227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), - [5229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1946), - [5231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), - [5233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), - [5235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1926), - [5237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), - [5239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1872), - [5241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), - [5243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1809), - [5245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), - [5247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), - [5249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), - [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), - [5253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), - [5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [5257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), - [5259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [5261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [5263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4251), - [5265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), - [5267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), - [5269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), - [5271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [5273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [5275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), - [5277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), - [5279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), - [5281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3870), - [5283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3763), - [5285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3513), - [5287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1633), - [5289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1770), - [5291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3388), - [5293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2918), - [5295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), - [5297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [5299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), - [5301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [5303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), - [5305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), - [5307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 2, .dynamic_precedence = 1, .production_id = 16), - [5309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 2, .dynamic_precedence = 1, .production_id = 16), - [5311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), - [5313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bitfield_clause, 2), - [5315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), - [5317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), - [5319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), - [5321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), - [5323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), - [5325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), - [5327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), - [5329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), - [5331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [5333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [5335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [5337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), - [5339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), - [5341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [5343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3302), - [5345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), - [5347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4391), - [5349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), - [5351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [5353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4392), - [5355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), - [5357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [5363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [5365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), - [5367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [5369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [5371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), - [5373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), - [5375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), - [5377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), - [5379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), - [5381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), - [5383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [5385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), - [5387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), - [5389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), - [5391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [5393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), - [5395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [5397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), - [5399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), - [5401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), - [5403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(3204), - [5406] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(3204), - [5409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat2, 2), - [5411] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(3186), - [5414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(3186), - [5417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(2570), - [5420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(3214), - [5423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(3211), - [5426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(5072), - [5429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 4, .dynamic_precedence = 1, .production_id = 16), - [5431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 4, .dynamic_precedence = 1, .production_id = 16), - [5433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [5435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), - [5437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), - [5439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 3, .dynamic_precedence = 1, .production_id = 16), - [5441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 3, .dynamic_precedence = 1, .production_id = 16), - [5443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [5445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), - [5447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [5449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), - [5451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), - [5453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), - [5455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [5457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [5459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [5461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), - [5463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), - [5465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [5467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), - [5469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [5471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [5473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), - [5475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [5477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), - [5479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [5481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), - [5483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), - [5485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3804), - [5487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3567), - [5489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3106), - [5491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3447), - [5493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3435), - [5495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 1, .production_id = 24), - [5497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 1, .production_id = 24), - [5499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 16), - [5501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 16), - [5503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 24), - [5505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 24), - [5507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), - [5509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3204), - [5512] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3204), - [5515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), - [5517] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(1109), - [5520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(1109), - [5523] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3211), - [5526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(5072), - [5529] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(1109), - [5532] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(1109), - [5535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(2559), - [5538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 3, .production_id = 16), - [5540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 3, .production_id = 16), - [5542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(2548), - [5545] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(3186), - [5548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat2, 2), SHIFT_REPEAT(2544), - [5551] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3186), - [5554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3186), - [5557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), - [5559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_declarator_repeat1, 2), - [5561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), SHIFT_REPEAT(5039), - [5564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), - [5566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), - [5568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(3242), - [5571] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(3228), - [5574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3334), - [5577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3334), - [5580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3124), - [5583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3124), - [5586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(3283), - [5589] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_abstract_function_declarator_repeat1, 2), SHIFT_REPEAT(4852), - [5592] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(1109), - [5595] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(1109), - [5598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3492), - [5600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declarator_repeat1, 2), SHIFT_REPEAT(4982), - [5603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 5), - [5605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 5), - [5607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 3), - [5609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 3), - [5611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 15), - [5613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), - [5615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3124), - [5617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 2), - [5619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 126), - [5621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 126), - [5623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 18), - [5625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 18), - [5627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 4, .production_id = 16), - [5629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 4, .production_id = 16), - [5631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 15), - [5633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3213), - [5635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3423), - [5637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3423), - [5639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 4), - [5641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 4), - [5643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 4), - [5645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 4), - [5647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), - [5649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3438), - [5651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3438), - [5653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 1, .production_id = 2), - [5655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ref_qualifier, 1), - [5657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ref_qualifier, 1), - [5659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(1479), - [5662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__abstract_declarator, 1), - [5664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__abstract_declarator, 1), - [5666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 2), - [5668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 2), - [5670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 3, .production_id = 24), - [5672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_function_declarator, 3, .production_id = 24), - [5674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 87), - [5676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 87), - [5678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_noexcept, 1), - [5680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), - [5682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_noexcept, 1), - [5684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_virtual_specifier, 1), - [5686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_virtual_specifier, 1), - [5688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 5), - [5690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 5), - [5692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_specifier, 3), - [5694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_specifier, 3), - [5696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 3), - [5698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_parenthesized_declarator, 3), - [5700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 5, .production_id = 124), - [5702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 5, .production_id = 124), - [5704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 92), - [5706] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 92), - [5708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 18), - [5710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 18), - [5712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3), - [5714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_array_declarator, 3), - [5716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), - [5718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3334), - [5720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), - [5722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), - [5724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4852), - [5726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), - [5728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), - [5730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 31), - [5732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), - [5734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 31), - [5736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1532), - [5738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), - [5740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), - [5742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__preproc_expression, 1), - [5744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), - [5746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__preproc_expression, 1), - [5748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [5750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), - [5752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), - [5754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), - [5756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_pointer_modifier, 1), - [5758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_pointer_modifier, 1), - [5760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_reference_declarator, 2), - [5762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_reference_declarator, 2), - [5764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 6), - [5766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 6), - [5768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), - [5770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), - [5772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trailing_return_type, 4), - [5774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trailing_return_type, 4), - [5776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), - [5778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), - [5780] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(3124), - [5783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [5785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), - [5787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3308), - [5789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3288), - [5791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), - [5793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3325), - [5795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3325), - [5797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), - [5799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3333), - [5801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3336), - [5803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), - [5805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3298), - [5807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3286), - [5809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3275), - [5811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3275), - [5813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), - [5815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3267), - [5817] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), - [5819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3234), - [5821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3357), - [5823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3287), - [5825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4653), - [5827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3335), - [5829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3335), - [5831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3268), - [5833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4647), - [5835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3372), - [5837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), - [5839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3257), - [5841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3263), - [5843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3306), - [5845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4475), - [5847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), - [5849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3278), - [5851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3369), - [5853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4384), - [5855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3276), - [5857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 41), - [5859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 41), - [5861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), - [5863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3273), - [5865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), - [5867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3354), - [5869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), - [5871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), - [5873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3358), - [5875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), - [5877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3365), - [5879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 3), - [5881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 3), - [5883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 4), - [5885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 4), - [5887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), - [5889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3352), - [5891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(3124), - [5894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3296), - [5896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3344), - [5898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), - [5900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 4), - [5902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 4), - [5904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3345), - [5906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), - [5908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), - [5910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 8), - [5912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 8), - [5914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 2), - [5916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 2), - [5918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), - [5920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3370), - [5922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 5), - [5924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 5), - [5926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3291), - [5928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), - [5930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3367), - [5932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), - [5934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), - [5936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3362), - [5938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 2), - [5940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 2), - [5942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), - [5944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3361), - [5946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3326), - [5948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), - [5950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), - [5952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3314), - [5954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3303), - [5956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_parenthesized_expression, 3), - [5958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_parenthesized_expression, 3), - [5960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3355), - [5962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3341), - [5964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [5966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3338), - [5968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3339), - [5970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3327), - [5972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3322), - [5974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3321), - [5976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3319), - [5978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3318), - [5980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3271), - [5982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3313), - [5984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3294), - [5986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [5988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [5990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [5992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3353), - [5994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [5996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [5998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [6000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [6002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [6004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), - [6006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3972), - [6008] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(3447), - [6011] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(3435), - [6014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3960), - [6016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3491), - [6018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3481), - [6020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4817), - [6022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3408), - [6024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [6026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [6028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1512), - [6030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), - [6032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [6034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), - [6036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), - [6038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [6040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [6042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), - [6044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486), - [6046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4168), - [6048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2111), - [6050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491), - [6052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4192), - [6054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(798), - [6056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3410), - [6058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4094), - [6060] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1), SHIFT(1583), - [6063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3582), - [6065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4059), - [6067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), - [6069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [6071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [6073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [6075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1516), - [6077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), - [6079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [6081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), - [6083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), - [6085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [6087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), - [6089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [6091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), - [6093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [6095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), - [6097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [6099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [6101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [6103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [6105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), - [6107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), - [6109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [6111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), - [6113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), - [6115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), - [6117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [6119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3193), - [6121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2255), - [6123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1998), - [6125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4676), - [6127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3473), - [6129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4229), - [6131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2173), - [6133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1255), - [6135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2536), - [6137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2042), - [6139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3477), - [6141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4182), - [6143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465), - [6145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4107), - [6147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), - [6149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1995), - [6151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3485), - [6153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4047), - [6155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(808), - [6157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3486), - [6159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4099), - [6161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794), - [6163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3488), - [6165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4052), - [6167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2032), - [6169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2269), - [6171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5059), - [6173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3493), - [6175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4139), - [6177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2425), - [6179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2063), - [6181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3495), - [6183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4132), - [6185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2006), - [6187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3496), - [6189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4067), - [6191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [6193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2700), - [6195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3609), - [6197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3633), - [6199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3613), - [6201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3908), - [6203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3636), - [6205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4028), - [6207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3610), - [6209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3620), - [6211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3618), - [6213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3607), - [6215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3625), - [6217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3608), - [6219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3578), - [6221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3575), - [6223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4055), - [6225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3916), - [6227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3577), - [6229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3604), - [6231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3601), - [6233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3600), - [6235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 6), - [6237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3587), - [6239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3584), - [6241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3688), - [6243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4252), - [6245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3793), - [6247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3599), - [6249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4027), - [6251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3522), - [6253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4131), - [6255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [6257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4423), - [6259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3694), - [6261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [6263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [6265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4513), - [6267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 4, .dynamic_precedence = 1, .production_id = 64), - [6269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3735), - [6271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_field_declarator, 2, .dynamic_precedence = 1), - [6273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), - [6275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 2, .dynamic_precedence = 1, .production_id = 6), - [6277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), - [6279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4545), - [6281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [6283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [6285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4540), - [6287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_declarator, 2), - [6289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_declarator, 2), - [6291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 6), - [6293] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(2236), - [6296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT_REPEAT(4376), - [6299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), - [6301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_declarator, 2, .dynamic_precedence = 1), - [6303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3717), - [6305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 31), - [6307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), - [6309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [6311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4626), - [6313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [6315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4586), - [6317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [6319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 3, .dynamic_precedence = 1, .production_id = 31), - [6321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 6), - [6323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [6325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [6327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4588), - [6329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [6331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [6333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 4, .dynamic_precedence = 1, .production_id = 64), - [6335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [6337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 5, .dynamic_precedence = 1, .production_id = 123), - [6339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 5, .dynamic_precedence = 1, .production_id = 123), - [6341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), - [6343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), - [6345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 87), - [6347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 87), - [6349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, .production_id = 74), - [6351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), - [6353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, .production_id = 74), - [6355] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(3594), - [6358] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(3984), - [6361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(3594), - [6364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT_REPEAT(4570), - [6367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3626), - [6369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4693), - [6371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3984), - [6373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3626), - [6375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5029), - [6377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4829), - [6379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 18), - [6381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 18), - [6383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structured_binding_declarator, 3, .dynamic_precedence = -1), - [6385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_structured_binding_declarator, 3, .dynamic_precedence = -1), - [6387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 5, .production_id = 124), - [6389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 5, .production_id = 124), - [6391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4921), - [6393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 3, .production_id = 18), - [6395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 3, .production_id = 18), - [6397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3594), - [6399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3594), - [6401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4901), - [6403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_field_declarator, 2), - [6405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_field_declarator, 2), - [6407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structured_binding_declarator, 4, .dynamic_precedence = -1), - [6409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_structured_binding_declarator, 4, .dynamic_precedence = -1), - [6411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4979), - [6413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5068), - [6415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3549), - [6417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [6419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1530), - [6421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, .production_id = 49), - [6423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), - [6425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [6427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4226), - [6429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3935), - [6431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4866), - [6433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), - [6435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4270), - [6437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5004), - [6439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), - [6441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), - [6443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [6445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), - [6447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [6449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [6451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4179), - [6453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5042), - [6455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 2, .dynamic_precedence = 1, .production_id = 6), - [6457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [6459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [6461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 4, .dynamic_precedence = 1, .production_id = 64), - [6463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [6465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4098), - [6467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4661), - [6469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 3, .dynamic_precedence = 1, .production_id = 31), - [6471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [6473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [6475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 5, .production_id = 124), - [6477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 5, .production_id = 124), - [6479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), - [6481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), - [6483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), - [6485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), - [6487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 3, .production_id = 18), - [6489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 3, .production_id = 18), - [6491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 18), - [6493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 18), - [6495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 87), - [6497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 87), - [6499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3781), - [6501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3695), - [6503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [6505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 5, .dynamic_precedence = 1, .production_id = 123), - [6507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1), - [6509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1), - [6511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3847), - [6513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4148), - [6515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3635), - [6517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), - [6519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__scope_resolution, 1), - [6521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__scope_resolution, 1), - [6523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1807), - [6525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2743), - [6527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), - [6529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), - [6531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), - [6533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), - [6535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), - [6537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3597), - [6539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3865), - [6541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3761), - [6543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3858), - [6545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3760), - [6547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3855), - [6549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3754), - [6551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3860), - [6553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3776), - [6555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), - [6557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3628), - [6559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 6), - [6561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_type_declarator, 2), - [6563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_type_declarator, 2), - [6565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3869), - [6567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3741), - [6569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3846), - [6571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3740), - [6573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3631), - [6575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), - [6577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), - [6579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3856), - [6581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3748), - [6583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 3), - [6585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 3), - [6587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_designator, 3), - [6589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3471), - [6591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3677), - [6593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4633), - [6595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1773), - [6597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2718), - [6599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [6601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4022), - [6603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3929), - [6605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1841), - [6607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2744), - [6609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [6611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [6613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [6615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3236), - [6617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4529), - [6619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1343), - [6621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4397), + [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(1776), - [6627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2737), - [6629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2007), - [6631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4290), - [6633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1383), - [6635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4023), - [6637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3542), - [6639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4654), - [6641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), - [6643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3988), - [6645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3885), - [6647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2503), - [6649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3256), - [6651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4386), - [6653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1784), - [6655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2748), - [6657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1352), - [6659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4569), - [6661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1934), - [6663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2713), - [6665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), - [6667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2618), - [6669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3164), - [6671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4599), - [6673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [6675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3588), - [6677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1876), - [6679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2757), - [6681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4029), - [6683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2060), - [6685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4280), - [6687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [6689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3679), - [6691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3814), - [6693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 4, .production_id = 97), - [6695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), - [6697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), - [6699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_cast, 3, .production_id = 45), - [6701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3484), - [6703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 5), - [6705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 5), - [6707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2370), - [6709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4511), - [6711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 4), - [6713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 4), - [6715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 5, .production_id = 124), - [6717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 5, .production_id = 124), - [6719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__scope_resolution, 2, .production_id = 12), - [6721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__scope_resolution, 2, .production_id = 12), - [6723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, .production_id = 1), - [6725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, .production_id = 1), - [6727] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 85), SHIFT_REPEAT(3408), - [6730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_repeat1, 2, .production_id = 85), - [6732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2208), - [6734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4305), - [6736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_capture_specifier, 6), - [6738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_capture_specifier, 6), - [6740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), - [6742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), - [6744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 18), - [6746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 18), - [6748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 87), - [6750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 87), - [6752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 30), - [6754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__scope_resolution, 2, .production_id = 22), - [6756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__scope_resolution, 2, .production_id = 22), - [6758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(1867), - [6761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), - [6763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(4700), - [6766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 3, .production_id = 18), - [6768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 3, .production_id = 18), - [6770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_declarator, 2, .production_id = 16), - [6772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type_declarator, 2, .production_id = 16), - [6774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 62), - [6776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 47), - [6778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), - [6780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), - [6782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4700), - [6784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1), - [6786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1), - [6788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2443), - [6790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4463), - [6792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4253), - [6794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, .production_id = 7), - [6796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5037), - [6798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [6800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), - [6802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_field_identifier, 2, .production_id = 89), - [6804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3843), - [6806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), - [6808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2511), - [6810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [6812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2507), - [6814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [6816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), - [6818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), - [6820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2508), - [6822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [6824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), - [6826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4616), - [6828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [6830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), - [6832] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2), SHIFT_REPEAT(4616), - [6835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628), - [6837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4123), - [6839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4731), - [6841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4048), - [6843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 68), - [6845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4637), - [6847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), - [6849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), - [6851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [6853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), - [6855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), - [6857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), - [6859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4414), - [6861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), - [6863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4870), - [6865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [6867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), - [6869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4228), - [6871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 2), - [6873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3686), - [6875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 3), - [6877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4247), - [6879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 2, .production_id = 74), - [6881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2011), - [6883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3946), - [6885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3946), - [6887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4242), - [6889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4863), - [6891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), - [6893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2346), - [6895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3986), - [6897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3986), - [6899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4183), - [6901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3531), - [6903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 3), - [6905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), - [6907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), - [6909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4935), - [6911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), - [6913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5048), - [6915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), - [6917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4241), - [6919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(837), - [6921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4927), - [6923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [6925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), - [6927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [6929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1344), - [6931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3992), - [6933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3992), - [6935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [6937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), - [6939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1974), - [6941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3955), - [6943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3955), - [6945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4902), - [6947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3982), - [6949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3982), - [6951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), - [6953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4069), - [6955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4203), - [6957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_declarator, 1), - [6959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2528), - [6961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3980), - [6963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3980), - [6965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), - [6967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(3946), - [6970] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(3946), - [6973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2015), - [6975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3906), - [6977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3906), - [6979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [6981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), - [6983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(519), - [6985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4749), - [6987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), - [6989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), - [6991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(634), - [6993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4868), - [6995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1978), - [6997] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2), SHIFT_REPEAT(3686), - [7000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2), - [7002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4733), - [7004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2591), - [7006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), - [7008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), - [7010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), - [7012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4217), - [7014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4766), - [7016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), - [7018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), - [7020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 2), - [7022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2520), - [7024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4925), - [7026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [7028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1848), - [7030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3729), - [7032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3996), - [7034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3996), - [7036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), - [7038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), - [7040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2396), - [7042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), - [7044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), - [7046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5053), - [7048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [7050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), - [7052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1335), - [7054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), - [7056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), - [7058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), - [7060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3725), - [7062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [7064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), - [7066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4115), - [7068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 2), - [7070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [7072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1891), - [7074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198), - [7076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4980), - [7078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), - [7080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), - [7082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [7084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [7086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [7088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), - [7090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4845), - [7092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), - [7094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), - [7096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [7098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [7100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [7102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [7104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [7106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3011), - [7108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2537), - [7110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4064), - [7112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4089), - [7114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), - [7116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), - [7118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [7120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4313), - [7122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), - [7124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [7126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), - [7128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4450), - [7130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4506), - [7132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4512), - [7134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [7136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [7138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4038), - [7140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), - [7142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4347), - [7144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [7146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4304), - [7148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), - [7150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2458), - [7152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), - [7154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4573), - [7156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), - [7158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), - [7160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), - [7162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [7164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), - [7166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), - [7168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4460), - [7170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4353), - [7172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [7174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [7176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4582), - [7178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [7180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), - [7182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4718), - [7184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4796), - [7186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), - [7188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), - [7190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2837), - [7192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), - [7194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), - [7196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [7198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4873), - [7200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4954), - [7202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), - [7204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4187), - [7206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), - [7208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4144), - [7210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [7212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), - [7214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [7216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4457), - [7218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4295), - [7220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4484), - [7222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_type_parameter_declaration, 2), - [7224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_operator_cast_identifier, 2, .production_id = 25), - [7226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [7228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4367), - [7230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4636), - [7232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), - [7234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter_declaration, 2, .production_id = 49), - [7236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4622), - [7238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [7240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), - [7242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_designator, 2, .production_id = 78), - [7244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4377), - [7246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [7248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), - [7250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4741), - [7252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4710), - [7254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4080), - [7256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), - [7258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4910), - [7260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4855), - [7262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), - [7264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [7266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [7268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), - [7270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), - [7272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), - [7274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 85), SHIFT_REPEAT(3131), - [7277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_repeat1, 2, .production_id = 85), - [7279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4273), - [7281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4297), - [7283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), - [7285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), - [7287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), - [7289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), - [7291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), - [7293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [7295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4283), - [7297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4514), - [7299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), - [7301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), - [7303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4521), - [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), - [7307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), - [7309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), - [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4361), - [7313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), - [7315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3289), - [7317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), - [7319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [7321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2287), - [7323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), - [7325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), - [7327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4180), - [7329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), - [7331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4447), - [7333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3360), - [7335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4564), - [7337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4444), - [7339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), - [7341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), - [7343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 85), SHIFT_REPEAT(3549), - [7346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat2, 2, .production_id = 85), - [7348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4124), - [7350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), - [7352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_lambda_capture_specifier_repeat1, 2), SHIFT_REPEAT(1824), - [7355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), - [7357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2509), - [7359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3270), - [7361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4433), - [7363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(1657), - [7366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3812), - [7368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), - [7370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), - [7372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), - [7374] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_structured_binding_declarator_repeat1, 2), SHIFT_REPEAT(5057), - [7377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_structured_binding_declarator_repeat1, 2), - [7379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4341), - [7381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [7383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), - [7385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3614), - [7387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), SHIFT_REPEAT(4313), - [7390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), - [7392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434), - [7394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3320), - [7396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [7398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), - [7400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), - [7402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [7404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [7406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), - [7408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4206), - [7410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4612), - [7412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 4), - [7414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), - [7416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4439), - [7418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 2), - [7420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), - [7422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4720), - [7424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), - [7426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [7428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 2), SHIFT_REPEAT(3531), - [7431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4357), - [7433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 2, .production_id = 51), - [7435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition_declaration, 3, .production_id = 109), - [7437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), SHIFT_REPEAT(1547), - [7440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, .dynamic_precedence = 3), - [7442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2), SHIFT_REPEAT(1245), - [7445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2), - [7447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), - [7449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), - [7451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), - [7453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), SHIFT_REPEAT(4443), - [7456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), - [7458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4157), - [7460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), - [7462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_declarator, 2), - [7464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [7466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), - [7468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_reference_declarator, 2), - [7470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_parameter_list_repeat1, 2), SHIFT_REPEAT(813), - [7473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_parameter_list_repeat1, 2), - [7475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4308), - [7477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [7479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [7481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_alone_macro_call_repeat1, 2), SHIFT_REPEAT(4718), - [7484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_alone_macro_call_repeat1, 2), - [7486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), - [7488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), - [7490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), - [7492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), SHIFT_REPEAT(827), - [7495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), - [7497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), - [7499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3198), - [7501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [7503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [7505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), - [7507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), - [7509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), - [7511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3), - [7513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4328), - [7515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), - [7517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [7519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), - [7521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), - [7523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), - [7525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), SHIFT_REPEAT(3308), - [7528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4152), - [7530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), - [7532] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), SHIFT_REPEAT(4564), - [7535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), - [7537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4613), - [7539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4163), - [7541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), - [7543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 1, .production_id = 7), - [7545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), - [7547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_class_clause, 5), - [7549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4436), - [7551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 3), - [7553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [7555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3798), - [7557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3, .production_id = 74), - [7559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [7561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493), - [7563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [7565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4364), - [7567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3215), - [7569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_throw_specifier_repeat1, 2), SHIFT_REPEAT(2509), - [7572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_throw_specifier_repeat1, 2), - [7574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3707), - [7576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [7578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), - [7580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), - [7582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [7584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [7586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [7588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), - [7590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), - [7592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3701), - [7594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), - [7596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [7598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), - [7600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), - [7602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4558), - [7604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4642), - [7606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), - [7608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [7610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), - [7612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4296), - [7614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), - [7616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4836), - [7618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4601), - [7620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1023), - [7622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5058), - [7624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), - [7626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), - [7628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 2), - [7630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4572), - [7632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3845), - [7634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, .production_id = 7), - [7636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), - [7638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5044), - [7640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), - [7642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), - [7644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5054), - [7646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [7648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4707), - [7650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4292), - [7652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(226), - [7654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4702), - [7656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4422), - [7658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4717), - [7660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), - [7662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), - [7664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4995), - [7666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), - [7668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4919), - [7670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4113), - [7672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4794), - [7674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4799), - [7676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(856), - [7678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4987), - [7680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_class_clause_repeat1, 4), - [7682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type_parameter_declaration, 4, .production_id = 136), - [7684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(595), - [7686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5036), - [7688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 4), - [7690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(997), - [7692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4791), - [7694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), - [7696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4495), - [7698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition_name, 4), - [7700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3359), - [7702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4915), - [7704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_template_parameter_declaration, 3, .production_id = 44), - [7706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type_parameter_declaration, 3, .production_id = 115), - [7708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_type_parameter_declaration, 3, .production_id = 114), - [7710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_argument_list_repeat1, 2, .dynamic_precedence = 2), - [7712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(880), - [7714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4844), - [7716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), - [7718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4406), - [7720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4614), - [7722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4705), - [7724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5050), - [7726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5049), - [7728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 4, .production_id = 68), - [7730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4451), - [7732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4977), - [7734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4978), - [7736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4920), - [7738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4880), - [7740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 3), - [7742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5030), - [7744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4446), - [7746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4871), - [7748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4906), - [7750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4188), - [7752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4428), - [7754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_field_identifier, 2, .production_id = 25), - [7756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(613), - [7758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4775), - [7760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4738), - [7762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4074), - [7764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4727), - [7766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4724), - [7768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4752), - [7770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4756), - [7772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4340), - [7774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), - [7776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4761), - [7778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4697), - [7780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition_name, 3), - [7782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534), - [7784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4658), - [7786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), - [7788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4801), - [7790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4797), - [7792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4807), - [7794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4110), - [7796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(657), - [7798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4659), - [7800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4322), - [7802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_pack_expansion, 2, .production_id = 19), - [7804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4893), - [7806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3311), - [7808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4892), - [7810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4577), - [7812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [7814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [7816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [7818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [7820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), - [7822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3899), - [7824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [7826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), - [7828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), - [7830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [7832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [7834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4898), - [7836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [7838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [7840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), - [7842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), - [7844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4668), - [7846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), - [7848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [7850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4523), - [7852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [7854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [7856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [7858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [7860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4856), - [7862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [7864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [7866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [7868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), - [7870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [7872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2828), - [7874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), - [7876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4106), - [7878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [7880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4678), - [7882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4748), - [7884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4464), - [7886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [7888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3356), - [7890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [7892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [7894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), - [7896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_based_modifier, 2), - [7898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4728), - [7900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5046), - [7902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), - [7904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4461), - [7906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), - [7908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4387), - [7910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3874), - [7912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [7914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [7916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4695), - [7918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [7920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3015), - [7922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [7924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [7926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4767), - [7928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [7930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [7932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [7934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [7936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), - [7938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), - [7940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2413), - [7942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), - [7944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4743), - [7946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [7948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), - [7950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), - [7952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4899), - [7954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), - [7956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3927), - [7958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), - [7960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [7962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4918), - [7964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3773), - [7966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), - [7968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), - [7970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), - [7972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5041), - [7974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4171), - [7976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [7978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [7980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4005), - [7982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [7984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [7986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [7988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), - [7990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), - [7992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [7994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [7996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [7998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), - [8000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3990), - [8002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), - [8004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), - [8006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [8008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), - [8010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), - [8012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), - [8014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), - [8016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [8018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [8020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [8022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [8024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), - [8026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), - [8028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), - [8030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4405), - [8032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), - [8034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4951), - [8036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [8038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), - [8040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), - [8042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4421), - [8044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [8046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), - [8048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [8050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [8052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4452), - [8054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [8056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4861), - [8058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), - [8060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), - [8062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [8064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [8066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [8068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [8070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), - [8072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), - [8074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [8076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), - [8078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), - [8080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4831), - [8082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), - [8084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), - [8086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), - [8088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), - [8090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), - [8092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [8094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), - [8096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), - [8098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4860), - [8100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), - [8102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [8104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), - [8106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), - [8108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [8110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [8112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 4, .production_id = 95), - [8114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), - [8116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), - [8118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [8120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [8122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [8124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), - [8126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [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(982), - [8132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), - [8134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), - [8136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [8138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4816), - [8140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3299), - [8142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), - [8144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [8146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), - [8148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), - [8150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), - [8152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 5, .production_id = 128), - [8154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), - [8156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [8158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), - [8160] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [8162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), - [8164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), - [8166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [8168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5034), - [8170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 95), - [8172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 5, .production_id = 128), - [8174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [8176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), - [8178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [8180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [8182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), - [8184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [8186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4567), - [8188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), - [8190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), - [8192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), - [8194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), - [8196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [8198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), - [8200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), - [8202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), - [8204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [8206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4575), - [8208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [8210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4755), - [8212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [8214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), - [8216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), - [8218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), - [8220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4584), - [8222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), - [8224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), - [8226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), - [8228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), - [8230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4763), - [8232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4608), - [8234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [8236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4715), - [8238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [8240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), - [8242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), - [8244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4692), - [8246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [8248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [8250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), - [8252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4681), - [8254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), - [8256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [8258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), - [8260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3826), - [8262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), - [8264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), - [8266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), - [8268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4706), - [8270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), - [8272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), - [8274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [8276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [8278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4630), - [8280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4688), - [8282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), - [8284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4627), - [8286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [8288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [8290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4618), - [8292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [8294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4704), - [8296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [8298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3950), - [8300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4714), - [8302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [8304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [8306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4734), - [8308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), - [8310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [8312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [8314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4585), - [8316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), - [8318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), - [8320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4754), - [8322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), - [8324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), - [8326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), - [8328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [8330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4531), - [8332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4418), - [8334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), - [8336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4417), - [8338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4788), - [8340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [8342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4716), - [8344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), - [8346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4806), - [8348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), - [8350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [8352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), - [8354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [8356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), - [8358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), - [8360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3368), - [8362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [8364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3879), - [8366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), - [8368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4587), - [8370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4395), - [8372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [8374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), - [8376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), - [8378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [8380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), - [8382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), - [8384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [8386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), - [8388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [8390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4366), - [8392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), - [8394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), - [8396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [8398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [8400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), - [8402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [8404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3953), - [8406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [8408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), - [8410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), - [8412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [8414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [8416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), - [8418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), - [8420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), + [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), }; #ifdef __cplusplus From 691ff6dcf6798987cef161a6eceb272c3cc647a0 Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Thu, 13 Jan 2022 13:51:32 +0100 Subject: [PATCH 2/2] Update mozcpp version --- Cargo.lock | 2 +- Cargo.toml | 2 +- enums/Cargo.lock | 2 +- enums/Cargo.toml | 2 +- tree-sitter-mozcpp/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 53ec01372..97fd4c72b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2130,7 +2130,7 @@ dependencies = [ [[package]] name = "tree-sitter-mozcpp" -version = "0.20.0" +version = "0.20.1" dependencies = [ "cc", "tree-sitter 0.19.3", diff --git a/Cargo.toml b/Cargo.toml index 3f94b6fe0..7d7222f92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ tree-sitter-python = "=0.19.0" tree-sitter-rust = "=0.19.0" tree-sitter-preproc = { path = "./tree-sitter-preproc", version = "=0.19.0" } tree-sitter-ccomment = { path = "./tree-sitter-ccomment", version = "=0.19.0" } -tree-sitter-mozcpp = { path = "./tree-sitter-mozcpp", version = "=0.20.0" } +tree-sitter-mozcpp = { path = "./tree-sitter-mozcpp", version = "=0.20.1" } tree-sitter-mozjs = { path = "./tree-sitter-mozjs", version = "=0.19.0" } [dev-dependencies] diff --git a/enums/Cargo.lock b/enums/Cargo.lock index 222776ac4..9cebbdf0b 100644 --- a/enums/Cargo.lock +++ b/enums/Cargo.lock @@ -337,7 +337,7 @@ dependencies = [ [[package]] name = "tree-sitter-mozcpp" -version = "0.20.0" +version = "0.20.1" dependencies = [ "cc", "tree-sitter 0.19.3", diff --git a/enums/Cargo.toml b/enums/Cargo.toml index 3845a5e77..a0dff2e72 100644 --- a/enums/Cargo.toml +++ b/enums/Cargo.toml @@ -16,5 +16,5 @@ tree-sitter-python = "=0.19.0" tree-sitter-rust = "=0.19.0" tree-sitter-preproc = { path = "../tree-sitter-preproc", version = "=0.19.0" } tree-sitter-ccomment = { path = "../tree-sitter-ccomment", version = "=0.19.0" } -tree-sitter-mozcpp = { path = "../tree-sitter-mozcpp", version = "=0.20.0" } +tree-sitter-mozcpp = { path = "../tree-sitter-mozcpp", version = "=0.20.1" } tree-sitter-mozjs = { path = "../tree-sitter-mozjs", version = "=0.19.0" } diff --git a/tree-sitter-mozcpp/Cargo.toml b/tree-sitter-mozcpp/Cargo.toml index 01e98b5d4..483c73a7e 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.0" +version = "0.20.1" authors = ["Calixte Denizet "] license = "MIT" readme = "bindings/rust/README.md"